@charset "utf-8";

/* oki_20220509 */
.kanren {
  /* border: 3px solid #ff5252; */
  /* padding: 20px 30px ; */
  /* margin: 30px 0; */
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}

.kanren ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
  position: relative;
}

.kanren ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #91cde0;
  position: absolute;
  left: 3px;
  top: 8px;
}

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

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.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; */
  /* border-radius: 20px; */
  color: #FFF;

  background: #00c8c8;
  border-radius: 1rem;
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
}

.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 */





.category_links {
  margin: 5rem 0 3rem 0;
  padding: 0 2rem 0.2rem 2rem;
  border-left: 4px solid #f95b42;
  color: #333d47;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.me {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  word-break: break-all;
}

.caption2 {
  margin: 0.8rem 0 0 0;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  text-align: left;
}

p.imgarea2 img {
  display: block;
  width: 500px;
  margin: 0 auto;
}

.gnv.indexgnv {
  padding: 0;
  margin: 1rem auto 0;
}

.gnv.indexgnv ul {
  margin: 0rem auto 1rem !important;
  width: 1000px;
  display: flex;
  border-right: solid 1px #eee;
  padding: 0;
}

.gnv.indexgnv ul li {
  display: table;
  border-left: solid 1px #eee;
  width: 100%;
  padding: 0;
  background: none;
  margin: 0;
}

.gnv.indexgnv ul li:before {
  content: none;
}

.gnv.indexgnv ul li a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 13px;
  padding: 1rem 2rem;
  text-decoration: none;
}



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

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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .category_links {
    margin: 4rem 0 2rem 0;
    padding: 0 1.5rem 0.2rem 1.5rem;
    font-size: 2.1rem;
    font-weight: 700;
  }

  p.imgarea2 img {
    width: 90%;
  }

  .gnv.indexgnv {
    display: none;
  }

}
