@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/maplestory/maplestory.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: #6f3e1c;
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #a91e11;
}
#headerLogo {
	width: 1260px;
	margin: 0 auto;
	padding: 6px 30px;
}
/* layout
------------------------------------------------------ */
#pageContainer{
	background: url("/gecard/maplestory/img-files/index_bg02.jpg") repeat top / 300px;
}
#mainContainer {
	margin-top: 0;
}
#mainContents{
	width: 1260px;
	padding: 25px 30px 45px;
}
a:hover,
a:visited,
a:link{
	color: #523139;
}
p,ul,ol,div {
	color: #523139;
}
/* footer
------------------------------------------------------ */
#footer {
	position: relative;
	margin-top: 45px;
	padding: 15px 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 56px;
	text-align: center;
	font-size: 1.2rem;
	background: #523138;
}
#footer::before {
	content: '';
	position: absolute;
	top: -37px;
	left: 0;
	width: 100%;
	height: 37px;
	background: url("/gecard/maplestory/img-files/index_bg01.png") repeat-x;
}
#copyright {
	color: #fff;
}
/* mainVisual
------------------------------------------------------ */
.mainVisual {
	background: url("/gecard/maplestory/img-files/index_main04.jpg") repeat center;
}
.mainVisual .mainVisualInner {
	width: 1260px;
	margin: 0 auto;
	padding: 45px 30px 0;
}
.mainVisual .mainVisualMedia {
	display: flex;
	align-items: center;
}
.mainVisual .mainVisualMedia .mainVisualMediaHead {
	flex-shrink: 0;
	margin-right: 15px;
}
.mainVisual .mainVisualMedia .mainVisualMediaBody {
	margin-bottom: 120px;
}
.mainVisual .mainVisualText {
	margin-top: 10px;
}
/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	width: 100%;
	height: 155px;
	overflow-y: hidden;
	margin-top: 42px;
	padding: 0 30px 25px;
	border-radius: 20px;
	background: #fff;
}
.newsBox .newsHdg {
	padding: 15px 0 6px;
	border-bottom: 2px solid #523139;
	font-size: 2.0rem;
	font-weight: bold;
	color: #a91e11;
	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: #a91e11;
	-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 #a91e11;
	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 #a91e11;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* card
------------------------------------------------------ */
.maple-cardWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.maple-card {
	width: 580px;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
.maple-card.kinoko {
	background-color: #f39a26;
}
.maple-card.character {
	background-color: #53a8a9;
}
.maple-card .maple-cardHead {
	position: relative;
	padding: 20px 25px 15px;
}
.maple-card.kinoko .maple-cardHead {
	background-color: #ec8100;
}
.maple-card.character .maple-cardHead {
	background-color: #2c8c8d;
}
.maple-card .maple-cardHead::before {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 13px;
}
.maple-card.kinoko .maple-cardHead::before {
	background: url("/gecard/maplestory/img-files/index_bg03.png") repeat-x center;
}
.maple-card.character .maple-cardHead::before {
	background: url("/gecard/maplestory/img-files/index_bg04.png") repeat-x center;
}
.maple-card .maple-cardBody {
	padding: 40px 40px 30px;
}
.maple-card .maple-cardBody >:first-child {
	margin-top: 0 !important;
}
.maple-card .maple-cardTitle img {
	max-height: 49px;
}
.maple-card .maple-cardImage {
	margin-top: 40px;
}
.maple-card .maple-cardText {
	margin-top: 35px;
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
}
/* privilege
------------------------------------------------------ */
.maple-privilege {
	margin-top: 30px;
}
.maple-privilege >:first-child {
	margin-top: 0 !important;
}
.maple-privilege .maple-privilegeImage {
	margin-top: 30px;
	text-align: center;
}
.maple-privilege .maple-privilegeText01 {
	margin-top: 25px;
	font-size: 2rem;
	line-height: 1.6;
}
.maple-privilege .maple-privilegeText02 {
	margin-top: 10px;
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: bold;
}
.maple-privilege .maple-privilegeText02 .red {
	color: #b12724;
}
.maple-privilege .maple-privilegeNoteList {
	margin-top: 20px;
}
.maple-privilege .maple-privilegeNoteList > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.maple-privilege .maple-privilegeNoteList > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* 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/maplestory/img-files/pc_index_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/maplestory/img-files/pc_index_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/maplestory/img-files/pc_index_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/maplestory/img-files/pc_index_flow04.png");}
.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;
}
/* module
------------------------------------------------------ */

/* heading */
.maple-heading02 {
	margin-top: 70px;
}
/* btn */
.applyBtn {
	margin-top: 30px;
}
.applyBtn li {
	display: flex;
}
.applyBtn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #b12724;
	border-radius: 20px;
}
.applyBtn li a::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px solid #fff;
	border-radius: 17px;
	background-color: #d43834;
}
.applyBtn li a::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 6px;
	width: calc(100% - 11px);
	height: calc((100% - 10px) / 2);
	border-radius: 0 0 15px 15px;
	background: linear-gradient(180deg, #7f0e0d 0%, #c5312d 100%);
	transition: 0.3s all ease;
}
.applyBtn li a:hover::after {
	height: calc(100% - 10px);
	border-radius: 15px;
}
.applyBtn li a .applyBtnLabel {
	position: relative;
	width: calc(100% - 10px);
	margin: 0 12px;
	padding: 0 35px;
	background: url("/gecard/maplestory/img-files/index_ic01.png") no-repeat right 50% / 32px;
	text-align: center;
	z-index: 1;
}
.applyBtn li a .applyBtnLabel img {
	height: 33px;
}
.maple-btnWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 110px;
	padding: 0 46px;
}
.maple-btn {
	width: calc(50% - 15px);
	border-radius: 43px;
	background-color: #fff;
}
.maple-btn a {
	display: block;
	transition: 0.3s all ease-out;
}
.maple-btn a:hover {
	opacity: 0.7;
}


