<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* お客様相談室の取り組み
-------------------------------------*/


#main-content .content-ttl h1 {
	line-height: 33px;/* 上書きしてます。 */
}

#main-content .content-ttl + p {
	margin-bottom: 48px;
}

#main-content .boxconts {
	margin-bottom: 50px;
}

#main-content h2 {
	clear: both;
	margin-bottom: 18px;
	padding-bottom: 20px;
	border-bottom: 6px solid #0066cc;
	color: #0066cc;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
}

#main-content .trikumi_dl {
	padding-top: 40px;

}

#main-content #area02 .trikumi_dl {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #999;
}
#main-content #area02 .trikumi_dl dt {
	color: #0066cc;
}
#main-content .trikumi_dl dt {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 0.5em;
}

.trikumi_dl li {
	text-indent: -2.3em;
	padding-left: 2.3em;
}

/* グラフ画像 */
.img_graph {
	text-align: center;
	padding-top: 40px;
}
.img_graph img {
	width: 550px;
}
/* フロー画像 */
.img_flow {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
.img_flow img {
	width: 500px;
}

/* 詳しくはこちらボタン */
.trikumi_dl .mailBtn {
	display:inline-block;
	background: url(/assets/img/common/icon_common_03.png) no-repeat 20px center;
	background-size: 16px auto;
	width:auto !important;
	text-align: left;
	border: 1px solid #999;
	border-radius: 6px;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
.trikumi_dl dd a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.trikumi_dl .mailBtn a {
	display:block;
	padding: 10px 20px 10px 42px;
	font-weight:bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	color:#333333;
}
.trikumi_dl .btn_detail {
	text-align: right;
}


/* 評価数値 */
.hyouka {
	padding-top: 30px;
}

.hyouka .box_hyouka {
	width: 450px;
	margin: auto;
  
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border: 10px solid #ffddb2;
	padding: 30px 40px;
}
.hyouka .box_hyouka .ans {
	font-size: 18px;
	line-height: 1.8;
}
.hyouka .box_hyouka .percent {
	font-size: 50px;
	color: #ff7e00;
}
.hyouka .box_hyouka .percent span {
	font-size: 30px;

}




@media (max-width: 767px){
	
	
	/* お客様相談室の取り組み
	-------------------------------------*/
	
	#main-content {
		width: 93.75%;
		margin:0 auto 10%;
	}
	
	#main-content p {
		font-size: 16px;
		line-height: 22px;
	}
	
	#main-content h1 {
		margin: 24px auto;
		font-size: 24px;
		line-height: 21px;
		padding: 0;
	}
	
	#main-content .content-ttl + p {
		font-size: 16px;
		line-height: 22px; 
		margin-bottom: 28px;
	}
	
	#main-content .boxconts {
		margin-bottom: 38px;
	}
	
	#main-content h2 {
		clear: both;
		margin-bottom: 14px;
		padding-bottom: 10px;
		border-bottom: 3px solid #0066cc;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
	}
	
	#main-content .trikumi_dl dt {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0.5em;
}

/* グラフ画像 */
.img_graph {

	padding-top: 30px;
}
.img_graph img {
	width: 95%;
}
/* フロー画像 */
.img_flow {

	padding-top: 30px;
}
.img_flow img {
	width: 90%;
}


/* 詳しくはこちらボタン */

.trikumi_dl .mailBtn a {
	display:block;
	padding: 10px 20px 10px 42px;
	font-weight:bold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: normal;
	color:#333333;
}
.trikumi_dl .btn_detail {
	text-align: center;
	margin-top: 20px;
}
/* 評価数値 */
.hyouka {
	padding-top: 30px;
}

.hyouka .box_hyouka {
	width: 90%;
	margin: auto;
  
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border: 10px solid #ffddb2;
	padding: 22px 0;
	
	text-align: center;
}
.hyouka .box_hyouka .ans {
	font-size: 4.2vw!important;
	line-height: 1.7!important;
	width: 100%;
	padding-bottom: 20px;
}
.hyouka .box_hyouka .percent {
	font-size: 45px!important;
	color: #ff7e00;
	width: 100%;
	
}
.hyouka .box_hyouka .percent span {
	font-size: 30px;

}


}</pre></body></html>