@charset "UTF-8";
body {
	
  background-color: #FFFFFF;
  text-align: center;
}

h1 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
h2 {
	font-size: 24px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center;
  color: #093B05;
}
h3 {
  text-align: center;
  color: #093B05;
}
h6 {
  text-align: center;
  color: #0B2B05;
}
h6 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
h6 {font-weight: lighter;
  line-height: 3.5em;
}
h6{font-size: 14px;
}
h4{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
h4{color: #0E3919;
}
h4{
	text-align:center;
}
p {
  font-size: 14px;
}
.font_test {
  font-size: 20px;
  color: #093B05;
}
p {
  line-height: 2em;
}
h2 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
h2 {
  margin: 45px
}
p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
p {
  text-align: left;
}
h3 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
h3 {
  text-align: center;

}
div {
  text-align: center
}



.text-image {
  position: relative;
  width: 500px;
}
.text-image img {
  width: 100%;
}
.box {
  position: relative;
}
.box div.text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  text-align:center;
  font-weight: bold;
  font-size: 19px;
  line-height: 19px;
}
.suisai {
  position: relative;
}
.suisai div.text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  text-align: center;
  font-weight:normal;
  font-size: 19px;
  line-height: 19px;
}

ul{ display: flex;
	font-size: 15px;
	list-style: none;
	text-align-last: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding-left: 0px
}
li{
	width: 200px;
	height: 50px;
	background-color:#093B05;
	margin-top: 0px;
	margin-left: 5px;
	border-radius: 10px
	
}
div#green{
	padding-left: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	background-color: #093B05;
	margin-top: 50px;
	font-size: 13px;
}
.menu{
	margin-right: 0px;
	background-color: #093B05;
	color: #FFFFFF
}
a.osu{
	display: block;
	height: 50px;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	color: #FFFFFF
}

