@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: 30px;
	padding: 25px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	border: 1px solid #000;
}

.color_green {
	color: #28a745 !important;
}

.color_red {
	color: #dc3545 !important;
}

.color_blue {
	color: #273c7f !important;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	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 strong {
	color: #273c7f;
}

.box_border_side {
	position: relative;
	margin-bottom: 30px;
	padding: 35px;
	background: #f6f6f6;
}
.box_border_side :first-child {
	margin-top: 0;
}
.box_border_side :last-child {
	margin-bottom: 0;
}
.box_border_side:before, .box_border_side:after{
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.box_border_side:before{
	border-left: solid 1px #111b3a;
	border-top: solid 1px #111b3a;
	border-bottom: solid 1px #111b3a;
	left: 0;
}
.box_border_side:after{
	border-top: solid 1px #111b3a;
	border-right: solid 1px #111b3a;
	border-bottom: solid 1px #111b3a;
	right: 0;
}

.entry_body .tbl_std th,
.entry_body .tbl_std td {
	padding: 20px;
	vertical-align: middle;
}
.entry_body .tbl_std th {
	width: 24%;
	font-weight: normal;
	text-align: center;
}
.entry_body .tbl_std thead th {
	width: auto;
	padding: 10px 20px;
	background: #e8ecf0;
}
.entry_body .table_underline th,
.entry_body .table_underline td {
	background: none;
	border: none;
	padding: 25px 20px;
	border-bottom: #000 1px solid;
	vertical-align: middle;
}
.entry_body .table_underline th {
	width: 20%;
	font-weight: normal;
}

.wrap_movie {
	position: relative;
	margin-bottom: 20px;
	padding: 56.25% 0 0 0;
	width: 100%;
}
.wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list_normal {
	margin-left: 18px !important;
}
.list_normal li{
	list-style: disc;
}

/* =============================================== */
/** Page */
/* =============================================== */

/* 外壁塗装 ご依頼の流れ */
.contents_flowbox_group {
	margin: 40px 0 50px;
}
.contents_flowbox {
	position: relative;
	padding: 0 0 60px 40px;
}
.contents_flowbox:last-child {
	padding-bottom: 0;
}
.contents_flowbox::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 8px;
	width: 2px;
	background: #111b3a;
}
.contents_flowbox::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 19px;
	height: 19px;
	z-index: 1000;
	background: #111b3a;
	border-radius: 50%;
}
.contents_flowbox {
	margin-bottom: 0;
}
.contents_flowbox .box_right {
	margin: 0 0 0 30px;
}
.contents_flowbox .box_text h4 {
	margin: -8px 0 15px 0;
	padding: 0;
	color: #111b3a;
	border: none;
	background: none;
}
.contents_flowbox .box_text h4:before {
	display: none;
}

/* 使用する塗料について */
.page-paint .tbl_std th {
	width: 18%;
}

/* よくある質問 */
.entry_body .table_faq {
	margin-bottom: 50px;
	width: 100%;
}
.entry_body .table_faq th,
.entry_body .table_faq td {
	padding: 15px 0;
	border: none;
	vertical-align: middle;
	border-bottom: #999 1px solid;
}
.entry_body .table_faq tr:first-child th {
	width: 50px;
	background: none;

}
.entry_body .table_faq tr:first-child td {
	color: #273c7f;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;

}
.entry_body .table_faq tr:nth-child(2) th {
	background: none;
	vertical-align: top;
}