@charset "UTF-8";
/* ==========================================================================
   parts
   ========================================================================== */
.p-txt {
  margin-bottom: 1em;
}

.p-txt > img {
  max-width: 100%;
  height: auto;
}

.p-txt {
  word-break: break-all;
}

table .p-txt {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  table + .p-txt, .p-txt + table {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  table + .p-txt, .p-txt + table {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  table * + .p-txt {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  table * + .p-txt {
    margin-top: 10px;
  }
}

table th {
  white-space: nowrap;
}

/* ==========================================================================
   modules
   ========================================================================== */
/*
.m-infoNews img {
  width: 100%;
}
*/
.m-newsHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 769px) {
  .m-newsHeading {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsHeading {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsHeading {
    display: block;
  }
}

.m-newsHeading .m-newsHeading-date {
  font-size: 1.6rem;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .m-newsHeading .m-newsHeading-date {
    display: block;
    margin-bottom: 10px;
  }
}

.m-newsHeading .m-newsHeading-tagList {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .m-newsHeading .m-newsHeading-tagList {
    margin-bottom: 10px;
  }
}

.m-newsHeading .m-newsHeading-tag {
  background-color: #333;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  font-weight: bold;
}

.m-newsHeading .m-newsHeading-tag:last-child {
  margin-right: 0;
}

.m-newsKv {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-newsKv .m-newsKv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .m-newsKv .m-newsKv-inner {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsKv .m-newsKv-inner {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-newsKv .m-newsKv-inner .m-newsKv-item {
    width: 49.074%;
  }
  .m-newsKv .m-newsKv-inner .m-newsKv-item:nth-of-type(2) {
    margin-left: 1.852%;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsKv .m-newsKv-inner .m-newsKv-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.m-newsKv .m-newsKv-inner .m-newsKv-item .m-newsKv-imgWrapper {
  position: relative;
  width: 100%;
  padding-top: 65.7%;
  border: 1px solid #eeeeee;
}

.m-newsKv .m-newsKv-inner .m-newsKv-item .m-newsKv-imgWrapper .m-newsKv-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-newsKv .p-btn {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsKv .p-btn {
    text-align: center;
    width: 100%;
    padding-left: auto;
    padding-right: auto;
  }
}

.m-newsTable {
  width: 100%;
  border-collapse: collapse;
}

.m-newsTable th, .m-newsTable td {
  text-align: left;
  border: 1px solid #eee;
  padding: 20px;
}

@media print, screen and (min-width: 769px) {
  .m-newsTable th, .m-newsTable td {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsTable th, .m-newsTable td {
    font-size: 1.4rem;
  }
}

.m-newsTable th {
  font-weight: bold;
  background: #f5f6f9;
  white-space: normal;
}

.m-newsTable.-type01 th, .m-newsTable.-type01 td {
  width: 33.33%;
}

.m-newsTable.-type02 th, .m-newsTable.-type02 td {
  width: 25%;
}

.m-newsTable.-type03 th:nth-child(1), .m-newsTable.-type03 td:nth-child(1) {
  width: 25%;
}

.m-newsTable.-type03 th:nth-child(2), .m-newsTable.-type03 td:nth-child(2) {
  width: 75%;
}

.m-newsLinkList {
  list-style: none;
}

.m-newsLinkList .m-newsLinkList-item {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

@media print, screen and (min-width: 769px) {
  .m-newsLinkList .m-newsLinkList-item {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsLinkList .m-newsLinkList-item {
    margin-bottom: 10px;
  }
}

.m-newsLinkList .m-newsLinkList-item::before {
  content: "● ";
  font-size: 1.2rem;
}

.m-newsLinkList.-numb .m-newsLinkList-item {
  counter-increment: li 1;
}

.m-newsLinkList.-numb .m-newsLinkList-item::before {
  content: counter(li) ".";
  font-size: 1.6rem;
  font-weight: bold;
}

.m-newsImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .m-newsImgList.-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-newsImgList.-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .m-newsImgList {
    display: block;
  }
}

.m-newsImgList-item {
  width: 32%;
  margin-right: 2%;
}

.m-newsImgList-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .m-newsImgList-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.m-newsImgList-item .m-newsImgList-imgWrapper {
  position: relative;
  width: 100%;
  padding-top: 63.7%;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.m-newsImgList-item .m-newsImgList-imgWrapper .m-newsImgList-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.m-newsImgList-item .m-newsImgList-caption {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .m-newsImgList-item:last-child {
    margin-bottom: 0;
  }
}

.m-imgDownloadList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .m-imgDownloadList .m-imgDownloadList-item {
    width: 23.72%;
    margin-right: 1.69%;
  }
}

@media only screen and (max-width: 768px) {
  .m-imgDownloadList .m-imgDownloadList-item {
    width: 48%;
  }
  .m-imgDownloadList .m-imgDownloadList-item:nth-child(odd) {
    margin-right: 4%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-imgDownloadList .m-imgDownloadList-item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-imgDownloadList .m-imgDownloadList-item {
    margin-bottom: 20px;
  }
}

.m-imgDownloadList .m-imgDownloadList-item:nth-child(4n) {
  margin-right: 0;
}

.m-imgDownloadList .m-imgDownloadList-item .m-imgDownloadList-link {
  position: relative;
  width: 100%;
  padding-top: 65.4%;
  display: block;
  border: 1px solid #eee;
}

@media print, screen and (min-width: 769px) {
  .m-imgDownloadList .m-imgDownloadList-item .m-imgDownloadList-link {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .m-imgDownloadList .m-imgDownloadList-item .m-imgDownloadList-link {
    margin-bottom: 15px;
  }
}

.m-imgDownloadList .m-imgDownloadList-item .m-imgDownloadList-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/news/img/ico_dl.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media print, screen and (min-width: 769px) {
  .m-imgDownloadList .m-imgDownloadList-item .m-imgDownloadList-link:hover::after {
    background-color: #f3be00;
  }
}

.m-imgDownloadList .m-imgDownloadList-item .m-imgDownloadList-link .m-imgDownloadList-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.m-imgDownloadList .m-imgDownloadList-item .m-imgDownloadList-caption {
  font-size: 1.4rem;
}

body.-disableRightClick .m-newsKv-imgWrapper::after,
body.-disableRightClick .m-newsImgList-imgWrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   components
   ========================================================================== */
@media print, screen and (min-width: 769px) {
  .contents-block {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .contents-block {
    margin-bottom: 40px;
  }
}

/* ttl Container------------------------------------ */
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    margin-bottom: 47px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer h2 {
    margin-bottom: 15px;
  }
}

/* infoNewsContainer Container------------------------------------ */
.c-infoNewsContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer {
    margin-bottom: 60px;
  }
}

.c-infoNewsContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer-inner {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer-inner {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer-headding {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer-headding {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer-kv {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer-kv {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer-table {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer-table {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer-linkList {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer-linkList {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-infoNewsContainer-imgList {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-infoNewsContainer-imgList {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-imgDownloadContainer {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-imgDownloadContainer {
    padding-top: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-imgDownloadContainer {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-imgDownloadContainer {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
   table
   ========================================================================== */
.m-infoNews table:not(.m-newsTable) {
  width: 100%;
  border-collapse: collapse;
}

.m-infoNews table:not(.m-newsTable) th, .m-infoNews table:not(.m-newsTable) td {
  text-align: left;
  border: 1px solid #eee !important;
  padding: 20px;
}

@media print, screen and (min-width: 769px) {
  .m-infoNews table:not(.m-newsTable) th, .m-infoNews table:not(.m-newsTable) td {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .m-infoNews table:not(.m-newsTable) th, .m-infoNews table:not(.m-newsTable) td {
    font-size: 1.4rem;
  }
}

.m-infoNews table:not(.m-newsTable) th {
  font-weight: bold;
  background: #f5f6f9;
}

.m-infoNews table:not(.m-newsTable) td[style*="width"] {
  width: auto !important;
}

.m-infoNews table:not(.m-newsTable) td[style*="background-color"] {
  font-weight: bold !important;
  background: #f5f6f9 !important;
}
