@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 表示切り替え
------------------------------------------------------------------------------- */
.sSelectRow {
	display: none !important;
}
.sSelectRow-show {
	display: table-row !important;
}
@media only screen and (max-width: 767px) {
	.sSelectRow-show {
		display: block !important;
	}
}
/* 【見出し】1
------------------------------------------------------------------------------- */
.fHeading01 {
	display: table;
	width: 100%;
	line-height: 1.687;
	margin: 48px auto 24px;
	table-layout: fixed;
}
.fHeading01-m1 {
	margin-top: 27px;
}
.fHeading01_sub {
	display: table-cell;
	width: 7em;
	padding: 9px 0 12px;
	background-color: #007e74;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
}
.fHeading01_tit {
	display: table-cell;
	padding: 9px 17px 12px;
	background-color: #009488;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.fHeading01 {
		line-height: 1.625;
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		margin: 50px -20px 30px;
	}
	.fHeading01-m1 {
		margin-top: 41px;
	}
	.fHeading01_sub {
		width: 6em;
		padding: 11px 0 10px;
		font-size: 117%;
	}
	.fHeading01_tit {
		padding: 10px 20px 12px;
		background-color: #009488;
	}
}
/* 【ブロック】1
------------------------------------------------------------------------------- */
.fBlock01 {
	margin: 24px auto;
	border: 1px solid #009488;
	border-radius: 8px;
	background-color: #fff;
}
.fBlock01:last-child {
	margin-bottom: 0;
}
.fBlock01_head {
	position: relative;;
	padding: 20px 32px 23px;
	cursor: pointer;
}
.fBlock01_head::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 31px;
	width: 14px;
	height: 8px;
	margin: -3px 0 0;
	background: url(/dfc/common/images/rn/link_ico15.png) center center no-repeat;
	background-size: 14px 8px;
	transition: all .2s;
}
.fBlock01_head.fnAcc_trigger-active::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.fBlock01_tit {
	line-height: 1.5;
	color: #009488;
	font-size: 150%;
	font-weight: 500;
}
.fBlock01_body {
	display: none !important;
	margin: 0 15px;
	padding: 26px 16px 32px;
	border-top: 1px solid #009488;
}
.fBlock01_body.fnAcc_target-show {
	display: block !important;
}
.fBlock01_img {
	display: block;
	max-width: 640px;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	.fBlock01 {
		margin: 15px auto;
	}
	.fBlock01_head {
		padding: 16px 50px 16px 18px;
	}
	.fBlock01_tit {
		line-height: 1.65;
		font-size: 134%;
	}
	.fBlock01_head::after {
		right: 20px;
	}
	.fBlock01_body {
		margin: 0 9px;
		padding: 23px 10px 28px;
	}
	.fBlock01_img {
		max-width: 295px;
		margin: 23px auto 0;
	}
}
/* 【お問い合わせ】1
------------------------------------------------------------------------------- */
.fInquiry01 {
	padding: 21px 33px 26px;
	border-radius: 8px;
	background-color: #f5f5f5;
}
.fInquiry01_in {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.fInquiry01_head {
	display: table-cell;
	width: 35%;
	margin: 0;
	line-height: 1.675;
	font-size: 134%;
	font-weight: 500;
	vertical-align: middle;
}
.fInquiry01_body {
	display: table-cell;
	width: 65%;
	padding: 0 20px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
.fInquiry01_num {
	line-height: 1.333;
	margin: 0;
	color: #009488;
	font-family: 'Roboto', sans-serif;
	font-size: 284%;
	font-weight: 500;
}
.fInquiry01_note {
	line-height: 1.555;
	margin: 0 0 0;
	color: #009488;
	font-size: 100%;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.fInquiry01 {
		padding: 15px 20px 20px;
		background-color: #f5f5f5;
	}
	.fInquiry01_in {
		display: block;
		width: auto;
	}
	.fInquiry01_head {
		display: block;
		width: auto;
		margin: 0 0 15px;
		font-size: 117%;
		text-align: center;
	}
	.fInquiry01_body {
		display: block;
		width: auto;
		padding: 0;
	}
	.fInquiry01_num {
		line-height: 1.333;
		margin: 0 0 7px;
		font-size: 200%;
	}
	.fInquiry01_num a {
		display: block;
		width: 100%;
		max-width: 288px;
		margin: 0 auto;
		padding: 8px 10px 9px;
		border-radius: 50px;
		background-color: #009488;
		color: #fff;
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
	}
}