@charset "UTF-8";

/*common css start*/

.section-contents,.section-double-point,.section-code{
	--font-4xl: 34px;
	--font-3xl: 24px;
	--font-2xl: 22px;
	--font-xl: 22px;
	--font-lg: 20px;
	--font-md: 18px;
	--font-sm: 16px;
	--font-2sm: 14px;
}

.section01,.section02,.section03,.section04,.section05,.section06,.section07,.section08,.section09,.section-double-point,.section-code{
	word-break: break-all;
	line-height: 1.5 !important;
}

.hidden{
	visibility: hidden;
}

.spView {
    display: none !important;
}

.pcView{
	display: block !important;
}

.spView_inline {
    display: none !important;
}

.pcView_inline{
	display: inline !important;
}

.pcOnlyView_inline{
	display: inline !important;
}

.fwB{
	font-weight: bold !important;
}

.link{
	text-decoration: underline;
	color: #006BE5;
	display: inline;
	word-break: break-all;
}

@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;
	}
	.spView {
		display: block !important;
	}
	.pcView{
		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;
}

.ta-c{
	text-align: center !important;
	margin: 0 auto;
}

.ta-l{
	text-align: left !important;
}

.mt-0{
	margin: 0 !important;
}

.mb-0{
	margin-bottom: 0 !important;
}

.fc-red{
	color: #D80010;
}

.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%;
}

.list_caution li {
	font-size: var(--font-sm);
	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: var(--font-sm);
}

.section-contents .text_box>.fontB{
	font-size: var(--font-xl);
    text-align: center;
}

.section-contents .text_box>.text_txt02{
	margin-top: 30px;
}

.section-contents .text_box{
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.section-contents .text_box>.fontB{
        font-size: 15px;
	}
	.section-contents .text_box>.text_txt02{
		margin-top: 20px;
	}
	.section-contents .text_box{
		margin-top: 20px;
	}
}

.accordionBlock {
	width: 100%;
	max-width: 100%;
	padding: unset;
	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: #365289;
	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: 40px;
	font-size: var(--font-xl);
}

.section-contents a.entry_link {
	display: block !important;
	margin: 60px auto;
	max-width: 560px;
}

.terms__show-all,.faq__show-all{
	margin-bottom: 40px;
}

.terms__show-all a,.faq__show-all a{
	font-size: var(--font-xl);
}

.notes_list>li{
	font-size: var(--font-md) !important;
}

@media screen and (max-width:640px) {
	.accordionBlock {
		margin-top: 50px;
	}

	.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;
	}

	.accordionBlock .body {
		border-width: 1px;
		border-radius: 0 0 10px 10px;
	}

	.accordionBlock .body p {
		margin-bottom: 20px;
		font-size: var(--font-sm);
	}

	.section-contents a.entry_link {
		max-width: 290px;
		margin: 30px auto;
	}

	.terms__show-all,.faq__show-all{
		margin-bottom: 30px;
	}
	.terms__show-all a,.faq__show-all a{
		font-size: 15px;
	}
	.notes_list>li{
		font-size: var(--font-2sm) !important;
	}
}

/*common css end*/

/*kv css start*/

#kv+p {
	font-weight: 500;
	margin: 20px auto;
	text-align: center;
	font-size: clamp(14px, 4vw, 18px);
}

#kv+p a {
	text-decoration: underline;
	color: #006BE5;
}

@media screen and (max-width: 640px) {
	.kv+p {
		font-size: var(--font-sm);
	}
}

/*kv css end*/

/*section03,section04,section05,section07,section08,section09*/

.mod-section .mod-section-body{
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	padding: 80px 50px 100px;
}

@media screen and (max-width: 640px) {

	.mod-section .mod-section-body{
		font-family: 'Noto Sans JP', sans-serif;
		position: relative;
		padding: 30px 15px 50px;
	}

}

.section03>.mod-section-body>h4,
.section04>.mod-section-body>h4 {
	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: #FAFCFF;
}

.section09.mod-section .mod-section-body{
    background-color: #F3FDFF;
}

.section09.mod-section .mod-section-body-content{
	background-color: #FFFFFF;
}

/*section03,section04,section05,section07,section08,section09*/

/*section01*/

.section01{
	background-color: #FFFFFF;
}

.section01 .section-contents .text_box{
    margin-left: 50px;
    margin-right: 50px;
}

@media screen and (max-width: 640px) {

	.section01 .section-contents .text_box{
		margin-left: 15px;
		margin-right: 15px;
	}

}

