@charset "UTF-8";

.pagebody {
	overflow: hidden;
}


/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*.pagebody {
	font-size: 90%;
	line-height: 1.8em;
}*/
}



/*メインイメージ
---------------------------------------------------------*/
.lp_m_img_box {
	background: #9da9bf url("../images/lp/sourou/m_bg@2x.jpg") repeat-x center center;
	background-size: auto 100%;
}
.lp_m_img_box::before {
	width: 100%;
	left: 0;
	background: url("../images/lp/sourou/m_img_bg@2x.jpg") no-repeat left center;
	background-size: auto 100%;
}
.lp_m_img_box .m_img {
	width: 80%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: 6%;
}
.lp_m_img_box .lp_m_img {
	padding-top: 20px;
	padding-bottom: 520px;
}
.lp_m_point {
	top: 540px;
}
.lp_m_point .in_box {
	border-color: #333;
}
.lp_m_point .in_box::before,
.lp_m_point .in_box::after {
	background: #333;
}
.lp_m_point .in_box p,
.lp_m_point .in_box .abs_caption {
	color: #333;
}

/* 1500px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.lp_m_img_box .lp_m_img {
	padding-top: 1%;
	padding-bottom: 35vw;
}
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.lp_m_point {
	top: 56%;
}
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lp_m_img_box::before {
	background-size: auto 100%;
}
.lp_m_img_box .m_img {
	width: 90%;
	margin-right: 5%;
}
.lp_m_img_box .lp_m_img {
	padding-top: 2%;
	padding-bottom: 40vw;
}
.lp_m_point {
	top: 60%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_m_img_box .lp_m_img {
	padding-top: 0;
	padding-bottom: 14%;
}
.lp_m_img_box .m_img {
	width: 100%;
	margin-right: 0;
}
.lp_m_point {
	bottom: 26% !important;
}
}



/*コラム、共通
---------------------------------------------------------*/
.sourou .orange,
.sourou .orange a {
	color: #EC751D;
}
.sourou .fs18 {
	font-size: 115%;
	letter-spacing: .03em;
	line-height: 2.2em;
}

.sourou .marker {
	background: url("../images/lp/sourou/marker@2x.png") repeat-x left bottom;
	background-size: auto .5em;
}

