@charset "UTF-8";
#p-visual:before {
  background-image: url(../../../images/contact/bg_visual01.png);
}

#p-visual h1:before {
  content: "CONTACT";
}

/*デザインcss↓*/
.p-form {
  max-width: 1100px;
  max-width: 68.75rem;
  margin: 120px auto 80px;
  margin: 7.5rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    max-width: none;
    max-width: initial;
    padding: 0 1.25rem;
    margin: 6.67vw;
  }
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__item {
  text-align: center;
}

.p-form__number {
  background-color: #F8F8F8;
  color: #DDDDDD;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  font-family: "roboto_cond";
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-form__number {
    width: 20vw;
    height: 20vw;
    font-size: 4vw;
  }
}

.p-form__item span {
  font-weight: bold;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .p-form__item span {
    font-size: 4vw;
  }
}

.p-form__number.active {
  background-color: #0F2374;
  color: #fff;
}

.p-form__item + .p-form__item {
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__item + .p-form__item {
    margin-left: 6.5104166667vw;
  }
}

.p-form__number.active + span {
  color: #000000;
}

.p-form__table {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-form__table {
    border-spacing: 0.625rem;
  }
}

.p-form__inner {
  padding: 130px 80px 60px;
  padding: 8.125rem 5rem 3.75rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  margin-top: -70px;
  margin-top: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: 20vw 6.67vw 6.67vw;
    margin-top: -10.67vw;
  }
}

@media screen and (max-width: 767px) {
  .p-form tr {
    display: block;
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-form tr:last-child {
    display: block;
    padding-bottom: 0;
  }
}

.p-form__name {
  width: 30%;
  font-weight: normal;
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  background: #F8F9FF;
  color: #333;
  position: relative;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form__name {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    background: none;
  }
}

.p-form__name span {
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-form__name span,
.p-form__label span {
  background-color: #AE1329;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__name span,
.p-form__label span {
    font-size: 3vw;
  }
}

.p-form__date {
  position: relative;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-form__date {
    display: block;
    width: 100%;
    padding: 4vw 0;
  }
}

.box_con02 form table tr .box_br {
  display: block;
}

.p-form__date select,
.p-form__date textarea,
.p-form__date input {
  width: 100%;
  padding: 8px;
  padding: 0.5rem;
  background-color: #F8F8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form__date select,
.p-form__date textarea,
.p-form__date input {
    padding: 4vw;
    font-size: 16px;
  }
}

.p-form__date select,
.p-form__date input {
  height: 50px;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__date select,
.p-form__date input {
    height: 15vw;
  }
}

.p-form__date--required select,
.p-form__date--required input {
  background-color: #FFF6F8;
}

.p-form__date select, .p-form__date input, .p-form__date textarea {
  border: 1px solid #cdcdcd;
}

.p-form__date textarea {
  height: 200px;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__date textarea {
    height: 35vw;
  }
}

.p-form__date select {
  width: 50%;
  color: #13161C;
}
@media screen and (max-width: 767px) {
  .p-form__date select {
    width: 100%;
  }
}

.p-form__date .p-form__prefectures select {
  width: 220px;
  width: 13.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form__date .p-form__prefectures select {
    width: 100%;
    margin-bottom: 4vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-form__prefectures,
.p-form__municipality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-form__prefectures,
.p-form__municipality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}

.p-form__prefectures + .p-form__municipality {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__prefectures + .p-form__municipality {
    margin-top: 0;
  }
}

.p-form__prefectures .p-form__label + select {
  width: 220px;
  width: 13.75rem;
}

@media screen and (min-width: 768px), print {
  .p-form__municipality .p-form__label + input {
    margin-left: 0.9375rem;
    width: 13.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__municipality .p-form__label + input {
    margin-top: 2vw;
  }
}

.p-form__address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-form__address {
    margin-top: 4vw;
  }
}

.p-form__label {
  max-width: 164px;
  max-width: 10.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    max-width: none;
    max-width: initial;
    padding: 0;
  }
}

.p-form__label span {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-form__address select {
  width: 60%;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form__address select {
    width: 100%;
    margin-left: 0;
  }
}

.p-form__address input {
  background-color: #F8F8F8;
}
@media screen and (min-width: 768px), print {
  .p-form__address input {
    width: 82.6%;
  }
}
@media screen and (max-width: 767px) {
  .p-form__address input {
    margin-left: 0;
    margin-top: 2vw;
  }
}

/*プライバシーのデザインcss↓*/
@media screen and (min-width: 768px), print {
  .p-form__policy {
    max-width: 58.75rem;
    margin: 1.25rem auto 0;
  }
}

.p-form__box {
  height: 250px;
  height: 15.625rem;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    padding: 4vw;
    height: 50vw;
  }
}

.p-form__box-inner {
  padding: 0 50px;
  padding: 0 3.125rem;
  height: 180px;
  height: 11.25rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-form__box-inner {
    height: 40vw;
    padding: 0;
  }
}

.p-form__box-inner::-webkit-scrollbar {
  width: 10px;
}

.p-form__box-inner::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 0.625rem;
}

.p-form__box-inner::-webkit-scrollbar-thumb {
  background-color: #13161C;
  border-radius: 0.625rem;
}

.p-form__box-inner p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px), print {
  .p-form__box-inner p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-form__box-inner p {
    margin-top: 4vw;
    font-size: 3.33vw;
    line-height: 1.5;
  }
}

