@charset "UTF-8";
/*
Theme Name:monad child
Theme URI:
Description:WordPressテーマ「monad」の自作子テーマです。
Template:monad_tcd110
Author:ikel
*/
.post_content .wp-block-ikel-heading {
  margin: 100px 0 50px;
}
.post_content .wp-block-ikel-heading h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.post_content .wp-block-ikel-heading span {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #1cba42 !important;
  font-size: 14px;
  font-weight: 500;
}

.post_content h3 {
  margin: 60px 0 20px;
  padding: 15px 18px;
  border-bottom: 2px solid #1cba42;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.post_content h4 {
  margin: 60px 0 30px;
  color: #059828;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.post_content ul {
  list-style: none;
  padding-left: 15px;
}
.post_content ul li {
  position: relative;
  margin-bottom: 0;
  line-height: 2.25;
}
.post_content ul li::before {
  content: "〇";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #1cba42;
  font-size: 12px;
  font-weight: 500;
}

.post_content ol {
  list-style: none;
  counter-reset: number;
  padding-left: 15px;
}
.post_content ol li {
  position: relative;
  counter-increment: number;
  margin-bottom: 0;
  line-height: 2.25;
}
.post_content ol li::before {
  content: counter(number);
  position: absolute;
  top: 0;
  left: -18px;
  color: #1cba42;
  font-size: 16px;
  font-weight: 700;
}

a.wp-block-button__link {
  background: #1cba42;
}
a.wp-block-button__link:hover {
  border-color: #30ce56;
  background: #30ce56;
  color: #fff !important;
  text-decoration: none !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.pb_20 {
  padding-bottom: 20px;
}

.ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plr_40 {
  padding-right: 40px;
  padding-left: 40px;
}

.p_50 {
  padding: 50px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.pc_off {
  display: none;
}

.sp_off {
  display: block;
}

@media (max-width: 800px) {
  .pc_off {
    display: block;
  }
  .sp_off {
    display: none;
  }
}
.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media (max-width: 800px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
}
.green {
  color: #059828 !important;
}

.post_content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
}

.post_content p.pr-text {
  margin: 40px 0;
  color: #059828;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
}

.is-style-rounded img {
  border-radius: 15px;
}

.post_content .form--item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.post_content .form--item-ttl p {
  margin-bottom: 0;
}
.post_content .form--item-ttl::after {
  padding: 5px 7px;
  background: #aaa;
  color: #fff;
  content: "任意";
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
.post_content .form--item-ttl.req::after {
  background: #1cba42;
  content: "必須";
}
.post_content .form input::-webkit-input-placeholder, .post_content .form input::-webkit-input-placeholder, .post_content .form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.post_content .form input::-moz-placeholder, .post_content .form input::-moz-placeholder, .post_content .form textarea::-moz-placeholder {
  color: #ccc;
}
.post_content .form input:-ms-input-placeholder, .post_content .form input:-ms-input-placeholder, .post_content .form textarea:-ms-input-placeholder {
  color: #ccc;
}
.post_content .form input::-ms-input-placeholder, .post_content .form input::-ms-input-placeholder, .post_content .form textarea::-ms-input-placeholder {
  color: #ccc;
}
.post_content .form input::placeholder,
.post_content .form input::placeholder,
.post_content .form textarea::placeholder {
  color: #ccc;
}
.post_content .form .wpcf7-form-control-wrap[data-name=zip] input {
  width: 150px;
}
.post_content .form .wpcf7-form-control-wrap[data-name=zip]::before {
  content: "〒";
  font-size: 14px;
}
.post_content .form--privacy_policy {
  text-align: center;
}

.post_content .wp-block-flexible-table-block-table {
  margin-bottom: 60px;
}
.post_content .wp-block-flexible-table-block-table th, .post_content .wp-block-flexible-table-block-table td {
  padding: 17px 32px 19px !important;
  background: none;
  border: none !important;
  border-bottom: 1px solid #c6c6c6 !important;
  font-size: 16px;
  line-height: 1.5;
}
.post_content .wp-block-flexible-table-block-table.border_none th, .post_content .wp-block-flexible-table-block-table.border_none td {
  padding: 8px 18px 10px !important;
  border: none !important;
}
.post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr th,
.post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr td {
  border: none !important;
}
.post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr th {
  border-radius: 10px 0 0 10px;
}
.post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.post_content .gray_bg {
  padding: 35px 30px;
  border-radius: 15px;
}
.post_content .gray_bg h4 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #333333;
}
.post_content .gray_bg h4.green {
  font-size: 18px;
  color: #059828;
}
.post_content .gray_bg p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.rounded {
  border-radius: 20px;
  overflow: hidden;
}

.reverse-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#footer #footer_info .f_logo {
  width: 65%;
}
#footer #footer_info2 .sc_schedule {
  display: none;
}

