@charset "UTF-8";


.hero_box {
	background: url(/lp/202303campaign/images/hero_bg.png) no-repeat center;
	background-size: cover;
}

.hero_box > div {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

.hero_box > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.hero_box h1 {
	width: fit-content;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	background: #d9365a;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 0 0 20px;
}

.hero_box h1 span {
	font-size: 3.8rem;
}

.hero_box > div > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 30px;
}

.hero_box > div > div > div > div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: baseline;
}

.hero_box > div > div > div > div:nth-of-type(1) > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}

.hero_box > div > div > div > div:nth-of-type(1) > div p:nth-of-type(1) {
	color: #fff;
	font-size: 3rem;
	background: #374e59;
	border-radius: 10px;
	padding: 15px 10px;
}

.hero_box > div > div > div > div:nth-of-type(1) > div p:nth-of-type(2) {
	font-size: 1.8rem;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 5px 0;
}

.hero_box > div > div > div > div:nth-of-type(1) h2 {
	color: #d9365a;
	font-size: 5rem;
	font-weight: bold;
	margin: 0 0 10px;
	position: relative;
}

.hero_box > div > div > div > div:nth-of-type(1) > p {
	margin: 0 0 10px;
}

.hero_box > div > div > div > div:nth-of-type(2) {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}

.hero_box > div > div > div > div:nth-of-type(2) img:nth-of-type(1) {
	width: 100%;
	max-width: 150px;
}

.hero_box > div > div > div > div:nth-of-type(2) img:nth-of-type(2) {
	width: 100%;
	max-width: 300px;
}

.intro_box {
	text-align: center;
	margin: 0 0 30px;
}

.intro_box h2 {
	line-height: 1.5;
	margin: 0 0 20px;
}

.eraber_box {
	border-radius: 10px;
	box-shadow: 0px 2px 10px 0 rgb(0 0 0 / 10%);
}

.eraber_box.cashless {
	background: #fff2cc;
	border: 1px solid #ffc000;
}

.eraber_box.posregi {
	background: #f8e2dd;
	border: 1px solid #e18081;
}

.eraber_box.semiself {
	background: #e9f0d4;
	border: 1px solid #a1c238;
}

.eraber_box.kenbaiki {
	background: #f2f2f2;
	border: 1px solid #a5a5a5;
	margin: 0 0 30px;
}

.eraber_box .wb span,
.eraber_box .w span,
.eraber_box .b span,
.eraber_box .fg span {
	display: inline-block;
	font-size: 1.2rem;
}

.eraber_box .wb span:nth-of-type(1) {
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px 0 0 5px;
	padding: 5px;
}

.eraber_box .wb span:nth-of-type(2) {
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 0 5px 5px 0;
	padding: 5px;
}

.eraber_box .w span {
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
}

.eraber_box .b span {
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
}

.eraber_box .fg span {
	min-width: 75px;
	text-align: center;
}

.eraber_box .fg span:nth-of-type(1) {
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px 0 0 5px;
	padding: 5px;
}

.eraber_box .fg span:nth-of-type(2) {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0 5px 5px 0;
	padding: 5px;
}

.eraber_box > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	gap: 10px 30px;
	color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 10px 20px;
}

.eraber_box.cashless > div:nth-of-type(1) {
	background: #ffc000;
}

.eraber_box.posregi > div:nth-of-type(1) {
	background: #e18081;
}

.eraber_box.semiself > div:nth-of-type(1) {
	background: #a1c238;
}

.eraber_box.kenbaiki > div:nth-of-type(1) {
	background: #a5a5a5;
}

.eraber_box > div:nth-of-type(1) h2 {
	font-size: 2.6rem;
	white-space: nowrap;
}

.eraber_box > div:nth-of-type(1) div {
	line-height: 1.5;
	background: #238BE5;
	border-radius: 10px;
	padding: 10px;
}

.eraber_box > div:nth-of-type(n+2) {
	width: 100%;
	max-width: 800px;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 30px auto;
}

