@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.single-post .post_content ol.is-style-num_circle {
  border: solid 2px #007dde;
  background: #fff !important;
}
.single-post .post_content .is-style-num_circle li:before {
  background: #007dde;
  box-shadow: none;
}

/*投稿ページ（監修者情報）*/
.single-post .c-authorPage-ttl {
  font-weight: bold;
  margin-bottom: 20px;
}

.single-post .c-authorPage-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-post .c-authorPage-img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

.single-post .c-authorPage-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.single-post .c-authorPage-txt {
  width: 80%;
  padding: 15px 10px;
  background-color: #f2f2f2;
  color: #333;
}
.single-post .c-authorPage-txt__name {
  padding-bottom: 10px;
}
.single-post .c-authorPage-txt__exp {
  font-size: 14px;
}

/*投稿ページ(給付実績)*/
.single-case .post_content td:last-child {
  background-color: #fff;
}
/*固定ページ*/
.page {
  background-color: #fff;
}
.l-mainContent__inner > .post_content {
  margin-top: 1.5em;
}
.page .c-pageTitle {
  font-size: 2em !important;
  font-weight: 500 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 2.5rem !important;
  color: #000 !important;
  background-color: transparent !important;
}
.page .c-pageTitle::before {
  content: "";
  position: absolute;
  left: 0 !important;
  top: 0;
  width: 2rem !important;
  height: 100% !important;
  background-image: url(./img/check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
}
/*よくある質問*/
.faq-accordion .swell-block-accordion__title {
  background-color: #fff !important;
  border: 2px solid #469ecb !important;
}
.faq-accordion .swell-block-accordion__body {
  background-color: #dcf1ff !important;
  border: 2px solid #469ecb !important;
  border-top: none !important;
}
/*火災保険について*/
.page .swell-block-fullWide__inner.l-article {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/*運営者情報*/
.page .post_content .td_to_th_ tbody tr > :first-child {
  width: 26%;
}

/*お問合せ*/
.color-orange .swell-block-accordion__title {
  color: #fff;
  background-color: #ff7f50 !important;
}
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  color: #fff !important;
  background-color: #ff7f50 !important;
}

/* footer widget */
.w-beforeFooter {
  padding: 2em 0 3em;
  margin: 0;
}
.wp-block-info-btn {
}

.wp-block-info-btn-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-info-btn-flex::after {
  content: "";
  display: block;
  width: calc((100% - 30px) / 3);
}
.wp-block-info-btn-item {
  width: calc((100% - 30px) / 3);
}

.wp-block-info-btn-item a {
  display: block;
}
.wp-block-info-btn-item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* contact form7 */
.wpcf7 .wpcf7-form p {
  margin-bottom: 20px;
}

/*「必須」文字デザイン*/
.required {
  font-size: 0.8em;
  padding: 5px;
  background: #f57500;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional {
  font-size: 0.8em;
  padding: 5px;
  background: #000080;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 「送信する」ボタン */
.wpcf7-form-control.wpcf7-submit {
  display: block;
  padding: 15px;
  width: 400px;
  background: #ff7f50;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-submit {
    width: 250px;
  }
}

#cf7-btn:hover {
  background: #fff280;
  color: #ff7f50;
  border: 2px solid #ff7f50;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

.wpcf7-form-control-wrap select {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin: 4px 0;
  max-width: 100%;
  padding: 8px 2% 12px;
  margin-top: -20px;
  width: 200px;
  padding: 8px 15px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}

@media only screen and (max-width: 768px) {
  .page .c-pageTitle {
    font-size: 1.4em !important;
  }
  .wp-block-info-btn-flex {
    display: block;
  }
  .wp-block-info-btn-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .section-ttl {
    font-size: 1.8rem !important;
    margin-bottom: 35px;
  }
  .page .u-fz-x {
    font-size: 18px !important;
  }
  .page .wp-block-table .has-fixed-layout td {
    width: auto;
  }

  .single-post .c-authorPage-flex {
    display: block;
  }
  .single-post .c-authorPage-txt {
    background-color: transparent;
  }
  .single-post .c-authorPage-txt {
    width: 100%;
    padding: 15px 0;
    background-color: transparent;
  }
  .single-post .c-authorPage-txt__exp {
    font-size: 13px;
    padding: 15px 10px;
    background-color: #f2f2f2;
  }
}
