@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/base00001/base.css
 * ------------------------------------------------------
 * - header
 * - layout
 * - footer
 * - module
 * - component
 * - @media query:max-width: 750px
 * Clearfix
 * Opening Animation
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP';
	background-color: #182139;
}
/* header
------------------------------------------------------ */
#base-header{
	background: #f6f2f3;
}
#base-headerLogo{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 30px 12px 0;
}
/* layout
------------------------------------------------------ */
#mainContainer {
	padding-bottom: 120px;
	margin-top: 0;
	background-color: #223152;
}

#mainContents {
	width: auto;
	margin: 0;
}
.base-contentsWrap {
	position: relative;
	width: 1200px;
	margin: 0 auto 0;
	padding: 0 30px 0;
	color: #ffffff;
	z-index: 1;
	font-size: 16px;
	font-size: 1.6rem;
}
a:hover,
a:visited,
a:link{
	color: #ffffff;
	text-decoration: underline;
}
/* footer
------------------------------------------------------ */
#base-footer {
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: #182139;
}
#copyright {
	text-align: center;
}
/* module
------------------------------------------------------ */
/*text*/
.base-txtSmall01{
	font-size: 14px;
	font-size: 1.4rem;
}
.base-txtMiddle01{
	font-size: 16px;
	font-size: 1.6rem;
}
.base-txtLarge01{
	font-size: 20px;
	font-size: 2.0rem;
}
.base-txtColor01{
	color: #d2c28a;
}
/* text-indent */
.text-indent {
	position: relative;
}
.text-indent > .indent {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}
.text-indent[data-indent="1em"] { padding-left: 1em; }
.text-indent[data-indent="2em"] { padding-left: 2em; }
.text-indent[data-indent="3em"] { padding-left: 3em; }
.text-indent[data-indent="4em"] { padding-left: 4em; }
.text-indent[data-indent="5em"] { padding-left: 5em; }
.text-indent[data-indent="6em"] { padding-left: 6em; }
.text-indent[data-indent="7em"] { padding-left: 7em; }
.text-indent[data-indent="8em"] { padding-left: 8em; }
.text-indent[data-indent="9em"] { padding-left: 9em; }
.text-indent[data-indent="10em"] { padding-left: 10em; }
.text-indent[data-indent="1em"] > .indent { width: 1em; }
.text-indent[data-indent="2em"] > .indent { width: 2em; }
.text-indent[data-indent="3em"] > .indent { width: 3em; }
.text-indent[data-indent="4em"] > .indent { width: 4em; }
.text-indent[data-indent="5em"] > .indent { width: 5em; }
.text-indent[data-indent="6em"] > .indent { width: 6em; }
.text-indent[data-indent="7em"] > .indent { width: 7em; }
.text-indent[data-indent="8em"] > .indent { width: 8em; }
.text-indent[data-indent="9em"] > .indent { width: 9em; }
.text-indent[data-indent="10em"] > .indent { width: 10em; }


/*heading*/
*[class^="base-heading01"]{
	position: relative;
	margin: 80px 0 0;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}
*[class^="base-heading01"]::after{
	position: absolute;
	content: '';
	width: 658px;
	height: 114px;
	bottom: -5%;
	left: 50%;
	background: url("/gecard/base00002/img-files/base_bg04.png") no-repeat 0 0;
	transform: translateX(-50%);
	z-index: -1;
}
*[class^="base-heading01"] > span{
	font-size: 36px;
}
.base-heading01_limited::after{
	left: 57%;
	background: url("/gecard/base00002/img-files/base_bg03.png") no-repeat 0 0;
}
.base-heading02{
	position: relative;
	padding: 30px 0 40px;
	margin: 110px 0 25px;
}
.base-heading02.type02 {
	margin-bottom: 8px;
}
.base-heading02::after{
	position: absolute;
	content: '';
	width: 658px;
	height: 114px;
	bottom: 5%;
	left: 50%;
	background: url("/gecard/base00002/img-files/base_bg05.png") no-repeat 0 0;
	transform: translateX(-50%);
	z-index: -1;
}
.base-heading03{
	margin: 125px 0 3px;
}

