@charset "utf-8";
/* CSS Document */
/*--------------------------------------

エリアで探す(area_city.php) PC

--------------------------------------*/

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb{
	width:1080px;
	margin:0 auto;
	margin-top:23px;
	font-size:14px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'>';
	position: relative;
	margin-left:10px;
	margin-right:10px;
}
.breadcrumb li:last-child:after{
	content:'';
}
/*--------------------------------------
見出し(サイトマップ)
--------------------------------------*/
.headline_wrap{
	margin-top:30px;
	background-color:#4CD8E5;
	height:80px;
}
.headline_wrap h2{
	width:1080px;
	margin:0 auto 0 auto;
	padding-top:13px;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
#news_wrap{
	width: 1120px;
	margin: 0 auto;background-color: antiquewhite;
}

#news_in{
	width: 780px;
	float: left;
	margin:60px 20px 0 30px;
}

/*記事中身*/
#news_content{
	width:760px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	}

#news_content h3{
	background: transparent;
	border-left: solid 5px #4cd8e5;
	padding: 0.8em 0.5em;
}

#news_content h4,
#news_content h5,
#news_content h6{
	width: 90%;
    border-bottom: 2px solid #3e3a39;
    font-size: 16px;
    font-weight: 900;
    margin: 50px 0 20px 0;
    padding: 10px;
}

#news_content .news_title time{
	font-size: 16px;
	color: #7c7c7c;
	float: left;
    font-family: 'arial', sans-serif;
	margin: 0 20px 0 15px;
}

#news_content .news_title .category{
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
}

.news_title .news{
	background-color: #ffc800;
	width: 120px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.news_title .fair{
	background-color: #4cd8e5;
	width: 120px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.news_title .emergency{
	background-color: #fe4958;
	width: 120px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.news_title .import{
	background-color: #fe4958;
	width: 120px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#news_content .news_title .title_txt{
	display: block;
	font-size: 18px;
	line-height: 25px;
	margin: 20px 0 0 15px;
}

#news_content .news_sentence{
	width:760px;
	margin: 25px auto 60px auto;
}

.news_sentence .sub_title {
	width: 90%;
    background-color: #eee;
    border-radius: 5px;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 900;
}

.news_sentence img{
	display: block;
	text-align: center;
	margin: 0 auto 20px auto;
}

.news_sentence .news_link{
	color: #1baab7;
	font-size: 17px;
}

.news_sentence .detailtext{
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 20px 0;
}

.news_sentence .detailtext .youtube{
	text-align: center;
}

.news_sentence .detailtext p{
	margin-bottom: 30px;
}

.news_sentence .detailtext strong{
	color: #1baab7;
	font-weight: 800;
}

.news_sentence .detailtext em{
    background: linear-gradient( to right bottom, rgba(255,220,0,.6) 20%, transparent 20%, transparent 50%, rgba(255,220,0,.6) 50%, rgba(255,220,0,.6) 70%, transparent 70% );
    background-size: 4px 4px;
    font-style: normal;
}

.news_sentence .detailtext .color_b{
	color: #1baab7;
}

.news_sentence ul{
	width: 600px;
	background-color: #FFF8CA;
	font-size: 15px;
	margin: 0 auto 20px auto;
	padding: 20px;
}

.news_sentence ul li{
	margin-bottom: 5px;
}

/*公的な文章*/
.news_sentence .list-style01{
	width: 570px;
	background-color: #fff;
	font-size: 15px;
	margin: 0 0 1em 0;
	text-indent: -1em;
}

.list-style01 li:before {
    content: "・";
  }

.list-style01 li:first-of-type:before {
    content: " ";
  }

.detailtext .enpage-btn{
    width: 110px;
    background-color: #4cd8e5;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 3px 10px;
}

.list-style01 strong{
	color: #3e3a39 !important;
}

.news_sentence .signature{
	margin-top: 50px;
}

.news_sentence .signature p{
	text-align: right;
	margin: 0;
}

/*動画を貼る時の設定*/
.media_wrap{
	width: 600px;
	margin: 0 auto 30px auto;
}

/*リンクボタン*/
#news_in .link-btn{
	width: 400px;
	height: 50px;
	background-color: #FE4958;
	border: 2px solid #FE4958;
	border-radius:50px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin: 30px auto;
	text-align: center;
}

/*テキストリンク*/
.txt-link{
	color: #1baab7;
	text-decoration: underline;
}

/*一覧へ戻る*/
#news_in .news_list_btn{
	width: 270px;
	height: 50px;
	background-image:url(../img/news/chevron_db.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	border: 2px solid #1baab7;
	border-radius:3px;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin: 30px 0 50px 257px;
	text-align: center;
}

/*--------------------------------------
サイドバー
--------------------------------------*/
#recent_in{
	width:260px;
	float: left;
	margin:60px 0 0 0;
	padding-bottom:10px;
	border: 2px solid #eee;
	}

#recent_in .right_column_title{
	width:240px;
	background-color:#4cd8e5;
	color: #fff;
	display: block;
	text-align: center;
	padding:15px 10px;
	margin-top:-1px;
	}

#recent_in .recent_contents{
	width: 210px;
	font-size: 14px;
	margin: 20px auto;
	padding-bottom: 10px;
}

#recent_in .recent_contents:last-of-type{
	margin-bottom: 0;
}

#recent_in .recent_contents:nth-of-type(n + 6){
	display: none;
	margin-bottom: 0;
}

#recent_in .recent_contents a{
	color: #1baab7;
	text-decoration: underline;
}

#recent_in .recent_contents dt {
	font-size: 12px;
	margin-bottom: 15px;
}

#recent_in .recent_contents dt time{
	font-size: 13px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}

#recent_in .recent_contents dd{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.recent_contents .category_tag{
	width: 50px;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 10px;
}

.recent_contents .news{
	width: 70px;
	height: 20px;
	line-height: 20px;
	background-color: #ffc800;
	display: block;
    padding: 0 10px;
}

.recent_contents .fair{
	width: 70px;
	height: 20px;
	line-height: 20px;
	background-color: #4cd8e5;
	display: block;
    padding: 0 10px;
}

.recent_contents .emergency{
	width: 70px;
	height: 20px;
	line-height: 20px;
	background-color: #fe4958;;
	display: block;
    padding: 0 10px;
}

.recent_contents .cat-2 .category_tag{
	width: 70px;
	height: 20px;
	line-height: 20px;
	background-color: #fe4958;
	display: block;
}

.recent_contents dd a br{
	display: none;
}

.side_contents2{
	margin-top:20px;}


/*--------------------------------------
404ページ
--------------------------------------*/
.not-found-title{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height: 50px;
}
