@charset "utf-8";

.img01 {
  display: block;
  margin: 0 auto 0.9em;
}
.send_mail {
  position: relative;
  margin: 22px 0 30px;
}
.send_mail a {
  display: block;
  width: 365px;
  height: 86px;
  margin: 0 auto;
  background: url(../img/btn.png) 0 0 no-repeat;
  border: 0;
}
.send_mail a img {
  display: block;
  width: 365px;
  height: 86px;
  background: url(../img/btn.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.17s linear;
  -o-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
}
.send_mail a.tap img {
  opacity: 1;
}

.radio_link {
  width: 100%;
  margin: 1.4em 0 0.7em;
  text-align: center;
  font-size: 20rem;
}
.radio_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio_list li {
  width: 189px;
  margin: 0 4px;
}
.radio_list li a {
  display: block;
  width: 100%;
  height: 139px;
  margin: 0 0 1em;
  overflow: hidden;
  text-indent: -150%;
  border: none;
}
.radio_list li:nth-child(1) a {
  background: url(../img/btn01.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(2) a {
  background: url(../img/btn02.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(3) a {
  background: url(../img/btn03.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(4) a {
  background: url(../img/btn04.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(5) a {
  background: url(../img/btn05.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(6) a {
  background: url(../img/btn06.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(7) a {
  background: url(../img/btn07.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(8) a {
  background: url(../img/btn08.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(9) a {
  background: url(../img/btn09.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(10) a {
  background: url(../img/btn10.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(11) a {
  background: url(../img/btn11.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(12) a {
  background: url(../img/btn12.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(13) a {
  background: url(../img/btn13.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(14) a {
  background: url(../img/btn14.png) 0 0/100% auto no-repeat;
}
.radio_list li:nth-child(15) a {
  background: url(../img/btn15.png) 0 0/100% auto no-repeat;
}

.end {
  padding: 20px 0;
  color: #ff2a48;
  text-align: center;
  font-size: 24px;
}
.send_mail .end {
  padding: 70px 6px 0 0;
}
.end_fresh {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width:671px) {
  .img01 {
    position: absolute;
    top: 200px;
    right: 0;
    margin: 0;
  }
  .send_mail {
    height: 232px;
    background: url(../img/img01.png) 95% 0 no-repeat;
  }
  .send_mail a {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0px;
  }
  .send_mail a:hover img {
    opacity: 1;
  }
  .radio_link {
    width: auto;
    margin: 0;
    text-align: left;
  }
  .radio_list {
    margin: 0;
  }
  .radio_list li {
    width: 223px;
    margin: 0 1px;
  }
  .radio_list li:nth-child(n+4) {
    width: 224px;
  }
  .radio_list li a {
    width: 100%;
    height: 165px;
  }
  .radio_list li:nth-child(n+4) a {
    height: 166px;
  }
  .radio_list li a:hover {
    background-position: 0 100%;
  }
}