/*section01*/

/*section02*/
.section02 {
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
}

@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-color: #F6E6ED;
}

.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;
}

.section03 .section-contents a.entry_link{
	margin-bottom: 0 !important;
}

@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-color: #E6F8E1;
}

.section04 .logo-wrap{
	background-color: #FFFFFF;
	padding: 40px;
	margin-bottom: 60px;
}

.section04 .logo-wrap>div{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.section04 .logo-wrap.pcView > div:not(:first-child) {
	margin-top: 20px;
}

.section04 .logo-wrap>div>div{
	border: 2px solid #cccccc;
	border-radius: 20px;
	max-width: 140px;
	width: 100%;
	box-sizing: border-box;
}

.section04 .logo-wrap>div>div img{
	border-radius: 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 .logo-wrap{
		padding: 15px;
		margin-bottom: 30px;
	}
	.section04 .logo-wrap.spView > div:not(:first-child) {
		margin-top: 10px;
	}
	.section04 .logo-wrap>div{
		display: flex;
		margin: 0 auto;
		gap: 12px;
	}
	.section04 .logo-wrap.spView>div>div{
		display: inline-block;
		box-sizing: border-box;
	}


	.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: var(--font-xl);
	color: #A8553F;
}

.highlight span:nth-child(2) {
	font-weight: bold;
	font-size: 30px;
	color: #A8553F;
}

.section05 {
	background-color: #F0E7F8;
}

.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: var(--font-xl);
	font-weight: bold;
}

.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: var(--font-sm);
	}

	.highlight span:nth-child(2) {
		font-size: var(--font-xl);
	}

	.section05 .body-content.text-wrap {
		font-size: var(--font-sm);
	}

	.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 .section-contents a.entry_link {
	display: block !important;
	max-width: 560px;
	margin: 0 auto;
}

.section05 .section-contents a.entry_link.btn04 {
	margin-top: 80px;
}

@media screen and (max-width: 640px) {
	.section05 .section-contents a.entry_link {
		max-width: 275px;
	}
	.section05 .section-contents a.entry_link.btn04 {
		margin-top: 40px;
	}
}


/*section05*/

/*section06*/
.section06 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.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 .additional_block h5{
	font-weight: 700;
	font-size: var(--font-4xl);
	text-align: center;
	margin-bottom: 30px;
}

.section06 .text_box>p{
	font-size: var(--font-lg);
}

.web-contact,.phone-contact {
	font-size: var(--font-4xl);
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.section06 .text_box>p{
		font-size: var(--font-2sm);
	}
	.section06 .sec06_contents .additional_block h5{
		font-size: 19px;
		margin-bottom: 20px;
	}
	.web-contact,.phone-contact {
		font-size: var(--font-md);
	}
}

.section06 .sec06_contents .additional_block .additional_block_item {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.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: var(--font-xl);
	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 #CCCCCC;
	padding: 5px 8px;
	font-size: var(--font-sm);
	vertical-align: middle;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table th {
	font-size: var(--font-sm);
}

.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: #F9F9F9;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td:first-child {
	font-size: var(--font-sm);
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td:first-child {
	padding: 11px 8px;
	word-break: break-all;
}

.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: #E7F3FB;
}

.section06 .sec06_contents .additional_block .additional_block_item:nth-child(2) table td.td_Pb {
	color: #E74863;
	text-align: center;
	background: #FFEFEF;
}

.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: var(--font-2xl);
	font-weight: 600;
	color: #000000;
}

.text_txt02 {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.text_txt02 li {
	position: relative;
	font-size: var(--font-sm) !important;
	color: #000000;
	padding-left: 1.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: var(--font-lg);
	background-color: #FFFFFF;
}

.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%;
	padding: 27px 30px;
}

.section-code .btn-back a img {
	width: 38px;
	margin-right: 47px;
}

