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

main {
    position: relative;
    z-index: 0;
}
.flexbox {
    display: flex;
    justify-content: flex-start;
}
/* index */
#topnews {
    width: 100%;
    background-image: url(../img/backpanel.jpg);
    background-size: contain;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;  
}
#topnews h2 {
    margin-top: 20px;
    margin-bottom: 0;
}
#topnews .flexbox {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
}
#topnews .leftnews {
    width: 40.83%;
    max-width: 490px;
    margin-right: 20px;
}
#topnews .leftnews img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.newsbox {
    width: 100%;
    height: auto;
    max-height: 500px;
    padding: 20px;
    margin: 0;
    overflow-y: scroll;
    background-color: #fff;
}
.newsbox li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.newsbox li:first-child {
    margin-top: 0;
}
.newsbox li span:first-child {
    margin-right: 10px;
}
.topimg {
    width: 57.5%;
    max-width: 690px;
    height: auto;
    margin: 0 auto;
    z-index: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#slider {
	width: 100%;
    max-height: 600px;
	overflow: hidden;
    z-index: 0;
    position: relative;
    display: flex;
    align-self: center;
}
#slider img {
	width: 100%;
	height: auto;
}
.theme_r {
    width: 33.02%;
    z-index: 0;
    position: relative;
}
.theme_r img {
    width: 100%;
    z-index: 0;
    position: relative;
}
.slick-dots {
	bottom: 5px;
}
.index_inner {
    width: 100%;
}
.index_inner .flexbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.index_inner .leftbox {
    width: 75%;
    max-width: 900px;
    margin-right: 20px;
}
.index_inner .rightbox {
    width: 25%;
    max-width: 280px;
}
.important>div{
    padding: 20px;
    margin: 20px auto;
    color: #333;
    border: 5px solid #960b0b;
    background-color: #fff;
}
.important h2 {
    margin-top: 0;
}
.important h2 div {
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg,#ad0107 0,#ad0107 3.5px,#7e0004 5px,#7e0004 7px);
    background: -o-repeating-linear-gradient(45deg,#ad0107 0,#ad0107 5px,#7e0004 3.5,#7e0004 7px);
    background: repeating-linear-gradient(45deg,#ad0107 0,#ad0107 5px,#7e0004 3.5,#7e0004 7px);
    display: flex;
    justify-content: flex-start;
}
.important ul {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.important li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.important li span {
    display: inline-block;
    font-size: 20px;
}
.important li span:first-child {
    margin-right: 10px;
}
.important li p {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}
main .btn {
    margin: 20px auto 0;
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
main .btn div {
	width: 18%;
    margin-right: 2%;
    margin-bottom: 10px;
    line-height: 1;
}
main .btn div:nth-child(n + 6) {
    width: 38%;
    margin-top: 10px;
}
main .btn div a {
    width: 100%;
	display: block;
}
main .btn div a img {
    width: 100%;
}
.main_inner .info {
        margin-bottom: 40px;
    }
.messagebtn p {
    margin-top: 5px;
    text-align: center;
}
.monthly_theme {
    padding-top: 20px;
}
.monthly_theme p {
    text-align: center;
    font-size: 18px;
}
.monthly_theme p span {
    display: block;
}
.monthly_theme p span:last-child {
    font-size: 18px;
    font-weight: bold;
}
.letterNews {
    margin-top: 0px;
    padding-bottom: 20px;
    background-color: rgba(184, 161, 200, 0.2);
    border-radius: 5px;
}
.letterNews>a p {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
}
.letterNews ul {
    margin-bottom: 0;
}
.letterNews ul li {
	width: 90%;
    margin: 0 auto;
}
.letterNews ul li p {
	line-height: 1.2;
}
.letterNews ul li .new {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 2px 5px;
	margin-right: 5px;
	background-color: #F60;
	border-radius: 5px;
}
.letterNews ul li a {
	display: block;
	width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.letterNews ul li a img {
	width: 50%;
	height: auto;
    margin: 0 auto;
}
.district_t {
    width: 100%;
    margin-top: 20px;
}
.district_t img {
    width: 80%;
    margin: 0 auto;
}
aside {
	width: 180px;
    margin: 40px auto 0;
}
aside p:first-child {
	text-align: center;
    font-weight: bold;
}
aside ul {
	padding-left: 0;
}
aside ul li {
	margin-bottom: 20px;
}
aside img {
	width: 100%;
	height: auto;
}
aside section {
    border-top: 1px dotted #333;
    margin-top: 20px;
}
aside section ul {
    display: flex;
    justify-content: flex-start;
}
aside section ul li {
    margin-right: 10px;
}


