@charset "Shift_JIS";

/* --------------------------------------------------------------------
	フリーページ用CSS
--------------------------------------------------------------------- */

.mainframe_ { float: none !important; display: block !important; margin: auto; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }

.fz10 { font-size: 10px !important; }
.fz11 { font-size: 11px !important; }
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important; }
.fz14 { font-size: 14px !important; }
.fz15 { font-size: 15px !important; }
.fz16 { font-size: 16px !important; }
.fz17 { font-size: 17px !important; }
.fz18 { font-size: 18px !important; }
.fz19 { font-size: 19px !important; }
.fz20 { font-size: 20px !important; }
.fz21 { font-size: 21px !important; }
.fz22 { font-size: 22px !important; }
.fz23 { font-size: 23px !important; }
.fz24 { font-size: 24px !important; }
.fz25 { font-size: 25px !important; }

.fwb { font-weight: bold !important; }
.fwn { font-weight: normal !important; }

.tac { text-align: center !important; }
.tar { text-align: right !important; }

.hr {
	width: 100%;
	height: 2px;
	background-image: url(/fp/img/hr_dot_grn.png);
	background-repeat: no-repeat;
}

.d_ilb { display: inline-block !important; }
.df_ja {
	display: flex;
	justify-content: space-around;
}
.df_jb {
	display: flex;
	justify-content: space-between;
}

.fp_content a {
	text-decoration: underline !important;
}
.fp_content a:hover img {
	opacity: 0.8;
}

.flr { float: right; }
.cfx:after {
	content: '';
	display: block;
	clear: both;
}

/* =====================================================================
	共通パーツ
===================================================================== */

#fp_heading {
	position: relative;
	margin-bottom: 40px;
	padding-left: 24px;
}
#fp_heading:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	border-radius: 4px;
	border-style:solid;
	border-color:rgba(60,152,85,1);
	width: 0;
	height: 100%;
	background-color: rgba(60,152,85,1);
}
#fp_heading h1 {
	margin-bottom: 8px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.15;
}


#fp_nav {
	margin-bottom: 80px;
}
#fp_nav ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#fp_nav ul li {
	border-left: 1px solid rgba(218,218,218,1);
	padding-right: 2px;
	padding-left: 2px;
	width: calc((100% - 1px) / 4);
}
#fp_nav ul li:last-child {
	border-right: 1px solid rgba(218,218,218,1);
	width: calc(((100% - 1px) / 4) - 1px);
}
#fp_nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 25px;
	width: 100%;
	height: calc(100% - 33px);
	background-image: url(/fp/img/ico_arrow_b_grn.png);
	background-repeat: no-repeat;
	background-position: 50% 90%;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: rgba(0,131,63,1);
}
#fp_nav ul li a:hover {
	background-color: rgba(230,245,236,1);
}
#fp_nav ul#fp_nav_ekinaka_f {
	justify-content: center;
}
#fp_nav ul li#fp_nav_ekinaka {
	display: block;
	border: none;
	/*width: calc((100% - 1px) / 4);*/
	width: auto;
}
#fp_nav ul li#fp_nav_ekinaka:after {
	content: '';
	display: block;
	clear: both;
}
#fp_nav ul li#fp_nav_ekinaka a {
	float: right;
	border: 1px solid rgba(64,0,0,1);
	padding: 0;
	width: 163px;
	/*height: calc(100% - 2px);*/
	height: 75px;
	background-image: url(/fp/img/ico_arrow_r_brn.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: rgba(245,242,241,1);
	font-size: 14px;
	line-height: 1.5;
	color: rgba(64,0,0,1);
}
#fp_nav ul li#fp_nav_ekinaka a img {
	margin-bottom: 5px;
}
#fp_nav.fp_faq ul {
	flex-wrap: wrap;
	justify-content: center;
	width: 767px;
	margin: 0 auto;
}
#fp_nav.fp_faq ul li {
	width: calc((100% - 1px) / 3.1);
	margin-bottom: 30px;
}
#fp_nav.fp_faq ul li:nth-child(3) {
	border-right: 1px solid rgba(218,218,218,1);
	width: calc(((100% - 1px) / 3.1) - 1px);
}

.fp_content {
	margin-top: 80px;
	margin-bottom: 80px;
	line-height: 1.75;
}
.fp_content:first-child {
	margin-top: 0px;
}
.fp_content h2 {
	position: relative;
	margin-bottom: 25px;
	border-bottom: 2px solid rgba(218,218,218,1);
}
.fp_content h2 span {
	display: inline-block;
	margin-bottom: -2px;
	border-bottom: 2px solid rgba(23,152,85,1);
	padding-bottom: 20px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: bold;
}
.fp_content h3 {
	margin-bottom: 15px;
	border: 1px solid rgba(218,218,218,1);
	padding: 10px;
}
.fp_content h3 span {
	display: inline-block;
	border-left: 5px solid rgba(23,152,85,1);
	padding-left: 10px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
}

