@charset "UTF-8";
/*=========================================

Home

=========================================*/
/*-----------------------
visual
------------------------*/
.visual-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .visual-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .visual-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.visual-container {
  border-radius: 30px;
  background-image: url(../img/home/visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.visual-txt {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 834px) {
  .visual-txt {
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 540px) {
  .visual-txt {
    right: 20px;
    bottom: 50px;
  }
}
.visual-txt h2 {
  line-height: 1;
  letter-spacing: 0.4rem;
  font-size: max(3vw, 40px);
  text-align: right;
  font-weight: 700;
}
@media (max-width: 540px) {
  .visual-txt h2 {
    font-size: 30px;
  }
}
.visual-txt h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0.3rem 1rem 0.5rem;
}
.visual-txt h2 span.mb {
  margin-bottom: 14px;
}
@media (max-width: 540px) {
  .visual-txt h2 span.mb {
    margin-bottom: 8px;
  }
}

/*-----------------------
about
------------------------*/
.about-flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-flex .about-txt {
  width: 50.2%;
}
@media (max-width: 540px) {
  .about-flex .about-txt {
    width: 100%;
    margin-bottom: 50px;
  }
}
.about-flex .about-txt h4 {
  color: #37AAB3;
  margin-bottom: 30px;
}
.about-flex .about-txt h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 18px;
  background: #37AAB3;
}
.about-flex .about-txt h3 {
  margin-bottom: 50px;
}
.about-flex .about-img {
  width: 40.277%;
}
@media (max-width: 540px) {
  .about-flex .about-img {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
  }
}
.about-flex .about-img img {
  width: 100%;
  aspect-ratio: 580/600;
}
@media (max-width: 834px) {
  .about-flex .about-img img {
    height: 50vw;
  }
}
@media (max-width: 540px) {
  .about-flex .about-img img {
    height: auto;
  }
}

/*-- banner --*/
@media (max-width: 540px) {
  .lifull-banner {
    text-align: center;
  }
}
.lifull-banner img {
  margin-top: 30px;
  max-width: 100%;
}

/*-----------------------
message
------------------------*/
.message-flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 100px;
}
@media (max-width: 540px) {
  .message-flex {
    margin-bottom: 70px;
  }
}
.message-flex .message-img {
  width: 60.625%;
  margin-right: -5%;
}
@media (max-width: 834px) {
  .message-flex .message-img {
    width: 95%;
    margin-bottom: 80px;
  }
}
@media (max-width: 540px) {
  .message-flex .message-img {
    margin-bottom: 50px;
  }
}
.message-flex .message-img img {
  width: 100%;
  aspect-ratio: 970/630;
  border-radius: 18vw 0 0 18vw;
}
@media (max-width: 834px) {
  .message-flex .message-img img {
    border-radius: 27vw 0 0 27vw;
  }
}
.message-flex .message-txt {
  width: 35%;
}
@media (max-width: 834px) {
  .message-flex .message-txt {
    width: 100%;
  }
}
.message-flex .message-txt .title {
  margin-bottom: 70px;
}
@media (max-width: 540px) {
  .message-flex .message-txt .title {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 835px) {
  .message-flex .message-img {
    margin-right: -80px;
  }
}
.sec-message .message-name {
  border-left: 3px solid #66BFBD;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .sec-message .message-name {
    margin-bottom: 30px;
  }
}
.sec-message .message-name .katagaki {
  margin-bottom: 10px;
}
.sec-message .message-name .name {
  margin-bottom: 15px;
}
.sec-message .message-name .fb-link {
  margin-top: 15px;
}
.sec-message .message-name .fb-link i {
  margin-right: 3px;
}

.sec-message .license:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #1a1a1a;
}

/* message under */
.message2-flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message2-flex .message2-left {
  width: 38.88%;
}
@media (max-width: 834px) {
  .message2-flex .message2-left {
    width: 100%;
  }
}
.message2-flex .message2-left .message2-img-top img {
  width: 100%;
  aspect-ratio: 560/360;
  margin-bottom: 30px;
}
.message2-flex .message2-left .keireki-container {
  background-color: #f2f2f2;
  padding: 30px 36px;
}
@media (max-width: 540px) {
  .message2-flex .message2-left .keireki-container {
    padding: 25px 20px;
  }
}
.message2-flex .message2-left .keireki-container h5 {
  margin-bottom: 10px;
}
.message2-flex .message2-left .keireki-container .keireki-list {
  margin-left: 20px;
}
.message2-flex .message2-left .keireki-container .keireki-list li {
  list-style: disc;
}
.message2-flex .message2-right {
  width: 50%;
}
@media (max-width: 834px) {
  .message2-flex .message2-right {
    width: 100%;
    margin-bottom: 50px;
  }
}
.message2-flex .message2-right h3 {
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .message2-flex .message2-right h3 {
    margin-bottom: 30px;
  }
}
.message2-flex .message2-right .sign {
  margin-top: 30px;
}

