@charset "UTF-8";

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}


.evw-cont *,
*::before,
*::after {
	box-sizing: border-box;
}

.event_name_img_ {
	margin-bottom: 30px;
}

.event_name_img_>img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


.sp {
	display: none;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	/* .event_name_img_ {
		margin-bottom: 30px;
	} */

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	br.sp {
		display: inline;
	}
}

.bold {
	font-weight: bold !important;
}

.fc_green {
	color: #00833E;
	font-size: 110%;
}

.fs_s {
	font-size: 90%;
}

.fs_l {
	font-size: 110%;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.center {
	text-align: center;
}

body {
	line-height: 1.5;
}

img {
	max-width: 100%;
}

.container * {
	box-sizing: border-box;
}

.container *:before,
.container *:after {
	box-sizing: border-box;
}

.container {
	width: 100%;
}

.container .contents_inner {
	padding: 0 10px;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}

	.container .contents_inner {
		max-width: 100%;
		width: 100%;
		padding: 0 10px;
	}
}

#bread ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
	font-size: 84%;
}

#bread ul li+li:before {
	content: ">";
	display: inline-block;
	margin: 0 7px;
}

#bread ul li a {
	text-decoration: underline;
}

.evw-cont a {
	color: #00833E;
}

.evw-cont {
	text-align: center;
	line-height: 1.8;
	width: 852px;
	margin: 0 auto;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.evw-cont {
		padding: 0;
		text-align: left;
		box-sizing: border-box;
		width: auto;
	}
}

.ancherlink {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
}

@media screen and (max-width: 767px) {
	.ancherlink {
		margin: 20px 0;
		text-align: center;
	}
}

.ancherlink a {
	display: block;
	font-weight: bold;
	color: #fff;
	background: #00833E;
	width: 24%;
}

@media screen and (max-width: 767px) {
	.ancherlink a {
		margin-bottom: 3%;
		width: calc((100% - 3px) / 4);
		font-size: 17px;
		line-height: 1em;
	}

}

.ancherlink a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.ancherlink a span {
	display: inline-block;
	padding: 12px 0 12px 22px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher.png") left center no-repeat;
	background-size: 18px auto;
}
@media screen and (max-width: 767px) {
	.ancherlink a span {
		display: block;
		padding: 12px 0 12px 22px;
		background: url("/html/upload/user_data/feature/vw/img/icon_ancher.png") left 6px center no-repeat;
		background-size: 16px auto;
		font-size: 10px;
		}	
}

.head01 {
	margin: 60px 0;
	padding: 15px;
	border-top: 3px solid #00833E;
	border-bottom: 3px solid #00833E;
	color: #00833E;
	font-weight: bold;
	font-size: 130%;
}

.head02 {
	margin: 60px 0 50px;
	padding: 15px;
	color: #fff;
	background: #00833E;
	font-weight: bold;
	font-size: 130%;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.head01 {
		margin: 40px 0 30px;
		padding: 15px;
		text-align: center;
	}

	.head02 {
		margin: 40px 0 30px;
		padding: 10px;
		text-align: center;
	}
}


a.btn {
	display: block;
	margin: auto;
	width: 280px;
	padding: 12px 0px 10px 25px;
	margin-bottom: 10px;
	color: #00833E;
	font-weight: bold;
	font-size: 110%;
	border: 2px solid #00833E;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_link.png") 25px center no-repeat #fff;
	background-size: 20px;
	transition: .3s ease-in-out;
}

a.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

a.btn_01 {
	border: 2px solid #eb8012;
	display: inline-block;
	margin: auto 15px;
	width: 280px;
	padding: 12px 0 10px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher_03.png") 240px center no-repeat #eb8012;
	background-size: 20px;
	transition: .3s ease-in-out;
}

a.btn_02 {
	display: inline-block;
	margin: auto;
	width: 280px;
	padding: 12px 0 10px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher.png") 240px center no-repeat #00833E;
	background-size: 20px;
	transition: .3s ease-in-out;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	a.btn {
		text-align: center;
		text-decoration: none;
	}

	a.btn_01 {
		display: block;
		margin: 0 auto;
	}

	a.btn_02 {
		display: block;
	}
}

.btn_disply {
	display: inline-block !important;
}

.btnmr {
	margin-right: 30px !important;
}

