@charset "UTF-8";

/* コンテンツ */
.dec-01 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	&::after {
		content: '';
		width: 110px;
		height: 4px;
		display: inline-block;
		background-color: #505050;
		position: absolute;
		bottom: -15px;
		left: calc(50% - 55px)
	}
}
@media screen and (max-width:991px) {
	.dec-01 {
		font-size: 1.6rem;
	}
}
.dec-02 {
	text-align: center;
	font-size: 1rem;
	line-height: 1.8rem;
	a {
		color: #B5000C;
		border-bottom: 1px solid #B5000C;
	}
}
@media screen and (max-width:991px) {
	.dec-02 {
		font-size: 0.9rem;
	}
}
.dec-03 {
	margin: 40px auto 30px;
	width: 600px;
	padding: 20px;
	border: 2px solid #505050;
}
@media screen and (max-width:991px) {
	.dec-03 {
		margin: 40px auto 30px;
		width: 360px;
		padding: 10px;
	}
}
.dec-04 {
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width:991px) {
	.dec-04 {
		font-size: 1.1rem;
	}
}
.dec-05 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	span {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:991px) {
	.dec-05 {
		font-size: 1.4rem;
		span {
			font-size: 0.8rem;
		}
	}
}
.dec-06 {
	font-size: 1rem;
	text-align: center;
}
@media screen and (max-width:991px) {
	.dec-06 {
		font-size: 0.8rem;
	}
}
.dec-21 {
	background-color: #505050;
	padding: 10px 0;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
}

/* form */
.dec-22 {
	background-color: #E9EBEB;
	border-bottom: 1px solid #505050;
}
@media screen and (max-width:991px) {
	.dec-22 {
		background-color: #fff;
		border: none;
	}
	.dec-22a {
		border-bottom: 2px solid #505050;
		margin-bottom: 10px;
	}
	input {
		border: 2px solid #505050 !important;
	}
	textarea {
		border: 2px solid #505050 !important;
	}
}

.dec-23 {
	line-height: 30px;
	font-weight: bold;
	font-size: 1rem;
}
.dec-23a {
	color: #B5000C;
}
.dec-23b {
		right: 20px;
		top: 0;
		background-color: #B5000C;
		padding: 5px 20px;
		border-radius: 20px;
		font-size: 0.9rem;
		color: #fff;
}
.dec-23c {
	line-height: 30px;
}
.dec-23d {
	position: relative;
	line-height: 30px;
	font-weight: bold;
	font-size: 1rem;
	span {
		display: block;
		position: absolute;
		right: 5px;
		top: 0;
		background-color: #B5000C;
		padding: 0 10px;
		border-radius: 20px;
		font-size: 0.9rem;
		color: #fff;
	}
}
.dec-24 {
	position: relative;
	line-height: 30px;
	font-weight: bold;
	font-size: 1rem;
	span {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
		font-size: 1rem;
	}
}
@media screen and (max-width:991px) {
	.dec-24 span {
		right: auto;
		left: 0px;
	}
	span.dec-25 {
		top: 30px;
	}
}

.dec-45 {
	appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	border: 2px solid #999;
	border-radius: 4px;
	background-color: #E9EBEB;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: -10px;
}
.dec-45:checked {
	background-color: #fff;
	border-color: #B5000C;
}
.dec-45:checked::after {
	content: "✔";
	color: #B5000C;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
}

/* フッター */
footer {
	background-color: #000;
	a {
		color: #fff;
	}
	p {
		color: #fff;
	}
}
.dec-f01 {
	width: 340px;
}
.dec-f02 {
	display: block;
	position: relative;
	text-align: left;
	font-size: 1.4rem;
	z-index: 1;
	&::after {
		content: url(../img/img-f06.svg);
		position: absolute;
		width: 25px;
		margin-left: 20px;
	}
}
.dec-f03 {
	display: block;
	text-align: left;
	font-size: 1rem;
	margin-left: 1.5em;
}
.dec-f04 {
	margin-left: 3.8em;
	text-align: left;
	a:after {
		content: "|";
		margin: 0 0.5em 0 0.6em;
	}
}
.dec-f05 {
	text-align: left;
	font-size: 1rem;
	margin-left: 1.5em;
	a:after {
		content: "|";
		margin: 0 0.5em 0 0.6em;
	}
}
.dec-f06 {
	display: block;
	position: relative;
	font-size: 1.4rem;
	&::after {
		content: url(../img/img-f07.svg);
		position: absolute;
		width: 21px;
		margin-left: 20px;
	}
}

/* トップへボタン */
#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: -50px;
	bottom: 80px;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}