@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/nanoha/nanoha.css
====================================================== */
body{
	min-width: 1260px;
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	overflow-x: hidden;
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #000;
} 
#headerLogo {
	width: 1260px;
	margin: 0 auto;
	padding: 11px 30px 10px;
}
/* layout
------------------------------------------------------ */
#pageContainer{
	background: repeating-linear-gradient(90deg, #1a1a1a, #1a1a1a 6px, #000000 6px, #000000 12px);
}
#mainContainer {
	margin-top: 0;
}
#mainContents{
	width: 1260px;
	padding: 15px 30px 40px;
}
a:visited,
a:link{
	color: #fff;
}
p,ul,ol,div {
	color: #fff;
}
/* footer
------------------------------------------------------ */
#footer {
	margin-top: 0;
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	background: #000;
}
#copyright {
	color: #fff;
}
/* mainVisual
------------------------------------------------------ */
.mainVisual {
	position: relative;
	left: 50%;
	width: 1920px;
	transform: translateX(-50%);
}
.mainVisual .mainVisualInner {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.mainVisual .mainVisualImage {
	text-align: right;
}
.mainVisual .mainVisualTextWrap {
	position: absolute;
	top: 60px;
	left: 30px;
}
.mainVisual .mainVisualImageText {
	margin-top: 20px;
}
.mainVisual .mainVisualText {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
}
/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	width: 100%;
	height: 155px;
	margin-top: 42px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #ad92ae;
	color: #fff;
	overflow-y: hidden;
}
.newsBox .newsHdg {
	padding: 10px 30px;
	background-color: #6f2add;
	font-size: 2.0rem;
	font-weight: bold;
	color: #e8428e;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px 0 0 30px;
	height: 114px;
	background-color: #e8d2e9;
}
.newsBox .contentbox {
	padding: 15px 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	padding-right: 10px;
	width: 130px;
	color: #000;
}
.newsBox .contentbox li a {
	color: #000;
}
.newsBox .contentbox li .txt {
	display: table-cell;
	color: #000;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 30px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 30px;
	background-color: #a599a6;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 15px;
	background-color: #000000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	margin: 3px auto;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 25px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #000000;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #000000;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: "";
}
/* card
------------------------------------------------------ */
.ec00006-cardWrap {
	margin-top: -82px;
	background-color: #e8d2e9;
	border-bottom: 2px solid #ad92ae;
}
.ec00006-card {
	padding: 60px 40px 30px;
	text-align: center;
}
.ec00006-card .ec00006-cardImage {
	margin-top: 30px;
	padding: 25px 0;
	background: url("/gecard/ec00006/img-files/pc_index_bg01.png") no-repeat center;
}
.ec00006-card .ec00006-cardText01 {
	margin-top: 40px;
	text-align: center;
	font-size: 3rem;
	color: #000;
}
.ec00006-card .ec00006-cardText02 {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	color: #000;
}
/* flow
------------------------------------------------------ */
.flow--wrap {
	margin-top: 44px;
}
.flow > li {
	float: left;
	width: 290px;
	min-height: 290px;
	margin-right: 13px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}
.flow > li:last-child {margin-right: 0;}
.flow > li.list01 {background-image: url("/gecard/ec00006/img-files/pc_index_flow01.jpg");}
.flow > li.list02 {background-image: url("/gecard/ec00006/img-files/pc_index_flow02.jpg");}
.flow > li.list03 {background-image: url("/gecard/ec00006/img-files/pc_index_flow03.jpg");}
.flow > li.list04 {background-image: url("/gecard/ec00006/img-files/pc_index_flow04.jpg");}
.flow.type02 > li.list01 {background-image: url("/gecard/ec00006/img-files/pc_index_flow05.jpg");}
.flow.type02 > li.list02 {background-image: url("/gecard/ec00006/img-files/pc_index_flow06.jpg");}
.flow.type02> li.list03 {background-image: url("/gecard/ec00006/img-files/pc_index_flow07.jpg");}
.flow.type02 > li.list04 {background-image: url("/gecard/ec00006/img-files/pc_index_flow08.jpg");}

.flow > li a {color: #000;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 157px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.flow .flowDesc dd a {
	color: #fff;
}
.flow.type02 .flowDesc dd {
	padding-top: 118px;
}
.flow.type02 .flowDesc dd .large {
	font-size: 2rem;
}
.flow.type02 .flowDesc dd .flow-txtNote01 {
	margin-top: 10px;
	font-size: 1.4rem;
}
.flow.type02 .list02 .flowDesc dd {
	padding-top: 85px;
}
/* module
------------------------------------------------------ */

