@charset "UTF-8";
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
body {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

html.noscroll {
  overflow: hidden;
}

body button {
  border: none;
  padding: 0;
}

body button:focus {
  background: none;
}

@media screen and (max-width: 1299.98px) {
  .bg-base {
    width: 1280px;
  }
}
@media screen and (max-width: 1299.98px) and (max-width: 839px) {
  .bg-base {
    width: 100%;
  }
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 839px) {
  .u-pc-hidden {
    display: block;
  }
}

.u-sp-hidden {
  display: block;
}
@media screen and (max-width: 839px) {
  .u-sp-hidden {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .l-wrapper.-page {
    padding: 0 14px;
  }
}
@media screen and (max-width: 839px) {
  .l-wrapper.-full-sp {
    padding: 0;
  }
}

.l-inside {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  .l-inside {
    width: 100%;
    padding: 0 calc((22/375)*100vw);
  }
}

.sample-wrap {
  margin: 200px 0;
}

.c-sup {
  vertical-align: super;
}

.l-box {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-box {
    padding: 0 22px;
  }
}

.l-inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-inner {
    padding: 0 22px;
  }
}

.c-anchor00 {
  margin-top: -48px;
  padding-top: 48px;
}
@media screen and (max-width: 839px) {
  .c-anchor00 {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.c-anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.p-be-dor {
  color: #333;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
  font-weight: 400;
  /*
  background-image: url("../../assets/img/work_quality/bg_btn01.webp");
   */
  /* contact form start */
  /* contact form end */
}
.p-be-dor * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-be-dor img {
  display: block;
  width: 100%;
  height: auto;
}
.p-be-dor .p-be-inner{
  max-width: 980px;
  margin: 0 auto;
}
.p-be-main-visual__main{
  margin-top: 40px;
}
@media screen and (max-width: 839px) {
  .p-be-main-visual__main{
    margin-top: 0;
  }
}
.p-be-dor .p-be-main-visual {
  padding-bottom: 64px;
}
.p-be-dor .p-be-main-visual .p-be-main-visual__copy {
  margin-top: 32px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-be-main-visual .p-be-main-visual__copy {
    margin-top: 16px;
    padding: 0 20px;
  }
}
.p-be-dor .p-be-main-visual .p-be-main-visual__copy p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-be-main-visual .p-be-main-visual__copy p {
    font-size: 17px;
    line-height: 1.5;
  }
}
.p-be-dor .p-be-main-visual .p-be-main-visual__sub-heading {
  margin-top: 32px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-be-main-visual .p-be-main-visual__sub-heading {
    margin-top: 16px;
  }
}
.p-be-dor .p-b-unit {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 42px 336px;
  grid-template-columns: auto 336px;
  gap: 0 42px;
  padding: 0 48px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-unit {
    margin-top: 16px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
    padding: 0 20px;
  }
}
.p-be-dor .p-b-unit .p-b-unit__text p {
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-unit .p-b-unit__text p {
    font-size: 16px;
    line-height: 1.65;
  }
}
.p-be-dor .c-b-heading {
  padding: 4px 0 4px 48px;
  background-color: #2D2587;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 839px) {
  .p-be-dor .c-b-heading {
    text-align: center;
    padding: 7px 6px;
    font-size: 22px;
    line-height: 1.2727272727;
  }
}
.p-be-dor .c-b-simple-heading {
  color: #0D3A7D;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 839px) {
  .p-be-dor .c-b-simple-heading {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-be-dor .p-b-sec01 {
  padding: 30px 0 40px;
  background-color: #EEEEFA;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec01 {
    padding: 30px 0;
  }
}
.p-be-dor .p-b-sec01 .p-b-sec01_list {
  margin-top: 20px;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 14px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec01 .p-b-sec01_list {
    margin-top: 16px;
    padding: 0 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-be-dor .p-b-box01 {
  background-color: #fff;
  min-height: 206px;
  padding: 14px;
  border-radius: 5px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-box01 {
    width: 100%;
    padding: 16px;
    min-height: 0;
    margin: auto;
  }
}
.p-be-dor .p-b-box01 .p-b-box01__title {
  text-align: center;
  color: #0D3A7D;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-box01 .p-b-box01__title {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.p-be-dor .p-b-box01 .p-b-box01__text {
  margin-top: 8px;
}
.p-be-dor .p-b-box01 .p-b-box01__text p {
  font-size: 16px;
  line-height: 1.5;
}
.p-be-dor .p-b-sec02 {
  margin-top: 64px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec02 {
    margin-top: 32px;
  }
}
.p-be-dor .p-b-sec02 .p-b-sec02__inner {
  max-width: 992px;
  width: 100%;
  margin: auto;
}
.p-be-dor .p-b-sec02 .p-b-sec02__contents {
  margin-top: 32px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec02 .p-b-sec02__contents {
    margin-top: 16px;
  }
}
.p-be-dor .p-b-sec02 .p-b-sec02__contents .p-b-sec02__item + .p-b-sec02__item {
  margin-top: 32px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec02 .p-b-sec02__contents .p-b-sec02__item + .p-b-sec02__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec02 .p-b-sec02__contents .p-b-sec02__item:nth-child(2) .p-number-box {
    background-color: #fff;
  }
}
.p-be-dor .p-b-sec02 .p-b-sec02__bottom {
  margin-top: 32px;
  padding: 0 20px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec02 .p-b-sec02__bottom {
    margin-top: 20px;
  }
}
.p-be-dor .p-b-sec02 .p-b-sec02__bottom p {
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec02 .p-b-sec02__bottom p {
    font-size: 16px;
    line-height: 1.65;
  }
}
.p-be-dor .p-point-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 122px 14px auto;
  grid-template-columns: 122px auto;
  gap: 0 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-point-head {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 6px 0;
  }
  .p-be-dor .p-point-head .p-point-head__sub {
    width: 122px;
    margin: auto;
  }
  .p-be-dor .p-point-head .p-point-head__sub.-part02 {
    width: 182px;
  }
}
.p-be-dor .p-point-head .p-point-head__heading {
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-point-head .p-point-head__heading {
    text-align: center;
  }
}
.p-be-dor .p-point-head .p-point-head__heading .text01 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-point-head .p-point-head__heading .text01 {
    font-size: 20px;
    line-height: 1;
  }
}
.p-be-dor .p-point-head .p-point-head__heading .text02 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-point-head .p-point-head__heading .text02 {
    font-size: 24px;
    line-height: 1;
  }
}
.p-be-dor .p-point-head .p-point-head__heading .accent {
  color: #15B09B;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  font-family: Helvetica;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-point-head .p-point-head__heading .accent {
    font-size: 40px;
    line-height: 1;
  }
}
.p-be-dor .p-number-box {
  padding: 20px;
  background-color: #F4FAF9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 41px 336px;
  grid-template-columns: auto 336px;
  gap: 0 41px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-number-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-be-dor .p-number-box .p-number-box__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-be-dor .p-number-box .p-number-box__main .p-number-box__text {
  margin-top: 6px;
}
.p-be-dor .p-number-box .p-number-box__main .p-number-box__text p {
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-number-box .p-number-box__main .p-number-box__text p {
    font-size: 14px;
    line-height: 1.65;
  }
}
.p-be-dor .c-number-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 61px 14px auto;
  grid-template-columns: 61px auto;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 839px) {
  .p-be-dor .c-number-heading {
    -ms-grid-columns: 55px auto;
    grid-template-columns: 55px auto;
  }
}
.p-be-dor .c-number-heading .num {
  border-right: 1px solid #333;
  font-size: 44px;
  line-height: 1;
  font-family: Helvetica;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 839px) {
  .p-be-dor .c-number-heading .num {
    font-size: 36px;
    line-height: 1;
  }
}
.p-be-dor .c-number-heading .text {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #15B09B;
}
@media screen and (max-width: 839px) {
  .p-be-dor .c-number-heading .text {
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-be-dor .p-b-sec03 {
  margin-top: 64px;
  padding: 32px 50px;
  border: 1px solid #15B09B;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec03 {
    padding: 16px 20px;
    margin-top: 32px;
  }
}
.p-be-dor .p-b-sec03 .p-b-sec03__contents {
  margin-top: 36px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec03 .p-b-sec03__contents {
    margin-top: 16px;
  }
}
.p-be-dor .p-b-sec03 .p-b-sec03__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 64px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec03 .p-b-sec03__group {
    gap: 16px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-be-dor .p-b-sec03 .p-b-sec03__bottom {
  margin-top: 30px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec03 .p-b-sec03__bottom {
    margin-top: 16px;
  }
}
.p-be-dor .p-check-card .p-check-card__image {
  margin-top: 16px;
}
.p-be-dor .p-check-card .p-check-card__text {
  margin-top: 16px;
}
.p-be-dor .p-check-card .p-check-card__text p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-check-card .p-check-card__text p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.p-be-dor .c-check-heading {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 24px 20px auto;
  grid-template-columns: 24px auto;
  gap: 0 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-be-dor .c-check-heading {
    gap: 0 12px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.p-be-dor .p-b-sec04 {
  margin-top: 64px;
  padding: 40px 20px;
  background-color: #EEEEFA;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec04 {
    margin-top: 32px;
    padding: 30px 20px;
  }
}
.p-be-dor .p-b-sec04 .p-b-sec04__contents {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 293px 20px auto;
  grid-template-columns: 293px auto;
  gap: 0 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 6px rgba(168, 168, 192, 0.2);
          box-shadow: 0 6px 6px rgba(168, 168, 192, 0.2);
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec04 .p-b-sec04__contents {
    gap: 14px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-be-dor .p-b-sec04 .p-b-sec04__contents p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec04 .p-b-sec04__contents p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-be-dor .p-b-sec04 .p-b-sec04__contents .p-b-sec04__profile {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec04 .p-b-sec04__contents .p-b-sec04__profile {
    margin-top: 8px;
  }
}
.p-be-dor .p-b-sec04 .p-b-sec04__contents .p-b-sec04__profile .p-b-sec04__meta {
  font-size: 14px;
  line-height: 1.4;
}
.p-be-dor .p-b-sec04 .p-b-sec04__contents .p-b-sec04__profile .p-b-sec04__name {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-sec04 .p-b-sec04__contents .p-b-sec04__profile .p-b-sec04__name {
    font-size: 14px;
    line-height: 1.4;
  }
}
/* .p-be-dor .p-b-contact {
  padding: 64px 0;
} */

.p-be-dor .btnArea.ptn01 .cube_btn {
  width: 420px;
  height: 78px;
  font-size: 19px;
  line-height: 48px;
  margin: 0 10px;
  background: #EB6120;
}
.p-be-dor .p-b-contact .p-b-contact__title {
  margin-top: 124px;
  line-height: 1.5;
  font-size: 2em;
  padding: 12px 12px 12px 12px;
  background: #eb6120;
  color: #ffffff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__title {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1;
  }
  .p-be-dor .btnArea.ptn01 .cube_btn{
    width: 90vw;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.p-be-dor .p-b-contact .p-b-contact__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
}
.p-be-dor .btn_txt{
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__title:after {
    border-width: 42px 42px 0 0;
  }
}
.p-be-dor .p-b-contact .p-b-contact__contact {
  margin-top: 100px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__contact {
    margin-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__contact .wpcf7-form {
    display: block;
    width: 100%;
  }
}
.p-be-dor .p-b-contact .p-b-contact__contact table {
  text-align: left;
  max-width: 767px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__contact table {
    max-width: 100%;
    display: block;
  }
}
.p-be-dor .p-b-contact .p-b-contact__contact table tbody {
  width: 100%;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__contact table tbody {
    display: block;
  }
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__contact table tr {
    display: block;
    width: 100%;
  }
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr th {
  font-size: 15px;
  color: #000;
  font-family: "NotoSansCJKjp";
  font-weight: 700;
  border: 1px solid #b2b2b2;
  background: #fdf2ed;
  padding: 10px 15px;
  vertical-align: middle;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr th .hissu {
  border-radius: 3px;
  color: #fff;
  background: #ec163e;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr th .option {
  border-radius: 3px;
  color: #fff;
  background: #B0B0B0;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td {
  font-size: 15px;
  color: #000;
  font-family: "NotoSansCJKjp";
  font-weight: 400;
  border: 1px solid #b2b2b2;
  background: #fff;
  padding: 10px 15px;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-zipcode, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-name, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address01, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address02, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address03, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-phone, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-mail, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-kana {
  width: 400px;
  border-radius: 5px;
  height: 34px;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td #visit_d, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #visit_t, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-name, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-kana, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-zipcode, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address01, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address02, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address03, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-phone, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-mail, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-consideration, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-about, .p-be-dor .p-b-contact .p-b-contact__contact table tr td input.wpcf7-form-control.wpcf7-text.walcf7-datepicker {
  padding: 5px 0px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__contact table tr td #visit_d, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #visit_t, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-name, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-kana, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-zipcode, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address01, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address02, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address03, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-phone, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-mail, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-consideration, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-about, .p-be-dor .p-b-contact .p-b-contact__contact table tr td input.wpcf7-form-control.wpcf7-text.walcf7-datepicker {
    width: 100%;
  }
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td #zip_btn, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address01, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address02, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-zipcode, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address03 {
  margin: 0 0 5px !important;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__contact table tr td #zip_btn, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address01, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address02, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-zipcode, .p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address03 {
    width: 100%;
  }
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-zipcode {
  width: 190px;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-address01 {
  width: 250px;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td #zip_btn {
  height: 34px;
  padding: 0 10px;
  background: #eb6120;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  border: none;
  margin-left: 15px;
}
.p-be-dor .p-b-contact .p-b-contact__contact table tr td #form-about {
  height: 200px;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-be-dor .p-b-contact .p-b-contact__copy {
  position: relative;
}
.p-be-dor .p-b-contact .p-b-contact__copy p {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  color: #2D2587;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__copy p {
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-be-dor .p-b-contact .p-b-contact__copy .p-b-contact__icon {
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 47px;
}
@media screen and (max-width: 839px) {
  .p-be-dor .p-b-contact .p-b-contact__copy .p-b-contact__icon {
    bottom: -34px;
    width: 30px;
  }
}
.p-be-dor #contact_form {
  width: 800px;
  margin: 60px auto 0;
  line-height: 1.8em;
}
.p-be-dor .wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-be-dor .wpcf7 input,
.p-be-dor select {
  vertical-align: middle;
}
.p-be-dor .wpcf7 :checked {
  background: none;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl {
  text-align: left;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl th {
  font-size: 15px;
  color: #000;
  font-family: "NotoSansCJKjp";
  font-weight: 700;
  border: 1px solid #b2b2b2;
  background: #fdf2ed;
  padding: 10px 15px;
  vertical-align: middle;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl td {
  font-size: 15px;
  color: #000;
  font-family: "NotoSansCJKjp";
  font-weight: 400;
  border: 1px solid #b2b2b2;
  background: #fff;
  padding: 10px 15px;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl .option {
  border-radius: 3px;
  color: #fff;
  background: #B0B0B0;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl .hissu {
  border-radius: 3px;
  color: #fff;
  background: #ec163e;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}
.p-be-dor #visit_d,
.p-be-dor #visit_t,
.p-be-dor #form-name,
.p-be-dor #form-kana,
.p-be-dor #form-zipcode,
.p-be-dor #form-address01,
.p-be-dor #form-address02,
.p-be-dor #form-address03,
.p-be-dor #form-phone,
.p-be-dor #form-mail,
.p-be-dor #form-consideration,
.p-be-dor #form-about,
.p-be-dor input.wpcf7-form-control.wpcf7-text.walcf7-datepicker {
  padding: 5px 0px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-be-dor #zip_btn,
.p-be-dor #form-address01,
.p-be-dor #form-address02,
.p-be-dor #form-zipcode,
.p-be-dor #form-address03 {
  margin: 0 0 5px !important;
}
.p-be-dor #form-about {
  height: 200px;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl .wpcf7-list-item {
  margin: 0 10px 0 0 !important;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl .wpcf7-list-item {
  margin: 0 10px 10px 0 !important;
  vertical-align: middle;
}
@media screen and (max-width: 839px) {
  .p-be-dor .wpcf7-list-item.first label, .p-be-dor .wpcf7-list-item.last label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 80px;
    grid-template-columns: 40px 80px;
  }
}
.p-be-dor .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl .wpcf7-list-item-label::before,
.p-be-dor .wpcf7 form .table-responsive .under-tbl .wpcf7-list-item-label::after {
  content: none;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl #form-zipcode {
  width: 190px;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl #zip_btn {
  height: 34px;
  padding: 0 10px;
  background: #eb6120;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  border: none;
  margin-left: 15px;
}
.p-be-dor .wpcf7 form .table-responsive .under-tbl #form-address01 {
  width: 250px;
}
.p-be-dor #form-zipcode,
.p-be-dor #form-name,
.p-be-dor #form-address01,
.p-be-dor #form-address02,
.p-be-dor #form-address03,
.p-be-dor #form-phone,
.p-be-dor #form-mail,
.p-be-dor #form-kana {
  width: 400px;
  border-radius: 5px;
  height: 34px;
}
.p-be-dor .wpcf7-select select {
  -webkit-appearance: listbox;
}
.p-be-dor .wpcf7-radio input {
  -webkit-appearance: radio;
}
.p-be-dor .submitBox {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
.p-be-dor .submitBox input[type=submit] {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  width: 200px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  background-color: transparent;
}
.p-be-dor div.wpcf7-validation-errors,
.p-be-dor div.wpcf7-acceptance-missing {
  border: 2px solid #d8d8d8;
  background: #fff;
}
.p-be-dor .showroomArea {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-be-dor .showroomArea {
    pointer-events: auto;
  }
  .p-be-dor #contact_form {
    width: 100%;
  }
  .p-be-dor #form-name,
.p-be-dor #form-kana,
.p-be-dor #form-phone,
.p-be-dor #form-mail {
    width: 75%;
  }
  .p-be-dor #form-address02,
.p-be-dor #form-address03 {
    width: 75%;
  }
  .p-be-dor .wpcf7 form .table-responsive .under-tbl th {
    text-align: left;
    padding-top: 10px;
    display: block;
    width: auto;
  }
  .p-be-dor .wpcf7 form .table-responsive .under-tbl td {
    display: block;
    width: auto;
    border-bottom: 1px dotted #CCCCCC;
    width: auto;
  }
  .p-be-dor #visit_t,
.p-be-dor #visit_d {
    width: 100%;
  }
  .p-be-dor .wpcf7 form .table-responsive .under-tbl #form-address01 {
    height: 34px !important;
  }
  .p-be-dor #form-about {
    width: 100%;
    height: 150px;
  }
}
.p-b-contact {
  background-color: #3C3C3C;
  padding: 50px 0px;
}
.p-b-contact .c-button{
  max-width: 416px;
  height: 64px;
}

.p-b-contact_txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-b-contact {
    padding: 30px 20px;
  }

  .p-b-contact_txt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}