.p-form__box-inner h4 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__box-inner h4 {
    font-size: 4vw;
  }
}

.p-form__box-inner h5 {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  border-left: 4px solid #0F2374;
}
@media screen and (max-width: 767px) {
  .p-form__box-inner h5 {
    font-size: 4vw;
    margin-bottom: 6.67vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-form__box-inner .p-form__block {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__box-inner .p-form__block {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-form-list {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-list {
    margin: 4vw 0;
  }
}

.p-form-list > li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px), print {
  .p-form-list > li {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-form-list > li {
    font-size: 3.33vw;
    line-height: 1.5;
  }
}

.p-form-list > li:before {
  content: "";
  position: absolute;
  margin: auto;
  display: block;
  background-color: #3D3D3D;
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .p-form-list > li:before {
    width: 0.375rem;
    height: 0.375rem;
    top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-list > li:before {
    width: 0.75rem;
    height: 0.75rem;
    top: 1.5625rem;
  }
}

.p-form__btn {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    margin-top: 6.67vw;
  }
}

.p-form__btn input {
  background: #ea8e59;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px), print {
  .p-form__btn input {
    height: 5rem;
    width: 25rem;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__btn input {
    height: 15vw;
    width: 100%;
  }
}

.p-form__btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mw_wp_form_input .p-form__btn .p-form__arrow.back {
  display: none;
}

.p-form__btn .p-form__arrow.back input {
  background-color: #DDDDDD;
  color: #13161C;
}

.p-form__arrow {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__arrow {
    display: block;
  }
}

.p-form__arrow:before,
.p-form__arrow:after {
  content: "";
  position: absolute;
  margin: auto;
  display: block;
}

.p-form__arrow:before {
  border-bottom: 1px solid #ea8e59;
  border-right: 1px solid #ea8e59;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  right: -20px;
  right: -1.25rem;
  top: 50%;
}
@media screen and (min-width: 768px), print {
  .p-form__arrow:before {
    width: 2.25rem;
    height: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__arrow:before {
    width: 5vw;
    height: 1vw;
  }
}

.p-form__arrow.back:before {
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  right: auto;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: none;
  left: -20px;
  left: -1.25rem;
  z-index: -1;
}

@media screen and (min-width: 768px), print {
  .p-form__arrow.submit {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__arrow.submit {
    margin-top: 4vw;
  }
}

.p-form__arrow:after {
  width: 15px;
  width: 0.9375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  top: calc(50% + 0.125rem);
  z-index: 1;
}

.p-form__arrow.back:after {
  left: 0;
  right: auto;
  top: calc(50% + 0.25rem);
  z-index: 1;
}

.p-form ::-webkit-input-placeholder {
  opacity: 0.2;
}

.p-form ::-moz-placeholder {
  opacity: 0.2;
}

.p-form ::-ms-input-placeholder {
  opacity: 0.2;
}

.p-form ::placeholder {
  opacity: 0.2;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を非表示 */
}

select:invalid {
  color: #DDD;
}

select option {
  color: #000;
}

select option:first-child {
  display: none;
}

.p-form__select_container {
  position: relative;
  display: inline;
}

@media screen and (min-width: 768px), print {
  .p-form__prefectures .p-form__select_container {
    margin-left: 0.9375rem;
  }
}

.mw_wp_form_confirm .p-form__prefectures .p-form__select_container {
  margin-left: 0;
}

.p-form__select_container::after {
  content: "▼";
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-form__select_container::after {
    position: absolute;
    font-size: 2.67vw;
  }
}

.mw_wp_form_confirm .p-form__select_container::after {
  display: none;
}

.mw_wp_form_confirm .p-form__prefectures .p-form__label,
.mw_wp_form_confirm .p-form__municipality .p-form__label,
.mw_wp_form_confirm .p-form__address .p-form__label {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-form__last-message {
    text-align: center;
  }
}

.p-form__adress-list {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__adress-list {
    margin-top: 6.67vw;
    text-align: center;
  }
}

.p-form__last-message-title {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__last-message-title {
    font-size: 5.07vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-form__last-message-text {
    line-height: 2;
  }
}

.p-form__adress-list dt {
  color: #0F2374;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__adress-list dt {
    font-size: 5.07vw;
    margin-bottom: 4vw;
  }
}

.p-form__adress-text {
  margin: 10px 0 30px 0;
  margin: 0.625rem 0 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-form__adress-text {
    margin-bottom: 4vw;
  }
}

.p-form__adress-list .en {
  font-family: "roboto_cond";
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__adress-list .en {
    font-size: 5.07vw;
  }
}

.p-form__adress-list span {
  background-color: #0F2374;
  color: #fff;
  font-size: 80%;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

#errorMsg.none {
  display: none;
}

#errorMsg {
  margin: 20px 0;
  margin: 1.25rem 0;
}
@media screen and (min-width: 768px), print {
  #errorMsg {
    margin: 0 0 1.25rem;
  }
}

#errorMsg .error_txt {
  text-align: center;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  background-color: #df2c1e;
  color: #FFFFFF;
  font-weight: 700;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 768px), print {
  #errorMsg .error_txt {
    margin: 0 0 6.67vw;
    font-size: 0.875rem;
  }
}

#errorMsg .error_list > li {
  font-size: 16px;
  font-size: 1rem;
  color: #d71518;
  margin-top: 10px;
  margin-top: 0.625rem;
}
/*# sourceMappingURL=styles.css.map */
