@charset "UTF-8";

.news_release_include .heading {
  display: none;
}

.news_release_include .co_infobox {
  margin: 20px 0;
  padding-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.news_release_include .co_infobox:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.news_release_include .co_infobox a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.news_release_include .co_infobox a:hover {
  color: #007440;
}

.news_release_include figure {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dedede;
  box-sizing: border-box;
}

.news_release_include figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
  max-height: 80px;
  width: 100%;
}

.news_release_include .infotext {
  width: 100%;
  text-align: left;
  font-size: 14px;
  word-break: break-all;
  margin-left: 3%;
}

.news_release_include .time {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
}

.news_release_include .infotext p {
  margin-top: 5px;
}

.news_release_include .cte_media {
  display: inline-block;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .news_release_include .cte_media {
    border-radius: 1px;
    font-size: 10px;
    padding: 3px 10px;
  }
}

.media_include .co_infobox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.media_include .co_infobox:last-child {
  border-bottom: none;
}

.media_include .co_infobox a {
  display: flex;
  align-items: flex-start;
  padding: 20px 40px 20px 20px;
  flex: 1;
  border: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.media_include .co_infobox a::before {
  display: none;
}

.media_include .co_infobox .media_link::after {
  display: none;
}

.media_include .co_infobox .media_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15%;
  background-color: #e4e9f3;
  text-align: center;
  height: 20px;
  padding: 10px;
  margin: 0;
  white-space: nowrap;
}

.media_include .co_infobox .media_link::before {
  display: none;
}

.media_include .co_infobox .media_link:hover {
  opacity: 0.7;
}

.media_include .co_infobox a:hover {
  color: #007440;
}

.media_include figure {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
  box-sizing: border-box;
}

.media_include figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  max-width: 100px;
  max-height: 100px;
}

.media_include .infotext {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  width: 100%;
  text-align: left;
  font-size: 14px;
  word-break: break-all;
  margin-left: 0;
}

.media_include .time {
  order: 1;
  display: inline-block;
  font-size: 12px;
  margin-right: 24px;
  margin-bottom: 0;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}

.media_include .cte_media {
  order: 2;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 100px;
  margin-right: 24px;
  line-height: 2.5;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}

.media_include .infotext h2 {
  order: 3;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  max-width: 650px;
}

.media_include .co_infobox a:hover .time,
.media_include .co_infobox a:hover h2 {
  color: #007440;
}

