@charset "UTF-8";

.riCustomMainSentencep {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}

.con-width900{
	width: 900px;
	margin: 0 auto;
}

.mr-10{
	margin-right: 10px;
}

.pb-96{
	padding-bottom: 96px;
}

.flex-row{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 91%;
}

.valign-center {
	align-items: center;
	display: flex;
	font-size: 23px;
}

.red-highlighted-txt {
	background: #bf0000;
	color: white;
	border: 1px solid #bf0000;
	border-radius: 4px;
	letter-spacing: 3px;
	margin-right: 10px;
	font-size: 22px;
	height: 40px;
	width: 144px;
	box-sizing: border-box;
	line-height: 38px;
}

.border-txt-box_border {
	line-height: 1.7;
	color: #333;
	font-size: 16px;
	border-radius: 6px;
    background: #fff6de;
	padding: 20px 24px;
}

.border-txt-box {
	width: 100%;
	margin: 0 auto;
	line-height: 22px;
	color: #2c2c2c;
	font-size: 16px;
	letter-spacing: -1px;
}


.head-title {
	margin: 0 auto;
	clear: both;
	position: relative;
	padding: 20px 0 30px 0;
	text-align: center;
	color: #bf0000;
}

.search-product-wrapper {
	width: 950px;
	margin: 0 auto;
}

.how-to-search {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 77px!important;
}

.how-to-search ul {
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sub-title {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	border-bottom: solid 2px #bf0000;
    width: 600px;
    margin: 0 auto;
}

.kome {
	text-indent: -1em;
	padding-left: 1em;
}

.txt-wrapper {
	margin: 0 auto;
	display: flex;
}

.fs-guide-banner {
	text-align: center;
}

.fs-guide-banner img:hover {
	opacity: 0.8;
}

.sec-shop-list,
.sec-free-shipping,
.sec-rules {
	position: relative;
	padding-bottom: 77px;
}

.sec-search-product {
	padding-top: 80px;
}

.round-shapeY {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 143px;
	height: 31px;
	background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/title-round-shape.png) no-repeat;
	background-size: 100%;
}

.round-shapeW {
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 143px;
	height: 31px;
	background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/title-round-shapeW.png) no-repeat;
	background-size: 100%;
}

