@charset "UTF-8";

.m_img_box{
position: relative;
	overflow: hidden;
}
.m_img_box * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

.m_img_box .m_bnr {
	position: absolute;
	width: 60%;
	max-width: 850px;
	left: 35%;
	bottom: 23%;
}
.m_img_box .bnr_insurance {
	background: #1069B2;
	background: linear-gradient(0deg,rgba(16, 105, 178, 1) 30%, rgba(18, 54, 105, 1) 100%);
}

.m_dr_box{
	background: rgba(255,255,255,0.70);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 1% 0;
}
.m_dr_box .abs_area {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.m_dr_box .txt {
	text-align: left;
	font-size: 100%;
	font-size: min(95%,1.2vw);
}
.m_dr_box .txt dt {
	color: #10345f;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	font-feature-settings: "halt";
	margin-bottom: .3em;
}
.m_dr_box .txt dt span {
	color: #df381a;
}
.m_dr_box .txt dd {
	color: #333;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5em;
}

.m_img_box2 {
	padding-top: 50px;
	padding-bottom: 150px;
}
.m_img_box2 .lp_m_point {
	position: static;
}

.m_img_box2 .bnr_list {
	width: 94%;
	max-width: 900px;
	margin: 60px auto 0;
}
.m_img_box2 .bnr_list li {
	margin-bottom: 20px;
}
.m_img_box2 .bnr_list li:last-child {
	margin-bottom: 0;
}
a.bnr_insurance {
	display: block;
	background: #0081cf;
	background: linear-gradient(0deg,rgba(52, 63, 145, 1) 0%, rgba(0, 129, 207, 1) 60%);
}

/* もしかして… */
.m_lead_bnr ul {
	width: 80%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 60px auto 0;
	background: #fff url(../images/lp/std/bnr_lead@2x.png) no-repeat left top;
	background-size: contain;
	border: solid 6px #f7931e;
	border-radius: 10px;
	padding: 100px 2% 20px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: center;
}
.m_lead_bnr li {
	width: 19%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_box .m_img {
	width: 120%;
	margin-left: -10%;
}
.m_img_box .m_bnr {
	width: 65%;
	left: 30%;
	bottom: 25%;
}
.m_dr_box{
	padding: 1% 0;
}
.m_dr_box .txt {
	font-size: 1.3vw;
}
.m_dr_box .txt dt {
	margin-bottom: .1em;
}
.m_dr_box .txt dd {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.5em;
}

.m_img_box2 {
	padding-top: 4%;
	padding-bottom: 14%;
}

.m_img_box2 .bnr_list {
	margin-top: 4%;
}

/* もしかして… */
.m_lead_bnr ul {
	margin-top: 5%;
	border-width: 3px;
	padding: 7% 2% 1%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img img{
width: 100%;
}

.m_img_box .m_bnr {
	width: 94%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: auto;
	top: 62vw;
}

.m_dr_box{
	padding: 3% 0;
}
.m_dr_box .txt {
	font-size: 80%;
}
.m_dr_box .txt dt {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.3em;
	margin-bottom: .3em;
}
.m_dr_box .txt dd {
	letter-spacing: normal;
	line-height: 1.4em;
}	
	
.m_img_box2 {
	padding-top: 5%;
	padding-bottom: 35% !important;
}

.m_img_box2 .bnr_list {
	margin-top: 5%;
}

/* もしかして… */
.m_lead_bnr ul {
	width: 100%;
	margin: 6% auto 0;
	border-width: 3px;
	padding: 10% 2% 2%;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.m_lead_bnr li {
	width: 28%;
	margin: -2% 2%;
}
}



/*性感染症リンクリスト
---------------------------------------------------------*/
.std .dis_links {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.std .dis_links li {
	padding: .3em 0;
}
.disies_list_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.qa_list .dis_links {
	margin-top: 40px;
}
.disies_list_box .disies_txt {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: 2%;
}
.disies_list_box .disi_link_title {
	color: #2852c5;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.std .dis_links {
	font-size: 100%;
	letter-spacing: .05em;
}
.disies_list_box {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.qa_list .dis_links {
	margin-top: 2.5%;
}
.disies_list_box .disies_txt {
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: 2%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.std .dis_links {
	font-size: 90%;
	letter-spacing: normal;
}
.std .dis_links li {
	padding: 0;
}
.disies_list_box {
	padding-top: 3%;
	padding-bottom: 5%;
}
.qa_list .dis_links {
	margin-top: 2%;
}
.disies_list_box .disies_txt {
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: 3%;
}
.disies_list_box .disi_link_title {
	text-align: center;
	font-size: 115%;
	margin-bottom: 0;
}
}



/*性感染症pa
---------------------------------------------------------*/
.box1 .qa_box .title{
margin-bottom: 70px;
text-align: center;
}
.box1 .qa_box .qa_list > li{
margin-bottom: 130px;
}
.box1 .qa_box .qa_list > li:last-child{
margin-bottom: 80px;
}
.box1 .qa_box .q_box .flex,
.box1 .qa_box .a_box .flex{
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.box1 .qa_box .q_box .flex .fuki_box{
width: 80%;
}
.box1 .qa_box .q_box .flex .fuki{
padding: 80px 60px 50px;
border-radius: 15px;
background: #bbe4fa;
position: relative;
box-sizing: border-box;
}
.box1 .qa_box .q_box .flex .fuki::before{
    content: '';
    position: absolute;
    left: 30px;
    top: -28px;
    width: 62px;
    height: 77px;
    background:url(../images/lp/std/std_q.svg)no-repeat left top;
	background-size: contain;
}
.box1 .qa_box .q_box .flex .fuki::after{
    content: '';
    position: absolute;
    right: -35px;
    top: 65px;
    width: 35px;
    height: 28px;
    background:url(../images/lp/std/qa_fuki2.png)no-repeat left top;
	background-size: contain;
}

.box1 .qa_box .q_box .flex .fuki p,
.box1 .qa_box .a_box .flex .fuki > p,
.box1 .qa_box .a_box .flex .fuki dt{
font-size: 190%;
font-weight: bold;
color:#10345f;
line-height: 1.5em;
letter-spacing: .09em;
text-align: left;
}

.box1 .qa_box .q_box .flex .img_box{
width: 16%;
margin-bottom: 40px;
}
.box1 .qa_box .a_box .flex .fuki_box{
width: 80%;
}
.box1 .qa_box .a_box .flex .fuki{
position: relative;
border: 3px solid #41b3f1;
box-sizing: border-box;
padding: 80px 50px 50px;
border-radius: 15px;
background: #fff;
position: relative;
}
.box1 .qa_box .a_box .flex .fuki::before{
    content: '';
    position: absolute;
    left: 30px;
    top: -28px;
    width: 64px;
    height: 72px;
    background:url(../images/lp/std/std_a.svg)no-repeat left top;
	background-size: contain;
}
.box1 .qa_box .a_box .flex .fuki::after{
    content: '';
    position: absolute;
    left: -38px;
    top: 65px;
    width: 38px;
    height: 28px;
    background:url(../images/lp/std/qa_fuki.png)no-repeat left top;
	background-size: contain;
}
.box1 .qa_box .a_box .flex .img_box{
width: 16%;
}
.box1 .qa_box .a_box .flex dl .txt{
margin: 25px 0 30px;
}
.box1 .qa_box .a_box .flex dl .bdr_box{
border-top: 2px solid #e6e6e6;
border-bottom: 2px solid #e6e6e6;
}
.box1 .qa_box .a_box .flex dl .flex{
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-align-items: center;
align-items: center;
padding: 15px 3%;
}
.box1 .qa_box .a_box .flex dl .flex .txt_box{
width: 14%;
font-size: 125%;
font-weight: bold;
color:#10345f;
line-height: 1.4em;
letter-spacing: .05em;
}
.box1 .qa_box .a_box .flex dl .flex .box_list{
width: 78%;
}
.box1 .qa_box .q_box .shadow,
.box1 .qa_box .a_box .shadow{
line-height: 1em;
font-size: 0;
padding: 0 1%;
}

.scase_box .txt{
text-align: center;
margin-bottom: 15px;
}
.scase_box .flex{
-webkit-justify-content: space-between;
justify-content: space-between;
}
.scase_box .flex li{
width: 24%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .qa_box .title{
margin:0 auto 50px;
width: 80%;
}
.box1 .qa_box .qa_list > li{
margin-bottom: 60px;
}
.box1 .qa_box .qa_list > li:last-child{
margin-bottom: 40px;
}
.box1 .qa_box .q_box .flex .fuki_box{
width: 80%;
}
.box1 .qa_box .q_box .flex .fuki{
padding: 50px 30px 30px;
}
.box1 .qa_box .q_box .flex .fuki::before{
    width: 50px;
    height: 62px;
}
.box1 .qa_box .q_box .flex .fuki::after{
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
}

.box1 .qa_box .q_box .flex .fuki p,
.box1 .qa_box .a_box .flex .fuki > p,
.box1 .qa_box .a_box .flex .fuki dt{
font-size: 140%;
letter-spacing: 0;
}

.box1 .qa_box .q_box .flex .img_box{
margin-bottom: 30px;
}
.box1 .qa_box .a_box .flex .fuki{
padding: 50px 30px 30px;
}
.box1 .qa_box .a_box .flex .fuki::before{
    width: 52px;
    height: 57px;
}
.box1 .qa_box .a_box .flex .fuki::after{
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 21px;
}
.box1 .qa_box .qa_list li:nth-child(1) .a_box .flex .fuki::after{
    top: 50px;
    -webkit-transform: none;
    transform: none;
}

.scase_box .txt{
text-align: center;
margin: 0 auto 15px ;
width: 80%;
}
.scase_box .flex{
-webkit-justify-content: space-between;
justify-content: space-between;
}
.scase_box .flex li{
width: 25%;
}
.box1 .qa_box .a_box .flex dl .flex{
padding: 15px 1%;
}
.box1 .qa_box .a_box .flex dl .flex .txt_box{
width: 20%;
font-size: 110%;
letter-spacing: .05em;
}
.box1 .qa_box .a_box .flex dl .flex .box_list{
width: 75%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
.box1 .qa_box .title{
margin:0 auto 8%;
width: 90%;
}
.box1 .qa_box .qa_list > li{
margin-bottom: 10%;
}
.box1 .qa_box .qa_list > li:last-child{
margin-bottom: 5%;
}
.box1 .qa_box .q_box .flex .fuki_box{
width: 78%;
margin-bottom: 5%;
}
.box1 .qa_box .q_box .flex .fuki{
padding: 10% 3% 5%;
border-radius: 10px;
}
.box1 .qa_box .q_box .flex .fuki::before{
left: 4%;
top: -10px;
width: 20px;
height: 27px;
}
.box1 .qa_box .q_box .flex .fuki::after{
right: -12px;
top: 20px;
width: 12px;
}
.box1 .qa_box .q_box .flex .img_box{
width: 18%;
margin-bottom: 8%;
}
.box1 .qa_box .a_box .flex .fuki_box{
width: 78%;
}
.box1 .qa_box .a_box .flex .fuki{
border: 2px solid #41b3f1;
padding: 8% 3% 5%;
border-radius: 10px;
}
.box1 .qa_box .a_box .flex .fuki::before{
left: 5%;
top: -12px;
width: 22px;
height: 27px;
}
.box1 .qa_box .a_box .flex .fuki::after{
left: -16px;
top: 15px;
width: 16px;
height: 12px;
}

.box1 .qa_box .q_box .flex .fuki p,
.box1 .qa_box .a_box .flex .fuki > p,
.box1 .qa_box .a_box .flex .fuki dt{
font-size: 4.5vw;
line-height: 1.4em;
letter-spacing: .01em;
}
.box1 .qa_box .a_box .flex .img_box{
width: 18%;
}
.box1 .qa_box .a_box .flex dl .txt{
margin: 5% 0;
font-size: 90%;
line-height: 1.4em;
}
.box1 .qa_box .a_box .flex dl .flex{
-webkit-flex-flow: column;
flex-flow: column;
padding: 5% 3%;
}
.box1 .qa_box .a_box .flex dl .flex .txt_box{
width: 100%;
margin-bottom: 1%;
font-size: 100%;
letter-spacing: .05em;
text-align: center;
}
.box1 .qa_box .a_box .flex dl .flex .box_list{
width: 100%;
}

.scase_box .txt{
margin:0 auto 3%;
width: 90%;
}
.scase_box .flex{
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
.scase_box .flex li{
width: 40%;
}
}



/*box2
---------------------------------------------------------*/
.box2{
padding: 85px 0 110px;
}
.box2 .title{
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}
.nayami_box {
max-width: 1200px;
width: 100%;
box-sizing: border-box;
position: relative;
overflow: hidden;
z-index: 1;
padding: 0;
}
.nayami_box .bg_white{
background: #fff;
color:#000000;
overflow: hidden;
padding: 0 3%;
overflow: hidden;
}
.nayami_box .img_box {
width: 24%;
position: absolute;
bottom: 0;
left: 4%;
}
.nayami_box .nayami_list {
	max-width: 100%;
	width: 71%;
	margin-left: auto;
	margin-right: 0;
}
.nayami_box .nayami_list .lp_check_li {
	font-size: 250%;
	color: #10345f;
}
.nayami_box .nayami_list .txt_box{
margin: 40px 0 0;
font-size: 190%;
font-weight: bold;
line-height: 1.6em;
letter-spacing: 0;
text-align: left;
}
.nayami_box .nayami_list .txt_box span{
color:#df381a;
font-size: 135%;
}
.t_corner,
.b_corner{
line-height: 1em;
font-size: 0;
}

/* 微調整 (1200px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.nayami_box .nayami_list .lp_check_li {
	font-size: 3.4vw;
}
.nayami_box .img_box {
width: 20%;
left: 2%;
}
.nayami_box .nayami_list {
	width: 78%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2{
	padding: 6% 0 8%;
}
.box2 .title{
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2{
padding: 10% 0;
}
.box2 .title{
	width: 100%;
	margin-bottom: 4%;
}
.nayami_box .bg_white{
padding: 3% 4%;
}
.nayami_box .img_box {
width: 20%;
position: absolute;
bottom: 0;
left: 0;
}
.nayami_box .nayami_list {
	width: 100%;
}
.nayami_box .nayami_list .lp_check_li {
	font-size: 140%;
}
.nayami_box .nayami_list .txt_box{
	margin-top: 3%;
	font-size: 120%;
	padding-left: 20%;
}
.nayami_box .nayami_list .txt_box span{
	font-size: 135%;
}
}



/*ブライダルチェック
---------------------------------------------------------*/
.bridal_box{
	background: #f0f8ef;
}

/* ブライダルチェック */
.bridal_box .title{
text-align: center;
width: 46%;
margin: 0 auto -20px;
position: relative;
z-index: 2;
}
.bridal_box .bridal_check_box{
background: #fff;
padding: 100px 90px 60px;
position: relative;
z-index: 1;
}

.bridal_box .bridal_check_box .abs_img{
position: absolute;
right: 25px;
top: -140px;
width: 25%;
}
.bridal_box .lp_check_li li {
 font-size: 185%;
 color: #4d4d4d;
 line-height: 1.6em;
 text-align: left;
}

.last_foot{
margin: 90px auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* ブライダルチェック */
.bridal_box .title{
width: 55%;
margin: 0 auto -15px;
}
.bridal_box .bridal_check_box{
padding: 80px 5% 30px;
}

.bridal_box .bridal_check_box .abs_img{
right: 5px;
top: -30px;
width: 26%;
}
.bridal_box .lp_check_li li {
 font-size: 140%;
}
	
.last_foot{
margin: 60px auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
/* ブライダルチェック */
.bridal_box .title{
width: 85%;
margin: 0 auto -10px;
}
.bridal_box .bridal_check_box{
padding: 8% 5% 5%;
}
.bridal_box .bridal_check_box .abs_img{
right: 0;
top: inherit;
bottom: -19%;
width: 45%;
}
.bridal_box .lp_check_li li {
  font-size: 4.5vw;
 }
	
.last_foot{
margin: 8% auto;
}
}



/*検査項目
---------------------------------------------------------*/
.box3 .lp_index04 {
	color: #10345f;
	border-color: #10345f;
}

.box3 .zihi_box {
	width: 80%;
	max-width: 900px;
	margin: 0 auto 60px;
	text-align: center;
	color: #4d4d4d;
}
.box3 .zihi_box .dakara {
	width: 100%;
	max-width: 810px;
	margin: 20px auto 30px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.box3 .zihi_box .dakara dt {
	width: 22%;
}
.box3 .zihi_box .dakara dd {
	width: 76%;
}
.box3 .zihi_box .txt_price {
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2em;
	padding: .5em 0;
}
.box3 .zihi_box .txt_price span {
	font-size: 80%;
	margin-left: .5em;
}
.box3 .zihi_box .memo {
	margin-top: .5em;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.box3 .zihi_box .memo li {
	margin: 0 1em;
}

/*リンク・見出し*/
.box3 .course_ank_list {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 60px;
}
.box3 .course_ank_list li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 2%;
}
.box3 .course_ank_list li:nth-child(4n),
.box3 .course_ank_list li:last-child {
	margin-right: 0;
}
.box3 .course_ank_list li:nth-child(-n+4) {
	margin-top: 0;
}
.box3 .course_ank_list a {
	display: block;
	background: rgba(247,147,30,1.0);
	border-radius: .5em;
	text-align: center;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	height: 5.2em;
	position: relative;
}
.box3 .course_ank_list a:hover {
	background: rgba(38,80,197,0.9);
}
.box3 .course_ank_list a::before {
	font-family: 'fontello';
	content: '\e805';
	font-size: 80%;
	font-weight: normal;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotate(90deg);
}
.box3 .course_ank_list a p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-60%);
}
.box3 .course_index {
	text-align: center;
	color: #2650c5;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.box3 .course_index span {
	display: inline-block;
	position: relative;
}
.box3 .course_index span::before,
.box3 .course_index span::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 2.0em;
	background: #2650c5;
	bottom: -.2em;
}
.box3 .course_index span::before {
	left: -1.0em;
	transform: rotate(-20deg);
}
.box3 .course_index span::after {
	right: -1.0em;
	transform: rotate(20deg);
}

/*レイアウト*/
.box3 .kensa_list #course1,
.box3 .kensa_list #course2,
.box3 .kensa_list #course3,
.box3 .kensa_list #course4 {
	margin-bottom: 80px;
}
.box3 .kensa_list .col2_flex {
	display: flex;
    justify-content: space-between;
}
.box3 .kensa_list .col2_flex > div {
	width: 48.5%;
	box-sizing: border-box;
}
.box3 .kensa_list .col2_flex.col1 {
    justify-content: center;
}
.box3 .kensa_list .col2_flex.col1 > div {
	width: 70%;
}

.box3 .kensa_list .course_bridal {
	width: 100%;
}

/*デザイン*/
.box3 .kensa_list .check_title {
	border: solid 1px #666;
	border-bottom: none;
	background: #00418f;
	text-align: center;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .8em .5em;
}
.box3 .kensa_list .tbl_detail {
	width: 100%;
	border: solid 1px #666;
	background: #fff;
}
.box3 .kensa_list .tbl_detail th,
.box3 .kensa_list .tbl_detail td {
	box-sizing: border-box;
	border-left: solid 1px #666;
}
.box3 .kensa_list .tbl_detail th:first-child,
.box3 .kensa_list .tbl_detail td:first-child {
	border-left: none;
}
.box3 .kensa_list .tbl_detail th {
	background: #fffbe4;
	vertical-align: top;
	text-align: center;
	padding: 30px 2% 30px;
	color: #222;
	font-weight: bold;
	line-height: 1.4em;
}
.box3 .kensa_list .tbl_detail td {
	text-align: center;
	vertical-align: top;
	padding: 30px 2% 20px;
}

.box3 .kensa_list .tbl_detail .txt_price {
	font-weight: bold;
	font-size: 280%;
	font-size: min(280%,3.8vw);
	letter-spacing: normal;
	line-height: 1.2em;
}
.box3 .kensa_list .tbl_detail .txt_price span {
	display: inline-block;
	position: relative;
	font-size: 60%;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-left: .2em;
}
.box3 .kensa_list .tbl_detail .pick_item {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	background: rgba(38,80,197,0.8);
	color: #fff;
	font-size: 150%;
	font-size: min(150%,2.2vw);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .6em 0;
	border-radius: .4em;
}
.box3 .kensa_list .tbl_detail .img_plus {
	width: 2.5em;
	margin: .8em auto;
}
.box3 .kensa_list .tbl_detail .img_plus img {
	display: block;
}
.box3 .kensa_list .tbl_detail .check_list {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.box3 .kensa_list .tbl_detail .check_list li {
	margin-bottom: .2em;
	box-sizing: border-box;
	padding-left: 1.0em;
	position: relative;
}
.box3 .kensa_list .tbl_detail .check_list li::before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.box3 .kensa_list .tbl_detail .check_list.item1 {
	text-align: center;
}
.box3 .kensa_list .tbl_detail .check_list.item1 li {
	display: inline-block;
}
.box3 .kensa_list .tbl_detail .check_list.item_flex {
	display: flex;
    flex-wrap: wrap;
}
.box3 .kensa_list .tbl_detail .check_list.item_flex li {
	margin-right: 1.0em;
}
.box3 .kensa_list .col2_flex .tbl_detail th,
.box3 .kensa_list .col2_flex .tbl_detail td {
	width: 50%;
}

/* 即日しっかりプラン */
.box3 .kensa_list .course_sokuzitu .tbl_detail .pick_item span {
	display: block;
	font-size: 80%;
	line-height: 1.4em;
	margin-top: .2em;
}
/* ミニマム治療セット */
.box3 .kensa_list .course_miniset .tbl_detail {
	margin-bottom: 40px;
}
.box3 .kensa_list .course_miniset .tbl_detail th .point {
	font-size: 130%;
	font-size: min(130%,1.8vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: .2em;
}
.box3 .kensa_list .course_miniset .tbl_detail th .point p:nth-child(2) {
	white-space: nowrap;
	width: 4.5em;
	line-height: 4.5em;
	background: rgba(247,147,30,1.0);
	border-radius: 50%;
	color: #fff;
	margin-left: .5em;
}
/* STDプレミアム */
.box3 .kensa_list .course_premium .tbl_detail th .point {
	margin-bottom: 1.0em;
}
/* ブライダルチェック */
.box3 #course4 .course_index {
	color: #006b6b;
}
.box3 #course4 .course_index span::before,
.box3 #course4 .course_index span::after {
	background: #006b6b;
}
.box3 .kensa_list .course_bridal .check_title {
	background: #006b6b;
}
.box3 .kensa_list .course_bridal .tbl_detail th {
	width: 26%;
}
.box3 .kensa_list .course_bridal .tbl_detail td {
	width: 37%;
}
.box3 .kensa_list .course_bridal td.main_kensa {
	background: url(../images/lp/std/kensa_img2@2x.jpg) no-repeat center bottom;
	background-size: contain;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa dl {
	color: #ff85b8;
	font-size: 150%;
	font-size: min(150%,2.5vw);
	font-weight: bold;
	margin-bottom: .5em;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa dt {
	margin-bottom: .4em;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa ul {
	display: flex;
    flex-wrap: wrap;
	text-align: left;
	font-weight: bold;
	color: #444;
	line-height: 1.4em;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa li {
	margin-top: .2em;
	margin-right: 1.0em;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa p {
	margin-top: .5em;
	color: #6cb564;
	font-size: 110%;
	font-weight: bold;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa .txt_tax {
	font-size: 80%;
	margin-left: .5em;
}

/*色*/
.box3 .kensa_list .grd_premium,
.box3 .kensa_list .tbl_detail .grd_premium {
	background: rgb(195,133,51);
	background: linear-gradient(to right,  rgba(195,133,51,1) 0%,rgba(252,238,33,1) 30%,rgba(158,81,62,1) 100%);
	color: #222;
}
.box3 .kensa_list .grd_light,
.box3 .kensa_list .tbl_detail .grd_light {
	background: rgb(169,189,195);
	background: linear-gradient(to right,  rgba(169,189,195,1) 0%,rgba(255,255,255,1) 30%,rgba(158,158,158,1) 100%);
	color: #222;
}
.box3 .kensa_list .grd_bridal,
.box3 .kensa_list .tbl_detail .grd_bridal {
	background: rgb(23,173,148);
	background: linear-gradient(to right,  rgba(23,173,148,1) 0%,rgba(174,252,209,1) 30%,rgba(28,134,148,1) 100%);
}

.box3 .txt_betto {
	margin-bottom: 1.0em;
}

.box3 .attention {
	width: 100%;
	max-width: 900px;
	box-sizing: border-box;
	margin: 30px auto 0;
	background: #fff;
	border: solid 1px #5d1f1d;
	padding: 30px 3%;
}
.box3 .attention dt {
	text-align: center;
	color: #df381a;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.box3 .attention dd {
	text-align: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .zihi_box {
	margin-bottom: 5%;
}
.box3 .zihi_box .txt_price {
	font-size: 160%;
}

/*リンク・見出し*/
.box3 .course_ank_list {
	margin-bottom: 8%;
}
.box3 .course_ank_list li {
	width: 24.1%;
	margin-right: 1.2%;
}
.box3 .course_ank_list a {
	font-size: 110%;
}
.box3 .course_index {
	font-size: 160%;
}
/*レイアウト*/
.box3 .kensa_list #course1,
.box3 .kensa_list #course2,
.box3 .kensa_list #course3,
.box3 .kensa_list #course4 {
	margin-bottom: 6%;
}
.box3 .kensa_list .col2_flex > div {
	width: 49%;
}
/*デザイン*/
.box3 .kensa_list .check_title {
	padding: .5em .5em;
}
.box3 .kensa_list .tbl_detail th {
	padding: 20px 2%;
}
.box3 .kensa_list .tbl_detail td {
	padding: 20px 2%;
}
.box3 .kensa_list .tbl_detail .img_plus {
	width: 2.0em;
}
.box3 .kensa_list .tbl_detail .check_list {
	font-size: 100%;
	letter-spacing: normal;
}
/* 即日しっかりプラン */
/* ミニマム治療セット */
.box3 .kensa_list .course_miniset .tbl_detail {
	margin-bottom: 3%;
}
.box3 .kensa_list .course_miniset .tbl_detail th .point {
	font-size: 120%;
}
/* STDプレミアム */
/* ブライダルチェック */
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa li {
	margin-top: 0;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa p {
	font-size: 100%;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa .txt_tax {
	display: block;
}
	
.box3 .attention {
	margin-top: 3%;
	padding: 3%;
}
.box3 .attention dd {
	font-size: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .zihi_box {
	width: 100%;
	margin-bottom: 8%;
}
.box3 .zihi_box .dakara {
	margin: 3% 0;
}
.box3 .zihi_box .txt_price {
	font-size: 140%;
}
.box3 .zihi_box .txt_price span {
	margin-left: 0;
}
.box3 .zihi_box .memo {
	display: block;
}
.box3 .zihi_box .memo li {
	margin: 0;
	text-align: right;
}

/*リンク・見出し*/
.box3 .course_ank_list {
    justify-content: space-between;
	margin-bottom: 10%;
}
.box3 .course_ank_list li {
	width: 49%;
	margin-right: 0;
	margin-top: 2% !important;
}
.box3 .course_ank_list li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.box3 .course_ank_list a {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.2em;
}
.box3 .course_index {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.3em;
}
/*レイアウト*/
.box3 .kensa_list #course1,
.box3 .kensa_list #course2,
.box3 .kensa_list #course3,
.box3 .kensa_list #course4 {
	margin-bottom: 8%;
}
.box3 .kensa_list .col2_flex {
	display: block;
}
.box3 .kensa_list .col2_flex > div {
	width: 100%;
}
.box3 .kensa_list .col2_flex > div:first-child {
	width: 100%;
	margin-bottom: 4%;
}
.box3 .kensa_list .col2_flex > div:first-child .tbl_detail {
	margin-bottom: 0;
}
.box3 .kensa_list .col2_flex.col1 > div {
	width: 100%;
}
/*デザイン*/
.box3 .kensa_list .check_title {
	font-size: 110%;
	letter-spacing: normal;
	padding: .8em 0;
}
.box3 .kensa_list .tbl_detail tr,
.box3 .kensa_list .tbl_detail th,
.box3 .kensa_list .tbl_detail td {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
}
.box3 .kensa_list .tbl_detail th,
.box3 .kensa_list .tbl_detail td {
	border-left: none;
}
.box3 .kensa_list .tbl_detail th {
	padding: 1.0em .5em;
}
.box3 .kensa_list .tbl_detail td {
	padding: 1.0em 6%;
}
.box3 .kensa_list .tbl_detail .txt_price {
	font-size: 180%;
}
.box3 .kensa_list .tbl_detail th .memo {
	font-size: 90%;
}
.box3 .kensa_list .tbl_detail .pick_item {
	max-width: 70vw;
	font-size: 120%;
	letter-spacing: normal;
}
.box3 .kensa_list .tbl_detail .img_plus {
	width: 1.5em;
	margin: .4em auto;
}
.box3 .kensa_list .tbl_detail .img_plus img {
	display: block;
}
.box3 .kensa_list .tbl_detail .check_list {
	font-size: 90%;
	letter-spacing: normal;
}
.box3 .kensa_list .tbl_detail .check_list:not(.item1) {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box3 .kensa_list .tbl_detail .check_list.item_flex {
    justify-content: space-between;
}
.box3 .kensa_list .tbl_detail .check_list:not(.item1) li,
.box3 .kensa_list .tbl_detail .check_list.item_flex li {
	width: 48%;
	margin-right: 0;
}
.box3 .kensa_list .tbl_detail .check_list:not(.item1) li.txt_long,
.box3 .kensa_list .tbl_detail .check_list.item_flex li.txt_long {
	width: 100%;
}
/* 即日しっかりプラン */
/* ミニマム治療セット */
.box3 .kensa_list .course_miniset .tbl_detail {
	margin-bottom: 4%;
}
.box3 .kensa_list .course_miniset .tbl_detail th .point {
	font-size: 110%;
}
/* STDプレミアム */
.box3 .kensa_list .course_premium .tbl_detail th .point {
	margin-bottom: .5em;
}
/* ブライダルチェック */
.box3 .kensa_list .course_bridal .tbl_detail .check_list {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa dl {
	font-size: 130%;
	margin-bottom: .5em;
}
.box3 .kensa_list .course_bridal .tbl_detail td.sub_kensa dt {
	margin-bottom: .2em;
}
	
.box3 .attention {
	margin-top: 4%;
	padding: 4% 3%;
}
.box3 .attention dt {
	font-size: 110%;
	letter-spacing: .1em;
}
.box3 .attention dd {
	font-size: 90%;
	line-height: 1.6em;
}
}



/*LP共通
---------------------------------------------------------*/
.std .other,
.std .preventive{
	margin-top: 80px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.std .other,
.std .preventive{
	margin-top: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.std .other,
.std .preventive{
	margin-top: 8%;
}
}



/*比較表
---------------------------------------------------------*/
.selfkit {
	margin-bottom: 80px;
}
.selfkit table {
	margin-top: 30px;
	width: 100%;
	background: #fff;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.selfkit table th,
.selfkit table td {
	padding: 1.0em 2%;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
	text-align: left;
}
.selfkit thead th {
	background: #00418f;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-align: center;
}
.selfkit tbody th {
	width: 26%;
	color: #2852c5;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.selfkit tbody td {
	width: 37%;
	vertical-align: top;
	background: #fffbe4;
}
.selfkit tbody tr td:last-of-type {
	background: #fff;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.selfkit {
	margin-bottom: 6%;
}
.selfkit table {
	margin-top: 4%;
	font-size: 90%;
}
.selfkit tbody th {
	letter-spacing: normal;
}
.selfkit tbody td {
	padding-top: .6em;
	padding-bottom: .6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.selfkit {
	margin-bottom: 8%;
}
.selfkit p.txt_al_c {
	text-align: left;
}
.selfkit table {
	margin-top: 6%;
	font-size: 80%;
	line-height: 1.6em;
}
.selfkit table th,
.selfkit table td {
	padding: .6em 1%;
}
.selfkit tbody th {
	font-size: 110%;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: normal;
	text-align: center;
	width: 20%;
}
.selfkit tbody td {
	width: 40%;
}
}



/*SEOテキスト
---------------------------------------------------------*/
.std .large_text {
	text-align: center;
	color: #10345f;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.std .large_text span {
	display: inline-block;
	padding: 0 3.0em;
	position: relative;
}
.std .large_text span::before,
.std .large_text span::after {
	content: "";
	position: absolute;
	width: 2.0em;
	height: 1px;
	background: #10345f;
	top: 50%;
}
.std .large_text span::before {left: 0;}
.std .large_text span::after {right: 0;}

.qa_list .large_text,
.selfkit .large_text {
	margin-top: 40px;
}
.box3 .kensa_list .large_text {
	margin-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.qa_list .large_text,
.selfkit .large_text {
	margin-top: 3%;
}
.box3 .kensa_list .large_text {
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.std .large_text {
	font-size: 120%;
	letter-spacing: normal;
}
.std .large_text span {
	padding: 0 1.5em;
}
.std .large_text span::before,
.std .large_text span::after {
	width: 1.0em;
}
.qa_list .large_text,
.selfkit .large_text {
	margin-top: 6%;
}
.box3 .kensa_list .large_text {
	margin-bottom: 4%;
}
}