@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

table,
input, textarea, select, option {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

a:hover,
a:hover img {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
}

.u-futura{
  font-family: futura-pt, sans-serif;
}

.u-pd140 {
  padding: 140px 0;
}
.u-pb140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .u-pd140 {
    padding: 120px 0;
  }
  .u-pb140 {
    padding-bottom: 120px;
  }
}
.u-bgcover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-txtcenter {
  text-align: center;
}

.u-bg01 {
  background-color: rgba(136, 195, 161, 0.17);
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-df--jf {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-df--al {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-df-left, .u-df-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-df-left, .u-df-right {
    width: 100%;
  }
}

.u-slheight .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-slheight .slick-slide {
  height: inherit !important;
}

.u-hover .u-bgcover {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.u-hover .u-bgcover:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-hover:hover .u-bgcover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/*------------------------------------------------------------
  font（フォントサイズ）
------------------------------------------------------------*/
body {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.l-footer__list a {
  font-size: 13px;
}
.l-footer__cpright {
  font-size: 9px;
}

.c-title01 {
  font-size: 30px;
}
.c-title01:after {
  content: "";
  width: 35px;
  height: 4px;
}

@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 28px;
  }
}

.s-news__list--date {
  font-size: 21px;
}
.s-news__list--cate {
  width: 100%;
  font-size: 14px;
}
.s-news__btn {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .s-news__list--date {
    font-size: 19px;
  }
  .s-news__list--cate {
    font-size: 13px;
  }
}

.s-access__link a {
  font-size: 15px;
}

.p-top .s-visual__inner p {
  font-size: 33px;
}

.p-top .s-business__txt {
  font-size: 19px;
}

.p-top .s-business__txt p + p {
  margin-top: 17px;
}

.p-top .s-company__table td {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-top .s-visual__inner p {
    font-size: 22px;
  }
  .p-top .s-business__txt {
    font-size: 18px;
  }
  .p-top .s-company__table td {
    font-size: 15px;
  }
}

.p-news .s-news__list--more {
  font-size: 15px;
}

.p-single .s-news__list--txt {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .p-single .s-news__list--txt {
    font-size: 25px;
  }
}

.s-form .required {
  font-size: 10px;
}

.s-form dt .small {
  font-size: 14px;
}

.s-form dl input,
.s-form dl select,
.s-form dl textarea {
  font-size: 14px;
}

.s-form__submit input,
.s-form__submit button,
#wpcf7cpcnf button {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .s-form__submit input,
  .s-form__submit button,
  #wpcf7cpcnf button {
    font-size: 15px;
  }
}

/*------------------------------------------------------------
  effect（ページ遷移）
------------------------------------------------------------*/
.u-effect {
  position: relative;
}

.u-effect::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  background-image: url(../images/common/nav-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.u-effect.show::after {
  opacity: 1;
}

.u-effect.show article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  /*font-size: calc((1600px / 1920px) * 20px);*/
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    /*font-size: calc((1600px / 1920px) * 18px);*/
  }
}

.s-news__list--cate,
.s-news__btn {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.l-container {
  width: 1015px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .l-container {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 92%;
  }
}

section {
  position: relative;
}

section:not(:first-child) {
  overflow: hidden;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
  /* padding: 20px 30px; */
}
.l-header__logo {
  top: 65px;
  left: 70px;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    top: 45px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
  text-align: center;
  padding: 130px 0 86px;
}
.l-footer__list {
  margin-top: 60px;
}
.l-footer__list li {
  display: inline-block;
}
.l-footer__list a {
  color: #fff;
  /*font-size: calc((1600px / 1920px) * 16px);*/
  letter-spacing: -0.6px;
}
.l-footer__cpright {
  /*font-size: calc((1600px / 1920px) * 10px);*/
  margin-top: 18px;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    text-align: center;
    padding: 120px 0 70px;
  }
}

/*------------------------------------------------------------
    topimg
------------------------------------------------------------*/
.topimg {
	max-width: 38vw;
	/*padding-top: 60px;*/
}

@media screen and (max-width: 1023px) {
  .topimg {
    max-width: 48vw;
  }
}

