@charset "UTF-8";

/*main_img
---------------------------------------------------------*/
.m_img_area {
	background-image: url(../images/medical/m_img@2x.jpg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*lead_box
---------------------------------------------------------*/
.lead_box {
	padding-top: 90px !important;
}
.lead_box h3 {
	font-size: min(290%,4.5vw);
	color: #67c587;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	padding-bottom: 0.8em;
	margin-bottom: 1em;
	position: relative;
}
.lead_box h3::before{
	position: absolute;
	content: "";
	background: linear-gradient(to right,  rgba(103,197,135,0) 0%,rgba(103,197,135,1) 50%,rgba(103,197,135,0) 100%); 
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lead_box {
	padding-top: 9% !important;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lead_box {
	padding-top: 10% !important;
}
.lead_box h3 {
	font-size: 180%;
	letter-spacing: normal;
}
.lead_box h3::before{
	height: 1px;
}
}



/*bg_box
---------------------------------------------------------*/
.bg_box {
	background: #F9F6F1;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*bar_green
---------------------------------------------------------*/
.bar_green {
	color: #fff;
	font-size: min(140%,2.64vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	background: #94B700;
	padding: 0.7em 0;
	margin-bottom: 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bar_green {
	letter-spacing: .15em;
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bar_green {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.5em;
	padding: 0.7em 0;
	margin-bottom: 7%;
}
}



/*med_style1
---------------------------------------------------------*/
.med_style1 > dt {
	font-size: min(147%,2.76vw);
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: .15em;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_style1 > dt {
	letter-spacing: .1;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_style1 > dt {
	font-size:120%;
	line-height: 1.5;
	letter-spacing: .05em;
}
}



/*l_line
---------------------------------------------------------*/
.l_line dt {
	font-size: min(160%,2.6vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 2.0em;
	background: url(../images/medical/icon.png) no-repeat left center;
	background-size: 0.21em auto;
	padding-left: 0.8em;
	margin-bottom: 0.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.l_line dt {
	letter-spacing: .15em;
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.l_line dt {
	font-size:130%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
}



/*med_flt
---------------------------------------------------------*/
.med_flt .img_l,
.med_flt .img_r{
	width: 36.7%;
	max-width: 440px;
}
.med_flt .txt_l,
.med_flt .txt_r{
	width: 59%;
}
.med_flt .img_l,
.med_flt .txt_l {
	float: left;
}
.med_flt .img_r,
.med_flt .txt_r {
	float: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flt .txt_l,
.med_flt .txt_r{
	width: 100%;
	float: none;
}
.med_flt .img_l{
	margin-right: 4%;
	margin-bottom: 1em;
}
.med_flt .img_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flt .img_l,
.med_flt .img_r{
	width: 80%;
	float: none;
	margin: 0 auto 5vw;
	text-align: center;
}
.med_flt .txt_l,
.med_flt .txt_r{
	width: 100%;
	float: none;
}
}



/*med_point
---------------------------------------------------------*/
.med_point {
	background-color: #F8F5F0;
	box-sizing: border-box;
	padding: 40px 4%;
}
.med_point .point_index {
	text-align: center;
	font-size: min(147%,2.76vw);
	letter-spacing: .2em;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_point {
	padding: 4%;
}
.med_point .point_index {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_point {
	padding: 6% 5%;
}
.med_point .point_index {
	font-size: 120%;
	letter-spacing: .05em;
}
}



/*med_col_list
---------------------------------------------------------*/
.med_col_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_col_list > li {
	background: #F8F5F0;
	box-sizing: border-box;
	padding: 40px 2.5%;
}
.med_col_list.col3 > li {
	max-width: 380px;
	width: 32.25%;
}
.med_col_list dt {
	text-align: center;
	font-size: min(147%,2.6vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col_list > li {
	padding: 4% 2.5%;
}
.med_col_list dt {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col_list {
	display: block;
}
.med_col_list > li {
	padding: 5%;
}
.med_col_list.col3 > li {
	max-width: 100%;
	width: 100%;
	margin-bottom: 5%;
}
.med_col_list.col3 > li :first-child{
	margin-top: 0;
}
.med_col_list dt {
	font-size:120%;
	letter-spacing: .05em;
	margin-bottom: .6em;
}
}



/*med_pick_txt
---------------------------------------------------------*/
.med_pick_txt {
	text-align: center;
	font-size: min(147%,2.76vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_pick_txt {
	letter-spacing: 0.15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_pick_txt {
	font-size:120%;
	letter-spacing: .05em;
}
}



/*med_flow_vertical
---------------------------------------------------------*/
.med_flow_vertical > li {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-left: 100px;
	margin-bottom: 70px;
}
.med_flow_vertical li:last-of-type {
	margin-bottom: 0;
}
.med_flow_vertical > li .flow_no {
	position: absolute;
	background: url("../images/medical/flow_icon.svg") no-repeat left center;
	background-size: contain;
	width: 68px;
	height: 60px;
	left: 0;
	top: -0.5em;
	font-size: min(147%,2.76vw);
	letter-spacing: .2em;
}
.med_flow_vertical > li .flow_no span {
	position: absolute;
	color: #FFF;
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 113.64%;
	letter-spacing: .05em;
	left: 46%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.med_flow_vertical .med_flt .img_r {
	width: 37%;
    max-width: 400px;
}
.med_flow_vertical .txt_l {
	width: 60%;
}
.med_flow_vertical dl dt {
	color: #5F4C3E;
	font-size: min(147%,2.76vw);
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_vertical > li {
	width: 100%;
	padding-left: 9vw;
	margin-bottom: 7vw;
}
.med_flow_vertical > li .flow_no {
	width: 6.8vw;
	height: 6vw;
	top: -0.4em;
}
.med_flow_vertical .med_flt .img_r {
	margin-left: 4%;
	margin-bottom: 1em;
}
.med_flow_vertical .txt_l {
	width: 100%;
	float: none;
}
.med_flow_vertical dl dt {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_vertical > li {
	padding-left:15vw;
	margin-bottom: 10%;
}
.med_flow_vertical > li .flow_no {
	width: 12.7296vw;
	height:11.232vw;
	top: -0.5em;
	font-size: 120%;
	letter-spacing: .05em;
}
.med_flow_vertical .med_flt{
	display: flex;
	flex-direction: column-reverse;
}
.med_flow_vertical .med_flt .img_r {
	width: 80%;
	margin: 4vw auto 0;
}
.med_flow_vertical .txt_l {
	width: 100%;
}
.med_flow_vertical dl dt {
	color: #5F4C3E;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
}



/*med_caution
---------------------------------------------------------*/
.med_caution {
	max-width: 1200px;
	border: 5px solid #D6C900;
	box-sizing: border-box;
	padding: 30px 4% 60px;
	margin-left: auto;
	margin-right: auto;
}
.med_caution .caution_title {
	text-align: center;
	font-size: min(147%,2.76vw);
	letter-spacing: .15em;
	font-weight: bold;
	background: url("../images/medical/caution.svg") no-repeat center top;
	background-size: 2.6em auto;
	padding-top: 3em;
	margin-bottom: 1.5em;
}
.med_caution .dot_list {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.med_caution .dot_list li {
	position: relative;
	text-align: left;
	padding-left: 1.3em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ACAD87;
}
.med_caution .dot_list li::before {
	position: absolute;
	content: "";
	background-color: #D6C900;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	left: 0;
	top: 0.75em;
}
.med_caution .dot_list li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_caution {
	padding: 3.5% 4% 6%;
}
.med_caution .caution_title {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_caution {
	border-width: 3px;
	padding: 6% 5%;
}
.med_caution .caution_title {
	font-size: 120%;
	letter-spacing: .05em;
	margin-bottom: 1em;
}
.med_caution .dot_list {
	max-width: 100%;
}
.med_caution .dot_list li {
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
}
.med_caution .dot_list li::before {
	top: 0.6em;
}
}



/*cure_flow
---------------------------------------------------------*/
.cure_flow h5 {
	float: left;
	max-width: 276px;
	width: 29%;
	padding: 60px 1.25em 60px 0;
	box-sizing: border-box;
	color: #5F4C3E;
	font-size: min(120%,1.8vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-align: center;
	position: relative;
}
.cure_flow h5::before{
	position: absolute;
	content: "";
	background-repeat:no-repeat;
	background-position: right center;
	background-size: contain;
	width: 100%;
	height: 100%;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: -1;
}
.cure_flow ul {
	float: right;
	max-width: 684px;
	width: 71%;
}
.cure_flow li {
	float: left;
	width: 23%;
	text-align: center;
	position: relative;
}
.cure_flow li.arrow {
	width: 2%;
	max-width: 12px;
	text-align: center;
	padding-top: 50px;
}
.cure_flow li div{
	max-width: 118px;
	width: 84.75%;
	margin: 0 auto;
	text-align: center;
}
.cure_flow li .txt {
	margin-top: 0.6em;
	color: #5F4C3D;
	font-size: min(95%,1.4vw);
	letter-spacing: normal;
	line-height: 1.6em;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width:899px) {
.cure_flow h5 {
	padding: 6.7vw 1.25em 6.6741vw 0;
	letter-spacing: .05em;
}
.cure_flow li.arrow {
	padding-top: 5.56vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cure_flow h5 {
	float: none;
	max-width:100%;
	width: 100%;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	text-align: center;
	position: static;
	margin-bottom: 0.8em;
}
.cure_flow h5::before{
	position: static;
	background: none!important; 
}
.cure_flow ul {
	float: none;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.cure_flow li {
	float: none;
	width: 100%;
	text-align: left;
	position: relative;
}
.cure_flow li.arrow {
	width: 4%;
	padding-top: 0;
	margin: 0 auto;
}
.cure_flow li.arrow img{
	transform:rotate(90deg);
}
.cure_flow li:nth-child(odd) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cure_flow li div{
	width: 44%;
	margin:0 6% 0 0;
}
.cure_flow li .txt {
	width: 50%;
	max-width: 10em;
	margin-top: 0;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
}
}



/*white_box
---------------------------------------------------------*/
.white_box {
	background: #fff;
}
.white_box h4 {
	color: #fff;
	font-size: min(134%,2.52vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.5em;
	text-align: center;
	background: #D8CB00;
	padding: 0.8em 0;
}
.white_box .in_box {
	padding: 40px 4%;
}
.white_box .in_box ul{
	max-width: 870px;
	margin: 0 auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.white_box .in_box {
	padding:4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.white_box h4 {
	font-size: 115%;
	letter-spacing: .05em;
}
.white_box .in_box {
	padding: 6% 5%;
}
.white_box .in_box ul{
	max-width: 100%;
}
}



/*qa_list
---------------------------------------------------------*/
.qa_list li {
	margin-top: 20px;
}
.qa_list li:first-child {
	margin-top: 0;
}
.qa_list dt {
	font-size: min(120%,2.28vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.45em;
	min-height: 2.1em;
	padding-left: 3.6em;
	margin-bottom: 0.5em;
}
.qa_list dd {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 4.32em;
}
.qa_list dt {
	background-image: url(../images/medical/kyosei/q.png);
	background-size: 2.88em auto;
}
.qa_list dd {
	background-image: url(../images/medical/kyosei/a.png);
	background-size: 3.456em auto;
}
.qa_list dd > div {
	background: #FFF6D9;
	padding: 20px 25px;
	border-radius: 10px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.qa_list dd > div {
	padding: 2vw 2.5vw;
	border-radius: 1vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.qa_list li {
	margin-top: 6%;
}
.qa_list dt {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.5em;
	padding-top: 0.05em;
	min-height: 2.1em;
	padding-left: 2.5em;
}
.qa_list dd {
	padding-left: 2.75em;
}
.qa_list dt {
	background-size: 2em auto;
}
.qa_list dd {
	background-size: 2.2em auto;
}
.qa_list dd > div {
	padding: 5%;
	border-radius: 1vw;
}
}



/*price_bnr
---------------------------------------------------------*/
.price_bnr {
	max-width: 680px;
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price_bnr {
	margin-top: 3vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.price_bnr {
	width: 100%;
	margin-top: 5%;
}
}



/*txt_link
---------------------------------------------------------*/
.txt_link {
	margin-top: 1em;
	font-weight: bold;
}
.txt_link a {
	color: #5F4C3D;
	font-size: 90%;
	line-height: 1.6em;
	background: url(../images/arrow3.png) no-repeat right center;
	background-size: 0.6em;
	padding-right: 1.25em;
}
.txt_link a:hover {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.txt_link {
	margin-top: 0.6em;
	text-align: center;
}
}