@charset "UTF-8";

/* メインイメージ */
.contentpage header {background-image: url("../images/flow/m_img@2x.jpg");}


/*case_tit　記事タイトル
---------------------------------------------------------*/
/*case_bg*/
.case_bg {
    background: url(../images/case/single_bg@2x.png)no-repeat top left;
    background-size: 100% auto;
	padding: 100px 0 80px;
}

/*case_tit*/
.case_tit{
	text-align: center;
    margin-bottom: 80px;
	position: relative;
}
.case_tit .entry-title{
    position: relative;
	font-size: 175%;
    color: #37252D;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    max-width: 1067px;
	padding-bottom: 60px;
    margin: 0 auto 50px;
}
.case_tit .entry-title::before{
	position: absolute;
	content: "";
	background: #3F2933;
	max-width: 590px;
	width: 50%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
    opacity: .65;
}
.case_tit > ul{
    display: flex;
    justify-content: center;
	 flex-wrap: wrap;
	letter-spacing: normal;
	font-size: 100%;
}
.case_tit > ul > li{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 2em;
	position: relative;
	box-sizing:border-box;
	margin-top: 0.5em;
    font-size: 88%;
    line-height: 1em;
}
.case_tit > ul > li::before{
	position: absolute;
	content: "／";
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	color: #727A89;
}
.case_tit > ul > li:last-child{
    padding-right:0;
}
.case_tit > ul > li:last-child::before{
	position: static;
	content:none;
}
.case_tit > ul > li p a {
	display: block;
	border-radius: 5px;
	padding: .4em .4em;
	background: #CFA23A!important;
	color: #fff;
	margin-right: 0.5em;
    font-family: dnp-shuei-mincho-pr6n,serif;
	font-weight: 400;
	font-style: normal;
}
.case_tit > ul > li ul{
	display: flex;
}
.case_tit > ul > li ul a {
	color: #5B5B5B;
	text-decoration: underline;
}
.case_tit > ul > li ul a:hover{
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
/*case_bg*/
.case_bg {
	padding: 10% 0 8%;
}

/*case_tit*/
.case_tit{
    margin-bottom: 8%;
}
.case_tit .entry-title{
    letter-spacing: 0.1em;
	padding-bottom: 6%;
    margin: 0 auto 5%;
}
.case_tit > ul > li{
    letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
/*case_bg*/
.case_bg {
	padding: 10% 0 8%;
}

/*case_tit*/
.case_tit{
    margin-bottom: 8%;
}
.case_tit .entry-title{
	font-size: 120%;
    letter-spacing: 0.1em;
	padding-bottom: 6%;
    margin: 0 auto 5%;
}
}






/*before_after　メイン画像
---------------------------------------------------------*/
.before_after{
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
}/*
_:lang(x)+_:-webkit-full-screen-document,.single_page .before_after{
	padding-bottom: 70px!important;
}*/
.before_after dl{
    width: 45%;
}
.before_after dl dt{
    position: relative;
    text-align: center;
}
.before_after dl:nth-child(1) dt::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../beauty_lp/images/top/abs17@2x.png") no-repeat top right;
    background-size: 100% auto;
    width: 7%;
    max-width: 21px;
    height: 25px;
    top: 50%;
	transform: translateY(-50%);
    right: -14%;
}
.before_after dl dt img{
	margin: 0;
	display: block;
}
.before_after dd{
    margin-top: 1.2rem;
    text-align: center;
    color: #C8A326;
    line-height: 1em;
    font-size: min(170%,3vw);
    letter-spacing: 0.15em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.before_after dl:nth-child(1) dt::before{
    height: 2vw;
}
.single_page .before_after dl:nth-child(1) dt::before{
    height: 4vw;
}
.before_after dd{
    margin-top: .8rem;
}
}

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








