@charset "UTF-8";
.c-news-pager {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
}
.c-news-pager li {
  color: #1266b1;
}
.c-news-pager li a {
  color: #333;
  padding: 0 15px;
}
.c-news-pager li a:hover {
  color: #1266b1;
}
.c-news-pager li.before a {
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  padding: 7px 10px 7px 9px;
  align-items: center;
  background: #1266b1;
}
.c-news-pager li.before a:hover {
  background: #000;
}
.c-news-pager li.after a {
  margin-left: 10px;
  border-radius: 50%;
  display: flex;
  padding: 7px 9px 7px 10px;
  align-items: center;
  background: #1266b1;
}
.c-news-pager li.after a:hover {
  background: #000;
}
.c-news-pager li.current a {
  color: #1266b1;
}

.c-news-content h2 {
  padding: 10px 20px;
  background: #f1f6fc;
  color: #1266b1;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-news-content h2 {
    font-size: 16px;
    padding: 10px 10px;
  }
}
.c-news-content h3 {
  font-size: 18px;
  color: #1266b1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
  border-bottom: solid 2px #1266b1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-news-content h3 {
    font-size: 16px;
  }
}
.c-news-content h4 {
  margin-top: 50px;
  font-size: 16px;
  color: #1266b1;
  margin-bottom: 20px;
  font-weight: 600;
  padding-left: 15px;
  border-left: solid 2px #1266b1;
}
@media screen and (max-width: 768px) {
  .c-news-content h4 {
    font-size: 15px;
  }
}
.c-news-content p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-news-content p {
    font-size: 15px;
  }
}
.c-news-content ul {
  padding-left: 20px;
  margin: 20px 0;
}
.c-news-content ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-weight: 500;
}
.c-news-content img {
  width: 100%;
  margin: 30px auto;
  display: block;
}
.c-news-content a {
  color: #1266b1;
  border-bottom: solid 1px #1266b1;
}
.c-news-content a:hover {
  color: #009ede;
  border-bottom: none;
}
.c-news-content .l-btn-main a {
  font-size: 16px;
  background: #009ede;
  border: 2px solid #009ede;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 34px 10px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1;
}
.c-news-content strong {
  color: #1266b1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-news-content td,
  .c-news-content th {
    white-space: nowrap;
  }
}
.c-news-content .wp-block-table .has-fixed-layout {
  width: auto;
}

.c-news-single-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-news-single-title {
    font-size: 18px;
  }
}