a.btn_entry {
	display: block;
	margin: 0 auto 40px;
	width: 400px;
	padding: 12px 0px 10px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	border: 2px solid #eb8012;
	border-radius: 50px;
	background-color: #eb8012;
	transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
	.topRegistr {
		text-align: center;
	}

	.btnmr {
		margin-right: 0px !important;
	}

	a.btn_entry {
		margin: 0 auto 20px;
		width: auto;
		text-align: center;
		padding: 18px;
		font-size: 16px;
		line-height: 1;
		border: none;
		text-decoration: none;
	}
}


.vc {
	width: 80%;
	margin: 40px auto 0;
}

.vc h3 {
	padding: 10px;
	margin-bottom: 30px;
}

.vc p {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 30px;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.vc {
		width: 100%;
	}

	.vc h3 {
		margin-bottom: 20px;
	}

	.vc p {
		font-size: 130%;
		margin-bottom: 20px;
		text-align: center;
	}

	.vc span {
		font-size: 100%;
	}
}


.step {
	display: flex;
	justify-content: space-between;
	padding: 60px 30px;
	border-bottom: 1px solid #00833E;
}

.step dt img {
	width: 70px;
	margin-right: 15px;
}

.step dt {
	display: flex;
	align-items: center;
	font-size: 110%;
	text-align: left;
}

