@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : topics.css
Description :
===================================================================== */


/* ********************************************************************
        トピックス
******************************************************************** */
.topics .inner {
    padding-bottom: 10vw;
}

.topics h2 {
    width: calc(215 / 630 * 100%);
}

.topics .topics_box {
    position: relative;
    padding-top: calc(50 / 630 * 100%);
    border-top: 1px solid #47ccc5;
    margin-bottom: calc(80 / 630 * 100%);
}

.topics .topics_box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 100%;
    height: 1px;
    background-color: #47ccc5;
}

.topics .topics_box .date {
    display: block;
    font-size: 1rem;
    color: #beb09f;
    margin-bottom: calc(20 / 630 * 100%);
}

.topics .topics_box .ttl {
    font-weight: 600;
}

.topics .topics_box dt {
    padding-bottom: calc(30 / 630 * 100%);
    border-bottom: 1px solid #47ccc5;
    margin-bottom: calc(50 / 630 * 100%);
    font-weight: 600;
}

.topics .topics_box .content :not(.btn_green) a {
    color: #47ccc5;
    display: inline;
    border-bottom: 1px dotted #47ccc5;
}

.topics .topics_box .img,
.topics .topics_box .content > p {
    margin-bottom: calc(40 / 630 * 100%);
}

.topics .topics_box li:not(:last-child) {
    margin-bottom: calc(20 / 630 * 100%);
}

.topics .topics_box .txt {
    line-height: 1.8;
}

.topics .topics_box .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topics .btn_green a {
    color: #fff;
    text-align: center;
}

.topics .sub1 {
    margin-bottom: calc(30 / 630 * 100%);
}

.topics .sub1 dt,
.topics .sub2 dt {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.topics .sub1 dt {
    font-size: 1.6rem;
}

.topics .sub1 span,
.topics .sub2 span {
    color: #ff5c82;
}

.topics .sub1 dd,
.topics .sub2 dd {
    line-height: 1.8;
}

.topics .sub1 dd {
    margin-left: calc(42 / 750 * 100%);
}

.topics .sub2 dd {
    margin-left: calc(35 / 750 * 100%);
}


.topics .sub2 {
    margin-left: 1.2em;
}

.topics .highlight {
    color: #F00;
    font-weight: bold;
    margin: 3px 3px 0 5px;
    background-color: yellow;
    line-height: 1.5em;
}

.topics .tellbox {
    width: 30rem;
    padding: 3%;
    margin: 10px auto;
    background-color: #FFF;
    border: solid 2px #ec5990;
    border-radius: .4em;
    text-align: center;
    font-size: 2rem;
}

.topics .tellbox a{
color: #F00!important;
}

.call67 {
    width: 85px;
    height: auto;
    padding-right: 2px;
    display: inline-block;
}

.call67 img {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    .topics .inner {
        padding-bottom: 80px;
    }

    .topics h2 {
        width: calc(170 / 1000 * 100%);
    }

    .topics .topics_box {
        padding-bottom: calc(30 / 1000 * 100%);
        margin-bottom: calc(30 / 1000 * 100%);
    }

    .topics .topics_box {
        padding-top: calc(30 / 1000 * 100%);
    }

    .topics .topics_box .date {
        font-size: 1rem;
        margin-bottom: 0;
        margin-right: calc(30 / 1000 * 100%);
        font-size: 1.5rem;
        width: calc(250 / 1000 * 100%);
    }

    .topics .topics_box dt {
        padding-bottom: calc(30 / 1000 * 100%);
        margin-bottom: calc(30 / 1000 * 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 2rem;
        line-height: 30px;
    }

    .topics .flex .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .topics .topics_box .content :not(.btn_green) a:hover {
        color: #665852;
        border-bottom: 1px dotted #665852;
    }

    .topics .topics_box .img {
        width: calc(475 / 1000 * 100%);
    }

    .topics .topics_box .img,
    .topics .topics_box .content > p {
        margin-bottom: calc(30 / 1000 * 100%);
    }

    .topics .topics_box li:not(:last-child) {
        margin-bottom: calc(20 / 1000 * 100%);
    }

    .topics .topics_box .txt {
        width: calc(475 / 1000 * 100%);
    }

    .topics .flex:nth-child(odd) .img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .topics .wide .img {
        width: calc(630 / 1000 * 100%);
        margin: 0 auto calc(30 / 1000 * 100%);
    }

    .topics .sub1 {
        margin-bottom: calc(30 / 1000 * 100%);
    }

    .topics .sub1 dt,
    .topics .sub2 dt {
        margin-bottom: calc(10 / 1000 * 100%);
        padding-bottom: 0;
    }

    .topics .sub2 dt {
        font-size: 1.6rem;
    }

    .topics .sub1 dd {
        margin-left: calc(22 / 1000 * 100%);
    }

    .topics .sub2 dd {
        margin-left: calc(18 / 1000 * 100%);
    }

    .topics .sub2 {
        margin-left: 1.2em;
    }
    
    
    .topics .tellbox a{
        pointer-events:none;
        border-bottom: none!important;
    }

}
