.news_obi_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 2px solid #eeeeee;
  background-repeat: repeat;
  background-position: 50% 0;
  background-image: url(/img/news/obi_bg01.png);
}

@media (min-width: 768px), print {
  .news_obi_wrap {
    height: 130px;
  }
}
/* Black and White navigation col3x2 */
.categoly06_news_wrap {
  margin-top: 10px;
  font-size: 0;
  text-align: center;
}
.categoly06_news_wrap a {
  display: block;
  width: 100%;
}

@media (min-width: 768px), print {
  .categoly06_news_wrap {
    margin-top: -20px;
  }
}
.categoly06_news_item:hover, .categoly06_news_item2:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

@media (max-width: 767px), print {
  .categoly06_news_item {
    background-color: #ffffff;
    display: inline-block;
    font-size: 12px;
    color: #000000;
    width: 30%;
    margin: 3px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #000000;
  }
}
@media (min-width: 768px) and (max-width: 960px), print {
  .categoly06_news_item {
    background-color: #ffffff;
    display: inline-block;
    font-size: 13px;
    color: #000000;
    width: 15%;
    margin: 3px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #000000;
  }
}
@media (min-width: 961px), print {
  .categoly06_news_item {
    background-color: #ffffff;
    display: inline-block;
    font-size: 13px;
    color: #000000;
    width: 15%;
    margin: 3px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #000000;
  }
}
@media (max-width: 767px), print {
  .categoly06_news_item2 {
    background-color: #000000;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    width: 30%;
    margin: 3px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #000000;
  }
}
@media (min-width: 768px) and (max-width: 960px), print {
  .categoly06_news_item2 {
    background-color: #000000;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    width: 15%;
    margin: 3px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #000000;
  }
}
@media (min-width: 961px), print {
  .categoly06_news_item2 {
    background-color: #000000;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    width: 15%;
    margin: 3px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #000000;
  }
}
.top_cont01 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.news_list_item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #d1d1d1;
  border-style: solid;
  border-bottom-width: 2px;
}

.news_list_body01 {
  margin-bottom: 5px;
}
.news_list_body01 > * {
  vertical-align: middle;
}

.news_tag01, .news_tag02 {
  display: inline-block;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 20px;
  line-height: 1.3;
}

.news_tag01 {
  width: 75px;
  margin-left: 1em;
  background-color: #655e5c;
  font-size: 10px;
  color: #fff;
}
.news_tag01.var01 {
  background-color: #cd6671;
}
.news_tag01.var02 {
  background-color: #6896c7;
}
.news_tag01.var03 {
  background-color: #857399;
}
.news_tag01.var04 {
  background-color: #91673a;
}
.news_tag01.var05 {
  background-color: #4e967e;
}

.news_tag02 {
  display: inline-block;
  margin-left: 1.0em;
  padding: 2px 8px;
  color: #ffffff;
  font-size: 11px;
  background-color: #cc0000;
}

.news_ico_pdf {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  background: url(/img/common/pdf.svg) no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}

.news_line {
  display: inline-block;
}

.news_link {
  display: inline-block;
}
.news_link:hover {
  text-decoration: underline;
}

.news_more {
  margin-top: 10px;
  text-align: right;
}
.news_more > a {
  display: inline-block;
  padding-top: 10px;
  padding-right: 50px;
  background: url(/img/common/ico_arrow_big_right01.png) no-repeat 100% 100%;
  background-size: 40px auto;
  line-height: 1.8;
}
.news_more > a:hover {
  text-decoration: underline;
}

@media (min-width: 768px), print {
  .news_wrap {
    max-width: 820px;
    margin: 0 auto;
  }

  .news_body01 {
    float: left;
    width: 140px;
  }

  .news_body02 {
    overflow: hidden;
  }

  .news_list_item {
    padding: 15px;
  }
  .news_list_item:first-child {
    border-top-width: 2px;
  }

  .news_list_body01 {
    margin-bottom: 0;
    display: inline;
  }

  .news_list_body02a {
    display: inline;
  }

  .news_list_body02 {
    margin-left: 60px;
    display: inline;
  }

  .news_tag01, .news_tag02 {
    height: 20px;
  }

  .news_tag01 {
    width: 120px;
    font-size: 14px;
  }

  .news_tag02 {
    font-size: 12px;
  }

  .news_ico_pdf {
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }

  .news_link {
    display: inline-block;
    margin-left: -10px;
  }

  .news_col_size {
    width: 34%;
    vertical-align: top;
  }
}
/* Get Adobe pdf reader here */
@media (max-width: 767px), print {
  .pdf_txt_area {
    background-color: #f3f3f3;
    padding: 20px 0 20px 40px;
    margin: 0;
    display: block;
    width: 100%;
  }

  .pdf_txt_area_btn {
    width: 40%;
    padding: 0 0 15px 0;
    text-align: left;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  .pdf_txt_area_btn:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
  }

  .pdf_txt_area_text {
    width: 100%;
    color: #231816;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}
@media (min-width: 768px), print {
  .pdf_txt_area {
    background-color: #f3f3f3;
    padding: 40px 0 40px 40px;
    margin: 0;
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  .pdf_txt_area_btn {
    text-align: center;
    transition-duration: 0.4s;
    cursor: pointer;
    padding: 10px 0 0 0;
    width: 33%;
  }

  .pdf_txt_area_text {
    color: #231816;
    text-align: left;
    font-size: 18px;
    width: 45%;
  }
}
/* Text with wider line-height */
.news_media_reports01_txt {
  line-height: 200%;
}

/* Image 1 column */
.news_media_reports01_image {
  display: block;
  padding: 0;
  margin: 20px 0 40px 0;
  width: 100%;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .news_media_reports01_image {
    max-width: 690px;
  }
}
/* Image caption 0px */
.news_media_report_captioin {
  margin: 0 0 0 0;
  padding-top: 10px;
  font-size: 14px;
}

/* Image 3 column */
.news_media_reports03_image {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

@media (min-width: 768px), print {
  .news_media_reports03_image {
    padding: 10px;
    text-align: left;
  }

  .news_media_reports03 {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .news_media_reports03_image {
    max-width: 210px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .news_media_reports03_image .news_media_report_captioin {
    max-width: 210px;
  }
}
/* H2 title under topics date right */
.title_main01_news {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #9b9795;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .title_main01_news {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 26px;
  }
}
.news_title_date_text {
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #f3f3f3;
  text-align: right;
}

@media (max-width: 767px), print {
  .news_title_date_text {
    margin: 0 0 20px 0;
  }
}
/* Link (Table) */
.table_main01 a {
  color: initial;
  color: #655e5c;
  text-decoration: underline;
}
.table_main01 a:hover {
  color: #ab0012;
  text-decoration: underline;
}
