@charset "utf-8";

/* trouble_sp.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */

/* mainvisual */
#subPage #content h1{
	font-feature-settings: "palt";
}

#subPage #content .mainvisual p {
    margin: 40px 0 0 0;
}

/* chart */
#subPage #content .chart {
    margin: 60px auto;
    text-align: center;
    width: 78%;
}

/* section */
#subPage section.medical section + section {
	border-top: 1px dotted #dadada;
	padding: 30px 0 0 0;
}

/* 見出し */
#subPage #content h1 > span {
	font-size: 2em;
	color: #d6809a;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#subPage #content h1 > span > span {
	font-size: 0.7em;
}
#subPage #content h2 {
	padding: 10px 0 20px;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#subPage #content section.medical h2 {
	padding: 30px 0;
	font-size: 2em;
	border-top: 1px solid #dadada;
	border-bottom: 1px dotted #dadada;
}
#subPage #content section.medical .medicalSubImg {
	width: 100%;
	margin: 0;
}
#subPage #content h3 {
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 0.05em;
	padding: 0 0 30px;
}
#subPage #content h3 span img {
	width: 2em;
	height: 2em;
	margin: 0 0.5em 0 0;
	position: relative;
	top: 0.15em;
}

/* その他共通 */
#subPage #content .inner > div > img {
	display: block;
	width: 100%;
	padding: 30px 0 0;
	margin: 0 auto;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
p + p {
	margin: 1em 0 0 0;
}
#subPage #content p > img {
	width: 50%;
	float: right;
	margin: 0 0 20px 20px;
}

/* anchorLink */
#subPage #content .anchorLink dd {
	display: none;
}
#subPage #content .anchorLink a:after {
	border: none;
}
#subPage #content .anchorLink dt {
	font-size: 1.4em;
	background: #f0f0f0;
	padding: 15px;
	text-align: center;
}
#subPage #content .anchorLink dt span {
	position: relative;
	display: block;
	padding: 0 20px 0 0;
}
#subPage #content .anchorLink dt span:after {
    border: 5px solid #444444;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    margin-top: -4px;
    position: absolute;
    top: 55%; right: 0;
}
#subPage #content .anchorLink dt.active span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid #444444;
    top: 20%;
}
#subPage #content .anchorLink dt.active span + dd {
	display: block;
}
#subPage #content .anchorLink dd li a {
	font-size: 1.2em;
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 6%;
}
/* table */
table {
	border: 1px solid #dadada;
	width: 100%;
	margin: 30px auto;
}
table th,
table td {
	vertical-align: middle;
	padding: 10px;
}
table th {
	background-color: #f0f0f0;
}
table tr + tr th,
table tr + tr td {
	border-top: 1px solid #dadada;
}
table td {
	border-left: 1px solid #dadada;
}
table tbody th {
	width: 10em;
}
/* button */
.button {
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
.button a {
	border: 1px solid #dadada;
	padding: 10px 0;
}
/* discList */
p + .discList {
	margin: 1em 0 0 0;
}
.discList {
	background: #f9f9f9;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 10px;
}
.discList li {
	list-style-type: none;
	position: relative;
	padding: 0.5em 1em 0.5em 1em;
	box-sizing: border-box;
}
.discList li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 1.1em; left: 0;
	background: url(../images/li_round.png) no-repeat center center;
	background-size: contain;
}
.discList li + li {
	border-top: 1px dotted #ccc;
}
.discList li span {
	color: #d6809a;
	display: block;
}
/* referenceLink */
dl.referenceLink {
	margin: 1em 0 0 0;
	padding: 1em;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	border-radius: 10px;
}
.referenceLink dt {
	border-left: 5px solid #d6809a;
	padding: 0 0 0 0.5em;
	margin: 0 0 0.5em 0;
	background: #f9f9f9;
}
.referenceLink dd a {
	color: #d6809a;
	text-decoration: underline;
}
.referenceLink dd a:after {
	border: none!important;
}

/* troubleWrap */
.troubleWrap {
	padding: 30px 0 0 0;
	border-top: 1px solid #dadada;
}
.troubleWrap .inner > div {
	width: 46%;
	float: left;
}
.troubleWrap .inner > dl {
	width: 46%;
	float: right;
}
.troubleWrap .inner > dl dd {
	text-align: center;
	padding: 10px 0 0 0;
}
.troubleWrap .inner > dl img {
	max-width: 100%;
}

/* troubleList */
.troubleList li {
	list-style-type: none;
	position: relative;
	padding: 0.25em 1em;
	box-sizing: border-box;
}
.troubleList li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 1.1em;
	left: 0;
	background: url(../images/li_round.png) no-repeat center center;
	background-size: contain;
}
#content .troubleList li a:after {
	border: none;
}


/* treatment
------------------------------------------------------------------ */
#subPage #content .tmPrologue h2 {
	font-size: 1.4em;
}
#subPage #content .troubleWrap h2 {
	font-size: 1.2em;
	padding: 0 0 10px
}

/* machine */
section.machine {
	border-top: 1px solid #dadada;
}
#subPage #content section.machine h2 {
	padding: 30px 0;
	font-size: 2em;
	border-bottom: 1px dotted #dadada;
}
section.machine ul {
	text-align: center;
}
section.machine li {
	list-style-type: none;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}
