/*
============================ TOP CSS ============================

			デフォルト設定
				背景
				汎用
				検索
				緊急お知らせ
				カテゴリーボックス
				コンテンツ
				各種統計・くらしの安全マップ
				おすすめ動画
				お知らせ
				関連リンク

				タブレット用　記述あり


====================================================================
*/
/*背景*/

body{
	background-image: 
		linear-gradient(135deg, rgb(255,255,255) 0%, rgb(255,255,255) 26%,rgb(255,255,153) 26%, rgb(255,255,153) 28%,rgb(180,213,255) 28%, rgb(180,213,255) 80%,rgb(255,255,255) 80%, rgb(255,255,255) 100%); 
		background-attachment: fixed;
}

#contentWrap{margin:4em auto 0 !important; min-height:0;}
#contentWrap img{
	width: 100%;
}

#mv{}

@media screen and (min-width: 768px) {
#mv .inner {
    width: 1000px;
    margin: 0 auto;
}
}

.mv_inner{
    display: flex;
    justify-content: space-between;

}
#slide_wrapper {
    width: 65%;
    position: relative;
}


#slide{}

/*
.slide-control {
    position: absolute;
    bottom: 15px;
    right: 10px;
    text-align: right;
	z-index: 999;
}

.slide-control .control-button {
    display: inline-block;
    width: 20px!important;
	margin: 0 5px;
    transition: all 300ms ease;
}

.slide-control .control-button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 300ms ease;
}*/


#bannerArea{
	width: 30%;
}	

#bannerArea .searchArea{
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

#bannerArea .searchArea p{
	font-size: 16px;
	text-align: center;
}

#bannerArea .searchArea p:before{
	content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/content/admin/icon_police.png)no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

#bannerArea img{
	margin-bottom: 15px;
}

#bannerArea a.btn{
	position: relative;
    background: #000099;
    color: #fff;
    text-align: center;
    display: block;
    width: 90%;
    font-size: 15px;
	text-decoration: none;
    padding: 10px;
    border-radius: 50px;
    margin: 0 0 10px 0;
}


/*汎用*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}


/* 緊急お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#infomation{
	width:100%;
	padding: 0 0 50px 0;
	margin:0 auto;
	z-index:-2;
	line-height:1;
}

#infomation .inner{
	width: 1000px;
	margin: 0 auto;
}

#infomation .infomationWrap{
	/*padding:15px;*/
}

#infomation h2{
	text-align:center;
	color:#000066;
	font-size:1.857em;
	/*padding-bottom:13px;*/
}

/*緊急,警告*/
#infomation .emergency,#infomation .caveat{
    width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .emergency .tag,#infomation .caveat .tag{
	width: 15%;
    padding: 15px 0;
    background: #ff0000;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .emergency .tag span,#infomation .caveat .tag span{
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .emergency .emergency_text,#infomation .caveat .caveat_text{
	width: 85%;
    background: #ffe4e4;
    padding: 20px;
    line-height: 1.3em;
}

#infomation .emergency .emergency_text a,#infomation .caveat .caveat_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}
#infomation .emergency .emergency_text a:hover,#infomation .caveat .caveat_text a:hover{
    color: #3333FF;
}


/*注意*/
#infomation .caution{
    width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .caution .tag{
	width: 15%;
    padding: 15px 0;
    background: #e88800;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .caution .tag span{
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .caution .caution_text{
    width: 85%;
    background: #ffecd0;
    padding: 20px;
}

#infomation .caution .caution_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}

#infomation .caution .caution_text a:hover{
     color:#3333FF;
}

/*重要*/
#infomation .important{
    width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .important .tag{
	width: 15%;
    padding: 15px 0;
    background: #0bbf0b;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .important .tag span{
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .important .important_text{
    width: 85%;
    background: #ceffce;
    padding: 20px;
	display: flex;
}

#infomation .important .important_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}
#infomation .important .important_text a:hover{
     color:#3333FF;
}

/*注目*/
#infomation .Attention{
	width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .Attention .tag{
	width: 15%;
    padding: 15px 0;
    background: #00a7b2;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .Attention .tag span{
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .Attention .Attention_text{
    width: 85%;
    background: #d0fcff;
    padding: 20px;
}

#infomation .Attention .Attention_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}
#infomation .Attention .Attention_text a:hover{
    color:#3333FF;
}

#infomation .reset{
    pointer-events: none;
}

