@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .l-contact-header__complete a {
    font-size: max(1.15vw, 22px);
    color:white;
  }

  .l-contact-header__list li {
    position: relative;
    text-align: center;
    margin-top:20px;
  }

  .l-contact-header__list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 1px;
    background: #fff;
    margin: auto;
  }

  .l-contact-header__list span {
    font-size: 1.2rem;
    line-height: 2.2;
  }

  .l-contact-header__complete {
    padding: 30px 0 0;
  }

  .l-contact-header__complete h3 {
    font-size: 1.2rem;
  }

  .l-contact-header__complete p {
    font-size: 1.4rem;
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #fff;
  }

  .l-contact-header__complete a {
    max-width: 300px;
    width: 100%;
  }

  .l-contact-web {
    max-width: 1060px;
    width: 100%;
    padding: 0 15px;
    border: none;
  }

  .l-contact-web__head span {
    font-size: 2.7rem;
    padding: 65px 0 0;
  }

  .l-contact-web__head span:before {
    top: 0;
    right: 0;
    bottom: auto;
  }

  .l-contact-web__list {
    display: block;
  }

  .l-contact-web__item {
    width: 100%;
    padding: 0 0 40px;
    margin: 0 0 40px;
  }

  .l-contact-web__item:first-child {
    border-right: none;
    border-bottom: 1px solid #333;
  }

  .l-contact-web__item:last-child {
    border-bottom: 1px solid #fff;
  }

  .l-contact-web__ttl {
    font-size: 2.3rem;
    margin: 0 0 15px;
  }

  .l-contact-web__lead {
    font-size: 1.5rem;
    margin: 0 0 25px;
  }

  .l-contact-web__btn a {
    max-width: 330px;
    width: 100%;
    line-height: 80px;
  }

  .l-contact-web__btn a span {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 30px 0 0;
    background: url(../img/icon_arrow.svg) no-repeat center right;
  }

  .l-contact-phone {
    max-width: 800px;
    width: 100%;
    padding: 0 15px 50px;
  }

  .l-contact-phone__head {
    margin: 0;
  }

  .l-contact-phone__head span {
    font-size: 2.7rem;
    padding: 65px 0 0;
  }

  .l-contact-phone__head span:before {
    top: 0;
    right: 0;
    bottom: auto;
  }

  .l-contact-phone__list {
    display: block;
  }

  .l-contact-phone__item {
    width: 100%;
    font-size: 2.8rem;
    padding: 20px 0;
  }

  .l-contact-phone__item:first-child {
    border-right: none;
    border-bottom: 1px solid #333;
  }

  .l-contact-inquiry {
    max-width: 1060px;
    width: 100%;
    padding: 0 15px;
  }

  .l-contact-inquiry__container.-container01 {
    padding: 0;
  }

  .l-contact-inquiry__container.-container03 {
    padding: 0;
  }

  .l-contact-inquiry__container.-confirm dt {
    color: #999;
    margin: 0;
  }

  .l-contact-inquiry__container dl {
    display: block;
  }

  .l-contact-inquiry__container dt,
  .l-contact-inquiry__container dd {
    display: block;
  }

  .l-contact-inquiry__container dt {
    width: 100%;
  }

  .l-contact-inquiry__container dd {
    width: 100%;
  }

  .l-contact-inquiry__container input[type="text"],
  .l-contact-inquiry__container input[type="email"],
  .l-contact-inquiry__container input[type="tel"] {
    /* font-size: 1.6rem; */
  }

  .l-contact-inquiry__container textarea {
    /* font-size: 1.6rem; */
  }

  .l-contact-inquiry__container select {
    width: 100%;
    /* font-size: 1.6rem; */
  }

  .l-contact-inquiry__container .heading-first {
    /* font-size: 2rem; */
  }

  .l-contact-inquiry__container .required.-hidden {
    display: none;
  }

  .l-contact-inquiry__container .wrap-first {
    display: block;
    margin-top: 20px;
  }

  .l-contact-inquiry__container .wrap-first>span {
    margin: 0 0 10px;
  }

  .l-contact-inquiry__container .wrap-first>span:last-child {
    margin: 0;
  }

  .l-contact-inquiry__container .wrap-first>span input:checked+span:before {
    border: 3px solid #fff;
  }

  .l-contact-inquiry__container .wrap-first>span span {
    font-size: 1.2rem;
    padding: 0 0 0 25px;
  }

  .l-contact-inquiry__container .wrap-first>span span:before {
    width: 20px;
    height: 20px;
  }

  .l-contact-inquiry__container .wrap-radio {
    height: auto;
  }

  .l-contact-inquiry__container .wrap-radio>span {
    margin: 0 20px 0 0;
  }

  .l-contact-inquiry__container .wrap-radio>span input:checked+span:before {
    border: 3px solid #fff;
  }

  .l-contact-inquiry__container .wrap-radio>span span {
    font-size: 1.2rem;
    padding: 0 0 0 25px;
  }

  .l-contact-inquiry__container .wrap-name {
    display: block;
  }

  .l-contact-inquiry__container .wrap-name>span {
    width: 100%;
    margin: 0 0 10px;
  }

  .l-contact-inquiry__container .wrap-name>span:last-child {
    margin: 0;
  }

  .l-contact-inquiry__container .wrap-name>span span {
    width: 50px;
  }

  .l-contact-inquiry__container .wrap-place .place01 {
    margin: 0 0 10px;
  }

  .l-contact-inquiry__container .wrap-place .place01 span {
    padding: 0 2px;
  }

  .l-contact-inquiry__container .wrap-place .place01 input[type="text"] {
    width: 80px;
  }

  .l-contact-inquiry__container .wrap-place .place01 input[type="button"] {
    width: 93px;
    margin: 0 0 0 10px;
  }

  .l-contact-inquiry__container .wrap-place .place02 {
    display: block;
    margin: 0 0 10px;
  }

  .l-contact-inquiry__container .wrap-place .place02 select {
    margin: 0 0 10px;
  }

  .l-contact-inquiry__container .wrap-place .place02 input {
    width: 100%;
  }

  .l-contact-inquiry__container .wrap-mail {
    border-bottom: none;
    padding: 20px 0 0;
  }

  .l-contact-inquiry__container .wrap-age select {
    width: 50%;
  }

  .l-contact-inquiry__container .wrap-privacy {
    padding: 15px;
  }

  .l-contact-inquiry__container .wrap-privacy h2,
  .l-contact-inquiry__container .wrap-privacy h3,
  .l-contact-inquiry__container .wrap-privacy ol,
  .l-contact-inquiry__container .wrap-privacy ul,
  .l-contact-inquiry__container .wrap-privacy p {
    font-weight: normal;
    font-size: 1rem;
    color: #000;
  }

  .l-contact-inquiry__btn {
    flex-direction: column-reverse;
    padding: 40px 0;
  }

  .l-contact-inquiry__btn a,
  .l-contact-inquiry__btn input,
  .l-contact-inquiry__btn button {
    max-width: 300px;
    width: 100%;
    margin: 0 0 20px;
  }

  .l-contact-inquiry__btn a:hover,
  .l-contact-inquiry__btn input:hover,
  .l-contact-inquiry__btn button:hover {
    opacity: 1;
  }

  span.error {
    color: #ff0000;
    display: block;
    margin-top: 5px;
  }
}