@charset "UTF-8";
.ttl_txt {
  color: #b70d0d;
  font-weight: bold;
  font-size: 30px;
}
.ttl_txt {
	display: inline-block;
	text-decoration: underline;
}
@media only screen and (max-width: 959px){
	.ttl_txt {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	.ttl_txt {
		font-size: 24px;
	}
}
@media only screen and (max-width: 460px){
	.ttl_txt {
		font-size: 18px;
	}
}
.contsImg.mw960 {
	max-width: 960px;
	padding: 0 0 3.125%;
}
.greenBtn {
	background-color: #008533;
	-webkit-box-shadow: 0px -5px 0px 0px #00491c inset;
	box-shadow: 0px -5px 0px 0px #00491c inset;
}
.accordion {
	font-size: 16px;
}
.accordion ul {
  border-right: 2px solid #008533;
  border-bottom: 2px solid #008533;
  border-left: 2px solid #008533;
}
.accordion li {
	float: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-bottom: 2px solid #008533;
}
.accordion li.bg01 {
	background-color: #e5f8ec;
	font-weight: bold;
}
.accordion li:last-of-type {
	border-bottom: none;
}
/* キャンペーンページに戻る */
.mod-btn-main {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: table;
	width: 100%;
	margin: 0 auto;
}
.mod-btn-main a {
	display: table-cell !important;
	height: 45px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0 !important;
	background-color: #3e2b23;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.mod-btn-main a:after {
	content: "";
	display: inline-block;
	background: url(../img_contents/up_arrow.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5%;
	top: 35%;
}
.mod-btn-main .btn-inner {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: inline-table;
	position: relative;
	padding: 4% 11%;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.mod-btn-main .btn-inner::after {
	margin-top: -4px !important;
	right: 10px !important;
}
.totop {
	margin: 2.0832% auto;
}
/*-----------------------クエリ---------------------*/
@media screen and (min-width: 769px) {
	.totop {
		max-width: 480px;
	}
}
@media screen and (max-width: 768px) {
	.totop {
		width: 75%;
	}
	.totop {
		margin: 3.125% auto;
	}
}
@media screen and (max-width: 640px) {
	.accordion {
		font-size: 14.4px;
	}
}