.title-icon-img {
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.step-txt {
	text-align: center;
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding-bottom: 16px;
}

.step-txt p:first-child {
	text-align: center;
}

.fs-before-after {
	position: relative;
	height: 800px;
}

.fs-before-after p{
	position: absolute;
	transform: translate(-50%, 0%);
	left: 50%;
	width: 880px;
	/* padding: 0 30px; */
	box-sizing: border-box;
}

.fs-before-after p:first-child {
	top: 292px;
}

.fs-before-after p:nth-child(2) {
	top: 320px;
	z-index: 10;
}

.fs-before-after p:last-child {
	/* bottom: 86px; */
	bottom: 105px;
	line-height: 1.5;
}

a.target {
	display: block;
	padding-top: 125px;
	margin-top: -125px;
}

.extra-txt {
	/* background: yellow; */
	width: 100%!important;
	bottom:32px;
	padding: 0 30px 20px !important;
	box-sizing: border-box;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}


/*
font
-------------------------------*/
.font-red {
	color: #bf0000;
}

.font16 {
	font-size: 16px;
	line-height: 1.7;
}

.font20 {
	font-size: 20px;
	line-height: 27px;
}
.font40 {
	font-size: 40px;
}

.font-bold {
  font-weight: bold;
}
/* bdColor
-------------------------------*/
.bgColor_f7f6ea{background-color:#f7f6ea;}
.bg-yellow {
	background: #fef0c6;
}
/*
searchBox
-------------------------------*/
.searchBox {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.step_title{font-size:34px;}

.searchBox p.searchTtl{font-size:34px;}
.searchBox p.searchTtl span{
  display:inline-block;
  vertical-align:top;
}
.searchBox .wordBox{
  width:806px;
  margin:0 auto;
}
.searchBox .wordBox ul{position: relative;}
.searchBox .wordBox ul > li{
  display:inline-block;
  vertical-align:top;
	line-height:normal;
}

.searchBox .wordBox ul > li+li{
	position: absolute;
	right: 29px;
	bottom: 0;
}

.searchBox .wordBox ul > li .riFreeWord{
  width:700px;
  height:80px;
  border:0;
  padding:0 15px;
  font-size:18px;
  line-height:50px;
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/freeword_bg.png) no-repeat;
  outline: none;
}
::i-block-chrome, .searchBox .wordBox ul > li .riFreeWord{line-height:1em;}
.searchBox .wordBox ul > li .riBtnSubmit{
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/search-submit-btn.png) no-repeat;
  border:0;
	width: 80px;
	height: 80px;
  cursor:pointer;
  font-size:0;
}
.rc-searchForm__textInputContainer.top_search {
	height: 44px;
}
.search_form_120 {
	padding: 0 120px;
}
/*
/ searchBox
-------------------------------*/


/*
看板上　RUP
-------------------------------*/
.cta-container{
	width: 950px;
	margin: 0 auto;
	margin-top: 3px;
}

.row {
	display: flex;
	font-size: 0;
}

.col {
	display: inline-block;
}

.left-col {
	flex: 48%;
}

.right-col {
	flex: 52%;
}

.right-col{
	font-size: 13px;
	line-height: 16px;
	padding-left: 18px;
}

.text-bold{font-weight: bold;}
.square-cta {
	display: inline-block;
}

.cta-btn{
	position: relative;
	border: 1.5px solid #453c3c !important;
	background-color: #fff;
	color: #453c3c !important;
	padding: 8px 19px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 14.2px;
	border-radius: 3px;
	font-weight: bold;
}

.btn-1, .btn-2 {
	padding-right: 4px;
}

.right-align {
	text-align: right;
}

/*
/ 看板上　RUP
-------------------------------*/

/* =========================================
Overrides＆MainContainer
========================================= */
.maincontainer {
	color: #333333;
}

.funcTglRedTtl {
	position: relative;
	display: flex;
	margin: 8px 0 0 0;
	align-items: center;
	padding: 12px;
	background: #fef0c6;
}
.funcTglRedTtl::before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 40px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #bf0000;
}
.funcTglRedTtl.toggleUp::before {
	border-top: none;
	border-bottom: 10px solid #bf0000;
}
.fs-faq ul {
	position: relative;
	padding: 0 84px 20px;
	background: #fef0c6;
}
.fs-wrap {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
.flex-txt {
	display: flex;
}
.fs-link span::after,
.rules-2::after {
	display: inline-block;
	content: '';
	margin: 0 0 0 4px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #0783c2;
}
.fs-link span:hover::after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #bf0000;
}
.fs-link.fs-link-innerpage span::after,
.rules-2::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0783c2;
	vertical-align: sub;
}
.fs-link.fs-link-innerpage span:hover::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #bf0000;
	vertical-align: sub;
}
.fs-link.fs-arrow-top span::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #0783c2;
	border-top: 0;
	vertical-align: super;
}
.fs-link.fs-arrow-top span:hover::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #bf0000;
	border-top: 0;
	vertical-align: super;
}
.fs-link span a {
	color:  #0783c2;
	text-decoration: none;
}
.fs-link span a:hover {
	color:  #bf0000;
	text-decoration: underline;
}
.bdr-dotted {
	position: relative;
	width: 100%;
	height: 3px;
	background: url('https://r.r10s.jp/evt/event/guide/freeshippingline/_pc/img/20200311/dotted_bdr.png');
	background-repeat: repeat-x;
}
.bdr-dotted-black {
	position: relative;
	width: 100%;
	height: 3px;
	background: url('https://r.r10s.jp/evt/event/guide/freeshippingline/_pc/img/20200311/dotted_black_bdr.png');
	background-repeat: repeat-x;
}
.fs-header-blk {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
}
.fs-header-blk p:first-child {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 4px;
	margin: 0 12px 0 0;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 26px;
	border-radius: 50%;
	text-align: center;
	color: #fef0c6;
	background: #333333;
}

/* =========================================
banner レイアウト
========================================= */
.fs-banner {
	position: relative;
	width: 100%;
	height: 328px;
	margin: 0 auto;
	background: url('https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/kanban-bg-pc.png');
	background-repeat: repeat-x;
	margin-top: 10px;
}
.fs-banner .fs-banner-wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: -6px;
}
.fs-banner-btm {
	width: 950px;
	margin: 16px auto 56px;
}