/*-----------------------
topics
------------------------*/
.topics-flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics-flex .title {
  margin-bottom: 80px;
}
@media (max-width: 540px) {
  .topics-flex .title {
    margin-bottom: 50px;
  }
}
.topics-flex .topics-left {
  width: 43.4027%;
}
@media (max-width: 834px) {
  .topics-flex .topics-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.topics-flex .topics-left .topics-img img {
  width: 100%;
  aspect-ratio: 625/700;
}
@media (max-width: 834px) {
  .topics-flex .topics-left .topics-img img {
    aspect-ratio: 625/400;
  }
}
.topics-flex .topics-txt {
  width: 47.5%;
}
@media (max-width: 834px) {
  .topics-flex .topics-txt {
    width: 100%;
  }
}

.topics-flex .topics-list li {
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .topics-flex .topics-list li {
    margin-bottom: 40px;
  }
}
.topics-flex .topics-list li:last-child {
  margin-bottom: 0;
}
.topics-flex .topics-list li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  color: #37AAB3;
  font-weight: 700;
  margin-bottom: 20px;
  font-style: italic;
}
.topics-flex .topics-list li .number:after {
  display: inline-block;
  width: 22px;
  height: 2px;
  margin-left: 10px;
  margin-bottom: 2px;
  background-color: #37AAB3;
  content: "";
}
.topics-flex .topics-list li h4 {
  margin-bottom: 30px;
}

/*-----------------------
CPM
------------------------*/
.sec-cpm .title {
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .sec-cpm .title {
    margin-bottom: 40px;
  }
}
.sec-cpm .btn {
  margin-top: 40px;
}