.fp_content p {
	margin-bottom: 1.5em;
}
.fp_content a.txt_link,
.fp_content a.blank_link,
.fp_content a.page_link {
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.fp_content a.txt_link {
	background-image: url(/img/usr/common/hnav_arrow.png);
	background-position: 0% 35%;
}
.fp_content .li_indent a.txt_link {
	text-indent: 0;
}
.fp_content a.blank_link {
	background-image: url(/img/usr/common/icon_link.png);
	background-position: 0% 35%;
}
.fp_content a.page_link {
	background-image: url(/img/usr/common/hnav_arrow_b.png);
	background-position: 0% 35%;
}

.fp_content ul {
	margin-bottom: 1.5em;
}
.fp_content ul.li_inline li {
	display: inline-block;
}
/*
.fp_content ul li a {
	display: inline-block;
	margin-right: 45px;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.fp_content ul li.txt_link a {
	background-image: url(/img/usr/common/hnav_arrow.png);
	background-position: 0% 35%;
}
.fp_content ul li.blank_link a {
	padding-left: 30px;
	background-image: url(/img/usr/common/icon_link.png);
	background-position: 0% 35%;
}
.fp_content ul li.page_link a {
	background-image: url(/img/usr/common/hnav_arrow_b.png);
	background-position: 0% 35%;
}
*/
.fp_content ul.li_indent {
	padding-left: 1em;
	text-indent: -1em;
}
.fp_content ul.li_indent li {
	margin-bottom: 5px;
}
.fp_content ul.li_indent li:last-of-type {
	margin-bottom: 0;
}

.fp_content .fp_box {
	margin-top: 50px;
	margin-bottom: 50px;
}


/* =====================================================================
	ご利用ガイド
===================================================================== */

.fp_content dl.fp_box_col_ttl {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 25px;
}
.fp_content dl.fp_box_col_ttl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	width: 310px;
	background-color: rgba(245,245,245,1);
	text-align: center;
}
.fp_content dl.fp_box_col_ttl dd {
	padding: 5px 0;
	width: 430px;
}
.fp_content dl.fp_box_col_ttl.payment {
	margin-top: 0;
	margin-bottom: 5px;
}
.fp_content dl.fp_box_col_ttl.payment dt {
	padding: 5px;
	width: 150px;
	background-color: rgba(230,245,236,1);
	text-align: center;
}
.fp_content dl.fp_box_col_ttl.payment dd {
	padding: 5px 0;
	width: 580px;
}

#pay_suica > div {
	position: relative;
	padding-left: 200px;
}
#pay_suica > div:before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 160px;
	height: 100%;
	background-color: rgba(245,245,245,1);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#pay_suica > div.ms:before { background-image: url(/fp/img/guide/mark_ms.png); }
#pay_suica > div.sis:before { background-image: url(/fp/img/guide/mark_sis.png); }
#pay_suica > div h4 {
	font-weight: bold;
}


.card_box:before,
.card_box:after {
  content: "";
  display: table;
}

.card_box:after {
  clear: both;
}

.card_box {
  zoom: 1;
}
.card_box {
  padding-bottom: 40px;
}
.card_box li {
	display: block;
	float: left;
	text-align: center;
	width: 16.66%;
}
.card_box img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	height: 50px;
	width: auto;
}
.card_box li p {
	font-size: 13px;
	margin: 0 0 2px;
}
@media screen and (max-width: 640px) {
	.card_box {
		padding-bottom: 0;
	}
	.card_box li {
		width: 33.33%;
		margin-bottom: 25px;
	}
	.card_box img {
		height: 40px;
		width: auto;
	}
	.card_box li p {
		font-size: 12px;
	}
}

/* =====================================================================
	ご利用ガイド（ショップ用）
===================================================================== */
.fp_content ul#card_list {
	padding-left: 1em;
}
.fp_content ul#card_list li {
	display: inline-block;
	margin-right: 30px;
}

.fp_content p.suica_img img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.fp_content ul.delivery_time {
	display: flex;
	justify-content: left;
}
.fp_content ul.delivery_time li {
	margin-right: 5px;
	padding: 5px 15px;
	background-color: rgba(245,245,245,1);
	text-align: center;
}


/* =====================================================================
	初めてご利用の方
===================================================================== */

#fp_point {
	margin-bottom: 80px;
	padding: 40px 0 45px;
	background-image: url(/fp/img/beginner/titleBlock_btm_bg.png);
}
#fp_point h2 {
	margin-bottom: 40px;
	border: none;
	text-align: center;
}
#fp_point ul {
	display: flex;
	justify-content: space-around;
	margin: 0 35px;
}
#fp_point ul li {
	width: 206px;
	height: 206px;
}

#fp_point {
	margin-bottom: 80px;
}
div[id^=fp_point] {
	margin-bottom: 80px !important;
}
div[id^=fp_point] h3 {
	position: relative;
	margin-bottom: 30px;
	border: none;
	border-bottom: 2px solid rgba(218,218,218,1);
	text-align: center;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
}
div[id^=fp_point] h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	margin: 0 0 -2px -150px;
	border-bottom: 2px solid rgba(23,152,85,1);
	width: 300px;
}
div[id^=fp_point] h3 > span {
	display: inline-block;
	margin-right: 10px;
	border: none;
	padding:0;
	line-height: inherit;
	font-size: inherit;
	color: rgba(23,152,85,1);
}
div[id^=fp_point] h3 > span span {
	border: none;
	padding:0;
	line-height: inherit;
	font-size: 46px;
}
div[id^=fp_point] p.bnr img {
	width: 100%;
	height: auto;
}
div[id^=fp_point] p.txt_link a {
	color: rgba(23,152,85,1);
}

