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

/*============================================================================================
↓ファーストビュー
============================================================================================*/
#top-first {
	/*background-image: url(../img/bg-slider.jpg);*/
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
#top-first img {width:100%;}
#slider-area {
	margin: 0 auto;
	padding: 50px;
	position:relative;
}
.slide-contents {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	background-color: #fff;
	position: relative;
	border: solid 1px #ccc;
}
#slider-next a {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	right: -51px;
	margin-top: -25px;
	display: block;
	z-index: 999;
	text-indent: -9999px;
	background-image: url(../img/btn-slider-next.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#slider-prev a {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: -51px;
	margin-top: -25px;
	display: block;
	z-index: 999;
	text-indent: -9999px;
	background-image: url(../img/btn-slider-prev.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.inquiry-counter a {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image:url(../img/btn-soudan.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	right: 0;
	text-indent: -9999px;
	display: block;
}
@media screen and (max-width: 960px) {
.inquiry-counter a {
	width: 120px;
	height: 120px;
}
}
@media screen and (max-width: 768px) {
.inquiry-counter a {
	width: 100px;
	height: 100px;
}
}
@media screen and (max-width: 480px) {
#slider-area {
	margin: 0 auto;
	padding: 20px 20px 30px;
}
.slide-contents {
	border: none;
}
#slider-next a,
#slider-prev a {
	display: none;
}
.inquiry-counter a {
	display: none;
}
}

/*============================================================================================
↓注目バナー（PC）
============================================================================================*/
#att-bnr-pc {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	border-top: solid 1px #0d2a13;
	border-bottom: solid 1px #0d2a13;
}
#att-bnr-pc li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	border-right: solid 1px #0d2a13;
}
#att-bnr-pc li:last-child {
	border-right: none;
}
#att-bnr-pc li img {
	width: 100%;
	max-width: 600px;
}
@media screen and (max-width: 480px) {
#att-bnr-pc {
	display: none;
}
}

/*============================================================================================
↓注目バナー（SP）
============================================================================================*/
#att-bnr-sp {
	display: none;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-top: solid 1px #0d2a13;
	border-bottom: solid 1px #0d2a13;
}
#att-bnr-sp li {
	text-align: center;
	padding: 10px;
	border-bottom: dotted 1px #0d2a13;
}
#att-bnr-sp li:last-child {
	border-bottom: none;
}
#att-bnr-sp li img {
	width: 100%;
	max-height: 80px;
}
@media screen and (max-width: 960px) {
#att-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 768px) {
#att-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 480px) {
#att-bnr-sp {
	display: block;
}
}

/*============================================================================================
↓トップスペシャルバナー（PC）
============================================================================================*/
#topspecial-bnr-pc {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/bg-dot.png);
	background-repeat: repeat;
	border-top: solid 1px #0d2a13;
}
#topspecial-bnr-pc li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #0d2a13;
}
#topspecial-bnr-pc li:last-child {
	border-right: none;
}
#topspecial-bnr-pc li img {
	width: 100%;
	max-width: 1920px;
}
@media screen and (max-width: 480px) {
#topspecial-bnr-pc {
	display: none;
}
}
/*============================================================================================
↓トップスペシャルバナー（SP）
============================================================================================*/
#topspecial-bnr-sp {
	width: 100%;
	display: none;
	background-color: #fff;
	background-image: url(../img/bg-dot.png);
	background-repeat: repeat;
	border-bottom: solid 1px #0d2a13;
}
#topspecial-bnr-sp li {
	vertical-align: middle;
	text-align: center;
	border-top: solid 1px #0d2a13;
	border-bottom: dotted 1px #0d2a13;

}
#topspecial-bnr-sp li:last-child {
	border-right: none;
}
#topspecial-bnr-sp li img {
	width: 100%;
	max-width: 600px;
}
@media screen and (max-width: 960px) {
#topspecial-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 768px) {
#topspecial-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 480px) {
#topspecial-bnr-sp {
	display: block;
}
}
/*============================================================================================
↓トップスペシャルバナー（SP） 2段組み
============================================================================================*/
#clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
#topspecial2-bnr-sp {
	width: 50%;
	float:left;
	display: none;
	background-color: #fff;
	background-image: url(../img/bg-dot.png);
	background-repeat: repeat;
	border-bottom: solid 1px #0d2a13;
}
@media screen and (max-width: 960px) {
#topspecial2-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 768px) {
#topspecial2-bnr-sp {
	display: none;
}
}
@media screen and (max-width: 480px) {
#topspecial2-bnr-sp {
	display: block;
}
}

