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

病気の話 

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

/*
------------------------------------------
目次
--------------------------------------*/
.list-byoki-bnr li{
	width: calc(33.3% - 1.5em);
	margin-bottom: 2.5em;
}
.list-byoki-bnr li:nth-child(3n+1){
	margin-right:1.5em;
}
.list-byoki-bnr li:nth-child(3n+2){
	margin:0 .75em;
}
.list-byoki-bnr li:nth-child(3n+3){
	margin-left:1.5em;
}
	@media screen and (max-width: 737px) {
		.list-byoki-bnr{
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.list-byoki-bnr li:nth-child(3n+1){
			margin-right:0;
		}
		.list-byoki-bnr li:nth-child(3n+2){
			margin:0;
		}
		.list-byoki-bnr li:nth-child(3n+3){
			margin-left:0;
		}
		.list-byoki-bnr li{
			width: 48%;
			margin-bottom: 1em;
		}
	}

.list-byoki-bnr li span.junbi,
.list-byoki-bnr li a,
.list-byoki-bnr li div.last-msg{
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 71.5%;
	border: 1px solid #124368;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	background-color: #d5e5f2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.list-byoki-bnr li div.last-msg{
	background-color: #fff;
}

/* リンク */
.list-byoki-bnr li a{
	box-shadow: 0;
}
.list-byoki-bnr li a:hover{
	box-shadow: 0 5px 5px rgba(18, 67, 100, 0.3);
}

/* 準備中 */
.list-byoki-bnr li span.junbi{
	position: relative;
}
.list-byoki-bnr li span.junbi:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(213,229,242,.6);
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

/* 個別 */
.list-byoki-bnr li:nth-child(1) a,
.list-byoki-bnr li:nth-child(1) span.junbi{
	background-image:url("../images/byoki/bnr-respiratory.jpg");
}
.list-byoki-bnr li:nth-child(2) a,
.list-byoki-bnr li:nth-child(2) span.junbi{
	background-image:url("../images/byoki/bnr-gastroenterology.jpg");
}
.list-byoki-bnr li:nth-child(3) a,
.list-byoki-bnr li:nth-child(3) span.junbi{
	background-image:url("../images/byoki/bnr-liver.jpg");
}
.list-byoki-bnr li:nth-child(4) a,
.list-byoki-bnr li:nth-child(4) span.junbi{
	background-image:url("../images/byoki/bnr-endocrine.jpg");
}
.list-byoki-bnr li:nth-child(5) a,
.list-byoki-bnr li:nth-child(5) span.junbi{
	background-image:url("../images/byoki/bnr-urology.jpg");
}
.list-byoki-bnr li:nth-child(6) a,
.list-byoki-bnr li:nth-child(6) span.junbi{
	background-image:url("../images/byoki/bnr-brain.jpg");
}
.list-byoki-bnr li:nth-child(7) a,
.list-byoki-bnr li:nth-child(7) span.junbi{
	background-image:url("../images/byoki/bnr-skin.jpg");
}
.list-byoki-bnr li:nth-child(8) a,
.list-byoki-bnr li:nth-child(8) span.junbi{
	background-image:url("../images/byoki/bnr-eye.jpg");
}
.list-byoki-bnr li:nth-child(9) a,
.list-byoki-bnr li:nth-child(9) span.junbi{
	background-image:url("../images/byoki/bnr-cancer.jpg");
}
.list-byoki-bnr li:nth-child(10) a,
.list-byoki-bnr li:nth-child(10) span.junbi{
	background-image:url("../images/byoki/bnr-seikei.jpg");
}
.list-byoki-bnr li:nth-child(11) a,
.list-byoki-bnr li:nth-child(11) span.junbi{
	background-image:url("../images/byoki/bnr-other.jpg");
}
.list-byoki-bnr li div.last-msg{
	background-image:url("../images/byoki/msg.jpg");
}

/*
------------------------------------------
ページヘッド
--------------------------------------*/
	@media screen and (max-width: 1000px) {
		.byoki-head br.inline{
			display: none;
		}
	}

.byoki-head{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 1.5em;
}
.byoki-head{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}
.head-byoki-txt{
	width: 55%;
}
.head-byoki-img{
	width: 45%;
}
.head-byoki-txt .txt-inner{
	padding-left: 1.75em;
}
	@media screen and (max-width: 1120px) {
		.head-byoki-txt .txt-inner{
			padding-left: 0;
		}
	}
	@media screen and (max-width: 737px) {
		.head-byoki-txt,
		.head-byoki-img{
			width: 100%;
		}
		.head-byoki-img img{
			position: relative;
			z-index: -1;
			margin-top: -4.25em;
		}
	}

.pagetitle-byoki{
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom: .75em;
	line-height: 1.2;
	font-weight: bold;
	color: #124368;
}
.icon-byoki{
	margin-top: 1.25em;
}
.icon-byoki img{
	width: 62px;
	height: auto;
}
	@media screen and (max-width: 1120px) {
		.icon-byoki img{
			width: 52px;
		}
	}
	@media screen and (max-width: 737px) {
		.icon-byoki{
			text-align: right;
		}
		.icon-byoki img{
			width: 48px;
		}
	}
/*
------------------------------------------
ページメニュー
--------------------------------------*/
.byoki-pagemenu {
	position: relative;
	border-top: 1px solid #d6e3eb;
}
.scroll-nav {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.scroll-nav::-webkit-scrollbar {
  display: none;
}

.scroll-nav ul {
	max-width: 1440px;
	width: 90%;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.scroll-nav ul li{
	text-align: center;
	border-right: 1px solid #d6e3eb;
}
.scroll-nav ul li a{
	width: 14em;
	display: inline-block;
	color: #124368;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	@media screen and (max-width: 737px) {
		.scroll-nav ul{
			width: 100%;
			height: 62px;
			line-height: 62px;
		}
		.scroll-nav ul li a{
			width: auto;
			padding: 0 1.375em;
		}
	}

.scroll-nav ul li a:hover:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #124368;
}
.scroll-nav ul li a span{
	position: relative;
	padding-left: 1em;
	font-weight: bold;
	
}
.scroll-nav ul li a span:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-color: #124368;
	transition: all .2s;
}
.scroll-nav ul li a span:hover:before{
	left: .25em;
}

/* 現在のページ　配色 */
.wrap--vol1 ul li.vol1 a,
.wrap--vol2 ul li.vol2 a,
.wrap--vol3 ul li.vol3 a,
.wrap--vol4 ul li.vol4 a,
.wrap--vol5 ul li.vol5 a,
.wrap--vol6 ul li.vol6 a,
.wrap--vol7 ul li.vol7 a{
	background: #124368;
	color: #fff;
}
.wrap--vol1 ul li.vol1 a span:before,
.wrap--vol2 ul li.vol2 a span:before,
.wrap--vol3 ul li.vol3 a span:before,
.wrap--vol4 ul li.vol4 a span:before,
.wrap--vol5 ul li.vol5 a span:before,
.wrap--vol6 ul li.vol6 a span:before,
.wrap--vol7 ul li.vol7 a span:before{
	border-left-color: #fff;
}
/*
------------------------------------------
volごとのタイトル
--------------------------------------*/
.byoki-vol-title{
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom: .75em;
	line-height: 1.2;
	font-weight: bold;
	color: #124368;
	text-align: center;
	padding-bottom: .75em;
	margin-bottom: 1.25em;
	border-bottom: 2px solid #124368;
}
.byoki-vol-title .vol{
	display: block;
	width: 5em;
	margin: 0 auto 1em;
	padding: .25em 0;
	background: #124368;
	font-size: 1rem;
	color: #fff;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

/*
------------------------------------------
flexのサイズ
------------------------------------------

common.css　に有
 .clm2_block　→ 48%（768pxで100%）
 .clm2_block_sp　→ 48%（567pxで100%） 

*/
.clm2_small_thumb:nth-child(odd){
	width: 68%;
}
.clm2_small_thumb:nth-child(even){
	width: 27%;
}
	@media screen and (max-width: 567px) {
		.clm2_small_thumb:nth-child(odd){
			width: 100%;
		}
		.clm2_small_thumb:nth-child(even){
			width: 75%;
			margin: 2em auto 0;
		}
	}
.clm2_xsmall_thumb:nth-child(odd){
	width: 65%;
}
.clm2_xsmall_thumb:nth-child(even){
	width: 20%;
}
	@media screen and (max-width: 567px) {
		.clm2_xsmall_thumb:nth-child(odd){
			width: 100%;
		}
		.clm2_xsmall_thumb:nth-child(even){
			width:  50%;
			margin: 2em auto 0;
		}
	}
/*
------------------------------------------
dl
--------------------------------------*/
.dl-kon-table{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin-bottom: .5em;
}
.dl-kon-table dt{
	background: #124368;
	color: #fff;
	font-weight: bold;
	padding: 1.25em;
	width: 8.5em;
}
.dl-kon-table dd{
	background:#fff;
	padding: 1.25em;
	width: calc(100% - 8.5em);
}
	@media screen and (max-width: 567px) {
		.dl-kon-table dt{
			width: 100%;
			padding: .5em 1em;
		}
		.dl-kon-table dd{
			width: 100%;
			padding: 1.25em 1em;
		}
	}

/*
------------------------------------------
気をつけることケアbox
--------------------------------------*/
.byoki-care-box{
	background:#fff;
	padding: 2em;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.byoki-care-box .item:nth-child(odd){
	width: 7em;
	font-size: 1.25em;
	font-weight: bold;
	color: #124368;
}
.byoki-care-box .item:nth-child(even){
	width: calc(98% - 7em - 4em);
}
	@media screen and (max-width: 567px) {
		.byoki-care-box .item:nth-child(odd),
		.byoki-care-box .item:nth-child(even){
			width: 100%;
		}
		.byoki-care-box .item:nth-child(odd){
			margin-bottom: .5em;
		}
	}
/*
------------------------------------------
気をつけることケアbox タイトル広め
--------------------------------------*/
.byoki-care-box-l{
	background:#fff;
	padding: 2em;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.byoki-care-box-l .item:nth-child(odd){
	width: 8em;
	font-size: 1.25em;
	font-weight: bold;
	color: #124368;
}
.byoki-care-box-l .item:nth-child(even){
	width: calc(98% - 8em - 4em);
}
	@media screen and (max-width: 567px) {
		.byoki-care-box-l .item:nth-child(odd),
		.byoki-care-box-l .item:nth-child(even){
			width: 100%;
		}
		.byoki-care-box-l .item:nth-child(odd){
			margin-bottom: .5em;
		}
	}
/*
------------------------------------------
診療ブログbox
--------------------------------------*/
.byoki-blog-box{
	border: 1px solid #007685;
	padding: 1em 2em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.byoki-blog-box .item:nth-child(odd){
	width: 20em;
	color: #124368;
	padding: 0 2.8em;
}
.byoki-blog-box .item:nth-child(even){
	width: calc(98% - 20em - 5em);
}
	@media screen and (max-width: 567px) {
		.byoki-blog-box .item:nth-child(odd),
		.byoki-blog-box .item:nth-child(even){
			width: 100%;
		}
		.byoki-blog-box .item:nth-child(odd){
			margin-bottom: .5em;
			padding: 0;
		}
	}


.information li{
	border-bottom: 1px solid #ddd;

}
.information li:first-child{
	padding-top: 0;
}
.information li a,
.information li span{
	padding-right: 1em;
}
.date{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
}

	@media screen and (max-width: 768px) {
	
		.date{
			display: block;
		}
	}

/*
------------------------------------------
フォント
--------------------------------------*/
.midashi-sideline{
	font-size: 1.5em;
	font-weight: 600;
	padding: 0 0 .5em .75em;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #124368;
	border-bottom: 1px solid #124368;
	border-left: 8px solid #124368;
}
/*
------------------------------------------
topに戻るbtm
--------------------------------------*/
a.pagelink{
	background:#124368;
	color: #fff;
	display: block;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	padding: 0.5em;
	position: relative;
	margin: auto 0;
	width: 60%;
	margin: 0 auto;
}
   @media screen and (max-width: 567px) {
		a.pagelink{
			width: 100%;
		}
		
	}
a.pagelink:before{
	position: absolute;
	top: 50%;
	right: 0.5em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .2s;
}
a.pagelink:hover::before {
  right: 0em;
}
a.toplink{
	color: #124368;
	position: relative;
	padding-right: 2em;
}
a.toplink:before{
	position: absolute;
	top: 50%;
	right: 0.5em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #124368;
	transition: all .2s;
}
a.toplink:hover::before {
  right: 0em;
}
/*-------------------------------------- 

画像サイズ
 
-------------------------------------- */
.thumbnail-900{
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
.thumbnail-630{
	max-width: 630px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}

.thumbnail-500{
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
.thumbnail-400{
	max-width: 400px;
	width: 100%;
	height: auto;
	display: inline-block;
	
}
.thumbnail-400-small{
	max-width: 400px;
	width: 85%;
	height: auto;
	display: inline-block;
	
}
.thumbnail-200{
	width: 200px;
	height: auto;
	display: inline-block;
	
}
	@media screen and (max-width: 760px) {
		.thumbnail-200{
			width: 175px;
		}
	}
.txt_c{
	text-align: center;
}
/*
------------------------------------------
呼吸器・循環器
--------------------------------------*/
/*vol2
----------------------------------------*/
.byoki-flow{
	max-width: 638px;
	margin: 3.5em auto 0;
	
}
.byoki-flow-title{
	background: #124368;
	font-weight: bold;
	color: #fff;
	padding: 1em;
}
ul.byoki-flow-chart li{
	padding: 1.5em 0;
	border-bottom: 1px solid #a8bac7;
	position: relative;
}
ul.byoki-flow-chart li:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.25em;
	border: 1.25em solid transparent;
	border-top: 1.25em solid #a8bac7;
}
ul.byoki-flow-chart li:last-child:before{
	position: static;
	top: auto;
	left: auto;
	margin-left: 0;
	border: 0;
	border-top: 0;
}

	@media screen and (max-width: 737px) {
		.img-scroll{
			width: 100%;
			height: 370px;
			overflow: scroll;
			position: relative;
		}
		.img-scroll:after{
			position: absolute;
			top: .5em;
			left: .5em;
			content: "スクロールできます";
			font-size: .75em;
			background: #124368;
			border-radius: 1em;
			-moz-border-radius: 1em;
			-webkit-border-radius: 1em;
			color: #fff;
			padding: .25em .75em;
		}
		.img-scroll img{
			max-width: 800px;
			height: auto;
		}
	}
/*
------------------------------------------
肝臓・胆嚢・膵臓
--------------------------------------*/
/*vol2
----------------------------------------*/

.bgbox_gr_kakumaru_z{
	border: 1px solid #a2b5c4;
	padding: 1.7em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	width: 80%;
	margin: 0 auto;
}
　　@media screen and (max-width: 567px) { 
	    .bgbox_gr_kakumaru_z{
			width: 100%;
		}
	}
/*
------------------------------------------
内分泌
--------------------------------------*/
/*vol2
----------------------------------------*/
.genealogy {
    display: table;
    position: relative;
    margin: 0px auto;
   
}

.genealogy > dl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5em 0px 0px;
    margin: 0px;
}
.genealogy > dl::after {
    position: absolute;
    top: 3em;
    left: 6em;
    right: 6em;
    height: 2.2em;
    background:
        linear-gradient(to right, #000 0%, #000 100%) top center / 0.2em 80% no-repeat,
        linear-gradient(to right, #000 0%, #000 100%) bottom  left / 91% 0.2em no-repeat;
    content: "";
}

.genealogy > dl > dt{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    width: 100%;
    height: 3em;
	font-weight: bold;

    text-align: center;
    line-height: 1;
} 
.genealogy > dl > dd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    width: 15em;
   
    
   
  
  
}

.genealogy > dl > dt {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.genealogy > dl > dd {
    position: relative;
    padding: 0px;
    margin: 2em 3em 0px;
}
.genealogy > dl > dd::before {
    position: absolute;
    top: -2.26em;
    left: 0px;
    width: 100%;
    height: 2.4em;/*縦長さ*/
    background:  
		
     linear-gradient(to right, #000 0%, #000 100%) top center / 0.2em calc(100% - 0.3em) no-repeat,
        linear-gradient(to top right, transparent 100%, #000 100%) bottom -0.1em left calc(50% - 0.2em + 1px) / 0.4em 1em no-repeat,
        linear-gradient(to top left, transparent 100%, #000 100%) bottom -0.1em left calc(50% + 0.2em - 1px) / 0.4em 1em no-repeat;
    overflow: hidden;
    content: "";
		
}

.genealogy .genealogy {
    position: absolute;
    top: -0.2em;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
}
.endo_box {
	margin: -2em 1em 2em;
}
.endo_flow {
	width: 31%;
	background: #dae8ef;
	padding: 3.5em 1.8em 2em;
	margin-right: 1.4em;
	position: relative;
	display: inline-block;
	

}
    @media screen and (max-width: 567px) { 
	    .endo_flow{
			width: 100%;
		}
	}
.endo_flow .point{
	color: #fff;
	text-align: center;
	background: #124368;
	width: 12em;
	line-height: 1.8;

	padding: 0.5em 2em;
	position: absolute;
	top: -1.2em ; 
	left: auto;
	width: 100%;
	margin-left: -1.7em;
}
/*.endo_flow .point{
	color: #fff;
	text-align: center;
	background: #124368;
	width: 12em;
	line-height: 1.8;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	padding: 0.5em 2em;
	position: absolute;
	top: -1.2em ; 
	left: 8em;
	width: 100%;
	margin-left: -1.7em;
}*/
/* 日々の診療ブログへリンク */
.dl_style_blog{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	border-top: 1px solid #ddd;
}
.dl_style_blog dt{
	width: 25%;
}
.dl_style_blog dd{
	padding-left: 0.1em;
}



	@media screen and (max-width: 768px) {
		.dl_style_blog dt,
		.dl_style_blog dd{
			width: 100%;
		}
		.dl_style_blog dd{
	    padding-left: 0;
        }
	}

/* PCでみた時表示 */
.pc2 { display: block!important; }
.sp2 { display: none !important; }
/* スマホで見た時表示*/
@media only screen and (max-width: 768px) {
.pc2 { display: none !important; }
.sp2 { display: block!important; }
} 
/*
------------------------------------------
内分泌
--------------------------------------*/
/*vol3
----------------------------------------*/
.ranking {
  margin-bottom: 30px;
  list-style-type: none;
  counter-reset: ranking;
}
.ranking .ranking-item {
  position: relative;
}

.ranking .order {
  position: absolute;
  top: 28px;
  left: -9px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border: 1px solid #ccc;
  
  vertical-align: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  border-radius: 50%;
}
.ranking .order::before {
  content: counter(ranking);
  counter-increment: ranking;
  font-size: 1.0rem;
}
.ranking .ranking-item:nth-of-type(1) .order,
.ranking .ranking-item:nth-of-type(2) .order,
.ranking .ranking-item:nth-of-type(3) .order {
  border: none;
  color: #fff;
  font-weight: normal;
  line-height: 18px;
}
.ranking .ranking-item:nth-of-type(1) .order {
  background-color: #ff704e;
}
.ranking .ranking-item:nth-of-type(2) .order {
  background-color: #9faa01;
}
.ranking .ranking-item:nth-of-type(3) .order {
  background-color: #419ddb;
}
.ranking .text {
  display: inline-block;
  margin-left: 2em;

  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5;
}
/*
------------------------------------------
脳・神経
--------------------------------------*/
/*vol1
----------------------------------------*/
.brain_dl_style{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin-bottom: .5em;
}
.brain_dl_style > dt{
	width: 8.5em;
	padding:1.5em 1em;
	font-weight: 700;
	background: #124368;
	color: #fff;
	margin-bottom: 0.25em;
}
.brain_dl_style > dd{
	width: calc(100% - 8.5em);
	padding:1.25em;
	margin-bottom: 0.25em;
	background: #fff;
}
.brain_dl_style > dd > dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
.brain_dl_style > dd > dl > dt{
	width: 12em;
	padding: 1em 0;
	border-top: 1px dotted #ccc;
	color:#124368;
	font-weight: 700;
}
.brain_dl_style > dd > dl > dd{
	width: calc(100% - 12em);
	padding: 1em 0 1em 1em;
	border-top: 1px dotted #ccc;
}
.brain_dl_style > dd > dl > dt:nth-child(1),
.brain_dl_style > dd > dl > dd:nth-child(2){
	padding-top: 0;
	border-top: 0;
}
    @media screen and (max-width: 567px) {
		.brain_dl_style dt{
			width: 100%;
			padding: .5em 1em;
		}
		.brain_dl_style dd{
			width: 100%;
			padding: 1.25em 1em;
		}
		
		
	}

/*--------------------------------------*/
/*vol2
----------------------------------------*/
.brain_dl_style2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin-bottom: .5em;
}
.brain_dl_style2 > dt{
	width: 9.5em;
	padding:1.5em 1em;
	font-weight: 700;
	background: #124368;
	color: #fff;
	margin-bottom: 0.25em;
}
.brain_dl_style2 > dd{
	width: calc(100% - 9.5em);
	padding:1.25em;
	margin-bottom: 0.25em;
	background: #fff;
}
.brain_dl_style2 > dd > dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	width: 100%;
}
.brain_dl_style2 > dd > dl > dt{
	width: calc(100% - 220px);
	padding: 1em 0;
	border-top: 1px dotted #ccc;
	color:#124368;
	
}
.brain_dl_style2 > dd > dl > dd{
	width: 220px;
	padding: 1em 0 1em 1em;
	border-top: 1px dotted #ccc;
}
.brain_dl_style2 > dd > dl > dt:nth-child(1),
.brain_dl_style2 > dd > dl > dd:nth-child(2){
	padding-top: 0;
	border-top: 0;
}
    @media screen and (max-width: 800px) {
    	.brain_dl_style2 > dd > dl > dt{
			width: calc(100% - 170px);
    	}
    	.brain_dl_style2 > dd > dl > dd{
			width: 170px;
    	}
    }

    @media screen and (max-width: 567px) {
		.brain_dl_style2 dt{
			width: 100%;
			padding: .5em 1em;
		}
		.brain_dl_style2 dd{
			width: 100%;
			padding: 1.25em 1em;
		}
		.brain_dl_style2 > dd > dl > dt{
			width: 100%;
			padding: .5em 1em;
		}
		.brain_dl_style2 > dd > dl > dd{
			width: 80%;
			padding: 1.25em 0;
			margin: 0 auto;
			border-top: none;
		}
	}

/* 原因 */
.brain_dl_style2 .brain_dl_table{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	margin-bottom: .5em;
}
.brain_dl_style2 .brain_dl_table dt{
	width: 33%;
	border: 1px solid #ddd;
	padding: 0.1em !important;
	text-align: center;
	margin: 0 !important;
}
.brain_dl_style2 .brain_dl_table dd{
	width: 33%;
	border: 1px solid #ddd;
	padding: 0.5em;
}
.brain_dl_style2 .brain_dl_table dt{
	background: #124368;
	color: #fff;
	
}

        @media screen and (max-width: 567px) {
		.brain_dl_table dt{
			width: 100%;
			padding: .5em 1em;
		}
		.brain_dl_table dd{
			width: 100%;
			padding: 1.25em 1em;
		}
	}
/*
------------------------------------------
皮膚・耳
--------------------------------------*/
/*vol1
----------------------------------------*/
.skin_dl_style {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
.skin_dl_style dt{
	width: 14em;
	padding: 1em ;
	border-top: 1px dotted #aaa;
	color:#124368;
	font-weight: 700;
}
.skin_dl_style dd{
	width: calc(100% - 14em);
	padding: 1em  ;
	border-top: 1px dotted #aaa;
}


    @media screen and (max-width: 567px) {
		.skin_dl_style dt{
			width: 100%;
			padding: .5em 1em;
		}
		.skin_dl_style dd{
			width: 100%;
			padding: 1.25em 1em;
		}
		
		
	}

dl.skin_dl_style_clm2{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border:1px solid #ccc;
}
dl.skin_dl_style_clm2 dt:last-child,
dl.skin_dl_style_clm2 dd:last-child{
	border-bottom: none;
}
dl.skin_dl_style_clm2 dt{
	width: 25%;
	background: #d9d9d9;
	border-bottom: 1px solid #ccc;
	padding: 1em;
	color: #124368;
	font-weight: bold;
}
dl.skin_dl_style_clm2 dd{
	width: 75%;
	border-bottom: 1px solid #ccc;
	padding: 1em;
	background-color: #fff;
}
	@media screen and (max-width: 567px) {
		dl.skin_dl_style_clm2{
			display: block;
			border:1px solid #ccc;
		}
		dl.skin_dl_style_clm2 dt,
		dl.skin_dl_style_clm2 dd{
			width: 100%;
			padding: 2px 16px;
		}
	}
.skin_care{
	width: 50%;
	margin: 0 auto;
	padding: 1em;
	
}
    @media screen and (max-width: 567px) {
		.skin_care {
			width: 100%;
		}
	}