@charset "utf-8";

/* treatment49_sp.css：SP
 * ======================================
 *
 * ======================================
 */

/* #treatment50
------------------------------------------------------------------ */
#subPage #content #treatment51_cat02 .photoWrap{
margin-top: 2em;	
display: flex;
justify-content: space-between;
width: 100%;
}
#subPage #content #treatment51_cat02 .photoWrap .machine{
	margin: 0;
	width: 48%;
}
#subPage #content #treatment51_cat02 .photoWrap .machine dt img{
width: 100%;	
}
#subPage #content #treatment51_cat02 .photoWrap .machine dd{
	margin-top: 1em;
}
#subPage #content #treatment51_cat03{
    padding: 30px 0 0 0;
    border-top: 1px solid #dadada;	
}

#subPage #content #treatment51_cat03 dl{
margin-top: 30px;	
}

#subPage #content #treatment51_cat03 dl dt{
font-size: 1.2em;
padding-top: 10px;
border-top:1px solid #ccc; 
}

#subPage #content #treatment51_cat03 dl dd{
	font-size: 1.1em;
	padding-top: 5px;
}
#subPage #content #treatment51_cat03 dl dd .raw{
	display: flex;
	padding: 10px 0 10px;
}
#subPage #content #treatment51_cat03 dl dd .raw .num{
	margin-right: 20px;
	font-size: 1.1em;
}
#subPage #content #treatment51_cat03 dl dd .raw .num .check_label{
	position: relative;
	padding: 0 0 0 22px; 
}
input[type=radio] {
display: none; 
}
#subPage #content #treatment51_cat03 dl dd .raw .num .check_label:after, #subPage #content #treatment51_cat03 dl dd .raw .num .check_label:before {
position: absolute; 
content: ""; 
display: block; 
top: 50%; 
}
#subPage #content #treatment51_cat03 dl dd .raw .num .check_label:after {
left: 0; 
margin-top: -10px; 
width: 14px; 
height: 14px; 
border: 2px solid #ccc; 
border-radius: 50%; 
}
.check_label:before {
left: 5px; 
margin-top: -5px; 
width: 8px; 
height: 8px; 
background: #da809e;
border-radius: 50%; 
opacity: 0; 
}
input[type=radio]:checked + .check_label:before {
opacity: 1; 
}
#subPage #content #treatment51_cat03 dl dd .raw .num .check_label:hover:after {
border-color: #da809e;
}

#subPage #content #treatment51_cat04 .list{
list-style-type: none;	
text-align: left;
}
#subPage #content #treatment51_cat04 .list li:not(:last-child){
margin-bottom: 30px;	
}
#subPage #content #treatment51_cat04 .list li h3{
text-align: left;
font-weight: normal;
font-size: 1.4em;
margin-bottom: 10px;
padding: 0;	
}
.text-center{
text-align: center;	
}