@charset "utf-8";

body{
  font-size: 12px;
  font-family:"メイリオ";
}

#wrapp{
  width:800px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
  border-left:100px solid #f2f2f8;
  border-right:100px solid #f2f2f8;
}

footer{
  border-bottom:solid 20px #f2f2f8;
  background-color:#f2f2f8; 
  width:800px;
  font-size:10px;
  font-weight:bold;
}

img{
  border-style:none;
}

.migi{
  text-align:right;
  padding-top:50px;
}

.page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 150px;
  bottom: 0;
  background: #3a918f;
}
.page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  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: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'TOP PAGE';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

h1 {
  padding: 7px 0px 7px 20px;
  margin: 1em 0;
  background: #f4f4f4;
  border-left: solid 10px #3a918f;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  font-size:14px;
  color:#366;
  margin-top:50px;
}

h2{
  width:790px;
  color:#ffffff;
  background: linear-gradient(90deg,  #3a918f,rgb(199, 206, 98));
  height:30px;
  display:table-cell;
  font-size:14px;
  font-weight:normal;
  vertical-align:middle;
  padding: 5px 5px 2px 20px;
}

.grid1{
  display:grid;
  grid-template-areas:  "midasi midasi" "conte click";
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}

midasi {
  grid-area: midasi;
}

conte {
  grid-area: conte ;
  padding:0px 20px 10px 30px;
}

click {
  grid-area: click;
  padding:0px 20px 10px 30px;
}

.forcus{
  overflow:hidden;
  cursor:pointer;
}

.forcus img{
  transition-duration:0.5s;
}

.forcus:hover img{
  transform:scale(1.2);
  transition-duration: 0.5s;
}

.hidariake{
  padding-left:3em;
}

table{
  width:700px;
  margin-left:auto;
  margin-right:auto;
}

.hyou1{
  width:150px;
  padding:5px;
  border:1px solid #999;
  text-align:center;
  vertical-align:middle;
}

.hyou2{
  width:400px;
  padding:5px 5px 5px 10px;
  border:1px solid #999;
}

.hyou3{
  width:100px;
  padding:15px;
  border:1px solid #999;
  background-color:#478D8D;
  color:#ffffff;
  text-align:center;
  font-size:12px;
  height:35px;
  vertical-align:middle;
}

.hyou4{
  width:80px;
  height:40px;
  text-align:center;
  vertical-align:middle;
  border:1px solid #999;
}

.sitaake{
  padding-top:15px;
}