@charset "UTF-8";

/* CSS Document */
.search-box_label {
    font-weight: bold;
}

.is-hide {
    display: none;
}

.m-radio {
    display: inline-block;
}

.ChangeElem_Panel {
    display: none;
}

.fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

html,
body,
container2 {
    width: 100%;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

img {
    transition: all 0.3s ease 0s;
}

#path h1 {
    display: inline-block;
    font-size: 11px;
    font-weight: lighter;
}

h2 {
    display: inline-block;
    font-weight: bold;
}

h3 {
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}

#contents {
    float: none;
    width: 0px;
}

#container2 {
    text-align: center !important;
    width: 100% !important;
    display: block;
    overflow: hidden;
}

#newsmain {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    line-height: 2em;
    display: block;
    overflow: hidden;
}

.ctt_ttl {
    border-bottom: 5px solid #000;
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px !important;
}

.ctt_ttl ul span {
    display: block;
    font-size: 8px;
    letter-spacing: 1em;
    margin-bottom: 10px;
    overflow: hidden;
}

.ctt_ttl ul li {
    border-right: 1px solid #eee;
    float: left;
    font-size: 11px;
    padding: 0 20px;
    list-style: none;
    height: 55px;
}

.ctt_ttl ul li:nth-of-type(2) {
    border-right: 1px solid #fff;
    line-height: 1.6em;
}

.st-ttl {
    margin-bottom: 30px;
}

.st-ttl .ttl-lead {
    font-size: 14px;
    text-align: justify;
    padding-bottom: 20px;
    border-bottom: 2px solid #8d8d8d;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

.st-ttl img {
    width: 100%;
    height: auto;
    margin-bottom: 28px;
}

.st-ttl img.is-pc {
    aspect-ratio: 50/13;
}

.st-ttl img.is-sp {
    aspect-ratio: 32/15;
}

/* title */

#title {
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
}

