@charset "UTF-8";

/* 
------------------------------------*/
.newsLayout #main .cat {
    display: block;
    width: 100%;
    max-width: 80px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background-color: #5682a8;
    font-size: 0.8rem;
    line-height: 1;
    padding: 10px 0;
}
.newsLayout #main .cat.event {
    background-color: #73ad86;
}
.newsLayout #main .cat.career {
    background-color: #e7b266;
}
.newsLayout #main .cat.new {
    background-color: #60a5d2;
}
.newsLayout time {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
.newsLayout time::before {
    position: absolute;
    content: "";
    background-color: #0071be;
    width: 24px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


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

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


/* newsAllLayout
------------------------------------*/
.newsAllLayout .newsLi > li {
    border-bottom: 1px solid #c7c7c7;
}
.newsAllLayout .newsLi a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}
.newsAllLayout .newsLi time {
    margin-right: 40px;
}
.newsLayout #main .cat {
    margin-right: 30px;
}
.newsAllLayout .newsLi a:hover .ttl {
    color: #0071be;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .newsAllLayout .newsLi a {
                    padding: 40px;
                }
                .newsAllLayout h3 {
                    font-size: 2rem;
                }
                .newsAllLayout .newsLi time {
                    margin-right: 60px;
                }
            }

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



/* newsSingleLayout
------------------------------------*/
.newsSingleLayout time {
    margin-bottom: 60px;
}
.newsSingleLayout .time_t {
    text-align: right;
}
.newsSingleLayout #main .cat {
    margin-bottom: 40px;
}
.newsSingleLayout h3 {
    margin-bottom: 40px;
    color: #0071be;
    font-size: 1.4rem;
}
.newsSingleLayout .sentence a {
    text-decoration: underline;
    color: #0071be;
}
.newsSingleLayout .btn01 {
    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{
    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) {
                .newsSingleLayout h3 {
                    font-size: 2rem;
                }
                .newsSingleLayout .btn01 {
                    margin-top: 90px;
                }
            }

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



/* wp-paginate
------------------------------------*/
.newsAllLayout h3 {
    position: relative;
    padding-left: 60px;
    color: #0071be;
    font-size: 1.4rem;
}
.newsAllLayout h3::before, .newsAllLayout h3::after {
    position: absolute;
    content: "";
    transform: skewX(-20deg);
    width: 25px;
    height: 12px;
}
.newsAllLayout h3::after {
    background-color: #0564a6;
    top: 12px;
    left: 20px;
}
.newsAllLayout h3::before {
    background-color: #087ab8;
    top: 16px;
    left: 0;
}
.newsAllLayout .wp-paginate {
	clear: both;
	margin: 40px auto 0;
	text-align: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.newsAllLayout .wp-paginate li a, .newsAllLayout .wp-paginate li span.current {
	text-decoration: none;
	padding: 19px 19px 15px;
	margin: 0 5px;
	border-radius: 5px;
	display: inline-block;
    line-height: 1;
    border: none;
}
.newsAllLayout .wp-paginate li a {
	color: #fff;
    background-color: #313131;
}
.newsAllLayout .wp-paginate li a:hover {
    opacity: 0.6;
}
.newsAllLayout .wp-paginate li span.current {
	color: #313131;
	background: #d6d2cd;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .newsAllLayout .wp-paginate li a, .newsAllLayout .wp-paginate li span.current {
                    padding: 22px 23px 20px;
                }
            }

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