.sou_title {
	text-align: center;
}
.sou_title h2, .sou_title h3 {
	font-size: 360%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-bottom: .2em;
	background-image: url("../images/lp/sourou/dotto1@2x.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 3px;
	margin-bottom: 10px;
}
.sou_title > div img {
	display: block;
	margin: auto;
}
.sou_title .lead {
	font-size: 135%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-top: 1.5em;
}

/*コラム*/
.sou_column {
	background: #EBEEF0;
	border-radius: 0 25px 25px 25px;
	padding: 50px 4%;
	position: relative;
}
.sou_column .abs_box {
	position: absolute;
	z-index: 0;
	width: 50%;
	max-width: 460px;
	right: 2%;
	bottom: calc(100% + 15px);
}
.sou_column .abs_box img {
	display: block;
}
.sou_column .abs_box div {
	position: absolute;
	width: 30%;
	max-width: 130px;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-12%);
	transform: translateY(-12%);
}
.sou_column .abs_box p {
	padding-right: 22%;
}
.sou_column .img_box {
	position: absolute;
	width: 24%;
	max-width: 274px;
	left: 2.5%;
	top: 0;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
.sou_column .txt_box {
	width: 74%;
	max-width: 910px;
	margin-left: auto;
	margin-right: 0;
}
.sou_column .txt_box h2, .sou_column .txt_box h3,
.sou_column .txt_box p {
	position: relative;
	z-index: 1;
}
.sou_column .txt_box h2, .sou_column .txt_box h3 {
	color: #4174CC;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-left: 1.5em;
	background-image: url("../images/lp/sourou/icon2@2x.png"), url("../images/lp/sourou/dotto3@2x.png");
	background-repeat: no-repeat, repeat-x;
	background-position: left .15em, left bottom;
	background-size: 1.2em auto, auto 3px;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.sou_column .txt_box p {
	line-height: 1.9em;
}
/*コラム1*/
.column1 {
	padding: 120px 0 80px;
}
/*コラム2*/
.column2 {
	background: #5290D8;
	padding-bottom: 80px;
}
.column2 .sou_column {
	background: #fff;
}

.sou_arrow {
	width: 15%;
	max-width: 190px;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
}

.sou_btn {
	margin-top: 1.5em;
}
.sou_btn a {
	display: inline-block;
	color: #5290D8;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .7em 2.0em;
	padding-right: 3.0em;
	border-top: solid 3px rgba(82,144,216,0.5);
	border-bottom: solid 3px rgba(82,144,216,0.5);
	position: relative;
}
.sou_btn a::before {
	content: "";
	position: absolute;
	width: 1.0em;
	height: 1.0em;
	background: url("../images/lp/sourou/arrow3@2x.png") no-repeat center center;
	background-size: contain;
	right: 1.0em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*症例バナー*/
.sourou .bnr_case {
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sourou .fs18 {
	font-size: 110%;
	line-height: 2.0em;
}

.sou_title {
	text-align: center;
}
.sou_title h2, .sou_title h3 {
	font-size: 5.5vw;
}
.sou_title .lead {
	font-size: 120%;
	margin-top: 1.0em;
}

/*コラム*/
.sou_column {
	padding: 4%;
	font-size: 90%;
}
.sou_column .img_box {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
.sou_column .txt_box h2, .sou_column .txt_box h3 {
	font-size: 200%;
}
.sou_column .txt_box p {
	line-height: 1.8em;
}
/*コラム1*/
.column1 {
	padding: 12% 0 8%;
}
/*コラム2*/
.column2 {
	padding-bottom: 8%;
}

.sou_btn {
	margin-top: 1.0em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sourou .fs18 {
	font-size: 105%;
	letter-spacing: normal;
	line-height: 1.8em;
}

.sou_title h2, .sou_title h3 {
	font-size: 190%;
	padding-bottom: .3em;
}
.sou_title > div {
	width: 50%;
	margin: 0 auto;
}
.sou_title .lead {
	text-align: left;
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-top: 1.0em;
}

/*コラム*/
.sou_column {
	padding: 6% 4%;
	font-size: 90%;
}
.sou_column .abs_box {
	width: 60%;
	bottom: 100%;
}
.sou_column .txt_box {
	width: 100%;
}
.sou_column .txt_box h2, .sou_column .txt_box h3 {
	font-size: 140%;
	margin-bottom: 1.0em;
}
.sou_column .img_box {
	position: static;
	width: 30%;
	-webkit-transform: none;
	transform: none;
	float: left;
	margin-right: 3%;
	margin-bottom: .5em;
}
.sou_column .txt_box p {
	line-height: 1.6em;
}
/*コラム1*/
.column1 {
	padding: 15% 0 10%;
}
/*コラム2*/
.column2 {
	padding-bottom: 10%;
}

.sou_arrow {
	width: 25%;
}

.sou_btn {
	margin: 1.0em auto 0;
	width: 80%;
	text-align: center;
}
.sou_btn a {
	display: block;
	padding: .7em 0;
	padding-right: 1.0em;
}
}



/*早漏とは？
---------------------------------------------------------*/
.about {
	background: url("../images/lp/sourou/bg1@2x.jpg") no-repeat right top;
	background-size: 1350px auto;
	padding: 200px 0 100px;
}
.about h2, .about h3 {
	width: 30%;
}
.about dt {
	color: #3450B3;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-top: .4em;
}
.about ul {
	margin: 40px 0 60px;
	width: 100%;
	max-width: 750px;
	color: #333;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.about li {
	padding-left: 1.6em;
	position: relative;
	margin-bottom: 1.0em;
}
.about li:last-child {
	margin-bottom: 0;
}
.about li p {
	padding: 1.0em 0 .3em;
	border-bottom: dashed 1px #333;
	position: relative;
	z-index: 1;
}
.about li::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 2.8em;
	height: 2.8em;
	left: 0;
	top: 0;
	background: url("../images/lp/sourou/icon1@2x.png") no-repeat left top;
	background-size: contain;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.about {
	background-size: 100% auto;
	padding: 18% 0 6%;
}
.about dt {
	font-size: 220%;
	line-height: 1.4em;
	margin-top: .4em;
}
.about ul {
	margin: 3% 0 4%;
	font-size: 140%;
	line-height: 1.4em;
}
.about li p {
	padding: .3em 0;
}
.about li::before {
	width: 2.5em;
	height: 2.5em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.about {
	background-size: 120% auto;
	padding: 32% 0 12%;
}
.about h2, .about h3 {
	width: 40%;
}
.about dt {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.about ul {
	margin: 4% 0 6%;
	max-width: 100%;
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.about li {
	padding-left: 1.6em;
	margin-bottom: .5em;
}
.about li p {
	padding: .6em 0 .3em;
}
.about li::before {
	width: 2.5em;
	height: 2.5em;
}
}



/*早漏の要因
---------------------------------------------------------*/
.cause {
	background: #EBEEF0 url("../images/lp/sourou/bg2@2x.png") no-repeat center top;
	background-size: 100% auto;
	padding: 80px 0 150px;
}
.cause .sou_title {
	margin-bottom: 50px;
}
.cause .sou_title .col1 {
	color: #71AE00;
}
.cause ul {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align: center;
}
.cause li {
	width: 32%;
	max-width: 380px;
	box-sizing: border-box;
	padding: 0 3% 30px;
	position: relative;
}
.cause li::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% - 60px);
	left: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.1);
}
.cause li div,
.cause li dl {
	position: relative;
	z-index: 1;
}
.cause li div {
	width: 70%;
	max-width: 190px;
	margin: 0 auto;
}
.cause li dt {
	font-size: 230%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.0em;
	margin: .6em 0 .5em;
}
.cause li dt span {
	display: inline-block;
	background: #EC751D;
	color: #fff;
	font-size: 50%;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding: .2em 2.5em;
	border-radius: 50px;
}
.cause li.col1 dt span {background: #9DC905;}
.cause li dd {
	text-align: left;
	letter-spacing: .03em;
	line-height: 1.8em;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cause {
	padding: 6% 0 10%;
}
.cause .sou_title {
	margin-bottom: 4%;
}
.cause li {
	padding: 0 3% 3%;
}
.cause li dt {
	font-size: 4.2vw;
	letter-spacing: .05em;
}
.cause li dt span {
	letter-spacing: .15em;
	padding: .2em 1.5em;
}
.cause li dd {
	line-height: 1.6em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cause {
	padding: 10% 0 10%;
}
.cause .sou_title {
	margin-bottom: 0;
}
.cause ul {
	display: block;
}
.cause li {
	width: 100%;
	max-width: 100%;
	padding: 0 6% 5%;
	margin-top: 6%;
}
.cause li::before {
	height: calc(100% - 10vw);
}
.cause li div {
	width: 35%;
}
.cause li dt {
	font-size: 160%;
	letter-spacing: .05em;
	margin: .4em 0;
}
.cause li dt span {
	display: block;
	font-size: 70%;
	padding: .2em 0;
	width: 80%;
	margin: .5em auto 0;
}
.cause li dd {
	letter-spacing: normal;
	line-height: 1.6em;
}
}



/*セルフチェック（チェックリストは別CSSファイル）
---------------------------------------------------------*/
.self {
	background: #5290D8 url("../images/lp/sourou/self@2x.png") no-repeat center 110px;
	background-size: 1520px auto;
	padding-bottom: 60px;
}
.self .sou_arrow {
	margin-bottom: 30px;
}
.self .sou_title {
	color: #fff;
	margin-bottom: 30px;
}
.self .sou_title h2, .sou_title h3 {
	background-image: url("../images/lp/sourou/dotto2@2x.png");
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.self {
	background-position:  center 8vw;
	background-size: 105% auto;
	padding-bottom: 4%;
}
.self .sou_arrow {
	margin-bottom: 30px;
}
.self .sou_title {
	color: #fff;
}
.self .sou_title h2, .sou_title h3 {
	background-image: url("../images/lp/sourou/dotto2@2x.png");
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.self {
	background-position:  center 8vw;
	background-size: 105% auto;
	padding-bottom: 8%;
}
.self .sou_arrow {
	margin-bottom: 3%;
}
}



/*ope
---------------------------------------------------------*/
.ope {
	background: #F5F7F8;
}
.ope .sou_title {
background: rgb(52,80,179);
background: -moz-linear-gradient(top,  rgba(52,80,179,1) 0%, rgba(82,144,216,1) 100%);
background: -webkit-linear-gradient(top,  rgba(52,80,179,1) 0%,rgba(82,144,216,1) 100%);
background: linear-gradient(to bottom,  rgba(52,80,179,1) 0%,rgba(82,144,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3450b3', endColorstr='#5290d8',GradientType=0 );
	padding: 40px 0 50px;
	color: #fff;
}
.ope .sou_title h2, .sou_title h3 {
	background-image: url("../images/lp/sourou/dotto2@2x.png");
}
.ope .sou_arrow {
	margin-bottom: 60px;
}

.ope .ope_lead {
	text-align: center;
	position: relative;
	margin-bottom: 120px;
}
.ope .ope_lead dt {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .4em;
}
.ope .ope_lead dt,
.ope .ope_lead dd {
	position: relative;
	z-index: 1;
}
.ope .ope_lead .abs {
	position: absolute;
	z-index: 0;
	width: 15%;
	max-width: 130px;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.ope .med_box {
	margin-bottom: 100px;
}
.ope .med_box h3, .ope .med_box h3, .ope .med_box h4 {
background: rgb(82,144,216);
background: -moz-linear-gradient(left,  rgba(82,144,216,1) 0%, rgba(52,80,179,1) 100%);
background: -webkit-linear-gradient(left,  rgba(82,144,216,1) 0%,rgba(52,80,179,1) 100%);
background: linear-gradient(to right,  rgba(82,144,216,1) 0%,rgba(52,80,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5290d8', endColorstr='#3450b3',GradientType=1 );
	border-radius: 0 40px 0 0;
	color: #fff;
	font-size: 280%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: .4em 3%;
	padding-left: 18%;
	margin-bottom: 40px;
	position: relative;
}
.ope .med_box h3::before, .ope .med_box h4::before {
	content: "";
	position: absolute;
	width: 18%;
	height: 150px;
	left: 0;
	bottom: 0;
	background-image: url("../images/lp/sourou/no01@2x.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.ope .box2 h3::before, .ope .box2 h4::before {background-image: url("../images/lp/sourou/no02@2x.png");}
.ope .box3 h3::before, .ope .box3 h4::before {background-image: url("../images/lp/sourou/no03@2x.png");}
.ope .box4 h3::before, .ope .box4 h4::before {background-image: url("../images/lp/sourou/no04@2x.png");}
.ope .box5 h3::before, .ope .box5 h4::before {background-image: url("../images/lp/sourou/no05@2x.png");}

.ope .med_box .point_list {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align: center;
}
.ope .med_box .point_list li {
	width: 24%;
	max-width: 260px;
	box-sizing: border-box;
	background: #fff url("../images/lp/sourou/bg_slash@2x.png") no-repeat center center;
	background-size: cover;
	border: solid 4px #FCDF21;
	border-radius: 15px;
	color: #EC751D;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding: .6em 0;
}

.ope .med_box .flt_box {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
.ope .med_box .flt_box .img_l {
	width: 32%;
	max-width: 370px;
	float: left;
}
.ope .med_box .flt_box .txt_r {
	width: 65%;
	max-width: 760px;
	float: right;
	line-height: 1.8em;
}
.ope .med_box .med_style dt {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

.ope .box2 .choice {
	width: 100%;
	max-width: 1030px;
	margin: 60px auto 0;
	text-align: center;
}
.ope .box2 .choice h4, .ope .box2 .choice h4, .ope .box2 .choice h5 {
	display: inline-block;
	color: #3450B3;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	padding: 0 1.0em;
	background-image: url("../images/lp/sourou/slash_l@2x.png"), url("../images/lp/sourou/slash_r@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
	margin-bottom: .4em;
}
.ope .box2 .choice .flex_box {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ope .box2 .choice .flex_box > div {
	width: 49%;
	max-width: 500px;
}
.ope .box2 .choice .flex_box dl {
	background: rgba(82,144,216,0.5);
	padding: 30px 8% 40px;
	border-radius: 15px;
	margin-bottom: 20px;
}
.ope .box2 .choice .flex_box dt {
	color: #FFFF6E;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-bottom: .4em;
	background: url("../images/lp/sourou/dotto2@2x.png") no-repeat center bottom;
	background-size: auto 3px;
	margin-bottom: .5em;
}
.ope .box2 .choice .flex_box li {
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 2.0em;
	background: url("../images/lp/sourou/icon3@2x.png") no-repeat left top;
	background-size: 1.5em auto;
	padding-bottom: .8em;
}
.ope .box2 .border_txt {
	margin-top: 30px;
	padding: .6em 0;
	position: relative;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.ope .box2 .border_txt::before,
.ope .box2 .border_txt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
background: -moz-linear-gradient(left,  rgba(0,113,188,0) 0%, rgba(0,113,188,1) 10%, rgba(0,113,188,1) 90%, rgba(0,113,188,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,113,188,0) 0%,rgba(0,113,188,1) 10%,rgba(0,113,188,1) 90%,rgba(0,113,188,0) 100%);
background: linear-gradient(to right,  rgba(0,113,188,0) 0%,rgba(0,113,188,1) 10%,rgba(0,113,188,1) 90%,rgba(0,113,188,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000071bc', endColorstr='#000071bc',GradientType=1 );
}
.ope .box2 .border_txt::before {top: 0;}
.ope .box2 .border_txt::after {bottom: 0;}
.ope .box2 .border_txt .orange {
	font-size: 120%;
}
.ope .box2 .border_txt p {
	position: relative;
	z-index: 1;
}
.ope .box2 .border_txt div {
	position: absolute;
	z-index: 0;
	max-width: 130px;
	right: 0;
	bottom: 0;
}

.ope .box5 {
	margin-bottom: 120px;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.ope .ope_lead dt .sp_tb {
	display: block !important;
}
.ope .ope_lead .abs {
	left: auto;
	right: calc(50% + 300px);
}
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ope .sou_title {
	padding: 5% 0;
}
.ope .sou_arrow {
	margin-bottom: 3%;
}

.ope .ope_lead {
	margin-bottom: 8%;
}
.ope .ope_lead dt {
	font-size: 210%;
	margin-bottom: .2em;
}
.ope .ope_lead .abs {
	left: 0;
	right: auto;
}

.ope .med_box {
	margin-bottom: 10%;
}
.ope .med_box h3, .ope .med_box h3, .ope .med_box h4 {
	font-size: 4.8vw;
	letter-spacing: .1em;
	padding-left: 22%;
	margin-bottom: 4%;
}
.ope .med_box h3::before, .ope .med_box h4::before {
	width: 22%;
}

.ope .med_box .point_list {
	margin-bottom: 4%;
}
.ope .med_box .point_list li {
	font-size: 2.8vw;
	line-height: 1.4em;
}

.ope .med_box .flt_box .img_l {
	width: 35%;
	margin-right: 3%;
	margin-bottom: 1.0em;
}
.ope .med_box .flt_box .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
	line-height: 1.6em;
}
.ope .med_box .med_style dt {
	font-size: 160%;
}
.ope .med_box .sou_btn {
	text-align: center;
}

.ope .box2 .choice {
	margin-top: 5%;
}
.ope .box2 .choice h4, .ope .box2 .choice h4, .ope .box2 .choice h5 {
	font-size: 220%;
}
.ope .box2 .choice .flex_box dl {
	padding: 5% 8%;
}
.ope .box2 .choice .flex_box dt {
	font-size: 160%;
	padding-bottom: .6em;
}
.ope .box2 .choice .flex_box li {
	font-size: 120%;
}
.ope .box2 .border_txt {
	margin-top: 4%;
	font-size: 3.5vw;
	padding-right: 10%;
}

.ope .box5 {
	margin-bottom: 10%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ope .sou_title {
	padding: 6% 0 5%;
}
.ope .sou_arrow {
	margin-bottom: 6%;
}

.ope .ope_lead {
	margin-bottom: 10%;
}
.ope .ope_lead dt {
	font-size: 160%;
	line-height: 1.4em;
	margin-bottom: .4em;
}
.ope .ope_lead dd {
	text-align: left;
}
.ope .ope_lead .abs {
	width: 23%;
}

.ope .med_box {
	margin-bottom: 12%;
}
.ope .med_box h3, .ope .med_box h3, .ope .med_box h4 {
	border-radius: 0 30px 0 0;
	font-size: 170%;
	letter-spacing: .1em;
	padding: .4em 3%;
	padding-left: 20%;
	margin-bottom: 4%;
}
.ope .med_box h3::before, .ope .med_box h4::before {
	width: 30%;
	left: -10%;
	bottom: 5%;
}

.ope .med_box .point_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 4%;
}
.ope .med_box .point_list li {
	width: 49%;
	max-width: 100%;
	font-size: 110%;
	line-height: 1.2em;
	padding: .4em 0;
	margin-bottom: 2%;
}

.ope .med_box .flt_box .img_l {
	width: 60%;
	float: none;
	margin: 0 auto 1.0em;
}
.ope .med_box .flt_box .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
	line-height: 1.6em;
}
.ope .med_box .med_style dt {
	font-size: 140%;
	letter-spacing: normal;
	margin-bottom: .4em;
}

.ope .box2 .choice {
	margin-top: 8%;
}
.ope .box2 .choice h4, .ope .box2 .choice h4, .ope .box2 .choice h5 {
	font-size: 140%;
	letter-spacing: .1em;
	padding: 0 1.0em;
	background-size: auto 1.5em, auto 1.5em;
}
.ope .box2 .choice .flex_box dl {
	padding: 10% 6% 8%;
}
.ope .box2 .choice .flex_box dt {
	font-size: 120%;
	letter-spacing: .1em;
	padding-bottom: .6em;
}
.ope .box2 .choice .flex_box li {
	font-size: 105%;
	padding-left: 1.6em;
	background-position: left .2em;
	background-size: 1.2em auto;
}
.ope .box2 .border_txt {
	margin-top: 3%;
	padding: .6em 0;
	font-size: 120%;
}
.ope .box2 .border_txt .orange {
	font-size: 110%;
}
.ope .box2 .border_txt div {
	width: 20%;
	right: 5%;
	bottom: 50%;
}

.ope .box5 {
	margin-bottom: 15%;
}
}



/*4つの安心
---------------------------------------------------------*/
.anshin {
	padding-top: 130px;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.anshin {
	padding-top: 12%;
}	
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.anshin {
	padding-top: 14%;
}
}



/*費用
---------------------------------------------------------*/
.lp_price_box th,
.lp_price_box td {
	width: 16.6666%;
	box-sizing: border-box;
	letter-spacing: normal;
}
.lp_price_box th span {
	font-size: 100%;
	line-height: 1.6em;
}
.lp_price_box th small{
	display: block;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {	
.lp_price_box table {
	font-size: 90%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_price_box table {
	font-size: 70%;
}
.lp_price_box th,
.lp_price_box td {
	letter-spacing: normal !important;
}
.lp_price_box th:first-child {
	width: 7%;
}
.lp_price_box th {
	width: 18%;
}
.lp_price_box th .sp_vertical {
	display: block;
	width: 1.2em;
	margin: 0 auto;
	line-height: 1.2em;
}
.lp_price_box th .sp_vertical span.kakko {
	display: block;
	transform: rotate(90deg);
	margin-top: .3em;
	margin-bottom: -.3em;
}
.lp_price_box th .sp_vertical span.youon {
	display: block;
	margin-top: -.2em;
}
.lp_price_box td {
	width: 19%;
}
}