.category_links{
  font-size: 2.6rem;
  font-weight: bold;
  margin: 7rem auto 3rem;
  line-height: 1.4;
  padding: 1.5rem 3rem 1.2rem;
  background: #dbf6ff;
  box-shadow: 0px 8px 0px #DBF6FF;
  position: relative;
  color: #2A2A2A;
}
header .headTopArea .rightTxt: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】";
}

/* oki_20220803 */
.kanren {
    border: 3px solid #dbf6ff;
    padding: 20px 30px 0;
    margin: 50px auto;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    border-bottom: solid 1px #BFBFBF;
    font-size: 1.8rem;
    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: 2px 15px;
    background-color: #044C80;
    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;
}
/*2023.02.13*/
#visArea .mainArea {
    background: url(https://www.kokodedate.com/wp/wp-content/uploads/mv_pic_pc_202302.jpg) no-repeat bottom 3rem center;
    background-size: 100%;
    display: block;
    height: auto;
    padding: 0 1.5rem;
}
.addParts--comparison {
    background: url(https://www.kokodedate.com/wp/wp-content/uploads/bg_addParts-pr_202302.jpg) no-repeat center;
    background-size: cover;
    padding: 3rem 0 10rem;
}

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

@media screen and (max-width: 480px) {
.category_links{
    font-size: 2rem;
    margin: 2rem auto 2rem;
    padding: 1.2rem 4% 1rem;
  }
	
/* oki_20220803 */
.kanren {
	width: 95%;
}
	
/*2023.02.13*/	
#visArea .mainArea .mainAreaInner {
    max-width: 100%;
    padding: 38.625vw 0 0;
    background: url(https://www.kokodedate.com/wp/wp-content/uploads/mv_pic_sp_202302.jpg) no-repeat top 0vw left 8rem;
    background-size: 100% auto;
    position: relative;
}	
.addParts--comparison {
    margin: 6rem auto 0;
    padding: 0 4% 3%;
}	
}

