@charset "utf-8";

/*=================================
	customer.css
================================ */

.faqBox01 {
	margin-top: 25px;
	background: #f0f0f0;
	border-radius: 5px;
}
.faqBox01 .title {
	padding: 8px 10px 5px 45px;
	background: #2640a3 url(/customer/images/faq_ic01.png) no-repeat 15px 50%;
	border-radius: 5px 5px 0 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
}
.faqBox01 ul {
	padding: 0 15px;
}
.faqBox01 ul li {
	border-top: dotted 1px #999999;
}
.faqBox01 ul li:first-child {
	border-top: none;
}
.faqBox01 ul li a {
	display: block;
	padding: 15px 10px 15px 15px;
	background: url(/common_renew/images/com_ic01.png) no-repeat 0 50%;
	text-decoration: none;
}
.faqBox01 ul li a:hover {
	text-decoration: underline;
}
.faqCategory01 {
	clear: both;
	margin-top: 40px;
}
.faqCategory01 ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	background: none;
	border: none;
	border-bottom: dotted 1px #999999;
}
.faqCategory01 ul li:nth-child(1),
.faqCategory01 ul li:nth-child(2),
.faqCategory01 ul li:nth-child(3) {
	border-top: dotted 1px #999999;
}
.faqCategory01 ul li:nth-child(3n) {
	margin-right: 0;
}
.faqCategory01 ul li a {
	display: table;
	width: 100%;
	padding: 10px 0;
	vertical-align: middle;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333333;
	text-align: right;
	text-decoration: none;
}
.faqCategory01 ul li a:hover {
	text-decoration: underline;
}
.faqCategory01 ul li span {
	display: table-cell;
	padding: 0 10px 0 15px;
	background: url(/common_renew/images/com_ic01.png) no-repeat 0 50%;
	text-align: left;
	vertical-align: middle;
}
.faqCategory01 ul li .productImg {
	width: 50px;
	height: auto;
}

.questionBox01 {
	margin-top: 15px;
}
.questionBox01:first-child {
	margin-top: 25px;
}
.questionBox01 .questionTxt01 {
	background: #dfecff url(/customer/images/faq_ic02.png) no-repeat 15px 10px;
	border: solid 1px #dfecff;
	border-radius: 3px;
}
.questionBox01 .questionTxt01 a {
	display: block;
	padding: 12px 50px;
	background: url(/common_renew/images/com_ic24.png) no-repeat 98% 50%;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}
