@media screen and (min-width: 769px), print {
  .news .ttl h1 {
    padding-left: 97px;
  }
  .news .ttl h1::before {
    width: 81px;
    height: 54px;
    background: url("../../images/news/icon_ttl.webp") no-repeat;
    top: -9px;
    left: 4px;
  }
  .news_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 36px 0 97px;
  }
  .news_list {
    width: 100%;
  }
  .news_list > ul {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding: 13px 0 27px;
  }
  .news_list > ul li {
    margin-bottom: 13px;
    line-height: 31px;
    font-size: 1.6rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .news_list > ul li > a {
    color: #000;
    display: block;
    padding-bottom: 10px;
  }
  .news_list > ul li > a time {
    width: 112px;
    float: left;
    color: #03a744;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .news_list > ul li > a span {
    margin-left: 112px;
    display: block;
    padding-bottom: 0;
  }
  .news_list > ul li > time {
    width: 112px;
    float: left;
    color: #03a744;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .news_list > ul li span {
    margin-left: 112px;
    display: block;
    padding-bottom: 10px;
  }
  .news_list > ul li span img {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: baseline;
    width: auto;
  }
  .news_list .pager {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
  }
  .news_list .pager a {
    color: #03a744;
    font-weight: bold;
    border: 1px solid #03a744;
    border-radius: 100vh;
    width: 32px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_list .pager a:not(.news_list .pager a.prev, .news_list .pager a.next):hover {
    color: #fff;
    background-color: #03a744;
  }
  .news_list .pager a.prev, .news_list .pager a.next {
    font-size: 1.4rem;
    color: #000;
    font-weight: normal;
    border: none;
    border-radius: initial;
    width: 100px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .news_list .pager a.prev::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 9px;
    left: -11px;
    background: url(../../images/news/icon_pre_page.webp) no-repeat;
  }
  .news_list .pager a.next::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 9px;
    right: -11px;
    background: url(../../images/news/icon_nextpage.webp) no-repeat;
  }
  .news_list .pager span.current {
    color: #fff;
    font-weight: bold;
    background-color: #03a744;
    border: 1px solid #03a744;
    border-radius: 100vh;
    width: 32px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_list .pager span.dots {
    background-color: initial;
    border: none;
  }
  .news_list .new-mark {
    display: inline;
    color: #E70012;
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 0.8em;
    vertical-align: middle;
  }
  .news_pag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news_pag > a {
    font-size: 1.4rem;
    line-height: 31px;
    position: relative;
    color: #000;
  }
  .news_pag > a:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 6px;
  }
  .news_pag > a:nth-of-type(1) {
    padding-left: 22px;
  }
  .news_pag > a:nth-of-type(1):before {
    left: 0;
    background: url("../../images/news/icon_pre_page.webp") no-repeat;
  }
  .news_pag > a:nth-of-type(2) {
    padding-right: 22px;
  }
  .news_pag > a:nth-of-type(2):before {
    right: 0;
    background: url("../../images/news/icon_nextpage.webp") no-repeat;
  }
  .news_pag > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .news_pag > ul li {
    margin: 0 11px;
    font-family: "Roboto", sans-serif;
    width: 33px;
    height: 32px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #03a744;
  }
  .news_pag > ul li.active, .news_pag > ul li:hover {
    background: #03a744;
  }
  .news_pag > ul li.active a, .news_pag > ul li:hover a {
    color: #fff;
  }
  .news_pag > ul li > a {
    color: #03a744;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
  }
  .news_detail {
    width: 100%;
  }
  .news_detail h2 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: bold;
    color: #03a744;
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    padding: 22px 0 20px;
    margin-bottom: 16px;
  }
  .news_detail h3 {
    font-size: 2.8rem;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news_detail time {
    font-size: 1.8rem;
    line-height: 31px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #03a744;
  }
  .news_detail .news_content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 55px 0 87px;
    margin: 14px 0 30px;
  }
  .news_detail figure.law {
    border-top: none;
    border-bottom: none;
    padding: 36px 0 0;
  }
  .news_detail figure figcaption {
    margin-top: 27px;
    font-size: 1.6rem;
    line-height: 31px;
  }
  .news_detail .btn {
    background: #03a744;
    width: 254px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.6rem;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-width: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .news_detail .btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: #6dcc16;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .news_detail .btn:hover {
    opacity: 1;
  }
  .news_detail .btn:hover:before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .news_detail .btn:after {
    content: "";
    position: absolute;
    background: url("../../images/news/icon_btn.webp") no-repeat;
    width: 22px;
    height: 21px;
    right: 15px;
    top: 15px;
  }
  .news .aside {
    width: 271px;
  }
}
@media screen and (max-width: 768px) {
  .news .ttl h1 {
    padding-left: 50px;
  }
  .news .ttl h1::before {
    width: 42px;
    height: 29px;
    background-image: url("../../images/news/icon_ttl.webp");
    top: 0;
    left: 0;
  }
  .news_main {
    padding: 0 10px;
  }
  .news_list {
    width: 100%;
    padding: 30px 0px 12.99435%;
  }
  .news_list > ul {
    padding-top: 11.29944%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding: 3.67232% 0 7.62712%;
  }
  .news_list > ul li {
    margin-bottom: 4.51977%;
    line-height: 20px;
    font-size: 1.4rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .news_list > ul li > a {
    color: #000;
    display: block;
    padding-bottom: 4.80226%;
  }
  .news_list > ul li > a time {
    width: 98px;
    float: left;
    color: #03a744;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .news_list > ul li > a span {
    margin-left: 98px;
    display: block;
    padding-bottom: 0;
  }
  .news_list > ul li > a span img {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: baseline;
    width: auto;
  }
  .news_list > ul li > time {
    width: 98px;
    float: left;
    color: #03a744;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .news_list > ul li span {
    margin-left: 98px;
    display: block;
    padding-bottom: 10px;
  }
  .news_list > ul li span img {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: baseline;
    width: auto;
  }
  .news_list .pager {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
  }
  .news_list .pager a {
    color: #03a744;
    font-weight: bold;
    border: 1px solid #03a744;
    border-radius: 100vh;
    width: 32px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_list .pager a:not(.news_list .pager a.prev, .news_list .pager a.next):hover {
    color: #fff;
    background-color: #03a744;
  }
  .news_list .pager a.prev, .news_list .pager a.next {
    font-size: 1.4rem;
    color: #000;
    font-weight: normal;
    border: none;
    border-radius: initial;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .news_list .pager a.prev::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 9px;
    left: -11px;
    background: url(../../images/news/icon_pre_page.webp) no-repeat;
  }
  .news_list .pager a.next::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 9px;
    right: -11px;
    background: url(../../images/news/icon_nextpage.webp) no-repeat;
  }
  .news_list .pager span.current {
    color: #fff;
    font-weight: bold;
    background-color: #03a744;
    border: 1px solid #03a744;
    border-radius: 100vh;
    width: 32px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_list .pager span.dots {
    background-color: initial;
    border: none;
  }
  .news_list .new-mark {
    display: inline;
    color: #E70012;
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 0.8em;
    vertical-align: middle;
  }
  .news_pag > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .news_pag > ul:before, .news_pag > ul:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-background-size: contain;
    background-size: contain;
    width: 17px;
    height: 17px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .news_pag > ul:before {
    background: url("../../images/news/icon_pre_page.webp") no-repeat;
    left: 14px;
  }
  .news_pag > ul:after {
    background: url("../../images/news/icon_nextpage.webp") no-repeat;
    right: 14px;
  }
  .news_pag > ul li {
    margin: 0 5px;
    font-family: "Roboto", sans-serif;
    width: 35px;
    height: 35px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #03a744;
  }
  .news_pag > ul li.active, .news_pag > ul li:hover {
    background: #03a744;
  }
  .news_pag > ul li.active a, .news_pag > ul li:hover a {
    color: #fff;
  }
  .news_pag > ul li > a {
    color: #03a744;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
  }
  .news_detail {
    width: 100%;
    padding: 11.58192% 0px 12.99435%;
  }
  .news_detail h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #03a744;
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    padding: 5.64972% 0 5.64972%;
    margin-bottom: 4.23729%;
  }
  .news_detail h3 {
    font-size: 2rem;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 3.53107%;
  }
  .news_detail time {
    font-size: 1.4rem;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #03a744;
  }
  .news_detail .news_content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 7.9096% 0 11.29944%;
    margin: 3.53107% 0 7.06215%;
  }
  .news_detail figure.law {
    border-top: none;
    border-bottom: none;
    padding: 36px 0 0;
  }
  .news_detail figure figcaption {
    margin-top: 7.62712%;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .news_detail .btn {
    background: #03a744;
    width: 230px;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.4rem;
    line-height: 49px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-width: 0;
  }
  .news_detail .btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: #6dcc16;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .news_detail .btn:hover {
    opacity: 1;
  }
  .news_detail .btn:hover:before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .news_detail .btn:after {
    content: "";
    position: absolute;
    background: url("../../images/news/icon_btn.webp") no-repeat;
    width: 22px;
    height: 21px;
    right: 15px;
    top: 15px;
  }
  aside {
    padding: 0 !important;
  }
}