@charset "Shift_JIS";


/* override -------------------- */
#gblFooter {
	margin-top:0;
}
.action-share {
	background:#ffffff;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:0;
}



/**
 * ------------------------------------------------------------
 * LP
 * ------------------------------------------------------------
 */
#body.bg-tob {
	background-color:#00fba2;
	width:100%;
}
#body .btn-tob {
	background-color:#ffffff;
	border-color:#ffffff;
	color:#00fba2;
	border-radius:27px;
	font-weight:bold;
}
.tob-header,
.tob-content .content-header,
.tob-content .content-body,
.tob-footer {
	max-width:1140px;
	margin:0 auto;
}
.g-btn.-end {
	border-color: #e9e9e9 !important;
	background-color: #e9e9e9 !important;
	color: #fff !important;
}
.g-btn.-end:hover {
	opacity:1;
	cursor:default;
}


/* ヘッダー -------------------- */
.tob-header {
	display:table;
	width:100%;
	table-layout:fixed;
	padding-top:20px;
}
.header-col {
	display:table-cell;
	vertical-align:middle;
}
.header-link {}
.header-logo {}


/* コンテンツ -------------------- */
.tob-bg-bar {
	position:relative;
	margin-top:130px;
	padding-top:85px;
	background-color: #00fba2;
}
.tob-bg-bar:before {
	position:absolute;
	top:0;
	left:0;
	content:"";
	display:block;
	height:85px;
	width:100%;
	background: url(https://o.imgz.jp/pc/making-the-road/bg-bar.png) no-repeat center;
	background-size:cover;
	background-color:#fff;
	z-index:0;
}
.tob-content {
	position:relative;
	margin-top:-180px;
	z-index:1;
}
.content-header {}
.content-body {
	margin-top:70px;
}
.item-img {
	margin-top:40px;
}

.item-detail {
	text-align:center;
}
.item-detail > .name {
	margin-top:20px;
	font-size:26px;
	line-height:1.1923076923;
	font-weight:bold;
	font-family:Helvetica Neue,Helvetica, sans-serif;
}
.item-detail > .price {
	margin-top:5px;
	font-size:28px;
	line-height:1.1785714286;
	font-weight:bold;
	font-family:Helvetica Neue,Helvetica, sans-serif;
}
.item-detail > .price small {
	display:inline-block;
	margin-left:3px;
	font-size:19px;
}
.item-detail > .period {
	margin:25px 0;
	font-size:22px;
	line-height:1.2272727273;
	color:#0043ff;
	font-weight:bold;
}
.item-detail > .schedule {
	margin-top:20px;
	font-size:18px;
	line-height:1.2777777778;
	font-weight:bold;
}





/* フッター -------------------- */
.tob-footer {
	margin-top:70px;
	padding-bottom:70px;
}
.footer-text {
	text-align:center;
	font-size:30px;
	line-height:1.4666666667;
	font-weight:bold;
}