#infomation dl.update{
	width:100%;
	line-height:1.2;
	overflow-y:scroll;
	height:160px;
	padding-top:5px;
	margin-top:10px;
}

#infomation dl.update dt{
	width:15%;
	float:left;
	clear:both;
	color:#231815;
	padding-top:.3em;
}

#infomation dl.update dd span{
	width: 12%;
    text-align: center;
    display: inline-block;
    background-color: #000099;
    color: #FFF;
    padding: 5px 10px 3px;
    font-size: .9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 1em;
}
	
#infomation dl.update dd{
	width:85%;
	float:right;
	margin-bottom:10px;
}

#infomation dl.update dd a{
	color:#333333;
    display: block;
    float: right;
    width: 83%;
    padding-top: 3px;
}


/* カテゴリーボックス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#Category{ width: 1000px; margin: 0 auto;}
#Category #slider {
	display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

#Category a{
	text-decoration:none;
	outline:none;
}

#Category .CategoryWrap{
	width:100%;
	margin:0 auto;
}

#slider .CategoryBox{
	width: 21%;
    /* height: 260px; */
    background: #FFF;
    border: #B3B4B5 solid 1px;
    cursor: pointer;
    margin-right: 2.1%;
    margin-bottom: 3%;
    padding: 10px;
}

#slider .CategoryBox:nth-of-type(4n){
	margin-right: 0;
}

#slider .CategoryBox .CategoryTitle{
	height:10%; 
	text-align:center; 
	color:#000066; 
	padding:5px 0;
}

#slider .CategoryBox .CategoryTitle:before{
	content:url(/content/admin/top_icon01.png);
	margin:0px;
	position:relative;
	top:1px; 
	left:-2px;
}

#slider .CategoryBox .CategoryImg{
	width: 100%;
	text-align: center; 
	height: auto;
}

#slider .CategoryBox .CategoryImg img{
	width: 100%;
}

#slider .CategoryBox .CategoryText{
	font-size: 16px;
	padding: 10px 0 0 0;
	line-height:1.2;
}

#slideFilterL,#slideFilterR{cursor:pointer; position:absolute; width:34px; height:34px; top:50%; margin-top:-17px;}


/* コンテンツ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#contents{
	background:#daeaff;
/*	background: #b4d5ff;*/
	padding: 50px 0;
}

#contents .inner{
	width: 1000px;
	margin: 0 auto;
}

#contents .contents_inner{
	display: flex;
	justify-content: space-between;
}

#contents .contents_inner ul{
	width: 68%;
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
}

#contents .contents_inner ul li{
	width: 28%;
    height: 165px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    background: #FFF;
    border: #B3B4B5 solid 1px;
    cursor: pointer;
    margin-right: 4%;
}

#contents .contents_inner ul li:nth-child(1),
#contents .contents_inner ul li:nth-child(2),
#contents .contents_inner ul li:nth-child(3){
	margin-bottom:20px ;
}

#contents .contents_inner ul li a{
    font-size: 18px;
    text-decoration: none;
} 

#contents .contents_inner ul li img{
	width: 90px;
} 

#contents .contents_inner .recruitment{
	width: 30%;
	text-align: center;
    background: #FFF;
    border: #B3B4B5 solid 1px;
    cursor: pointer;
    padding: 10px;
}

#contents .contents_inner .recruitment a{
    text-decoration: none;
	color: #000066;
}

#contents .contents_inner .recruitment a p{
    font-size: 20px;
	position: relative;
}

#contents .contents_inner .recruitment a p:before{
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/content/admin/icon_man.png)no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

#contents .contents_inner .recruitment a p:after{
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/content/admin/icon_man-02.png)no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 5px 5px;
}

#contents .contents_inner .recruitment img{
	width: 210px;
}


