@charset "utf-8";

html {  
  scroll-behavior: smooth;
  overflow-y:scroll;  
} 

body {
	font-size: 1.1em;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.9;
	color: #313131;
	margin: 0;
	padding: 0;
	text-align: center
}

header {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

main{
 margin:0 auto;
 padding:0;
 max-width:1000px;
}

main img {
width:100%;
max-width: 100%;
height: auto;
}

section {
	margin: 0;
	padding: 0;
	text-align: center
}

article {
	margin: 0;
	padding: 0;
	text-align: left
}


p{
 margin:20px 0 20px 0;
 padding:0;
}

p.mtl{
 margin:40px 0 20px 0;
}

p.cap{
 margin:0 auto;
 font-size: 70%;
}

h1 {
	margin: 0 auto;
	padding: 0;
	width:100%;
	max-width:960px;
	text-align: center;
}

h2 {
  border-bottom: solid 3px #7B8D41;
  position: relative;
  margin:60px 0 10px 0;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #FDF168;
  bottom: -3px;
  width: 30%;
}

h3 {
  border-bottom: solid 3px #7B8D41;
  position: relative;
  margin:120px 0 30px 0;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #FDF168;
  bottom: -3px;
  width: 30%;
}

h4 {
	font-size: 100%;
	margin: 20px 0 10px 0;
	color: #7B8D41;
}

h5 {
	font-size: 100%;
	margin: 80px 0 10px 0;
	color: #7B8D41;
	font-weight: normal;
}


* {  
  margin:0;  
  padding:0;  
} 


table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #7B8D41;
  color: white;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #7B8D41;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #FDFCF6;
  padding: 10px 0;
}

.img_mail {
max-width: 255px;
margin:0 auto;
}


a:link {
	color: #026497;
	text-decoration: none;
}
a:visited {
	color: #026497;
	text-decoration: none;
}
a:hover {
	color: #46A5D6;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

li{
 display:inline;
 margin-right:1em;
}

ul{
  background-color: #7B8D43;
  padding:10px 10px 10px 0;
  margin:0;
}

ul a:link {
	color: #FFFFFF;
	text-decoration: none;
}
ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul a:hover {
	color: #FFA902;
	text-decoration: none;
}

ul a:active {
	text-decoration: none;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #7B8D41;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

footer {
	margin: 100px auto 20px auto;
}


.prof {
	margin:80px 0 10px 0;}



@media (min-width: 768px) {

.prof:after	{content: "";
	margin:40px 0 10px 0;
	display: block;
	clear: both}

.prof_i	{float: left;
	width: 30%}

.prof_t	{float: left;
	width: 70%}


.co_box:after	{content: "";
	display: block;
	clear: both}

.co_i	{float: left;
	width: 20%}

.co_t	{float: left;
	padding-left:20px;
	width: 78%}


}


@media (max-width: 768px) {

body {
	margin: 0;
	padding: 10px;
}

h1 img{
	margin: 0 auto;
	padding: -10px;
	width:100%;
}



}

.style1 {color: #FC4B1C}
.style2 {color: #7B8D42}
.style3 {color: #CA9B65}
.style4 {color: #724402}


