@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1200px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 10px;
		width: auto;
	}
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
	padding: 1px 0 6px;
	border-top: 2px solid #eee;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	z-index: 999;
	background-color: #fffadc;
}
.fixedBox .content {
	position: relative;
	width: 670px;
}
.fixedBox .btn {
	margin: -11px auto 2px;
	width: 485px;
}
.fixedBox .btn a:hover {
	opacity: 0.7;
}
.fixedBox p {
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	text-align: center;
}
.fixedBox .photo {
	width: 122px;
	position: absolute;
	bottom: -7px;
	left: -2px;
}
@media all and (max-width: 896px) {
	.fixedBox {
		padding: 1px 0 8px;
	}
	.fixedBox .content {
		margin: 0 auto;
		padding: 0 5px;
		width: auto;
		max-width: 365px;
	}
	.fixedBox .btn {
		margin: -11px auto 0;
		width: auto;
	}
	.fixedBox p {
		padding-right: 7px;
		text-align: right;
		font-size: 1.2rem;
	}
	.fixedBox .photo {
		width: 50px;
		bottom: -8px;
		left: 8px;
	}
}
@media all and (max-width: 374px) {
	.fixedBox p {
		padding-right: 0;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
.popupBox {
	margin: 0 auto;
	width: 465px;
}
.popupBox ul {
	height: 100%;
	overflow-y: auto;
}
.popupBox li {
	margin-bottom: 65px;
	padding: 15px 10px;
	width: 465px;
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}
.popupBox li:last-of-type {
	margin-bottom: 0;
}
.popupBox .ttl {
	margin: 0 auto 14px;
	width: 177px;
}
.popupBox p {
	margin-bottom: 5px;
}
.popupBox .note span {
	margin-bottom: 3px;
	margin-left: 1em;
	text-indent: -1em;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.454;
	text-align: left;
}
.popupBox .btn {
	margin: 0 auto;
	width: 365px;
}
.popupBox .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.popupBox {
		margin: 0 auto;
		width: auto;
		max-width: 344px;
		box-sizing: border-box;
	}
	.popupBox li {
		margin-bottom: 65px;
		padding: 15px 10px;
		width: auto;
	}
	.popupBox .ttl {
		margin: 0 auto 14px;
		width: 172px;
	}
	.popupBox p {
		margin-bottom: 10px;
	}
	.popupBox .note span {
		margin-bottom: 3px;
	}
	.popupBox .btn {
		margin: 0 auto;
		width: 94.5%;
	}
}
/*------------------------------------------------------------
	comDlBox
------------------------------------------------------------*/
.comDlBox {
	padding: 10px;
	background-color: #f8f8f8;
}
.faq__content {
	margin-bottom: 10px;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eee;
}
.faq__content:last-of-type {
	margin-bottom: 0;
}
.faq__li,
.faq__content dd {
	padding: 8px 14px;
	letter-spacing: 0.04em;
}
.faq__li {
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 2px solid #003278;
	background: url("../../img/common/icon03.png") no-repeat right 9px top 10px / 20px;
	cursor: pointer;
}
.faq__li.on {
	background-image: url("../../img/common/icon02.png");
}
.faq__content dd {
	display: none;
	padding-bottom: 13px;
	line-height: 1.416;
	font-size: 1.1em;
}
.faq__content dd .num {
	margin-right: 3px;
	display: inline-block;
	font-weight: 700;
}
.faq__content dd .bold {
	font-weight: 700;
	font-size: 1.6rem;
	display: inline-block;
}
.faq__content dd .bold span {
	font-size: 1rem;
}
.faq__content dd .note {
	margin-top: 3px;
	margin-left: 1em!important;
	text-indent: -1em;
	display: block;
	color: #787878;
	font-size: 1.1rem;
}
.faq__content .faq__content01 dd .bold {
	margin-bottom: 2px;
}
.faq__content dd li {
	text-indent: -0.8em;
	padding-left: 0.8em;
}
@media all and (max-width: 896px) {
	.faq__content dd .note {
		line-height: 1.545;
	}
}
