@charset "UTF-8";
/*
Theme Name: Lightning-child_v2
Text Domain: lightning
*/
/*********************************************
ALL
*********************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #2b2b2b;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  word-break: normal; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 0.9375rem;
      margin: 0; } }

.spOnly {
  display: none; }
  @media screen and (max-width: 767px) {
    .spOnly {
      display: inherit; } }

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none; } }

h2 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 40px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 20px;
      padding: 0 20px; } }

h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 2.4rem;
  display: block;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.375rem;
      margin-bottom: 15px; } }

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8rem;
  display: block; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 1.125rem;
      line-height: 1.6rem; } }

main .inner,
.info .inner,
footer .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    main .inner,
    .info .inner,
    footer .inner {
      width: 94%; } }

/*********************************************
余白 / 文字
*********************************************/
.tCenter,
.tCenter-pc {
  text-align: center; }

@media screen and (max-width: 767px) {
  .tCenter-pc {
    text-align: left; } }

.tLeft {
  text-align: left; }

.inLineBlock {
  display: inline-block;
  width: auto; }

.ptrbl20 {
  padding: 20px; }

.ptb60_prl40 {
  padding: 60px 40px; }
  @media screen and (max-width: 767px) {
    .ptb60_prl40 {
      padding: 30px 20px; } }

.ptb20 {
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    .ptb20 {
      padding: 15px 0; } }

.ptb30 {
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .ptb30 {
      padding: 15px 0; } }

.ptb60 {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .ptb60 {
      padding: 30px 0; } }

.ptb80 {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .ptb80 {
      padding: 40px 0; } }

.ptb120 {
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .ptb120 {
      padding: 60px 0; } }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt40 {
  margin-top: 40px !important; }
  @media screen and (max-width: 767px) {
    .mt40 {
      margin-top: 20px !important; } }

.mr10 {
  margin-right: 10px; }

.mb15 {
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .mb15 {
      margin-bottom: 5px; } }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .mb40 {
      margin-bottom: 20px; } }

.mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .mb60 {
      margin-bottom: 30px; } }

.pb40 {
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .pb40 {
      padding-bottom: 20px; } }

.fColorBlue {
  color: #62c3d0; }

.fSize20 {
  font-size: 1.25rem;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .fSize20 {
      font-size: 1.125rem; } }

.fSize30 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .fSize30 {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 10px; } }

.fSize70 {
  font-size: 4rem; }
  @media screen and (max-width: 767px) {
    .fSize70 {
      font-size: 2.7rem; } }

.lHeight1_5 {
  line-height: 1.5rem; }

.lHeight2 {
  line-height: 2rem; }

.tBold,
strong {
  font-weight: 600; }

p {
  line-height: 1.8rem; }
  @media screen and (max-width: 767px) {
    p {
      line-height: 1.6rem; } }

a {
  color: #3aa74f;
  font-weight: 700; }
  a:hover {
    color: #62c3d0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

/*********************************************
bg
*********************************************/
.bgGray {
  background: #f2f2f2; }

.bgBlueGreen {
  background: #19a8a3; }

.bgLightGreen {
  background: #e9f1ec; }

/*********************************************
よくある質問
*********************************************/
.faq_area {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/ }
  .faq_area .accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0; }
  .faq_area .accordion-area li {
    margin: 20px 0;
    background: #fff; }
  .faq_area .accordion-area section {
    border: 1px solid #c4c4c4; }
  .faq_area .qa-title {
    text-align: left;
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: bold;
    line-height: 2rem;
    padding: 1.25rem 3.2rem 1.25rem 1.25rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 767px) {
      .faq_area .qa-title {
        font-size: 1.125rem;
        line-height: 1.7rem;
        padding: 0.9375rem 3.2rem 0.9375rem 0.9375rem; } }
  .faq_area .qa-title::before,
  .faq_area .qa-title::after {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 4px;
    background-color: #3aa74f; }
  .faq_area .qa-title::before {
    top: 48%;
    right: 1.25rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .faq_area .qa-title::after {
    top: 48%;
    right: 1.25rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .faq_area .qa-title.qa-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .faq_area .qa-title.qa-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .faq_area .qa-box {
    font-size: 1rem;
    display: none;
    /*はじめは非表示*/
    background: #f2f2f2;
    margin: 0 1.25rem 1.25rem 1.25rem;
    padding: 1.25rem; }
  .faq_area .accordion-area h3 {
    margin: 0; }

/*********************************************
フォーム
*********************************************/
#contents .formWrapper {
  text-align: left;
  font-weight: 400;
  /*	max-width: 980px;*/
  max-width: 700px;
  width: 90%;
  margin: 0px auto; }

@media screen and (max-width: 768px) {
  #contents .formWrapper {
    width: 100%;
    margin: 0 auto 60px; }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0; } }

#contents .bgLightGreen .formWrapper {
  background: #fff;
  padding: 1rem; }

#contents .formWrapper dl {
  display: table;
  padding-bottom: 10px;
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  #contents .formWrapper dl {
    width: 100%;
    padding: 10px 0;
    border: none;
    display: block; } }

#contents .formWrapper dl:nth-last-of-type(1) {
  border: none; }

#contents .formWrapper dl dt {
  letter-spacing: 0.5px;
  min-width: 280px;
  width: 27%;
  padding: 15px;
  background: #f2f2f2;
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  #contents .formWrapper dl dt {
    width: 100%;
    margin-bottom: 10px;
    display: block; } }

