@charset "UTF-8";

.mt-0 {
	margin-top: 0 !important;
}

.mt-05 {
	margin-top: 5px;
}

.mb-pc30-sp20 {
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.mb-pc30-sp20 {
		margin-bottom: 20px;
	}
}

.pcView_block {
	display: block;
}

.spView_block {
	display: none;
}

.pcView_inline {
	display: inline;
}

.spView_inline {
	display: none;
}

@media screen and (max-width: 640px) {
	.pcView_block {
		display: none;
	}

	.spView_block {
		display: block;
	}

	.pcView_inline {
		display: none;
	}

	.spView_inline {
		display: inline;
	}
}

.contsTtl .redH {
	background: #d00f31;
}

.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}

.dbaraiBtn {
	margin: 0 auto;
	padding: 0 13.54167% 3.125%;
}

.dbaraiList01 {
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}

.dbaraiList02 {
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}

.dbaraiList03 {
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}

.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li {
	width: 31.945%;
	float: left;
	margin-right: 2.085%;
}

.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0) {
	margin-right: 0;
	margin-bottom: 3%;
}

/*common*/

.list_caution li {
	font-size: 14px;
	padding-left: 1em;
	position: relative;
}

.list_caution li a {
	text-decoration: underline;
	color: #006BE5;
	display: inline;
	word-break: break-all;
}

.list_caution li::before {
	position: absolute;
	left: 0px;
	content: "※";
	font-size: 14px;
}

/*common*/

#kv+p {
	font-weight: 500;
	margin: 20px auto;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	/* font-size: 18px; */
	font-size: clamp(14px, 4vw, 18px);
}

#kv+p a {
	text-decoration: underline;
	color: #006BE5;
}

@media screen and (max-width: 640px) {
	.kv+p {
		font-size: 14px;
	}
}

/*section01,section02,.section06*/
.section01,
.section02,
.section06,
.section07 {
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 640px) {

	.section01,
	.section02,
	.section06,
	.section07 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*section01,section02,.section06*/

/*section03,section04,.section05*/
.section03,
.section04,
.section05,
.section07 {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
}

.section03>.mod-section-head,
.section04>.mod-section-head,
.section05>.mod-section-head {
	max-width: 600px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 50px
}

.section03>.mod-section-body>h4,
.section04>.mod-section-body>h4 {
	/* font-size: 30px; */
	font-size: clamp(17px, 4.5vw, 30px);
	font-weight: 500;
	text-align: center;
	padding-bottom: 50px;
}

@media screen and (max-width: 640px) {

	.section03,
	.section04,
	.section05 {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 40px;
	}

	.section03>.mod-section-head,
	.section04>.mod-section-head,
	.section05>.mod-section-head {
		/* max-width: 295px; */
		max-width: 590px;
		margin: 0 auto 30px;
		padding: 0 25px;
	}

	.section03>.mod-section-body>h4,
	.section04>.mod-section-body>h4 {
		font-size: 17px;
		padding: 0 25px 30px;
	}
}

@media screen and (max-width: 350px) {

	.section03>.mod-section-head,
	.section04>.mod-section-head,
	.section05>.mod-section-head {
		width: 100%;
	}
}

/*section03,section04,.section05*/

/*section-01*/

.section01 {
	background: url('../img/section01_bg.png') no-repeat center center / cover;
	text-align: center;
	padding: 160px 40px 40px;
	position: relative;
}

.section01_txtWrap {
	position: relative;
	background-color: #ffffff;
	border-radius: 50px;
	width: 100%;
	max-width: 880px;
	margin: 0 auto 58px;
	padding: 80px 30px 40px;
	box-sizing: border-box;
	text-align: left;
	box-shadow: 10px 10px 15px rgba(186, 61, 126, 0.1);
}

.section01_title {
	max-width: 790px;
	width: 83.5vw;
	position: absolute;
	aspect-ratio: 790 / 206;
	top: -3%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section01 .section01_content li {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 50px;
	margin-bottom: 20px;
}

.section01 .section01_content.mb-0 li {
	margin-bottom: 0px !important;
}

.section01 .section01_content.mb-0 li span {
	font-size: 75%;
}

.section01 .section01_content li::before {
	top: 4px;
	left: 0;
	content: "";
	position: absolute;
	background: url(../img/sec01-li-icon.png) no-repeat center center;
	background-size: contain;
	width: 35px;
	height: 35px;
}

.sec01_content_highlight_wrap {
	width: 230px;
	margin: 28px auto;
}

@media screen and (max-width: 640px) {
	.section01 {
		padding: 136px 15px 30px;
	}

	.section01_txtWrap {
		border-radius: 25px;
		margin: 0 auto 35px;
		padding: 55px 15px 30px;
	}

	.section01_title {
		min-width: 315px;
		width: 70%;
		top: -6vw;
	}

	.section01 .section01_content li {
		font-size: 15px;
		line-height: 1.6;
		padding-left: 28px;
	}

	.section01 .section01_content li::before {
		top: 2px;
		width: 20px;
		height: 20px;
	}

	.sec01_content_highlight_wrap {
		width: calc(230px / 2);
		margin: calc(28px / 2) auto;
	}

	.section01_txtWrap {
		border: 20px;
	}

	.section01_txtWrap_sub {
		padding: 0 10vw;
	}
}

@media screen and (max-width: 350px) {
	.section01_title {
		min-width: unset;
		width: 100%;
		top: -6vw;
	}
}

/*section-01*/

/*section02*/
.section02 ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 80px;
	gap: 20px;
}

@media screen and (max-width: 960px) {
	.section02 ul {
		gap: 2.0833vw;
	}
}

@media screen and (max-width: 640px) {
	.section02 ul {
		justify-content: center;
		padding-top: calc(80px / 2);
		padding-bottom: calc(80px / 2);
	}
}

/*section02*/

/*section03*/
.section03 {
	background: #FEF4F2 url('../img/section03_bg.png') no-repeat center center / cover;
	padding-bottom: 80px;
}

.mod-section-body-content-body .section03_list02 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 35px;
}

.mod-section-body-content-body .section03_list02 a {
	display: block;
	text-align: center;
}

.mod-section-body-content-body .section03_list02 img {
	max-width: 100%;
	height: auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

@media screen and (max-width: 700px) {
	.mod-section-body-content-body .section03_list02 li {
		width: 46%;
	}
}

@media screen and (max-width: 640px) {
	.section03 {
		background: #FEF4F2 url('../img/section03_bg_sp.png') no-repeat center center / cover;
		padding-bottom: 40px;
	}

	.mod-section-body-content-body .section03_list02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3.4vw;
	}

	.mod-section-body-content-body .section03_list02 img {
		border-radius: 10px;
	}
}

/*section04*/
.section04 {
	background: #FFFAEC url('../img/section04_bg.png') no-repeat center center / cover;
	padding-bottom: 60px;
}

.section04 .mod-section-body-content-body {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.mod-section-body-content-body .section04_list02 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 70px;
}

@media screen and (max-width: 640px) {
	.section04 {
		background: #FFFAEC url('../img/section04_bg_sp.png') no-repeat center center / cover;
		padding-bottom: 40px;
	}

	.section04 .mod-section-body-content-body {
		padding: 0 25px;
	}

	.mod-section-body-content-body .section04_list02 {
		gap: 45px;
		flex-wrap: nowrap;
	}

	.mod-section-body-content-body .section04_list02 li {
		/* max-width: 135px; */
		max-width: unset;
	}
}

/*section04*/

