﻿@charset "utf-8";
.d_news_title{

}
.d_news_date{
    font-family: 'M PLUS Rounded 1c',游ゴシック体, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
    font-weight: bold;
    float: right;
    padding: 0.1%;
}
.d_news_cate{
    font-family: 'M PLUS Rounded 1c',游ゴシック体, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
    font-weight: bold;
    float: right;
    margin-right: 1%;
    background: #5c8b8f;
    padding: 0.1% 1%;
    padding-top: 0;
    margin-top: 0.2%;
    color: #fff;
    border-radius: 3px;
    line-height: 1.4;
    font-size: 0.9em;
}
.news_head {
	margin-bottom: 0.5%;
}
/*ul.town_list{
    margin-top: 1%;
}
.town_list li{
	display: block;
    float: left;
    width: 33%;
    padding: 1%;
}
.town_list li a{
    color: #000;
    font-weight: bold;
}
.town_list a:hover{
	text-decoration:underline;
}
.town_list li a:before{
	content:"● ";
}
.town_list li a.sub_group:before{
	display:none;
}
.town_list li a.sub_group{
	color: #666;
    display: block;
    padding-left: 1em;
}
*/
.naka_news_date{
	display: block;
    background: url(../img/news_date_bg.png);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    float: left;
}
.naka_news_ttl{
	height: 50px;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 5%;
	width: 81%;
    color: #333;
    font-weight: bold;
}
.naka_news_item a{
	display:block;
    border-bottom: dotted 1px #ccc;
    padding: 1% 0;
}
.naka_news_item a:hover .naka_news_ttl{
	text-decoration:underline;
}
.naka_news_item a:hover .news_ttl{
	text-decoration:underline;
}
.naka_news_end_img{
    width: 6%;
    float: right;
    margin-top: 17px;
    margin-right: 2%;
}
.naka_news_date_1{
	display: block;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    margin-top: 9%;
}
.naka_news_date_2{
	display: block;
    font-size: 1em;
    text-align: center;
    color: #fff;
}
.news_list{
    padding: 1%;

}
.sub_group_ttl{
	font-weight: bold;
    margin-bottom: 0.5%;
    margin-left: 0.5%;
}
.sub_group_btn_box {
    background: #f0f0f0;
    padding: 1%;
}
.sub_group_btn{
    border: solid 2px #549287;
    padding: 1% 5%;
    float: left;
    color: #549287;
    font-weight: bold;
    margin-right: 1%;
	transition-duration: 0.1s;
    border-radius: 5px;
    background: #fff;
}
.sub_group_btn:hover{
    background: #549287;
	color:#fff;
}
.news_area{
/*	overflow:auto; 
	-webkit-overflow-scrolling:touch;
*/
	word-break: break-all;
}
.news_area a{
    color: #526A33;
}
.news_area a:hover{
    text-decoration: underline;
}
.page a{
	color:#333;
}
.news_area img{
	height:auto !important;
	max-width:100%;
    border-color: #aaa;
}
.news_area iframe{
	max-width:100%;
}
.news_area ul,.news_area ol{
    padding-left: 1.5em;
}
.share{
    margin-top: 3%;
}
@media screen and ( max-width:1100px) , print{
.naka_news_item a{
	position:relative;
}
.naka_news_end_img {
    float: none;
    position: absolute;
    margin: 0;
    right: 0;
    top: 7%;
    width: 9%;
}



}

@media screen and ( max-width:960px) , print{
.d_news_cate{
    font-size: 0.8em;
    line-height: 1.4;
    padding: 0.3% 2%;
    margin-top: 0.4%;
}
.news_date {
    float: none;
    width: 19vw;
    height: 4vw;
    padding: 0 3%;
    font-size: 0.9em;
}
.news_date_1,.news_date_2 {
    display: inline;
    margin-right: 5%;
}
.news_ttl {
    height: auto;
    display: block;
    margin-top: 2%;
    margin-left: 0;
	width: 100%;
	font-size: 1em;
}
.naka_news_item a{
	position: relative;
}
.news_end_img{
	position: absolute;
    right: 0%;
    width: 15%;
    top: 0;
	margin-top: 2%;
}
.news_item {
    position: relative;
}
.news_box {
    height: 45vw;
}
.news_group_name {
    margin-top: 0;
}
.naka_news_date {
    float: none;
    width: 20%;
    height: 3.5vw;
    font-size: 0.8em;
}
.naka_news_date_1 {
    float: left;
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 7%;
}
.naka_news_date_2 {
    float: left;
}
.naka_news_ttl {
    margin-left: 0%;
    width: 100%;
    height: auto;
    padding: 1%;
}
.naka_news_end_img {
    width: 15%;
}
}
@media screen and ( max-width:650px) , print{
.news_date {
    width: 23vw;
    height: 5.5vw;
}
.naka_news_date {
    width: 24%;
    height: 4.5vw;
}
}
@media screen and ( max-width:425px) , print{
.news_date {
    width: 27vw;
    height: 6vw;
}
.naka_news_date {
    width: 28%;
    height: 5vw;
}
.naka_news_end_img {
    width: 20%;
}
}