@charset "utf-8";

/* trouble_pc.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: 50px 0 0 0;
}

/* 見出し */
#subPage #content h1 > span {
	font-size: 2.5em;
	color: #d6809a;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#subPage #content h1 > span > span {
	font-size: 0.7em;
}
#subPage #content h2 {
	padding: 10px 0 30px;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#subPage #content section.medical h2 {
	padding: 30px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px dotted #dadada;
}
#subPage #content section.medical .medicalSubImg {
	width: 580px;
	margin: 30px 0 0 0;
	float: left;
}
#subPage #content h3 {
	text-align: center;
	font-size: 1.2em;
	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.9em;
	font-weight: normal;
	padding: 0.5em 0;
}
.medical h3 .subTxt {
	font-size: 0.8em;
}

/* その他共通 */
#subPage #content .inner > div > img {
	display: block;
	width: 50%;
	margin: 60px 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: 300px;
	float: right;
	margin: 0 0 30px 30px;
}

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

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

#subPage #content #trouble_wrap .title{
	background: #ececec;
	padding: 10px 30px;
	font-size: 26px;	
	text-align: left;
	margin: 0 0 7px;
	line-height: 1;
}

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

#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: 785px;
	margin:0 auto;
	margin-bottom: -2%;
}

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

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

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

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

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

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

#subPage #content #trouble_wrap .grey_block .list li .category_head .fig{
	text-align: center;
	padding: 10px 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: 17px;	
	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.1;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

#subPage #content #trouble_wrap .inner + .inner{
	margin-top: 80px;
}

#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: 15px;
	background: white;
	padding: 10px 15px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: none;
}

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

#subPage #content #trouble_wrap dl dd a::after{
	content: none;	
}
#subPage #content #trouble_wrap .grey_block .list.face .fig img{
	height: 111px;
}
#subPage #content #trouble_wrap .grey_block .list.body .fig img{
	height: 124px;
}
#subPage #content #trouble_wrap .grey_block .list.other .fig img{
	height: 121px;
}