.section-code .contsTxt {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	max-width: 860px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.section-code .contsTxt p {
	font-size: var(--font-2sm);
}
@media screen and (max-width: 640px) {
	.section-code .contsTxt {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 25px;
	}

	.section-code .contsTxt p {
		font-size: var(--font-2sm);
	}
}

/*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;
}

.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: var(--font-2xl);
	font-weight: bold;
}

.section07 .sec07_contents>p:nth-child(3) {
	font-size: var(--font-lg);
}

.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: var(--font-sm);
	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: var(--font-xl);
	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: var(--font-xl);
}

.section07 .sec07_contents .ineligible-store .body>table {
	margin-top: 36px;
}

.img_flex_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	gap: 16px;
}

.img_flex_wrap>div{
    max-width: 415px;
}

.section07 a.entry_link{
	margin-top: 80px;
	margin-bottom: 0;
}

@media screen and (max-width:640px) {
	.img_flex_wrap{
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.section07 a.entry_link{
		margin-top: 40px;
		margin-bottom: 0;
	}
}

.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: var(--font-xl);
}

.goodsList_Btn {
	margin: 40px auto;
	text-align: center;
}

.section-contents 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: var(--font-sm);
		margin-bottom: unset;
	}

	.section07 .section07_inner.inner02 {
		margin-top: 30px;
	}

	.section07 .sec07_contents>p:nth-child(1) {
		font-size: var(--font-md);
	}

	.section07 .sec07_contents>p:nth-child(3) {
		font-size: var(--font-sm);
	}

	.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;
	}


	.section07 .sec07_contents .ineligible-store .body {
		padding: 18px 15px 30px;
	}

	.section07 .sec07_contents .ineligible-store .body>p {
		font-size: var(--font-sm);
		margin-bottom: unset;
	}

	.section07 .sec07_contents .ineligible-store .body>table {
		margin-top: 17px;
	}

	.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: var(--font-md);
		border-radius: 30px;
		position: relative;
		padding-left: 3%;
		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*/
	.step_icon{
		max-width: 180px;
	}

	.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.content-wrap01 {
		display: flex;
		flex-direction: row;
		gap: 30px;
	}

	.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap02{
		display: flex;
		flex-direction: row;
		gap: 28px;
		margin-top: 80px;
		margin-bottom: 30px;
	}

	.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01>.contentA,.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01>.contentB {
		flex: 1;
		display: flex;
		align-items: center;
		gap: 30px;
	}

	.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap02>.contentB{
		flex: 1;
		display: flex;
		align-items: center;
		gap: 30px;
		text-align: center;
	}

	.section05 .contentA_01,.section05 .contentB_01{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 30px;
	}

	.section05 .contentA_01>div,.section05 .contentB_01>div{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		align-items: center;
	}

	.section05 .contentA_01>div:nth-child(1) h5+div,.section05 .contentA_01>div:nth-child(2) h5+div{
		max-width: 160px;
	}
	.section05 .contentB_02>div:nth-child(1) h5+div,.section05 .contentB_02>div:nth-child(2) h5+div{
		max-width: 160px;
	}


	.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01>.mod-section-body-content{
		padding: 40px 20px;
	}
	.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap02>.mod-section-body-content{
		padding: 30px 10px;
	}

	.section05 .mod-section-body-content{
		background-color: #ffffff;
		border: 1px solid #ffffff;
		border-radius: 20px;
		box-sizing: border-box;
	}

	.section05 .mod-section-body-content:nth-child(1)>div {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.section05 .mod-section-body-content.contentA p+div{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}

	.contentA .contentA_01 p,.contentA .contentA_01 span{
		font-size: var(--font-xl);
		font-weight: bold;
		text-align: center;
	}

	.contentA .contentA_02>p{
		font-size: var(--font-3xl);
		font-weight: bold;
		text-align: center;
	}
	.contentB .contentB_01 p{
		font-size: var(--font-md) !important;
		font-weight: bold;
	}
	.contentB .contentB_02{
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.contentB .contentB_02 p{
		font-size: var(--font-md) !important;
		font-weight: bold;
	}
	.contentB .contentB_03 p{
		font-size: var(--font-lg) !important;
		font-weight: bold;
	}
	.contentB .contentB_02>div{
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.contentA .contentA_02>div p,.contentB .contentB_03>div p{
		font-size: var(--font-sm) !important;
		font-weight: normal;
		text-align: center;
	}


	@media screen and (max-width:640px) {
		.step_icon{
			max-width: 113px;
		}
		.section05 .mod-section-body-content.contentA p+div{
			gap: 15px;
		}
		.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01>.contentA,.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap02>.contentB{
			gap: 15px !important;
		}
		.contentA .contentA_01 p, .contentA .contentA_01 span,.contentB .contentB_01 p,.contentB .contentB_02 p{
			font-size: 15px !important;
		}
		.contentA .contentA_02>p,.contentB .contentB_03 p{
			font-size: 17px !important;
		}
		.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap02>.mod-section-body-content{
			padding: 20px 15px;
		}
		.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap02{
			flex-direction: column;
		}

		.section05 .mod-section-body-content {
			padding: 8vw 4vw;
		}

		.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01 {
			flex-direction: column;
			gap: 20px;
		}

		.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01>.mod-section-body-content{
			padding: 20px 15px;
		}

		.section05 .mod-section-body>img {
			width: 6.6667vw;
		}

		.section05 .mod-section-body-content:nth-child(1)>div {
			gap: 4vw;
		}

		.section05 .mod-section-body-content h5,
		.section05 .mod-section-body-content h5 a {
			font-size: var(--font-sm);
		}

		.section05 .mod-section-body-content:nth-child(1)>div h5,
		.section05 .mod-section-body-content:nth-child(1)>div h5 span {
			font-size: var(--font-lg);
		}

		.contentB .contentB_02{
			gap: 20px;
		}
		.contentB .contentB_02>div{
			gap: 10px;
		}
	}

/*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 {
    padding-top: 0;
    margin-bottom: 0;
	max-width: 280px;
}

@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;
	}

	.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01>.contentA,.section05 .mod-section-body .mod-section-body-content-wrap.content-wrap01>.contentB {
		gap: 30px;
	}
}


/*table*/
.section04_table {
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}
.section04_table th {
    background-color: #40AD4A;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
}
.section04_table tr td{
	vertical-align: middle;
}
.section04_table tbody{
	background-color: #ffffff;
}
.section04_table tr td:not(:last-child) {
    border-right: 1px solid #CCCCCC;
	vertical-align: top;
}
.section04_table tr:not(:last-child) td {
    border-bottom: 1px solid #CCCCCC;
}
.section04_table tr td {
    font-size: var(--font-xl);
    font-weight: normal;
    padding: 38px 30px;
}

.section04_table th:nth-child(1) {
	width: 25.6%;
}
.section04_table th:nth-child(2) {
	width: 51%;
}
.section04_table th:nth-child(3) {
	width: 23.4%;
}

.section04_table th:nth-child(1) {
	border-right: 1px solid #CCCCCC;
	}
.section04_table th:nth-child(2) {
	border-right: 1px solid #CCCCCC;
}

@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: var(--font-md);
    }

    .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%;
	}
	.section04_table th:nth-child(2) {
		width: 53.49;
	}
	.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{
	margin-top: 60px;
}

#ineligible-store a{
	background-color: #1E9137 !important;
}

#ineligible-store .body{
	border: #1E9137 solid 2px;
	padding: 50px;
}