div[id^=fp_point] #ekinaka_items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
div[id^=fp_point] #ekinaka_items .item {
	width: 172px;
	line-height: 1.5;
}
div[id^=fp_point] #ekinaka_items .item a {
	text-decoration: none;
}
div[id^=fp_point] #ekinaka_items .item .img {
	margin-bottom: 10px;
}
div[id^=fp_point] #ekinaka_items .item .img img {
	width: 100%;
	height: auto;
}
div[id^=fp_point] #ekinaka_items .item .ttl {
	margin-bottom: 0;
	font-weight: bold;
}
div[id^=fp_point] #ekinaka_items .item .price {
	margin-bottom: 0;
	text-align: right;
}
div[id^=fp_point] #ekinaka_items .item .price span {
	font-size: 11px;
}


/* =====================================================================
	JRE POINTについて
===================================================================== */

#fp_jp_campaign {
	margin-bottom: 80px;
	border-radius: 40px;
	border: 3px solid rgba(207,236,225,1);
	padding: 0 25px 25px;
}
#fp_jp_campaign > h2 {
	margin-top: -28px;
	margin-bottom: 30px;
	height: 55px;
	vertical-align: bottom;
	text-align: center;
}
#fp_jp_campaign #steps {
	border-radius: 25px;
	padding: 50px 25px 25px;
	background-color: rgba(246,246,246,1);
}
#fp_jp_campaign #steps dl {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 25px;
}
#fp_jp_campaign #steps dl.step3 {
	margin-bottom: 0;
}
#fp_jp_campaign #steps dl.step1:after {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
	width: 161px;
	height: 73px;
	background-image: url(/fp/img/jrepoint/20180326/step1_img.png);
}
#fp_jp_campaign #steps dl.step2:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	right: 0;
	width: 155px;
	height: 128px;
	background-image: url(/fp/img/jrepoint/20180326/step2_img.png);
}
#fp_jp_campaign #steps dl.step3:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 35px;
	width: 90px;
	height: 74px;
	background-image: url(/fp/img/jrepoint/20180326/step3_img.png);
}
#fp_jp_campaign #steps dl dt {
	margin-bottom: 10px;
}
#fp_jp_campaign #steps dl dd {
	margin-left: 30px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-image: url(/fp/img/jrepoint/20180326/step_dot.png);
	background-repeat: repeat-y;
	background-position: 0 -16px;
}
#fp_jp_campaign #steps dl.step3 dd { background-image: none; }
#fp_jp_campaign #steps dl dd ul.li_indent li {
	padding-left: 1em;
	text-indent: -1em;
}

#fp_point_relation_p {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px !important;
}
#fp_point_relation_p #fpr_ttl_new,
#fp_point_relation_p #fpr_ttl_member {
	width: 380px;
}
#fp_point_relation_p #fpr_ttl_new h3,
#fp_point_relation_p #fpr_ttl_member h3 {
	position: relative;
	margin-bottom: 15px;
	border-radius: 12px;
	border: none;
	padding: 15px 10px;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
}
#fp_point_relation_p #fpr_ttl_new h3 { background-color: rgba(228,241,205,1) ; }
#fp_point_relation_p #fpr_ttl_member h3 { background-color: rgba(207,236,225,1) ; }
#fp_point_relation_p #fpr_ttl_new h3:after,
#fp_point_relation_p #fpr_ttl_member h3:after {
	display: none;
}
#fp_point_relation_p #fpr_ttl_new ul,
#fp_point_relation_p #fpr_ttl_member ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
#fp_point_relation_p #fpr_ttl_new ul li,
#fp_point_relation_p #fpr_ttl_member ul li {
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	padding: 15px 10px;
	width: 168px;
	height: calc(100% - 5px);
	text-align: center;
	line-height: 1.25;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,131,63,1);
	cursor: pointer
}
#fp_point_relation_p #fpr_ttl_new ul li { background-color: rgba(228,241,205,1) ; }
#fp_point_relation_p #fpr_ttl_member ul li { background-color: rgba(207,236,225,1) ; }
#fp_point_relation_p #fpr_ttl_new ul li.on,
#fp_point_relation_p #fpr_ttl_member ul li.on {
	padding-bottom: 20px;
	background-color: rgba(23,152,85,1);
	color: rgba(255,255,255,1);
}
#fp_point_relation_p #fpr_content {
	position: relative;
	border: 2px solid rgba(23,152,85,1);
	width: calc(100% - 4px);
}
#fp_point_relation_p #fpr_content > div {
	padding: 40px 30px;
}
#fp_point_relation_p #fpr_content > div.on { display: block; }
#fp_point_relation_p #fpr_content > div.off { display: none; }
#fp_point_relation_p #fpr_content > div > div {
	margin-bottom: 50px;
}
#fp_point_relation_p #fpr_content > div > div:last-of-type {
	margin-bottom: 0;
}
#fp_point_relation_p #fpr_content > div > div h4 {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,131,63,1);
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,131,63,1);
}
#fp_point_relation_p #fpr_content > div > div p {
	margin-left: 20px;
}
#fp_point_relation_p #fpr_content > div > div ul {
	margin-bottom: 0;
	margin-left: 20px;
}