/*sab_img　サブ画像
---------------------------------------------------------*/
.sab_img{
    width: 90%;
    max-width: 895px;
    margin: 75px auto 0;
    display: flex;
    justify-content: center;
}
.sab_img li{
    width: 29%;
    margin-right: 6.5%;
}
.sab_img li:last-child,
.sab_img li:nth-child(3n){
    margin-right: 0;
}
.sab_img p{
    font-size:90%;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 1.2rem;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sab_img{
    margin: 4vw auto 0;
}
.sab_img li{
    width: 30%;
    margin-right: 5%;
}
.sab_img p{
    letter-spacing: normal;
    margin-top: .8rem;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sab_img{
    width:100%;
    margin: 5% auto 0;
    display: block;
    justify-content: center;
}
.sab_img li{
    width: 100%;
    margin-right: auto;
    margin-bottom: 5%;
}
.sab_img li:last-child,
.sab_img li:nth-child(3n){
    margin-right: auto;
}
.sab_img li:last-child{
    margin-bottom: 0;
}
.sab_img div{
    width: 40%;
    margin: 0 auto;
}
.sab_img p{
    line-height: 1.8em;
    letter-spacing: normal;
    margin-top: .8rem;
}
}







/*case_list　記事の一覧
---------------------------------------------------------*/
.case_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case_list > li{
	max-width: 660px;
	width: 49.5%;
	background-color: #F5F5EE;
	margin-top: 20px;
}
.case_list > li:nth-child(-n + 2){
	margin-top: 0;
}
.case_list > li .case_inbox{
	max-width: 590px;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 35px;
}
.case_list > li .case_inbox > p{
    font-size:85%;
    letter-spacing: 0.15em;
    line-height: 1.8em;
}
.case_list > li .case_inbox > p a.more{
    color: #AD8F43;
    text-decoration: underline;
}
.case_list > li .case_inbox > p a.more:hover{
    text-decoration: none;
}
.case_list > li .case_tit{
	margin-bottom: 30px;
}
.case_list > li .case_tit .entry-title{
	font-size: 110%;
    letter-spacing: 0.2em;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.case_list > li .case_tit .entry-title a,
.case_list > li .case_tit .entry-title:hover a{
    color: #37252D!important;
}
.case_list > li .case_tit .entry-title::before {
	max-width: 100%;
	width: 100%;
	height: 1px;
    background:rgba(63,41,51,0.65);
}
.case_list > li .img_thumbnail{
    margin-bottom: 30px;
}
.case_list > li .before_after .arrow img {
  top: 36%;
}
.case_list > li .case_bore_btn a{
	display: block;
	text-align: center;
	line-height: 1em;
	padding: 1.4em 3%;
	box-sizing: border-box;
	background-color: #E0DFD3;	
    color: #37252D;
    font-size: 88%;
    letter-spacing: 0.15em;
}
.case_list > li .case_bore_btn a span{
	padding-right: 1.7em;
	position: relative;
}
.case_list > li .case_bore_btn a span::before{
	position: absolute;
	font-family: "fontello";
	content: '\e800';
	font-size: .8em;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    opacity: .8;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.case_list > li{
	margin-top:1%;
}
.case_list > li .case_inbox{
	padding: 8% 0 7%;
}
.case_list > li .case_inbox > p{
    font-size:85%;
    letter-spacing: 0.05em;
    line-height: 1.6em;
}
.case_list > li .case_tit{
	margin-bottom: 6%;
}
.case_list > li .case_tit .entry-title{
    letter-spacing: 0.1em;
	padding-bottom: 4%;
	margin-bottom: 4%;
}
.case_list > li .img_thumbnail{
    margin-bottom: 4%;
}
.case_list > li .case_bore_btn a{
	padding: 1.2em 3%;
    letter-spacing: 0.1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_list{
    display: block;
}
.case_list > li{
	max-width: 100%;
	width: 100%;
	margin-top: 5%;
}
.case_list > li:nth-child(2){
	margin-top: 5%;
}
.case_list > li .case_inbox{
	max-width: 100%;
	padding: 6% 0 6%;
}
.case_list > li .case_inbox > p{
    letter-spacing: normal;
}
.case_list > li .case_tit{
	margin-bottom: 7%;
}
.case_list > li .case_tit .entry-title{
    letter-spacing: 0.1em;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.case_list > li .img_thumbnail{
    margin-bottom: 4%;
}
.case_list > li .case_bore_btn a{
	padding: 1em 3%;
    letter-spacing: 0.1em;
}
}






/*tbl_detail　テーブル
---------------------------------------------------------*/
.tbl_detail{
    max-width: 1200px;
    margin: 90px auto 0;
    font-size:90%;
    letter-spacing: 0.15em;
    line-height: 1.9em;
}
.tbl_detail,
.tbl_detail tr{
    width: 100%;
}
.tbl_detail th,
.tbl_detail td{
    box-sizing: border-box;
}
.tbl_detail th{
    background: #BDA06A;
    width: 25.5%;
    border-bottom: 1px solid #fff;
    font-size: min(115%,1.8vw);
    color: #fff;
    padding: 1.6rem 3.2rem;
}
.tbl_detail td{
    background:rgba(187,158,106,0.07);
    width: 74.5%;
    border-bottom: 1px solid rgba(72,46,58,0.35);
    padding: 1.6rem 2.7rem;
}
.tbl_detail tr:last-child th,
.tbl_detail tr:last-child td{
    border-bottom: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tbl_detail{
    margin: 4% auto 0;
    font-size:90%;
    line-height: 1.8em;
}
.tbl_detail th{
    letter-spacing: 0.05em;
    padding: 1.2rem;
    line-height: 1.5em;
}
.tbl_detail td{
    letter-spacing: normal;
    padding: 1.2rem;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_detail{
    font-feature-settings: "palt";
    letter-spacing: normal;
    margin-top: 9vw;
}
.tbl_detail th{
    width: 25.5%;
    padding: 1.5rem .7rem;
    font-size:88%;
    line-height: 1.5em;
}
.tbl_detail td{
    width: 74.5%;
    padding: 1.5rem 1rem;
}
}





/*case_risk　リスク
---------------------------------------------------------*/
.case_risk{
    max-width: 1200px;
    margin: 60px auto 0;
    border:6px solid #F3E8D4;
    padding: 20px 3% 30px;
    box-sizing: border-box;
    text-align: center;
}
.case_risk dt{
	font-size: min(120%,2vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    padding-bottom: .9em;
    border-bottom:1px solid #B39461;
    margin-bottom: 1.3em;
    color: #B39461!important;
}
.case_risk dd{
	text-align: center;
}
.case_risk dd ul{
    font-size:90%;
	display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.case_risk dd ul li{
	position: relative;
    padding-left: 1.3em;
    box-sizing: border-box;
}
.case_risk dd ul li::before{
    position: absolute;
    top:0;
    left: 0;
    content: "・";
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.case_risk{
    margin: 4% auto 0;
    padding:3%;
}
.case_risk dt{
    padding-bottom: .9em;
    margin-bottom: 1em;
}
.case_risk dd ul{
    line-height: 1.8em;
    letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_risk{
    margin-top: 4vw;
    border: 5px solid #F3E8D4;
    padding: 6% 4%;
}
.case_risk dt{
    font-size:100%;
    padding-bottom: .8em;
    margin-bottom: 1em;
}
.case_risk dd{
    font-feature-settings: "palt";
    letter-spacing: normal;
}
.case_risk dd li{
    padding-left: .8em!important;
}
}






/*single_page　シングルページ
---------------------------------------------------------*/
/*com_inbox3*/
.single_page .com_inbox3 span{
    position: relative;
    padding-right: 1em;
    box-sizing: border-box;
}
.single_page .com_inbox3 span:last-of-type{
    padding-right: 0;
}
.single_page .com_inbox3 span::before{
    position: absolute;
    display: block;
    content: "／";
    top: 52%;
	transform: translateY(-50%);
    right: -0.3em;
}
.single_page .com_inbox3 span:last-of-type::before{
    display: none;
}

/*before_after*/
.single_page .before_after{
    width: 90%;
    max-width: 946px;
    margin-left: auto;
    margin-right: auto;
}

/*case_cat*/
.single_page .case_cat{
    font-size:130%;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_inbox3*/
.single_page .com_inbox3 span{
    letter-spacing: normal;
    font-feature-settings: "palt";
}

/*before_after*/
.single_page .before_after{
    width: 100%;
}
    
/*case_cat*/
.single_page .case_cat{
    font-size:100%;
}
}












/*親カテゴリー
--------------------------------------------------------------------*/
/*治療別で症例を探す*/
.case .catp_index {
	position: relative;
	font-size: 115%;
	letter-spacing: .2em;
	line-height: 1em;
    color: #523917;
	margin-bottom: 40px;
    text-align: center;
}
.case .catp_index::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #523917;
	left: 0;
	top: 50%;
}
.case .catp_index span {
	position: relative;
	display: inline-block;
	background: #FFF;
	z-index: 1;
    padding: 0 2.2em 0 4.2em;
    box-sizing: border-box;
    margin: 0 auto;
}
.case .catp_index span::before {
	content: "";
	position: absolute;
	width: 1.1em;
	height: 1.1em;
	background: url("../images/case/icon_search.svg") no-repeat center center;
	background-size: contain;
	left:2.5em;
	top: 50%;
	transform: translateY(-50%);
}

/*一覧*/
.case .cat_parent ul {
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto 80px;
}
.case .cat_parent li {
	width:23.8%;
	margin-right: 1.6%;
	margin-top: 1.6%;
    text-align: center;
}
.case .cat_parent li:nth-child(-n + 4){
	margin-top: 0;
}
.case .cat_parent li:nth-child(4n){
	margin-right: 0;
}
.case .cat_parent li a{
    position: relative;
    display: block;
	background: #83632F;
	color: #fff;
    line-height: 1.4em;
    font-feature-settings: "palt";
    padding: .5em 1em;
    box-sizing: border-box;
    letter-spacing: 0.15em;
}
.case .cat_parent.clr_child li a{	background: #916E89;}

.case .cat_parent li a::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	color: #fff;
    font-size: 80%;
	right: 1em;
	top: 53%;
	transform: translateY(-50%);
    opacity: .8;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*治療別で症例を探す*/
.case .catp_index {
	margin-bottom: 4%;
}

/*一覧*/
.case .cat_parent ul {
    margin: 0 auto 8%;
}
.case .cat_parent li a{
    font-feature-settings: "palt";
    letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*治療別で症例を探す*/
.case .catp_index {
	font-size: 100%;
	margin-bottom: 8%;
}
.case .catp_index span {
    padding: 0 .5em 0 2.5em;
}
.case .catp_index span::before {
	left: 1em;
}

/*一覧*/
.case .cat_parent ul {
    margin: 0 auto 8%;
}
.case .cat_parent li {
	width:49%;
	margin-right: 2%;
	margin-top: 2%;
}
.case .cat_parent li:nth-child(3),
.case .cat_parent li:nth-child(4){
	margin-top: 2%;
}
.case .cat_parent li:nth-child(2n){
	margin-right: 0;
}
.case .cat_parent li a{
    letter-spacing: normal;
    font-feature-settings: "palt";
    text-align: left;
    padding: .5em .8em;
}
.case .cat_parent li a::before {
	right: .5em;
}
}









/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-size:22px;
	line-height: 1.2em;
	clear: both;
	margin-top: 125px;
	padding: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	background: transparent;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {	
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding:0 8px;
	margin: 0 3px 0px;
	color: #000000;
	letter-spacing: normal;
}

/* 数字背景色 */
.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	opacity: 0.3;
}

/* 左右の矢印 */
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
	position:relative;
}
.wp-pagenavi .nextpostslink{
	padding-left:20px;
}
.wp-pagenavi .previouspostslink{
	padding-right:20px;
}
.wp-pagenavi .nextpostslink::before,.wp-pagenavi .previouspostslink::before{
	content: "";
	position: absolute;
	top: 0;
	margin: auto;
    width: 30px;
    height: 30px;
}
.wp-pagenavi .nextpostslink::before {
	right: 0;
	background:url(../images/topics/arrow_r@2x.png) no-repeat center top;
	background-size:100%  100%;
}
.wp-pagenavi .previouspostslink::before {
	left: 0;
	background:url(../images/topics/arrow_l@2x.png) no-repeat center top;
	background-size:100%  100%;
}

/* 最初・最後のリンク */
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover{
	opacity: 0.5;
}

/* 前後の記事へ */
.single_page .page_link {
	width: 100%;
	padding: 25px 0;
    border-top: solid 1px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
    margin-top: 80px;
}
.single_page .page_link li {
	width: 48%;
}
.single_page .page_link li.flt_r{
    text-align: right;
}
.single_page .page_link li a,
.single_page .list_link a {
	color:#666666;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-decoration: none;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.single_page .page_link li a:hover,
.single_page .list_link a:hover {
	opacity: 0.6;
}
.topics .page_link li a {
	display: block;
	text-decoration: none;
}

.single_page .page_link li.flt_l a {
	text-align: left;
	padding-left: 28px;
	position:relative;
}
.single_page .page_link li.flt_r a {
	text-align: right;
	padding-right: 28px;
	position:relative;
}
.single_page .page_link li.flt_l a::before,
.single_page .page_link li.flt_r a::before{
	content: "";
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	margin: auto;
	width: 20px;
	height: 20px;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
	background:url(../images/topics/arrow_r@2x.png) no-repeat right center;
	background-size:100%  100%;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	background:url(../images/topics/arrow_l@2x.png) no-repeat left center;
	background-size:100%  100%;
}

/* 一覧へもどる */
.single_page .list_link {
	max-width: 320px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	text-align: center;
	background: rgba(63,41,51,.50);
	border-radius: .3em;
	padding: .5em 0;
}
.single_page .list_link:hover{
	background: rgba(63,41,51,.70);
}
.single_page .list_link a{
	color: #fff;
	padding-right: 1em;
	position: relative;
}
.single_page .list_link a::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wp-pagenavi {
	margin-top: 5%;
}
/* 前後の記事へ */
.single_page .page_link {
	padding: 2% 0;
    margin-top: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp-pagenavi {
	margin-top: 7%;
}
    
/* 前後の記事へ */
.single_page .page_link {
	width: 100%;
	padding: 15px 0;
}
.single_page .page_link li {
	width: 100%;
}
.single_page .page_link li.flt_l {
	float: none;
}
.single_page .page_link li.flt_r {
	float: none;
    border-top: solid 1px #b3b3b3;
	padding-top: 15px;
	margin-top: 15px;
}
.single_page .page_link li.flt_l a {
	padding-left: 1.5em;
	text-align: center;
}
.single_page .page_link li.flt_r a {
	padding-right: 1.5em;
	text-align: center;	
}	
.single_page .page_link li a,
.single_page .list_link a {
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-decoration: none;
}	
.single_page .list_link {
	text-align: center;
}
}