@charset "UTF-8";

/*common*/
.l-content .categoryArea h2.ttl {
    background-color: rgba(15, 33, 139, .1);
    border-top: solid 9px #0f218b;
    font-size: 30px;
    padding: 12px 0 8px;
}

/*mv*/
.l-content .summary {
    line-height: 33px;
}
.l-content .summary span.border {
    text-decoration: underline #333;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}
.l-content .summary span.color {
    text-decoration: underline #dd0000;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    color: #dd0000;
    font-size: 30px;
}

/*anchor*/
.l-content .anchor {
    width: 1120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.l-content .anchor a {
    width: 360px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    background-color: #0f218b;
    text-decoration: none;
}
.l-content .anchor a span {
    color: #fff;
    padding-top: 4px;
}
.l-content .anchor .img {
    width: 16px;
    height: 25px;
    background: url(/pr/noukiwari/cat/img/anchor_off.png);
    background-repeat: no-repeat;
    background-position-y: center;
}
.l-content .anchor .img_cat {
    width: 26px;
    height: 19px;
    background: url(/pr/noukiwari/cat/img/anchor_cat_off.png);
    background-repeat: no-repeat;
    background-position-y: center;
}
.l-content .anchor a:hover {
    background-color: #e7e8f3;
}
.l-content .anchor a:hover span {
    color: #0f218b;
}
.l-content .anchor a:hover .img {
    background: url(/pr/noukiwari/cat/img/anchor_on.png);
    background-repeat: no-repeat;
    background-position-y: center;
}
.l-content .anchor a:hover .img_cat {
    background: url(/pr/noukiwari/cat/img/anchor_cat_on.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

/*categoryArea*/
.l-content .categoryArea .subject {
    font-size: 19px;
}
.l-content .categoryArea .subject span {
    color: #dd0000;
    font-size: 21px;
}
.l-content .categoryArea .m-h3 {
    border-bottom: solid 3px #0f218b;
    color: #0f218b;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 12px;
}
.l-content .categoryArea .m-h4 {
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    border-bottom: solid 1px #0f218b;
}
.l-content .categoryArea .m-h4 .deco {
    border-left: 5px solid #0f218b;
    display: block;
    padding: 0 0 0 10px;
    line-height: 1.2;
}
.l-content a.m-btn--viewmore {
    font-weight: normal;
}
.l-content .categoryArea .m-cols__1of3 {
    margin-bottom: 30px;
}
.l-content .categoryArea .toggleArea .toggleSwitch p {
    margin: .25rem 0;
}
.l-content .categoryArea .toggleArea .toggleSwitch a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.l-content .categoryArea .list {
    width: 1200px;
    margin: 0 auto;
}
.l-content .categoryArea .m-btn--viewmore::before {
    content: none;
    width: 0;
    height: 0;
}
.l-content .categoryArea .m-btn--viewmore {
    display: initial;
    padding: 0;
}
.l-content .categoryArea .m-btn--viewmore .heading {
    text-align: left;
}
.l-content .categoryArea .m-btn--viewmore .plus,
.l-content .categoryArea .m-btn--viewmore .minus {
    display: inline-block;
    padding: 10px 12px;
}
.l-content .categoryArea .m-btn--viewmore .plus::before,
.l-content .categoryArea .m-btn--viewmore .minus::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: -4px;
}
.l-content .categoryArea .m-btn--viewmore .plus::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUgNy4zSDkuMlYxSDcuOFY3LjNIMS41VjguN0g3LjhWMTVIOS4yVjguN0gxNS41VjcuM1oiIGZpbGw9IiMwMDQwOTgiLz4KPC9zdmc+Cg==);
}
.l-content .categoryArea .m-btn--viewmore .minus::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDcuMzAwMDVIMVY4LjcwMDA1SDE1VjcuMzAwMDVaIiBmaWxsPSIjMDA0MDk4Ii8+Cjwvc3ZnPgo=);
}
.l-content .categoryArea .m-btn--viewmore:hover {
    background-color: transparent;
}
.l-content .categoryArea .m-btn--viewmore .plus:hover,
.l-content .categoryArea .m-btn--viewmore .minus:hover {
    background-color: #ecf3fc;
}

/*カテゴリー NEWマーク*/
.l-content .categoryArea .new_t {
    height: 20px;
    background-color: #dd0000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
    margin-left: auto;
    padding: 0 5px;
}
.l-content .categoryArea .new_e {
    background-color: #dd0000;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 5px;
}