@charset "utf-8";
.fs-c-heading--page
	{
	display: none;
	}



@media screen and (max-width:769px) {

}


.member_couponinfo
	{
	margin: 2rem 0;
	padding: 2rem;
	text-align: center;
	background: #f8f6f2;
	}

.member
	{
	width: 80%;
	margin: 0 auto 1rem auto;
	color: #fff !important;
	font-size: 1.2em;
	font-weight: 600;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #e9570f;
	position: relative;
	}

.member:hover
	{
	color: #fff !important;
	}

.member:before
	{
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -9px;
	}

.member:after
	{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #e9570f;
	border-right: solid 2px #e9570f;
	position: absolute;
	top: 53%;
	right: 1.8rem;
	margin-top: -4px;
	transform: rotate(45deg);
	}


.member_couponinfo a p
	{
	margin-left: 1rem;
	}

.member_couponinfo2
	{
	margin: 3rem 0;
	padding: 2rem 8rem 1rem 8rem;
	text-align: center;
	background: #f8f6f2;
	}

.member_couponinfo2 li
	{
	margin-bottom: 1rem;
	padding-left: 4rem;
	text-align: left;
	font-size: 1.1em;
	position: relative;
	}

.member_couponinfo2 li:before
	{
	margin-right: 1rem;
	padding: 0.2rem 1rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 1em;
	border-radius: 50px;
	background: #e9570f;
	}


.member_couponinfo2 li:first-child:before
	{
	content: "1";
	}


.member_couponinfo2 li:last-child:before
	{
	content: "2";
	}

.member_coupon section h2
	{
	margin: 2rem 0;
	}



.member_coupon section
	{
	margin: 2rem 0;
	padding: 2rem;
	text-align: center;
	background: #f8f6f2;
	}

.member_coupon section div
	{
	width: 86%;
	margin: 2rem auto 0rem auto;
	line-height: 1.6;
	padding: 2em 0 8rem 0;
	border-bottom: 3px solid #d4c8b0;
	}

.member_coupon section div:last-child
	{
	border: 0;
	}

.member_coupon section div p
	{
	margin-top: 1rem;
	text-align: left;
	}

.member_coupon section div .pp
	{
	margin-bottom: 2rem;
	text-align: center;
	}

.member_coupon section div .pp a
	{
	text-decoration: underline !important;
	}

.member_coupon section div ul
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.member_coupon section div ul li:first-child
	{
	width: 40%;
	}

.member_coupon section div ul li:last-child
	{
	width: 58%;
	text-align: left;
	}

.member_coupon section div ul li p
	{
	margin-bottom: 1rem;
	padding: 0.5rem;
	display: flex;
	color: #e9570f;
	align-items: center;
	border: 2px solid #e9570f;
	font-weight: 600;
	}

.member_coupon section div ul li p img
	{
	margin-right: 0.8rem;
	}

.member_coupon .atten h3
	{
	margin-bottom: 3rem;
	color: #e9570f;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 600;
	position: relative;
	}

.member_coupon .atten h3:before,.member_coupon .atten h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #e9570f;
}

.member_coupon .atten h3:before {
    left: -5rem;
}

.member_coupon .atten h3:after {
    right: -5rem;
}

.member_coupon .atten p
	{
	font-size: 1.1em;
	padding-left: 1.8rem;
	position: relative;
	}

.member_coupon .atten p:before
	{
	content: "●";
	margin-right: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #e9570f;
	font-size: 1em;
	}



@media screen and (max-width:769px) {

.member
	{
	width: 100%;
	font-size: 1em;
	}

.member p
	{
	margin-top: 0 !important;
	}

.member:before
	{
	top: 52%;
	width: 16px;
	height: 16px;
	}

.member:after
	{
	top: 52%;
	right: 1.6rem;
	}


.member_couponinfo a p
	{
	margin-left: 1rem;
	}

.member_couponinfo2
	{
	margin: 3rem 0;
	padding: 2rem 1rem 1rem 1rem;
	}

.member_couponinfo2 li
	{
	font-size: 1em;
	}

.member_coupon section h2
	{
	margin: 0rem 0 1rem 0;
	}



.member_coupon section
	{
	margin: 2rem 0;
	padding: 1rem;
	text-align: center;
	background: #f8f6f2;
	}

.member_coupon section div
	{
	width: 90%;
	margin: 0rem auto 0rem auto;
	line-height: 1.6;
	padding: 2rem 0 4rem 0;
	border-bottom: 3px solid #d4c8b0;
	}

.member_coupon section div:last-child
	{
	border: 0;
	}

.member_coupon section div p
	{
	margin-top: 1rem;
	text-align: left;
	}



.member_coupon section div ul
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.member_coupon section div ul li:first-child
	{
	width: 100%;
	}

.member_coupon section div ul li:first-child img
	{
	width: 80%;
	}

.member_coupon section div ul li:last-child
	{
	width: 100%;
	text-align: left;
	}

.member_coupon section div ul li p
	{
	margin-bottom: 1rem;
	padding: 0.5rem;
	display: flex;
	color: #e9570f;
	align-items: center;
	border: 2px solid #e9570f;
	font-weight: 600;
	}

.member_coupon section div ul li p img
	{
	margin-right: 0.8rem;
	}

.member_coupon .atten h3
	{
	margin-top: 3rem;
	margin-bottom: 2rem;
	color: #e9570f;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
	}

.member_coupon .atten h3:before,.member_coupon .atten h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #e9570f;
}

.member_coupon .atten h3:before {
    left: -5rem;
}

.member_coupon .atten h3:after {
    right: -5rem;
}

.member_coupon .atten p
	{
	font-size: 1.1em;
	padding-left: 1.8rem;
	position: relative;
	}

.member_coupon .atten p:before
	{
	content: "●";
	margin-right: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #e9570f;
	font-size: 1em;
	}


.member_coupon section div .pp
{
text-align: left;
}

.member_couponinfo2 li:before
	{
	margin-right: 1rem;
	padding: 0.2rem 0.9rem;
	position: absolute;
	left: 0;
	top: -2px;
	color: #fff;
	font-size: 1em;
	border-radius: 50px;
	background: #e9570f;
	}




}

