@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/chiikawa/bangdream.css
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP';
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#headerLogo{
	padding: 10px 25px 14px;
	background: #fff;
}
/* layout
------------------------------------------------------ */
#mainContainer {
	margin-top: 0;
	background: url("/gecard/chiikawa/img-files/chkw_bg01.png") 0 0 repeat;
	font-size: 16px;
	font-size: 1.6rem;
	color: #635044;
}
a:hover,
a:visited,
a:link{
	color: #635044;
	text-decoration: underline;
}
.chkw-txtColor01{color: #dc322c;}
.chkw-txtColor02{color: #e70012;}
.chkw-txtLarge01{font-size: 35px;font-size: 3.5rem;}
.chkw-txtBold{font-weight: bold;}
.chkw-txtMarker{
	padding: 0px 5px;
	background: linear-gradient(transparent 62%, #fff997 38%);
}
/* footer
------------------------------------------------------ */
#footer {
	margin-top: 0;
	border-top: 0;
	padding: 20px 0 8px;
	background: #ffced5;
	font-size: 14px;
	font-size: 1.4rem;
	color: #635044;
}
#copyright {
	text-align: center;
}


.txt-sizeXS{font-size: 11px!important; font-size: 1.1rem!important;}
.txt-sizeS{font-size: 12px!important; font-size: 1.2rem!important;}
.txt-sizeM{font-size: 14px!important; font-size: 1.4rem!important;}
.txt-sizeL{font-size: 15px!important; font-size: 1.5rem!important;}
.txt-sizeLL{font-size: 17px!important; font-size: 1.7rem!important;}
.txt-size3L{font-size: 18px!important; font-size: 1.8rem!important;}
.txt-size4L{font-size: 19px!important; font-size: 1.9rem!important;}
.txt-sizeXL{font-size: 20px!important; font-size: 2.0rem!important;}
.txt-size6L{font-size: 21px!important; font-size: 2.1rem!important;}
.txt-size7L{font-size: 24px!important; font-size: 2.4rem!important;}
.txt-size8L{font-size: 26px!important; font-size: 2.6rem!important;}
.txt-size10L{font-size: 28px!important; font-size: 2.8rem!important;}
/* news
------------------------------------------------------ */
.newsBox {
	margin-top: 30px;
	padding: 0 30px;
	width: 100%;
	height: 132px;
	overflow-y: hidden;
	color: #635044;
}
.newsBox .newsHdg {
	padding: 9px 0 6px;
	border-bottom: 2px solid #ffc2ca;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #e87176;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 93px;
}
.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;
	width: 140px;
}
.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;
	color: #635044;
}
.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: #ffc2ca;
	-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: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	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 #e87176;
	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 #e87176;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* card
------------------------------------------------------ */
@media all and (min-width: 751px) {
	.chkw-cardWrap {
		display: flex;
		justify-content: center;
		flex-flow: wrap;
		gap: 30px;
		margin-top: 55px;
		padding: 0 30px;
	}
	.chkw-card {
		width: calc(50% - 30px / 2);
	}
	.chkw-card .chkw-cardInner {
		height: 100%;
		background-color: #fffbeb;
		padding-bottom: 20px;
	}
	.chkw-card .chkw-cardImage {
		width: 327px;
		height: auto;
		margin: 22px auto 0;
	}
	.chkw-card .chkw-cardText01 {
		margin: 30px 0 10px;
		text-align: center;
		font-size: 2.4rem;
	}
	.applyBtn {
		margin-top: 20px;
	}
}
@media all and (max-width: 750px) {
	.chkw-cardWrap {
		margin-top: calc(10 / 720 * 100vw);
	}
	.chkw-cardWrap >:first-child {
		margin-top: 0 !important;
	}
	.chkw-card {
		margin-top: calc(50 / 720 * 100vw);
	}
	.chkw-card .chkw-cardInner {
		background-color: #fffbeb;
		padding-bottom: calc(50 / 720 * 100vw);
	}
	.chkw-card .chkw-cardImage {
		width: calc(400 / 720 * 100vw);
		height: auto;
		margin: calc(60 / 720 * 100vw) auto 0;
	}
	.chkw-card .chkw-cardText01 {
		margin: calc(80 / 720 * 100vw) 0 calc(30 / 720 * 100vw);
		text-align: center;
		font-size: calc(32 / 720 * 100vw);
	}
	.applyBtn {
		margin-top: calc(50 / 720 * 100vw);
	}
}
/* tab
------------------------------------------------------ */
@media all and (min-width: 751px) {
.chkw-tabWrap01{margin: 0 30px;}
.chkw-tabList {
	margin: -9px 0 0;
	display: flex;
	gap:10px 20px;
	}
.chkw-spToggleTrg {display: none;}
.chkw-spToggleClose {display: none;}
.chkw-tabList > li {
	width: 270px;
}
.chkw-tabList > li a {
	display: block;
	width: 100%;
	height: 262px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 270px;
	text-indent: -9999px;
	outline: none;
}
.chkw-tabList > li a:hover {opacity: 0.7;}
.chkw-tabList > li.active a {background-position: center top}
.chkw-tabList > li.active a:hover {opacity: 1;}
.chkw-tabList > li.tab01 a { background-image: url(/gecard/chiikawa/img-files/chkw_tab01.png);}
.chkw-tabList > li.tab02 a { background-image: url(/gecard/chiikawa/img-files/chkw_tab02.png);}
.chkw-tabList > li.tab03 a { background-image: url(/gecard/chiikawa/img-files/chkw_tab03.png);}
.chkw-tabList > li.tab04 a { background-image: url(/gecard/chiikawa/img-files/chkw_tab04.png);}
.chkw-tabContent {
	position: relative;
	display: none;
	margin-top: 20px;
}
.chkw-tabContent.active {display: block;}
.chkw-tabContent.active:after {
	display: block;
	position: absolute;
	top: -25px;
	border-bottom: 25px solid #5094b7;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	content: "";
}
.chkw-tabContent.tab02.active:after {border-bottom: 25px solid #dd8125;}
.chkw-tabContent.tab03.active:after {border-bottom: 25px solid #8550b7;}
.chkw-tabContent.tab04.active:after {border-bottom: 25px solid #cf6177;}
.chkw-tabContent .tabContentInner{
	padding-bottom: 44px;
}
.chkw-tabContent.tab01 .tabContentInner { background: #fffbeb url("/gecard/chiikawa/img-files/chkw_bg03.png") center top 108px no-repeat; }
.chkw-tabContent.tab02 .tabContentInner { background: #fffbeb url("/gecard/chiikawa/img-files/chkw_bg04.png") center top 108px no-repeat; }
.chkw-tabContent.tab03 .tabContentInner { background: #fffbeb url("/gecard/chiikawa/img-files/pc_chkw_bg07.png") center top 108px no-repeat;
}
.chkw-tabContent.tab04 .tabContentInner { background: #fffbeb url("/gecard/chiikawa/img-files/pc_chkw_bg08.png") center top 108px no-repeat;
}
.chkw-tabContent.tab01.active:after { left: 687px; }
.chkw-tabContent.tab02.active:after { right: 111px; }
.chkw-tabContent.tab03.active:after { left: 111px; }
.chkw-tabContent.tab04.active:after { right: 687px; }
.chkw-tabContent.tab01 .tabHdg01 img { width: 100%; }
.chkw-tabContent.tab02 .tabHdg02 img { width: 100%; }
.chkw-tabContent .tabContentInner .tabMain {
	padding: 30px 0 34px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1060px auto;
	}
.tabHdg01 {text-align: center;}

/* add 250715 */
.chkw-mediaNoteList li:last-child{
	width: 1200px;
}
}

.chkw-applyBtn01 {
	text-align: center;
}
.chkw-applyBtn01 a{
	position: relative;
	display: inline-block;
	width: 475px;
	border-radius: 20px;
	border-bottom: 4px solid #d54060;
	padding: 12px 55px;
	background: #ea798e url("/gecard/chiikawa/img-files/chkw_bg05.gif") 0 0 repeat;
	color: #fff;
}
.chkw-applyBtn01 a::after{
	position: absolute;
	top: 50%;
	right: 20px;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	background: url("/gecard/chiikawa/img-files/chkw_ic02.png") no-repeat 0 0 / contain;
	content: '';
}
.chkw-applyBtn01 a:hover{
	margin-top: 3px;
	border-bottom-width: 1px;
}
.chkw-applyBtn01 a img {
	width: auto;
	height: 28px;
}
.chkw-applyText01{
	font-size: 24px;
	font-size: 2.4rem;
}

/* privilege */
.chkw-privilegeContents01{
}
.chkw-privilegeCol {
	margin-top: 6px;
}
.chkw-privilegeCol .col {
	float: left;
	width: 50%;
}
.chkw-privilegeCol .imgL {
	text-align: center;
}
.chkw-privilegeCol02 {
	margin-top: 30px;
}
.chkw-privilegeCol02 + .chkw-privilegeCol02 {
	margin-top: 40px;
}
.chkw-privilegeCol02 .col {
	float: left;
	width: 50%;
}
.chkw-privilegeCol02 .imgL {
	text-align: center;
}
.chkw-privilegeText {
	font-size: 20px;
	font-size: 2.0rem;
}
.chkw-privilegeText02 {
	margin-top: 50px;
	font-size: 2.0rem;
	color: #e70012;
}
.chkw-privilegeText03 {
	margin-top: 10px;
	text-align: center;
	font-size: 1.6rem;
	color: #dc000c;
}
.chkw-privilegeText04 {
	margin-top: 10px;
	text-align: center;
	font-size: 1.6rem;
}
.chkw-privilegeHdg02 {
	margin-top: 11px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.1;
}
.chkw-privilegeHdg02 em{
	font-style: normal;
	font-weight: bold;
	color: #e70012;
}
.chkw-tabContent.tab01 .chkw-privilegeHdg02,.chkw-tabContent.tab04 .chkw-privilegeHdg02,.chkw-tabContent.tab05 .chkw-privilegeHdg02 { color: #fff; }
.chkw-tabContent.tab02 .chkw-privilegeHdg02 { color: #4f3300; }
.chkw-tabContent.tab03 .chkw-privilegeHdg02 { color: #000; }
.chkw-privilegeReplica img,
.chkw-privilegeGoods img {
	width: auto;
	height: 240px;
}
.chkw-privilegeReplica {
	padding: 35px 0;
}
.chkw-privilegeReplica img {
	height: 240px;
}
.chkw-privilegeGoods img {
	height: 310px;
}
.chkw-privilege .applyBtn {
	margin-top: 80px;
}
.chkw-privilegeNote {
	margin-top: 5px;
	color: #fff;
	text-align: center;
}
.chkw-tabContent.tab01 .chkw-privilegeNote { color: #fff; }
.chkw-tabContent.tab02 .chkw-privilegeNote { color: #4f3300; }
.chkw-tabContent.tab03 .chkw-privilegeNote { color: #000; }
.chkw-privilegeNote > li {
	display: inline-block;
}
.chkw-privilegeTxt-lead{
	line-height: 1.2;
	font-weight: bold;
	font-size: 35px;
	font-size: 3.5rem;
}
 /* flow
------------------------------------------------------ */
.flow {
	margin: 0 28px;
}
.flow > li {
	float: left;
	width: 280px;
	min-height: 315px;
	margin-right: 7px;
	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/chiikawa/img-files/pc_chkw_flow01.png);}
.flow > li.list02 {background-image: url(/gecard/chiikawa/img-files/pc_chkw_flow02.png);}
.flow > li.list03 {background-image: url(/gecard/chiikawa/img-files/pc_chkw_flow03.png);}
.flow > li.list04 {background-image: url(/gecard/chiikawa/img-files/pc_chkw_flow04.png);}
.flow > li a {color: #635044;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 141px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
/* module
------------------------------------------------------ */
/* section */
/* heading */
.chkw-heading01{
	margin: 100px 0 5px;
	text-align: center;
}
.chkw-heading01.type-movie {
	margin: 30px 0 0;
}
.chkw-heading02{
	margin: 75px 0 46px;
	text-align: center;
}
.chkw-heading03{
	margin: 54px 0 38px;
	text-align: center;
}


/* chkw-button */
.chkw-button {
	display: flex;
	margin: 40px auto 0;
	width: 599px;
}
.chkw-button > a {
	display: inline-block;
	position: relative;
	width: 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border-bottom: solid 4px #cd828c;
	padding: 24px 60px 26px 22px;
	background: #ffc2ca url("/gecard/chiikawa/img-files/chkw_bg02.png") 0 0 repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #583b28;
}
.chkw-button a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	height: 34px;
	width: 34px;
	margin-top: -17px;
	background: url("/gecard/chiikawa/img-files/chkw_ic01.png") no-repeat 0 0;
}
.chkw-button a:hover{
	margin-top: 3px;
	border-bottom-width: 1px;
}
/* chkw-btnLink */
.chkw-btnLink01{padding-top: 20px;text-align: center;}
.chkw-btnLink01 a{
	display: inline-block;
	position: relative;
	min-width: 535px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border-bottom: solid 4px #cd828c;
	padding: 24px 40px 26px;
	background: #ffc2ca url("/gecard/chiikawa/img-files/chkw_bg02.png") 0 0 repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	color: #583b28;
}
.chkw-btnLink01 a em{font-size: 28px;font-size: 2.8rem;}
.chkw-btnLink01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	height: 34px;
	width: 34px;
	margin-top: -17px;
	background: url("/gecard/chiikawa/img-files/chkw_ic01.png") no-repeat 0 0;
}
.chkw-btnLink01 a:hover{
	margin-top: 3px;
	border-bottom-width: 1px;
}
/* txtNoteWrap */
.txtNoteWrap01,.txtNoteWrap02{margin: 0 auto;width: 530px; line-height: 2;}
/* bgBox nekopos */
.bgBox01 {
	margin: 30px 30px 0;
	padding: 30px 60px 30px;
	background: rgba(255, 255, 255, .8) url("/gecard/chiikawa/img-files/chkw_ex01.png") 0 0 repeat-x;
	border: 1px solid #ffc2ca;
	font-size: 16px;
	font-size: 1.6rem;
	color: #635044;
}
.bgBox01.type02 {
	margin: 30px 0 0;
}
.bgBox02 {
	margin: 30px 30px 0;
	padding: 30px 60px 30px;
	background: #f4f4f4;
	border: 1px solid #ffc2ca;
	font-size: 16px;
	font-size: 1.6rem;
	color: #635044;
}
.bgBox01 .bgBoxHdg,
.bgBox02 .bgBoxHdg {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.bgBox01 .noteList01,
.bgBox02 .noteList01 {
	margin-top: 28px;
}
.bgBox01 .noteList01 > li + li,
.bgBox02 .noteList01 > li + li {
	margin-top: 8px;
}

hr.chkw-hr{
	display: block;
	margin: 25px 0;
	border: 0;
	height: 2px;
	background: url("/gecard/chiikawa/img-files/chkw_ex02.png") 0 0 repeat-x;
}
.bgBox01 > hr.chkw-hr{
	margin-right: -42px;
	margin-left: -42px;
}
.chkw-figure01{
	margin: 30px auto;
}
.chkw-figure02{
	margin: 20px auto 15px;
}
.chkw-iframeInner {
	margin-top: 23px;
	text-align: center;
}
.chkw-media {
	display: flex;
	flex-flow: row wrap;
}
.chkw-mediaNoteList {
	margin-top: 24px;
}
.chkw-mediaHead02 {
	width: 72%;
	margin-right: 1%;
}
.chkw-mediaBody02 {
	width: 27%;
}
.chkw-cardText {
	font-size: 2.6rem;
	color: #635044;
	text-align: center;
}
.chkw-noteList {
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 750px) {
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: auto;
	}
	#headerLogo {
		width: auto;
		padding: 7px 0 8px;
	}
	#headerLogo img {
		height: 20px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
		background: url("/gecard/chiikawa/img-files/chkw_bg01.png") 0 0 repeat;
		-webkit-background-size: 75px auto;
		background-size: 75px auto;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.chkw-txtLarge01{font-size: 20px;font-size: 2.0rem;}
	/* footer
	------------------------------------------------------ */
	#footer {
		padding: 8px 0;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	
	.sp_txt-sizeXS{font-size: 11px!important; font-size: 1.1rem!important;}
	.sp_txt-sizeS{font-size: 12px!important; font-size: 1.2rem!important;}
	.sp_txt-sizeM{font-size: 14px!important; font-size: 1.4rem!important;}
	.sp_txt-sizeSL{font-size: 15px!important; font-size: 1.5rem!important;}
	.sp_txt-sizeL{font-size: 16px!important; font-size: 1.6rem!important;}
	.sp_txt-sizeLL{font-size: 17px!important; font-size: 1.7rem!important;}
	.sp_txt-size3L{font-size: 18px!important; font-size: 1.8rem!important;}
	.sp_txt-size4L{font-size: 19px!important; font-size: 1.9rem!important;}
	.sp_txt-sizeXL{font-size: 20px!important; font-size: 2.0rem!important;}
	.sp_txt-size6L{font-size: 21px!important; font-size: 2.1rem!important;}
	.sp_txt-size7L{font-size: 24px!important; font-size: 2.4rem!important;}
	.sp_txt-size8L{font-size: 26px!important; font-size: 2.6rem!important;}
	.sp_txt-size10L{font-size: 28px!important; font-size: 2.8rem!important;}
	
	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 0 0 20px;
		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 .newsHdg img{
		width: 50px;
	}
	.newsBox .content {
		padding: 0px;
		height: 60px;
	}
	.newsBox .contentbox {
		padding: 8px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 5px;
	}
	.newsBox .contentbox li .date {
		width: 85px;
		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;
	}
	.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{
		border-top-width: 8px ;
		border-right-width: 6px;
		border-left-width: 6px;
		position:absolute;
		left: 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{top: 0;}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{bottom: 0;}
	
	/* tab
	------------------------------------------------------ */
	.chkw-tabList {display: none;}
	.chkw-spToggleTrg .chkw-tabContent.tab01 .tabHdg01 ,
	.chkw-spToggleTrg .chkw-tabContent.tab02 .tabHdg02 { display: block;}

	.chkw-spToggleTrg {
		position: relative;
		background-size: 100% auto;
		background-repeat: repeat-x;
		z-index: 20;
	}
	.chkw-spToggleTrg.toggle01 {background-color: #ddd;}
	.chkw-spToggleTrg.toggle02 {background-color: #ddd;}
	.chkw-spToggleTrg a {position: relative;display: block;}
	.chkw-spToggleTrg .chkw-spToggleTtl {
		display: block;
		-webkit-border-radius: 5px;
			 -moz-border-radius: 5px;
						border-radius: 5px;
		vertical-align: middle;
	}
	.chkw-spToggleTrg .spToggleFig {
		display: table-cell;
		width: 46.3%;
		padding-left: 6px;
		vertical-align: middle;
	}
	.chkw-spToggleTrg .spToggleFig img {width: 100%;}
	.chkw-spToggleTrg a i {
		position: absolute;
		display: block;
		width: 22px;
		height: 22px;
		top: 50%;
		right: 12px;
		margin-top: -10px;
		background-repeat: no-repeat !important;
		background-position: 0 0 !important;
		-webkit-background-size: 22px auto !important;
		background-size: 22px auto !important;
	}
	.chkw-tabContent {
		position: relative;
		display: block;
		margin-top: 0;
		padding: 0;
		z-index: 10;
	}
	.chkw-tabContent + .chkw-tabContent {
		margin-top: 25px;
	}
	.chkw-tabContent.active:after {display: none;}
	.tabHdg01 {text-align: center;}
	.chkw-tabContent .tabHdg01 {
		position: relative;
		padding-top: 0;
		margin: 0 auto;
	}
	.chkw-spToggleContent + .chkw-spToggleContent {margin-top: 10px;}
	.chkw-tabContent .tabContentInner .tabMain{ padding: 30px 70px 28px;}
	.chkw-tabContent .tabContentInner {padding-bottom: 25px;}
	.chkw-tabContent.tab01 .tabContentInner {
		background: #fffbeb url(/gecard/chiikawa/img-files/chkw_bg05.png) 0 15vw no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.chkw-tabContent.tab02 .tabContentInner {
		background: #fffbeb url(/gecard/chiikawa/img-files/chkw_bg06.png) 0 15vw no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.chkw-tabContent.tab03 .tabContentInner {
		background: #fffbeb url(/gecard/chiikawa/img-files/sp_chkw_bg07.png) 0 15vw no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.chkw-tabContent.tab04 .tabContentInner {
		background: #fffbeb url(/gecard/chiikawa/img-files/sp_chkw_bg08.png) 0 15vw no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.chkw-tabContent .tabContentInner {
		background-size: 100% auto; 
		background-repeat: no-repeat ;
		background-position: top 0 left 0;
	}
	.tabMain {
		padding: 0 40px;
		background: none;
		text-align: center;
	}
	.advanceTxt{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #635044;
		text-align: center;
		padding: 0 10px;
	}
	
	.chkw-applyBtn01 {
		margin: 0 calc(20 / 720 * 100vw);
		text-align: center;
	}
	.chkw-applyBtn01 a{
		position: relative;
		display: inline-block;
		width: 100%;
		border-radius: calc(20 / 720 * 100vw);
		border-bottom: calc(4 / 720 * 100vw) solid #d54060;
		padding: calc(30 / 720 * 100vw) calc(60 / 720 * 100vw) calc(30 / 720 * 100vw) calc(30 / 720 * 100vw);
		background: #ea798e url("/gecard/chiikawa/img-files/chkw_bg05.gif") 0 0 repeat;
		-webkit-background-size: calc(24 / 720 * 100vw) auto;
		background-size: calc(24 / 720 * 100vw) auto;
		line-height: 1;
		color: #fff;
	}
	.chkw-applyBtn01 a > img{
		width: auto;
		height: calc(37 / 720 * 100vw);
	}
	.chkw-applyBtn01 a::after{
		position: absolute;
		top: 50%;
		right: calc(20 / 720 * 100vw);
		width: calc(40 / 720 * 100vw);  
		height: calc(40 / 720 * 100vw);
		margin-top: calc(20 / 720 * 100vw * -1);
		background: url("/gecard/chiikawa/img-files/chkw_ic02.png") 0 0 repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		content: '';
	}
	.chkw-applyBtn01 a:hover{
		margin-top: 0;
		border-bottom-width: calc(4 / 720 * 100vw);
	}
	.chkw-applyText01{
		font-size: 1.4rem;
	}
	/* privilege */
	.chkw-privilegeContents01{
	}
	.chkw-privilegeCol {
		margin-top: 6px;
	}
	.chkw-privilegeCol .col {
		float: none;
		width: 100%;
	}
	.chkw-privilegeCol .imgL {
		text-align: center;
	}
	.chkw-privilegeCol .txt {
		margin-top: 20px;
		text-align: center;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.chkw-privilegeCol02 {
		margin-top: 30px;
	}
	.chkw-privilegeCol02 .col {
		float: none;
		width: 100%;
	}
	.chkw-privilegeCol02 .imgL {
		text-align: center;
	}
	.chkw-privilegeCol02 .txt {
		margin-top: 20px;
		text-align: center;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.chkw-privilegeText {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.chkw-privilegeText02 {
		margin-top: 35px;
		text-align: center;
		font-size: 1.5rem;
		color: #e70012;
	}
	.chkw-privilegeText03 {
		margin-top: 10px;
		text-align: center;
		font-size: 1.2rem;
		color: #dc000c;
	}
	.chkw-privilegeText04 {
		margin-top: 10px;
		text-align: center;
		font-size: 1.2rem;
	}
	.chkw-privilegeHdg02 {
		margin-top: 11px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.1;
	}
	.chkw-privilegeHdg02 em{ 
		font-style: normal;
		font-weight: bold;
		color: #e70012;
	}
	.chkw-privilegeTxt-lead{
		margin: 22px 0;
		line-height: 1.2;
		font-weight: bold;
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
	}
/* flow
	------------------------------------------------------ */
	.flow {
		margin: 0 0 15px;
		padding: 0 5px;
		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: 20px 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/chiikawa/img-files/chkw_ic03.png) 0 0 no-repeat;
		-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 15px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	/* heading */
	.chkw-heading01{
		margin: 20px -10px 5px;
		text-align: center;
	}
	.chkw-heading01.type-movie {
		margin: 20px 0 0;
	}
	.chkw-heading02{
		margin: 38px 0 15px;
		text-align: center;
	}
	.chkw-heading03{
		margin: 44px 0 22px;
		text-align: center;
	}

	/* chkw-button */
	.chkw-button {
		display: flex;
		margin: 30px 10px 0;
		width: auto;
	}
	.chkw-button > a {
		min-width: auto;
		width: 100%;
		padding: 11px 30px;
		font-size: 1.7rem;
		border-bottom-width: 3px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	.chkw-button a::after{
		top: 50%;
		right: 11px;
		height: 16px;
		width: 16px;
		margin-top: -8px;
		background-size: 100% 100%;
	}
	.chkw-button a:hover{
		margin-top: 0;
		border-bottom-width: 3px;
	}
	/* chkw-btnLink */
	.chkw-btnLink01{padding-top: 0;}
	.chkw-btnLink01 a{
		min-width: auto;
		width: 100%;
		padding: 14px 5px;
		font-size: 12px;
		font-size: 1.2rem;
		border-bottom-width: 3px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	.chkw-btnLink01 a em{font-size: 17px;font-size: 1.7rem;}
	.chkw-btnLink01 a::after{
		top: 50%;
		right: 11px;
		height: 16px;
		width: 16px;
		margin-top: -8px;
		background-size: 100% 100%;
	}
	.chkw-btnLink01 a:hover{
		margin-top: 0;
		border-bottom-width: 3px;
	}
	/* txtNoteWrap */
	.txtNoteWrap01,
	.txtNoteWrap02{
		width: 100%;
		line-height: 1.2;
	}
	
	/* bgBox nekopos */
	.bgBox01 {
		margin: 20px 0 0;
		padding: 20px 10px 10px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: rgba(255, 255, 255, .8) url("/gecard/chiikawa/img-files/chkw_ex01.png") 0 0 repeat-x;
		-webkit-background-size: 13px auto;
		background-size: 13px auto;
		font-size: 13px;
		font-size: 1.3rem;
		color: #635044;
	}
	.bgBox02 {
		margin: 20px 0 0;
		padding: 20px 10px 10px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: #f4f4f4;
		font-size: 13px;
		font-size: 1.3rem;
		color: #635044;
	}
	.bgBox01 .bgBoxHdg,
	.bgBox02 .bgBoxHdg {
		margin-bottom: 8px;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.bgBox01 .list01,
	.bgBox02 .list01 {
		margin-top: 0.5em;
	}
	.bgBox01 .list01 > li,
	.bgBox02 .list01 > li {
		position: relative;
		padding-left: 10px;
	}
	hr.chkw-hr{
		display: block;
		margin: 25px 0;
		border: 0;
		height: 2px;
		background: url("/gecard/chiikawa/img-files/chkw_ex02.png") 0 0 repeat-x;
	}
	.bgBox01 > hr.chkw-hr{
		margin-right: -4px;
		margin-left: -4px;
	}
	.chkw-figure01{
		margin: 25px auto;
	}
	.chkw-figure02{
		margin: 15px auto 10px;
		text-align: center;
	}
	.chkw-figure02 > img{
		width: 88px;
	}
	.chkw-iframeInner {
	margin: 13px 20px 0;
	text-align: center;
}
	.chkw-iframe .chkw-iframeVideo iframe {
		width: 100%;
		height: 60vw;
	}
		.chkw-media {
		display: block;
	}
	.chkw-mediaNoteList {
		margin-top: 18px;
	}
	.chkw-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.chkw-mediaNoteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.chkw-mediaHead02 {
		width: auto;
		margin-right: 0;
	}
	.chkw-mediaBody02 {
		width: auto;
		margin: 15px 94px 0;
	}
	.chkw-cardText {
		font-size: 1.6rem;
		color: #635044;
		text-align: center;
	}
	.chkw-noteList {
		text-align: left;
		margin-top: 10px;
	}
	.chkw-noteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.chkw-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.chkw-boxInquiry a {
		text-decoration: none;
	}
}

/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.chkw-privilegeCol:after,
.chkw-privilegeCol02:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}