/* =========================================
top レイアウト
========================================= */
.fs-container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	font-size: 14px;
}
.fs-explanation {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 40px auto;
}
.fs-container .fs-cnt-top,
.fs-container .fs-cnt-btm {
	width: 467px;
}
.fs-container .fs-cnt-btm p {
	font-size: 14px;
}

/* =========================================
content レイアウト
========================================= */
.fs-buy-rakuten,
.fs-ask-us,
.fs-other-events {
	clear: both;
	position: relative;
	padding: 40px 0;
	background: #fef0c6;
}
.fs-buy-rakuten .fs-wrap .fs-buy-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fs-buy-rakuten .fs-buy-ttl p:first-child{
	width: 83px;
	margin: 0 12px;
}
.fs-buy-rakuten .fs-buy-ttl p:last-child{
	font-size: 32px;
	font-weight: bold;
	color: #bf0000;
}
.fs-buy-rakuten .fs-wrap .return-top {
	clear: both;
	position: relative;
	box-sizing: border-box;
	width: 340px;
	margin: 30px auto;
	text-align: center;
	border-radius: 4px;
	background: #bf0000
}
.fs-buy-rakuten .fs-wrap .return-top a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 12px;
	font-size: 30px;
}
.fs-buy-rakuten .fs-wrap .return-top a::after {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	right: 14px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ffffff;
}
.fs-buy-rakuten .fs-wrap ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
}
.fs-buy-rakuten .fs-wrap ul li{
	width: 468px;
	margin: 0 0 16px 0;
}

/* =========================================
content レイアウト
========================================= */
.fs-notice-alert {
	position: relative;
	margin: 12px auto 0;
	align-items: center;
	padding: 8px;
	background: #fef0c6;
}
.fs-notice-alert .fs-notice-alertwrap {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 950px;
	padding: 4px;
	margin: 0 auto;
	font-size: 12px;
	background: #ffffff;
}
.fs-notice-alert .fs-notice-alertwrap div {
	margin: 0 4px;
}
.fs-kakunin {
	position: relative;
	padding: 40px 0;
}
.fs-kakunin .fs-kakunin-ttl {
	display: flex;
	align-items: center;
}
.fs-kakunin .fs-kakunin-ttl p:first-child{
	width: 63px;
	margin: 0 8px 0 0;
}
.fs-kakunin .fs-kakunin-ttl p:last-child{
	font-size: 32px;
	font-weight: bold;
	color: #bf0000;
}
.fs-kakunin .fs-kakunin-box {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 24px;
	margin: 40px auto;
	font-size: 15px;
	background: #fef0c6;
}
.fs-kakunin .fs-kakunin-box .fs-kakunin-badge {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	box-sizing: border-box;
	width: 456px;
	padding: 12px 20px;
	margin: 40px auto 20px;
	border-radius: 4px;
	border: 2px solid #bf0000;
	background: #ffffff;
}
.fs-kakunin .fs-kakunin-box .fs-kakunin-badge::before {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	top: -7px;
	left: 0;
	right: 0;
	margin: 0 auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
	border-bottom: 7px solid #ffffff;
	z-index: 2;
}
.fs-kakunin .fs-kakunin-box .fs-kakunin-badge::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	top: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
	border-bottom: 7px solid #bf0000;
	z-index: 1;
}
.fs-kakunin .fs-kakunin-box .fs-kakunin-badge span:first-child {
	font-weight: bold;
	font-size: 24px;
}
.fs-kakunin .fs-kakunin-box .fs-kakunin-badge span:nth-child(2) {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #333333;
}
.fs-kakunin .fs-kakunin-box .fs-kakunin-badge span:nth-child(3) {
	font-weight: bold;
	font-size: 48px;
	color: #bf0000;
}

/* =========================================
お問い合わせレイアウト
========================================= */
.fs-ask-btn {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 4px;
	border: 1px solid #bf0000;
	background: #ffffff;
}
.fs-ask-btn p:first-child {
	width: 50%;
	font-size: 18px;
}
.fs-ask-btn p:first-child span {
	font-size: 24px;
	font-weight: bold;
}
.fs-ask-btn p:last-child {
	box-sizing: border-box;
	width: 50%;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	background: #c00000;
}
.fs-ask-btn p:last-child a {
	display: inline-block;
	padding: 26px;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
}
.fs-ask-btn p:last-child::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: 0 0 0 6px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ffffff;
}
.fs-ask-us .fs-ask-wrap {
	display: flex;
	justify-content: space-between;
}
.fs-ask-us .fs-ask-wrap div {
	width: 48%;
}
.fs-ask-us .fs-ask-wrap .fs-ask-left p:first-child a{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
	padding: 34px 20px;
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #333333;
	color: #333333;
	background: #ffffff;
}
.fs-ask-us .fs-ask-wrap .fs-ask-left p:first-child a::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -3px 0 0 9px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #333333;
}

