html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
* {margin: 0px;
  padding: 0px;
}

body, input, select, textarea {
    font-family:
    /*Noto Sans JP, Osaka, "ＭＳ Ｐゴシック", Arial, Sans-serif;*/
     'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS P Gothic,Verdana,sans-serif;
}

body {
/*	min-width: 1000px;	0131に消してみた*/
}
header{
	width:100%;
	margin: 0;
}
header #info{
	padding-top: 6px;
	text-align: right;
	color: #649EC1;
	float: right;
	font-weight: bold;
	font-family: Meiryo UI,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
header #line{
	background: url(/imgs/lp1/line01_2.png);
	width: 100%;
	height:4px;
}
.header-area{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 10px;
	}

/*--------lp-2サイト-------*/

/*位置調整*/

.mt-0 {
	margin-top: 0 !important;
}
.mt-15 {
	margin-top: 15px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-2 {
	margin-bottom: 2px;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-17 {
	margin-bottom: 17px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-20 {
	margin-left: 20px;
}
.mr-5 {
  margin: 5px 5px 0 5px;
}
.p-0 {
	padding: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pb-6 {
	padding-bottom: 6px !important;
}
.pb-9 {
	padding-bottom: 9px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
	}
.pr-5 {
	padding-right: 5px;
}
.top_-1 {
	top: -1px !important;
}
.top_-9 {
	top: -9px !important;
}
.df {
	display: flex;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.fr {
	float: right;
}
.clear{
	clear: both;
}
.margin-lr {
margin-left: auto;
margin-right: auto;
}
.m-0 {
	margin: 0 auto;
}
.w50-lp {
	width: 50%;
}
.d-ibk {
	display: inline-block;
}
.ta-c {
	text-align: center;
}

/*フォントサイズ 調整*/
.f-5vw {
	font-size: 5vw;
}
.f-7vw {
	font-size: 7vw !important;
}
.f-11 {
	font-size: 11px;
}
.f-23 {
	font-size: 23px;
}
.f-35 {
	font-size: 35px;
}



/*以下ページCSS*/
.lp2-container{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  height: 735px;
}
header #info{
	font-size: 15px;
	margin: 10px 15px 0 0;
}
.lp2-l-area{
	width: 530px;
	text-align: left;
}
.lp2-top-txt {
	background-color: #023374;
  color: #ffffff;
  font-size: 15px;
  margin: 10px 0 18px 0;
  padding: 8px 0 6px 14px;
  width: 350px;
  position: relative;
}
.lp2-top-txt:after {
	position: absolute;
    background: #79c5fc;
    content: "";
    height: 21px;
    width: 21px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 3px;
    left: 340px;
}
.lp2-l-top-txt {
	font-weight: 700;
  text-align: left;
  margin-left: -12px;
  font-size: 13px;
}
.lp2-l-top-subtxt {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #023374;
  text-shadow: 1.8px 1.8px 1.8px #fff;
  line-height: 1em;
  background: linear-gradient(transparent 70%, #ffff00 0%);
  margin: 20px 0 0 0;
  letter-spacing: -1.2px;
}
.lp2-l-top-smalltxt {
	font-size: 12px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	margin: 0 0 10px 50px;
}
.lp2-point-area {
	width: 500px;
  height: 257px;
  clear: both;
  position: relative;
  top: -123px;
  margin: 10px 0 0 15px;
}
.lp-point-header-txt {
	text-align: left;
	position: relative;
	top: 4px;
	color: #444444;
	font-size: 15px;
}
.lp2-point1-txt {
	font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  top: -5px;
}
.lp2-point {
	background-color: #023374;
	color: #fff;
	font-size: 12px;
	padding: 8px;
}
.lp2-point1-highlight_txt {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.lp2-point2-area {
  width: 500px;
  height: 165px;
  position: relative;
  top: -122px;
  margin: 15px 0 0 15px;
}
.point2-subtxt {
	font-size: 12px;
	font-weight: 600;
}
.point2-minitxt{
	font-size: 8px;
	font-weight: 600;
}
.lp2-point2-img {
	width: 135px;
	margin: -5px 0 5px 0;
}
.lp2-telbox {
	width: 32.5% !important;
}

.txtTel-lp2 {
	width: 86%;
}
.last-tel-form-lp {
	width: 88.5% !important;
}

/*背景*/
#lp2_bg {
	background: -moz-linear-gradient
		(rgba(8, 147, 252, 0.54),rgba(5, 188, 221, 0.54), rgba(32, 255, 240, 0.54));
	background: -webkit-linear-gradient
		(rgba(8, 147, 252, 0.54),rgba(5, 188, 221, 0.54), rgba(32, 255, 240, 0.54));
	background: linear-gradient(rgba(8, 147, 252, 0.54),rgba(5, 188, 221, 0.54), rgba(32, 255, 240, 0.54));
}
#lp2_p1bg{
	background-image: url(/imgs/lp2/point1-back-ground.png);
}

#lp2_p2bg{
	background-image: url(/imgs/lp2/point2-back-ground.png);
}

#lp2-entrybg{
	background-image: url(/imgs/lp2/entry-background.png);
}

#lp2-entryform-bg {
	background: #023374;
	width: 455px;
	height: auto;
	padding-top: 10px;
}
.lp2-2col {
width: 49% !important;
}
.lp2-3col {
width: 31.5% !important;
}
.lp2-ymd {
	display : inline-block;
	width: 83% !important;
}
#lp2-entry-area {
	width: 470px;
	padding-right: 15px;
}
#lp2-entry-area1 {
	margin-top: 10px;
}
#lp2-entry-area2 {
	background: #ffffff;
	width: 455px;
	height: auto;
}
#lp2-entry-area2 > p{
	text-align: left;
	font-size: 8px;
	font-weight: 600;
	margin-left: 5px;
	padding-top: 3px;
}
.lp2-agreement-area {
	width: 95%;
	border: 1px solid #ccc;
}
.lp2-agreement-area_l {
	width: 54%;
}
.lp2-agreement-area_r {
	width: 46%;
}
.lp2-agreement-area_txt {
	font-size: 10px;
	width: 88%;
}
.lp2-operation-area {
	width: 95%;
  margin-top: 5px;
  padding: 0 0 5px 0;
}
.lp2-operation-area_l {
	width: 43%;
}
.lp2-operation-area_l > img {
	width: 120px;
	height: auto;
}