/*box*/
.base-mainVisual{
	margin: 0 auto 39px;
	text-align: center;
	background-color: #151515;
}
.base-mainVisual-Text{
	margin: 39px auto 45px;
	text-align: center; 
} 
.base-cardArea{
	margin-top: 100px;
	padding: 42px 0 65px;
	text-align: center;
	background: url("/gecard/base00002/img-files/pc_base_bg01.png") no-repeat 0 0;
	box-shadow: 0 0 15px rgb(0,0,0,0.4);
}
.base-cardArea.type02{
	margin-top: 70px;
}
.base-bnrWrap{
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
}
.base-bnrWrap a:hover{
	opacity: 0.8;
}
.base-boxLayout01{
	margin-top: 45px;
	padding: 36px 60px;
	background-color: rgba(39, 26, 17, 0.3);
}
.base-boxLayout02{
	margin-top: 45px;
	padding: 27px 60px;
	background-color: rgba(104, 104, 104, 0.3);
}
.base-boxLayout01 .boxHead,
.base-boxLayout02 .boxHead{
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.base-boxLayout01 .boxDetails{
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.base-boxLayout02 .boxDetails{
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
.base-boxLayout01 .noteList01 > li,
.base-boxLayout02 .noteList01 > li{
	margin-top: 0;
}
.base-txtLead01{
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: 700;
	color: #fff;
}

/*btn*/
.base-btn01 {
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}
.base-btn01 a{
	position: relative;
	display: inline-block;
	width: 750px;
	border: 1px solid #e7d277;
	padding: 30px 30px 28px;
	background: rgb(231,210,118);
	background: -webkit-linear-gradient(left, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
	background: -o-linear-gradient(left, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
	background: linear-gradient(to right, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
}
.base-btn01 a::after{
	position: absolute;
	top: 50%;
	right: 26px;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0;
	content: '';
}
.type-anchor .base-btn01 a::after {
	transform: rotate(90deg);
}
.base-btn01 a .base-hoverTxt{
	display: none;
}
.base-btn01 a:hover{
	border: 1px solid #d0c085;
	background: #231815;
}
.base-btn01 a:hover .base-btnTxt{
	display: none;
}
.base-btn01 a:hover .base-hoverTxt{
	display: inline-block;
}
.base-btn01 a:hover::after{
	background: url("/gecard/base00002/img-files/base_ic02.png") no-repeat 0 0;
}
.base-btn01-1 a{
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #e7d277;
	padding: 29px 30px 22px;
	background: rgb(202,181,111);
	background: -webkit-linear-gradient(left, rgba(202,181,111,1) 0%, rgba(210,194,138,1) 100%);
	background: -o-linear-gradient(left, rgba(202,181,111,1) 0%, rgba(210,194,138,1) 100%);
	background: linear-gradient(to right, rgba(202,181,111,1) 0%, rgba(210,194,138,1) 100%);
	color: #000000;
	font-size: 28px; 
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
}
.base-btn01-1 a::after{
	position: absolute;
	top: 50%;
	right: 26px;
	display: block;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url("/gecard/base00002/img-files/base_ic03.png") no-repeat 0 0;
	content: '';
}
.base-btn01-1 a:hover{
	border: 1px solid #d0c085;
	background: #231815;
	color: #fff;
}
.base-btn01-1 a:hover::after{
	background: url("/gecard/base00002/img-files/base_ic04.png") no-repeat 0 0;
}
.base-btn02 a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 25px 65px 23px;
	border: 1px solid #d0c085;
	background: #231815;
	color: #fff;
	font-size: 28px; 
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
}
.base-btn02 a:after {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	top: 50%;
	right: 20px;
	margin-top: -17px;
	background: url(/gecard/base00002/img-files/base_ic04.png) 0 0 no-repeat;
	content: "";
}
.base-btn02 a:hover{
	border: 1px solid #e7d277;
	background: rgb(202,181,111);
	background: -webkit-linear-gradient(left, rgba(202,181,111,1) 0%, rgba(210,194,138,1) 100%);
	background: -o-linear-gradient(left, rgba(202,181,111,1) 0%, rgba(210,194,138,1) 100%);
	background: linear-gradient(to right, rgba(202,181,111,1) 0%, rgba(210,194,138,1) 100%);
	color: #000000;
}
.base-btn02 a:hover::after{
	background: url("/gecard/base00002/img-files/base_ic03.png") no-repeat 0 0;
}

.applyBtnChange {
	display: none;
}
/* privilege */
.base-privilege {
	margin-top: 55px;
}
.base-privilege + * {
	margin-top: 100px;
}
.base-privilegeCol {
	display: table;
	width: 100%;
	margin-top: 55px;
}
.base-privilegeCol .col {
	display: table-cell;
	vertical-align: middle;
}
.base-privilegeCol .imgL {
	width: 515px;
	padding-right: 37px;
	text-align: right;
}
.base-privilegeCol .txt {
	width: calc(100% - 514px);
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 41px;
}
.base-privilegeHdg01 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff600;
}
.base-privilegeCol .txt .noteList01 {
	line-height: 1.6;
}
.base-privilegeList{
	margin-bottom: 40px;
	line-height: 1.4;
}

/* flow */
.base-flow {
	margin-top: 50px;
}
.base-flow.type02 {
	margin-top: 32px;
}
.base-flow > li {
	float: left;
	width: 282px;
	min-height: 308px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}
.base-flow.type02 > li {
	width: 271px;
}
.base-flow > li + li { 
	margin-left: 4px;
}
.base-flow.type02 > li + li { 
	margin-left: 18px;
}
.base-flow > li.list01 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow01.png");
}
.base-flow > li.list02 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow02.png");
}
.base-flow > li.list03 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow03.png");
}
.base-flow > li.list04 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow04.png");
}
.base-flow.type02 > li.list01 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow05.png");
}
.base-flow.type02 > li.list02 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow06.png");
}
.base-flow.type02 > li.list03 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow07.png");
}
.base-flow.type02 > li.list04 {
	background-image: url("/gecard/base00002/img-files/pc_base_flow08.png");
}
.base-flow > li a {
	color: inherit;
}
.base-flow .base-flowDesc dd {
	padding-top: 140px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.base-flow.type02 .base-flowDesc dd {
	padding-top: 101px;
}
.base-flow.type02 .list01 .base-flowDesc dd {
	padding-top: 130px;
}
.base-flow .base-flowDesc dd .large {
	font-size: 2.0rem;
}
.flow-txtNote01 {
	margin-top: 7px;
}
/* news */
.newsBox {
	padding-top: 30px;
	width: 100%;
	height: 172px;
	overflow-y: hidden;
}
.newsBox .newsHdg {
	padding: 9px 0 6px;
	border-bottom: 2px solid #ffffff;
	font-family: Century Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	color: #ffffff;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 10px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
	color: #ffffff;
}
.newsBox .contentbox li .date {
	display: table-cell;
	width: 140px;
	padding-left: 10px;
}
.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 .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: 13px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 8px;
	background-color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 8px;
	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: #ffffff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 8px;
	height: 8px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 6px solid #ffffff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::after{
	width: 0;
	height: 0;
	border-bottom: 3px solid #083f70;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position:absolute;
	top: 5px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
	width: 0;
	height: 0;
	border-top: 6px solid #ffffff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::after{
	width: 0;
	height: 0;
	border-top: 3px solid #083f70;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position:absolute;
	bottom: 3px;
	left: 0;
	display: block;
	content: "";
}

