/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .contents .text {
    margin-bottom: 30px;
    line-height: 28px;
  }
  .contents .text .bold {
    font-weight: bold;
  }
  .contents .contact_item h3 {
    font-weight: normal;
    padding: 55px 0 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ddd;
  }
  .contents .contact_item h3:first-of-type {
    border-bottom: none;
    padding-top: 10px;
  }
  .contents .contact_item h3 span {
    font-size: 1.4rem;
    margin-left: 20px;
  }
  .contents .contact_item .day dd .day {
    margin-left: 10px;
  }
  .contents .contact_item .day dd .day:first-of-type {
    margin: 0;
  }
  .contents .contact_item .week {
    width: 60px;
    text-align: center;
  }
  .contents .contact_item dl {
    padding: 27px 0;
    line-height: 40px;
  }
  .contents .contact_item dl:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents .contact_item dl:last-of-type dd {
    width: 870px;
    line-height: 27px;
  }
  .contents .contact_item .team {
    width: 200px;
  }
  .contents .contact_item .contact_item__list--single li:last-of-type {
    width: 64%;
  }
  .contents .contact_item .others_input {
    margin-left: 7px;
  }
  .contents .contact_item .otherwide {
    width: 100%;
    height: 175px;
  }
  .contents .btn_area {
    text-align: center;
    margin-top: 70px;
  }
  .contents .btn_area .btn {
    margin: auto;
  }
  .contents .btn_area .bottom {
    margin-bottom: 20px;
  }
  .contents .btn_area .link {
    color: #000;
  }
  .contents .center {
    text-align: center;
  }
  .contents .center .complete {
    font-size: 4.4rem;
    margin-bottom: 30px;
  }
  .contents .center .form_complete__catch {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    overflow: hidden;
    letter-spacing: 0.18229vw;
  }
  .contents .text {
    margin: 3.90625vw 0;
  }
  .contents .text .bold {
    font-weight: bold;
  }
  .contents .text li {
    margin-top: 2vw;
  }
  .contents .contact_item h3 {
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 9.11458vw 0 3.90625vw;
    font-size: 3.90625vw;
  }
  .contents .contact_item h3:first-of-type {
    border-bottom: none;
    padding-top: 0;
  }
  .contents .contact_item h3 span {
    font-size: 3.38542vw;
    margin-left: 3.90625vw;
  }
  .contents .contact_item .day dd input {
    width: 9.76562vw;
    margin-left: 2.60417vw;
  }
  .contents .contact_item .day dd input:first-of-type {
    margin: 0;
  }
  .contents .contact_item .day dd .week {
    width: 7.29167vw;
    text-align: center;
  }
  .contents .contact_item .team {
    width: 61.19792vw;
    margin-left: 2.60417vw;
    position: relative;
    top: -0.65104vw;
  }
  .contents .contact_item .bus_input {
    width: 9.76562vw;
  }
  .contents .contact_item .contact_item__list--single li {
    display: inline-block;
    width: 31.25vw;
    margin-bottom: 3.90625vw;
  }
  .contents .contact_item .contact_item__list--single li:last-of-type {
    margin: 0;
    width: 100%;
  }
  .contents .contact_item .otherwide {
    width: 100%;
    height: 35.9375vw;
  }
  .contents .btn_area {
    text-align: center;
    margin: 9.11458vw 0 5.20833vw;
  }
  .contents .btn_area .btn {
    width: 100%;
    margin: auto;
  }
  .contents .btn_area .bottom {
    margin-bottom: 6.51042vw;
  }
  .contents .btn_area .link {
    color: #000;
  }
  .contents .center {
    text-align: center;
  }
  .contents .center .complete {
    font-size: 7.55208vw;
    margin: 3.90625vw 0 1.30208vw;
  }
  .contents .center .form_complete__catch {
    font-size: 6.25vw;
    font-weight: bold;
    margin-bottom: 5.20833vw;
  }
  .contents .center .form_complete__text {
    text-align: left;
    margin-bottom: 20.83333vw;
  }
}