.questionBox01 .questionTxt01 a:hover {
	text-decoration: underline;
}
.questionBox01 .questionTxt01.open {
	background: url(/customer/images/faq_ic02.png) no-repeat 15px 10px;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: none;
	border-left: solid 1px #cccccc;
	border-radius: 3px 3px 0 0;
}
.questionBox01 .questionTxt01.open a {
	background: url(/common_renew/images/com_ic25.png) no-repeat 98% 50%;
	border-bottom: dotted 1px #cccccc;
}
.questionBox01 .answerTxt01 {
	display: none;
	padding: 20px 20px 20px 50px;
	background: url(/customer/images/faq_ic03.png) no-repeat 15px 15px;
	border-radius: 0 0 3px 3px;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
.questionBox01 .answerTxt01 *:first-child {
	margin-top: 0;
}

.equalTwoCol01 {
	margin-right: 0;
}
.equalTwoCol01 .col {
	float: left;
	width: 290px;
	margin: 20px 0 0 !important;
}
.equalTwoCol01 .col:nth-child(even) {
	float: right;
}
.extraNavi {
	margin-top: 20px;
}
.extraNavi > dt > a {
	display: block;
	padding: 15px 15px 15px 30px;
	color: #ffffff !important;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: url(/customer/images/customer_ic01.png) no-repeat 16px 50% #b7a96f;
	border-radius: 5px 5px 0 0;
}
.extraNavi > dd {
	padding: 20px 8px;
	border-left: solid 2px #b7a96f;
	border-right: solid 2px #b7a96f;
	border-bottom: solid 2px #b7a96f;
	border-radius: 0 0 5px 5px;
}
.extraNavi > dd > *:first-child {
	margin-top: 0;
}
.extraNavi > dd .linkArea {
	display: block;
}
.extraNavi > dd .linkArea + .linkArea {
	margin-top: 20px;
	padding-top: 21px;
	background: url(/customer/images/customer_bg02.png) repeat-x 0 0;
}
.extraNavi > dd .linkArea .balloon01 {
	margin-top: 0;
	padding-bottom: 10px;
	background: url(/customer/images/customer_bg01.gif) no-repeat 50% 100%;
}
.extraNavi > dd .linkArea .balloon01 .txt {
	display: block;
	padding: 10px 13px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	background-color: #f8f0cd;
}
	
.calendarBox01 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.calendarBox01 .calendarItem {
	width: 300px;
}
.calendarBox01 .calendarItem:first-child {
	margin-right: 20px;
}

@media only screen and (min-width: 767px) {
	/* tel */
	a[href^="tel:"] {
		display: inline-block;
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
}
@media only screen and (max-width: 973px) {
	.faqCategory01 {
		margin-right: 0;
	}
	.faqCategory01 ul li {
		width: 49%;
		margin-right: 2%;
	}
	.faqCategory01 ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.faqCategory01 ul li:nth-child(1),
	.faqCategory01 ul li:nth-child(2) {
		border-top: dotted 1px #999999;
	}
	.faqCategory01 ul li:nth-child(3) {
		border-top: none;
	}
	.faqCategory01 ul li:nth-child(2n) {
		margin-right: 0;
	}
	.faqCategory01 ul li a {
		width: 100%;
	}
	.faqBox01 ul li a,
	.faqCategory01 ul li span {
		background: url(/common_renew/images/com_ic01_sp.png) no-repeat 0 50%;
		background-size: 6px 10px;
	}
	.questionBox01 .questionTxt01 a {
		background: url(/common_renew/images/com_ic24_sp.png) no-repeat 98% 50%;
		background-size: 26px 26px;
	}
	.questionBox01 .questionTxt01.open a {
		background: url(/common_renew/images/com_ic25_sp.png) no-repeat 98% 50%;
		background-size: 26px 26px;
	}
	.faqBox01 .title {
		background: #2640a3 url(/customer/images/faq_ic01_sp.png) no-repeat 15px 50%;
		background-size: 24px 24px;
	}
	.questionBox01 .questionTxt01 {
		background: #dfecff url(/customer/images/faq_ic02_sp.png) no-repeat 15px 10px;
		background-size: 26px 26px;
	}
	.questionBox01 .questionTxt01.open {
		background: url(/customer/images/faq_ic02_sp.png) no-repeat 15px 10px;
		background-size: 26px 26px;
	}
	.questionBox01 .answerTxt01 {
		background: url(/customer/images/faq_ic03_sp.png) no-repeat 15px 15px;
		background-size: 26px 26px;
	}
	.inquiryBox01 .inquiryInfo .phone {
		float: none;
		text-align: center;
	}
	.calendarBox01 {
		align-items: center;
		flex-flow: column wrap;
	}
	.calendarBox01 .calendarItem:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.faqCategory01 ul li {
		width: 49%;
		margin-right: 0;
	}
	.faqCategory01 ul li:nth-child(even) {
		float: right;
	}
	.faqCategory01 ul li a {
		width: 100%;
		padding: 15px 0;
	}
	.faqCategory01 ul li span {
		padding-left: 15px;
	}
	.faqCategory01 ul li a .productImg {
		display: none;
	}
	.faqCategory01 ul li.campaign a {
		display: block;
		height: auto;
		padding: 10px 0 10px 10px;
		background-position: 5px 50%;
	}
	.questionBox01 .questionTxt01,
	.questionBox01 .questionTxt01.open {
		background-position: 15px 50%;
	}
}

/*=================================
	clearfix
=================================*/
.faqCategory01 ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}


/*=================================
	/customer/voice/
=================================*/
.voiceBox01 {
	margin-top: 20px;
	padding: 20px 20px 40px 20px;
	border: solid 2px #b7a96f;
	border-radius: 4px;
}
.voiceBox01 > *:first-child {
	margin-top: 0;
}
.voiceBox01 > .inner {
	margin-top: 15px;
	padding: 0 25px;
}
.voiceBox01 .inner > *:first-child {
	margin-top: 0;
}
.voiceBox01 .questionTxt {
	color: #2640a3;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.voiceBox01 .questionTxt:before {
	content: url(/customer/voice/images/index_ic01.gif);
	display: inline-block;
	margin-right: 9px;
	line-height: 1;
	vertical-align: -25%;
}
.voiceBox01 .answerTxt {
	margin-top: 20px;
	color: #ea5800;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}
.voiceBox01 .answerTxt:before {
	content: url(/customer/voice/images/index_ic02.gif);
	display: inline-block;
	margin-right: 9px;
	line-height: 1;
	vertical-align: -10%;
}
.voiceBox01 .balloon01 {
	margin-top: 5px;
	padding-top: 11px;
	background: url(/customer/voice/images/index_bg01.gif) no-repeat 50% 0;
}
.voiceBox01 .balloon01 .txt {
	display: block;
	padding: 13px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #dfecff;
}
.voiceBox01 .balloon02 {
	margin-top: 0;
	padding-top: 11px;
	background: url(/customer/voice/images/index_bg02.gif) no-repeat 50% 0;
}
.voiceBox01 .balloon02 .txt {
	display: block;
	padding: 11px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	background-color: #f8f0cd;
}
.voiceBox01 .img01 {
	margin: 25px 60px 0 0;
	text-align: right;
}

@media only screen and (max-width: 973px) {
	.voiceBox01 .img01 {
		margin: 20px 0 0 0;
		text-align: center;
	}
}


