@charset "utf-8";


/* 「お知らせ」エリア
-------------------------------------------*/
.newsBl {
    padding: 54px 0 123px;
}

.newsBl.newsSingleBl {
    padding: 49px 0 128px;
}

.newsBl.newsSingleBl .second-tit.no-icon_align-left {
    font-size: 2.5rem;
}

.newsBl .content_area-wrap {
    width: auto;
    margin-top: 40px;
}

.newsBl .tab_area {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.newsBl .tab_area li,
.newsBl .tab_area li+li {
    margin: 7.5px;
}

.newsBl .tab_area li a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    width: auto;
    height: auto;
    padding: .72em 2.03em .73em 1.63em;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.newsBl .tab_area li:not(.select) a {
    border: 1px solid #dadada;
    opacity: 1;
    color: #8f8f8f;
}

.newsBl .tab_area li:not(.select) a:hover {
    opacity: .6;
}

.newsBl .tab_area li:not(.select) a::before {
    display: none;
}

.newsBl .tab_area li a::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #8f8f8f;
    border-right: 0;
    top: calc(50% - 3px);
    right: 12px;
    transform: rotate(90deg);
}

.newsBl .tab_area li.select a::after {
    border-left: 6px solid rgba(255, 255, 255, .7);
}

.newsBl .tab_area li:not(.select) a:hover::after {
    right: 12px;
}

.newsBl .news_dl {
    padding: 0 1.5em 20px;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
}

.newsBl .news_dl dt {
    padding-left: 0;
    width: 196px;
    box-sizing: border-box;
}

.news_dl_date {
    width: 5em;
}

.news_dl_date_year {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .09em;
    display: block;
    margin: 0 auto;
}

.news_dl_date_month-day {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .09em;
    border-top: 1px solid rgb(204, 204, 204);
    display: block;
    padding-top: 1px;
    margin: 3px auto 0;
}

.newsBl .news_dl dt time {
    width: 5em;
}

.news_dl dt .news_cate {
    padding: 0;
    margin: 0 0 0 25px;
}

.newsBl .news_dl dd {
    padding-left: 1.2em;
    margin-top: -.1em;
    width: calc(100% - 196px);
    box-sizing: border-box;
}


.single_news_info {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.single_news_info tabout:blank#blockedime {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.09em;
}

.single_news_info .news_cate {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    color: #00aaaa;
    border-radius: 40px;
    background-color: rgba(0, 170, 170, .2);
    padding: 0 1.36em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 13px;
    padding: 0 1.36em 0.1em;
    min-width: 90px;
    box-sizing: border-box;
}

.single_news_info .news_cate.important {
    color: #fff;
    background-color: #00aaaa;
    min-width: 60px;
}

.single_news_content {
    margin-top: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.05;
    letter-spacing: 0;
}

.single_news_content h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.055em;
    color: #00aaaa;
    position: relative;
    padding-left: 1em;
}

.single_news_content h3::before {
    content: '';
    width: 0.6em;
    height: 0.6em;
    background-color: #00aaaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .5em;
}

.single_news_content p+h3,
.single_news_content p+p {
    margin-top: 30px;
}

.single_news_content h3+p {
    margin-top: 10px;
}

.single_news_content ul {
    margin: 30px 0;
}

.single_news_content ul>li {
    padding-left: 1em;
    position: relative;
}

.single_news_content ul>li::before {
    content: '・';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
}

.single_news_content ul>li+li {
    margin-top: 10px;
}

.single_news_content ol {
    list-style-type: decimal;
    margin: 30px 0;
}

.single_news_content ol>li {
    list-style-type: inherit;
    margin-left: 1.32em;
}

.single_news_content ol>li+li {
    margin-top: 10px;
}

.single_news_content strong {
    font-weight: bold;
}

.single_news_content .twocol {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.single_news_content img {
    max-width: 100%;
    width: auto;
}

.single_news_content>img {
    margin: 30px 0;
}

.single_news_content .twocol>* {
    width: 48%;
    box-sizing: border-box;
}

.single_news_content .twocol>* img {
    width: 100%;
}

.single_news_content a {
    text-decoration: underline;
}

.single_news_content a:hover {
    text-decoration: none;
}

.single_news_content a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 9px solid #00aaaa;
    border-right: 0;
    margin: 0 7px 0 0;
    position: relative;
    top: -2px;
    left: 0;
}

.single_news_content a[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 11.6px;
    background: url(/common/img/common/icn_window_green.svg) no-repeat center / contain;
    margin-left: 7px;
    position: relative;
    top: 0px;
    transition: all .5s ease-in-out;
}

.single_news_content .summary-red {
    color: red;
    line-height: 160%;
    margin: 30px auto;
    padding: 16px 20px;
    border: 2px solid red;
}

.news_prev_next {
    margin: 100px auto 0;
}

.news_prev_next a {
    display: table;
    font-weight: 500;
    border: 1px solid #00aaaa;
    background-color: #fff;
    border-radius: 500px;
    color: #00aaaa;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all .3s;
}

.news_prev_next a:nth-child(1) {
    padding: 1em 1.5em 1em 3.5em;
}