/* 各種統計・くらしの安全マップ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#data{
	background: #fff;
	padding: 50px 0;
}

#data .inner{
	width: 1000px;
	margin: 0 auto;
}

#data .data-inner{
	display: flex;
	justify-content: space-between;
}

#data .data-inner .statistics{
	width: 46%;
    background: #b4d5ff;
    display: flex;
    padding: 10px;
	box-shadow: 10px 10px 0px 0 #ffff99;
	position: relative;
}

#data .data-inner .statistics,
#data .data-inner .safety_map{
    align-items: flex-start;
}   


#data .data-inner .statistics img{
	width: 200px;
    position: relative;
    z-index: 0;
}

#data .data-inner .statistics ul{
	margin-left: 10px;
}

#data .data-inner .statistics ul p{
	font-size: 20px;
	margin-bottom: 10px;
}

#data .data-inner .statistics > a{
	text-decoration: none;
	color: #000066;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#data .data-inner .statistics ul li{
	margin-bottom: 10px;
}

#data .data-inner .statistics ul li a{
	position: relative;
	text-decoration: none;
	color: #000066;
	z-index: 2;
}

#data .data-inner .statistics ul > li.child a:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url(/content/admin/icon_arrow_blue_left.png)no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#data .data-inner .safety_map{
	width: 46%;
    background: #b4d5ff;
    display: flex;
    padding: 10px;
	box-shadow: 10px 10px 0px 0 #ffff99;
	position: relative;
}

#data .data-inner .safety_map img{
	width: 200px;
    position: relative;
    z-index: 0;
}

#data .data-inner .safety_map > a{
	text-decoration: none;
	color: #000066;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#data .data-inner .safety_map ul{
	margin-left: 10px;
}

#data .data-inner .safety_map ul p{
	font-size: 20px;
	margin-bottom: 10px;
}

#data .data-inner .safety_map ul li{
	margin-bottom: 10px;
}

#data .data-inner .safety_map ul li a{
	position: relative;
	text-decoration: none;
	color: #000066;
	z-index: 2;
}

#data .data-inner .safety_map ul > li.child a:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url(/content/admin/icon_arrow_blue_left.png)no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* おすすめ動画
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#movie_area{
	background: #daeaff;
	padding: 50px 0;
	position: relative;
}

#movie_area:after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 500px 40vw;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}

#movie_area .inner{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#movie_area .inner h2{
	color: #000066;
    font-size: 1.857em;
    border-bottom: 5px solid #0000cc;
    display: inline-block;
    margin-bottom: 30px;
}

#movie_area .movie_area-inner{
	position: relative;
    z-index: 998;
}

#movie_area ul.list{
	display: flex;
    z-index: 999;
}

#movie_area ul.list li{
    width: 25%;
    margin-right: 40px;
}

#movie_area ul.list li:last-child{
	margin-right: 0;
}

#movie_area ul.list li img{
	width: 100%;
	object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

#movie_area ul.list li p{
	text-align: left;
}

#movie_area .movie_area-inner a.btn{
	position: relative;
    background: #000099;
    color: #fff;
    text-align: center;
    display: block;
    width: 350px;
    font-size: 20px;
    padding: 15px;
    border-radius: 50px;
    margin: 30px auto;
    text-decoration: none;
}


/* お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#notice{
	background: #b4d5ff;
	padding: 50px 0;
	position: relative;
}

#notice:before{
	content: "";
	display: inline-block;
	background: url("/content/admin/character.png")no-repeat;
    background-size: contain;
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 13%;
    left: 3%;
	z-index: 1;
}

#notice .inner{
	width: 1000px;
    margin: 0 auto;
}

#notice .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}

#notice .tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #000099;
  display: block;
  order: -1;
}

#notice .tab-label {
  color: #fff;
  background: #717fa5;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}

#notice .tab-label:not(:last-of-type) {
  margin-right: 5px;
}

#notice .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

#notice .tab-switch:checked+.tab-label {
  background: #000099;
}

#notice .tab-switch:checked+.tab-label+.tab-content {
	background: #e9f2ff;
	height: 230px;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	position: relative;
    z-index: 2;
}

#notice .tab-switch {
/*  display: none;*/
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;

}

#notice .tab-content dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#notice .tab-content{
	font-size: 18px;
}

#notice .tab-content dl dt{
    width: 20%;
	display: inline-block;
	padding: 10px 0;
}

#notice .tab-content dl dd{
    width: 75%;
	display: inline-block;
	padding: 10px 0;
}


/* タブレット用
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.slide-control{
	bottom: 0;
}
	
#contentWrap,	
#mv .inner,
#infomation .inner,
#Category,
#contents .inner,
#data .inner,
#movie_area .inner,
#footLinkArea{
	width: 90%;	
}	
	
#bannerArea .searchArea{
	margin-bottom: 5%;
	padding: 5px;
}	
	
	
#bannerArea .searchArea p{
	font-size: 60%;
}	
	
#bannerArea .searchArea p:before{
	width: 20px;
	height: 20px;
}	
	
#bannerArea img{
	margin-bottom: 3%;
}	
	
#bannerArea a.btn{
	font-size: 80%;
}	
	
/* カテゴリーボックス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */	
#slider .CategoryBox{
	margin-right: 1.7%;
}	
	
