<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*----- 固定ボタン -----*/

.fixed_box {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	writing-mode: vertical-rl;
	white-space: nowrap;
	background: #00863C;
	border-radius: 10px 0 0 10px;
	box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 20%);
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 3;
	padding: 40px 10px;
	transition: 0.3s;
}

.fixed_box span {
	font-size: 2rem;
}

.fixed_box:hover {
	color: #fff;
	opacity: 0.3;
	padding: 40px 20px 40px 10px;
}

.fixed_box img {
	width: 100%;
	max-width: 20px;
}

/*----- 固定ボタンここまで -----*/

.inner {
	padding: 60px 30px !important;
}

.inner_bottom {
	padding: 30px 30px 60px;
}

.inner_end {
	padding: 60px 30px 100px;
}

.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.full-width ul li {
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 10px 2rem;
}

.full-width ul li:last-of-type {
	margin: 0 0 0 2rem;
}

.main_title {
	width: fit-content;
	font-size: 3rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto 30px;
}

header {
	background: #fff;
	padding: 10px 30px;
}

header img {
	width: 100%;
	max-width: 120px;
}

.hero_box {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 0 270px;
}

.hero_box &gt; div:nth-of-type(1) {
	position: absolute;
	bottom: -270px;
	z-index: 2;
}

.hero_box &gt; div:nth-of-type(1) img {
	width: 100%;
	max-width: 800px;
	padding: 0 0 0 7px;
}

.hero_box &gt; div:nth-of-type(2) {
	position: relative;
	z-index: 1;
}

.hero_box &gt; div:nth-of-type(2) img {
	width: 100%;
	max-width: 1200px;
}

.intro_box &gt; p {
	width: fit-content;
	display: flex;
	align-items: center;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	padding: 0 30px;
	margin: 0 auto 60px;
}

.intro_box &gt; p span {
	color: #00863C;
}

.intro_box &gt; p::before {
	content: "[";
	font-size: 4rem;
	font-weight: normal;
	position: absolute;
	left: 0;
}

.intro_box &gt; p::after {
	content: "]";
	font-size: 4rem;
	font-weight: normal;
	position: absolute;
	right: 0;
}

.intro_box &gt; h2.main_title {
	margin: 0 auto;
}

.intro_box &gt; h2.main_title img {
	width: 100%;
	max-width: 50px;
	margin: 0 0 20px 0;
}

.intro_box &gt; div:nth-of-type(1) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	gap: 0 30px;
	margin: 0 auto 60px;
}

