@charset "UTF-8";
/*=======================================
みる
=========================================*/
.p-seeing__content {
  margin-bottom: 60px;
}
.p-seeing__content:last-child {
  margin-bottom: 0;
}
.p-seeing__content .c-title2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.p-seeing__content .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-seeing__content .heading .l {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-seeing__content .content + .c-title2 {
  margin-top: 60px;
}
.p-seeing__content .note {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.p-seeing__content .note li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.l-column-2 .p-seeing__content {
  display: flex;
  flex-direction: column;
}
.l-column-2 .p-seeing__content .heading {
  display: block;
}
.l-column-2 .p-seeing__content .heading .l {
  margin-bottom: 17px;
}
.p-seeing__form {
  margin-top: 75px;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  margin-bottom: -100px;
}
.p-seeing__form .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
}
.p-seeing__form .heading li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-seeing__form .content {
  padding: 66px 60px 60px;
  background: #fff;
  border: 1px solid #000;
}
.p-seeing__form .form table {
  width: 100%;
}
.p-seeing__form .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-seeing__form .form td {
  width: calc(100% - 264px);
  padding-bottom: 40px;
}
.p-seeing__form .form td input[type="text"],
.p-seeing__form .form td textarea,
.p-seeing__form .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-seeing__form .form td textarea {
  height: 100px;
  width: 100%;
  max-width: 460px;
}
.p-seeing__form .form td input[type="text"] {
  width: 300px;
}
.p-seeing__form .form td input[name="zip"] {
  width: 200px;
}
.p-seeing__form .form td input[name="people"] {
  width: 100px;
}
.p-seeing__form .form td input[name="email"],
.p-seeing__form .form td input[name="email_confirm"],
.p-seeing__form .form td input[name="group"] {
  width: 300px;
}
.p-seeing__form .form td .wrap {
  align-items: center;
}
.p-seeing__form .form .wrap {
  display: flex;
  align-items: flex-start;
}
.p-seeing__form .form .wrap > div {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.p-seeing__form .form .wrap > div:last-child {
  margin-right: 0;
}
.p-seeing__form .form .wrap > div span {
  margin-right: 10px;
}
.p-seeing__form .form .wrap > div span:last-child {
  margin-right: 0;
}
.p-seeing__form .form .required,
.p-seeing__form .form .any {
  color: #fff;
  width: 43px;
  text-align: center;
  margin-right: 10px;
  line-height: 1.4;
  margin-top: 1px;
}
.p-seeing__form .form .required {
  background: #E60012;
}
.p-seeing__form .form .any {
  background: #1F2A66;
}
.p-seeing__form .form .consent {
  margin-bottom: 64px;
  line-height: 1.6;
}
.p-seeing__form .form .consent li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-seeing__form .form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seeing__form .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-seeing__form .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-seeing__form .form .submit button[value="back"] {
  border-color: #bbb;
  background-color: #bbb;
  color: #fff;
}
.p-seeing__form .form .submit button[value="back"] span {
  background-image: url(../img/common/arrow_4-white.svg);
}
.p-seeing__form .form .submit button[value="send"] {
  background-color: #1F2A66;
  color: #fff;
}
.p-seeing__form .form .submit button[value="send"] span {
  background-image: url(../img/common/arrow_4-white.svg);
}
.p-seeing__form .tel {
  margin-top: 40px;
}
.p-seeing__form .tel dl {
  margin-bottom: 0;
  display: flex;
}
.p-seeing__form .tel dt {
  width: 31.4285%;
  background: #E0E0E0;
}
.p-seeing__form .tel dd {
  width: 68.5715%;
  background: #F9FAED;
}
.p-seeing__form .tel dt,
.p-seeing__form .tel dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seeing__form .tel span {
  margin-right: 20px;
}
.p-seeing__form .tel strong {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-seeing__tab {
    margin-bottom: 20px;
  }
  .p-seeing__content .c-title2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .p-seeing__form {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: -75px;
  }
  .p-seeing__form .content {
    padding: 30px 20px;
  }
  .p-seeing__form .form table,
  .p-seeing__form .form tbody,
  .p-seeing__form .form tr,
  .p-seeing__form .form th,
  .p-seeing__form .form td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-seeing__form .form th {
    padding-bottom: 10px;
  }
  .p-seeing__form .form td {
    padding-bottom: 30px;
  }
  .p-seeing__form .form td input[type="text"],
  .p-seeing__form .form td textarea,
  .p-seeing__form .form td select {
    width: 100%;
  }
  .p-seeing__form .form .wrap {
    display: block;
  }
  .p-seeing__form .form .wrap > div {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .p-seeing__form .form .wrap > div:last-child {
    margin-right: 0;
  }
  .p-seeing__form .form .wrap > div span {
    margin-right: 10px;
  }
  .p-seeing__form .form .wrap > div span:last-child {
    margin-right: 0;
  }
  .p-seeing__form .form .required,
  .p-seeing__form .form .any {
    color: #fff;
    width: 43px;
    text-align: center;
    margin-right: 10px;
    line-height: 1.4;
    margin-top: 1px;
  }
  .p-seeing__form .form .required {
    background: #E60012;
  }
  .p-seeing__form .form .any {
    background: #1F2A66;
  }
  .p-seeing__form .form .consent {
    margin-bottom: 64px;
    line-height: 1.6;
  }
  .p-seeing__form .form .consent li {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  .p-seeing__form .form .submit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-seeing__form .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-seeing__form .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-seeing__form .form .submit button[value="back"] {
    border-color: #bbb;
    background-color: #bbb;
    color: #fff;
  }
  .p-seeing__form .form .submit button[value="back"] span {
    background-image: url(../img/common/arrow_4-white.svg);
  }
  .p-seeing__form .form .submit button[value="send"] {
    background-color: #1F2A66;
    color: #fff;
  }
  .p-seeing__form .form .submit button[value="send"] span {
    background-image: url(../img/common/arrow_4-white.svg);
  }
  .p-seeing__form .tel {
    margin-top: 30px;
  }
  .p-seeing__form .tel dl {
    display: block;
  }
  .p-seeing__form .tel dt,
  .p-seeing__form .tel dd {
    width: auto;
  }
  .p-seeing__form .tel dt,
  .p-seeing__form .tel dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-seeing__form .tel span {
    margin-right: 14px;
  }
  .p-seeing__form .tel strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
