@charset "utf-8";

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

.frame-wrap .frame-body p.imgarea.caption {
  text-align: center;
  margin-bottom: 10px;
}

.l-parts01 .block .box-body .btn-internal.txt a {
  background: none;
  color: unset;
  padding: 0;
  display: block;
  text-decoration: underline;
}

p.imgarea.caption img {
  display: block;
  margin: 0 0 5px;
}

.l-parts01 .block .box-body .btn-internal.txt a br:last-child {
  display: none;
}

/* oki_20220509 */
@media screen and (max-width: 480px) {
  .kanren_area {
    padding: 0 1rem 6rem 1rem !important;
  }

}

.category_links {
  position: relative;
  margin: 5rem 0 4rem 0;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  background: #f3f3f3;
  border-left: 13px solid #a2d827;
  color: #363636;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.kanren ul li {
  margin: 0 0 2rem 0;
}

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

.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; */
  background: linear-gradient(90deg, rgba(81, 146, 211, 1) 0%, rgba(12, 67, 161, 1) 62%, rgba(0, 43, 153, 1) 100%);
  border-radius: 20px;
  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;
}

/* oki_20220509 */

.list3link {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.list3link span {
  display: block;
  font-size: 28px;
  color: #333;
  padding-bottom: 10px;

}

.list3link a.list3link1,
.list3link a.list3link2,
.list3link a.list3link3 {
  width: 33%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: block;
  line-height: 2.6rem;
  padding: 74px 0 16px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.list3link a.list3link1 {
  background-image: url(https://www.tama-taku.com/wp/wp-content/uploads/hachioji_img2.jpg);
}

.list3link a.list3link2 {
  background-image: url(https://www.tama-taku.com/wp/wp-content/uploads/fuchu_img2.jpg);
}

.list3link a.list3link3 {
  background-image: url(https://www.tama-taku.com/wp/wp-content/uploads/tama_img2.jpg);
}

#toc {
  width: fit-content;
  margin: 0 auto 40px;
  border: 10px solid #a2d827;
  padding: 40px 15px 15px;
}

#toc ul {
  position: relative;
}

#toc ul:before {
  position: absolute;
  content: '目次';
  top: -45px;
  font-weight: bold;
  left: 0;
  font-size: 20px;
}

.is-hidden {
  display: none;
}

.list-btn {
  appearance: none;
  background: #a2d827;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  outline: none;
  padding: 6px 40px 4px 20px;
  position: relative;
}

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

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

#toc.tocarea {
  margin-top: 10px;
  margin-bottom: 70px;
}

.block-job .caption {
    text-align: center;
}

/*----------------------------------------------------
    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;
  }

  .faq {
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
  }

  .faq.f_l {
    padding: 30px 0 30px 150px;
  }

  .faq.f_r {
    padding: 30px 150px 30px 0;
  }


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

  .faq.f_l .faq-txt {
    background: #fff;
    border: 2px solid #555;
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_l .faq-txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-left: 2px solid #555;
    border-top: 2px solid #555;
    transform: rotate(-45deg);
    background: #fff;
    left: -13px;
    margin-top: -13px;
  }

  .faq.f_l .faq-txt .float-img.fl {
    position: absolute;
    top: 0;
    left: -160px;
  }

  .faq.f_l .faq-txt .faq-img.fr {
    position: absolute;
    top: 0;
    right: -160px;
  }

  .faq.f_l .faq-txt .faq-img.fl .faq-flame {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
  }

  .faq.f_l .faq-txt .faq-img.fl .faq-flame img {
    border-radius: 100px;
  }

  .faq.f_r .faq-txt {
    background: #fff;
    border: 2px solid #555;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_r .faq-txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-right: 2px solid #555;
    border-top: 2px solid #555;
    transform: rotate(45deg);
    background: #fff;
    right: -13px;
    margin-top: -13px;
  }

  .faq.f_l .faq-txt .faq-img.fl {
    position: absolute;
    top: 0;
    left: -150px;
    margin: 0 !important;
  }

  .faq.f_r .faq-txt .faq-img.fl {
    position: absolute;
    top: 0;
    right: -150px;
    margin: 0 !important;
  }

  .faq.f_r .faq-txt .faq-img.fl .faq-flame,
  .faq.f_l .faq-txt .faq-img.fl .faq-flame {
    width: 120px;
    height: 120px;
    background: #eaeaea;
    border-radius: 100px;
  }

  .faq.f_r .faq-txt .faq-img.fl .faq-flame img {
    border-radius: 100px;
  }

  .category_links {
    position: relative;
    margin: 5rem 0 4rem 0;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    background: #f3f3f3;
    border-left: 13px solid #a2d827;
    color: #363636;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }

	.block-job .caption {
    text-align: center;
}
	
}



/*----------------------------------------------------
        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;
  }

  .faq {
    padding: 10% 0;
    width: 100%;
  }

  .faq.flex {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }

  .faq.f_r {
    flex-flow: row-reverse;
  }

  .faq .faq-img .faq-flame {
    border-radius: 100px;
  }

  .faq .faq-img .faq-flame img {
    border-radius: 100px;
  }

  .faq .faq-img {
    width: 80px;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 80px;
    background: #eee;
    height: 80px;
  }

  .faq.f_l .faq-txt {
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  #index-bottom .faq .faq-txt p,
  #page-bottom .faq .faq-txt p {
    margin: 0;
  }

  .faq.f_r .faq-txt {
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  .category_links {
    margin: 5rem 0 2.5rem 0;
    padding: 1.5rem;
    font-size: 2rem;
  }

  .block-feature .box .ttl2 {
    margin: 1.5rem 0 0 0;
    color: #0c43a1;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }

  .list3link {
    display: block;
  }

  .list3link a.list3link1,
  .list3link a.list3link2,
  .list3link a.list3link3 {
    width: 100%;
    padding: 98px 0 38px;
    max-width: 360px;
    margin: 0 auto 20px;
  }

  #toc {
    width: 94%;
  }

  #toc.tocarea {
    margin-bottom: -20px;
  }

  .l-mv-title {
    background: url(https://www.tama-taku.com/wp/wp-content/uploads/mv_bg_01_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  /*/////////////必ず中括弧の中に作成してください。/////////////*/
}