.intro_box &gt; div:nth-of-type(1) &gt; div {
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 30%);
	position: relative;
	padding: 40px 20px 20px;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div:nth-of-type(1) {
	width: 100%;
	max-width: 250px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-align: center;
	font-weight: bold;
	background: #fbca00;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: -20px;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div:nth-of-type(2) {
	display: flex;
	gap: 20px 30px;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(1) p:nth-of-type(2) {
	margin: 0 0 10px;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(1) img {
	width: auto;
	height: 40px;
	object-fit: contain;
}

.intro_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) &gt; div &gt; div:nth-of-type(1) img {
	max-width: 120px;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(2) {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 20px;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(2) img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(1) a {
	color: #485058;
	border-bottom: 1px solid;
}

.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(1) a:hover {
	color: #485058;
}

.intro_box &gt; div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
	border: 2px solid #00863C;
	border-radius: 10px;
	padding: 30px;
	margin: 0 auto 60px;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) {
	width: fit-content;
	margin: 0 auto 30px;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; img {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto 30px;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; p:nth-of-type(1),
.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; p:nth-of-type(2) {
	margin: 0 0 10px;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 30px;
	margin: 0 auto;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
	text-align: center;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) img {
	width: 100%;
	max-width: 200px;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) p {
	font-weight: bold;
	margin: 0 0 10px;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) a {
	min-width: 250px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #333;
	border-radius: 20px;
	position: relative;
}

.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) a::after {
	content: "\f019";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 10px;
}

.intro_box &gt; div:nth-of-type(3) {
	height: fit-content;
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 0 90px;
}

.intro_box &gt; div:nth-of-type(3) &gt; p:nth-of-type(1) {
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -28px;
	z-index: 2;
	background: #333;
	border-radius: 18px;
	padding: 5px 10px;
	margin: 0 140px 0 0;
}

.intro_box &gt; div:nth-of-type(3) &gt; p:nth-of-type(2) {
	width: 100%;
	max-width: 400px;
	color: #333;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	background: #fbca00;
	clip-path: polygon(5% 0%, 100% 0%, 100% 0%, 95% 100%, 0% 100%, 0% 100%);
	padding: 15px 10px 10px;
}

.intro_box &gt; div:nth-of-type(3) &gt; p:nth-of-type(2) span {
	font-size: 2rem;
	font-weight: normal;
}

.intro_box &gt; a {
	max-width: 300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background: #00863C;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
}

.intro_box &gt; a span:nth-of-type(2) {
	font-size: 2rem;
}

.eraberu_box &gt; h2 span {
	color: #00863C;
}

.eraberu_box &gt; h2 span:nth-of-type(1) {
	font-size: 5rem;
}

.eraberu_box &gt; div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 30px;
	margin: 0 auto;
}

.eraberu_box &gt; div &gt; div &gt; a {
	width: fit-content;
	display: block;
	color: #000;
	border-bottom: 1px solid;
	position: relative;
	margin: 0 auto;
}

.eraberu_box &gt; div &gt; div &gt; a:hover {
	color: #000;
}

.eraberu_box &gt; div &gt; div &gt; div {
	margin: 0 0 20px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div:nth-of-type(1) {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #485058;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.eraberu_box &gt; div &gt; div:nth-of-type(1) &gt; div &gt; div:nth-of-type(1)::before {
	content: "1";
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 3rem;
	background: #fbca00;
	border-radius: 25px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -10px;
}

.eraberu_box &gt; div &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1)::before {
	content: "2";
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 3rem;
	background: #fbca00;
	border-radius: 25px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -10px;
}

.eraberu_box &gt; div &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1)::before {
	content: "3";
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 3rem;
	background: #fbca00;
	border-radius: 25px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -10px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div:nth-of-type(2) &gt; p img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	margin: 0 0 10px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div:nth-of-type(2) &gt; p:nth-of-type(2) {
	width: 100%;
	max-width: 250px;
	display: block;
	text-align: center;
	background: #fbca00;
	border-radius: 17px;
	padding: 5px 10px;
	margin: 0 0 20px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div:nth-of-type(2) &gt; p:nth-of-type(3) {
	min-height: 125px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div &gt; div {
	display: flex;
	align-items: center;
	gap: 45px;
	margin: 0 0 20px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div &gt; div &gt; p:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #878484;
	position: relative;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div &gt; div &gt; p:nth-of-type(1)::after {
	content: '';
	background: #25bd94;
	width: 20px;
	height: 25px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	right: -35px;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div &gt; div &gt; p:nth-of-type(1) span {
	font-size: 2rem;
	text-decoration: line-through;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div &gt; div &gt; p:nth-of-type(2) {
	color: #f24f4f;
	font-size: 8rem;
	font-weight: bold;
	line-height: 1;
}

.eraberu_box &gt; div &gt; div &gt; div &gt; div &gt; div &gt; p:nth-of-type(2) span {
	font-size: 2rem;
}

.awaseta_box h2.main_title {
	display: flex;
	align-items: baseline;
	position: relative;
}

.awaseta_box h2.main_title span:nth-of-type(1) {
	color: #00863C;
	font-size: 4rem;
}

.awaseta_box h2.main_title span:nth-of-type(2) {
	font-size: 4rem;
}

.awaseta_box &gt; div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px 30px;
	margin: 0 auto 60px;
}

.awaseta_box &gt; div:last-of-type {
	margin: 0 auto;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) {
	max-width: 450px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; p:nth-of-type(1) {
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 5rem;
	line-height: 1;
	border-bottom: 1px solid;
	text-shadow: 1px 1px 0 #00863C, -1px -1px 0 #00863C, -1px 1px 0 #00863C, 1px -1px 0 #00863C, 0px 1px 0 #00863C, 0-1px 0 #00863C, -1px 0 0 #00863C, 1px 0 0 #00863C;
	position: relative;
	margin: 0 0 20px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; p:nth-of-type(1)::after {
	content: "";
	width: 27px;
	height: 1px;
	background: #00863C;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; p:nth-of-type(2) {
	margin: 0 0 30px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; h3 {
	margin: 0 0 10px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; h3 span {
	color: #00863C;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; div {
	width: fit-content;
	display: flex;
	justify-content: center;
	border: 1px solid #00863C;
	border-radius: 10px;
	position: relative;
	padding: 20px 10px 10px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; div &gt; p {
	width: 100%;
	max-width: 100px;
	color: #fff;
	text-align: center;
	background: #00863C;
	border-radius: 18px;
	position: absolute;
	top: -13px;
	padding: 0 10px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; div &gt; div {
	display: flex;
	gap: 30px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; div &gt; div p {
	width: 80px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.5;
	background: #f1f1f1;
}

.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; div &gt; div p {
	margin: 0 0 10px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(2) {
	min-width: 300px;
	max-width: 300px;
	height: 230px;
	background: #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 30%);
	position: relative;
}

.awaseta_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) {
	display: flex;
	align-items: flex-end;
}

.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.awaseta_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) &gt; img {
	width: 100%;
	max-width: 300px;
	border-radius: 0 0 0 10px;
}

.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) &gt; img {
	width: 100%;
	border-radius: 10px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(2) &gt; div {
	display: flex;
	align-items: center;
	gap: 30px;
	position: absolute;
	bottom: -20px;
	left: -180px;
}

.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) &gt; div {
	bottom: -70px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(2) &gt; div::after {
	content: "+";
	font-size: 3rem;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -7px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(2) &gt; div &gt; div {
	width: 100px;
	height: 100px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 30%);
}

.awaseta_box &gt; div &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) a {
	width: 100px;
	height: 100px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.awaseta_box &gt; div &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) a:hover {
	color: #000;
}


.awaseta_box &gt; div &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) p:nth-of-type(1) {
	font-size: 1.2rem;
	line-height: 1;
}

.awaseta_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) &gt; div &gt; div img {
	width: 100%;
	height: 20px;
	object-fit: contain;
}

.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) &gt; div &gt; div img {
	width: 100%;
	height: 25px;
	object-fit: contain;
}

.cashless_box &gt; div:nth-of-type(1) {
	max-width: 650px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: 60px;
	margin: 0 auto 30px;
}

.cashless_box &gt; div:nth-of-type(1) &gt; div {
	width: 150px;
	height: 150px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #00863C;
	font-weight: bold;
	background: #fff;
	border-radius: 75px;
	border: 1px solid #00863C;
}

.cashless_box &gt; div:nth-of-type(1) &gt; div img {
	width: 100%;
	max-width: 80px;
	object-fit: contain;
}

.cashless_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) img {
	height: 80px;
}

.cashless_box &gt; div:nth-of-type(1) &gt; div &gt; div {
	height: 105px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.cashless_box &gt; div:nth-of-type(2) {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 10px;
}

.cashless_box &gt; div:nth-of-type(2) &gt; div {
	display: grid;
	grid-template-columns: 2fr 3fr 3fr;
	gap: 30px 10px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 10px;
}

.cashless_box &gt; div:nth-of-type(2) p {
	width: 100%;
	font-weight: bold;
	text-align: center;
	background: #ececec;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.cashless_box &gt; div:nth-of-type(2) img {
	width: 100%;
	max-width: 350px;
	display: block;
	padding: 0 10px;
	margin: 0 auto;
}

.cashless_box &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) img {
	max-width: 200px;
}

.cashless_box &gt; p {
	text-align: right;
}

.chui_box &gt; div {
	background: #fff;
	border: 2px solid #00863C;
	border-radius: 10px;
	padding: 30px;
}

a.link_text,
a.link_arrow,
a.link_window {
	color: #00863C;
	line-height: 1.5;
	border-bottom: 1px solid;
	position: relative;
}

a.link_arrow::after,
.intro_box &gt; a::after,
.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(1) a::after,
.eraberu_box &gt; div &gt; div &gt; a::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 10px;
}

a.link_window::after,
.youto_box &gt; div &gt; div &gt; a::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.bg_green {
	background: #e1f1e6;
}

.bg_gray {
	background: #f1f1f1;
}

/*メールフォーム*/

.form_box table tr th span {
	background: #00843f;
}

.form_box &gt; p input {
    color: #5d5858;
    background: #fbca00;
    border-radius: 20px;
}


/*メールフォームここまで*/

/*サンクスページ*/

.thanks_box {
	text-align: center;
}

.thanks_box &gt; div:nth-of-type(1) {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #00863C 40%, #00612b 90%);
}

.thanks_box h1 {
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding: 30px 20px;
}

.thanks_box &gt; div:nth-of-type(2) a {
	max-width: 300px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5d5858;
	font-size: 1.6rem;
	font-weight: bold;
	background: #fbca00;
	border-radius: 20px;
	box-shadow: 0 5px 5px 1px rgb(0 0 0 / 20%);
	position: relative;
	margin: 0 auto;
}

.thanks_box &gt; div:nth-of-type(2) a::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 10px;
}

.thanks_box &gt; div:nth-of-type(2) &gt; div p:nth-of-type(1) {
	margin: 0 0 10px;
}

.thanks_box &gt; div:nth-of-type(2) &gt; div p:nth-of-type(2) {
	margin: 0 0 20px;
}


/*サンクスここまで*/


@media screen and (max-width: 1024px) {
	.intro_box &gt; div:nth-of-type(1) {
		gap: 0 10px;
	}

	.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div:nth-of-type(2) {
		flex-flow: column;
	}

	.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div &gt; div:nth-of-type(2) {
		width: auto;
		background: none;
		padding: 0;
	}

	.intro_box &gt; div:nth-of-type(1) &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) {
		display: none;
	}

	.eraberu_box &gt; div {
		max-width: 400px;
		grid-template-columns: repeat(1, 1fr);
	}

	.awaseta_box &gt; div {
		max-width: 400px;
		flex-flow: column;
		margin: 0 auto 120px;
	}

	.awaseta_box &gt; div:last-of-type {
		margin: 0 auto 90px;
	}

	.awaseta_box &gt; div &gt; div:nth-of-type(1) &gt; div {
		margin: 0 auto;
	}

	.awaseta_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) {
		justify-content: center;
		margin: 0 auto;
	}

	.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
		margin: 0 auto;
	}

	.awaseta_box &gt; div &gt; div:nth-of-type(2) &gt; div {
		bottom: -80px;
		left: auto;
	}

	.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) &gt; div {
		bottom: -90px;
	}

	.eraberu_box &gt; div &gt; div &gt; div &gt; div:nth-of-type(2) &gt; p:nth-of-type(3) {
		min-height: 100%;
	}

}

@media screen and (max-width: 767px) {

	.pagetop {
		bottom: 65px;
	}

	.fixed_box {
		width: 100%;
		justify-content: center;
		writing-mode: initial;
		border: 1px solid #fff;
		border-radius: 0;
		box-shadow: none;
		bottom: 0;
		right: auto;
		padding: 10px;
	}

	.fixed_box:hover {
		opacity: 1;
		padding: 10px;
	}

	.inner {
		padding: 60px 20px !important;
	}

	.inner_bottom {
		padding: 30px 20px 60px;
	}

	.inner_end {
		padding: 60px 20px 100px;
	}

	.main_title {
		font-size: 2.6rem;
	}

	header {
		padding: 10px 20px;
	}

	.hero_box {
		background: #f1f1f1;
		padding: 0 0 35%;
		margin: 0;
	}

	.hero_box h1 {
		font-size: 4rem;
	}

	.hero_box &gt; div:nth-of-type(1) {
		bottom: 0;
	}

	.hero_box &gt; div:nth-of-type(1) p {
		font-size: 2rem;
	}

	.hero_box &gt; div:nth-of-type(1) p::before {
		width: 50px;
		bottom: 20px;
	}

	.hero_box &gt; div:nth-of-type(1) p::after {
		width: 50px;
		bottom: 20px;
		right: -40px;
	}

	.intro_box &gt; p {
		font-size: 2rem;
		padding: 0 20px;
	}

	.intro_box &gt; div:nth-of-type(2) {
		padding: 30px 20px;
	}

	.intro_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) img {
		max-width: 150px;
	}

	.awaseta_box h2.main_title {
		display: block;
	}

	.awaseta_box h2.main_title::after {
		position: absolute;
		bottom: 10px;
		right: -30px;
	}

	.awaseta_box h2.main_title::before {
		position: absolute;
		bottom: 10px;
		left: -30px;
	}

	.awaseta_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; div &gt; div {
		gap: 30px 10px;
	}

	.cashless_box &gt; div:nth-of-type(1) {
		max-width: 350px;
		gap: 10px;
	}

	.cashless_box &gt; div:nth-of-type(1) &gt; div {
		width: 100px;
		height: 100px;
		border-radius: 50px;
	}

	.cashless_box &gt; div:nth-of-type(1) &gt; div &gt; div {
		height: 65px;
		gap: 0;
	}

	.cashless_box &gt; div:nth-of-type(1) &gt; div img {
		max-width: 50px;
	}

	.cashless_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) img {
		height: 40px;
	}

	.cashless_box &gt; div:nth-of-type(1) &gt; div p {
		font-size: 1.2rem;
	}

	.cashless_box &gt; div:nth-of-type(2) {
		max-width: 500px;
		margin: 0 auto 10px;
	}

	.cashless_box &gt; div:nth-of-type(2) &gt; div {
		grid-template-columns: repeat(1, 1fr);
	}

	.cashless_box &gt; div:nth-of-type(2) &gt; div &gt; div:nth-of-type(1) img {
		max-width: 150px;
	}

	.chui_box &gt; div {
		padding: 30px 10px;
	}

}
</pre></body></html>