section.machine li + li {
	border-top: 1px dotted #dadada;
}
section.machine li dt img {
	width: 60%;
}
#subPage #content section.machine li dd h3 {
	font-size: 1.3em;
	text-align: center;
	font-weight: normal;
	padding: 20px 0 10px 0;
}
/* 2colのとき*/
section.machine .col2 li {
	width: 48%;
}
section.machine .col2 li:nth-child(even) {
	margin: 0 0 0 2%;
}
section.machine .col2 li dt img {
	width: 100%;
}

/* priceList */
#subPage #content .priceList h2 {
	padding: 30px 0;
	border-bottom: 1px dotted #dadada;
	border-top: 1px solid #dadada;
}
.priceList thead th {
	border-bottom: 1px solid #dadada;
	width: 50%;
}
.priceList thead th + th {
	border-left: 1px solid #dadada;
}
.priceList tbody th {
	background: transparent;
  border-right: 1px solid #dadada;
}
.priceList tbody td {
	text-align: center;
}

/* discList 料金の目安*/
.priceList table + dl {
	margin: 20px auto 0;
	border: 1px solid #dadada;
	border-radius: 10px;
}
.priceList dt {
	color: #d6809a;
	border-bottom: 1px dotted #dadada;
	padding: 0.5em 1em;
	background: #f9f9f9;
	border-radius: 10px 10px 0 0;
}
.priceList dt span {
	background: #d6809a;
	color: #fff;
	font-size: 0.8em;
	padding: 0.3em 1em;
	border-radius: 5px;
	margin-right: 1em;
}
.priceList dd {
	margin: 1em;
}

#subPage #content .mainvisual .kv_txt{
padding: 0 6%;	
}

#subPage #content .sec-content{
padding: 0 6%;	
}

#subPage #content .mainvisual img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

#subPage #content .sec-1{
	
	& .ac_wrap{
		
		& dt.ac_btn{
		width: 100%;
		padding: 15px 10px;
		text-align: center;
		border: 1px solid #ccc;
/* 		background: #ffeef3; */
		font-size: 1.2em;	
		cursor: pointer;
		margin: 0 auto 1.5em;
		line-height: 1;
		position: relative;
			
			&::after{
			content: "";
			width: 15px;
			height: 10px;
			clip-path: polygon(0 0, 100% 0, 50% 100%);
			position: absolute;
			right: 15px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%) ;	
			background: #d6809a;
			display: block;
			transition: .3s;
			}
			
			&.current{
			background: #ffeef3;
				
				&::after{
				clip-path: polygon(50% 0, 100% 100%, 0 100%);
				}
				
			}
			
		}
		
		& dd{
		display: none;
		padding: 1.5em 1em 4em;
		width: 100%;
		margin: auto;			
		}
				
	}
	
	& .top_txt{
	padding-bottom: 1.5em;	
		
		& .red{
		color: red;	
		}

		&.fnt120{
		font-size: 120%;	
		}
		
	}
	
	& h3{
	font-size:1.6em !important;
	}		
	
	.note{
	margin-top: 2em;
	font-size: 90%;	
	}
	
	& .flow-wrap{
		
		& + .flow-wrap{
		margin-top: 30px;	
		}
		
		& figure{
		display: block;
			
			& img{
			max-width: 100%;
			height: auto;	
			width: 80%;		
			margin:0 auto .5em;
			display: block;
			}
			
		}	
		
		& figcaption{
		width: 100%;
		box-sizing: border-box;
		font-size: 1.2em;
		}
		
		&.rev{
			
			& figure{
				
				& img{
				order: 1;	
				}
				
				& figcaption{
				order: 0;	
				padding-left: 0;
				padding-right: 30px;
				}
					
			}
			
		}
		
	}
	
}

.sec-content .button.mt2{
	margin-top: 20px;
}

#subPage #content .sec-1{

 	& h2.mt{
	margin-top:30px;	 	
 	}
 	
	& .list{
	list-style-type: none;
		
		& li{
		border-bottom: 1px solid #ddd;
		margin-bottom: 30px;
		padding-bottom: 30px;	
			
			&:last-child{
			border-bottom:0;
			margin-bottom: 0;
			padding-bottom:0;	
			}
			
			& h3{
			color: #d6809a;
			text-align: left;
			}
			
		}	
		
	}
	
	& .raw{
	display: block;
		
		& + .raw{
		margin-top: 20px;	
		}
		
		& .fig{
		width: 80%;
		margin: 0 auto 15px;
			
			& img{
			width: 100%;
			height: auto;	
			}	
			
		}
		
		& .cap{
		width: 100%;
		font-feature-settings: "palt";
		text-align: justify;
		text-justify: inter-ideograph; 
		word-break: break-all;
			
			& .red{
			color: red;	
			font-weight: bold;
			}

			a{
			display: inline;
				
				&::after{
				content: none;	
				}
				
			}
			
		}
		
	}
	
}

.sec-qa{
	
	& .inner{
	padding: 0;	
	}
	
	& .fig{
	width: 100%;
	margin: 15px auto 0;	
	}
	
}