/* =========================================
配送の取り組み
========================================= */
.fs-shipping-about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 950px;
	margin: 40px auto 0;
}
.fs-shipping-about li {
	width: 460px;
	margin: 0 0 40px 0;
	font-size: 14px;
}
.fs-shipping-about li p span{
	font-weight: bold;
	font-size: 20px;
}
.fs-shipping-about li .fs-shipping-btmimg {
	display: flex;
	justify-content: space-between;
	margin: 12px 0 0 0;
}

/* =========================================
他の企画
========================================= */
.fs-other-events ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 980px;
	margin: 40px 0 0 -8px;
}
.fs-other-events li {
	width: 174px;
	margin: 10px;
}

/* =========================================
floating
========================================= */
/* floating elements
---------------------- */

#riBackToTop {
	position: fixed;
	bottom: 80px;
	right: 32px;
	width: 50px;
	height: 50px;
	z-index: 100;
	display: none;
	background: url(https://r.r10s.jp/com/img/event/pc_module/ver2/rifloatingtop.png);
	background-size: 50px 50px;
	cursor: pointer;
}
#flo_banner {
    cursor: pointer;
    position: fixed;
	top:auto;
    bottom: 286px;
    right: 16px;
    z-index: 253;
}
#flo_banner [aria-controls] {
	position: fixed;
	right: 16px;
	bottom: 446px;
}
#close_button39 {
    bottom: 9px;
    right: 30px;
    position: absolute;
    z-index: 120;
    cursor: pointer;
}


[fixed] {
  position: static;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
}
[fixed="true"] {
  position: fixed!important;
}

#floatingMenu{
  z-index: 99;
  width: 100%;
  min-width: 950px;
  height: 108px;
  border-bottom: none;
}

#floatingMenu[data-sticky="true"]{
	height: 70px;
	background: rgba(255, 255, 255, .8);
}

#floatingMenu a {
	position:relative;
  overflow:hidden;
	display: block;
	font-size: 14px;
  line-height: 22px;
	color: #333333;
	text-decoration: none;
	/* width: 100%;
	height: 100%; */
	margin: 0 !important;
}

[data-sticky="false"] .ecm-floating-navi {
	height: 108px;
	width: 960px;
	margin: 0 auto;
	justify-content: space-between;
}
[data-sticky="true"] .ecm-floating-navi {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	justify-content: space-between;
}

.ecm-floating-navi a {
    width: 300px;
    height: 108px;
    background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200719/menu-bubble_pc_20200719.png) no-repeat;
    background-size: 100%;
	padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

[data-sticky="true"] .ecm-floating-navi a {
    width: 180px;
    height: 70px;
	margin: 0 !important;
}

[data-sticky="true"] .ecm-floating-navi .menu02 .icn1 {
	width: 22px!important;
	margin: 5px auto 0!important;
}

[data-sticky="true"] .ecm-floating-navi .menu02 .text-lg {
	line-height: 10px;
	font-size: 16px!important;
}

[data-sticky="true"] .ecm-floating-navi .menu01 .icn2 {
	width: 20px!important;
	margin: 5px auto 0!important;
}

[data-sticky="true"] .ecm-floating-navi .menu01 .text-lg {
	line-height: 10px;
	font-size: 16px!important;
}

.ecm-floating-navi .menu04 div + div {
    font-size: 20px;
    font-weight: bold;
}

[data-sticky="true"] .ecm-floating-navi .menu04 div + div {
    font-size: 16px;
	padding-top: 0;
	margin-top: -4px;
    font-weight: bold;
}


.ecm-floating-navi .menu04 span {
	background-size: 18px 18px;
}

[data-sticky="true"] .ecm-floating-navi  a div:first-child {
	width: 16px;
    height: 19px;
	background-size: 100% auto;
	margin-top: -4px;
}

