@charset "UTF-8";

.spView_inline {
    display: none !important;
}

.pcView_inline{
	display: inline !important;
}

.pcOnlyView_inline{
	display: inline !important;
}

@media (min-width: 641px) and (max-width: 1024px) {
	.pcOnlyView_inline{
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
    .spView_inline {
        display: inline !important;
    }
	.pcView_inline{
		display: none !important;
	}
	.pcOnlyView_inline{
		display: none !important;
	}
}

.section01,.section02,.section03,.section04,.section05,.section06,.section07,.section08,.section09,.section-double-point,.section-code{
	font-family: 'Noto Sans JP', sans-serif;
}

.w17_5{
	width: 17.5%;
}

.pad-0{
	padding: 0 !important;
}

.mt-0{
	margin: 0 !important;
}

.mb-0{
	margin-bottom: 0 !important;
}

.fontB{
	font-weight: bold;
}

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	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 css*/

.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 css*/

#kv+p {
	font-weight: 500;
	margin: 20px auto;
	text-align: center;
	/* 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;
	}
}

/*section03,section04,section05,section07,section08,section09*/
.section03,
.section04,
.section05,
.section07 {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

.section03.mod-section .mod-section-body{
	padding-bottom: 80px;
}

.section03.mod-section .mod-section-body .contents-list--flex,.section03.mod-section .mod-section-body .text_txt02{
	margin-left: 50px;
	margin-right: 50px;
}

.section04.mod-section .mod-section-body,.section05.mod-section .mod-section-body,.section07.mod-section .mod-section-body,.section08.mod-section .mod-section-body,.section09.mod-section .mod-section-body{
	padding: 60px 50px 80px;

}

.section03.mod-section .mod-section-body .contents-list--flex+p{
	font-size: 20px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.section03.mod-section .mod-section-body{
		padding-bottom: 40px;
	}
	.section03.mod-section .mod-section-body .contents-list--flex,.section03.mod-section .mod-section-body .text_txt02{
		margin-left: 15px;
		margin-right: 15px;
	}
	.section04.mod-section .mod-section-body,.section05.mod-section .mod-section-body,.section07.mod-section .mod-section-body,.section08.mod-section .mod-section-body,.section09.mod-section .mod-section-body{
        padding: 30px 15px 40px;
	}
	.section03.mod-section .mod-section-body .contents-list--flex+p{
		font-size: 14px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

.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;
}

.section07.mod-section .mod-section-body,.section08.mod-section .mod-section-body{
	background-color: #FFE5E5;
}

.section09.mod-section .mod-section-body{
    background-color: #F5F5F5;
}

/*section03,section04,section05,section07,section08,section09*/

/*section02*/
.section02 {
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 30px;
	padding-right: 30px;
}


@media screen and (max-width: 640px) {
	.section02 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.section02 ul {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px;
	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(60px / 2);
		padding-bottom: calc(60px / 2);
	}
}

/*section02*/

/*section03*/
.section03 {
	background: repeating-linear-gradient(
		to right,
		#FFF4AF 0px,
		#FFF4AF 10px,
		rgba(255, 244, 175, 0.8) 10px,
		rgba(255, 244, 175, 0.8) 20px
	);
}

.mod-section-body-content-body .section03_list02 {
	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) {

	.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: repeating-linear-gradient(
		to right,
		#FFD2D2 0px,
		#FFD2D2 10px,
		rgba(255, 210, 210, 0.8) 10px,
		rgba(255, 210, 210, 0.8) 20px
	);
}

.section04 .mod-section-body-content-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.mod-section-body-content-body .section04_list02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 70px;
}

@media screen and (max-width: 640px) {

	.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: repeating-linear-gradient(
		to right,
		#FFDBA4 0px,
		#FFDBA4 10px,
		rgba(255, 219, 164, 0.8) 10px,
		rgba(255, 219, 164, 0.8) 20px
	);
	padding-bottom: 40px;
}

.section05 .mod-section-body-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.section05 .mod-section-body-content-body {
	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: 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: 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 .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 50px;
	box-sizing: border-box;
}

.divider {
	width: 100%;
	max-width: 820px;
	height: 6px;
	margin: 40px auto;
	background-image: url('../img/pattern_pc.png');
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.divider {
		margin: 15px auto;
	}
}

.section06 .sec06_contents {
	padding: 60px 0;
}

.section06 .sec06_contents .additional_block h5 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.section06 .sec06_contents .additional_block h5 {
		font-size: 16px;
	}
}

.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: #CC9706;
	text-align: center;
    background: #FFEEB6;
}

.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;
}

