@charset "utf-8";

/***************************************************************************

  ページヘッダ

***************************************************************************/
.pageHeadImg {
  background-image: url("../images/lower/inquiry/head_bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .pageHeadImg {
    background-position: left 0px bottom 0;
  }
}

/***************************************************************************

  コンテンツ

***************************************************************************/
section.inquiryBlock {
  padding-top: 0;
}

.inquiryBlock .inqInf {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  text-align: center;
}

.frm_tbl {
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.7rem;
}

.frm_tbl th,
.frm_tbl td {
  text-align: left;
  padding: 10px 10px;
  vertical-align: top;
}

.frm_tbl th {
  width: 240px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.frm_tbl td {
  width: 100%;
}

.frm_tbl th span {
  width: 50px;
  background: #df4a4a;
  color: #fff;
  font-size: 1.1rem;
  display: block;
  margin: 0 10px 0 0;
  text-align: center;
}

.rvt_btm_unt {
  text-align: center;
}

.inputIb {
  display: inline-block;
  margin-right: 0;
}

.contact_type {
  display: none;
}

.contact_type + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.contact_type + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px dotted #000;
  border-radius: 50%;
}

.contact_type:checked + label {
  color: #000;
}

.contact_type:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
}

.name,
.zipcode,
.address,
.phone,
.email,
.inqmessage {
  background: #fff;
  border: dotted 1px #000 !important;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.name,
.zipcode,
.phone {
  width: 30%;
}

.address,
.email {
  width: 100%;
}

.inqmessage {
  width: 100%;
  height: 250px;
  border: dotted 1px #000 !important;
}

.smt_btn {
  font-size: 2.1rem;
  color: #fff;
  width: 20em;
  padding: 1em 1em;
  background: #183665;
  margin-bottom: 100px;
  cursor: pointer;
  font-family: YuMincho, 'Yu Mincho', serif;
  border: none;
  opacity: 1;
  transition: 0.3s;
}

.smt_btn:hover {
  opacity: 0.8;
}

.cttList {
  width: 100%;
  background: #f2f2f3;
  padding: 30px 45px;
  text-align: left;
}

.cttList dl:last-child {
  border-bottom: none;
}

.cttList dl {
  width: 100%;
  background: #f2f2f3;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: dotted 1px #000;
}

.cttList dt {
  width: 35%;
  padding: 15px 1em 15px 0;
}

.cttList dd {
  width: 65%;
  padding: 15px 0 15px 50px;
  display: inline-block;
  background: url(/common/images/lower/inquiry/dots_arw.svg) no-repeat left center;
  background-size: 15px 56px;
}

.cttPhn {
  display: inline-block;
  font-size: 169%;
  padding-left: 1em;
  background: url(/common/images/lower/inquiry/phone_icon.svg) no-repeat left center;
  background-size: 22px 28px;
  margin-right: 1em;
}

.cttMail {
  display: inline-block;
  font-size: 138%;
  padding-left: 1.5em;
  background: url(/common/images/lower/inquiry/mail_icon.svg) no-repeat left center;
  background-size: 25px 19px;
}

.cttMail a {
  color: inherit;
  transition: 0.3s;
  opacity: 1;
}

.cttMail a:hover {
  opacity: 0.6;
}

.ERR {
  background: #ab0003;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section.inquiryBlock {
    padding-top: 40px;
  }

  .inquiryBlock .inqInf {
    font-size: 131%;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  .frm_tbl {
    width: 100%;
    margin-bottom: 30px;
  }

  .frm_tbl th,
  .frm_tbl td {
    text-align: left;
    padding: 10px 0 0;
    vertical-align: top;
    display: block;
  }

  .frm_tbl th {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
  }

  .frm_tbl th span {
    margin: 0 0 0 10px;
  }

  .frm_tbl td {
    padding: 10px 0 10px;
  }

  .inquiryBlock .inqAgree {
    font-size: 138%;
    margin-bottom: 30px;
  }

  .inputIb {
    margin-right: 0;
  }

  .company_name,
  .name,
  .ruby,
  .phone,
  .email,
  .message {
    background: #fff;
    border: dotted 1px #000 !important;
  }

  .company_name,
  .name,
  .ruby {
    width: 100%;
  }

  .phone,
  .email {
    width: 100%;
  }

  .inqmessage {
    width: 100%;
    height: 200px;
  }

  .smt_btn {
    font-size: 150%;
    width: 80%;
    margin-bottom: 50px;
  }

  .cttList {
    width: 100%;
    background: #f2f2f3;
    padding: 20px 4% 0;
    text-align: left;
  }

  .cttList dl:last-child {
    border-bottom: none;
  }

  .cttList dl {
    width: 100%;
    display: block;
    border-bottom: dotted 1px #000;
    margin-bottom: 15px;
  }

  .cttList dt {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 108%;
    font-weight: 600;
  }

  .cttList dd {
    width: 100%;
    padding: 5px 0 15px 25px;
    display: inline-block;
  }

  .cttPhn {
    display: inline-block;
    font-size: 169%;
    padding-left: 1em;
    background: url(/common/images/lower/inquiry/phone_icon.svg) no-repeat left center;
    background-size: 22px 28px;
    margin-right: 1em;
  }

  .cttMail {
    display: inline-block;
    font-size: 138%;
    padding-left: 1.5em;
    background: url(/common/images/lower/inquiry/mail_icon.svg) no-repeat left center;
    background-size: 25px 19px;
  }

  .cttMail a {
    color: inherit;
    transition: 0.3s;
    opacity: 1;
  }

  .cttMail a:hover {
    opacity: 0.6;
  }

  .ERR {
    background: #ab0003;
    color: #fff;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 550px) {
  .inquiryBlock .inqInf {
    font-size: 1.4rem;
  }

  .inputIb {
    margin-right: 0;
    display: block;
  }
}

.inqAboutLock {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .inqAboutLock {
    margin: 40px 0 60px;
    text-align: left;
  }

  .inqAboutLock span {
    text-indent: -1em;
    padding: 0 0 0 1em;
    display: inline-block;
  }
}

@media screen and (max-width: 550px) {
  .inqAboutLock {
    font-size: 1.4rem;
  }
}
