@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/yurucamp/yurucamp.css
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-top: 1px solid #f8f3ea;
	background: #fff;
}
#headerLogo {
	width: 1200px;
	margin: 0 auto;
	padding: 8px 23px 9px;
}
/* layout
------------------------------------------------------ */
#pageContainer{
	overflow-x: hidden;
}
#mainContainer {
	margin-top: 0;
}
#mainContents{
	width: 1260px;
	padding-top: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0;
}
a:hover,
a:visited,
a:link{
	color: #000;
	text-decoration: underline;
}
p,ul,ol,div {
	color: #635044;
}
.yurucamp-strong01 {
	font-weight: bold;
	color: #d50011;
}
/* footer
------------------------------------------------------ */
#footer {
	margin-top: 0;
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	background: #6a3906;
}
#copyright {
	color: #fff;
}
/* news
------------------------------------------------------ */
.newsBox {
	width: 100%;
	height: 132px;
	overflow-y: hidden;
	margin-top: 25px;
	padding: 0 30px;
	color: #fff;
}
.newsBox .newsHdg {
	padding: 0 0 6px;
	border-bottom: 2px solid #fbb3b7;
	font-size: 2.0rem;
	font-weight: bold;
	color: #ce4970;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 15px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	padding-right: 10px;
	width: 130px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .contentbox li a ,
.newsBox .contentbox li a .txt,
.newsBox .contentbox li a:visited ,
.newsBox .contentbox li a:hover {
	text-decoration:underline;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 16px;
	background-color: #fbb3b7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 16px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #ce4970;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #ce4970;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* tab
------------------------------------------------------ */
@media all and (min-width: 751px) {
.yurucamp-tabList {margin-top: 37px;}
	.yurucamp-tabList::after{
		content: '';
		display: block;
		padding-top: 351px;
	}
.yurucamp-spToggleTrg {display: none;}
.yurucamp-spToggleClose {display: none;}
.yurucamp-tabList > li {
	position: relative;
	width: 50%;
	margin-top: 0;
	float: left;
}
.yurucamp-tabList > li.active {
}
.yurucamp-tabList > li.active::after {
	position: absolute;
	right: 230px;
	bottom: -24px;
	display: block;
	border-bottom: 26px solid #98b461;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	content: '';
}
.yurucamp-tabList > li:nth-of-type(2n).active::after {
	right: auto;
	left: 242px;
	border-bottom: 26px solid #91bdc6;
}
.yurucamp-tabList > li a {
	display: block;
	width: 100%;
	height: 351px;
	background-repeat: no-repeat;
	background-position: top 20px right 65px;
	text-indent: -9999px;
	outline: none;
}
.yurucamp-tabList > li:nth-of-type(2n) a {background-position: top 20px left 65px;}
.yurucamp-tabList > li a:hover {opacity: 0.7;}
.yurucamp-tabList > li.active a {background-position: top 0 right 65px;}
.yurucamp-tabList > li.active a:hover {opacity: 1;}
.yurucamp-tabList > li.active:nth-of-type(2n) a {background-position: top 0 left 65px;}
.yurucamp-tabList > li.tab01 a { background-image: url(/gecard/yurucamp/img-files/yurucamp_tab01.png);}
.yurucamp-tabList > li.tab02 a { background-image: url(/gecard/yurucamp/img-files/yurucamp_tab02.png);}
.yurucamp-tabList > li.tab01.active a { background-image: url(/gecard/yurucamp/img-files/yurucamp_tab01_active.png);}
.yurucamp-tabList > li.tab02.active a { background-image: url(/gecard/yurucamp/img-files/yurucamp_tab02_active.png);}
.yurucamp-tabContent {
	position: relative;
	display: none;
	margin-top: 24px;
	background-color: #fffbeb;
	padding-bottom: 45px;
}
.yurucamp-tabContent.active {display: block;}
.yurucamp-tabContent .tabMain {
	text-align: center;
	}
.tabHdg01 {text-align: center;}
}
/* flow
------------------------------------------------------ */
.flow--wrap {
	margin: 44px 30px 0;
}
.flow > li {
	float: left;
	width: 281px;
	min-height: 280px;
	margin-right: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
}
.flow > li:last-child {margin-right: 0;}
.flow > li.list01 {background-image: url("/gecard/yurucamp/img-files/pc_yurucamp_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/yurucamp/img-files/pc_yurucamp_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/yurucamp/img-files/pc_yurucamp_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/yurucamp/img-files/pc_yurucamp_flow04.png");}
.flow > li a {color: #000;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 159px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.flow .flowDesc dd a {
	color: #635044;
}
/* module
------------------------------------------------------ */
.mainVisual{
	position: relative;
	left: 50%;
	width: 1920px;
	transform: translateX(-50%);
}
/* section */
.contents03-01 {
	position: relative;
	left: 50%;
	width: 1920px;
	background: url("/gecard/yurucamp/img-files/rnw/index_bg02.jpg") repeat 0 0 / 112px 93px;
	transform: translateX(-50%);
}
.contents03-01 .contents03Inner {
	width: 1260px;
	margin: 0 auto;
	padding: 50px 30px 0;
}
.contents03-01 .contents03Inner >:first-child {
	margin-top: 0 !important;
}
.contents02-04 {
	position: relative;
	left: 50%;
	width: 1920px;
	background-color: #f2e9d7;
	transform: translateX(-50%);
}
.contents02-04 .contents02Inner {
	width: 1260px;
	margin: 0 auto;
	padding: 25px 30px 35px;
}
.contents02-04 .contents02Inner >:first-child {
	margin-top: 0 !important;
}
/* bg */
.yurucamp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	min-width: 1200px;
	height: 100vh;
	background: url("/gecard/yurucamp/img-files/rnw/pc_index_bg01.jpg") no-repeat top center / cover;
	z-index: -1;
}
/* heading */
.yurucamp-heading02-01,
.yurucamp-heading02-02,
.yurucamp-heading02-03 {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	left: 50%;
	width: 1920px;
	height: 92px;
	transform: translateX(-50%);
}
.yurucamp-heading02-01 {
	background: url("/gecard/yurucamp/img-files/yurucamp_bg02.jpg") no-repeat;
}
.yurucamp-heading02-02 {
	background: url("/gecard/yurucamp/img-files/yurucamp_bg03.jpg") no-repeat;
}
.yurucamp-heading02-03 {
	margin-top: 38px;
	background: url("/gecard/yurucamp/img-files/yurucamp_bg04.jpg") no-repeat;
}
.yurucamp-heading02-01-inner,
.yurucamp-heading02-02-inner,
.yurucamp-heading02-03-inner {
	padding: 0 23px;
}
.yurucamp-heading03-01,
.yurucamp-heading03-02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1140px;
	height: 90px;
}
.yurucamp-heading03-03 {
	margin-top: 70px;
	text-align: center;
}
.yurucamp-heading03-04 {
	margin-top: 6px;
	margin-bottom: 22px;
	text-align: center;
}
.yurucamp-heading03-04-title {
	font-size: 2rem;
	font-weight: bold;
}
.yurucamp-heading03-01 {
	background: url("/gecard/yurucamp/img-files/yurucamp_bg05.jpg") no-repeat;
}
.yurucamp-heading03-02 {
	background: url("/gecard/yurucamp/img-files/yurucamp_bg06.jpg") no-repeat;
}
.yurucamp-heading03-05 {
	margin-top: 30px;
	text-align: center;
}

/* btn */
.applyBtnEntry,
.applyBtnChange {
	margin-top: 47px;
}
.applyBtnEntry .yurucamp-btn01 {
	display: block;
	text-align: center
}
.applyBtnChange .yurucamp-btn01 {
	display: block;
	text-align: center
}
.yurucamp-btn02-wrap {
	display: flex;
	justify-content: center;
	margin-top: 27px;
	margin-bottom: 40px;
}
.yurucamp-btn02:nth-of-type(2n) {
	margin-left: 40px;
}
.yurucamp-btn02-type {
	position: relative;
	display: block;
	width: 535px;
	padding: 24px 65px 23px;
	text-align: center;
	background: url("/gecard/yurucamp/img-files/yurucamp_bg08.jpg") repeat;
	box-shadow: 0px 4px 0px 0px #12635d;
	border-radius: 43px;
	font-size: 2.8rem;
	color: #fff!important;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none!important;
}
.yurucamp-btn02-type:hover {
	margin-top: 4px;
	margin-bottom: -4px;
	box-shadow: 0 0 0 0 #12635d;
}
.yurucamp-btn02-type::before {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	top: 50%;
	right: 22px;
	margin-top: -17px;
	background: url("/gecard/yurucamp/img-files/yurucamp_ic01.png") no-repeat top left;
}
.yurucamp-btn {
	margin-top: 15px;
}
.yurucamp-btn03 {
	display: block;
	text-align: center;
}
/* text */
.yurucamp-text {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 30px;
	color: #222;
}
.yurucamp-text01 {
	margin-top: 15px;
	text-align: center;
	font-size: 1.8rem;
}
.yurucamp-notetext {
	font-size: 1.8rem;
	margin-top: 16px;
	text-align: center;
	color: #222;
}
.yurucamp-text-large {
	font-size: 2.8rem;
	line-height: 1.2;
}
.yurucamp-text-red {
	color: #e70012;
}
.yurucamp-text-bold {
	font-weight: bold;
}
.yurucamp-text-spacing {
	letter-spacing: -2px;
}
/* card */
.yurucamp-cardWrap {
	display: flex;
	justify-content: center;
	gap: 10px 30px;
	margin-top: 78px;
}
.yurucamp-cardWrap.new {
	padding-bottom: 80px;
	background: url("/gecard/yurucamp/img-files/rnw/pc_index_im01.png") no-repeat bottom center / 1200px;
}
.yurucamp-cardWrap .yurucamp-card {
	width: 550px;
	padding: 0 20px 25px;
	background: #f2e9d7;
	border-radius: 20px;
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.yurucamp-cardWrap.new .yurucamp-card {
	background: url("/gecard/yurucamp/img-files/rnw/index_bg03.jpg") repeat 0 0 / 120px;
}
.yurucamp-cardWrap .yurucamp-card .yurucamp-cardTitle {
	margin-top: -43px;
	width: 550px;
	margin-left: -20px;
}
.yurucamp-cardWrap .yurucamp-card .yurucamp-cardImage {
	width: 423px;
	margin: 40px auto 0;
}
.yurucamp-cardWrap.new .yurucamp-card .yurucamp-cardImage {
	margin-top: -55px;
}
.yurucamp-cardWrap .yurucamp-card .yurucamp-cardText {
	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: bold;
}
/* media */
.yurucamp-media {
	display: flex;
	margin-top: 25px;
}
.yurucamp-media-head {
	width: 49%;
	margin-top: 14px;
	margin-left: 33px;
}
.yurucamp-media-body {
	width: 51%;
	margin-right: 30px;
	letter-spacing: -1px;
}
.yurucamp-media-frame {
	position: relative;
}
.yurucamp-media-frame img {
	position: relative;
	width: 350px;
	margin-top: 40px;
	margin-left: 60px;
	z-index: 2
}
.yurucamp-media-frame::before {
	content: '';
	position: absolute;
	width: 230px;
	height: 230px;
	top: 0;
	right: 130px;
	background: url("/gecard/yurucamp/img-files/yurucamp_im11.jpg") no-repeat center center / cover;
	border-radius: 50%;
	z-index: 1;
}
.yurucamp-media-text {
	font-size: 2rem;
}
.yurucamp-media-text + .yurucamp-media-text {
	margin-top: 15px;
}
/* link */
.yurucamp-link {
	color: #0564bc!important;
}
/* box */
.yurucamp-box01 {
	background-color: rgba(252, 247, 231, 0.8);
	border-radius: 10px;
	padding: 0 12px 23px;
	margin: 60px 30px 0;
}
.yurucamp-box01-inner {
	padding: 30px 50px 0;
	background: url("/gecard/yurucamp/img-files/pc_yurucamp_bg07.png") repeat-x top left / 141px;
}
.yurucamp-box-text {
	margin-top: 20px;
}
.yurucamp-box-text-large {
	font-size: 2rem;
}
.yurucamp-box01-inquiry {
	margin: 31px 7px 0;
	padding-top: 25px;
	background-image : linear-gradient(to right, #e0765b, #e0765b 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
}
.yurucamp-box01-image {
	margin: 28px 0;
}
.yurucamp-inquiry-tel {
	margin-top: 3px;
}
.yurucamp-inquiry-tel > a {
	text-decoration: none;
	color: #635044;
}
/* image */
.yurucamp-image {
	margin-top: 8px;
}
/* list */
.yurucamp-note-list {
	margin-top: 20px;
}
.yurucamp-note-list > li {
	position: relative;
	padding-left: 17px;
}
.yurucamp-note-list > li + li {
	margin-top: 10px;
}
.yurucamp-note-list > li > .yurucamp-note-list-mark{
	position: absolute;
	top: 0;
	left: 0;
}
.yurucamp-unorder-list {
	margin-top: 20px;
}
.yurucamp-unorder-list > li {
	position: relative;
	padding-left: 17px;
}
.yurucamp-unorder-list > li::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	left: 6px;
	top: 9px;
	background-color: #635044;
	border-radius: 50%;
}
.yurucamp-order-list > li {
	position: relative;
	padding-left: 21px;
}
.yurucamp-order-list > li > .yurucamp-order-list-mark{
	position: absolute;
	top: 0;
	left: 5px;
}
/* accordion */
.yurucamp-accordion {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	background-color: #e0eabe;
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.4);
}
.yurucamp-accordion .yurucamp-accordionHead {
	display: block;
	padding: 25px;
	text-align: center;
	transition: 0.3s all ease-out;
}
.yurucamp-accordion .yurucamp-accordionHead span {
	position: relative;
	padding: 0 76px;
}
.yurucamp-accordion .yurucamp-accordionHead span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 38px;
	height: 38px;
	margin-top: -17px;
	background: url("/gecard/yurucamp/img-files/rnw/index_ic01.png") no-repeat 0 0 / contain;
	transition: 0.2s all ease-out;
}
.yurucamp-accordion .yurucamp-accordionHead:hover span::before {
	transform: scale(1.1);
}
.yurucamp-accordion .yurucamp-accordionHead.open span::before {
	transform: rotate(-180deg);
}
.yurucamp-accordion .yurucamp-accordionHead.open:hover span::before {
	transform: rotate(-180deg) scale(1.1);
}
.yurucamp-accordion .yurucamp-accordionBody {
	padding: 0 35px 50px;
}
.yurucamp-accordion .yurucamp-accordionBody >:first-child {
	margin-top: 0 !important;
}
/* benefits-area */
.yurucamp-benefits-area {
	position: relative;
}
.yurucamp-benefits-media {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.yurucamp-benefits-media-head .yurucamp-mediaImage {
	text-align: center;
}
.voiContent .yurucamp-benefits-media-head {
	margin-right: 15px;
	width: 780px;
	text-align: center;
}
.yurucamp-benefits-media-body {
	flex-shrink: 0;
	width: 497px;
	margin-right: -126px;
}
.yurucamp-benefits-media-lead {
	font-size: 3.5rem;
	font-weight: bold;
}
.yurucamp-benefits-image {
	position: absolute;
	bottom: -5px;
	right: -30px;
}
.yurucamp-benefits-note-list {
	margin-top: 21px;
}
.yurucamp-benefits-note-list > li {
	margin-top: 9px;
}
.yurucamp-eximage {
	margin-top: 35px;
	text-align: center;
}
/* data */
[data-align="right"] {
	text-align: right;
	margin-left: auto;
}
[data-align="center"] {
	text-align: center;
}

.bnrArea{
	margin-top: 50px;
	text-align: center;
}

#mainContents .snsArea {
	position: relative;
	width: 100%;
	margin: -110px auto 46px;
	z-index: 1;
}
/* yurucamp-privilegeBonus */
.yurucamp-privilegeBonusContents {
	margin: 0 30px;
}
.yurucamp-boxHr {
	width: calc(100% + 84px);
	height: 3px;
	margin: 33px 0 46px -36px;
	background-image: linear-gradient(to right, #e0765b, #e0765b 2px, transparent 2px, transparent 8px);
	background-size: 8px 3px;
}
.yurucamp-privilegeBonusAccordionBody {
	margin: 0 8px;
	padding: 48px 50px 30px;
	background-image : linear-gradient(to right, #e0765b, #e0765b 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position: left top;
	background-repeat: repeat-x;
}
.privilegeContents {
	margin: 0;
}
.yurucamp-privilegeBonusLeadWrap {
	text-align: center;
}
.yurucamp-privilegeBonusLeadWrap .yurucamp-privilegeBonusLeadText01 {
	display: inline-block;
	margin: 33px auto 0;
	font-size: 3.0rem;
	font-weight: bold;
	color: #d50011;
	text-align: center;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.7);
	padding: 10px 33px;
	border-radius: 10px;
}
.yurucamp-privilegeBonusLeadText02 {
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.yurucamp-privilegeBonusBoxCol {
	display: flex;
	gap: 30px 30px;
	margin-top: 24px;
}
.yurucamp-privilegeBonusBox {
	width: calc(50% - 15px);
	position: relative;
	background-color: #f2e9d7;
	border-radius: 20px;
	padding: 36px 30px;
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.yurucamp-privilegeBonusBox::before {
	position: absolute;
	content: "";
	top: -10px;
	left: 50%;
	width: 623px;
	height: 61px;
	transform: translate(-50%);
	background: url("/gecard/yurucamp/img-files/yurucamp_bg11.png") no-repeat 0 0 / contain;
}
.yurucamp-privilegeBonusBoxTitle {
	position: relative;
	z-index: 2;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.yurucamp-privilegeBonusBoxImg {
	width: 471px;
	margin: 16px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yurucamp-privilegeBonusBoxText {
	font-size: 1.6rem;
	margin-top: 28px;
}
.yurucamp-privilegeBonusBoxList01 {
	margin-top: 0;
}
.yurucamp-privilegeBonusBoxList01 > li {
	position: relative;
	padding-left: 1.2em;
}
.yurucamp-privilegeBonusBoxList01 > li + li {
	margin-top: 5px;
}
.yurucamp-privilegeBonusBoxList01 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.yurucamp-privilegeBonusAccordionBox {
	margin: 61px auto 0;
	padding: 0 10px;
	background-color: rgba(252, 247, 231, 0.8);
	border-radius: 10px;
	border: 2px solid #74c6c8;
}
.yurucamp-privilegeBonusAccordionBoxInner {
	background: url("/gecard/yurucamp/img-files/pc_yurucamp_bg07.png") repeat-x top left / 141px;
}
.yurucamp-privilegeBonusAccordionHead {
	position: relative;
	padding: 40px 50px 33px;
}
.yurucamp-privilegeBonusAccordionLead {
	width: fit-content;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0 54px;
	text-decoration: underline;
	cursor: pointer;
}
.yurucamp-privilegeBonusAccordionLead:hover {
	text-decoration: none;
}
.yurucamp-privilegeBonusAccordionLead.open {
	text-decoration: none;
}
.yurucamp-privilegeBonusAccordionHead .yurucamp-privilegeBonusAccordionLead::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: url("/gecard/yurucamp/img-files/yurucamp_ic03.png") no-repeat 0 0 / contain;
	transform: rotateZ(-180deg);
	transition: 0.3s all ease-out;
}
.yurucamp-privilegeBonusAccordionHead .yurucamp-privilegeBonusAccordionLead.open::before {
	transform: none;
}
.yurucamp-privilegeBonusAccordionTitle {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.yurucamp-privilegeBonusAccordionTitle + .yurucamp-privilegeBonusAccordionText01 {
	margin-top: 20px;
}
.yurucamp-privilegeBonusAccordionText01 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 30px;
}
.yurucamp-privilegeBonusAccordionText01 + ul {
	margin-top: 0!important;
}
.yurucamp-privilegeBonusAccordionList01 {
	margin-top: 15px;
}
.yurucamp-privilegeBonusAccordionList01 > li {
	position: relative;
	padding-left: 1.2em;
}
.yurucamp-privilegeBonusAccordionList01 > li + li {
	margin-top: 14px;
}
.yurucamp-privilegeBonusAccordionList01 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.yurucamp-privilegeBonusAccordionList02 {
	margin-top: 16px;
}
.yurucamp-privilegeBonusAccordionList02 > li {
	position: relative;
	padding-left: 1.2em;
}
.yurucamp-privilegeBonusAccordionList02 > li + li {
	margin-top: 0;
}
.yurucamp-privilegeBonusAccordionList02 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.yurucamp-privilegeBonusAccordionList03 {
	margin-top: 10px;
}
.yurucamp-privilegeBonusAccordionList03 > li {
	position: relative;
	padding-left: 1.2em;
}
.yurucamp-privilegeBonusAccordionList03 > li + li {
	margin-top: 0;
}
.yurucamp-privilegeBonusAccordionList03 > li > .mark {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
li > .yurucamp-privilegeBonusAccordionListNest >:first-child {
	margin-top: 0 !important;
}
li > .yurucamp-privilegeBonusAccordionListNest02 >:first-child {
	margin-top: 0 !important;
	margin-left: -1.2em;
}
@media screen and (max-width: 750px) {
	body{
		font-size: 13px;
		font-size: 1.3rem;
	}
	#mainContents{
		width: 100%;
		padding: 0 10px 0;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
	}
	#headerLogo {
		width: auto;
		padding: 5px 0 7px;
	}
	#headerLogo img {
		height: 23px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		padding: 8px 0;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 20px 0 0;
		padding: 0;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsHdg {
		padding: 0 0 5px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 8px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 5px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		position:absolute;
		left: 0;
		border-right-width: 6px;
		border-left-width: 6px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top-width: 8px;
	}
	
	/* tab
	------------------------------------------------------ */
	.yurucamp-tabList {display: none;}
	.yurucamp-tabContent {
		position: relative;
		max-width: 340px;
		margin: 61px auto 0;
		padding-bottom: 15px;
		background-color: #fffbeb;
	}
	.yurucamp-tabContent.active:after {display: none;}
	.tabHdg01 {text-align: center;}
	.yurucamp-tabContent .tabHdg01 ,
	.yurucamp-tabContent .tabHdg02 {
		position: relative;
		padding-top: 0;
		margin: 0 auto ;
		text-align: center;
	}
	.yurucamp-tabContent .tabHdg01 img,
	.yurucamp-tabContent .tabHdg02 img{
		position: relative;
		top: -6px;
		height: 39px;
	}
	.yurucamp-tabContent .tabContentInner .tabMain{ padding: 35px 33px 20px;}
	.yurucamp-tabContent.tab01 .tabContentInner { background-image: url("/gecard/tigerandbunny2/img-files/tigerandbunny2_bg06.png");;}
	.yurucamp-tabContent.tab02 .tabContentInner { background-image: url("/gecard/tigerandbunny2/img-files/tigerandbunny2_bg07.png");;}
	.yurucamp-tabContent .tabContentInner {
		max-width: 341px;
		height: 376px;
		margin: 0 auto;
		padding: 0 10px;
		background-size: 100% auto; 
		background-repeat: no-repeat ;
		background-position: top 0 left 0;
		text-align: center;
		color: #fff;
	}
	.tabMain {
		background: none;
		text-align: center;
		padding-top: 10px;
	}
	.advanceTxt{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #000;
		text-align: center;
		padding: 0 10px;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap{
		margin: 23px -10px 15px;
		padding: 2px 10px 18px;
	}
	.flow {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 21px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 17px;
		top: -16px;
		right: 50%;
		margin-right: -8px;
		background: url("/gecard/yurucamp/img-files/yurucamp_ic02.png") no-repeat top left / cover;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 26.5%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 9px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	/* module
	------------------------------------------------------ */
	.mainVisual{
		position: static;
		width: 100%;
		transform: none;
	}

	/* section */
	.contents03-01 {
		position: static;
		width: 100vw;
		margin-left: -10px;
		background: url("/gecard/yurucamp/img-files/rnw/index_bg02.jpg") repeat 0 0 / 56px;
		transform: none;
	}
	.contents03-01 .contents03Inner {
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px 45px;
	}
	.contents03-01 .contents03Inner >:first-child {
		margin-top: 0 !important;
	}
	.contents03-03 .yurucamp-heading03-03 {
		padding-right: 40px;
		padding-left: 40px;
	}
	.contents02-04 {
		position: static;
		left: 50%;
		width: 100vw;
		margin-left: -10px;
		background-color: #f2e9d7;
		transform: none;
	}
	.contents02-04 .contents02Inner {
		width: 100%;
		padding: 15px 10px;
	}
	.contents02-04 .contents02Inner >:first-child {
		margin-top: 0 !important;
	}
	/* bg */
	.yurucamp-bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		min-width: auto;
		height: 100vh;
		background: url("/gecard/yurucamp/img-files/rnw/sp_index_bg01.jpg") no-repeat top center / cover;
		z-index: -1;
	}
	/* heading */
	.yurucamp-heading02-01,
	.yurucamp-heading02-02,
	.yurucamp-heading02-03 {
		display: flex;
		position: static;
		justify-content: center;
		align-items: center;
		left: auto;
		margin-left: -10px;
		width: 100vw;
		transform: none;
	}
	.yurucamp-heading02-01 {
		background: url("/gecard/yurucamp/img-files/yurucamp_bg02.jpg") no-repeat top center / cover;
		height: 61px;
	}
	.yurucamp-heading02-02 {
		background: url("/gecard/yurucamp/img-files/yurucamp_bg03.jpg") no-repeat top center / cover;
		height: 61px;
	}
	.yurucamp-heading02-03 {
		margin-top: 50px;
		background: url("/gecard/yurucamp/img-files/yurucamp_bg04.jpg") no-repeat top center / cover;
		height: 86px;
	}
	.yurucamp-heading02-01 .yurucamp-heading02-01-title {
		max-width: 189px;
	}
	.yurucamp-heading02-02 .yurucamp-heading02-02-title {
		max-width: 271px;
	}
	.yurucamp-heading02-03 .yurucamp-heading02-03-title {
		max-width: 300px
	}
	.yurucamp-heading02-01-inner,
	.yurucamp-heading02-02-inner,
	.yurucamp-heading02-03-inner {
		padding: 0 23px;
	}
	.yurucamp-heading03-01,
	.yurucamp-heading03-02 {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		top: -37px;
		left: 0;
		max-width: 340px;
		width: 100%;
		max-height: 75px;
	}
	.yurucamp-heading03-03 {
		margin-top: 50px;
		text-align: center;
	}
	.yurucamp-heading03-03.type-bonus {
		margin: 51px auto 0;
	}
	.yurucamp-heading03-03.type-bonus .yurucamp-heading03-03-title {
		margin: 0 5px;
	} 
	.yurucamp-heading03-04 {
		margin-top: 6px;
		margin-bottom: 20px;
		text-align: center;
	}
	.yurucamp-heading03-01-title {
		width: 178px;
	}
	.yurucamp-heading03-02-title {
		width: 215px;
	}
	.yurucamp-heading03-03-title {
		margin: 0 10px;
	}
	.yurucamp-heading03-04-title {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.yurucamp-heading03-01 {
		background: url("/gecard/yurucamp/img-files/yurucamp_bg09.png") no-repeat top 50% left / 100%;
	}
	.yurucamp-heading03-02 {
		background: url("/gecard/yurucamp/img-files/yurucamp_bg10.png") no-repeat top 50% left / 100%;
	}
	.yurucamp-heading03-05 {
		margin-top: 20px;
		text-align: center;
	}
	/* card */
	.yurucamp-cardWrap {
		display: flex;
		justify-content: center;
		flex-flow: wrap;
		gap: min(45px, 10vw) 30px; 
		margin-top: min(35px, 10vw);
	}
	.yurucamp-cardWrap.new {
		margin-top: min(15px, 5vw);
		padding: min(160px, 45vw) min(25px, 7vw) 0;
		background: url("/gecard/yurucamp/img-files/rnw/sp_index_im01.png") no-repeat top center / min(315px, 88vw);
	}
	.yurucamp-cardWrap .yurucamp-card {
		width: 100%;
		max-width: 293px;
		padding: 0 min(10px, 3vw) min(15px, 7vw);
		background: #f2e9d7;
		border-radius: 10px;
		box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.4);
		text-align: center;
	}
	.yurucamp-cardWra.newp .yurucamp-card {
		background: url("/gecard/yurucamp/img-files/rnw/index_bg03.jpg") repeat 0 0 / 60px;
	}
	.yurucamp-cardWrap .yurucamp-card .yurucamp-cardTitle {
		margin-top: max(-23px, -7vw);
		width: calc(100% + min(10px, 3vw) * 2);
		margin-left: max(-10px, -3vw);
	}
	.yurucamp-cardWrap .yurucamp-card .yurucamp-cardImage {
		width: min(225px, 63vw);
		margin: min(25px, 7vw) auto 0;
	}
	.yurucamp-cardWrap.new .yurucamp-card .yurucamp-cardImage {
		margin-top: max(-30px, -9vw);
	}
	.yurucamp-cardWrap .yurucamp-card .yurucamp-cardText {
		margin-top: min(15px, 7vw);
		font-size: min(1.6rem, 7vw);
		font-weight: bold;
	}
	/* media */
	.yurucamp-media {
		display: block;
		margin-top: 19px;
	}
	.yurucamp-media-head {
		width: auto;
		margin: 0 auto;
	}
	.yurucamp-media-body {
		width: auto;
		margin-top: 20px;
		margin-right: auto;
	}
	.yurucamp-media-frame::before {
		width: 40%;
		height: 67.38%;
		right: 13%;
	}
	.yurucamp-head-text {
		margin-top: 10px;
		padding-left: 20%;
	}
	.yurucamp-media-frame img {
		width: 70%;
		margin: 4% 0 0 18%;
	}
	.yurucamp-media-text {
		font-size: 1.3rem;
	}
	.yurucamp-media-text + .yurucamp-media-text {
		margin-top: 3px;
	}
	.yurucamp-media-image {
		width: 64%;
	}
	/* btn */
	.applyBtnEntry,
	.applyBtnChange {
		margin-top: min(25px, 7vw);
	}
	.yurucamp-btn02-wrap {
		display: block;
		padding: 0 10px;
		margin-top: 19px;
		margin-bottom: 24px;
	}
	.yurucamp-btn02:nth-of-type(2n) {
		margin-left: 0;
	}
	.yurucamp-btn02 + .yurucamp-btn02 {
		margin-top: 16px;
	}
	.yurucamp-btn02-type {
		position: relative;
		display: block;
		width: 100%;
		padding: 14px 50px 13px;
		text-align: center;
		background: url("/gecard/yurucamp/img-files/yurucamp_bg08.jpg") repeat;
		box-shadow: 0px 4px 0px 0px #12635d;
		border-radius: 43px;
		font-size: 1.7rem;
		color: #fff!important;
		font-weight: bold;
		line-height: 1.4;
		text-decoration: none!important;
	}
	.yurucamp-btn02-type:hover {
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: 0px 4px 0px 0px #12635d;
	}
	.yurucamp-btn02-type::before {
		content: '';
		position: absolute;
		width: 17px;
		height: 17px;
		top: 50%;
		right: 14px;
		margin-top: -8px;
		background: url("/gecard/yurucamp/img-files/yurucamp_ic01.png") no-repeat top left / cover;
	}
	.yurucamp-btn {
	margin: 15px auto 0;
	}
	.yurucamp-btn03 {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-height: 92px;
		height: 13vw;
		text-align: center;
	}
	/* text */
	.yurucamp-text {
		font-size: 1.8rem;
		margin-top: 30px;
	}
	.yurucamp-text01 {
		margin-top: 10px;
		text-align: center;
		font-size: 1.3rem;
	}
	.yurucamp-notetext {
		font-size: 1.2rem;
	}
	.yurucamp-text-large {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	/* list */
	.yurucamp-note-list > li {
		padding-left: 14px;
	}
	.yurucamp-unorder-list > li::before {
		top: 8px;
		width: 3px;
		height: 3px;
	}
	.yurucamp-order-list > li {
		padding-left: 18px;
	}
	.yurucamp-order-list > li > .yurucamp-order-list-mark{
		left: 0px;
	}
	/* accordion */
	.yurucamp-accordion {
		margin-top: 40px;
		margin-bottom: 20px;
		border-radius: 10px;
		background-color: #e0eabe;
		box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.4);
	}
	.yurucamp-accordion .yurucamp-accordionHead {
		display: block;
		padding: 15px;
		text-align: center;
		transition: 0.3s all ease-out;
	}
	.yurucamp-accordion .yurucamp-accordionHead span {
		display: flex;
		position: relative;
		width: fit-content;
		margin: 0 auto;
		padding: 0 35px;
	}
	.yurucamp-accordion .yurucamp-accordionHead span::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 19px;
		height: 19px;
		margin-top: -9.5px;
		background: url("/gecard/yurucamp/img-files/rnw/index_ic01.png") no-repeat 0 0 / contain;
		transition: 0.2s all ease-out;
	}
	.yurucamp-accordion .yurucamp-accordionHead:hover span::before {
		transform: scale(1);
	}
	.yurucamp-accordion .yurucamp-accordionHead.open span::before {
		transform: rotate(-180deg);
	}
	.yurucamp-accordion .yurucamp-accordionHead.open:hover span::before {
		transform: rotate(-180deg) scale(1);
	}
	.yurucamp-accordion .yurucamp-accordionHead span img {
		width: auto;
		height: 15px;
		margin: 0 auto;
	}
	.yurucamp-accordion .yurucamp-accordionBody {
		padding: 0 25px 30px;
	}
	.yurucamp-accordion .yurucamp-accordionBody >:first-child {
		margin-top: 0 !important;
	}
	/* box */
	.yurucamp-box01 {
		background-color: rgba(252, 247, 231, 0.8);
		border-radius: 10px;
		padding: 0 4px 23px;
		margin: 16px 0 0;
	}
	.yurucamp-box01-inner {
		padding: 17px 5px 0;
		background: url("/gecard/yurucamp/img-files/sp_yurucamp_bg07.png") repeat-x top left / 90.5px;
	}
	.yurucamp-box-text {
		margin-top: 20px;
	}
	.yurucamp-box-text-large {
		font-size: 1.6rem;
	}
	.yurucamp-box01-inquiry {
		margin: 14px 4px 0;
		padding-top: 22px;
		background-image : linear-gradient(to right, #e0765b, #e0765b 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
		background-position: left top;
		background-repeat: repeat-x;
		text-align: center;
	}
	.yurucamp-box01 .yurucamp-image {
		padding: 0 17px;
	}
	.yurucamp-box01-image {
		margin: 28px 0;
	}
	.yurucamp-box01-image img {
		width: auto;
	}
	.yurucamp-inquiry-tel {
		margin-top: 0;
	}
	/* benefits-area */
	.yurucamp-benefits-area {
		position: relative;
	}
	.yurucamp-benefits-media {
		display: block;
		margin-top: 12px;
	}
	.yurucamp-benefits-media-head .yurucamp-mediaImage {
		text-align: center;
	}
	.voiContent .yurucamp-benefits-media-head {
		margin-right: 0;
		width: 100%;
		text-align: left;
	}
	.yurucamp-benefits-media-lead {
		font-size: 2rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.yurucamp-benefits-media-body {
		position: static;
		width: 80%;
		margin: 15px auto 0;
	}
	.yurucamp-benefits-media-body .yurucamp-image {
		margin-top: 0;
	}
	.yurucamp-benefits-image {
		position: static;
		width: 42%;
	}
	.yurucamp-benefits-note-list {
		margin-top: 15px;
	}
	.voiContent .yurucamp-benefits-note-list {
		margin-top: 10px;
	}
	.yurucamp-benefits-note-list > li {
		margin-top: 0;
	}
	.yurucamp-eximage {
		margin: 40px auto 0;
		width: 220px;
	}
	#mainContents .snsArea {
		position: relative;
		margin: -83px auto 39px;
		z-index: 1;
	}
/* yurucamp-privilegeBonus */
	.yurucamp-privilegeBonusContents {
		margin: 0 auto;
	}
	.yurucamp-boxHr {
		display: none;
	}
.yurucamp-privilegeBonusLeadWrap {
	text-align: center;
}
.yurucamp-privilegeBonusLeadWrap .yurucamp-privilegeBonusLeadText01 {
	display: inline-block;
	margin: 20px auto 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #d50011;
	text-align: center;
	background: rgba(255,255,255,0.5);
	border: 2px solid rgba(255,255,255,0.7);
	border-radius: 5px;
	padding: 1px 16px;
}
.yurucamp-privilegeBonusLeadText02 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	line-height: 1.2;
}
.yurucamp-privilegeBonusBoxCol {
	display: block;
	margin-top: 20px;
}
.yurucamp-privilegeBonusBox {
	width: 100%;
	position: relative;
	padding: 23px 21px 18px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	background-color: #f2e9d7;
	overflow: hidden;
}
.yurucamp-privilegeBonusBox + .yurucamp-privilegeBonusBox {
	margin-top: 42px;
}
.yurucamp-privilegeBonusBox::before {
	position: absolute;
	content: "";
	top: calc(-16 / 720 * 100vw);
	left: 50%;
	width: calc(747 / 720 * 100vw);
	height: calc(73 / 720 * 100vw);
	transform: translate(-50%);
	background: url("/gecard/yurucamp/img-files/yurucamp_bg11.png") no-repeat 0 0 / contain;
}
.yurucamp-privilegeBonusBoxTitle {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.yurucamp-privilegeBonusBoxImg {
	width: 100%;
	margin-top: 12px;
}
.yurucamp-privilegeBonusBoxText {
	font-size: 1.3rem;
	margin-top: 17px;
}
.yurucamp-privilegeBonusBoxList01 {
	margin-top: 0;
}
.yurucamp-privilegeBonusBoxList01 > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.3rem;
}
.yurucamp-privilegeBonusBoxList01 > li + li {
	margin-top: 5px;
}
.yurucamp-privilegeBonusBoxList01 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.yurucamp-privilegeBonusAccordionBox {
	margin: 30px auto 0;
	padding: 0 8px;
	background-color: rgba(252, 247, 231, 0.8);
	border: 1px solid #74c6c8;
	border-radius: 2px;
}
	.yurucamp-privilegeBonusAccordionBoxInner {
		background: url("/gecard/yurucamp/img-files/sp_yurucamp_bg07.png") repeat-x top left / 69px;
	}
.yurucamp-privilegeBonusAccordionHead {
	padding: 24px 0 18px;
	position: relative;
}
.yurucamp-privilegeBonusAccordionLead {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 0 37px;
	line-height: 1.2;
	text-decoration: underline;
	cursor: pointer;
}
.yurucamp-privilegeBonusAccordionLead:hover {
	text-decoration: underline;
}
.yurucamp-privilegeBonusAccordionLead.open {
	text-decoration: none;
}
.yurucamp-privilegeBonusAccordionHead .yurucamp-privilegeBonusAccordionLead::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("/gecard/yurucamp/img-files/yurucamp_ic03.png") no-repeat 0 0 / contain;
	transform: rotateZ(-180deg);
	transition: 0.3s all ease-out;
}
.yurucamp-privilegeBonusAccordionHead.open .yurucamp-privilegeBonusAccordionLead::before {
	transform: none;
}
.yurucamp-privilegeBonusAccordionBody {
	padding: 16px 0 18px;
	margin: 0 0;
	background-image : linear-gradient(to right, #e0765b, #e0765b 2px, transparent 2px, transparent 6px);
	background-size: 6px 2px;
	background-position: left top;
	background-repeat: repeat-x;
}
.yurucamp-privilegeBonusAccordionTitle {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.yurucamp-privilegeBonusAccordionTitle + .yurucamp-privilegeBonusAccordionText01 {
	margin-top: 12px;
}
.yurucamp-privilegeBonusAccordionText01 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 15px;
}
.yurucamp-privilegeBonusAccordionText01 + ul {
	margin-top: 0!important;
}
.yurucamp-privilegeBonusAccordionList01 {
	margin-top: 10px;
}
.yurucamp-privilegeBonusAccordionList01 > li {
	position: relative;
	padding-left: 1.2em;
}
.yurucamp-privilegeBonusAccordionList01 > li + li {
	margin-top: 3px;
}
.yurucamp-privilegeBonusAccordionList01 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.yurucamp-privilegeBonusAccordionList02 {
	margin-top: 10px;
}
.yurucamp-privilegeBonusAccordionList02 > li {
	position: relative;
	padding-left: 1.2em;
}
.yurucamp-privilegeBonusAccordionList02 > li + li {
	margin-top: 0;
}
.yurucamp-privilegeBonusAccordionList02 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.yurucamp-privilegeBonusAccordionList03 {
	margin-top: 10px;
}
.yurucamp-privilegeBonusAccordionList03 > li {
	position: relative;
	padding-left: 1.2em;
}
.yurucamp-privilegeBonusAccordionList03 > li + li {
	margin-top: 0;
}
.yurucamp-privilegeBonusAccordionList03 > li > .mark {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
li > .yurucamp-privilegeBonusAccordionListNest >:first-child {
	margin-top: 0 !important;
}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}