@charset "Shift_JIS";
.m-text-center{
	text-align: center !important;
}
/* --------------------------------------------------------------
tag
-------------------------------------------------------------- */
/* 最初のボックス */
#main .flame_btm.flame_deduction {
	min-height: auto;
	padding-bottom: 25px;
}
#main .flame h4.normal.hdg_deduction_01,
#main .flame h4.normal.hdg_deduction_02 {
	background: #ebf8fc;
	font-size: 110%;
	border: 1px solid #bee2f7;
	display: inline-block;
}
#main .flame h4.normal.hdg_deduction_02 {
	background: #fbf8e6;
	border-color: #f7da97;
}

/* テーブル */
.commconTbl thead th {
	background: #d8eef9;
}
.commconTbl th {
	text-align: center;
	font-weight: bold;
}
.commconTbl th.blue {
	background: #d8eef9;
}

/* 見出しの色変更 */
h4.hdg_contact_deduction {
	background: #d75f1e;
	color: #fff;
	text-align: center;
	padding: 0.7em;
	font-weight: bold;
}

/* リスト文頭調整 */
.note.fs li {
    text-indent: -0.5em;
    padding-left: 1em;
}

/* 画像レイアウト */
ul.list-img {
	display: table;
}
ul.list-img li {
	display: table-cell;
	padding-right: 1em;
	text-align: center;
}
#main .flame ul.list-img li p {
	margin-bottom: .3em;
}
@media screen and (max-width: 600px){
	ul.list-img {
		display: block;
	}
	ul.list-img li {
		display: list-item;
		padding-right: 0;
		padding-top: 1em;
	}
	ul.list-img li:first-of-type {
		padding-top: 0;
	}
}

@media screen and (max-width: 600px){
	.sp_img_center {
		text-align: center;
	}
}

/* お問い合わせ */
.box_contact_deduction {
	border: 1px solid #d75f1e;
	background: #fcf6f2;
	padding: 0.8em;
}
.box_contact_deduction ul {
	display: table;
	width: 100%;
}
.box_contact_deduction ul li {
	display: table-cell;
	width: 33.3%;
}
.box_contact_deduction ul li:nth-of-type(2) {
	width: 33.4%;
}
@media screen and (max-width: 600px){
	.box_contact_deduction {
		padding: 1em;
	}
	.box_contact_deduction ul {
		display: block;
		width: 100%;
	}
	.box_contact_deduction ul li {
		display: list-item;
		width: 100%;
	}
	.box_contact_deduction ul li:nth-of-type(2) {
		width: 100%;
	}
}
.box_contact_deduction ul li a {
	display: block;
	width: 70%;
	font-weight: bold;
	margin: 1em auto;
	border: 1px solid #bee2f7;
	color: #545454;
	background: #ebf8fc;
	border-radius: 3px;
	padding: 0.7em 0.7em 0.7em 1.7em;
	position: relative;
}

.hd01{
	border-left: solid 4px #929173;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1;
	}

@media screen and (max-width: 600px){
	.box_contact_deduction ul li a {
		width: auto;
		margin: 1em 0 0;
	}
	.box_contact_deduction ul li:first-of-type a {
		margin-top: 0;
	}
	.box_contact_deduction ul li a br {
		display: none;
	}
}
.box_contact_deduction ul li a:hover {
	opacity: .8;
}
.box_contact_deduction ul li a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #22a7e4;
	position: absolute;
	left: 0.7em;
	top: 50%;
	transform: translateY(-50%);
}
.box_contact_deduction ul li + li a {
	border-color: #f7da97;
	background: #fbf8e6;
}
.box_contact_deduction ul li + li a::before {
	border-color: transparent transparent transparent #f6b100;
}

/* Q＆A */
#main .flame p.btn_qanda {
	margin-top: 40px;
}
@media screen and (max-width: 600px){
	#main .flame p.btn_qanda {
		margin-top: 20px;
	}
}
.btn_qanda a {
	border: 2px solid #00b199;
	border-radius: 4px;
	padding: 1.2em;
	text-align: center;
	color: #16776c;
	font-weight: bold;
	display: block;
}
.btn_qanda a:hover {
	opacity: .8;
}
.btn_qanda a span {
	position: relative;
	padding-left: 50px;
}
.btn_qanda a span::before {
	content: "";
	display: inline-block;
	background: url(../images/icon_q_03.png) 0 0 no-repeat;
	width: 37px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}