/*/////////////PC自動目次start/////////////*/
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.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;
    float: left;
}

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

#toc {
  border: 2px solid  #e8e8e8;
  padding: 15px;
  background: #fbfbfb;
  margin-bottom: 4rem;
}

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

#toc li {
  font-size: 1.6rem;
  list-style-type: decimal;
  margin: 8px 0 0;
  color: #0aa6cc;
}

#toc li a {
  line-height: 1.2;
  color: #111;
  text-decoration: none;
  padding-left: 3px;
  display: block;
  font-size: 1.6rem;
  margin: 1.5rem;
}

#toc ol ol li {
  font-size: rem;
  margin: 0 0 3px;
}

#toc li br {
  display: none;
}
/*/////////////PC自動目次end/////////////*/

/* oki_20220906 */

.kanren {
    border: 1px solid #e8e8e8;
    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%);
}

.kanren li{
    font-size: 1.4rem;
    padding: 0 0 5px 26px;
    line-height: 1.7;
    position: relative;
}
.kanren li:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #004196;
    left: 2px;
    top: 6px;
}

/* 続きを読むボタン */
.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: #25b5e3;
    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;
}





.accordion-list-area {
  margin-bottom: 20px;
  margin-top: -80px;
}
.accordion-list-area dl {margin: 0}
.accordion-list-area dt {
  
  color: #fff;
  padding: 10px;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-bottom: -20px;
}
.accordion-list-area dt:before {
  content: "＋";
  position: absolute;
  right: 90px;
  top: 76px;
  z-index: 10000;
  font-size: 43px;
}
.accordion-list-area dt:hover {opacity: 0.7;}
.accordion-list-area dd {
  display: none;
  padding: 10px;
  margin: 0
}

.accordion-list-area .map {
  text-align: center;
}
.point::after {
    position: absolute;
    left: 100%;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(img/title_bg_01.png) no-repeat left top;
    background-size: 100% 100%;
    content: "";
}
.btn-web.contact a {
    background: #ff5f5f url(img/arrow_wt.png) no-repeat right 1.5rem center;
    border: 2px solid #ff6776;
}






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

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////SP自動目次start/////////////*/
#toc {
  border: 2px solid  #e8e8e8;
  padding: 15px;
  background: #fbfbfb;
  margin-bottom: 4rem;
}

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

#toc li {
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 8px 0 0;
  color: #0aa6cc;
}

#toc li a {
  line-height: 1.2;
  color: #111;
  text-decoration: none;
  padding-left: 3px;
  display: block;
}

#toc ol ol li {
  font-size: 1.4rem;
  margin: 0 0 3px;
}

#toc li br {
  display: none;
}
.accordion-list-area .point {
  width: calc(104% - 3rem);
  padding: 1.5rem 0 1.5rem 7.5rem;
  font-size: 2.1rem;
}

.accordion-list-area dt:before {
  content: "＋";
  position: absolute;
  right: 27px;
  top: 80px;
  z-index: 10000;
  font-size: 28px;
}
.accordion-list-area dl {
  margin: 0px;
  margin-bottom: -66px;
}
.accordion-list-area {
  margin-bottom: 15px;
  margin-top: -114px;
}
	.point::after {
    width: 30px;
}
/*/////////////SP自動目次end/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/






}