.cb_service_list {
  padding: 120px 0;
}
.cb_service_list .service_list {
  width: 960px;
}
.cb_service_list .service_list .item {
  width: calc(50% - 20px);
}
.cb_service_list .service_list .item:nth-child(3n) {
  margin-right: 30px;
}
.cb_service_list .service_list .item:nth-child(even) {
  margin-right: 0;
}

#cb_content_3 {
  margin-bottom: 120px;
  padding: 120px 0 80px;
  background: #dde7d8;
}

.post_content .table_philosophy td {
  padding: 8px 30px 6px !important;
  border: none !important;
}

.post-type-archive-service #service_content_list .service_content .title a {
  color: #000;
}
.post-type-archive-service #service_content_list .service_content .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-service #service_content_list .service_content .content .image_area {
  width: 80%;
}
.post-type-archive-service #service_content_list .service_content .content .desc_area {
  width: 100%;
  padding: 40px 0 0 0;
  line-height: 2.6;
}
.post-type-archive-service #service_content_list .service_content .content .desc_area > p.desc {
  text-align: center;
}
.post-type-archive-service #service_content_list .service_content .content .desc_area strong {
  font-weight: 400;
  color: #059828;
}
.post-type-archive-service .check_list ul {
  list-style: none;
  margin-left: 35px;
}
.post-type-archive-service .check_list ul li {
  position: relative;
  margin-bottom: 0;
}
.post-type-archive-service .check_list ul li::before {
  content: "〇";
  position: absolute;
  top: 2px;
  left: -20px;
  color: #1cba42;
  font-size: 12px;
  font-weight: 500;
}
.post-type-archive-service .link_button {
  margin-top: 40px;
  text-align: center;
}
.post-type-archive-service .link_button a.design_button {
  min-width: 220px;
  height: 45px;
}
.post-type-archive-service #service_content5 a {
  pointer-events: none;
  cursor: default;
}
.post-type-archive-service #service_content5 a.image_area {
  display: none;
}
.post-type-archive-service #service_content5 .desc_area {
  padding-top: 0 !important;
}

.single-service #service_header .post_content {
  margin: 0;
}
.single-service #service_header .post_content p {
  margin: 0;
}
.single-service #category_sort_button ol li.item {
  width: 480px;
}
.single-service #category_sort_button ol li.item:nth-child(3n+1) {
  border-left: none;
}
.single-service #category_sort_button ol li.item:nth-child(odd) {
  border-left: 1px solid #ddd;
}
.single-service #category_sort_button ol li.item:nth-child(5) {
  display: none;
}

