@charset "UTF-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	display: block;
	content: '';
	clear: both;
}

.box_left {
	float: left;
	margin: 0 30px 25px 0;
}

.box_right {
	float: right;
	margin: 0 0 25px 30px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 35px;
	padding: 25px;
	background: #f5f5f5;
}
.box_color h4{
	margin: 0;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 35px;
	padding: 25px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 35px;
	padding: 25px;
	border: 3px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }

.entry_body .row {
	margin: 0 -20px;
}
.entry_body .row >div {
	padding: 0 20px 20px;
}

.entry_body .tbl_std th {
	text-align: center;
	vertical-align: middle;
}
.entry_body .tbl_std th,
.entry_body .tbl_std td {
	padding: 15px 20px;
}

.entry_body .tbl_fixed th,
.entry_body .tbl_fixed td {
	padding: 15px 20px;
	text-align: center;
}

.entry_body .tbl_underline th,
.entry_body .tbl_underline td {
	padding: 15px;
}

.entry_btn {
	text-align: center;
}
.entry_btn a {
	display: inline-block;
	width: 360px;
	height: 74px;
	background: #0f121a;
	line-height: 74px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
}

.entry_body li ul {
	margin: 5px 0 5px 0 !important;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* よくあるご質問 */
.box_stap_wrap {
	margin-top: 45px;
}
.box_stap {
	position: relative;
	padding-bottom: 30px;
}
.box_stap:last-child {
	padding: 0 0 15px;
}
.box_stap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23px;
	z-index: -100;
	width: 2px;
	background: #0f121a;
}
.box_stap_ico {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 30px;
	border-radius: 50%;
	background: #0f121a;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.box_step_detail {
	display: inline-block;
	overflow: hidden;
	float: left;
}
.box_stap h4 {
	margin: 14px 0 6px 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	font-size: 18px;
	font-weight: bold;
}
.box_stap h4::before {
	display: none;
}