@media only screen and (max-width: 767px) {
  .breakcum ul{
    width: 100%;
    flex-wrap: wrap;
  }
}
#news {
  margin: auto;
  width: 100%;
  max-width: 1240px;
  padding: 0px 0px 75px; }
  #news .news-list li {
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 0; }
    #news .news-list li h2{
      font-size: 16px;
      line-height: 36px;
    }
  #news .news-list .news-date {
    color: #0068b7;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 3px; }
    #news .news-list .news-date a {
      display: block;
      width: 126px;
      text-align: center;
      line-height: 26px;
      border: 1px solid #0068b7;
      margin-left: 25px;
      transition: ease 0.3s; }
      #news .news-list .news-date a:hover {
        opacity: 0.8;
        text-decoration: none; }
  #news .news-list .news-ttl {
    color: #333;
    line-height: 2;
    display: block;
    margin-left: 20px; }
  #news h2 {
    font-size: 40px;
    line-height: 0.8; }
    #news h2 span {
      display: block;
      font-size: 20px;
      line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    #news {
      padding: 0 0 0vw; }
      #news .news-top, #news .news-list {
        width: 100%; }
      #news .news-top {
        position: relative;
        margin-bottom: 7vw; }
      #news h2 {
        font-size: 8vw;
        line-height: 1; }
        #news h2 span {
          font-size: 4.2vw; }
      #news .viewall_btn {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        right: 0; }
        #news .news-list li h2{
          font-size: 15px;
          line-height: 1.7;
        }
      #news .news-list li:not(:last-child) {
        padding-bottom: 5vw;
        margin-bottom: 5vw; }
      #news .news-list .news-date {
        font-size: 12px;
        margin: 0 0 5px; }
        #news .news-list .news-date a {
          width: 90px;
          line-height: 17px;
          margin-left: 10px; }
      #news .news-list .news-ttl {
        margin-left: 0;
        line-height: 1.7; } }

#news-details {
  padding: 20px 0 0; }
  #news-details .news-date {
    color: #0068b7;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 3px;
    padding-bottom: 0; }
    #news-details .news-date a {
      display: block;
      width: 112px;
      text-align: center;
      line-height: 26px;
      border: 1px solid #0068b7;
      margin-left: 25px;
      transition: ease 0.3s; }
      #news-details .news-date a:hover {
        opacity: 0.8;
        text-decoration: none; }
  #news-details .news-ttl {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    padding: 20px 0 23px;
    margin-bottom: 36px;
    border-bottom: 1px solid #e5e5e5; }
    @media only screen and (max-width: 767px) {
      #news-details .news-ttl {
        font-size: 20px;
        padding: 15px 0;
        margin-bottom: 15px; } }
  #news-details p {
    padding-bottom: 36px; }
    @media only screen and (max-width: 767px) {
      #news-details p {
        padding-bottom: 15px; } }