/*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;
	}
}

/*section07*/
.section07 {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.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%;
	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.png);
	background-size: contain;
}

.accordionBlock .head.open::before {
	background-image: url(../img/minus.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;
}

/* .accordionBlock.campaign-detail .body p {
	margin-bottom: 20px;
	font-size: 18px;
} */

@media screen and (max-width:640px) {
	.accordionBlock .body p {
		font-size: 14px;
	}
}

.img_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	gap: 16px;
}

@media screen and (max-width:640px) {
	.img_wrap{
		flex-direction: column;
		gap: 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 .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;
	}

	.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%);
	}
}

/*section05*/

	.section05 .mod-section-body .mod-section-body-content-wrap {
		display: flex;
		flex-direction: column;
		gap: clamp(24px, 4.17vw, 40px);
	}

	.section05 .mod-section-body .mod-section-body-content-wrap>img {
		width: clamp(32px, 6.88vw, 66px);
		margin: 0 auto;
	}

	.section05 .mod-section-body-content {
		border-color: #D80010;
		padding: clamp(28px, 4.69vw, 45px) clamp(40px, 10.42vw, 80px);
	}

	.section05 .mod-section-body-content:nth-child(1),.section05 .mod-section-body-content:nth-child(3){
		background-color: #ffffff;
		border: 1px solid #ffffff;
		border-radius: 20px;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.section05 .mod-section-body-content:nth-child(2) {
		padding: clamp(24px, 4.17vw, 40px) clamp(40px, 10.42vw, 100px);
	}

	.section05 .mod-section-body-content:nth-child(1)>div {
		display: flex;
		gap: clamp(20px, 3.13vw, 30px);
		justify-content: flex-start;
		align-items: center;
	}

	.section05 .mod-section-body-content:nth-child(1)>div:not(:first-child) {
		margin-top: clamp(20px, 3.54vw, 34px);
	}

	.section05 .mod-section-body-content:nth-child(1)>div img {
		width: clamp(100px, 16.67vw, 160px);
		height: 100%;
	}

	.section05 .mod-section-body-content:nth-child(1)>div h4,
	.section05 .mod-section-body-content:nth-child(1)>div h4 span {
		font-size: 30px;
		font-weight: bold;
		text-align: left;
	}
	.section05 .mod-section-body-content:nth-child(1)>div h4 span {
		color: #D80010;
	}

	.section05 .mod-section-body-content h5,
	.section05 .mod-section-body-content h5 a {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.section05 .mod-section-body-content h5 {
		margin-top: clamp(18px, 3.13vw, 30px);
	}

	@media screen and (max-width:640px) {

		.section05 .mod-section-body-content {
			padding: 8vw 4vw;
		}

		.section05 .mod-section-body>img {
			width: 6.6667vw;
		}

		.section05 .mod-section-body-content:nth-child(1)>div {
			gap: 4vw;
		}

		.section05 .mod-section-body-content:nth-child(1)>div:not(:first-child) {
			margin-top: 4vw;
		}

		.section05 .mod-section-body-content:nth-child(1)>div img {
			width: 29.7333vw;
		}

		.section05 .mod-section-body-content h5 {
			margin-top: 5.3333vw;
		}

		.section05 .mod-section-body-content h5,
		.section05 .mod-section-body-content h5 a {
			font-size: 14px;
		}

		.section05 .mod-section-body-content:nth-child(1)>div h4,
		.section05 .mod-section-body-content:nth-child(1)>div h4 span {
			font-size: 18px;
		}
	}

/*section05*/

.section03>.mod-section-body>h4{
	padding-bottom: 60px !important;
}
.contents-fv .contents-list--flex {
	margin-top: 5.729%;
}
.contents-list--flex {
    display: flex;
	justify-content: center;
	gap: 80px 10px;
	flex-wrap: wrap;
	align-items: flex-end;
}
.contents-list {
    margin: 0 auto;
}
/* .contents-list--flex > li {
	background-color: #fff;
	position: relative;
	height: 436px;
    padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
    margin-bottom: 0;
	max-width: 270px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	box-sizing: border-box;
	border-radius: 10px;
}
.contents-list--flex > li .contents-btn {
    margin-top: 4.333%;
    width: 80.667%;
} */

.contents-list--flex > li {
    padding-top: 0;
    margin-bottom: 0;
	max-width: 280px;
}

/* .list-detail-img {
	display: inline-block;
	text-align: center;
	margin-bottom: 24px;
	min-width: 220px;
} */

/* @media screen and (max-width: 640px) {
	.list-detail-img {
		min-width: 154px;
	}
}

.list-detail-img-wrap{
	text-align: center;
}
.list-detail-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
} */

@media screen and (max-width: 640px) {
	.section03>.mod-section-body>h4{
		padding-bottom: 30px !important;
	}
	.contents-list--flex{
		justify-content: center;
		gap: 30px 10px;
	}
	.contents-list--flex > li {
		max-width: 167px;
		/* height: 339px; */
	}
}


/*table*/
.section04_table {
    border: 2px solid #CAC6C5;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}
.section04_table th {
    background-color: #FFF9D2;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #C40018;
    padding: 15px 0;
    border-bottom: 2px solid #CAC6C5;
}
.section04_table tr td{
	vertical-align: middle;
}
.section04_table tbody{
	background-color: #ffffff;
}
.section04_table tr td:not(:last-child) {
    border-right: 2px solid #CAC6C5;
	vertical-align: top;
}
.section04_table tr:not(:last-child) td {
    border-bottom: 2px solid #CAC6C5;
}
.section04_table tr td {
    font-size: 20px;
    font-weight: normal;
    padding: 38px 30px;
}


.section04_table th:nth-child(1) {
	width: 23.26%;
}
.section04_table th:nth-child(2) {
	width: 53.49;
}
.section04_table th:nth-child(3) {
	width: 23.26%;
}

.section04_table th:nth-child(1) {
	border-right: 2px solid #CAC6C5;
	}
.section04_table th:nth-child(2) {
	border-right: 2px solid #CAC6C5;
}

@media screen and (max-width: 640px) {
    .section04_table {
        width: 100% !important;
        table-layout: fixed;
        word-wrap: break-word;
    }

    .section04_table th,
    .section04_table td {
        padding: 12px 8px;
        font-size: 16px;
    }

    .section04_table th:nth-child(1),
    .section04_table th:nth-child(2),
    .section04_table th:nth-child(3),
    .section04_table td:nth-child(1),
    .section04_table td:nth-child(2),
    .section04_table td:nth-child(3) {
        width: auto;
    }

	.section04_table th:nth-child(1) {
		width: 23.26%;
		border-right: 2px solid #CAC6C5;
	}
	.section04_table th:nth-child(2) {
		width: 53.49;
		border-right: 2px solid #CAC6C5;
	}
	.section04_table th:nth-child(3) {
		width: 23.26%;
	}
	.section04_table td:nth-child(1) {
		width: 33.49%;
	}
	.section04_table td:nth-child(2) {
		width: 33.49%;
	}
	.section04_table td:nth-child(3) {
		width: 32.96%;
	}

	.section04_table tr td{
		font-size: 15px;
        padding: 20px 10px;
		vertical-align: top;
	}
}

#ineligible-store a{
	background-color: #CC9706 !important;
}

#ineligible-store .body{
	border: #CC9706 solid 2px;
	padding: 40px 30px;
}

@media screen and (max-width: 640px) {
	#ineligible-store .body{
		padding: 18px 15px 30px;
	}
}

