@charset "UTF-8";
/* TOP MESSAGE 代表者紹介 */
.msg-intro {
  padding: 75px 0;
  background: url("../img/common/bg_01.jpg") 50% 0 no-repeat;
  background-size: 100%;
}
.msg-intro__title, .msg-intro__name, .msg-intro__txt {
  width: 54.54%;
}
.msg-intro__title {
  margin-bottom: 20px;
}
.msg-intro__name {
  /*margin-bottom: 50px;*/
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
.msg-intro__name .small {
  font-size: 0.889em;
}
.msg-intro__name .big {
  font-size: 1.222em;
}
.msg-intro__img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 38.18%;
}
.msg-intro__img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 125px;
  top: 150px;
  width: 100%;
  height: 100%;
  background: #b5bbca;
  opacity: 0.3;
}

.msg-catch {
  padding: 60px 0 95px;
}
.msg-catch__catch {
  margin-bottom: 35px;
  color: #4a306d;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.msg-catch__lb {
  margin-bottom: 60px;
  color: #000;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .msg-intro {
    /*&__name {
        text-align: center;
    }*/
  }
  .msg-intro__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .msg-intro__name, .msg-intro__txt {
    width: 100%;
  }
  .msg-intro__img {
    position: relative;
    max-width: 420px;
    width: 80%;
    margin: 0 auto 20px;
  }
  .msg-intro__img::before {
    left: 50px;
    top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .msg-intro {
    padding: 35px 0;
  }
  .msg-intro__name {
    /*margin-bottom: 30px;*/
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .msg-catch {
    padding: 35px 0 60px;
  }
  .msg-catch__catch {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .msg-catch__lb {
    margin-bottom: 35px;
    font-size: 25px;
  }
}
/* Service 事業内容 */
.svc-sec {
  padding: 80px 0 0;
  background: url("../img/common/bg_02.jpg") 50% 0 no-repeat;
  background-size: 100%;
}
.svc-sec__lead {
  max-width: 755px;
  margin: 0 auto 65px;
}

.svc-block {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.svc-block:nth-child(even) .flex-lr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.svc-block:last-child {
  margin-bottom: 0;
}
.svc-box1 .svc-block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 150px;
  margin-left: -50vw;
  background: #c9c1d3;
}
.svc-box1 .svc-block:nth-child(even)::before {
  background: #f4d6bb;
}
.svc-block__lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  color: #1d0f30;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.214;
}
.svc-block__lb .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  left: -0.1em;
  top: -0.13em;
  width: 1.1em;
  color: #4a306d;
  font-size: 3.25em;
  font-style: italic;
  letter-spacing: normal;
  line-height: 0.8;
}
.svc-block__lb .main {
  margin-right: 0.55em;
}
.svc-block__lb .sub {
  position: relative;
  padding-left: 1.6em;
  font-size: 0.375em;
  line-height: 1.273;
}
.svc-block__lb .sub::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2.6em;
  margin-top: -1.3em;
  border-left: solid 1px #4a306d;
}
.svc-block:nth-child(even) .svc-block__lb .num {
  color: #db751d;
}
.svc-block:nth-child(even) .svc-block__lb .sub {
  border-left-color: #db751d;
}
.svc-box1 .svc-block__left {
  width: 53.18%;
}
.svc-box1 .svc-block__right {
  width: 40.91%;
}
.svc-box3 .svc-block__left {
  width: 45%;
}
.svc-box3 .svc-block__right {
  width: 48.63%;
}
.svc-block__txt {
  margin-bottom: 33px;
}
.svc-block__link {
  padding: 28px 0 88px;
  text-align: right;
}

.svc-box2 {
  margin-bottom: 60px;
}
.svc-box2__left {
  width: 40.91%;
}
.svc-box2__right {
  width: 53.18%;
}

.svc-box3 {
  margin-bottom: 100px;
}

.svs-access {
  margin-bottom: 60px;
}
.svs-access:last-child {
  margin-bottom: 0;
}
.svs-access__left {
  width: 43.63%;
}
.svs-access__right {
  width: 55.45%;
}

