@charset "utf-8";

#contents #article #link-connection-area {
  background: #fff;
  padding: 20px 30px;
}


.bnr a {
    display: block;
    background-image: url(https://www.lightning-counterplan.com/wp/wp-content/uploads/kaminaritaisaku_20221124.jpg);
    background-size: cover;
    font-weight: bold;
    text-align: center;
    padding: 3rem 0;
    border: 5px solid #003674;
    z-index: 100;
    text-decoration: none;
    line-height: 1.5;
    font-size: 2.4rem;
    color: #fff;
    width: fit-content;
    margin: 4rem auto;
    width: 460px;
}
.bnr a:hover {
    opacity: 0.8;
}
.bnr a span.btn {
    display: block;
    line-height: 1.4;
    width: fit-content;
    background: #b71137 url(img/arrow_white02.svg) no-repeat right 20px center;
    background-size: 6px auto;
    text-align: center;
    border-radius: 100px;
    margin: 20px auto 0;
    padding: 1.5rem 3rem;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}

.bnr a span.rbn {
    padding: 1rem;
    color: #fff;
    background: rgb(0 54 116 / 50%);
    display: block;
}
.word-break {
word-break: break-all;
}

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

.midasi {
    font-size: 1.3em;
    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: 10px;
    background-color: #b71137;
    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;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

}

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

@media screen and (max-width: 599px) {
.bnr a {
    width: 100%;
}

.bnr a span.rbn {
    font-size: 18px;
}

.bnr a span.btn {
    font-size: 15px;
}

/* oki_20230803 */
.kanren {
    width: 95%;
    margin: 0 auto;
	margin-bottom: 30px
}

#contents .kanren ul li {
    min-height: 12px;
    padding: 0 0 10px 22px;
}
	
}