#ineligible-store table{
	border: 2px solid #CAC6C5;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

#ineligible-store table th {
    background-color: #FFF9D2;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #C40018;
    padding: 15px 0;
    border-bottom: 2px solid #CAC6C5;
}

#ineligible-store table th:nth-child(1) {
    width: 227px;
    border-right: 2px solid #CAC6C5;
}

#ineligible-store table tr:not(:last-child) td {
    border-bottom: 2px solid #CAC6C5;
}

#ineligible-store table tr td:not(:last-child) {
    border-right: 2px solid #CAC6C5;
	vertical-align: top;
}

#ineligible-store table tr td {
    font-size: 20px;
    font-weight: normal;
    padding: 38px 30px;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	#ineligible-store table th {
        font-size: 15px;
        padding: 8px 0;
    }
    #ineligible-store table tr td {
        font-size: 15px;
        padding: 20px 10px;
		vertical-align: unset;
    }
	#ineligible-store table th:nth-child(1) {
		width: 40%;
	}
	#ineligible-store .body p{
		margin-bottom: 17px;
	}
}

/* .campaign-detail{
	margin-top: 0 !important;
} */

.campaign-detail a{
	background-color: #4D4D4D !important;
}

.campaign-detail .body{
	border: #4D4D4D solid 2px;
}


.section06 p.text_tt {
	font-size: 32px;
	font-weight: bold;
	color: #C40018;
	margin-bottom: 20px;
}

.section06 .body {
    padding: 40px 30px 60px;
}

@media screen and (max-width: 640px) {
	.section06{
		padding: 50px 15px 40px;
	}
	.section06 .body {
		padding: 30px 12px 20px;
	}
	.section06 p.text_tt {
		margin-bottom: 2.5vw;
		font-size: 17px;
	}
}