/* =====================================================================
	お問い合わせ
===================================================================== */

.fp_content.contact_ekinaka h2 span {
	border-bottom-color: rgba(64,0,0,1);
}
.fp_content.contact_ekinaka h2 span img,
.fp_content.contact_jrepoint h2 span img {
	margin-right: 15px;
	vertical-align: middle;
}
.fp_content.contact_ekinaka a.txt_link {
	background-image: url(/img/usr/common/brown_arrow.png);
}



/* =====================================================================
	よくあるご質問
===================================================================== */

.fp_content.faq > div dl {
	margin-bottom: 40px;
	border-bottom: 1px dotted rgba(218,218,218,1);
}
.fp_content.faq > div dl dt {
	margin-bottom: 25px;
	padding-top: 2px;
	padding-left: 35px;
	min-height: 26px;
	background-image: url(/fp/img/faq/ttl_faq_q.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
}
.fp_content.faq > div dl dd {
	margin-bottom: 30px;
	padding-top: 2px;
	padding-left: 35px;
	min-height: 26px;
	background-image: url(/fp/img/faq/ttl_faq_a.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.fp_content.faq > div dl dd > *:last-of-type {
	margin-bottom: 0;
}
.fp_content.faq .p_st {
	font-weight: bold;
	margin:20px 0 0;
}
.fp_content.faq .faq_box1 {
	border: 1px solid #ddd;
	padding:15px 20px;
	margin: 5px 0 0;
}
.fp_content.faq .faq_box1 li {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 640px) {
	.fp_content.faq .p_st {
		margin:15px 0 0;
	}
	.fp_content.faq .faq_box1 {
		padding:10px;
	}
}

/* =====================================================================
	出展ショップ一覧
===================================================================== */

div[id$=_shoplist] ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
div[id$=_shoplist] ul li {
	margin-right: 30px;
	margin-bottom: 30px;
	width: 172px;
	line-height: 1.5;
}
div[id$=_shoplist] ul li:nth-of-type(4n) {
	margin-right: 0;
}
div[id$=_shoplist].guide ul li {
	width: calc((100% - 30px) / 2);
}
div[id$=_shoplist].guide ul li:nth-of-type(2n) {
	margin-right: 0;
}
div[id$=_shoplist].guide ul li a {
	display: inline-block;
	margin-right: 5px;
}
div[id$=_shoplist].guide ul li a img {
	vertical-align: text-bottom;
}
div[id$=_shoplist].guide ul li.close img {
	margin-right: 5px;
	vertical-align: text-bottom;
}


/* =====================================================================
	ご利用規約
===================================================================== */

div.fp_content.contract_box > ol > li {
	margin-bottom: 10px;
}
div.fp_content.contract_box > ol > li ol {
	margin-top: 5px;
}
div.fp_content.contract_box > ol > li ol li {
	margin-bottom: 5px;
}

div.fp_content.contract_box > ol.ol_nonum > li {
	list-style: none;
	margin-left: 0;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
div.fp_content.contract_box > ol > li > ol > li {
	list-style: none;
	margin-left: 0;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
div.fp_content.contract_box > ol > li > ol > li > ol > li {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}



/* --------------------------------------------------------------------
	以下、SP用CSS
--------------------------------------------------------------------- */

header ~ .wrapper_ .container_ {
	padding: 3.125%;
}

header ~ .wrapper_ .container_ .fp_content {
	margin-top: 40px;
	margin-bottom: 40px;
}
header ~ .wrapper_ .container_ .fp_content .fp_box {
	margin-top: 25px;
	margin-bottom: 25px;
}

header ~ .wrapper_ .container_ #fp_nav {
	margin-bottom: 40px;
}
header ~ .wrapper_ .container_ #fp_nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
}
header ~ .wrapper_ .container_ #fp_nav ul li {
	margin-bottom: 10px;
	border-left: 1px solid rgba(218,218,218,1);
	padding-right: 2px;
	padding-left: 2px;
	width: calc((100% - 10px) / 2);
}
header ~ .wrapper_ .container_ #fp_nav ul li:nth-of-type(2n) {
	border-right: 1px solid rgba(218,218,218,1);
	width: calc(((100% - 10px) / 2) - 1px);
}
header ~ .wrapper_ .container_ #fp_nav ul li:nth-child(3) {
	border-right: 0;
}
header ~ .wrapper_ .container_ #fp_nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 25px;
	width: 100%;
	height: calc(100% - 33px);
	background-image: url(/fp/img/ico_arrow_b_grn.png);
	background-repeat: no-repeat;
	background-position: 50% 90%;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: rgba(0,131,63,1);
}
header ~ .wrapper_ .container_ #fp_nav ul li a:hover {
	background-color: rgba(230,245,236,1);
}
header ~ .wrapper_ .container_ #fp_nav ul li#fp_nav_ekinaka {
	display: block;
	border-right: none;
	width: calc((100% - 10px) / 2);
}
header ~ .wrapper_ .container_ #fp_nav ul li#fp_nav_ekinaka:after {
	content: '';
	display: block;
	clear: both;
}
header ~ .wrapper_ .container_ #fp_nav ul li#fp_nav_ekinaka a {
	float: right;
	border: 1px solid rgba(64,0,0,1);
	padding: 0;
	width: 163px;
	height: calc(100% - 2px);
	background-image: url(/fp/img/ico_arrow_r_brn.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: rgba(245,242,241,1);
	font-size: 14px;
	line-height: 1.5;
	color: rgba(64,0,0,1);
}
header ~ .wrapper_ .container_ #fp_nav ul li#fp_nav_ekinaka a img {
	margin-bottom: 5px;
}

