@charset "utf-8";

input.btn,
button.btn {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	width: 228px;
	height: auto;
	padding: 10px 15px;
	border-radius: 6px;
	background-color: #ea2424;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: .1s ease-in-out;
	cursor: pointer;
}
input.btn,
button.btn {
    background-color: rgba(234,36,36,1);
}
input.btn:hover,
button.btn:hover {
	background-color: rgba(234,36,36,.7);
	color: #fff;
}
.w31p { width: 31% !important;}
/* ------------------------------
 フォーム（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	
	/* ボタン */
	input.btn,
	button.btn {
		width: 90%;
		font-size: 16px !important;
	}
	input.btn-b {
		min-width: 100px;
		width: 90%;
		float: none;
		margin-bottom: 5px;
		margin-top: 10px;
		margin-right: 0;
		font-size: 1.6rem !important;
	}
}


.po_rl {
	position: relative;
}
.mt60 { margin-top: 30px;}
/* ------------------------------
 背景色
------------------------------ */
.bgBox {
	background-color: #e0ded8;
	border-radius: 5px;
	padding: 20px 30px;
}
.bgBox dd:not(:last-child) {
	margin-bottom: 10px;
}
/* ------------------------------
 ●アイコン
------------------------------ */
.icon-c {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	padding-left: 1.2em;
}
.icon-c a {
	color: #000;
	text-decoration: underline;
}
.icon-c::before {
	content: "●";
	color: #bba160;
	position: absolute;
	left: 0;
	top: 0;
}