@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	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: 35px;
	background: #edf0f6;
}

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

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 35px;
	border: 2px solid #0f3981;
}

.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;
}

.entry_body .row {
	margin-right: -20px;
	margin-left: -20px;
}
.entry_body .row > div {
	margin-bottom: 40px;
	padding: 0 20px;
}

.entry_body dl dt {
	color: #003894;
	font-size: 18px;
	font-weight: 700;
}
.entry_body dl dd {
	margin-bottom: 10px;
}

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

.contents_main_ttl {
	margin: 70px 0 40px !important;
	padding: 0 !important;
	background: none !important;
	line-height: 1.428 !important;
	color: #003894 !important;
	font-size: 33px !important;
	letter-spacing: 0.04em;
}
.contents_main_ttl.-fixed {
	margin: 70px 0 25px !important;
}
.contents_main_ttl::before {
	display: none;
}

.bg_wrap {
	position: relative;
	z-index: 1;
	margin: 110px 0;
	padding: 100px 0;
}
.bg_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -100;
	width: 100vw;
	background: #edf0f6;
	transform: translateX(-50%);
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}

.box.-message {
	margin: 40px 0 60px;
}
.box.-message .box_right {
	margin-left: 40px;
}
.box.-message .box_text :first-child {
	margin-top: 0 !important;
}
.box.-message .contents_main_ttl {
	margin-bottom: 15px !important;
}


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

/* 防犯・見守り */
.page-apollon .bg_wrap .col6 {
	margin-bottom: 0;
}
.page-apollon .bg_wrap .col6 .box {
	margin-bottom: 30px !important;
	padding: 0 0 25px !important;
	border-bottom: 1px solid #c7c7c7;
}
.box_border.-expand {
	padding: 50px;
}
.box_border.-expand :last-child {
	margin-bottom: 0 !important;
}
.box_border.-expand .box {
	margin-bottom: 40px;
}

/* IP無線機 */
.page-cosmo_talk .box.-message .box_right.-fixed {
	margin: -15px -40px 0 50px !important;
}
.page-cosmo_talk .bg_wrap .col6 {
	margin-bottom: 0;
}
.page-cosmo_talk .bg_wrap .col6 dl {
	margin-bottom: 30px !important;
	padding: 0 0 25px !important;
	border-bottom: 1px solid #c7c7c7;
}