header ~ .wrapper_ .container_ .fp_content ul.li_inline li {
	display: block;
}

header ~ .wrapper_ .container_ .fp_content a.txt_link,
header ~ .wrapper_ .container_ .fp_content a.blank_link,
header ~ .wrapper_ .container_ .fp_content a.page_link {
	display: inline;
}


/* =====================================================================
	SP：初めてご利用の方
===================================================================== */

header ~ .wrapper_ .container_ #fp_point {
	margin-bottom: 80px;
	padding: 20px 10px;
}
header ~ .wrapper_ .container_ #fp_point h2 {
	margin-bottom: 20px;
	border: none;
	text-align: center;
}
header ~ .wrapper_ .container_ #fp_point ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
}
header ~ .wrapper_ .container_ #fp_point ul li {
	width: calc((100% - 10px) / 2);
	height: auto;
}

header ~ .wrapper_ .container_ #fp_point {
	margin-bottom: 80px;
}
header ~ .wrapper_ .container_ div[id^=fp_point] {
	margin-bottom: 40px !important;
}
header ~ .wrapper_ .container_ div[id^=fp_point] h3 {
	line-height: 1.25;
	text-align: left;
}
header ~ .wrapper_ .container_ div[id^=fp_point] h3 > span {
	display: block;
}
header ~ .wrapper_ .container_ div[id^=fp_point] h4 {
	text-align: left !important;
}
header ~ .wrapper_ .container_ div[id^=fp_point] p {
	text-align: left !important;
}
header ~ .wrapper_ .container_ div[id^=fp_point] p.bnr img {
	width: 100%;
	height: auto;
}
header ~ .wrapper_ .container_ div[id^=fp_point] p a {
	color: rgba(23,152,85,1);
}

header ~ .wrapper_ .container_ div[id^=fp_point] #ekinaka_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
header ~ .wrapper_ .container_ div[id^=fp_point] #ekinaka_items .item {
	margin-bottom: 15px;
	width: calc((100% - 10px) / 2);
	line-height: 1.5;
}

header ~ .wrapper_ .container_ div[id^=fp_point] p.more_btn_ {
	text-align: center !important;
}


/* =====================================================================
	SP：JRE POINTについて
===================================================================== */