.news_prev_next a:nth-child(2) {
    padding: 1em 3.5em 1em 1.5em;
}

.news_prev_next a:hover {
    background-color: #00aaaa;
    color: #fff;
    opacity: 1;
}

.news_prev_next a:nth-child(1)::before,
.news_prev_next a:nth-child(2)::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-style: solid;
    position: absolute;
    top: calc(50% - 4px);
}

.news_prev_next a:nth-child(1)::before {
    border-bottom: 5px solid transparent;
    border-right: 12px solid #00aaaa;
    border-left: 0;
    left: 20px;
}

.news_prev_next a:nth-child(1):hover::before {
    border-right-color: #fff;
}

.news_prev_next a:nth-child(2)::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 12px solid #00aaaa;
    border-right: 0;
    right: 28px;
}

.news_prev_next a:nth-child(2):hover::before {
    border-left-color: #fff;
}

.news_prev_next a+a {
    margin-top: 30px;
}

.news_prev_tit,
.news_next_tit {
    font-size: 1.4rem;
}

.news_prev_next+.btn-txtlink {
    margin-top: 50px;
}


@media screen and (max-width: 999px) {
    .newsBl .news_dl {
        padding: 0 1em 30px;
    }
}


@media screen and (max-width: 767px) {
    .newsBl {
        padding: 0 0 60px;
        margin-top: -9px;
    }

    .newsBl.newsSingleBl {
        padding: 29px 0 66px;
    }

    .newsBl.newsSingleBl .second-tit.no-icon_align-left {
        font-size: 2.0rem;
    }

    .newsBl .inner930 {
        padding: 0;
    }

    .newsBl .tab_area {
        margin: 28px auto 0;
    }

    .newsBl .tab_area li,
    .newsBl .tab_area li+li {
        margin: 8px 8px;
        width: auto;
    }

    .newsBl .tab_area li a {
        font-size: 1.35rem;
        padding: 0.1em 2em;
        letter-spacing: 0.1em;
        line-height: 1.17;
        text-align: left;
        height: 40px;
    }

    .newsBl .tab_area li a::after,
    .newsBl .tab_area li:not(.select) a:hover::after {
        top: calc(50% - 3px);
        right: 14px;
    }

    .newsBl .tab_area li:not(.select) a:hover {
        opacity: 1;
    }

    .newsBl .content_area-wrap {
        margin-top: 50px;
    }

    .newsBl .content_area {
        padding: 0;
    }

    .newsBl .news_dl {
        padding: 0 10px 14px;
        margin-top: 17px;
        display: block;
    }

    .news_dl dt {
        width: auto;
    }

    .newsBl .news_dl dt {
        width: auto;
    }

    .news_dl dt .news_cate {
        height: inherit;
        padding: 0 1.36em 0.1em;
        margin: 0 0 0 9px;
    }


    .news_dl dt .news_cate.important {
        display: flex !important;
    }

    .newsBl .news_dl dd {
        padding-left: 0;
        margin-top: 7px;
        width: auto;
    }

    .single_news_info {
        margin-top: 24px;
    }

    .single_news_content {
        margin-top: 24px;
        font-size: 1.2rem;
        line-height: 1.75;
    }

    .single_news_content h3 {
        font-size: 1.8rem;
    }

    .single_news_content h3+p {
        margin-top: 5px;
    }

    .single_news_content p+h3,
    .single_news_content p+p {
        margin-top: 17px;
    }

    .single_news_content ul,
    .single_news_content ol {
        margin: 16px 0;
    }

    .single_news_content ul>li+li,
    .single_news_content ol>li+li {
        margin-top: 7px;
    }

    .single_news_content .twocol {
        display: block;
        margin: 20px 0;
    }

    .single_news_content .twocol>* {
        width: auto;
    }

    .single_news_content .twocol>*+* {
        margin-top: 25px;
    }

    .single_news_content img {
        width: 100%;
    }

    .single_news_content .summary-red {
        color: red;
        line-height: 150%;
        padding: 10px 12px;
        border: 2px solid red;
    }

    .single_news_content a:hover {
        text-decoration: underline;
    }

    .news_prev_next {
        margin: 50px auto 0;
    }

    .news_prev_next a:hover {
        background-color: #fff;
        color: #00aaaa;
    }

    .news_prev_next a {
        width: 90%;
        box-sizing: border-box;
    }

    .news_prev_next a:nth-child(1) {
        padding: .8em 1.5em .8em 2.5em;
    }

    .news_prev_next a:nth-child(2) {
        padding: .8em 2.5em .8em 1.5em;
    }

    .news_prev_next a+a {
        margin-top: 25px;
    }

    .news_prev_next a:nth-child(1)::before {
        left: 18px;
    }

    .news_prev_next a:nth-child(1):hover::before {
        border-right-color: #00aaaa;
    }

    .news_prev_next a:nth-child(2)::before {
        right: 18px;
    }

    .news_prev_next a:nth-child(2):hover::before {
        border-left-color: #00aaaa;
    }

    .news_prev_tit,
    .news_next_tit {
        font-size: 1.2rem;
    }

    .news_prev_next+.btn-txtlink {
        margin: 30px auto 0;
    }

}