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

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

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 200%;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #000000;
	text-align: left;
}


.header {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 5px 0;
	position: relative;
	overflow: hidden;
}

.header .hdr-wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .hdr-logo {
	width: 35%;
	line-height: 100%;
	opacity: 1.0;
	transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
}

.header .hdr-logo:hover {
	opacity: 0.7;
}

.header .hdr-right {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hdr-right .hr-links {
	width: 30%;
	line-height: 100%;
	display: flex;
	justify-content: space-between;
}

.hdr-right .hr-links .hr-fb,.hdr-right .hr-links .hr-twi {
	width: 40%;
}

.hdr-right .hr-english {
	width: 30%;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.hdr-right .hr-english a {	
	color: #000000;
	text-decoration: none;
}

.main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.main-white {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.main-grey {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #EDEDED;
}

.sub-sec {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.sub-wrap {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}


.main-wrap {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}

h2.main-mds {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
	color: #065C44;
}

h2.main-mds:after {
	content: "";
	width: 250px;
	display: block;
	border-bottom: solid 2px #065C44;
	margin: 0 auto;
}

/***CONTACT***/

.contact-sec {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-image: url("../img/contact_bk.png");
}

.ind-contact-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: center;
}

.ind-contact-area .ind-cont-left {
	width: 100%;
	display: block;
	
}

.ind-contact-area .ind-cont-left h3.boshu-mds {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	color: #00A25E;
	text-align: left;
}

.ind-contact-area .ind-cont-left .boshu-txt {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 210%;
	text-align: justify;
}


.ind-contact-area .contact-btn {
	width: 60%;
	max-width: 350px;
	margin: 0 auto;
	background-color: #00A25E;
	border-radius: 40px;
	text-align: center;
}

.ind-contact-area .contact-btn a {
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 10px 0;
}

ul.link-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.link-list li.link-item {
	width: 48%;
	margin: 0 0 20px;
}

.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #EDEDED;
}

.footer .ftr-wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 10px;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .ftr-wrap .ftr-l {
	width: 100%;
}

.ftr-l .orgname {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
}

.ftr-l .orgname a {
	color: #065C44;
}

.ftr-l .ftr-info {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
	line-height: 180%;
}

.ftr-l .ftr-info a {
	color: #000000;
	text-decoration: underline;
}

.footer .ftr-wrap .ftr-r {
	display: none;
}

.ftr-r .sns-area {
	display: none;
}

.footer .copyright {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	text-align: left;
	font-size: 80%;
}

/***NEWS***/

ul.news-list {
	width: 100%;
	min-height: 400px;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.news-list li.news-item {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #CAD0D0;
	background-color: transparent;
	
	transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
}

ul.news-list li.news-item:hover {
	background-color: #f5f5f5;
}

ul.news-list li.news-item a {
	width: 98%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	color: #000000;
	
	transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
}

ul.news-list li.news-item:hover a {
	width: 97%;
}

ul.news-list li.news-item a:after {
	display: none;
}

ul.news-list li.news-item a .news-date {
	width:30%;
}

ul.news-list li.news-item a .news-type {
	width: 30%;
	padding: 2px 0;
	text-align: center;
	font-size: 70%;
	line-height: 180%;
	color: #FFFFFF;
}

ul.news-list li.news-item a .nt-oshirase {
	background-color: #00A25E;
}

ul.news-list li.news-item a .nt-event {
	background-color: #FFB01A;
}

ul.news-list li.news-item a .news-title {
	width: 100%;
	margin: 10px 0 0;
	display: block;
	font-weight: bold;
} 

.news-seemore-btn {
	float: right;
}

.news-seemore-btn a {
	color: #000000;
	opacity: 1.0;
	transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
}

.news-seemore-btn a:hover {
	opacity: 0.5;
}
}