header ~ .wrapper_ .container_ #fp_jp_campaign {
	margin-bottom: 40px;
	padding: 0 15px 15px;
}
header ~ .wrapper_ .container_ #fp_jp_campaign > h2 {
	margin-top: -20px;
	margin-bottom: 0px;
}
header ~ .wrapper_ .container_ #fp_jp_campaign > div ul.df_ja {
	display: block;
}
header ~ .wrapper_ .container_ #fp_jp_campaign > div ul.df_ja li {
	margin-bottom: 10px;
}
header ~ .wrapper_ .container_ #fp_jp_campaign > div ul.df_ja + ul {
	margin-bottom: 20px !important;
	width: auto !important;
}
header ~ .wrapper_ .container_ #fp_jp_campaign > div ul.df_ja + ul li {
	padding-left: 1em;
	text-indent: -1em;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps {
	padding: 25px 25px 25px;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl.step1:after {
	background: none;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl.step2:after {
	background: none;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl.step3:after {
	background: none;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl dt {
	margin-bottom: 20px;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl dd {
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: none;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl.step3 dd { background-image: none; }
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl dd p {
	margin-bottom: 20px !important;
	margin-left: 0 !important;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl dd ul {
	margin-left: 0 !important;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}
header ~ .wrapper_ .container_ #fp_jp_campaign #steps dl.step3 dd p.mb10 {
	margin-bottom: 5px !important;
}

header ~ .wrapper_ .container_ .fp_content .fp_box > p {
	text-align: left !important;
}
header ~ .wrapper_ .container_ .fp_content .fp_box > p br {
	display: none !important;
}
header ~ .wrapper_ .container_ .fp_content .fp_box > ul {
	display: block;
	text-align: center;
}

header ~ .wrapper_ .container_ #fp_point_relation_p {
	display: block;
	margin-bottom: 50px !important;
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member {
	width: auto;
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new h3,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member h3 {
	position: relative;
	margin-bottom: 10px;
	border-radius: 0;
	border: none;
	padding: 0;
	padding-left: 22px;
	background: none;
	text-align: left;
	font-size: 18px;
	color: rgba(23,152,85,1);
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new h3:before,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	border-radius: 9px;
	width: 18px;
	height: 18px;
	background-color: rgba(23,152,85,1);
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul {
	display: block;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid rgba(222,222,222,1);
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li {
	position: relative;
	border-radius: 0;
	padding: 15px 10px;
	width: auto;
	height: auto;
	background: none;
	text-align: left;
	line-height: 1.25;
	font-size: 16px;
	font-weight: normal;
	color: rgba(51,51,51,1);
	cursor: pointer
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li:after,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -7px;
	width: 55px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li.on:after,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li.on:after {
	background-image: url(/fp/img/jrepoint/btn_close.png);
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li.off:after,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li.off:after {
	background-image: url(/fp/img/jrepoint/btn_open.png);
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li:first-of-type,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li:first-of-type {
	border-bottom: 1px dotted rgba(222,222,222,1);
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li.on,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li.on {
	padding-bottom: 15px;
	background-color: rgba(245,245,245,1);
	color: rgba(51,51,51,1);
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li br,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li br {
	display: none;
}
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_new > ul li + div,
header ~ .wrapper_ .container_ #fp_point_relation_p #fpr_ttl_member > ul li + div {
	display: none;
}
/*header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div {
	position: relative;
	border: 2px solid rgba(23,152,85,1);
	width: calc(100% - 4px);
}*/
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div {
	padding: 10px 10px;
}
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div.on { display: block; border-bottom: 1px dotted rgba(222,222,222,1); }
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div.off { display: none; }
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div {
	margin-bottom: 10px;
}
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div:last-of-type {
	margin-bottom: 0;
}
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div h4 {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,131,63,1);
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,131,63,1);
}
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div p {
	margin-left: 0;
}
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div ul {
	display: block !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
header ~ .wrapper_ .container_ #fp_point_relation_p ul li + div ul li {
	margin-bottom: 5px !important;
	border: none !important;
	padding: 0 !important;
	padding-left: 1em !important;
	font-size: 14px !important;
}


/* =====================================================================
	SP：出展ショップ一覧
===================================================================== */

header ~ .wrapper_ .container_ div[id$=_shoplist] ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
header ~ .wrapper_ .container_ div[id$=_shoplist] ul li {
	margin-right: 0;
	margin-bottom: 20px;
	width: calc((100% - 10px) / 2);
	line-height: 1.5;
}
header ~ .wrapper_ .container_ div[id$=_shoplist] ul li:nth-of-type(4n) {
	margin-right: 0;
}
header ~ .wrapper_ .container_ div[id$=_shoplist] ul li a {
	margin-bottom: 5px;
}


/* =====================================================================
	SP：ご利用ガイド
===================================================================== */

header ~ .wrapper_ .container_ .fp_content dl.fp_box_col_ttl {
	display: block;
}
header ~ .wrapper_ .container_ .fp_content dl.fp_box_col_ttl dt {
	padding: 5px;
	width: auto;
}
header ~ .wrapper_ .container_ .fp_content dl.fp_box_col_ttl dt br {
	display: none;
}
header ~ .wrapper_ .container_ .fp_content dl.fp_box_col_ttl dd {
	width: auto;
}
header ~ .wrapper_ .container_ .fp_content dl.fp_box_col_ttl dd ul li {
/*	text-align: center;*/
}
header ~ .wrapper_ .container_ .fp_content dl.fp_box_col_ttl.payment dt {
	width: auto;
}
header ~ .wrapper_ .container_ .fp_content dl.fp_box_col_ttl.payment dd {
	width: auto;
}

header ~ .wrapper_ .container_ #payment.fp_content ul.li_inline li:first-child {
	margin-bottom: 0 !important;
}

header ~ .wrapper_ .container_ #pay_suica > div {
	position: relative;
	padding-left: 110px;
}
header ~ .wrapper_ .container_ #pay_suica > div:before {
	display: block;
	width: 100px;
}
header ~ .wrapper_ .container_ #pay_suica > div ul li a.blank_link {
	padding-left: 20px !important;
}


/* =====================================================================
	SP：お問い合わせ
===================================================================== */

header ~ .wrapper_ .container_ .fp_content.contact_ekinaka h2 span img {
	display: block;
	margin-bottom: 10px;
}
header ~ .wrapper_ .container_ .fp_content li.mr40 {
	margin-right: 0 !important;
}
header ~ .wrapper_ .container_ .fp_content.contact_jrepoint ul:first-of-type {
	margin-bottom: 0 !important;
}


/* =====================================================================
	ご利用ガイド（ショップ用）　→　shopguide.cssで設定
===================================================================== */
/*header ~ .wrapper_ .fp_content ul#card_list {
	padding-left: 1em;
}
header ~ .wrapper_ .fp_content ul#card_list li {
	display: inline-block;
	margin-right: 30px;
}

header ~ .wrapper_ .fp_content p.suica_img {
	float: none !important;
}
header ~ .wrapper_ .fp_content p.suica_img img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

header ~ .wrapper_ .fp_content ul.delivery_time {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
header ~ .wrapper_ .fp_content ul.delivery_time li {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 15px;
	background-color: rgba(245,245,245,1);
	text-align: center;
}*/


/* =====================================================================
	SP：よくあるご質問
===================================================================== */

header ~ .wrapper_ .container_ .fp_content.faq > div {
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid rgba(222,222,222,1);
}
header ~ .wrapper_ .container_ .fp_content.faq > div dl {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(222,222,222,1);
}
header ~ .wrapper_ .container_ .fp_content.faq > div dl:last-of-type {
	border-bottom: none;
}
header ~ .wrapper_ .container_ .fp_content.faq > div dl dt {
	position: relative;
	margin-bottom: 0;
	padding: 10px 30px 10px 45px;
	background-position: 10px 10px;
	cursor: pointer;
}
header ~ .wrapper_ .container_ .fp_content.faq > div dl dt.on {
	border-bottom: 1px dotted rgba(222,222,222,1);
	background-color: rgba(245,245,245,1);
}
header ~ .wrapper_ .container_ .fp_content.faq > div dl dt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background-image: url(/fp/img/faq/btn_open.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
header ~ .wrapper_ .container_ .fp_content.faq > div dl dt.on:after { background-image: url(/fp/img/faq/btn_close.png); }
header ~ .wrapper_ .container_ .fp_content.faq > div dl dt.off:after { background-image: url(/fp/img/faq/btn_open.png); }
header ~ .wrapper_ .container_ .fp_content.faq > div dl dd {
	display: none;
	margin-bottom: 0;
	padding: 10px 10px 10px 45px;
	background-position: 10px 10px;
}
header ~ .wrapper_ .container_ .fp_content.faq > div dl dd > *:last-of-type {
	margin-bottom: 0;
}


/* =====================================================================
	SP：ご利用規約
===================================================================== */

div.fp_content.contract_box > ol {
	margin-left: 20px;
}


/* =====================================================================
	定期便・頒布会のご利用ガイド
===================================================================== */
#regular_guide {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 1px;
}
#regularservice_about .about_contents {
	padding: 28px 0 0 20px;
}
#regularservice_about .about_contents h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: 17px;
}
#regularservice_about .about_contents ul {
	margin: 0;
}
#regularservice_about .about_contents ul li {
	font-size: 14px;
	line-height: 1.714;
}
#regularservice_about .about_contents p {
	font-size: 12px;
	line-height: 1.5;
	margin: 15px 0 0;
}

#regularservice_about .use_step {
	padding: 15px 0 0 20px;
}
#regularservice_about .use_step h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	background-color: #eeeeee;
	border-radius: 50px;
	margin: 0 0 27px;
	padding: 8px 23px;
}
#regularservice_about .use_step h4 span {
	font-size: 14px;
}
#regularservice_about .use_step h5 {
	font-size: 14px;
	line-height: 1.714;
}
#regularservice_about .use_step h5 strong {
	color: #179855;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	/*vertical-align: text-top;*/
}
#regularservice_about .use_step p {
	font-size: 14px;
	line-height: 1.714;
}