@media screen and (max-width: 959px) {
  .svc-box1 .svc-block::before {
    display: none;
  }
  .svc-block__img {
    text-align: center;
  }
  .svc-box1 .svc-block__img {
    position: relative;
    padding-bottom: 60px;
  }
  .svc-box1 .svc-block__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 95px;
    margin-left: -50vw;
    background: #c9c1d3;
  }
  .svc-box1 .svc-block:nth-child(even) .svc-block__img::before {
    background: #f4d6bb;
  }
  .svc-block__link {
    padding: 0;
    text-align: center;
  }
  .svc-box1 {
    margin-bottom: 100px;
  }
  .svc-box2__img {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .svc-sec {
    padding-top: 40px;
    background-image: url("../img/common/bg_02__sp.jpg");
  }
  .svc-sec__lead {
    margin-bottom: 40px;
  }
  .svc-block {
    margin-bottom: 45px;
  }
  .svc-block__lb {
    font-size: 28px;
  }
  .svc-block__lb .num {
    font-size: 3.286em;
  }
  .svc-block__lb .sub {
    font-size: 0.393em;
  }
  .svc-block__txt {
    margin-bottom: 25px;
  }
  .svc-box1,
  .svc-box2,
  .svc-box3 {
    margin-bottom: 47px;
  }
  .svs-access {
    margin-bottom: 45px;
  }
}
/* Service 事業内容 下層ページ */
.svc-child-intro {
  padding: 80px 0;
  background: url("../img/common/bg_02.jpg") 50% 0 no-repeat;
  background-size: 100%;
}

.svc-child-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
}
.svc-child-header__txt {
  width: 56.818%;
  padding-left: 30px;
}
.svc-child-header__img {
  width: 43.182%;
}

.svc-child-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 57px;
  font-size: min(4.75vw, 57px);
  font-weight: 500;
  line-height: 1.1;
}
.svc-child-title span {
  display: block;
  text-align: center;
}
.svc-child-title__num {
  margin-right: 10.92%;
}
.svc-child-title__num__lb {
  font-size: 0.491em;
}
.svc-child-title__num__num {
  padding-right: 0.3em;
  color: #db751d;
  font-size: 1.579em;
  font-style: italic;
  letter-spacing: normal;
  line-height: 0.9;
}
.svc-child-title__main__en {
  margin-top: 2px;
  font-size: 0.316em;
}

.svc-child-lead {
  max-width: 805px;
  margin: 0 auto;
}
.svc-child-lead__imgBox {
  width: 49.54%;
}
.svc-child-lead__txtBox {
  width: 45%;
}

.product-cont1__imgBox {
  width: 50%;
  padding-top: 10px;
}
.product-cont1__img {
  position: relative;
  left: 4.5%;
  margin-left: -11.2%;
  text-align: center;
}
.product-cont1__txtBox {
  width: 45.45%;
}
.product-cont1 .product-parts + .product-parts {
  margin-top: 40px;
}

.product-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-cont2 > * {
  width: 45.45%;
}
.product-cont2 .product-parts {
  margin-bottom: 50px;
}

.product-parts dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.23em 0.7em;
  margin: 0 auto 17px;
  background: -webkit-gradient(linear, left top, right top, from(#edaa3f), to(#db751d));
  background: linear-gradient(to right, #edaa3f, #db751d);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.556;
}
.product-parts dd {
  padding: 1.389em 1.667em;
  border: solid 1px #db751d;
  background: #fff;
  font-size: 1.8rem;
  line-height: 2.056;
}

.product-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -3.8635% -75px;
}
.product-link-list > li {
  width: 26.16%;
  margin: 0 3.5865% 75px;
}

.product-link a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
  text-decoration: none;
}
.product-link__img img {
  width: 100%;
}
.product-link__lb {
  display: block;
  position: relative;
  padding: 9px 42px 7px 12px;
  font-size: 24px;
  line-height: 1;
}
.product-link__lb::before {
  content: url("../img/common/icon_link_w.svg");
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 31px;
  height: 20px;
  margin-top: -10px;
}
.product-link__txt {
  margin-top: 12px;
}

/*.abroad-img-box {
    max-width: 928px;
    margin: 0 auto;
}*/
.abroad-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 60px 0 45px;
}
.abroad-img-list figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.abroad-img-list figure img {
  width: 100%;
}