.eraber_box > div:nth-of-type(n+2).set {
	background: none;
	padding: 0;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	gap: 10px 30px;
	margin: 0 0 30px;
}

.eraber_box.cashless > div:nth-of-type(n+2) > div:nth-of-type(1) {
	margin: 0 0 50px;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) img {
	width: 150px;
	height: 100px;
	object-fit: contain;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(1) h3 {
	min-width: 200px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	white-space: nowrap;
	background: #474747;
	border-radius: 5px;
	padding: 10px;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 15px;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(2) {
	color: #999;
	font-size: 1.4rem;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(2) span {
	font-size: 2rem;
	text-decoration: line-through;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(3) {
	width: 15px;
	height: 20px;
	display: flex;
	justify-content: center;
	position: relative;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(3)::after {
	content: '';
	width: 15px;
	height: 20px;
	background: #238BE5;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	position: relative;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(1) {
	width: fit-content;
	color: #ff0000;
	font-size: 2.4rem;
	white-space: nowrap;
	background: #fff;
	border-radius: 10px 0 10px 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	padding: 5px 10px;
	margin: 0 0 15px;
	position: absolute;
	bottom: 35px;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(1) span {
	font-size: 1.4rem;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(2) {
	color: #ff0000;
	font-size: 1.6rem;
	position: relative;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 3.8rem;
	font-weight: bold;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(2) span:nth-of-type(2) {
	color: #333;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(2) span:nth-of-type(3) {
	color: #333;
	font-size: 1.1rem;
}

.eraber_box > div:nth-of-type(n+2).set > div:nth-of-type(3) {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0 0 0 auto;
}

.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) {
	width: 70%;
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0 0 0 auto;
}

.eraber_box > div:nth-of-type(n+2).set > p,
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) p {
	font-size: 1.6rem;
	position: relative;
}

.eraber_box > div:nth-of-type(n+2).set > p:nth-of-type(1),
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) p:nth-of-type(1) {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	position: relative;
	margin: 0 0 10px;
}

.eraber_box > div:nth-of-type(n+2).set > p:nth-of-type(1)::before,
.eraber_box > div:nth-of-type(n+2).set > p:nth-of-type(1)::after,
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) p:nth-of-type(1)::before,
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) p:nth-of-type(1)::after {
	content: "";
	width: 20%;
	height: 1px;
	background: #000;
}

.eraber_box > div:nth-of-type(n+2).set > p:nth-of-type(1)::before,
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) p:nth-of-type(1)::before {
	margin: 0 10px 0 0;
}

.eraber_box > div:nth-of-type(n+2).set > p:nth-of-type(1)::after,
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) p:nth-of-type(1)::after {
	margin: 0 0 0 10px;
}

.eraber_box > div:nth-of-type(n+2).set > ul,
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 30px;
}

.eraber_box > div:nth-of-type(n+2).set > ul li,
.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) ul li {
	font-size: 1.2rem;
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 0 2rem;
}


.accordion_box {
	margin: 40px 0 0;
	position: relative;
}

.accordion_box > button {
	width: 140px;
	display: block;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0 auto;
	position: relative;
	transition: .3s;
}

.accordion_box > button:hover {
	opacity: 0.3;
}

.accordion_box > button::before {
	content: "詳しくはこちら　\f103";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 0 0 -46px;
	position: absolute;
	top: -20px;
	left: 50%;
}

.accordion_box > button.open:nth-of-type(1)::before {
	content: "詳細を閉じる　\f00d";
}

.accordion_box > div {
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 0 20px;
	margin: 0;
	opacity: 0;
	transition: .3s;
}

.accordion_box > button.open + div {
	height: auto;
	padding: 20px;
	margin: 10px 0 0;
	opacity: 1;
}

.accordion_box > div > div:nth-of-type(1) > div:nth-of-type(1) {
	text-align: center;
	margin: 0 0 30px;
}