/* heading */
.ec00006-heading02 {
	margin-top: 70px;
	text-align: center;
}
.ec00006-heading02-02 {
	margin-top: 55px;
	border-top: 1px solid #fff;
	background-color: #6f2add;
}
.ec00006-heading02-02 .ec00006-heading02Inner {
	padding: 15px 30px;
}
/* btn */
.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;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
}
.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/ec00006/img-files/index_ic01.png") no-repeat 0 0 / cover;
}
.applyBtn {
	margin-top: 30px;
}
.applyBtn li {
	display: flex;
	position: relative;
	width: 750px;
	margin: 0 auto;
}
.applyBtn li::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 4px;
	background-color: #ff8dff;
}
.applyBtn li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #ff8dff;
}
.applyBtn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
	background-color: #cd23cd;
	border-top: 4px solid #ff8dff;
	border-left: 4px solid #ff8dff;
	border-right: 4px solid #a41aa4;
	border-bottom: 4px solid #a41aa4;
}
.applyBtn li:hover {
	opacity: 0.7;
}
.applyBtn li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	width: 16px;
	height: 25px;
	margin-top: -12.5px;
	background: url("/gecard/ec00006/img-files/index_ic05.png") no-repeat;
}
.ec00006-btnWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 110px;
	padding: 0 30px ;
}
.ec00006-btn {
	width: calc(50% - 15px);
}
.ec00006-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 90px;
	padding: 5px 60px;
	background: linear-gradient(to right, #6f2add 0%,#f70fff 100%);
	border-radius: 43px;
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
.ec00006-btn a:hover {
	opacity: 0.7;
}
.ec00006-btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 15px;
	height: 25px;
	margin-top: -12.5px;
	background: url("/gecard/ec00006/img-files/index_ic05.png") no-repeat;
}
.ec00006-btn a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(#fff, #fff 2px, transparent 2px, transparent 6px);
	opacity: 0.2;
}
.ec00006-btn02 {
	position: relative;
	width: 750px;
	margin: 50px auto 0;
	background-color: #fff;
}
.ec00006-btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
	background-color: #3ca119;
	border-top: 4px solid #3de304;
	border-left: 4px solid #3de304;
	border-right: 4px solid #2a6f11;
	border-bottom: 4px solid #2a6f11;
	text-align: center;
	font-size: 3.6rem;
	color: #fff;
	text-decoration: none;
}
.ec00006-btn02.type02 a {
	background-color: #6f2add;
	border-top: 4px solid #924eff;
	border-left: 4px solid #924eff;
	border-right: 4px solid #4c189f;
	border-bottom: 4px solid #4c189f;
}
.ec00006-btn02 a .small {
	font-size: 2rem;
}
.ec00006-btn02 a .ec00006-btn02Text {
	line-height: 1;
}
.ec00006-btn02 a:hover {
	opacity: 0.7;
}
.ec00006-btn02 a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 4px;
	background-color: #3de304;
}
.ec00006-btn02 a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #3de304;
}
.ec00006-btn02.type02 a::before,
.ec00006-btn02.type02 a::after {
	background-color: #924eff;
}
.ec00006-btn02 a .ec00006-btn02Text::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 16px;
	height: 25px;
	margin-top: -12.5px;
	background: url("/gecard/ec00006/img-files/index_ic05.png") no-repeat;
}
/* media */
.ec00006-media {
	display: flex;
	flex-flow: row wrap;
	margin-top: 0;
	padding: 45px 30px 55px;
	background-color: #e8d2e9;
	border-bottom: 2px solid #ad92ae;
}
.ec00006-media .ec00006-mediaHead {
	width: 35.5%;
	margin-right: 2.5%;
}
.ec00006-media .ec00006-mediaBody {
	width: 62%;
}
.ec00006-media .ec00006-mediaTxt {
	font-size: 2.2rem;
	color: #000;
	line-height: 1.4;
}
.ec00006-media .ec00006-mediaImage {
	text-align: center;
}
.ec00006-media .ec00006-mediaTxt02 {
	margin-top: 10px;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #6f2add;
	font-weight: bold;
}
.ec00006-media .ec00006-mediaTxt03 {
	margin-top: 15px;
	font-size: 1.6rem;
	color: #000;
}
.ec00006-media .ec00006-mediaNoteList li {
	position: relative;
	padding-left: 16px;
	color: #000;
	font-size: 1.6rem;
}
.ec00006-media .ec00006-mediaNoteList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec00006-media02 {
	display: flex;
	align-items: center;
	margin-top: 40px;
	padding: 0 100px;
}
.ec00006-media02 .ec00006-mediaHead {
	width: 50%;
}
.ec00006-media02 .ec00006-mediaHead >:first-child {
	margin-top: 0 !important;
}
.ec00006-media02 .ec00006-mediaBody {
	width: 45%;
	margin-left: 5%;
}
.ec00006-media02 .ec00006-mediaText {
	margin-top: 30px;
	font-size: 2.6rem;
}
.ec00006-media02 .ec00006-mediaImage {
	text-align: center;
}
/* box */
.ec00006-box {
	position: relative;
	margin-top: 50px;
	background-color: rgba(46, 42, 47, 0.9);
	border-top: 1px solid #fff;
}
.ec00006-box02 {
	padding: 35px 30px 45px;
	background-color: #e8d2e9;
	border-bottom: 2px solid #ad92ae;
}
.ec00006-box02 p,
.ec00006-box02 li {
	color: #000;
}
.ec00006-box + .ec00006-box {
	margin-top: 30px;
}
.ec00006-box .ec00006-boxInner {
	padding: 45px 50px;
}
.ec00006-box .ec00006-boxInner >:first-child {
	margin-top: 0;
}
.ec00006-box .ec00006-boxTitle {
	margin-top: 55px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
	color: #ff00ff;
	font-weight: bold;
}
.ec00006-box .ec00006-boxText {
	margin-top: 15px;
}
[class*="ec00006-box"] .ec00006-boxLead {
	font-size: 4rem;
	font-weight: bold;
}
[class*="ec00006-box"] .ec00006-boxList {
	margin-top: 15px;
}
[class*="ec00006-box"] .ec00006-boxList02 {
	margin-top: 15px;
}
[class*="ec00006-box"] .ec00006-boxList > li {
	position: relative;
	padding-left: 16px;
}
[class*="ec00006-box"] .ec00006-boxList02 > li {
	position: relative;
	padding-left: 16px;
}
[class*="ec00006-box"] .ec00006-boxList > li + li {
	margin-top: 10px;
}
[class*="ec00006-box"] .ec00006-boxList02 > li + li {
	margin-top: 0;
}
[class*="ec00006-box"] .ec00006-boxList > li a {
	color: #fff;
}
[class*="ec00006-box"] .ec00006-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
[class*="ec00006-box"] .ec00006-boxList02 > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec00006-box .ec00006-boxHr {
	width: calc(100% + 80px);
	height: 3px;
	margin: 55px 0 55px -40px;
	background-image: linear-gradient(to right, #ff00ff, #ff00ff 3px, transparent 3px, transparent 12px);
	background-size: 12px 3px;
}
.ec00006-box .ec00006-boxInquiry {
	text-align: center;
}
.ec00006-box .ec00006-boxInquiry >:first-child {
	margin-top: 0!important;
}
.ec00006-box .ec00006-boxInquiry .ec00006-boxInquiryTxt {
	margin-top: 3px;
	font-size: 1.6rem;
}
.ec00006-box .ec00006-boxInquiry .ec00006-boxInquiryTel {
	margin-top: 3px;
	font-size: 1.6rem;
}
.ec00006-box .ec00006-boxInquiry .ec00006-boxInquiryTel a {
	color: #fff;
	text-decoration: none;
}
.ec00006-box .ec00006-boxImage {
	margin-top: 15px;
	text-align: center;
}
/* text */
.ec00006-lead {
	margin-top: 30px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
}
.ec00006-text {
	margin-top: 25px;
	text-align: center;
	font-size: 2.6rem;
}
.ec00006-noteText {
	position: relative;
	margin-top: 20px;
	padding-left: 18px;
	font-size: 1.8rem;
}
.ec00006-noteText .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec00006-markText {
	margin: 40px auto 0;
	padding: 4px 45px;
	width: fit-content;
	border-radius: 23px;
	background-color: #ff00ff;
	font-size: 2.6rem;
}
.ec00006-iconText {
	margin-top: 80px;
	display: flex;
	align-items: center;
}
.ec00006-iconText.alC {
	justify-content: center;
}
.ec00006-iconText .num {
	flex-shrink: 0;
	margin-right: 10px;
}
.ec00006-iconText .num img {
	width: 60px;
	height: 60px;
}
.ec00006-iconText .text {
	font-size: 2.6rem;
	font-weight: bold;
	background:linear-gradient(transparent 75%, #ff00ff 75%, #ff00ff 83%, transparent 83%);
}
.ec00006-applyText {
	margin-top: 45px;
	text-align: center;
	font-size: 3rem;
	color: #ffff00;
}
/* list */
.ec00006-orderList {
	margin-top: 20px;
}
.ec00006-orderList > li {
	position: relative;
	padding-left: 18px;
	font-size: 1.8rem;
}
.ec00006-orderList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec00006-noteList {
	margin-top: 30px;
	text-align: center;
}
.ec00006-noteList > li {
	font-size: 1.8rem;
}
.ec00006-noteList02 {
	margin-top: 15px;
	text-align: center;
}
.ec00006-noteList02 > li {
	font-size: 1.6rem;
	color: #ff00ff;
}
/* image */
.ec00006-image {
	margin: 70px 0 200px;
	text-align: center;
}
.ec00006-image02 {
	margin-top: 30px;
	text-align: center;
}
/* 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;
}
.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);
}
#cboxContent {
	background-color: #ececec;
}
.cb_close a {
	text-decoration: none;
}
.ec00006-modal-box02 .title-position {
	text-align: center;
}
.ec00006-modal-box02 .ec00006-modal-boxTitle {
	display: inline;
	width: 500px;
	margin: 0 auto;
	padding: 10px 40px;
	border: 2px solid #ff00ff;
	color: #ff00ff;
	background-color: #000;
	font-size: 26px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
.ec00006-modal-column {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.ec00006-modal-column .ec00006-modal-columnItem {
	position: relative;
	width: calc(50% - 20px);
	padding: 30px 25px;
	border-radius: 20px;
	background-color: #ffffff;
}
.ec00006-modal-column .ec00006-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: #ff00ff;
	font-size: 2.5rem;
	color: #000;
}
.ec00006-modal-column .ec00006-modal-columnImageLead {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: 15px;
}
.ec00006-modal-column .ec00006-modal-columnImageLead .ec00006-modal-columnImageLeadImage {
	flex-shrink: 0;
	margin-right: 15px;
}
.ec00006-modal-column .ec00006-modal-columnImageLead .ec00006-modal-columnImageLeadLead {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.ec00006-modal-column .ec00006-modal-columnLeadText {
	font-size: 1.8rem;
	font-weight: bold;
}
.ec00006-modal-link a {
	margin-top: 10px;
	font-size: 1.8rem;
	color: #008191;
}
.ec00006-modal-listWrap[data-col="2"] .ec00006-modal-list {
	display: flex;
	flex-flow: row wrap;
	width: 360px;
}
.ec00006-modal-listWrap[data-col="2"] .ec00006-modal-list > li {
	width: 170px;
}
.ec00006-modal-listWrap[data-col="2"] .ec00006-modal-list > li:nth-of-type(2n) {
	width: 170px;
}
.ec00006-modal-noteList li.ec00006-modal-listColor01 {
	color: #dc322c;
}
.ec00006-modal-list > li {
	position: relative;
	padding-left: 8px;
	font-size: 1.8rem;
	color: #000;
}
.ec00006-modal-list > li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
}
.ec00006-modal-noteList {
	margin-top: 15px;
	line-height: 1.6;
}
.ec00006-modal-noteList > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
	color: #000;
}
.ec00006-modal-noteList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec00006-modal-title {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.ec00006-modal-text {
	margin-top: 20px;
	font-size: 2rem;
}
.ec00006-modal-image {
	margin-top: 20px;
}
.cb_close a {
	text-decoration: none;
}
.btnLink01 {
	margin-top: 20px;
}
.btnLink01 a {
	display: inline-block;
	position: relative;
	padding: 19px 60px 17px 50px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	background-color: #a5001e;
	border-bottom: solid 3px #760015;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
/* floating */
.ec00006-floatingWrap01 {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.ec00006-floatingWrap01 .ec00006-floatingInner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.ec00006-floatingWrap01 .commonFloating  {
	padding: 10px 30px;
}
.ec00006-btnFloatWrap {
	display: flex;
	justify-content: space-between;
}

.ec00006-btn03 {
	position: relative;
	width: calc(50% - 30px);
	background-color: #fff;
}
.ec00006-btn03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 72px;
	background-color: #3ca119;
	border-top: 4px solid #3de304;
	border-left: 4px solid #3de304;
	border-right: 4px solid #2a6f11;
	border-bottom: 4px solid #2a6f11;
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	text-decoration: none;
}
.ec00006-btn03 a:hover {
	opacity: 0.7;
}
.ec00006-btn03.type02 a {
	background-color: #6f2add;
	border-top: 4px solid #924eff;
	border-left: 4px solid #924eff;
	border-right: 4px solid #4c189f;
	border-bottom: 4px solid #4c189f;
}
.ec00006-btn03 a .small {
	font-size: 1.6rem;
}
.ec00006-btn03 a .ec00006-btn03Text {
	line-height: 1;
}
.ec00006-btn02 a:hover {
	opacity: 0.7;
}
.ec00006-btn02 a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 4px;
	background-color: #3de304;
}
.ec00006-btn03 a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #3de304;
}
.ec00006-btn03.type02 a::before,
.ec00006-btn03.type02 a::after {
	background-color: #924eff;
}
.ec00006-btn03 a .ec00006-btn03Text::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 16px;
	height: 25px;
	margin-top: -12.5px;
	background: url("/gecard/ec00006/img-files/index_ic05.png") no-repeat;
}
.btnLink01.type02 a {
	color: #222222;
	background-color: #e6e6e6;
	border-bottom: solid 3px #a5a5a5;
}
.btnLink01.txtSmall a {
	padding: 12px 48px 10px 40px;
	font-size: 1.4rem;
}
.btnLink01.type02 a:hover {
	margin-top: 2px;
	color: #222222;
	background-color: #ebebeb;
	border-bottom: solid 1px #b7b7b7;
}
.btnLink01 a:after, .btnList01 > li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	height: 32px;
	width: 32px;
	margin-top: -14px;
	background: url(/common-files/img/com_btn_ic01.png) no-repeat 0 0;
}
.ModalInner .cb_close a:after {
	right: 10px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	background-image: url(/common-files/img/com_close_ic01.png);
}