.lp2-operation-area_r {
	width: 65%;
}
.lp2-operation-area_txt {
	font-size: 10px;
	width: 88%;
}
.lp2-operation-area_th {
width: 25%;
padding-top: 8px !important;
color: #888 !important;
}
.lp2-operation-area_tb {
font-weight: 700;
color: #888 !important;
}

.lp2-flow-area {
	width: 455px;
	height: 165px;
}
.lp2-flow-area > h2 {
	text-align: left;
	position: relative;
	top: 4px;
	color: #444444;
	font-size: 15px;
	margin-left: 11px;
}
.lp2-flow-img {
	margin: -5px 0 5px 10px;
	width: 137px;
	height: 88px;
}
#lp2-entrybg > p {
	font-size: 12px;
	font-weight: 700;
	margin: 5px 12px;
	text-align: left;
}
.lp2-main-img{
  width: 180px;
  height: auto;
  z-index: 150;
  float: right;
  position: relative;
  bottom: 123px;
  right: 15px;
}
.lp2-line {
  position: relative;
  background: #023374;
  /* display: block; */
  height: 4px;
  width: 96%;
  margin: 20px 0 0 0;
  top: -13px;
}
.lp2-line:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: 0px;
  left: 100%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}
.entry_header {
  width: 455px;
}
.entry-line {
	position: relative;
  background: #023374;
  height: 4px;
  width: 95%;
  margin: 20px 0 4px 0;
  top: -13px;
  left: -11px;
  }
