@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: #191616;
	overflow-x: hidden;
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
#headerLogo {
	width: 1260px;
	margin: 0 auto;
	padding: 9px 30px 13px;
}
/* layout
------------------------------------------------------ */
#mainContainer {
	margin-top: 0;
}
#mainContents{
	width: 1260px;
	padding: 65px 30px 60px;
}
/* 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;
}
a:hover, a:visited, a:link {
	color: #191616;
}
/* mainVisual
------------------------------------------------------ */
.mainVisual .mainVisualTitle {
	margin: 200px 0;
	text-align: center;
}
.mainVisual .mainVisualText01 {
	width: 563px;
	margin: 30px auto 0;
	text-align: center;
}
.mainVisual .mainVisualText02 {
	width: 267px;
	margin: 20px auto 0;
	text-align: center;
}
/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	width: 100%;
	height: 155px;
	overflow-y: hidden;
	margin-top: 65px;
	padding: 0 30px 25px;
	color: #000;
	background: #fff;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.newsBox .newsHdg {
	padding: 15px 0 6px;
	border-bottom: 2px solid #000;
	font-size: 2.0rem;
	font-weight: bold;
	color: #000;
	line-height: 1.0;
}
.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 .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: #000;
	-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 #000;
	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 #000;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* card
------------------------------------------------------ */
.base08-card {
	margin-top: 85px;
}
.base08-cardImage {
	position: relative;
	width: 680px;
	margin: 0 auto;
	padding: 50px 105px;
	text-align: center;
}
.base08-cardImage::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	box-sizing: border-box;
}
.base08-cardImage::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
/* flow
------------------------------------------------------ */
.flow--wrap {
	margin-top: 44px;
}
.flow--wrap.type02 {
	margin-top: 35px;
}
.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/base00008/img-files/pc_index_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/base00008/img-files/pc_index_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/base00008/img-files/pc_index_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/base00008/img-files/pc_index_flow04.png");}
.flow.type02 > li.list01 {background-image: url("/gecard/base00008/img-files/pc_index_flow05.png");}
.flow.type02 > li.list02 {background-image: url("/gecard/base00008/img-files/pc_index_flow06.png");}
.flow.type02> li.list03 {background-image: url("/gecard/base00008/img-files/pc_index_flow07.png");}
.flow.type02 > li.list04 {background-image: url("/gecard/base00008/img-files/pc_index_flow08.png");}
.flow > li a {color: #000;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 170px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.flow.type02 .flowDesc dd {
	padding-top: 97px;
}
.flow.type02 .list01 .flowDesc dd {
	padding-top: 131px;
}
.flow.type02 .list02 .flowDesc dd {
	padding-top: 85px;
}
.flow.type02 .flowDesc dd .large {
	font-size: 2.2rem;
}
.flow-txtNote01 {
	margin-top: 15px;
}
.list03 .flow-txtNote01 {
	margin-top: 43px;
}
/* animation
------------------------------------------------------ */

/* module
------------------------------------------------------ */
.fadeInAnimation {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all .8s ease;
}
.fadeInAnimation.is-show {
	opacity: 1;
	transform: none;
}
/* heading */
.base08-heading02 {
	margin-top: 90px;
}
.base08-heading02.type-balloon {
	margin-top: 40px;
	padding-top: 50px;
}
.base08-heading02 .base08-heading02Title {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	position: relative;
}
.base08-heading02 .base08-heading02Title .base08-heading02TitleLabel {
	border-bottom: 1px solid #000;
}
.base08-heading02 .base08-heading02Title.type-balloon::before {
	position: absolute;
	content: "";
	bottom: 42px;
	left: 293px;
	width: 164px;
	height: 67px;
	background: url("/gecard/base00008/img-files/index_im03.png") no-repeat 0 0 / contain;
}
.base08-heading02 .base08-heading02Title .base08-heading02TitleLabel .num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 39px;
	height: 39px;
	margin: 0 0 6px 14px;
	border-radius: 50%;
	background-color: #000;
	font-size: 3.2rem;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
