@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* CSS Document */
html {
  line-height: 1.45;
  scroll-behavior: smooth;
}

body {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.55555556;
  }
}

* {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #29a5dc;
}

.l-container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
.l-container .inner {
  max-width: 800px;
  margin: 0 auto;
}

.c-ttl {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 25px;
  }
}
.c-ttl img {
  display: block;
  height: 98px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-ttl img {
    height: 67px;
  }
}

.follow-btn {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.follow-btn a {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.follow-btn a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 33px;
}
@media only screen and (max-width: 767px) {
  .follow-btn a img {
    height: 27px;
  }
}
.follow-btn a.web {
  background-color: #000;
}
.follow-btn a.tel {
  background-color: #0065a2;
}

.p-video {
  background-color: #f5f5f5;
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-video {
    padding: 50px 0;
  }
}
.p-video .slider-video {
  position: relative;
}
.p-video .slider-video li {
  aspect-ratio: 9/16;
}
.p-video .slider-video li iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-video .slider-video li iframe {
    pointer-events: none;
  }
}
.p-video .slider-video .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .p-video .slider-video .slick-list {
    margin: 0 auto;
    width: 90%;
    -ms-touch-action: pan-x pinch-zoom;
        touch-action: pan-x pinch-zoom;
  }
}
.p-video .slider-video .slick-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); /*左右の画像のサイズを80%に*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  -webkit-box-shadow: 3px 3px 10px #afafaf;
          box-shadow: 3px 3px 10px #afafaf;
}
@media only screen and (max-width: 767px) {
  .p-video .slider-video .slick-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0 6px;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
.p-video .slider-video .slick-slide.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  width: 315px;
  opacity: 1; /*透過なし*/
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-video .slider-video .slick-slide.slick-center {
    width: auto;
  }
}
.p-video .slider-video .slick-prev,
.p-video .slider-video .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  background: url(../img/slider_button.webp) no-repeat center/contain;
  width: 80px;
  height: 80px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .p-video .slider-video .slick-prev,
  .p-video .slider-video .slick-next {
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: auto;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
.p-video .slider-video .slick-prev {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  left: calc(50% - 180px);
}
@media only screen and (max-width: 767px) {
  .p-video .slider-video .slick-prev {
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
    left: 10px;
  }
}
.p-video .slider-video .slick-next {
  left: calc(50% + 180px);
}
@media only screen and (max-width: 767px) {
  .p-video .slider-video .slick-next {
    left: auto;
    right: 10px;
  }
}
.p-video__img {
  max-width: 532px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .p-question {
    padding-bottom: 50px;
  }
}
.p-question .infinity-slider {
  margin-top: 30px;
}
.p-question .infinity-slider .slick-slide {
  margin: 0 5px;
}

.p-flow {
  padding: 100px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .p-flow {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow__img {
    overflow: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow__img img {
    max-width: none;
    width: 671px;
  }
}

.p-plan {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-plan {
    padding: 50px 0;
  }
}
.p-plan__ttl {
  max-width: 740px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-plan__ttl {
    max-width: 303px;
  }
}
.p-plan__img {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-plan__img {
    overflow: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan__img img {
    max-width: none;
    width: 672px;
  }
}
.p-plan .note {
  text-align: right;
  font-size: 16px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-plan .note {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
  }
}
.p-plan .btn-plan {
  max-width: 540px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 40px auto 0;
  display: block;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-plan .btn-plan {
    margin-top: 20px;
  }
}
.p-plan .btn-plan img {
  -webkit-filter: drop-shadow(5px 5px 5px #a5a5a5);
          filter: drop-shadow(5px 5px 5px #a5a5a5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-plan .btn-plan:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-plan .btn-plan:hover img {
  -webkit-filter: drop-shadow(5px 5px 10px #666666);
          filter: drop-shadow(5px 5px 10px #666666);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq {
  padding: 100px 0;
  background-color: #e4ebef;
}
@media only screen and (max-width: 767px) {
  .p-faq {
    padding: 50px 0;
  }
}
.p-faq .list-faq li {
  border: 1px solid #0065a2;
  padding: 18px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq li {
    padding: 12px 15px;
  }
}
.p-faq .list-faq li:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-faq .list-faq li:first-of-type .question::after {
  background: url(../img/icon_close.png) no-repeat center/contain;
}
.p-faq .list-faq li:first-of-type .question.active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_open.png) no-repeat center/contain;
}
.p-faq .list-faq li:first-of-type .answer {
  display: block;
}
.p-faq .list-faq li .question {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  padding-left: 30px;
  color: #0065a2;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq li .question {
    font-size: 18px;
    padding-left: 25px;
    line-height: 1.33333333;
  }
}
.p-faq .list-faq li .question::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 23px;
  content: "";
  display: block;
  background: url(../img/icon_q.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq li .question::before {
    width: 17px;
    height: 21px;
  }
}
.p-faq .list-faq li .question::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_open.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq .list-faq li .question.active::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_close.png) no-repeat center/contain;
}
.p-faq .list-faq li .answer {
  display: none;
  border-top: 1px solid #c6c6c6;
  padding-top: 10px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.44444444;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq li .answer {
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-faq .list-faq li .answer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  content: "";
  display: block;
  background: url(../img/icon_a.png) no-repeat center/contain;
}

.p-contact {
  background-color: #f5f5f5;
  padding: 100px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-contact {
    padding-top: 50px;
  }
}
.p-contact::before {
  width: 630px;
  height: 231px;
  top: 0;
  right: 0;
  background: url(../img/txt_contact.webp) no-repeat center/contain;
  position: absolute;
  content: "";
}
@media only screen and (max-width: 767px) {
  .p-contact::before {
    width: 285px;
    height: 105px;
  }
}
.p-contact .l-container {
  position: relative;
  z-index: 9;
}
.p-contact__ttl {
  max-width: 510px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-contact__ttl {
    max-width: 310px;
    margin: 0;
  }
}
.p-contact__form-wrap {
  margin-top: 40px;
}
.p-contact__form-wrap form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__form-wrap form .basic-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .basic-group {
    gap: 25px;
    margin-bottom: 25px;
  }
}
.p-contact__form-wrap form .address-group {
  margin: 25px 0 45px 0;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .address-group {
    margin: 0 0 25px 0;
  }
}
.p-contact__form-wrap form .form-group {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group {
    margin-bottom: 20px;
  }
}
.p-contact__form-wrap form .form-group.flex {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact__form-wrap form .form-group.flex label:not([class]) {
  width: 240px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group.flex label:not([class]) {
    margin-bottom: 5px;
    width: 100%;
  }
}
.p-contact__form-wrap form .form-group.flex .txt {
  height: 54px;
  border: 1px solid #000;
  outline: none;
  width: calc(100% - 240px);
  font-size: 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group.flex .txt {
    width: 100%;
    font-size: 18px;
  }
}
.p-contact__form-wrap form .form-group.agree {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group.agree {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.p-contact__form-wrap form .form-group.agree .checkbox-text {
  font-size: 18px;
}
.p-contact__form-wrap form .form-group.agree .note {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group.agree .note {
    text-align: left;
  }
}
.p-contact__form-wrap form .form-group.agree .note a {
  text-decoration: underline;
}
.p-contact__form-wrap form .form-group label:not([class]) {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group label:not([class]) {
    margin-bottom: 5px;
  }
}
.p-contact__form-wrap form .form-group .note {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
}
.p-contact__form-wrap form .form-group .required {
  color: #ff6d83;
}
.p-contact__form-wrap form .form-group .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group .radio-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.p-contact__form-wrap form .form-group .radio-text {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.p-contact__form-wrap form .form-group .radio-text::before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact__form-wrap form .form-group .radio-text::after {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  left: 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #000;
  display: none;
}
.p-contact__form-wrap form .form-group .radio-input {
  display: none;
}
.p-contact__form-wrap form .form-group .radio-input:checked + .radio-text::after {
  display: block;
}
.p-contact__form-wrap form .form-group .checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 500;
  gap: 0px 22px;
}
@media only screen and (max-width: 767px) {
  .p-contact__form-wrap form .form-group .checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.p-contact__form-wrap form .form-group .checkbox-text {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.p-contact__form-wrap form .form-group .checkbox-text::before {
  content: "";
  display: block;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact__form-wrap form .form-group .checkbox-text::after {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #000;
  display: none;
}
.p-contact__form-wrap form .form-group .checkbox-input {
  display: none;
}
.p-contact__form-wrap form .form-group .checkbox-input:checked + .checkbox-text::after {
  display: block;
}
.p-contact__form-wrap form .form-group.button {
  margin: 0;
}
.p-contact .submit-btn {
  padding: 0;
  max-width: 540px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: none;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact .submit-btn img {
  position: relative;
  z-index: 9;
}
.p-contact .submit-btn:hover {
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact .submit-btn:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact .submit-btn:hover .shadow {
  top: 58%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: blur(7px);
          filter: blur(7px);
}
.p-contact .submit-btn .shadow {
  width: 100%;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50px;
  mix-blend-mode: multiply;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.p-contact__cta {
  background-color: #0065a2;
  text-align: center;
  padding: 90px 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .p-contact__cta {
    padding: 50px 0 35px 0;
  }
}
.p-contact__cta .txt {
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-contact__cta .txt {
    font-size: 16px;
  }
}
.p-contact__cta .tel {
  margin: 20px auto 0;
  max-width: 556px;
  display: block;
}
.p-contact__cta .txt-cta {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-contact__cta .txt-cta {
    margin-top: 12px;
    padding-top: 0;
    border: none;
  }
}
.p-contact.p-confirm {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm {
    padding: 50px 0 80px 0;
  }
}
.p-contact.p-confirm .lead {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm .lead {
    margin-bottom: 30px;
  }
}
.p-contact.p-confirm .txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm .txt {
    font-size: 16px;
  }
}
.p-contact.p-confirm .formTable {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm .formTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact.p-confirm .formTable th,
.p-contact.p-confirm .formTable td {
  padding: 15px;
  font-size: 18px;
  border-bottom: 1px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm .formTable th,
  .p-contact.p-confirm .formTable td {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-contact.p-confirm .formTable th {
  text-align: left;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm .formTable th {
    width: 100%;
    padding-bottom: 0;
    font-weight: 500;
    border: none;
  }
}
.p-contact.p-confirm .formTable td {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm .formTable td {
    width: 100%;
    padding-top: 0;
  }
}
.p-contact.p-confirm .submit-btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-contact.p-confirm .submit-btn {
    margin-top: 10px;
  }
}

footer {
  text-align: center;
  padding: 80px 0 10px 0;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
footer .logo {
  max-width: 203px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .logo {
    max-width: 150px;
  }
}
footer .menu {
  margin-top: 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .menu {
    margin-top: 80px;
  }
}
footer .menu a {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  footer .menu a {
    font-size: 14px;
  }
}
footer .copyright {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  display: block;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */