@charset "UTF-8";

header .h_logo {
	width: 27.1194%;
	max-width: 390px;
}
.contentpage .m_img_area {
	background-image: url("../images/boroboro/m_img@2x.jpg");
}
.contentpage .m_img_area::before{
	padding-top: min(65.95%,910px);
}
.contentpage .m_img_area .m_title{
	max-width: 1258px;
	width:83.8666764vw;
	margin: 0 auto;
	bottom:6%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1240px) {
header .h_logo {
	width: 24%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header .h_logo {
	width: 65%;
	max-width: 484px;
}
.contentpage .m_img_area {
	background-image: url("../images/boroboro/m_img_sp@2x.jpg");
	margin-bottom: 14%;
}
.contentpage .m_img_area::before{
	padding-top: 145.73334vw;
}
.contentpage .m_img_area .m_title{
	max-width: 658px;
	width: 87.7334vw;
	margin: 0 auto;
	bottom:0;
	transform: translateY(10%);
}
}





/*導入
---------------------------------------------------------*/
.com_lead > dt {
	margin-bottom: 1.2em;
}

.chapter_list {
	background: #f8f8f8;
	border-radius: 10px;
}
.chapter_list > dt {
	text-align: center;
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.0em;
	padding: 1.6em 0;
	cursor: pointer;
}
.chapter_list > dd {
	display: none;
	padding: 60px 3% 50px;
	position: relative;
}
.chapter_list > dd::before {
	content: "";	/* 影 */
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 40px;
	left: 0;
	top: 0;
	opacity: 0.05;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.chapter_list .flex_box {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	font-size: min(1.6vw,110%);
	letter-spacing: .15em;
	line-height: 1.4em;
	display: flex;
    justify-content: space-between;
}
.chapter_list .flex_box ul {
	width: 48.5%;
	max-width: 556px;
}
.chapter_list .flex_box li {
	border-bottom: solid 1px #a6b8c8;
	margin-top: .5em;
}
.chapter_list .flex_box li:first-child {
	margin-top: 0;
}
.chapter_list .flex_box li a {
	display: block;
	padding: .8em 0;
	padding-left: 2.5em;
	position: relative;
}
.chapter_list .flex_box li .com_arrow1 {
	width: 1.6em;
	height: 1.6em;
	position: absolute;
	left: 0;
	top: .65em;
	transition: all 0.4s;
}
.chapter_list .flex_box li a:hover .com_arrow1 {
	opacity: 0.6;
}

/*ページ共通*/
#pagebody .com_index2 {
	margin-bottom: 30px;
}
#pagebody .com_index2 + .med_point_list {
	margin-top: 80px;
}
#pagebody .com_index2 + .med_col_list {
	margin-top: 60px;
}
#pagebody .page_list {
	color: #073b66;
	font-size: 105%;
	margin: 1.5em 0;
}
#pagebody .page_list:first-child {
	margin-top: 0;
}
#pagebody .page_list:last-child {
	margin-bottom: 0;
}
#pagebody .page_list li::before {
	color: #073b66;
}

.med_boxlist .list_box:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.chapter_list > dt {
	font-size: 120%;
	padding: 1.2em 0;
}
.chapter_list > dd {
	padding: 4% 3%;
	position: relative;
}
.chapter_list .flex_box {
	font-size: 1.8vw;
	letter-spacing: .05em;
}
.chapter_list .flex_box li a {
	padding-left: 2.0em;
}
.chapter_list .flex_box li .com_arrow1 {
	width: 1.4em;
	height: 1.4em;
	top: .75em;
}