/*section-code*/
.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+p {
        padding-left: calc(3.2vw + 1em);
        padding-right: 3.2vw;
        padding-bottom: 12.5vw;
        text-indent: -1em;
        font-size: 14px;
    }
}
/*section-code*/


.section07 .body,.section09 .body {
    padding: 40px 30px;
}

@media screen and (max-width: 640px) {
	.section07 .body,.section09 .body {
		padding: 20px 12px 20px;
	}
}

.section07 a.page_link,.section08 a.page_link,.section09 a.page_link{
	font-size: 22px;
    font-weight: 600;
    color: #006BE5;
    text-decoration: underline;
	background-color: unset !important;
}

.section07.mod-section .campaign-detail+.campaign-detail,.section09.mod-section .campaign_policy+.campaign_policy{
	margin-top: 40px !important;
}

@media screen and (max-width: 640px) {
	.section07 a.page_link,.section08 a.page_link,.section09 a.page_link{
		font-size: 15px;
	}
	.section07.mod-section .campaign-detail+.campaign-detail,.section09.mod-section .campaign_policy+.campaign_policy{
		margin-top: 20px !important;
	}
}

.mb-0-wrap>*{
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

.campaign_policy>a{
	padding-left: 70px;
    padding-right: 70px;
}

@media screen and (max-width: 640px) {
	.campaign_policy>a{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: unset;
		padding-right: unset;
	}
}

.section09 .sec09_contents>p.fontB{
    font-size: 22px;
    font-weight: bold;
	color: #4D4D4D;
}

.section-double-point{
	padding: 80px 30px 80px;
}

.section-double-point>div{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.section-double-point{
		padding: 40px 12px;
	}
	.section-double-point>div{
		padding-left: unset;
		padding-right: unset;
		padding-bottom: 20px;
	}
}

.code_wrap_img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.code_wrap_img{
		width: 40px;
		height: 40px;
	}
}

.applicableStores-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 16px;
}

.applicableStores-title>div{
	width: 50%;
	display: flex;
	flex-direction: row;
	text-align: center;
	box-sizing: border-box;
}

.pattern_yellow,.pattern_red{
	display: flex;
	flex-direction: row;
}

.pattern_yellow{
	border: 2px solid #CC9706;
	color: #CC9706;
}

.pattern_yellow>div:nth-child(1){
	border-right: 2px solid #CC9706;
	background-color: #FFEEB6;
	padding: 7px 20px;
	width: 36%;
}

.pattern_yellow>div:nth-child(2){
	background-color: #FFFFFF;
	padding: 7px 13px;
	width: 64%;
}

.pattern_red{
	border: 2px solid #C40018;
	color: #C40018;
}

.pattern_red>div:nth-child(1){
	border-right: 2px solid #C40018;
	background-color: #FFEFEF;
	padding: 7px 20px;
	width: 36%;
}

.pattern_red>div:nth-child(2){
	background-color: #FFFFFF;
	padding: 7px 13px;
	width: 64%;
}

@media screen and (max-width: 640px) {
	.applicableStores-title{
		flex-direction: column;
		gap: 20px;
	}
	.applicableStores-title>div{
		width: 100%;
	}
	.pattern_yellow>div:nth-child(1),.pattern_red>div:nth-child(1){
		padding: 6px 12px;
	}
	.pattern_yellow>div:nth-child(2),.pattern_red>div:nth-child(2){
		padding: 6px;
	}
}


/*#faq*/

.faqList li:not(:first-child) {
	margin-top: 20px;
}

.section08 .accordion_head{
	color: #211D1D !important;
	background-color: #FED731 !important;
	position: relative;
}

div[data-include="faq"] .accordion_head{
	padding: 25px 100px 25px 72px !important;
	border-radius: 10px;
}

div[data-include="faq"] .accordion_head::before {
    content: '';
    position: absolute;
    left: 30px !important;
    top: 25px !important;
    width: 32px !important;
    height: 32px !important;
    background-image: url(../img/faq_q_icon.png);
    background-repeat: no-repeat !important;
}

div[data-include="faq"] .accordion_head::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/plus_black.png) !important;
    background-size: 100% 100%;
}

div[data-include="faq"] .accordion_body::before {
    content: '';
    position: absolute;
    left: 30px !important;
    top: 24px !important;
    width: 30px !important;
    height: 30px !important;
}

@media screen and (max-width: 640px) {
	div[data-include="faq"] .accordion_body::before {
		width: 15px !important;
		height: 15px !important;
		left: 15px !important;
		top: 12px !important;
	}
}

