@charset "utf-8";

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

/* common
------------------------------------------------------------------ */
/* mainvisual */
#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-size: 1.25em;
	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 section.medical h3 strong {
	display: block;
	font-size: 0.75em;
	font-weight: normal;
	padding: 0.5em 0;
}
.medical h3 .subTxt {
	font-size: 0.8em;
}

/* その他共通 */
#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;
}

/* 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;
	border-left: 1px solid #dadada;
}
table tr + tr th,
table tr + tr td {
	border-top: 1px solid #dadada;
}
table tbody {
	border-top: 1px solid #dadada;
}
table td {
	border-left: 1px solid #dadada;
	text-align: center;
}
table tbody th {
	width: 10em;
}
/* button */
.button {
	background: #ffffff;
	margin: 30px auto;
	text-align: center;
	width: 56%;
}
.button a {
	border: 1px solid #dadada;
	padding: 10px 0;
}

/* priceList */
#subPage #content .priceList h2 {
	padding: 30px 0;
	border-bottom: 1px dotted #dadada;
	border-top: 1px solid #dadada;
}


#subPage #content #trouble_wrap{
	
	& .title{
	background: #ececec;
	padding: 5px 20px;
	font-size: 18px;	
	text-align: left;
	margin: 0 0 4px;
	line-height: 1;
	}
	
	& .grey_block{
	background:#ececec; 	
	padding: 20px;
		
		& .list{
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		width:100%;
		margin:0 auto -3.5%;
			
			& li{
			width: 31%;
			margin: 0 3.5% 3.5% 0;
				
				&:nth-child(3n){
				margin-right: 0;	
				}
				
				& .category_head{
				background: white;
				border-radius:10px;
				padding: 5px; 	
					
					& .icon{
					display: flex;	
					height: 16px;
						
						& span{
						margin-right: 3px;
							
							& img{
							width: 35px;
							height: auto;	
							display: block;
							}
								
						}
						
					}
					
					.fig{
					text-align: center;
					padding: 5px 0;
						
						& img{
						width: auto;	
						margin: auto;
						}
						
					}
					
					.cate{
					text-align: center;
					font-size: 14px;	
					display: flex;
					justify-content: center;
					align-items: center;
					height: 2.5em;
					line-height: 1.2;
					font-feature-settings: "palt";
					}
					
				}
					
			}
				
		}
		
	}
	
}

#subPage #content #trouble_wrap .inner{
	padding: 0;
}
#subPage #content #trouble_wrap .inner + .inner{
	margin-top: 40px;
}

#subPage #content #trouble_wrap a::after{
	content: none;
}

#subPage #content #trouble_wrap dl{
	
	& dt.ac_btn{
	cursor: pointer;	
	}
	
	& dd{
	margin-top: 10px;
	background: white;
	padding: 10px;
	border-radius:10px;
	display: none;
		
		& a{
		font-size: 14px;
		text-decoration: underline;
		font-feature-settings: "palt";
			
			& + a{
			margin-top: 3px;	
			}
			
			&::after{
			content: none;	
			}
				
		}
		 	
	}
	
}
#subPage #content #trouble_wrap .grey_block .list.face .fig img{
	height: 63px;
}
#subPage #content #trouble_wrap .grey_block .list.body .fig img{
	height: 71px;
}
#subPage #content #trouble_wrap .grey_block .list.other .fig img{
	height: 67px;
}