.ecm-floating-navi li div:first-child {
	top: 9px;
}
.ecm-floating-navi li a div + div {
	top: 33%;
	font-size: 16px;
}

.ecm-floating-navi a{
	text-align:center;
	color: #333333;
}
.ecm-floating-navi a div:first-child {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	text-align:center;
	color: #333333;
}
.ecm-floating-navi a div + div {
	position: absolute;
	transform: translate(-50%, 0%);
	top: 45%;
	left: 50%;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.ecm-floating-navi  div:first-child {
	position: absolute;
	transform: translate(-50%, 0%);
	top: 12px;
	left: 50%;
}
.ecm-floating-navi .menu01 div:first-child {
	background: url('https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/icon-product.png') no-repeat;
	background-size: 32px 32px;
	background-position: top center;
}
.ecm-floating-navi .menu02 div:first-child {
	background: url('https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/icon-question.png') no-repeat;
	background-size: 32px 32px;
	background-position: top center;
}
.ecm-floating-navi .menu03 div:first-child {
	background: url('https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/icon-shop.png') no-repeat;
	background-size: 32px 32px;
	background-position: top center;
}
.ecm-floating-navi .menu04 div:first-child {
	background: url('https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/icon-rule.png') no-repeat;
	background-size: 32px 32px;
	background-position: top center;
}

.midashi {
    padding: 13px 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background: #ffca29;
}
.gloNaviBox {
	background: rgba(255, 255, 255, .8);
}
/* =========================================
広告エリア
========================================= */

.add39_container {
  width: 950px;
  margin: 0 auto;
  background: #FEF0C6;
}

.add39_container a {
  text-decoration: none;
}

.tile_39ad {
  text-align: center;
  color: #333;
  font-size: 27px;
  padding: 6px 0px;
  margin: 0 auto 20px;
  border-bottom: solid 2px #bf0000;
  width: 600px;
}

.big_tile_39ad {
  text-align: center;
  color: #333;
  font-size: 32px;
  padding: 15px 10px 30px;
  width: 950px;
  margin: 10px auto 0;
}

.tile_39ad p {
  font-weight: bold!important;
}

.big_tile_39ad p {
  font-weight: bold!important;
}

.title_39ad_2 {
  text-align: center;
  color: #c00000;
  font-size: 36px;
  font-weight: bold;
  padding: 0px 10px;
  margin: 0 auto 20px;
  border-bottom: solid 4px #c00000;
  width: 570px;
}

.title_39ad_2_doc {
  text-align: center;
  font-size: 21px;
}

.ad39_navi {
  width: 950px;
  margin: 20px auto;
}

.ad39_navi_list {
  display: flex;
  justify-content: space-between;
}

.ad39_navi_list .ad39_navi_item {
  width: 223px;
  height: 196px;
}

.ad39_navi_list .ad39_navi_item.ad39_navi_fashion {
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200719/icon_fashion01_pc_off.png) left top no-repeat;
}
.ad39_navi_list a:hover .ad39_navi_item.ad39_navi_fashion {
  background-position: right top;
}

.ad39_navi_list .ad39_navi_item.ad39_navi_bed {
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200719/icon_bed01_pc_off.png) left top no-repeat;
}
.ad39_navi_list a:hover .ad39_navi_item.ad39_navi_bed {
  background-position: right top;
}

.ad39_navi_list .ad39_navi_item.ad39_navi_gourmet {
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200719/icon_gourmet01_pc_off.png) left top no-repeat;
}
.ad39_navi_list a:hover .ad39_navi_item.ad39_navi_gourmet {
  background-position: right top;
}

.ad39_navi_list .ad39_navi_item.ad39_navi_kaden {
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200719/icon_kaden01_pc_off.png) left top no-repeat;
}
.ad39_navi_list a:hover .ad39_navi_item.ad39_navi_kaden {
  background-position: right top;
}

.big_tile_39ad_fashion::before {
  display: inline-block;
  width: 78px;
  height: 78px;
  content: '';
  vertical-align: middle;
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200626/icon_fashion_pc.png) no-repeat;
  padding-right: 10px;
  box-sizing: content-box;
}

.big_tile_39ad_bed::before {
  display: inline-block;
  width: 78px;
  height: 78px;
  content: '';
  vertical-align: middle;
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200626/icon_bed_pc.png) no-repeat;
  padding-right: 10px;
    box-sizing: content-box;
}

