@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: 50px;
}

.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: 0px;
	}

	.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;
	max-width: 1160px;
	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;
	}
}

.head01 {
    margin: 0px 0 20px;
    padding: 15px;
    border-top: 3px solid #09407c;
    border-bottom: 3px solid #09407c;
    color: #09407c;
    font-weight: bold;
    font-size: 24px;
}

.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/2512/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;
}


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

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

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

a.btn_entry {
	display: block;
	margin: 0 auto 60px;
	width: 450px;
	padding: 15px 0px 15px 0;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	border-radius: 50px;
	background-color: #fe7c08;
	transition: .3s ease-in-out;
	box-shadow: 0 5px 1px rgba(203, 76, 0, 1);
	position: relative;
}

a.btn_entry:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

a.btn_entry:hover {
	background: #ff9a3f;
	vcolor: #000;
}

@media screen and (max-width: 767px) {
	.btnmr {
		margin-right: 0px !important;
	}

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


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

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

.vc p {
	font-size: 120%;
    font-weight: bold;
    /* margin-bottom: 30px; */
    line-height: 1.3;
    padding: 24px;
    border-radius: 15px;
    background: #fff;
}

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

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

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

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

.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%;
	}
}

.notes_box {
	margin: 100px 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: -4px 3px 0;
}

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

	.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: 24px;
	background: #09407c;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}

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

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

.bl_campaignDtl .bl_campaignDtl_inner {
	position: relative;
	padding: 2em 0 5em;
	/*border: solid 3px #09407c;*/
	border-top: none;
	background: #deeeff;
}

@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 .ttl {
	font-size: 24px;
    font-weight: bold;
    background: #3f9df5;
    color: #fff;
    padding: 6px;
    width: 80%;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 767px) {
	.bl_campaignDtl .ttl {
		font-size: 20px;
		width: 90%;
}
}

.txtred {
	color: #f00;
}

.bl_campaignDtl .date{
    margin: 15px 0;
}

.bl_campaignDtl .date span{
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
	line-height: 1.5;
}

.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;
	}

}

/* ---------- 繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ繝懊ち繝ｳ蟷�ｪｿ謨ｴ��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;
	}
}

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

/* 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_note {
	line-height: 1.5;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}

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

@media only screen and (min-width: 768px) {
	.point10_txt_note {
		font-size: 15px;
		margin-top: 20px;
	}
}

/* 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;
}

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

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

.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にする */
}
s

/* コメント上部・下部枠の下余白削除 */
@media only screen and (min-width: 768px) {
    .ec-featureRole__headdescription {
        padding-bottom: 0 !important;
    }
}

/* キャンペーン詳細 */
.cpDetail{
	text-align: center;
    padding: 60px;
    background: #deeeff;
    margin-top: 100px;
}

.cpDetail .vc{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.cpDetail .ttl {
    font-size: 24px;
    font-weight: bold;
    background: #3f9df5;
    color: #fff;
    padding: 6px;
    width: 90%;
    display: block;
    margin: 30px auto 0;
}

.cpDetail .date {
    font-weight: bold;
    margin: 15px 0 20px;
}
.cpDetail .date span{
    display: inline-block;
	font-size: 24px !important;
	line-height: 1.5;
}

.cpDetail .lead {
    font-size: 18px !important;
    line-height: 1.6;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
.cpDetail{
    padding: 2% 5%;
    margin-top: 50px;
}
.cpDetail .ttl {
    width: 95%;
    font-size: 20px;
}	
}