@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/base/base021.css
====================================================== */
body{
	background-color: #ebebeb;
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #000;
}
p,ul,ol,div {
	color: #000;
}
#mainContainer {
	margin-top: 0;
}

#mainContents {
	width: auto;
	margin: 0 auto;
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body {
		min-width: 1230px;
		font-size: 1.6rem;
		background-color: #fff;
	}
/* layout
	------------------------------------------------------ */
	#mainContainer {
		position: relative;
		margin-top: 0;
	}
	#mainContents{
		width: 1230px;
		padding: 16px 15px 32px;
	}
/* header
	------------------------------------------------------ */
	#header {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border: none;
		z-index: 1;
	}
	#headerLogo {
		width: 1230px;
		margin: 0 auto;
		padding: 8px 15px;
	}
	#header #headerLogo img {
		height: 34px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 0;
		border: none;
	}
	#footer .footerInner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #e5e5e5;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #000;
	}
/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
	}
	.mainVisual .mainVisualInner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1230px;
		margin: auto;
		text-align: center;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisualTitle {
		width: max(517px,calc(819 / 1920 *100vw));
		margin: 0 auto;
		text-align: center;
	}
	.mainVisual .mainVisualText01 {
		display: inline-block;
		background-color: #000;
		margin: -11px auto 0;
		text-align: center;
		padding: max(9px,calc(15 / 1920 *100vw)) max(18px,calc(31 / 1920 *100vw)) max(8px,calc(14 / 1920 *100vw));
	}
	.mainVisual .mainVisualText01 img {
		width: max(250px,calc(398 / 1920 *100vw));
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		margin-top: 51px;
	}
	.newsBox .newsBoxHeading {
		position: relative;
		display: inline-block;
		z-index: 1;
		font-size: 3.0rem;
		color: #fff;
		background-color: #000;
		padding: 0 34px;
		margin-left: 10px;
	}
	.newsBox .newsBoxInner {
		position: relative;
		width: 100%;
		height: 137px;
		overflow-y: hidden;
		padding: 18px 4px 14px 13px;
		background-color: #fff;
		border-bottom: 1px solid #d3d3d3;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		padding: 0px;
		padding: 0 1px 0 25px;
		height: 107px;
	}
	.newsBox .contentbox {
		padding: 12px 0 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.newsBox .contentbox li {
		display: table;
		margin-bottom: 10px;
	}
	.newsBox .contentbox li .date {
		display: table-cell;
		padding-right: 10px;
		width: 135px;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.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: 14px;
		background-color: #d3d3d3;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 14px;
		margin: 3px 0;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 3px;
		right: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #fff;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 16px;
		height:18px;
		opacity: 1;
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		width: 0;
		height: 0;
		border-bottom: 9px solid #d3d3d3;
		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 #d3d3d3;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
	}
/* module
	------------------------------------------------------ */
	/* section */
	.base00021-section01 {
		margin-top: 60px;
	}
	.base00021-section01 + .base00021-section01 {
		margin-top: 75px;
	}
	.base00021-section01 >:first-child {
		margin-top: 0 !important;
	}
	.base00021-section02 {
		margin-top: 101px;
	}
	.base00021-section02 >:first-child {
		margin-top: 0 !important;
	}
	/* heading */
	.base00021-heading02 {
		margin: 0 min(-100px, calc((100vw + 100px - 100%) / 2 * -1));
		padding: 63px max(100px, calc((100vw + 100px - 100%) / 2)) 139px;
		text-align: center;
		background-color: #ffe5f6;
	}
	.base00021-heading02.type02 {
		padding: 65px max(100px, calc((100vw + 100px - 100%) / 2)) 165px;
	}
	.base00021-heading02[data-color="purple"] {
		background-color: #ebdcf5;
	}
	.base00021-heading02-02 {
		margin: 50px min(-15px,calc((100vw - 100%) / 2 * -1)) 0;
		padding: 42px max(15px,calc((100vw - 100%) / 2)) 35px;
		background-color: #b4d8f4;
		text-align: center;
	}
	.base00021-heading02-02[data-color="lightBlue"] {
		background-color: #b4edea;
	}
	.base00021-heading02-02[data-color="green"] {
		background-color: #cff1d7;
	}
	.base00021-heading02-02 .base00021-heading02Title{
		font-size: 4.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.base00021-heading03 {
		margin-top: 35px;
		text-align: center;
	}
	.base00021-headingSubText {
		font-size: 4.0rem;
		font-weight: bold;
		color: #cb2531;
		text-align: center;
		margin-top: 30px;
	}
	.base00021-headingLarge {
		font-size: 5.0rem;
	}
	/* text */
	.base00021-text01 {
		margin-top: 15px;
	}
	.base00021-lead01 {
		margin-top: 40px;
		font-size: 3.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
	/* list */
	.base00021-notelist01 {
		margin-top: 32px;
	}
	.base00021-notelist01 > li {
		text-align: center;
		font-size: 1.6rem;
	}
	/* card */
	.base00021-cardWrap {
		display: flex;
		gap: 36px;
		margin-top: -109px;
	}
	.base00021-card {
		position: relative;
		width: calc(50% - 36px / 2);
		min-height: 732px;
		box-shadow: 0px 6px 22.75px 2.25px rgba(0, 0, 0, 0.2);
		background-color: #fff;
	}
	.base00021-cardWrap.is-normal .base00021-card {
		min-height: 672px;
	}
	.base00021-card[data-type="yokohama"]::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		width: 453px;
		height: 420px;
		background-color: #ffddd8;
	}
	.base00021-card[data-type="yokohama"]::after {
		position: absolute;
		content: "";
		top: 159px;
		right: 0;
		width: 398px;
		height: 270px;
		background-color: #b4d8f4;
	}
	.base00021-card[data-type="10th"]::before {
		position: absolute;
		content: "";
		bottom: 0;
		right: 0;
		width: 378px;
		height: 573px;
		background-color: #d5e8e7;
	}
	.base00021-card[data-type="10th"]::after {
		position: absolute;
		content: "";
		bottom: 138px;
		left: 0;
		width: 379px;
		height: 243px;
		background-color: #fff2a9;
	}
	.base00021-cardWrap.is-normal .base00021-card[data-type="yokohama"]::before {
		width: 453px;
		height: 360px;
	}
	.base00021-cardWrap.is-normal .base00021-card[data-type="10th"]::before {
		width: 378px;
		height: 513px;
	}
	.base00021-cardWrap.is-normal .base00021-card[data-type="10th"]::after {
		bottom: 78px;
	}
	.base00021-card .base00021-cardInner {
		position: relative;
		padding: 66px 20px 39px;
		z-index: 1;
	}
	.base00021-card .base00021-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.base00021-card .base00021-cardTitle {
		margin-top: 15px;
		text-align: center;
	}
	.base00021-card .base00021-cardTitle img {
		width: auto;
		height: 43px;
	}
	.base00021-card .base00021-cardImage {
		margin-top: 126px;
		text-align: center;
		filter: drop-shadow(0px 6px 25px rgba(0, 0, 0, 0.2));
	}
	.base00021-card .base00021-cardImage img {
		width: 462px;
		height: auto;
	}
	/* button */
	.base00021-buttonWrap {
		display: flex;
		gap: 30px;
		margin-top: 28px;
		margin-bottom: 53px;
		padding: 0 30px;
	}
	.base00021-button01 {
		width: calc(50% - 30px / 2);
		transition: 0.3s all ease-out;
		border: 1px solid #000;
	}
	.base00021-button01:hover {
		opacity: 0.7;
	}
	.base00021-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 84px;
		padding: 10px 45px;
		background-color: #fff;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.2;
		text-decoration: none;
	}
	.base00021-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 35px;
		width: 13px;
		height: 13px;
		margin-top: -10px;
		border-top: 4px solid #000;
		border-right: 4px solid #000;
		transform: rotate(45deg);
	}
	.base00021-button01 a:hover {
		opacity: 0.7;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 460px;
		min-height: 52px;
		margin: 0 auto; 
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 10px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.webBtn a:hover {
		opacity: 0.7;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
		background: url("/gecard/base00021/img-files/index_ic02.webp") no-repeat 0 0 / cover;
	}
	/* applyBtn */
	.applyBtn {
		position: relative;
		display: flex;
		justify-content: center;
		margin-top: 38px;
	}
	.applyBtn > li {
		text-align: center;
	}
	.base00021-cardWrap .applyBtn {
		position: relative;
		display: flex;
		justify-content: center;
		margin-top: 38px;
		margin-right: 8px;
	}
	.base00021-cardWrap .applyBtn > li {
		position: relative;
	}
	.base00021-cardWrap .applyBtn > li a {
		position: relative;
		display: flex;
		align-items: center;
		width: 530px;
		min-height: 118px;
		background-color: #fff;
		transition: 0.3s all ease-out;
		padding: 0 0 0 8px;
		border-radius: 5px;
	}
	.base00021-cardWrap .applyBtn > li a::before {
		position: absolute;
		content: "";
		top: 9px;
		left: 9px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: 5px;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow {
		position: relative;
		width: calc(100% - 7px);
		height: 100%;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow::before {
		position: absolute;
		content: "";
		top: 9px;
		left: 9px;
		width: 100%;
		height: 102px;
		background-color: #aaf7e8;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow .applyBtnText {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 102px;
		border: 1px solid #000;
		padding: 13px 17px 10px 0;
	}
	.base00021-cardWrap .base00021-card[data-type="10th"] .applyBtn > li a .applyBtnShadow::before {
		background-color: #e5cdff;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 23px;
		width: 19px;
		height: 36px;
		margin-top: -15px;
		background: url("/gecard/base00021/img-files/index_ic01.webp") no-repeat center/contain;
		z-index: 2;
		transform: rotate(-90deg);
		transition: 0.3s all ease-out;
	}
	.applyBtn > li > a:hover {
		opacity: 0.7;
	}
	/* media */
	.base00021-media01 {
		display: flex;
		gap: 32px;
		margin-top: -104px;
		padding: 30px;
		background-color: #fff;
		box-shadow: 0px 6px 22.75px 2.25px rgba(0, 0, 0, 0.2);
	}
	.base00021-media01 .base00021-mediaHead {
		flex-shrink: 0;
		width: 550px;
	}
	.base00021-media01 .base00021-mediaBody {
		flex-grow: 1;
	}
	.base00021-media01 .base00021-mediaHead >:first-child,
	.base00021-media01 .base00021-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.base00021-media01 .base00021-mediaImage01 {
		margin-top: 15px;
	}
	.base00021-media01 .base00021-mediaText01 {
		margin-top: 12px;
		font-size: 1.6rem;
	}
	.base00021-media01 .base00021-mediaText01 sup {
		vertical-align: super;
		font-size: 0.8rem;
	}
	.base00021-media01 .base00021-mediaText02 {
		margin-top: 15px;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.base00021-media01 .base00021-mediaText02 sup {
		vertical-align: super;
		font-size: 1.4rem;
	}
	.base00021-media01 .base00021-mediaText03 {
		margin-top: 21px;
		font-size: 1.6rem;
	}
	.base00021-media01 .base00021-mediaOrdernotelist {
		margin-top: 25px;
	}
	.base00021-media01 .base00021-mediaOrdernotelist > li {
		position: relative;
		padding-left: 28px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.base00021-media01 .base00021-mediaOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-mediaNote {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.base00021-mediaNote > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.base00021-box01 {
		margin-top: 60px;
		background-color: #f0f0f0;
		padding: 26px 50px 33px;
	}
	.base00021-box01 >:first-child {
		margin-top: 0 !important;
	}
	.base00021-box01 + .base00021-box01 {
		margin-top: 40px;
	}
	.base00021-box01 >:first-child {
		margin-top: 0;
	}
	.base00021-box01 .base00021-boxTitle {
		position: relative;
		margin-top: 24px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.base00021-box01 .base00021-boxText {
		margin-top: 5px;
	}
	.base00021-box01 .base00021-boxText .large {
		font-size: 2rem;
		font-weight: bold;
	}
	.base00021-box01 .base00021-boxLead {
		font-size: 4rem;
		font-weight: bold;
		margin-top: 48px;
	}
	.base00021-box01 .base00021-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.base00021-box01 .base00021-boxList {
		margin-top: 15px;
	}
	.base00021-box01 .base00021-boxList02 {
		margin-top: 15px;
	}
	.base00021-box01 .base00021-boxList > li {
		position: relative;
		padding-left: 18px;
	}
	.base00021-box01 .base00021-boxList02 > li {
		position: relative;
		padding-left: 16px;
	}
	.base00021-box01 .base00021-boxList02 > li + li {
		margin-top: 0;
	}
	.base00021-box01 .base00021-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxList03 {
		margin-top: 22px;
	}
	.base00021-box01 .base00021-boxList03 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.base00021-box01 .base00021-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxList04 {
		margin-top: 24px;
	}
	.base00021-box01 .base00021-boxList04 > li {
		position: relative;
		padding-left: 18px;
	}
	.base00021-box01 .base00021-boxList04 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxHr {
		width: calc(100% + 60px);
		height: 1px;
		margin: 23px 0 30px -30px;
		background-color: #37464f;
		border: none;
	}
	.base00021-box01 .base00021-boxInquiry {
		margin-top: 30px;
		text-align: center;
	}
	.base00021-box01 .base00021-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.base00021-box01 .base00021-boxInquiry .base00021-boxInquiryTxt {
		margin-top: 4px;
		font-size: 1.6rem;
	}
	.base00021-box01 .base00021-boxInquiry .base00021-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.6rem;
	}
	.base00021-box01 .base00021-boxInquiry .base00021-boxInquiryTel a {
		color: #231815;
		text-decoration: none;
	}
	.base00021-box01 .base00021-boxImage {
		margin-top: 5px;
		text-align: center;
	}
	/* privilege */
	.base00021-privilege {
		position: relative;
		margin-top: 22px;
	}
	.base00021-privilege > .no_voiContent >:first-child,
	.base00021-privilege > .voiContent >:first-child {
		margin-top: 0 !important;
	}
	.base00021-privilege .base00021-privilegeLead01 {
		margin-top: 20px;
		font-size: 4rem;
		font-weight: bold;
		line-height: 1.35;
		text-align: center;
	}
	.base00021-privilege .base00021-privilegeNotelist {
		margin-top: 23px;
	}
	.base00021-privilege .base00021-privilegeNotelist > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.base00021-privilege .base00021-privilegeNotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-privilege .base00021-privilegeImage01 {
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	.base00021-privilege .base00021-privilegeImage02 {
		margin-top: 15px;
		text-align: center;
	}
	/* flow */
	.base00021-flowWrap {
		display: flex;
		gap: 27px;
		margin-top: 76px;
	}
	.base00021-flow {
		position: relative;
		width: calc(100% / 4 - 27px * 3 / 4);
		border: 1px solid #000;
		height: 280px;
	}
	.base00021-flow .base00021-flowInner {
		height: 100%;
		padding: 80px 5px 50px;
		border-radius: 6px;
	}
	.base00021-flow .base00021-flowNum {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 73px;
		height: 73px;
		margin: auto;
		padding-top: 5px;
		border-radius: 50%;
		font-size: 5rem;
		line-height: 1;
		transform: translateY(-50%);
		background-color: #c8dd7e;
	}
	.base00021-flow .base00021-flowNum[data-NumColor="yellow"] {
		background-color: #f7e47c;
	}
	.base00021-flow .base00021-flowNum[data-NumColor="orange"] {
		background-color: #f8bf92;
	}
	.base00021-flow .base00021-flowNum[data-NumColor="red"] {
		background-color: #ef998d;
	}
	.base00021-flow .base00021-flowNum + * {
		margin-top: 0 !important;
	}
	.base00021-flow .base00021-flowLead {
		margin-top: 20px;
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
	}
	.base00021-flow .base00021-flowText {
		margin-top: 40px;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	/* sns */
	.base00021-snsArea {
		margin: 0 min(-15px,calc((100vw - 100%) / 2 * -1));
		padding: 0 max(15px,calc((100vw - 100%) / 2)) 65px;
		background-color: #fff;
	}
	.base00021-snsArea > .snsArea {
		margin-top: 50px !important;
		margin-bottom: 0 !important;
		
		box-shadow: 0px 6px 22.75px 2.25px rgba(0, 0, 0, 0.2);
	}
	/* 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);
	}
	.base021-modal-title {
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
	}
	.base021-modal-text {
		margin-top: 20px;
		font-size: 2rem;
	}
	.base021-modal-image {
		margin-top: 20px;
	}
	#cboxContent {
		background-color: #ececec;
	}
	.cb_close a {
		text-decoration: none;
	}
	.base00021-modal-box02 .title-position {
		text-align: center;
	}
	.base00021-modal-box02 .base00021-modal-boxTitle {
		display: inline;
		width: 500px;
		margin: 0 auto;
		padding: 10px 40px;
		color: #fff;
		background-color: #000;
		font-size: 26px;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	.base00021-modal-column {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.base00021-modal-column .base00021-modal-columnItem {
		position: relative;
		width: calc(50% - 20px);
		padding: 30px 25px;
		border-radius: 20px;
		background-color: #fff;
	}
	.base00021-modal-column .base00021-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: #000;
		font-size: 2.5rem;
		color: #fff;
	}
	.base00021-modal-column .base00021-modal-columnImageLead {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		margin-bottom: 15px;
	}
	.base00021-modal-column .base00021-modal-columnImageLead .base00021-modal-columnImageLeadImage {
		flex-shrink: 0;
		margin-right: 15px;
	}
	.base00021-modal-column .base00021-modal-columnImageLead .base00021-modal-columnImageLeadLead {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.2;
		color: #231815;
	}
	.base00021-modal-column .base00021-modal-columnLeadText {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.base00021-modal-link a {
		margin-top: 10px;
		font-size: 1.8rem;
		color: #008191;
	}
	.base00021-modal-listWrap[data-col="2"] .base00021-modal-list {
		display: flex;
		flex-flow: row wrap;
		width: 360px;
	}
	.base00021-modal-listWrap[data-col="2"] .base00021-modal-list > li {
		width: 170px;
	}
	.base00021-modal-listWrap[data-col="2"] .base00021-modal-list > li:nth-of-type(2n) {
		width: 170px;
	}
	.base00021-modal-noteList li.base00021-modal-listColor01 {
		color: #dc322c;
	}
	.base00021-modal-list > li {
		position: relative;
		padding-left: 8px;
		font-size: 1.8rem;
		color: #231815;
	}
	.base00021-modal-list > li::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #333;
	}
	.base00021-modal-noteList {
		margin-top: 15px;
		line-height: 1.6;
	}
	.base00021-modal-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		color: #231815;
	}
	.base00021-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.btnLink01 a {
		text-decoration: none;
	}
/* base00021-privilege
	------------------------------------------------------ */
	.base00021-privilegeListWrap {
		width: fit-content;
		margin: 0 auto;
	}
	.base00021-privilegeOrdernotelist {
		margin-top: 22px;
	}
	.base00021-privilegeOrdernotelist > li {
		position: relative;
		padding-left: 25px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.base00021-privilegeOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-privilegeOrdernotelist > li + li {
		margin-top: 1px;
	}
	.base00021-privilegeNotelist02 {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.base00021-privilegeNotelist02 > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* smartCard
	------------------------------------------------------ */
	.base00021-smartCardAncBtn {
		position: relative;
		width: 705px;
		margin: 56px auto 0;
	}
	.base00021-smartCardAncBtn a {
		position: relative;
		display: block;
		width: 100%;
		min-height: 112px;
		background-color: #ffe5f6;
		transform: translate(9px,9px)
	}
	.base00021-smartCardAncBtn a .base00021-smartCardAncBtnText {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 112px;
		border: 1px solid #000;
		text-align: center;
		transition: 0.3s all ease-out;
		box-sizing: border-box;
		text-decoration: none;
		transform: translate(-9px,-9px);
	}
	.base00021-smartCardAncBtn a .base00021-smartCardAncBtnText::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 58px;
		width: 22px;
		height: 43px;
		margin-top: -22px;
		background: url("/gecard/base00021/img-files/index_ic01.webp") no-repeat center/contain;
		z-index: 2;
		transition: 0.3s all ease-out;
	}
	.base00021-smartCardAncBtn a:hover .base00021-smartCardAncBtnText::before {
		top: 60%;
	}
	.base00021-smartCardText01 {
		position: relative;
		margin: -22px auto 0;
		width: fit-content;
		font-size: 3.0rem;
		font-weight: bold;
		margin-top: 35px;
	}
	.base00021-smartCardText02 {
		font-size: 2.6rem;
		line-height: 1.7;
	}
	.base00021-smartCardText03 {
		margin-top: 25px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.base00021-smartCardIconText {
		margin-top: -5px;
		display: flex;
		align-items: center;
	}
	.base00021-smartCardIconText.type02 {
		margin-top: 62px;
	}
	.base00021-smartCardIconText.alC {
		justify-content: center;
	}
	.base00021-smartCardIconText .num {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 5.0rem;
		margin-right: 10px;
		color: #000;
		background-color: #fff;
		border: 1px solid #000;
		border-radius: 50%;
		width: 63px;
		height: 63px;
		padding-top: 5px;
	}
	.base00021-smartCardIconText .text {
		font-size: 3.6rem;
		font-weight: bold;
	}
	.base00021-smartCardGridWrap {
		display: grid;
		grid-template-columns: auto 438px;
		grid-template-rows: 183px auto;
		gap: 60px 20px;
		margin-top: 50px;
		padding-left: 30px;
	}
	.base00021-smartCardLeadArea {
		grid-column: 1;
		grid-row: 1;
		align-self: self-end;
	}
	.base00021-smartCardTextArea {
		grid-column: 1;
		grid-row: 2;
	}
	.base00021-smartCardImgArea {
		grid-column: 2;
		grid-row: 1 / span 2;
	}
	.base00021-smartCardNoteList01 {
		margin-top: 15px;
		text-align: center;
	}
	.base00021-smartCardNoteList01 > li {
		font-size: 1.6rem;
	}
	.base00021-smartCardWrap {
		display: flex;
		justify-content: center;
		gap: 0 64px;
		margin: 44px 0 70px;
		padding: 0 12px;
	}
	.base00021-smartCardWrap .applyBtn {
		margin-top: 40px;
	}
	.base00021-smartCardWrap .applyBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 555px;
		min-height: 86px;
		padding: 10px 50px 6px;
		border: 1px solid #231815;
		background-color: #f7e47c;
		text-align: center;
		font-size: 2.8rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.base00021-smartCardWrap .applyBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 35px;
		width: 13px;
		height: 13px;
		margin-top: -10px;
		border-top: 4px solid #000;
		border-right: 4px solid #000;
		transform: rotate(45deg);
	}
	.base00021-smartCard {
		width: calc(100% / 2 - 64px / 2);
		text-align: center;
	}
	.base00021-smartCard .base00021-smartCardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		text-align: center;
		filter: drop-shadow(0px 6px 25px rgba(0, 0, 0, 0.2));
	}
	.base00021-smartCardBtn01 {
		position: relative;
		width: 750px;
		margin: 70px auto 0;
	}
	.base00021-smartCardBtn01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
		background-color: #000;
		text-align: center;
		font-size: 3.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		padding: 10px 70px 5px;
	}
	.base00021-smartCardBtn01 a .small {
		font-size: 2rem;
	}
	.base00021-smartCardBtn01 a .base00021-smartCardBtnText {
		line-height: 0.8;
	}
	.base00021-smartCardBtn01 a:hover {
		opacity: 0.7;
	}
	.base00021-smartCardBtn01 a .base00021-smartCardBtnText::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 23px;
		width: 11px;
		height: 19px;
		margin-top: -9px;
		background: url("/gecard/base00021/img-files/index_ic03.webp") no-repeat 0 0 / contain;
	}
	.base00021-smartCardBtn02 {
		position: relative;
		width: calc(50% - 30px);
	}
	.base00021-smartCardBtn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
		background-color: #000;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.base00021-smartCardBtn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 11px;
		height: 11px;
		margin-top: -7px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
		transform: rotate(45deg);
	}
	.base00021-smartCardBtn02.type02 a {
		color: #000;
	}
	.base00021-smartCardBtn02 a:hover {
		opacity: 0.7;
	}
	.base00021-smartCardBtn02 a .small {
		font-size: 1.6rem;
	}
	.base00021-smartCardBtn02 a .base00021-smartCardBtn02Text {
		position: relative; 
		line-height: 0.8;
	}
	.base00021-smartCardBtn02.type02 a {
		border: 1px solid #000	;
		background-color: #f7e47c;
	}
	.base00021-smartCardBtn02.type02 a::before {
		border-top: 4px solid #000;
		border-right: 4px solid #000;
	}
	/* flow */
	.base00021-flowWrap[data-flow='smartCard'] {
		margin-top: 122px;
	}
	.base00021-flowWrap[data-flow='smartCard'] .base00021-flowTextWrap > :first-child {
		margin-top: 0 !important;
	}
	.base00021-flowWrap[data-flow='smartCard'] .base00021-flow .base00021-flowInner {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 33px 5px 24px;
	}
	.base00021-flowWrap[data-flow='smartCard'] .base00021-flow:nth-child(2) .base00021-flowInner {
		padding: 84px 5px 10px;
		align-items: baseline;
	}
	.base00021-flowWrap[data-flow='smartCard'] .base00021-flow:nth-child(3) .base00021-flowInner {
		padding: 95px 5px 10px;
		align-items: baseline;
	}
	.base00021-flowWrap[data-flow='smartCard'] .base00021-flowLead {
		font-size: 2.0rem;
		line-height: 1.3;
	}
	.base00021-flowWrap[data-flow='smartCard'] .flow-txtNote01 {
		margin-top: 26px;
		font-size: 1.4rem;
		text-align: center;
	}
	.base00021-flowWrap[data-flow='smartCard'] .flow-txtNote02 {
		margin-top: 40px;
		font-size: 1.6rem;
		text-align: center;
	}
	.base00021-flowSmall {
		font-size: 1.8rem;
	}
	/* floating */
	.base00021-smartCardFloatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.base00021-smartCardFloatingWrap01 .base00021-smartCardFloatingInner {
		position: relative;
		width: 1230px;
		margin: 0 auto;
		padding: 15px;
	}
	.base00021-smartCardBtnFloatWrap {
		display: flex;
		justify-content: space-between;
		gap: 20px 60px;
	}
}

	/*
	------------------------------------------------------ */
/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
/* override
	------------------------------------------------------ */
	body {
		font-size: 1.3rem;
		background-color: #fff;
	}
	body .snsArea {
		margin: 20px auto 0;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 10px 10px 48px;
	}
/* header
	------------------------------------------------------ */
	#header {
		padding: 0;
		background-color: #fff;
		border: none;
	}
	#headerLogo {
		padding: 4px 10px 7px;
	}
	#header #headerLogo img {
		width: auto;
		height: 24px;
	}
/* footer
	------------------------------------------------------ */
	#footer {
		height: auto;
		margin-top: 0;
		padding: 0;
		border: none;
	}
	#footer .footerInner {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 8px 0;
		border: none;
		background-color: #f0f0f0;
		text-align: center;
	}
	#copyright {
		font-size: 0.8rem;
		color: #000;
	}