/*============================================================================================
↓スペシャルバナー
============================================================================================*/
#special-bnr {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/bg-dot.png);
	background-repeat: repeat;
	border-bottom: solid 1px #0d2a13;
}
#special-bnr li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #0d2a13;
}
#special-bnr li:last-child {
	border-right: none;
}
#special-bnr li img {
	width: 100%;
	max-width: 600px;
}
@media screen and (max-width: 480px) {
#special-bnr {
	width: 100%;
	display: inherit;
	box-sizing: inherit;
	border-bottom: none;
}
#special-bnr li {
	display: inherit;
	vertical-align: inherit;
	border-right: none;
	border-bottom: solid 1px #0d2a13;
}
}

/*============================================================================================
↓ニュース
============================================================================================*/
#newstopics {
	width: 100%;
	/*background-color: #fff;*/
	border-bottom: solid 1px #0d2a13;
	background-color: #FFF;
}
.feed-area {
	width: 100%;
	display: table;
	box-sizing: border-box;
}
.feed-area .news-pickup,
.feed-area .news-list {
	width: 100%;
	display: table-cell;
	vertical-align: top;
}
.feed-area .news-pickup {
	border-right: solid 1px #0d2a13;
}
.news-pickup .post {
}
.news-pickup .post li {
	border-bottom: dotted 1px #ccc;
	overflow: hidden;
	position: relative;
	padding: 15px;
}
.news-pickup .post li .main-tag {
	width: 90px;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
}
.news-pickup .post li .main-tag img {
	width: auto;
	height: 26px;
}
.news-pickup .post li:last-child {
	border-bottom: none;
}
.news-pickup .post li .post-thumb {
	float: left;
	width: 30%;
	max-width: 240px;
	min-width: 100px;
	height: auto;
	margin-right: 10px;
}
.news-pickup .post li .post-thumb img {
	width: 100%;
	max-width: 240px;
	min-width: 100px;
}
.news-pickup .post li p {
	line-height: 1.8em;
}
.news-pickup .post li .post-ttl {
	font-size: 1.2em;
	color: #0d2a13;
}
.news-pickup .post li .post-ttl,
.news-pickup .post li .post-date {
	margin-bottom: 10px;
}
.news-pickup .post a:link,
.news-pickup .post a:visited {
	color: #0d2a13;
}

.news-list .post {
	padding: 10px 20px;
}
.news-list .post li {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em;
	overflow: hidden;
}
.news-list .post li:last-child {
	margin-bottom: 0px;
}
.news-list a:link,
.news-list a:visited {
	color: #5a4f4a
}
.news-list .post-meta {
	width: 100%;
	overflow: hidden;
	display: table;
	/*line-height: 2.4em;*/
}
.news-list .post-meta p {
	display: table-cell;
	vertical-align: middle;
}
.news-list .post-date {
	float: right;
	font-size:0.8em;
	margin-bottom: 0.2em;
}
.news-list .main-tag {
	float: left;
	margin-bottom: 0.2em;
}
.news-list .main-tag img {
	height: 26px;
	float: left;
	margin-right: 7px;
}
.news-list .post-ttl {
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
.news-pickup .post li .main-tag {
	width: 69px;
}
.news-pickup .post li .main-tag img {
	width: auto;
	height: 20px;
}
.news-list .main-tag img {
	height: 20px;
}
}
@media screen and (max-width: 480px) {
.feed-area {
	width: 100%;
	display: inherit;
	box-sizing: inherit;
}
.feed-area .news-pickup,
.feed-area .news-list {
	width: 100%;
	display: inherit;
	vertical-align: inherit;
}
.feed-area .news-pickup {
	border-right: none;
	border-bottom: solid 1px #0d2a13;
}
}


