/*-----------------------------------------お知らせ ファーストビュー-----------------------------------------*/

.subfirstview {
    background-color: #eef3fa;
    overflow: hidden;
}


.lowerview {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0 60px;
    position: relative;
}

.lower-title {
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.lower-title h2 {
    font-size: 56px;
    letter-spacing: 0.1em;
    margin: 0;
    position: relative;
    color: #0e5797;
}

.lower-title p {
    font-size: 14px;
    color: #0e5797;
    margin-bottom: 10px;
    font-weight: bold;


}

.underline {
    position: absolute;
    top: 82%;
    height: 2px;
    background-color: #0e5797;
    margin-top: 0;
    left: -650px;
    width: 0;
    transition: width 0.4s ease;
}

@media screen and (max-width: 480px) {
    .lower-title h2 {
        font-size: 28px;
    }
}


/*-----------------------------------------パンクズリスト-----------------------------------------*/

.breadcrumbs {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
    font-size: 12px;
}

.breadcrumbs a {
    color: #0e5797;
}



/*-----------------------------------------メニューリスト-----------------------------------------*/

.transition_container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 200px;
}

.transition_box {
    position: relative;
}

.transition_box a {
    color: #0e5797;
    position: relative;
}


.transition_box a.btn_tr {
    text-align: left;
    position: relative;
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 40px 20px 20px;
    color: #0e5797;
    transition: all 0.3s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    width: 100%;
}

.transition_box a.btn_tr:before,
.transition_box a.btn_tr:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.transition_box a.btn_tr:before {
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0e5797;
}

.transition_box a.btn_tr:after {
    right: 24.5px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.transition_box a.btn_tr:hover {
    background-color: #0e5797;
    color: #fff;
}

.transition_box a.btn_tr:hover:before {
    background: #fff;
}

.transition_box a.btn_tr:hover:after {
    border-color: #0e5797;
}

@media screen and (max-width:480px) {
    .transition_container {
        grid-template-columns: auto auto;
    }
}


/*-----------------------------------------ファースト画像-----------------------------------------*/

.subview {
    position: relative;
    top: -50px;
    background: url(../images/member.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 75%;
    border-radius: 0 50px 0 0;
    width: 95%;
    height: 450px;
    margin-bottom: 50px;
}



/*-----------------------------------------お知らせ 01-----------------------------------------*/

#section01 {
    background: #FFF;
}

.news_area {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 100px 20px;
}


.news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    max-width: 1300px;

}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
}

.news-list .item:first-child a {
    border-top: 1px solid #CCC;
}

.news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
}

.news-list .item .title {
    margin: 0;
    width: 100%;
}

.news-list .item a:hover .title {
    color: #0e5797;
}



@media screen and (max-width: 767px) {
    .news-list .item a {
        flex-wrap: wrap;
    }

    .news-list .item .date {
        min-width: 100px;
    }

    .news-list .item .title {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .news_area {
        padding: 50px 20px;
    }
}

/*-----------------------------------------詳細ページ-----------------------------------------*/

.thumbnail {
    max-width: 600px;
    margin: 0 auto 50px;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

article .hr {
    margin: 20px 0;
    border-top: 1px solid #0e5797;
    width: 100%;
}

.table_support_center_single {
    margin-top: 50px;
}


.back_button {
    padding: 10px 20px;
    display: block;
    border: 1px solid;
    max-width: 200px;
    margin: 0 auto 0;
    text-align: center;
}


.content-single {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.post-date {
    color: gray;
}

.title_single_h2 {
    margin-bottom: 50px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-navigation .arrow {
    color: #0e5797;
}

.prev-post a {
    font-weight: bold;
    color: #333;
}

.next-post a {
    font-weight: bold;
    color: #333;
}


/*-----------------------------------------ボタン-----------------------------------------*/

.post-centerarea {
    position: relative;
}

.post-centerarea a {
    width: 250px;
    font-size: 13px;
    font-weight: bold;
    background-color: #0e5797;
    color: #fff;
    border-radius: 10px;
    padding: 15px 35px 15px 20px;
    transition: 0.3s;
}

.post-centerarea a:hover {
    background-color: #fff;
    color: #0e5797;
    border-radius: 10px;
    padding: 15px 35px 15px 20px;
}

.post-centerarea::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    background: #fff;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: 0.3s;
}

.post-centerarea::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    background: #fff;
    rotate: 40deg;
    top: -5px;
    right: 14px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: 0.3s;
}

.post-centerarea:hover::after,
.post-centerarea:hover::before {
    background: #000 !important;
}

.post-centerarea span {
    font-size: 18px;
}
