@charset "UTF-8";
html {
  scroll-padding-top: 120px;
  -webkit-scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1366px) {
  html {
    scroll-padding-top: 8.78477306vw;
    -webkit-scroll-padding-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  html {
    scroll-padding-top: 15.9420289855vw;
    -webkit-scroll-padding-top: 15.9420289855vw;
  }
}

main.contactPage {
  /*
  .contactNaviList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    @include marginTop(32,24);
    @include bp( max, 828px ) {
      flex-wrap: wrap;
    }

    &_item {
      width: calc( 100% / 6 - 8px);
      @include bp( max, 1366px ) {
        width: calc( 100% / 6 - vw_pc( 8 ));
      }
      @include bp( max, 828px ) {
        width: 48.5%;

        &:nth-child(n+3) {
          margin-top: vw_sp( 10 );
        }

        //&:last-child {
          //width: 100%;
        //}
      }

      &:nth-child(2),
      &:nth-child(4) {
        a {
          letter-spacing: 0;
        }
      }

      &:not(:first-child) {
        border-left: 1px solid #fff;
      }

      a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: $lightGray;
        background: $gray;
        height: 80px;
        @include commonTitle(15,12,140,100,1.6,1.6,#fff); //24,20,100,100,1.6,1.6,$gold)
        text-align: center;
        @include hoverOpacity();
        @include bp( max, 1366px ) {
          height: vw_pc( 80 );
        }
        @include bp( max, 828px ) {
          height: vw_sp( 56 );
        }

        .small {
          @include fontSize(9,9);
          letter-spacing: 0;
        }
      }

      &.is-current {
        a {
          //background: $black;
          background: $blue;
          color: #fff;
        }
      }
    }
  }
  */
}
main.contactPage .mainHeader {
  background: #eef3f9;
  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;
  height: 160px;
  /* 左右の疑似要素の線
  &_title {
    @include bp( min, 829px ) {
      padding: 0 120px;
      @include bp( max, 1366px ) {
        padding: vw_pc( 0 ) vw_pc( 120 );
      }
    }

    &::before,
    &::after {
      @include bp( min, 829px ) {
        content: "";
        width: 64px;
        height: 1px;
        background: $black;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        @include bp( max, 1366px ) {
          width: vw_pc( 80 );
        }
      }
    }
    &::before {left: 0;}
    &::after {right: 0;}
  }
  */
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader {
    height: 11.7130307467vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader {
    height: 43.4782608696vw;
  }
}
main.contactPage .mainHeader_main {
  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;
  font-family: "ShipporiMincho-Regular";
  font-size: 4rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main {
    display: block;
    font-size: 7.2463768116vw;
    letter-spacing: 0.12em;
    text-align: center;
  }
}
main.contactPage .mainHeader_main_categoryName {
  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;
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main_categoryName {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main.contactPage .mainHeader_main_categoryNameSub {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main_categoryNameSub {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main_categoryNameSub {
    font-size: 4.347826087vw;
    width: 100%;
    text-align: center;
  }
}
main.contactPage .mainHeader_main_categoryNameMain {
  margin-left: 12px;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  color: #b4a78c;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main_categoryNameMain {
    margin-left: 0.878477306vw;
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main_categoryNameMain {
    display: block;
    margin: 0vw 0 0 0;
    font-size: 7.729468599vw;
    letter-spacing: 0.08em;
  }
}
main.contactPage .mainHeader_main_categoryNameKana {
  margin-left: 8px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #b4a78c;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main_categoryNameKana {
    margin-left: 0.5856515373vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main_categoryNameKana {
    margin-left: 1.9323671498vw;
    font-size: 2.8985507246vw;
    top: 0.2415458937vw;
  }
}
main.contactPage .mainHeader_main_pageName {
  margin-left: 16px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main_pageName {
    margin-left: 1.1713030747vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main_pageName {
    display: table;
    margin: 2.8985507246vw auto 0;
    font-size: 3.8647342995vw;
    padding: 0 9.6618357488vw;
  }
  main.contactPage .mainHeader_main_pageName::before, main.contactPage .mainHeader_main_pageName::after {
    content: "";
    width: 3.8647342995vw;
    height: 1px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main.contactPage .mainHeader_main_pageName::before {
    left: 0;
  }
  main.contactPage .mainHeader_main_pageName::after {
    right: 0;
  }
}
main.contactPage .mainHeader_main-parentChild {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main-parentChild {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main-parentChild {
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main-parentChild .mainHeader_main_parent, main.contactPage .mainHeader_main-parentChild .mainHeader_main_child {
    display: block;
  }
}
main.contactPage .mainHeader_main-parentChild .mainHeader_main_child {
  margin-left: 16px;
  padding: 0 40px;
  color: #938761;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main-parentChild .mainHeader_main_child {
    margin-left: 1.1713030747vw;
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main-parentChild .mainHeader_main_child {
    margin: 1.9323671498vw 0 0 0;
    padding: 0 11.5942028986vw;
    font-size: 7.729468599vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main-parentChild .mainHeader_main_child_name {
    display: block;
  }
}
main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::before, main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::after {
  content: "";
  background: #938761;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::before, main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::after {
    width: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::before, main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::after {
    width: 7.729468599vw;
  }
}
main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::before {
  left: 0;
}
main.contactPage .mainHeader_main-parentChild .mainHeader_main_child::after {
  right: 0;
}
main.contactPage .mainHeader_main .small {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_main .small {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_main .small {
    font-size: 2.8985507246vw;
  }
}
main.contactPage .mainHeader_sub {
  display: block;
  margin-top: 8px;
  font-family: "Jost-Bold";
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #929ca4;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_sub {
    margin-top: 0.5856515373vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_sub {
    margin-top: 3.8647342995vw;
    font-size: 2.8985507246vw;
  }
}
main.contactPage .mainHeader_small {
  font-size: 1.4rem;
  display: table;
  margin: auto;
  padding: 0 40px 4px;
  font-family: "ShipporiMincho-Regular";
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #938761;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_small {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_small {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_small {
    padding: 0 2.9282576867vw 0.2928257687vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_small {
    padding: 0 7.729468599vw 1.4492753623vw;
    font-size: 3.3816425121vw;
    letter-spacing: 0.08em;
  }
}
main.contactPage .mainHeader_small::before, main.contactPage .mainHeader_small::after {
  content: "";
  background: #938761;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainHeader_small::before, main.contactPage .mainHeader_small::after {
    width: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainHeader_small::before, main.contactPage .mainHeader_small::after {
    width: 3.8647342995vw;
  }
}
main.contactPage .mainHeader_small::before {
  left: 0;
}
main.contactPage .mainHeader_small::after {
  right: 0;
}
main.contactPage .pageNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1366px) {
  main.contactPage .pageNavi {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .pageNavi {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .pageNavi::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 828px) {
  main.contactPage .pageNavi {
    width: 92%;
  }
}
main.contactPage .pageNavi .pageNaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #bfbfbf;
  font-size: 1.2rem;
}
@media screen and (max-width: 1366px) {
  main.contactPage .pageNavi .pageNaviList {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .pageNavi .pageNaviList {
    font-size: 2.1739130435vw;
  }
}
main.contactPage .pageNavi .pageNaviList_item {
  white-space: nowrap;
  max-width: 320px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .pageNavi .pageNaviList_item {
    max-width: 23.4260614934vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .pageNavi .pageNaviList_item {
    max-width: 24.154589372vw;
  }
}
main.contactPage .pageNavi .pageNaviList_item:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .pageNavi .pageNaviList_item:not(:first-child) {
    margin-left: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .pageNavi .pageNaviList_item:not(:first-child) {
    margin-left: 4.8309178744vw;
  }
}
main.contactPage .pageNavi .pageNaviList_item:not(:first-child):before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -21px;
  margin: auto;
  border-right: 1px solid #858585;
  border-bottom: 1px solid #858585;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (max-width: 1366px) {
  main.contactPage .pageNavi .pageNaviList_item:not(:first-child):before {
    width: 0.5124450952vw;
    height: 0.5124450952vw;
    left: -1.5373352855vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .pageNavi .pageNaviList_item:not(:first-child):before {
    width: 1.4492753623vw;
    height: 1.4492753623vw;
    left: -3.3816425121vw;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .pageNavi .pageNaviList_item a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main.contactPage .pageNavi .pageNaviList_item a:hover {
    color: #004d90;
  }
}
main.contactPage .submitButton {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #333;
  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;
  width: 400px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  main.contactPage .submitButton {
    width: 29.2825768668vw;
    height: 5.270863836vw;
    padding: 0 1.756954612vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .submitButton {
    width: 100%;
    height: 17.3913043478vw;
    padding: 0 5.7971014493vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .submitButton:hover {
    background: #004d90;
  }
}
main.contactPage .submitButton::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1366px) {
  main.contactPage .submitButton::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    right: 1.317715959vw;
    border-top-width: 0.1464128843vw;
    border-right-width: 0.1464128843vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .submitButton::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
    right: 4.347826087vw;
    border-top-width: 0.4830917874vw;
    border-right-width: 0.4830917874vw;
  }
}
main.contactPage .submitButton-gray {
  background: #929ca4;
}
main.contactPage .submitButton-white {
  background: #fff;
  color: #333;
}
main.contactPage .submitButton-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
@media screen and (min-width: 829px) {
  main.contactPage .submitButton-white:hover {
    color: #fff;
  }
  main.contactPage .submitButton-white:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
main.contactPage .submitButton-back {
  background: #929ca4;
}
main.contactPage .moreButton {
  display: table;
  padding-bottom: 8px;
  font-family: "Jost-Bold";
  line-height: 1;
  font-size: 1.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*
  &-white {
    color: #fff;
    &::after {
      background: #fff;
    }
    span {
      &::before,
      &::after {
        background: #fff;
      }
    }
  }
  */
}
@media screen and (max-width: 1366px) {
  main.contactPage .moreButton {
    padding-bottom: 0.5856515373vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .moreButton {
    padding-bottom: 0.9661835749vw;
    font-size: 2.4154589372vw;
  }
}
main.contactPage .moreButton::before, main.contactPage .moreButton::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
main.contactPage .moreButton::before {
  background: #929ca4;
}
main.contactPage .moreButton::after {
  background: #333;
  width: 40%;
}
main.contactPage .moreButton span {
  padding-right: 18px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .moreButton span {
    padding-right: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .moreButton span {
    padding-right: 2.8985507246vw;
  }
}
main.contactPage .moreButton span::before, main.contactPage .moreButton span::after {
  content: "";
  position: absolute;
  background: #333;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main.contactPage .moreButton span::before {
  width: 12px;
  height: 2px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .moreButton span::before {
    width: 0.878477306vw;
    height: 0.1464128843vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .moreButton span::before {
    width: 1.9323671498vw;
    height: 2px;
  }
}
main.contactPage .moreButton span::after {
  width: 2px;
  height: 12px;
  right: 5px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .moreButton span::after {
    width: 0.1464128843vw;
    height: 0.878477306vw;
    right: 0.3660322108vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .moreButton span::after {
    width: 2px;
    height: 1.9323671498vw;
    right: 0.5797101449vw;
  }
}
main.contactPage .moreButton-white {
  padding: 8px;
  background: #333;
  border: none;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  main.contactPage .moreButton-white {
    padding: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .moreButton-white {
    padding: 1.9323671498vw;
  }
}
main.contactPage .moreButton-white::before, main.contactPage .moreButton-white::after {
  content: none;
}
main.contactPage .moreButton-white span::before, main.contactPage .moreButton-white span::after {
  background: #fff;
}
main.contactPage .sectionLead {
  font-family: "ShipporiMincho-Regular";
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .sectionLead {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .sectionLead {
    font-size: 3.3816425121vw;
    line-height: 2.2;
    letter-spacing: 0.04em;
  }
}
main.contactPage .mainContent {
  padding-top: 40px;
  padding-bottom: 112px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .mainContent {
    padding-top: 2.9282576867vw;
    padding-bottom: 8.1991215227vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .mainContent {
    padding-top: 7.729468599vw;
    padding-bottom: 21.2560386473vw;
  }
}
main.contactPage .contactTitle {
  font-family: "ShipporiMincho-Regular";
  padding-left: 16px;
  border-left: 2px solid #333;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-size: 2rem;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactTitle {
    padding-left: 1.1713030747vw;
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactTitle {
    padding-left: 3.8647342995vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactTitle {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactTitle {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactTitle {
    letter-spacing: 0.04em;
  }
}
main.contactPage .contactLead {
  margin-top: 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactLead {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactLead {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactLead {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactLead {
    font-size: 3.3816425121vw;
  }
}
main.contactPage .contactNaviList {
  width: 100%;
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactNaviList {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactNaviList {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactNaviList {
    gap: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactNaviList {
    -ms-grid-columns: 1fr 1.9323671498vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.9323671498vw;
  }
}
main.contactPage .contactNaviList_item a {
  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;
  background: #929ca4;
  width: auto;
  max-width: auto;
  height: 80px;
  font-family: "ShipporiMincho-Regular";
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactNaviList_item a {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactNaviList_item a {
    font-size: 2.8985507246vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .contactNaviList_item a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main.contactPage .contactNaviList_item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactNaviList_item a {
    height: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactNaviList_item a {
    height: 13.5265700483vw;
  }
}
main.contactPage .contactNaviList_item a .small {
  font-size: 0.9rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactNaviList_item a .small {
    font-size: 0.6588579795vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactNaviList_item a .small {
    font-size: 2.1739130435vw;
  }
}
main.contactPage .contactNaviList_item.is-current a {
  background: #004d90;
  color: #fff;
}
main.contactPage .error {
  display: block;
  color: #e52720;
  font-size: 1.8rem;
}
@media screen and (max-width: 1366px) {
  main.contactPage .error {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .error {
    font-size: 4.347826087vw;
  }
}
main.contactPage .error:first-child {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .error:first-child {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .error:first-child {
    margin-top: 9.6618357488vw;
  }
}
main.contactPage .contactForm {
  margin-top: 48px;
  -webkit-box-shadow: 0px 16px 32px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 80px 104px;
  /*    */
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm {
    -webkit-box-shadow: 0vw 1.1713030747vw 2.3426061493vw 0.5856515373vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 1.1713030747vw 2.3426061493vw 0.5856515373vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm {
    -webkit-box-shadow: 0vw 3.8647342995vw 7.729468599vw 1.9323671498vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 3.8647342995vw 7.729468599vw 1.9323671498vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm {
    padding: 5.8565153734vw 7.6134699854vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm {
    padding: 5.7971014493vw;
  }
}
main.contactPage .contactForm .contactFormList {
  /*
  .error {
    display: block;
    color: $red !important;
    margin-top: 5px !important;
    font-size: 1.2rem !important;
    @include bp( max, 1366px ) {
      font-size: vw_pc( 12 ) !important;
      margin-top: vw_pc( 5 ) !important;
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( 12 ) !important;
      margin-top: vw_sp( 8 ) !important;
    }

    &:first-child {
      @include marginTop(64,40);
    }
  }
  */
}
main.contactPage .contactForm .contactFormList_title {
  font-family: "ShipporiMincho-Regular";
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: #938761;
  min-width: 240px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_title {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_title {
    font-size: 3.8647342995vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_title {
    min-width: 15.6661786237vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_title {
    min-width: auto;
  }
}
main.contactPage .contactForm .contactFormList_title_required {
  margin-left: auto;
  background: #938761;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_title_required {
    padding: 0.2928257687vw 1.1713030747vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_title_required {
    padding: 0.9661835749vw 3.8647342995vw;
    font-size: 2.8985507246vw;
  }
}
main.contactPage .contactForm .contactFormList_item {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_item {
    padding: 1.756954612vw 0;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_item {
    display: block;
    padding: 5.7971014493vw 0;
  }
}
main.contactPage .contactForm .contactFormList_item:first-child {
  padding-top: 0;
}
main.contactPage .contactForm .contactFormList_body {
  margin-left: 64px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_body {
    margin-left: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_body {
    margin: 5.7971014493vw 0 0 0;
  }
}
main.contactPage .contactForm .contactFormList_form {
  line-height: 2;
  /*
  &-input {
    max-width: 500px;
    @include bp( max, 828px ) {
      max-width: 100%;
    }
  }
  */
}
main.contactPage .contactForm .contactFormList_form input[type=text],
main.contactPage .contactForm .contactFormList_form input[type=email],
main.contactPage .contactForm .contactFormList_form input[type=tel],
main.contactPage .contactForm .contactFormList_form textarea {
  width: 100%;
  display: block;
  background: #F2F2F2;
  padding: 16px 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form input[type=text],
  main.contactPage .contactForm .contactFormList_form input[type=email],
  main.contactPage .contactForm .contactFormList_form input[type=tel],
  main.contactPage .contactForm .contactFormList_form textarea {
    padding: 1.1713030747vw 1.756954612vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form input[type=text],
  main.contactPage .contactForm .contactFormList_form input[type=email],
  main.contactPage .contactForm .contactFormList_form input[type=tel],
  main.contactPage .contactForm .contactFormList_form textarea {
    padding: 3.8647342995vw 5.7971014493vw;
    font-size: 3.6231884058vw;
  }
}
main.contactPage .contactForm .contactFormList_form input[type=text]::-webkit-input-placeholder, main.contactPage .contactForm .contactFormList_form input[type=email]::-webkit-input-placeholder, main.contactPage .contactForm .contactFormList_form input[type=tel]::-webkit-input-placeholder, main.contactPage .contactForm .contactFormList_form textarea::-webkit-input-placeholder {
  color: #999;
}
main.contactPage .contactForm .contactFormList_form input[type=text]::-moz-placeholder, main.contactPage .contactForm .contactFormList_form input[type=email]::-moz-placeholder, main.contactPage .contactForm .contactFormList_form input[type=tel]::-moz-placeholder, main.contactPage .contactForm .contactFormList_form textarea::-moz-placeholder {
  color: #999;
}
main.contactPage .contactForm .contactFormList_form input[type=text]:-ms-input-placeholder, main.contactPage .contactForm .contactFormList_form input[type=email]:-ms-input-placeholder, main.contactPage .contactForm .contactFormList_form input[type=tel]:-ms-input-placeholder, main.contactPage .contactForm .contactFormList_form textarea:-ms-input-placeholder {
  color: #999;
}
main.contactPage .contactForm .contactFormList_form input[type=text]::-ms-input-placeholder, main.contactPage .contactForm .contactFormList_form input[type=email]::-ms-input-placeholder, main.contactPage .contactForm .contactFormList_form input[type=tel]::-ms-input-placeholder, main.contactPage .contactForm .contactFormList_form textarea::-ms-input-placeholder {
  color: #999;
}
main.contactPage .contactForm .contactFormList_form input[type=text]::placeholder,
main.contactPage .contactForm .contactFormList_form input[type=email]::placeholder,
main.contactPage .contactForm .contactFormList_form input[type=tel]::placeholder,
main.contactPage .contactForm .contactFormList_form textarea::placeholder {
  color: #999;
}
main.contactPage .contactForm .contactFormList_form textarea {
  resize: vertical;
  height: auto;
  min-height: 200px;
  max-height: 600px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form textarea {
    min-height: 14.6412884334vw;
    max-height: 43.9238653001vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form textarea {
    min-height: 57.9710144928vw;
    max-height: 193.2367149758vw;
  }
}
main.contactPage .contactForm .contactFormList_form textarea.constructionType {
  min-height: 100px;
  height: 100px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form textarea.constructionType {
    min-height: 7.3206442167vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form textarea.constructionType {
    min-height: 28.9855072464vw;
  }
}
main.contactPage .contactForm .contactFormList_form-radio {
  /*
  & ~ & {
    margin-top: 8px;
    @include bp( max, 1366px ) {
      margin-top: vw_pc( 8 );
    }
    @include bp( max, 828px ) {
      margin-top: vw_sp( 8 );
    }
  }
  */
}
main.contactPage .contactForm .contactFormList_form-radio .radioItem {
  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: -12px 0 0 -24px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-radio .radioItem {
    margin: -0.878477306vw 0 0 -1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-radio .radioItem {
    margin: 0;
    display: block;
  }
}
main.contactPage .contactForm .contactFormList_form-radio .radioItem span.mwform-radio-field {
  margin: 12px 0 0 24px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-radio .radioItem span.mwform-radio-field {
    margin: -0.878477306vw 0 0 -1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-radio .radioItem span.mwform-radio-field {
    display: block;
    margin: 0;
  }
  main.contactPage .contactForm .contactFormList_form-radio .radioItem span.mwform-radio-field:not(:first-child) {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .contactForm .contactFormList_form-radio .radioItem:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-radio .radioItem:not(:first-child) {
    margin-left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-radio .radioItem:not(:first-child) {
    margin-left: 1.9323671498vw;
  }
}
main.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox {
  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: -12px 0 0 -24px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox {
    margin: -0.878477306vw 0 0 -1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox {
    margin: 0;
    display: block;
  }
}
main.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox span.mwform-checkbox-field {
  margin: 12px 0 0 24px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox span.mwform-checkbox-field {
    margin: -0.878477306vw 0 0 -1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox span.mwform-checkbox-field {
    display: block;
    margin: 0;
  }
  main.contactPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox span.mwform-checkbox-field:not(:first-child) {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .contactForm .contactFormList_form-tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-tel input {
    max-width: 28%;
  }
}
main.contactPage .contactForm .contactFormList_form-select .selectForm {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  /*
  &::before {
    border-bottom: 7px solid #666;
    bottom: -4px;
  }
  */
}
main.contactPage .contactForm .contactFormList_form-select .selectForm::before, main.contactPage .contactForm .contactFormList_form-select .selectForm::after {
  content: "";
  border: 7px solid transparent;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  main.contactPage .contactForm .contactFormList_form-select .selectForm::before, main.contactPage .contactForm .contactFormList_form-select .selectForm::after {
    right: 1.0980966325vw;
    border: 0.5124450952vw solid transparent;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-select .selectForm::before, main.contactPage .contactForm .contactFormList_form-select .selectForm::after {
    right: 3.6231884058vw;
    border: 1.690821256vw solid transparent;
    content: none;
  }
}
main.contactPage .contactForm .contactFormList_form-select .selectForm::after {
  border-top: 8px solid #929ca4;
  top: 5px;
}
@media screen and (max-width: 1280px) {
  main.contactPage .contactForm .contactFormList_form-select .selectForm::after {
    border-top: 0.5856515373vw solid #929ca4;
    top: 0.3660322108vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-select .selectForm::after {
    border-top: 1.9323671498vw solid #929ca4;
    top: 0.9661835749vw;
  }
}
main.contactPage .contactForm .contactFormList_form-select .selectForm select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 40px 0 20px;
  -webkit-box-shadow: 0 4px 0px 0px #d0d0d0;
          box-shadow: 0 4px 0px 0px #d0d0d0;
  border: none;
  cursor: pointer;
  color: #14824c;
  font-size: 1.5rem;
}
main.contactPage .contactForm .contactFormList_form-select .selectForm select::-ms-expand {
  display: none;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-select .selectForm select {
    height: 3.513909224vw;
    padding: 0 2.9282576867vw 0 1.4641288433vw;
    -webkit-box-shadow: 0 0.2928257687vw 0px 0px #d0d0d0;
            box-shadow: 0 0.2928257687vw 0px 0px #d0d0d0;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-select .selectForm select {
    height: 11.5942028986vw;
    padding: 0 3.8647342995vw;
    -webkit-box-shadow: 0 0.9661835749vw 0px 0px #d0d0d0;
            box-shadow: 0 0.9661835749vw 0px 0px #d0d0d0;
    font-size: 2.8985507246vw;
  }
}
main.contactPage .contactForm .contactFormList_form-postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.contactPage .contactForm .contactFormList_form-postcode input {
  max-width: 140px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-postcode input {
    width: 10.2489019034vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-postcode input {
    width: 33.8164251208vw;
  }
}
main.contactPage .contactForm .contactFormList_form-postcode br {
  display: none;
}
main.contactPage .contactForm .contactFormList_form-address {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList_form-address {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList_form-address {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .contactForm .contactFormList .error {
  font-size: 1.2rem;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .error {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .error {
    font-size: 2.8985507246vw;
  }
}
main.contactPage .contactForm .contactFormList .error:first-child {
  margin-top: 5px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .error:first-child {
    margin-top: 0.3660322108vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .error:first-child {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .contactForm .contactFormList .documentNotice {
  font-size: 1.2rem;
  margin-top: 16px;
  color: #777;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .documentNotice {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .documentNotice {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .documentNotice {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .documentNotice {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .contactForm .contactFormList .documentNotice span {
  color: #938761;
  font-weight: 700;
}
main.contactPage .contactForm .contactFormList .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 -32px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .privacy {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .privacy {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .privacy {
    margin: 2.3426061493vw 0 -2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .privacy {
    margin: 5.7971014493vw 0 -5.7971014493vw;
  }
}
main.contactPage .contactForm .contactFormList .privacy .checkbox a {
  display: inline;
  text-decoration: underline;
}
main.contactPage .contactForm .contactFormList .privacy .checkbox .error {
  display: inline;
}
main.contactPage .contactForm .contactFormList .privacy .checkbox label {
  margin-left: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .privacy .checkbox label {
    margin-left: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .privacy .checkbox label {
    margin-left: 1.9323671498vw;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .privacy .checkbox label {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .privacy .checkbox label {
    font-size: 3.3816425121vw;
  }
}
main.contactPage .contactForm .contactFormList .construction_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.contactPage .contactForm .contactFormList .construction_item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .construction_item:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .construction_item:not(:first-child) {
    margin-top: 2.8985507246vw;
  }
}
main.contactPage .contactForm .contactFormList .construction input[type=text] {
  padding: 8px 24px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .construction input[type=text] {
    padding: 0.5856515373vw 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .construction input[type=text] {
    padding: 1.9323671498vw 5.7971014493vw;
  }
}
main.contactPage .contactForm .contactFormList .construction .contactFormList_form:first-child {
  white-space: nowrap;
  width: 90px;
  min-width: 90px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .construction .contactFormList_form:first-child {
    width: 6.588579795vw;
    min-width: 6.588579795vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .construction .contactFormList_form:first-child {
    width: 24.154589372vw;
    min-width: auto;
  }
}
main.contactPage .contactForm .contactFormList .construction .contactFormList_form:last-child {
  margin-left: 24px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .contactFormList .construction .contactFormList_form:last-child {
    margin-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .contactFormList .construction .contactFormList_form:last-child {
    margin-left: 5.7971014493vw;
  }
}
main.contactPage .contactForm_buttonWrapper {
  margin-top: 56px;
}
@media screen and (min-width: 829px) {
  main.contactPage .contactForm_buttonWrapper {
    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;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm_buttonWrapper {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm_buttonWrapper {
    margin-top: 7.729468599vw;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .contactForm_button:not(:first-child) {
    margin-left: 24px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  main.contactPage .contactForm_button:not(:first-child) {
    margin-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm_button:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
main.contactPage .contactForm .confirmText:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .confirmText:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .confirmText:not(:first-child) {
    margin-top: 2.8985507246vw;
  }
}
main.contactPage .contactForm .confirmText span:not(:first-child)::before {
  content: "、";
}
main.contactPage .contactForm_backButton {
  margin-right: 48px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm_backButton {
    margin-left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm_backButton {
    margin: 0 0 3.8647342995vw 0;
  }
}
main.contactPage .contactForm_backButton a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #333;
  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;
  width: 400px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
  background: #929ca4;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm_backButton a {
    width: 29.2825768668vw;
    height: 5.270863836vw;
    padding: 0 1.756954612vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm_backButton a {
    width: 100%;
    height: 17.3913043478vw;
    padding: 0 5.7971014493vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .contactForm_backButton a:hover {
    background: #004d90;
  }
}
main.contactPage .contactForm_backButton a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm_backButton a::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    right: 1.317715959vw;
    border-top-width: 0.1464128843vw;
    border-right-width: 0.1464128843vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm_backButton a::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
    right: 4.347826087vw;
    border-top-width: 0.4830917874vw;
    border-right-width: 0.4830917874vw;
  }
}
main.contactPage .contactForm_backButton a-gray {
  background: #929ca4;
}
main.contactPage .contactForm_backButton a-white {
  background: #fff;
  color: #333;
}
main.contactPage .contactForm_backButton a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
main.contactPage .contactForm_backButton a::before {
  content: none;
}
main.contactPage .contactForm #exhibitionhall_spot,
main.contactPage .contactForm #exhibitionhall_schedule,
main.contactPage .contactForm #estimate_structureType,
main.contactPage .contactForm #estimate_structureType_other,
main.contactPage .contactForm #estimate_cost,
main.contactPage .contactForm #estimate_reformType,
main.contactPage .contactForm #estimate_reformType_other {
  display: none;
}
main.contactPage .contactForm #exhibitionhall_spot.is-active,
main.contactPage .contactForm #exhibitionhall_schedule.is-active,
main.contactPage .contactForm #estimate_structureType.is-active,
main.contactPage .contactForm #estimate_structureType_other.is-active,
main.contactPage .contactForm #estimate_cost.is-active,
main.contactPage .contactForm #estimate_reformType.is-active,
main.contactPage .contactForm #estimate_reformType_other.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm #exhibitionhall_spot.is-active,
  main.contactPage .contactForm #exhibitionhall_schedule.is-active,
  main.contactPage .contactForm #estimate_structureType.is-active,
  main.contactPage .contactForm #estimate_structureType_other.is-active,
  main.contactPage .contactForm #estimate_cost.is-active,
  main.contactPage .contactForm #estimate_reformType.is-active,
  main.contactPage .contactForm #estimate_reformType_other.is-active {
    display: block;
  }
}
main.contactPage .contactForm .exhibitionSchedule .contactFormList_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.contactPage .contactForm .exhibitionSchedule_selectItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.contactPage .contactForm .exhibitionSchedule_selectItem:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .exhibitionSchedule_selectItem:not(:first-child) {
    margin-left: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .exhibitionSchedule_selectItem:not(:first-child) {
    margin-left: 0.9661835749vw;
  }
}
main.contactPage .contactForm .exhibitionSchedule_text {
  white-space: nowrap;
  color: #929ca4;
  margin-left: 8px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .exhibitionSchedule_text {
    margin-left: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .exhibitionSchedule_text {
    margin-left: 0.9661835749vw;
    font-size: 2.4154589372vw;
  }
}
main.contactPage .contactForm .notice {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #777;
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .notice {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .notice {
    font-size: 2.8985507246vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm .notice {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm .notice {
    margin-top: 3.8647342995vw;
  }
}
main.contactPage .contactForm #estimate_structureType #estimate_structureType_other {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm #estimate_structureType #estimate_structureType_other {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm #estimate_structureType #estimate_structureType_other {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .contactForm #estimate_reformType #estimate_reformType_other {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactForm #estimate_reformType #estimate_reformType_other {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactForm #estimate_reformType #estimate_reformType_other {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .sectionWrapper {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .sectionWrapper {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .sectionWrapper {
    margin-top: 9.6618357488vw;
  }
}
main.contactPage .sectionWrapper .section:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .sectionWrapper .section:not(:first-child) {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .sectionWrapper .section:not(:first-child) {
    margin-top: 15.4589371981vw;
  }
}
main.contactPage .tel {
  background: #f8f8f8;
  margin-top: 64px;
  padding: 40px 40px 40px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel {
    margin-top: 4.6852122987vw;
    padding: 2.3426061493vw 2.9282576867vw 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel {
    margin-top: 7.729468599vw;
    padding: 7.729468599vw 3.8647342995vw 3.8647342995vw;
  }
}
main.contactPage .tel_title {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_title {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_title {
    font-size: 3.8647342995vw;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
main.contactPage .tel_section {
  margin-top: 24px;
}
@media screen and (min-width: 829px) {
  main.contactPage .tel_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_section {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_section {
    margin-top: 4.8309178744vw;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .tel_section_item {
    width: 49%;
  }
}
main.contactPage .tel_section_item:nth-child(1) .tel_section_title {
  background: #e52720;
}
main.contactPage .tel_section_item:nth-child(2) .tel_section_title {
  background: #004d90;
}
main.contactPage .tel_section_item:nth-child(3) .tel_section_title {
  background: #14824c;
}
main.contactPage .tel_section_item:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_section_item:not(:first-child) {
    margin-left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_section_item:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
main.contactPage .tel_section_title {
  background: #004d90;
  font-family: "ShipporiMincho-Regular";
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_section_title {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_section_title {
    font-size: 2.8985507246vw;
    letter-spacing: 0.2em;
    line-height: 2.4;
  }
}
main.contactPage .tel_num {
  display: table;
  margin: 8px auto 0;
  font-family: "ShipporiMincho-Regular";
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  color: #333;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_num {
    margin-top: 0.5856515373vw;
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_num {
    margin-top: 1.9323671498vw;
    font-size: 10.1449275362vw;
  }
}
main.contactPage .tel_num::before {
  content: "";
  background: url(/assets/img/common/icon_tel.svg) no-repeat 0 0/contain;
  width: 26px;
  height: 39px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_num::before {
    width: 2.3426061493vw;
    height: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_num::before {
    width: 4.8309178744vw;
    height: 7.2463768116vw;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .tel_num a {
    pointer-events: none;
    padding-left: 36px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  main.contactPage .tel_num a {
    padding-left: 3.2210834553vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_num a {
    padding-left: 6.7632850242vw;
  }
}
main.contactPage .tel_text {
  font-family: "ShipporiMincho-Regular";
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #777;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_text {
    font-size: 2.8985507246vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_text {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_text {
    margin-top: 0.9661835749vw;
  }
}
main.contactPage .tel_hours {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  color: #777;
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_hours {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_hours {
    font-size: 2.8985507246vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .tel_hours {
    margin-top: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .tel_hours {
    margin-top: 1.9323671498vw;
  }
}
main.contactPage .contactMethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #004d90;
}
main.contactPage .contactMethod_item {
  width: 50%;
}
main.contactPage .contactMethod_item:last-child {
  border-left: 1px solid #004d90;
}
main.contactPage .contactMethod_item > a {
  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;
  width: 100%;
  height: 64px;
  text-align: center;
  font-family: "ShipporiMincho-Regular";
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: #004d90;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactMethod_item > a {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactMethod_item > a {
    font-size: 3.8647342995vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactMethod_item > a {
    height: 4.6852122987vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactMethod_item > a {
    height: 15.4589371981vw;
    font-size: 2.8985507246vw;
  }
}
@media screen and (min-width: 829px) {
  main.contactPage .contactMethod_item > a:hover {
    background: #f8f8f8;
  }
}
main.contactPage .contactMethod_item > a span {
  padding-left: 28px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactMethod_item > a span {
    padding-left: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactMethod_item > a span {
    padding-left: 5.7971014493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactMethod_item > a span {
    left: -1.4492753623vw;
  }
}
main.contactPage .contactMethod_item > a span::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  z-index: 1;
  border-top: 10px solid #004d90;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  main.contactPage .contactMethod_item > a span::before {
    border-top-width: 0.7320644217vw;
    border-right-width: 0.5856515373vw;
    border-left-width: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .contactMethod_item > a span::before {
    border-top-width: 2.4154589372vw;
    border-right-width: 1.9323671498vw;
    border-left-width: 1.9323671498vw;
  }
}
main.contactPage .contactMethod_item.is-active > a,
main.contactPage .contactMethod_item.is-active > button {
  background: #004d90;
  color: #fff;
}
main.contactPage .thanksContent {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
  padding: 80px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  main.contactPage .thanksContent {
    padding: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .thanksContent {
    padding: 11.5942028986vw 5.7971014493vw;
  }
}
main.contactPage .thanksContent_title {
  margin-bottom: 32px;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1366px) {
  main.contactPage .thanksContent_title {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .thanksContent_title {
    font-size: 6.2801932367vw;
    line-height: 1.8;
  }
}
main.contactPage .thanksContent_text {
  line-height: 2;
}
@media screen and (max-width: 828px) {
  main.contactPage .thanksContent_text {
    line-height: 1.7;
    letter-spacing: 0;
    font-size: 3.3816425121vw;
  }
}
main.contactPage .thanksContent_text:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .thanksContent_text:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .thanksContent_text:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
main.contactPage .thanksContent_button {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  main.contactPage .thanksContent_button {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  main.contactPage .thanksContent_button {
    margin-top: 7.729468599vw;
  }
}

main.contactConfirmPage .contactForm {
  /*    */
}
main.contactConfirmPage .contactForm .contactFormList_title_required {
  display: none;
}
main.contactConfirmPage .contactForm .contactFormList_form-select .selectForm {
  cursor: auto;
}
main.contactConfirmPage .contactForm .contactFormList_form-select .selectForm::before, main.contactConfirmPage .contactForm .contactFormList_form-select .selectForm::after {
  content: none;
}
main.contactConfirmPage .contactForm .contactFormList_form-select .selectForm select {
  cursor: auto;
}
main.contactConfirmPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox {
  display: block;
  margin: 0;
}
main.contactConfirmPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox span.mwform-checkbox-field {
  margin: 0;
}
@media screen and (max-width: 828px) {
  main.contactConfirmPage .contactForm .contactFormList_form-checkbox .checkboxWrapper .checkbox span.mwform-checkbox-field {
    display: block;
    margin: 0;
  }
}
main.contactConfirmPage .contactForm .contactFormList_form-radio .radioItemWrapper .radioItem {
  display: block;
  margin: 0;
}
main.contactConfirmPage .contactForm .contactFormList_form-radio .radioItemWrapper .radioItem span.mwform-radio-field {
  margin: 0;
}
@media screen and (max-width: 828px) {
  main.contactConfirmPage .contactForm .contactFormList_form-radio .radioItemWrapper .radioItem span.mwform-radio-field {
    display: block;
    margin: 0;
  }
}
main.contactConfirmPage .contactForm #exhibitionhall_spot,
main.contactConfirmPage .contactForm #exhibitionhall_schedule,
main.contactConfirmPage .contactForm #estimate_structureType,
main.contactConfirmPage .contactForm #estimate_structureType_other,
main.contactConfirmPage .contactForm #estimate_cost,
main.contactConfirmPage .contactForm #estimate_reformType,
main.contactConfirmPage .contactForm #estimate_reformType_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 828px) {
  main.contactConfirmPage .contactForm #exhibitionhall_spot,
  main.contactConfirmPage .contactForm #exhibitionhall_schedule,
  main.contactConfirmPage .contactForm #estimate_structureType,
  main.contactConfirmPage .contactForm #estimate_structureType_other,
  main.contactConfirmPage .contactForm #estimate_cost,
  main.contactConfirmPage .contactForm #estimate_reformType,
  main.contactConfirmPage .contactForm #estimate_reformType_other {
    display: block;
  }
}
main.contactConfirmPage .contactForm .exhibitionSchedule_text {
  color: #333;
}
main.contactConfirmPage .contactForm .notice {
  display: none;
}
main.contactConfirmPage .contactForm #estimate_structureType #estimate_structureType_other {
  display: block;
  margin-top: 0;
}
main.contactConfirmPage .contactForm #estimate_reformType #estimate_reformType_other {
  display: block;
  margin-top: 0;
}
main.contactConfirmPage .privacy {
  display: none !important;
}

main.contactPartnerPage .contactNaviList {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 828px) {
  main.contactPartnerPage .contactNaviList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}