@charset "utf-8";
/* CSS Document */



/* -------------------------------
	共通
------------------------------- */

/* もっと見るボタン =====================*/
.link_btn {
  text-align: center;
}
.link_btn a {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    font-weight: bold;
	transition: .4s;
}
.link_btn a:hover {
	text-decoration: none!important;
}

/* 鍵アイコン =====================*/
.statusIcon {
    margin: 0!important;/*contents.cssのリセット*/
    vertical-align: initial;
}

/* -------------------------------
	モーダルウィンドウ
------------------------------- */
/* ボタン =====================*/
.modal_btn {
	margin-bottom: 10px;
	text-align: right;
}
.modal_btn a {
    display: inline-block;
	font-size: 13px;
    font-weight: bold;
	color: #fff!important;/*contents.cssのリセット*/
    padding: 10px;
	background: #2464b3;
	border-radius: 5px;
}
.modal_btn a:hover{
	text-decoration: none!important;/*contents.cssのリセット*/
	opacity:0.7;
}
.btn_text{
    display: inline-block;
	letter-spacing: 2px;
}

/* ウィンドウ =====================*/
#modal_window {
    margin: 10px auto;
    max-width: 500px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
#modal_window h1 {
    font-weight: bold;
    font-size: 20px;
	text-align: center;
    margin: 0 0 20px;
}

#modal_window p{
	line-height:1.5rem;
}

/*閉じる*/
.mfp-close-btn-in .mfp-close {
    position: relative;
	left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    color: #fff!important;
    line-height: inherit;
    background: #898c8e;
    padding: 10px 20px;
	margin-top: 20px;
    border-radius: 30px;
}
.mfp-close:hover{
	cursor:pointer;
	opacity:0.7;
}

/*フェードイン・フェードアウト*/
.mfp-fade.mfp-bg{
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing{
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content{
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
	opacity: 0;
}

/* -------------------------------
	トップ画像
------------------------------- */
.top_img {
    width: 100%;
}


/* -------------------------------
	左カラム
------------------------------- */
/* トップニュース =====================*/
.top_news {
	border-bottom: 1px solid #d2d2d2;
}
.top_news a {
	display: flex;
	padding: 15px 0;
}
.top_news a:hover{
	text-decoration:none!important;
	opacity:0.7;
}
.top_news .thumbnail img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin-right: 25px;
}
.top_news .headline {
    font-size: 24px;
    font-weight: bold;
	line-height: 1.1;
    margin-bottom: 10px;
}
.top_news .article {
    font-size: 16px;
    line-height: 1.5;
}

/* サブニュース =====================*/
.sub_news {
	border-bottom: 1px solid #d2d2d2;
}
.sub_news a {
	display: flex;
	padding: 15px 0;
}
.sub_news a:hover{
	text-decoration:none!important;
	opacity:0.7;
}
.sub_news .thumbnail img {
	width: 125px;
	height: 125px;
	object-fit: cover;
	font-family: 'object-fit: cover; ';
	margin-right: 20px;
}
.sub_news .headline {
    font-size: 18px;
    font-weight: bold;
	line-height: 1.1;
    margin-bottom: 10px;
}
.sub_news .article {
    font-size: 16px;
    line-height: 1.5;
}

/* もっと見るボタン */
#news_area .link_btn {
  margin: 30px 0 50px;
}
#news_area .link_btn a {
    width: 200px;
    color: #a0a6a9!important;
    border: 1.5px solid #a0a6a9;
}
#news_area .link_btn a:hover {
	color: #fff!important;	
	background:#a0a6a9;
}


/* アーカイブ =====================*/
.archive_list {
    display: flex;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.archive_box{
	width:305px;
	height: 400px;
	border-radius: 7px;
	margin-bottom: 15px;
	box-shadow: 0 0 8px grey;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.archive_box a {
     display: block;
     height: 100%;
}

/*サムネイル*/
.archive_img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	font-family: 'object-fit: cover; ';
	border-radius: 7px 7px 0 0;
}

/*テキスト*/
.archive_text{
	padding:10px;
}
.archive_title {
    display: inline-block;
    font-size: 16px;
	letter-spacing: 1px;
    color: #fff;
    background: #2464b3;
    padding: 4px;
    margin-bottom: 20px;
}
.archive_headline {
    font-size: 16px;
    font-weight: bold;
	line-height: 1.1;
}
.archive_date {
    color: #999;
    font-size: 14px;font-weight: bold;
    margin: 10px 0;
}
.archive_article {
    font-size: 16px;
	line-height: 1.2;
}

/*金鍵付き記事*/
.icon_gold .archive_headline {
    display: inline;
}

/*ホバー*/
.archive_box a:hover{
	text-decoration:none!important;
}
.archive_box a:hover .archive_text{
	opacity: 0.7;
}

/* -------------------------------
	右カラム
------------------------------- */

/* 「情報あれこれ」「事件・事故」共通 =====================*/
.info_box{
	position:relative;
    padding: 20px;
	margin: 25px 0;
}
.info_box::before {
	position:absolute;
	content:"";
	width:35px;
	height:35px;
	top:-2px;
	left:-2px;
}
.info_box h2 {
    font-size: 20px!important;
	letter-spacing: 2px;
    text-align: center;
	margin: 10px 0 30px;
}
.info_box_text {
    padding: 20px 0;
}
.info_box_text .headline {
    font-size: 18px;
    font-weight: bold;
	line-height: 1.1;
	display: inline;
}
.info_box_text .article {
    font-size: 16px;
    line-height: 1.5;
	margin-top: 10px;
}

/*もっと見るボタン*/
.info_box .link_btn {
  margin: 30px 0 10px;
}

/*ホバー*/
.info_box a:hover{
	text-decoration:none!important;
}
.info_box a:hover .info_box_text{
	opacity: 0.7;
}

/* 情報あれこれ =====================*/
#information_area {
    border: 2px solid #d06374;
}
#information_area::before {
	background: url(../img/triangle_pink.png) no-repeat;
	background-size: contain;
}
#information_area h2 {
    color: #d06374;
}

#information_area li {
	border-bottom: 1px solid #d06374;
}


/*もっと見るボタン*/
#information_area .link_btn a {
    width: 150px;
    color: #d06374!important;
    border: 1.5px solid #d06374;
}
#information_area .link_btn a:hover {
	color: #fff!important;	
	background:#d06374;
}

/* 事件・事故 =====================*/
#incident_area {
    border: 2px solid #a0b65e;
}
#incident_area::before {
	background: url(../img/triangle_green.png) no-repeat;
	background-size: contain;
}
#incident_area h2 {
    color: #a0b65e;
}

#incident_area li {
	border-bottom: 1px solid #a0b65e;
}


/*もっと見るボタン*/
#incident_area .link_btn a {
    width: 150px;
    color: #a0b65e!important;
    border: 1.5px solid #a0b65e;
}
#incident_area .link_btn a:hover {
	color: #fff!important;	
	background:#a0b65e;
}


/* HYOGO ODEKAKE PLUS+ =====================*/
.odekakesearch {
  border: solid 2px #0abba5;
}

.odekakesearch h2 {
  margin-bottom: 15px;
}

.odekakesearch h2 img {
  height: 70px;
}


