@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  font-size: 1.2rem;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-breadcrumbs-wrap {
    padding: 10px 0;
  }
}
.l-breadcrumbs-wrap span a {
  color: #0069C4;
}

/* -----------------------------------------------------------------------------
		l-post
		-------------------------------------------------------------------------- */
.l-post > p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post > p {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-separator {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-separator {
    margin: 0 0 30px;
  }
}
.l-post > img {
  width: initial;
}

.l-post > h1,
.l-post > h2,
.l-post > h3,
.l-post > h4,
.l-post > h5,
.l-post > h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post > h1,
  .l-post > h2,
  .l-post > h3,
  .l-post > h4,
  .l-post > h5,
  .l-post > h6 {
    font-size: 2.2rem;
  }
}
.l-post > ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post > ul {
    margin-bottom: 30px;
  }
}
.l-post > ul > li {
  text-indent: -15px;
  padding-left: 15px;
}

.l-post > ul > li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.l-post > ol {
  counter-reset: item;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post > ol {
    margin-bottom: 30px;
  }
}
.l-post > ol > li {
  text-indent: -20px;
  padding-left: 20px;
}

.l-post > ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 3px;
}

.l-post > a {
  color: #1A9BE0;
  text-decoration: none;
  border-bottom: 1px dotted #222;
}

.l-post > a:hover,
.l-post > figure a {
  border-bottom: none;
}

.l-post .wp-block-quote {
  font-size: 1.4rem;
  border-left: none;
  margin: 0 0 20px;
  padding: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote {
    margin: 0 0 30px;
  }
}
.wp-block-columns {
  margin-bottom: 0 !important;
}

.l-post .wp-block-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-image {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-column {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 2000px) {
  body .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 5px) !important;
        flex-basis: calc(50% - 5px) !important;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 10px !important;
  }
}
.l-post ul.wp-block-gallery {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul.wp-block-gallery {
    margin-bottom: 30px;
  }
}
.l-post ul.wp-block-gallery li::before,
.l-post ul.blocks-gallery-grid li::before {
  display: none !important;
}

.blocks-gallery-grid {
  margin-right: -5px !important;
}

.blocks-gallery-item {
  padding-left: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
		-------------------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.4rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1A9BE0), to(#60C8FF));
  background: linear-gradient(to right, #1A9BE0, #60C8FF);
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current,
  .wp-pagenavi a {
    width: 60px;
    height: 60px;
    line-height: 4;
  }
}
.wp-pagenavi a {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#1A9BE0), to(#60C8FF));
  background: linear-gradient(to right, #1A9BE0, #60C8FF);
  color: #fff;
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404 {
  width: 100%;
  padding: 100px 20px;
}
@media screen and (min-width: 768px) {
  .l-404 {
    padding: 165px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-404 {
    width: calc(100% - 240px);
  }
}
.l-404-inner {
  max-width: 960px;
  margin: 0 auto;
}

.l-404-inner a {
  color: #333;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
		l-support-contents
		-------------------------------------------------------------------------- */
.l-support-contents {
  width: 100%;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .l-support-contents {
    padding: 35px 0 60px;
  }
}
.l-support-contents-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
		l-search
		-------------------------------------------------------------------------- */
.l-search-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 40px 20px 30px;
}

.l-support-contents-search .l-mv-search-container-box {
  margin-top: 40px;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
	-------------------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}
.wp-pagenavi .current {
  background-color: #A8A8A8;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 1.6rem;
  color: #fff;
  background: #A8A8A8;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 2.4;
  border-radius: 4px;
}
.wp-pagenavi a {
  color: #fff;
  text-decoration: none;
  background-color: #A8A8A8;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi a:hover {
  background-color: #329D32;
  color: #fff;
}
/* -----------------------------------------------------------------------------
		single page
		-------------------------------------------------------------------------- */
.l-lower-single {
  width: 100%;
  padding: 35px 20px 60px;
}
.l-lower-single-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-single-content-box {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  margin-top: 40px;
  padding: 40px 20px 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-single-content-box {
    padding: 40px;
  }
}
.l-lower-single-back-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 60px;
}

.l-lower-single-back-btn {
  margin-top: 30px;
}

.l-lower-single-back-btn a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  padding-left: 10px;
}

.l-lower-single-back-btn a:hover {
  text-decoration: underline;
}

.l-lower-single-back-btn a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-single-back-btn-referer {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.l-lower-single-back-btn-referer a {
  color: #258B28;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-single-back-btn-referer a:hover {
  text-decoration: underline;
}

.l-lower-single-back-btn-prev {
  position: absolute;
  left: 0;
  z-index: 1;
}

.l-lower-single-back-btn-next {
  position: absolute;
  right: 0;
  z-index: 1;
}

.l-lower-single-back-btn-next a {
  padding-left: 0;
  padding-right: 10px;
}

.l-lower-single-back-btn-next a::before {
  left: inherit;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* -----------------------------------------------------------------------------
		l-post
		-------------------------------------------------------------------------- */
.l-post p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-separator {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-separator {
    margin: 0 0 30px;
  }
}
.l-post img {
  width: initial;
}

.l-post h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  background-color: #F2F2F2;
  padding: 5px 10px;
}
.l-post h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.l-post h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #E7E7E7;
  margin-right: 15px;
  vertical-align: -4px;
}

.l-post h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.l-post h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 4px;
  background-color: #329D33;
  margin-right: 5px;
  vertical-align: middle;
}

.l-post h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.l-post ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul {
    margin-bottom: 30px;
  }
}
.l-post ul li {
  text-indent: -15px;
  padding-left: 15px;
}

