@charset "UTF-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.taio .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.imgarea.caption {
  text-align: center;
}

.imgarea.caption img {
  display: block;
  margin: 0 auto 0.5rem;
  border: solid 1px #eee;
  width: auto;
  max-width: 600px;
}


.l-main-area .taio ul,
.taio ul {
  display: flex;
  margin: 1rem 0;
}

.l-main-area .taio ul li,
.taio ul li {
  text-align: center;
  display: block;
  width: 45%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border: solid 2px;
  border-radius: 10px;
  font-weight: bold;
  padding: 3px;
  font-size: 16px;
}

.l-main-area .taio ul li.on,
.taio ul li.on {
  background: #fce57b;
}

.l-header-sitename:before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin-right: 1rem;
  font-size: 1.5rem;
  padding: 0 1rem;
}

footer p.copy a:before,
.l-footer-bottom__copy a:before {
  content: "【PR】";
}

p.bnr a {
  position: fixed;
  width: 32rem;
  height: auto;
  right: 0;
  background-image: url(https://www.mamorumper.com/wp/wp-content/themes/SE036/img/bg_mv.jpg);
  background-size: 150%;
  background-position: 15% 0;
  bottom: 12rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 6rem 2rem 0;
  border: solid 4px #6b9023;
  z-index: 100;
  text-decoration: none;
  line-height: 1.5;
  font-size: 2rem;
}

p.bnr a span {
  font-size: 2.8rem;
  padding: 0 3px;
  color: #6b9023;
}

/* oki_20220906 */

.kanren {
  border: 1px solid #797269;
  padding: 20px 30px;
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore-content li {
  line-height: 1.785714286;
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
  background: url(https://www.mamorumper.com/wp/wp-content/themes/SE036/img/icon_li.png) no-repeat 0 7px;
  background-size: 12px auto;
  list-style-position: outside;
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 7px 15px;
  background-color: #6b9023;
  border-radius: 10px;
  color: #FFF;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}


/*目次*/
/* 見出しを非表示 */
.is-hidden {
  display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
  position: relative;
  display: inline-block;
  background: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 30px 0 10px;
  appearance: none;
}

.list-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #0f6bb2;
  border-right: solid 2px #0f6bb2;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.list-btn-opened:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

#toc {
  background: #fef7ed;
  border: 1px solid #5f3131;
  border-radius: 10px;
  margin: 0 auto 6rem;
  padding: 20px 5rem;
  width: fit-content;
}

#toc p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#toc li.chapter-h-three {
  margin-left: 3rem;
}



#toc ul li {
  padding-bottom: 4px;
}

#toc:before {
  content: "目次";
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #111;
}


#toc ul li::before {
  content: "●";
  left: 0;
  top: 8px;
  border: transparent solid;
  border-width: 5px 8px;
  margin-left: -32px;
}

#toc ul li a br {
  display: none;
}


#toc ul li:nth-child(1) {
  display: none;
}

.l-main-area .taio ul li.off,
.taio ul li.off {
  background: #c3c3c3;
}

.l-main-area.l-main-area--low .l-parts03 {
  width: 100%;
  min-width: 100%;
  padding: 0 2rem;
}

.l-main-area.l-main-area--low .l-parts03 h2 {
  padding: 5.5rem 0 0;
  margin: 0 0 3rem;
  font-size: 3.6rem;
  color: #333;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.1em;
  background: unset;
  border: none;
}

.l-main-area.l-main-area--low .l-parts03 h3 {
  margin: 0;
  padding: 2.4rem 1rem;
  background: url(img/bg_slash03.png);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2.4rem;
}

.l-main-area.l-main-area--low .l-parts03 h4 {
  margin: 1rem 0 2rem;
  color: #6b9023;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
  background: unset;
  padding: 0;
}

.l-main-area.l-main-area--low .l-parts03 h4.l-parts03-column3__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #61584f;
  text-align: center;
  line-height: 1.333333333;
  letter-spacing: 0.06em;
  padding: 0;
}

.l-main-area h3:not([class]):before,
.l-main-area--low h3:before {
  content: none;
}

#top_custom .l-parts03-column3__catch {
  padding: 1rem;
  border-radius: 0;
}

#top_custom .l-parts03-column3 {
  display: block;
}

#top_custom .l-parts03-column3__box {
  border-radius: 0;
  width: 100%;
  margin: 3rem auto;
}

#top_custom .column3__box_innner {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

#top_custom .column3_box {
  width: calc(994px / 3);
  padding: 0;
}

#top_custom .column3_box_btn {
  display: flex;
  padding: 3rem;
}

#top_custom .column3_box_btn .btn-internal,
#top_custom .column3_box_btn .btn-web {
  margin: 1rem 0;
  width: 50%;
}

#top_custom .l-parts03-column3__box .column3_box {
  padding: 0 2rem;
}

#top_custom .l-parts03 .ttl {
  background: #61584f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

#top_custom .column3__box_innner table th {
  background: #61584f;
  color: #fff;
}

#top_custom .l-parts03-column3__box table {
  margin-bottom: 0;
}

#top_custom .l-parts03-column3__image img {
  max-height: 20rem;
  width: auto;
}

#top_custom .l-parts03-column3__box .column3_box:nth-child(2) {
  border-left: 2px dotted #999;
  border-right: 2px dotted #999;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

.l-parts03-column3__box.lp-column3__box {
    width: 48%;
}
  .l-footer-area,
  .l-contents-area {
    padding-left: 0;
  }

  .l-footer-area__inner {
    padding-top: 10px;
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  .is-hidden {
    display: none;
  }

  #toc {
    margin: 0rem 1rem 6rem 1rem;
  }


  #toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #111;
  }

  #toc p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }

  #toc ul li::before {
    content: "●";
    left: 0;
    top: 8px;
    border: transparent solid;
    border-width: 5px 8px;
    margin-left: -32px;
  }

  #toc ul li {
    padding-bottom: 4px;
  }

  #toc ul li:nth-child(1) {
    display: none;
  }

  p.bnr a {
    bottom: 5.2rem;
    left: 0;
    width: 82%;
    padding: 1rem;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    background-position: 25% 12%;
  }

  p.bnr a span {
    font-size: 20px;
  }

  .imgarea.caption img {
    max-width: 90%;
  }

  .l-footer-area {
    padding-bottom: 0;
  }

  .l-main-area.l-main-area--low .l-parts03 {
    padding: 0 1.5rem 2rem;
  }

  .l-main-area.l-main-area--low .l-parts03 h2 {
    font-size: 2rem;
    margin: 1rem 0 2rem;
    padding: 3.5rem 0 0;
    letter-spacing: 1px;
  }

  .l-main-area.l-main-area--low .l-parts03 .l-section-inner {
    width: 100%;
  }

  .l-main-area.l-main-area--low .l-parts03 h3 {
    padding: 1.5rem 1rem;
    line-height: 1.4;
    font-size: 2.2rem;
  }

  .l-main-area.l-main-area--low .l-parts03 h4 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    padding: 0;
  }

  #top_custom .column3_box {
    width: 100%;
    padding: 0;
  }

  #top_custom .column3__box_innner {
    display: block;
  }

  #top_custom .column3_box_btn {
    display: block;
  }

  #top_custom .column3_box_btn .btn-internal,
  #top_custom .column3_box_btn .btn-web {
    width: 100%;
  }

  #top_custom .column3_box_btn .btn-tel {
    margin: 3rem auto;
    width: 100%;
  }

  #top_custom .l-parts03-column3__box .column3_box:nth-child(2) {
    border: none;
  }

}
