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

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

/***ABOUT***/

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

.greetings-txt:after {
	content: "";
	width: 50%;
	height: 1px;
	margin: 60px auto;
	display: block;
	background-color: #707070;
}

.toha-wrap {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: center;
}

.toha-wrap .toha-img {
	width: 85%;
	margin: 0 auto 20px;
}

.toha-wrap .toha-txt {
	width: 100%;
	font-size: 100%;
	line-height: 210%;
}

ul.about-list {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: block;
	justify-content: space-between;
}

ul.about-list li.about-item {
	width: 80%;
	margin: 0 auto 20px;
	padding: 40px 0;
	background-color: #EDEDED;
}

ul.about-list li.about-item:last-child {
	margin: 0 auto;
}

ul.about-list li.about-item .ai-wrap {
	width: 85%;
	margin: 0 auto;
}

ul.about-list li.about-item .ai-img {
	width: 25%;
	margin: 0 auto 10px;
}

ul.about-list li.about-item .ai-mds {
	width: 100%;
	margin: 0 0 10px;
	font-size: 100%;
	font-weight: bold;
	color: #065C44;
	text-align: center;
}

ul.about-list li.about-item .ai-txt {
	width: 100%;
	margin: 0px;
	font-size: 90%;
	font-weight: normal;
	text-align: justify;
}

h2.sodan-mds {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	line-height: 140%;
	border-left: solid 10px #065C44;
	color: #065C44;
}

.sodan-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	line-height: 210%;
}

/***NEWS ALL***/

.news-type-area {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 10px #065C44;
}

.nta-wrap {
	width: 80%;
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nta-wrap .news-type-lab {
	width: 20%;
	font-size: 80%;
	font-weight: bold;
}

.nta-wrap .news-type-list {
	width: 80%;
	display: flex;
	justify-content: space-between;
}

.nta-wrap .news-type-list .news-type-btn {
	width: 30%;
	padding: 1px 0;
	text-align: center;
	opacity: 0.6;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 180%;
}

.nta-wrap .news-type-list .nt-selected {
	opacity: 1.0;
}

.nta-wrap .news-type-list #ntbtn-all {
	background-color: #000000;
}

.nta-wrap .news-type-list #ntbtn-oshirase {
	background-color: #00A25E;
}

.nta-wrap .news-type-list #ntbtn-event {
	background-color: #FFB01A;
}

.next-btn-area {
	width: 70%;
	max-width: 200px;
	margin: 30px 0 0;
	float: right;
	display: flex;
	justify-content: space-between;
	font-size: 90%;
}

.next-btn-area .nba-item {
	width: 16%;
	text-align: center;
	background-color: #EDEDED;
}

.next-btn-area .nba-item:hover {
	cursor: pointer;
}

.next-btn-area .nba-sel {
	background-color: #065C44;
	color: #FFFFFF;
}

/***news-article***/

h2.article-title {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	font-weight: bold;
	color: #065C44;
	border-bottom: solid 10px #065C44;
}

.article-info {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}

.article-info .article-date {
	margin: 0 10px 0 0;
}

.article-info .article-type {
	background-color: #00A25E;
	padding: 2px 20px;
	text-align: center;
	font-size: 80%;
	line-height:220%;
	color: #FFFFFF;
}

.article-info .at-oshirase {
	background-color: #00A25E;
}

.article-info .at-event {
	background-color: #FFB01A;
}

.article-content {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 210%;
}

.article-content img {
	width: unset;
}

.tonewsall-btn {
	width: 60%;
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	border:solid 1px #707070;
	border-radius: 40px;
	text-align: center;
}

.tonewsall-btn a {
	width: 100%;
	display: block;
	padding: 10px 0;
	color: #000000;
}

/***contact form***/

.contact-txt {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 240%;
}

.contact-form-area {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.req {
	width: 100%;
	text-align: right;
	font-size: 90%;
	margin: 0 0 50px;
	position: relative;
	overflow: hidden;
}

.redsplat {
	color: #F70505;
	font-size: 120%;
	font-weight: bold;
}

ul.conf-list {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.conf-list li.conf-item {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
}

ul.conf-list li.conf-item:last-child {
	margin: 0;
}

ul.conf-list li.conf-item .cf-l {
	width: 100%;
	margin: 0 0 10px;
	text-align: left;
}

label.cf-label {
	font-size: 100%;
	font-weight: bold;
}

.cf-req {
	display: flex;
	justify-content: flex-start;
	align-items: top;
}

.cf-req:after {
	content: "*";
	color: #F70505;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0 5px;
}

ul.conf-list li.conf-item .cf-r {
	width: 100%;
}

.radcheck {
	width: 100%;
	margin: 0 0 10px;
	display: block;
	position: relative;
	overflow: hidden;
}

input.cf-all {
	width: 95%;
	margin: 0 auto;
	padding: 20px 2%;
	background-color: #F0F0F0;
	border: #C6C6C6;
}

#cf-content {
	width: 95%;
	margin: 0 auto;
	padding: 20px 2%;
	background-color: #F0F0F0;
	border: #C6C6C6;
}

button.cbutton {
	width: 60%;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 1px #707070;
	border-radius: 40px;
	font-size: 110%;
	cursor: pointer;
}

.cont-wrap {
	width: 90%;
	min-height: 300px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

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