@media screen and (min-width: 1180px) {
  .product-cont1__img {
    margin-left: calc((100vw - 1100px) / 2 * -1);
  }
}
@media screen and (max-width: 959px) {
  .svc-child-header {
    display: block;
  }
  .svc-child-header__txt, .svc-child-header__img {
    width: 100%;
  }
  .svc-child-header__txt {
    padding-top: 3%;
    padding-bottom: 3.5%;
  }
  .svc-child-title {
    font-size: 45px;
  }
  .svc-child-title__num {
    margin-right: 6%;
  }
  .svc-child-lead__imgBox {
    text-align: center;
  }
  .product-cont1__imgBox {
    padding-top: 0;
  }
  .product-cont1__img {
    left: 0;
    margin-left: -2.82%;
    margin-right: -2.82%;
  }
  .product-cont2 {
    display: block;
  }
  .product-cont2 > * {
    width: 100%;
  }
  .product-link-list > li {
    width: 42.827%;
  }
  .abroad-img-list {
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .svc-child-intro {
    padding: 40px 0;
    background-image: url("../img/common/bg_02__sp.jpg");
  }
  .svc-child-header {
    margin-bottom: 30px;
  }
  .svc-child-header__txt {
    padding-left: 15px;
  }
  .svc-child-title {
    font-size: 32px;
  }
  .product-cont1 .product-parts + .product-parts {
    margin-top: 30px;
  }
  .product-cont2 .product-parts {
    margin-bottom: 35px;
  }
  .product-parts dt {
    font-size: 1.7rem;
  }
  .product-parts dd {
    padding: 0.8em 1.3em;
    font-size: 1.5rem;
  }
  .product-link-list {
    display: block;
    max-width: 310px;
    margin: 35px auto -40px;
  }
  .product-link-list > li {
    width: 100%;
    margin: 0 0 40px;
  }
  .abroad-img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 64%;
    margin: 40px auto 30px;
  }
}
/* Interview インタビュー */
.interview-sec {
  margin-bottom: 30px;
}
.interview-sec__catch {
  margin-bottom: 60px;
  font-size: 38px;
  font-size: min(3.17vw, 37.8px);
  font-weight: 500;
  line-height: 1.526;
  text-align: center;
}

.interview-block {
  margin-bottom: 60px;
}
.interview-block:last-child {
  margin-bottom: 0;
}
.interview-block .flex-lr {
  gap: 5.636%;
}
.flex-lr.is-reverse .interview-block__img {
  text-align: right;
}
.interview-block__imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.interview-block__imgBox.imgBox1 {
  width: 53.182%;
}
.interview-block__imgBox.imgBox2 {
  width: 40.273%;
}
.interview-block__imgBox.imgBox3 {
  width: 45.273%;
}
.interview-block__txtBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.profile-block {
  max-width: 535px;
  padding: 15px 18px;
  margin: 30px auto 0;
  background: #e9ebef;
  font-size: 0.875em;
  line-height: 1.857;
}

@media screen and (max-width: 959px) {
  .interview-sec__catch {
    font-size: 24px;
    font-size: min(6.4vw, 32px);
    line-height: 1.66;
  }
  .interview-block__img {
    text-align: center !important;
    margin: 0 auto;
  }
  .imgBox2 .interview-block__img {
    width: 68%;
  }
  .imgBox3 .interview-block__img {
    width: 88%;
  }
}
@media screen and (max-width: 599px) {
  .interview-sec__catch {
    margin-bottom: 30px;
  }
  .interview-block {
    margin-bottom: 40px;
  }
}
/* Company 企業概要 */
.company-info-table {
  margin-bottom: 75px;
}
.company-info-table .m-table__th {
  width: 145px;
}
.company-info-table .grid {
  grid-template-columns: 13.6em 8.1em auto;
  grid-template-areas: "a b c";
}
.company-info-table .col1 {
  grid-area: a;
}
.company-info-table .col2 {
  grid-area: b;
}
.company-info-table .col3 {
  grid-area: c;
}

.company-info-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.214%;
}
.company-info-gallery figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.company-info-gallery figure img {
  width: 100%;
}

.company-acs-main__left {
  width: 38%;
}
.company-acs-main__right {
  width: 60%;
}
.company-acs-main__right > *,
.company-acs-main__right iframe {
  height: 100%;
}

.company-history {
  margin-top: 70px;
}
.company-history .m-lb07 {
  padding: 0.2em;
  margin-bottom: 1em;
}
.company-history .m-lb07 > span {
  padding-left: 0.4em;
  font-size: 0.889em;
  letter-spacing: 0.4em;
}

.history-list .m-table__th {
  width: 12em;
}

.company-acs-group .m-table__th {
  width: 260px;
}

