<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

.box_left {
	float: left;
	margin: 0 35px 35px 0;
}

.box_right {
	float: right;
	margin: 0 0 35px 35px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #f5f5f5;
}

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

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	border: 1px 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 */
/* =============================================== */
.entry_body .row {
	margin-left: -20px;
	margin-right: -20px;
}
.entry_body .row &gt; div {
	margin-bottom: 40px;
	padding: 0 20px;
}

.map_wrap iframe {
	vertical-align: top;
}

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

.movie_wrap {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box_stap {
	position: relative;
	padding-bottom: 40px;
}
.box_stap:last-child {
	padding-bottom: 15px !important;
}
.box_stap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23px;
	z-index: -100;
	width: 2px;
	background: #1f5ab2;
}
.box_stap_ico {
	float: left;
	margin-right: 25px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #1f5ab2;
	border-radius: 50%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.box_stap h4 {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.box_stap h4::before {
	display: none;
}
.box_step_detail {
	overflow: hidden;
}

.tbl_fixed th,
.tbl_fixed td {
	text-align: center !important;
	vertical-align: top !important;
}


/* =============================================== */
/** Page */
/* =============================================== */</pre></body></html>