#contents .formWrapper dl dt span {
  display: inherit; }

#contents .formWrapper dl dt,
#contents .formWrapper dl dd {
  font-size: 16px;
  line-height: 1.6em; }

@media screen and (max-width: 375px) {
  #contents .formWrapper dl dt,
  #contents .formWrapper dl dd {
    font-size: 15px;
    line-height: 1.5em; } }

#contents .formWrapper dl dd {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  #contents .formWrapper dl dd {
    width: 100%;
    display: block; } }

#contents .formWrapper dl dd p:nth-last-of-type(1) {
  margin: 0; }

#contents .formWrapper .policy {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  height: 150px;
  overflow: scroll;
  font-size: 14px;
  border: 1px solid #eee; }

@media screen and (max-width: 768px) {
  #contents .formWrapper .policy {
    width: 94%; } }

#contents .formWrapper .policy dl {
  display: block; }

#contents .formWrapper .policy dl dt,
#contents .formWrapper .policy dl dd {
  width: 100%; }

#contents .formWrapper .policy dl dt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  background: none;
  padding: 0;
  min-width: inherit;
  display: inherit; }

#contents .formWrapper .policy dl dd {
  font-size: 13px;
  display: inherit;
  padding: 0; }

#contents .formWrapper .policy h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px dotted #ccc; }

@media screen and (max-width: 768px) {
  #contents .formWrapper .policy h3 {
    font-size: 14px; } }

#contents .formWrapper .termsInput {
  text-align: center;
  padding: 20px 0; }

@media screen and (max-width: 375px) {
  #contents .formWrapper .termsInput {
    font-size: 14px; } }

#contents .formWrapper .required {
  font-size: 0.68rem;
  line-height: 1.2rem;
  color: #fff;
  width: 33px;
  background: #62c3d0;
  padding: 2px 5px;
  margin-top: 3px;
  margin-right: 15px;
  display: inline-block; }

@media screen and (max-width: 375px) {
  #contents .formWrapper .required {
    font-size: 11px;
    line-height: 1.3em; } }

#contents .formWrapper .termsInput .required {
  float: none;
  margin: 0 0 0 15px; }

@media screen and (max-width: 375px) {
  #contents .formWrapper .termsInput .required {
    margin: 0 0 0 10px; } }

#contents .formWrapper .termsInput .wpcf7-list-item label {
  margin: 0; }

.mw_wp_form label a {
  margin-left: 6px; }

.mw_wp_form label input[type="checkbox"],
.mw_wp_form label input[type="radio"] {
  margin-right: 4px; }

/* #contents form input,  */
#contents form textarea,
#contents form select,
#contents form input[type="email"],
#contents form input[type="text"] {
  font-family: "Noto Sans Japanese", sans-serif;
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 4px; }

#contents form input[type="tel"] {
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 4px; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px; }

#contents form textarea {
  width: 97%; }

#contents form select {
  padding: 8px 10px 8px 5px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: 0.1rem; }

@media screen and (max-width: 575px) {
  #contents form input,
  #contents form textarea,
  #contents form select {
    max-width: 100%; } }

#contents form input:focus,
#contents form textarea:focus,
#contents form select:focus {
  outline: none;
  border: 1px solid #e5004f;
  background-color: #f2f2f2; }

#contents form input.alert,
#contents form textarea.alert,
#contents form select.alert {
  border: 1px solid #eb6e6e;
  background-color: #ffebeb; }

#contents form input.alert::-webkit-input-placeholder,
#contents form textarea.alert::-webkit-input-placeholder,
#contents form select.alert::-webkit-input-placeholder {
  color: #eb6e6e; }

#contents form input.alert:-ms-input-placeholder,
#contents form textarea.alert:-ms-input-placeholder,
#contents form select.alert:-ms-input-placeholder {
  color: #eb6e6e; }

#contents form input.alert::-ms-input-placeholder,
#contents form textarea.alert::-ms-input-placeholder,
#contents form select.alert::-ms-input-placeholder {
  color: #eb6e6e; }

