@charset "UTF-8";

/* .m-container
---------------------------------------------------------------------------- */
.m-container {
    margin: 0 auto;
    position: relative;
}

.m-content {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (max-width: 767px){

  .m-content {
      padding: 0 20px;
  }

}


/*
---------------------------------------------------------------------------- */


@media screen and (max-width: 767px){


}


/* タイトル系
---------------------------------------------------------------------------- */
.m-main {
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
    height: 234px;
    text-align: center;
    padding: 90px 30px 0;
}

.m-main:before {
    position: absolute;
    content: "";
    background: #0057a8;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 55px;
    left: 0;
}


.m-main:after {
    position: absolute;
    content: "";
    background: #eeeeee;
    width: 100%;
    height: 100%;
    left: 50px;
    top: 0;
    z-index: 1;
}

.m-main .heading {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

@media screen and (max-width: 767px){

  .m-main {
      min-height: 150px;
      height: auto;
      padding: 60px 20px;
  }

  .m-main .heading {
    font-size: 2rem;
  }

  .m-main:before {
    top: 40px;
  }


}


/* ボタン系
---------------------------------------------------------------------------- */
.m-button01 {
}

@media screen and (max-width: 767px){
}


/* パーツ系
---------------------------------------------------------------------------- */

.m-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* その他
---------------------------------------------------------------------------- */

.m-breadcrumbs {
    max-width: 1084px;
    padding: 15px 30px;
    margin: 0 auto;
    font-size: 0;
}

.m-breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    color: #fff;
    padding-right: 25px;
    position: relative;
}

.m-breadcrumbs li:last-child {
  padding: 0;
}

.m-breadcrumbs li::before {
  position: absolute;
  content: "＞";
  right: 5px;
}

.m-breadcrumbs li:last-child::before {
  display: none;
}

.m-breadcrumbs li a {
    color: #fff;
}


/*-- ページナビゲーション --*/
.m-pageNavi {
    clear: both;
    text-align: center;
    padding: 20px 0;
    margin-top: 60px;
    position: relative;
    font-size: 12px;
    font-weight: 0.75rem;
    font-weight: bold;
    line-height: 14px;
}
.m-pageNavi a {
    padding: 9px 12px;
    margin: 0 3px;
    color: #0588ce;
    background-color: #fff;
    border: 1px solid #0588ce;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.m-pageNavi a:hover {
    background-color: rgba(5, 136, 206, 0.3);
    text-decoration: none;
}
.m-pageNavi .current {
    padding: 9px 12px;
    margin: 0 3px;
    background-color: #0588ce;
    border: 1px solid #0588ce;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
}
.m-pageNavi .prev,
.m-pageNavi .next {
    padding: 9px 13px;
}

@media screen and (max-width: 767px){

  .m-breadcrumbs {
      padding: 10px 20px;
  }

}


/* add 2023.8.31 */
.news_detail_container :where(h3) {
    font-size: 1.15em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-weight: bold;
}
.news_detail_container :where(h4) {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    font-weight: bold;
}
.news_detail_container :where(h5) {
     font-size: 0.86em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    font-weight: bold;
}
.news_detail_container :where(h6) {
    font-size: 0.75em;
    margin-block-start: 1.8em;
    margin-block-end: 1.8em;
    font-weight: bold;
}

.news_detail_container strong {
    font-weight: bold;
}
.news_detail_container :where(em) {
    font-style: italic;
}



.news_detail_container :where(ul) {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.news_detail_container :where(li) {
    display: list-item;
    text-align: -webkit-match-parent;
}


.news_detail_container :where(ol) {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.news_detail_container blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}