.step dd {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step.last {
	border: none;
	padding-bottom: 0;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.step {
		display: block;
		padding: 40px 0px;
	}

	.step dt {
		flex-direction: column;
		text-align: center;
		margin-bottom: 20px;
	}

	.step dt img {
		margin: 0 0 20px 0;
	}
}


.bnr {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.bnr a {
	display: block;
	width: 49%;
	margin-bottom: 2%;
}

.bnr img {
	width: 100%;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.bnr {
		margin: 20px 0;
		display: block;
		text-align: center;
	}

	.bnr a {
		width: 100%;
	}
}

.faq {
	padding: 60px 0;
	border-bottom: 1px solid #00833E;
	text-align: left;
}

.faq.last {
	border: none;
}

.faq dt {
	color: #00833E;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

.faq dd {
	margin-bottom: 30px;
}

.faq dd:last-child {
	margin-bottom: 0px;
}

#content.gift .finding_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 30px;
}

.finding_list>li {
	/*width: 24.6%;
	max-width: 268px;*/
	width: 44%;
	margin-bottom: 2em;
}

.finding_list>li:last-child {
	margin-bottom: 0px;
}

.finding_list>li a:hover img {
	opacity: 0.7;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.faq {
		padding: 30px 0;
	}

	.faq dd {
		margin-bottom: 20px;
	}

	.finding_list {
		display: block;
	}

	.finding_list>li {
		width: 100%;
		margin-bottom: 2%;
		text-align: center;
	}

	.finding_list>li img {
		width: 80%;
	}
}


.whats {
	text-align: center;
	padding: 60px;
	background: #f3f9f3;
	margin-bottom: 60px;
}

.whats .whats_h {
	margin-bottom: 30px;
}

.whats .whats_h img {
	max-width: 340px;
	width: 100%;
}

.whats .whats_text {
	font-size: 110%;
	margin-bottom: 30px;
}

.whats .whats_text>.large {
	font-weight: bold;
	font-size: 120%;
	color: #00833e;
}

#content.gift .whats .whats_text>.kome {
	font-size: 70%;
	vertical-align: super;
}

#content.gift .whats .whats_attention {
	font-size: 80%;
	margin-bottom: 40px;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.whats {
		padding: 40px 20px;
		text-align: left;
		margin: 0 -4% 60px;
	}

	.whats .whats_h {
		margin-bottom: 5%;
		text-align: center;
	}

	.whats .whats_h img {
		max-width: 100%;
		width: 80%;
	}

	.whats .whats_text {
		margin: 0 auto 20px;
	}

	.whats .whats_attention {
		font-size: 70%;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.whats .whats_attention li {
		text-indent: -1em;
		padding-left: 1em;
	}
}

.loginBtn_list {
	display: flex;
	justify-content: space-around;
	padding: 0 5%;
}

.loginBtn_list li {
	width: 40%;
}

.loginBtn_list li .loginBtn_text {
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
}

.loginBtn_list li .loginBtn01 a {
	display: flex;
	background: #107305;
	padding: 25px;
	color: #fff;
	font-size: 135%;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
}

body .loginBtn_list li .loginBtn01 a:before {
	content: "";
	display: block;
	background: url("/html/upload/user_data/feature/vw/img/ico_memo.png") no-repeat;
	background-size: contain;
	width: 45px;
	height: 38px;
	margin-right: 5px;
}

.loginBtn_list li .loginBtn02 a {
	border: 2px solid #107305;
	display: flex;
	background: #fff;
	padding: 25px;
	color: #107305;
	font-size: 135%;
	border-radius: 50px;
	justify-content: center;
	align-items: flex-end;
}

body .loginBtn_list li .loginBtn02 a:before {
	content: "";
	display: block;
	background: url("/html/upload/user_data/feature/vw/img/ico_key.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	margin-right: 15px;
}

.loginBtn_list li .loginBtn01 a:hover,
.loginBtn_list li .loginBtn02 a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.loginBtn_list {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.loginBtn_list li {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10%;
	}

	.loginBtn_list li:last-child {
		margin-bottom: 0;
	}

	.loginBtn_list li .loginBtn_text {
		text-align: center;
		font-size: 120%;
		margin-bottom: 5%;
	}

	.loginBtn_list li .loginBtn01 a {
		display: flex;
		background: #107305;
		padding: 5%;
		color: #fff;
		font-size: 120%;
		border-radius: 50px;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}

	body .loginBtn_list li .loginBtn01 a:before {
		content: "";
		display: block;
		background: url("/html/upload/user_data/feature/vw/img/ico_memo.png") no-repeat;
		background-size: contain;
		width: 31px;
		height: 24px;
		margin-right: 15px;
	}

	.loginBtn_list li .loginBtn02 a {
		border: 2px solid #107305;
		display: flex;
		background: #fff;
		padding: 5%;
		color: #107305;
		font-size: 120%;
		border-radius: 50px;
		justify-content: center;
		align-items: flex-end;
		text-decoration: none;
	}

	body .loginBtn_list li .loginBtn02 a:before {
		content: "";
		display: block;
		background: url("/html/upload/user_data/feature/vw/img/ico_key.png") no-repeat;
		background-size: contain;
		width: 21px;
		height: 25px;
		margin-right: 15px;
	}
}

.notes_box {
	margin: 0 auto 60px;
	line-height: 1.4;
}

.notes_box .notes_h {
	font-size: 190%;
	text-align: center;
	margin-bottom: 30px;
}

.notes_box .notes_list li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}

.icon2 {
	width: auto;
	margin: 0 5px;
}

/* ----------for SP ---------- */
@media only screen and (max-width: 767px) {
	.notes_box {
		margin: 0 auto 60px;
	}

	.notes_box .notes_h {
		font-size: 190%;
		text-align: center;
		margin-bottom: 10%;
	}

	.notes_box .notes_list li {
		margin-bottom: 3%;
	}

	.icon2 {
		width: auto;
		margin: 0 1%;
		vertical-align: middle;
	}
}



.box-title {
	padding: 22px;
	line-height: 1;
	font-size: 22px;
	background: #ffb200;
	color: #ffffff;
	font-weight: bold;
}

.point10_wrapper .box-title {
	background: #007cc3;
}

@media only screen and (max-width: 767px) {
	.box-title {
		padding: 18px;
		font-size: 16px;
		text-align: center;
	}
}

.bl_campaignDtl .bl_campaignDtl_inner {
	position: relative;
	padding: 2em;
	border: solid 3px #ffb200;
	border-top: none;
	background: #fffde0;
}

@media only screen and (max-width: 767px) {
	.bl_campaignDtl .bl_campaignDtl_inner {
		padding: 15px 15px 25px;
		text-align: center;
		border-width: 3px;
	}
}

.bl_campaignDtl p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.bl_campaignDtl p span {
	font-size: inherit;
}

.txtred {
	color: #f00;
}

.bl_campaignDtl p span.txtred {
	color: #f00;
	font-weight: bold;
}

.bl_campaignDtl strong {
	font-size: 130%;
	letter-spacing: normal;
	color: #009145;
}

.kikan_notes_list {
	margin: 10px 0;
}

@media only screen and (max-width: 767px) {
	.bl_campaignDtl p {
		font-size: 16px;
		line-height: 1.6;
	}

}




.loginBtn_list {
	display: flex;
	justify-content: space-around;
	padding: 0 5%;
}

@media screen and (max-width: 767px) {
	.loginBtn_list {
		display: block;
		width: 90%;
		margin: 0 auto !important;
	}
}

.loginBtn_list li {
	width: 40%;
}

@media screen and (max-width: 767px) {
	.loginBtn_list li {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10%;
	}
}

@media screen and (max-width: 767px) {
	.loginBtn_list li:last-child {
		margin-bottom: 0;
	}
}

.loginBtn_list li .loginBtn_text {
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.loginBtn_list li .loginBtn_text {
		text-align: center;
		font-size: 120%;
		margin-bottom: 5%;
	}
}

.loginBtn_list li .loginBtn01 a {
	display: flex;
	background: #107305;
	padding: 25px;
	color: #fff;
	font-size: 135%;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.loginBtn_list li .loginBtn01 a {
		display: flex;
		background: #107305;
		padding: 5%;
		color: #fff;
		font-size: 120%;
		border-radius: 50px;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}
}

.loginBtn_list li .loginBtn01 a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.loginBtn_list li .loginBtn01 a::before {
	content: "";
	display: block;
	background: url(/html/upload/user_data/feature/vw/img/ico_memo.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 38px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.loginBtn_list li .loginBtn01 a::before {
		content: "";
		display: block;
		background: url(/html/upload/user_data/feature/vw/img/ico_key.png) no-repeat;
		background-size: contain;
		width: 31px;
		height: 24px;
		margin-right: 5px;
	}
}

.loginBtn_list li .loginBtn02 a {
	border: 2px solid #107305;
	display: flex;
	background: #fff;
	padding: 25px;
	color: #107305;
	font-size: 135%;
	border-radius: 50px;
	justify-content: center;
	align-items: flex-end;
}

@media screen and (max-width: 767px) {
	.loginBtn_list li .loginBtn02 a {
		border: 2px solid #107305;
		display: flex;
		background: #fff;
		padding: 5%;
		color: #107305;
		font-size: 120%;
		border-radius: 50px;
		justify-content: center;
		align-items: flex-end;
		text-decoration: none;
	}
}

.loginBtn_list li .loginBtn02 a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.loginBtn_list li .loginBtn02 a::before {
	content: "";
	display: block;
	background: url(/html/upload/user_data/feature/vw/img/ico_memo.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 37px;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.loginBtn_list li .loginBtn02 a::before {
		content: "";
		display: block;
		background: url(/html/upload/user_data/feature/vw/img/ico_key.png) no-repeat;
		background-size: contain;
		width: 21px;
		height: 25px;
		margin-right: 15px;
	}
}

/* ---------- 繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ繝懊ち繝ｳ蟷�ｪｿ謨ｴ��SP�� ---------- */
@media only screen and (max-width: 767px) {
	.ec-featureItems .ec-featureItem {
		width: 47.1% !important;
	}
}


.btn_list {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.btn_list {
		gap: 5px;
	}
}


a.btn_shopping_r {
	/* 繧ｷ繝ｧ繝�ヴ繝ｳ繧ｰ讓ｪ驕ｷ遘ｻ */
	display: inline-block;
	margin: auto 8px;
	width: 230px;
	padding: 12px 35px 10px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher_shopping_r.png") 190px center no-repeat #00833E;
	background-size: 20px;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	a.btn_shopping_r {
		display: block;
		margin: 0 auto;
		width: calc(100% / 2);
		padding: 10px;
		font-size: 10px;
		background: url("/html/upload/user_data/feature/vw/img/icon_ancher_shopping_r.png") center right 5px no-repeat #00833E;
		background-size: 15px;
		transition: .3s ease-in-out;
	}
}



a.btn_shopping_b {
	/* 繧ｷ繝ｧ繝�ヴ繝ｳ繧ｰ荳九い繝ｳ繧ｫ繝ｼ */
	display: inline-block;
	margin: auto 8px;
	width: 230px;
	padding: 12px 35px 10px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher_shopping_b.png") 190px center no-repeat #00833E;
	background-size: 20px;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	a.btn_shopping_b {
		display: block;
		margin: 0 auto;
		width: calc(100% / 2);
		padding: 10px;
		font-size: 10px;
		background: url("/html/upload/user_data/feature/vw/img/icon_ancher_shopping_b.png") center right 5px no-repeat #00833E;
		background-size: 15px;
		transition: .3s ease-in-out;
	}
}




a.btn_furu_r {
	border: 2px solid #eb8012;
	display: inline-block;
	margin: auto 8px auto;
	width: 230px;
	padding: 12px 35px 10px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher_furu_r.png") 190px center no-repeat #eb8012;
	background-size: 20px;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	a.btn_furu_r {
		display: block;
		margin: 0 auto;
		width: calc(100% / 2);
		padding: 10px;
		font-size: 10px;
		background: url("/html/upload/user_data/feature/vw/img/icon_ancher_furu_r.png") center right 5px no-repeat #eb8012;
		background-size: 15px;
		transition: .3s ease-in-out;
	}
}



a.btn_furu_b {
	border: 2px solid #eb8012;
	display: inline-block;
	margin: auto 8px;
	width: 230px;
	padding: 12px 35px 10px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher_furu_b.png") 190px center no-repeat #eb8012;
	background-size: 20px;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	a.btn_furu_b {
		display: block;
		margin: 0 auto;
		width: calc(100% / 2);
		padding: 10px;
		font-size: 10px;
		background: url("/html/upload/user_data/feature/vw/img/icon_ancher_furu_b.png") center right 5px no-repeat #eb8012;
		background-size: 15px;
		transition: .3s ease-in-out;
	}
}



a.btn_ticket_r {
	border: 2px solid #286AE4;
	display: inline-block;
	margin: auto 8px;
	width: 230px;
	padding: 12px 35px 10px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancher_ticket_r.png") 190px center no-repeat #286AE4;
	background-size: 20px;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	a.btn_ticket_r {
		display: block;
		margin: 0 auto;
		width: calc(100% / 3);
		padding: 10px;
		font-size: 10px;
		background: url("/html/upload/user_data/feature/vw/img/icon_ancher_ticket_r.png") center right 5px no-repeat #286AE4;
		background-size: 15px;
		transition: .3s ease-in-out;
	}
}


a.btn_ticket_b {
	border: 2px solid #286AE4;
	display: inline-block;
	margin: auto 8px;
	width: 230px;
	padding: 12px 35px 10px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border-radius: 30px;
	background: url("/html/upload/user_data/feature/vw/img/icon_ancherticket_b.png") 190px center no-repeat #286AE4;
	background-size: 20px;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	a.btn_ticket_b {
		display: block;
		margin: 0 auto;
		width: calc(100% / 3);
		padding: 10px;
		font-size: 10px;
		background: url("/html/upload/user_data/feature/vw/img/icon_ancherticket_b.png") center right 5px no-repeat #286AE4;
		background-size: 15px;
		transition: .3s ease-in-out;
	}
}

.point_section1 {
	max-width: 90%;
	margin: 20px auto;
}

.point_plus {
	background: #009145;
	padding: 10px 20px;
	border-radius: 50vh;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.point_plus {
		display: inline-block;
		margin-bottom: 20px;
	}
}

/* accordion1
---------------------------------------------------- */

.accordion1 {
	position: relative;
	transform: translateZ(0);
}

.accordion1 .acc-toggle {
	display: none;
}

.accordion1 .acc-title,
.accordion1 .acc-content {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
}

.accordion1 .acc-title {
	display: block;
	margin-bottom: 0;
	cursor: pointer;
}

.accordion1 .acc-title::after,
.accordion1 .acc-title::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #fff;
	transition: all 0.3s;
	z-index: 1;
}

.accordion1 .acc-title::after {
	transform: rotate(90deg);
}

.accordion1 .acc-content {
	overflow: hidden;
	max-height: 0;
}

.accordion1 .acc-toggle:checked+.acc-title::before {
	transform: rotate(90deg) !important;
}

.accordion1 .acc-title::after,
.accordion1 .acc-title::before {
	right: min(4.0625vw, 52px);
	width: 4px;
	height: 20px;
}

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

	.accordion1 .acc-title::after,
	.accordion1 .acc-title::before {
		right: 5.8666666667vw;
		width: 3px;
		height: 15px;
	}
}

.accordion1 .acc-title:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 767px) {
	.accordion1 .acc-title:hover {
		opacity: 1;
	}
}