#contents form input.alert::placeholder,
#contents form textarea.alert::placeholder,
#contents form select.alert::placeholder {
  color: #eb6e6e; }

#contents form input.button-L1 {
  font-size: 1.4rem;
  border: none;
  width: 300px;
  margin: 15px auto 30px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.2rem;
  font-weight: bold;
  padding: 1.4rem 3rem;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: #3aa74f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center; }

#contents form input.button-L1:after {
  position: absolute;
  margin: auto; }

#contents form input.button-L1:hover {
  text-decoration: none;
  color: #3aa74f;
  background: #f5d935;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 575px) {
  #contents form input.button-L1 {
    width: 80%; } }

#contents form input.button-L1:after {
  display: none; }

#contents form input.button-L1.disable,
a.button-L1.disable {
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

#contents form .error {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold; }

#contents form .error:before {
  content: "※"; }

#contents .aroundLink {
  width: 100%;
  margin: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/****************************************************
 * Contact Form 7 
/***************************************************/
.wpcf7 form .wpcf7-response-output {
  margin: 0 auto 5%;
  max-width: 800px; }

.wpcf7 form .wpcf7-list-item {
  margin: 0; }

.wpcf7 form #siryou .wpcf7-list-item {
  display: block; }

.formWrapper label,
.formWrapper label input[type="checkbox"],
.formWrapper label input[type="radio"] {
  cursor: pointer; }

.formWrapper label a {
  margin-right: 4px; }

.wpcf7 form label a:hover {
  color: #62c3d0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

input[type="text"],
input[type="email"] {
  width: 100%; }

#your-name1,
#your-name2 {
  width: 45%; }

/*********************************************
footer
*********************************************/
footer {
  width: 100%;
  background: #f2f2f2; }
  footer .footerEventCopy {
    background: #19a8a3; }
    footer .footerEventCopy .inner {
      color: #ffffff;
      text-align: center;
      max-width: 1000px;
      margin: 0 auto; }
      footer .footerEventCopy .inner p {
        margin-bottom: 0; }
      footer .footerEventCopy .inner img {
        width: 50%;
        max-width: 148px; }
        @media screen and (max-width: 767px) {
          footer .footerEventCopy .inner img {
            margin-top: 6px; } }
  footer .footer-wrap .logo_f {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 2% 0;
    display: block; }
    footer .footer-wrap .logo_f img {
      width: 250px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        footer .footer-wrap .logo_f img {
          width: 30%; } }
  footer .footer-wrap a {
    color: #444;
    font-weight: bold; }
    footer .footer-wrap a:hover {
      color: #3aa74f;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  footer .footer-wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .footer-wrap .inner {
        display: block; } }
    footer .footer-wrap .inner .f_left {
      width: 25%;
      max-width: 200px;
      margin-right: 10%; }
      @media screen and (max-width: 767px) {
        footer .footer-wrap .inner .f_left {
          width: 100%;
          text-align: center;
          margin: 0 auto 10%; } }
      footer .footer-wrap .inner .f_left img {
        width: 100%; }
    @media screen and (max-width: 767px) {
      footer .footer-wrap .inner .f_right {
        width: 100%;
        display: block; } }
    footer .footer-wrap .inner .f_right dl {
      margin-right: 7%;
      width: 80%; }
      @media screen and (max-width: 767px) {
        footer .footer-wrap .inner .f_right dl {
          margin: 0 auto;
          width: 100%; } }
      footer .footer-wrap .inner .f_right dl dt {
        font-weight: bold;
        line-height: 1.6em; }
        footer .footer-wrap .inner .f_right dl dt:nth-child(1) {
          font-size: 1.5em;
          margin-bottom: 4%; }
          @media screen and (max-width: 767px) {
            footer .footer-wrap .inner .f_right dl dt:nth-child(1) {
              font-size: 1.2em; } }
      footer .footer-wrap .inner .f_right dl dd {
        margin-bottom: 2%; }
    footer .footer-wrap .inner .f_right .pmark {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        footer .footer-wrap .inner .f_right .pmark {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      footer .footer-wrap .inner .f_right .pmark img {
        width: 65px; }
      footer .footer-wrap .inner .f_right .pmark p {
        font-size: 0.7rem;
        line-height: 1.2rem;
        width: 220px;
        margin: 0 0 0 20px;
        display: block; }

.fuk2025b footer {
  padding-bottom: 120px; }

/*********************************************
MV　下層ページ
*********************************************/
.pageMvLogo {
  padding-top: 110px; }
  @media screen and (max-width: 767px) {
    .pageMvLogo {
      padding-top: 50px; } }
  .pageMvLogo h1 {
    text-indent: -9999px;
    height: 0;
    background: url("img/logo_all_blue.png") center bottom no-repeat;
    background-size: 100%;
    width: 160px;
    height: 160px;
    margin: 0 auto; }
