@charset "utf-8";

@media print,screen and (min-width : 501px) {

.aboutbox{
  height: 600px;
}
.aboutbox .wrap{
  position: relative;
}
.aboutbox .posiR{
  width: 520px;
  position: absolute;
  top: 50px;
  right: 0;
  text-align: center;
}
.aboutbox .posiL{
  width: 520px;
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
}
.aboutbox dl{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  text-align: left;
  line-height: 1.8;
}
.aboutbox dt{
  font-size:28px;font-size:2.8rem;
  font-family:"NotoSansJP-2";
  margin-bottom: 6px;
}
.aboutbox a{
  background-color: #8CC63F;
  padding: 10px 30px;
  display: inline-block;
  margin: 20px auto 0 auto;
  color: #fff;
}


#about1{
  margin-top: 30px;
  background: url(01.png) top center no-repeat;
}
#about2{
  background: url(02.png) top center no-repeat;
}
#about3{
  background: url(03.png) top center no-repeat;
}
#about4{
  background: url(04.png) top center no-repeat;
}
#about4 dl{
  background-color: rgba(27, 20, 100, 0.7);
  color: #fff;
}


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

.aboutbox{
  height: 600px;
}
.aboutbox .posiR{
  text-align: center;
  padding-top: 30px;
}
.aboutbox .posiL{
  text-align: center;
  padding-top: 30px;
}
.aboutbox dl{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  text-align: left;
  line-height: 1.8;
}
.aboutbox dt{
  font-size:24px;font-size:2.4rem;
  font-family:"NotoSansJP-2";
  margin-bottom: 6px;
  line-height: 1.4;
}
.aboutbox a{
  background-color: #8CC63F;
  padding: 10px 30px;
  display: inline-block;
  margin: 20px auto 0 auto;
  color: #fff;
}


#about1{
  margin-top: 30px;
  background: url(01.png) top center no-repeat;
}
#about2{
  background: url(02.png) top center no-repeat;
}
#about3{
  background: url(03.png) top center no-repeat;
}
#about4{
  background: url(04.png) top center no-repeat;
}
#about4 dl{
  background-color: rgba(27, 20, 100, 0.7);
  color: #fff;
}



}
