@charset "UTF-8";
/** utility **/
.news-enclosure p:first-child, .news-inquiry p:first-child, .news-txt-fig .news-txtBox p:first-child, .news-row .news-txtBox p:first-child {
  margin-top: 0;
}

.news-enclosure p:last-child, .news-inquiry p:last-child, .news-txt-fig .news-txtBox p:last-child, .news-row .news-txtBox p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .news-enclosure p:first-child, .news-inquiry p:first-child, .news-txt-fig .news-txtBox p:first-child, .news-row .news-txtBox p:first-child {
    margin-top: 0;
  }
  .news-enclosure p:last-child, .news-inquiry p:last-child, .news-txt-fig .news-txtBox p:last-child, .news-row .news-txtBox p:last-child {
    margin-bottom: 0;
  }
}

body.-fixed {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
  color: #282828;
}

main ul, main ol {
  list-style: none;
}

main * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main *::before, main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_contents_title {
  margin: 147px 0 60px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .section_contents_title {
    margin: 140px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section_contents_title {
    margin: 98px 0 28px;
  }
}

.section_contents_wrapper {
  margin: 60px 0 140px;
}

@media only screen and (max-width: 767px) {
  .section_contents_wrapper {
    margin: 28px 0 95px;
  }
}

.section_article {
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .section_article {
    margin: 0 0 28px;
  }
}

.section_contents_footer {
  margin: 140px 0 145px;
}

@media only screen and (max-width: 767px) {
  .section_contents_footer {
    margin: 90px 0 95px;
  }
}

.contents-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.content-wrap {
  margin-left: 8.928%;
  margin-right: 8.928%;
}

@media (max-width: 1023px) {
  .content-wrap {
    margin-left: 4.95%;
    margin-right: 4.95%;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrap {
    margin-left: 5.335%;
    margin-right: 5.335%;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-indent-0 {
  text-indent: 0 !important;
}

/** utility **/
main a {
  color: #282828;
}

.news-contents {
  overflow: hidden;
  max-width: 740px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .news-contents {
    margin-bottom: 64px;
  }
}

.news-header {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .news-header__ttl {
    font-size: 12px;
    margin-bottom: 18px;
  }
}

.news-header__search {
  position: relative;
}

.news-header__textbox {
  width: 240px;
  height: 35px;
  padding: 0 14px 0 50px;
  border-radius: 0;
  border: solid 1px #282828;
  background-color: #FFF;
  -webkit-appearance: none;
}

.news-header__textbox::-webkit-input-placeholder, .news-header__textbox::-moz-placeholder, .news-header__textbox:-ms-input-placeholder {
  line-height: 1.286;
  color: #939393;
  opacity: 1;
}

.news-header__textbox[style="font-family: ts-unused;"] {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

@media only screen and (max-width: 767px) {
  .news-header__textbox {
    width: 100%;
    padding-left: 90px;
  }
  .ua-mobile-iphone .news-header__textbox {
    font-size: 16px;
  }
}

.news-header__btn {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 48px;
  height: 33px;
  background: transparent url(/news/images/icon_search.svg) no-repeat center center;
  border: 0;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .news-header__btn {
    width: 80px;
  }
}

.news-title {
  font-size: 26px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .news-title {
    font-size: 20px;
  }
}

.news-title small {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .news-title small {
    font-size: 10px;
  }
}

.news-date {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .news-date {
    font-size: 14px;
  }
}

.news-information {
  background-color: #F2F2F2;
  margin-bottom: 30px;
  padding: 8px 15px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

.news-information strong {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .news-information {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.news-shareArea {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .news-shareArea {
    position: relative;
  }
}

@media (min-width: 768px) {
  .news-shareArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-shareArea .news-btnWrap {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .news-shareArea .news-btnWrap {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .news-shareArea .news-btnWrap__item {
    margin-right: 30px;
  }
}

.news-shareArea .news-btn {
  width: 172px;
  height: 30px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .news-shareArea .news-btn {
    width: 100%;
    max-width: 100%;
  }
}

.news-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .news-share {
    height: 30px;
  }
}

.news-share__heading {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 30px;
  margin-bottom: 16px;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.news-share__item {
  margin-right: 30px;
  position: relative;
}

.ua-desktop .news-share__link, .ua-desktop .news-share__link--fb, .ua-desktop .news-share__link--tw, .ua-desktop .news-share__link--mail {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ua-desktop .news-share__link:hover, .ua-desktop .news-share__link--fb:hover, .ua-desktop .news-share__link--tw:hover, .ua-desktop .news-share__link--mail:hover {
  opacity: .5;
}

.news-referTo .news-share__link img, .news-referTo .news-share__link--fb img, .news-referTo .news-share__link--tw img, .news-referTo .news-share__link--mail img {
  width: 22px;
  height: 22px;
}

.news-referTo .news-share__link--fb img {
  width: 30px;
  height: 30px;
}

.news-referTo .news-share__link--tw img {
  width: 34.44px;
  height: 28px;
}

.news-referTo .news-share__link--mail img {
  width: 28px;
  height: 21px;
}

.news-share__copyTarget {
  position: absolute;
  top: -30px;
  right: -4px;
  opacity: 0;
}

.news-share__copyDialog {
  display: none;
  position: absolute;
  top: -30px;
  right: -4px;
  width: 18em;
  padding: 5px;
  color: #FFF;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  background-color: #282828;
  border-radius: 4px;
}

.news-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-btnWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .news-btnWrap__item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .news-btnWrap__item {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

.news-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 60px;
  color: #FFF;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-color: #3c3c3c;
}

.ua-desktop .news-btn {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ua-desktop .news-btn:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .news-btn {
    width: 100%;
    max-width: 100%;
    height: 30px;
    font-size: 12px;
  }
}

.news-btn:hover {
  color: #FFF;
}

.news-icon--download {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 9px;
  background: url(/news/images/icon_download.svg) no-repeat right center;
  vertical-align: -2px;
}

@media (min-width: 768px) {
  .news-btn .news-icon--download {
    width: 26px;
    height: 24px;
    background-size: cover;
    margin-left: 12px;
    vertical-align: -4px;
  }
}

@media (min-width: 768px) {
  .news-shareArea .news-btn .news-icon--download {
    width: 16px;
    height: 14px;
    margin-left: 9px;
    background: url(/news/images/icon_download.svg) no-repeat right center;
    vertical-align: -2px;
  }
}

.news-langBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 80px;
  max-width: 120px;
  height: 30px;
  margin-left: auto;
  background: #DBDBDB;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.ua-desktop .news-langBtn {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ua-desktop .news-langBtn:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .news-langBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    font-size: 12px;
  }
}

.news-section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .news-section {
    margin-bottom: 50px;
  }
}

.news-fig {
  margin-bottom: 30px;
}

.news-fig > img {
  width: 100%;
}

.news-fig__caption {
  margin-top: 10px;
  font-size: 14px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .news-fig__caption {
    font-size: 12px;
  }
}

.news-heading {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

h3.news-heading {
font-size:18px;
margin-bottom: 10px;
}

h4.news-heading {
font-size:16px;
margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-heading {
    margin-bottom: 20px;
    font-size: 18px;
  }

  h3.news-heading {
    font-size:16px;
  }

  h4.news-heading {
    font-size:14px;
  }
}

.news-txtBox {
  margin-bottom: 22px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .news-txtBox {
    font-size: 14px;
  }
}

.news-txtBox p {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.8;
  text-indent: 1em;
}

.news-txtBox p:last-child {
  margin-bottom: 20px;
}

.news-txtBox p.news-link, .news-txtBox p.news-notes {
  text-indent: 0;
}

.news-link {
  margin-bottom: 12px;
  margin-top: 20px;
}

.news-link a {
  position: relative;
  margin-right: 28px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: solid 2px #282828;
}

@media only screen and (max-width: 767px) {
  .news-link a {
    margin-right: 20px;
    font-size: 14px;
  }
}

.news-link a::after {
  content: "";
  position: absolute;
  bottom: -0.125em;
  right: -25px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #282828;
  border-right: solid 2px #282828;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media only screen and (max-width: 767px) {
  .news-link a::after {
    width: 10px;
    height: 10px;
    right: -18px;
    margin-top: -1px;
  }
}

.news-link a:hover {
  border-color: #7F0019;
}

.news-link--txt {
  color: #707070;
  text-decoration: underline;
}

.news-link--tel {
  text-decoration: underline;
}

.ua-desktop .news-link--tel {
  pointer-events: none;
  cursor: default;
}

.ua-desktop .news-link--tel:hover {
  color: #282828;
}

.news-notes {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
}

.news-heading .news-notes {
  display: block;
  margin-top: 2px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .news-notes {
    font-size: 10px;
  }
}

.news-list {
  margin-bottom: 30px;
  line-height: 1.8;
}

.news-list > li {
  position: relative;
  padding-left: 1em;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .news-list > li {
    font-size: 14px;
  }
}

.news-list > li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 51%;
  background-color: #282828;
  top: .75em;
  left: .5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-order {
  margin-bottom: 30px;
  list-style: none;
  counter-reset: li;
  line-height: 1.8;
}

.news-order > li {
  position: relative;
  padding-left: 1.25em;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .news-order > li {
    font-size: 14px;
  }
}

.news-order > li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.news-define {
  margin-bottom: 30px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .news-define {
    display: table;
    table-layout: auto;
    width: 100%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .news-define {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .news-define__item {
    display: table-row;
  }
  .news-define__item:last-child dd {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .news-define dt {
    display: table-cell;
    position: relative;
    padding-right: 1em;
    white-space: nowrap;
  }
}

.news-define dt::after {
  content: "：";
}

@media (min-width: 768px) {
  .news-define dt::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .news-define dd {
    display: table-cell;
    width: 100%;
    padding: 0 0 20px 1em;
  }
}

@media only screen and (max-width: 767px) {
  .news-define dd {
    margin-bottom: 20px;
  }
}

.news-enclosure {
  margin-bottom: 30px;
  padding: 23px 29px 27px;
  background: #fff;
  border: 1px solid #707070;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .news-enclosure {
    padding: 13px 19px 17px;
    font-size: 14px;
  }
}

.news-enclosure .news-heading {
  margin-bottom: 10px;
}

.news-enclosure p {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.8;
}

.news-inquiry {
  margin-bottom: 30px;
  padding: 24px 30px 28px;
  background: #F2F2F2;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .news-inquiry {
    font-size: 14px;
    padding: 14px 20px 18px;
  }
}

.news-inquiry .news-heading {
  margin-bottom: 10px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

.news-inquiry p {
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.8;
}

.news-txt-fig {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news-txt-fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .news-txt-fig .news-fig {
    -ms-flex-preferred-size: calc(3 / 7 * 100%);
        flex-basis: calc(3 / 7 * 100%);
    max-width: calc(3 / 7 * 100%);
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-txt-fig .news-fig {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .news-txt-fig .news-txtBox {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}

.news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news-row::after {
    content: "";
    width: calc((100% - 40px) / 3);
  }
}

@media only screen and (max-width: 767px) {
  .news-row {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .news-row .news-col {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-row .news-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .news-row .news-col--s {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
        flex-basis: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-row .news-col--s {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 30px;
  }
}

.news-row .news-fig {
  margin-bottom: 10px;
}

.news-row .news-txtBox {
  margin-bottom: 0;
}

.news-row .news-txtBox p {
  margin-bottom: 10px;
  text-indent: 0;
}

.news-tableWrap {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .news-tableInner {
    width: 100% !important;
  }
  .news-table__scrollHint{
    display:none;
  }
}

@media only screen and (max-width: 767px) {
  .news-tableWrap {
    margin: 0 -20px 30px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .news-tableInner {
    padding-right: 20px;
    width: 700px;
  }
  .news-table__scrollHint{
    display: block;
    margin-bottom: 4px;
    text-align: right;
    font-size: 10px;
    font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}

.news-tableWrap + .news-tableWrap {
  margin-top: 30px;
}

.news-table {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #707070;
  font-size: 14px;
}

.news-table th {
  padding: 8px 19px;
  background-color: #F2F2F2;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  border: solid 1px #707070;
  vertical-align: middle;
}

.news-table thead th {
  text-align: center;
}

.news-table tbody th {
  min-width: 110px;
  text-align: left;
}

.news-table td {
  padding: 8px 19px;
  background-color: #FFF;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  vertical-align: middle;
  border: solid 1px #707070;
}

.news-referTo {
  border-top: solid 1px #707070;
  margin: 50px 0;
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .news-referTo {
    margin: 20px 0;
    padding-top: 20px;
  }
}

.news-referTo .news-heading {
  margin: -5px 0 20px;
}

.news-referTo__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .news-referTo__list {
    font-size: 16px;
  }
}

.news-referTo__list::after {
  content: "";
  width: calc(100% / 3 - 20px);
}

@media only screen and (max-width: 767px) {
  .news-referTo__list::after {
    width: calc(50% - 10px);
  }
}

.news-referTo__item {
  -ms-flex-preferred-size: calc(100% / 3 - 20px);
      flex-basis: calc(100% / 3 - 20px);
  max-width: calc(100% / 3 - 20px);
  margin-bottom: 20px;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .news-referTo__item {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.news-referTo__item img {
  width: 100%;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .news-referTo__item img {
    margin-bottom: 10px;
  }
}

.news-referTo__date {
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .news-referTo__date {
    font-size: 12px;
  }
}

.news-referTo .news-txtBox p {
  text-indent: 0;
}

.news-referTo .news-share {
  height: auto;
}

.news-linkBack {
  font-size: 20px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .news-linkBack {
    font-size: 18px;
  }
}

.news-linkBack a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .news-linkBack a {
    padding-left: 18px;
  }
}

.news-linkBack a::before {
  content: "";
  position: absolute;
  top: 50%;
}

@media (min-width: 768px) {
  .news-linkBack a::before {
    left: 0;
    width: 12px;
    height: 17px;
    margin-top: 1px;
    background: url(/images/arrow_linkBack.svg) no-repeat center center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@media only screen and (max-width: 767px) {
  .news-linkBack a::before {
    left: 2px;
    width: 11px;
    height: 11px;
    margin-top: -1px;
    border-top: solid 2px #282828;
    border-left: solid 2px #282828;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

html[lang="en"] .news-header {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-title {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-date {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-information {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-information strong {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-share__heading {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-share__copyDialog {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-btn {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-fig__caption {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-heading {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-txtBox p {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-link a {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-notes {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-list > li {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-order > li {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-order > li::before {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-define {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-enclosure p {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-inquiry .news-heading {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-inquiry p {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-table th {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-table td {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-referTo__item {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-referTo__date {
  font-family: -apple-system, "Helvetica", sans-serif;
}

html[lang="en"] .news-linkBack {
  font-family: -apple-system, "Helvetica", sans-serif;
}