.accordion1 .acc-toggle:checked+.acc-title+.acc-content {
	max-height: 6000px;
	transition: all 1.5s;
}


/* point10__section
---------------------------------------------------- */
.point10_wrapper {
	margin: 30px 0;
}

.point10__section {
	background: #fff;
	padding: 30px;
}

.point10__section.staging {
	padding: 30px 20px 40px;
	margin: 0px 0 60px;
}

.acc-content .point10__section {
	border: 3px solid #007cc3;
	border-top: none;
}

@media only screen and (min-width: 768px) {
	.point10_wrapper {
		margin: 40px 0;
	}

	.point10__section {
		padding: 45px;
	}

	.point10__section.staging {
		padding: 50px 40px 60px;
		margin: 60px 0 80px;
	}
}

.cardlist__section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.cardlist__section__item {
	text-align: center;
	padding: 30px;
	border: 2px solid #a3c142;
	border-radius: 10px;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.cardlist__section__item {
		width: calc(50% - 10px);
	}
}

.cardlist__section__item__head {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: bold;
	margin: 20px auto 0;
}

.cardlist__section__item__head .small {
	font-size: 15px;
	margin-bottom: 10px;
}

.cardlist__section__item__head .middle {
	font-size: 17px;
	margin-top: 5px;
}

