.newsSelect {
  display: flex;
  gap: 0 30px;
  margin: 40px 0;
}
.caution {
  font-size: 1.2rem;
  background: #eee;
  padding: 20px;
}

/* =============================================================
 renew 21 style
 =============================================================== */
.release .newsContentsBodyArea {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.release .newsContentsBodyArea img {
  height: auto;
}
.newsTitleArea {
  margin-bottom: 32px;
}
.newsTitleArea .subTitle {
  font-size: 16px;
  font-weight: 700;
}
.newsTitleArea .mainTitle {
  font-size: 2.6rem;
  font-weight: 700;
  padding: 10px 0;
}
.newsTitleArea .newsNotice {
  margin: 15px 0 30px;
  font-size: 1.2rem;
  background: #eee;
  padding: 20px;
}
.newsTitleArea .subTitle + .titleBoarder {
  margin-top: 20px;
}
ul.accordion li.active a {
  background-color: #002f70;
  color: #fff;
}
ul.accordion li.active a::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.newsTabList {
  background: #e8ebf1;
  padding: 18px 20px 0;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.newsTabList li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px 3px 0 0;
  min-width: 140px;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.3;
  color: #888;
  text-align: center;
  background: #dcdcdc;
  cursor: pointer;
}
.newsTabList li + li {
  margin-left: 10px;
}
.newsTabList li.open {
  background: #fff;
  color: #002f70;
  font-weight: 700;
  cursor: auto;
}
.newsArea {
  margin: 30px 0 80px;
}
.newsArea .block-index {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.newsArea .block-index:first-child {
  border-top: 1px solid #e5e5e5;
}
.newsArea .block-index .inddate {
  font-size: 14px;
  width: 110px;
  color: #002f70;
}
.newsArea .block-index .indtit {
  font-size: 14px;
  flex: 1;
}
.newsArea .block-index .indtit .pdfIcon {
  width: 26px;
  height: 14px;
  position: relative;
  top: -2px;
}
.release #photobox_child .link button,
.release #photobox .link button {
  background: #ffffff url(/common/images/magnifier.gif) no-repeat 0px 0px;
  float: right;
  width: 21px;
  height: 19px;
  text-indent: -9999px;
  margin: 8px 7px 3px 0px;
  border: none;
  cursor: pointer;
  appearance: none;
}

.release .detail h4,
.release .detail .newsBodyTitle01 {
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 0 9px 0px;
  margin-bottom: 10px;
}

.hr h4,
.hr .newsBodyTitle01 {
  font-size: 18px;
  font-weight: normal;
  padding: 0px 0 9px 0px;
}

.release .detail .plan table,
.release .detail .spec table {
  width: 100%;
}

.release .detail .plan tr td,
.release .detail .spec tr td,
.release .corporate_table tr td {
  background-color: #f3f3f3;
  padding: 5px;
}

.release .detail .plan table tr td:first-child,
.release .detail .spec table tr td:first-child,
.release table.corporate_table tr td:first-child {
  width: 30%;
  background-color: #e1e1e1;
  text-align: left;
}

.release .detail .plan table tr td.darkgray,
.release .detail .spec table tr td.darkgray,
.release table.corporate_table tr td.darkgray {
  background-color: #e1e1e1;
  width: auto;
}

.release .detail .plan table tr td.rightgray,
.release .detail .spec table tr td.rightgray,
.release table.corporate_table tr td.rightgray {
  background-color: #f3f3f3;
  width: auto;
}
.release table.newsTable01 {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.release table.newsTable01 th,
.release table.newsTable01 td {
  padding: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.release table.newsTable01 .blueHead {
  background: #002f70;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .release .detail .box {
    font-size: 14px;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .newsSelect__item .c-btn01 {
    min-height: 48px;
  }
}

@media screen and (max-width: 600px) {
  .newsSelect {
    flex-direction: column-reverse;
    gap: 30px 0;
  }
  .newsSelect__item .c-form-select {
    width: 100%;
  }
  .newsTabList {
    justify-content: space-between;
  }
  .newsTabList li {
    min-width: auto;
    width: 47%;
    padding: 0 5px;
  }
  .newsArea .block-index {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .newsArea .block-index .inddate {
    width: auto;
    margin-bottom: 4px;
  }
}