@media screen and (max-width: 959px) {
  .company-acs-main__left {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
  }
  .company-acs-group .m-table__th {
    width: 34.36%;
  }
}
@media screen and (max-width: 599px) {
  .company-info-table {
    margin-bottom: 50px;
  }
  .company-info-table .m-table__th {
    width: 88px;
  }
  .company-info-table .col1,
  .company-info-table .col2,
  .company-info-table .col3 {
    display: block;
  }
  .company-info-gallery {
    display: block;
  }
  .company-info-gallery figure + figure {
    margin-top: 10px;
  }
  .company-history {
    margin-top: 45px;
  }
  .history-list .m-table__th {
    width: 7.7em;
  }
}
/* History 歴史 */
.history-top {
  padding: 125px 0;
  background: url("../img/common/bg_04.jpg") 50% 0 no-repeat;
  background-size: 100%;
}

.history-intro {
  margin-bottom: 100px;
}
.history-intro .m-catch01 {
  margin-bottom: 35px;
}
.history-intro .m-para {
  max-width: 755px;
  margin: 0 auto;
}

.history-main__head {
  position: relative;
  padding: 0 50px;
  margin-bottom: 15px;
}
.history-main .m-lb-company {
  margin-bottom: 0;
}
.history-main__en-lb {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  color: #ccc;
  font-size: 125px;
  font-weight: 700;
  font-style: italic;
  line-height: 0.8;
}

#historySlider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 20px 50px;
}
#historySlider .histry-box {
  height: 100%;
}

#historySliderNavi {
  padding: 0 50px;
  margin: 20px -50px 0;
}
#historySliderNavi .swiper-slide {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
#historySliderNavi .swiper-button-prev,
#historySliderNavi .swiper-button-next {
  width: 70px;
  background: #fff;
}
#historySliderNavi .swiper-button-prev::before,
#historySliderNavi .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border: solid transparent;
}
#historySliderNavi .swiper-button-prev::before {
  margin: -4px 0 0 -4px;
  border-right-color: #db751d;
  border-width: 4px 8px 4px 0;
}
#historySliderNavi .swiper-button-next::before {
  margin: -4px 0 0 -4px;
  border-left-color: #db751d;
  border-width: 4px 0 4px 8px;
}

.histry-box {
  padding: 45px 40px 45px 25px;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.histry-box__lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 25px;
  color: #4a306d;
  font-size: 1em;
}
.histry-box__lb__num {
  padding-bottom: 0.15em;
  margin-right: 0.34em;
  border-bottom: solid 1px;
  font-size: 93px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 0.9;
}
.histry-box__lb__txt {
  margin-top: 0.1em;
}
.histry-box__txt {
  max-width: 430px;
  padding-right: 15px;
  font-size: 1.188em;
}

