
.l-recommendation-table table th.l-recommendation-table-column img {
    display: block;	
    height: 11rem;
    width: auto;
    margin: 0 auto;
}
.l-recommendation-table table th.l-recommendation-table-column p.caption {
    color: #fff;
    opacity: 0.8;
}
.grad-wrap {
  position: relative;
  margin: 2rem 0 2rem;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #007df0;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #41413f;
}
.grad-btn .fa {
  /* margin-right: .5em; */
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 23rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
#toc {
    width: fit-content;
    margin: 3rem auto;
    display: block;
    padding: 2rem 3rem 3rem;
    /* border: solid 4px #fdefec; */
    max-width: 80%;
    background: #f7f6f4;
}
#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
}
#toc ul {
    margin: 5px;
}
#toc ul li {
    background-position: 0px 4px;
}




.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】";
}
.l-mv .btn-internal a {
    background-color: #880000;
    font-size: 1.8rem;
    max-width: 330px;
    padding: 3.3rem 4rem 3rem 3rem;
}
.fixBan {
    display: none;
    position: fixed;
    z-index: 50;
    bottom: 11rem;
    right: 0;
    width: 215px;
    height: auto;
}
.fixBan a{
    display: block;
    transition: opacity 0.3s ease;
}
.fixBan a:hover{
    opacity: 0.6;
}
.fixBan img {
    max-width: 100%;
    width: 300px;
    height: auto;
}
.category_links{
    margin: 6rem 0 1rem;
    padding: 1.8rem 2.5rem 1.8rem 2.5rem;
    background: #f7f6f4;
    color: #f43b6f;
    /* text-align: center; */
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
}
/* oki_20220902 */

.kanren {
    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-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: #00c400;
    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;
}
.l-main-area--low .l-recommendation-area h2 {
    background: unset;
    color: unset;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.l-header-area {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
}
.gnv.idx {
    top: 4rem;
}
.l-main-area--low .l-recommendation-area .l-section-inner {
    width: 95%;
}

.l-contents-area {
    margin-top: 10rem;
}
.l-contents-area.l-contents-area--low {
    margin-top: 15rem;
}
.gnv {
    padding-left: 100px;
    top: 8rem;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px #00000021;
    background: #fff;
    z-index: 999;
}
.gnv ul {
    margin: 0rem auto 1rem;
    width: 1000px;
    display: flex;
    border-right: solid 1px #eee;
}
.gnv ul li {
    display: table;
    border-left: solid 1px #eee;
    width: 25%;
}
.gnv 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;
}
.gnv ul li a:hover {
    opacity: 0.6;
}

}



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

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.fixBan {
    bottom: 0;
    margin-bottom: 5rem;
    width: 100%;
    max-width: 100%;
}
.fixBan img {
    max-width: 100%;
    width: 100%;
}
.category_links{
        font-size: 2.2rem;
        padding: 1.8rem 2.5rem 1.3rem 2.5rem;
    }
.l-mv .btn-internal a {
    font-size: 1.8rem;
}

.l-mv .btn-internal.to-bottom {width: 100%;}	

.l-main-area--low .l-recommendation-area .l-section-inner {
    padding-top: 0;
}
.l-main-area--low .l-recommendation-area h2 {
    padding: 0;
    font-size: 16px;
}
.l-main-area--low .l-recommendation-area h2 span.txt_bold {
    font-size: 22px;
}
.l-main-area--low .l-recommendation-area {
    padding-top: 4rem;
}
#toc {
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 3rem;
}

#toc a {
    font-size: 14px;
}

#toc li {
    line-height: 1.2;
    margin: 10px 0;
}
.grad-item {
    height: 24rem;
}
.gnv {
    display: none;
}	
}