#main {
	width: 1200px;
	margin: 0 auto;
	background: #f8f6f0;
}

#main h1 {
	font-size: 39px;
	font-weight: normal;
	line-height: 140%;
	background: #a61632;
	color: #fff;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#main .box {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
}

#main .box:nth-of-type(1) {
	margin-top: 50px;
}

#main .box h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 160%;
	color: #672832;
}

#main .box h3 {
	text-align: center;
	font-size: 31px;
	font-weight: normal;
	line-height: 140%;
	color: #672832;
}

#main .box p.mi {
	text-align: center;
	font-size: 31px;
	font-weight: bold;
	line-height: 140%;
	color: #672832;
}

#main .box figure {
	text-align: center;
}

#main .box .box-flex {
	width: 960px;
	margin: 0 auto;
}

#main .box ul.l-box {
	margin: 0 auto;
}

#main .box .box-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .box .box-flex .s-box {
	width: 48%;
	border: solid 1px #9fa0a0;
	background: #fff;
}

#main .box .box-flex .s-box p {
	font-size: 24px;
	font-weight: normal;
	line-height: 180%;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: 0;
}

#main .box .box-flex .s-box p.title {
	font-size: 31px;
	font-weight: normal;
	color: #672832;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#main .box ul {
	border: solid 1px #9fa0a0;
	background: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 180%;
	padding: 30px 30px 30px 60px;
	list-style: none;
}

#main .box ul li {
	text-indent: -1.5em;
	margin-bottom: 1em;
}

#main .box ul li:last-child {
	margin-bottom: 0;
}

#main .box ul li:before {
	content: "■";
	font-size: 1em;
	vertical-align: text-bottom;
	color: #672832;
	margin-right: 0.5em;
}

#main .btn-index {
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

#main .btn-index a.check {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	line-height: 160%;
	background: #a61632;
	color: #fff;
	text-decoration: none;
	padding: 10px 50px;
	width: 400px;
}

#main .btn-index a.check:before {
	content: " ";
	display: inline-block;
	background: url(../images/index/ico_hand.png) no-repeat left center;
	background-size: 100%;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

#main .btn {
	padding-top: 50px;
	text-align: right;
	padding-right: 100px;
	font-size: 22px;
	font-weight: normal;
	color: #545454;
}

#main .btn a {
	color: #545454;
	text-decoration: none;
}

#faq {
	width: 960px;
	margin: 80px auto 0;
}

#faq p.lastdate {
	font-size: 20px;
	text-align: right;
}

#faq h2 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	color: #a61632;
	border-bottom: 2px solid #9fa0a0;
	padding-bottom: 8px;
}

#faq .red {
	color: #a61632;
}

#faq .faq-list {
	width: 960px;
	margin: 30px auto 0;
}

/* 項目ごとの余白 */
#faq .faq-item {
	margin-bottom: 40px;
}

/* 質問（Q）のスタイル・タップ領域 */
#faq .faq-question {
	font-size: 27px;
	font-weight: bold;
	line-height: 160%;
	color: #672832;
	border-bottom: 1px solid #dcdca0;
	padding-bottom: 12px;
	padding-top: 14px;
	padding-right: 45px; /* プラスマークの被り防止 */
	cursor: pointer;
	position: relative;
	list-style: none;
	user-select: none;
	transition: background-color 0.2s;
}

#faq .faq-question::-webkit-details-marker {
	display: none;
}

/* 右側に開閉マーク（＋）を配置 */
#faq .faq-question::after {
	content: "+";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.7em;
	line-height: 1;
	font-weight: bold;
	color: #a61632;
}

/* 開いたときにマークを（−）に変更 */
#faq details[open] .faq-question::after {
	content: "−";
}

/* マウスホバー時のほんのり背景色 */
#faq .faq-question:hover {
	background-color: #f0ece1;
}

/* 回答（A）部分のスタイル */
#faq .faq-answer {
	font-size: 22px;
	font-weight: normal;
	line-height: 180%;
	color: #333333;
	margin-left: 0;
	margin-bottom: 0;
	padding: 15px 20px 25px 20px;
	background-color: #fff;
	border-top: 1px dashed #e0e0e0;
}

#faq li {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin-left: 0;
	list-style: none;
	text-indent: -0.8em;
	padding-left:1.8em;
}


@media screen and (max-width: 750px) {
#main {
	width: 100%;
}

#main h1 {
	font-size: 22px;
	text-align: center;
}

#main .box {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

#main .box:nth-of-type(1) {
	margin-top: 20px;
}

#main .box h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	color: #672832;
	padding-left: 20px;
	padding-right: 20px;
}

#main .box h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 140%;
	color: #672832;
	padding-left: 20px;
	padding-right: 20px;
}

#main .box p.mi {
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	color: #672832;
	padding-left: 20px;
	padding-right: 20px;
}

#main .box figure img {
	width: 90%;
	height: 90%;
}

#main .box .box-flex {
	width: 90%;
	margin: 0 auto;
}

#main .box ul.l-box {
	width: 80%;
	margin: 0 auto;
}

#main .box ul {
	border: solid 1px #9fa0a0;
	background: #fff;
	font-size: 16px;
	line-height: 160%;
	padding: 15px 15px 15px 30px;
	list-style: none;
}

#main .box ul li:before {
	content: "■";
	font-size: 1em;
	vertical-align: text-bottom;
	color: #672832;
	margin-right: 0.5em;
}

#main .box .box-flex {
	display: block;
}

#main .box .box-flex .s-box {
	width: 100%;
	margin-bottom: 15px;
}

#main .box .box-flex .s-box p {
	font-size: 16px;
	line-height: 160%;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px
	margin-top: 0;
	margin-bottom: 0;
}

#main .box .box-flex .s-box p.title {
	font-size: 20px;
	font-weight: normal;
	color: #672832;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 0;
}

#main .btn-index {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

#main .btn-index a.check {
	display: inline-block;
	font-size: 16px;
	line-height: 140%;
	background: #a61632;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	width: 80%;
}

#main .btn-index a.check:before {
	content: " ";
	display: inline-block;
	background: url(../images/form/ico_ya.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

#main .btn {
	padding-top: 30px;
	text-align: right;
	padding-right: 10px;
	font-size: 18px;
	color: #545454;
}


#faq {
	width: 90%;
	margin: 40px auto 0;
}

#faq p.lastdate {
	font-size: 16px;
}

#faq h2 {
	font-size: 22px;
}

#faq .faq-list {
	width: 100%;
}

#faq .faq-item {
	margin-bottom: 20px;
}

#faq .faq-question {
	font-size: 18px;
	line-height: 150%;
	padding: 14px 40px 14px 10px;
}

#faq .faq-question::after {
	right: 10px;
	font-size: 1.8em;
	line-height: 1;
}

#faq .faq-answer {
	font-size: 16px;
	line-height: 170%;
	padding: 12px 15px 20px 15px;
}

#faq li {
	font-size: 14px;
	line-height: 20px;
}

}