.history-anv {
  padding: 55px 0;
  background: #b5bbca;
}
.history-anv__left {
  width: 74.727%;
}
.history-anv__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 22.272%;
}
.history-anv__lb {
  position: relative;
  left: -0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.22em 0 1.02em;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.history-anv__lb::before, .history-anv__lb::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  height: 1.4em;
  border-left: solid 1px #fff;
}
.history-anv__lb::before {
  left: 0;
}
.history-anv__lb::after {
  right: 0;
}
.history-anv__title {
  margin-bottom: 55px;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
.history-anv__img {
  margin-left: -11.2%;
}
.history-anv__img img {
  width: 100%;
}

@media screen and (min-width: 1180px) {
  .history-anv__img {
    margin-left: calc((100vw - 1100px) / 2 * -1);
  }
}
@media screen and (max-width: 959px) {
  .history-main__head {
    margin-bottom: 5px;
  }
  .history-main__en-lb {
    font-size: 40px;
    font-size: min(10.67vw, 80px);
  }
  .histry-box .flex-lr {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .histry-box__lb {
    margin-top: 0;
  }
  .histry-box__txt {
    padding-right: 0;
    font-size: 1.063em;
  }
  .histry-box__img {
    text-align: center;
  }
  .history-anv__img {
    margin-left: -2.82%;
    margin-right: -2.82%;
  }
  .history-anv__link {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .history-top {
    padding: 60px 0 40px;
  }
  .history-intro {
    margin-bottom: 50px;
  }
  .history-intro .m-catch01 {
    margin-bottom: 25px;
  }
  .history-main__head {
    padding: 0 30px;
    margin-bottom: 0;
  }
  .history-main__en-lb {
    right: 30px;
  }
  #historySlider .swiper-slide {
    padding: 20px 30px;
  }
  #historySliderNavi {
    padding: 0 30px;
    margin: 10px 0 0;
  }
  #historySliderNavi .swiper-button-prev,
  #historySliderNavi .swiper-button-next {
    width: 30px;
  }
  .histry-box {
    padding: 25px 7% 7%;
  }
  .histry-box__lb {
    margin-bottom: 15px;
  }
  .histry-box__lb__num {
    font-size: 50px;
  }
  .histry-box__lb__txt {
    font-size: 1.3rem;
  }
  .histry-box__txt {
    max-width: none;
  }
  .history-anv {
    padding: 45px 0 30px;
  }
  .history-anv__right {
    display: block;
  }
  .history-anv__lb {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .history-anv__title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
/* Group Company グループ企業 */
.group-block {
  margin-bottom: 80px;
}
.group-block:last-child {
  margin-bottom: 0;
}
.group-block__imgBox {
  width: 53.18%;
}
.group-block__txtBox {
  width: 41.36%;
}
.group-block__table {
  margin-top: 20px;
  line-height: 1.56;
}
.group-block__table .m-table__th,
.group-block__table .m-table__td {
  height: 80px;
}
.group-block__table .m-table__th {
  width: 112px;
}

@media screen and (max-width: 959px) {
  .group-block__img {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .group-block {
    margin-bottom: 50px;
  }
  .group-block__table .m-table__th,
  .group-block__table .m-table__td {
    height: 70px;
  }
  .group-block__table .m-table__th {
    width: 90px;
  }
}
/* Corporate activities 企業活動 */
.support-sec {
  background: url("../img/common/bg_03.jpg") 50% 0 no-repeat;
  background-size: 100%;
}
.support-sec__cont {
  margin-bottom: 140px;
}
.support-sec__left {
  width: 54.54%;
}
.support-sec__right {
  width: 40%;
}
.support-sec__img1 {
  margin-bottom: 50px;
}
.support-sec__img2 {
  margin-right: -11.2%;
}

@media screen and (min-width: 1180px) {
  .support-sec__img2 {
    margin-right: calc((100vw - 1117px) / 2 * -1);
  }
}
@media screen and (max-width: 959px) {
  .support-sec__img1 {
    margin: 0 -2.82% 25px;
  }
  .support-sec__img2 {
    max-width: 590px;
    width: 84%;
    margin-left: auto;
    margin-right: -2.82%;
  }
}
@media screen and (max-width: 599px) {
  .support-sec__cont {
    margin-bottom: 60px;
  }
}
/* Office 事務所 */
.office-map {
  position: relative;
  z-index: 1;
  padding: 45px 10px 90px;
}
.office-map::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 445px;
  height: min(40.45vw, 445px);
  background: #eceef2;
}
.office-map__lb {
  position: absolute;
  left: 0;
  top: 110px;
  top: min(10vw, 110px);
  color: #ccc;
  font-style: italic;
  font-size: 125px;
  font-size: min(11.36vw, 125px);
  font-weight: 700;
  line-height: 0.7;
}
.office-map__img {
  text-align: center;
}

.office-block__lb__box--g, .office-block__lb__box--w {
  padding: 0.275em 0.65em;
  border: solid 1px #ccc;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.office-block {
  margin-bottom: 80px;
}
.office-block:last-child {
  margin-bottom: 0;
}
.office-block__lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.office-block__lb__box--w {
  background: #fff;
}
.office-block__lb__box--w + .office-block__lb__box--w {
  margin-left: -1px;
}
.office-block__lb__box--g {
  background: #ccc;
}
.office-block .m-table__th,
.office-block th {
  width: 240px;
}
.office-block .m-table__td,
.office-block td {
  padding: 0.8em 0.944em 0.8em 1.333em;
}

.office-child-block {
  margin-bottom: 55px;
}
.office-child-block:last-child {
  margin-bottom: 0;
}
.office-child-block__lb {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.office-child-block__lb::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  margin-left: -24px;
  border-bottom: solid 1px #ccc;
}

.office-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.office-info__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.office-info__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.office-en-table .sub-th {
  padding-left: 1.667em;
}
.office-en-table .address {
  width: 343px;
}
.office-en-table .tel {
  width: 215px;
}
.office-en-table .fax {
  width: 202px;
}
.office-en-table .tel,
.office-en-table .fax {
  padding-left: 0.833em;
  padding-right: 0;
}

.office-info2 {
  display: grid;
  grid-template-columns: 335px auto auto;
  grid-template-areas: "a b c";
  padding: 0.8em 0.378em 0.8em 1.333em;
  margin: -0.8em -0.944em -0.8em -1.333em;
}
.office-info2__left {
  grid-area: a;
}
.office-info2__center {
  grid-area: b;
  padding-right: 1.65em;
}
.office-info2__right {
  grid-area: c;
}

@media screen and (max-width: 959px) {
  .office-block .m-table__th,
  .office-block th {
    width: 32.36%;
  }
  .office-info2 {
    display: block;
  }
  .office-info2__center, .office-info2__right,
  .office-info2 p + p {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 599px) {
  .office-map {
    padding: 20px 10px 45px;
  }
  .office-block__lb__box--w, .office-block__lb__box--g {
    font-size: 1.8rem;
  }
  .office-block {
    margin-bottom: 65px;
  }
  .office-block__lb {
    margin-bottom: 20px;
  }
  .office-block .m-table__td,
  .office-block td {
    padding: 0.8em;
  }
  .office-child-block {
    margin-bottom: 45px;
  }
  .office-child-block__lb {
    padding-bottom: 6px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .office-child-block__lb::before {
    width: 40px;
    margin-left: -20px;
  }
  .office-info {
    display: block;
  }
  .office-info__right,
  .office-info p + p {
    margin-top: 0.3em;
  }
}
/* Product 取扱商品 */
.product-block {
  margin-bottom: 100px;
}
.product-block:last-child {
  margin-bottom: 25px;
}
.product-block__left {
  width: 49.54%;
}
.product-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44.54%;
}

.suppliers-block {
  margin-top: 50px;
}
.suppliers-block .m-lb06.iblock {
  margin-right: 0.55em;
}

.parts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.parts-list > li {
  padding: 10px 20px 8px;
  background: #f4d6bb;
  color: #db751d;
  cursor: pointer;
}
.parts-list > li.is-current {
  background: #db751d;
  color: #fff;
}
.parts-list.is-col6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.parts-list.is-col4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.parts-list.is-col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.parts-list.is-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.suppliers-list {
  display: none;
  border-top: solid 1px #db751d;
  font-size: 22px;
  font-weight: 700;
}
.suppliers-list.is-active {
  display: block;
}
.suppliers-list > li {
  border-bottom: solid 1px #db751d;
}
.suppliers-list a,
.suppliers-list .no-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 8px 22px;
}
.suppliers-list a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.suppliers-list a:hover {
  color: #db751d;
  opacity: 1;
}

.suppliers-logo {
  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;
  max-width: 100%;
  width: 200px;
  min-height: 43px;
}

.suppliers-box2 {
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: -60px;
}

.suppliers-sec {
  display: none;
  margin-bottom: 60px;
}
.suppliers-sec.is-active {
  display: block;
}
.suppliers-sec .m-lb05 {
  margin-bottom: 15px;
}

.suppliers-list2 th,
.suppliers-list2 .m-table__th {
  width: 33.333%;
}

@media screen and (max-width: 959px) {
  .product-block__right {
    display: block;
  }
  .product-block__main-img {
    text-align: center;
  }
  .parts-list.is-col6, .parts-list.is-col4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .parts-list.is-col3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .product-block {
    margin-bottom: 65px;
  }
  .suppliers-block {
    margin-top: 40px;
  }
  .parts-list {
    font-size: 15px;
  }
  .parts-list > li {
    padding: 10px 10px 8px;
  }
  .parts-list.is-col6, .parts-list.is-col4 {
    grid-template-columns: 1fr 1fr;
  }
  .parts-list.is-col3 {
    grid-template-columns: 1fr;
  }
  .suppliers-list {
    font-size: 18px;
  }
  .suppliers-list a,
  .suppliers-list .no-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 15px 12px;
  }
  .suppliers-logo {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .suppliers-box2 {
    margin-top: 40px;
    margin-bottom: -40px;
  }
  .suppliers-sec {
    margin-bottom: 40px;
  }
  .suppliers-list2 th,
  .suppliers-list2 .m-table__th {
    width: 40%;
  }
}
/* SDS */
.sds-sec {
  padding-bottom: 70px;
  margin-bottom: -70px;
}

/* agree */
.sds-agree-cont {
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 8px;
  background: #eceef2;
}

.sds-agree-btn {
  display: inline-block;
  padding: 16px 40px;
  -webkit-box-shadow: 0 4px 15px rgba(29, 29, 67, 0.3);
          box-shadow: 0 4px 15px rgba(29, 29, 67, 0.3);
  border-radius: 50px;
  background: linear-gradient(135deg, #ea3b60 0%, #4a306d 100%);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sds-agree-btn:hover {
  -webkit-box-shadow: 0 8px 25px rgba(29, 29, 67, 0.4);
          box-shadow: 0 8px 25px rgba(29, 29, 67, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 1;
}
.sds-agree-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* download */
.sds-dl-sec {
  margin-bottom: 60px;
}
.sds-dl-sec:last-child {
  margin-bottom: 0;
}
.sds-dl-sec .m-table01 th,
.sds-dl-sec .m-table01 td {
  padding-left: 0.2em;
  text-align: center;
}
.sds-dl-sec .m-table01 tr > * + * {
  border-left: solid 1px #ccc;
}
.sds-dl-sec .m-table01 thead th {
  width: 22%;
}
.sds-dl-sec .m-table01 thead th:first-child {
  width: 56%;
}
.sds-dl-sec .m-table01 tbody th {
  padding-left: 1em;
  background: #fff;
  color: #000;
  text-align: left;
}
.sds-dl-sec .dl-icon {
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .sds-sec {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  /* agree */
  .sds-agree-cont {
    padding: 20px;
    margin-bottom: 40px;
  }
  .sds-agree-btn {
    padding: 14px 30px;
  }
  /* download */
  .sds-dl-sec {
    margin-bottom: 40px;
  }
  .sds-dl-sec .m-table01 thead th {
    width: 20%;
  }
  .sds-dl-sec .m-table01 thead th:first-child {
    width: 60%;
  }
}
/* Contact お問い合わせ */
.contact-sec {
  padding: 100px 0;
}
.contact-sec .m-catch02 {
  margin: -15px 0 70px;
  font-size: 36px;
  line-height: 1.556;
}

.contact-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
.contact-bnr-list > li {
  width: 47.727%;
  padding-bottom: 4.545%;
}
.contact-bnr-list > li.is-center {
  margin-left: auto;
  margin-right: auto;
}

.contact-child-sec {
  padding: 100px 0;
}
.contact-child-sec .m-catch02 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.625;
}

.contact-header {
  margin-bottom: 45px;
}
.contact-header__lb {
  padding: 0.448em 0.5em 0.379em;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.contact-header__img {
  position: relative;
}
.contact-header__img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d0f30;
  opacity: 0.4;
}
.contact-header__img img {
  width: 100%;
}

.contact-lb {
  margin-bottom: 20px;
  color: #4a306d;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .contact-sec {
    padding: 70px 0;
  }
  .contact-sec .m-catch02 {
    margin: -7px 0 35px;
    font-size: 26px;
  }
  .contact-bnr-list {
    display: block;
    margin-bottom: 45px;
    text-align: center;
  }
  .contact-bnr-list > li {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .contact-child-sec {
    padding: 60px 0;
  }
  .contact-child-sec .m-catch02 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .contact-header {
    margin-bottom: 30px;
  }
  .contact-header__lb {
    font-size: 22px;
  }
  .contact-header__img {
    overflow: hidden;
  }
  .contact-header__img img {
    max-width: none;
    width: 140%;
    margin-left: -20%;
  }
  .contact-lb {
    font-size: 2.1rem;
  }
}
.form-box {
  padding: 25px 45px 5px 40px;
  border: solid 1px #838da6;
}

.form-input {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.556;
}
.form-input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-input > div > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 265px;
  padding: 25px 0.5em 25px 0;
}
.form-input > div > dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 0;
}
.form-input > div.lb-hide > dt {
  padding: 0;
  white-space: nowrap;
  visibility: hidden;
  overflow: hidden;
}
.form-input > div.lb-hide > dd {
  padding-top: 0;
}
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=url],
.form-input select,
.form-input textarea {
  border-radius: 0;
  border: solid 1px #d0d9db;
  font-size: 1em;
  line-height: 1.4;
  padding: 10px;
}
.form-input textarea {
  vertical-align: top;
  height: 310px;
  resize: vertical;
}
.form-input input[type=text]::-webkit-input-placeholder, .form-input input[type=email]::-webkit-input-placeholder, .form-input input[type=tel]::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-moz-placeholder, .form-input input[type=email]::-moz-placeholder, .form-input input[type=tel]::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]:-ms-input-placeholder, .form-input input[type=email]:-ms-input-placeholder, .form-input input[type=tel]:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-ms-input-placeholder, .form-input input[type=email]::-ms-input-placeholder, .form-input input[type=tel]::-ms-input-placeholder, .form-input textarea::-ms-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::placeholder,
.form-input input[type=email]::placeholder,
.form-input input[type=tel]::placeholder,
.form-input textarea::placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-webkit-input-placeholder,
.form-input input[type=email]::-webkit-input-placeholder,
.form-input input[type=tel]::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]:-ms-input-placeholder,
.form-input input[type=email]:-ms-input-placeholder,
.form-input input[type=tel]:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-moz-placeholder,
.form-input input[type=email]::-moz-placeholder,
.form-input input[type=tel]::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #aaa8a6;
}
.form-input label {
  cursor: pointer;
}
.form-input input[type=radio],
.form-input input[type=checkbox] {
  display: none;
}
.form-input .checkTxt,
.form-input .radioItem .wpcf7-list-item-label,
.form-input .agreeItem + .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.3;
  padding-left: 1.75em;
  position: relative;
}
.form-input .checkTxt::before,
.form-input .radioItem .wpcf7-list-item-label::before,
.form-input .agreeItem + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  border: solid 1px #aaa8a6;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}
.form-input .checkTxt::after,
.form-input .radioItem .wpcf7-list-item-label::after,
.form-input .agreeItem + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  opacity: 0;
}
.form-input input[type=radio]:checked + .checkTxt::after,
.form-input input[type=checkbox]:checked + .checkTxt::after,
.form-input input[type=radio]:checked + .wpcf7-list-item-label::after,
.form-input input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-input .radioItem .wpcf7-list-item:first-child,
.form-input .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form-input .must {
  display: inline-block;
  vertical-align: text-bottom;
  background: #db751d;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.3em 0.55em 0.35em;
  margin-left: 0.5em;
}
.form-input .txtbox {
  padding: 10px 0;
}

.form-note {
  font-weight: 500;
  line-height: 1.688;
  text-align: center;
  margin-top: 35px;
}

#wpcf7cpcnf button,
#wpcf7cpcnf input[type=submit], .form-button input,
.form-button button {
  display: inline-block;
  width: 200px;
  height: 60px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #db751d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
#wpcf7cpcnf button:hover,
#wpcf7cpcnf input[type=submit]:hover, .form-button input:hover,
.form-button button:hover {
  opacity: 0.7;
}

.form-button {
  position: relative;
  text-align: center;
  margin-top: 22px;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

/* form confirm */
#wpcf7cpcnf table {
  border-collapse: collapse;
  border: solid 1px #838da6;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.556;
}
#wpcf7cpcnf table tr:first-child th,
#wpcf7cpcnf table tr:first-child td {
  padding-top: 50px;
}
#wpcf7cpcnf table tr:last-child th,
#wpcf7cpcnf table tr:last-child td {
  padding-bottom: 50px;
}
#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
  vertical-align: middle;
  border: none;
  padding: 25px 25px 25px 90px;
}
#wpcf7cpcnf table th {
  width: 315px;
  text-align: left;
}
#wpcf7cpcnf button,
#wpcf7cpcnf input[type=submit] {
  max-width: 46%;
  margin: 0 1%;
}
#wpcf7cpcnf .wpcf7-spinner {
  margin-left: 73px;
}
#wpcf7cpcnf .wpcf7cp-btns {
  position: relative;
  margin-top: 35px;
  text-align: center;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  background: #aaa;
}

