/*------------------------------------------------------------------------------

  newsrelease top

------------------------------------------------------------------------------*/
.news_release .mod-tab-static {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .news_release .mod-tab-static {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .news_release .news_release_inner {
    margin-top: 0;
  }
}

.news_release_select {
  width: 350px;
  margin: 0 auto 40px;
  border: 1px solid #bfc7c8;
  border-radius: 3px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .news_release_select {
    width: 280px;
    margin: 0 auto 30px;
  }
}

.news_release_select-btn {
  opacity: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 767px) {
  .news_release_select-btn {
    height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.news_release_select-btn:hover {
  background-color: #ecf2f5;
}

.news_release_select-btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 20px;
  top: calc(50% - 4px);
  border-top: 2px solid #007a8a;
  border-right: 2px solid #007a8a;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.news_release_select-btn.open::after {
  top: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.news_release_select-btn.active {
  opacity: 1;
}

.news_release_select-item {
  display: none;
}

.news_release_select-subitem {
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  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;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.news_release_select-subitem:hover {
  background-color: #ecf2f5;
}

.news_release_list {
  display: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.news_release_list > li {
  padding: 25px 0;
}

@media print, screen and (min-width: 768px) {
  .news_release_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .news_release_list > li {
    padding: 18px 0 15px;
  }
}

.news_release_list > li + li {
  border-top: 1px solid #e0e0e0;
}

.news_release_list.no-result {
  border: none;
  text-align: center;
  font-weight: bold;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .news_release_list.no-result {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .news_release_list.no-result {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.news_release_content {
  color: #222;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .news_release_content {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .news_release_content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.news_release_content a {
  color: #00787e;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .news_release_content a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .news_release_content a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .news_release_content a:hover {
    color: #0095a8;
    text-decoration: underline;
  }
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .news_release-tag {
    padding-top: 2px;
  }
}