@media screen and (max-width: 640px) {
	.ineligible-store{
		margin-top: 50px;
	}
	#ineligible-store .body{
		padding: 25px 15px;
	}
}

#ineligible-store table{
	border: 1px solid #CCCCCC;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

#ineligible-store table th {
    background-color: #1E9137;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
}

#ineligible-store table th:nth-child(1) {
    width: 227px;
    border-right: 1px solid #CCCCCC;
}

#ineligible-store table tr:not(:last-child) td {
    border-bottom: 1px solid #CCCCCC;
}

#ineligible-store table tr td:not(:last-child) {
    border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

#ineligible-store table tr td {
    font-size: var(--font-xl);
    font-weight: normal;
    padding: 38px 30px;
	vertical-align: unset;
}

@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;
	}
}


.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 .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: 860px;
	background-color: #fff;
	padding-bottom: 110px;
	text-align: center;
	font-size: var(--font-sm);
}
.notesIndent{
	font-size: 15px;
	line-height: 1.5 !important;
}
.notesIndent a{
	display: inline;
	color: #006BE5;
	text-decoration: underline;
}
@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: 15px;
		text-align: left !important;
    }
}
/*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: var(--font-xl);
    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: var(--font-md);
	}
	.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: 100px 50px 80px;
	background-color: #FFFFFF;
}

.section-double-point>div{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

@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: 70px;
	height: 70px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.code_wrap_img{
		width: 45px;
		height: 45px;
	}
}

.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;
	border-radius: 10px;
}

.pattern_yellow,.pattern_red,.pattern_blue{
	display: flex;
	flex-direction: row;
}

.pattern_yellow{
	border: 1px solid #CCCCCC;
	color: #CC9706;
}

.pattern_blue{
	border: 1px solid #CCCCCC;
	color: #1C4493;
}

.pattern_red{
	border: 1px solid #CCCCCC;
	color: #E74863;
}

.pattern_blue>div:nth-child(1){
	border-right: 1px solid #CCCCCC;
	background-color: #E7F3FB;
	padding: 10px 20px;
	width: 36%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.pattern_blue>div:nth-child(2){
	background-color: #FFFFFF;
	padding: 10px 20px;
	width: 64%;
	border-radius: 10px;
}

.pattern_yellow>div:nth-child(1){
	border-right: 1px solid #CCCCCC;
	background-color: #FFEEB6;
	padding: 7px 20px;
	width: 36%;
}

.pattern_yellow>div:nth-child(2){
	background-color: #FFFFFF;
	padding: 7px 13px;
	width: 64%;
}

.pattern_red>div:nth-child(1){
	border-right: 1px solid #CCCCCC;
	background-color: #FFEFEF;
	padding: 10px 20px;
	width: 36%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.pattern_red>div:nth-child(2){
	background-color: #FFFFFF;
	padding: 10px 20px;
	width: 64%;
	border-radius: 10px;
}

@media screen and (max-width: 640px) {
	.applicableStores-title{
		flex-direction: column;
		gap: 20px;
	}
	.applicableStores-title>div{
		width: 100%;
	}
	.pattern_blue>div:nth-child(1),.pattern_yellow>div:nth-child(1),.pattern_red>div:nth-child(1){
		padding: 10px 20px;
	}
	.pattern_blue>div:nth-child(2),.pattern_yellow>div:nth-child(2),.pattern_red>div:nth-child(2){
		padding: 10px;
	}
}


/*#faq*/

