/* コラム */





/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
.column_list .strength-hello::after,
#column_list .strength-hello::after{
    content: "";
    background: url(../img/column/column-list-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#column_list .strength-hello::after{
    background-image: url(../img/column/column-list-top.jpg);
    background-position: top left;
}
.column_list .ttl_area,
#column_list .ttl_area{
    width: 40%;
}


@media(max-width:1194px) and (min-width:769px){
    .column_list .strength-hello::after,
    #column_list .strength-hello::after {
        background: url(../img/column/column-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 75%;
    }
    #column_list .strength-hello::after{
        background-image: url(../img/column/column-list-top.jpg);
        background-position: top left;
    }
    .column_list .ttl_area,
    #column_list .ttl_area {
        width: 45%;
    }


}
@media (max-width:768px) {
    .column_list .strength-hello::after,
    #column_list .strength-hello::after {
        background: url(../img/column/column-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 78%;
        top: 70px;
    }
    #column_list .strength-hello::after{
        background-image: url(../img/column/column-list-top.jpg);
        background-position: top left;
    }
    .column_list .ttl_area,
    #column_list .ttl_area {
        width: 45%;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    .column_list .strength-hello,
    #column_list .strength-hello {
        height: 80vw;
    }
    .column_list .strength-hello .mv_area01,
    #column_list .strength-hello .mv_area01 {
        height: 90px;
        width: 100%;
    }
    .column_list .ttl_area,
    #column_list .ttl_area{
        width: 100%;
    }
    .column_list .ttl_area .ttl_02,
    #column_list .ttl_area .ttl_02{
        text-align: center;
    }
    .column_list .strength-hello::after,
    #column_list .strength-hello::after {
        width: 80%;
        height: 50%;
        top: unset;
        bottom: 0;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* コラム一覧 */
.column_list > ul li{
    /*
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9dae7;
    */
    border-bottom: none;
}
.column_list > ul li a{
    padding: 0;
    font-size: 18px;
    color: #000;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    /*margin-bottom: 20px;*/
    padding-top: 20px;
    border-bottom: 1px solid #d9dae7;
}
.column_list > ul li:first-child a{
    padding-top: 0;
}
.column_list > ul li a time.date{
    order: 1;
    font-size: 16px;
    color: #ce6c56;
    border: 2px solid #ce6c56;
    width: 160px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    box-sizing: border-box;
}
.column_list > ul li a span.ttl{
    order: 2;
    width: 75%;
    line-height: 1.4;
    font-weight: bold;
}
.column_list > ul li a span.list_tag{
    order: 3;
    background-color: #d8f0f0;
    color: #26a5ab;
    font-size: 14px;
    font-weight: bold;
    border-radius: 100px;
    padding: 5px 12px;
}
.column_list > ul li a:after{
    background: url(../img/arrow_right_red.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1.3em;
    height: 1.3em;
    right: 0;
    border-top: none;
    border-right: none;
    transform: rotate(0deg) translate(0, -50%);
}
#lower .ttl_02 .column_h1{
    display: inline-block;
    position: relative;
    top:5px;
    color: #d07865;
    font-size: 76px;
    font-family: 'Shippori Mincho SemiBold','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
}
.column #lower .ttl_02::first-letter{
    font-size: 60px;
}
.column #lower .article_wrap p{
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}


.column .column_important{
    display: block;
    padding: 5px 5px 5px 15px;
    border-left: 5px solid #29B3B9;
    line-height: 1.4;
    margin: 20px 0 15px;
}
.column .column_important:first-child {
    margin: 0 0 15px;
}



@media(max-width:1194px) and (min-width:769px){
    /*
    .column_list > ul li{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    */
    .column_list > ul li a{
        font-size: 16px;
        padding-right: 5%;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .column_list > ul li a time.date{
        font-size: 14px;
        width: 156px;
        height: 26px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .column_list > ul li a span.ttl{
        width: 80%;
        line-height: 1.4;
    }
    .column_list > ul li a span.list_tag{
        font-size: 12px;
        border-radius: 100px;
        padding: 5px 12px;
    }
    .column #lower .ttl_02::first-letter{
        font-size: 5.5vw;
    }
    
}
@media(max-width:1000px) and (min-width:769px){
    .column_list > ul li a span.ttl{
        width: 74%;
    }
}
@media (max-width:768px) {
    /*
    .column_list > ul li{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    */
    .column_list > ul li a{
        font-size: 14px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .column_list > ul li a time.date{
        font-size: 12px;
        width: 130px;
        height: 24px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .column_list > ul li a span.ttl{
        width: 100%;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .column_list > ul li a span.list_tag{
        font-size: 12px;
        padding: 5px 10px;
    }
    #lower .ttl_02 .column_h1{
        font-size: 7vw;
    }
    .column #lower .ttl_02::first-letter{
        font-size: 5vw;
    }
    
}
@media (max-width:480px) {
    #lower .ttl_02 .column_h1{
        font-size: 9vw;
        top:3px;
    }
    .column #lower .ttl_02::first-letter{
        font-size: 6.2vw;
    }
    
}