.accordion_box > div > div:nth-of-type(1) > div:nth-of-type(1) a {
	width: 100%;
	max-width: 300px;
	display: inline-block;
	color: #00863C;
	background-color: #fff;
	border: 1px solid #00863C;
	border-radius: 50px;
	box-shadow: 0px 8px 15px rgb(74 96 75 / 10%);
	padding: 10px;
	margin: 0 auto;
	transition: .3s;
	position: relative;
}

.accordion_box > div > div:nth-of-type(1) > div:nth-of-type(1) a:hover {
	opacity: 0.3;
}

.accordion_box > div > div:nth-of-type(1) > div:nth-of-type(1) a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

.accordion_box > div > div:nth-of-type(1) > p {
	text-align: center;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(1) {
	display: flex;
	justify-content: space-around;
	border: 1px solid #c6c6c6;
	padding: 10px;
	margin: 0 0 10px;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(1) li {
	position: relative;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(1).b li:nth-of-type(1)::before {
	content: "●";
	font-size: 2rem;
	margin: 0 10px 0 0;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(1).wb li:nth-of-type(1)::before {
	content: "〇";
	font-size: 2rem;
	margin: 0 10px 0 0;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(1).wb li:nth-of-type(2)::before {
	content: "●";
	font-size: 2rem;
	margin: 0 10px 0 0;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	background: #f2f2f2;
	padding: 10px;
	margin: 0 0 10px;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(2) li {
	line-height: 1.5;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(2) li::after {
	content: "/";
	margin: 0 5px;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(2) li:last-of-type::after {
	content: "";
	margin: 0;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(3) a {
	color: #00863C;
	text-decoration: underline;
	margin: 0 0 0 1rem;
	transition: .3s;
}

.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(3) a:hover {
	color: #00863C;
	opacity: 0.3;
}

.accordion_box > div > div:nth-of-type(2) {
	min-width: 300px;
}

.accordion_box > div > div:nth-of-type(2) img {
	max-width: 200px;
	height: 200px;
	object-fit: contain;
	margin: 0 auto;
}

.accordion_box > div > div:nth-of-type(2) p {
	text-align: center;
}

.accordion_box .slick-prev {
	left: 0 !important;
	z-index: 2;
}

.accordion_box .slick-next {
	right: 0 !important;
}

.form_text {
	width: fit-content;
	margin: 0 auto;
}

.form_text p {
	font-weight: bold;
	margin: 0 0 10px;
}

.form_text ul {
	line-height: 1.5;
}

.form_text ul li {
	list-style: disc;
	margin: 0 0 0 2rem;
}

/*メールフォーム*/

.form_title {
	background: #efefef;
	position: relative;
	padding: 50px 0;
	margin: 0 0 20px;
}

.form_title::after {
	content: '';
	background: #efefef;
	width: 30px;
	height: 60px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin: 0 0 0 -15px;
	transform: rotate(90deg);
}

.form_title h2 {
	text-align: center;
	margin: 0;
}

.form_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 20px 40px 40px;
	margin: 0 auto 20px;
}

.form_box dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.form_box dt,
.form_box dd {
	height: 60px;
	margin: 20px 0 0;
}

.form_box dt {
	width: 40%;
	position: relative;
	padding: 12px 0 0;
}

.form_box dd {
	width: 60%;
}

.form_box dt:last-of-type {
	height: auto;
	padding: 0;
	margin: 20px 0 0;
}

.form_box dd:last-of-type {
	height: auto;
}

.form_box dd:last-of-type textarea {
	margin: 0;
}

.form_box dt::after {
	content: '必須';
	color: #fff;
	line-height: 1.5;
	background: #116bb9;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0 5px;
}

.form_box dt:nth-of-type(4)::after,
.form_box dt:nth-of-type(8)::after,
.form_box dt:nth-of-type(12)::after {
	display: none;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="button"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
}

.form_box dl dd:nth-of-type(4) input,
.form_box dl dd:nth-of-type(5) input,
.form_box dl dd:nth-of-type(6) input,
.form_box dl dd:nth-of-type(9) input,
.form_box dl dd:nth-of-type(11) input {
	max-width: 200px;
}

.form_box dl > p,
.form_box dl > hr {
	width: 100%;
}

.form_box dl > hr {
	border: none;
	height: 1px;
	background-color: #ccc;
	margin: 10px 0 0;
}

.form_box dl > hr:last-of-type {
	margin: 0;
}

.form_box dl > p:nth-of-type(1) {
	font-weight: bold;
}

.form_box input,
.form_box textarea,
.form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 10px;
}

.form_box > p input {
	display: block;
	max-width: 400px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: linear-gradient(to top, #116bb9, #238be5);
	border: none;
	border-radius: 22px;
	box-shadow: 0px 5px 3px rgb(0 0 0 / 20%);
	padding: 10px 10px;
	margin: 50px auto 0;
	transition: .3s;
}

.form_box > p input[type=button]:hover {
	cursor: pointer;
	opacity: 0.3;
}

.form_box span.error_blank {
	display: block;
	color: #ff0000;
}

.form_box dt span.optional,
.form_box dt span.required {
	display: none;
}

.form_box .set {
	height: auto;
}

.form_box .columns {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

/*メールフォームここまで*/



@media screen and (max-width: 1024px) {
	.hero_box > div > div > div > div:nth-of-type(2) img:nth-of-type(2) {
		max-width: 200px;
	}

	.hero_box > div > div > div > div:nth-of-type(2) img:nth-of-type(1) {
		max-width: 100px;
	}

	.hero_box h1 {
		text-align: center;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) {
		display: flex;
		gap: 30px 15px;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) span:nth-of-type(1) {
		font-size: 3.4rem;
	}
}

@media screen and (max-width: 767px) {

	.hero_box > div > div > div {
		flex-flow: column;
	}

	.hero_box > div > div > div > div:nth-of-type(1) > p {
		margin: 0 auto 10px;
	}

	.intro_box h2 {
		font-size: 2.8rem;
	}

	.eraber_box > div:nth-of-type(1) {
		flex-flow: column;
	}

	.eraber_box > div:nth-of-type(1) h2 {
		text-align: center;
		white-space: normal;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(1) {
		flex-flow: column;
	}

	.eraber_box > div:nth-of-type(n+2) {
		width: 90%;
		padding: 30px 10px;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) img {
		width: 150px;
		height: 100px;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) {
		justify-content: center;
		gap: 30px 15px;
		flex-flow: wrap;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(1) {
		width: 100%;
		margin: 0 0 50px;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(2) span {
		font-size: 1.6rem;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(3) p {
		bottom: 45px;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(2) {
		font-size: 1.4rem;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(1) {
		font-size: 2rem;
		bottom: 40px;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(2) > div:nth-of-type(4) p:nth-of-type(2) span:nth-of-type(1) {
		font-size: 2rem;
	}

	.eraber_box > div:nth-of-type(n+2) > div:nth-of-type(3) {
		width: 100%;
		margin: 30px auto 0;
	}

	.accordion_box > div {
		flex-flow: column;
		align-items: initial;
	}

	.accordion_box > div > div:nth-of-type(1) > ul:nth-of-type(2) li {
		font-size: 1.2rem;
	}

	.accordion_box > div > div:nth-of-type(2) {
		min-width: auto;
	}

	.accordion_box > div > div:nth-of-type(2) img {
		max-width: 150px;
		height: 170px;
	}

	/*メールフォーム*/

	.form_box {
		padding: 10px 20px 40px;
	}

	.form_box dt,
	.form_box dd {
		width: 100%;
	}

	.form_box dt {
		height: auto;
	}

	.form_box dd {
		height: auto;
		margin: 10px 0 0;
	}

	.form_box dl dd:nth-of-type(2) input,
	.form_box dl dd:nth-of-type(3) input,
	.form_box dl dd:nth-of-type(6) input,
	.form_box dl dd:nth-of-type(8) input {
		max-width: 100%;
	}

	/*メールフォームここまで*/
}