.title_area {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.title_area img {
    margin: 0 auto;
}

.main_topics {
    margin-bottom: 8px;
}

/* section */



p.icon {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    width: 60px;
    margin: 0px;
}

p.icon2 {
    display: inline-block;
    background: #444;
    width: 100%;
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease 0s;
    margin: 0px !important;
    font-weight: normal;
}

p.icon3 {
    font-family: 'EB Garamond', serif;
    display: inline-block;
    background: #444;
    width: 100%;
    height: 18px;
    padding-top: 0px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.trailer {
    display: block;
    font-size: 20px;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
}

.trailer span {
    display: block;
    overflow: hidden;
    font-size: 11px;
    padding: 10px;
}

.trailer span a {
    color: #7f2d00;
    font-weight: bold;
    text-decoration: underline;
}

.trailer img {
    margin: 0 8px;
}


/* 絞り込みバックナンバーレイアウト */
.backnumber_box {
    display: block;
    overflow: hidden;
    /*width: 744px;  width: 337px; ２カラム用 */
    width: 1000px;
    float: left;
    text-align: left;
    /*margin: 0 30px 0 0 ;  width: 337px; ２カラム用 */
    margin: 0;
}

.backnumber_box ul {
    display: block;
    overflow: hidden;
    padding: 0;
}

.list_item {
    overflow: hidden;
    /* width: 337px; ２カラム用 */
    width: 312px;
    float: left;
    /* margin: 0 35px 50px 0; */
    margin: 0 32px 50px 0;
    border-bottom: 2px solid #8d8d8d;
}

li.list_item:nth-of-type(3n) {
    margin-right: 0;
}

.list_item img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.list_item span {
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    margin: 8px 0 0 0;
    line-height: 1.6em;
}

.list_item p {
    display: block;
    overflow: hidden;
    font-size: 10px;
    color: #8d8d8d;
}

.list_item a {
    display: block;
    overflow: hidden;
    color: #000;
}

.list_item_text {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5em;
    height: 75px;
}

.new_con_block {
    display: flex;
    margin-bottom: 40px;
}

.new_con1 {
    overflow: hidden;
    margin: 5px 10px 0 0;
    background-color: #35808d;
    width: 100px;
    color: #fff;
    padding: 50px 15px;
    text-align: center;
    font-size: 20px;
}

.new_con {
    overflow: hidden;
    margin: 10px 0 0 0;
    border-bottom: 2px solid #8d8d8d;
    float: left;
    width: 860px;
}

.new_con span {
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}

.new_con p {
    display: block;
    overflow: hidden;
    font-size: 10px;
    color: #8d8d8d;
}

.new_con a {
    display: block;
    overflow: hidden;
    color: #000;
}


.right_box {
    overflow: hidden;
    width: 226px;
    margin: 0 0 30px 0;
}

.right_box ul {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.right_box ul li {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0 0 10px 0;
}

.right_box li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.right_box p {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.right_box p::after,
.right_box p::before {
    border-bottom: 1px solid #8d8d8d;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: text-top;
    width: 56px;
}

.right_box ul li img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.right_box ul li:nth-of-type(-n+3) span.ranking-number {
    font-size: 24px;
    height: 60px;
    padding-left: 10px;
    width: 60px;
}

.right_box ul li span {
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.backnumber_box form {
    margin: 0 0 30px 0;
}

span.ranking-number {
    background: #fff;
    box-sizing: border-box;
    color: #666;
    font-family: "Times", "Times New Roman", serif;
    font-size: 14px;
    font-style: oblique;
    height: 45px;
    background: #deb5a0;
    background: linear-gradient(135deg, #f8f8f8 0%, #f8f8f8 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 8px 0 0 5px;
    padding-left: 5px;
    position: absolute;
    text-align: left !important;
    vertical-align: middle;
    width: 45px;
    top: 0;
    left: 0;
}

.right_box ul li:nth-of-type(1) span.ranking-number {
    background: #e5cfa5;
    background: linear-gradient(135deg, #e5cfa5 0%, #e5cfa5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.right_box ul li:nth-of-type(2) span.ranking-number {
    background: #d5d5d5;
    background: linear-gradient(135deg, #d5d5d5 0%, #d5d5d5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.right_box ul li:nth-of-type(3) span.ranking-number {
    background: #ddb4a0;
    background: linear-gradient(135deg, #ddb4a0 0%, #ddb4a0 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}


.right_box2 {
    overflow: hidden;
    width: 226px;
}

.right_box2 ul {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.right_box2 ul li {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0 0 10px 0;
}

.right_box2 li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.right_box2 p {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.right_box2 p::after,
.right_box2 p::before {
    border-bottom: 1px solid #8d8d8d;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: text-top;
    width: 40px;
}

.right_box2 ul li img {
    display: block;
    overflow: hidden;
    width: 100%;
}

/* コンテンツフッター */
.under_link_box {
    overflow: hidden;
    margin: 0 auto 50px auto;
}

.under_link li {
    display: inline-block;
    margin: 1px 2px;
    text-align: center;
    width: 250px;
}

.under_link li {
    display: inline-block;
    margin: 1px 2px;
    text-align: center;
    width: 250px;
}

.under_link li a {
    background: #3d3d3d;
    border: 1px solid #484848;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-decoration: none;
}

@media screen and (max-width: 640px) {

    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }

    #path h1 {
        display: inline-block;
        font-size: 75%;
    }

    #newsmain {
        width: 95%;
        margin: 0 auto;
    }

    .ctt_ttl {
        width: 100%;
        margin: 0;
        padding: 0;
        color: #000;
    }

    .ctt_ttl ul li {
        padding: 0;
        float: left !important;
        height: auto;
    }

    .ctt_ttl ul li img {
        width: 80px;
    }

    .ctt_ttl ul li:first-of-type {
        font-size: 8px;
        padding: 0 5px !important;
        width: 80px !important;
    }

    .ctt_ttl ul li:nth-of-type(2) {
        font-size: 20px !important;
        /*height: 54px !important;*/
        padding: 15px 10px 0 !important;
        width: 45px !important;
    }

    .ctt_ttl ul li:last-of-type {
        font-size: 8px !important;
        padding: 0 5px !important;
        width: 60vw !important;
    }

    .ctt_ttl ul span {
        font-size: 7px;
        letter-spacing: 0.6em;
    }

    /* SMP title */


    #title h1 {
        margin: 10px 0 0 0;
    }

    #title img.ttl {
        margin: 0 auto;
        width: 100%;
    }



    p.icon {
        margin: 5px auto;
        padding: 10px 0;
        width: 80%;
    }

    p.icon3 {
        margin: 64px 0 10px;
    }

    /*
SMP　バックナンバー
*/

    .new_con_block {
        display: block;
        margin-bottom: 40px;
    }

    .new_con1 {
        margin: 0;
        float: none;
        width: 100%;
        padding: 5px;
        font-size: 15px;
        letter-spacing: 0.5em;
    }

    .new_con {
        margin: 10px 0 30px 0;
        float: none;
        width: 100%;
    }

    .backnumber_box {
        width: 100%;
    }

    .list_item {
        width: 100%;
    }

    .right_box {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .right_box2 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .ChangeElem_Btn_Content {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: 0;
    }

    .ChangeElem_Btn {
        margin: 0 2px 0;
        vertical-align: bottom;
        width: 30%;
        border: 1px solid #919191;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(145, 145, 145);
        border-bottom: 1px solid #fff;
        color: #333;
        height: 30px;
        line-height: 30px;
        margin-bottom: -2px;
        transition: .3s;
        background-color: #fff;
        border-radius: 2px;
    }


    .line {
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #8d8d8d;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .line:after {
        content: ".";
        line-height: 0;
        display: block;
        overflow: hidden;
        position: absolute;
        bottom: -1px;
        width: 29.5%;
        border-bottom: 1px solid #fff;
        left: 19%;
    }

    .line2 {
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #8d8d8d;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .line2:after {
        content: ".";
        line-height: 0;
        display: block;
        overflow: hidden;
        position: absolute;
        bottom: -1px;
        width: 29.5%;
        border-bottom: 1px solid #fff;
        left: 51.5%;
    }

    .list_item_text {
        height: auto;
        margin-bottom: 1em;
    }

    /* コンテンツフッター */
    ul.under_link {
        margin: 0 auto 100px;
        margin-right: auto;
        width: 92%;
    }

    ul.under_link li {
        margin: 0 auto 10px;
        width: 96% !important;
    }

}



@media screen and (min-width: 641px) {
    /* hover settings */

    a:hover {
        opacity: 0.7;
    }

    p.icon2:hover {
        background: #989ba2;
    }

    .icon:hover {
        background: #989ba2;
    }

    .st-ttl .ttl-lead {
        text-align: center;
    }

}

/*
font-family: 'EB Garamond', serif;
*/