.l-post ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.l-post ol {
  counter-reset: item;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ol {
    margin-bottom: 30px;
  }
}
.l-post ol li {
  text-indent: -20px;
  padding-left: 20px;
}

.l-post ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 3px;
  font-family: "Roboto", sans-serif;
}

.l-post a {
  color: #258B28;
  text-decoration: none;
  text-decoration: underline;
}

.l-post a:hover {
  text-decoration: none;
}

.l-post .wp-block-table {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-table {
    margin-bottom: 40px;
  }
}
.l-post .wp-block-table thead {
  border-bottom: none;
}

.l-post .wp-block-table th {
  padding: 10px;
  text-align: left;
  background-color: #F2F2F2;
  border-color: #CCCCCC;
}

.l-post .wp-block-table td {
  padding: 10px;
  border-color: #CCCCCC;
}

.l-post .wp-block-quote {
  position: relative;
  font-size: 1.6rem;
  border-left: none;
  margin: 0 0 30px;
  padding: 25px 20px;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote {
    margin: 0 0 40px;
    padding: 30px;
  }
}
.l-post .wp-block-quote::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../img/common/cmn_ico19.png);
  background-size: cover;
  position: absolute;
  top: 12px;
  left: 12px;
}

.l-post .wp-block-quote p {
  color: #666666;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

.wp-block-quote cite {
  text-align: right;
  color: #666666 !important;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.wp-block-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-image img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.wp-block-image figcaption {
  font-size: 1.2rem !important;
  letter-spacing: 0.05em;
  color: #666666;
  text-align: left !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.l-post .wp-block-column {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-column {
    margin-bottom: 20px;
  }
}
.wp-block-columns.is-layout-flex {
  gap: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-columns.is-layout-flex {
    gap: 3% !important;
  }
}
/* -----------------------------------------------------------------------------
		contact page
		-------------------------------------------------------------------------- */
.l-support-contents-contact-wrap {
  width: 100%;
}

.l-support-contents-contact-inner {
  max-width: 960px;
  margin: 80px auto 40px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-contact-inner {
    margin: 140px auto 60px;
  }
}
.l-support-contents-contact-ttl {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-contact-ttl {
    padding: 0 30px;
  }
}
.l-support-contents-contact-form {
  background-color: #F2F2F2;
  margin-top: 40px;
  padding: 40px 20px;
}

.l-support-contents-contact-form-inner {
  max-width: 720px;
  margin: 0 auto;
}

.l-support-contents-contact-thanks-back {
  margin-top: 20px;
}

.l-support-contents-contact-thanks-back a {
  color: #333;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
		contact form
		-------------------------------------------------------------------------- */
.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-contact-dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.m-required {
  font-size: 1.2rem;
  color: #fff;
  padding: 0px 5px 2px;
  margin-left: 10px;
  background-color: #D32F2F;
}

.l-contact-dl dd {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 30px;
}

.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email],
.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
}

::-webkit-input-placeholder {
  color: #A8A8A8;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

::-moz-placeholder {
  color: #A8A8A8;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

:-ms-input-placeholder {
  color: #A8A8A8;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

::-ms-input-placeholder {
  color: #A8A8A8;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

::placeholder {
  color: #A8A8A8;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 250px;
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}

.checkbox-input input {
  display: none;
}

.checkbox-input input + span {
  padding-left: 40px;
  display: inline-block;
  position: relative;
}

.checkbox-input input + span::after,
.checkbox-input input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.checkbox-input input + span::before {
  border: 2px solid #CCCCCC;
  background-color: #ffffff;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox-input input + span::after {
  height: 12px;
  width: 15px;
  background-image: url(../img/common/cmn_ico20.png);
  background-size: cover;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.checkbox-input input:checked + span::after {
  display: block;
}

.checkbox-input input:checked + span::before {
  background-color: #329D32;
  border: 2px solid #329D32;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 5px !important;
  margin-bottom: 10px !important;
}

.wpcf7-list-item:first-of-type {
  margin-top: 15px;
}

.l-contact-button-box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 7px 25px;
  position: relative;
  border-radius: 8px;
  background-color: #157DD2;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-contact-button-box input[type=submit]:hover {
  background-color: #157DD2;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-contact-button-box input[type=submit]:hover {
    background-color: #1D8FE4;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  }
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important;
}

.wpcf7-spinner {
  display: none !important;
}