/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
	}
	.mainVisual .mainVisualInner {
		position: absolute;
		top: calc(-12 / 720 * 100vw);;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		width: calc(591 / 720 *100vw);
		text-align: center;
		margin: 0 auto calc(-20 / 720 * 100vw);
	}
	.mainVisual .mainVisualText01 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(341 / 720 * 100vw);
		height: calc(45 / 720 * 100vw);
		background-color: #000;
		margin: calc(4 / 720 * 100vw) auto 0;
		text-align: center;
	}
	.mainVisual .mainVisualText01 img {
		width: calc(315 / 720 *100vw);
	}
	.mainVisual .mainVisualText02 {
		width: calc(292 / 720 *100vw);
		margin: 2px auto 0;
		text-align: center;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		margin-top: 19px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 76px;
		height: 27px;
		position: relative;
		z-index: 1;
		color: #fff;
		font-size: 1.9rem;
		background-color: #000;
	}
	.newsBox .newsBoxInner{
		position: relative;
		width: auto;
		height: 84px;
		padding: 0px 0 5px;
		background-color: #fff;
		border-bottom: 1px solid #d3d3d3;
	}
	.newsBox .content {
		padding: 0px;
		padding-top: 8px;
		height: 74px;
	}
	.newsBox .contentbox {
		padding: 7px 0 0 10px;
		font-size: 1.3rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 8px;
		padding-left: 22px;
		line-height: 1.2;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 20px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 0;
		background-color: #c7c7c7;
	}
	.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;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #c7c7c7;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #c7c7c7;
		border-top-width: 8px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.base00021-section01 {
		margin-top: 50px;
	}
	.base00021-section01 >:first-child {
		margin-top: 0 !important;
	}
	.base00021-section02 {
		margin-top: 45px;
	}
	.base00021-section02 >:first-child {
		margin-top: 0 !important;
	}
	/* heading */
	.base00021-heading02 {
		width: 100vw;
		padding: 31px 0 70px;
		margin-left: -10px;
		position: relative;
		margin-top: 40px;
		text-align: center;
		background-color: #ffe5f6;
	}
	.base00021-heading02.type02 {
		padding: 31px 10px 83px;
	}
	.base00021-heading02[data-color="purple"] {
		background-color: #ebdcf5;
	}
	.base00021-heading02-02 {
		margin: 50px -10px 0;
		padding: 12px 10px 10px;
		background-color: #b4d8f4;
		text-align: center;
	}
	.base00021-heading02-02[data-color="lightBlue"] {
		background-color: #b4edea;
	}
	.base00021-heading02-02[data-color="green"] {
		background-color: #cff1d7;
	}
	.base00021-heading02-02 .base00021-heading02Title{
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.base00021-heading03 {
		margin-top: 30px;
		text-align: center;
	}
	.base00021-headingSubText {
		font-size: 2.0rem;
		font-weight: bold;
		color: #cb2531;
		text-align: center;
		margin-top: 15px;
	}
	.base00021-headingLarge {
		font-size: 2.5rem;
	}
	/* text */
	.base00021-text01 {
		margin-top: 15px;
	}
	.base00021-lead01 {
		margin-top: 30px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	/* list */
	.base00021-notelist01 {
		margin-top: 16px;
		text-align: center;
	}
	.base00021-notelist01 > li {
		position: relative;
		font-size: 1.3rem;
	}
	/* card */
	.base00021-cardWrap {
		margin-top: -49px
	}
	.base00021-cardWrap >:first-child {
		margin-top: 0 !important;
	}
	.base00021-card {
		position: relative;
		margin-top: calc(40 / 720 * 100vw);
		background-color: #fff;
		min-height: calc(785 / 720 * 100vw);
		box-shadow: 0px 3px 11px 1.1px rgba(0, 0, 0, 0.2);
	}
	.base00021-card .base00021-cardInner {
		position: relative;
		padding: calc(74 / 720 * 100vw) calc(20 / 720 * 100vw) calc(72 / 720 * 100vw);
		z-index: 1;
	}
	.base00021-card[data-type="yokohama"]::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		width: calc(530 / 720 * 100vw);
		height: calc(517 / 720 * 100vw);
		background-color: #ffddd8;
	}
	.base00021-card[data-type="yokohama"]::after {
		position: absolute;
		content: "";
		top: calc(186 / 720 * 100vw);
		right: 0;
		width: calc(465 / 720 * 100vw);
		height: calc(316 / 720 * 100vw);
		background-color: #b4d8f4;
	}
	.base00021-card[data-type="10th"]::before {
		position: absolute;
		content: "";
		bottom: 0;
		right: 0;
		width: calc(442 / 720 * 100vw);
		height: calc(696 / 720 * 100vw);
		background-color: #d5e8e7;
	}
	.base00021-card[data-type="10th"]::after {
		position: absolute;
		content: "";
		bottom: calc(188 / 720 * 100vw);
		left: 0;
		width: calc(444 / 720 * 100vw);
		height: calc(284 / 720 * 100vw);
		background-color: #fff2a9;
	}
	.base00021-cardWrap.is-normal .base00021-card[data-type="yokohama"]::before {
		height: calc(420 / 720 * 100vw);
	}
	.base00021-cardWrap.is-normal .base00021-card[data-type="10th"]::before {
		height: calc(599 / 720 * 100vw);
	}
	.base00021-cardWrap.is-normal .base00021-card[data-type="10th"]::after {
		bottom: calc(91 / 720 * 100vw);
	}
	.base00021-card .base00021-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.base00021-card .base00021-cardTitle {
		margin-top: calc(20 / 720 * 100vw);
		text-align: center;
	}
	.base00021-card .base00021-cardTitle img {
		width: auto;
		height: calc(50 / 720 * 100vw);
	}
	.base00021-card .base00021-cardImage {
		margin-top: calc(150 / 720 * 100vw);
		text-align: center;
		filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.2));
	}
	.base00021-card .base00021-cardImage img {
		width: calc(540 / 720 * 100vw);
		height: auto;
	}
	/* button */
	.base00021-buttonWrap {
		margin-top: 20px;
		padding: 0 10px;
	}
	.base00021-buttonWrap >:first-child {
		margin-top: 0 !important;
	}
	.base00021-button01 {
		margin-top: 16px;
		border: 1px solid #000;
	}
	.base00021-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 48px;
		padding: 5px 30px;
		background-color: #fff;
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.2;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.base00021-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		width: 6px;
		height: 6px;
		margin-top: -4.5px;
		border-top: 2px solid #37464f;
		border-right: 2px solid #37464f;
		transform: rotate(45deg);
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 42px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 5px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/base00021/img-files/index_ic02.webp") no-repeat 0 0 / cover;
	}
	/* applyBtn */
	.base00021-cardWrap .applyBtn {
		position: relative;
		display: flex;
		justify-content: center;
	}
	.base00021-cardWrap .applyBtn {
		position: relative;
		display: flex;
		justify-content: center;
		margin-top: calc(60 / 720 * 100vw);
		margin-right: calc(12 / 720 * 100vw);
	}
	.applyBtn > li {
		text-align: center;
	}
	.base00021-cardWrap .applyBtn > li {
		position: relative;
	}
	.base00021-cardWrap .applyBtn > li a {
		position: relative;
		display: flex;
		align-items: center;
		width: calc(590 / 720 * 100vw);
		min-height: calc(136 / 720 * 100vw);
		background-color: #fff;
		padding: 0 0 0 calc(12 / 720 * 100vw);
		border-radius: calc(10 / 720 * 100vw);
	}
	.base00021-cardWrap .applyBtn > li a::before {
		position: absolute;
		content: "";
		top: calc(11 / 720 * 100vw);
		left: calc(11 / 720 * 100vw);
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: calc(10 / 720 * 100vw);
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow {
		position: relative;
		width: calc(100% - 7px);
		height: 100%;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow::before {
		position: absolute;
		content: "";
		top: calc(11 / 720 * 100vw);
		left: calc(11 / 720 * 100vw);
		width: 100%;
		height: calc(112 / 720 * 100vw);
		background-color: #aaf7e8;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow .applyBtnText {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc(112 / 720 * 100vw);
		border: calc(2 / 720 * 100vw) solid #000;
		padding: calc(26 / 720 * 100vw) calc(11 / 720 * 100vw) calc(20 / 720 * 100vw) 0;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow .applyBtnText img {
		width: calc(453 / 720 * 100vw);
	}
	.base00021-cardWrap .base00021-card[data-type="10th"] .applyBtn > li a .applyBtnShadow::before {
		background-color: #e5cdff;
	}
	.base00021-cardWrap .applyBtn > li a .applyBtnShadow::after {
		position: absolute;
		content: "";
		top: 50%;
		right: calc(22 / 720 * 100vw);
		width: calc(22 / 720 * 100vw);
		height: calc(39 / 720 * 100vw);
		margin-top: calc(-21 / 720 * 100vw);
		background: url("/gecard/base00021/img-files/index_ic01.webp") no-repeat center/contain;
		z-index: 2;
		transform: rotate(-90deg);
	}
	/* media */
	.base00021-media01 {
		position: relative;
		margin-top: -48px;
		padding: 30px 15px 27px;
		background-color: #fff;
		box-shadow: 0px 3px 11px 1.1px rgba(0, 0, 0, 0.2);
	}
	.base00021-media01 .base00021-mediaBody {
		margin-top: 15px;
	}
	.base00021-media01 .base00021-mediaHead >:first-child,
	.base00021-media01 .base00021-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.base00021-media01 .base00021-mediaImage01 {
		margin-top: 15px;
	}
	.base00021-media01 .base00021-mediaText01 {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.base00021-media01 .base00021-mediaText01 sup {
		vertical-align: super;
		font-size: 0.8rem;
	}
	.base00021-media01 .base00021-mediaText02 {
		margin-top: 15px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.base00021-media01 .base00021-mediaText03 {
		margin-top: 14px;;
	}
	.base00021-media01 .base00021-mediaText02 sup {
		vertical-align: super;
		font-size: 1.2rem;
	}
	.base00021-media01 .base00021-mediaOrdernotelist {
		margin-top: 24px;
	}
	.base00021-media01 .base00021-mediaOrdernotelist > li {
		position: relative;
		padding-left: 22px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.base00021-media01 .base00021-mediaOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-mediaNote {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.base00021-mediaNote > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-media02 {
		display: flex;
		align-items: center;
		position: relative;
		margin-top: 20px;
		padding: 59px 0 0 0;
	}
	.base00021-media02 .base00021-mediaText04 {
		font-size: 1.6rem;
	}
	.base00021-media02 .base00021-mediaHead {
		width: 62%;
	}
	.base00021-media02 .base00021-mediaBody {
		width: 38%;
		margin-left: 1%;
	}
	/* box */
	.base00021-box01 {
		margin-top: 40px;
		padding: 20px 10px 16px;
		background-color: #f0f0f0;
	}
	.base00021-box01 + .base00021-box01 {
		margin-top: 20px;
	}
	.base00021-box01 >:first-child {
		margin-top: 0!important;
	}
	.base00021-box01 .base00021-boxTitle {
		margin-top: 18px;
		margin-bottom: 11px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.base00021-box01 .base00021-boxText {
		margin-top: 8px;
	}
	.base00021-box01 .base00021-boxText .large {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.base00021-box01 .base00021-boxLead {
		font-size: 2.5rem;
		font-weight: bold;
		margin-top: 20px;
	}
	.base00021-box01 .base00021-boxList {
		margin-top: 10px;
	}
	.base00021-box01 .base00021-boxList02 {
		margin-top: 10px;
	}
	.base00021-box01 .base00021-boxList > li {
		position: relative;
		padding-left: 12px;
	}
	.base00021-box01 .base00021-boxList02 > li {
		position: relative;
		padding-left: 13px;
	}
	.base00021-box01 .base00021-boxList02 > li + li {
		margin-top: 0;
	}
	.base00021-box01 .base00021-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxList03 {
		margin-top: 17px;
	}
	.base00021-box01 .base00021-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.base00021-box01 .base00021-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxList04 {
		margin-top: 10px;
	}
	.base00021-box01 .base00021-boxList04 > li {
		position: relative;
		padding-left: 12px;
	}
	.base00021-box01 .base00021-boxList04 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-box01 .base00021-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.base00021-box01 .base00021-boxHr {
		width: 100%;
		height: 1px;
		margin: 17px 0;
		background-color: #37464f;
		border: none;
	}
	.base00021-box01 .base00021-boxInquiry {
		text-align: center;
	}
	.base00021-box01 .base00021-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.base00021-box01 .base00021-boxInquiry .base00021-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.base00021-box01 .base00021-boxInquiry .base00021-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.base00021-box01 .base00021-boxInquiry .base00021-boxInquiryTel a {
		text-decoration: underline;
	}
	.base00021-box01 .base00021-boxImage {
		margin: 2px 6px 0;
		text-align: center;
	}
	/* privilege */
	.base00021-privilege {
		margin-top: 20px;
	}
	.base00021-privilege > .no_voiContent >:first-child,
	.base00021-privilege > .voiContent >:first-child {
		margin-top: 0 !important;
	}
	.base00021-privilege .base00021-privilegeLead01 {
		margin-top: 15px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.base00021-privilege .base00021-privilegeNotelist {
		margin-top: 8px;
	}
	.base00021-privilege .base00021-privilegeNotelist > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.base00021-privilege .base00021-privilegeNotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-privilege .base00021-privilegeImage01 {
		margin-top: 16px;
		text-align: center;
	}
	.base00021-privilege .base00021-privilegeImage02 {
		margin-top: 10px;
	}
	/* flow */
	.base00021-flowWrap {
		margin-top: 22px;
		margin-left: 17px;
	}
	.base00021-flowWrap >:first-child {
		margin-top: 0 !important;
	}
	.base00021-flow {
		position: relative;
		margin-top: 20px;
		background-color: #fff;
		border: 1px solid #000;
	}
	.base00021-flow .base00021-flowInner {
		height: 100%;
		padding: 20px 5px 17px 33px;
	}
	.base00021-flow .base00021-flowNum {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 37px;
		height: 37px;
		margin: auto;
		padding-top: 3px;
		border-radius: 50%;
		font-size: 2.5rem;
		line-height: 1;
		color: #000;
		background-color: #c8dd7e;
		transform: translateX(-50%);
	}
	.base00021-flow .base00021-flowNum[data-NumColor="yellow"] {
		background-color: #f7e47c;
	}
	.base00021-flow .base00021-flowNum[data-NumColor="orange"] {
		background-color: #f8bf92;
	}
	.base00021-flow .base00021-flowNum[data-NumColor="red"] {
		background-color: #ef998d;
	}
	.base00021-flow .base00021-flowNum + * {
		margin-top: 0 !important;
	}
	.base00021-flow .base00021-flowLead {
		margin-top: 20px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.base00021-flow .base00021-flowText {
		margin-top: 3px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	/* sns */
	.base00021-snsArea {
		margin: 0 -10px;
		padding: 20px 10px 35px;
		background-color: #fff;
	}
	.base00021-snsArea > .snsArea {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		box-shadow: 0px 3px 11px 1.1px rgba(0, 0, 0, 0.2);
	}
	/* 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;
	}
	.base021-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;
	}
	.base00021-modal-box02 .base00021-modal-boxTitle {
		display: inline;
		width: 300px;
		margin: 0 auto 0;
		padding: 10px 40px;
		color: #fff;
		background-color: #000;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.base00021-modal-box02 .title-position {
		text-align: center;
	}
	.base00021-modal-link {
		margin-top: 10px;
	}
	.base00021-modal-link a {
		font-size: 1.2rem;
		color: #008191;
	}
	.base00021-modal-column {
		display: block;
		margin-top: 30px;
	}
	.base00021-modal-column .base00021-modal-columnItem {
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		background-color: #fff;
	}
	.base00021-modal-column .base00021-modal-columnItem + .base00021-modal-columnItem {
		margin-top: 20px;
	}
	.base00021-modal-column .base00021-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: #000;
		font-size: 1.5rem;
		color: #fff;
		margin-top: -32.5px;
	}
	.base00021-modal-column .base00021-modal-columnImageLead {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.base00021-modal-column .base00021-modal-columnImageLead .base00021-modal-columnImageLeadImage {
		flex-shrink: 0;
		width: 50px;
		margin-right: 10px;
	}
	.base00021-modal-column .base00021-modal-columnImageLead .base00021-modal-columnImageLeadLead {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.base00021-modal-column .base00021-modal-columnLeadText {
		font-size: 1.3rem;
		font-weight: bold;
	}
	.base00021-modal-listWrap[data-col="2"] .base00021-modal-list {
		display: flex;
		flex-flow: row wrap;
		width: 360px;
	}
	.base00021-modal-listWrap[data-col="2"] .base00021-modal-list > li {
		width: 170px;
	}
	.base00021-modal-listWrap[data-col="2"] .base00021-modal-list > li:nth-of-type(2n) {
		width: 170px;
	}
	.base00021-modal-noteList li.base00021-modal-listColor01 {
		color: #dc322c;
	}
	.base00021-modal-list > li {
		position: relative;
		padding-left: 5px;
		font-size: 1.3rem;
	}
	.base00021-modal-list > li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #333;
	}
	.base00021-modal-noteList {
		margin-top: 5px;
	}
	.base00021-modal-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.base00021-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base021-modal-title {
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.base021-modal-link {
		margin-top: 10px;
	}
	.base021-modal-link a {
		font-size: 1.2rem;
		color: #008191;
	}
	body {
		overflow-x: hidden;
	}
/* base00021-privilege
	------------------------------------------------------ */
	.base00021-privilegeListWrap {
		margin: 0 auto;
	}
	.base00021-privilegeOrdernotelist {
		margin-top: 8px;
	}
	.base00021-privilegeOrdernotelist > li {
		position: relative;
		padding-left: 20px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.base00021-privilegeOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-privilegeOrdernotelist > li + li {
		margin-top: 3px;
	}
	.base00021-privilegeNotelist02 {
		position: relative;
		padding-left: 12px;
		font-size: 1.3rem;
	}
	.base00021-privilegeNotelist02 > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* smartCard
	------------------------------------------------------ */
	.base00021-smartCardAncBtn {
		margin: 20px 5px 18px 0;
		text-align: center;
	}
	.base00021-smartCardAncBtn a {
		position: relative;
		display: block;
		width: 100%;
		min-height: 56px;
		background-color: #ffe5f6;
		transform: translate(4px,4px)
	}
	.base00021-smartCardAncBtn a .base00021-smartCardAncBtnText {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 56px;
		border: 1px solid #000;
		text-align: center;
		box-sizing: border-box;
		text-decoration: none;
		transform: translate(-4px,-4px);
	}
	.base00021-smartCardAncBtn a .base00021-smartCardAncBtnText::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 15px;
		width: 11px;
		height: 22px;
		margin-top: -11px;
		background: url("/gecard/base00021/img-files/index_ic01.webp") no-repeat center/contain;
		z-index: 2;
	}
	.base00021-smartCardText01 {
		position: relative;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 15px;
	}
	.base00021-smartCardText02 {
		font-size: 1.6rem;
	}
	.base00021-smartCardText03 {
		margin-top: 12px;
		font-size: 1.6rem;
	}
	.base00021-lead {
		margin-top: 18px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.base00021-lead02 {
		margin-top: 20px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.base00021-text {
		margin-top: 17px;
		text-align: left;
		font-size: 1.6rem;
	}
	.base00021-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.base00021-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-smartCardIconText {
		display: flex;
		align-items: center;
	}
	.base00021-smartCardIconText.type02 {
		margin-top: 28px;
	}
	.base00021-smartCardIconText .num {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.5rem;
		margin-right: 10px;
		color: #000;
		background-color: #fff;
		border-radius: 50%;
		border: 1px solid #000;
		width: 37px;
		height: 37px;
		padding-top: 5px;
	}
	.base00021-smartCardIconText .text {
		font-size: 2.0rem;
		font-weight: bold;
	}
	.base00021-smartCardIconText.type02 .text {
		padding-top: 5px;
	}
	.base00021-smartCardGridWrap {
		margin-top: 30px;
		 display: grid;
		grid-template-columns: 1fr calc(252 / 720 * 100vw);
		grid-template-rows: 37px 1fr;
		gap: 16px 20px;
		align-items: center;
	}
	.base00021-smartCardLeadArea {
		grid-row: 1;
		grid-column: 1 / span 2;
	}
	.base00021-smartCardTextArea {
		grid-row: 2;
		grid-column: 1;
	}
	.base00021-smartCardImgArea {
		grid-row: 2;
		grid-column: 2;
	}
	.base00021-smartCardNoteList01 {
		margin-top: 8px;
	}
	.base00021-smartCardNoteList01 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.base00021-smartCardNoteList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-smartCardWrap {
		margin: 26px 10px 35px;
	}
	.base00021-smartCardWrap .applyBtn {
		margin-top: 23px;
	}
	.base00021-smartCardWrap .applyBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 50px;
		padding: 10px 34px;
		border: 2px solid #000;
		background-color: #f7e47c;
		text-align: center;
		font-size: 1.7rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	.base00021-smartCardWrap .applyBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
	}
	.base00021-smartCard {
		width: 100%;
		text-align: center;
	}
	.base00021-smartCard + .base00021-smartCard {
		margin-top: 30px;
	}
	.base00021-smartCard .base00021-smartCardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 25px;
		text-align: center;
		filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.2));
	}
	.base00021-smartCardBtn01 {
		position: relative;
		margin: 28px 10px 0;
	}
	.base00021-smartCardBtn01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 60px;
		background-color: #000;
		text-align: center;
		font-size: 2.0rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		padding: 10px 70px 5px;
	}
	.base00021-smartCardBtn01 a .small {
		font-size: 1.3rem;
	}
	.base00021-smartCardBtn01 a .base00021-smartCardBtnText {
		line-height: 0.8;
	}
	.base00021-smartCardBtn01 a .base00021-smartCardBtnText::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background: url("/gecard/base00021/img-files/index_ic03.webp") no-repeat 0 0 / contain;
	}
	.base00021-smartCardBtn02 {
		position: relative;
		width: calc(50% - 4px);
		justify-content: space-between;
	}
	.base00021-smartCardBtn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		min-height: 40px;
		padding: 5px 18px 5px 8px;
		background-color: #000;
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	.base00021-smartCardBtn02.type02 a {
		background-color: #f7e47c;
		color: #000;
		border: 1px solid #000;
	}
	.base00021-smartCardBtn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 7px;
		width: 6px;
		height: 6px;
		margin-top: -5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.base00021-smartCardBtn02.type02 a::before {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	.base00021-smartCardBtn02 a:hover {
		opacity: 0.7;
	}
	.base00021-smartCardBtn02 a .small {
		font-size: 0.9rem;
	}
	.base00021-smartCardBtn02 a .base00021-smartCardBtn02Text {
		position: relative; 
		line-height: 1;
	}
		/* flow */
	.base00021-flowWrap[data-flow='smartCard'] .base00021-flowTextWrap > :first-child {
		margin-top: 0 !important;
	}
	.base00021-flowWrap[data-flow='smartCard'] .flow-txtNote01 {
		position: relative;
		margin-top: 5px;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.base00021-flowWrap[data-flow='smartCard'] .flow-txtNote01 .ast {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base00021-flowWrap[data-flow='smartCard'] .flow-txtNote02 {
		margin-top: 5px;
	}
	.base00021-flowWrap[data-flow='smartCard'] .flow-txtNote01.sp-right {
		text-align: right;
		padding-left: 0;
	}
	/* floating */
	.base00021-smartCardFloatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.base00021-smartCardFloatingWrap01 .base00021-smartCardFloatingInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px;
	}
	.base00021-smartCardBtnFloatWrap {
		display: flex;
		justify-content: space-between;
	}
}
/* Cleafix
------------------------------------------------------ */
.base-flow:after {
	display: block;
	clear: both;
	content: "";
}