/* box */
.maple-box {
	margin: 50px 30px 0;
	border-radius: 20px;
	background-color: #fff;
}
.maple-box + .maple-box {
	margin-top: 45px;
}
.maple-box .maple-boxInner {
	padding: 55px 60px;
}
.maple-box .maple-boxInner >:first-child {
	margin-top: 0;
}
.maple-box .maple-boxTitle { 
	margin-top: 55px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
	color: #ec8100;
	font-weight: bold;
}
.maple-box .maple-boxText {
	margin-top: 15px;
}
.maple-box .maple-boxList {
	margin-top: 15px;
}
.maple-box .maple-boxList02 {
	margin-top: 15px;
}
.maple-box .maple-boxList > li {
	position: relative;
	padding-left: 16px;
}
.maple-box .maple-boxList02 > li {
	position: relative;
	padding-left: 16px;
}
.maple-box .maple-boxList > li + li {
	margin-top: 10px;
}
.maple-box .maple-boxList02 > li + li {
	margin-top: 0;
}
.maple-box .maple-boxList > li a {
	color: #fff;
}
.maple-box .maple-boxList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.maple-box .maple-boxList02 > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.maple-box .maple-boxHr {
	width: calc(100% + 80px);
	height: 3px;
	margin: 40px 0 40px -40px;
	background-image: linear-gradient(to right, #ec8100, #ec8100 3px, transparent 3px, transparent 12px);
	background-size: 12px 3px;
}
.maple-box .maple-boxInquiry {
	text-align: center;
}
.maple-box .maple-boxInquiry >:first-child {
	margin-top: 0!important;
}
.maple-box .maple-boxInquiry .maple-boxInquiryTxt {
	margin-top: 3px;
	font-size: 1.6rem;
}
.maple-box .maple-boxInquiry .maple-boxInquiryTel {
	margin-top: 3px;
	font-size: 1.6rem;
}
.maple-box .maple-boxInquiry .maple-boxInquiryTel a {
	text-decoration: none;
}
.maple-box .maple-boxImage {
	margin-top: 15px;
	text-align: center;
}
/* text */
.maple-text {
	margin-top: 15px;
	font-size: 1.6rem;
}
.maple-lead {
	margin-top: 30px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
}
.maple-noteText {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6rem;
}
.maple-noteText + .maple-noteText {
	margin-top: 7px;
}
/* list */
.maple-orderList {
	margin-top: 20px;
}
.maple-orderList > li {
	position: relative;
	padding-left: 18px;
	font-size: 1.8rem;
}
.maple-orderList > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.maple-noteList {
	margin-top: 30px;
	text-align: center;
}
.maple-noteList > li {
	font-size: 1.8rem;
}
/* image */
.maple-image {
	margin: 70px 0 200px;
	text-align: center;
}
.maple-image02 {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	body{
		min-width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#pageContainer{
		overflow-x: hidden;
	}
	#mainContents{
		width: 100%;
		padding-top: 20px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
	}
	#headerLogo {
		width: auto;
		padding: 5px 0 7px;
	}
	#headerLogo img {
		height: 23px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 37px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		position: relative;
		min-height: 27.5px;
		margin-top: 25px;
		padding: 10px 0;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#footer::before {
		content: '';
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		height: 20px;
		background: url("/gecard/maplestory/img-files/index_bg01.png") repeat-x 0 0 / contain;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		background: url("/gecard/maplestory/img-files/index_main04.jpg") repeat center 0 / 44px;
	}
	.mainVisual .mainVisualInner {
		width: 100%;
		margin: 0 auto;
		padding: 25px 10px 0;
	}
	.mainVisual .mainVisualMedia {
		display: flex;
		align-items: center;
		flex-flow: column-reverse;
	}
	.mainVisual .mainVisualMedia .mainVisualMediaHead {
		flex-shrink: 1;
		margin-top: 15px;
		margin-right: 0;
	}
	.mainVisual .mainVisualMedia .mainVisualMediaBody {
		margin-bottom: 0;
	}
	.mainVisual .mainVisualMedia .mainVisualMediaImage {
		margin: -1px 8%;
	}
	.mainVisual .mainVisualText {
		margin-top: 10px;
	}
	/* news
	------------------------------------------------------ */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 10px 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
	------------------------------------------------------ */
	.maple-cardWrap {
		display: block;
		margin-top: 25px;
		text-align: center;
	}
	.maple-card {
		width: 100%;
		max-width: 340px;
		height: auto;
		margin: 0 auto;
		border-radius: 10px;
		text-align: center;
	}
	.maple-card + .maple-card {
		margin-top: 10px;
	}
	.maple-card .maple-cardHead {
		position: relative;
		padding: 10px;
	}
	.maple-card .maple-cardHead::before {
		content: '';
		position: absolute;
		bottom: -7px;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.maple-card.kinoko .maple-cardHead::before {
		background: url("/gecard/maplestory/img-files/index_bg03.png") repeat-x center / 31px;
	}
	.maple-card.character .maple-cardHead::before {
		background: url("/gecard/maplestory/img-files/index_bg04.png") repeat-x center / 31px;
	}
	.maple-card .maple-cardBody {
		padding: 25px 25px 20px;
	}
	.maple-card .maple-cardTitle {
		text-align: center;
	}
	.maple-card .maple-cardTitle img {
		max-height: 30px;
		width: auto;
	}
	.maple-card .maple-cardImage {
		margin-top: 15px;
		text-align: center;
	}
	.maple-card .maple-cardText {
		margin-top: 20px;
		text-align: center;
		font-size: 1.6rem;
	}
	.maple-card.vertical .maple-cardText {
		margin-top: 12%;
	}
	.maple-card.horizontal .maple-cardText {
		margin-top: 15%;
	}
	/* privilege
	------------------------------------------------------ */
	.maple-privilege {
		margin-top: 30px;
	}
	.maple-privilege >:first-child {
		margin-top: 0 !important;
	}
	.maple-privilege .maple-privilegeImage {
		margin-top: 20px;
		text-align: center;
	}
	.maple-privilege .maple-privilegeText01 {
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.maple-privilege .maple-privilegeText02 {
		margin-top: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
	}
	.maple-privilege .maple-privilegeText02 .red {
		color: #b12724;
	}
	.maple-privilege .maple-privilegeNoteList {
		margin-top: 15px;
	}
	.maple-privilege .maple-privilegeNoteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.maple-privilege .maple-privilegeNoteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* 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/maplestory/img-files/index_ic02.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
	------------------------------------------------------ */
	
	/* heading */
	.maple-heading02 {
		margin-top: 40px;
		text-align: center;
	}
	/* btn */
	.applyBtn {
		margin-top: 20px;
	}
	.applyBtn li {
		display: flex;
	}
	.applyBtn li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 47px;
		background-color: #b12724;
		border-radius: 10px;
	}
	.applyBtn li a::before {
		content: '';
		position: absolute;
		top: 2px;
		left: 2px;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border: 1px solid #fff;
		border-radius: 8.5px;
		background-color: #d43834;
	}
	.applyBtn li a::after {
		content: '';
		position: absolute;
		bottom: 4px;
		left: 3px;
		width: calc(100% - 6px);
		height: calc((100% - 6px) / 2);
		border-radius: 0 0 7.5px 7.5px;
		background: linear-gradient(180deg, #7f0e0d 0%, #c5312d 100%);
	}
	.applyBtn li a:hover::after {
		height: calc((100% - 6px) / 2);
		border-radius: 0 0 7.5px 7.5px;
	}
	.applyBtn li a .applyBtnLabel {
		position: relative;
		width: calc(100% - 10px);
		margin: 0 12px;
		padding: 0 35px;
		background: url("/gecard/maplestory/img-files/index_ic01.png") no-repeat right 50% / 19px;
		text-align: center;
		z-index: 1;
	}
	.applyBtn li a .applyBtnLabel img {
		height: auto;
		max-height: 19px;
	}
	.maple-btnWrap {
		display: block;
		margin-top: 30px;
		margin-bottom: 50px;
		padding: 0 15px;
		text-align: center;
	}
	.maple-btn {
		width: 100%;
		max-width: 322px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 0;
		background: none;
	}
	.maple-btn a {
		display: block;
	}
	.maple-btn + .maple-btn {
		margin-top: 15px;
	}
	.maple-btn a:hover {
		opacity: 1;
	}
	/* box */
	.maple-box {
		position: relative;
		margin: 15px 0 0;
		background-color: #fff;
	}
	.maple-box + .maple-box {
		margin-top: 30px;
	}
	.maple-box .maple-boxInner {
		padding: 25px 10px;
	}
	.maple-box .maple-boxInner >:first-child {
		margin-top: 0;
	}
	.maple-box .maple-boxTitle {
		margin-top: 40px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.maple-box .maple-boxText {
		margin-top: 10px;
	}
	.maple-box .maple-boxList {
		margin-top: 10px;
	}
	.maple-box .maple-boxList02 {
		margin-top: 10px;
	}
	.maple-box .maple-boxList > li {
		position: relative;
		padding-left: 13px;
	}
	.maple-box .maple-boxList02 > li {
		position: relative;
		padding-left: 13px;
	}
	.maple-box .maple-boxList > li + li {
		margin-top: 10px;
	}
	.maple-box .maple-boxList02 > li + li {
		margin-top: 0;
	}
	.maple-box .maple-boxList > li a {
		color: #fff;
	}
	.maple-box .maple-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.maple-box .maple-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.maple-box .maple-boxHr {
		width: 100%;
		height: 2px;
		margin: 35px 0 35px 0;
		background-image: linear-gradient(to right, #ec8100, #ec8100 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.maple-box .maple-boxInquiry {
		text-align: center;
	}
	.maple-box .maple-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.maple-box .maple-boxInquiry .maple-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.maple-box .maple-boxInquiry .maple-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.maple-box .maple-boxImage {
		margin: 10px 5% 0;
		text-align: center;
	}
	/* text */
	.maple-text {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.maple-lead {
		margin-top: 15px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.maple-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 13px;
		text-align: left;
		font-size: 1.3rem;
	}
	.maple-noteText + .maple-noteText {
		margin-top: 2px;
	}
	.maple-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* list */
	.maple-orderList {
		margin-top: 10px;
	}
	.maple-orderList > li {
		position: relative;
		padding-left: 14px;
		font-size: 1.2rem;
	}
	.maple-orderList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.maple-noteList {
		margin-top: 30px;
		text-align: left;
	}
	.maple-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.maple-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.maple-image {
		margin: 35px 15% 100px;
		text-align: center;
	}
	.maple-image02 {
		margin-top: 15px;
		text-align: center;
	}

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