@charset "utf-8";

/* ======================================================
 * お問い合わせ：詳細ページ
 *-------------------------------------------------------
 * 
====================================================== */

/* ------------------------------------------------------
 * Contact Title
------------------------------------------------------ */
/* ----- visual PC ----- */
#page.contact-page #contents--title {
  background-image: url(../../../contact/img/top_visual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#page.contact-page #contents--title h2 {
  width: 49.3333%;
}
@media screen and (max-width: 768px) {
  #page.contact-page #contents--title {
    background-position: 23% 50%;
  }
  #page.contact-page #contents--title h2 {
    width: 81.6vw;
  }
}

/* ----- Main PC ----- */
#page.contact-page #contents {
  /* padding: 80px 0 110px; */
  padding: 110px 0 150px;
}
#page.contact-page #contents .sec-inner {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

#page.contact-page #contents .contact-intro {
  margin-bottom: 55px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;


  /* font-size: 1.0625rem;
  line-height: 2.11765;
  text-align: center; */
}

.contact-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-con_detail, .contact-con_term {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 1.5em 0;
}
.contact-con_term {
  width: 24.615%;
  text-align: center;
  font-weight: 500;
  border-bottom: 3px solid #e60012;
}
.contact-con_detail {
  width: 70.769%;
  margin: 0 0 0px 0em;
  padding-left: 1.5em;
  border-bottom: 1px solid #e60012;
}


@media screen and (max-width: 1140px) {
  #page.contact-page #contents .contact-intro {
    font-size: 1.5789vw;
    line-height: 1.87;
  }  
}

@media screen and (max-width: 768px) {
  #page.contact-page #contents {
    padding: 10vw 0 23.3333vw;
  }
  #page.contact-page #contents .sec-inner {
    width: 90.6667vw;
    max-width: 100%;
    padding: 0;
  }
  #page.contact-page #contents .contact-intro {
    margin-bottom: 4vw;
    text-align: left;
    font-size: 4.2667vw;
  }
  .contact-con {
    font-size: 4.2667vw;
    line-height: 1.87;
  }
  .contact-con_term {
    width: 20%;
  }
  .contact-con_detail {
    width: 80%;
    padding-left: 2vw;
  }
}
