@charset "shift_jis";

/* ==================================
	common
================================== */
body {
	font-family: "Noto Sans CJK JP", sans-serif;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	background-color: #0e4886;
}
#gecard #header {
	position: relative;
	background-color: #fff;
	z-index: 1000;
}
/* footer */
#gecard #footer {
	position: relative;
	margin-top: 70px;
	padding: 5px 0 25px;
	border-top: solid 1px #fff;
	color: #fff;
	z-index: 1000;
}
/* pageTopBtn */
#gecard #pageTopBtn {
	z-index: 2000;
}
#gecard #pageTopBtn a {
	width: 60px;
	height: 60px;
	background: url(/gecard/news/img-files/com_ic04.png) 0 0 no-repeat;
	outline: 0;
}
#gecard #pageTopBtn a:hover {
	background: url(/gecard/news/img-files/com_ic04.png) 0 -60px no-repeat;
}
/* ==================================
	layout
================================== */
#gecard #pageContainer {
	position: relative;
	background: -webkit-linear-gradient(rgba(14,72,134, 0.99) 0%, rgba(6,41,85, 0.99) 25%, rgba(14,72,134, 0.99) 50%, rgba(6,41,85, 0.99) 75%, rgba(14,72,134, 0.99) 100%);
	background: -o-linear-gradient(rgba(14,72,134, 0.99) 0%, rgba(6,41,85, 0.99) 25%, rgba(14,72,134, 0.99) 50%, rgba(6,41,85, 0.99) 75%, rgba(14,72,134, 0.99) 100%);
	background: linear-gradient(rgba(14,72,134, 0.99) 0%, rgba(6,41,85, 0.99) 25%, rgba(14,72,134, 0.99) 50%, rgba(6,41,85, 0.99) 75%, rgba(14,72,134, 0.99) 100%);
	z-index: 0;
}
#gecard .bgArea::before {
	position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/gecard/news/img-files/068/cp_bg01.png) ;
	background-repeat: repeat;
	background-size: 126px 126px;
	background-position: center;
	z-index: -1;
}
#gecard #mainContainer {
	position: relative;
	width: 1200px;
	margin: auto;
	display: block;
	padding: 0;
	z-index: 1000;
}
#gecard .mainVisual {
	position: relative;
    left: 50%;
	width: 1920px;
    transform: translateX(-50%);
    text-align: center;
	z-index: 1000;
}
/* font size */
#gecard .fontSize_110per {
	font-size: 110%!important;
}
#gecard .fontSize_130per {
	font-size: 130%!important;
}
#gecard .fontSize_150per {
	font-size: 150%!important;
}
/* color */
#gecard .colorRed {
	color: #dc322c;
}
#gecard .coloryellow01 {
	color: #eff30a;
}
#gecard .coloryellow02 {
	color: #fdd000;
}
/* modal */
#gecard	.modalInlineWrapper {
	display: none;
}
#gecard	#cboxContent {
	overflow: visible !important;
}
#gecard	#colorbox #cboxLoadedContent {
	overflow: auto !important;
	overflow-x: hidden !important;
}
#gecard	#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;
}
#gecard	.modalContents {
	padding: 25px 10px;
}
#gecard	.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;
}
#gecard	.base-modal-box02 .base-modal-boxTitle {
	display: inline;
	width: 300px;
	margin: 0 auto 0;
	padding: 10px 40px;
	border: 2px solid #fff600;
	color: #fff600;
	background-color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#gecard .base-modal-column {
	display: block;
	margin-top: 30px;
}
#gecard	.base-modal-column .base-modal-columnItem {
	position: relative;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	background-color: #ffffff;
}
#gecard	.base-modal-column .base-modal-columnItem + .base-modal-columnItem {
	margin-top: 20px;
}
#gecard	.base-modal-column .base-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: #fff600;
	font-size: 1.5rem;
	color: #000;
}
#gecard	.base-modal-column .base-modal-columnImageLead {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#gecard	.base-modal-column .base-modal-columnImageLead .base-modal-columnImageLeadImage {
	flex-shrink: 0;
	width: 50px;
	margin-right: 10px;
}
#gecard	.base-modal-column .base-modal-columnImageLead .base-modal-columnImageLeadLead {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
#gecard	.base-modal-column .base-modal-columnLeadText {
	font-size: 1.3rem;
	font-weight: bold;
}
#gecard	.base-modal-list > li {
	position: relative;
	padding-left: 5px;
	font-size: 1.3rem;
}
#gecard	.base-modal-list > li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #333;
}
#gecard	.base-modal-noteList {
	margin-top: 5px;
}
#gecard	.base-modal-noteList > li {
	position: relative;
	padding-left: 12px;
	font-size: 1.2rem;
}
#gecard	.base-modal-noteList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
#gecard	.base-modal-link {
	margin-top: 10px;
}
#gecard	.base-modal-link a {
	font-size: 1.2rem;
}
#gecard .base-modal-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}
/* media */
#gecard .capcom-media {
	position: relative;
}
#gecard	.capcom-media .capcom-heading03 {
	text-align: center;
	margin: 0 auto 15px;
}
#gecard	.capcom-media .capcom-mediaBody {
	margin-top: 25px;
}
#gecard	.capcom-media .capcom-mediaBody + .capcom-mediaBody {
	margin-top: 50px;
}
#gecard .capcom-media .capcom-mediaText {
	text-align: center;
	font-size: 2.3rem;
	color: #fff;
	line-height: 1.6;
}
#gecard	.capcom-media .capcom-mediaText02 {
	margin-top: 25px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fdd000;
	line-height: 1.4;
}
#gecard	.capcom-media .capcom-mediaImage {
	margin-top: 35px;
	text-align: center;
}
#gecard .capcom-media .capcom-mediaBody02 {
	margin-top: 50px;
	padding: 40px 20px 50px;
	background: rgba(1, 162, 254, 0.3);
}
#gecard .capcom-media .capcom-mediaBody02 .capcom-mediaText02 {
	margin-top: 0;
	text-align: center;
}
#gecard .capcom-media .capcom-mediaBody02 .capcom-mediaImage {
	margin: 35px auto;
	width: 50%;
	text-align: center;
}
#gecard	.capcom-mediaNotes {
	margin-top: 25px;
	text-align: center;
}
#gecard	.capcom-mediaNotes .capcom-mediaNoteList {
	display: inline-block;
	text-align: left;
}
#gecard	.capcom-mediaNotes .capcom-mediaNoteList li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
#gecard	.capcom-mediaNotes .capcom-mediaNoteList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* other */
#gecard .capcom-mainWrap {
	position: relative;
	padding-top: 40px;
	margin-bottom: 60px;
}
#gecard .capcom-mainWrap:nth-of-type(2n) {
	margin-top: 150px;
}
#gecard .capcom-mainWrap::before {
	position: absolute;
    content: "";
    width: 930px;
    height: 96px;
    top: -80px;
    left: 50%;
	transform: translateX(-50%);
    margin-right: -10px;
    background: url(/gecard/news/img-files/068/pc_cp_im01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#gecard .capcom-mainWrap .capcom-heading02 {
	text-align: center;
	margin-top: 20px;
}
#gecard .capcom-inner {
	margin: 15px 0 40px;
	position: relative;
}
#gecard .capcom-leadText {
	text-align: center;
	font-size: 2.6rem;
}
#gecard .capcom-bgImg01 {
	position: absolute;
	display: block;
	top: 20%;
    left: -25%;
    width: 433px;
    height: 458px;
	z-index: -1;
}
#gecard .capcom-bgImg02 {
	position: absolute;
	display: block;
	top: 10%;
    right: -35%;
    width: 497px;
    height: 407px;
	z-index: -1;
}
#gecard .capcom-ancArea {
	margin-top: 100px;
}
#gecard .capcom-ancHead {
	color: #004098;
    padding: 24px 0;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    background: url(/gecard/news/img-files/068/pc_cp_h03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* btn */
#gecard	.capcom-ancBtnWrap {
	display: flex;
	margin: 50px 0 40px;
	padding: 0 20px;
	gap: 0 32px;
}
#gecard	.capcom-ancBtn {
	width: calc(50% - 25px);
	background: linear-gradient(90deg, #fdd000 0%,#00a2ff 100%);
	height: 86px;
	padding: 4px;
}
#gecard	.capcom-ancBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 5px 30px;
	font-size: 2.6rem;
	color: #004098;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	background-color: #fff;
	transition: 0.3s all ease-out;
}
#gecard	.capcom-ancBtn a:hover {
	opacity: 0.7;
	background-color: linear-gradient(90deg, #00a2ff 0%,#fdd000 100%);
}
#gecard	.capcom-ancBtn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 25px;
	height: 14px;
	margin-top: -8px;
	background: url("/gecard/news/img-files/068/cp_ic01.png") no-repeat;
}
#gecard .capcom-btn01 {
	margin-top: 60px;
	text-align: center;
}
#gecard .capcom-btn01 a {
	min-width: 826px;
	padding: 30px 60px 31px;
	color: #fff;
	overflow: hidden;
	position: relative;
	display: inline-block;
	background: -webkit-linear-gradient(left, rgba(0,87,188,1) 0%, rgba(1,162,253,1) 50%, rgba(0,87,188,1) 100%);
	background: -o-linear-gradient(left, rgba(0,87,188,1) 0%, rgba(1,162,253,1) 50%, rgba(0,87,188,1) 100%);
	background: linear-gradient(to right, rgba(0,87,188,1) 0%, rgba(1,162,253,1) 50%, rgba(0,87,188,1) 100%);
	text-align: center;
	text-decoration: none;
	border: solid 4px #eff30a;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 5px;
	transition: all .3s ease-out;
}
#gecard .capcom-btn01 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 17px;
	height: 30px;
	margin-top: -16px;
	background: url("/gecard/news/img-files/068/cp_ic02.png") 0 0 no-repeat;
}
#gecard .capcom-btn01 a:hover {
	background: -webkit-linear-gradient(left, rgba(1,162,253,1) 0%, rgba(0,87,188,1) 50%, rgba(1,162,253,1) 100%);
	background: -o-linear-gradient(left, rgba(1,162,253,1) 0%, rgba(0,87,188,1) 50%, rgba(1,162,253,1) 100%);
	background: linear-gradient(to right, rgba(1,162,253,1) 0%, rgba(0,87,188,1) 50%, rgba(1,162,253,1) 100%);
}
/* box */
#gecard	.capcom-box {
	position: relative;
	margin-top: 50px;
	background: rgba(6, 41, 85, 0.7);
}
#gecard	.capcom-box + .capcom-box {
	margin-top: 100px;
}
#gecard	.capcom-box .capcom-boxInner {
	padding: 35px 50px 45px;
}
#gecard	.capcom-box .capcom-boxInner >:first-child {
	margin-top: 0;
}
#gecard	.capcom-box .capcom-boxTitle {
	margin-top: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 3.0rem;
	color: #fccf00;
	font-weight: bold;
}
#gecard	.capcom-box .capcom-boxText {
		margin-top: 15px;
}
#gecard	[class*="capcom-box"] .capcom-boxList {
	margin-top: 15px;
	font-size: 1.6rem;
}
#gecard	[class*="capcom-box"] .capcom-boxList > li {
	position: relative;
	padding-left: 16px;
}
#gecard	[class*="capcom-box"] .capcom-boxList > li a {
	color: #fff;
}
#gecard	[class*="capcom-box"] .capcom-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
#gecard	.capcom-box .capcom-boxHr {
	width: calc(100% + 80px);
	height: 3px;
	margin: 30px 0 24px -40px;
	background-image: linear-gradient(to right, #00a2ff, #00a2ff 3px, transparent 3px, transparent 12px);
	background-size: 12px 3px;
}
#gecard	.capcom-box .capcom-boxInquiry {
	text-align: center;
}
#gecard	.capcom-box .capcom-boxInquiry >:first-child {
	margin-top: 0!important;
}
#gecard	.capcom-box .capcom-boxInquiry .capcom-boxInquiryTxt {
	margin-top: 3px;
	font-size: 1.6rem;
}
#gecard	.capcom-box .capcom-boxInquiry .capcom-boxInquiryTel {
	margin-top: 3px;
	font-size: 1.6rem;
}
#gecard	.capcom-box .capcom-boxInquiry .capcom-boxInquiryTel a {
	color: #000;
	text-decoration: none;
}
/* ==================================
	Responsive max-width: 750px
================================== */

