@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/ec00010/ec00010.css
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background-color: #fff;
}
.colorRed {
	color: #a40000!important;
}
#pageContainer {
	background: url("/gecard/ec00010/img-files/index_bg01.jpg") repeat top / 400px;
}
/* header
------------------------------------------------------ */
#header {
	background-color: #321e14;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #000;
}
p,ul,ol,div {
	color: #000;
}
/* footer
------------------------------------------------------ */
#footer {
	background: #321e14;
}
#copyright {
		color: #fff;
	}
.newsBox .contentbox li .txt {
	display: table-cell;
}
/* flow
------------------------------------------------------ */
.flow--wrap {
	margin-top: 55px;
}
.flow > li {
	float: left;
	width: 280px;
	min-height: 280px;
	margin-right: 25px;
	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/ec00010/img-files/pc_index_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/ec00010/img-files/pc_index_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/ec00010/img-files/pc_index_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/ec00010/img-files/pc_index_flow04.png");}
.flow.type02 > li:last-child {margin-right: 0;}
.flow.type02 > li.list01 {background-image: url("/gecard/ec00010/img-files/pc_index_flow05.png");}
.flow.type02 > li.list02 {background-image: url("/gecard/ec00010/img-files/pc_index_flow06.png");}
.flow.type02 > li.list03 {background-image: url("/gecard/ec00010/img-files/pc_index_flow07.png");}
.flow.type02 > li.list04 {background-image: url("/gecard/ec00010/img-files/pc_index_flow08.png");}
.flow.type02 .flowDesc dd {
	padding-top: 118px;
}
.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: #000;
}
.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: 85px 10px 0;
}
@media screen and (min-width: 751px) {
	.txtLarge {
		font-size: 2.0rem;
	}
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	/* header
------------------------------------------------------ */
	#header {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		border: none;
	} 
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 8px 30px 5px;
	}
	#header #headerLogo .headerLogoImages {
		width: 356px;
	}
	/* layout
------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 25px 30px 40px;
	}
/* 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;
	}
	/* mainVisual
------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
		}
	.mainVisual .mainVisualImageText {
		margin-top: 20px;
	}
	.mainVisual .mainVisualText {
		margin-top: 15px;
		text-align: center;
		font-size: 1.6rem;
	}
	/* news
------------------------------------------------------ */
	.newsBox {
		position: relative;
		width: 100%;
		height: 139px;
		margin-top: 42px;
		border: 1px solid #fff;
		border-top: none;
		color: #fff;
		padding-top: 1px;
	}
	.newsBox .newsBoxInner {
		padding: 20px 0 10px;
	}
	.newsBox .newsBoxHeading {
		position: absolute;
		top: -10px;
		left: 35px;
		width: 84px;
		box-sizing: border-box;
	}
	.newsBox::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 30px;
		height: 1px;
		background-color: #fff;
	}
	.newsBox::after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: calc(100% - 124px);
		height: 1px;
		background-color: #fff;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		padding: 0px 0 0 25px;
		height: 106px;
	}
	.newsBox .contentbox {
		padding: 10px 0 10px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.newsBox .contentbox li {
		display: table;
		margin-bottom: 10px;
	}
	.newsBox .contentbox li .date {
		color: #000;
		display: table-cell;
		padding-right: 5px;
		width: 145px;
	}
	.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;
		padding: 4px 3px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 15px;
		background-color: #fff;
		-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 #fff;
		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 #fff;
		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: "";
	}
	/* section
------------------------------------------------------ */
	.ec00010-section01 {
		margin-top: 100px;
	}
	.ec00010-section02 {
		margin-top: 40px;
	}
	.ec00010-section01 + .ec00010-section02 {
		margin-top: 10px;
	}
	.ec00010-section01 >:first-child {
		margin-top: 0 !important;
	}
	.ec00010-section02 >:first-child {
		margin-top: 0 !important;
	}
	/* card
------------------------------------------------------ */
	.ec00010-card {
		margin-top: 43px;
		padding: 67px 50px 36px;
		background: url("/gecard/ec00010/img-files/index_bg03.jpg") repeat;
	}
	.ec00010-card .ec00010-cardImage {
		text-align: center;
	}
	.ec00010-card .ec00010-mediaNoteList {
		margin-top: 40px;
	}
	.ec00010-card .ec00010-mediaNoteList.list-center {
		text-align: center;
	}
	.ec00010-card .ec00010-mediaNoteList.list-center li {
		margin-left: auto;
		margin-right: auto;
		width: fit-content;
	}
	.ec00010-card .ec00010-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.ec00010-card .ec00010-mediaNoteList li +li {
		margin-top: 10px;
	}
	.ec00010-card .ec00010-mediaNoteList  li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-card .ec00010-cardText01 {
		margin-top: 40px;
		text-align: center;
		font-size: 3.0rem;
		color: #000;
		font-weight: bold;
	}
	/* heading */
	.ec00010-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-top: 100px;
		transform: translateX(-50%);
	}
	.ec00010-heading02Sub {
			font-size: 2.6rem;
			font-weight: normal;
		}
	.ec00010-heading02-02 {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: flex-end;
		border-bottom: 1px solid #590a38;
		border-image: linear-gradient(to right, #590a38 0%, #ff7c00 100%);
		border-image-slice: 1;
		padding-top: 40px;
		margin-top: 50px;
	}
	.ec00010-heading02-02 .ec00010-heading02Title {
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 3.4rem;
	}
	.ec00010-heading02-02 .ec00010-heading02Title::before {
		content: "";
		position: absolute;
		background: url("/gecard/ec00010/img-files/index_ic06.png") no-repeat 0 0 / contain;
		width: 196px;
		height: 20px;
		top: -39px;
		left: 0;
		right: 0;
		margin: auto;
	}
	/* btn */
	.ec00010-btnWrap {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
		margin-bottom: 110px;
		padding: 0 40px ;
	}
	.ec00010-btnWrap {
		display: flex;
		justify-content: space-between;
		margin: 77px 0 120px;
		padding: 0 20px;
	}
	.ec00010-btn {
		width: calc(50% - 25px);
		background: linear-gradient(135deg, #f6a043 0%,#b44d1f 32%,#702913 40%,#fed7a1 47%,#ca770d 94%);
		height: 86px;
		padding: 1px;
	}
	.ec00010-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 5px 60px;
		font-size: 2.8rem;
		color: #321e14;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		background-color: #dbb793;
		transition: 0.3s all ease-out;
	}
	.ec00010-btn a:hover {
		opacity: 0.7;
		background-color: #fff;
		color: #000;
	}
	.ec00010-btn a::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 15px;
		height: 25px;
		margin-top: -12.5px;
		background: url("/gecard/ec00010/img-files/index_ic02.png") no-repeat;
	}
	
	/* media */
	.ec00010-media {
		display: flex;
		flex-flow: row wrap;
		margin-top: 0;
		padding: 50px 0 5px 0;
	}
	.ec00010-media .ec00010-mediaHead {
		width: 40%;
		margin-right: 2.8%;
	}
	.ec00010-media .ec00010-mediaBody {
		width: 56%;
	}
	.ec00010-media .ec00010-mediaTxt {
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.ec00010-media .ec00010-mediaImage {
		text-align: center;
	}
	.ec00010-media .ec00010-mediaTxt02 {
		margin-top: 10px;
		font-size: 2.8rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.ec00010-media .ec00010-mediaTxt03 {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.ec00010-media .ec00010-mediaNoteList {
		margin-top: 40px;
	}
	.ec00010-media .ec00010-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.ec00010-media .ec00010-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-media02 {
		display: flex;
		align-items: center;
		margin-top: 40px;
		padding: 0 100px;
	}
	.ec00010-media02 .ec00010-mediaText {
		margin-top: 30px;
		font-size: 2.6rem;
	}
	.ec00010-media02 .ec00010-mediaImage {
	text-align: center;
}
	.ec00010-media02 .ec00010-media02-inner {
		margin-top: 50px;
	}
	.ec00010-media02 .ec00010-media02Text {
		font-size: 4.0rem;
		font-weight: bold;
	}
	.ec00010-media02 .ec00010-mediaNoteList {
		margin-top: 38px;
	}
	.ec00010-media02 .ec00010-mediaHead {
		width: 60%;
	}
	.ec00010-media02 .ec00010-mediaHead >:first-child {
		margin-top: 0 !important;
	}.ec00010-media02 .ec00010-mediaBody {
		width: 35%;
		margin-left: 5%;
	}
	/* box */
	.ec00010-box {
		position: relative;
		margin-top: 60px;
		background: url("/gecard/ec00010/img-files/index_bg02.jpg") repeat;
	}
	.ec00010-box + .ec00010-box {
		margin-top: 30px;
	}
	.ec00010-box .ec00010-boxInner {
		padding: 35px 50px 45px;
	}
	.ec00010-box .ec00010-boxInner >:first-child {
		margin-top: 0;
	}
	.ec00010-box .ec00010-boxTitle {
		margin-top: 24px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 2rem;
		color: #a40000;
		font-weight: bold;
	}
	.ec00010-box .ec00010-boxText {
		margin-top: 15px;
	}
	[class*="ec00010-box"] .ec00010-boxLead {
		font-size: 4rem;
		font-weight: bold;
		margin-top: 48px;
	}
	[class*="ec00010-box"] .ec00010-boxList {
		margin-top: 15px;
	}
	[class*="ec00010-box"] .ec00010-boxList02 {
		margin-top: 15px;
	}
	[class*="ec00010-box"] .ec00010-boxList > li {
		position: relative;
		padding-left: 16px;
	}
	[class*="ec00010-box"] .ec00010-boxList02 > li {
		position: relative;
		padding-left: 16px;
	}
	[class*="ec00010-box"] .ec00010-boxList > li + li {
		margin-top: 10px;
	}
	[class*="ec00010-box"] .ec00010-boxList02 > li + li {
		margin-top: 0;
	}
	[class*="ec00010-box"] .ec00010-boxList > li a {
		color: #fff;
	}
	[class*="ec00010-box"] .ec00010-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	[class*="ec00010-box"] .ec00010-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-box .ec00010-boxHr {
		width: calc(100% + 80px);
		height: 3px;
		margin: 30px 0 24px -40px;
		background-image: linear-gradient(to right, #cc7d29, #cc7d29 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.ec00010-box .ec00010-boxInquiry {
		text-align: center;
	}
	.ec00010-box .ec00010-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.ec00010-box .ec00010-boxInquiry .ec00010-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.6rem;
	}
	.ec00010-box .ec00010-boxInquiry .ec00010-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.6rem;
	}
	.ec00010-box .ec00010-boxInquiry .ec00010-boxInquiryTel a {
		color: #000;
		text-decoration: none;
	}
	.ec00010-box .ec00010-boxImage {
		margin-top: 15px;
		text-align: center;
	}
	/* text */
	.ec00010-textWrap {
		text-align: center;
	}
	.ec00010-headText {
		font-size: 3.0rem;
	}
	.ec00010-text01 {
		margin-top: 23px;
	}
	.ec00010-lead {
		margin-top: 30px;
		text-align: center;
		font-size: 3.5rem;
		font-weight: bold;
	}
	.ec00010-text {
		margin-top: 25px;
		text-align: center;
		font-size: 2.6rem;
	}
	.ec00010-noteText {
		position: relative;
		margin-top: 20px;
		padding-left: 18px;
		font-size: 1.8rem;
	}
	.ec00010-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-applyText {
		margin-top: 45px;
		text-align: center;
		font-size: 3rem;
		color: #ffff00;
	}
	.ec00010-markText {
		margin: 40px auto 0;
		padding: 0 3px;
		width: fit-content;
		font-size: 3.0rem;
		border-bottom: 1px solid #590a38;
		border-image: linear-gradient(to right, #590a38 0%, #ff7c00 100%);
		border-image-slice: 1;
		line-height: 1.1;
	}
	.ec00010-iconText {
		margin-top: 80px;
		display: flex;
		align-items: center;
	}
	.ec00010-iconText.alC {
		justify-content: center;
	}
	.ec00010-iconText .num {
		flex-shrink: 0;
		margin-right: 10px;
	}
	.ec00010-iconText .num img {
		width: 60px;
		height: 60px;
	}
	.ec00010-iconText .text {
		font-size: 3.6rem;
		font-weight: bold;
		background:linear-gradient(transparent 75%, #cc7d29 75%, #cc7d29 83%, transparent 83%);
	}
	.ec00010-announceText {
		font-size: 3.0rem;
		color: #a40000;
		text-align: center;
		margin-top: 65px;
	}
	/* list */
	.ec00010-noteList {
		margin-top: 30px;
		text-align: center;
	}
	.ec00010-noteList > li {
		font-size: 1.8rem;
	}
	.ec00010-noteList02 {
		margin-top: 15px;
		text-align: center;
	}
	.ec00010-noteList02 > li {
		font-size: 1.6rem;
		color: #874113;
	}
	/* image */
	.ec00010-image {
		margin: 70px 0 200px;
		text-align: center;
	}
	.ec00010-image02 {
		margin-top: 38px;
		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);
	}
	/* floating */
	.ec00010-floatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.ec00010-floatingWrap01 .ec00010-floatingInner {
		position: relative;
		width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.ec00010-floatingWrap01 .commonFloating  {
		padding: 20px 0 23px;
	}
	.ec00010-btnFloatWrap {
		display: flex;
		justify-content: space-between;
	}

	.ec00010-btn03 {
		position: relative;
		width: calc(50% - 30px);
		background-color: #fff;
	}
	.ec00010-btn03 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 72px;
		background: url("/gecard/ec00010/img-files/pc_index_bg04.png") no-repeat;
		text-align: center;
		font-size: 2.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.ec00010-btn03 a:hover {
		opacity: 0.7;
	}
	.ec00010-btn03.type02 a {
		background: url("/gecard/ec00010/img-files/pc_index_bg05.png") no-repeat;
	}
	.ec00010-btn03 a .small {
		font-size: 1.6rem;
	}
	.ec00010-btn03 a .ec00010-btn03Text {
		line-height: 0.8;
	}
	.ec00010-btn03 a .ec00010-btn03Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: url("/gecard/ec00010/img-files/index_ic05.png") no-repeat 0 0 / contain;
	}
	.ec00010-btn02 {
		position: relative;
		width: 750px;
		margin: 50px auto 0;
		background-color: #fff;
	}
	.ec00010-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
		background: url("/gecard/ec00010/img-files/pc_index_bg06.png") no-repeat;
		text-align: center;
		font-size: 3.6rem;
		color: #000;
		text-decoration: none;
		transition: 0.3s all ease-out;
		padding: 5px 70px;
	}
	.ec00010-btn02.type02 a {
		background: url("/gecard/ec00010/img-files/pc_index_bg07.png") no-repeat;
	}
	.ec00010-btn02 a .small {
		font-size: 2rem;
	}
	.ec00010-btn02 a .ec00010-btn02Text {
		line-height: 0.8;
	}
	.ec00010-btn02 a:hover {
		opacity: 0.7;
	}
	.ec00010-btn02 a .ec00010-btn02Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 30px;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background: url("/gecard/ec00010/img-files/index_ic08.png") no-repeat 0 0 / contain;
	}
	.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;
	}
	#cboxContent {
		background-color: #ececec;
	}
	.cb_close a {
		text-decoration: none;
	}
	.ec00010-modal-box02 .title-position {
		text-align: center;
	}
	.ec00010-modal-box02 .ec00010-modal-boxTitle {
		display: inline;
		width: 500px;
		margin: 0 auto;
		padding: 10px 40px;
		color: #fff;
		background-color: #321E15;
		font-size: 26px;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	.ec00010-modal-column {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.ec00010-modal-column .ec00010-modal-columnItem {
		position: relative;
		width: calc(50% - 20px);
		padding: 30px 25px;
		border-radius: 20px;
		background-color: #fff;
	}
	.ec00010-modal-column .ec00010-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: #DBB793;
		font-size: 2.5rem;
		color: #fff;
	}
	.ec00010-modal-column .ec00010-modal-columnImageLead {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		margin-bottom: 15px;
	}
	.ec00010-modal-column .ec00010-modal-columnImageLead .ec00010-modal-columnImageLeadImage {
		flex-shrink: 0;
		margin-right: 15px;
	}
	.ec00010-modal-column .ec00010-modal-columnImageLead .ec00010-modal-columnImageLeadLead {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.2;
		color: #000;
	}
	.ec00010-modal-column .ec00010-modal-columnLeadText {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.ec00010-modal-link a {
		margin-top: 10px;
		font-size: 1.8rem;
		color: #008191;
	}
	.ec00010-modal-listWrap[data-col="2"] .ec00010-modal-list {
		display: flex;
		flex-flow: row wrap;
		width: 360px;
	}
	.ec00010-modal-listWrap[data-col="2"] .ec00010-modal-list > li {
		width: 170px;
	}
	.ec00010-modal-listWrap[data-col="2"] .ec00010-modal-list > li:nth-of-type(2n) {
		width: 170px;
	}
	.ec00010-modal-noteList li.ec00010-modal-listColor01 {
		color: #dc322c;
	}
	.ec00010-modal-list > li {
		position: relative;
		padding-left: 8px;
		font-size: 1.8rem;
		color: #000;
	}
	.ec00010-modal-list > li::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #333;
	}
	.ec00010-modal-noteList {
		margin-top: 15px;
		line-height: 1.6;
	}
	.ec00010-modal-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		color: #000;
	}
	.ec00010-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-modal-title {
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
	}
	.ec00010-modal-text {
		margin-top: 20px;
		font-size: 2rem;
	}
	.ec00010-modal-image {
		margin-top: 20px;
	}
	.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;
	}
	.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/ec00010/img-files/index_ic07.png") no-repeat 0 0 / cover;
	}
	/* applyBtn */
	.applyButtonWrap {
		margin-top: 42px;
		text-align: center;
	}
	.applyButtonWrap .applyButton a {
		transition: all 0.3s ease-out;
	}
	.applyButtonWrap .applyButton a:hover {
		opacity: 0.7;
	}
	.applyBtn {
		margin-top: 42px;
	}
	.applyBtn > li {
		text-align: center;
	}
	.applyBtn > li > a {
		transition: 0.3s all ease-out;
	}
	.applyBtn > li > a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.3rem;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
		border: none;
	}
	#headerLogo {
		padding: 5px 0 7px;
	}
	#header #headerLogo .headerLogoImages {
	width: 251px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding-top: 17px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		margin-top: 0;
		display: flex;
		justify-content: center;
		border: none;
		height: auto;
		padding: 8px 0;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 0.8rem;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		text-align: center;
		width: 100%;
		left: auto;
	}
	.mainVisual .mainVisualImageText {
		position: relative;
		margin-top: 10px;
		z-index: 1;
	}
	.mainVisual .mainVisualText {
		margin-top: 10px;
		text-align: center;
		font-size: 1.3rem;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		position: relative;
		width: auto;
		height: 110px;
		margin: 35px 0 0;
		padding: 0;
		border: 1px solid #fff;
		border-top: none;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsBoxInner {
		padding: 20px 0 5px;
	}
		.newsBox .newsBoxHeading {
		position: absolute;
		top: -8px;
		left: 18px;
		margin: auto;
		width: 73px;
		box-sizing: border-box;
	}
	.newsBox::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 13px;
		height: 1px;
		background-color: #fff;
	}
	.newsBox::after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: calc(100% - 97px);
		height: 1px;
		background-color: #fff;
	}
	.newsBox .content {
		padding: 0px;
		height: 82px;
	}
	.newsBox .contentbox {
		padding: 0 0 0 10px;
		font-size: 1.3rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		display: table-cell;
		color: #000;
		width: 80px;
		padding-right: 10px;
		padding-left: 0;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 18px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 10px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		padding: 4px 2px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #fff;
		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: 13px;
		height:11px;
		opacity: 1;
	}
	.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{
		position: absolute;
		right: 0;
		margin: auto;
		display: block;
		content: "";
		top: 0;
		border-bottom: 9px solid #fff;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		width: 0;
		right: 0;
		margin: auto;
		display: block;
		content: "";
		height: 0;
		bottom: 0;
		border-top: 9px solid #fff;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
	}
	/* section
------------------------------------------------------ */
	.ec00010-section01 {
		margin-top: 44px;
	}
	.ec00010-section02 {
		margin-top: 20px;
	}
	.ec00010-section01 + .ec00010-section02 {
		margin-top: 10px;
	}
	/* card
	------------------------------------------------------ */
	.ec00010-card {
		width: 100%;
		max-width: 340px;
		height: auto;
		background: url("/gecard/ec00010/img-files/index_bg03.jpg") repeat 0 0 / 155px 164px;
		margin: 25px auto 0;
		padding: min(9vw, 30px) min(3vw, 10px) min(6vw, 20px);
	}
	.ec00010-card .ec00010-cardImage {
		text-align: center;
		margin: 0 10px;
	}
	.ec00010-card .ec00010-mediaNoteList {
		margin-top: 20px;
	}
	.ec00010-card .ec00010-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.3rem;
	}
	.ec00010-card .ec00010-mediaNoteList li +li {
	margin-top: 7px;
}
	.ec00010-card .ec00010-mediaNoteList  li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-card .ec00010-cardText01 {
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 20px;
	}
	/* heading */
	.ec00010-heading02 {
		width: 100vw;
		margin: 33px 0 0 -10px;
	}
	.ec00010-heading02Sub {
		font-size: 1.7rem;
		font-weight: normal;
	}
	.ec00010-heading02-02 {
		position: relative;
		margin-top: 55px;
		padding: 0 10px;
		border-bottom: 1px solid #590a38;
		border-image: linear-gradient(to right, #590a38 0%, #ff7c00 100%);
		border-image-slice: 1;
	}
	.ec00010-heading02-02 .ec00010-heading02Title {
		width: 100%;
		text-align: center;
		font-size: 2.1rem;
	}
	.ec00010-heading02-02 .ec00010-heading02Title::before {
		content: "";
		position: absolute;
		background: url("/gecard/ec00010/img-files/index_ic06.png") no-repeat 0 0 / contain;
		width: 196px;
		height: 20px;
		top: -32px;
		left: 0;
		right: 0;
		margin: auto;
	}
	/* btn */
	.ec00010-btnWrap {
		display: block;
		justify-content: space-between;
		margin-top: 25px;
		margin-bottom: 66px;
		padding: 0 10px;
	}
	.ec00010-btn {
		width: 100%;
		background: linear-gradient(135deg, #f6a043 0%,#b44d1f 32%,#702913 40%,#fed7a1 47%,#ca770d 94%);
		height: 50px;
		padding: 1px;
	}
	.ec00010-btn +.ec00010-btn {
		margin-top: 16px;
	}
	.ec00010-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 48px;
		padding: 5px 40px;
		font-size: 1.7rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		background-color: #dbb793;
	}
	.ec00010-btn a:hover {
		opacity: 1;
	}
	.ec00010-btn a::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 13px;
		margin-top: -7px;
		background: url("/gecard/ec00010/img-files/index_ic02.png") no-repeat 0 0 / cover;
	}
	/* btn */
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 38px;
		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/ec00010/img-files/index_ic07.png") no-repeat 0 0 / cover;
	}
	/* ec00010-media */
	.ec00010-media {
		display: block;
		margin-top: 0;
		padding: 16px 10px 5px;
	}
	.ec00010-media .ec00010-mediaHead {
		width: auto;
		margin-right: 0;
	}
	.ec00010-media02 .ec00010-mediaHead >:first-child {
	margin-top: 0 !important;
}
	.ec00010-media .ec00010-mediaBody {
		width: auto;
		margin-top: 16px;
	}
	.ec00010-media .ec00010-mediaImage {
		text-align: center;
	}
	.ec00010-media .ec00010-mediaTxt {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.ec00010-media .ec00010-mediaTxt02 {
		margin-top: 3px;
		font-size: 2rem;
		line-height: 1.2;
		color: #6f2add;
		font-weight: bold;
	}
	.ec00010-media .ec00010-mediaTxt03 {
		font-size: 1.3rem;
	}
	.ec00010-media .ec00010-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.3rem;
	}
	.ec00010-media .ec00010-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-media02 {
		display: flex;
		align-items: center;
		position: relative;
		margin-top: 30px;
		padding: 60px 0 0 0;
	}
	.ec00010-media02 .ec00010-mediaText {
		margin-top: 30px;
		font-size: 1.6rem;
	}
	.ec00010-media02 .ec00010-mediaHead {
		width: 62%;
	}
	.ec00010-media02 .ec00010-mediaBody {
		width: 36%;
		margin-left: 2%;
	}
	.ec00010-media02 .ec00010-media02-inner {
		margin-top: 22px;
	}
	.ec00010-media02 .ec00010-media02Text {
		font-size: 2.5rem;
		font-weight: bold;
	}
	.ec00010-media02 .ec00010-mediaNoteList {
		margin-top: 17px;
	}
	.ec00010-media02 .ec00010-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.3rem;
	}
	.ec00010-media02 .ec00010-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.ec00010-box {
		position: relative;
		margin: 25px 0 0;
		background: url("/gecard/ec00010/img-files/index_bg02.jpg") repeat;
	}
	.ec00010-box + .ec00010-box {
		margin-top: 20px;
	}
	.ec00010-box .ec00010-boxInner {
		padding: 25px 10px;
	}
	.ec00010-box .ec00010-boxInner >:first-child {
		margin-top: 0;
	}
	.ec00010-box .ec00010-boxTitle {
		margin-top: 18px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: #a40000;
		font-weight: bold;
	}
	.ec00010-box .ec00010-boxText {
		margin-top: 10px;
	}
	[class*="ec00010-box"] .ec00010-boxLead {
		font-size: 2.5rem;
		font-weight: bold;
		margin-top: 20px;
	}
	[class*="ec00010-box"] .ec00010-boxList {
		margin-top: 10px;
	}
	[class*="ec00010-box"] .ec00010-boxList02 {
		margin-top: 10px;
	}
	[class*="ec00010-box"] .ec00010-boxList > li {
		position: relative;
		padding-left: 13px;
	}
	[class*="ec00010-box"] .ec00010-boxList02 > li {
		position: relative;
		padding-left: 13px;
	}
	[class*="ec00010-box"] .ec00010-boxList > li + li {
		margin-top: 10px;
	}
	[class*="ec00010-box"].ec00010-boxList02 > li + li {
		margin-top: 0;
	}
	[class*="ec00010-box"] .ec00010-boxList > li a {
		color: #fff;
	}
	[class*="ec00010-box"] .ec00010-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	[class*="ec00010-box"] .ec00010-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-box .ec00010-boxHr {
		width: 100%;
		height: 2px;
		margin: 18px 0 18px 0;
		background-image: linear-gradient(to right, #cc7d29, #cc7d29 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.ec00010-box .ec00010-boxInquiry {
		text-align: center;
	}
	.ec00010-box .ec00010-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.ec00010-box .ec00010-boxInquiry .ec00010-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.ec00010-box .ec00010-boxInquiry .ec00010-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.ec00010-box .ec00010-boxInquiry .ec00010-boxInquiryTel a {
		color: #000;
		text-decoration: none;
	}
	.ec00010-box .ec00010-boxImage {
		margin: 10px 5% 0;
		text-align: center;
	}
	/* text */
	.ec00010-textWrap {
		text-align: center;
	}
	.ec00010-headText {
	font-size: 2.0rem;
	}
	.ec00010-text01 {
		margin-top: 15px;
	}
	.ec00010-lead {
		margin-top: 15px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.ec00010-text {
		margin-top: 17px;
		text-align: left;
		font-size: 1.6rem;
	}
	.ec00010-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.ec00010-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-applyText {
		margin-top: 25px;
		text-align: center;
		font-size: 1.6rem;
		color: #ffff00;
	}
	.ec00010-markText {
		margin: 17px auto 0;
		padding: 0 3px;
		width: fit-content;
		font-size: 1.8rem;
		border-bottom: 1px solid #590a38;
		border-image: linear-gradient(to right, #590a38 0%, #ff7c00 100%);
		border-image-slice: 1;
		line-height: 1.1;
	}
	.ec00010-iconText {
		margin-top: 25px;
		display: flex;
		align-items: center;
	}
	.ec00010-iconText .num {
		flex-shrink: 0;
		margin-right: 10px;
	}
	.ec00010-iconText .num img {
		width: 35px;
		height: 35px;
	}
	.ec00010-iconText .text {
		font-size: 2.0rem;
		font-weight: bold;
		background:linear-gradient(transparent 75%, #cc7d29 75%, #cc7d29 83%, transparent 83%);
	}
	.ec00010-announceText {
		font-size: 1.6rem;
		color: #a40000;
		text-align: center;
		margin-top: 20px;
	}
	.ec00010-media02 .ec00010-iconText {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* list */
	.ec00010-noteList {
		margin-top: 30px;
		text-align: left;
	}
	.ec00010-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.ec00010-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-noteList02 {
		margin-top: 15px;
		text-align: left;
	}
	.ec00010-noteList02 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		color: #874113;
	}
	.ec00010-noteList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.ec00010-image {
		margin: 35px 15% 100px;
		text-align: center;
	}
	.ec00010-image02 {
		margin-top: 26px;
		text-align: center;
	}
	
	/* floating */
	.ec00010-floatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.ec00010-floatingWrap01 .ec00010-floatingInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.ec00010-floatingWrap01 .commonFloating {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.ec00010-btnFloatWrap {
		display: flex;
		justify-content: space-between;
	}

	.ec00010-btn03 {
		position: relative;
		width: calc(50% - 4px);
		background-color: #fff;
		justify-content: space-between;
	}
	.ec00010-btn03 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		min-height: 40px;
		padding: 5px 18px 5px 8px;
		background: url("/gecard/ec00010/img-files/pc_index_bg04.png") no-repeat top center/ cover;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.ec00010-btn03 a:hover {
		opacity: 1;
	}
	.ec00010-btn03.type02 a {
		background: url("/gecard/ec00010/img-files/pc_index_bg05.png") no-repeat top center/ cover;
	}
	.ec00010-btn03 a .small {
		font-size: 0.9rem;
	}
	.ec00010-btn03 a .ec00010-btn03Text {
		line-height: 1;
	}
	.ec00010-btn03 a .ec00010-btn03Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		width: 13px;
		height: 13px;
		margin-top: -6.5px;
		background: url("/gecard/ec00010/img-files/index_ic05.png") no-repeat 0 0 / contain;
	}
	.ec00010-btn02 {
		position: relative;
		width: 100%;
		margin: 25px auto 0;
		background-color: #fff;
	}
	.ec00010-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		background: url("/gecard/ec00010/img-files/sp_index_bg06.png") no-repeat top center/ cover;
		text-align: center;
		font-size: 2rem;
		color: #000;
		text-decoration: none;
		transition: 0.3s all ease-out;
		min-height: 60px;
		padding: 5px 45px;
	}
	.ec00010-btn02.type02 a {
		background: url("/gecard/ec00010/img-files/sp_index_bg07.png") no-repeat top center/ cover;
	}
	.ec00010-btn02 a .small {
		font-size: 1.3rem;
	}
	.ec00010-btn02 a .ec00010-btn02Text {
		line-height: 1;
	}
	.ec00010-btn02 a:hover {
		opacity: 1;
	}
	.ec00010-btn02 a .ec00010-btn02Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url("/gecard/ec00010/img-files/index_ic08.png") no-repeat 0 0 / contain;
	}
	/* 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;
	}
	.ec00010-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;
	}
	.ec00010-modal-box02 .ec00010-modal-boxTitle {
		display: inline;
		width: 300px;
		margin: 0 auto 0;
		padding: 10px 40px;
		color: #fff;
		background-color: #321E15;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.ec00010-modal-column {
		display: block;
		margin-top: 30px;
	}
	.ec00010-modal-column .ec00010-modal-columnItem {
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		background-color: #fff;
	}
	.ec00010-modal-column .ec00010-modal-columnItem + .ec00010-modal-columnItem {
		margin-top: 20px;
	}
	.ec00010-modal-column .ec00010-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: #DBB793;
		font-size: 1.5rem;
		color: #fff;
		margin-top: -32.5px;
	}
	.ec00010-modal-column .ec00010-modal-columnImageLead {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.ec00010-modal-column .ec00010-modal-columnImageLead .ec00010-modal-columnImageLeadImage {
		flex-shrink: 0;
		width: 50px;
		margin-right: 10px;
	}
	.ec00010-modal-column .ec00010-modal-columnImageLead .ec00010-modal-columnImageLeadLead {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.ec00010-modal-column .ec00010-modal-columnLeadText {
		font-size: 1.3rem;
		font-weight: bold;
	}
	.ec00010-modal-listWrap[data-col="2"] .ec00010-modal-list {
	display: flex;
	flex-flow: row wrap;
	width: 360px;
}
.ec00010-modal-listWrap[data-col="2"] .ec00010-modal-list > li {
	width: 170px;
}
.ec00010-modal-listWrap[data-col="2"] .ec00010-modal-list > li:nth-of-type(2n) {
	width: 170px;
}
	.ec00010-modal-noteList li.ec00010-modal-listColor01 {
		color: #dc322c;
	}
	.ec00010-modal-list > li {
		position: relative;
		padding-left: 5px;
		font-size: 1.3rem;
	}
	.ec00010-modal-list > li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #333;
	}
	.ec00010-modal-noteList {
		margin-top: 5px;
	}
	.ec00010-modal-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.ec00010-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec00010-modal-link {
		margin-top: 10px;
	}
	.ec00010-modal-link a {
		font-size: 1.2rem;
		color: #008191;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap{
		margin: 23px -10px 15px;
		padding: 2px 10px 18px;
	}
	.flow {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.flow .flowTitle {
	font-size: 1.6rem;
		font-weight: bold;
}
	.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/ec00010/img-files/index_ic01.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: 16%;
		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;
	}
	.applyButtonWrap {
		margin-top: 22px;
		text-align: center;
	}
	.applyBtn {
		margin-top: 22px;
	}
}

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