@charset "UTF-8";
/******************************************************************
reset
******************************************************************/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	min-width: 375px;
	-webkit-text-size-adjust: 100%;
}
*, :after, :before {
	box-sizing: border-box;
}
/******************************************************************
component
******************************************************************/
body {
	color: #202020;
	font-family: "メイリオ", "Meiryo", "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.5;
	word-break: break-all;
}
h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: 0;
}
p {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul:not(.c-grid2), ol:not(.c-grid2) {
	margin-top: 0;
}
ul, ol {
	margin-bottom: 0;
	padding-left: 0;
}
li {
	list-style: none;
}
strong {
	font-weight: bold;
}
small {
	font-size: 0.75rem;
	line-height: 1.6;
}
sup {
	vertical-align: top;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
	small {
		font-size: 10px;
	}
	sup {
		font-size: 11px;
	}
}
/******************************************************************
component - color
******************************************************************/
.c_red {
	color: #cc0033;
}
.c_yellow {
	color: #f6fb01;
}
.c_gray {
	color: #5c6273;
}
.c_bk {
	color: #202020;
}
.c_white {
	color: #fff;
}
/******************************************************************
.border_red
******************************************************************/
.border_red {
	border: 1px solid #cc0033;
	background-color: #fff;
	padding: 15px;
}
/******************************************************************
utility - a
******************************************************************/
a {
	color: #00b496;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
/******************************************************************
a.apply-btn_one
******************************************************************/
a.apply-btn_one {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
	text-align: center;
	height: 100px;
	margin: 8px 0 0;
}
a.apply-btn_one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #70091d;
	border-radius: 49px;
	box-sizing: border-box;
}
a.apply-btn_one::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #d62446;
	border-radius: 49px;
	box-sizing: border-box;
	transform: translate(0, -8px);
}
a.apply-btn_one.btn-gray::before {
	background: #2f323c;
}
a.apply-btn_one.btn-gray::after {
	background-color: #626d73;
}
a.apply-btn_one span {
	position: relative;
	padding: 0.3rem 1rem 0.1rem;
	transform: translate(0, -8px);
	overflow: hidden;
	z-index: 1;
}
a.apply-btn_one::after, a.apply-btn_one span {
	transition-property: transform;
	transition-duration: 0.3s;
}
a.apply-btn_one:hover::after, a.apply-btn_one:hover span {
	transform: translate(0, 0);
}
@media screen and (max-width: 1023px) {
	a.apply-btn_one {
		font-size: 26px;
		height: 80px;
	}
	a.apply-btn_one span {
		padding: 0.3rem 1rem 0.1rem;
	}
}
@media screen and (max-width: 768px) {
	a.apply-btn_one {
		font-size: 20px;
		height: 50px;
		margin: 6px 0 0;
	}
	a.apply-btn_one::after {
		transform: translate(0, -6px);
	}
	a.apply-btn_one span {
		padding: 0.3rem 1rem 0.1rem;
		transform: translate(0, -6px);
	}
	a.apply-btn_one:hover::after, a.apply-btn_one:hover span {
		transform: translate(0, 0);
	}
}
/******************************************************************
utility - mediaQuery
******************************************************************/
@media screen and (min-width: 769px) {
	.sp-media {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc-media {
		display: none !important;
	}
}
/******************************************************************
utility - text-align
******************************************************************/
.lp-center {
	text-align: center !important;
}
.lp-right {
	text-align: right !important;
}
.lp-left {
	text-align: left !important;
}
@media screen and (max-width: 768px) {
	.lp-sp-center {
		text-align: center !important;
	}
	.lp-sp-right {
		text-align: right !important;
	}
	.lp-sp-left {
		text-align: left !important;
	}
}
/******************************************************************
utility - over-underline
******************************************************************/
.over-underline:hover {
	text-decoration: underline !important;
}
/******************************************************************
utility - over-opacity
******************************************************************/
.over-opacity {
	transition-property: opacity;
	transition-duration: 0.3s;
}
.over-opacity:hover {
	opacity: 0.6;
}
/******************************************************************
ul.notes
******************************************************************/
ul.notes {
	display: table;
	width: 100%;
	text-align: left;
}
ul.notes.ml_indent li {
	margin-left: 20px;
}
ul.notes li {
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	/* padding-bottom: 3px; */
}
ul.notes.fs__mv li {
	font-size: 17px;
}
ul.notes.fs__18 li {
	font-size: 18px;
}
ul.notes.fs__17 li {
	font-size: 17px;
}
ul.notes.fs__16 li {
	font-size: 16px;
}
ul.notes.fs__15 li {
	font-size: 15px;
}
ul.notes li:last-child {
	padding-bottom: 0;
}
ul.notes li .notes_head {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 0.5em;
}
ul.notes li .notes_body {
	display: table-cell;
	vertical-align: top;
}
ul.notes li .notes_body a {
	text-decoration: underline;
}
.lp-center ul.notes {
	display: inline-block;
	width: auto;
}
@media screen and (max-width: 1030px) {
	ul.notes.fs__mv li {
		font-size: 14px;
	}
}
@media screen and (max-width: 1023px) {
	ul.notes li {
		font-size: 12px;
	}
	ul.notes.fs__mv li {
		font-size: 12px;
	}
	ul.notes.fs__18 li {
		font-size: 16px;
	}
	ul.notes.fs__17 li {
		font-size: 14px;
	}
	ul.notes.fs__16 li {
		font-size: 14px;
	}
	ul.notes.fs__15 li {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	ul.notes li {
		font-size: 12px;
	}
	ul.notes.fs__mv li {
		font-size: 12px;
	}
	ul.notes.fs__18 li {
		font-size: 14px;
	}
	ul.notes.fs__17 li {
		font-size: 12px;
	}
	ul.notes.fs__16 li {
		font-size: 12px;
	}
	ul.notes.fs__15 li {
		font-size: 12px;
	}
}
/******************************************************************
.header-logo_container
******************************************************************/
.header-logo_container {
	background: #eeeeec;
}
h1.header_logo {
	box-sizing: content-box;
	max-width: 118px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	line-height: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 50px;
}
@media screen and (max-width: 768px) {
	h1.header_logo {
		max-width: 80px;
		height: 40px;
	}
}
/******************************************************************
footer
******************************************************************/
.footer_section {
	background: #fff;
}
.footer_box-a {
	background: #f5f5f5;
}
.footer_box-b {
	background: #fff;
}
.footer_inner {
	box-sizing: content-box;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 15px;
}
.footer_link {
	margin: 0 0 3px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_link li {
	margin: 0 12px 12px;
	list-style-type: none;
	font-size: 16px;
	line-height: 1;
}
.footer_link li a {
	text-decoration: underline;
}
.footer_copy {
	font-size: 16px;
	text-align: center;
}
.footer_logo {
	max-width: 190px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1023px) {
	.footer_link li {
		font-size: 14px;
	}
	.footer_copy {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.footer_inner {
		padding: 15px 15px;
	}
	.footer_link li {
		margin: 0 12px 12px;
		font-size: 12px;
	}
	.footer_copy {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.footer_link {
		justify-content: flex-start;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3px;
	}
	.footer_link li {
		width: 50%;
		margin: 0 0 12px;
		font-size: 12px;
	}
}
/******************************************************************
.pageTop
******************************************************************/
.pageTop {
	/* position: fixed; */
	/* left: 0; */
	/* right: 0; */
	/* z-index: 1000; */
	max-width: 52px;
	margin: 0 0 0 auto;
	/* opacity: 0; */
	transition: 0.2s;
	cursor: pointer;
}
.pageTop.s_show {
	position: static;
	opacity: 1;
	margin-top: 20px;
}
.pageTop.s_show:hover {
	opacity: 1;
}
.pageTop.s_fix {
	position: fixed;
	bottom: -50px;
}
.pageTop.s_show.s_fix {
	top: auto;
	bottom: 25px;
}
@media screen and (max-width: 768px) {
	.pageTop {
		width: 36px;
	}
	.pageTop.s_show {
		top: -52px;
	}
	.pageTop.s_show:hover {
		opacity: 0.6;
	}
	.pageTop.s_show.s_fix {
		bottom: 100px;
	}
}
/******************************************************************
.mainvisual
******************************************************************/
.mainvisual {
	text-align: center;
}
/******************************************************************
.section_title
******************************************************************/
.section_title {
	margin: 11vw 0 11.5vw;
	background-color: #ffed00;
	padding: 3.39vw 3vw;
	text-align: center;
	font-size: 6.25vw;
	font-weight: bold;
}
h1 + .section_title {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.section_title {
		margin: 80px auto 60px;
		max-width: 1020px;
		padding: 15px;
		font-size: 36px;
	}
}
/******************************************************************
.page_inner
******************************************************************/
.page_inner {
	width: 87.5vw;
	max-width: 900px;
	margin: 0 auto 11.7vw;
}
@media screen and (min-width: 769px) {
	.page_inner {
		margin-bottom: 80px;
	}
}
/******************************************************************
.font
******************************************************************/
.fontL {
	font-size: 4.17vw !important;
}
.fontM {
	font-size: 3.65vw !important;
}
.fontS {
	font-size: 3.13vw !important;
}
@media screen and (min-width: 769px) {
	.fontL {
		font-size: 24px !important;
	}
	.fontM {
		font-size: 20px !important;
	}
	.fontS {
		font-size: 18px !important;
	}
}
/******************************************************************
.section_box
******************************************************************/
.section_box {
	margin: 0 auto 13.3vw !important;
	width: 94.8vw;
	max-width: 900px;
}
.section_box > li {
	border-radius: 2.6vw;
	background-color: #f5f5f5;
	padding: 13vw 6.25vw 11.7vw;
}
.section_box > li + li {
	margin-top: 2.6vw;
}
.section_box h3 {
	margin-bottom: 3vw;
	font-size: 4.69vw;
	font-weight: bold;
	word-break: normal;
}
.section_box h3:last-child {
	margin-bottom: 0;
}
.section_box h3 .num {
	display: block;
	margin: 0 auto 2vw;
	width: 14.32vw;
	height: 14.32vw;
	background: url(../img/circle_01.png) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	font-size: 6.77vw;
	font-weight: normal;
	line-height: 15vw;
}
.section_box h4 {
	margin: 11vw 0 2vw;
	font-size: 3.91vw;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.section_box {
		margin: 0 auto 80px !important;
	}
	.section_box > li {
		border-radius: 40px;
		padding: 60px 50px;
	}
	.section_box > li + li {
		margin-top: 40px;
	}
	.section_box h3 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.section_box h3 .num {
		margin: 0 auto 20px;
		width: 100px;
		height: 100px;
		font-size: 40px;
		line-height: 105px;
	}
	.section_box h4 {
		margin: 60px 0 20px;
		font-size: 28px;
	}
}
/******************************************************************
.link_btn
******************************************************************/
.link_btn {
	margin: 6.25vw 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.13vw;
}
.link_btn:last-child {
	margin-bottom: 0;
}
.link_btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 17.45vw;
	border-radius: 8.73vw;
	background-color: #0539ac;
	text-align: center;
	color: #fff;
	font-size: 4.17vw;
	font-weight: bold;
	line-height: 1.3;
}
.link_btn a.apply {
 	background-color: #04717a;
}
.link_btn a.line {
	height: 14.84vw;
	border: 1px solid #04717a;
	background-color: #fff;
	color: #04717a;
}
.link_btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6vw;
	width: 2.8vw;
	height: 2.8vw;
	border-top: 0.6vw solid #fff;
	border-right: 0.6vw solid #fff;
	transform-origin: top right;
	transform: rotate(45deg);
}
.link_btn a.line::after {
	border-color: #04717a;
}
@media screen and (min-width: 769px) {
	.link_btn {
		margin: 40px 0;
		gap: 30px;
	}
	.link_btn a {
		width: 75%;
		height: 100px;
		background-size: 16px auto;
		border-radius: 50px;
		font-size: 24px;
	}
	.link_btn a.line {
		height: 80px;
	}	
	.link_btn a::after {
		right: 40px;
		width: 20px;
		height: 20px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
}
/******************************************************************
.note_list
******************************************************************/
.note_list {
	margin: 3.26vw 0 !important;
	clear: both;
	font-size: 3.13vw;
}
.note_list.strong {
	color: #cc0033;
}
.note_list:last-child {
	margin-bottom: 0 !important;
}
.note_list li {
	margin-top: 2vw;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.note_list li.h1_8 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
@media screen and (min-width: 769px) {
	.note_list {
		margin: 30px 0 !important;
		font-size: 18px;
	}
	.note_list li {
		margin-top: 8px;
	}
	.note_pc_center {
		text-align: center;
	}
	.note_pc_center .note_list {
		display: inline-block;
	}
	.note_pc_center .note_list li {
		margin-top: 0;
	}
}
/******************************************************************
.plan_point
******************************************************************/
.plan_point {
	margin: 3.26vw 0 0;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 2vw 2.6vw;
	font-size: 3.13vw;
}
.plan_point + .plan_point {
	margin-top: 0;
	border-top: none;
}
.plan_point dd {
	margin: 0;
}
.plan_point .before {
	text-decoration: line-through;
}
@media screen and (min-width: 769px) {
	.plan_point {
		max-width: 600px;
		margin: 40px auto 0;
		padding: 12px 20px;
		font-size: 22px;
	}
}
/******************************************************************
.toggle_box
******************************************************************/
.toggle_box .title {
	position: relative;
	margin-top: 2.6vw;
	background: linear-gradient(-90deg, #04717a 8.33vw, #fff 8.33vw);
	padding: 3vw 11.7vw 3vw 2.6vw;
	color: #cc0033;
	font-size: 3.13vw;
	cursor: pointer;
}
.toggle_box .title::before,
.toggle_box .title::after {
	content: '';
	position: absolute;
	top: 0;
	right: 2.2vw;
	bottom: 0;
	width: 3.65vw;
	height: 0.52vw;
	margin: auto 0;
	border-radius: 0.26vw;
	background-color: #fff;
}
.toggle_box .title::after {
	transform: rotate(90deg);
}
.toggle_box .title.open::after {
	transform: rotate(0);
}
.toggle_box .body {
	display: none;
}
@media screen and (min-width: 769px) {
	.toggle_box .title {
		margin-top: 40px;
		background: linear-gradient(-90deg, #04717a 64px, #fff 64px);
		padding: 15px 80px 15px 25px;
		font-size: 20px;
	}
	.toggle_box .title::before,
	.toggle_box .title::after {
		right: 18px;
		width: 28px;
		height: 4px;
		border-radius: 2px;
	}
}
/******************************************************************
.toggle_list
******************************************************************/
.toggle_list {
	margin-top: 5vw !important;
}
.toggle_list > li + li {
	margin-top: 2.6vw;
}
.toggle_list .title {
	position: relative;
	display: flex;
	min-height: 18.2vw;
	text-align: left;
	cursor: pointer;
}
.toggle_list .title::before,
.toggle_list .title::after {
	content: '';
	position: absolute;
	top: 0;
	right: 4.17vw;
	bottom: 0;
	width: 3.65vw;
	height: 0.52vw;
	margin: auto 0;
	border-radius: 0.26vw;
	background-color: #04717a;
}
.toggle_list .title::after {
	transform: rotate(90deg);
}
.toggle_list .title.open::after {
	transform: rotate(0);
}
.toggle_list .title .head {
	display: flex;
	align-items: center;
	background-color: #04717a;
	width: 13vw;
	flex-shrink: 0;
}
.toggle_list .title .text {
	display: flex;
	align-items: center;
	flex-grow: 1;
	background-color: #efefef;
	padding: 3.2vw 10vw 3.2vw 4.2vw;
	font-size: 4.17vw;
	font-weight: bold;
	line-height: 1.3;
}
.toggle_list .body {
	display: none;
	padding: 1.5vw 4.2vw 10vw;
}
.toggle_list li:last-child .body {
	padding-bottom: 0;
}
.toggle_list .answer {
	color: #04717a;
	font-size: 6.25vw;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.toggle_list {
		margin-top: 40px !important;
	}
	.toggle_list > li + li {
		margin-top: 30px;
	}
	.toggle_list .title {
		min-height: 100px;
	}
	.toggle_list .title::before,
	.toggle_list .title::after {
		right: 30px;
		width: 28px;
		height: 4px;
		border-radius: 2px;
	}
	.toggle_list .title .head {
		width: 100px;
	}
	.toggle_list .title .text {
		padding: 20px 80px 20px 40px;
		font-size: 24px;
	}
	.toggle_list .body {
		padding: 20px 36px 60px;
	}
	.toggle_list .answer {
		font-size: 40px;
	}
}
/******************************************************************
.line_title
******************************************************************/
.line_title {
	margin: 8.5vw 0 3.5vw;
	text-align: center;
}
.line_title > span {
	display: inline-block;
	border-bottom: 0.8vw solid #ffed00;
	padding: 0 1.5vw;
	font-size: 4.17vw;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.line_title {
		margin: 60px 0 20px;
	}
	.line_title > span {
		border-bottom: 4px solid #ffed00;
		padding: 0 10px;
		font-size: 28px;
	}
}
/******************************************************************
.strong_text
******************************************************************/
.strong_text {
	margin-bottom: 7.8vw;
	text-align: center;
	font-size: 4.17vw;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.strong_text {
		margin-bottom: 40px;
		font-size: 28px;
	}
}
/******************************************************************
.bg_hr
******************************************************************/
.bg_hr {
	max-width: 1020px;
	margin: 0 auto;
}
.bg_hr img {
	width: 100%;
}
/******************************************************************
.center_title
******************************************************************/
.center_title {
	margin: 14.3vw 0 1.5vw;
	text-align: center;
	font-size: 6.25vw;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.center_title {
		margin: 80px 0 10px;
		font-size: 44px;
	}
}
/******************************************************************
.lead_text
******************************************************************/
.lead_text {
	text-align: center;
	color: #d10f31;
	font-size: 4.17vw;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.lead_text {
		font-size: 32px;
	}
}
/******************************************************************
.table
******************************************************************/
.table {
	margin: 14.3vw 0 3.9vw;
	width: 100%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-spacing: 0;
}
.table:first-child {
	margin-top: 0;
}
.table th,
.table td {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	text-align: center;
}
.table thead th {
	background-color: #5c6273;
	padding: 1vw;
	color: #fff;
	font-size: 3.91vw;
}
.table thead th.strong {
	background-color: #d10f31;
}
.table tbody th {
	background-color: #f5f5f5;
	padding: 1.4vw;
	font-size: 3.13vw;
}
.table td {
	padding: 2vw 1vw;
	font-size: 3.65vw;
}
.table td strong {
	font-size: 4.69vw;
}
.table td small {
	font-size: 2.6vw;
}
@media screen and (min-width: 769px) {
	.table {
		margin: 80px 0 20px;
	}
	.table thead th {
		padding: 10px;
		font-size: 28px;
	}
	.table tbody th {
		padding: 10px;
		font-size: 24px;
	}
	.table td {
		padding: 20px 10px;
		font-size: 32px;
	}
	.table td strong {
		font-size: 36px;
	}
	.table td small {
		font-size: 18px;
	}
}
/******************************************************************
.has_arrow
******************************************************************/
.has_arrow {
	position: relative;
	margin-top: 12.63vw;
}
.has_arrow::before {
	content: '';
	position: absolute;
	top: -10.55vw;
	left: 0;
	right: 0;
	width: 6.25vw;
	height: 3.13vw;
	margin: 0 auto;
	background-color: #91939b;
}
.has_arrow::after {
	content: '';
	position: absolute;
	top: -7.42vw;
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	border-top: 5.34vw solid #91939b;
	border-left: 6.25vw solid transparent;
	border-right: 6.25vw solid transparent;
}
@media screen and (min-width: 769px) {
	.has_arrow {
		margin-top: 100px;
	}
	.has_arrow::before {
		top: -80px;
		width: 50px;
		height: 25px;
	}
	.has_arrow::after {
		top: -55px;
		border-top: 40px solid #91939b;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
	}
}
/******************************************************************
.discount_box
******************************************************************/
.discount_box {
	background-color: #fcf0ac;
	padding: 2.6vw;
}
.discount_box .block {
	background-color: #fffae1;
	border-radius: 2.6vw;
	padding: 4.56vw 2vw 3.91vw;
	text-align: center;
	font-size: 3.65vw;
}
.discount_box .block + .block {
	position: relative;
	margin-top: 13vw;
}
.discount_box .block + .block::before,
.discount_box .block + .block::after {
	content: '';
	position: absolute;
	top: -7.16vw;
	left: 0;
	right: 0;
	width: 8.85vw;
	height: 1.3vw;
	margin: 0 auto;
	background-color: #d10f31;
}
.discount_box .block + .block::after {
	transform: rotate(90deg);
}
.discount_box .block sup {
	margin-left: 0.3em;
	font-size: 3.13vw;
	vertical-align: baseline;
}
.discount_box .discount {
	color: #d10f31;
	font-size: 4.69vw;
	font-weight: bold;
}
.discount_box .discount strong {
	font-size: 6.25vw;
}
.discount_box .discount small {
	font-size: 3.13vw;
}
@media screen and (min-width: 769px) {
	.discount_box {
		max-width: 660px;
		margin: 0 auto;
		padding: 30px;
	}
	.discount_box .block {
		border-radius: 30px;
		padding: 30px 10px;
		font-size: 26px;
	}
	.discount_box .block + .block {
		margin-top: 80px;
	}
	.discount_box .block + .block::before,
	.discount_box .block + .block::after {
		top: -43px;
		width: 40px;
		height: 6px;
	}
	.discount_box .block sup {
		font-size: 20px;
	}
	.discount_box .discount {
		font-size: 24px;
	}
	.discount_box .discount strong {
		font-size: 40px;
	}
	.discount_box .discount small {
		font-size: 20px;
	}
}
/******************************************************************
.box_list
******************************************************************/
.box_list {
	margin: 14.3vw 0;
}
.box_list .box {
	margin-top: 2.08vw;
	border: 1px solid #e5e5e5;
	border-radius: 2.6vw;
	padding: 6.25vw 3.91vw;
}
.box_list .text01 {
	text-align: center;
	color: #d10f31;
	font-size: 4.69vw;
	font-weight: bold;
	line-height: 1;
}
.box_list .text02 {
	margin-bottom: 3.3vw;
	text-align: center;
	color: #d10f31;
	font-size: 6.25vw;
	font-weight: bold;
	line-height: 1;
}
.box_list .text02 span {
	display: inline-block;
	padding: 0 1.4vw;
	background: linear-gradient(0deg, #fcf0ac 40%, #fff 40%);
}
.box_list .text02 strong {
	font-size: 150%;
}
.box_list .text03 {
	text-align: center;
	font-size: 3.65vw;
	font-weight: bold;
}
.box_list .text03 strong {
	color: #d10f31;
	font-size: 128.6%;
}
.box_list .text03 small {
	font-size: 85.7%;
}
.box_list .text04 {
	margin-bottom: 2vw;
	text-align: center;
	color: #0539ac;
	font-size: 4.69vw;
	font-weight: bold;
	line-height: 1.3;
}
.box_list .text05 {
	margin-bottom: 5vw;
	text-align: center;
	color: #0539ac;
	font-size: 6.25vw;
	font-weight: bold;
	line-height: 1;
}
.box_list .text05 span {
	display: inline-block;
	padding: 0 1.4vw;
	background: linear-gradient(0deg, #beeff2 40%, #fff 40%);
}
@media screen and (min-width: 769px) {
	.box_list {
		margin: 80px auto;
		max-width: 660px;
	}
	.box_list .box {
		margin-top: 40px;
		border-radius: 40px;
		padding: 50px 30px;
	}
	.box_list .text01 {
		font-size: 30px;
	}
	.box_list .text02 {
		margin-bottom: 25px;
		font-size: 40px;
	}
	.box_list .text02 span {
		padding: 0 10px;
	}
	.box_list .text03 {
		font-size: 26px;
	}
	.box_list .text04 {
		margin-bottom: 25px;
		font-size: 30px;
	}
	.box_list .text05 {
		margin-bottom: 25px;
		font-size: 40px;
	}
	.box_list .text05 span {
		padding: 0 10px;
	}
}
/******************************************************************
.text_link
******************************************************************/
.text_link {
	color: #04717a;
	font-weight: bold;
	text-decoration: underline;
}
.text_link:hover {
	text-decoration: none;
}
/******************************************************************
.attention_area
******************************************************************/
.attention_area {
	background-color: #f5f5f5;
	padding: 1.3vw 0 0.6vw;
}
.attention_area h3 {
	margin: 11vw 0 2vw;
	font-size: 3.91vw;
	font-weight: bold;
}
.attention_area strong {
	color: #cc0033;
}
@media screen and (min-width: 769px) {
	.attention_area {
		max-width: 1020px;
		margin: 0 auto;
		padding: 10px 0;
	}
	.attention_area h3 {
		margin: 60px 0 15px;
		font-size: 24px;
	}
	.attention_area .note_list {
		margin-top: 15px !important;
	}
}
/******************************************************************
.entry_area
******************************************************************/
.entry_area {
	background-color: #ffed00;
	padding: 14.3vw 0 2.4vw;
}
.entry_area h2 {
	margin-bottom: 13vw;
	text-align: center;
	font-size: 6.25vw;
	font-weight: bold;
}
.entry_area .section_box > li {
	padding: 7.5vw 6.25vw 7.3vw;
}
.entry_area .link_btn {
	margin-top: 4vw;
}
@media screen and (min-width: 769px) {
	.entry_area {
		max-width: 1020px;
		margin: 0 auto;
		padding: 60px 0 10px;
	}
	.entry_area h2 {
		margin-bottom: 40px;
		font-size: 32px;
	}
	.entry_area .section_box > li {
		padding: 50px;
	}
	.entry_area .link_btn {
		margin-top: 30px;
	}
}
/******************************************************************
.kv下余白　2025/5/20 追記
******************************************************************/
.adjustment{
       margin-top: 6vw;
       }
@media screen and (min-width: 769px) {
	.adjustment {
		margin-top: 40px;
        }
}
/******************************************************************
.gray_btn 2025/5/27 追記
******************************************************************/
.gray_btn {
	margin: 6.25vw 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.13vw;
}

.gray_btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 17.45vw;
	border-radius: 8.73vw;
	background-color: #d9d6d2;
	text-align: center;
	color: #3d3d3d;
	font-size: 4.17vw;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (min-width: 769px) {
	.gray_btn {
		margin: 40px 0;
		gap: 30px;
	}
	.gray_btn a {
		width: 75%;
		height: 100px;
		background-size: 16px auto;
		border-radius: 50px;
		font-size: 24px;
	}
}