@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.btn-web.bi2 a {
  background-color: #8bcd0b;
}

.btn-web.bi2 a:hover {
  background-color: #ace934;
}

.l-main-area--low .lower-bottom {
  margin-top: 0;
  padding: 0 1.8rem;
}

.l-main-area section.l-parts .frame .caption {
  text-align: center;
}

/* oki_20220509 */
.kanren {
  /* border: 3px solid #ff5252; */
  border: 2px solid #0f79e1;
  padding: 20px 30px;
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  max-width: 1000px;
  width: 94%;
}

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

.kanren br {
  display: none;
}

.kanren ul {
  margin: 2rem;
}

.kanren ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
  background: url(img/icon_li.svg) no-repeat 0 9px;
  background-size: 7px auto;
  list-style-position: outside;
}

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

.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-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 6px 15px;
  /* background-color: #ff7777; */
  background-color: #0f79e1;
  border-radius: 20px;
  color: #FFF;
  font-weight: bold;
}

.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;
}

/* oki_20220509 */

.l-main-area table th {
  padding: 10px 15px;
  background: #F5F5F5;
  border: 1px #ccc solid;
  min-width: 80px;
  font-size: 1.2rem;
  font-weight: 700;
}

.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-parts04-item__ex__txt span {
  display: block;
  color: #FF861E;
  font-size: 1.6rem;
  line-height: 1.277777778;
}


