@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */
.bg_all {
padding-bottom: 80px;
}


/* ==========================

============================= */
.news_contents {
    display: flex;
    margin: 0 auto 80px;
    max-width: 1000px;
    justify-content: space-around;
font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',sans-serif;
}
.date dt {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.date dd {
    font-size: 144%;
    margin-bottom: 50px;
}
p.category {
    color: #65a534;
    border: solid 1px #65a534;
    padding: 0px 10px;
    width: 100px;
    text-align: center;

}
.inner_text a:link,.inner_text a:visited {
    color: #65a534;
    text-decoration: none;
}
.inner_text p {
    margin-bottom: 20px;
}
.news_img {
    max-width: 400px;
    background: #f4f4f4;
}

.under-line{
    text-decoration: underline;
}

.right{
    text-align: right;
}
.return {
    max-width: 255px;
    margin: 0 auto ;
    background: #6baecf;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.return p:after {
    content: " 　\025b6 ";
    color: #fff;
}
.return a :link,.return a :visited{
	color: #fff;
	text-decoration: none;
}
.return_txt{
	color: #fff;
	text-decoration: none;
}

.sincerely {
	text-align: right;
	margin-right: 15px;
}

.indent {
    display: inline-block;
    text-indent: -0.5em;
    padding-left: 0.5em;
}
@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
.news_about {
    max-width: 90%;
    margin: auto;
}

	
	
}

@media print {


}