@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .contents .text {
    line-height: 33px;
    letter-spacing: -0.4px;
  }
  .contents .text p {
    margin-bottom: 50px;
  }
  .contents .form_item__lede {
    margin-bottom: 30px;
  }
  .contents .attachment {
    text-indent: 2em;
    position: relative;
  }
  .contents .attachment::after {
    position: absolute;
    content: "（1）";
    left: -38px;
    top: 0;
  }
  .contents .contact_item dl {
    padding: 20px 0;
    line-height: 40px;
  }
  .contents .contact_item .num_select {
    margin: 0;
  }
  .contents .contact_item .radio {
    position: relative;
  }
  .contents .contact_item .radio li:last-of-type {
    margin-left: 48px;
  }
  .contents .contact_item .radio dt {
    line-height: 30px;
  }
  .contents .contact_item .radio p {
    position: absolute;
    bottom: 12px;
  }
  .contents .contact_item .radio .radio_label {
    margin-bottom: 9px;
  }
  .contents .contact_item .radio .radio_label::after {
    top: 9px;
  }
  .contents .contact_item .radio .radio_label::before {
    top: 3px;
  }
  .contents .contact_item .shifted {
    position: relative;
    top: 8px;
  }
  .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 .contact_item .num_select {
    margin: 0;
    width: 32.55208vw;
  }
  .contents .contact_item dl ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents .contact_item dl ul li:first-of-type {
    margin-right: 6.51042vw;
  }
  .contents .contact_item dl ul li label:before {
    top: 0.39062vw;
  }
  .contents .contact_item dl ul li label:after {
    top: 1.95312vw;
  }
  .contents .contact_item dl p {
    margin-top: 2.60417vw;
  }
  .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;
  }
}