div[data-include="faq"] .accordion_area[open] .accordion_head::after {
    background-image: url(../img/minus_black.png) !important;
	height: 4px;
}

.section08 div[data-include="faq"] .accordion_area .accordion_body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
}

.section08 div[data-include="faq"] .accordion_body .inner{
	padding-top: 24px !important;
	background-color: #ffffff;
	border: 2px solid #FED731;
	border-radius: 0 0 10px 10px;
}

.section08 div[data-include="faq"] .accordion_area[open] .accordion_head{
	border-radius: 10px 10px 0 0;
}

.section08{
	scroll-padding-top: 56px !important;
	scroll-behavior: smooth;
}

@media screen and (max-width: 640px) {
    div[data-include="faq"] .accordion_body {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 640px) {

	div[data-include="faq"] .accordion_area[open] .accordion_head::after {
		height: 2px;
	}

	.faqList li:not(:first-child) {
		margin-top: 10px;
	}

	div[data-include="faq"] .accordion_head{
		padding: 10px 50px 10px 42px !important;
	}

	div[data-include="faq"] .accordion_head::before {
		content: '';
		position: absolute;
		left: 12px !important;
		top: 10px !important;
		width: 20px !important;
		height: 20px !important;
	}

	.section08 div[data-include="faq"] .accordion_body .inner{
		font-size: 14px !important;
	}

	div[data-include="faq"] .accordion_head::after {
		right: 15px !important;
	}
	div[data-include="faq"] .accordion_body .inner {
		padding: 15px 0 15px 28px;
	}

	.section08 div[data-include="faq"] .accordion_body .inner{
		padding: 12px 15px 12px 38px !important;
	}
}

/*#faq*/

/*#terms*/

.section09 .accordion_head{
	color: #fff !important;
	background-color: #4D4D4D !important;
	position: relative;
}

.section09 .accordion_area .accordion_body, .section09 .body {
	padding: 40px 30px;
}
.section09 .accordion_area .accordion_body {
	border: #4D4D4D solid 2px;
	border-radius: 0 0 10px 10px;
}

.section09 div[data-include="terms"] .accordion_area .accordion_body h4:before{
    display: block;
    width: 100%;
    max-width: 820px;
    height: 6px;
    margin: 40px auto;
    background-image: url(../img/pattern_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: unset;
	position: static;
}

.section09 div[data-include="terms"] .accordion_area .accordion_body h4 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #4D4D4D;
	margin: 0 0 10px;
    padding-top: 0;
}

.section09 div[data-include="terms"] .accordion_area .accordion_body .inner{
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 !important;
}

@media screen and (max-width: 640px) {
	.section09 div[data-include="terms"] .accordion_area .accordion_body h4:before{
		margin: 20px auto;
	}
	.section09 div[data-include="terms"] .accordion_area .accordion_body .inner{
		padding: 30px 12px !important;
	}
}

/*#terms*/

.br_layout_inline{
	display: none;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
	.br_layout_inline{
		display: inline;
	}
}
@media screen and (max-width: 640px) {
    .section07 .mod-section-body-content .text_txt05 {
        margin-bottom: 20px;
    }
	.br_layout_inline{
		display: inline;
	}
}
@media screen and (max-width: 380px) {
    .point_table thead th {
        padding: 5px 7px !important;
    }
    .point_table tbody th {
        padding: 3px !important;
        width: 17.5% !important;
    }
    .point_table tbody td {
        padding: 3px !important;
        width: 12.5% !important;
        text-align: center !important;
    }
}


@media screen and (max-width: 300px) {
	.contents-list--flex > li {
        max-width: 150px;
    }
	.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{
		padding: 5px 0;
	}
}


@media screen and (min-width: 300px) and (max-width: 350px) {
	.contents-list--flex > li {
        max-width: 120px;
    }
	.section03.mod-section .mod-section-body .contents-list--flex, .section03.mod-section .mod-section-body .text_txt02{
		margin-left: 5px;
		margin-right: 5px;
	}
	.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{
		padding: 5px 0;
	}
}

@media screen and (min-width: 351px) and (max-width: 480px) {
	.contents-list--flex > li {
        max-width: 150px;
    }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
	.contents-list--flex > li {
        max-width: 200px;
    }
}

@media screen and (min-width: 641px) and (max-width: 880px) {
	.contents-list--flex > li {
        max-width: 240px;
    }
}

@media screen and (min-width: 881px) and (max-width: 1024px) {
	.contents-list--flex > li {
        max-width: 240px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
}

@media screen and (min-width: 1281px) {
}