@charset "UTF-8";
.title__head {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.5em;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .title__head {
    font-size: 1.875em;
  }
}
.title__subttl {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.5;
}
.title__timeplace {
  display: inline-block;
  color: #666;
  font-size: 1.125em;
  margin-right: 15px;
  vertical-align: middle;
}
.title__label {
  display: inline-block;
  padding: 0 12px;
  border: solid 1px #ebeced;
  color: #666;
  font-size: 0.875em;
  line-height: 1.5714285714;
  vertical-align: middle;
}

.news__text {
  font-size: 1.125em;
  color: #666;
  line-height: 1.5555555556;
}
.news__text p {
  margin-bottom: 1.5em;
}
.news__text p:last-child {
  margin-bottom: 0;
}
.news__text ul, .news__text ol {
  padding-left: 40px;
}
.news__more {
  margin-top: 8em;
}
.news__ttl {
  color: #262626;
}
.news__ttl h2 {
  font-weight: normal;
  font-size: 2em;
}
.news__ttl h3 {
  font-size: 1.5em;
  font-weight: normal;
}
.news__ttl h4 {
  font-size: 1.125em;
  font-weight: normal;
}
.news__ttl p {
  font-size: 1.125em;
  font-weight: normal;
}
.news__ttl b {
  font-weight: bold;
}
.news__line hr {
  width: 100%;
  margin: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #ebeced;
}
.news__definition dt {
  margin-bottom: 5px;
  line-height: 1.5555555556;
  font-size: 1.125em;
  color: #333;
  font-weight: bold;
}
.news__definition dd {
  line-height: 1.5555555556;
  font-size: 1.125em;
  color: #666;
  word-break: break-all;
  margin-bottom: 15px;
}
@media only screen and (min-width: 737px) {
  .news__table {
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 736px) {
  .news__table::after {
    display: none !important;
  }
}
.news__table table {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .news__table table {
    width: 980px;
    margin-top: 10px;
  }
}
.news__table table td, .news__table table th {
  text-align: left;
  padding: 0 15px;
  /*   border: solid 1px #000; */
  vertical-align: middle;
  color: #666;
  font-weight: normal;
  line-height: 1.25;
}
@media only screen and (max-width: 736px) {
  .news__table.tableSingle table {
    border-collapse: collapse !important;
    border: 1px solid #000 !important;
  }
  .news__table.bd_gray table {
    border-color: #cacbcc !important;
  }
}
.news__table.bd_gray table td, .news__table.bd_gray table th {
  border-color: #cacbcc !important;
}
.news__table__cp0 table th, .news__table__cp0 table td {
  padding: 0;
}
.news__table__cp5 table th, .news__table__cp5 table td {
  padding: 5px;
}
.news__table__cp10 table th, .news__table__cp10 table td {
  padding: 10px;
}
.news__table__cp15 table th, .news__table__cp15 table td {
  padding: 15px;
}
@media only screen and (max-width: 736px) {
  .news__table__fit table {
    width: 100% !important;
  }
}
.news__anchor-text a {
  position: relative;
  text-decoration: none;
  color: #3897f0;
}
@media only screen and (min-width: 737px) {
  .news__anchor-text a:hover {
    text-decoration: underline;
  }
}
.news__anchor-text a::after {
  content: '';
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 25px;
  border-top: solid 1px #3897f0;
  border-right: solid 1px #3897f0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news__anchor-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #666;
  padding: 0 15px;
  border: solid 1px #ebeced;
  border-radius: 5px;
  text-decoration: none;
}
.news__anchor-btn a::after {
  content: '';
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 30px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 737px) {
  .suwala-doubleScroll-scroll-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .news__table::-webkit-scrollbar {
    width: 1px;
    background: #fff;
  }

  .news__table::-webkit-scrollbar:horizontal {
    height: 1px;
    background: #fff;
  }

  .news__table::-webkit-scrollbar-thumb {
    background: #fff;
  }

  .news__table::-webkit-scrollbar-thumb:horizontal {
    background: #fff;
  }

  .suwala-doubleScroll-scroll-wrapper::-webkit-scrollbar {
    width: 10px;
    background: #ccc;
    border-radius: 10px;
  }

  .suwala-doubleScroll-scroll-wrapper::-webkit-scrollbar:horizontal {
    height: 10px !important;
    background: #ccc !important;
    border-radius: 10px !important;
  }

  .suwala-doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb:horizontal {
    background: #cc0000;
    border-radius: 10px;
  }
}
.news__text p.news__more {
  margin-bottom: 45px;
}

.imgFit img {
  width: 100%;
}

.global-list ul {
  list-style-type: none;
}
.global-list ul li {
  margin-left: 28px;
  margin-bottom: 1em;
  font-size: 1.125em;
  color: #666;
}

.listSquare li {
  text-indent: -14px;
}
.listSquare li::before {
  content: '■';
  display: inline-block;
  font-size: 6px;
  line-height: 1.3;
  vertical-align: middle;
  color: #cacbcc;
  margin-right: 14px;
}

.movie__embed-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie__embed__text {
  color: #666;
  font-size: 0.75em;
  margin-top: 5px;
}

.layout-cp div.vjs-big-play-button {
  margin-right: auto !important;
}

.link-tpl a {
  font-size: 1.125em;
  color: #666;
  text-decoration: none;
  outline: none;
}
@media only screen and (min-width: 737px) {
  .link-tpl a:hover {
    text-decoration: underline;
  }
}
.link-tpl.tac {
  text-align: center;
}
.link-tpl.tar {
  text-align: right;
}
.link-tpl__arrow02::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-tpl__arrow01::after {
  content: '→';
  display: inline-block;
  margin-left: 10px;
}
.link-tpl__btn {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  padding-left: 14px;
  color: #666;
  font-size: 1.125em;
  border: solid 1px #b3b3b3;
  border-radius: 5px;
  text-decoration: none;
}
.link-tpl__btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gmap_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.gmap_embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