.entry-line:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: 0px;
  left: 100%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.lp2-button {
    color: #ffffff;
	margin: 0 0 15px 0;
	box-shadow: 1px 1px 2px #702C27;
    border: 1px solid #D8D4D4;
    border-radius: 5px;
    background: #fe3838;
    font-size: 23px;
    font-weight: 500;
    width: 255px;
    height: 55px;
		text-shadow: 0.8px 0.8px 1px rgba(0, 0, 0, 0.9);
}
.lp2-table-style {
		padding: 0 0 3px 5px;
		border: none;
		background: none;
		color: #fff;
}

.lp2-table-size {
		font-size: 10px;
		width: 98%;
}
.lp2-form-box {
	  width: 8px;
	  height: auto;
	  position: absolute;
	  top: 2px;
}
.th-position {
	  position: absolute;
    top: -3px;
    left: 22px;
}
.lp2-must {
		width: 25px;
		height: auto;
		margin: 5px 0;
}
th.lp2-inserts {
    min-width: 50px;
    width: 150px;
}
.lp2-form-th {
		font-size: 10.5px;
		display: inline-block;
}
.lp2-help {
    display: block;
    margin-top: 1px;
    margin-bottom: 2px;
		color: #ffffff;
    text-shadow: 1px 1px 1.5px #111;
}
.lp2-form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: midde;
	}