/*ページ共通*/
#pagebody .com_index2 {
	margin-bottom: 3%;
}
#pagebody .com_index2 + .med_point_list {
	margin-top: 5%;
}
#pagebody .com_index2 + .med_col_list {
	margin-top: 4%;
}
#pagebody .page_list {
	margin: 1.0em 0;
}
.rel{
	position: relative;
	z-index: 1;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.chapter_list > dt {
	font-size: 110%;
	letter-spacing: .1em;
	padding: 1.0em 0;
}
.chapter_list > dd {
	padding: 4% 6% 6%;
}
.chapter_list .flex_box {
	font-size: 90%;
	letter-spacing: normal;
	display: block;
}
.chapter_list .flex_box ul {
	width: 100%;
	max-width: 100%;
}
.chapter_list .flex_box li {
	margin-top: .5em !important;
}
.chapter_list .flex_box li a {
	padding-left: 2.0em;
}
.chapter_list .flex_box li .com_arrow1 {
	width: 1.4em;
	height: 1.4em;
	top: .8em;
}

/*ページ共通*/
#pagebody .com_index2 {
	margin-bottom: 6%;
}
#pagebody .com_index2 + .med_point_list {
	margin-top: 10%;
}
#pagebody .com_index2 + .med_col_list {
	margin-top: 8%;
}
#pagebody .page_list {
	margin: 1.0em 0;
}
}



/*chapter1
---------------------------------------------------------*/
#chapter1 .bg {
	background: #315c80;
	padding: 120px 0 35px;
	position: relative;
}
#chapter1 .bg::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 51%;
	max-width: 760px;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../images/boroboro/bg1@2x.jpg") no-repeat right top;
	background-size: 100% auto;
}
#chapter1 .bg .w1290 {
	position: relative;
	z-index: 1;
	color: #fff;
}
#chapter1 .risk_tit{
	font-size: min(4.8vw,331.25%);
	letter-spacing: .1em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.8em;
}
#chapter1 .risk_txt{
	font-size: min(2vw,118.75%);
	letter-spacing: .14em;
	line-height: 1.8;
	text-align: center;
}
#chapter1 .risk_list{
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
}
#chapter1 .risk_list li{
	max-width: 370px;
	width: 31.5%;
}
#chapter1 .risk_list li div{
	max-width: 290px;
	width: 79%;
	margin: 0 auto 2.8em;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#chapter1 .bg {
	padding: 7% 0 3%;
}
#chapter1 .risk_list li div{
	margin: 0 auto 2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#chapter1 .bg {
	padding: 18% 0 6%;
}
#chapter1 .bg::before {
	width: 100%;
	right: -40vw;
}
#chapter1 .risk_tit{
	font-size: 166%;
	table-layout: 0.05em;
}
#chapter1 .risk_txt{
	font-size: 110%;
	letter-spacing: .05em;
	text-align: left;
}
#chapter1 .risk_list{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#chapter1 .risk_list li{
	max-width: 100%;
	width: 100%;
	margin-top: 6%;
	padding-top: 8%;
	border-top: 1px solid #fff;
}
#chapter1 .risk_list li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#chapter1 .risk_list li div{
	max-width: 290px;
	width: 60%;
	margin: 0 auto 1.4em;
	text-align: center;
}
}



