@charset "UTF-8";

/* 
------------------------------------*/
.newsLayout .h2_wrap {
    background-image: url("../img/news/h2.png");
}



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


/* newsAllLayout
------------------------------------*/
.newsAllLayout .newsLi > li {
    border-bottom: 1px solid #b7b7b7;
}
.newsAllLayout .newsLi > li a {
    display: block;
    padding: 30px 40px 30px 0;
    position: relative;
}
.newsAllLayout .newsLi > li a::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all .4s;
}
.newsAllLayout .newsLi > li a:hover::after {
    right: 10px;
    transition: all .4s;
}
.newsAllLayout #c01 .wp-paginate {
	clear: both;
	margin: 60px auto 0;
	text-align: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.newsAllLayout #c01 .wp-paginate li a, .newsAllLayout #c01 .wp-paginate li span.current {
	text-decoration: none;
	padding: 8px 15px;
	margin: 0 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
    line-height: 1.8;
    border: 1px solid #1f2b62;
}
.newsAllLayout #c01 .wp-paginate li a {
	color: #1f2b62;
    background-color: #fff;
}
.newsAllLayout #c01 .wp-paginate li a:hover {
    opacity: 0.6;
}
.newsAllLayout #c01 .wp-paginate li span.current {
	color: #fff;
	background: none;
    background-color: #1f2b62;
    border: 1px solid #1f2b62;
}
.newsAllLayout #c01 .wp-paginate > li {
    margin-left: 0px;
}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .newsAllLayout .newsLi > li a {
                    display: flex;
                }
                .newsAllLayout .newsLi > li time {
                    display: inline-block;
                    margin-right: 20px;
                    line-height: 1.7;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }




/* newsSingleLayout
------------------------------------*/
.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: rgba(78, 185, 205, 0.6);
    top: 23px;
    left: 10px;
    width: 100%;
    height: 30px;
    z-index: -999;
}
.newsSingleLayout .sentence h2{
    font-weight: 500;
    font-size: 140%;
    border-bottom: 5px solid #1f2b62;
    margin: 0 0 20px;
    background-image: none;
    color: #333;
    text-align: left;
    text-shadow: none;
}
.newsSingleLayout .sentence h3{
    background-color: #1f2b62;
    padding: 5px;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 130%;
    border-bottom: none;
    margin: 0 0 20px;
}
.newsSingleLayout .sentence h3::after{
    content: none;
}
.newsSingleLayout .sentence h4{
    font-size: 130%;
    font-weight: 500;
    border-bottom: 3px dotted #1f2b62;
    border-left: none;
    margin: 0 0 20px;
    padding: 0 0 5px;
}
.newsSingleLayout .sentence h5{
    color: #1f2b62;
    border: 1px solid #1f2b62;
    padding: 5px 10px;
    margin: 0 0 20px;
    font-size: 120%;
    display: inline-block;
}
.newsSingleLayout .sentence h6{
    color: #1f2b62;
    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;
}
.newsSingleLayout .btn {
    margin-left: auto;
    margin-right: auto;
}

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