.cpm-flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cpm-flex .cpm-img {
  width: 40.277%;
}
@media (max-width: 834px) {
  .cpm-flex .cpm-img {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 540px) {
  .cpm-flex .cpm-img {
    margin-bottom: 50px;
  }
}
.cpm-flex .cpm-img img {
  width: 100%;
  aspect-ratio: 580/650;
}
@media (max-width: 834px) {
  .cpm-flex .cpm-img img {
    aspect-ratio: 580/400;
  }
}
.cpm-flex .cpm-txt {
  width: 50.2%;
}
@media (max-width: 834px) {
  .cpm-flex .cpm-txt {
    width: 100%;
  }
}

/*-----------------------
campany
------------------------*/
.sec-campany .title {
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .sec-campany .title {
    margin-bottom: 40px;
  }
}

.campany-flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.campany-flex .campany-txt {
  width: 43.75%;
}
@media (max-width: 834px) {
  .campany-flex .campany-txt {
    width: 100%;
  }
}
.campany-flex .campany-img {
  width: 47.222%;
}
@media (max-width: 834px) {
  .campany-flex .campany-img {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 540px) {
  .campany-flex .campany-img {
    margin-bottom: 50px;
  }
}

.sec-campany .campany-tbl {
  width: 100%;
  margin: 0 auto;
}
.sec-campany .campany-tbl th, .sec-campany .campany-tbl td {
  border-bottom: 1px dotted #666666;
  font-weight: 400;
  vertical-align: top;
  padding: 20px 10px;
  text-align: left;
}
@media (max-width: 834px) {
  .sec-campany .campany-tbl th, .sec-campany .campany-tbl td {
    padding: 20px 0;
  }
}
.sec-campany .campany-tbl th {
  width: 30%;
  text-align: left;
}
@media (max-width: 834px) {
  .sec-campany .campany-tbl th {
    width: 28%;
  }
}

.campany-flex .campany-img {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 25vw 16vw;
  gap: 12px;
}
@media (max-width: 834px) {
  .campany-flex .campany-img {
    grid-template-rows: 55vw 40vw;
  }
}
.campany-flex .campany-img img {
  width: 100%;
  height: 100%;
}
.campany-flex .campany-img .img-1 {
  grid-column: 1/3;
  grid-row: 1/2;
  height: 100%;
  border-radius: 30px 30px 0 0;
}
.campany-flex .campany-img .img-2 {
  border-radius: 0 0 0 30px;
}
.campany-flex .campany-img .img-3 {
  border-radius: 0 0 30px 0;
}

/*-----------------------
athome bnr
------------------------*/
.athome-bnr {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .athome-bnr {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .athome-bnr {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.athome-bnr a {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  background-color: #37AAB3;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  padding: 80px 30px;
}
@media (max-width: 540px) {
  .athome-bnr a {
    padding: 50px 30px;
    border-radius: 15px;
  }
}
.athome-bnr a i {
  margin-right: 10px;
}

/*-----------------------
map
------------------------*/
.gmap-wrap {
  position: relative;
  height: 0;
  padding-bottom: 45%;
  overflow: hidden;
  margin-top: 50px;
}
@media (max-width: 540px) {
  .gmap-wrap {
    padding-bottom: 60%;
  }
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=========================================

LOW Page

=========================================*/
/*-----------------------
WP 初期設定
------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.wp-block-gallery > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-image figcaption {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0;
  color: #666666;
}

.wp-block-button a {
  text-decoration: none !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

mark {
  font-style: normal;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

* {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 15px;
  --wp--preset--font-size--large: 22px;
  --wp--preset--font-size--x-large: 24px;
}

@media (max-width: 540px) {
  * {
    --wp--preset--font-size--small: 12px;
    --wp--preset--font-size--medium: 14px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 22px;
  }
}
/*-----------------------
WP Page
------------------------*/
.wp-page .inner,
.wp-single .inner {
  max-width: 860px;
  margin-inline: auto;
}

/* single title */
.blog-title-container {
  border-bottom: 2px solid #b2dfdf;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.blog-title-container .topics-number,
.blog-title-container .blog-date {
  color: #37AAB3;
}
.blog-title-container .topics-number {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .blog-title-container .topics-number {
    font-size: 16px;
  }
}
.blog-title-container .blog-title {
  font-size: 33px;
  margin-bottom: 18px;
}
@media (max-width: 540px) {
  .blog-title-container .blog-title {
    font-size: 24px;
  }
}
.blog-title-container .blog-date {
  font-weight: 400;
  font-size: 14px;
}
.blog-title-container .blog-date i {
  margin-right: 5px;
}

/* page title */
.wp-page-title {
  font-size: 40px;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .wp-page-title {
    font-size: 34px;
  }
}

.wp-single article {
  word-wrap: break-word;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #b2dfdf;
}
@media (max-width: 540px) {
  .wp-single article {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.wp-single article,
.wp-page article {
  word-wrap: break-word;
}
.wp-single article h2,
.wp-page article h2 {
  font-size: 24px;
  margin-top: 70px;
  margin-bottom: 25px;
  background-color: #e6e6e6;
  padding: 10px;
}
@media (max-width: 540px) {
  .wp-single article h2,
  .wp-page article h2 {
    font-size: 22px;
  }
}
.wp-single article h3,
.wp-page article h3 {
  font-size: 22px;
  margin-top: 45px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #606060;
}
@media (max-width: 540px) {
  .wp-single article h3,
  .wp-page article h3 {
    font-size: 20px;
  }
}
.wp-single article h4,
.wp-page article h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .wp-single article h4,
  .wp-page article h4 {
    font-size: 17px;
  }
}
.wp-single article h5,
.wp-page article h5 {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .wp-single article h5,
  .wp-page article h5 {
    font-size: 16px;
  }
}
.wp-single article p,
.wp-page article p {
  margin-bottom: 1.3rem;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 540px) {
  .wp-single article p,
  .wp-page article p {
    font-size: 15px;
  }
}
.wp-single article p a,
.wp-page article p a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #dc2310;
}
.wp-single article ul li,
.wp-page article ul li {
  list-style: initial;
  margin-left: 20px;
  font-size: 16px;
}
@media (max-width: 540px) {
  .wp-single article ul li,
  .wp-page article ul li {
    font-size: 15px;
  }
}
.wp-single article ol li,
.wp-page article ol li {
  list-style: initial;
  list-style-type: decimal;
  margin-left: 26px;
  font-size: 16px;
}
@media (max-width: 540px) {
  .wp-single article ol li,
  .wp-page article ol li {
    font-size: 15px;
  }
}
.wp-single article .has-background,
.wp-page article .has-background {
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 30px;
}
@media (max-width: 540px) {
  .wp-single article .has-background,
  .wp-page article .has-background {
    padding: 25px 25px;
  }
}
.wp-single article .wp-block-separator,
.wp-page article .wp-block-separator {
  border: none;
  border-top: dashed 1px #999999;
  height: 1px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wp-single article .border,
.wp-page article .border {
  border: 1px solid #cdcabf;
  padding: 15px;
}
@media (max-width: 540px) {
  .wp-single article .border,
  .wp-page article .border {
    margin-bottom: 10px;
  }
}

/*-----------------------
WP Back btn
------------------------*/
.wp-backbtn-container {
  display: block;
  width: 100%;
  text-align: center;
}
.wp-backbtn-container .back-btn 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: 250px;
  height: 56px;
  padding-bottom: 2px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid #66BFBD;
  color: #37AAB3;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .wp-backbtn-container .back-btn a {
    font-size: 16px;
    height: 54px;
    border-radius: 27px;
  }
}
.wp-backbtn-container .back-btn a:hover {
  background-color: #66BFBD;
  color: #fff;
  opacity: 1;
}

/*-----------------------
Related Post
------------------------*/
.related-container {
  margin-top: 100px;
}
.related-container .related-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 540px) {
  .related-container .related-title {
    margin-bottom: 35px;
  }
}
.related-container .related-title span {
  display: block;
}
.related-container .related-title .en {
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .related-container .related-title .en {
    font-size: 30px;
  }
}
.related-container .related-title .jp {
  font-size: 16px;
}

.related-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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.related-list li {
  width: 31%;
}
@media (max-width: 540px) {
  .related-list li {
    width: 80%;
    margin: 0 auto 30px;
  }
  .related-list li:last-child {
    margin-bottom: 0;
  }
}
.related-list li a:hover {
  opacity: 1;
}
.related-list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.related-list .related-list-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 15px;
}
.related-list .related-list-img img {
  width: 100%;
  aspect-ratio: 360/240;
}
.related-list .related-list-title {
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 540px) {
  .related-list .related-list-title {
    font-size: 14px;
  }
}

/*-----------------------
page navi
------------------------*/
.pagination {
  clear: both;
  position: relative;
  font-size: 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.pagination-box {
  display: inline-block;
  margin-bottom: 7rem;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #1a1a1a;
  background: #eae9e3; /* 通常の背景色 */
}

.pagination a:hover {
  opacity: 1;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #fff;
  background: #333;
}

@media only screen and (max-width: 540px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}
/*-----------------------
form
------------------------*/
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  background: #f0f0f0;
  margin-bottom: 7px;
}

.formbox {
  margin: 0 auto 0;
  text-align: left;
}

.formbox .form-hissu {
  margin-bottom: 20px;
}
.formbox .form-hissu span {
  color: #cc0000;
}

.formbox .form-txt {
  margin-bottom: 10px;
  font-size: 15px;
}
.formbox .form-txt strong {
  font-weight: 700;
}

.formbox dl {
  margin-bottom: 20px;
  font-size: 16px;
}

.formbox dt {
  margin-bottom: 5px;
  font-size: 15px;
}

.formbox dd {
  letter-spacing: 0.01em;
}

.formbox dt span {
  color: #e60012;
}

.formbox input {
  padding: 12px;
  border: none;
  font-size: 16px;
}

.formbox textarea {
  padding: 12px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 150px;
  border: none;
  background: #f0f0f0;
}

#formbtn {
  display: block;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 30px;
  margin: 60px auto 0;
  width: 100%;
  text-align: center;
  padding: 1rem 3rem;
  letter-spacing: 2px;
  border: none !important;
  color: #fff;
  background: #3c3c3c;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#formbtn:hover {
  opacity: 0.8;
}

.formbox dd label {
  cursor: pointer !important;
}

span.wpcf7-list-item {
  position: relative;
  margin: 0;
  display: block;
  line-height: 1.4;
  padding: 0 0 0.2em !important;
  margin-bottom: 3px;
}

.formbox .yoko span.wpcf7-list-item {
  display: inline-block !important;
  margin-right: 1.4rem !important;
  letter-spacing: 0.05em !important;
}

.wpcf7-not-valid-tip {
  margin-bottom: 8px;
  color: #cc0000 !important;
  font-size: 1.4rem !important;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
  font-size: 16px;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #666;
  border-radius: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 1px;
  width: 15px;
  height: 14px;
  background: url("../img/common/check.png") no-repeat center;
  background-size: contain;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #cc0000 !important;
  color: #cc0000;
}

.form-under-txt {
  line-height: 1.4;
  font-size: 1.4rem;
}

.form-cution p {
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}

/*-----------------------
 reCAPTCHAバッジ非表示
-----------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}