#regularservice_about #step1 .img {
	padding: 18px 0 0 47px;
}
#regularservice_about #step1 p {
	padding: 25px 0 33px 47px;
	margin: 0;
}
#regularservice_about #step1 .btn {
	max-width: 500px;
	margin: 0 auto 60px;
}
#regularservice_about #step1 .btn a {
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.5;
	padding: 15px 0;
	background-color: #179855;
	border-radius: 2px;
	position: relative;
}
#regularservice_about #step1 .btn a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
}
#regularservice_about #step1 .btn a:hover {
	opacity: 0.7;
}
#regularservice_about #step2 .delivery_cycle + p {
	padding: 0 0 0 40px;
}

#regularservice_about #step2 .delivery_cycle {
	display: flex;
	padding: 0 0 25px 40px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box {
	width: 250px;
	margin-right: 50px;
	border-radius: 10px;
	border: 1px solid #179855;
	padding: 18px 0 20px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box h6 {
	color: #179855;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.333;
	margin-bottom: 11px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box p {
	font-size: 14px;
	text-align: center;
	line-height: 1.714;
	margin: 0 0 15px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul {
	display: flex;
	margin: 0 0 0 29px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li {
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div {
	width: 75px;
	height: 75px;
	border-radius: 5px;
	background-color: #eeeeee;
	position: relative;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 28px;
	width: 50px;
	height: 2px;
	background-color: #000;
	transform:  rotate(-45deg);
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div span {
	display: block;
	position: absolute;
	line-height: 1.0;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div span.month {
	font-size: 24px;
	font-weight: bold;
	left: 11px;
	top: 7px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div span.day {
	color: #179855;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	left: 27px;
	bottom: 8px;
	width: 40px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div span.week {
	color: #179855;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1875;
	right: 8px;
	bottom: 9px;
}
#regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li:first-child {
	margin-right: 40px;
}

#regularservice_about #step3 ul {
	display: flex;
	padding-left: 72px;
	margin: 0;
}
#regularservice_about #step3 ul li {
	width: 350px;
	margin-right: 60px;
}
#regularservice_about #step3 ul li .img img {
	width: 100%;
}
#regularservice_about #step3 ul li h6 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	margin-top: 20px;
}
#regularservice_about #step3 ul li p {
	font-size: 14px;
	line-height: 1.714;
	margin: 7px 0 0;
}
#regularservice_about #step3 .about_payment {
	display: flex;
	margin-top: 53px;
}
#regularservice_about #step3 .about_payment .desc {
	width: 420px;
}
#regularservice_about #step3 .about_payment .desc h6 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	margin-bottom: 22px;
}
#regularservice_about #step3 .about_payment .desc p {
	font-size: 14px;
	line-height: 1.714;
	margin: 0;
}
#regularservice_about #step3 .about_payment .desc p.note {
	font-size: 12px;
	line-height: 2.0;
}
#regularservice_about #step3 .about_payment .img {
	width: 480px;
	margin-left: auto;
}


