@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;
}

#subPage #content #trouble_wrap .grey_block{
	background:#ececec; 	
	padding: 20px;
}

#subPage #content #trouble_wrap .grey_block .list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	width:100%;
	margin:0 auto;
	margin-bottom: -3.5%;
}

#subPage #content #trouble_wrap .grey_block .list li{
	width: 31%;
	margin: 0 3.5% 3.5% 0;
}

#subPage #content #trouble_wrap .grey_block .list li:nth-child(3n){
	margin-right: 0;	
}

#subPage #content #trouble_wrap .grey_block .list li .category_head{
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px; 	
}

#subPage #content #trouble_wrap .grey_block .list li .category_head .icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	height: 16px;
}

#subPage #content #trouble_wrap .grey_block .list li .category_head .icon span{
	margin-right: 3px;
}

#subPage #content #trouble_wrap .grey_block .list li .category_head .icon span img{
	width: 35px;
	height: auto;	
	display: block;
}

#subPage #content #trouble_wrap .grey_block .list li .category_head .fig{
	text-align: center;
	padding: 5px 0;
}

#subPage #content #trouble_wrap .grey_block .list li .category_head .fig img{
	width: auto;	
	margin: auto;
}

#subPage #content #trouble_wrap .grey_block .list li .category_head .cate{
	text-align: center;
	font-size: 14px;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2.5em;
	line-height: 1.2;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	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;	
}

#subPage #content #trouble_wrap dl dd{
	margin-top: 10px;
	background: white;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: none;
}

#subPage #content #trouble_wrap dl dd a{
	font-size: 14px;
	text-decoration: underline;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

#subPage #content #trouble_wrap dl dd a + a{
	margin-top: 3px;	
}

#subPage #content #trouble_wrap dl dd a::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;
}
