@charset "UTF-8";

/* m_img */
.contentpage .m_img {
	background-image: url(../../images/case/m_img.jpg);
}




/* bdr_box
---------------------------------------------------------*/
.bdr_box_b{
    max-width: 1500px;
    padding-bottom: 30px;
    margin: 0 auto 60px;
    position: relative;
}
.bdr_box_b::before{
    position: absolute;
    display: block;
    content: "";
    background: #837e7f;
    background-size: 100% auto;
    width: 99%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .2;
}

.bdr_box_t{
    max-width: 1500px;
    margin: 100px auto 0;
    padding-top: 35px;
    position: relative;
}
.bdr_box_t::before{
    position: absolute;
    display: block;
    content: "";
    background: #837e7f;
    background-size: 100% auto;
    width: 99%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.bdr_box_b{
    padding-bottom: 3%;
    margin-bottom: 15%;
}
.bdr_box_t{
    margin-top: 15%;
    padding-top:3%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.bdr_box_b{
    padding-bottom: 4%;
    margin: 0 auto 10%;
}
.bdr_box_t{
    margin: 10% auto 0;
    padding-top: 4%;
}
}






/* case_index1
---------------------------------------------------------*/
.case_index1{
    margin-bottom: 80px;
}
.case_index1 p{
    color: #837e7f;
    font-weight: 500;
    font-size:150%;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: .5em;
}
.case_index1 h3{
    font-size:190%;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

/*single_page*/
.single_page .case_index1{
    margin-bottom: 0;
}
.single_page .case_index1 p,
.single_page .case_index1 h3{
    display: inline-block;
    vertical-align: middle;
}
.single_page .case_index1 p{
    font-size: 430%;
    letter-spacing: normal;
    margin-bottom: 0;
}
.single_page .case_index1 h3{
    font-size:130%;
    font-weight: 300;
    padding-left: 1.7em;
    box-sizing: border-box;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.case_index1{
    margin-bottom: 8%;
}
.case_index1 p{
    font-size:130%;
    margin-bottom: .3em;
}
.case_index1 h3{
    font-size:160%;
}

/*single_page*/
.single_page .case_index1 p{
    font-size: 380%;
}
.single_page .case_index1 h3{
    font-size:110%;
    padding-left: 1.5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_index1{
    margin-bottom: 8%;
}
.case_index1 p{
    font-size:4.5vw;
    margin-bottom: .4em;
}
.case_index1 h3{
    font-size:5.5vw;
}

/*single_page*/
.single_page .case_index1 p{
    font-size: 10vw;
}
.single_page .case_index1 h3{
    font-size: 4vw;
    padding-left: 1.2em;
}
}






/* cat_title
---------------------------------------------------------*/
.cat_title{
    background: #212222;
    margin-bottom: 45px;
    text-align: center;
    padding:40px 4%;
    box-sizing: border-box;
}
.cat_title h4{
    display: block;
    color: #fff;
    font-size:240%;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.4em;
}
.cat_title p{
    display: inline-block;
    color: #b78c39;
    font-size:120%;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    border-top:1px solid rgba(183,140,57,0.70);
    padding: 1.2em 1.2em 0;
    box-sizing: border-box;
    margin-top: .8em;
}
.cat_title p span{
    font-weight: 500;
    font-size:150%;
}
.cat_title_inbox{
    max-width: 1220px;
    margin: 0 auto;
}

/*type_ko*/
#type_ko .cat_title{
    margin-bottom: 35px;
    padding: 48px 4%;
}
#type_ko .cat_title h4{
    font-size:195%;
    letter-spacing: 0.2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.cat_title{
    margin-bottom: 4%;
    padding:4vw 4%;
}
.cat_title h4{
    font-size:200%;
    letter-spacing: 0.1em;
}
.cat_title p{
    letter-spacing: 0.1em;
}

/*type_ko*/
#type_ko .cat_title{
    margin-bottom: 4%;
    padding:4vw 4%;
}
#type_ko .cat_title h4{
    font-size:190%;
    letter-spacing: 0.1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.cat_title{
    margin-bottom: 5%;
    padding: 5.5vw 4% 5vw;
}
.cat_title h4{
    font-size:4.8vw;
    letter-spacing: normal;
}
.cat_title p{
    font-size:3.5vw;
    letter-spacing: 0.1em;
    margin-top: 1em;
}
/*type_ko*/
#type_ko .cat_title{
    margin-bottom: 3%;
    padding: 5vw 4%;
}
#type_ko .cat_title h4{
    font-size:4.8vw;
    letter-spacing:0.05em;
}
}






