body{
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  max-width: 1200px;
  margin: 0 auto;
}

.head-wrapper{
  display: flex;
  position: fixed;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF4C6;
  padding: 10px;
  box-sizing: border-box;
}
.head-wrapper img:first-of-type{
  width: 130px;
}
.head-wrapper a.button img{
  width: 180px!important;
}
.main-visual img, .section01 img, .section02 img, .section03 img, .section04 img, .section05 img{
  width: 100%;
}
.section01{
  padding-top: 70px;
}
.section01 img{
  vertical-align: bottom;
}
:hover{
  opacity: 0.7;
  transition: 0.5s;
}
footer{
  background-color: #f5ce65;
  padding: 12px;
}
footer a{
  color: #333;
}
footer dl{
  display: flex;
}
footer dl dt{
  flex: 1;
}
footer dl dd{
  margin: 0;
  flex: 2;
}
.agreement, .agreement dl{
  display: block;
}
.agreement dt{
  margin: 12px 0;
  font-size: 1.0rem;
}
.agreement dl{
  font-size: 0.9rem;
  line-height: 1.5;
}
dd.box{
  height: 400px;
  overflow: scroll;
  background-color: #f7f4d8;
  padding: 8px 12px;
}
.other-page{
  padding-top: 75px;
  background-color: #fff4c0;
}
.other-page dl{
  width: 98%;
  margin: 0 auto;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}
.other-page dl dd{
  margin: 0;
}
.other-page dl dt.title{
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #edb200;
  border-bottom: solid 1px;
  padding-bottom: 8px;
}
#pageTop {
  position: fixed;
  bottom: 0px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a img{
  width: 80px;
}
h2{
  padding: 40px 0;
  background-color: #EF93AF;
  color: #fff;
  text-align: center;
}
form{
  width: 92%;
  margin: 0 auto;
}
input{
  width: 100%;
  font-size: 16px;
  height: 40px;
}
form p span{
  padding: 20px 8px;
  width: 100%;
  background-color: #fff4c0;
  display: block;
  color: #865A14;
  font-size: 1.0rem;
  font-weight: bold;
  box-sizing: border-box;
}
form p span:after{
  content: "必須";
  display: inline-block;
  background-color: #e24e7b;
  padding: 4px;
  margin: 0 0 0 8px;
  border-radius: 8px;
  color: #fff;
}
form p span{
  margin-bottom: 12px;
}
textarea{
  width: 100%;
}
input[type="submit"]{
  width: 100%;
  text-align: center;
  background-color: #EF93AF;
  color: #fff;
  border: none;
  border-radius: 8px;
  line-height: 30px;
  height: 60px;
  display: block;
}