@media screen and (max-width: 959px) {
  .form-input > div > dt {
    width: 200px;
  }
  .form-input .radioItem .wpcf7-list-item {
    display: block;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 599px) {
  .form-box {
    padding: 6% 8% 2%;
  }
  .form-input {
    font-size: 17px;
  }
  .form-input > div {
    display: block;
    padding: 15px 0;
  }
  .form-input > div > dt,
  .form-input > div > dd {
    padding: 0;
  }
  .form-input > div > dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-input > div.lb-hide {
    padding-top: 0;
  }
  .form-input > div.lb-hide > dt {
    display: none;
  }
  .form-input .txtbox {
    padding: 5px 0;
  }
  .form-note {
    text-align: left;
    margin-top: 25px;
  }
  .form-button input,
  .form-button button, #wpcf7cpcnf button,
  #wpcf7cpcnf input[type=submit] {
    font-size: 19px;
  }
  #wpcf7cpcnf table {
    padding: 6% 8% 2%;
    font-size: 17px;
  }
  #wpcf7cpcnf table,
  #wpcf7cpcnf table tr,
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    display: block;
  }
  #wpcf7cpcnf table tr {
    padding: 15px 0;
  }
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    padding: 0 !important;
  }
  #wpcf7cpcnf table th {
    width: 100%;
    margin-bottom: 12px;
  }
  #wpcf7cpcnf .wpcf7-spinner {
    margin-left: 60px;
  }
}/*# sourceMappingURL=style_page.css.map */