@charset "UTF-8";

.contentpage .m_img_area .m_img {background-image: url("../images/ceramic/m_img@2x.jpg");}

/* ce_typelist
---------------------------------------------------------*/
.ce_typelist > li{
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #aba7a7;
}
.ce_typelist > li:last-child{
    margin-bottom: 0;
}
.ce_typelist .fltbox .imgbox{
    width: 31.5%;
    max-width: 380px;
    float: right;
}
.ce_typelist .fltbox .txtbox{
    width: 64.5%;
    float: left;
}
.ce_typelist .fltbox .txtbox .tit{
    position: relative;
    font-size:165%;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    padding-left: 1em;
    box-sizing: border-box;
    margin-bottom: .5em;
}
.ce_typelist .fltbox .txtbox .tit::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e805';	
	left: .05em;
	font-size: 65%;
	top: 0.2em;
    color: #78b2c2;
}
.ce_typelist .col2txt{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-top:1px solid #aba7a7;
    border-bottom:1px solid #aba7a7;
    margin-bottom: .6rem;
    max-width: 770px;
    background: rgba(230,230,223,0.85);
}
.ce_typelist .col2txt dt{
    width:14.7rem;    
    color: #d9682b;
    font-size:120%;
    letter-spacing: 0.1em;
    text-align: center;
    padding: .8rem 0;
}
.ce_typelist .col2txt dd{
    width: calc(100% - 14.7rem);
    padding: .8rem 1.8rem;
    box-sizing: border-box;
    letter-spacing: normal;
    background: #f7f7f5;
}
.ce_typelist .col2txt dd li{
    position: relative;
    padding-left: 0.8rem;
    box-sizing: border-box;
}
.ce_typelist .col2txt dd li::before{
    position: absolute;
    display: block;
    content: "・";
    left: -0.3rem;
    top:0;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.ce_typelist > li{
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.ce_typelist .fltbox .imgbox{
    width: 31.5%;
}
.ce_typelist .fltbox .txtbox{
    width:66%;
}
.ce_typelist .fltbox .txtbox .tit{
    font-size:150%;
}
.ce_typelist .col2txt dt{
    width:11rem;    
    font-size:110%;
    letter-spacing: normal;
    padding: .7rem 0;
}
.ce_typelist .col2txt dd{
    width: calc(100% - 11rem);
    padding: .7rem 1rem;
}

}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.ce_typelist > li{
    padding-bottom: 7%;
    margin-bottom: 7%;
}
.ce_typelist .fltbox .imgbox{
    width: 70%;
    float: none;
    margin: 0 auto 1rem;
}
.ce_typelist .fltbox .txtbox{
    width: 100%;
    float: none;
}
.ce_typelist .fltbox .txtbox .tit{
    font-size:130%;
    line-height: 1.4em;
    letter-spacing: normal;
}
.ce_typelist .col2txt{
    display: -webkit-block;
	display: block;
    max-width: 100%;
}
.ce_typelist .col2txt dt{
    width:100%;
    font-size:110%;
    padding: .5rem 0;
}
.ce_typelist .col2txt dd{
    width: 100%;
    padding: .5rem 0;
}

}






/* 金属アレルギーの治療法
---------------------------------------------------------*/
.box5_bg{
    position: relative;
}
.box5_bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/ceramic/img10@2x.jpg")no-repeat top right;
    background-size: 100% auto;
    width:41%;
    max-width: 600px;
    height: 520px;
    top: 90px;
    right: 0;
    z-index: -1;
}