.base08-heading02-02 {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-top: 100px;
	border-bottom: 2px solid #000;
	transform: translateX(-50%);
}
.base08-heading02-02 .base08-heading02Inner {
	width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.base08-heading02-02 .base08-heading02Title {
	text-align: center;
	font-size: 5.4rem;
	font-weight: bold;
}
/* btn */
.base08-webBtn {
	margin-top: 20px;
}
.base08-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;
	transition: all 0.3s ease-out;
}
.base08-webBtn a:hover {
	opacity: 0.7;
}
.base08-webBtn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 14px;
	margin-top: -7px;
	background: url("/gecard/base00008/img-files/index_ic02.png") no-repeat 0 0 / cover;
}
.applyBtn {
	margin-top: 55px;
}
.applyBtn li {
	display: flex;
}
.applyBtn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 630px;
	min-height: 80px;
	margin: 0 auto;
	padding: 10px 60px;
	border-radius: 10px;
	background-color: #000;
	font-size: 3.2rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s all ease-out;
}
.applyBtn li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url("/gecard/base00008/img-files/index_ic01.png") no-repeat 0 0 / contain;
}
.applyBtn li.type-anchor a::before {
	transform: rotate(90deg);
}
.applyBtn li a:hover {
	opacity: 0.7;
}
.base08-btnWrap {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.base08-btn {
	width: 535px;
}
.base08-btn + .base08-btn {
	margin-left: 50px;
}
.base08-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 86px;
	padding: 5px 60px;
	background-color: #fff;
	border: 1px solid #b9a2a2;
	font-size: 2.8rem;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.base08-btn a:hover {
	background-color: #b9a2a2;
	color: #fff;
}
.base08-btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url("/gecard/base00008/img-files/index_ic03.png") no-repeat;
}
.base08-btn02 {
	position: relative;
	width: 630px;
	margin: 50px auto 0;
}
.base08-btn02.type02 {
	margin-top: 29px;
}
.base08-btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #5d4b4b;
	text-align: center;
	font-size: 3.2rem;
	color: #fff;
	text-decoration: none;
	transition: 0.3s all ease-out;
	padding: 5px 70px;
	border-radius: 10px;
}
.base08-btn02.type02 a {
	background-color: #2c324b;
}
.base08-btn02 a:hover {
	opacity: 0.7;
}
.base08-btn02 a .base08-btn02Text::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url("/gecard/base00008/img-files/index_ic07.png") no-repeat 0 0 / contain;
}
.base08-btn02.type02 a .base08-btn02Text::before {
	background: url("/gecard/base00008/img-files/index_ic08.png") no-repeat 0 0 / contain;
}
.base08-btn02 a .small {
	font-size: 2rem;
}
.base08-btn02 a .base08-btn02Text {
	line-height: 0.8;
}
/* media */
.base08-media {
	display: flex;
	flex-flow: row wrap;
	margin-top: 50px;
}
.base08-media .base08-mediaHead {
	flex-shrink: 0;
	width: 53.5%;
	margin-right: 2%;
}
.base08-media .base08-mediaHead >:first-child{
	margin-top: 0 !important;
}
.base08-media .base08-mediaBody {
	width: 44.5%;
}
.base08-media .base08-mediaBody >:first-child{
	margin-top: 0 !important;
}
.base08-media .base08-mediaImage {
	text-align: center;
}
.base08-media .base08-mediaText01 {
	margin-top: 20px;
	font-size: 3rem;
	line-height: 1.4;
	font-weight: bold;
}
.base08-media .base08-mediaText02 {
	margin-top: 20px;
	font-size: 1.6rem;
}
.base08-media .base08-mediaNoteList {
	margin-top: 20px;
}
.base08-media .base08-mediaNoteList li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.base08-media .base08-mediaNoteList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.base08-media02 {
	display: flex;
	margin-top: 50px;
	padding: 0 30px;
}
.base08-media02 .base08-mediaHead {
	width: 64%;
	margin-top: 91px;
}
/* box */
.base08-box {
	position: relative;
	margin-top: 70px;
	background-color: #f1ecec;
}
.base08-box + .base08-box {
	margin-top: 30px;
}
.base08-box .base08-boxInner {
	padding: 35px 55px;
}
.base08-box .base08-boxInner >:first-child {
	margin-top: 0;
}
.base08-box .base08-boxTitle {
	margin-top: 55px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.base08-box .base08-boxText {
	margin-top: 15px;
}
.base08-box .base08-boxList {
	margin-top: 15px;
}
.base08-box .base08-boxList > li {
	position: relative;
	padding-left: 16px;
}
.base08-box .base08-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.base08-box .base08-boxHr {
	width: calc(100% + 80px);
	height: 1px;
	margin: 30px 0 30px -40px;
	background-color: #fff;
}
.base08-box .base08-boxInquiry {
	text-align: center;
}
.base08-box .base08-boxInquiry >:first-child {
	margin-top: 0!important;
}
.base08-box .base08-boxInquiry .base08-boxInquiryTxt {
	margin-top: 3px;
	font-size: 1.6rem;
}
.base08-box .base08-boxInquiry .base08-boxInquiryTel {
	margin-top: 3px;
	font-size: 1.6rem;
}
.base08-box .base08-boxInquiry .base08-boxInquiryTel a {
	text-decoration: none;
}
.base08-box .base08-boxImage {
	margin-top: 15px;
	text-align: center;
}
/* text */
.base08-lead {
	margin-top: 30px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
}
.base08-noteText {
	position: relative;
	margin-top: 20px;
	padding-left: 18px;
	font-size: 1.8rem;
}
.base08-noteText .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* list */
.base08-orderList {
	margin-top: 20px;
}
.base08-orderList > li {
	position: relative;
	padding-left: 18px;
	font-size: 1.8rem;
}
.base08-orderList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.base08-noteList {
	margin-top: 30px;
}
.base08-noteList > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.base08-noteList.center > li {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.base08-noteList > li + li {
	margin-top: 5px;
}
.base08-noteList > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.base08-noteList02 {
	margin-top: 15px;
	text-align: center;
}
.base08-noteList02 > li {
	font-size: 1.6rem;
}
/* image */
.base08-image {
	margin-top: 40px;
	text-align: center;
}
.base08-image02 {
	margin-top: 90px;
	text-align: center;
}
/* remove01 */
.base08-markText {
	font-size: 3.0rem;
	border-bottom: 1px solid #000;
	width: fit-content;
	margin: 38px auto 0;
}
.base08-iconText {
	display: flex;
	align-items: center;
	margin-top: 77px;
}
.base08-iconText:first-child {
	margin-top: 0 !important;
}
.base08-iconText.alC {
		justify-content: center;
	}
.base08-iconText .num {
	flex-shrink: 0;
	margin-right: 20px;
}
.base08-iconText .num img {
	width: 61px;
	height: 61px;
}
.base08-iconText .text {
	font-size: 3.6rem;
	font-weight: bold;
}
.base08-mediaText03 {
	margin-top: 60px;
	font-size: 2.6rem;
	line-height: 1.7;
}
.base08-mediaText04 {
	margin-top: 30px;
	font-size: 2.6rem;
	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;
	background-color: #ececec;
}
.modalContents {
	width: 100%;
	padding: 40px 30px;
}
.modalContents p {
	color: #000;
}
.ModalInner .cb_close a:after {
	right: 10px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	background-image: url(/common-files/img/com_close_ic01.png);
}
.base08-modal-box02 .title-position {
	text-align: center;
}
.base08-modal-box02 .base08-modal-boxTitle {
	display: inline;
	width: 500px;
	margin: 0 auto;
	padding: 10px 40px;
	color: #fff;
	background-color: #000 ;
	font-size: 26px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
.base08-modal-column {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.base08-modal-column .base08-modal-columnItem {
	position: relative;
	width: calc(50% - 20px);
	padding: 30px 25px;
	border-radius: 20px;
	background-color: #fff;
}
.base08-modal-column .base08-modal-columnItem:nth-of-type(2)::before {
	content: 'or';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -52px;
	width: 65px;
	height: 65px;
	margin-top: -32.5px;
	border-radius: 50%;
	background-color: #000 ;
	font-size: 2.5rem;
	color: #fff;
}
.base08-modal-column .base08-modal-columnImageLead {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: 15px;
}
.base08-modal-column .base08-modal-columnImageLead .base08-modal-columnImageLeadImage {
	flex-shrink: 0;
	margin-right: 15px;
}
.base08-modal-column .base08-modal-columnImageLead .base08-modal-columnImageLeadLead {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.base08-modal-column .base08-modal-columnLeadText {
	font-size: 1.8rem;
	font-weight: bold;
}
.base08-modal-link a {
	margin-top: 10px;
	font-size: 1.8rem;
	color: #008191;
}
.base08-modal-listWrap[data-col="2"] .base08-modal-list {
	display: flex;
	flex-flow: row wrap;
	width: 360px;
}
.base08-modal-listWrap[data-col="2"] .base08-modal-list > li {
	width: 170px;
}
.base08-modal-listWrap[data-col="2"] .base08-modal-list > li:nth-of-type(2n) {
	width: 170px;
}
.base08-modal-noteList li.base08-modal-listColor01 {
	color: #dc322c;
}
.base08-modal-list > li {
	position: relative;
	padding-left: 8px;
	font-size: 1.8rem;
	color: #000;
}
.base08-modal-list > li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
}
.base08-modal-noteList {
	margin-top: 15px;
	line-height: 1.6;
}
.base08-modal-noteList > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
	color: #000;
}
.base08-modal-noteList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.base08-modal-title {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.base08-modal-text {
	margin-top: 20px;
	font-size: 2rem;
}
.base08-modal-image {
	margin-top: 20px;
}
/* floating */
.base08-floatingWrap01 {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0;
	background-color: #fff;
	z-index: 9999;
}
.base08-floatingWrap01 .base08-floatingInner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.base08-floatingWrap01 .commonFloating  {
	padding: 20px 30px;
}
.base08-btnFloatWrap {
	display: flex;
	justify-content: space-between;
	gap: 20px 60px;
}
.base08-btn03 {
	position: relative;
	width: calc(50% - 30px);
	background-color: #fff;
}
.base08-btn03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 72px;
	background-color: #5d4b4b;
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	text-decoration: none;
	transition: 0.3s all ease-out;
	border-radius: 10px;
	}
	.base08-btn03 a:hover {
		opacity: 0.7;
	}
	.base08-btn03.type02 a {
		background-color: #2c324b;
	}
	.base08-btn03 a .small {
		font-size: 1.6rem;
	}
	.base08-btn03 a .base08-btn03Text {
		line-height: 0.8;
	}
	.base08-btn03 a .base08-btn03Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: url("/gecard/base00008/img-files/index_ic10.png") no-repeat 0 0 / contain;
	}
@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: 40px;
	}
	body .snsArea {
		margin: 40px auto 0;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
	}
	#headerLogo {
		width: auto;
		padding: 8px 0 7px;
	}
	#headerLogo img {
		height: 16px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 55px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		height: 35px;
		padding: 8px 0;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		padding: 0 10px;
	}
	.mainVisual .mainVisualTitle {
		margin: 80px 6.8%;
		text-align: center;
	}
	.mainVisual .mainVisualText01 {
		width: auto;
		margin: 30px 3% 0;
		text-align: center;
	}
	.mainVisual .mainVisualText02 {
		width: auto;
		margin: 10px 26.6% 0;
		text-align: center;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 40px 0 0;
		padding: 15px;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsHdg {
		padding: 0 0 2px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.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;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.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);
	}
	
	/* card
	------------------------------------------------------ */
	.base08-card {
		margin-top: 35px;
	}
	.base08-cardImage {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding: 25px 50px;
		text-align: center;
	}
	.base08-cardImage::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		box-sizing: border-box;
	}
	.base08-cardImage::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 30px;
		height: 30px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap{
		margin: 23px -10px 15px;
		padding: 2px 10px 18px;
	}
	.flow--wrap.type02 {
		margin-top: 12px;
	}
	.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/base00008/img-files/index_ic04.png") no-repeat top left / cover;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
	}
	.flow.type02 > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 17px;
		top: -20px;
		right: 50%;
		margin-right: -10px;
		background: url("/gecard/base00008/img-files/index_ic09.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 .flowDesc dd {
		padding-left: 20px;
	}
	.flow.type02 > li + li {
		margin-top: 30px;
		margin-left: 0;
	}
	.flow.type02 > li + li:after {
		top: -20px;
	}
	.flow.type02 .flowDesc {
		height: 67px;
	}
	.flow.type02 .flowDesc {
		display: table;
		width: 100%;
		height: 61px;
		margin-top: 0;
	}
	.flow.type02 .list01 .flowDesc dd {
		padding-top: 0;
	}
	.flow.type02 .flowDesc dt {
		width: 17%;
		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: 2px;
		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 */
	.base08-heading02 {
		margin-top: 50px;
	}
	.base08-heading02.type-balloon {
		padding-top: 42px;
		margin-top: 8px;
	}
	.base08-heading02 .base08-heading02Title {
		text-align: center;
		font-size: 2.3rem;
		font-weight: bold;
		position: relative;
	}
	.base08-heading02 .base08-heading02Title .base08-heading02TitleLabel {
		border-bottom: 1px solid #000;
	}
	.base08-heading02 .base08-heading02Title.type-balloon::before {
		position: absolute;
		content: "";
		bottom: 32px;
		left: 0;
		right: 0;
		width: 100%;
		height: 42.5px;
		background: url("/gecard/base00008/img-files/index_im03.png") no-repeat 0 0 / contain;
		max-width: 340px;
		margin: 0 auto;
	}
	.base08-heading02 .base08-heading02Title .base08-heading02TitleLabel .num {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 25px;
		height: 25px;
		margin: 0 0 3px 14px;
		border-radius: 50%;
		background-color: #000;
		font-size: 2.1rem;
		color: #fff;
		font-weight: bold;
		line-height: 1;
		vertical-align: middle;
	}
	.base08-heading02-02 {
		position: static;
		width: 100vw;
		margin-top: 50px;
		margin-left: -10px;
		border-bottom: 1px solid #000;
		transform: translateX(0);
		padding-bottom: 15px;
	}
	.base08-heading02-02 .base08-heading02Inner {
		width: auto;
		padding: 0 10px;
	}
	.base08-heading02-02 .base08-heading02Title {
		text-align: center;
		font-size: 2.7rem;
		font-weight: bold;
		line-height: 1.1;
	}
	/* btn */
	.base08-webBtn {
		margin-top: 20px;
	}
	.base08-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;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.base08-webBtn a:hover {
		opacity: 1;
	}
	.base08-webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/base00008/img-files/index_ic02.png") no-repeat 0 0 / cover;
	}
	.applyBtn {
		margin-top: 25px;
	}
	.applyBtn li {
		display: flex;
	}
	.applyBtn li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 43px;
		margin: 0 auto;
		padding: 10px 35px;
		border-radius: 5px;
		background-color: #000;
		font-size: 1.8rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.applyBtn li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: url("/gecard/base00008/img-files/index_ic01.png") no-repeat 0 0 / contain;
	}
	.applyBtn li a:hover {
		opacity: 1;
	}
	.base08-btnWrap {
		display: block;
		margin-top: 30px;
		padding: 0 10px;
	}
	.base08-btn {
		width: 100%;
	}
	.base08-btn + .base08-btn {
		margin-top: 15px;
		margin-left: 0;
	}
	.base08-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 50px;
		padding: 5px 40px;
		background-color: #fff;
		border: 1px solid #b9a2a2;
		font-size: 1.7rem;
		font-weight: bold;
		text-decoration: none;
	}
	.base08-btn a:hover {
		background-color: #fff;
		color: #191616;
	}
	.base08-btn a::before{
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/base00008/img-files/index_ic03.png") no-repeat 0 0 / cover;
	}
	.base08-btn02 {
		position: relative;
		width: auto;
		margin: 17px auto 0;
	}
	.base08-btn02.type02 {
		margin-top: 12px;
	}
	.base08-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		min-height: 53px;
		background-color: #5d4b4b;
		text-align: center;
		font-size: 1.8rem;
		color: #fff;
		text-decoration: none;
		padding: 12px 70px;
		border-radius: 5px;
	}
	.base08-btn02 a:hover {
		opacity: 1;
	}
	.base08-btn02.type02 a {
		background-color: #2c324b;
	}
	.base08-btn02 a .base08-btn02Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 11px;
		width: 18px;
		height: 18px;
		margin-top: -10px;
		background: url("/gecard/base00008/img-files/index_ic07.png") no-repeat 0 0 / contain;
	}
	.base08-btn02.type02 a .base08-btn02Text::before {
		background: url("/gecard/base00008/img-files/index_ic08.png") no-repeat 0 0 / contain;
	}
	.base08-btn02 a .small {
		font-size: 1.3rem;
	}
	.base08-btn02 a .base08-btn02Text {
		line-height: 0.8;
	}
	/* base08-media */
	.base08-media {
		display: block;
		margin-top: 30px;
	}
	.base08-media .base08-mediaHead {
		width: auto;
		margin-right: 0;
	}
	.base08-media .base08-mediaBody {
		width: auto;
		margin-top: 25px;
	}
	.base08-media .base08-mediaImage {
		margin: 0 5% 0 0;
	}
	.base08-media .base08-mediaText01 {
		margin-top: 20px;
		font-size: 1.7rem;
		line-height: 1.4;
		font-weight: bold;
	}
	.base08-media .base08-mediaText02 {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.base08-media .base08-mediaNoteList {
		margin-top: 15px;
	}
	.base08-media .base08-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.base08-media .base08-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base08-media02 {
		display: flex;
		position: relative;
		margin-top: 30px;
		padding: 51px 0 0 0;
	}
	.base08-media02 .base08-mediaHead {
		width: 62%;
		margin-top: 32px;
	}
	.base08-media02 .base08-mediaBody {
		width: 38%;
		margin-left: 1%;
	}
	/* box */
	.base08-box {
		position: relative;
		margin: 30px 0 0;
		background-color: #f1ecec;
	}
	.base08-box + .base08-box {
		margin-top: 20px;
	}
	.base08-box .base08-boxInner {
		padding: 15px 10px 25px;
	}
	.base08-box .base08-boxInner >:first-child {
		margin-top: 0;
	}
	.base08-box .base08-boxTitle {
		margin-top: 40px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.base08-box .base08-boxText {
		margin-top: 10px;
	}
	.base08-box .base08-boxList {
		margin-top: 10px;
	}
	.base08-box .base08-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.base08-box .base08-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base08-box .base08-boxHr {
		width: 100%;
		height: 1px;
		margin: 25px 0 ;
		background-color: #fff;
	}
	.base08-box .base08-boxInquiry {
		text-align: center;
	}
	.base08-box .base08-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.base08-box .base08-boxInquiry .base08-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.base08-box .base08-boxInquiry .base08-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.base08-box .base08-boxInquiry .base08-boxInquiryTel a {
		text-decoration: none;
	}
	.base08-box .base08-boxImage {
		margin: 10px 5% 0;
		text-align: center;
	}
	/* text */
	.base08-lead {
		margin-top: 20px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.base08-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.base08-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* list */
	.base08-orderList {
		margin-top: 10px;
	}
	.base08-orderList > li {
		position: relative;
		padding-left: 14px;
		font-size: 1.2rem;
	}
	.base08-orderList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base08-noteList {
		margin-top: 20px;
	}
	.base08-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.base08-noteList.center > li {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.base08-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
		.base08-noteList02 {
		margin-top: 7px;
		text-align: left;
	}
	.base08-noteList02 > li {
		font-size: 1.3rem;
		position: relative;
		padding-left: 13px;
	}
	.base08-noteList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.base08-image {
		margin-top: 20px;
		text-align: center;
	}
	.base08-image02 {
		margin: 85px 15.5% 0;
		text-align: center;
	}
	/* remove01 */
	.base08-markText {
		font-size: 1.8rem;
		border-bottom: 1px solid #000;
		width: fit-content;
		margin: 11px auto 0;
	}
	.base08-media02 .base08-iconText {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		margin-top: 77px;
	}
	.base08-iconText.alC {
		justify-content: flex-start;
	}
	.base08-iconText {
		margin-top: 50px;
	}
	.base08-iconText .num {
		margin-right: 12px;
	}
	.base08-iconText .num img {
		width: 38px;
		height: 38px;
	}
	.base08-iconText .text {
		font-size: 2.0rem;
		font-weight: bold;
}
	.base08-mediaText03 {
		margin-top: 33px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.base08-mediaText04 {
		font-size: 1.6rem;
		text-align: left;
		margin-top: 10px;
	}
	/* 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;
	}
	.base08-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;
	}
	.base08-modal-box02 .base08-modal-boxTitle {
		display: inline;
		width: 300px;
		margin: 0 auto 0;
		padding: 10px 40px;
		color: #fff;
		background-color: #000;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.base08-modal-column {
		display: block;
		margin-top: 30px;
	}
	.base08-modal-column .base08-modal-columnItem {
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		background-color: #fff;
	}
	.base08-modal-column .base08-modal-columnItem + .base08-modal-columnItem {
		margin-top: 20px;
	}
	.base08-modal-column .base08-modal-columnItem:nth-of-type(2)::before {
		content: 'or';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 5px;
		left: 50%;
		width: 38px;
		height: 38px;
		margin-left: -19px;
		border-radius: 50%;
		background-color: #000 ;
		font-size: 1.5rem;
		color: #fff;
		margin-top: -32.5px;
	}
	.base08-modal-column .base08-modal-columnImageLead {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.base08-modal-column .base08-modal-columnImageLead .base08-modal-columnImageLeadImage {
		flex-shrink: 0;
		width: 50px;
		margin-right: 10px;
	}
	.base08-modal-column .base08-modal-columnImageLead .base08-modal-columnImageLeadLead {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		color: #000;
	}
	.base08-modal-column .base08-modal-columnLeadText {
		font-size: 1.3rem;
		font-weight: bold;
		color: #000;
	}
	.base08-modal-listWrap[data-col="2"] .base08-modal-list {
	display: flex;
	flex-flow: row wrap;
	width: 360px;
}
.base08-modal-listWrap[data-col="2"] .base08-modal-list > li {
	width: 170px;
}
.base08-modal-listWrap[data-col="2"] .base08-modal-list > li:nth-of-type(2n) {
	width: 170px;
}
	.base08-modal-noteList li.base08-modal-listColor01 {
		color: #dc322c;
	}
	.base08-modal-list > li {
		position: relative;
		padding-left: 5px;
		font-size: 1.3rem;
		color: #000;
	}
	.base08-modal-list > li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #333;
	}
	.base08-modal-noteList {
		margin-top: 5px;
		color: #000;
	}
	.base08-modal-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.base08-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.base08-modal-link {
		margin-top: 10px;
	}
	.base08-modal-link a {
		font-size: 1.2rem;
		color: #008191;
	}
	/* floating */
	.base08-floatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background-color: #fff;
		z-index: 9999;
	}
	.base08-floatingWrap01 .base08-floatingInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.base08-floatingWrap01 .commonFloating {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.base08-btnFloatWrap {
		display: flex;
		justify-content: space-between;
		gap: 10px 9px;
	}
	.base08-btn03 {
		position: relative;
		width: calc(50% - 4px);
		background-color: #fff;
		justify-content: space-between;
	}
	.base08-btn03 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		min-height: 40px;
		padding: 5px 18px 5px 8px;
		background-color: #5d4b4b;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
	}
	.base08-btn03 a:hover {
		opacity: 1;
	}
	.base08-btn03.type02 a {
		background-color: #2c324b;
	}
	.base08-btn03 a .small {
		font-size: 0.9rem;
	}
	.base08-btn03 a .base08-btn03Text {
		line-height: 1;
	}
	.base08-btn03 a .base08-btn03Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		width: 13px;
		height: 13px;
		margin-top: -6.5px;
		background: url("/gecard/base00008/img-files/index_ic10.png") no-repeat 0 0 / contain;
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}