#convenient > div {
	display: flex;
}
#convenient > div .txt {
	width: 420px;
}
#convenient > div .txt p {
	font-size: 14px;
	line-height: 1.714;
}
#convenient > div .txt dl {
	margin-bottom: 30px;
}
#convenient > div .txt dt,
#convenient > div .txt dd {
}
#convenient > div .txt dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: 6px;
}
#convenient > div .txt dt span {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding-right: 5px;
}
#convenient > div .txt dd {
	font-size: 14px;
	line-height: 1.714;
	padding-left: 15px;
}
#convenient > div .txt dd span {
	font-size: 12px;
	line-height: 1.666;
	display: block;
	margin-top: 10px;
}
#convenient > div .txt dd ul.ex_txt {
	margin-top: 5px;
	padding-left: 25px;
	position: relative;
}
#convenient > div .txt dd ul.ex_txt::after {
	content: "[例]";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 1.666;
}
#convenient > div .txt dd ul.ex_txt li {
	font-size: 12px;
	line-height: 1.666;
}
#convenient > div .img {
	width: 480px;
	margin-left: auto;
}
#convenient > div .img img {
	margin-bottom: 18px;
}
#change_period .img {
	padding: 25px 0 0 90px;
}


header ~ .wrapper_ .fp_content {
	margin-top: 40px;
	margin-bottom: 40px;
}
header ~ .wrapper_ #regular_guide {
	padding: 3.125%;
    width: auto;
}
header ~ .wrapper_ #regularservice_about .about_contents {
	padding: 0 0 0;
}
header ~ .wrapper_ #regularservice_about .about_contents ul li {
	text-indent: -1em;
    padding-left: 1em;
}
header ~ .wrapper_ #regularservice_about .use_step {
	padding-left: 0;
}
header ~ .wrapper_ #regularservice_about .use_step h4 span {
	display: inline-block;
}
header ~ .wrapper_ #regularservice_about #step1 .img,
header ~ .wrapper_ #regularservice_about #step1 p,
header ~ .wrapper_ #regularservice_about #step2 p,
header ~ .wrapper_ #regularservice_about #step3 ul {
	padding-left: 0;
}
header ~ .wrapper_ #regularservice_about #step1 p {
	padding-bottom: 25px;
	padding-top: 15px;
}
header ~ .wrapper_ #regularservice_about #step3 .about_payment {
	display: block;
	margin-top: 25px;
}
header ~ .wrapper_ #regularservice_about #step3 .about_payment .desc,
header ~ .wrapper_ #regularservice_about #step3 .about_payment .img {
	width: 100%;
}

header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle {
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box {
	width: 160px;
	width: 48%;
	max-width: 160px;
	margin: 0 0 10px;
	border: 1px solid #179855;
	padding: 10px 0;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box h6 {
	font-size: 14px;
	margin: 0 0 5px;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box p {
	font-size: 10px;
	margin: 0 0 10px;
	padding: 0;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul {
	margin: 0;
	justify-content: center;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li:first-child {
	margin-right: 22px;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div {
	width: 50px;
	height: 50px;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div::after {
	left: 5px;
	top: 15px;
	width: 30px;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div span.month {
	font-size: 12px;
	left: 6px;
	top: 4px;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div span.day {
	font-size: 18px;
	width: 26px;
	left: 16px;
}
header ~ .wrapper_ #regularservice_about #step2 .delivery_cycle .delivery_cycle_box ul li > div span.week {
	font-size: 10px;
	bottom: 10px;
}
header ~ .wrapper_ #regularservice_about #step3 ul li h6 {
	margin-top: 10px;
}
header ~ .wrapper_ #regularservice_about #step3 .about_payment .desc h6 {
	margin-bottom: 10px;
}
header ~ .wrapper_ #regularservice_about #step3 .about_payment .img {
	margin: 15px 0 0;
	text-align: center;
}
header ~ .wrapper_ #regularservice_about #step3 .about_payment .img img {
	width: 68%;
}
header ~ .wrapper_ #regularservice_about #step3 ul {
	display: block;
}
header ~ .wrapper_ #regularservice_about #step3 ul li {
	width: 100%;
	margin: 0 0 30px;
}

header ~ .wrapper_ #convenient > div {
	display: block;
}
header ~ .wrapper_ #convenient > div .txt,
header ~ .wrapper_ #convenient > div .img {
	width: 100%;
	margin: 0;
}
header ~ .wrapper_ #convenient > div .img {
	text-align: center;
}
header ~ .wrapper_ #convenient > div .img img {
	width: 68%;
}
header ~ .wrapper_ #change_period .img {
	padding-left: 0;
}