.detail_row1{
  margin-top: 60px;
}
.detail_row1 .img2{
  width: 44%;
  float: right;
}
.detail_row1 .img2 img{
  width: 100%;
  height: auto;
}
.detail_row1 .col{
  width: 50%;
  float: left;
}
.detail_row1 .col .img1{
  width: 82%;
}
.detail_row1 .col .box_red{
  background: #e20101;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2px;
  margin: 24px 0 15px;
}
.detail_row1 .col .sm_ttl{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.detail_row1 .col h2{
  font-size: 32px;
  line-height: 54px;
  letter-spacing: -0.07em;
  white-space: nowrap;
  margin: 10px 0 15px;
}
.detail_row1 .col h2 small{
  display: block;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0;
}
.detail_row1 .col h2 span{
  font-feature-settings: "palt" 1;
}
.detail_row1 .col dl{
  display: table;
  line-height: 26px;
}
.detail_row1 .col dl dt{
  display: table-cell;
  width: 48px;
}
.detail_row1 .col dl dd{
  display: table-cell;
}
@media only screen and (max-width: 1080px) {
  .detail_row1 .img2{
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .detail_row1 .col{
    width: 100%;
    float: none;
  }
  .detail_row1 .col .img1{
    margin: 0 auto;
    text-align: center;
  }
  .detail_row1 .col .sm_ttl{
    letter-spacing: 0;
  }
  .detail_row1 .col h2{
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 767px) {
  .detail_row1 .col .img1{
    width: 100%;
  }
  .detail_row1 .col h2,
  .detail_row1 .col .sm_ttl{
    white-space: normal;
  }
  .detail_row1 .col .sm_ttl,
  .detail_row1 .col .box_red{
    font-size: 18px;
  }
  .detail_row1 .col h2{
    font-size: 26px;
    line-height: 40px;
  }
  .detail_row1 .col h2 small{
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
}

.detail_row2{
  margin-top: 70px;
}
.btn-link a{
  display: block;
  max-width: 875px;
  width: 100%;
  margin: 0 auto 75px;
  background: #fdad00;
  color: #fff;
  border-radius: 50px;
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 29px 0;
  transition: 0.3s all ease-in-out;
}
.btn-link a:before{
  content: '';
  width: 105px;
  height: 102px;
  background-image: url('../img/news/220908/img3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 120px;
  top: -5px;
}
.btn-link a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.box_1{
  margin: 58px 0;
}
.box_2{
  margin-bottom: 60px;
}
.box_1 img,.box_2 img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 980px){
  .btn-link a:before{
    right: 30px;
  }
}
@media only screen and (max-width: 767px){
  .btn-link a{
    font-size: 24px;
    padding: 16px 47px 16px 0;
    margin: 0 auto 35px;
  }
  .btn-link a:before{
    width: 83px;
    height: 84px;
    right: 2px;
  }
}
@media only screen and (max-width: 370px){
  .btn-link a{
    font-size: 20px;
    padding: 16px 64px 16px 0;
  }
}

.detail_row3{
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  padding: 16px 12px 20px;
  box-sizing: border-box;
}
.detail_row3 .ttl{
  background: #0082cd;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 13px 0;
  margin-bottom: 15px;
}
.detail_row3 .blk{
  padding: 0 15px;
}
.detail_row3 .img5{
  width: 189px;
  float: right;
  margin-top: 15px;
}
.detail_row3 .txt{
  float: left;
  width: calc(100% - 189px);
  padding-right: 30px;
  box-sizing: border-box;
}
.banner{
  text-align: center;
  margin-top: 66px;
}
.list-check{
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
  color: #333;
}
.list-check li{
  position: relative;
  padding-left: 48px;
}
.list-check li:before{
  content: '';
  width: 35px;
  height: 36px;
  background-image: url('../img/news/221006/check.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.bnr{
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
}
.bnr img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px){
  .detail_row3 .ttl{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .detail_row3 .blk{
    padding: 0;
  }
  .detail_row3 .img5{
    float: none;
    margin: 0 auto 20px;
  }
  .detail_row3 .txt{
    width: 100%;
    float: none;
    padding: 0;
  }
  .list-check{
    font-size: 19px;
    line-height: 35px;
  }
  .list-check li{
    padding-left: 41px;
  }
  .list-check li:before{
    width: 31px;
    height: 32px;
    top: 3px;
  }
}

.news_bttl{
  color: #0068b7;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 56px;
}
.news_bttl small{
  display: block;
  font-size: 34px;
}
.news_box_orange{
  background: #fef8de;
  color: #333;
  padding: 20px 15px;
}
.news_box_orange .sm_ttl{
  color: #fd4e01;
  font-size: 22px;
  font-weight: 600;
}
.news_box_orange .lg_ttl{
  font-size: 30px;
  font-weight: 600;
  margin: 5px 0 10px;
}
.news_box_orange .md_txt{
  font-size: 18px;
}

.news_box_green{
  background: #f2fede;
  color: #333;
  padding: 20px 15px;
}
.news_box_green .sm_ttl{
  color: #67b047;
  font-size: 22px;
  font-weight: 600;
}
.news_box_green .lg_ttl{
  font-size: 24px;
  font-weight: 600;
  margin: 5px 0;
}
.news_box_green .md_txt{
  font-size: 18px;
}

.news_sm_ttl{
  color: #0068b7;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0;
}

.news_check li{
  position: relative;
  color: #0068b7;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  padding-left: 45px;
  margin-bottom: 15px;
}
.news_check li:before{
  content: '';
  background-image: url('../img/news/221209/img2.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 39px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.news_check.clb li{
  color: #333;
}
.news_box_banner{
  border: 1px solid;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.025em;
  display: table;
  padding: 10px 10px 10px 20px;
  margin: 0 auto 30px;
  color: #333;
}
.news_box_banner p{
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0 !important;
}
.news_box_banner p + p{
  padding-left: 20px;
}
.news_boxttl{
  font-size: 32px;
  color: #fff;
  background: #feb401;
  font-weight: 600;
  letter-spacing: 0;
  display: table;
  margin: 0 auto 40px;
  padding: 10px 10px 10px 20px;
  text-align: center;
}
.news_bluettl{
  background: #d2eefd;
  color: #0068b7;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 25px 5px;
}
.news_bluettl small{
  display: block;
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}
.list_b_txt{
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.box_blue_ttl{
  background: #0069b2;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
}
.box_df{
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.box_df div{
  width: 49%;
  padding: 25px 15px !important;
}
.box_df .sm_ttl{
  letter-spacing: 0 !important;
  color: #333 !important;
  padding-bottom: 5px !important;
  margin: 0 -15px;
}
.box_df .txt{
  line-height: 28px;
  padding-bottom: 0 !important;
}
.btxt{
  font-size: 20px;
  color: #0068b7;
  font-weight: 600;
}
.btn_link{
  max-width: 477px;
  width: 100%;
  margin: 0 auto;
}
.btn_link a{
  display: block;
  color: #fff;
  text-align: center;
  background: #0068b7;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.05em;
  padding: 17px 0;
  border-radius: 50px;
}
.btn_link a:hover{
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (max-width: 980px){
  .news_bttl{
    font-size: 34px;
    line-height: 50px;
  }
  .news_bttl small{
    font-size: 29px;
  }
}
@media only screen and (max-width: 767px){
  .box_df{
    display: block;
  }
  .box_df div{
    width: 100%;
    margin-bottom: 10px;
  }
  .news_bluettl{
    font-size: 26px;
    line-height: 34px;
    padding: 25px 10px;
  }
  .news_bluettl small{
    font-size: 20px;
    line-height: 25px;
  }
  .news_boxttl{
    font-size: 26px;
    line-height: 30px;
  }
  .news_box_banner{
    display: block;
    padding: 20px 10px 10px;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
  }
  .news_box_banner p{
    display: block;
  }
  .news_box_banner p + p{
    padding-left: 0px;
    margin-top: 20px;
  }
  .news_box_banner img{
    max-width: 260px;
    width: 100%;
  }
  .news_bttl{
    font-size: 30px;
    line-height: 40px;
  }
  .news_bttl small{
    font-size: 23px;
  }
  .news_box_orange .sm_ttl{
    font-size: 20px;
  }
  .news_box_orange .lg_ttl{
    font-size: 24px;
    line-height: 30px;
  }
  .news_box_orange .md_txt{
    font-size: 16px;
  }
  .news_box_green .sm_ttl{
    font-size: 18px;
  }
  .news_box_green .lg_ttl{
    font-size: 20px;
  }
  .news_box_green .md_txt{
    font-size: 16px;
  }

  .news_sm_ttl{
    font-size: 25px;
    line-height: 32px;
  }
  
  .news_check li{
    font-size: 20px;
    line-height: 30px;
    padding-left: 34px;
    margin-bottom: 10px;
  }
  .news_check li:before{
    width: 28px;
    height: 22px;
    top: 6px;
  }
  .news_bnr2{
    width: 82%;
    margin: 0 auto;
  }
  .list_b_txt{
    font-size: 17px;
    line-height: 28px;
  }
  .btn_link a{
    font-size: 20px;
    padding: 15px 0;
  }
  .btn-link a:hover{
    opacity: 1;
  }
}

/* 20230930 start */

.btn-style-3 {
  text-align: center;
}
.btn-style-3 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #333 !important;
}
.btn-style-3 a::before {
  content: '';
  width: 44px;
  height: 6px;
  display: inline-block;
  margin-right: 10px;
  background: url("../img/shared/arrow_prev.png") 0 0/contain no-repeat;
}
.btn-style-3.backtopTlink a {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .btn-style-3 a {
    font-size: 15px;
  }
  .btn-style-3 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .btn-style-3.backtopTlink a{
    font-size: 15px;
  }
}

/* 20230930 end */