@media screen and (max-width: 767px) {
  .topimg {
    max-width: 542px;
  }
}

/*------------------------------------------------------------
    c-title
------------------------------------------------------------*/
.c-title01 {
  /*font-size: calc((1600px / 1920px) * 35px);*/
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 60px;
}
.c-title01:after {
  content: "";
  /*width: calc((1600px / 1920px) * 42px);*/
  /*height: calc((1600px / 1920px) * 5px);*/
  display: block;
  margin: 5px auto 0;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-title01 {
    /*font-size: calc((1600px / 1920px) * 33px);*/
    margin-bottom: 50px;
  }
}


/*------------------------------------------------------------
    c-btn
------------------------------------------------------------*/
/*------------------------------------------------------------
    c-list
------------------------------------------------------------*/


/*------------------------------------------------------------
    c-table
------------------------------------------------------------*/
/*------------------------------------------------------------
	c-other
------------------------------------------------------------*/
.slick-arrow {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #656565;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.8;
}

.slick-arrow.slick-disabled:before {
  opacity: 0.25;
}

.slick-arrow::before {
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  border: solid #050505;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.slick-prev {
  left: -19px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -12px;
  }
}

.slick-next {
  right: -19px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -12px;
  }
}

.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-dots {
  z-index: 2;
  text-align: center;
  position: absolute;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover {
  background-color: #1746E3;
}

.slick-dots li.slick-active button {
  background-color: #1746E3;
}


/* section-breadcrumb
------------------------------------------------------------*/

/* section-mainvisual
------------------------------------------------------------*/
.s-mainvisual {
  padding: 220px 0 0;
}
@media screen and (max-width: 767px) {
  .s-mainvisual {
  }
}

/* section-news
------------------------------------------------------------*/
.s-news__list--item a {
  display: flex;
}
.s-news__list--date {
  /*font-size: calc((1600px / 1920px) * 25px);*/
  letter-spacing: 4px;
}
.s-news__list--cate {
  width: 100%;
  /*font-size: calc((1600px / 1920px) * 16.53px);*/
  padding: 0 5px;
  margin-left: 20px;
  max-width: 110px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2.5px;
  border: 1px solid #fff;
  font-family: "futura-pt-condensed", sans-serif;
}
.s-news__list--txt {
  letter-spacing: 1px;
}
.s-news__btn {
  /*font-size: calc((1600px / 1920px) * 15px);*/
  display: table;
  letter-spacing: 1.7px;
  margin: 50px 12px 0 auto;
  position: relative;
}
/* .s-news__btn:before {
  content: "";
  width: 8px;
  right: -12px;
  bottom: 2px;
  position: absolute;
  transform: rotate(48deg);
  border-bottom: 1px solid #fff;
} */
.s-news__btn:after {
  /* content: "";
  left: -7px;
  right: -10px;
  bottom: -1px;
  position: absolute;
  border-bottom: 1px solid #fff;
  -webkit-animation: scrollStretch 2s ease-in-out infinite alternate;
  animation: scrollStretch 2s ease-in-out infinite alternate; */

  content: "";
  position: absolute;
  left: -12px;
  bottom: -1px;
  width: 80%;
  height: 5px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-animation: scrollStretch 2s ease-in-out infinite alternate;
  animation: scrollStretch 2s ease-in-out infinite alternate
}
@-webkit-keyframes scrollStretch {
  0% {
      width: 115%
  }

  100%,75% {
      width: 120%
  }
}
@keyframes scrollStretch {
    0% {
        width: 115%
    }

    100%,75% {
        width: 120%
    }
}


@media screen and (max-width: 767px) {
  .s-news__list--item a {
    flex-wrap: wrap;
  }
  .s-news__list--date {
    /*font-size: calc((1600px / 1920px) * 23px);*/
  }
  .s-news__list--cate {
    /*font-size: calc((1600px / 1920px) * 15px);*/
    margin-left: 10px;
    max-width: 103px;
  }
}

/* section-access
------------------------------------------------------------*/
.s-access__map {
  padding-top: 37%;
  position: relative;
}
.s-access__link {
  text-align: right;
  margin-top: 20px;
  letter-spacing: 1px;
}
.s-access__link a {
  color: #666666;
  /*font-size: calc((1600px / 1920px) * 18.27px);*/
}
.s-access__map iframe {
  filter: grayscale(100%);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .s-access__map {
    padding-top: 65%;
  }
}


/*------------------------------------------------------------
p-top
------------------------------------------------------------*/
.p-top .s-visual {
  background-image: url(../images/top/bg-header.jpg);
	height: 100vh;
}
.p-top .s-visual__inner {
  text-align: center;
  padding: 30vh 0 200px; /*308px*/
}
.p-top .s-visual__inner p {
  /*font-size: calc((1600px / 1920px) * 39.86px);*/
  margin-top: 85px;
  letter-spacing: 4.5px;
}

.p-top .s-news__list--item a {
  align-items: baseline;
}
.p-top .s-news__list--item + .s-news__list--item {
  margin-top: 30px;
}
.p-top .s-news__list--txt {
  margin-left: 15px;
}

.p-top .s-business__txt {
  /*font-size: calc((1600px / 1920px) * 23px);*/
  text-align: center;
  letter-spacing: 2px;
  line-height: 2.5;
}
.p-top .s-business__txt p + p {
  /*margin-top: calc((1600px / 1920px) * 20px);*/
}

.p-top .s-company__table {
  width: auto;
  margin: 0 auto;
}
.p-top .s-company__table td:nth-child(1) {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
	.p-top .s-company__table td:nth-child(1) {
		 min-width:120px;
	}
}
.p-top .s-company__table td {
  line-height: 2.45;
  letter-spacing: 2px;
  vertical-align: top;
  /*font-size: calc((1600px / 1920px) * 20px);*/
}

@media screen and (max-width: 767px) {
	.p-top .s-company__table td {
		letter-spacing:1px;
	}
  .p-top .s-visual__inner {
    padding: 260px 0 150px;
  }
  .p-top .s-visual__inner h1 {
    padding: 0 10%;
  }
  .p-top .s-visual__inner p {
    /*font-size: calc((1600px / 1920px) * 26px);*/
  }

  .p-top .s-news__list--txt {
    width: 100%;
    margin: 5px 0 0;
  }
  
  .p-top .s-business__txt {
    /*font-size: calc((1600px / 1920px) * 22px);*/
  }

  .p-top .s-business__txt { 
	  line-height: 1.8;
  }
  .p-top .s-company__table td {
    /*font-size: calc((1600px / 1920px) * 18px);*/
  }
}


/*------------------------------------------------------------
p-news
------------------------------------------------------------*/
.p-news .s-news__list--item a {
  align-items: center;
}
.p-news .s-news__list--item a {
  flex-wrap: wrap;
  padding: 30px 0 22px;
  border-bottom: 1px solid #6c6c6d;
}
.p-news .s-news__list--txt {
  width: 100%;
  margin-top: 12px;
}
.p-news .s-news__list--more {
  color: #666666;
  /*font-size: calc((1600px / 1920px) * 18.27px);*/
  text-align: right;
  letter-spacing: 0.5px;
  margin: 22px 0 0 auto;
}

.p-single .s-news__list--txt {
  margin-top: 25px;
  line-height: 1.6;
}
.p-single .s-news__content {
  line-height: 2;
  padding: 60px 0;
  border-bottom: 1px solid #6c6c6d;
}
.p-single .s-news__content p + p {
  margin-top: 30px;
}
.p-single .s-news__list--txt {
  /*font-size: calc((1600px / 1920px) * 30px);*/
  font-weight: 600;
}
.p-single .wp-block-image {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-single .s-news__list--txt {
    /*font-size: calc((1600px / 1920px) * 30px);*/
  }
}


/*------------------------------------------------------------
p-news
------------------------------------------------------------*/
.s-form .required {
  color: #fff;
  /*font-size: calc((1600px / 1920px) * 12px);*/
  padding: 2px 15px;
  text-align: center;
  border-radius: 3px;
  margin-right: 15px;
  background: #666666;
}
@media screen and (max-width: 767px) {
  .s-form .required {
    margin-right: 10px;
  }
}

.s-form dl {
  color: #8a8a8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-form dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-form dl {
    display: block;
  }
}

.s-form dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-form dt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.s-form dt .small {
  /*font-size: calc((1600px / 1920px) * 16.56px);*/
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .s-form dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.s-form dd {
  width: 73%;
  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;
}
@media screen and (max-width: 767px) {
  .s-form dd {
    width: 100%;
  }
}
.s-form dd p {
  width: 100%;
}
.s-form .flex-start {
  justify-content: flex-start;
  padding-top: 10px;
}

.s-form dl input, .s-form dl select, .s-form dl textarea {
  width: 100%;
  padding: 12px 20px;
  /*font-size: calc((1600px / 1920px) * 16.56px);*/
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7d7d7e;
  background-color: #adb0b0;
  vertical-align: middle;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s,
  -webkit-box-shadow linear 0.2s;
  font-family: 'Noto Sans JP', sans-serif;
}
.s-form dl input::placeholder, .s-form dl select::placeholder, .s-form dl textarea::placeholder {
  color: #666666;
  font-weight: normal;
}
.s-form dl textarea:focus, .s-form dl input:focus, .s-form dl select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.s-form dl input, .s-form dl select {
  height: 50px;
}
.s-form__radio input {
  vertical-align: -2px;
}
select, .s-form .s-form__date input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/ic-select.svg);
  background-size: 22px 15px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.p-contact .s-contact__form table select::-ms-expand {
  display: none;
}
.s-form .s-form__select select {
  width: 62%;
  max-width: 525px;
}
@media screen and (max-width: 767px) {
  .s-form .s-form__select select, .s-form .s-form__date input {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .s-form textarea {
    height: 250px;
  }
}

.s-form__name--box {
  flex-direction: row;
}
.s-form__name--item, .s-form__name--item p {
  display: flex;
  align-items: center;
}
.s-form__name--item {
  width: 47.5%;
}
.s-form__name--label {
  min-width: 35px;
}
.s-form__name--label + .wpcf7-form-control-wrap {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .s-form__name--label + .wpcf7-form-control-wrap {
    margin-left: 5px;
  }
}

.s-form__checkbox {
  margin-top: 10px;
}
.s-form__checkbox input {
  width: 27px !important;
  height: 27px !important;
}
.s-form__checkbox .wpcf7-list-item:first-child {
  margin: 0;
}

.s-form__submit, #wpcf7cpcnf button {
  text-align: center;
}
.s-form__submit input, .s-form__submit button, #wpcf7cpcnf button {
  color: #fff;
  width: 272px;
  border: none;
  cursor: pointer;
  /*font-size: calc((1600px / 1920px) * 20px);*/
  padding: 12px 0;
  margin: 50px 4% 0;
  background: #666666;
  border-radius: 10px;
  border: 1px solid #666666;
}
@media screen and (max-width: 767px) {
  .s-form__submit input, .s-form__submit button, #wpcf7cpcnf button {
    width: 45%;
    /*font-size: calc((1600px / 1920px) * 18px);*/
    max-width: 170px;
    padding: 10px 0;
    margin: 35px 2% 0;
  }
}
.s-form__submit button {
  color: #373332;
  background-color: #adb0b0;
}

.s-form .wpcf7-spinner {
  position: absolute;
}


/* テーブル */
#wpcf7cpcnf table {
  border: none;
}
#wpcf7cpcnf table th, #wpcf7cpcnf table td {
  padding: 18px 18px 18px 3%;
}
#wpcf7cpcnf table th {
  background-color: #222;
  border: 1px solid #DEE1EF;
  text-align: left;
  width: 35%;
}
#wpcf7cpcnf table td {
  border: 1px solid #DEE1EF;
}

/* ボタン */
div.wpcf7cp-btns {
  text-align: center;
}
#wpcf7cpcnf button {
}

@media screen and (max-width: 767px) {
  #wpcf7cpcnf table th, #wpcf7cpcnf table td {
    display: block;
    width: 100% !important;
    padding: 12px 12px 12px 4%;
  }
  #wpcf7cpcnf table td {
    margin-bottom: 23px;
	  border-top: 0;
  }
}