@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
#contact {
  margin: 75px auto 0;
  letter-spacing: 0.075em;
}
.copy-span span{
  font-size: 10px;
  font-weight: bold;
  color: #1F1D59;
  font-family:"DIN Condensed",sans-serif;
  position: absolute;
  top: 360px;
  left: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ttl-area {
  margin-bottom: 20px;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
  }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
  .contact-txt {
    font-size: 16px;
    font-family: "源ノ角ゴシック JP",sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  .thanks-txt {
    margin-bottom: 300px;
  }
.table-area {
  width: 90%;
  margin: 0 auto;
}
.contact-table {
  table-layout: fixed;
  width: 1000px;
  margin: 0 auto 55px;
  font-family: "源ノ角ゴシック JP",sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
  .contact-table tr {
    width: 1000px;
    height: 90px;
  }
    .contact-table th {
      width: 213px;
      text-align: left;
      font-weight: bold;
      border-top: 1px solid #1D2B62;
      border-bottom: 1px solid #1D2B62;
    }
    .contact-table td {
      width: 787px;
      padding-left: 40px;
      border-top: 1px solid#DEDEDE;
      border-bottom: 1px solid#DEDEDE;
    }
  .required::after {
    content: "※";
    color: #980B0B;
    position: relative;
    font-family: "Source Han Sans JP",sans-serif;
    left: 4px;
  }
    .content {
      height: 420px;
    }
    .content th {
      vertical-align: top;
      padding-top: 30px;
    }
    .content td {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
.contact-table td input {
  width: 566px;
  height: 42px;
  color: #333333;
  background-color: #F9F9F9;
  border-radius: 3px;
  border: none;
}
.contact-table td textarea{
  width: 566px;
  height: 359px;
  color: #333333;
  background-color: #F9F9F9;
  border-radius: 3px;
  border: none;
}
    .contact-table td input::placeholder {
      color: #DEDEDE;
      padding-left: 10px;
      font-style: 16px;
    }
    .comfirm {
      width: 360px;
      margin: 0 auto 140px;
    }
    .comfirm-btn {
      width: 352px;
      height: 63px;
      color: #FFFFFF;
      text-align: center;
      line-height: 63px;
      background-color: #1D2B62;
      border-radius: 100px;
      border: none;
      position: relative;
      cursor: pointer;
    }
    .btns {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      flex-direction: row-reverse;
    }
    .send {
      width: 360px;
      margin: 0 0 30px;
    }
    .fix {
      width: 360px;
      margin: 0 0 140px;
    }
    .fix-btn {
      background-color: #DEDEDE;
      
    }
    .comfirm-btn span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 20px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .comfirm-btn:hover span {
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .comfirm-btn:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .comfirm-btn:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#contact {
  margin: 75px auto 0;
  letter-spacing: 0.075em;
}
  .copy-span span{
    display: none;
  }
  .ttl-area {
    margin-bottom: 20px;
  }
  .ttl-area p {
      font-family: "DIN Condensed",sans-serif;
      font-size: 34px;
      text-align: center;
    }
    .ttl-area span {
        font-family: "源ノ角ゴシック JP",sans-serif;
        font-size: 12px;
        position: relative;
        top: 20px;
      }
    .contact-txt {
      font-size: 14px;
      font-family: "源ノ角ゴシック JP",sans-serif;
      text-align: center;
      margin-bottom: 40px;
    }
.table-area {
  margin: 0 auto;
}
.contact-table {
  width: 88%;
  margin: 0 auto 55px;
  font-family: "源ノ角ゴシック JP",sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
  .contact-table tr {
    width: 100%;
  }
    .contact-table th {
      display: block;
      width: 100%;
      text-align: left;
      font-weight: bold;
      height: 56px;
      line-height: 50px;
      position: relative;
      border-top: 1px solid #DEDEDE;
    }
    .contact-table td {
      display: block;
      width: 100%;
      padding: 0 0 23px;
      position: relative;
      border-bottom: 1px solid#DEDEDE;
    }
    .content th {
      vertical-align: top;
      margin: 0 0 20px;
      padding-top: 20px;
    }
  
.contact-table td input {
  width: 100%;
  height: 42px;
  color: #333333;
  background-color: #F9F9F9;
  border-radius: 3px;
  border: none;
}
.contact-table td textarea{
  width: 100%;
  height: 317px;
  color: #333333;
  background-color: #F9F9F9;
  border-radius: 3px;
  border: none;
}
  .contact-table td input::placeholder {
    color: #DEDEDE;
    padding-left: 10px;
    font-style: 16px;
  }
.contact-table th:first-child::before {
  content:"";
  position: absolute;
  top: -1px;
  left: 0;
  width: 66px;
  height: 1px;
  display: inline-block;
  background-color:#1D2B62;
}
.contact-table td::after {
  content:"";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 66px;
  height: 1px;
  display: inline-block;
  background-color:#1D2B62;
}
  .comfirm {
    width: 360px;
    margin: 0 auto 140px;
  }
  .comfirm-btn {
    width: 352px;
    height: 63px;
    color: #FFFFFF;
    text-align: center;
    line-height: 63px;
    background-color: #1D2B62;
    border-radius: 100px;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .btns {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .send {
    width: 100%;
    margin: 0 auto 30px;
  }
  .fix {
    width: 100%;
    margin: 0 auto 140px;
  }
    .fix-btn {
      background-color: #DEDEDE;
    }
    .comfirm-btn span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 20px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0%,-50%);
      -webkit-transform: translate(0%,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #FFFFFF;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .comfirm-btn:hover span {
      letter-spacing: 0.1em;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .comfirm-btn:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .comfirm-btn:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }

}

/* SP ================================================== */
@media all and (max-width:559px){
#contact {
  margin: 75px auto 0;
  letter-spacing: 0.075em;
}

  #contact .copy-span span{
    display: none;
  }
   .ttl-area {
    margin-bottom: 20px;
  }
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
  }
  .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
  .contact-txt {
    font-size: 14px;
    font-family: "源ノ角ゴシック JP",sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
.table-area {
  margin: 0 auto;
}
.contact-table {
  width: 88%;
  margin: 0 auto 55px;
  font-family: "源ノ角ゴシック JP",sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
  .contact-table tr {
    width: 100%;
  }
  .contact-table th {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    height: 56px;
    line-height: 50px;
    position: relative;
    border-top: 1px solid #DEDEDE;
  }
  .contact-table td {
    display: block;
    width: 100%;
    padding: 0 0 23px;
    position: relative;
    border-bottom: 1px solid#DEDEDE;
  }
  #contact .content th {
    vertical-align: top;
    margin: 0 0 20px;
    padding: 10px 0 0;
  }
.contact-table td input {
  width: 100%;
  height: 42px;
  color: #333333;
  background-color: #F9F9F9;
  border-radius: 3px;
  border: none;
}
.contact-table td textarea{
  width: 100%;
  height: 317px;
  color: #333333;
  background-color: #F9F9F9;
  border-radius: 3px;
  border: none;
}
  .contact-table td input::placeholder {
    color: #DEDEDE;
    padding-left: 10px;
    font-style: 16px;
  }

.contact-table th:first-child::before {
  content:"";
  position: absolute;
  top: -1px;
  left: 0;
  width: 66px;
  height: 1px;
  display: inline-block;
  background-color:#1D2B62;
}
.contact-table td::after {
  content:"";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 66px;
  height: 1px;
  display: inline-block;
  background-color:#1D2B62;
}
  .comfirm {
    width: 360px;
    margin: 0 auto 140px;
  }
  .comfirm-btn {
    width: 352px;
    height: 63px;
    color: #FFFFFF;
    text-align: center;
    line-height: 63px;
    background-color: #1D2B62;
    border-radius: 100px;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .btns {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .send {
    width: 90%;
    margin: 0 auto 30px;
  }
  .fix {
    width: 90%;
    margin: 0 auto 100px;
  }
  .fix-btn {
    background-color: #DEDEDE;
    
  }
  .comfirm-btn span {
    font-family: "源ノ角ゴシック JP",sans-serif;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .small-btn--arrow {
    display: inline-block;
    width: 20px;
    height: 1px;
    border-radius: 8px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .small-btn--arrow::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    border-radius: 8px;
    background-color: #FFFFFF;
    position: absolute;
    top: -2.6px;
    right: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .comfirm-btn:hover span {
    letter-spacing: 0.1em;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .comfirm-btn:hover .small-btn--arrow {
    background-color: #FFFFFF;
    position: absolute;
    right: 10px;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .comfirm-btn:hover .small-btn--arrow::after {
    background-color: #FFFFFF;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
}
