@charset "UTF-8";

.page_title{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 560px;
	padding-top: 120px;
	text-align: center;
	background-image: url(../images/sec_str/page_titile_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.contents section[class*="sec"]{
	padding: 20px 0 0px;
	margin-top: -20px;
}

.page_navi{
	padding: 40px 0;
}
.page_navi li{
	margin: 0 5px;
	background: #fff;
}
.page_navi li a{
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.page_navi li a:hover{
	opacity: 0.8;
}
.page_navi li img{
	vertical-align: bottom;
}

.sec_title{
	text-align: left;
	padding-bottom: 20px;
}
.sec_txt{
	font-size: 1.5rem;
	line-height: 2;
	text-align: left;
}

.place_title_box{
	padding: 80px 0;
	text-align: center;
	position: relative;
}
.place_title_box::before{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #919075 url(../images/equipment/line.png) center 0 no-repeat;
	position: absolute;
	top: 0;
}
.place_title_box::after{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #919075 url(../images/equipment/line.png) center 0 no-repeat;
	position: absolute;
	bottom: 0;
}
.security_sec .place_title_box{
	background: url(../images/sec_str/security_ttl_bg.jpg) center center no-repeat;
}
.structure_sec .place_title_box{
	background: url(../images/sec_str/structure_ttl_bg.jpg) center center no-repeat;
}

.security_sec .base_w,
.structure_sec .base_w{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 80px;
}
.structure_sec .base_w{
	padding-top: 80px;
}
.sec_box{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 50px 0;
}
.sec_box img{
	vertical-align: bottom;
}
.sec_box .txtbox{
	width: 52%;
}
.sec_box .txtbox span{
	display: block;
	font-size: 1.1rem;
}
.sec_box.l_img .txtbox{
	width: 48%;
	-ms-align-self: center;
	align-self: center;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.sec_box.c_img{
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(255,255,255,0.1);
}
.sec_box.bd{
	padding: 30px;
	margin-bottom: 20px;
	border: 1px solid #999;
	background: rgba(255,255,255,0.1);
}
.sec_box.bd.r_img .txtbox{
	width: 40%;
	-ms-align-self: center;
	align-self: center;
}
.sec_box.half{
	width: 49%;
}
.sec_box.half .txtbox{
	width: 60%;
}
.sec_box.half .txtbox p{
	line-height: 1.8;
}

.sec_box.btm_img .txtbox{
	width: 70%;
}
.sec_box .in_item_box{
	width: 48%;
	padding-top: 70px;
}
.sec_box .in_item .r{
	padding-left: 10px;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.sec_box .in_item dt{
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
	font-size: 1.8rem;
}
.sec_box .in_item dd{
	font-size: 1.3rem;
}
.sec_box.btm_img.full{
	-webkit-flex-direction: column;
	flex-direction: column;
}
.sec_box.btm_img.full .txtbox{
	width: 82%;
	padding-bottom: 40px;
}


.place_boxs dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 31.5%;
	margin-bottom: 40px;
}
.place_boxs dl dt{
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
	font-size: 1.5rem;
	color: #fffcd1;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.place_boxs dl dt.high{
	height: 5.5rem;
}
.place_boxs dl dd.desc{
	font-size: 1.3rem;
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.place_boxs dl dd.desc span{
	font-size: 1.1rem;
	display: block;
}
.place_boxs dl sup{
	font-size: 1rem;
}



@media screen and (max-width: 1299px) {
.sec_box.l_img .txtbox h4 img{
	max-width: 100%;
	height: auto;
}
.sec_box.l_img .txtbox{
	padding-left: 20px;
}
.sec_box.r_img .txtbox{
	padding-right: 20px;
}
.sec_box.half .txtbox{
	padding-right: 20px;
}

}
