@charset "Shift_JIS";
.m-text-center{
	text-align: center !important;
}

a.link_kochira {
    padding: 6px 6px 4px;
    margin: auto 6px;
    border-radius: 4px;
    background-color: #16776c;
    color: #fff;
    font-weight: bold;
	white-space: nowrap;
}

/* --------------------------------------------------------------
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;
	}

	.sp_img_center {
		text-align: center;
	}

	a.link_kochira {
		padding-bottom: 6px;
	}
	p:has(a.link_kochira) {
		line-height: 1.75em;
	}
}

/* お問い合わせ */
.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%);
}

/*2024.09 add*/

/* ----- ccustomer-icon-wrap ----- */
.customer-icon-wrap {
margin-left: 5px;
display: flex;
}
@media print, screen and (min-width: 768px) {
.customer-icon-wrap .customer-icon {
	margin-left: 10px;
	margin-right: 10px;
}
}
@media only screen and (max-width: 767px) {
.customer-icon-wrap .customer-icon {
	margin-left: 3px;
}
}
/* ----- customer-icon ----- */
.customer-icon {
display: block;
flex-shrink: 0;
}
.customer-icon:before {
content: "";
display: block;
background: 0 0 no-repeat;
background-size: contain;
}
@media print, screen and (min-width: 768px) {
.customer-icon:before {
	width: 36px;
	height: 36px;
}
}
@media only screen and (max-width: 767px) {
.customer-icon:before {
	width: 40px;/*22*/
	height: 40px;/*22*/
	margin-right: 5px;
}
}
.customer-icon.type-tel:before {
background-image: url(/app-files/img/icon/icon_guid02.png);
}
.customer-icon.type-auto:before {
background-image: url(/app-files/img/icon/icon_guid03.png);
}
.customer-icon.type-web:before {
background-image: url(/app-files/img/icon/icon_guid01.png);
}

.description_modal_area {
	/*padding: 30px;
	background-color: #fefbf4;
	border-radius: 0 0 8px 8px;*/
	text-align: center;
}
.description_modal_area .tel {
	padding-top: 10px;
	margin-bottom: 0!important;
}
.description_modal_area .tel a {
	font-family: Arial;
	line-height: 1.3 !important;
	color: #e5508f !important;
	font-size: 300%;
	font-weight: bold;
	display: inline-block;
	/*pointer-events: none;*/
}
table.commconTbl thead th {
background: #90d7cf;
}
table.commconTbl td {
background: #f2fbff;
}
table.commconTbl td.flexy {
display: flex;
align-items: center;
min-height: 80px;/*@PC*/
}
table.commconTbl td.flexy.not {
display: block;
padding-top: 20px;
padding-bottom: 15px;
/*justify-content: center;*/
}
table.commconTbl td.flexy div.type {
white-space: nowrap;
display: flex;
align-items: center;
width: 300px;/*@PC*/
}
table.commconTbl td.flexy.not div.type {
	width: 100%;
	justify-content: center;
}
table.commconTbl td.flexy div.type span.typename {
font-size: 18px;
font-weight: bold;
}
table.commconTbl td.flexy div.type span.typename img.variablewidth {
	width: 200px;
}
table.commconTbl td.flexy div.type span.subtext {
display: inline-block;
margin-top: 3px;
margin-left: 10px;
padding-left: 0.5em;
font-weight: bold;
}
table.commconTbl td.flexy div.contents {
flex-grow: 2;
}
table.commconTbl td.flexy div.contents2 {
min-width: 100%;
margin-top: 0px;
}
table.commconTbl td.flexy div.contents2 p {
line-height: 2em;
}
p.bolder {
font-weight: bold;
}
div.login_small_btn {
display: inline-block; 
}
div.login_small_btn a.customer-button--login {
width: 153px;
height: 50px;
}



@media only screen and (max-width: 767px) {
table.commconTbl td.flexy:not(.not) {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px
}
.description_modal_area .tel {
	padding-top: 0;
}
table.commconTbl td.flexy div.contents.description_modal_area {
	margin-top: 20px;
}
table.commconTbl td.flexy div.type {
	flex-wrap: wrap;
}
table.commconTbl td.flexy div.type span.typename img.variablewidth {
	width: 225px;
}
p.outertext {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 1.75em;
}

}

.mb0 {
	margin-bottom: 0!important;
}
