@charset "UTF-8";
/*=======================================
お問い合わせ
=========================================*/
.p-contact .c-title2 {
  margin-bottom: 50px;
}
.p-contact__form {
  margin-bottom: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-contact__form .content {
  padding: 66px 60px 60px;
  background: #fff;
  border: 1px solid #000;
}
.p-contact__form table {
  width: 100%;
}
.p-contact__form th {
  width: 264px;
  padding-bottom: 40px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}
.p-contact__form td {
  width: calc(100% - 264px);
  padding-bottom: 40px;
  font-feature-settings: normal;
}
.p-contact__form td input[type="text"],
.p-contact__form td input[type="tel"],
.p-contact__form td input[type="email"],
.p-contact__form td textarea,
.p-contact__form td select {
  background: #F2F2F2;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  max-width: 100%;
}
.p-contact__form td textarea {
  height: 100px;
  width: 100%;
  max-width: 460px;
}
.p-contact__form td input[type="text"] {
  width: 300px;
}
.p-contact__form td input[name="zip"],
.p-contact__form td input[name="郵便番号"] {
  width: 200px;
}
.p-contact__form td input[name="people"],
.p-contact__form td input[name="部数"] {
  width: 100px;
}
.p-contact__form td input[name="email"],
.p-contact__form td input[name="email_confirm"],
.p-contact__form td input[name="group"] {
  width: 300px;
}
.p-contact__form td .out {
  align-items: center;
}
.p-contact__form .out {
  display: flex;
  align-items: flex-start;
}
.p-contact__form .out > div {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.p-contact__form .out > div:last-child {
  margin-right: 0;
}
.p-contact__form .out > div span {
  margin-right: 10px;
}
.p-contact__form .out > div span:last-child {
  margin-right: 0;
}
.p-contact__form .musts,
.p-contact__form .free {
  color: #fff;
  width: 43px;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  line-height: 1.4;
  margin-top: 1px;
}
.p-contact__form .musts {
  background: #E60012;
}
.p-contact__form .free {
  background: #1F2A66;
}
.p-contact__form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-contact__form .submit button {
  display: block;
  border: 1px solid #1F2A66;
  outline: 0;
  cursor: pointer;
  background: #fff;
  color: #1F2A66;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  padding: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  width: 220px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-contact__form .submit button span {
  display: inline-block;
  background: url(../img/common/arrow_4-blue.svg) no-repeat left center;
  background-size: 20px;
  padding-left: 29px;
}
.p-contact__form .submit button[value="back"] {
  border-color: #bbb;
  background-color: #bbb;
  color: #fff;
}
.p-contact__form .submit button[value="back"] span {
  background-image: url(../img/common/arrow_4-white.svg);
}
.p-contact__form .submit button[value="send"] {
  background-color: #1F2A66;
  color: #fff;
}
.p-contact__form .submit button[value="send"] span {
  background-image: url(../img/common/arrow_4-white.svg);
}
.p-contact__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-contact__tel .c-title2 {
  width: 100%;
  margin-bottom: 25px;
}
.p-contact__tel .box1 {
  background: #F9FAED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-contact__tel .box1.is-tel {
  width: 63.0208%;
}
.p-contact__tel .box1.is-fax {
  width: 33.8541%;
}
.p-contact__tel .tel {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-contact__tel .tel span {
  display: inline-block;
  background: url(../img/contact/icon_tel.svg) no-repeat left center;
  background-size: 32px auto;
  padding-left: 45px;
}
.p-contact__tel .fax {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-contact__tel .c-box1-info {
  width: 100%;
}
.p-contact__tel .c-box1-info dt {
  width: 142px;
}
.p-contact__tel .c-box1-info dd {
  width: calc(100% - 151px);
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-contact .c-title2 {
    margin-bottom: 30px;
  }
  .p-contact__form {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .p-contact__form .content {
    padding: 30px 20px;
  }
  .p-contact__form .content table,
  .p-contact__form .content tbody,
  .p-contact__form .content tr,
  .p-contact__form .content th,
  .p-contact__form .content td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-contact__form .content th {
    padding-bottom: 10px;
  }
  .p-contact__form .content td {
    padding-bottom: 30px;
  }
  .p-contact__form .content td input[type="text"],
  .p-contact__form .content td input[type="tel"],
  .p-contact__form .content td input[type="email"],
  .p-contact__form .content td textarea,
  .p-contact__form .content td select {
    width: 100%;
  }
  .p-contact__tel {
    display: block;
  }
  .p-contact__tel .box1 {
    width: auto;
    margin-bottom: 15px;
  }
  .p-contact__tel .box1:last-child {
    margin-bottom: 0;
  }
  .p-contact__tel .box1.is-tel, .p-contact__tel .box1.is-fax {
    width: auto;
  }
  .p-contact__tel .c-box1-info {
    margin-top: 20px;
  }
  .p-contact__tel .c-box1-info dl {
    display: block;
    margin-top: 20px;
  }
  .p-contact__tel .c-box1-info dl:first-child {
    margin-top: 0;
  }
  .p-contact__tel .c-box1-info dd {
    width: auto;
    margin-top: 8px;
  }
  .p-contact__tel .tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-contact__tel .fax {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