/*============================================================================================
↓＜見出し＞TOPページ コンテンツタイトル・もっと見る
============================================================================================*/
.top-cont-ttl {
	width: 100%;
	display: table;
	line-height: 1em;
	box-sizing: border-box;
	background-image: url(../img/h-hrline.png);
	background-repeat: no-repeat;
	background-position:top left;
	overflow: hidden;
	border-bottom: solid 1px #0d2a13;
	border-top: solid 1px #0d2a13;
	border-right: solid 1px #0d2a13;
}
.top-cont-ttl div {
	display: table-cell;
	vertical-align: middle;
}
.top-cont-ttl div h2 {
	color: #0d2a13;
	font-size: 1.2em;
	padding: 0px 20px;
}
.top-cont-ttl div.btn-more  {
	width: 120px;
	text-align: center;
	/*↓グラデ*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f5f5f5 50%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#f5f5f5), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.bladient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.top-cont-ttl div.btn-more a:link,
.top-cont-ttl div.btn-more a:visited {
	color: #0d2a13;
	display: block;
	border-left: solid 1px #0d2a13;
	padding: 30px 0px;
	text-decoration: none;
	background-image: url(../img/arr-red-next.png);
	background-size: 30px 30px;
	background-position: center right;
	background-repeat: no-repeat;
}
.top-cont-ttl div.btn-more a:hover {
	color: #fff;
	background-color: #0d2a13;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
.top-cont-ttl div.btn-more  {
/*	width:70px;*/
}
.top-cont-ttl div.btn-more a:link,
.top-cont-ttl div.btn-more a:visited {
	padding: 20px 0px;
	background-size: 20px 20px;
}
}

/*-----------メイン画像スライダー-----------------*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/*-----------下部地域のリスト-----------------*/

.topplace {
	margin:0;
	padding:0;
}
.topplace h3{}

.topplace h4{}

.topplace ul {margin:20px 0;}

    .defaultlist
    ,.defaultlist li{
    	padding:0px;
    	margin:0px;
		float: left;
    }
     
    .defaultlist li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 20px !important;
    }
     
    .list1 li{
    	position:relative;
    	padding-left:20px;
    }
     
    .list1 li:before{
    	content:''; 
    	display:block; 
    	position:absolute; 
    	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
			top:8px;
    	left:-12px; 
    	height:0; 
    	width:0; 
    	border-top: 6px solid transparent;
    	border-right: 7px solid transparent;
    	border-bottom: 6px solid transparent;
    	border-left: 9px solid #aaa;
    }
/*-----------地域のリスト TOP以外-----------------*/



.topplace {
	margin:0;
	padding:0;
}
.topplace h3{}

.topplace h4{}

.topplace ul {margin:20px 0;}

    .defaultlist
    ,.defaultlist li{
    	padding:0px;
    	margin:0px;
		float: left;
    }
     
    .defaultlist li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 20px !important;
    }
     
    .list2 li{
    	position:relative;
    	padding-left:20px;
    }
     
    .list2 li:before{
    	content:''; 
    	display:block; 
    	position:absolute; 
    	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    	left:1px; 
		top:10px;
    	height:0; 
    	width:0; 
    	border-top: 6px solid transparent;
    	border-right: 7px solid transparent;
    	border-bottom: 6px solid transparent;
    	border-left: 9px solid #aaa;
    }

/*
導入部の文章
*/
#subText {
	font-size: 0.7em;
	line-height: 1.6em;
	margin: 1em;
/*	margin-bottom: 1em;  */
	text-align: left;
	color:#000;
}

/*
レスポンシブで画像切換
*/
#mainVisual {
    width:100%;
/*    margin-bottom:1.2em;*/
}
#mainVisual img {
    width:100%;
    max-width:100%;
    height:auto;
}

#msl_bg {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/bg-dot.png);
	background-repeat: repeat;
	border-top: solid 1px #0d2a13;
}

.msl_box {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	border-right: solid 1px #0d2a13;
}

.msl_box last-child {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-right: solid 1px #0d2a13;
}


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

#msl_bg {
	display: none;
}

}


#p_msl_bg {
	display: none;
}

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

#p_msl_bg {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/bg-dot.png);
	background-repeat: repeat;
	border-top: solid 1px #0d2a13;
}

.p_msl_box {
	width: 100%;
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px #0d2a13;
}

}

#topics_banner {
	width: 100%;
	border-top: solid 1px #0d2a13;
	background-color:#FFFFFF;
	text-align:center;
}
#topics_banner img {
	margin:20px auto 20px auto;
}