@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 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;
  }
}
/* -----------------------------------------------------------------------------
		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-manualguide-ttl {
  margin-bottom: 40px;
  padding: 0 30px;
}

/* -----------------------------------------------------------------------------
		下層ページ上部目的別カテゴリボタン（共通）
		-------------------------------------------------------------------------- */
.l-support-contents-bypurpose-box {
  background-color: #F2F2F2;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-bypurpose-box {
    padding: 30px;
  }
}
.l-support-contents-bypurpose-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-bypurpose-ttl {
    margin-bottom: 30px;
  }
}
.l-support-contents-bypurpose-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-bypurpose-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px 2%;
  }
}
.l-support-contents-bypurpose-items li {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  -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;
}
@media screen and (min-width: 768px) {
  .l-support-contents-bypurpose-items li {
    width: 32%;
  }
}
.l-support-contents-bypurpose-items li a {
  color: #333333;
  display: block;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-support-contents-bypurpose-items li:hover a {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .l-support-contents-bypurpose-items li:hover a {
    color: #258B28;
  }
}
.l-support-contents-bypurpose-items li span {
  position: relative;
}

.l-support-contents-bypurpose-items li span::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: -10px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-support-contents-bypurpose-items li:hover span::after {
  border-color: #333;
}
@media screen and (min-width: 768px) {
  .l-support-contents-bypurpose-items li:hover span::after {
    border-color: #258B28;
  }
}
.l-support-contents-bypurpose-items li:hover {
  -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-support-contents-bypurpose-items li:hover {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
}
/* -----------------------------------------------------------------------------
		single page
		-------------------------------------------------------------------------- */
.l-lower-single {
  width: 100%;
  padding: 35px 20px 60px;
}
@media screen and (min-width: 1000px) {
  .l-lower-single {
    width: calc(100% - 240px);
  }
}
.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);
}

/* -----------------------------------------------------------------------------
		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;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-contact-form {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.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;
}

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

/* -----------------------------------------------------------------------------
	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;
}
/* -----------------------------------------------------------------------------
		construction page
		-------------------------------------------------------------------------- */
.l-support-contents-construction-ttl {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-construction-ttl {
    padding: 0 30px;
  }
}
.l-support-contents-construction .m-cmn-sub-ttl-wrap {
  margin-top: 40px;
  margin-bottom: 10px;
}

.l-support-contents-construction-link {
  text-align: right;
  padding: 0 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-construction-link {
    padding: 0 30px;
  }
}
.l-support-contents-construction-link a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #157DD2;
}

.l-support-contents-construction-link a::after {
  content: "";
  display: inline-block;
  width: 6.5px;
  height: 10px;
  background-image: url(../img/common/cmn_ico21.png);
  background-size: contain;
  margin-left: 5px;
}

.l-rss-section {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-rss-section {
    padding: 0 30px;
  }
}
.l-rss-section-inner {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.l-rss-section h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 14px 20px;
  background-color: #F2F2F2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.l-rss-section h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 4px;
  background-color: #329D33;
  margin-right: 5px;
}

.l-rss-section ul {
  padding: 20px;
}

.l-rss-section ul li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E7E7E7;
}

.l-rss-section ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.l-rss-section ul li p {
  font-size: 1.4rem;
  color: #8F8F8F;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}

.l-rss-section ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #157DD2;
  line-height: 1.8;
}