@charset "UTF-8";




/*********** 共通・背景 *************/

.security_bg01 {
	background-image: url("../../security/images/security_bg01.jpg");
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 120px;
	margin-top: 60px;
}

.security_mbt-mt.first {
	margin-top: 100px;
}

.security_mbt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.security_mbt-wrap li {
	position: relative;
	width: 28.33%;
	margin: 0 2%;
	margin-bottom: 20px;
}

.security_mbt-wrap li a .mbt {
	position: relative;
	top: 0;
	left: 0;
}

.security_mbt-wrap li a .mbt_on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease;
}

.security_mbt-wrap li a:hover .mbt_on {
	opacity: 1;
}

.security_mbt-wrap li.current a .mbt_on {
	opacity: 1;
}


.title-wrap {
	margin-top: 80px;
}

.title-wrap .ttl {
	font-family: 'Cinzel', serif;
	color: #816627;
	font-size: 4.0rem;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #816627;
	margin-bottom: 40px;
}

.cont-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont-wrap li {
	width: 22.5%;
	padding-bottom: 60px;
}

.cont-wrap li.wide {
	width: 48.33%;
}

.cont dt {
	color: #816627;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	padding-top: 10px;
}

.cont dt sup {
	font-size: 0.7em;
}

.cont dd {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: justify;
	padding-top: 10px;
}

.cont dd.cap {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
}

/*********** ↑共通・背景 *************/





/*********** 構造 *************/

.cont-wrap li.structure_01 {
	width: 74.17%;
}

.structure_01 .cap {
	position: relative;
	text-align: center;
	margin-top: -40px;
}

@media only screen and (max-width: 1200px){
.structure_01 .cap {
	text-align: justify;
	margin-top: -5px;
}
}

.cont-wrap li.structure_11 {
	width: 26.67%;
}

.cont-wrap li.structure_12 {
	width: 70%;
}

/*********** ↑構造 *************/









.anc_security,
.anc_structure {
	display: block;
    padding-top: 100px;
	margin-top: -100px;
}