.faqList li:not(:first-child) {
	margin-top: 20px;
}

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_blue.png) !important;
    background-size: 100% 100%;
}

div[data-include="faq"] .accordion_body::before {
    content: '';
    position: absolute;
    left: 30px !important;
    top: 25px !important;
    width: 32px !important;
    height: 32px !important;
	z-index: 1;
}

.faq .inner{
	position: relative;
}

.faq .inner::before{
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 93%;
    height: 1px;
    background-color: #CCCCCC;
    transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	div[data-include="faq"] .accordion_body::before {
		width: 20px !important;
		height: 20px !important;
		left: 15px !important;
		top: 12px !important;
	}
}

div[data-include="faq"] .accordion_area[open] .accordion_head::after {
    background-image: url(../img/minus_blue.png) !important;
	height: 4px;
}

.section08 div[data-include="faq"] .accordion_area .accordion_body {
	font-family: 'Noto Sans JP', sans-serif;
}

.section07,.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;
	}

	div[data-include="faq"] .accordion_head::after {
		right: 15px !important;
	}
	div[data-include="faq"] .accordion_body .inner {
		padding: 15px 0 15px 28px;
	}
}

/*#faq*/

/*#terms*/

.section09 .accordion_area .accordion_body, .section09 .body {
	padding: 50px;
}

@media screen and (max-width: 640px) {
	.section09 .accordion_area .accordion_body, .section09 .body {
		padding: 25px 20px;
	}
}

.phone-contact{
	margin-top: 80px;
}

.phone-contact+.text_box>.fontB.ta-l{
	margin-bottom: 30px;
}

.docomo-phone-info,.general-phone-info{
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.phone-contact{
		margin-top: 40px;
	}
	.phone-contact+.text_box>.fontB.ta-l{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.docomo-phone-info,.general-phone-info{
		margin-top: 20px;
	}
}
/*#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) {
}

@media screen and (max-width: 640px) {

	.section01 .text_txt02 li{
		font-size: var(--font-2sm) !important;
	}
}


/**/

div[data-include="terms"] .accordion_area .accordion_body h4:before{
	width: 100% !important;
    background-color: #CCCCCC !important;
}

.notes_list.number-count{
	counter-reset: number 0;
}

.notes_list.number-count.parenthesis>li {
    padding-left: 3em;
}

.notes_list>li {
    position: relative;
    text-indent: 0;
}

.notes_list.number-count.parenthesis > li::before {
    content: "\3000" counter(number) "\3000";
}
.notes_list.number-count>li:before {
    counter-increment: number 1;
}
.notes_list>li:before {
    position: absolute;
    top: 0;
    left: 0;
}

.notesIndent.accordion_indent{
	font-size: 100%;
}

@media screen and (max-width: 640px) {
	.notesIndent.accordion_indent{
		font-size: var(--font-2sm) !important;
	}
}