/* ko_content
---------------------------------------------------------*/
.ko_content{
    display: flex;
    justify-content: space-between;
    border-bottom:rgba(211,211,211,0.70) 1px solid;
    border-top:rgba(211,211,211,0.70) 1px solid;
    padding: 35px 1.7%;
    box-sizing: border-box;
}
.ko_content dt{
    width: 60%;
    font-size:135%;
    line-height: 1.6em;
    font-weight: 400;
}
.ko_content dd{
    width: 35%;
    text-align: right;
    font-size:115%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.ko_content{
    padding: 3vw 1.5%;
}
.ko_content dt{
    font-size:130%;
}
.ko_content dd{
    font-size:110%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.ko_content{
    padding: 4vw 0;
}
.ko_content dt{
    font-size:4vw;
}
.ko_content dd{
    font-size:3.5vw;
}
}







/* new_txt
---------------------------------------------------------*/
.new_txt{
    font-size:130%;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    margin-bottom: 1em;
}

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

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.new_txt{
    font-size:4vw;
    letter-spacing: 0.05em;
    margin-bottom: .7em;
}
}











/*case_detail
---------------------------------------------------------*/
.case_detail{
    width: 100%;
    margin-top: 30px;
    border-top:rgba(211,211,211,0.70) 1px solid;
}
.case_detail tr{
    border-bottom:rgba(211,211,211,0.70) 1px solid;
    font-size:130%;
    line-height: 2em;
}
.case_detail th,
.case_detail td{
    vertical-align: top;
}
.case_detail th{
	width: 11.4rem;
    background: #837e7f;
	padding: 2rem 1.5rem;
    box-sizing: border-box;
    font-weight: 400;
    color: #fff;
}
.case_detail td{
	width: calc(100% - 11.4rem);
	padding: 2rem 2.5rem;
    box-sizing: border-box;
    font-weight: 400;
}
.case_detail td .price_txt{
    font-size:90%;
    color: #b78c39;
    margin-top: .2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.case_detail{
    margin-top: 5%;
}
.case_detail tr{
    font-size:120%;
    line-height: 1.6em;
}
.case_detail th{
	width: 10rem;
	padding: 1.5rem 1rem;
}
.case_detail td{
	width: calc(100% - 10rem);
	padding: 1.5rem 1.5rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_detail{
    margin-top: 5%;
}
.case_detail tr{
    font-size:120%;
    line-height: 1.8em;
    display: block;
}
.case_detail th,
.case_detail td{
    display: block;
}
.case_detail th{
    font-size:105%;
	width: 100%;
	padding: .6rem 3%;
}
.case_detail td{
	width: 100%;
	padding: .6rem 3% 2rem;
}
.case_detail td .price_txt{
    font-size:95%;
}
}







/*case_risk
---------------------------------------------------------*/
.case_risk{
    margin-top: 60px;
}
.case_risk .case_risk_tit{
    background:rgba(33,34,34,0.70);
    color: #fff;
    font-size:155%;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding: .3em 1.3em;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 2em;
}
.case_risk .case_risk_tit::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_risk.svg) no-repeat top left;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
    top:0;
    left: 0;
}
.case_risk .inbox{
    max-width: 1160px;
    margin: 0 auto;
    font-size:125%;
    letter-spacing: normal;
    line-height: 1.6em;
}
.case_risk .inbox br{
    display: none;
}
.case_risk .inbox li{
   position: relative;
    padding-left: 1.4em;
    margin-bottom: 1.5em;
}
.case_risk .inbox li:last-child{
    margin-bottom: 0;
}
.case_risk .inbox li::before{
    position: absolute;
    display: block;
    content: "";
    background: #b78c39;
    background-size: 100% auto;
    width: .6em;
    height: .6em;
    border-radius: 50%;
    top:.5em;
    left: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.case_risk{
    margin-top: 8%;
}
.case_risk .case_risk_tit{
    font-size:150%;
    margin-bottom: 1em;
}
.case_risk .inbox{
   font-size:120%; 
}
.case_risk .inbox li{
    padding-left: 1.2em;
    margin-bottom: 1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_risk{
    margin-top: 10%;
}
.case_risk .case_risk_tit{
    font-size:130%;
    padding: .5em 1em;
    margin-bottom: 1em;
}
.case_risk .inbox{
   font-size:120%; 
    line-height: 1.8;
}
.case_risk .inbox li{
    padding-left: 1em;
    margin-bottom: 1em;
}
}







/*before_after
---------------------------------------------------------*/
.before_after{
    position: relative;
    margin: 35px auto 0;
    max-width: 602px;
    width:70%;
}
.before_after::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_before.svg) no-repeat bottom left;
    background-size: 100% auto;
    width: 15%;
    max-width: 90px;
    height: 40px;
    bottom: 3%;
    left: 1.5%;
    z-index: 5;
}
.before_after::after{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_after.svg) no-repeat bottom right;
    background-size: 100% auto;
    width: 15%;
    max-width: 90px;
    height: 40px;
    bottom: 3%;
    right: 1.5%;
    z-index: 5;
}
.single_page .before_after::before,
.single_page .before_after::after{
    display: none;
}
.before_after .comparison-block .icv__control-line {
	/*width: 0px !important;	デフォルトの境界線を非表示*/
}
.before_after .comparison-block .icv__circle {
	width: 60px;
	height: 60px;
    background: url("../images/case/icon_arrow3.svg") no-repeat center center !important;
	background-size: contain !important;
	backdrop-filter: none !important;
	border: none !important;
}
.before_after .comparison-block .icv__theme-wrapper {
	display: none;	/*デフォルトの矢印を非表示*/
}
.before_after img{
    height: 100%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.before_after{
    margin: 5% auto 0;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.before_after{
    margin:5% auto 0;
    width:80%;
}
.before_after::after,
.before_after::before{
    width: 25%;
}
.before_after .comparison-block .icv__circle {
	width: 12vw;
    height: 12vw;
}
}







/* before_after_b
---------------------------------------------------------*/
.before_after_b{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1058px;
    margin: 35px auto 0;
}
.before_after_b::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_photo.svg) no-repeat top center;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.before_after_b li{
    position: relative;
    width: 49.4%;
}
.before_after_b li::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_before.svg) no-repeat bottom right;
    background-size: 100% auto;
    width: 22%;
    max-width: 90px;
    height: 40px;
    bottom: 3%;
    right: 2.5%;
    z-index: 5;
}
.before_after_b li:nth-child(2)::before{
    background-image: url(../images/case/icon_after.svg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.before_after_b{
    margin: 5% auto 0;
}
.before_after_b::before{
    width: 6vw;
    height: 6vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.before_after_b{
    margin: 5% auto 0;
}
.before_after_b::before{
    width: 8vw;
    height:8vw;
}
.before_after_b li::before{
    width: 40%;
    bottom: 3%;
    right: 2%;
}
}







/*case_search
--------------------------------------------------------------------*/
.case_search{
    position: relative;
    max-width: 965px;
    width: 100%;
}
.case_search .cat_select{
    float: left;
    width: 44.5%;
    margin-right: 2.5%;
}
.cat_select {
	position: relative;
    -webkit-appearance: none;
    appearance: none; 
}
.cat_select select{
    width: 100%;
    display: block;
    color: rgba(65,68,68,0.80);
    padding:1em 2.3em .9em;
    box-sizing: border-box;
    border:1px solid rgba(65,68,68,0.30);
    background:none!important;
    border-radius:50px;
    -webkit-appearance: none;
    appearance: none; 
}
.cat_select select,
.case_search .case_search_btn{
    font-size:135%;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    font-weight: 600;
}
.cat_select{
    position: relative;
}
.cat_select::before{
    position: absolute;
	display: block;
    content: "";
    background: url(../images/case/icon_arrow1.svg) no-repeat top right;
    background-size: 100% auto;
    width: 19px;
    height: 20px;
	right: 2.3em;
	top: 50%;
	transform: translateY(-50%);
    z-index: -1;
}
.case_search .case_search_btn{
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
    height:3.3em;
    width:3.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.cat_select select{
    padding:.9em 2em;
}
.cat_select select,
.case_search .case_search_btn{
    font-size:130%;
    letter-spacing: 0.1em;
}
.case_search .cat_select{
    margin-right: 2%;
}
.case_search .case_search_btn{
    height: 6.5vw;
    width:6.5vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_search .cat_select{
    float: none;
    width: 88%;
    margin-right: 0;
}
.case_search .cat_select:first-child{
    margin-bottom: .6rem;
}
.cat_select select{
    padding:1em 2em 1em 1.3em;
    display: block!important;
}
.cat_select option{
    display: block!important;
}
.cat_select::before{
	right: .6em;
}
.cat_select select,
.case_search .case_search_btn{
    font-size: 3.8vw;
    letter-spacing: normal;
}
.case_search .case_search_btn{
    top: auto;
    bottom: .6em;
	transform: translateY(0);
    width: 9vw;
    height: 9vw;
}
}






/* bdr_box
---------------------------------------------------------*/
.bdr_box{
    position: relative;
    margin-top: 30px;
    padding-top: 35px;
}
.bdr_box.type_ko{
    padding-top: 65px;
}
.bdr_box::before{
    position: absolute;
    display: block;
    content: "";
    background: rgba(131,126,127,0.20);
    background-size: 100% auto;
    width: 98%;
    max-width: 100%;
    height: 1px;
    top:0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.bdr_box{
    margin-top: 4%;
    padding-top: 5%;
}
.bdr_box.type_ko{
    padding-top: 8%;
}
}

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







/* cat_fixed_list
---------------------------------------------------------*/
.cat_fixed_list{
    margin-bottom: 90px;
}
.cat_fixed_list li{
    float: left;
    font-size:110%;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 1.4em;
}
.cat_fixed_list li a{
    display: block;
    border-left:1px solid rgba(65,68,68,0.30);
    padding: .4em 2.7em;
    box-sizing: border-box;
}
.cat_fixed_list li:last-child a{
    border-right:1px solid rgba(65,68,68,0.30);
}
.cat_fixed_list li a span{
    position: relative;
    padding-left: 2em;
    box-sizing: border-box;
}
.cat_fixed_list li a span::before{
    position: absolute;
	display: block;
    content: "";
    background: url(../images/case/icon_arrow1.svg) no-repeat top left;
    background-size: 100% auto;
    width: 19px;
    height: 19px;
	left: 0;
	top: .15em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.cat_fixed_list{
    margin-bottom: 8%;
}
.cat_fixed_list li{
    letter-spacing: 0.05em;
}
.cat_fixed_list li a{
    padding: .4em 1.5em;
}
.cat_fixed_list li a span{
    padding-left: 1.8em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.cat_fixed_list{
    margin-bottom: 8%;
}
.cat_fixed_list li{
    width: 48%;
    font-size: 3.3vw;
    letter-spacing:normal;
    margin-bottom: 1.4em;
}
.cat_fixed_list li:nth-child(even){
    float: right;
}
.cat_fixed_list li:last-child a{
    border-right: none;
}
.cat_fixed_list li a{
    padding: 0;
    border-left: none;
}
.cat_fixed_list li a span{
    padding-left:1.8em;
    display: block;
}
.cat_fixed_list li a span::before{
    width: 1.2em;
    height:1.2em;
	top: .25em;
}
}






/* case_list
---------------------------------------------------------*/
.case_list li{
    border-top:rgba(211,211,211,0.70) 1px solid;
    padding: 2.1rem 1.3rem;
}
.case_list li:last-child{
    border-bottom:rgba(211,211,211,0.70) 1px solid;
}
.case_list li.newpost dl{
    position: relative;
    padding-left: 3.7rem;
    box-sizing: border-box;
}
.case_list li.newpost dl::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_new.svg)no-repeat top left;
    background-size: 100% auto;
    width: 3.2em;
    height: 30px;
    top:.3em;
    left: 0;
}
.case_list li.newpost dl::after{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_arrow1_r.svg) no-repeat top right;
    background-size: 100% auto;
    width: 19px;
    height:19px;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
}
.case_list li dt,
.case_list li dd{
    display: inline-block;
}
.case_list li dt{
    line-height: 1em;
    font-size:120%;
    margin-right: 1.1em;
}
.case_list li dd{
    font-size:130%;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.6em;
    padding-right: 25px;
    box-sizing: border-box;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.case_list li{
    padding: 2rem 0;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_list li{
    padding: 2.1rem 0 1.8rem;
}
.case_list li.newpost dl{
    padding-left: 3.5rem;
}
.case_list li.newpost dl::before{
    width: 3em;
    top:-.3em;
}
.case_list li dt,
.case_list li dd{
    display: block;
}
.case_list li dt{
    font-size:3.8vw;
    margin-right: 0;
    margin-bottom: .5em;
}
.case_list li dd{
    font-size:4.5vw;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
}







/* case_btn1
---------------------------------------------------------*/
.case_btn1 a{
    display: block;
    text-align: right;
    background:rgba(183,140,57,0.15);
    margin-top: 40px;
    font-size:160%;
    font-weight: 400;
    letter-spacing: 0.13em;
    line-height: 1.4em;
    color: #b78c39;
    padding: 1.5em 3%;
    box-sizing: border-box;
}
.case_btn1 a span{
    position: relative;
    padding-right: 2em;
    box-sizing: border-box;
}
.case_btn1 a span::before{
    position: absolute;
    display: block;
    content: "";
    background: url(https://minedc-endoperio.com/images/case/icon_arrow2.svg) no-repeat top right;
    background-size: 100% auto;
    width: 1.5em;
    height:1.5em;
    top:0;
    right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.case_btn1 a{
    margin-top: 4%;
    font-size:140%;
    letter-spacing: 0.1em;
}
.case_btn1 a span{
    padding-right: 1.8em;
}
.case_btn1 a span::before{
    width: 1.3em;
    height:1.3em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_btn1 a{
    margin-top: 4%;
    font-size: 4vw;
    letter-spacing: 0.05em;
    padding: 1.4em 4%;
}
.case_btn1 a span{
    display: block;
    padding-right: 1.7em;
}
.case_btn1 a span::before{
    width: 1.3em;
    height:1.3em;
    top: .1em;
}
}





/* single_title
---------------------------------------------------------*/
.single_title{
    margin-bottom: 50px;
}
.single_title p{
    font-size:120%;
    line-height: 1em;
    margin-bottom: 1em;
}
.single_title h4{
    font-size:205%;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #212222;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.single_title{
    margin-bottom: 4%;
}
.single_title h4{
    font-size:180%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.single_title{
    margin-bottom: 7%;
}
.single_title p{
    font-size: 3.5vw;
    margin-bottom: .4em;
}
.single_title h4{
    font-size:5vw;
    line-height: 1.6em;
}
}









/* single_mainbox
---------------------------------------------------------*/
.single_mainbox{
    display: flex;
    justify-content: space-between;
}
.single_mainbox .single_main_img{
    width: 57.5%;
}
.single_mainbox .single_main_img img{
    width: 100%;
    height: auto;
}
.single_page article img{
    padding: 0!important;
    margin: 0!important;
}
.single_mainbox .single_main_txt{
    width: 38.5%;
}
.single_mainbox .single_main_txt .txt1{
    border-top:rgba(33,34,34,0.7) solid 1px;
    border-bottom:rgba(33,34,34,0.7) solid 1px;
    font-size:130%;
    font-weight: 400;
    letter-spacing: 0.13em;
    line-height: 1.4em;
    padding: .7em .4em;
    box-sizing: border-box;
    margin-bottom: 1.7em;
}
.single_mainbox .single_main_txt .cat1{
    margin-bottom: 2em;
}
.single_mainbox .single_main_txt .cat1 dt{
    background: rgba(183,140,57,0.10);
    display: inline-block;
    border-radius: 50px;
    color: #b78c39;
    font-size:120%;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.15em;
    padding: .75em 3.7em;
    box-sizing: border-box;
    margin-bottom: .8em;
}
.single_mainbox .single_main_txt .cat1 dd{
    padding-left:4%;
    box-sizing: border-box;
}
.single_mainbox .single_main_txt .cat1 dd li{
    font-size:115%;
    line-height: 1.4em;
    font-weight: 400;
}
.single_mainbox .single_main_txt .cat1 dd li{
    margin-bottom: .5em;
}
.single_mainbox .single_main_txt .cat1 dd li:last-child{
    margin-bottom: 0;
}
.single_mainbox .single_main_txt .cat1 dd li a{
    position: relative;
    padding-left: 1.4em;
    box-sizing: border-box;
    transition: 0.4s;
}
.single_mainbox .single_main_txt .cat1 dd li a::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_arrow5.svg) no-repeat top left;
    background-size: auto 100%;
    width: 1em;
    height: .75em;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}
.single_mainbox .single_main_txt .cat1 dd li a:hover{
    opacity: .6;
    transition: 0.4s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.single_mainbox .single_main_img{
    width: 50%;
}
.single_mainbox .single_main_txt{
    width: 47%;
}
.single_mainbox .single_main_txt .txt1{
    font-size:120%;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
.single_mainbox .single_main_txt .cat1{
    margin-bottom: 2em;
}
.single_mainbox .single_main_txt .cat1 dt{
    letter-spacing: 0.1em;
    padding: .6em 3em;
    margin-bottom: .8em;
}
.single_mainbox .single_main_txt .cat1 dd{
    padding-left: 0;
}
.single_mainbox .single_main_txt .cat1 dd li{
    font-size:105%;
}
.single_mainbox .single_main_txt .cat1 dd li a{
    padding-left: 1em;
}
.single_mainbox .single_main_txt .cat1 dd li a::before{
    width: .8em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.single_mainbox{
    display: block;
}
.single_mainbox .single_main_img{
    width: 70%;
    margin: 0 auto 5%;
}
.single_mainbox .single_main_txt{
    width: 100%;
}
.single_mainbox .single_main_txt .txt1{
    font-size:120%;
    letter-spacing: 0.05em;
    padding: .7em .4em;
    margin-bottom: 1em;
}
.single_mainbox .single_main_txt .cat1{
    margin-bottom: 2.5em;
}
.single_mainbox .single_main_txt .cat1 dt{
    font-size:120%;
    letter-spacing: 0.15em;
    padding: .7em 5em .7em 1.5em;
}
.single_mainbox .single_main_txt .cat1 dd{
    padding-left: 1rem;
}
.single_mainbox .single_main_txt .cat1 dd li{
    font-size:115%;
}
.single_mainbox .single_main_txt .cat1 dd li{
    margin-bottom: .5em;
}
.single_mainbox .single_main_txt .cat1 dd li a{
    padding-left: 1.2em;
}
}






/* single_title
---------------------------------------------------------*/
.single_before_after{
    margin-top: 60px;
}
.single_before_after_tit{
    font-size:145%;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 1em;
    color: #837e7f;
}
.single_before_after li{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.single_before_after li > div{
    width: 32.8%;
    display: block;
    text-align: center;
}
.single_before_after_list1,
.single_before_after_list2 li{
    margin-bottom: .7%;
}
.single_before_after_list1 li > div{
    position: relative;
    background: rgba(33,34,34,0.80);
    color: #fff;
    font-size:130%;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding: 1em 4%;
    box-sizing: border-box;
}
.single_before_after_list1 li > div:last-child{
    background: #b78c39;
}
.single_before_after_list1 li > div::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/case/icon_arrow4@2x.png) no-repeat top right;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
}
.single_before_after_list1 li > div:last-child::before{
    display: none;
}
.single_before_after .txt{
    font-size:130%;
    margin-top: 1.5em;
    line-height: 2.1em;
}
.single_before_after_list2 img{
    height: 100%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.single_before_after{
    margin-top: 8%;
}
.single_before_after_tit{
    margin-bottom: .8em;
}
.single_before_after_list1 li > div{
    font-size:120%;
    padding: .8em 4%;
}
.single_before_after .txt{
    font-size:120%;
    margin-top: 1em;
    line-height: 1.8em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.single_before_after{
    margin-top: 10%;
}
.single_before_after li > div{
    width: 33%;
}
.single_before_after_list1,
.single_before_after_list2 li{
    margin-bottom: .5%;
}
.single_before_after_list1 li > div{
    font-size:120%;
}
.single_before_after .txt{
    font-size:120%;
    margin-top: 1.3em;
    line-height: 1.8em;
}
}






/* case_block_list
--------------------------------------------------------------------*/
.case_block_list > li{
    margin-bottom: 110px;
}
.case_block_list > li:last-child{
    margin-bottom: 0;
}
.txt_none{
    font-size:120%;
    font-weight: 400;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.case_block_list > li{
    margin-bottom: 15%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_block_list > li{
    margin-bottom: 15%;
}
}