@charset "UTF-8";




@media only screen and (max-width: 767px){
	

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

.security_bg01 {
	background-image: url("../../security/images/sp_security_bg01.jpg");
	padding-top: 60px;
	margin-top: 30px;
}
	
.security_mbt-mt.first {
	margin-top: 50px;
}

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

.security_mbt-wrap li {
	width: 49%;
	margin: 0;
	margin-bottom: 10px;
}
	
	
.title-wrap {
	margin-top: 40px;
}

.title-wrap .ttl {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
	
	
.cont_mp-wrap {
	margin-top: 40px;
}

.cont_mp-wrap > li {
	width: 100%;
}

.cont_sub-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.cont_sub-wrap > li {
	width: 47.06%;
	padding-bottom: 30px;
}

.cont-wrap {

}

	
.cont-wrap li {
	width: 47.06%;
	padding-bottom: 30px;
}
	
.cont-wrap li.wide {
	width: 100%;
}

.cont dt {
	font-size: 1.6rem;
	padding-top: 5px;
}
	
.cont dd {
	font-size: 1.3rem;
	line-height: 1.4;
	padding-top: 5px;
}

.cont dd.cap {
	font-size: 1.0rem;
}
	
/*********** ↑共通・背景 *************/



	
	

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

.cont-wrap li.structure_01 {
	width: 108%;
	margin: 0 -4%;
}

.structure_01 .cap {
	text-align: justify;
	margin: 0 4%;
	margin-top: 0;
}

.cont-wrap li.structure_02 {
	width: 100%;
}

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

.cont-wrap li.structure_12 {
	width: 100%;
}
	
/*********** ↑構造 *************/

	
	
	
	
	
	
	
	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.position_03-wrap .scroll-box div img {
  min-width: 700px;
}


	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
	
	
	
	
	

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



	
	
	
	
	
	
	

	
	
	
}








