@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;
}

ul{
  display:flex;
  justify-content:flex-start;
  list-style:none;
  padding-bottom:20px;
}

li{
  width:19%
}

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

img{
  border-style:none;
}

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

.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;
}

.page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 150px;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
.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;
}

.tab {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #367364;
  background: #EAEAF0;
  border-bottom: solid 2px #408080;
  border-radius: 10px 0px 0 0;
  transition: .4s;
  padding: 10px 25px 5px 20px;
  max-width:85px;
  min-width:85px;
  text-align:center;
}
.tab:hover {
  background: #478D8D;
  color: #FFF;
}

h1 {
  padding: 7px 0px 7px 20px;
  margin: 1em 0;
  background: #f4f4f4;
  border-left: solid 10px #4a9595;
  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, rgb(138, 175, 231) , #eec3d9);
  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;
}

.ueake{
  margin-top:40px;
}

.hidariake{
  margin-left:30px;
}

.smile {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 90px;
  margin-left:28px;
  color:#478D8D;
}
.smile::after,
.smile::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3.5px;
}
.smile::before {
  background: currentColor;
  box-shadow: 6px 0 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 5px
}
.smile::after {
  width: 8px;
  height: 4px;
  border-radius: 150px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 2px solid;
  top: 9px
}

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

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

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