/* コンテンツ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */		
/*
#data .data-inner .statistics img,
#data .data-inner .safety_map img{
		width: 150px;
}
*/
#data .data-inner .statistics,
#data .data-inner .safety_map{
    align-items: flex-start;
}   
   
#data .data-inner .statistics img,
#data .data-inner .statistics img{
    width: 200px;
}

/* お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */		
#notice .inner{
	width: 80%;
}	
	
#notice:before{
	width: 100px;
    height: 220px;
    position: absolute;
    bottom: 0%;
}


}

/* スマホ用
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
@media only screen and ( max-width : 767px ){
body {
    background-image: none;
    background-attachment: fixed;
}
	
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image: linear-gradient(
135deg, rgb(255,255,255) 0%, rgb(255,255,255) 26%,rgb(255,255,153) 26%, rgb(255,255,153) 28%,rgb(180,213,255) 28%, rgb(180,213,255) 80%,rgb(255,255,255) 80%, rgb(255,255,255) 100%);
  background-size:cover;
}		
	
	
#contentWrap {
    margin: 0 auto !important;
    min-height: 0;
}	
	
	
/* SPナビゲーション */ /* ######### 161031追加 ######### */
#gNav {top: 0;}


		
	
/* 背景
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */	
#mv .inner{
	display: block;
	width: 100%!important;
	margin: 0 auto;
}
	
.mv_inner{
    display: block;
}

#slide_wrapper {
	width: 100%;
    position: relative;
    margin-bottom: 10%;
}

#slide{
}

/*
.slide-control {
    position: absolute;
    bottom: 0;
}
*/

#bannerArea {
    width: 80%;
    margin: 0 auto;
    float: none;
}		
	
#bannerArea a.btn {
    position: relative;
    background: #000099;
    color: #fff;
    text-align: center;
    display: block;
    width: 90%; 
    font-size: 100%;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;
    margin: 5% auto;
}	

#bannerArea .searchArea p {
	font-size: 90%;
    text-align: center;
}
	
	
/* 緊急お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#infomation {
    width: 100%;
	padding: 10% 0;
}
	
#infomation .inner{
    width: 90%;
    margin: 0 auto;
}		
	
#infomation .infomationWrap {
    width: 100%;
    padding: 0;
}
	


/*警告・緊急・注意・重要・注目・*/
#infomation .caveat,
#infomation .emergency,
#infomation .caution,
#infomation .important,
#infomation .Attention{
	width: 100%;
    margin: 3% 0;
}

#infomation .caveat .tag,	
#infomation .emergency .tag,	
#infomation .caution .tag,	
#infomation .important .tag,
#infomation .Attention .tag{
    width: 20%;
    padding: 5% 0;
}
	
#infomation .caveat .tag span,	
#infomation .emergency .tag span,		
#infomation .caution .tag span,		
#infomation .important .tag span,	
#infomation .Attention .tag span{
    font-size: 120%;
}		

#infomation .caveat .caveat_text,	
#infomation .emergency .emergency_text,	
#infomation .caution .caution_text,	
#infomation .important .important_text,	
#infomation .Attention .Attention_text{
    width: 80%;
    font-size: 80%;
    padding: 5% 2%;
    line-height: 1.2;
}

.open a{background:#006 url(/content/admin/icon_arrow_white_down.png) no-repeat center center !important;}
.close a{background:#006 url(/content/admin/icon_arrow_white_up.png) no-repeat center center !important;}
.open a,.close a {display: block; min-height:30px; background-size: contain!important;}

	
	
/* カテゴリーボックス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#Category{
	width:100%;
	position:relative;
}
#Category .CategoryWrap{
	width:90%;
	margin:0 auto;
}
	
#Category .whiteBoxL,
#Category .whiteBoxR{
	width:100%;
	height:auto; 
	background-color:#FFF;
	opacity:0.7;
	position:absolute;
}

#Category #slider{
	justify-content: space-between;	
}	
#slider .CategoryBox{
	width: 42%;
    padding: 2%;
	margin-right: 0;
	margin-bottom: 5%;
}
	
#slider .CategoryBox .CategoryTitle{
/*	height: auto;
    text-align: center;
	padding: 3%;*/
}
	
#slider .CategoryBox .CategoryImg{
	width:100%;
	margin:0 auto;
}
	
#slider .CategoryBox .CategoryImg img{
	width: 100%;
}
	
