@charset "utf-8";

.newsMain {
    width: 68%;
}

.newsSide {
    width: 25%;
}

.newsWr {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 150px;
}
.newsBoxWr {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

/*-- 一覧 --------------------------------------------------------------*/


.msr_newslist01 li {
    border-bottom: 1px solid #AAAAAA;
    margin-top: 42px;
}
.msr_newslist01 li a {
    box-sizing: border-box;
    color: #000000;
    display: block;
    padding: 0 27px 12px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
}
.msr_newslist01 li a:hover {
    text-decoration: none;
}
.msr_newslist01 li div {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 56px;
}
.msr_newslist01 li .time {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #333;
    line-height: 1.35em;
    font-family: "Open Sans", system-ui;
}

/* 時間の設定 */
.msr_newslist01 li time {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat01 {
    color: #41B8FF;
    font-size: 15px;
    padding: 1px 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid #41B8FF;
    line-height: 1.334em;
}

.newsTit:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../../assets/img/news_arrow_icon.svg)no-repeat;
    width: 43px;
    height: 6px;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: all .5s;
}

.msr_newslist01 li a:hover .newsTit:after {
    transform: translate(15px, 0px);
    transition: all .5s;
}

.newsTit {
    position: relative;
    width: 100%;
    padding-right: 45.33px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 18px;
}

.msr_newslist01>li:first-child {
    margin-top: 0;
}



/*-- 詳細 --------------------------------------------------------------*/

.newsTitDt {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    border-bottom: 2px solid #41B8FF;
    padding-bottom: 15px;
    margin-bottom: 37px;
}

.txtBx {
    margin: 30px auto 0;
}

.date {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #333;
    line-height: 1.35em;
    font-family: "Open Sans", system-ui;
}

.cate {
    color: #41B8FF;
    font-size: 15px;
    padding: 1px 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid #41B8FF;
    line-height: 1.334em;
}

.list {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px 36px;
}

.backBtn {
    text-decoration: none;
}

.backBtn:before {
    transform: scaleX(-1);
    left: 20px;
    right: auto;
}

.backBtn:hover:before {
    transform: scaleX(-1) !important;
    left: 5px;
}

.backBtn.comBtn>p {
    margin: 0 0 0 18px;
}

.backBtnMg {
    margin: 70px auto 0;
}

/*-- サイドカテゴリ --------------------------------------------------------------*/

.cateColor01 {
    background: #41B8FF;
}

.cateColor02 {
    background: #5DCBCB;
}

.cateH {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    position: relative;
    padding: 5px 20px;
    font-size: 18px;
}

.cateLink {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    font-size: 16px;
    width: 100%;
    color: #333;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.5em;
    transition: all .3s;
    text-decoration: none;
    margin-top: 15px;
}

.cateLink:hover {
    color: #41B8FF;
}

.newsSide .cateBx:first-child {
    margin-top: 0;
}

.newsSide .cateBx {
    margin-top: 40px;
}

/*-- ページャー --------------------------------------------------------------*/

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
    padding: 0;
    display: flex;
    justify-content: center;
}

.webgene-pagination > ul > li{
    display: flex;
}

.webgene-pagination > ul > li{
    margin: 50px 10px 0;
    height: 40px;
    min-height: 40px;
    width:100%;
    max-width: 40px;
    font-size: 18px;
    list-style: none;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
    font-family: "Open Sans", system-ui;
}

.webgene-pagination > ul > li.selected > a{
    color: #fff;
    background: #5DCBCB;
    cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #5DCBCB;
    border-color: #5DCBCB;
}

.webgene-pagination > ul > li > a{
    width: 100%;
    height: 40px;
    width: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #41B8FF;
    text-decoration: none;
    border-radius: 50%;
}

.webgene-pagination > ul > li > a:hover{
    color:#FFF;
    background-color: #5DCBCB;
    text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
    background-color: #fff0 !important;
}

    .prev > a{
    font-size: 11px;
    color: #FFF;
    background-color: #fff0 !important;
}

.next > a:hover > img
, .prev > a:hover > img {
    opacity: .8;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inNewsBlock section .newsBox {
    display: block;
}

.newsCateSet {
    margin: 0 0 10px 0;
    width: 100%;
}

.tit {
    font-size: 25px;
}

.newsTitDt {
    font-size: 22px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsBoxWr {
    flex-direction: column;
    align-items: center;
}

.newsMain {
    width: 100%;
}

.newsSide {
    width: 100%;
    margin-top: 60px;
}

.msr_newslist01 li div {
    gap: 10px 20px;
}

.newsTit {
    font-size: 14px;
    margin-top: 14px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat01 {
    font-size: 13px;
    padding: 1px 15px;
}

.msr_newslist01 li a {
    padding: 0 15px 12px;
}

.webgene-pagination > ul > li > a{
    height: 35px;
    width: 35px;
}

.webgene-pagination > ul > li{
    margin: 30px 5px 0;
    height: 35px;
    min-height: 35px;
    max-width: 35px;
    font-size: 14px;
}

.backBtnMg {
    margin: 30px auto 0;
}

.newsTitDt {
    font-size: 20px;
    margin-bottom: 27px;
}

.list {
    gap: 10px 16px;
}

.date {
    font-size: 14px;
}

.cate {
    font-size: 13px;
    padding: 2px 15px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tit {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */