@charset "shift_jis";
/* ======================================================
 * /common-files/css/gecard/tasuketsu/tasuketsu.css
 * ------------------------------------------------------
 * - header
 * - layout
 * - footer
 * - module
 * - component
 * - @media query:max-width: 750px
 * Clearfix
 * Opening Animation
====================================================== */
/* header
------------------------------------------------------ */
#header{
	padding: 0;
	border: none;
	background: #000000;
}
#header #headerLogo{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
/* footer
------------------------------------------------------ */
#footer {
	height: 60px;
	margin-top: 35px;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: #000000;
	border: none;
}
#copyright {
	text-align: center;
}
/* layout
------------------------------------------------------ */
.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;}
.tskt-inline{display: inline-block;}
/* module
------------------------------------------------------ */
body{
	font-size: 16px;
	font-size: 1.6rem;
	background: #000000;
}
body::before{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-image:url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg04.jpg);
	background-repeat: no-repeat;
	background-position: center;
background-size: cover;
}
#mainContainer{
	margin-top: 0;
	color: #ffffff;
}
#mainContents {
	width: 100%;
	margin: 0 auto;
}
.contentsWrap{
	max-width: 1140px;
	margin: 0 auto;
}
/* News
------------------------------------------------------ */
.op-news {
	display: block;
	padding: 18px 0 70px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 66%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.newsWrap {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	background: #000000;
}
.newsWrap::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 144px;
	top: 0;
	left: 0;
	background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg01.png);
	background-size: auto 100%;
}
.newsWrap::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 144px;
	top: 0;
	right: 0;
	background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg03.png);
	background-size: auto 100%;
}
.newsBox {
	position: relative;
	padding: 20px 0;
	margin: 0 auto;
	width: 1124px;
	height: 144px;
	background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg02.png);
	background-size: auto 100%;
	overflow-y: hidden;
}
.newsBox .newsHdg {
	padding-left: 12px;
	padding-bottom: 5px;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 87px;
}
.newsBox .contentbox {
	padding: 20px 0 0 12px;
	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: 100px;
}
.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: #ffffff;
}
.newsBox .contentbox li .txt {
	padding-left: 25px;
}
.newsBox .mCSB_container {
	margin-right: 92px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 12px 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	background-color: inherit;
}
.newsBox .mCSB_scrollTools .mCSB_dragger{
	min-height: 54px!important;
	left: -3px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 13px;
	height: 0;
	background-color: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	border: 1px solid #ffffff;
	background-color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp{
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 15px;
	height:8px;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 8px solid #ffffff;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 8px solid #ffffff;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* flow */
.tskt-flow{
	width: 850px;
	margin: 45px auto 0;
}
.tskt-flow > li {
	float: left;
	width: 260px;
	min-height: 260px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}
.tskt-flow > li:nth-of-type(2) {
	margin:0 33px;
}
.tskt-flow > li.list01 {
	background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_tx06.png);
}
.tskt-flow > li.list02 {
	background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_tx07.png);
}
.tskt-flow > li.list03 {
	background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_tx08.png);
}
.tskt-flow > li a {
	color: #ffffff;
	text-decoration: underline;
}
.tskt-flow > li a:hover{
	text-decoration: none;
}
.tskt-flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.tskt-flow .tskt-flowDesc dd {
	padding-top: 140px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.tskt-flow > li.list03:nth-of-type(3) .tskt-flowDesc dd {
	padding-top: 170px;
}
/* section
------------------------------------------------------ */
/* typeCard */
.section.typeCard .head{
	padding-top: 20px;
}
.section.typeCard .card{
	margin-top: 24px;
}
.section.typeCard .applyBtn{
	margin-top: 60px;
}
.section.typeCard .applyBtn a:hover{
	opacity: 0.9;
}
/* typeTrianglebox */
.section.typeTrianglebox{
	position: relative;
	margin-top: 150px;
	padding: 40px;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(0,0,0,0.4);
}
.section.typeTrianglebox::before,
.section.typeTrianglebox::after{
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
}
.section.typeTrianglebox::before {
	top: 4px;
	right: 5px;
		background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_ic01.png) 0 0 no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
}
.section.typeTrianglebox::after{
	bottom: 4px;
	left: 5px;
		background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_ic02.png) 0 0 no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
}
.section.typeTrianglebox .headTxt{
	margin-top: 5em;
}
.section.typeTrianglebox .leadTxt{
	margin-top: 1em;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
}
.section.typeTrianglebox .detail{
	margin-top: 16px;
}
.section.typeTrianglebox .sticker{
	margin-top: 30px;
}
.section.typeTrianglebox .detail p{
	margin-top: 22px;
}
.section.typeTrianglebox .detail p:first-child{
	margin-top: 0;
}
.section.typeTrianglebox .privilegeTxt-lead{
	margin-top: 45px;
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
}
.section.typeTrianglebox .tskt-txtNoteWrap{
	margin-top: 20px;
	text-align: center;
}
.section.typeTrianglebox .tskt-txtNoteWrap p + p {
	margin-top: 10px;
}

/* typeBtn2col */
.section.typeBtn2col{
	margin-top: 70px;
}
.section.typeBtn2col .colLayout.col2 {
	margin-top: 50px;
}
.section.typeBtn2col .colLayout.col2 > .col{
	width: 535px;
	margin: 0;
}
.section.typeBtn2col .colLayout.col2 > .col:nth-of-type(2n){
	margin-left: 50px;
}
.section.typeBtn2col .colLayout.col2 > .col .Btn.type-tskt{
	padding-top: 1px;
	border-bottom: 3px solid #000000;
}
.section.typeBtn2col .colLayout.col2 > .col .Btn.type-tskt:hover{
	margin-top: 2px!important;
	border-bottom: 1px solid #000000;
}
.section.typeBtn2col .colLayout.col2 > .col p{
	display: table;
	width: 100%;
	height: 84px;
	border: 1px solid #8f4c7d;
	background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg05.jpg) repeat 0 0;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.0;
}
.section.typeBtn2col .colLayout.col2 > .col p a{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.section.typeBtn2col .colLayout.col2 > .col p a::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	right: 19px;
	margin-top: -20px;
	background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_ic03.png) repeat 0 0;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
}
.section.typeBtn2col .colLayout.col2 > .col p a:link,
.section.typeBtn2col .colLayout.col2 > .col p a:visited,
.section.typeBtn2col .colLayout.col2 > .col p a:hover{
	color: #ffffff;
	text-decoration: none;
}
/* typeBtn2col */
.section.typeFlow{
	margin-top: 130px;
}
.section.typeFlow > .section.typeTrianglebox{
	margin-top: 37px;
	padding: 25px 60px;
}
.section.typeFlow > .section.typeTrianglebox .noteList01 {
	margin-top: 35px;
}
.section.typeFlow > .section.typeTrianglebox .noteList01 li{
	margin-top: 0;
}
.section.typeFlow > .section.typeTrianglebox .noteList01 + .noteList01 li{
	margin-top: 8px;
}
/* typevideo */
.section.typevideo{
	margin-top: 70px;
	text-align: center;
	background-image: url("/gecard/tasuketsu/img-files/pc_tasuketsu_bg08.png");
}
.section.typevideo .headTxt{
	color: #ffffff;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	z-index: 1;
}
.section.typevideo .videoWrap{
	padding: 35px 0 45px;
	background-image: url("/gecard/tasuketsu/img-files/pc_tasuketsu_bg06.png"),url("/gecard/tasuketsu/img-files/pc_tasuketsu_bg07.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
}
.section.typevideo .video p span{
	display: inline-block;
	width: 640px;
	height: 360px;
	margin: 0 auto;
	background-color: #343434;
	padding: 160px 0;
}
/* modal*/
.video {
	width: 640px;
	height: 356px;
}
.cb-inline:after{
	content: none;
}
#cboxClose,
#cboxClose:hover {
	width: 48px !important;
	height: 48px !important;
	top: -20px !important;
	right: -20px !important;
	background: url(/common-files/img/com_close_ic04.png) 0 0 no-repeat !important;
}
#cboxLoadedContent {
	overflow: auto !important;
}
/* typeBnr */
.section.typeBnr{
	display: block;
	margin-top: 50px;
}
.section.typeBnr p{
	float: left;
	width: calc((100% - 30px)/2);
}
.section.typeBnr p:nth-of-type(odd){
	text-align: right;
	margin-right: 15px;
}
.section.typeBnr p:nth-of-type(even){
	text-align: left;
	margin-left: 15px;
}
/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	#header{
		max-width: 750px;
		width: 100%;
		padding: 0;
		border: none;
		background: #000000;
	}
	#header #headerLogo{
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		padding-left: 8px;
	}
	#header #headerLogo img{
		max-height: 35px;
	}
	/* footer
------------------------------------------------------ */
#footer {
	width: 100%;
	height: 60px;
	margin-top: 30px;
	padding: 15px 0;
	color: #fff;
	font-size: 8px;
	font-size: 0.8rem;
	background: #000000;
	border: none;
	}
	#copyright {
		text-align: center;
	}
	/* layout
	------------------------------------------------------ */
	.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;}
	/* module
	------------------------------------------------------ */
	body{
		width: 100%;
		max-width: 750px;
		font-size: 13px;
		font-size: 1.3rem;
		background: #000000;
	}
	body::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width: 100%;
		max-width: 750px;
		height:100vh;
		background-image:url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg04.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size:cover;
	}
	#mainContainer{
		width: 100%;
		max-width: 750px;
		margin-top: 0;
		color: #ffffff;
	}
	#mainContents {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		padding: 0;
	}
	.contentsWrap{
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	/* module
	------------------------------------------------------ */
	/* News
	------------------------------------------------------ */
	.op-news {
		display: block;
		padding: 15px 0 0;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 91%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 91%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 91%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
		}
	.newsWrap {
		position: relative;
		max-width: 100%;
		margin: 0 10px;
		background: #000000;
	}
	.newsWrap::after {
		position: absolute;
		content: "";
		width: 5px;
		height: 90px;
		top: 0;
		left: 0;
		background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg01.png);
		background-size: auto 100%;
	}
	.newsWrap::before {
		position: absolute;
		content: "";
		width: 5px;
		height: 90px;
		top: 0;
		right: 0;
		background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg03.png);
		background-size: auto 100%;
	}
	.newsBox {
		position: relative;
		padding: 10px 0 14px;
		margin: 0 auto;
		width: calc(100% - 10px);
		height: 90px;
		background-image: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg02.png);
		background-size: auto 100%;
		overflow-y: hidden;
	}
	.newsBox .newsHdg {
		padding-left: 0;
		line-height: 1.0;
	}
	.newsBox .newsHdg img{
		max-width: 46px;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		height: 56px;
		padding: 0px;
	}
	.newsBox .mCSB_container {
		margin-right: 30px;
	}
	.newsBox .contentbox {
		padding: 10px 0 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.6;
	}
	.newsBox .contentbox li {
		display: table;
		margin-bottom: 10px;
	}
	.newsBox .contentbox li .date {
		display: table-cell;
		width: 20%;
	}
	.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: #ffffff;
	}
	.newsBox .contentbox li .txt {
		padding-left: 12px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		width: 12px;
		margin: 10px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		background-color: inherit;
	}
	.newsBox .mCSB_scrollTools .mCSB_dragger{
		min-height: 12px!important;
		left: 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		height: 0;
		background-color: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border: 1px solid #ffffff;
		background-color: #000000;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown,
	.newsBox .mCS-my-theme.mCSB_scrollTools,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight,
	.mCSB_scrollTools .mCSB_buttonUp{
		opacity: 1;
		width: 12px;
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		width: 0;
		height: 0;
		border-bottom: 8px solid #ffffff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
		width: 0;
		height: 0;
		border-top: 8px solid #ffffff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
	}
	/* flow */
		.tskt--inner01 {
		margin-top: 10px;
		}
		.tskt-flow{
		width: 100%;
		}
		.tskt--inner01 .tskt-flow {
		margin-top: 0;
		margin-bottom: 15px;
		padding: 0 5px;
		font-size: 13px;
		font-size: 1.3rem;
		}
		.tskt-flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
		}
		.tskt-flow > li,
		.tskt-flow > li:nth-of-type(2),
		.tskt-flow > li:nth-of-type(3) {
		margin: 20px 0 0;
		}
	.tskt-flow > li:first-child{
		margin: 0;
		}
		.tskt-flow > li + li:after {
		position: absolute;
		content: "";
		width: 18px;
		height: 10px;
		top: -15px;
		right: 50%;
		margin-right: -5px;
		background: url(/gecard/tasuketsu/img-files/sp_tasuketsu_ic04.png) 0 0 no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		}
		.tskt-flow > li .num {
		display: none;
		}
		.tskt-flow > li a:hover{
		text-decoration: none;
		}
		.tskt-flow .tskt-flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
		}
		.tskt-flow .tskt-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;
		}
		.tskt-flow .tskt-flowDesc dt span {
		display: inline;
		}
		.tskt-flow .tskt-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;
		}
	.tskt-flow > li.list03:nth-of-type(3) .tskt-flowDesc dd {
		padding-top: 0;
	}
		/* section
	------------------------------------------------------ */
	.section{
		margin: 0 10px;
	}
	/* typeCard */
	.section.typeCard .head{
		padding-top: 30px;
	}
	.section.typeCard .card{
		margin-top: 5px;
	}
	.section.typeCard .card img{
		max-width: 265px;
		margin: 0 auto;
	}
	.section.typeCard .applyBtn{
		margin-top: 8px;
	}
		/* typeTrianglebox */
	.section.typeTrianglebox{
		position: relative;
		margin-top: 40px;
		padding: 14px 15px 30px;
		border: 1px solid rgba(255,255,255,0.4);
		background-color: rgba(0,0,0,0.4);
	}
	.section.typeTrianglebox::before,
	.section.typeTrianglebox::after{
		content: "";
		position: absolute;
		width: 17px;
		height: 17px;
	}
	.section.typeTrianglebox::before {
		top: 2px;
		right: 2px;
		background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_ic01.png) 0 0 no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.section.typeTrianglebox::after{
		bottom: 2px;
		left: 2px;
		background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_ic02.png) 0 0 no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.section.typeTrianglebox .leadTxt{
		margin-top: 1em;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
	}
	.section.typeTrianglebox .headTxt{
		margin-top: 3em;
	}
	.section.typeTrianglebox .sticker{
		margin-top: 15px;
	}
	.section.typeTrianglebox .sticker img{
		max-width: 288px;
		width: 100%;
	}
	.section.typeTrianglebox .detail{
		margin-top: 16px;
	}
	.section.typeTrianglebox .detail p{
		margin-top: 22px;
	}
	.section.typeTrianglebox .detail p:first-child{
		margin-top: 0;
	}
	.section.typeTrianglebox .privilegeTxt-lead{
		margin-top: 20px;
		text-align: center;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
	}
	.section.typeTrianglebox .tskt-txtNoteWrap {
		margin-top: 15px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
	.section.typeTrianglebox .tskt-txtNoteWrap p + p {
		margin-top: 0;
	}
	
	/* typeBtn2col */
	.section.typeBtn2col{
		margin-top: 45px;
	}
	.section.typeBtn2col .colLayout.col2 {
		margin-top: 30px;
	}
	.section.typeBtn2col .colLayout.col2 > .col{
		width: 100%;
		margin: 0;
		padding: 0 10px;
		}
	.section.typeBtn2col .colLayout.col2 > .col + .col{
		margin-top: 12px;
	}
	.section.typeBtn2col .colLayout.col2 > .col:nth-of-type(2n){
		margin-left: 0;
	}
	.section.typeBtn2col .colLayout.col2 > .col .Btn.type-tskt{
		padding-top: 1px;
		border-bottom: 3px solid #000000;
	}
	.section.typeBtn2col .colLayout.col2 > .col .Btn.type-tskt:hover{
		margin-top: 0!important;
		border-bottom: 3px solid #000000;
	}
	.section.typeBtn2col .colLayout.col2 > .col p{
		display: table;
		width: 100%;
		height: 52px;
		border: 1px solid #8f4c7d;
		background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_bg05.jpg) repeat 0 0;
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.section.typeBtn2col .colLayout.col2 > .col p a{
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.section.typeBtn2col .colLayout.col2 > .col p a::after{
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		top: 50%;
		right: 12px;
		margin-top: -10px;
		background: url(/gecard/tasuketsu/img-files/pc_tasuketsu_ic03.png) repeat 0 0;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.section.typeBtn2col .colLayout.col2 > .col p a:link,
	.section.typeBtn2col .colLayout.col2 > .col p a:visited,
	.section.typeBtn2col .colLayout.col2 > .col p a:hover{
		color: #ffffff;
		text-decoration: none;
	}
	/* typeBtn2col */
	.section.typeFlow{
		margin-top: 50px;
	}
	.section.typeFlow > .section.typeTrianglebox{
		margin: 24px 0;
		padding: 20px 10px;
	}
	.section.typeFlow > .section.typeTrianglebox .noteList01 {
		margin-top: 15px;
	}
	.section.typeFlow > .section.typeTrianglebox .noteList01 li{
		margin-top: 0;
	}
	.section.typeFlow > .section.typeTrianglebox .noteList01 + .noteList01 li{
		margin-top: 8px;
	}
	/* typevideo */
	.section.typevideo{
		margin-top: 70px;
		text-align: center;
		background-image: url("/gecard/tasuketsu/img-files/pc_tasuketsu_bg08.png");
	}
	.section.typevideo .headTxt{
		color: #ffffff;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		z-index: 1;
	}
	.section.typevideo .videoWrap{
		padding: 10px 10px 20px;
		background-image: url("/gecard/tasuketsu/img-files/pc_tasuketsu_bg06.png"),url("/gecard/tasuketsu/img-files/pc_tasuketsu_bg07.png");
		background-repeat: repeat-x;
		background-size: 100%;
		background-position: left top, right bottom;
	}
	.section.typevideo .video {
		margin-top: 10px;
	}
	.section.typevideo .video p span{
		display: inline-block;
		width: 100%;
		height: 180px;
		margin: 0 auto;
		background-color: #343434;
		padding: 74px 0;
	}
	.video {
		width: 100%;
		height: 100%;
	}
	.cb-inline:after{
		content: none;
	}
	.cb_inl_content {
		max-width: 790px;
	}
	#cashless #colorbox.cb-ytWrap .cb_close{
		margin: 15px 15px 0;
	}
	#cashless #colorbox.cb-ytWrap .cb_close a:after{
		background-size: 14px 14px;
	}
	#cboxClose, #cboxClose:hover {
		width: 38px !important;
		height: 38px !important;
		background-size: 38px auto !important;
		}
	#cboxContent {
		overflow: visible !important;
	}
	/* typeBnr */
	.section.typeBnr{
		display: block;
		margin-top: 46px;
	}
	.section.typeBnr p{
		float: left;
		width: calc((100% - 18px)/2);
	}
	.section.typeBnr p:nth-of-type(odd){
		text-align: right;
		margin-right: 9px;
	}
	.section.typeBnr p:nth-of-type(even){
		text-align: left;
		margin-left: 9px;
	}
	/* Cleafix
	------------------------------------------------------ */
	.tskt-flow:after,
	.section.typeBnr:after{
		display: block;
		clear: both;
		content: "";
	}
}
/* Cleafix
------------------------------------------------------ */
.tskt-flow:after,
.section.typeBnr:after {
	display: block;
	clear: both;
	content: "";
}