#slider .CategoryBox .CategoryText {
	font-size: 80%;
    padding: 3%;
    line-height: 1.2;
}	

.slick-prev{left:3% !important;}
.slick-next{right:3% !important;}
	
	
/* コンテンツ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#contents .inner{
    width: 90%;
    margin: 0 auto;
}	
	
#contents .contents_inner{
	display: block;
}	
	
#contents .contents_inner ul {
    width: 100%;
}	
	
#contents .contents_inner ul li {
/*    width: 30%;*/
    height: 110px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    background: #FFF;
    border: #B3B4B5 solid 1px;
    cursor: pointer;
}	


#contents .contents_inner ul li:nth-child(3){
margin-right: 0;
}
	
#contents .contents_inner ul li a {
    font-size: 100%;
    text-decoration: none;
}	
	
#contents .contents_inner ul li img {
    width: 55px;
}	
	
#contents .contents_inner .recruitment {
    width: 100%;
    text-align: center;
    background: #FFF;
    border: #B3B4B5 solid 1px;
    cursor: pointer;
    padding: 0;
    margin-top: 10%;
}
	
#contents .contents_inner .recruitment a p {
    font-size: 140%;
    padding: 5px 0 0 0;
    position: relative;
}	
	
#contents .contents_inner .recruitment img {
    width: 80%;
}		

	
/* 各種統計・くらしの安全マップ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */	
#data .inner{
    width: 90%;
    margin: 0 auto;
}	
	
#data .data-inner {
    display: block;
    justify-content: space-between;
}
	
#data .data-inner .statistics {
    width: 96%;
    background: #b4d5ff;
    display: flex;
	/*align-items: center;*/
    margin-bottom: 10%;
	padding: 5px;
    box-shadow: 7px 7px 0px 0 #ffff99;
}	
	
#data .data-inner .statistics ul p{
	font-size: 110%;
	margin-bottom: 0;
}
	
#data .data-inner .statistics img {
  	width: 40%;
    height: 100%;
	margin-right: 2%;
}	

#data .data-inner .statistics ul {
    width: 60%;
    margin-left: 1%;
}

#data .data-inner .statistics ul li{
	margin-bottom: 1%;
}
	
#data .data-inner .statistics ul > li.child a:before{
    width: 12px;
    height: 10px;
}		
	
#data .data-inner .statistics ul li a{
	font-size: 82.5%;
}	
		
#data .data-inner .safety_map {
    width: 96%;
    background: #b4d5ff;
    display: flex;
	/*align-items: center;*/
    padding: 5px;
    box-shadow: 7px 7px 0px 0 #ffff99;
}
	
#data .data-inner .safety_map ul p{
	font-size: 110%;
	margin-bottom: 0;
}	
	
#data .data-inner .safety_map img {
  	width: 40%;
    height: 100%;
	margin-right: 2%;
}		
	
#data .data-inner .safety_map ul {
    width: 60%;
    margin-left: 1%;
}	
	
#data .data-inner .safety_map ul li{
	margin-bottom: 1%;
}	
	
#data .data-inner .safety_map ul li.child a:before {
    width: 12px;
    height: 10px;
}		
	
#data .data-inner .safety_map ul li a{
	font-size: 82.5%;
}	

	
/* おすすめ動画
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */	
#movie_area:after{
	border-width: 0 0 500px 100vw;
}
	
#movie_area .inner{
    width: 90%;
    margin: 0 auto;
}	
	
#movie_area  ul.list{
	display: flex;
	flex-wrap: wrap;
}

#movie_area ul.list li{
	width: 45%;
    margin-right: 10%;
	margin-bottom: 10%;
}

#movie_area ul.list li:nth-child(even){
	margin-right: 0;
}

#movie_area ul.list li p{
	text-align: left;
}	
	
#movie_area .movie_area-inner a.btn{
    position: relative;
    background: #000099;
    color: #fff;
    text-align: center;
    display: block;
    width: 90%;
    font-size: 20px;
    padding: 15px;
    border-radius: 50px;
    margin: 30px auto;
}
	
	
/* お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */	
#notice:before{
	content:none;
}
	
#notice .inner{
    width: 90%;
    margin: 0 auto;
}	
	
#notice .tab-label {
	white-space: normal;
}		
	
#notice .tab-content dl dt {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 0.8em;
}	
	
#notice .tab-content dl dd {
    width: 100%;
    display: inline-block;
    padding: 0 0 5% 0;
}	
	


}