.wrap{
  max-width: 1000px;
}
.comic_kaitori_content > li:not(:last-child){
  margin: 0 0 10em;
  text-align: center;
}
.kaitori_staffs{
    background: #fdf2d0;
    padding: 20px;
    display: flex;
    flex-flow: wrap;
    line-height: 1.4;
}
.kaitori_staffs > dl {
    flex:0 0 20%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.kaitori_staffs > dl > dt{
  text-align: center;
  height: 210px;
  box-sizing: border-box;
}
.kaitori_staffs > dl > dt.notready{
  padding: 20px 0 0;
}
.kaitori_staffs_name{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 .5em;
}
.kaitori_staffs_name > span{
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.kaitori_staffs_cap{
    font-weight: bold;
    font-size: 24px;
}
.kaitori_staffs_cap{
    color: #ed2509;
    margin: 0 0 .5em;
}
.kaitori_staffs_chara li{
    margin: 0 0 5px;
    padding: 0 0 0 1.2em;
    position: relative;
}
.kaitori_staffs_title{
    background: #fdf2d0;
    text-align: center;
    padding: 50px 10px 5px;
}
.kaitori_staffs_title .cap1{
    font-size: 50px;
    display: inline-block;
    font-weight: bold;
}
.kaitori_staffs_title .cap2{
  font-size: 20px;
  border-bottom: 3px solid #333;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0 5px;
}
.kaitori_staffs_chara li:before{
    content: '■';
    position: absolute ;
    left: 0;
}
.form_kaitori_contact{
  text-align: center;
}
.form_kaitori_contact .time{
  margin: 0 0 1rem;
}
.form_kaitori .tel a{
  color: #ed2509;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.tel_info{
  font-size: 20px;
  font-weight: bold;
}
.to_form{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 1em;
}
.right{
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  margin: 20px auto;
  max-width: 1000px;
}
.return_top > a{
  background: #d7000f;
  color: #fff;
  display: block;
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.return_top > a > span{
    padding: 0 0 0 1.5em;
    position: relative;
    display: inline-block;
}
.return_top > a > span:before {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    content: '';
    left: 0;
}
.return_top > a > span:after{
    left: 8px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    /* -webkit-transform: rotate(45deg); */
    transform: rotate(-135deg);
    position: absolute;
    content: '';
}
@media (max-width: 767px){
  .form_kaitori .tel a{
    font-size: 33px;
  }
  .to_form{
    font-size: 14px;
  }
  .kaitori_staffs_title .cap1{
    font-size: 20px;
  }
  .kaitori_staffs_title .cap2{
    font-size: 13px;
  }
  .kaitori_staffs_title{
    padding: 20px 10px 5px;
  }
  .kaitori_staffs{
    padding: 10px 0;
  }
  .kaitori_staffs > dl{
    flex: 0 0 33%;
    padding: 10px;
  }
  .kaitori_staffs img{
    max-height: 108px;
    width: auto;
  }
  .kaitori_staffs_name{
    font-size: 16px;
  }
  .kaitori_staffs_name > span{
    font-size: 12px;
  }
  .kaitori_staffs_cap{
    font-size: 16px;
  }
  .comic_kaitori_content > li{
    margin: 0;
  }
  .kaitori_staffs > dl > dt{
    height: 120px;
  }
  .kaitori_staffs > dl > dt.notready{
    padding: 0;
  }
  .right{
    display: none;
  }
  .form_kaitori_contact .time{
    margin: 0 0 2rem;
  }
  .form dl:first-of-type dt:nth-child(1){
      padding-top: 20px;
      padding-bottom: 20px;
  }
}
.ninja_onebutton{
  margin: 1rem 0;
}
.form_kaitori .send_btn {
  background: #d4040f;
  color: #fff;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