.box5 .tit{
    font-size: 220%;
    line-height: 1.6em;
    letter-spacing: .13em;
    text-align: center;
    margin-bottom: .3em;
    color: #635d53;
}
.box5 .flexbox{
    max-width: 980px;
    margin: 0 auto 45px;
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
}
.box5 .flexbox .imgbox{
    width: 24%;
}
.box5 .flexbox .txtbox{
    width: 72%;
}
.box5 .ce_circle_list{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
}
.box5 .ce_circle_list li{
    width: 24.3%;
    text-align: center;
}
.box5 .ce_circle_list li div{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}  
.box5 .ce_circle_list li .ft_min{
    font-size:145%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-top: .7rem;
}
.box5 .ce_circle_list li.lete_short .ft_min{
    letter-spacing:normal;
}
.box5 .ce_circle_list li .ft_min span{
    color: #45708e;
}
.box5 .ce_circle_list.type_pink li .ft_min span{
    color: #df705b;
}
.box5 .ce_circle_list li .ft_min strong{
    letter-spacing: -0.1em;
    font-weight: normal;
}
.box5 .arrow_txt{
    position: relative;
    text-align: center;
    margin: 60px 0 40px;
    font-size: 190%;
    line-height: 1.6em;
    letter-spacing: .13em;
    color: #635d53;    
}
.box5 .arrow_txt::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/ceramic/arrow1@2x.png")no-repeat top center;
    background-size: 100% auto;
    width: 202px;
    height: 96px;
    top:50%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box5_bg::before{
    top: 6vw;
}
.box5 .tit{
    font-size:170%;
    letter-spacing: .1em;
}
.box5 .flexbox{
    margin: 0 auto 5%;
	-webkit-align-items: top;
    align-items: top;
}
.box5 .ce_circle_list li .ft_min{
    font-size:115%;
    letter-spacing: normal;
    margin-top: .5rem;
}
.box5 .ce_circle_list li.lete_short .ft_min{
    letter-spacing:-0.1em;
}
.box5 .arrow_txt{
    margin: 5% 0 3%;
    font-size: 160%;
    letter-spacing: .1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box5_bg{
    position: relative;
}
.box5_bg::before{
    width:41%;
    top: 13vw;
}
.box5 .tit{
    font-size: 130%;
    letter-spacing: .1em;
    margin-bottom: 1rem;
}
.box5 .flexbox{
    max-width: 100%;
    margin: 0 auto 5%;
    display: -webkit-block;
	display: block;
}
.box5 .flexbox .imgbox{
    width:50%;
    margin: 0 auto .5rem;
    text-align: center;
}
.box5 .flexbox .txtbox{
    width: 100%;
}
.box5 .ce_circle_list{
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: -5%;
}
.box5 .ce_circle_list li{
    width: 50%;
    text-align: center;
    margin-bottom: 5%;
}
.box5 .ce_circle_list li div{
    width: 80%;
}    
.box5 .ce_circle_list li .ft_min{
    font-size:100%;
    letter-spacing: normal;
    line-height: 1.4em;
    margin-top: .7rem;
}
.box5 .ce_circle_list li .ft_min strong{
    letter-spacing: -0.15em;
}
.box5 .arrow_txt{
    margin: 10% 0 8%;
    font-size: 130%;
    letter-spacing: .1em;
}
}