.base-txtImage01{
	margin-top: 90px;
	text-align: center;
}
.base-txtImage02{
	margin-top: 23px;
	text-align: center;
}

.base-bnrBox01{
	margin-top: 70px;
	text-align: center;
}
.base-bnrBox01 .base-figure_logoImg img{
	width: 360px;
}
.base-col.colLayout.col2 > .col {
	width: calc((100% - 70px)/2);
	margin-right: 70px;
}
.base-txtbold{
font-weight: bold;
}
.base-txtLarge{
font-size: 36px;
	font-size: 3.6rem; 
}
.base-txtLarge02{
font-size: 30px;
	font-size: 3.0rem; 
}

.base-leadTxt{
font-size: 26px;
	font-size: 2.6rem; 
	text-align: center;
}

.base-plusIcon{
	margin-top: 80px;
	text-align: center;
}


#floatingWrap01{
	background: rgba(24, 33, 57, 0.9);
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.3);
}
.base-floatButton{
	text-align: center;
}
.base-floatButton a{
	position: relative;
	display: inline-block;
	width: 750px;
	border: 1px solid #e7d277;
	padding: 13px 14px 14px 30px;
	background: rgb(231,210,118);
	background: -webkit-linear-gradient(left, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
	background: -o-linear-gradient(left, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
	background: linear-gradient(to right, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
}
.base-floatButton a:hover{
	border: 1px solid #d0c085;
	background: #231815;
}
.base-floatButton a .base-hoverTxt{
	display: none;
}
.base-floatButton a:hover .base-btnTxt{
	display: none;
}
.base-floatButton a::after{
	position: absolute;
	top: 56%;
	right: 14px;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -20px;
	background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0 / contain;
	content: '';
}
.base-floatButton a:hover .base-hoverTxt{
	display: inline-block;
}
.base-floatButton a:hover::after{
	background: url("/gecard/base00002/img-files/base_ic02.png") no-repeat 0 0 / contain;
	width: 32px;
	height: 32px;
}
.base-floatButton a img{
	width: auto;
	height: 32px;
}
.base-contentsWrap .snsArea {
	width: 100%;
	margin-bottom: 0;
}
/* floating */
.base02-floatingWrap02 {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0;
	background: rgba(24, 33, 57, 0.9);
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
.base02-floatingWrap02 .base02-floatingInner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.base02-floatingWrap02 .commonFloating {
	padding: 15px 30px;
}
.base02-floatingWrap01 .base02-floatingInner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.base02-floatingWrap01 .commonFloating  {
	padding: 20px 30px;
}
.base02-btnFloatWrap {
	display: flex;
	justify-content: space-between;
	gap: 20px 60px;
}
	/* 20240119 追加（削除予定）
	------------------------------------------------------ */
.cp-color {
	color: #BC9C6A;
}
.cp-title {
	position: relative;
	margin-top: 35px;
	margin-bottom: 90px;
	text-align: center;
}
.cp-title::before {
	position: absolute;
	content: "";
	width: 1222px;
	height: 94px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: url("/gecard/base00002/img-files/base_bg08.png") no-repeat;
	z-index: -1;
}
.cp-card-wrap {
		padding-top: 30px;
}
.cp-wrap {
	padding-top: 30px;
}
.base-heading_cp {
	position: relative;
	margin: 80px 0 0;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
.base-heading_cp .base-heading_cp-text {
	position: relative;
	}
.base-heading_cp::before {
	position: absolute;
	content: "";
	width: 192px;
	height: 92px;
	bottom: 70px;
	left: 155px;
	background: url("/gecard/base00002/img-files/pc_base_im01.png") no-repeat;
}
.base-heading_cp::after {
	position: absolute;
	content: "";
	width: 594px;
	height: 113px;
	bottom: -12px;
	left: 58%;
	transform: translateX(-50%);
	background: url("/gecard/base00002/img-files/base_bg10.png") no-repeat;
	z-index: -1;
}
.base-box_cp {
	margin-top: 30px;
	text-align: center;
}
.base-text_cp {
	font-size: 3.2rem;
	margin-top: 25px;
	text-align: center;
}
.box-text_cp {
	margin-top: 20px;
}
.base-boxLayout01 .boxHead.type-cp {
	color: #fff600;
}
/* remove01 */
.base02-markText {
	font-size: 3.0rem;
	border-bottom: 1px solid #cab670;
	width: fit-content;
	margin: 8px auto 0;
	line-height: 1.3;
}
.base02-iconText {
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.base02-iconText:first-child {
	margin-top: 0 !important;
}
.base02-iconText.alC {
		justify-content: center;
	}
.base02-iconText .num {
	flex-shrink: 0;
	margin-right: 20px;
}
.base02-iconText .num img {
	width: 61px;
	height: 61px;
}
.base02-iconText .text {
	font-size: 3.6rem;
	font-weight: bold;
	background:linear-gradient(transparent 75%, #cab670 75%, #cab670 83%, transparent 83%);
}
.base02-mediaText03 {
	margin-top: 60px;
	font-size: 2.6rem;
	line-height: 1.7;
}
.base02-mediaText04 {
	margin-top: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.base02-noteList01 {
	margin-top: 15px;
	text-align: center;
}
.base02-noteList01 > li {
	font-size: 1.6rem;
}
.base02-media02 {
	display: flex;
	position: relative;
	padding: 58px 0 0 0;
}
.base02-media02 .base02-mediaHead {
	width: 64%;
	margin-top: 91px;
}
.base02-btn03 {
	position: relative;
	width: 750px;
	margin: 16px auto 0;
	background-color: #fff;
}
.base02-btn03.type02 {
	margin-top: 21px;
}
.base02-btn03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background: linear-gradient(to right, #614a31, #775f40);
	text-align: center;
	font-size: 3.0rem;
	color: #fff;
	text-decoration: none;
	transition: 0.3s all ease-out;
	padding: 10px 70px 5px;
	font-weight: bold;
}
.base02-btn03.type02 a {
	background: linear-gradient(to right, #4f4f4f, #7b7b7b);
}
.base02-btn03 a:hover {
	opacity: 0.7;
}
.base02-btn03 a .base02-btn03Text::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0 / contain;
}
.base02-btn03 a .small {
	font-size: 1.9rem;
}
.base02-btn03 a .base02-btn03Text {
	line-height: 0.8;
}
.base02-btn04 {
	position: relative;
	width: calc(50% - 30px);
	background-color: #fff;
}
.base02-btn04 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 72px;
	background: linear-gradient(to right, #614a31, #775f40);
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	text-decoration: none;
	transition: 0.3s all ease-out;
	}
	.base02-btn04 a:hover {
		opacity: 0.7;
	}
	.base02-btn04.type02 a {
		background: linear-gradient(to right, #4f4f4f, #7b7b7b);
	}
	.base02-btn04 a .small {
		font-size: 1.6rem;
	}
	.base02-btn04 a .base02-btn04Text {
		line-height: 0.8;
	}
	.base02-btn04 a .base02-btn04Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0 / contain;
	}
.base02-noteList02 {
	margin-top: 15px;
	text-align: center;
}
.base02-noteList02 > li {
	font-size: 1.6rem;
}
/* modal */
.modalInlineWrapper {
	display: none;
}
#cboxContent {
	overflow: visible !important;
}
#colorbox #cboxLoadedContent {
	overflow: auto !important;
	overflow-x: hidden !important;
}
#cboxClose {
	display: block;
	position: absolute;
	top: -20px !important;
	bottom: auto !important;
	right: -20px !important;
	background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0 !important;
	width: 48px !important;
	height: 48px !important;
	text-indent: -9999px;
}
#cboxClose:hover {
	background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
}
#cboxContent {
	max-width: 1100px;
	background-color: #ececec;
}
.modalContents {
	width: 100%;
	padding: 40px 30px;
}
.modalContents p {
	color: #000;
}
.ModalInner .cb_close a:after {
	right: 10px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	background-image: url(/common-files/img/com_close_ic01.png);
}
.base02-modal-box02 .title-position {
	text-align: center;
}
.base02-modal-box02 .base02-modal-boxTitle {
	display: inline;
	width: 500px;
	margin: 0 auto;
	padding: 10px 40px;
	color: #fff;
	background-color: #bc9c6a ;
	font-size: 26px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
.base02-modal-column {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.base02-modal-column .base02-modal-columnItem {
	position: relative;
	width: calc(50% - 20px);
	padding: 30px 25px;
	border-radius: 20px;
	background-color: #fff;
}
.base02-modal-column .base02-modal-columnItem:nth-of-type(2)::before {
	content: 'or';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -52px;
	width: 65px;
	height: 65px;
	margin-top: -32.5px;
	border-radius: 50%;
	background-color: #bc9c6a ;
	font-size: 2.5rem;
	color: #fff;
}
.base02-modal-column .base02-modal-columnImageLead {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: 15px;
}
.base02-modal-column .base02-modal-columnImageLead .base02-modal-columnImageLeadImage {
	flex-shrink: 0;
	margin-right: 15px;
}
.base02-modal-column .base02-modal-columnImageLead .base02-modal-columnImageLeadLead {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.base02-modal-column .base02-modal-columnLeadText {
	font-size: 1.8rem;
	font-weight: bold;
}
.base02-modal-link a {
	margin-top: 10px;
	font-size: 1.8rem;
	color: #008191;
}
.base02-modal-listWrap[data-col="2"] .base02-modal-list {
	display: flex;
	flex-flow: row wrap;
	width: 360px;
}
.base02-modal-listWrap[data-col="2"] .base02-modal-list > li {
	width: 170px;
}
.base02-modal-listWrap[data-col="2"] .base02-modal-list > li:nth-of-type(2n) {
	width: 170px;
}
.base02-modal-noteList li.base02-modal-listColor01 {
	color: #dc322c;
}
.base02-modal-list > li {
	position: relative;
	padding-left: 8px;
	font-size: 1.8rem;
	color: #000;
}
.base02-modal-list > li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
}
.base02-modal-noteList {
	margin-top: 15px;
	line-height: 1.6;
}
.base02-modal-noteList > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
	color: #000;
}
.base02-modal-noteList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.base02-modal-title {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.base02-modal-text {
	margin-top: 20px;
	font-size: 2rem;
}
.base02-modal-image {
	margin-top: 20px;
}
.btnLink01 a {
	text-decoration: none;
}
	/* 20240119 ここまで
	------------------------------------------------------ */
	/* 20250328 ここから
	------------------------------------------------------ */
 .cp-btn01 {
	margin-top: 50px;
	text-align: center;
}
 .cp-btn01 p {
	font-size: 37px;
	font-weight: bolder;
	position: relative;
    top: 0;
}
 .cp-btn01 a {
	position: relative;
    display: inline-block;
    width: 780px;
	padding: 21px 52px 20px 20px;
	border: 1px solid #e7d277;
	background: rgb(184,153,104);
    background:  linear-gradient(150deg, rgba(184,153,104,1) 0%, rgba(249,233,165,1) 47%, rgba(184,153,104,1) 95%);
	text-decoration: none;
	color: #1D1D1D;
	text-shadow: 1px -1px 0px rgba(248,249,181,0.8);
}
 .cp-btn01 a::after {
	position: absolute;
    top: 48%;
    right: 23px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -19px;
    background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0;
    content: '';
}
 .cp-btn01 a:hover{
	border: 1px solid #d0c085;
	background: #231815;
}
 .cp-btn01 a:hover {
	color: #fff;
}
 .cp-btn01 a:hover::after{
    background: url("/gecard/base00002/img-files/base_ic02.png") no-repeat 0 0;
}



	/* 20250328 ここまで
	------------------------------------------------------ */








/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	.sp_mt0{
		margin-top: 0 !important;
	}
	.sp_mt5{
		margin-top: 5px !important;
	}
	.sp_mt10{
		margin-top: 10px !important;
	}
	.sp_mt15{
		margin-top: 15px !important;
	}
	#mainContainer {
		background-color: #222f4d;
	}
	/* header
	------------------------------------------------------ */
	#base-header {
		height: auto;
	}
	#base-headerLogo {
		width: 100%;
		padding: 7px 9px;
	}
	#base-headerLogo img {
		width: 183px;
	}

	/* layout
	------------------------------------------------------ */
	#mainContainer {
		padding-bottom: 35px;
		margin-top: 0;
		-webkit-background-size: 33px auto;
		background-size: 33px auto;
	}
	#mainContents {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.base-contentsWrap {
		position: relative;
		width: auto;
		margin: 0;
		padding: 0 10px 30px;
		z-index: 1;
		font-size: 12px;
		font-size: 1.2rem;
	}
		/* footer
	------------------------------------------------------ */
	#base-footer {
		padding: 10px 0 13px;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	
	
	/*text*/
	.base-txtSmall01{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.base-txtMiddle01{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.base-txtLarge01{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.base-txtLead02{
		margin-top: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.base-txtLead03{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.base-sp_txtMiddle01{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
/*heading*/
	*[class^="base-heading01"] {
		margin: 28px 0 0;
		font-size: 27px;
	}
	*[class^="base-heading01"]::after {
		max-width: 320px;
		height: 61px;
		bottom: 5%;
		left: 50%;
		background: url("/gecard/base00002/img-files/base_bg04.png") no-repeat 0 0/100%;
		transform: translateX(-50%);
	}
	*[class^="base-heading01"] > span {
		font-size: 20px;
		display: inline-block;
	}
	.base-heading01 .base-headTxt {
		width: auto;
		height: 27px;
	}
	.base-heading01 .base-headTxt03 {
		width: 334px;
	}
	.base-heading01 .voiImage {
		max-width: 340px;
	}
		.base-heading01 .base-headTxt02 {
		height: 47px;
		margin-bottom: 10px;
	}
	.base-heading01_limited {
		margin: 40px 0 0;
		line-height: 1.2;
	}
	.base-heading01_limited::after {
		width: 280px;
		height: 57px;
		bottom: 20%;
		left: 53%;
		background: url("/gecard/base00002/img-files/base_bg03.png") no-repeat 0 0/100%;
	}
	.base-heading02{
		padding: 0;
		margin: 65px 0 5px;
		text-align: center;
	}
	.base-heading02::after {
		display: none;
	}
	.base-heading03{
		margin: 55px 0 7px;
		text-align: center;
	}

	/*box*/
	.base-mainVisual{
		margin: 0 0 15px;
		text-align: center;
	}
	.base-mainVisual-Text{
		margin: 0;
		text-align: center;
	}
	.base-cardArea{
		margin: 35px -10px 0;
		padding: 50px 10px 14px;
		background: url(/gecard/base00002/img-files/sp_base_bg01.png) no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		text-align: center;
	}
	.base-cardArea .base-btn01 a img {
		padding-right: 0;
	}
	.base-cardArea.type02{
		margin-top: 47px;
	}
	.base-cardArea figure{
		padding-left: 35px;
		padding-right: 35px;
	}
	.base-bnrWrap{
		padding: 10px;
	}
	.base-bnrWrap a:hover{
		opacity: 1;
	}
	.base-bnrWrap img{
		width: 255px;
	}
	.base-boxLayout01{
		padding: 18px 10px;
		margin-top: 15px;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.base-boxLayout01 .boxHead{
		font-size: 15px;
		font-size: 1.5rem;
	}
	.base-boxLayout01.type01{
		position: relative;
		margin-top: 53px;
	}
	.base-boxLayout01.type01::before{
		position: absolute;
		top: -46px;
		right: -2px;
		display: block;
		width: 64px;
		height: 69px;
		background: url("/gecard/base00001/img-files/base_im05.png") 0 0;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		content: "";
	}
	.base-boxLayout01 .boxDetails{
		margin-top: 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.base-boxLayout01 .boxDetails .noteList01{
		margin-top: 10px;
	}
	.base-txtLead01{
		font-size: 27px;
		font-size: 2.7rem;
	}
	.base-boxLayout02 {
		margin-top: 20px;
		padding: 16px 10px 30px;
	}
	.base-boxLayout02.type02 {
		margin-top: 49px;
	}
	.base-boxLayout02 .boxHead {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.base-boxLayout02 .boxDetails {
		margin-top: 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	/*btn*/
	.base-btn01 {
		margin-top: 20px;
		text-align: center;
	}
	.base-btn01 a{
		display: block;
		width: 100%;
		padding: 14px 35px;
	}
	.base-btn01.type01 a{
		padding: 20px 35px 20px 20px;
	}
	.base-btn01 a img{
		width: auto;
		max-height: 20px;
		max-width: none;
	}
	.base-btn01.type01 a img{
		max-height: 19px;
		max-width: 100%;
	}
	.base-btn01 a::after{
		position: absolute;
		top: 50%;
		right: 9px;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		content: '';
	}
	.base-btn01 a:hover::after{
		background: url("/gecard/base00002/img-files/base_ic02.png") no-repeat 0 0/100%;
	}
	.base-btn01 a:hover{
		margin-top: 0;
	}
	.base-btn01-1 a {
		padding: 13px 30px 11px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.base-btn01-1 a::after {
		width: 20px;
		height: 20px;
		top: 50%;
		right: 10px;
		margin-top: -9px;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		content: "";
	}
	.base-btn01-1 a:hover::after {
		background: url("/gecard/base00002/img-files/base_ic04.png") no-repeat 0 0/100%;
	}
	.applyBtnChange {
		display: none;
	}
	.base-btn02 {
		margin-top: 25px;
		text-align: center;
	}
	.base-btn02 a {
		padding: 15px 35px 13px;
		font-size: 17px; 
		font-size: 1.7rem;
	}
	.base-btn02 a::after {
		position: absolute;
		display: block;
		width: 17px;
		height: 17px;
		top: 50%;
		right: 15px;
		margin-top: -9px;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
		content: "";
	}
	.base-btn02 a:hover {
		margin-top: 0px;
	}
	.base-btn02 a:hover::after {
		background: url("/gecard/base00002/img-files/base_ic03.png") no-repeat 0 0/100%;
	}
	
	/* privilege */
	.base-privilege {
		margin-top: 55px;
	}
	.base-privilege + * {
		margin-top: 100px;
	}
	.base-privilegeCol {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.base-privilegeCol .col {
		display: block;
		vertical-align: middle;
	}
	.base-privilegeCol .imgL {
		width: 82%;
		padding-right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.base-privilegeCol .txt {
		width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
		padding-bottom: 0;
	}
	.base-privilegeHdg01 {
		margin-top: 35px;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		color: #fff600;
		text-align: center;
	}
	.base-privilegeCol .txt .noteList01 {
		margin: 15px 0 0 3px;
		line-height: 1.3;
	}
	.base-privilegeList{
		margin: 25px 0 0;
		line-height: 1.4;
	}

	
	/* flow */
	.base-inner01 .base-flow {
		margin-top: 0;
		margin-bottom: 15px;
		padding: 0 10px;
	}
	.base-flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
		color: #ffffff;
	}
	.base-flow.type02 > li {
		width: 100%;
	}
	.base-flow.type02 .list01 .base-flowDesc dd {
		padding-top: 0;
		}
	.base-flow.type02 .base-flowDesc dd {
		padding-top: 0;
	}
	.base-flow > li + li {
		margin-top: 27px;
		margin-left: 0;
	}
	.base-flow.type02 > li + li {
		margin-left: 0;
	}
	.base-flow.type02 .list02 {
		margin-top: 12px;
	}
	.base-flow.type02 .list02 .base-flowDesc dd {
		padding-top: 10px;
	}
	.base-flow > li a {
		color: inherit;
	}
	.base-flow > li + li:after {
		position: absolute;
		content: "";
		width: 16px;
		height: 9px;
		top: -15px;
		right: 50%;
		margin-right: -8px;
		background: url(/gecard/base00002/img-files/base_ic05.png) 0 0 no-repeat;
		-webkit-background-size: 16px auto;
						background-size: 16px auto;
	}
	.base-flow.type02 > li + li:after {
		top: -16px;
		margin-right: -7px;
	}
	.base-flow > li .num {
		display: none;
	}
	.base-flow .base-flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.base-flow .base-flowDesc dt {
		display: table-cell !important;
		width: 26%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.base-flow.type02 .base-flowDesc dt {
		width: 16%;
		vertical-align: top;
	}
	.base-flow .base-flowDesc dt span {
		display: inline;
	}
	.base-flow .base-flowDesc dd {
		display: table-cell;
		width: 74%;
		padding: 0 0 0 15px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
	}
	.base-flow .base-flowDesc dd .large {
		font-size: 1.5rem;
	}
	/* news */
	.newsBox {
		padding-top: 23px;
		width: 100%;
		height: 123px;
		overflow-y: hidden;
	}
	.newsBox .newsHdg {
		padding: 0 0 5px;
		border-bottom: 2px solid #ffffff;
		font-family: Century Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.0;
		color: #ffffff;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		padding: 0px;
		height: 65px;
	}
	.newsBox .contentbox {
		padding: 10px 0 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.2;
	}
	.newsBox .contentbox li {
		display: table;
		margin-bottom: 10px;
		color: #ffffff;
	}
	.newsBox .contentbox li .date {
		display: table-cell;
		width: 70px;
		padding-left: 0;
	}
	.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 .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: 15px;
		background-color: inherit;
		padding: 4px 3px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #ffffff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		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: #ffffff;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height: 12px;
		opacity: 1;
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		width: 0;
		height: 0;
		border-bottom: 6px solid #ffffff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		top: 2px;
		left: 0;
		display: block;
		content: "";
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::after{
		width: 0;
		height: 0;
		border-bottom: 3px solid #083f70;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		top: 5px;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		width: 0;
		height: 0;
		border-top: 6px solid #ffffff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::after{
		width: 0;
		height: 0;
		border-top: 3px solid #083f70;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		bottom: 3px;
		left: 0;
		display: block;
		content: "";
	}
	
	.base-txtImage01{
		width: 160px;
		margin: 39px auto 0;
		text-align: center;
	}
	.base-txtImage02{
		width: 249px;
		margin: 23px auto 0;
		text-align: center;
	}
	.base-bnrBox01{
		margin: 20px auto 0;
		text-align: center;
	}
	.base-bnrBox01 .base-figure_logoImg img {
		width: 220px;
	}
	.base-col {
		margin-top: 25px;
	}
	.base-col.colLayout.spLayout > .col {
		margin: 10px 0 0 0;
	}
	.base-flow {
		margin-top: 15px;
	}
	.base-flow.type02 {
		margin-top: 14px;
	}
.base-txtLarge{
	font-size: 24px;
	font-size: 2.4rem; 
}
.base-txtLarge02{
	font-size: 20px;
	font-size: 2.0rem; 
}

.base-leadTxt{
font-size: 20px;
	font-size: 2.0rem; 
	text-align: center;
}
.base-plusIcon{
	margin-top: 28px;
	text-align: center;
}
	.base-plusIcon img{
	height: 40px;
}
#floatingWrap01{
	background: none;
	box-shadow: none;
}
#floatingWrap01 .floatingInner{
	background: rgba(24, 33, 57, 0.9);
	box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.3);
}
#floatingWrap01 .commonFloating {
	padding: 18px 0;
}
.base02-floatingWrap02 {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 9999;
}
.base02-floatingWrap02 .base02-floatingInner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.base02-floatingWrap02 .commonFloating {
	padding: 9px 0 10px;
}
.base02-btnFloatWrap {
	display: flex;
	justify-content: space-between;
	gap: 10px 9px;
}
.base-floatButton{
	text-align: center;
}
.base-floatButton a{
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #e7d277;
	padding: 13px 14px 14px 30px;
	background: rgb(231,210,118);
	background: -webkit-linear-gradient(left, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
	background: -o-linear-gradient(left, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
	background: linear-gradient(to right, rgba(231,210,118,1) 0%, rgba(235,218,144,1) 100%);
}
.base-floatButton a:hover{
	border: 1px solid #d0c085;
	background: #231815;
}
.base-floatButton a .base-hoverTxt{
	display: none;
}
.base-btnTxt{
	height: 19px;
	padding-right: 30px;
}
.base-floatButton a:hover .base-btnTxt{
	display: none;
}
.base-floatButton a::after{
	position: absolute;
	top: 56%;
	right: 14px;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -12px;
	background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0 / contain;
	content: '';
}
.base-floatButton a:hover .base-hoverTxt{
	display: inline-block;
}
.base-floatButton a:hover::after{
	background: url("/gecard/base00002/img-files/base_ic02.png") no-repeat 0 0 / contain;
	width: 16px;
	height: 16px;
}
.base-floatButton a img{
	height: 19px;
}
.base-contentsWrap .snsArea {
	width: 100%;
	margin-bottom: 0;
}
	/* 20240119 追加（削除予定）
	------------------------------------------------------ */
	.cp-card-wrap {
		padding-top: 30px;
	}
	.cp-wrap {
		padding-top: 0;
	}
	.cp-title {
		margin-bottom: 0;
	}
	.cp-title::before {
		content: none;
	}
	.base-heading_cp {
		position: relative;
		margin: 34px 0 0;
		text-align: center;
		font-size: 2.7rem;
		font-weight: bold;
		padding-top: 43px;
	}
	.base-text_cp {
		font-size: 1.6rem;
		margin-top: 25px;
		text-align: center;
	}
	.base-heading_cp::before {
		content: none;
	}
	.base-heading_cp .base-heading_cp-text {
		position: relative;
	}
	.base-heading_cp .base-heading_cp-text::before {
		position: absolute;
		content: "";
		width: 96px;
		height: 43px;
		bottom: 42px;
		left: 0;
		background: url("/gecard/base00002/img-files/pc_base_im01.png") no-repeat 0 0 / contain;
	}
	.base-heading_cp::after {
	position: absolute;
	content: "";
	max-width: 329px;
	height: 57px;
	bottom: -6px;
	left: 54%;
	transform: translateX(-50%);
	background: url("/gecard/base00002/img-files/base_bg04.png") no-repeat 0 0 / contain;
	z-index: -1;
}
	/* remove01 */
	.base02-markText {
		font-size: 1.8rem;
		border-bottom: 1px solid #cab670;
		width: fit-content;
		margin: 14px auto 0;
	}
	.base02-media02 {
		margin-top: 30px;
		padding-top: 54px;
	}
	.base02-media02 .base02-iconText {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		margin-top: 77px;
	}
	.base02-media02 .base02-mediaHead {
		width: 62%;
		margin-top: 32px;
	}
	.base02-media02 .base02-mediaBody {
		width: 38%;
		margin-left: 1%;
	}
	.base02-iconText.alC {
		justify-content: flex-start;
	}
	.base02-iconText {
		margin-top: 44px;
	}
	.base02-iconText .num {
		margin-right: 12px;
	}
	.base02-iconText .num img {
		width: 38px;
		height: 38px;
	}
	.base02-iconText .text {
		font-size: 2.0rem;
		font-weight: bold;
}
	.base02-mediaText03 {
		margin-top: 33px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.base02-mediaText04 {
		font-size: 1.6rem;
		text-align: left;
		margin-top: 10px;
	}
.base02-btn03 {
	position: relative;
	width: auto;
	margin: 16px 10px 0;
}
.base02-btn03.type02 {
	margin-top: 13px;
}
.base02-btn03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 50px;
	background: linear-gradient(to right, #614a31, #775f40);
	text-align: center;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
	transition: 0.3s all ease-out;
	padding: 10px 70px 5px;
	font-weight: bold;
}
.base02-btn03.type02 a {
	background: linear-gradient(to right, #4f4f4f, #7b7b7b);
}
.base02-btn03 a:hover {
	opacity: 1;
}
.base02-btn03 a .base02-btn03Text::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0 / contain;
}
.base02-btn03 a .small {
	font-size: 1.3rem;
}
.base02-btn03 a .base02-btn03Text {
	line-height: 0.8;
}
.base02-btn04 {
	position: relative;
	width: calc(50% - 4px);
	background-color: #fff;
}
.base02-btn04 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: linear-gradient(to right, #614a31, #775f40);
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}
.base02-btn04 a:hover {
	opacity: 1;
}
.base02-btn04.type02 a {
	background: linear-gradient(to right, #4f4f4f, #7b7b7b);
}
.base02-btn04 a .small {
	font-size: 0.9rem;
}
.base02-btn04 a .base02-btn04Text {
	line-height: 0.8;
}
.base02-btn04 a .base02-btn04Text::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	height: 13px;
	margin-top: -6px;
	background: url("/gecard/base00002/img-files/base_ic01.png") no-repeat 0 0 / contain;
}
.base02-noteList01 {
	margin-top: 7px;
	text-align: left;
}
.base02-noteList01 > li {
	font-size: 1.3rem;
	position: relative;
	padding-left: 13px;
}
.base02-noteList01 > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
	/* modal */
	.modalInlineWrapper {
		display: none;
	}
	#cboxContent {
		overflow: visible !important;
		background-color: #ececec;
	}
	#colorbox #cboxLoadedContent {
		overflow: auto !important;
		overflow-x: hidden !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -15px !important;
		bottom: auto !important;
		right: -15px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0/40px !important;
		background-size: 40px auto;
		width: 40px !important;
		height: 40px !important;
		text-indent: -9999px;
	}
	.modalContents {
		padding: 25px 10px;
	}
	.base02-modal-box02 .title-position {
		text-align: center;
	}
	.ModalInner .cb_close a:after {
		right: 10px;
		height: 14px;
		width: 14px;
		margin-top: -7px;
		background-image: url(/common-files/img/sp_com_close_ic01.png);
		background-size: 14px 14px;
	}
	.base02-modal-box02 .base02-modal-boxTitle {
		display: inline;
		width: 300px;
		margin: 0 auto 0;
		padding: 10px 40px;
		color: #fff;
		background-color: #bc9c6a;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.base02-modal-column {
		display: block;
		margin-top: 30px;
	}
	.base02-modal-column .base02-modal-columnItem {
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		background-color: #fff;
	}
	.base02-modal-column .base02-modal-columnItem + .base02-modal-columnItem {
		margin-top: 20px;
	}
	.base02-modal-column .base02-modal-columnItem:nth-of-type(2)::before {
		content: 'or';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 5px;
		left: 50%;
		width: 38px;
		height: 38px;
		margin-left: -19px;
		border-radius: 50%;
		background-color: #bc9c6a ;
		font-size: 1.5rem;
		color: #fff;
		margin-top: -32.5px;
	}
	.base02-modal-column .base02-modal-columnImageLead {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.base02-modal-column .base02-modal-columnImageLead .base02-modal-columnImageLeadImage {
		flex-shrink: 0;
		width: 50px;
		margin-right: 10px;
	}
	.base02-modal-column .base02-modal-columnImageLead .base02-modal-columnImageLeadLead {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		color: #000;
	}
	.base02-modal-column .base02-modal-columnLeadText {
		font-size: 1.3rem;
		font-weight: bold;
		color: #000;
	}
	.base02-modal-listWrap[data-col="2"] .base02-modal-list {
	display: flex;
	flex-flow: row wrap;
	width: 360px;
}
.base02-modal-listWrap[data-col="2"] .base02-modal-list > li {
	width: 170px;
}
.base02-modal-listWrap[data-col="2"] .base02-modal-list > li:nth-of-type(2n) {
	width: 170px;
}
	.base02-modal-noteList li.base02-modal-listColor01 {
		color: #dc322c;
	}
	.base02-modal-list > li {
		position: relative;
		padding-left: 5px;
		font-size: 1.3rem;
		color: #000;
	}
	.base02-modal-list > li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #333;
	}
	.base02-modal-noteList {
		margin-top: 5px;
		color: #000;
	}
	.base02-modal-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.base02-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base02-modal-link {
		margin-top: 10px;
	}
	.base02-modal-link a {
		font-size: 1.2rem;
		color: #008191;
	}
	body {
		overflow-x: hidden;
	}
	/* 20240119 ここまで
	------------------------------------------------------ */
	/* 20250328 ここから
	------------------------------------------------------ */
	.cp-btn01 {
	margin-top: 30px;
}
	.cp-btn01 p {
		font-size: 2.2rem;
		line-height: 1.2;

	}
	.cp-btn01 p .small {
		font-size: 1.8rem;
	}
		.SB_CardArea figure {
			padding: 0 30px;
		}
	.cp-btn01 a {
		width: calc(640 / 720 * 100vw);
		padding: 8px 7px 9px 0;
	}
	.cp-btn01 a::after {
		position: absolute;
		top: 50%;
		display: block;
		right: calc(18 / 720 * 100vw);
		width: calc(40 / 720 * 100vw);
		height: calc(40 / 720 * 100vw);
		margin-top: calc(-20 / 720 * 100vw);
		background: url(/campaign/img-files/20902/20902_ic02.png) no-repeat 0 0/100%;
		content: '';
	}
	.cp-btn01 a:hover{
		border: 1px solid #d0c085;
		background: #231815;
	}
	.cp-btn01 a:hover{
		color: #fff;
	}
	.cp-btn01 a:hover::after{
		background: url(/campaign/img-files/20902/20902_ic03.png) no-repeat 0 0/100%;
	}
	/* 20250328 ここまで
	------------------------------------------------------ */


}
/* Cleafix
------------------------------------------------------ */
.base-flow:after {
	display: block;
	clear: both;
	content: "";
}