/*chapter2
---------------------------------------------------------*/
#chapter2 .bg{
	padding-bottom: 100px;
	background: #f8f8f8;
}
#chapter2 .early_treatment_tit{
	font-size: min(3.3vw,200%);
	letter-spacing: .15em;
	line-height: 1.4;
	text-align: right;
	color: #fff;
	max-width: 800px;
	width: 60vw;
	padding: 1.4em 1.9em;
	box-sizing: border-box;
	background: #073b66;
	position: relative;
	z-index: 1;
}
#chapter2 .early_treatment_tit::before{
	position: absolute;
	content: "";
	background: #073b66;
	width: 50vw;
	height: 100%;
	top:0;
	right: 100%;
}
#chapter2 .early_treatment_tit::after{
	position: absolute;
	content: "";
	background: #315c80;
	width: 50vw;
	height: 2.1em;
	left: 100%;
	top:0;
	z-index: -1;
}
#chapter2 .merit .merit_tit{
	font-size: min(3.3vw,200%);
	letter-spacing: .15em;
	line-height: 1.4;
	color: #073b66;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 1.2em;
}
#chapter2 .merit .merit_tit .ft_ivy{
	font-size: 453.125%;
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #073b66;
	opacity: 0.1;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:10%;
	transform:translateY(-50%);
}
#chapter2 .merit .arrow{
		font-size: 453.125%;
	letter-spacing: 0.08em;
	line-height: 1em;
	max-width: 161px;
	width: 5.03125em;
	margin: 0 auto 0.8em;
	text-align: center;
}
#chapter2 .sp_txt_l.ft_ryo{
	font-size: 144%;
	line-height: 1.8em;
	letter-spacing: 0.15em;
	margin: 1.5em auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#chapter2 .bg{
	padding-bottom: 8%;
}
#chapter2 .early_treatment_tit{
	letter-spacing: .1em;
	padding: 1.4em 1.4em;
	width: 53.34vw;
}
#chapter2 .sp_txt_l.ft_ryo{
	font-size: 134%;
	letter-spacing: 0.1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#chapter2 .bg{
	padding-bottom: 12%;
}
#chapter2 .early_treatment_tit{
	font-size: 140%;
	letter-spacing: .05em;
	width: 84vw;
	padding: 1em 1em;
	text-align: center;
}
#chapter2 .early_treatment_tit::after{
	height: 1.7em;
}
#chapter2 .merit .merit_tit{
	font-size: 140%;
	letter-spacing: .1em;
}

#chapter2 .merit .arrow{
	font-size: 140%;
	letter-spacing: .1em;
}
#chapter2 .sp_txt_l.ft_ryo{
	font-size: 114%;
	letter-spacing: 0.05em;
	margin: 1em auto;
}
}



/*chapter3
---------------------------------------------------------*/
#chapter3 .risk_box_list li{
	margin-top: 20px;
	background: #f8f8f8;
	padding: 50px 4% 80px;
}
#chapter3 .risk_box_list li:first-child{
	margin-top: 0;
}
#chapter3 .risk_box_list li .com_flt{
	max-width: 1190px;
	margin: 0 auto;
}
#chapter3 .risk_box_list li .com_flt .img_l{
	max-width: 400px;
	width: 34%;
}
#chapter3 .risk_box_list li .com_flt .txt_r{
	max-width: 735px;
	width: 62%;
}
#chapter3 .risk_box_list li .com_flt .txt_r.med_style1 > dt::before {
  background-color: #073b66;
  width: 100%!important;
}
#chapter3 .risk_box_list li .com_flt .txt_r.med_style1 > dd{
	font-size: 100%;
	letter-spacing: .15em;
	line-height: 2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#chapter3 .risk_box_list li{
	margin-top: 2%;
	padding: 5% 4% 7%;
}
#chapter3 .risk_box_list li .com_flt .txt_r{
	max-width: 100%;
	width: 100%;
}
#chapter3 .risk_box_list li .com_flt .txt_r.med_style1 > dt{
	max-width: 735px;
	width: 62%;
	display: block;
	margin-right: 0;
	margin-left: auto;
}
#chapter3 .risk_box_list li .com_flt .txt_r.med_style1 > dd{
	letter-spacing: .05em;
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#chapter3 .risk_box_list li{
	margin-top: 3%;
	padding: 7% 5% 8%;
}
#chapter3 .risk_box_list li .com_flt .img_l{
	width: 80%;
}
#chapter3 .risk_box_list li .com_flt .txt_r{
	max-width: 100%;
	width: 100%;
}
#chapter3 .risk_box_list li .com_flt .txt_r.med_style1 > dd{
	letter-spacing: normal;
	line-height: 1.8em;
}
}