.form-control-lp2 {
 /* display: block;*/
  /*width: 100%;*/
  height: 30px;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.lp2-mail {
width: 96.5% !important;
}
.txtNamae-lp2 {
width: 95%;

display; inline-block !important;
}




@media screen and (min-width: 375px) and (max-width: 479px) {

}


@media (max-width: 480px) {

}


@media (max-width: 767px) {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		font-family:
		 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS P Gothic,Verdana,sans-serif;
		/*'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	}
}

@media (min-width: 768px) {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-family:
		 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,Osaka,
		 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS P Gothic,Verdana,sans-serif;
		/*'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
		vertical-align: baseline;
	}
/*	header #info{
		margin-right: 10px;
		font-size: 170%;
	}*/
	header .container_02{
		width: 100%;
		height: 40px;
		margin: 0;
		background-color: #ffffff;
	}

	header .center{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		color: #FFFFFF;
		line-height: 30px;
		padding-left: 10px;
	}

}

.pt_20{
	padding-top: 20px;
	margin-right:auto;
	margin-left:auto;
}
.img_center{
	margin-right:auto;
	margin-left:auto
}

@media (max-width: 480px) {
	.sp-none{
		display: none;
	}
	#main-area {
    position: relative;
/*    top: -133px;*/
    z-index: 1500;
	}
	.lp2-top-txt {
		background-color: #023374;
	  color: #ffffff;
	  font-size: 15px;
	  margin: 0px 0 18px 0;
	  padding: 8px 0 6px 14px;
	  width: 320px;
	  position: relative;
	}
	.lp2-top-txt:after {
		position: absolute;
	  background: #79c5fc;
	  content: "";
	  height: 20px;
	  width: 21px;
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  top: 5px;
	  left: 310px;
	}
		#lp2-entryform-bg {
		background: #023374;
		width: 94%;
		height: auto;
		padding-top: 10px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	#lp2-entry-area2 {
		background: #ffffff;
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	.lp2-flow-area {
		width: 94%;
		height: 165px;
		margin: 0 auto;
	}
	.entry_header {
		width: 94%;
		margin-left: 3%;
	}
	#lp2_p1bg{
		background-image: url(/imgs/lp2/point1-back-ground.png);
		width: 94%;
		margin: 0 auto;
		padding-bottom: 13px;
	}
	#lp2-entrybg{
		background-image: url(/imgs/lp2/entry-background.png);
		width: 94%;
		margin: 0 auto;
	  padding: 9px 0;
	  margin-bottom: 15px;
	}
	.point1-img {
		width: 45.9%;
		height: auto;
	}
	.point2-maintxt {
		font-size: 25px;
		font-weight: 900;
	  display: inline-block;
	  text-shadow: 1.8px 1.8px 1.8px #fff;
		line-height: 1em;
		background: linear-gradient(transparent 70%, #ffff00 0%);
	  /*letter-spacing: -1.2px;*/
	  margin-bottom: 13px;
	}
	.point2-maintxt {
		font-size: 4.5vw;
		font-weight: 900;
	  display: inline-block;
	  text-shadow: 1.8px 1.8px 1.8px #fff;
		line-height: 1em;
		background: linear-gradient(transparent 70%, #ffff00 0%);
	  /*letter-spacing: -1.2px;*/
	  margin-bottom: 13px;
	}
	.point2-subtxt {
		font-size: 3vw;
		font-weight: 600;
	}
	.point2-minitxt{
		font-size: 8px;
		font-weight: 600;
		text-align: center;
	}
	.lp2-point2-lcontent {
	  width: 310px;
	  margin-left: 14px;
	}
	.lp2-point2-lcontent {
	  width: 60%;
	  margin-left: 2%;
	}
	.lp2-point2-rcontent {
		width: 40%;
	  margin-right: 2%;
	}
	.lp2-point2-img {
		width: 100%;
		margin: -5px 0 5px 0;
	}
	#lp2_p2bg{
		background-image: url(/imgs/lp2/point2-back-ground.png);
		width: 94%;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.lp-point-header-txt {
	    text-align: left;
	    color: #444444;
	    font-size: 14px;
	}
	.lp2-point {
	    background-color: #023374;
	    color: #fff;
	    font-size: 13px;
	    padding: 10px;
	    position: relative;
	    top: 4px;
	}
	.lp2-line {
	    position: relative;
	    background: #023374;
	    /* display: block; */
	    height: 4px;
	    width: 96%;
	    margin: 20px 0 0 0;
	    top: -7px;
	}
	.lp2-line2 {
	    position: relative;
	    background: #023374;
	    /* display: block; */
	    height: 4px;
	    width: 96%;
	    margin: 20px 0 0 0;
	    top: -18px;
	}
	.lp2-line2:after {
	    position: absolute;
	    background: #fff;
	    content: "";
	    bottom: 0px;
	    left: 100%;
	    height: 16px;
	    width: 16px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    margin-left: -8px;
	}
	.entry-line {
	    position: relative;
	    background: #023374;
	    height: 4px;
	    width: 95%;
	    margin: 20px 0 4px 0;
	    top: -13px;
	    left: 0;
	}
	.lp2-flow-img {
		margin-top: 5px;
		width: 30%;
		height: 50%;
	}
	.lp2-entry-style {
	  padding-left: 2%;
	  border: none;
	  background: none;
	  color: #fff;
	}
	.item-position {
	  position: absolute;
	  top: -3px;
	  left: 3%;
	}
	.lp2-form-list {
	  font-size: 12px;
	  display: inline-block;
	  font-weight: bold;
	  font-family: Meiryo UI,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	.lp2-help {
	  font-size: 10px;
	  display: block;
	  margin-top: 1px;
	  margin-bottom: 2px;
	  color: #ffffff;
	  text-shadow: 1px 1px 1.5px #111;
	}
	.lp2-3col {
		width: 31.5% !important;
	}
	.lp2-telbox {
	  width: 32.4% !important;
	}
	#lp2_form-line {
		margin-bottom: 10px;
	  border-left: 6px solid #6ca8d5;
	  margin-left: 8px;
	}
	.lp2-agreement-area_txt {
		font-size: 10px;
		width: 100%;
	}
	.lp2-operation-area {
		width: 95%;
	  margin: 0 auto;
	  margin-top: 5px
	}
	.lp2-operation-area_l {
		width: 40%;
	}
	.lp2-operation-area_l > img {
		width: 100%;
		height: auto;
	}

	.lp2-operation-area_r {
		width: 60%;
	}
	.lp2-operation-area_txt {
		font-size: 10px;
		width: 100%;
	}
	.lp2-operation-area_th {
	width: 30%;
	padding-top: 8px !important;
	color: #888 !important;
	}
	.lp2-operation-area_tb {
	font-weight: 700;
	color: #888 !important;
	}
	.lp2-agreement-area_l {
		width: 50%;
		margin: 0 auto;
	}
	.lp2-agreement-area_r {
		width: 42%;
		margin: 0 auto;
	}
	.lp2-button {
	    color: #ffffff;
		margin: 5px 0 23px 0;
		box-shadow: 1px 1px 2px #702C27;
	    border: 1px solid #D8D4D4;
	    border-radius: 5px;
	    background: #fe3838;
	    font-size: 23px;
	    font-weight: 500;
	    width: 255px;
	    height: 55px;
			text-shadow: 0.8px 0.8px 1px rgba(0, 0, 0, 0.9);
	}
	.lp2-entry-button{
	    color: #ffffff;
		margin: 5px 0;
		box-shadow: 1px 1px 2px #702C27;
	    border: 1px solid #D8D4D4;
	    border-radius: 5px;
	    background: #ff6a34;
	    font-size: 23px;
	    font-weight: 500;
	    width: 255px;
	    height: 55px;
			text-shadow: 2px 2px 3px rgba(40, 40, 40, 0.9);
	}
	.lp2-point1-txt {
	    font-size: 4vw;
	    font-weight: 700;
	    margin-bottom: 5px;
	    position: relative;
	    top: -5px;
	    margin-left: 5px;
	}
	.lp2-point1-highlight_txt {
	    font-size: 5vw;
	    font-weight: 700;
	    letter-spacing: 0.5px;
	}
	.first-contents {
		width: 94%;
		margin: 0 auto;
	/*	margin-bottom: 3%;*/
	}
	.first-contents-img {
		width: 100%;
	}
	.lp2-l-top-subtxt {
	/*  display: inline-block;*/
	  font-size: 4vw;
	  font-weight: 700;
	  color: #023374;
	  text-shadow: 1.8px 1.8px 1.8px #fff;
	  line-height: 1em;
	  background: linear-gradient(transparent 70%, #ffff00 0%);
	  margin: 8px 0 0 0;
	  letter-spacing: -0.2px;
	}
	.lp2-l-top-txt {
	    font-weight: 700;
	    text-align: left;
	    margin-left: -12px;
	    font-size: 3.5vw;
	}
/*	エラー発生時に位置の問題ですごいことになってしまう*/
	.lp2-main-img {
	    width: 35%;
	    height: auto;
	    z-index: 150;
	    /* float: right; */
	    position: absolute;
	    top: 80px;
	    right: 10px;
	}
	.anchor {
		padding-top: 10px;
	  margin-top: -10px;
	}
}

@media (min-width: 481px) {
/*	スマホ表示じゃない場合は横幅指定をすることで横にスライドできるようにすることが必要なので190214大和田*/
	body {
		min-width: 1000px;
	}
	.pc-none{
		display: none;
	}
		#lp2-entryform-bg {
		background: #023374;
		width: 455px;
		height: auto;
		padding-top: 10px;
	}
	#lp2-entry-area2 {
		background: #ffffff;
		width: 455px;
		height: auto;
	}
	.lp2-flow-area {
		width: 455px;
		height: 165px;
	}
	.entry_header {
	  width: 455px;
	}
	.point1-img {
		width: 226px;
		height: auto;
	}
	.point2-maintxt {
		font-size: 25px;
		font-weight: 900;
	  display: inline-block;
	  text-shadow: 1.8px 1.8px 1.8px #fff;
		line-height: 1em;
		background: linear-gradient(transparent 70%, #ffff00 0%);
	  /*letter-spacing: -1.2px;*/
	  margin-bottom: 13px;
	}
	.lp2-point2-lcontent {
	  width: 310px;
	  margin-left: 14px;
	}
	.lp2-point2-rcontent {
		width: 170px;
	  margin-right: 13px;
	}
}


@media (min-width: 390px) {
.img-ankenlogo {
		height: 39px;
		width: 180px;
	}
}

@media (max-width: 374px) {
.lp2-3col {
width: 31.5% !important;
	}
.lp2-ymd {
    display: inline-block;
    width: 80% !important;
}
.lp2-3col {
width: 31.5% !important;
	}
 }

@media (max-width: 355px) {
.txtTel-lp2 {
    width: 84%;
}
.lp2-telbox {
    width: 31.5% !important;
}
 }