@media screen and (max-width: 750px) {
	body{
		min-width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#pageContainer{
		overflow-x: hidden;
	}
	#mainContents{
		width: 100%;
		padding-top: 20px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
	}
	#headerLogo {
		width: auto;
		padding: 5px 0 7px;
	}
	#headerLogo img {
		height: 23px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 37px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		height: auto;
		padding: 8px 0;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: static;
		width: 100%;
		transform: translateX(0);
	}
	.mainVisual .mainVisualInner {
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px 0;
	}
	.mainVisual .mainVisualImage {
		width: 100vw;
		margin-top: -20px;
		margin-left: -10px;
		text-align: left;
	}
	.mainVisual .mainVisualTextWrap {
		position: static;
	}
	.mainVisual .mainVisualImageText {
		position: relative;
		margin-top: 10px;
		z-index: 1;
	}
	.mainVisual .mainVisualText {
		margin-top: 10px;
		text-align: center;
		font-size: 1.3rem;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 98px;
		margin: 10px 0 0;
		padding: 0;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsHdg {
		padding: 5px 10px;
	}
	.newsBox .newsHdg img {
		width: auto;
	}
	.newsBox .content {
		padding: 0px;
		height: 65px;
	}
	.newsBox .contentbox {
		padding: 10px 0 0 10px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 18px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 0;
	}
	.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 auto;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		position:absolute;
		left: 0;
		border-right-width: 6px;
		border-left-width: 6px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top-width: 8px;
	}
	
	/* card
	------------------------------------------------------ */
	.ec00006-cardWrap {
		margin-top: -45px;
		text-align: center;
		border-bottom: 2px solid #ad92ae;
	}
	.ec00006-card {
		width: 100%;
		max-width: 340px;
		height: auto;
		margin: 0 auto;
		padding: 20px 10px;
		text-align: center;
	}
	.ec00006-card .ec00006-cardImage {
		margin-top: 30px;
		padding: 12px 0;
		background: url(/gecard/ec00006/img-files/sp_index_bg01.png) no-repeat center / contain;
	}
	.ec00006-card .ec00006-cardImage img {
		max-width: 225px;
	}
	.ec00006-card .ec00006-cardText01 {
		text-align: center;
		font-size: 1.5rem;
	}
	.ec00006-card .ec00006-cardText02 {
		margin-top: 15px;
		text-align: left;
		font-size: 1.3rem;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap{
		margin: 23px -10px 15px;
		padding: 2px 10px 18px;
	}
	.flow {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 21px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 17px;
		top: -20px;
		right: 50%;
		margin-right: -8px;
		background: url("/gecard/ec00006/img-files/index_ic04.png") no-repeat top left / cover;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 26.5%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 13px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.flow.type02 > li + li {
		margin-top: 30px;
		margin-left: 0;
	}
	.flow.type02 > li + li:after {
		top: -18px;
	}
	.flow.type02 .flowDesc {
		height: 67px;
	}
	.flow.type02 .flowDesc {
		display: table;
		width: 100%;
		height: 61px;
		margin-top: 0;
	}
	.flow.type02 .flowDesc dt {
		width: 18%;
		vertical-align: top;
	}
	.flow.type02 .flowDesc dd {
		width: 82%;
		font-size: 1.2rem;
	}
	.flow.type02 .flowDesc dd {
		padding-top: 0;
	}
	.flow.type02 .flowDesc dd .large {
		font-size: 1.5rem;
	}
	.flow.type02 .flowDesc dd .flow-txtNote01 {
		position: relative;
		margin-top: 5px;
		padding-left: 13px;
		font-size: 1.2rem;
	}
	.flow.type02 .flowDesc dd .flow-txtNote01 .ast {
		position: absolute;
		top: 0;
		left: 0;
	}
	.flow.type02 .list02 .flowDesc dd {
		padding-top: 0;
	}
	/* module
	------------------------------------------------------ */
	
	/* heading */
	.ec00006-heading02 {
		width: 100vw;
		margin: 20px 0 0 -10px;
	}
	.ec00006-heading02-02 {
		margin-top: 30px;
		border-top: 1px solid #fff;
		background-color: #6f2add;
	}
	.ec00006-heading02-02 .ec00006-heading02Inner {
		padding: 15px 10px;
	}
	.ec00006-heading02-02 .ec00006-heading02Title {
		display: flex;
	}
	.ec00006-heading02-02 .ec00006-heading02Title img {
		width: auto;
	}
	/* btn */
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 42px;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 5px;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a:hover {
		opacity: 1;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/ec00006/img-files/index_ic01.png") no-repeat 0 0 / cover;
	}
	.applyBtn {
		margin: 15px 0 0;
	}
	.applyBtn li {
		display: flex;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.applyBtn li::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		height: 2px;
		background-color: #ff8dff;
	}
	.applyBtn li::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 2px;
		height: 2px;
		background-color: #ff8dff;
	}
	.applyBtn li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 45px;
		padding: 5px 27px;
		background-color: #cd23cd;
		border-top: 2px solid #ff8dff;
		border-left: 2px solid #ff8dff;
		border-right: 2px solid #a41aa4;
		border-bottom: 2px solid #a41aa4;
	}
	.applyBtn li:hover {
		opacity: 1;
	}
	.applyBtn li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 9px;
		width: 8px;
		height: 13px;
		margin-top: -7px;
		background: url("/gecard/ec00006/img-files/index_ic05.png") no-repeat 0 0 / cover;
	}
	.ec00006-btnWrap {
		display: block;
		margin-top: 30px;
		margin-bottom: 50px;
		padding: 0 15px;
	}
	.ec00006-btn {
		width: 100%;
	}
	.ec00006-btn + .ec00006-btn {
		margin-top: 15px;
	}
	.ec00006-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 52px;
		padding: 5px 40px;
		background: linear-gradient(to right, #6f2add 0%,#f70fff 100%);
		border-radius: 25px;
		font-size: 1.7rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.ec00006-btn a:hover {
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 2px solid #5b2e40;
	}
	.ec00006-btn a::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 13px;
		margin-top: -7px;
		background: url("/gecard/ec00006/img-files/index_ic05.png") no-repeat 0 0 / cover;
	}
	.ec00006-btn a::after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: repeating-linear-gradient(#fff, #fff 2px, transparent 2px, transparent 6px);
		opacity: 0.2;
	}
	.ec00006-btn02 {
		position: relative;
		width: 100%;
		margin: 25px auto 0;
		background-color: #fff;
	}
	.ec00006-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		min-height: 60px;
		background-color: #3ca119;
		border-top: 2px solid #3de304;
		border-left: 2px solid #3de304;
		border-right: 2px solid #2a6f11;
		border-bottom: 2px solid #2a6f11;
		text-align: center;
		font-size: 2rem;
		color: #fff;
		text-decoration: none;
	}
	.ec00006-btn02.type02 a {
		background-color: #6f2add;
		border-top: 2px solid #924eff;
		border-left: 2px solid #924eff;
		border-right: 2px solid #4c189f;
		border-bottom: 2px solid #4c189f;
	}
	.ec00006-btn02 a .small {
		font-size: 1.3rem;
	}
	.ec00006-btn02 a .ec00006-btn02Text {
		line-height: 1;
	}
	.ec00006-btn02 a:hover {
		opacity: 1;
	}
	.ec00006-btn02 a::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		height: 2px;
		background-color: #3de304;
	}
	.ec00006-btn02 a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 2px;
		height: 2px;
		background-color: #3de304;
	}
	.ec00006-btn02.type02 a::before,
	.ec00006-btn02.type02 a::after {
		background-color: #924eff;
	}
	.ec00006-btn02 a .ec00006-btn02Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 9px;
		width: 8px;
		height: 13px;
		margin-top: -7px;
		background: url(/gecard/ec00006/img-files/index_ic05.png) no-repeat 0 0 / cover;
	}
	/* ec00006-media */
	.ec00006-media {
		display: block;
		margin-top: 0;
		padding: 13px 7px;
		background-color: #e8d2e9;
		border-bottom: 2px solid #ad92ae;
	}
	.ec00006-media .ec00006-mediaHead {
		width: auto;
		margin-right: 0;
	}
	.ec00006-media .ec00006-mediaBody {
		width: auto;
		margin-top: 20px;
	}
	.ec00006-media .ec00006-mediaImage {
	}
	.ec00006-media .ec00006-mediaTxt {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.ec00006-media .ec00006-mediaTxt02 {
		margin-top: 3px;
		font-size: 2rem;
		line-height: 1.2;
		color: #6f2add;
		font-weight: bold;
	}
	.ec00006-media .ec00006-mediaTxt03 {
		margin-top: 10px;
		font-size: 1.3rem;
		color: #000;
	}
	.ec00006-media .ec00006-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.3rem;
	}
	.ec00006-media .ec00006-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00006-media02 {
		display: flex;
		align-items: center;
		position: relative;
		margin-top: 30px;
		padding: 60px 0 0 0;
	}
	.ec00006-media02 .ec00006-iconText {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00006-media02 .ec00006-mediaHead {
		width: 62%;
	}
	.ec00006-media02 .ec00006-mediaBody {
		width: 36%;
		margin-left: 2%;
	}
	.ec00006-media02 .ec00006-mediaText {
		font-size: 1.6rem;
	}
	.ec00006-media02 .ec00006-mediaImage {
		text-align: center;
	}
	/* box */
	.ec00006-box {
		position: relative;
		margin: 30px 0 0;
		background-color: rgba(46, 42, 47, 0.9);
		border-top: 1px solid #fff;
	}
	.ec00006-box02 {
		padding: 15px 10px 25px;
		background-color: #e8d2e9;
		border-bottom: 2px solid #ad92ae;
	}
	.ec00006-box + .ec00006-box {
		margin-top: 20px;
	}
	.ec00006-box .ec00006-boxInner {
		padding: 25px 10px;
	}
	.ec00006-box .ec00006-boxInner >:first-child {
		margin-top: 0;
	}
	.ec00006-box .ec00006-boxTitle {
		margin-top: 40px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.ec00006-box .ec00006-boxText {
		margin-top: 10px;
	}
	[class*="ec00006-box"] .ec00006-boxLead {
		font-size: 2.5rem;
		font-weight: bold;
	}
	[class*="ec00006-box"] .ec00006-boxList {
		margin-top: 10px;
	}
	[class*="ec00006-box"] .ec00006-boxList02 {
		margin-top: 10px;
	}
	[class*="ec00006-box"] .ec00006-boxList > li {
		position: relative;
		padding-left: 13px;
	}
	[class*="ec00006-box"] .ec00006-boxList02 > li {
		position: relative;
		padding-left: 13px;
	}
	[class*="ec00006-box"] .ec00006-boxList > li + li {
		margin-top: 10px;
	}
	[class*="ec00006-box"].ec00006-boxList02 > li + li {
		margin-top: 0;
	}
	[class*="ec00006-box"] .ec00006-boxList > li a {
		color: #fff;
	}
	[class*="ec00006-box"] .ec00006-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	[class*="ec00006-box"] .ec00006-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00006-box .ec00006-boxHr {
		width: 100%;
		height: 2px;
		margin: 35px 0 35px 0;
		background-image: linear-gradient(to right, #df4e69, #df4e69 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.ec00006-box .ec00006-boxInquiry {
		text-align: center;
	}
	.ec00006-box .ec00006-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.ec00006-box .ec00006-boxInquiry .ec00006-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.ec00006-box .ec00006-boxInquiry .ec00006-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.ec00006-box .ec00006-boxInquiry .ec00006-boxInquiryTel a {
		color: #fff;
		text-decoration: none;
	}
	.ec00006-box .ec00006-boxImage {
		margin: 10px 5% 0;
		text-align: center;
	}
	/* text */
	.ec00006-lead {
		margin-top: 15px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.ec00006-text {
		margin-top: 20px;
		text-align: left;
		font-size: 1.6rem;
	}
	.ec00006-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.ec00006-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00006-markText {
		margin: 30px auto 0;
		padding: 2px 30px;
		width: fit-content;
		border-radius: 15px;
		background-color: #ff00ff;
		font-size: 1.8rem;
	}
	.ec00006-iconText {
		margin-top: 25px;
		display: flex;
		align-items: center;
	}
	.ec00006-iconText.alC {
		justify-content: flex-start;
	}
	.ec00006-iconText .num {
		flex-shrink: 0;
		margin-right: 10px;
	}
	.ec00006-iconText .num img {
		width: 35px;
		height: 35px;
	}
	.ec00006-iconText .text {
		font-size: 2.2rem;
		font-weight: bold;
		background:linear-gradient(transparent 75%, #ff00ff 75%, #ff00ff 83%, transparent 83%);
	}
	.ec00006-applyText {
		margin-top: 25px;
		text-align: center;
		font-size: 1.6rem;
		color: #ffff00;
	}
	/* list */
	.ec00006-orderList {
		margin-top: 10px;
	}
	.ec00006-orderList > li {
		position: relative;
		padding-left: 14px;
		font-size: 1.2rem;
	}
	.ec00006-orderList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00006-noteList {
		margin-top: 30px;
		text-align: left;
	}
	.ec00006-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.ec00006-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00006-noteList02 {
		margin-top: 15px;
		text-align: left;
	}
	.ec00006-noteList02 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		color: #ff00ff
	}
	.ec00006-noteList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.ec00006-image {
		margin: 35px 15% 100px;
		text-align: center;
	}
	.ec00006-image02 {
		margin-top: 15px;
		text-align: center;
	}
	/* modal */
	.modalInlineWrapper {
		display: none;
	}
	#cboxContent {
		overflow: visible !important;
	}
	#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;
	}
	.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;
	}
	.ec00006-modal-box02 .ec00006-modal-boxTitle {
		display: inline;
		width: 300px;
		margin: 0 auto 0;
		padding: 10px 40px;
		border: 2px solid #ff00ff;
		color: #ff00ff;
		background-color: #000;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.ec00006-modal-column {
		display: block;
		margin-top: 30px;
	}
	.ec00006-modal-column .ec00006-modal-columnItem {
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		background-color: #ffffff;
	}
	.ec00006-modal-column .ec00006-modal-columnItem + .ec00006-modal-columnItem {
		margin-top: 20px;
	}
	.ec00006-modal-column .ec00006-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: #ff00ff;
		font-size: 1.5rem;
		color: #000;
	}
	.ec00006-modal-column .ec00006-modal-columnImageLead {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.ec00006-modal-column .ec00006-modal-columnImageLead .ec00006-modal-columnImageLeadImage {
		flex-shrink: 0;
		width: 50px;
		margin-right: 10px;
	}
	.ec00006-modal-column .ec00006-modal-columnImageLead .ec00006-modal-columnImageLeadLead {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.ec00006-modal-column .ec00006-modal-columnLeadText {
		font-size: 1.3rem;
		font-weight: bold;
	}
	.ec00006-modal-list > li {
		position: relative;
		padding-left: 5px;
		font-size: 1.3rem;
	}
	.ec00006-modal-list > li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #333;
	}
	.ec00006-modal-noteList {
		margin-top: 5px;
	}
	.ec00006-modal-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.ec00006-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00006-modal-link {
		margin-top: 10px;
	}
	.ec00006-modal-link a {
		font-size: 1.2rem;
	}
	.btnLink01.txtSmall a {
		padding: 12px 48px 10px 40px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.btnLink01.type02 a {
		width: 100%;
		color: #222222;
		background-color: #e6e6e6;
		border-bottom: solid 3px #a5a5a5;
	}
	.cb_close a {
		text-decoration: none;
	}
	.btnLink01 a:after, .btnList01 > li a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 11px;
		height: 32px;
		width: 32px;
		margin-top: -14px;
		background: url(/common-files/img/com_btn_ic01.png) no-repeat 0 0;
	}
	.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;
	}
	/* floating */
	.ec00006-floatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		background: none;
		z-index: 9999;
	}
	.ec00006-floatingWrap01 .ec00006-floatingInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		background: rgba(0, 0, 0, 0.5);
	}
	.ec00006-floatingWrap01 .commonFloating {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.base-btnFloatWrap {
		display: flex;
		justify-content: space-between;
	}
	.ec00006-btn03 {
		margin-top: 0;
		width: calc(50% - 4px);
		position: relative;
		background: none;
	}
	.ec00006-btn03 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		min-height: 40px;
		padding: 5px 8px;
		background-color: #3ca119;
		border-top: 2px solid #3de304;
		border-left: 2px solid #3de304;
		border-right: 2px solid #2a6f11;
		border-bottom: 2px solid #2a6f11;
		text-align: center;
		font-size: 1.3rem;
		color: #fff;
		text-decoration: none;
	}
	.ec00006-btn03 a:hover {
		opacity: 1;
	}
	.ec00006-btn03.type02 a {
		background-color: #6f2add;
		border-top: 2px solid #924eff;
		border-left: 2px solid #924eff;
		border-right: 2px solid #4c189f;
		border-bottom: 2px solid #4c189f;
	}
	.ec00006-btn03 a .small {
		font-size: 1rem;
	}
	.ec00006-btn03 a .ec00006-btn03Text {
		line-height: 1;
	}
	.ec00006-btn03 a:hover {
		opacity: 1;
	}
	.ec00006-btn03 a::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		height: 2px;
		background-color: #3de304;
	}
	.ec00006-btn03 a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 2px;
		height: 2px;
		background-color: #3de304;
	}
	.ec00006-btn03.type02 a::before,
	.ec00006-btn03.type02 a::after {
		background-color: #924eff;
	}
	.ec00006-btn03 a .ec00006-btn03Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 13px;
		margin-top: -7px;
		background: url(/gecard/ec00006/img-files/index_ic05.png) no-repeat 0 0 / cover;
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}