/* case_list
---------------------------------------------------------*/
.case_list > li{
    position: relative;
    margin-bottom: 50px;
    padding: 0 5% 70px;
    box-sizing: border-box;
}
.case_list > li::before{
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    background-size: 100% auto;
    width: 100%;
    height: calc(100% - 1.2rem);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.case_list > li .tit{
    text-align: center;
}
.case_list > li .tit .ft_cronos_l{
    position: relative;
    font-size: 220%;
    letter-spacing: 0.15em;
    line-height: 1em;
    padding-bottom: .8em;
    margin-bottom: 1.3em;
    color: #6b6660;
}
.case_list > li .tit .ft_cronos_l span{
    color: #1096c5;
}
.case_list > li .tit .ft_cronos_l::before{
    position: absolute;
    display:block;
    content: "";
    background: #6b6660;
    background-size: 100% auto;
    width: 100%;
    height: 1px;
    max-width: 205px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.case_list > li .tit .ft_min{
    position: relative;
    font-size: 190%;
    letter-spacing: 0.22em;
    line-height: 1.6em;
    color: #1096c5;
    margin-bottom: 1.5em;
}
.case_list > li .tit .ft_min span{
    letter-spacing: 0.15em;
}
.case_list > li .imgbox{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
    max-width: 1032px;
    margin: 0 auto;
}
.case_list > li .imgbox li{
    width: 43%;
    max-width: 440px;
    text-align: center;
}
.case_list > li .imgbox li:nth-child(2){
    width: 5%;/*変更可能*/    
}
.case_list > li .imgbox li p{
    font-size:180%;
    letter-spacing: 0.15em;
    line-height: 1em;
    color: #6b6660;
    margin-top: .8em;
}
.case_list > li .imgbox li:last-child p{
    color: #1096c5;
}
.case_list > li table{
    width: 100%;
    margin-top: 60px;
    border-bottom:1px solid #979490;
}
.case_list > li table tr{
    border-top:1px solid #979490;
}
.case_list > li table tr th,
.case_list > li table tr td{
    vertical-align: top;
    line-height: 1.8em;
    box-sizing: border-box;
    padding: 1.5rem 2.5em;   
}
.case_list > li table tr th{
    width: 21%;
    background:rgba(16,150,197,0.10);
    color: #1096c5;
    font-size:110%;  
    font-weight: normal;
}
.case_list > li table tr td{
    width: 79%;
    letter-spacing: normal;
    padding-left:2.5rem;
    padding-right:2.5rem;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
.case_list > li{
    padding-left: 4%;
    padding-right: 4%;
}
.case_list > li table tr th,
.case_list > li table tr td{
    padding-left: 1em;
    padding-right: 1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.case_list > li{
    margin-bottom: 5%;
    padding: 0 4% 4%;
}
.case_list > li::before{
    height: calc(100% - 1.2rem);
}
.case_list > li .tit .ft_cronos_l{
    font-size: 200%;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.case_list > li .tit .ft_min{
    font-size: 160%;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}
.case_list > li .tit .ft_min span{
    letter-spacing: 0.1em;
}
.case_list > li .imgbox li{
    width: 45%;
}
.case_list > li .imgbox li:nth-child(2){
    padding-bottom: 2rem;
}
.case_list > li .imgbox li p{
    font-size:160%;
    letter-spacing: 0.1em;
    margin-top: .5em;
}
.case_list > li table{
    margin-top: 3%;
}
.case_list > li table tr th,
.case_list > li table tr td{
    padding: 1rem 1em;   
}
.case_list > li table tr th{
    width: 25%;
}
.case_list > li table tr td{
    width: 75%;
    padding-left:1rem;
    padding-right:1rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.case_list > li{
    margin-bottom: 5%;
    padding: 0 4%;
}
.case_list > li::before{
    height: calc(100% - .5rem);
}
.case_list > li .tit .ft_cronos_l{
    font-size:140%;
    letter-spacing: 0.1em;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.case_list > li .tit .ft_min{
    font-size: 130%;
    letter-spacing: 0.1em;
    margin-bottom: .8em;
}
.case_list > li .tit .ft_min span{
    letter-spacing: normal;
}
.case_list > li .imgbox li{
    width: 47%;
}
.case_list > li .imgbox li:nth-child(2){
    width: 2.5%;/*変更可能*/ 
    padding-bottom: .5rem;
}
.case_list > li .imgbox li p{
    font-size:120%;
    margin-top: .3em;
}
.case_list > li table{
    margin-top: 5%;
    width:100%;
    border-bottom: none;
}
.case_list > li table tr th,
.case_list > li table tr td{
    padding: .4rem 1em;   
    display: block;
    width:100%!important;
}
.case_list > li table tr th{
    font-size: 100%;
}
.case_list > li table tr td{
    letter-spacing: normal;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
}
}