.page_voice .smb-buttons .smb-btn-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.page_voice .smb-btn-wrapper.is-style-ghost .smb-btn {
  width: 100%;
  border: 1px solid #1cba42;
  color: #059828;
}
.page_voice .smb-btn-wrapper.is-style-ghost .smb-btn:hover {
  text-decoration: none;
  border: 1px solid #1cba42;
  color: #FFF;
  background: #1cba42;
}
.page_voice .smb-buttons .smb-btn__label {
  display: block;
  width: 100%;
  text-align: center;
}
.page_voice .smb-accordion__item__title {
  display: block;
  margin: 0 auto;
  padding: 11px 20px 13px 40px;
  width: 247px;
  border: 1px solid #1cba42;
  background: #d0efbf;
  border-radius: 21.5px;
  font-weight: 700;
  color: #059828;
  font-size: 16px;
}
.page_voice .smb-accordion__item__title .smb-accordion__item__title__icon {
  float: right;
  margin-left: 0;
}
.page_voice .smb-accordion__item__body {
  padding: 0;
}
.page_voice .box_oneday {
  padding: 0;
  border-top: 35px solid #f5f5f5;
  border-right: 30px solid #f5f5f5;
  border-bottom: 35px solid #f5f5f5;
  border-left: 30px solid #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}
.page_voice .box_oneday img {
  margin-left: 40px;
  padding-top: 20px;
}
.page_voice .box_off {
  padding: 35px;
}
.page_voice .box_off > p {
  padding: 5px 15px 35px;
}
.page_voice .box_off .aligncenter {
  margin-bottom: 0;
}
.page_voice .ttl_oneday, .page_voice .ttl_off {
  padding: 20px 0 10px !important;
  text-align: center;
}
.page_voice .smb-balloon__body {
  margin: 20px 0;
  padding: 25px 40px;
  background-color: #e8f4e2;
  border: #e8f4e2;
  border-radius: 15px;
  color: #333333;
}
.page_voice .smb-balloon__body::before {
  border-left-color: #e8f4e2;
  border-right-color: #e8f4e2;
}
.page_voice .smb-balloon__body::after {
  border-left-color: #e8f4e2;
  border-right-color: #e8f4e2;
}
.page_voice .smb-balloon__body p {
  margin-bottom: 0;
}
.page_voice .smb-balloon__figure {
  border: none;
  width: 80px;
  height: 80px;
}

.page_entry .tel strong::before {
  display: inline-block;
  padding-right: 5px;
  content: url("https://www.saikai-ct.co.jp/wp/wp-content/uploads/2025/12/tel.svg");
  vertical-align: sub;
  width: 35px;
  height: 35px;
}

.page_contact .tel strong::before {
  display: inline-block;
  padding-right: 5px;
  content: url("https://www.saikai-ct.co.jp/wp/wp-content/uploads/2025/12/tel.svg");
  vertical-align: sub;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1160px) {
  .post_content h3 {
    line-height: 1.5;
  }
  .post_content h4 {
    line-height: 1.5;
  }
  .post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr th:first-child,
  .post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr td:first-child {
    min-width: 120px;
  }
  .post_content .gray_bg {
    padding: 30px 40px;
  }
  .post_content .gray_bg h4.pl_70 {
    padding-left: 0 !important;
  }
  .post_content .gray_bg.p_50 {
    padding: 20px !important;
  }
  .post_content .gray_bg .ptb_30 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .post_content .gray_bg .plr_40 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .single-service #category_sort_button ol li.item {
    width: 50%;
  }
  .page_voice .box_oneday {
    padding: 0;
    border-top: 40px solid #f5f5f5;
    border-right: 40px solid #f5f5f5;
    border-bottom: 40px solid #f5f5f5;
    border-left: 40px solid #f5f5f5;
  }
  .page_voice .box_oneday img {
    margin-bottom: 40px;
    margin-left: 25px;
    padding-top: 0;
    max-width: 90%;
  }
  .page_voice .box_off {
    padding: 35px 40px 40px 40px;
  }
  .page_voice .box_off > p {
    padding: 5px 0 20px;
  }
  .page_voice .box_off .aligncenter {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cb_service_list {
    padding: 120px 20px;
  }
  .cb_service_list .service_list {
    width: auto;
  }
  .cb_service_list .service_list .item {
    width: 100%;
    margin-right: 0;
  }
  .cb_service_list .service_list .item:nth-child(3n) {
    width: 100%;
    margin-right: 0;
  }
  #cb_content_3 {
    margin-bottom: 60px;
    padding: 60px 50px 20px;
  }
  .post_content .table_philosophy td {
    display: block;
    padding: 5px 0 !important;
    font-size: 16px;
    line-height: 2;
  }
  .post_content .table_philosophy td > strong.green {
    font-size: 20px;
  }
  .page_voice .smb-buttons {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 15px;
  }
  .page_voice .smb-buttons .smb-btn-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: center;
  }
  .page_voice .box_oneday {
    padding: 0;
    border-top: 20px solid #f5f5f5;
    border-right: 20px solid #f5f5f5;
    border-bottom: 20px solid #f5f5f5;
    border-left: 20px solid #f5f5f5;
  }
  .page_voice .box_oneday img {
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 0;
    max-width: 90%;
  }
  .page_voice .box_off {
    padding: 0 20px 20px 20px;
  }
  .page_voice .box_off > p {
    padding: 5px 0 20px;
  }
  .page_voice .box_off .aligncenter {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .post_content h3 {
    padding: 15px 0;
    line-height: 1.5;
  }
  .post_content h4 {
    margin: 40px 0 20px;
    line-height: 1.5;
  }
  .post_content ul li {
    font-size: 16px;
  }
  .post_content .wp-block-flexible-table-block-table {
    margin-bottom: 60px;
  }
  .post_content .wp-block-flexible-table-block-table th, .post_content .wp-block-flexible-table-block-table td {
    padding: 10px !important;
  }
  .post_content .wp-block-flexible-table-block-table th {
    background: #f5f5f5;
  }
  .post_content .wp-block-flexible-table-block-table.border_none th, .post_content .wp-block-flexible-table-block-table.border_none td {
    padding: 8px 18px 10px !important;
    border: none !important;
  }
  .post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr th {
    padding: 20px 20px 5px 20px !important;
    border-radius: 10px 10px 0 0 !important;
    font-weight: 700;
  }
  .post_content .wp-block-flexible-table-block-table.is-style-stripes > table tr td {
    padding: 5px 20px 20px 20px !important;
    border-radius: 0 0 10px 10px !important;
  }
  .post_content .wp-block-flexible-table-block-table.is-style-stripes.tbl_works thead {
    display: none;
  }
  .post_content .wp-block-flexible-table-block-table.is-style-stripes.tbl_works > table tr td:nth-child(2) {
    padding: 5px 20px !important;
    border-radius: 0 !important;
  }
  .post_content .gray_bg {
    padding: 30px 25px;
  }
  .post_content .gray_bg h4.pl_70 {
    padding-left: 0 !important;
  }
  .post_content .gray_bg.p_50 {
    padding: 20px !important;
  }
  .post_content .gray_bg .ptb_30 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .post_content .gray_bg .plr_40 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .wp-block-columns.gap_0 {
    gap: 0;
  }
  #footer #footer_info {
    margin-bottom: 40px;
  }
  #footer #footer_info .f_logo {
    width: 80%;
  }
  #return_top {
    display: block;
  }
  #return_top.active {
    bottom: 60px;
    right: 10px;
  }
  .p-footer-bar--type3 {
    background: #1cba42;
    color: #FFF;
  }
  .cb_service_list {
    padding: 120px 20px;
  }
  .cb_service_list .service_list {
    width: auto;
  }
  .cb_service_list .service_list .item {
    width: 100%;
    margin-right: 0;
  }
  #cb_content_3 {
    margin-bottom: 60px;
    padding: 20px 0;
  }
  .post_content .table_philosophy td {
    display: block;
    padding: 5px 0 !important;
    font-size: 16px;
    line-height: 2;
  }
  .post_content .table_philosophy td > strong.green {
    font-size: 20px;
  }
  .single-service #category_sort_button ol li.item {
    width: 50%;
  }
  .single-service #category_sort_button ol li.item:nth-child(3n+1) {
    border-left: none;
  }
  .single-service #category_sort_button ol li.item:nth-child(odd) {
    border-left: 1px solid #ddd;
  }
  .single-service #category_sort_button ol li.item:nth-child(5) {
    display: none;
  }
  .page_voice .smb-buttons {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 15px;
  }
  .page_voice .smb-buttons .smb-btn-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    text-align: center;
  }
  .page_voice .smb-accordion__item__body {
    padding-top: 20px;
  }
  .page_voice .box_oneday {
    padding: 0;
    border-top: 20px solid #f5f5f5;
    border-right: 20px solid #f5f5f5;
    border-bottom: 20px solid #f5f5f5;
    border-left: 20px solid #f5f5f5;
  }
  .page_voice .box_oneday img {
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 0;
    max-width: 90%;
  }
  .page_voice .box_off {
    padding: 0 20px 20px 20px;
  }
  .page_voice .box_off > p {
    padding: 5px 0 20px;
  }
  .page_voice .box_off .aligncenter {
    margin-bottom: 0;
  }
  .page_voice .smb-balloon__body {
    margin: 10px 0 40px;
    padding: 15px 25px;
  }
  .page_voice .smb-balloon__body::before {
    border-left-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #e8f4e2;
  }
  .page_voice .smb-balloon__body::after {
    border-left-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #e8f4e2;
  }
  .page_voice .smb-balloon__body p {
    margin-bottom: 0;
  }
  .page_voice .smb-balloon__figure {
    border: none;
    width: 80px;
    height: 80px;
  }
}