.point10__tit {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #017f3d;
	text-align: center;
	padding: 12px 0;
	border-top: 2px solid #a3c142;
	border-bottom: 2px solid #a3c142;
	margin: 0 0 30px;
}

.staging .point10__tit {
	font-size: 18px;
	padding: 15px 0;
}

@media only screen and (min-width: 768px) {
	.point10__tit {
		font-size: 24px;
		padding: 15px 0;
		margin: 0 0 40px;
	}

	.staging .point10__tit {
		font-size: 30px;
		padding: 18px 0;
	}
}

/* point10_txt
---------------------------------------------------- */
.point10_txt {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #009145;
	margin: 30px 0 5px;
}

.point10_txt_note {
	line-height: 1.5;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

.point10_txt_note_icon {
	display: inline-block;
	margin: -3px 2px 0 3px;
}

@media only screen and (min-width: 768px) {
	.point10_txt {
		font-size: 24px;
		margin: 40px 0 10px;
	}

	.point10_txt_note {
		font-size: 15px;
	}
}

/* point10__btn
---------------------------------------------------- */
.point10__btn a {
	position: relative;
	top: 0;
	display: block;
	padding: 16px 0;
	background-color: #fff;
	box-shadow: 0 5px #017f3d;
	border-radius: 5px;
	border: 2px solid #017f3d;
	font-size: 14px;
	font-weight: bold;
	color: #017f3d;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {
	.point10__btn a {
		font-size: 16px;
		padding: 23px 0;
	}
}

.point10__btn a:before {
	position: absolute;
	content: "";
	border-right: 2px solid #017f3d;
	border-bottom: 2px solid #017f3d;
	width: 6px;
	height: 6px;
	bottom: 6px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}

@media only screen and (min-width: 768px) {
	.point10__btn a:before {
		width: 8px;
		height: 8px;
		bottom: 10px;
	}
}

.point10__btn a:hover {
	top: 5px;
	/* 元の位置から9px分下げる */
	box-shadow: 0 0 #017f3d;
	/* 影を0pxにする */
}

.point10__btn.link a {
	margin: auto;
	margin-top: 30px;
	max-width: 320px;
}

@media only screen and (min-width: 768px) {
	.point10__btn.link a {
		max-width: 368px;
		margin-top: 40px;
	}
}

.point10__btn.link a:before {
	position: absolute;
	content: "";
	border-right: 2px solid #017f3d;
	border-bottom: 2px solid #017f3d;
	width: 6px;
	height: 6px;
	bottom: auto;
	top: calc(50% - 4px);
	left: auto;
	right: 10px;
	transform: rotate(-45deg) translate(-50%, -50%);
}

.bnr_box1 p {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.bnr_box1 p {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) {
	.point10__btn.link a:before {
		width: 8px;
		height: 8px;
		bottom: auto;
	}
}




.staging .leadtxt {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.staging .leadtxt {
		text-align: left;
	}
}

.staging .jre-point-terms {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.staging .jre-point-terms {
		max-width: 686px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}

.staging .jre-point-terms table {
	border: 1px solid #dadada;
	width: 100%;
}

.staging .jre-point-terms table th,
.staging .jre-point-terms table td {
	padding: 20px 10px;
	border: 1px solid #dadada;
	height: auto;
	vertical-align: middle;
}

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

	.staging .jre-point-terms table th,
	.staging .jre-point-terms table td {
		width: 25%;
	}
}

.staging .jre-point-terms table th {
	text-align: center;
	font-weight: bold;
	background-color: #fafafa;
}

.staging .jre-point-terms table tr .second {
	width: 207px;
	overflow-wrap: normal;
}

.staging .jre-point-terms table tr .second span.term {
	font-size: 12px;
}

.staging .jre-point-terms table tr td:nth-child(4) {
	width: 189px;
}

.staging .jre-point-terms table p.point {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.staging .jre-point-terms table .stage_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.staging .jre-point-terms table .stage_wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.staging .jre-point-terms table .img_center {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.staging .jre-point-terms table .img_center img {
	width: 41px;
}

.staging .jre-point-terms table .stage_rank img {
	width: 30px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.staging .jre-point-terms table .stage_rank img {
		margin-right: 0;
	}
}

.staging .jre-point-terms table td.stage-pr {
	background-color: #FCF0BD;
	color: #B2891E;
}

.staging .jre-point-terms table td.stage-s3 {
	background-color: #F5F5F5;
	color: #95A5AC;
}

.staging .jre-point-terms table td.stage-s2 {
	background-color: #FAF3ED;
	color: #8B6652;
}

.staging .jre-point-terms table td.stage-s1 {
	background-color: #DDEDE5;
	color: #179855;
}

@media only screen and (max-width: 767px) {
	.staging .jre-point-terms .stage_name {
		font-size: 12px;
		margin-top: 5px;
	}
}

.staging .jre-point-terms .jre-point-present table {
	margin-top: 30px;
}

.staging .jre-point-terms .jre-point-present table td {
	background-color: #fff;
}

.staging .jre-point-terms .jre-point-present table td p {
	text-align: center;
}


.point10__head-t {
	border-bottom: 2px solid #dedede;
	padding-bottom: 4px;
	margin-bottom: 20px;
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.point10__head-t {
		max-width: 686px;
		margin: 20px auto;
	}
}

.point10__head-t span {
	display: inline-block;
	color: #017f3d;
	font-size: 15px;
	position: relative;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.point10__head-t span {
		font-size: 18px;
	}
}

.point10__head-t span:before {
	position: absolute;
	content: "";
	background: #017f3d;
	height: 2px;
	width: 100%;
	bottom: -6px;
}

@media only screen and (min-width: 768px) {
	.point10__head-t span:before {
		bottom: -6px;
	}
}

/* about_stage
---------------------------------------------------- */
.about_stage_wrap {
	margin: 50px 0 0;
}
.about_stage_wrap p:nth-child(2) {
	font-size: 90%;
}
.about_stage {
	border: 1px solid #dadada;
	border-right: none;
	border-bottom: none;
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0 0;
}
.about_stage th,
.about_stage td {
	border: 1px solid #dadada;
	border-left: none;
	border-top: none;
	height: auto;
	vertical-align: middle;
	padding: 20px 10px;
}
.about_stage th {
	text-align: center;
	font-weight: bold;
	background-color: #fafafa;
}
.about_stage td:first-of-type img {
	width: 30px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px;
}
.about_stage td:first-of-type {
	font-weight: bold;
	width: 30%;
}
.about_stage tr:nth-child(2) td:first-of-type {
	color: #B2891E;
}
.about_stage tr:nth-child(3) td:first-of-type {
	color: #95A5AC;
}
.about_stage tr:nth-child(4) td:first-of-type {
	color: #8B6652;
}
.about_stage tr:nth-child(5) td:first-of-type {
	color: #179855;
}

@media only screen and (max-width: 767px) {
	.about_stage_wrap {
		margin: 40px 0 0;
	}
	.about_stage th,
	.about_stage td {
		padding: 10px;
	}
	.about_stage td:first-of-type img {
		width: 25px;
		height: auto;
		display: block;
		margin: 0 auto 3px;
	}
	.about_stage td:first-of-type {
		width: 35%;
		text-align: center;
	}
}
.bnr_card {
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.bnr_card {
		margin-bottom: 30px;
	}
}