﻿/* 記事詳細-関連リンク系 */
.h_04 {
    margin-top: 40px;
}
.h_04--bottom {
    position: relative;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #333;
    font-weight: 400;
    margin: -10px 40px 30px 40px;
    padding-bottom: 5px;
}
.h_04--bottom {
    font-weight: 700;
}
.h_04--bottom .goto_index {
    text-align: right;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
}
.h_04--bottom .goto_index a:before {
    content: "▶";
    font-size: 10px;
    font-size: 1.0rem;
    padding-right: 5px;
}
.h_04--bottom a {
    text-decoration: none;
}
.page_list {
	margin-bottom: 20px;
}


/* 記事詳細 continue_readingの遷移位置を調整 */
#wrapper.state_slim_pc a[name^="continue_reading"] {
	position: relative;
	top: -85px;
	display: block;
	vertical-align: top;
}
#wrapper.state_slim_pc _:-ms-lang(x), #wrapper.state_slim_pc a[name^="continue_reading"] {
	display: inline-block;
}
#wrapper.state_slim_pc.special a[name^="continue_reading"] {
    position: relative;
    top: -45px;
    display: block;
    vertical-align: top;
}
#wrapper.state_slim_pc.special _:-ms-lang(x), #wrapper.state_slim_pc.special a[name^="continue_reading"] {
    display: inline-block;
}
#wrapper.state_slim_pc.special.state_notice_exists a[name^="continue_reading"] {
    position: relative;
    top: -89px;
    display: block;
    vertical-align: top;
}
#wrapper.state_slim_pc.special.state_notice_exists _:-ms-lang(x), #wrapper.state_slim_pc.special.state_notice_exists a[name^="continue_reading"] {
    display: inline-block;
}
#wrapper.state_slim_pc.special.state_notice_exists.state_notice_show a[name^="continue_reading"] {
    position: relative;
    top: -145px;
    display: block;
    vertical-align: top;
}
#wrapper.state_slim_pc.special.state_notice_exists.state_notice_show _:-ms-lang(x), #wrapper.state_slim_pc.special.state_notice_exists.state_notice_show a[name^="continue_reading"] {
    display: inline-block;
}
#wrapper.state_slim_pc.state_notice_exists a[name^="continue_reading"] {
    position: relative;
    top: -129px;
    display: block;
    vertical-align: top;
}
#wrapper.state_slim_pc.state_notice_exists _:-ms-lang(x), #wrapper.state_slim_pc.state_notice_exists a[name^="continue_reading"] {
    display: inline-block;
}
#wrapper.state_slim_pc.state_notice_exists.state_notice_show a[name^="continue_reading"] {
    position: relative;
    top: -185px;
    display: block;
    vertical-align: top;
}
#wrapper.state_slim_pc.state_notice_exists.state_notice_show _:-ms-lang(x), #wrapper.state_slim_pc.state_notice_exists.state_notice_show a[name^="continue_reading"] {
    display: inline-block;
}
#wrapper.state_slim_pc a[name^="continue_reading"] {
    position: relative;
    top: -58px;
    display: block;
    vertical-align: top;
}
#wrapper.state_slim_pc _:-ms-lang(x), #wrapper.state_slim_pc a[name^="continue_reading"] {
    display: inline-block;
}
#wrapper.state_slim_pc.state_notice_exists a[name^="continue_reading"] {
    position: relative;
    top: -112px;
    display: block;
    vertical-align: top;
}
#wrapper.state_slim_pc.state_notice_exists _:-ms-lang(x), #wrapper.state_slim_pc.state_notice_exists a[name^="continue_reading"] {
    display: inline-block;
}

/* 画像スニペットの文字寄せ（中央寄せ） */
.ar-image.image_2 .ar-image__figure--caption--text,
.ar-image.image_4 .ar-image__figure--caption--text,
.ar-image.image_5 .ar-image__figure--caption--text {
	text-align: center;
}


/* キュレーション記事アイコン(「キュレーション｣)用のスタイル */
.ar-curation_box .ar-curation__contents {
    width: 70%;
    padding-left: 20px;
}
.ar-curation_box .ar-curation__contents__tag {
    display: inline-block;
    margin:20px 40px 10px;
}
.ar-curation_box .ar-curation__contents__tag--text {
    background-color: #2f2f2f;
    padding: 5px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: 700;
}
.ar-curation_title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 38px;
    letter-spacing: 0;
    color: #333;
    font-weight: bold;
    padding: 0px 40px 0;
}
@media only screen and (max-width: 767px) 
{
    .ar-curation_box .ar-curation__contents__tag {
        display: inline-block;
        margin:20px 20px 10px;
    }
    .ar-curation_title {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 30px;
        letter-spacing: 0.6px;
        color: #333;
        font-weight: bold;
        padding: 0 20px 0;
    }
}

/* キュレーションリンクデザイン */
.ar-cont_box .ar-curation_contents {
    clear: both;
    margin-top: 20px;
}
.ar-cont_box .ar-curation_contents__btn__inner {
    text-align: center;
    padding: 20px 0 30px 0;
}
.ar-curation_contents__btn--notice {
    padding: 10px 10px 0px;
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
    .ar-cont_box .ar-curation_contents__btn--text {
        text-decoration: none;
        display: inline-block;
        width: 50%;
        padding: 10px 10px 10px 10px;
        background-color: #f35f18;
        border-radius: 3px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
        letter-spacing: 0.8px;
        color: #fff;
        font-weight: 700;
    }
}
@media only screen and (min-width: 768px) {
    .ar-cont_box .ar-curation_contents__btn--text {
        text-decoration: none;
        display: inline-block;
        padding: 10px 35px;
        background-color: #f35f18;
        border-radius: 3px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
        letter-spacing: 0.8px;
        color: #fff;
        font-weight: 700;
    }
}