/*chapter6
---------------------------------------------------------*/
#chapter6 .feature_list li{
	padding-top: 60px;
	margin-top: 65px;
	border-top: 1px solid #073b66;
}
#chapter6 .feature_list li:first-child{
	margin-top: 0;
}
#chapter6 .feature_list li > div{
	max-width: 1160px;
	margin: 0 auto;
}
#chapter6 .feature_list li > div div{
	max-width: 200px;
	width: 18%;
	float: left;
	margin-top: 0.5em;
}
#chapter6 .feature_list li > div dl{
	max-width: 910px;
	width: 78%;
	float: right;
}
#chapter6 .feature_list li > div dl dt{
	font-size: 144%;
	letter-spacing: .15em;
	line-height: 1.5;
	color: #073b66;
	margin-bottom: 0.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#chapter6 .feature_list li{
	padding-top: 6%;
	margin-top: 6.5%;
}
#chapter6 .feature_list li > div dl dt{
	font-size: 134%;
	letter-spacing: 0.1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#chapter6 .feature_list li{
	padding-top: 8%;
	margin-top: 8.5%;
}
#chapter6 .feature_list li > div div{
	width: 50%;
	float: none;
	margin: 0 auto 1em;
}
#chapter6 .feature_list li > div dl{
	max-width: 100%;
	width:  100%;
	float: none;
}
#chapter6 .feature_list li > div dl dt{
	font-size: 114%;
	letter-spacing: 0.05em;
	text-align: center;
}
}



/*chapter8
---------------------------------------------------------*/
#chapter8 .med_boxlist .list_box > div{
	max-width: 100%;
}
#chapter8 .med_boxlist .list_box .com_flt .img_l,
#chapter8 .med_boxlist .list_box .com_flt .img_r {
	width: 39%;
	max-width: 500px;
}
#chapter8 .med_boxlist .list_box .com_flt .txt_l,
#chapter8 .med_boxlist .list_box .com_flt .txt_r {
	width: 57%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#chapter8 .med_boxlist .list_box .com_flt .txt_l,
#chapter8 .med_boxlist .list_box .com_flt .txt_r {
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#chapter8 .med_boxlist .list_box .com_flt .img_l,
#chapter8 .med_boxlist .list_box .com_flt .img_r {
	width: 70%;
}
#chapter8 .med_boxlist .list_box .com_flt .txt_l,
#chapter8 .med_boxlist .list_box .com_flt .txt_r {
	width: 100%;
}
}



/*chapter9
---------------------------------------------------------*/
#chapter9 .med_flow_vertical .treatment_list > li{
	background-color: #f8f8f8;
	padding: 30px 4% 35px;
	margin-top: 20px;
}
#chapter9 .med_flow_vertical .treatment_list > li:first-child{
	margin-top: 0;
}
#chapter9 .med_flow_vertical .treatment_list > li > dl{
	max-width: 1146px;
	margin: 0 auto;
}
#chapter9 .med_flow_vertical .treatment_list > li > dl dt{
	font-size:124%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #073b66;
	margin-bottom: 0.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#chapter9 .med_flow_vertical .treatment_list > li{
	padding:3% 4% 3.5%;
	margin-top: 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#chapter9 .med_flow_vertical .treatment_list > li{
	padding:5% 6%;
	margin-top: 3%;
}
#chapter9 .med_flow_vertical .treatment_list > li > dl dt{
	font-size:114%;
	margin-bottom: 0.4em;
	letter-spacing: 0.05em;
}
}



/*chapter12
---------------------------------------------------------*/
#chapter12 .med_boxlist .list_box > div{
	max-width: 100%;
}
#chapter12 .med_boxlist .list_box .com_flt .img_l,
#chapter12 .med_boxlist .list_box .com_flt .img_r {
	width: 39%;
	max-width: 500px;
}
#chapter12 .med_boxlist .list_box .com_flt .txt_l,
#chapter12 .med_boxlist .list_box .com_flt .txt_r {
	width: 57%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#chapter12 .med_boxlist .list_box .com_flt .txt_l,
#chapter12 .med_boxlist .list_box .com_flt .txt_r {
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#chapter12 .med_boxlist .list_box .com_flt .img_l,
#chapter12 .med_boxlist .list_box .com_flt .img_r {
	width: 70%;
}
#chapter12 .med_boxlist .list_box .com_flt .txt_l,
#chapter12 .med_boxlist .list_box .com_flt .txt_r {
	width: 100%;
}
}



/*
---------------------------------------------------------*/

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

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