@charset "UTF-8";

/* 
------------------------------------*/
.newsLayout .h2_wrap {
    background-image: url("../img/news/h2_sp.png");
}
.newsLayout .h2_wrap::after {
    background-image: url("../img/news/news_h2.png");
    width: 180px;
  height: 167px;
}
.newsLayout .logo_h4 {
    border-bottom: none;
    padding-left: 40px;
    color: #0164ab;
}
.newsLayout .logo_h4::before {
    background-size: cover;
    background-image: url("../common/img/icon03a.png");
    width: 23px;
    height: 23px;
    background-color: transparent;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .newsLayout .h2_wrap {
                    background-image: url("../img/news/h2.png");
                }
                .newsLayout .h2_wrap::after {
                    width: 330px;
                    height: 297px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .newsLayout .logo_h4 {
                    font-size: 2rem;
                }
            }



/* newsAllLayout
------------------------------------*/
.newsAllLayout .news_li a {
    display: block;
    padding-right: 30px;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #b9b9b9;
    transition: all 0.3s;
    font-weight: 500;
}
.newsAllLayout .news_li a::after {
    position: absolute;
    content: "→";
    color: #0163ab;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.3s;
}
.newsAllLayout .news_li a:hover {
    border-bottom-color: #0163ab;
}

.newsAllLayout .news_li a:hover .ttl {
    color: #0163ab;
}
.newsAllLayout .news_li a:hover::after {
    right: 10px;
}
.newsAllLayout .news_li time {
    display: block;
    margin-bottom: 10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .newsAllLayout .news_li a {
                    display: flex;
                    padding: 30px 20px;
                }
                .newsAllLayout .news_li time {
                    margin-bottom: 0;
                    margin-right: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* newsSingleLayout
------------------------------------*/
.newsSingleLayout .time_t {
    display: block;
    margin-bottom: 30px;
}
.newsSingleLayout .btn {
    margin: 60px auto 0;
}
.newsSingleLayout .sentence h1{
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.newsSingleLayout .sentence h1::before{
    position: absolute;
    content: "";
    background-color:#d5d5d5;
    top: 23px;
    left: 10px;
    width: 100%;
    height: 30px;
    z-index: -999;
}
.newsSingleLayout .sentence h2{
    font-weight: 500;
    font-size: 140%;
    border-bottom: 5px solid #0071be;
    margin: 0 0 20px;
    background-image: none;
    color: #333;
    text-align: left;
    text-shadow: none;
    padding-left: 0;
}
.newsSingleLayout .sentence h3{
    background-color: #0071be;
    padding: 5px;
    color: #fff;
    display: block;
    position: static;
    font-weight: 500;
    font-size: 130%;
    border-bottom: none;
    margin: 0 0 20px;
}
.newsSingleLayout .sentence h3::before, .newsSingleLayout .sentence h4::before {
    content: none;
}
.newsSingleLayout .sentence h4{
    font-size: 130%;
    font-weight: 500;
    border-bottom: 3px dotted #0071be;
    border-left: none;
    margin: 0 0 20px;
    padding: 0 0 5px;
    background-color: transparent;
    border-radius: 0;
}
.newsSingleLayout .sentence h5{
    color: #0071be;
    border: 1px solid #0071be;
    padding: 5px 10px;
    margin: 0 0 20px;
    font-size: 120%;
    display: inline-block;
}
.newsSingleLayout .sentence h6{
    color: #0071be;
    font-size: 110%;
    margin: 0 0 10px;
}
.newsSingleLayout .sentence ul > li, .newsSingleLayout .sentence ol > li {
    margin-left: 25px;
}
.newsSingleLayout .sentence ul > li {
    list-style-type: disc;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }
