@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */
.bg_all {
padding-bottom: 80px;
}


/* ==========================

============================= */

.inner_text {
	display: flex;
	justify-content: space-between;
}
.inner_text img {
	width:320px;
	height:400px;
}
.inner_text img:first-child {
	margin-right: 10px;
}
.inner_text a:link,.inner_text a:visited {
    color: #65a534;
    text-decoration: none;
}
.txt_last {
	margin-top: 30px;
}

@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
.inner_text img {
	height:auto;
}
.news_about {
    max-width: 90%;
    margin: auto;
}
.inner_text {
    justify-content: center;
}
}

@media print {


}