@media screen and (max-width: 750px) {

#gecard #footer {
	position: relative;
	margin-top: 30px;
	padding: 5px 0 25px;
	border-top: solid 1px #fff;
	color: #fff;
	z-index: 1000;
}
#gecard	#pageContainer {
	position: relative;
    z-index: 0;
}
#gecard #header {
	padding: 15px 6.25%;;
}
#gecard #header #headerContents {
	width: 100%;;
}
#gecard .mainVisual {
	text-align: center;
}
#gecard .mainVisual .mainVisualTitle img {
	width: 100vw;
}
#gecard .bgArea::before {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(/gecard/news/img-files/068/cp_bg01.png) ;
	background-repeat: repeat;
	background-size: 78px 78px;
	background-position: center;
	z-index: -1;
}
#gecard .capcom-mainWrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 78px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-right: -10px;
	background: url(/gecard/news/img-files/068/sp_cp_im01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#gecard #mainContainer {
	width: 100%;
	overflow: hidden;
	padding: 0;
	font-weight: 500;
}
#gecard #mainContainer #mainContents {
	width: auto;
	padding: 0;
}
#gecard #footer #footerContents {
	margin: 0;
	padding: 0;
	width: 100%;
}
#gecard .copyright {
	margin: 10px 0px 0;
	text-align: center;
	font-size: 1.0rem;
}
#gecard #pageTopBtn {
	bottom: 50px;
}
#gecard #pageTopBtn a {
	width: 46px;
	height: 46px;
	background: url(/gecard/news/img-files/com_ic04.png) 0 0 no-repeat;
	background-size: 46px 92px;
	outline: 0;
}
#gecard #pageTopBtn a:hover {
	background: url(/gecard/news/img-files/com_ic04.png) 0 -46px no-repeat;
	background-size: 46px 92px;
}
/*--------2020年12月24日追加----------*/
#gecard .swap {
	width: 100%;
	margin: auto;
}
/* modal */
#gecard	.modalInlineWrapper {
	display: none;
}
#gecard	#cboxContent {
	overflow: visible !important;
}
#gecard	#colorbox #cboxLoadedContent {
	overflow: auto !important;
	overflow-x: hidden !important;
}
#gecard	#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;
}
#gecard .modalContents {
	padding: 25px 10px;
}
#gecard	.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;
}
#gecard	.base-modal-box02 .base-modal-boxTitle {
	display: inline;
	width: 300px;
	margin: 0 auto 0;
	padding: 10px 40px;
	border: 2px solid #fff600;
	color: #fff600;
	background-color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#gecard	.base-modal-column {
	display: block;
	margin-top: 30px;
}
#gecard	.base-modal-column .base-modal-columnItem {
	position: relative;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	background-color: #ffffff;
}
#gecard	.base-modal-column .base-modal-columnItem + .base-modal-columnItem {
	margin-top: 20px;
}
#gecard	.base-modal-column .base-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: #fff600;
	font-size: 1.5rem;
	color: #000;
}
#gecard	.base-modal-column .base-modal-columnImageLead {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#gecard	.base-modal-column .base-modal-columnImageLead .base-modal-columnImageLeadImage {
	flex-shrink: 0;
	width: 50px;
	margin-right: 10px;
}
#gecard	.base-modal-column .base-modal-columnImageLead .base-modal-columnImageLeadLead {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
#gecard	.base-modal-column .base-modal-columnLeadText {
	font-size: 1.3rem;
	font-weight: bold;
}
#gecard	.base-modal-list > li {
	position: relative;
	padding-left: 5px;
	font-size: 1.3rem;
}
#gecard	.base-modal-list > li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #333;
}
#gecard	.base-modal-noteList {
	margin-top: 5px;
}
#gecard	.base-modal-noteList > li {
	position: relative;
	padding-left: 12px;
	font-size: 1.2rem;
}
#gecard	.base-modal-noteList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
#gecard	.base-modal-link {
	margin-top: 10px;
}
#gecard	.base-modal-link a {
	font-size: 1.2rem;
}
/* media */
#gecard	.capcom-media {
	display: block;
	margin-top: 0;
	padding-top: 20px;
}
#gecard	.capcom-media .capcom-heading03 {
	text-align: center;
	margin: 0 auto 10px;
}
#gecard	.capcom-media .capcom-mediaBody {
	width: auto;
	margin-top: 18px;
	padding: 0 15px;
}
#gecard .capcom-media .capcom-mediaBody + .capcom-mediaBody {
	margin-top: 40px;
}
#gecard .capcom-media .capcom-mediaBody02 {
	margin-top: 30px;
	padding: 22px 10px 32px;
	background: rgba(1, 162, 254, 0.3);
}
#gecard	.capcom-media .capcom-mediaBody02 .capcom-mediaImage {
	width: 100%;
	margin: 25px auto 0;
}
#gecard	.capcom-media .capcom-mediaBody02 .capcom-mediaText02 {
	text-align: left;
	padding: 0 5px;
}
#gecard	.capcom-media .capcom-mediaImage {
	margin-top: 25px;
	text-align: center;
}
#gecard	.capcom-media .capcom-mediaText {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.4;
}
#gecard	.capcom-media .capcom-mediaText02 {
	margin-top: 15px;
	text-align: left;
	font-size: 2.0rem;
	color: #fdd000;
	font-weight: bold;
	line-height: 1.2;
}
#gecard	.capcom-mediaNotes {
	margin-top: 15px;
}
#gecard .capcom-mediaNotes .capcom-mediaNoteList {
	display: inline-block;
	text-align: left;
}
#gecard	.capcom-mediaNotes .capcom-mediaNoteList li {
	position: relative;
	padding-left: 12px;
	font-size: 1.3rem;
}
#gecard	.capcom-mediaNotes .capcom-mediaNoteList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* other */
#gecard .capcom-mainWrap {
	position: relative;
    padding-top: 45px;
    margin-bottom: 35px;
}
#gecard .capcom-mainWrap:nth-of-type(2n) {
	margin-top: 0;
}
#gecard .capcom-ancArea {
	margin-top: 40px;
}
#gecard .capcom-ancHead {
    padding: 14px 0;
    font-size: 2.0rem;
    background: url(/gecard/news/img-files/068/sp_cp_h03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#gecard .capcom-inner {
	margin: 5px 0 26px;
	padding: 0 15px;
	position: relative;
}
#gecard .capcom-leadText {
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.2
}
#gecard .capcom-bgImg01 {
	position: absolute;
	display: block;
	top: 28%;
    left: -8%;
    width: 200px;
    height: 407px;
	z-index: -1;
}
#gecard .capcom-bgImg02 {
	position: absolute;
	display: block;
	top: 11%;
    right: -28%;
    width: 240px;
    height: 458px;
	z-index: -1;
}
/*btn*/
#gecard	.capcom-ancBtnWrap {
	display: block;
	justify-content: space-between;
	margin: 25px 0 25px;
	padding: 0 10px;
	position: relative;
}
#gecard	.capcom-ancBtn {
	width: 100%;
	background: linear-gradient(90deg, #fdd000 0%,#00a2ff 100%);
	height: 58px;
	padding: 3px;
}
#gecard	.capcom-ancBtn +.capcom-ancBtn {
	margin-top: 18px;
}
#gecard	.capcom-ancBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 52px;
	padding: 5px 30px;
	font-size: 1.7rem;
	color: #004098;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	transition: 0.3s all ease-out;
}
#gecard	.capcom-ancBtn a:hover {
	opacity: 1;
}
#gecard	.capcom-ancBtn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 8px;
	margin-top: -4px;
	background: url("/gecard/news/img-files/068/cp_ic01.png") no-repeat 0 0 / cover;
}
#gecard .capcom-btn01 {
	text-align: center;
}
#gecard .capcom-btn01 {
	margin-top: 35px;
}
#gecard .capcom-btn01 a {
	max-width: 340px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	min-width: auto;
	margin: 0 auto;
	padding: 10px 33px;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	line-height: 1.3;
	border: solid 2px #eff30a;
}
#gecard .capcom-btn01 a:hover {
	margin-top: 0px;
	border-bottom-width: 2px;
}
#gecard .capcom-btn01 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 18px;
	margin-top: -10px;
	background: url("/gecard/news/img-files/068/cp_ic02.png") no-repeat 0 0 / cover;
}
/* box */
#gecard	.capcom-box {
	position: relative;
	margin: 25px 10px 0;
	background: rgba(6, 41, 85, 0.5);
}
#gecard	.capcom-box + .capcom-box {
	margin-top: 35px;
}
#gecard	.capcom-box .capcom-boxInner {
	padding: 25px 10px;
}
#gecard	.capcom-box .capcom-boxInner >:first-child {
	margin-top: 0;
}
#gecard	.capcom-box .capcom-boxTitle {
	margin-top: 18px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.8rem;
	color: #fccf00;
	font-weight: bold;
}
#gecard	.capcom-box .capcom-boxText {
	margin-top: 10px;
}
#gecard	[class*="capcom-box"] .capcom-boxList {
	margin-top: 10px;
	font-size: 1.3rem;
}
#gecard	[class*="capcom-box"] .capcom-boxList > li {
	position: relative;
	padding-left: 13px;
}
#gecard	[class*="capcom-box"] .capcom-boxList > li a {
	color: #fff;
}
#gecard	[class*="capcom-box"] .capcom-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
#gecard	.capcom-box .capcom-boxHr {
	width: 100%;
	height: 2px;
	margin: 18px 0 18px 0;
	background-image: linear-gradient(to right, #00a2ff, #00a2ff 2px, transparent 2px, transparent 6px);
	background-size: 6px 2px;
}
#gecard	.capcom-box .capcom-boxInquiry {
	text-align: center;
}
#gecard	.capcom-box .capcom-boxInquiry >:first-child {
	margin-top: 0!important;
}
#gecard	.capcom-box .capcom-boxInquiry .capcom-boxInquiryTxt {
	margin-top: 0;
	font-size: 1.3rem;
}
#gecard	.capcom-box .capcom-boxInquiry .capcom-boxInquiryTel {
	margin-top: 0;
	font-size: 1.3rem;
}
#gecard	.capcom-box .capcom-boxInquiry .capcom-boxInquiryTel a {
	color: #fff;
	text-decoration: underline;
}
/* clearfix
------------------------------------------------------ */
#gecard .collaboSec01:after {
	content: "";
	display: block;
	clear: both;
}
#gecard .collaboSec01 {
	zoom: 1;
}
#gecard .bgBox01 {
    margin: 0 20px;
    padding-bottom: 30px;
}		
	}
@media screen and (max-width: 320px) {
	#gecard .capcom-ancHead {
		font-size: 1.8rem;
	}
}