.media_include .co_infobox a:hover .cte_media {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .media_include .co_infobox {
    flex-flow: row wrap;
  }

  .media_include .co_infobox a {
    flex: 0 0 100%;
    padding: 15px 0px 15px;
  }

  .media_include .co_infobox a::before {
    width: 8px;
    height: 8px;
    right: 10px;
  }

  .media_include .co_infobox .media_link {
    display: block;
    flex: 0 0 100%;
    padding: 5px 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .media_include figure {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }

  .media_include figure img {
    max-width: 100px;
    max-height: 100px;
  }

  .media_include .infotext h2 {
    font-size: 12px;
    margin-top: 10px;
    width: 90%;
  }

  .media_include .time {
    font-size: 10px;
    margin-right: 10px;
  }

  .media_include .cte_media {
    font-size: 10px;
    width: 60px;
    margin-right: 0;
    line-height: 2;
  }
}

.news_release_include .pdf a {
  font-size: 12px;
  color: #000;
  float: right;
  text-decoration: underline;
}

.news_release_include .pdf a:hover {
  color: #007440;
  text-decoration: none;
}

.news_release_include .pdf a img {
  width: 20px;
  height: auto;
  vertical-align: sub;
  margin-right: 6px;
}

.sc_catalog .top_bnr .btn_link {
    max-width: 300px;
    margin: 0 auto;
}

.sc_catalog .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sc_catalog .catalog_box {
    transition: all .3s ease-in-out;
    margin: 0 25px 70px;
}

.sc_catalog .catalog_box:hover {
    opacity: .6;
}

.sc_catalog .img_catalog {
    background-color: #e4e9f3;
    padding: 40px 60px;
    margin-bottom: 20px;
}

.sc_catalog .sp_catalog_box h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.sc_catalog .btn_link a {
    width: 100%;
    margin-top: 20px;
    background-color: #007440;
    border-color: #007440;
}

.sc_catalog .atten {
    text-align: left;
    max-width: 758px;
    font-size: 14px;
    margin-bottom: 100px;
}

.sc_catalog .atten p {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

@media (max-width: 768px) {
    .sc_catalog .inner {
        display: block;
    }

    .sc_catalog .catalog_box {
        margin: 0 auto 20px;
    }

    .sc_catalog .catalog_box:hover {
        opacity: 1;
    }

    .sc_catalog .img_catalog {
        padding: 10%;
        margin-bottom: 0;
    }

    .sc_catalog .img_catalog img {
        width: 100%;
        height: auto;
    }

    .sc_catalog .sp_catalog_box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .sc_catalog .sp_catalog_box h2 {
        font-size: 14px;
        margin-top: 5px;
    }

    .sc_catalog .btn_link a {
        width: 80%;
        margin: 10px auto 0;
    }

    .sc_catalog .atten {
        font-size: 12px;
        margin-bottom: 50px;
    }

    .sc_catalog .atten p {
        padding-left: 1.2em;
        text-indent: -1.2em;
    }
}

@media (max-width: 360px) {
    .sc_catalog .sp_catalog_box {
        width: 100%;
    }
}

.content {
    margin-bottom: 100px;
}

.sc_tv .wrap_tv {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sc_tv h2 {
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

.sc_tv .blo_tv {
    width: 40%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}

.sc_tv .blo_tv:nth-child(even) {
    padding-left: 20%;
}

.sc_tv .blo_tv:nth-child(even)::before {
    position: absolute;
    top: 0;
    left: 16%;
    background-color: #ccc;
    width: 1px;
    height: 240px;
    display: block;
    content: '';
}

.sc_tv .box_tv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    margin: 10px auto 0;
}

.sc_tv .box_tv iframe {
    margin-right: 30px;
}

.sc_tv .box_tv figure {
    overflow: hidden;
    width: 150px;
    height: 150px;
    position: relative;
}

.sc_tv .box_tv figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.sc_tv .btn_link {
    width: 160px;
    padding: 6px 0;
    margin-top: 10px;
    background-color: #007440;
    border-radius: 30px;
    width: 100%;
    display: block;
    color: #fff;
    padding: 6px 15px;
    box-sizing: border-box;
    border: 2px solid #007440;
    transition: all .2s ease-in-out;
    position: relative;
    font-size: 14px;
    text-align: center;
}

.sc_tv .btn_link::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sc_tv a:hover .btn_link {
    opacity: .6;
}

.sc_search.sc_tv {
    margin-top: 50px;
}

.sc_tv .co_searchform {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sc_tv input[type="text"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px 15px;
    width: 365px;
    background-color: #f1f5f7;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 8px;
    font-size: 15px;
}

.sc_tv button[type="submit"] {
    border: none;
    outline: none;
    padding: 6px 45px 7px 29px;
    background-color: #000;
    border-radius: 7px;
    border: 2px solid #000;
    box-sizing: border-box;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    transition: opacity .2s ease-in-out;
}

.sc_tv i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top;
}
.sc_tv button[type="submit"]:hover {
    opacity: .6;
}

.sc_tvdetail .blo_tvdetail {
    background-color: #fff;
    padding: 60px 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.sc_tvdetail .blo_tvdetail h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 2px solid #007440;
    padding-bottom: 15px;
}

.sc_tvdetail .box_tvdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    margin: 0 auto 30px;
    gap: 40px;
}

.sc_tvdetail .embed_tv iframe {
    display: block;
}

.sc_tvdetail .img_tv {
    flex: 0 0 200px;
}

.sc_tvdetail .img_tv figure {
    overflow: hidden;
    width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid #eee;
}

.sc_tvdetail .img_tv figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.sc_tvdetail .btn_tvdetail {
    margin-top: 30px;
}

.sc_tvdetail .btn_tvdetail .btn_link {
    display: inline-block;
    width: auto;
    min-width: 200px;
    text-align: center;
    background-color: #007440;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid #007440;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    position: relative;
}

.sc_tvdetail .btn_tvdetail .btn_link::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sc_tvdetail .btn_tvdetail .btn_link:hover {
    opacity: .7;
}

.sc_tv .btn_back,
.sc_tvdetail .btn_back {
    margin-top: 20px;
}

.sc_tv .btn_back a,
.sc_tvdetail .btn_back a,
.sc_newsdetail .btn_back a {
    background-color: #007440;
    border-color: #007440;
}

.wrap_tv {
    margin-bottom: 50px;
}

.wrap_tv li a {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .2s ease-in-out;

    position: relative;
}

.wrap_tv li a::before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #007440;
    border-right: 2px solid #007440;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.time {
    font-size: 12px;
    margin-right: 24px;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
}

.cate {
    font-size: 12px;
    text-align: center;
    background-color: #007440;
    color: #fff;
    width: 100px;
    margin-right: 24px;
    line-height: 2.5;
}

.wrap_tv li a.pdf {
    padding: 0;
    text-decoration: none;
    display: block;
}

.wrap_tv li a.pdf:before {
    display: none;
}

.wrap_tv li a.newsrelease_link {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.wrap_tv li a.media_link:before {
    display: none;
}

.wrap_tv li a.newsrelease_link .time {
    text-align: left;
    display: inline-block;
}

.wrap_tv li a.newsrelease_link .cate {
    text-align: center;
    display: inline-block;
}

.wrap_tv li a.newsrelease_link .pdf {
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

.wrap_tv h2 {
    font-size: 14px;
    text-align: left;
    max-width: 650px;
}

.archive-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.wrap_tv li.archive-media a {
    border: none;
}

.wrap_tv li.archive-media .newsrelease_link {
    flex: 0 0 80%;
}

.wrap_tv li.archive-media .media_link {
    display: inline-block;
    flex: 0 0 15%;
    background-color: #e4e9f3;
    text-align: center;
    height: 20px;
    padding: 10px;
    margin: 0;
}

.wrap_tv li.archive-media .media_link:hover {
    opacity: 0.7;
}

.newsrelease_thumnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-in-out;
    max-width: 100px;
    max-height: 100px;
}

.newsrelease_thumnail {
    border: 1px solid #eee;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 30px;
}

.wrap_tv li a:hover .time,
.wrap_tv li a:hover h2 {
    color: #007440;
}

.wrap_tv li a:hover .cate {
    opacity: .8;
}

.content.sc_newsdetail {
    padding-bottom: 100px;
    margin-bottom: 0px;
    background-color: #e4e9f3;
}

.pnlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    margin-bottom: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.plink,
.nlink {
    position: relative;
    font-size: 14px;
    line-height: 2;
    width: 365px;
    text-align: left;
}

.plink {
    padding-left: 28px;
}

.nlink {
    padding-right: 28px;
}

.plink a,
.nlink a {
    transition: all .2s ease-in-out;
}

.plink::before {
    width: 12px;
    height: 12px;
    border-top: 1px solid #007440;
    border-right: 1px solid #007440;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    vertical-align: middle;
}

.nlink::after {
    width: 12px;
    height: 12px;
    border-top: 1px solid #007440;
    border-right: 1px solid #007440;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    vertical-align: middle;
}

.plink a:hover,
.nlink a:hover {
    color: #007440;
}

.blo_newsdetail {
    background-color: #fff;
    padding: 60px 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
    text-align: left;
}

.blo_newsdetail .line_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blo_newsdetail h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    border-bottom: 2px solid #007440;
    padding-bottom: 15px;
}

.blo_newsdetail h1::after {
    display: none;
}

.blo_newsdetail h2 {
    font-size: 20px;
    font-weight: bold;
}

.blo_newsdetail h3 {
    font-size: 18px;
    font-weight: bold;
}

.blo_newsdetail .con_newsdetail p {
    font-size: 14px;
    line-height: 2;
}

@media (max-width: 768px) {

    .newsrelease_thumnail {
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
    }

    .newsrelease_thumnail img {
        max-width: 100px;
        max-height: 100px;
    }

    .wrap_tv li.archive-media .newsrelease_link {
        flex: 0 0 100%;
    }

    .wrap_tv li.archive-media .media_link {
        display: block;
        padding: 5px 0;
        max-width: 200px;
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .archive-media {
        flex-flow: row wrap;
    }

    

    .content {
        margin-bottom: 70px;
    }

    .sc_tv .wrap_tv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
    }

    .sc_tv h2 {
        font-size: 14px;
    }

    .sc_tv .blo_tv {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .sc_tv .blo_tv:nth-child(even) {
        padding-left: 0%;
    }

    .sc_tv .blo_tv:nth-child(even)::before {
        display: none;
    }

    .sc_tv a:hover .btn_link {
        opacity: 1;
    }

    .sc_tv .box_tv iframe {
        width: 180px;
        height: 102px;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .sc_tv .box_tv figure {
        width: 100px;
        height: 100px;
    }

    

    .sc_tv input[type="text"] {
        width: 40%;
        padding: 10px;
    }

    .sc_tv button[type="submit"] {
        padding: 10px 10px;
        font-size: 12px;
        width: 14%;
    }

    .sc_tv i {
        font-size: 16px;
    }

    

    .wrap_tv {
        margin-bottom: 30px;
    }

    .wrap_tv li a {
        padding: 15px 0;
        display: block;
        text-align: left;
    }

    .wrap_tv li a::before {
        width: 8px;
        height: 8px;
        right: 10px;
    }

    .time {
        font-size: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .cate {
        font-size: 10px;
        width: 60px;
        margin-right: 0;
        line-height: 2;
        display: inline-block;
    }

    .wrap_tv h2 {
        font-size: 12px;
        width: 90%;
        margin-top: 10px;
    }

    .wrap_tv li a:hover .time,
    .wrap_tv li a:hover h2 {
        color: #000;
    }

    .wrap_tv li a:hover .cate {
        opacity: 1;
    }

    
    .content.sc_newsdetail {
        padding-bottom: 70px;
    }

    .pnlink {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    .plink,
    .nlink {
        width: 50%;
        font-size: 11px;
        line-height: 1.5;
    }

    .plink {
        padding-left: 18px;
        padding-right: 10px;
    }

    .nlink {
        padding-right: 18px;
        padding-left: 10px;
    }

    .plink::before {
        width: 8px;
        height: 8px;
    }

    .nlink::after {
        width: 8px;
        height: 8px;
    }

    .plink a:hover,
    .nlink a:hover {
        color: #000;
    }

    .blo_newsdetail {
        padding: 20px 40px;
    }

    .blo_newsdetail .line_top {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .blo_newsdetail h1 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .blo_newsdetail h2 {
        font-size: 14px;
    }

    .blo_newsdetail h3 {
        font-size: 13px;
    }

    .blo_newsdetail .con_newsdetail p {
        font-size: 13px;
        line-height: 1.6;
    }

    .blo_newsdetail .con_newsdetail img {
        width: 100%;
    }

    .wrap_tv li.archive-media .media_link:hover {
        opacity: 1;
    }

}

@media (max-width: 500px) {

    .sc_tv .con_tv {
        width: 100%;
    }

    .sc_tv .con_tv img {
        width: 70%;
        height: auto;
    }

    .sc_tv .btn_link {
        width: 100%;
        padding: 3px 0;
        font-size: 11px;
        margin-top: 10px;
    }

}

@media (max-width: 500px) {
    

    .sc_tv input[type="text"] {
        width: 50%;
        padding: 7px;
    }

    .sc_tv button[type="submit"] {
        padding: 7px 10px;
        width: 25%;
        font-size: 12px;
    }
}

@media (max-width: 414px) {

    .blo_newsdetail {
        padding: 20px 20px;
    }

}