.hikaku {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.before,
.after {
  margin: 10px;
}

.l-main-area ul.pr {
  margin: 2rem;
  background-color: #f6f5f5;
  padding: 2rem;
}

.l-main-area ul.pr li {
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
  background: url(img/icon_li.svg) no-repeat 0 9px;
  background-size: 7px auto;
  list-style-position: outside;
}

.douga {
  text-align: center;
}

.category_links {
  margin: 7rem 0 1.5rem;
  padding: 1.5rem 3rem;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #0F79E1;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background: #ECF9FD;
}

.btn-internal a {
  width: 90%;
  max-width: 425px;
  margin: 0;
  padding: 2rem 4rem 2rem 3rem;
  display: inline-block;
  background: #0F79E1;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}

.btn-web a {
  width: 90%;
  max-width: 425px;
  margin: 0;
  padding: 2rem 4rem 2rem 3rem;
  display: inline-block;
  background: #FF861E;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}

.lower-bottom-column3__box .caption {
  text-align: center;
}

.lower-bottom-column3__box img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.lower-bottom table {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}

.lower-bottom table th {
  padding: 10px 15px;
  background: #F5F5F5;
  border: 1px #ccc solid;
  min-width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
}

.lower-bottom table td {
  padding: 10px 15px;
  background: #fff;
  border: 1px #ccc solid;
  font-size: 1.4rem;
}

.lower-bottom ul:not([class]) {
  margin: 2rem;
}

.lower-bottom ul:not([class]) li {
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
  background: url(img/icon_li.svg) no-repeat 0 9px;
  background-size: 7px auto;
  list-style-position: outside;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  .wr_img_center {
    position: relative;
    margin-bottom: 40px;
  }

  .wr_img_center:after {
    content: '';
    display: block;
    clear: both;
  }

  .wr_img_center .wr_img.fc {
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .wr_img_center .wr_img.fc img {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .wr_img_center .wr_img .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  .l-parts02-white .btn-web {
    margin-top: 3rem;
  }

  .btn-link {
    margin: 20px 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
  }

  .fixBanPC {
    position: fixed;
    bottom: 130px;
    z-index: 999;
    top: auto;
    right: 0;
  }

  .fixBansp {
    display: none;
  }

  .lower-bottom-column3.lbc4 .lower-bottom-column3__box {
    /* width: calc(((100% - 5rem) / 2) - 0px); */
    width: 30%;
    margin: 0rem auto 2rem;
  }

  .lower-bottom-column3.lbc4 .lower-bottom-column3__box:nth-child(3n) {
    margin: 0rem auto 2rem;
  }

  .lower-bottom-column3 {
    justify-content: space-between;
    align-items: start;
    padding: 0 0 20px;
  }

  .lower-bottom-column3__box {
    /* width: calc(((100% - -88rem) / 6) - 1px); */
    width: 30%;
    margin: 20px 0 0;
  }

  .l-parts03 .btn-web a,
  .l-parts03 .btn-internal a,
  .lower-bottom .btn-web a,
  .lower-bottom .btn-internal a {
    width: 80%;
  }

  .lower-bottom-column3__line .caption {
    text-align: center;
  }

  .lower-bottom-column3__image {
    min-height: 320px;
  }

  .lower-bottom-column3__feature {
    min-height: 154px;
  }

  .lower-bottom-column3__title {
    font-size: 2.4rem;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lower-bottom-column3__box:nth-child(3n) {
    margin: 20px 0 0;
  }

  .lower-bottom-column3 .btn-web a {
    font-size: 1.4rem;
  }

  .lower-bottom-column3 .btn-web.bi2 a {
    font-size: 1.3rem;
  }

  .button-close-banner {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    right: 0;
    appearance: unset;
    border: solid 1px #333;
    background: #ffffff;
    font-weight: bold;
  }

  .lower-bottom-column3.row {
    flex-direction: column;
  }

  .lower-bottom-column3.row .lower-bottom-column3__box {
    border-radius: 20px;
    padding: 0 0 20px;
    width: 100%;
  }

  .lower-bottom-column3__catch span {
    margin: 0 4px;
    display: inline-block;
  }

  .lower-bottom-column3.row .lower-bottom-column3__catch br {
    display: none;
  }

  .lower-bottom-column3.row .lower-bottom-column3__box .lower-bottom-column3__line {
    display: flex;
    gap: 20px;
    padding: 1rem 2rem;
  }

  .lower-bottom-column3.row .lower-bottom-column3__box .lower-bottom-column3__line [class^="lower-bottom-column3__column-"] {
    flex: 1;
  }

  .lower-bottom-column3.row .lower-bottom-column3__box .lower-bottom-column3__line .lower-bottom-column3__feature {
    margin: 2.5rem 0 1rem;
    min-height: inherit;
  }

  .lower-bottom-column3.row .lower-bottom-column3__box .lower-bottom-column3__btn-wrap {
    display: flex;
    gap: 20px;
  }

  .lower-bottom-column3.row .lower-bottom-column3__box .lower-bottom-column3__btn-wrap .btn-web,
  .lower-bottom-column3.row .lower-bottom-column3__box .lower-bottom-column3__btn-wrap .btn-internal {
    margin: 0 auto;
  }

}



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

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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .wr_img_center:after {
    content: '';
    display: block;
    clear: both;
  }

  .wr_img_center .wr_img.fc {
    width: 100%;
    text-align: center;
  }

  .wr_img_center .wr_img.fc img {
    width: 80%;
    max-width: 100%;
    display: block;
    margin: 0 auto 5px;
  }

  .wr_img_center .wr_img .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
  }

  .douga {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .douga iframe {
    width: 100%;
    height: 100%;
  }

  .l-common-title {
    font-size: 2.2rem;
    margin: 1rem 0 2rem;
    padding-top: 5.5rem;
  }

  .category_links {
    text-align: center;
    font-size: 2rem;
    padding: 1.4rem 2rem;
    margin: 5rem 0 2rem;
  }

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

  .fixBanPC {
    display: none;
  }

  .fixBansp {
    position: fixed;
    bottom: 42px;
    height: auto;
    z-index: 999;
    width: 100%;
  }

  .fixBansp img {
    max-width: 100%;
  }

  .l-pagetop.is-fixed {
    bottom: 13.5rem;
  }

  .l-footer-area {
    padding-bottom: 132px;
  }

  .l-main-area--low .lower-bottom {
    margin-top: 0;
    padding: 0 1rem;
  }

  p.bottom-img img {
    margin: 0 auto;
    display: block;
  }

  p.bottom-img br {
    display: none;
  }

  .lower-bottom table {
    width: 100%;
    margin: 30px auto 20px;
    display: block;
    border-top: 1px #d3d3d3 solid;
    font-size: 1.4rem;
  }

  .lower-bottom table tr {
    width: 100%;
    display: block;
  }

  .lower-bottom table th {
    width: 100%;
    display: block;
    border-top: none;
  }

  .lower-bottom table td {
    width: 100%;
    display: block;
    border-top: none;
  }

  .lower-bottom table thead {
    width: 100%;
    display: block;
  }

  .lower-bottom table thead th {
    width: 100%;
    display: block;
  }

  .lower-bottom table thead td {
    width: 100%;
    display: block;
  }

  .lower-bottom table tbody {
    width: 100%;
    display: block;
  }

  .lower-bottom table tbody th {
    width: 100%;
    display: block;
    border-top: none;
  }

  .lower-bottom table tbody td {
    width: 100%;
    display: block;
  }

  .button-close-banner {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    left: 0;
    appearance: unset;
    border: solid 1px #333;
    background: #ffffff;
    font-weight: bold;
  }

  .lower-bottom-column3.row .lower-bottom-column3__box {
    border-radius: 20px;
  }

  .lower-bottom-column3.row .lower-bottom-column3__line {
    padding: 1rem 2rem;
  }

  .lower-bottom-column3.row .lower-bottom-column3__line .lower-bottom-column3__feature {
    margin: 2.5rem 0 0;
  }

  .lower-bottom-column3.row .lower-bottom-column3__btn-wrap {
    padding: 0 2rem 2rem;
  }

}