/*資料請求*/
.l-form-title {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.l-form-req span {
  font-size: 11px;
  background: #999;
  padding: 3px 5px;
  color: #fff;
  margin-left: 10px;
  display: block;
}

.l-form-table-title {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.c-form-confirm {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.6;
  color: #222;
  margin-top: 20px;
}

@media screen and (max-width: 460px) {
  .c-form-confirm {
    text-align: left;
  }
}
.l-form-table-input {
  vertical-align: middle;
  padding-bottom: 20px;
}

.l-form-table-input input {
  border: 1px solid #afafaf;
  padding: 9px 12px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.l-form-table-check {
  display: block;
  margin-top: 5px;
  color: #222;
}

.l-form-table-check label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.l-form-table-check input {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #6d6d6d;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-form-table-check input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6d6d6d;
  content: "";
}

.l-form-table {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.l-btn input {
  background: #009ede;
  color: #fff;
  text-align: center;
  font-size: 16px;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 700;
  box-shadow: 0 -5px 0 -2px rgba(0, 0, 0, 0.2) inset;
}

.l-btn input:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.5s;
}

.l-center.l-btn {
  text-align: center;
  margin-top: 30px;
}

.l-form-txt {
  font-size: 12px;
  line-height: 1.8;
  color: #222;
  margin-top: 5px;
}

.l-form-table-td {
  display: block;
  width: 100%;
  padding-bottom: 6px;
  box-sizing: border-box;
}

.l-form-table-input {
  display: block;
}

@media screen and (max-width: 660px) {
  .l-form-table-title {
    justify-content: left;
  }
  .l-form-title {
    margin-right: 10px;
  }
}
.l-terms-box {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  height: 120px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  color: #333333;
}

.l-terms-box dl {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.l-terms-box dt {
  font-weight: 500;
}

.l-terms-box p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6;
}

.l-center-txt p {
  font-size: 16px;
  line-height: 1.8;
}

.l-thanks {
  max-width: 666px;
  width: 100%;
  margin: 0 auto 30px;
}

.l-title-01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.l-thanks-wrap {
  padding-top: 60px;
}

.l-title-01 span {
  position: relative;
}

.l-title-01 span::before,
.l-title-01 span::after {
  position: absolute;
  top: 0.8rem;
  height: 2.4rem;
  content: "";
}

.c-header-list-title.l-center-txt {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.l-title-01 span::before {
  border-left: solid 1px;
  left: -35px;
  transform: rotate(-30deg);
}

.l-title-01 span::after {
  border-right: solid 1px;
  right: -35px;
  transform: rotate(30deg);
}

@media screen and (max-width: 980px) {
  .l-title-01 span::before {
    border-left: solid 1px;
    left: -25px;
    transform: rotate(-30deg);
  }
  .l-title-01 span::after {
    border-right: solid 1px;
    right: -25px;
    transform: rotate(30deg);
  }
  .l-title-01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .l-title-01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .l-title-01 span::before {
    border-left: solid 1px;
    left: -15px;
    transform: rotate(-30deg);
  }
  .l-title-01 span::after {
    border-right: solid 1px;
    right: -18px;
    transform: rotate(30deg);
  }
}
.l-company-box {
  margin-bottom: 30px;
}

@media screen and (max-width: 440px) {
  .l-title-01 {
    font-size: 15px;
  }
  .l-title-01 span::before {
    top: 8px;
  }
  .l-title-01 span::after {
    top: 8px;
  }
}
.l-link a {
  color: #1266b1;
  text-decoration: underline;
}

.mt30 {
  margin-top: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.display_pc-01 {
  display: block;
}

@media screen and (max-width: 1130px) {
  .display_pc-01 {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .document-form .l-flex {
    display: block;
  }
}
.document-form .c-main-left.style-02 {
  width: 53%;
}
@media screen and (max-width: 860px) {
  .document-form .c-main-left.style-02 {
    width: 100%;
  }
}
.document-form .c-main-right.style-02 {
  width: 44%;
}
@media screen and (max-width: 860px) {
  .document-form .c-main-right.style-02 {
    width: 100%;
  }
}
.document-form .l-background {
  background: #f9f9f9;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .document-form .l-background {
    padding: 20px;
  }
}
.document-form .c-header-list.first {
  border-top: 1px solid #222;
}
.document-form .c-header-list {
  border-bottom: 1px solid #222;
  padding: 20px 0px 20px 18px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .document-form .c-header-list {
    padding: 20px 0px 20px 10px;
  }
}
.document-form .c-header-list-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 2;
}
@media screen and (max-width: 540px) {
  .document-form .c-header-list-title {
    font-size: 18px;
  }
}
.document-form .c-sec-03-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .document-form .c-sec-03-flex {
    display: block;
  }
}
.document-form .c-sec-03-img {
  max-width: 160px;
  width: 26%;
}
@media screen and (max-width: 600px) {
  .document-form .c-sec-03-img {
    width: 40%;
    margin: 0 auto 20px;
  }
}
.document-form .c-sec-03-img img {
  width: 100%;
}
.document-form .c-sec-03-txt {
  width: 71%;
}
@media screen and (max-width: 600px) {
  .document-form .c-sec-03-txt {
    width: 100%;
  }
}
.document-form .c-sec-03-name {
  display: flex;
  /* color: #1266B1; */
  align-items: baseline;
  margin-bottom: 14px;
}
.document-form .c-sec-03-name p {
  font-size: 12px;
}
.document-form .c-sec-03-name h3 {
  font-size: 15px;
  margin-right: 5px;
}
.document-form .c-header-list-ul {
  padding-left: 28px;
}
@media screen and (max-width: 600px) {
  .document-form .c-header-list-ul {
    padding-left: 15px;
  }
}
.document-form .c-header-list-ul li {
  font-size: 14px;
  line-height: 2;
  list-style-type: disc;
}
.document-form .c-main-txt p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
.document-form .c-main-txt {
  margin-bottom: 30px;
}

.c-top-sec04-li-01 {
  width: 48%;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2392156863);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .c-top-sec04-li-01 {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .c-top-sec04-li-01::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
}

.c-top-sec04-li-01 a:hover .c-top-sec04-title {
  color: #009ede;
  transition: 0.3s ease-in-out;
}
.c-top-sec04-li-01 a:hover .l-btn-style-02 {
  background: #009ede;
}

.c-top-sec04-li-01-inner {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-top-sec04-li-01-inner {
    display: block;
  }
}

.l-btn-style-01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-btn-style-01 {
    margin-top: 20px;
  }
}

.c-top-sec04-txt-01 {
  width: 48%;
}
.c-top-sec04-txt-01 p {
  font-weight: 500;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 860px) {
  .c-top-sec04-txt-01 {
    width: 100%;
  }
}

.display_sp_01 {
  display: none;
}

@media screen and (max-width: 500px) {
  .display_sp_01 {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .document .c-top-sec04-li-01-inner {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .document .c-top-sec04-txt-01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .document .c-top-sec04-img {
    width: 100%;
  }
}

/* /document/ ページではガイドサムネイル画像の 240px cap を解除し、
   コンテナ幅まで拡大表示する。共通の .c-top-sec04-img img の max-width: 240px
   を .document スコープで上書き(top page の sec04 等には影響しない)。 */
.document .c-top-sec04-img img {
  max-width: 100%;
}

/* 404 ページの導線リンク(箇条書き)。site 全体に揺らぎがあるが、
   既存記事本文と同じ感覚で読めるよう左 padding と行間だけ最小限指定。 */
.c-404-links {
  margin: 8px 0 0;
  padding-left: 1.5em;
  list-style: disc;
}
.c-404-links li {
  line-height: 1.9;
}
.c-404-links a {
  color: #1266b1;
  text-decoration: underline;
}
.c-404-links a:hover {
  text-decoration: none;
}

.c-contact-lead-sub {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.c-contact-lead-sub p {
  font-size: 14px;
  margin-top: 20px;
}

.c-main-right-img {
  width: 100%;
  margin-bottom: 20px;
}
.c-main-right-img img {
  width: 100%;
  height: auto;
}

.l-title-02 {
  font-size: 28px;
  color: #1266b1;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.c-privacy-h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #707070;
  font-weight: 600;
}

.c-company-dl dd .c-privacy-dl {
  display: flex;
  justify-content: space-between;
}

.c-company-dl dd .c-privacy-dl.top {
  border-top: solid 1px #ccc;
}

.c-company-dl dd .c-privacy-dl dt {
  width: 40%;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #444;
  padding-left: 20px;
  box-sizing: border-box;
}

.c-company-dl dd .c-privacy-dl dd {
  width: 60%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #444;
  padding-left: 20px;
  box-sizing: border-box;
}

.c-terms-p.mb {
  margin-bottom: 20px;
}

.c-company-dl dd ol li ul {
  padding-left: 20px;
  margin: 20px 0;
}
.c-company-dl dd ol li ul li {
  list-style: disc;
  font-size: 14px;
}

.c-company-dl ol.pl {
  padding-left: 40px;
}

.c-news-content img {
  margin-top: 0;
}

#latestEntries {
  display: none;
}

.c-main-txt-title {
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1010px) {
  .c-main-txt-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .c-main-txt-title {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .c-main-txt-title {
    font-size: 22px;
  }
}
.c-main-txt-title span {
  font-size: 44px;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 1080px) {
  .c-main-txt-title span {
    font-size: 38px;
  }
}
@media screen and (max-width: 1060px) {
  .c-main-txt-title span {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .c-main-txt-title span {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .c-top-mainv-info {
    margin-top: 30px;
  }
}

/* SPは画面下部の追従CTAがあるため、FVのボタン分の余白をここで確保する */
@media screen and (max-width: 768px) {
  .c-top-mainv-info {
    padding-bottom: 24px;
  }
}

.c-top-mainv-txt {
  display: block;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-txt {
    display: none;
  }
}

.c-main-txt-title-small {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1060px) {
  .c-main-txt-title-small {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* ヒーロー：対応バッジ（補助金・法対応・MCP） */
.c-main-txt-support {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 26px;
}
.c-main-txt-support li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.c-main-txt-support li::before {
  content: "";
  flex: none;
  width: 15px;
  height: 9px;
  border-left: 2.5px solid #7fd6ff;
  border-bottom: 2.5px solid #7fd6ff;
  transform: rotate(-45deg);
  margin-top: -4px;
}
@media screen and (max-width: 1060px) {
  .c-main-txt-support {
    gap: 8px 18px;
    margin-top: 20px;
  }
  .c-main-txt-support li {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .c-main-txt-support {
    gap: 8px 14px;
  }
  .c-main-txt-support li {
    font-size: 12.5px;
  }
}

.c-top-mainv-txt-wrap {
  column-gap: 70px;
}

@media screen and (max-width: 900px) {
  .c-top-mainv-btn {
    padding-bottom: 10px;
  }
}

/* SPは画面下部の追従CTAと重複するためFVのボタンは出さない（PC・タブレットは表示） */
@media screen and (max-width: 768px) {
  .c-top-mainv-btn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .c-top-mainv-pr p {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .c-top-mainv-btn li {
    margin-bottom: 10px;
    text-align: center;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-footer-link {
  margin-top: 20px;
}
.c-footer-link p {
  font-size: 14px;
  line-height: 1.6;
}
.c-footer-link p a {
  text-decoration: underline;
}

.c-sec06-box-wrap {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.c-sec06-box {
  margin-bottom: 40px;
}
.c-sec06-box p {
  font-size: 16px;
  line-height: 1.6;
}

.l-title-style-06 {
  margin-top: 50px;
  font-size: 16px;
  color: #1266b1;
  margin-bottom: 20px;
  font-weight: 600;
  padding-left: 15px;
  border-left: solid 2px #1266b1;
}

.c-blog-author {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  margin-bottom: 30px;
}
.c-blog-author a {
  text-decoration: underline;
}

.c-news-ul-day {
  width: auto;
}

@media screen and (max-width: 900px) {
  .c-top-mainv-txt-wrap-left {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  .c-top-mainv-txt-top {
    padding-top: 36px;
  }
}

.c-news-content img {
  width: 600px;
  margin: 10px auto;
}

#toc_container {
  margin: 20px auto;
}

#padSection {
  max-width: 650px;
  width: 100%;
  margin: 30px auto 0;
  box-sizing: border-box;
}

.c-news-ul-day {
  margin-right: 10px;
}

/* ============================================================================
   ブログ記事本文 (.c-news-content) のモバイルはみ出し対策 — 2026-05-06
   - 主因: 上で定義された .c-news-content img の固定 `width: 600px` がモバイルで
     viewport を超え、親要素を膨張させて H2 まで右に切れていた
     対象記事例: /blog/358/ ほか auto_table_*.png を含む全記事
   - 副次対策: 将来 HTML テーブル (wp-block-table) が追加されてもスクロール可能にする
   ============================================================================ */

/* 親で水平はみ出しを根元で止める(H2巻き込み防止) */
.c-news-single,
.c-news-content {
  overflow-x: hidden;
}

/* 画像: 既存の width: 600px を尊重しつつ max-width 100% で viewport にキャップ */
.c-news-content img {
  max-width: 100%;
  height: auto;
}

/* HTML テーブル(wp-block-table 含む)は横スクロール許可 + フェードでスクロール可ヒント */
.c-news-content figure.wp-block-table,
.c-news-content .wp-block-table,
.c-news-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background:
    linear-gradient(to right, #fff 30%, rgba(255,255,255,0)) left center / 20px 100% no-repeat,
    linear-gradient(to left,  #fff 30%, rgba(255,255,255,0)) right center / 20px 100% no-repeat,
    linear-gradient(to right, rgba(0,0,0,.08), rgba(0,0,0,0)) left center / 12px 100% no-repeat,
    linear-gradient(to left,  rgba(0,0,0,.08), rgba(0,0,0,0)) right center / 12px 100% no-repeat;
  background-attachment: local, local, scroll, scroll;
}

@media (max-width: 768px) {
  .c-news-content table th,
  .c-news-content table td {
    white-space: nowrap;
  }
}

/* トップ 紹介動画セクション */
.c-top-movie {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  background: #000;
}

.c-top-movie-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.c-top-movie-time {
  margin-left: 0.4em;
  font-size: 0.6em;
  font-weight: 500;
  vertical-align: middle;
}

.c-top-movie-lead {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 10px;
}

.c-top-movie-lead-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-top-movie-lead {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .c-top-movie-lead-br {
    display: inline;
  }
}

/* トップ 特長 説明文が複数段落になる場合の間隔 */
.c-top-sec03-dl dd p + p {
  margin-top: 14px;
}

/* トップ 料金プラン リード文とプランカードの間隔 */
.c-top-price-lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-top-price-lead {
    margin-bottom: 18px;
  }
}
/*# sourceMappingURL=top-add.css.map */