/*section05*/
.highlight {
	background: linear-gradient(to bottom, transparent 70%, #E9D41B 70%);
	display: inline-block;
	margin-bottom: 15px;
}

.highlight span:nth-child(1) {
	font-weight: bold;
	font-size: 20px;
	color: #A8553F;
}

.highlight span:nth-child(2) {
	font-weight: bold;
	font-size: 30px;
	color: #A8553F;
}

.section05 {
	background: #FFF4EF url('../img/section05_bg.png') no-repeat center center / cover;
	padding-bottom: 40px;
}

.section05 .mod-section-body-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.section05 .mod-section-body-content-body {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 25px;
}

.section05 .body-content.text-wrap {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.section05 .mod-section-body-content-body>div {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.section05 .mod-section-body-content-body>div:nth-child(1),
.section05 .mod-section-body-content-body>div:nth-child(3),
.section05 .mod-section-body-content-body>div:nth-child(5) {
	max-width: 230px;
	width: 24vw;
	box-sizing: border-box;
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #DFB7AC;
	border-radius: 20px;
	padding: 10px;
}

.section05 .mod-section-body-content-body [class^="content"] {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.section05 .mod-section-body-content-body .content-01 {
	gap: 15px;
}

.section05 .mod-section-body-content-body .content-03 {
	gap: 36px;
}

.section05 .mod-section-body-content-body .content-02,
.section05 .mod-section-body-content-body .content-04 {
	align-self: center;
}

/*矢印アイコン*/

.section05 .mod-section-body-content-body .content-02 p,
.section05 .mod-section-body-content-body .content-04 p {
	width: 15px;
}

@media screen and (max-width: 960px) and (min-width: 641px) {
	.section05 .mod-section-body-content-body {
		gap: 1.5vw;
	}

	.section05 .mod-section-body-content-body>div:nth-child(1),
	.section05 .mod-section-body-content-body>div:nth-child(3),
	.section05 .mod-section-body-content-body>div:nth-child(5) {
		max-width: unset;
		width: 100%;
		padding: 1vw;
	}

	.section05 .mod-section-body-content-body .content-02 p,
	.section05 .mod-section-body-content-body .content-04 p {
		width: 1.5vw;
	}
}


@media screen and (max-width: 640px) {
	.highlight {
		margin-bottom: 10px;
	}

	.highlight span:nth-child(1) {
		font-size: 14px;
	}

	.highlight span:nth-child(2) {
		font-size: 20px;
	}

	.section05 .body-content.text-wrap {
		font-size: 14px;
	}

	.section05 {
		background: #FFF4EF url('../img/section05_bg_sp.png') no-repeat center center / cover;
	}

	.section05 .mod-section-body-content-body {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.section05 .mod-section-body-content-body>div:nth-child(1),
	.section05 .mod-section-body-content-body>div:nth-child(3),
	.section05 .mod-section-body-content-body>div:nth-child(5) {
		justify-content: center;
		min-width: 315px;
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: unset;
		padding-right: unset;
		max-width: unset;
		width: 100%;
	}

	.section05 .mod-section-body-content {
		gap: 20px;
		padding: 0 25px;
	}

	.section05 .mod-section-body-content-body [class^="content"] {
		flex-direction: row;
	}

	.section05 .mod-section-body-content-body .content-01 {
		gap: 12px;
	}

	.section05 .mod-section-body-content-body .content-01>div:nth-child(1),
	.section05 .mod-section-body-content-body .content-03>div:nth-child(1),
	.section05 .mod-section-body-content-body .content-05>div:nth-child(1) {
		width: 145px;
	}

	.section05 .mod-section-body-content-body .content-01>div:nth-child(2) p,
	.section05 .mod-section-body-content-body .content-03>div:nth-child(2) p,
	.section05 .mod-section-body-content-body .content-05>div:nth-child(2) p {
		width: 124px;
	}

	.section05 .mod-section-body-content-body .content-03 {
		gap: 12px;
	}

	.section05 .mod-section-body-content-body .content-05 {
		gap: 12px;
	}

	.section05 .mod-section-body-content-body .content-02 p,
	.section05 .mod-section-body-content-body .content-04 p {
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 350px) {

	.section05 .mod-section-body-content-body .content-01,
	.section05 .mod-section-body-content-body .content-03,
	.section05 .mod-section-body-content-body .content-05 {
		justify-content: space-between !important;
		gap: 1vw;
	}

	.section05 .mod-section-body-content-body>div:nth-child(1),
	.section05 .mod-section-body-content-body>div:nth-child(3),
	.section05 .mod-section-body-content-body>div:nth-child(5) {
		min-width: unset;
		padding-left: 1vw;
		padding-right: 1vw;
	}

	.section05 .mod-section-body-content-body .content-01>div:nth-child(2) p,
	.section05 .mod-section-body-content-body .content-03>div:nth-child(2) p,
	.section05 .mod-section-body-content-body .content-05>div:nth-child(2) p {
		width: 35.4vw;
	}

	.section05 .mod-section-body-content {
		padding: 0;
	}
}

/*section05*/

/*section06*/
.section06 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 40px;
	box-sizing: border-box;
	background: url('../img/section06_bg.png') no-repeat center center / cover;
	margin-bottom: clamp(24px, 8.33vw, 80px);
}

.section06.contents-page {
	background-image: url(../img/section06_bg_contents-page_pc.png);
}

.section06>.mod-section-head {
	max-width: 600px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: clamp(30px, 2.77vw, 50px);
}

.section06 .section06_inner {
	max-width: 880px;
	width: 100%;
	border: 2px solid #BA3D7E;
	border-radius: 36px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 30px;
	background-color: #FFFFFF;
}

.section06 .section06_inner.inner02 {
	margin-top: 60px;
}

.section06 .mod-section-head {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.divider {
	width: 100%;
	max-width: 820px;
	height: 6px;
	margin: 40px auto;
	background-image: url('../img/pattern_pc.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.divider_red {
	width: 100%;
	max-width: 820px;
	height: 6px;
	margin: 15px auto 20px;
	background-image: url('../img/pattern_red_pc.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.section06 .sec06_contents {
	padding: 60px 0;
}

.section06 .sec06_contents .additional_block h5 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}

.section06 .sec06_contents .additional_block .additional_block_item {
	margin-top: 40px;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(1) img {
	max-width: 600px;
	margin: 0 auto;
	display: block;
}
 
.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) h6 {
	font-weight: 600;
	padding: 9px 60px;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
	background-color: #E1F6FF;
	border: 2px solid #1C4493;
	font-size: 20px;
	color: #1C4493;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table {
	margin-top: 30px;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th,
.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td {
	border: 1px solid #000;
	padding: 5px 8px;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th {
	font-size: 14px;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th:first-child,
.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td:first-child {
	background-color: #F5F5F5;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td:first-child {
	font-size: 14px;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td:first-child {
	padding: 11px 18px;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th:not(:first-child) {
	width: 12%;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td.td_Pa {
	color: #1C4493;
	text-align: center;
	background: #E1F6FF;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td.td_Pb {
	color: #E74863;
	text-align: center;
	background: #FFEFEF;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) .text_txt02 {
	margin-top: 30px;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) .text_txt02 {
	margin-top: 20px;
}

.section06 .section06_inner.inner01 .text_tt {
	font-size: 32px;
	font-weight: bold;
	color: #BA3D7E;
	margin-bottom: 20px;
}

.section06 .section06_inner.inner01 .text_txt01 {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

.text_txt02 {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.text_txt02 li {
	position: relative;
	font-size: 18px;
	color: #000000;
	padding-left: 1.2em;
	text-indent: -0.2em;
	margin-bottom: 10px;
}

li:last-child {
	margin-bottom: 0;
}

.text_txt02 li::before {
	content: "※";
	position: absolute;
	left: 0;
}

.section06 .section06_inner.inner01 .text_txt03 {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-weight: 500;
}

/*inner02 S*/
.section06 .section06_inner.inner02 .text_tt {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}

.section06 .section06_inner.inner02 .text_txt01 {
	margin-top: 30px;
}

.section06 .section06_inner.inner02 .text_txt01 a {
	font-size: 22px;
	font-weight: 600;
	color: #006BE5;
	text-decoration: underline;
}

.section06 .section06_inner.inner02 .text_txt02 {
	margin: 20px 0 80px 0;
}

.section06 .section06_inner.inner02 .text_txt02 li {
	font-size: clamp(14px, calc(6.86px + 0.952vw), 16px);
}

.section06 .section06_inner.inner02 .text_txt03 {
	font-size: clamp(15px, calc(-9.975px + 3.33vw), 22px);
	font-weight: bold;
	color: #000;
	margin: 40px 0;
}

.section06 .section06_inner.inner02 .text_txt04 {
	font-size: clamp(14px, calc(-2.29px + 1.905vw), 16px);
	font-weight: 500;
	color: #000;
	line-height: 28px;
}

.section06 .section06_inner.inner02 .text_txt04.txt04_2 {
	margin-bottom: 30px;
}

/*inner02 E*/
/*inner03~04 S*/
.section06 .section06_inner.inner03,
.section06 .section06_inner.inner04 {
	margin-top: 60px;
}

.section06 .section06_inner.inner03 .text_tt,
.section06 .section06_inner.inner04 .text_tt {
	font-size: clamp(14px, calc(-14.575px + 3.81vw), 22px);
	font-weight: 500;
	color: #000;
}

.section06 .section06_inner.inner03 .text_tt>a,
.section06 .section06_inner.inner04 .text_tt>a {
	text-decoration: underline;
	color: #006BE5;
}

/*inner03~04 E*/

@media screen and (max-width: 640px) {
	.section06 {
		background: #F8F8F8 url('../img/section06_bg_sp.png') no-repeat center center / cover;
		padding: 40px 15px;
	}

	.section06.contents-page {
		background-image: url(../img/section06_bg_contents-page_sp.png);
		margin-bottom: 40px;
	}

	.section06 .section06_inner {
		padding: 0 15px;
	}

	.section06.contents-page .section06_inner {
		border-radius: 25px;
	}

	.section06 .mod-section-head {
		max-width: 590px;
		margin: 0 auto;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.section06.contents-page .mod-section-head {
		padding: 0 10px;
	}

	.section06 .section06_inner.inner02 .text_tt {
		font-size: 17px;
	}

	.section06 .section06_inner.inner02 .text_txt01 a {
		font-size: 15px;
	}

	.section06 .section06_inner.inner01 .text_txt03 {
		font-size: 14px;
		line-height: 21px;
	}

	.section06_inner {
		max-width: 880px;
		width: 100%;
		border: 2px solid #BA3D7E;
		border-radius: 36px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 3.74vw;
	}

	.section06 .sec06_contents {
		padding: 7.48vw 0;
	}

	.section06.contents-page .sec06_contents {
		padding: 34px 0 30px;
	}

	.divider {
		height: 12px;
		background-image: url('../img/pattern_sp.png');
		margin: 5vw auto;
	}

	.divider_red {
		height: 12px;
		background-image: url('../img/pattern_red_sp.png');
		margin: 2vw auto 2.667vw;
	}

	.section06 .section06_inner.inner01 .text_tt {
		margin-bottom: 2.5vw;
		font-size: 17px;
	}

	.section06 .section06_inner.inner01 .text_txt01 {
		font-size: 14px;
	}

	.section06 .section06_inner.inner01 .text_txt02 li {
		margin-bottom: 1.2vw;
		font-size: 14px;
	}

	.section06 .section06_inner.inner01 .text_txt02 li:last-child {
		margin-bottom: 0;
		font-size: 14px;
	}

	.section06 .section06_inner.inner01 .text_txt02 {
		margin: 2.5vw 0 0 0;
	}

	/*inner02 s*/
	.section06 .section06_inner.inner02 .text_txt02 {
		margin: 10px 0 30px;
	}

	.section06 .section06_inner.inner02 .text_txt03 {
		margin: 15px 0;
	}

	.section06 .section06_inner.inner02 .text_txt04 {
		line-height: 22px;
	}

	.section06 .section06_inner.inner02 .text_txt04.txt04_2 {
		margin-bottom: 20px;
	}

	/*inner02 e*/
	.section06 .section06_inner.inner02,
	.section06 .section06_inner.inner03,
	.section06 .section06_inner.inner04 {
		margin-top: 30px;
	}

	.section06 .section06_inner.inner03 .text_tt,
	.section06 .section06_inner.inner04 .text_tt {
		text-align: center;
		line-height: 21px;
	}

	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(1) {
		margin-top: 20px;
	}

	.section06 .sec06_contents .additional_block .text_txt02 li {
		margin-bottom: unset;
	}

	.section06 .sec06_contents .additional_block h5 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.section06 .sec06_contents .additional_block .additional_block_item {
		margin-top: 30px;
	}

	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) h6 {
		padding: 7px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
	}

	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table {
		margin-top: 20px;
	}

	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th,
	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td {
		font-size: 13px;
		padding: 5px;
	}

	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th {
		vertical-align: unset;
	}

	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th:not(:first-child) {
		width: 12.4%;
		font-size: 14px;
	}

	.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td:first-child {
		font-size: 15px;
		padding: 10px;
	}
}

/*section-code*/
.section-code {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}

.section-code .btn-back {
	margin: 0 auto 80px;
	max-width: 760px;
	height: 100px;
}

@media screen and (max-width: 840px) and (min-width: 641px) {
	.section-code .btn-back {
		max-width: 90.48vw;
	}

	.section-code .btn-back a img {
		margin-right: 4vw !important;
	}
}

.section-code .btn-back a {
	display: flex !important;
	width: inherit !important;
	justify-content: flex-start;
	align-items: center;
	background-color: #AB1636;
	font-size: 32px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: unset !important;
	border-radius: 60px;
	position: relative;
	padding-left: 3%;
	line-height: 46px;
	padding: 27px 30px;
}

.section-code .btn-back a img {
	width: 38px;
	margin-right: 47px;
}

.section-code .contsTxt {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 960px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.section-code .contsTxt+p {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	background-color: #fff;
	padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.section-code .contsTxt {
		padding-bottom: 10.6667vw;
	}

	.section-code .contsTxt p {
		font-size: 15px;
	}

	.section-code .contsTxt+p {
		padding-left: calc(3.2vw + 1em);
		padding-right: 3.2vw;
		padding-bottom: 12.5vw;
		text-indent: -1em;
		font-size: 14px;
	}

	.ulp_mi0069 * {
		font-size: 14px;
	}
}

/*section07*/
.section07 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 52px 40px 80px;
	box-sizing: border-box;
	background: url(../img/section07_bg.png) no-repeat center center / cover;
}

.section07 .section07_txtWrap {
	padding: 0 30px;
}

.section07 .section07_txtWrap>.section07_title {
	font-size: 45px;
	font-weight: 900;
	color: #88302F;
	line-height: 1.6;
}

.section07 .section07_txtWrap>.section07_title span {
	font-size: 60px;
	color: #BA3D7E;
	box-shadow: inset 0 -33px 0 #E9D41B;
}

.section07 .section07_txtWrap>.list_caution {
	margin-top: 30px;
}

.section07 .section07_inner {
	max-width: 880px;
	width: 100%;
	border: 2px solid #AB1636;
	border-radius: 36px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 30px;
	background-color: #FFFFFF;
}

.section07 .mod-section-head {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.section07 .sec07_contents {
	padding: 60px 0;
}

.section07 .sec07_contents>p:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
}

.section07 .sec07_contents>p:nth-child(3) {
	font-size: 18px;
}

.section07 .sec07_contents .store-wrap table {
	border: 2px solid #E8B8AB;
	border-radius: 20px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.section07 .sec07_contents .store-wrap table th,
.section07 .sec07_contents .store-wrap table td {
	padding: 8px;
	font-size: 14px;
	vertical-align: middle;
}

.section07 .sec07_contents .store-wrap table th {
	background-color: #FFEEE9;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #AB1636;
	padding: 15px 0;
	border-bottom: 2px solid #E8B8AB;
}

.section07 .sec07_contents .store-wrap table th:nth-child(1) {
	width: 227px;
	border-right: 2px solid #E8B8AB;
}

.section07 .sec07_contents .store-wrap table tr:not(:last-child) td {
	border-bottom: 2px solid #E8B8AB;
}

.section07 .sec07_contents .store-wrap table tr td:not(:last-child) {
	border-right: 2px solid #E8B8AB;
}

.section07 .sec07_contents .store-wrap table tr td {
	font-size: 20px;
	font-weight: normal;
	padding: 38px 30px;
}

.section07 .sec07_contents .eligible-store .text_txt02 {
	margin-top: 30px;
}

.section07 .sec07_contents .ineligible-store .body {
	padding: 40px 30px 60px;
}

.section07 .sec07_contents .ineligible-store .body>p {
	font-size: 20px;
}

.section07 .sec07_contents .ineligible-store .body>table {
	margin-top: 36px;
}

.accordionBlock {
	width: 100%;
	max-width: 100%;
	padding: unset;
	margin-top: 60px;
	border-radius: 10px;
}

.accordionBlock .head {
	position: relative;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 88px;
	cursor: pointer;
	font-size: 30px;
	font-weight: 600;
	color: #fff !important;
	background-color: #AB1636;
	text-align: center;
	text-decoration: none !important;
	border-radius: 20px;
}

.accordionBlock .head::before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-image: url(../img/plus_white.png);
	background-size: contain;
}

.accordionBlock .head.open::before {
	background-image: url(../img/minus_white.png);
}

.accordionBlock .head.open {
	border-radius: 20px 20px 0 0;
}

.accordionBlock .body {
	display: none;
	background: white;
	border: #AB1636 solid 2px;
	border-radius: 0 0 20px 20px;
}

.accordionBlock .body .inner {
	border-radius: 10px;
	background-color: #fff;
	padding: 40px 30px 60px;
}

.accordionBlock .body p {
	margin-bottom: 36px;
	font-size: 20px;
}

.section07 .section07_inner.inner01 {
	margin-top: 40px;
}

.section07 .section07_inner.inner02 {
	margin-top: 60px;
}

.goods_list_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	justify-content: space-between;
}

.goods_list {
	flex-basis: 47.5%;
	display: flex;
	justify-content: center;
	gap: 20px;
}

a.goodsList_Btn {
	width: fit-content;
}

.goods_box {
	width: 42%;
}

.goods_box img {
	border: 2px solid #D0D0D0;
	border-radius: 10px;
	overflow: hidden;
}

.goods_list>p {
	width: 60%;
	font-size: 20px;
}

.goodsList_Btn {
	margin: 40px auto;
	text-align: center;
}

.main-vis .wrp-vis a {
	display: inline;
	color: #006BE5;
	text-decoration: underline;
	line-break: anywhere;
}

a.goodsList_Btn._02 {
	display: block;
}

@media screen and (max-width:640px) {
	.section07 {
		padding: 26px 15px 40px;
		background-image: url(../img/section07_bg_sp.png);
	}

	.section07 .section07_txtWrap {
		padding: 0 15px;
	}

	.section07 .section07_txtWrap>.section07_title {
		font-size: 28px;
	}

	.section07 .section07_txtWrap>.section07_title span {
		font-size: 38px;
		box-shadow: inset 0 -16.5px 0 #E9D41B;
	}

	.section07 .section07_txtWrap>.list_caution {
		margin-top: 15px;
	}

	.section07 .section07_inner.inner01 {
		margin-top: 20px;
	}

	.section07 .section07_inner {
		border-width: 1.5px;
		border-radius: 25px;
		padding: 0 15px;
	}

	.section07 .mod-section-head {
		width: unset;
		margin: 0 auto;
		padding: 0 10px;
	}

	.section07 .sec07_contents {
		padding: 30px 0;
	}

	.text_txt02 li {
		font-size: 14px;
		margin-bottom: unset;
	}

	.section07 .section07_inner.inner02 {
		margin-top: 30px;
	}

	.section07 .sec07_contents>p:nth-child(1) {
		font-size: 16px;
	}

	.section07 .sec07_contents>p:nth-child(3) {
		font-size: 14px;
	}

	.section07 .sec07_contents .store-wrap table {
		border-radius: 10px;
	}

	.section07 .sec07_contents .store-wrap table th {
		font-size: 15px;
		padding: 8px 0;
	}

	.section07 .sec07_contents .store-wrap table th,
	.section07 .sec07_contents .store-wrap table td {
		vertical-align: unset;
	}

	.section07 .sec07_contents .store-wrap table,
	.section07 .sec07_contents .store-wrap table th,
	.section07 .sec07_contents .store-wrap table tr td:not(:last-child),
	.section07 .sec07_contents .store-wrap table tr:not(:last-child) td {
		border-width: 1px !important;
	}

	.section07 .sec07_contents .store-wrap table th:nth-child(1) {
		width: 40%;
	}

	.section07 .sec07_contents .store-wrap table tr td {
		font-size: 15px;
		padding: 20px 10px;
	}

	.section07 .sec07_contents .eligible-store .text_txt02 {
		margin-top: 20px;
	}

	.accordionBlock {
		margin-top: 30px;
	}

	.accordionBlock .head {
		height: 59px;
		font-size: 19px;
		border-radius: 10px;
		padding: 0 27px 0 7px;
	}

	.accordionBlock .head.open {
		border-radius: 10px 10px 0 0;
	}

	.accordionBlock .head::before {
		right: 10px;
		width: 15px;
		height: 15px;
	}

	.section07 .sec07_contents .ineligible-store .body {
		padding: 18px 15px 30px;
	}

	.section07 .sec07_contents .ineligible-store .body>p {
		font-size: 14px;
		margin-bottom: unset;
	}

	.section07 .sec07_contents .ineligible-store .body>table {
		margin-top: 17px;
	}

	.accordionBlock .body {
		border-width: 1px;
		border-radius: 0 0 10px 10px;
	}

	.goods_list_flex {
		gap: 6.25vw;
		flex-direction: column;
	}

	.goods_list_flex.slide {
		margin-top: 6.25vw;
	}

	.goods_list {
		gap: 5.81vw;
		align-items: center;
	}

	.goods_box {
		width: 28.13vw;
	}

	.goods_list>p {
		width: 49.38vw;
		font-size: 15px;
	}

	.goodsList_Btn {
		margin: 6.25vw auto;
	}

	.section-code .btn-back a {
		font-size: 16px;
		border-radius: 30px;
		position: relative;
		padding-left: 3%;
		line-height: 23px;
		padding: 7px 15px 7px 45px;
		text-align: center;
		max-width: 321px;
		margin: 0 auto;
		justify-content: center;
	}

	.section-code .btn-back {
		margin: 0 27px 40px;
		max-width: 760px;
		height: unset;
	}

	.section-code .btn-back a img {
		width: 20px;
		margin-right: unset;
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}