.big_tile_39ad_gourmet::before {
  display: inline-block;
  width: 78px;
  height: 78px;
  content: '';
  vertical-align: middle;
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200626/icon_gourmet_pc.png) no-repeat;
  padding-right: 10px;
  box-sizing: content-box;
}

.big_tile_39ad_kaden::before {
  display: inline-block;
  width: 78px;
  height: 78px;
  content: '';
  vertical-align: middle;
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200626/icon_kaden_pc.png) no-repeat;
  padding-right: 10px;
  box-sizing: content-box;
}

a._target{
  display: block;
  position:relative;
  z-index:-1;
  padding-top: 90px;
  margin-top: -90px;
}

.ad39_navi_under{
  margin-top: 10px;
  padding-bottom: 40px;
}

.ad39_navi_under .ad39_navi_under_list{
  width: 950px;
  margin: 0 auto;
  text-align: center;
}

.ad39_navi_under .ad39_navi_under_list li {
  display: inline;
}

.ad39_navi_under .ad39_navi_under_item{
  display: inline-block;
  padding: 0 10px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.ad39_navi_under .ad39_navi_under_item::after {
  display: inline-block;
  width: 22px;
  height: 15px;
  content: '';
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200626/line_v.png) no-repeat;
  margin-left: 10px;
}

.ad39_navi_under .ad39_navi_under_item {
  text-decoration: none;
}

.ad39_navi_under  a {
  display: inline-block;
  color: #c00000;
  border: solid 1px #c00000;
  background-color: #fff;
  padding: 7px 2px;
}

.ad39_navi_under a:hover{
  color: #fff;
  background-color: #c00000;
}

.ad39_navi_under a:hover .ad39_navi_under_item::after {
  display: inline-block;
  width: 22px;
  height: 15px;
  content: '';
  background: url(https://r.r10s.jp/evt/event/guide/freeshippingline/campaign/_pc/img/20200626/line_v_w.png) no-repeat;
  margin-left: 10px;
}

.step_title {
  padding-top: 50px;
}

.add39_container .riItemWrap_CD {
  background-color: #FEF0C6;
}

.add39_container .riItemWrap_CD:hover {
  background-color: #fff5d6;
}

/* フォローティング検索窓 */
.floating_bottom_serch {
  position: fixed;
  top:auto !important;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, .8);
  z-index: 8001;
  /* margin-left: -8px; */
  }

.floating_bottom_serch .floatNav2_item {
  width: 888px;
  margin: 0 auto;
}

  /* /フォローティング検索窓 */

  .rc-toTop {
	bottom: 72px;
  }

  /* 参加方法 */
  .sec-step_campaign_conwrap {
	display: flex;
	width: 960px;
    margin: 0 auto;
	padding-bottom: 32px;
  }
  .sec-step-inner {
	width: 468px;
	box-sizing: content-box;
  }
  .sec-step-text-wrap p {
	font-size: 20px;
	font-weight: bold;
    padding: 12px 24px;
    background: #fef0c6;
    margin: -2px 0;
  }
  .sec-step-3  .sec-step-text-wrap p {
    padding: 0 88px;
  }
	.sec-step-3_wrap {
		margin-bottom: 100px;
	}
  .sec-step-3 {
	width: 960px;
	margin: 0 auto;
  }
  /*
よくある質問
======================================== */

.fs-faq div[aria-hidden]{
 display: grid;
 grid-template-rows: 0fr;
 transition: grid-template-rows 0.25s;
}
.fs-faq div[aria-hidden="false"] {
  grid-template-rows: 1fr;
 transition: grid-template-rows 0.25s;
}

.faq_button p:first-child {
	width:51px;
}



.faq_button {
	position: relative;
	display: flex;
	margin: 16px 0 0 0;
	align-items: center;
	padding: 12px;
	font-size: 20px;
	font-weight: bold;
	background: #fef0c6;
	box-sizing: border-box;
}
.faq_button:hover{cursor:pointer;}
.faq_button::before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 40px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #bf0000;
}
.faq_button.toggleUp::before {
	border-top: none;
	border-bottom: 10px solid #bf0000;
}

.faq_answer{
	overflow: hidden;
}

.faq_answer p {
	position: relative;
	padding: 0 84px 20px;
	background: #fef0c6;
	font-size: 16px;
	line-height: 1.5;
}



.fs-wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
}