@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/ec00003/ec00003.css
 * ------------------------------------------------------
 * - body
 * - header
 * - footer
 * - layout
 * - module
 * - component
 * - @media query:max-width: 750px
 * Clearfix
 * Opening Animation
====================================================== */
/* body
------------------------------------------------------ */
body {
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* header
------------------------------------------------------ */
#ec-header{
	display: flex;
	align-items: center;
	height: 70px;
	background: #ffffff;
}
#ec-headerLogo{
	width: 1200px;
	margin: 0 auto;
	padding: 5px 30px;
}
/* footer
------------------------------------------------------ */
#ec-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: #ffffff;
}
#copyright {
	text-align: center;
	padding: 0 30px;
	font-size: 1.4rem;
}
/* layout
------------------------------------------------------ */
#pageContainer {
	overflow: hidden;
}
#mainContainer {
	margin-top: 0 !important;
	color: #525252;
}

#mainContents {
}
/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	width: 100%;
	height: 155px;
	overflow-y: hidden;
	margin-top: 42px;
	padding: 0 30px 25px;
	color: #535353;
}
.newsBox .newsHdg {
	padding: 15px 0 6px;
	border-bottom: 1px solid #e6e6e6;
}
.newsBox .newsHdg img {
	height: 19px;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 85px;
}
.newsBox .contentbox {
	padding: 15px 0 0;
	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;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .contentbox li a {
	color: #535353;
}
.newsBox .contentbox li a ,
.newsBox .contentbox li a .txt,
.newsBox .contentbox li a:visited ,
.newsBox .contentbox li a:hover {
	text-decoration:underline;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 15px;
	background-color: #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #a6a6a6;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #a6a6a6;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* 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/ec00003/img-files/pc_index_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/ec00003/img-files/pc_index_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/ec00003/img-files/pc_index_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/ec00003/img-files/pc_index_flow04.png");}
.flow > li a {color: #525252;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 160px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
/* module
------------------------------------------------------ */
/* mainVisual */
.mainVisual {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-bottom: 80px;
	transform: translateX(-50%);
}
.mainVisualNoteText {
	margin-top: 10px;
	text-align: center;
}
/* section */
section {
	margin-top: 50px;
}
section >:first-child {
	margin-top: 0 !important;
}
/* gradationArea */
.gradationArea {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-top: 50px;
	background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
	transform: translateX(-50%);
}
.gradationArea .gradationAreaInner {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.gradationArea .gradationAreaInner >:first-child {
	margin-top: 0!important;
}
/* heading */
.ec-heading02 {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
}
.ec-heading02-02 {
	text-align: center;
}
.ec-heading02-02 .ec-heading02Title img {
	width: auto;
	height: 33px;
}
.ec-heading02-03 {
	margin-top: 70px;
}
.ec-heading02-03 .ec-heading02Title {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}
.ec-heading02-04 {
	margin: 60px 0;
}
.ec-heading02-04 .ec-heading02Inner {
	position: relative;
	padding: 30px 0;
}
.ec-heading02-04 .ec-heading02Inner::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 146px;
	height: 1px;
	margin: auto;
	background-color: #e6e6e6;
}
.ec-heading02-04 .ec-heading02Title {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0 150px;
	text-align: center;
}
.ec-heading02-04 .ec-heading02Title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 131px;
	height: 134px;
	margin-top: -67px;
	background: url("/gecard/ec00003/img-files/ec_im03.png") no-repeat 0 0 / contain;
}
.ec-heading02-04 .ec-heading02Title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 125px;
	height: 133px;
	margin-top: -66.5px;
	background: url("/gecard/ec00003/img-files/ec_im04.png") no-repeat 0 0 / contain;
}
.ec-heading02-05 {
	margin-top: 60px;
}
.ec-heading02-05 .ec-heading02Title {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.ec-heading02-05 .ec-heading02Title::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 400px;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
}
.ec-heading02-06 {
	margin-top: 60px;
}
.ec-heading02-06 .ec-heading02Title {
	position: relative;
	padding-bottom: 30px;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.ec-heading02-06 .ec-heading02Title::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 147px;
	height: 1px;
	margin: auto;
	background-color: #fff;
}
/* text */
.ec-text {
	margin-top: 40px;
	font-size: 1.8rem;
}
.ec-lead {
	margin-top: 50px;
	font-size: 3rem;
	font-weight: bold;
}
.ec-noteText {
	margin-top: 10px;
	font-size: 1.6rem;
}
.colorRed {
	color: #dc322c!important;
}
/* card */
.ec-cardArea {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-top: 50px;
	background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
	transform: translateX(-50%);
}
.ec-cardArea .ec-cardAreaInner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 130px 0;
}
.ec-cardArea .ec-cardAreaInner::before,
.ec-cardArea .ec-cardAreaInner::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 452px;
	height: 56px;
	margin: auto;
	background: url("/gecard/ec00003/img-files/ec_im06.png") no-repeat 0 0 / cover;
}
.ec-cardArea .ec-cardAreaInner::before {
	top: 40px;
}
.ec-cardArea .ec-cardAreaInner::after {
	bottom: 40px;
	transform: rotate(180deg);
}
.ec-cardArea .ec-heading02-02 + .ec-cardImage {
	width: 400px;
	margin: 50px auto 0;
}
.ec-cardArea .ec-cardImage {
	width: 400px;
	margin: 0 auto;
}
.ec-cardArea .ec-cardText {
	margin-top: 30px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
.ec-cardArea .ec-cardNote {
	margin-top: 15px;
	font-size: 1.6rem;
}
/* btn */
.ec-applyBtn {
	margin-top: 30px;
	text-align: center;
}
.ec-applyBtn li a {
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.ec-applyBtn li a:hover img {
	opacity: 0.7;
}
.ec-btnWrap {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.ec-btn {
	width: calc(50% - 25px);
}
.ec-btnWrap[data-width="auto"] .ec-btn {
	width: auto;
}
.ec-btn:nth-child(n+2) {
	margin-left: 50px;
}
.ec-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 86px;
	padding: 10px 65px;
	background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
	text-align: center;
	font-size: 2.8rem;
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}
.ec-btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url("/gecard/ec00003/img-files/ec_ic01.png") no-repeat 0 0 / cover;
}
.ec-btn a:hover {
	opacity: 0.7;
}
.ec-btn02 {
	width: fit-content;
	margin: 25px auto 0;
	background-color: #fff;
}
.ec-btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 400px;
	min-height: 80px;
	padding: 10px 50px;
	box-shadow: 1px 1.732px 10px 0px rgb(0 0 0 / 30%);
	background-color: #fff;
	text-align: center;
	font-size: 2.8rem;
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}
.ec-btn02 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 20px;
	margin-top: -10px;
	background: url("/gecard/ec00003/img-files/ec_ic02.png") no-repeat 0 0 / cover;
}
.ec-btn02 a:hover {
	opacity: 0.7;
}
.ec-btn02 {
	width: fit-content;
	margin: 25px auto 0;
	background-color: #fff;
}
.ec-btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 400px;
	min-height: 80px;
	padding: 10px 50px;
	box-shadow: 1px 1.732px 10px 0px rgb(0 0 0 / 30%);
	background-color: #fff;
	text-align: center;
	font-size: 2.8rem;
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}
.ec-btn02 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 20px;
	margin-top: -10px;
	background: url("/gecard/ec00003/img-files/ec_ic02.png") no-repeat 0 0 / cover;
}
.ec-btn02 a:hover {
	opacity: 0.7;
}
.ec-btn03 {
	width: 600px;
	margin: 30px auto 0;
	text-align: center;
	background-color: #fff;
}
.ec-btn03 a {
	display: block;
	position: relative;
	padding: 22px 70px;
	min-height: 80px;
	border: 2px solid #fff;
	background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
	box-shadow: 1px 1.732px 10px 0px rgb(0 0 0 / 30%);
}
.ec-btn03 a::before{
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
}
.ec-btn03 a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 15px;
	height: 12px;
	margin-top: -6px;
	background: url("/gecard/ec00003/img-files/ec_ic03.png") no-repeat 0 0 / cover;
}
.ec-btn03 a:hover{
	opacity: 0.7;
}
.ec-btn03 a img{
	position: relative;
}
/* box */
.ec-box {
	margin-top: 60px;
	border: 1px solid #e5e5e5;
	background: url("/gecard/ec00003/img-files/ec_bg01.jpg") repeat;
}
.ec-box + .ec-box {
	margin-top: 30px;
}
.ec-box .ec-boxInner {
	padding: 30px 40px;
}
.ec-box .ec-boxTitle {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.ec-box .ec-boxTxt {
	margin-top: 20px;
	font-size: 1.6rem;
}
.ec-box .ec-boxList {
	margin-top: 15px;
}
.ec-box .ec-boxList > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.ec-box .ec-boxList > li + li {
	margin-top: 2px;
}
.ec-box .ec-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec-box .ec-boxList > li a {
	color: #008191;
}
.ec-box .ec-boxList02 {
	margin-top: 6px;
}
.ec-box .ec-boxList02 > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.ec-box .ec-boxList02 > li + li {
	margin-top: 6px;
}
.ec-box .ec-boxList02 > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec-box .ec-boxList02 > li a {
	color: #008191;
}
.ec-box .ec-boxListNest >:first-child {
	margin-top: 0!important;
}
.ec-box .ec-boxImage {
	margin-top: 15px;
	text-align: center;
}
.ec-box .ec-boxHr {
	width: calc(100% + 40px);
	height: 3px;
	margin: 20px 0 20px -20px;
	background-image: linear-gradient(to right, #de78a5, #de78a5 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
}
.ec-box .ec-boxHr02 {
	width: 300px;
	height: 1px;
	margin: 55px auto;
	background-color: #d9d9d9;
}
.ec-box .ec-boxInquiry {
	text-align: center;
}
.ec-box .ec-boxInquiry >:first-child {
	margin-top: 0!important;
}
.ec-box .ec-boxInquiry .ec-boxInquiryTxt {
	margin-top: 3px;
	font-size: 1.6rem;
}
.ec-box .ec-boxInquiry .ec-boxInquiryTel {
	margin-top: 3px;
	font-size: 1.6rem;
}
.ec-box .ec-boxInquiry .ec-boxInquiryTel a {
	color: #191919;
	text-decoration: none;
}
/* media */
.ec-media {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.ec-media .ec-mediaHead {
	flex-shrink: 0;
	width: 36%;
	margin-right: 15%;
}
.ec-media .ec-mediaBody {
	width: 49%;
}
.ec-media .ec-mediaBody >:first-child {
	margin-top: 0!important;
}
.ec-media .ec-mediaText {
	margin-top: 10px;
	font-size: 1.8rem;
}
.ec-media .ec-mediaText .large {
	font-size: 3rem;
	color: #dc322c;
}
.ec-media .ec-mediaNoteList {
	margin-top: 5px;
}
.ec-media .ec-mediaNoteList > li {
	position: relative;
	padding-left: 18px;
	font-size: 1.8rem;
}
.ec-media .ec-mediaNoteList > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ec-media02 {
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.ec-media02 .ec-mediaHead {
	flex-shrink: 0;
	width: 45.5%;
	margin-right: 6.5%;
}
.ec-media02 .ec-mediaBody {
	width: 49%;
}
.ec-media02 .ec-mediaBody >:first-child {
	margin-top: 0!important;
}
.ec-media03 {
	margin-left: 80px;
}
.ec-media03 .ec-mediaInner {
	display: flex;
	align-items: center;
	padding: 20px 10px;
	background-color: #fff;
}
.ec-media03 .ec-mediaHead {
	flex-shrink: 0;
}
.ec-media03 .ec-mediaBody {
	width: 49%;
}
.ec-media03 .ec-mediaBody >:first-child {
	margin-top: 0!important;
}
.ec-media03 .ec-mediaImage {
	transform: translate(-80px,-35px);
}
.ec-media03 .ec-mediaImage > img {
	width: 550px;
}
.ec-media03 .ec-mediaText {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.ec-media03 {
	margin-left: 80px;
}
.ec-media03 .ec-mediaInner {
	display: flex;
	align-items: center;
	padding: 20px 10px;
	background-color: #fff;
}
.ec-media03 .ec-mediaHead {
	flex-shrink: 0;
}
.ec-media03 .ec-mediaBody {
	width: 49%;
}
.ec-media03 .ec-mediaBody >:first-child {
	margin-top: 0!important;
}
.ec-media03 .ec-mediaImage {
	transform: translate(-80px,-35px);
}
.ec-media03 .ec-mediaImage > img {
	width: 550px;
}
.ec-media03 .ec-mediaText {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.ec-media03 {
	margin-left: 80px;
}
.ec-media03 .ec-mediaInner {
	display: flex;
	align-items: center;
	padding: 20px 10px;
	background-color: #fff;
}
.ec-media03 .ec-mediaHead {
	flex-shrink: 0;
}
.ec-media03 .ec-mediaBody {
	width: 49%;
}
.ec-media03 .ec-mediaBody >:first-child {
	margin-top: 0!important;
}
.ec-media03 .ec-mediaImage {
	transform: translate(-80px,-35px);
}
.ec-media03 .ec-mediaImage > img {
	width: 550px;
}
.ec-media03 .ec-mediaText {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.6;
}
/* image */
.ec-image {
	margin-top: 50px;
}
/* list */
.ec-list {
	margin-top: 30px;
	padding: 0 90px;
}
.ec-list > li {
	position: relative;
	font-size: 1.6rem;
	padding-left: 16px;
}
.ec-list > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	/* header
	------------------------------------------------------ */
	#base-header {
		height: auto;
	}
	#base-headerLogo {
		width: auto;
		padding: 3px 9px;
	}
	#base-headerLogo img {
		width: 175px;
	}
	#ec-header{
		display: flex;
		align-items: center;
		height: 45px;
		background: #ffffff;
	}
	#ec-headerLogo{
		margin: 0 auto;
		padding: 5px 10px;
	}
	#ec-headerLogo img{
		height: 19px;
	}

	/* footer
	------------------------------------------------------ */
	#ec-footer {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		background: #ffffff;
	}
	#copyright {
		text-align: center;
		padding: 0 10px;
		font-size: 0.8rem;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 10px 0 0;
		padding: 10px 0;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsHdg {
		padding: 0 0 2px;
	}
	.newsBox .newsHdg img {
		width: auto;
		height: 14px;
	}
	.newsBox .content {
		padding: 0px;
		height: 65px;
	}
	.newsBox .contentbox {
		padding: 10px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		font-size: 1.3rem
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		font-size: 1.3rem;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.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: 2px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
	}
	.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;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	/* 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/ec00003/img-files/ec_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;
	}
	/* module
	------------------------------------------------------ */
	/* mainVisual */
	.mainVisual {
		position: static;
		width: 100vw;
		margin-bottom: 50px;
		margin-left: -10px;
		transform: none;
	}
	.mainVisualNoteText {
		margin: 10px 17% 0;
		text-align: center;
	}
	/* section */
	section {
		margin-top: 30px;
	}
	section >:first-child {
		margin-top: 0 !important;
	}
	/* gradationArea */
	.gradationArea {
		position: static;
		width: 100vw;
		margin-top: 35px;
		margin-left: -10px;
		background-image: linear-gradient(rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
		transform: none;
	}
	.gradationArea .gradationAreaInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 50px 10px 20px;
	}
	.gradationSection .gradationSectionInner >:first-child {
		margin-top: 0!important;
	}
	/* heading */
	.ec-heading02 {
		margin-top: 20px;
		margin-bottom: 40px;
		text-align: center;
	}
	.ec-heading02 .ec-heading02Title {
		margin: 0 10%;
	}
	.ec-heading02-02 {
		text-align: center;
	}
	.ec-heading02-02 .ec-heading02Title {
		margin: 0 22%;
	}
	.ec-heading02-02 .ec-heading02Title img {
		height: auto;
	}
	.ec-heading02-03 {
		margin-top: 60px;
	}
	.ec-heading02-03 .ec-heading02Title {
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.ec-heading02-04 {
		margin: 30px 0;
	}
	.ec-heading02-04 .ec-heading02Inner {
		position: relative;
		padding: 0 0 25px;
	}
	.ec-heading02-04 .ec-heading02Inner::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 75px;
		height: 1px;
		margin: auto;
		background-color: #e6e6e6;
	}
	.ec-heading02-04 .ec-heading02Title {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding: 0 0;
		text-align: center;
	}
	.ec-heading02-04 .ec-heading02Title img {
		position: relative;
		z-index: 1;
	}
	.ec-heading02-04 .ec-heading02Title::before {
		content: '';
		position: absolute;
		top: 50%;
		left: -10px;
		width: 72px;
		height: 74px;
		margin-top: -37px;
		background: url("/gecard/ec00003/img-files/ec_im03.png") no-repeat 0 0 / contain;
	}
	.ec-heading02-04 .ec-heading02Title::after {
		content: '';
		position: absolute;
		top: 50%;
		right: -10px;
		width: 67px;
		height: 72px;
		margin-top: -36px;
		background: url("/gecard/ec00003/img-files/ec_im04.png") no-repeat 0 0 / contain;
	}
	.ec-heading02-05 {
		margin-top: 40px;
	}
	.ec-heading02-05 .ec-heading02Title {
		position: relative;
		padding-bottom: 20px;
		text-align: center;
	}
	.ec-heading02-05 .ec-heading02Title img {
		width: auto;
	}
	.ec-heading02-05 .ec-heading02Title::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		width: 250px;
		height: 1px;
		margin: auto;
		background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
	}
	.ec-heading02-06 {
		margin-top: 30px;
	}
	.ec-heading02-06 .ec-heading02Title {
		position: relative;
		padding-bottom: 20px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.ec-heading02-06 .ec-heading02Title::before {
	content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		width: 75px;
		height: 1px;
		margin: auto;
		background-color: #fff;
	}
	/* text */
	.ec-text {
		margin-top: 30px;
		text-align: center;
		font-size: 1.3rem;
	}
	.ec-lead {
		margin-top: 30px;
		font-size: 2rem;
		font-weight: bold;
	}
	.ec-noteText {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	/* card */
	.ec-cardArea {
		position: static;
		width: 100vw;
		margin-top: 35px;
		margin-left: -10px;
		background-image: linear-gradient(rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
		transform: none;
	}
	.ec-cardArea .ec-cardAreaInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 75px 10px;
	}
	.ec-cardArea .ec-cardAreaInner::before,
	.ec-cardArea .ec-cardAreaInner::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 226px;
		height: 28px;
		margin: auto;
		background: url("/gecard/ec00003/img-files/ec_im06.png") no-repeat 0 0 / contain;
	}
	.ec-cardArea .ec-cardAreaInner::before {
		top: 25px;
	}
	.ec-cardArea .ec-cardAreaInner::after {
		bottom: 25px;
		transform: rotate(180deg);
	}
	.ec-cardArea .ec-heading02-02 + .ec-cardImage {
		width: auto;
		margin: 30px 18% 0;
	}
	.ec-cardArea .ec-cardImage {
		width: auto;
		margin: 0 18%;
	}
	.ec-cardArea .ec-cardText {
		margin-top: 30px;
		text-align: center;
		font-size: 1.4rem;
		 font-weight: bold;
	}
	.ec-cardArea .ec-cardNote {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	/* btn */
	.ec-applyBtn {
		margin-top: 30px;
		text-align: center;
	}
	.ec-applyBtn li a {
		display: inline-block;
		text-align: center;
		box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.3);
	}
	.ec-applyBtn li a:hover img {
		opacity: 0.1;
	}
	.ec-btnWrap {
		margin-top: 30px;
		display: block;
	}
	.ec-btn {
		width: 100%;
	}
	.ec-btn:nth-child(n+2) {
		margin-top: 25px;
		margin-left: 0;
	}
	.ec-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 55px;
		padding: 10px 50px;
		background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
		text-align: center;
		font-size: 1.7rem;
		color: #525252;
		font-weight: bold;
		text-decoration: none;
	}
	.ec-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 22px;
		height: 22px;
		margin-top: -11px;
		background: url("/gecard/ec00003/img-files/ec_ic01.png") no-repeat 0 0 / cover;
	}
	.ec-btn a:hover {
		opacity: 1;
	}
	.ec-btn02 {
		width: calc(100% - 26.5%);
		margin: 25px auto 0;
		background-color: #fff;
	}
	.ec-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-width: auto;
		min-height: 50px;
		padding: 5px 30px;
		box-shadow: 1px 1.732px 10px 0px rgb(0 0 0 / 30%);
		background-color: #fff;
		text-align: center;
		font-size: 1.8rem;
		color: #525252;
		font-weight: bold;
		text-decoration: none;
	}
	.ec-btn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 6px;
		height: 13px;
		margin-top: -6.5px;
		background: url("/gecard/ec00003/img-files/ec_ic02.png") no-repeat 0 0 / cover;
	}
	.ec-btn02 a:hover {
		opacity: 1;
	}
	.ec-btn03 {
		width: 100%;
		margin: 30px auto 0;
		text-align: center;
		background-color: #fff;
	}
	.ec-btn03 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding: 3% 27px;
		min-height: auto;
		border: 2px solid #fff;
		background-image: linear-gradient(90deg, rgba(219,155,64,0.3) 0%, rgba(215,143,176,0.3) 20%, rgba(198,97,101,0.3) 40%, rgba(156,106,148,0.3) 60%, rgba(92,119,156,0.3) 80%, rgba(94,157,171,0.3) 100%);
		box-shadow: 1px 1.732px 10px 0px rgb(0 0 0 / 30%);
	}
	.ec-btn03 a::before{
		content: '';
		position: absolute;
		top: 1px;
		left: 1px;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		background-color: #fff;
	}
	.ec-btn03 a::after{
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 9px;
		height: 8px; 
		margin-top: -4px;
		background: url("/gecard/ec00003/img-files/ec_ic03.png") no-repeat 0 0 / cover;
	}
	.ec-btn03 a:hover{
		opacity: 1;
	}
	.ec-btn03 a img{
		position: relative;
	}
	/* box */
	.ec-box {
		margin-top: 30px;
		border: 1px solid #e5e5e5;
		background: url("/gecard/ec00003/img-files/ec_bg01.jpg") repeat / 250px;
	}
	.ec-box + .ec-box {
		margin-top: 15px;
	}
	.ec-box .ec-boxInner {
		padding: 15px 10px;
	}
	.ec-box .ec-boxTitle {
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.ec-box .ec-boxTxt {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.ec-box .ec-boxList {
		margin-top: 15px;
	}
	.ec-box .ec-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.ec-box .ec-boxList > li + li {
		margin-top: 2px;
	}
	.ec-box .ec-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec-box .ec-boxList > li a {
		color: #008191;
	}
	.ec-box .ec-boxList02 {
		margin-top: 4px;
	}
	.ec-box .ec-boxList02 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.ec-box .ec-boxList02 > li + li {
		margin-top: 4px;
	}
	.ec-box .ec-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec-box .ec-boxList02 > li a {
		color: #008191;
	}
	.ec-box .ec-boxImage {
		margin: 10px 5% 0;
		text-align: center;
	}
	.ec-box .ec-boxHr {
		width: calc(100% + 10px);
		height: 3px;
		margin: 20px 0 20px -5px;
		background-image: linear-gradient(to right, #de78a5, #de78a5 2px, transparent 2px, transparent 8px);
		background-size: 8px 2px;
	}
	.ec-box .ec-boxHr02 {
		width: 150px;
		height: 1px;
		margin: 30px auto;
		background-color: #d9d9d9;
	}
	.ec-box .ec-boxInquiry {
		text-align: center;
	}
	.ec-box .ec-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.ec-box .ec-boxInquiry .ec-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.ec-box .ec-boxInquiry .ec-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.ec-box .ec-boxInquiry .ec-boxInquiryTel a {
		color: #191919;
		text-decoration: none;
	}
	/* media */
	.ec-media {
		display: block;
		margin-top: 30px;
	}
	.ec-media .ec-mediaHead {
		width: 100%;
		margin-right: 0;
	}
	.ec-media .ec-mediaBody {
		width: 100%;
		margin-top: 20px;
	}
	.ec-media .ec-mediaImage {
		margin: 0 7%;
	}
	.ec-media .ec-mediaText {
		margin-top: 20px;
		font-size: 1.3rem;
	}
	.ec-media .ec-mediaText .large {
		font-size: 1.7rem;
		color: #dc322c;
	}
	.ec-media .ec-mediaNoteList {
		margin-top: 3px;
	}
	.ec-media .ec-mediaNoteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.ec-media .ec-mediaNoteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ec-media02 {
		display: block;
		margin-top: 40px;
	}
	.ec-media02 .ec-mediaHead {
		flex-shrink: 0;
		width: 100%;
		margin-right: 0;
	}
	.ec-media02 .ec-mediaBody {
		width: 100%;
		margin-top: 20px;
	}
	.ec-media02 .ec-mediaBody >:first-child {
		margin-top: 0!important;
	}
	.ec-media02 .ec-mediaImage {
		margin: 0 10%;
	}
	.ec-media03 {
		margin-left: 5.9%;
	}
	.ec-media03 .ec-mediaInner {
		display: block;
		padding: 15px 10px;
		background-color: #fff;
	}
	.ec-media03 .ec-mediaBody {
		width: 100%;
	}
	.ec-media03 .ec-mediaBody >:first-child {
		margin-top: 0!important;
	}
	.ec-media03 .ec-mediaImage {
		transform: translate(-30px,-30px);
	}
	.ec-media03 .ec-mediaImage > img {
		width: auto;
	}
	.ec-media03 .ec-mediaText {
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	/* image */
	.ec-image {
		margin-top: 30px;
	}
	/* list */
	.ec-list {
		margin-top: 20px;
		padding: 0;
	}
	.ec-list > li {
		position: relative;
		font-size: 1.2rem;
		padding-left: 12px;
	}
	.ec-list > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}
