@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
body {
  color: #333;
}
body.nav-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* ---------- topMenu
*
*/
#menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  overflow-y: auto;
  z-index: 9999;
}
body.nav-open #menu {
  opacity: 1;
  visibility: visible;
}
#menu .inner {
  max-width: 552px;
  margin: 0 auto;
  padding: 77px 26px;
}
#menu .list {
  display: block;
}
#menu .list a {
  display: flex;
  align-items: center;
}
#menu .list img {
  max-width: 108px;
}
#menu .list span {
  display: inline-block;
  flex: 1;
  height: auto;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
#menu .list span:after {
  width: 8px;
  height: 12px;
}
#menu .list br {
  display: none;
}
#menu .btnClose {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  cursor: pointer;
}
#menu .btnClose:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
#menu .btnClose:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #menu .inner {
    padding: 56px 26px;
  }
  #menu .list li {
    width: 100%;
  }
  #menu .list span {
    padding: 0 16px;
    font-size: 14px;
  }
  #menu .list span:after {
    width: 5px;
    height: 8px;
  }
  #menu .list br {
    display: inline;
  }
  #menu .btnClose {
    top: 20px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  a {
    text-decoration: none;
    display: block;
  }
  a:hover {
    opacity: 0.8;
  }
  .guide {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -75px 0 0 -700px;
    z-index: 9999;
    width: 1400px;
    opacity: 0.5;
    display: none;
  }
  body {
    color: #333;
    font-family: Verdana, "sans-serif";
    background: #f4f4f4;
  }
  body #heroArea, body .navArea, body #a-site_contents, body .promoArea {
    line-height: 1;
  }
  body #heroArea img, body .navArea img, body #a-site_contents img, body .promoArea img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .menuLayoutBox {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  body .menuLayoutBox .layoutBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .menuLayoutBox .layoutBox.headMenu {
    width: 470px;
    float: right;
  }
  body .menuLayoutBox .layoutBox .ttl a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    vertical-align: middle;
  }
  body .menuLayoutBox .layoutBox .topNavBtn {
    display: inline-block;
    width: 21px;
    height: 21px;
    cursor: pointer;
    vertical-align: middle;
  }
  body .menuLayoutBox .snsBtn {
    padding-top: 3px;
    font-size: 1px;
  }
  /* ---------- heroArea
  *
  */
  body #heroArea {
    position: relative;
    padding: 35px 0 20px;
    padding: 0;
    color: #fff;
    line-height: 1;
  }
  body #heroArea .border {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  body #heroArea .border span {
    width: 100%;
  }
  body #heroArea .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px 20px 36px;
  }
  body #heroArea .inner .txtBox {
    width: 62%;
  }
  body #heroArea.top .inner .txtBox {
    width: 100%;
  }
  body #heroArea .inner .txtBox .ttl {
    position: relative;
    margin: 0 0 16px;
    font-family: Georgia, "sans-serif";
    font-size: 40px;
    line-height: 1.3;
  }
  body #heroArea .inner .txtBox .txt {
    font-size: 15px;
    line-height: 1.5;
  }
  body #heroArea:not(.top) .inner .photoBox {
    position: absolute;
    top: 56px;
    right: 50px;
    width: 31.03%;
    z-index: 999;
  }
  body #heroArea.top {
    background: #ffffff;
    color: #333;
  }
  body #heroArea.top .border span {
    border-top: 4px solid #55813a;
  }
  body #heroArea.top .border span:nth-child(2) {
    border-color: #5ca8e6;
  }
  body #heroArea.top .border span:nth-child(3) {
    border-color: #00a676;
  }
  body #heroArea.top .border span:nth-child(4) {
    border-color: #fb9846;
  }
  body #heroArea.top .border span:nth-child(5) {
    border-color: #88b14b;
  }
  body #heroArea.top .border span:nth-child(6) {
    border-color: #fb7268;
  }
  body #heroArea.top .inner {
    max-width: 1120px;
    padding: 56px 20px 56px;
    overflow: hidden;
  }
  body #heroArea.top .inner .txtBox {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
  body #heroArea.top .inner .txtBox .ttl {
    margin-bottom: 12px;
    font-size: 38px;
  }
  body #heroArea.top .inner .photoBox {
    position: absolute;
    top: 50%;
    right: 8.14%;
    width: 37.5%;
    transform: translateY(-50%);
    display: none;
  }
  body #heroArea.infectious {
    background: #5ca8e5;
  }
  body #heroArea.resilience {
    background: #fb9846;
  }
  body #heroArea.health {
    background: #88b14b;
  }
  body #heroArea.enviroment {
    background: #00a676;
  }
  body #heroArea.diversity {
    background: #fb7268;
  }
  body #heroArea.carbon {
    background: #55813a;
  }
  /* ---------- navArea
  *
  */
  body .navArea.bottom {
    margin: 50px auto 100px;
  }
  body .navArea {
    display: flex;
    margin: 0 auto 40px;
    line-height: 1;
  }
  body .navArea .inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  body .navArea .inner .ttl {
    margin: 0 0 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  body .navArea .inner ul.list {
    width: 100%;
    display: flex;
  }
  body .navArea .inner ul.list li {
    flex: 1;
  }
  body .navArea .inner ul.list li.carbon {
    background: #55813a;
  }
  body .navArea .inner ul.list li.infectious {
    background: #5ca8e6;
  }
  body .navArea .inner ul.list li.resilience {
    background: #fb9846;
  }
  body .navArea .inner ul.list li.health {
    background: #88b14b;
  }
  body .navArea .inner ul.list li.enviroment {
    background: #00a676;
  }
  body .navArea .inner ul.list li.diversity {
    background: #fb7268;
  }
  body .navArea .inner ul.list li a span, body .navArea .inner ul.list li div span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    text-align: center;
    font-size: 16px;
    font-family: Georgia, "sans-serif";
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    padding: 5% 10%;
    word-break: break-all;
    letter-spacing: 0.05em;
  }
  body .navArea .inner ul.list li a span:after, body .navArea .inner ul.list li div span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6.5%;
    width: 9px;
    height: 14px;
    margin: -9px 0 0 0;
    background: url(../img/cmn/arrow_next.svg);
  }
  body .navArea .inner .btn {
    max-width: 498px;
    margin: 40px auto 0;
    background: #fff;
  }
  body .navArea .inner .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    border: 1px solid #adadad;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  body .navArea .inner .btn a:after {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }
  body .navArea.infectious .inner ul.list li.infectious a span:after, body .navArea.infectious .inner ul.list li.infectious div span:after {
    background: none;
  }
  body .navArea.resilience .inner ul.list li.resilience a span:after, body .navArea.resilience .inner ul.list li.resilience div span:after {
    background: none;
  }
  body .navArea.health .inner ul.list li.health a span:after, body .navArea.health .inner ul.list li.health div span:after {
    background: none;
  }
  body .navArea.enviroment .inner ul.list li.enviroment a span:after, body .navArea.enviroment .inner ul.list li.enviroment div span:after {
    background: none;
  }
  body .navArea.diversity .inner ul.list li.diversity a span:after, body .navArea.diversity .inner ul.list li.diversity div span:after {
    background: none;
  }
  body .navArea.carbon .inner ul.list li.carbon a span:after, body .navArea.carbon .inner ul.list li.carbon div span:after {
    background: none;
  }
  /* navArea.top */
  body .navArea.top:before {
    content: "";
    display: block;
    flex: 1;
    background: rgba(85, 129, 58, .2);
  }
  body .navArea.top:after {
    content: "";
    display: block;
    flex: 1;
    background: rgba(251, 114, 104, .2);
  }
  body .navArea.top .inner ul.list li a span, body .navArea.top .inner ul.list li div span {
    padding: 0 0 15px;
  }
  body .navArea.top .inner ul.list li a span:after, body .navArea.top .inner ul.list li div span:after {
    top: auto;
    right: auto;
    bottom: 12px;
    left: 50%;
    width: 14px;
    height: 10px;
    margin: 0 0 0 -7px;
    background: url("../img/cmn/arrow.svg") no-repeat;
  }
  /* navArea.bottom */
  body .navArea.bottom .inner {
    max-width: 1172px;
    padding: 0 26px;
  }
  body .navArea.bottom .inner ul.list li a span, body .navArea.bottom .inner ul.list li div span {
    height: 72px;
    font-size: 13px;
  }
  body .navArea.bottom .inner .btn {
    max-width: 554px;
  }
  .navArea.top .inner .list li a {
    padding-top: 186px;
  }
  @media screen and (max-width: 1125px) {
    .navArea.top .inner .list li a {
      padding-top: calc(100vw / 6);
    }
  }
  .navArea.top .inner .list .carbon a {
    background: url("../img/top/img_hero_main_01.png") no-repeat;
    background-size: contain;
  }
  .navArea.top .inner .list .infectious a {
    background: url("../img/top/img_hero_main_02.png") no-repeat;
    background-size: contain;
  }
  .navArea.top .inner .list .enviroment a {
    background: url("../img/top/img_hero_main_03.png") no-repeat;
    background-size: contain;
  }
  .navArea.top .inner .list .resilience a {
    background: url("../img/top/img_hero_main_04.png") no-repeat;
    background-size: contain;
  }
  .navArea.top .inner .list .health a {
    background: url("../img/top/img_hero_main_05.png") no-repeat;
    background-size: contain;
  }
  .navArea.top .inner .list .diversity a {
    background: url("../img/top/img_hero_main_06.png") no-repeat;
    background-size: contain;
  }
  /* ---------- contents
  *
  */
  body #a-site_contents {
    width: 100%;
    max-width: none;
  }
  /* ---------- contArea.top
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea.top .ttlBox {
    padding: 50px 30px 40px 274px;
    background-repeat: no-repeat;
    background-position: left 60px top 52px;
    background-size: 176px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.top.infectious .ttlBox {
    background-image: url(../img/cmn/img_circle_infectious.png);
  }
  body #a-site_contents article .site_frame .g-column .contArea.top.resilience .ttlBox {
    background-image: url(../img/cmn/img_circle_resilience.png);
  }
  body #a-site_contents article .site_frame .g-column .contArea.top.health .ttlBox {
    background-image: url(../img/cmn/img_circle_health.png);
  }
  body #a-site_contents article .site_frame .g-column .contArea.top.enviroment .ttlBox {
    background-image: url(../img/cmn/img_circle_environment.png);
  }
  body #a-site_contents article .site_frame .g-column .contArea.top.diversity .ttlBox {
    background-image: url(../img/cmn/img_circle_diversity.png);
  }
  body #a-site_contents article .site_frame .g-column .contArea.top.carbonTop .ttlBox {
    background-image: url(../img/cmn/img_circle_carbon.png);
  }
  body #a-site_contents article .site_frame .g-column .contArea.top .ttlBox:after {
    border-width: 15px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.top .ttlBox .ttl {
    font-size: 36px;
  }
  /* ---------- contArea
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea {
    max-width: 1120px;
    margin: 0 auto 55px;
    line-height: 1;
    overflow: hidden;
    padding: 0 20px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .ttlBox {
    position: relative;
    padding: 5px 24px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .ttlBox:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border: 12px solid transparent;
  }
  body #a-site_contents article .site_frame .g-column .contArea .ttlBox .ttl {
    font-size: 28px;
    font-family: Georgia, "sans-serif";
    font-weight: 700;
  }
  body #a-site_contents article .site_frame .g-column .contArea.carbon .ttlBox .ttl {
    font-size: 28px;
    font-family: Georgia, "sans-serif";
    font-weight: 700;
    padding-left: 95px;
  }
  body #a-site_contents article .site_frame .g-column #whatsNew .ttlBox .ttl {
    padding-left: 0;
  }
  body #a-site_contents article .site_frame .g-column .contArea .ttlBox .txt {
    margin: 20px 0 32px;
    font-size: 16px;
    line-height: 1.5;
  }
  body #a-site_contents article .site_frame .g-column .contArea .ttlBox .t-link a {
    display: inline;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  body #a-site_contents article .site_frame .g-column .contArea .ttlBox .t-link a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 7px;
    margin-left: 6px;
    background: url(../img/cmn/arrow_next.svg) no-repeat center / contain;
  }
  body #a-site_contents article .site_frame .g-column #contents01 .contBox, body #a-site_contents article .site_frame .g-column #contents02 .contBox, body #a-site_contents article .site_frame .g-column #contents03 .contBox {
    background-color: #73A158;
    margin-bottom: 50px;
  }
  body #a-site_contents article .site_frame .g-column #contents01 .contBox .txt, body #a-site_contents article .site_frame .g-column #contents02 .contBox .txt, body #a-site_contents article .site_frame .g-column #contents03 .contBox .txt {
    color: #fff;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox {
    padding: 26px 0 48px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list {
    display: flex;
    flex-wrap: wrap;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li {
    width: 31.32%;
    margin: 60px 0 0;
    background-color: #fff;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .heading {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 24px;
    padding: 9px 24px 9px 24px;
    line-height: 1.25;
    font-size: 18px;
    font-weight: 700;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .heading:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border: 6px solid transparent;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .heading:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    background-size: cover;
    width: 10px;
    height: 15px;
    transform: translateY(-50%);
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .photoBox {
    position: relative;
    margin: 0 0 11px;
  }
  .swiper-slide .item .js_videoBtn .img {
    position: relative;
  }
  .article .item .js_videoBtn .img:after,
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .js_videoBtn .photoBox:after,
  .swiper-slide .item .js_videoBtn .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    background: url(../img/ico_play.png) no-repeat center / 54px;
    transform: translate(-50%, -50%);
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .photoBox .tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 9px 20px 9px 20px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .photoBox .tag.blank:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 12px;
    margin: 0px -5px -2px 6px;
    background: url("../img/cmn/blank.svg");
    background-size: cover;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .txtBox {
    position: relative;
    padding: 0 20px 36px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .txtBox .ttl {
    font-family: Georgia, "sans-serif";
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 12px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .txtBox .txt {
    font-size: 14px;
    line-height: 1.75;
  }
  /* ---------- innerContents
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea .innerContents {
    padding: 10px 30px 30px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .innerContents h2 {
    position: relative;
    margin: 0 0 16px;
    font-family: Georgia, "sans-serif";
    font-size: 20px;
    line-height: 1.3;
    color: #BD3E6B;
  }
  body #a-site_contents article .site_frame .g-column .contArea .innerContents p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .innerContents ol {
    list-style: auto;
    margin: 0 0 30px 30px;
  }
  body #a-site_contents article .site_frame .g-column .contArea .innerContents ol li {
    list-style: auto;
    font-size: 16px;
    line-height: 1.5;
  }
  body #a-site_contents article .site_frame .g-column .contArea .innerContents a {
    position: relative;
    display: block;
    width: 220px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: solid 1px #19523f;
    margin: 15px 20px 0 0;
    background-color: #19523f;
    text-align: center;
    border-radius: 2px;
    line-height: 1.8;
  }
}
body #a-site_contents article .site_frame .g-column .contArea .innerContents a::after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 12px;
  margin: 0px -5px -2px 6px;
  background: url("../img/cmn/blank.svg");
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 15px;
}
/* ---------- relatedContent
  *
  */
body #a-site_contents article .site_frame .g-column .contArea .relatedContent h3 {
  font-family: Verdana, "sans-serif";
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0;
  color: #234b0b;
}
body #a-site_contents article .site_frame .g-column .contArea.cmn .relatedContent ul.list li:nth-child(2n) {
  margin-left: 3.02%;
  margin-right: 3.02%;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent {
  padding: 0 30px 48px;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list {
  display: flex;
  flex-wrap: wrap;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li {
  width: 31.32%;
  margin: 30px 0 0;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .heading {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 24px;
  padding: 9px 24px 9px 24px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: 700;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border: 6px solid transparent;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .heading:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  background-size: cover;
  width: 10px;
  height: 15px;
  transform: translateY(-50%);
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .photoBox {
  position: relative;
  margin: 0 0 17px;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .js_videoBtn .photoBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  background: url(../img/ico_play.png) no-repeat center / 54px;
  transform: translate(-50%, -50%);
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .photoBox .tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 9px 20px 9px 20px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .photoBox .tag.blank:after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 12px;
  margin: 0px -5px -2px 6px;
  background: url("../img/cmn/blank.svg");
  background-size: cover;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .txtBox {
  position: relative;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .txtBox .ttl {
  font-family: Georgia, "sans-serif";
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 12px;
}
body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .txtBox .txt {
  font-size: 14px;
  line-height: 1.75;
}
/* ---------- contArea.infectious
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.infectious .ttlBox {
  background-color: #5ca8e5;
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .ttlBox:after {
  border-top-color: #5ca8e5;
  border-left-color: #5ca8e5;
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading {
  background: rgba(92, 168, 229, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading:before {
  border-top-color: rgba(92, 168, 229, .4);
  border-left-color: rgba(92, 168, 229, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_infectious.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox .btn a {
  background: #5ca8e5;
}
/* ---------- contArea.infectious
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.infectious .ttlBox {
  background-color: #5ca8e5;
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .ttlBox:after {
  border-top-color: #5ca8e5;
  border-left-color: #5ca8e5;
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading {
  background: rgba(92, 168, 229, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading:before {
  border-top-color: rgba(92, 168, 229, .4);
  border-left-color: rgba(92, 168, 229, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_infectious.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox .btn a {
  background: #5ca8e5;
}
/* ---------- contArea.resilience
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.resilience .ttlBox {
  background-color: #fb9846;
}
body #a-site_contents article .site_frame .g-column .contArea.resilience .ttlBox:after {
  border-top-color: #fb9846;
  border-left-color: #fb9846;
}
body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox ul.list li a .heading {
  background: rgba(251, 152, 70, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox ul.list li a .heading:before {
  border-top-color: rgba(251, 152, 70, .4);
  border-left-color: rgba(251, 152, 70, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_resilience.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox .btn a {
  background: #fb9846;
}
/* ---------- contArea.health
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.health .ttlBox {
  background-color: #7cd078;
  border-top: solid 2px #333;
}
/*body #a-site_contents article .site_frame .g-column .contArea.health .ttlBox:after {
  border-top-color: #88b14b;
  border-left-color: #88b14b;
}*/
body #a-site_contents article .site_frame .g-column .contArea.health .contBox ul.list li a .heading {
  background: rgba(136, 177, 75, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.health .contBox ul.list li a .heading:before {
  border-top-color: rgba(136, 177, 75, .4);
  border-left-color: rgba(136, 177, 75, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.health .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_health.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.health .contBox .btn a {
  background: #88b14b;
}
/* ---------- contArea.enviroment
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.enviroment .ttlBox {
  background-color: #00a676;
}
body #a-site_contents article .site_frame .g-column .contArea.enviroment .ttlBox:after {
  border-top-color: #00a676;
  border-left-color: #00a676;
}
body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox ul.list li a .heading {
  background: rgba(0, 166, 118, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox ul.list li a .heading:before {
  border-top-color: rgba(0, 166, 118, .4);
  border-left-color: rgba(0, 166, 118, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_enviroment.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox .btn a {
  background: #00a676;
}
/* ---------- contArea.diversity
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.diversity .ttlBox {
  background-color: #96e3ff;
  border-top: solid 2px #333;
}
/*body #a-site_contents article .site_frame .g-column .contArea.diversity .ttlBox:after {
  border-top-color: #fb7268;
  border-left-color: #fb7268;
}*/
body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox ul.list li a .heading {
  background: rgba(251, 114, 104, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox ul.list li a .heading:before {
  border-top-color: rgba(251, 114, 104, .4);
  border-left-color: rgba(251, 114, 104, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_diversity.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox .btn a {
  background: #fb7268;
}
/* ---------- contArea.carbon
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.top.carbonTop .ttlBox {
  padding: 50px 30px 80px 274px;
}
body #a-site_contents article .site_frame .g-column .contArea.carbonTop .ttlBox {
  background-color: #55813a;
}
body #a-site_contents article .site_frame .g-column .contArea.carbonTop .ttlBox:after {
  border-top-color: #55813a;
  border-left-color: #55813a;
}
body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox ul.list li a .heading {
  background: rgba(85, 129, 58, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox ul.list li a .heading:before {
  border-top-color: rgba(85, 129, 58, .4);
  border-left-color: rgba(85, 129, 58, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_carbon.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox .btn a {
  background: #55813a;
}
/* ---------- contArea.cmn
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) {
  width: 100%;
  margin: 0;
  background-color: transparent;
}
body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .heading {
  position: relative;
}
body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .photoBox {
  float: left;
  width: 48%;
  margin: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .txtBox {
  float: right;
  width: 49%;
  padding: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li:nth-child(1) a .photoBox {
  float: right;
  width: 48.33%;
  margin: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li:nth-child(1) a .txtBox {
  float: left;
  width: 48.33%;
  padding: 3px 0 0;
}
body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .txtBox .ttl {
  font-size: 26px;
  margin: 0 0 8px;
}
body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .txtBox .txt {
  font-size: 16px;
  line-height: 1.8;
}
body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(3n) {
  margin-left: 3.02%;
  margin-right: 3.02%;
}
/* ---------- contArea.clean
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.clean {
  margin: 0 auto 50px;
  background: none;
  border: #ccc solid 1px;
}
body #a-site_contents article .site_frame .g-column .contArea.clean .inner {
  margin: 10px;
  border: #ccc solid 1px;
  background: #fff;
}
body #a-site_contents article .site_frame .g-column .contArea.clean .inner .ttlBox .ttl {
  color: #1a486a;
  font-size: 36px;
  font-size: 28px;
}
body #a-site_contents article .site_frame .g-column .contArea.clean .inner .contBox {
  padding-top: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.clean .inner .contBox ul.list li {
  margin-top: 0;
  width: 31.79%;
}
body #a-site_contents article .site_frame .g-column .contArea.clean .inner .contBox ul.list li:nth-child(2n) {
  margin-left: 2.313%;
  margin-right: 2.313%;
}
/* ---------- contArea.double
  *
  */
body #a-site_contents article .site_frame .g-column .contArea.double {
  background: none;
  border: #ccc solid 1px;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner {
  margin: 10px;
  border: #ccc solid 1px;
  background: #fff;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .ttlBox .ttl {
  color: #1a486a;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox {
  padding: 7.3%;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list {
  display: block;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li {
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li + li {
  margin: 60px 0 0;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .photoBox {
  width: 36.248%;
  margin: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .txtBox {
  width: 61.834%;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .txtBox .ttl {
  line-height: 1;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  margin: 20px 0 0 20px;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap.active .btn_play {
  display: none;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap.active .btn_pause {
  display: block;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap .btn_play, body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap .btn_pause {
  cursor: pointer;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap .btn_play img, body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap .btn_pause img {
  height: 21px;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap .btn_play {
  display: block;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap .btn_pause {
  display: none;
}
body #a-site_contents article .site_frame .g-column .contArea.double .inner .contBox ul.list li .btn_wrap .btn_download {
  cursor: pointer;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
  width: 212px;
}
/* ---------- contArea.carbon
  *
  */
.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.layoutBox-l {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.layout2-1 {
  width: 48.58490566037736%;
}
.contentsNavi {
  max-width: 1040px;
  margin: 50px auto 100px;
}
.contentsNavi li {
  width: 30%;
}
body #a-site_contents article .site_frame .g-column .contArea.carbon .ttlBox {
  background-color: #73a158;
}
body #a-site_contents article .site_frame .g-column .contArea.carbon .ttlBox:after {
  border-top-color: #73a158;
  border-left-color: #73a158;
}
body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li a .heading {
  background: rgba(115, 161, 88, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li a .heading:before {
  border-top-color: rgba(115, 161, 88, .4);
  border-left-color: rgba(115, 161, 88, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li a .heading:after {
  background: url("../img/cmn/arrow_carbon.svg");
}
body #a-site_contents article .site_frame .g-column .contArea.icarbon .contBox .btn a {
  background: #73a158;
}
.newInner {
  border-bottom: solid 1px #000;
  width: 100%;
}
.newInner li {
  display: block;
  border-bottom: dotted 1px #535353;
}
.newInner li:last-child {
  border-bottom: none;
}
.newInner a {
  padding: 20px 0;
}
.newTitle {
  position: relative;
  font-family: Cambria, "times new roman", times, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  background-image: url("../img/icon_window.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  display: inline;
}
.newtext {
  font-size: 14px;
  color: #999;
}
.newDate {
  width: 170px;
  font-family: Verdana, "sans-serif";
  color: #333;
  font-size: 0.9em;
  margin-top: 10px;
}
.newContents {
  width: calc(100% - 180px);
}
.moreContents {
  border-top: dotted 1px #535353;
}
.moreButton {
  margin: 50px auto;
  width: 200px;
  height: 60px;
  background-color: #19523f;
  font-family: Verdana, "sans-serif";
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
}
.moreButton:hover {
  opacity: 0.7;
}
.moreButton span {
  position: absolute;
  top: 16px;
  left: 85px;
  font-size: 17px;
  line-height: 1.7;
}
.moreButton span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -25px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.moreContents ul {
  display: none;
}
.events {
  margin: 30px 0 80px;
  padding: 0 40px;
  background-color: #eeeeee;
  font-family: Cambria, "times new roman", times, serif;
  line-height: 1.7;
}
.events h2 {
  font-family: Verdana, "sans-serif";
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
  text-align: center;
  color: #234b0b;
}
.eventsInner {
  max-width: 650px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.eventsLink {
  position: relative;
}
.eventsLink a {
  display: block;
  max-width: 400px;
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  position: relative;
}
.eventsLink a:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 7px;
  width: 25px;
  height: 25px;
  background-image: url(../img/icon_window.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.eventsLink .date {
  display: block;
  font-size: 16px;
  color: #333333;
}
.eventsLink .title {
  display: block;
  font-size: 20px;
  color: #55813a;
  font-weight: bold;
}
/* ---------- NDC
  *
  */
body #a-site_contents article .site_frame .g-column .ndc {
  background-color: #fff;
}
body #a-site_contents article .site_frame .g-column .ndc .contArea {
  padding: 70px 0;
  background: none;
}
body #a-site_contents article .site_frame .g-column .ndc .contArea h2 {
  position: relative;
  margin: 0 0 16px;
  font-family: Georgia, "sans-serif";
  font-size: 24px;
  line-height: 1.3;
  color: #BD3E6B;
}
body #a-site_contents article .site_frame .g-column .ndc .contArea .txt {
  font-size: 16px;
  line-height: 1.8;
}
body #a-site_contents article .site_frame .g-column .ndc .contArea .btn {
  position: relative;
  margin-top: 30px;
}
body #a-site_contents article .site_frame .g-column .ndc .contArea .btn a {
  background-color: #19523f;
  width: 215px;
  padding: 20px 20px 20px 50px;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  position: relative;
}
body #a-site_contents article .site_frame .g-column .ndc .contArea .btn a::before {
  content: '';
  width: 14px;
  height: 12px;
  margin: 0px -5px -2px 6px;
  background: url(../img/cmn/blank.svg);
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 15px;
}
/*body #a-site_contents article .site_frame .g-column .ndc .contArea .btn a::before {
  position: absolute;
  top: 14px;
  left: -22px;
  margin: -7px 0 0 33px;
  content: '';
  width: 30px;
  height: 40px;
  background: url(../img/carbon/icon_pdf.svg);
}*/
body #a-site_contents article .site_frame .g-column #contents01 .ttlBox, body #a-site_contents article .site_frame .g-column #contents02 .ttlBox, body #a-site_contents article .site_frame .g-column #contents03 .ttlBox {
  background-color: #19523F;
  position: relative;
}
body #a-site_contents article .site_frame .g-column #contents01 .ttlBox::after, body #a-site_contents article .site_frame .g-column #contents02 .ttlBox::after, body #a-site_contents article .site_frame .g-column #contents03 .ttlBox::after {
  border-top-color: #19523F;
  border-left-color: #19523F;
}
body #a-site_contents article .site_frame .g-column #contents01 .ttlBox::before {
  display: inline-block;
  content: '';
  width: 60px;
  height: 80px;
  background: url(../img/carbon/icon_contents01.svg);
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 42px;
}
body #a-site_contents article .site_frame .g-column #contents02 .ttlBox::before {
  display: inline-block;
  content: '';
  width: 80px;
  height: 85px;
  background: url(../img/carbon/icon_contents02.svg);
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 30px;
}
body #a-site_contents article .site_frame .g-column #contents03 .ttlBox::before {
  display: inline-block;
  content: '';
  width: 80px;
  height: 80px;
  background: url(../img/carbon/icon_contents03.svg);
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 30px;
}
/* ---------- btn
  *
  */
body #a-site_contents article .site_frame .g-column .contArea .contBox .btn {
  display: flex;
  align-items: center;
  margin: 70px 0 0;
  text-align: center;
}
body #a-site_contents article .site_frame .g-column .contArea .contBox .btn a {
  position: relative;
  width: 332px;
  height: 56px;
  margin: 0 32px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
body #a-site_contents article .site_frame .g-column .contArea.top .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.top .contBox .btn:after {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
}
body #a-site_contents article .site_frame .g-column .contArea.top.infectious .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.top.infectious .contBox .btn:after {
  background: rgba(92, 168, 229, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.top.resilience .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.top.resilience .contBox .btn:after {
  background: rgba(251, 152, 70, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.top.health .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.top.health .contBox .btn:after {
  background: rgba(136, 177, 75, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.top.enviroment .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.top.enviroment .contBox .btn:after {
  background: rgba(0, 166, 118, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.top.diversity .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.top.diversity .contBox .btn:after {
  background: rgba(251, 114, 104, .4);
}
body #a-site_contents article .site_frame .g-column .contArea.top.carbonTop .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.top.carbonTop .contBox .btn:after {
  background: rgba(85, 129, 58, .4);
}
/* ---------- promoArea
  *
  */
body .promoArea {
  background: #1a486a;
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0 150px;
  line-height: 1;
}
body .promoArea .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
body .promoArea .inner .ttl {
  margin: 0 0 50px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
body .promoArea .inner .txtBox {
  float: left;
  width: 57.408%;
}
body .promoArea .inner .txtBox .txt {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 30px;
}
body .promoArea .inner .txtBox .btn + .btn {
  margin: 20px 0 0;
}
body .promoArea .inner .txtBox .btn a {
  position: relative;
  width: 365px;
  margin: 0 10px;
  padding: 23px 10px 21px 51px;
  border: 1px solid #009dda;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
body .promoArea .inner .txtBox .btn a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -7px 0 0 33px;
  content: '';
  width: 10px;
  height: 15px;
  background: url(../img/cmn/arrow_next.svg);
}
body .promoArea .inner .txtBox .btn a:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  margin: 0px 0 2px 6px;
  background: url(../img/cmn/blank.svg);
  background-size: cover;
}
body .promoArea .inner .photoBox {
  float: right;
  width: 38.149%;
}
/* ---------- navModal
  *
  */
body .navModal {
  display: none;
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 851, ../../../../../../src/page/top/css/_pc.scss */
body .navModal .overlay {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/* line 860, ../../../../../../src/page/top/css/_pc.scss */
body .navModal .navArea {
  position: absolute;
  z-index: 9001;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 850px;
  width: 100%;
  height: auto;
}
/* line 870, ../../../../../../src/page/top/css/_pc.scss */
body .navModal .navArea .btn {
  margin: 50px auto 0;
}
/* line 874, ../../../../../../src/page/top/css/_pc.scss */
body .navModal .btnClose {
  position: absolute;
  top: -40px;
  right: 0;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  cursor: pointer;
}
/* line 883, ../../../../../../src/page/top/css/_pc.scss */
body .navModal .btnClose:before, body .navModal .btnClose:after {
  content: '';
  position: absolute;
  margin-left: -1px;
  background: #fff;
}
/* line 889, ../../../../../../src/page/top/css/_pc.scss */
body .navModal .btnClose:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
}
/* line 895, ../../../../../../src/page/top/css/_pc.scss */
body .navModal .btnClose:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 1140px) {
  body #a-site_contents article .site_frame .g-column .ndc .contArea {
    padding: 70px 3%;
  }
  .contentsNavi {
    margin: 6% auto 10%;
    padding: 0 20px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.top .ttlBox {
    padding: 50px 30px 40px 274px;
    background-repeat: no-repeat;
    background-position: left 60px top 52px;
    background-size: 176px;
  }
  /* ---------- SP
*
*/
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
    a {
      text-decoration: none;
      display: block;
    }
    .guide {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      opacity: 0.5;
      margin: -1495px 0 0 0;
      display: none;
    }
    body {
      font-family: Verdana, "sans-serif";
      background: #f4f4f4;
    }
    body #heroArea, body .navArea, body #a-site_contents, body .promoArea {
      line-height: 1;
    }
    body #heroArea img, body .navArea img, body #a-site_contents img, body .promoArea img {
      width: 100%;
      height: auto;
      display: block;
    }
    body .menuLayoutBox .layoutBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    body .menuLayoutBox .layoutBox.headMenu {
      width: 100%;
      padding-bottom: 10px;
    }
    body .menuLayoutBox .layoutBox .ttl {
      text-align: right;
      width: 90%;
    }
    body .menuLayoutBox .layoutBox .ttl a {
      font-size: 13px;
      font-weight: 700;
      line-height: 2;
      color: #333;
      vertical-align: middle;
    }
    body .menuLayoutBox .layoutBox .topNavBtn {
      display: inline-block;
      width: 21px;
      height: 21px;
      cursor: pointer;
      vertical-align: middle;
    }
    body .menuLayoutBox .snsBtn {
      padding-top: 3px;
      font-size: 1px;
      padding-top: 0px;
      font-size: 0px;
    }
    /* ---------- heroArea
  *
  */
    body #heroArea {
      position: relative;
      padding: 20px 0;
      color: #fff;
    }
    body #heroArea .border {
      display: flex;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 999;
    }
    body #heroArea .border span {
      width: 100%;
    }
    body #heroArea .inner {
      margin: 0 auto;
      padding: 0 20px;
    }
    body #heroArea .inner .txtBox .ttl {
      font-family: Georgia, "sans-serif";
      font-size: 22px;
      line-height: 1.3;
    }
    body #heroArea .inner .txtBox .txt {
      margin: 8px 0 0;
      font-size: 12px;
      line-height: 1.5;
    }
    body #heroArea .inner .photoBox {
      max-width: 160px;
      margin: 10px auto -70px;
      position: relative;
      z-index: 999;
    }
    body #heroArea.top .inner .photoBox {
      max-width: 100%;
      margin: 10px auto -70px;
      position: relative;
      z-index: 999;
    }
    body #heroArea.top {
      background: #ffffff;
      color: #333;
      text-align: center;
    }
    body #heroArea.top .border span:nth-child(1) {
      border-top: 3px solid #55813a;
    }
    body #heroArea.top .border span:nth-child(2) {
      border-top: 3px solid #5ca8e6;
    }
    body #heroArea.top .border span:nth-child(3) {
      border-top: 3px solid #00a676;
    }
    body #heroArea.top .border span:nth-child(4) {
      border-top: 3px solid #fb9846;
    }
    body #heroArea.top .border span:nth-child(5) {
      border-top: 3px solid #88b14b;
    }
    body #heroArea.top .border span:nth-child(6) {
      border-top: 3px solid #fb7268;
    }
    body #heroArea.top .inner .txtBox .ttl {
      font-size: 22px;
    }
    body #heroArea.top .inner .photoBox {
      margin-bottom: 0;
    }
    body #heroArea.infectious {
      background: #5ca8e5;
    }
    body #heroArea.resilience {
      background: #fb9846;
    }
    body #heroArea.health {
      background: #88b14b;
    }
    body #heroArea.enviroment {
      background: #00a676;
    }
    body #heroArea.diversity {
      background: #fb7268;
    }
    body #heroArea.carbon {
      background: #55813a;
    }
    /* ---------- navArea
  *
  */
    body .navArea {
      margin: 0 auto 24px;
      line-height: 1;
    }
    body .navArea .inner .ttl {
      margin: 0 0 20px;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
    }
    body .navArea .inner ul.list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    body .navArea .inner ul.list li {
      position: relative;
    }
    body .navArea .inner ul.list li:first-child, body .navArea .inner ul.list li:nth-child(2) {
      width: calc(100% / 3);
    }
    body .navArea .inner ul.list li:nth-child(3), body .navArea .inner ul.list li:nth-child(4), body .navArea .inner ul.list li:nth-child(5), body .navArea .inner ul.list li:nth-child(6) {
      width: calc(100% / 3);
    }
    body .navArea .inner ul.list li.infectious {
      background: #5ca8e6;
    }
    body .navArea .inner ul.list li.resilience {
      background: #fb9846;
    }
    body .navArea .inner ul.list li.health {
      background: #88b14b;
    }
    body .navArea .inner ul.list li.enviroment {
      background: #00a676;
    }
    body .navArea .inner ul.list li.diversity {
      background: #fb7268;
    }
    body .navArea .inner ul.list li.carbon {
      background: #55813a;
    }
    body .navArea .inner ul.list li a span, body .navArea .inner ul.list li div span {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      text-align: center;
      font-size: 11px;
      font-weight: 700;
      font-family: Georgia, "sans-serif";
      line-height: 1.09;
      color: #fff;
      padding: 5% 10%;
      word-break: break-all;
    }
    body .navArea .inner ul.list li a span:after, body .navArea .inner ul.list li div span:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 6%;
      width: 5px;
      height: 8px;
      margin: -4px 0 0 0;
      background: url("../img/cmn/arrow_next.svg");
    }
    body .navArea .inner .btn {
      margin: 24px auto 0;
      background: #fff;
    }
    body .navArea .inner .btn a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      border: 1px solid #adadad;
      text-align: center;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.25;
    }
    body .navArea .inner .btn a:after {
      content: '';
      width: 6px;
      height: 6px;
      margin-left: 6px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      transform: rotate(45deg);
    }
    body .navArea.infectious .inner ul.list li.infectious a span:after, body .navArea.infectious .inner ul.list li.infectious div span:after {
      background: none;
    }
    body .navArea.resilience .inner ul.list li.resilience a span:after, body .navArea.resilience .inner ul.list li.resilience div span:after {
      background: none;
    }
    body .navArea.health .inner ul.list li.health a span:after, body .navArea.health .inner ul.list li.health div span:after {
      background: none;
    }
    body .navArea.enviroment .inner ul.list li.enviroment a span:after, body .navArea.enviroment .inner ul.list li.enviroment div span:after {
      background: none;
    }
    body .navArea.diversity .inner ul.list li.diversity a span:after, body .navArea.diversity .inner ul.list li.diversity div span:after {
      background: none;
    }
    /* navArea.top */
    body .navArea.top .inner ul.list li a span:after, body .navArea.top .inner ul.list li div span:after {
      top: 50%;
      right: 10px;
      width: 8px;
      height: 5px;
      margin: 0;
      background: url("../img/cmn/arrow.svg");
      transform: translateY(-50%);
    }
    /* navArea.bottom */
    body .navArea.bottom .inner {
      padding: 0 26px;
    }
    body .navArea.bottom .inner ul.list li {
      width: 100%;
    }
    body .navArea.bottom .inner ul.list li a, body .navArea.bottom .inner ul.list li > div {
      display: flex;
      align-items: center;
    }
    body .navArea.bottom .inner ul.list li img {
      max-width: 106px;
    }
    body .navArea.bottom .inner ul.list li span {
      display: inline-block;
      flex: 1;
      height: auto;
      max-height: 72px;
      padding: 0 16px;
      font-size: 14px;
      line-height: 1.37;
      text-align: left;
    }
    /* ---------- contents
  *
  */
    body #a-site_contents {
      max-width: none;
    }
    /* ---------- contArea
  *
  */
    body #a-site_contents article .site_frame .g-column .contArea {
      margin: 0 0 41px;
      overflow: hidden;
    }
    body #a-site_contents article .site_frame .g-column .contArea .ttlBox {
      position: relative;
      padding: 4px 10px;
    }
    body #a-site_contents article .site_frame .g-column .contArea .ttlBox:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      border: 8px solid transparent;
    }
    body #a-site_contents article .site_frame .g-column .contArea .ttlBox .ttl {
      font-size: 18px;
      font-family: Georgia, "sans-serif";
      line-height: 1.3;
      font-weight: 700;
    }
    body #a-site_contents article .site_frame .g-column .contArea.carbon .ttlBox .ttl {
      font-size: 18px;
      font-family: Georgia, "sans-serif";
      line-height: 1.3;
      font-weight: 700;
      padding-left: 80px;
    }
    body #a-site_contents article .site_frame .g-column #whatsNew .ttlBox .ttl {
      padding-left: 0;
    }
    body #a-site_contents article .site_frame .g-column .contArea .ttlBox .txt {
      margin: 12px 0 0;
      font-size: 12px;
      line-height: 1.5;
    }
    body #a-site_contents article .site_frame .g-column .contArea .ttlBox .t-link a {
      display: inline-block;
      margin: 14px 0 10px;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
    }
    body #a-site_contents article .site_frame .g-column .contArea .ttlBox .t-link a:after {
      content: "";
      display: inline-block;
      width: 5px;
      height: 7px;
      margin-left: 6px;
      background: url(../img/cmn/arrow_next.svg) no-repeat center / contain;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox {
      padding: 0px 20px 16px;
    }
    body #a-site_contents article .site_frame .g-column #contents01 .contBox, body #a-site_contents article .site_frame .g-column #contents02 .contBox, body #a-site_contents article .site_frame .g-column #contents03 .contBox {
      background-color: #73A158;
      margin-bottom: 30px;
    }
    body #a-site_contents article .site_frame .g-column #contents01 .contBox .txt, body #a-site_contents article .site_frame .g-column #contents02 .contBox .txt, body #a-site_contents article .site_frame .g-column #contents03 .contBox .txt {
      color: #fff;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li {
      width: 100%;
      margin: 24px 0 0!important;
      background-color: #fff;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li:nth-child(1) {
      margin: 0;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .heading {
      position: relative;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 700;
      padding: 9px 24px 9px 14px;
      line-height: 1.25;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .heading:before {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      border: 5px solid transparent;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .heading:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 10px;
      background-size: cover;
      width: 6px;
      height: 10px;
      transform: translateY(-50%);
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .heading br {
      display: none;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .photoBox {
      position: relative;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .js_videoBtn .photoBox:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 54px;
      height: 54px;
      background: url(../img/ico_play.png) no-repeat center / 54px;
      transform: translate(-50%, -50%);
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .photoBox .tag {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      padding: 6px 10px;
      font-size: 11px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      line-height: 1;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .photoBox .tag.blank:after {
      display: inline-block;
      content: '';
      width: 10px;
      height: 9px;
      margin: 0px -5px 0px 4px;
      background: url(../img/cmn/blank.svg);
      background-size: cover;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .txtBox {
      position: relative;
      padding: 4px 16px 19px;
      line-height: 1;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .txtBox .ttl {
      font-family: Georgia, "sans-serif";
      font-size: 17px!important;
      font-weight: bold;
      line-height: 1.1;
      margin: 11px 0 4px!important;
    }
    body #a-site_contents article .site_frame .g-column .contArea .contBox ul.list li .txtBox .txt {
      font-size: 13px;
      line-height: 1.4;
      margin: 8px 0 0;
    }
    body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .txtBox .txt {
      font-size: 12px;
      line-height: 1.6;
      margin: 0;
    }
    body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .photoBox {
      float: none;
      width: 100%;
      margin: 0;
    }
    body #a-site_contents article .site_frame .g-column .contArea.cmn .contBox ul.list li:nth-child(1) a .txtBox {
      float: none;
      width: 100%;
      padding: 0;
    }
    /* ---------- innerContents
  *
  */
    body #a-site_contents article .site_frame .g-column .contArea .innerContents {
      padding: 16px;
    }
    body #a-site_contents article .site_frame .g-column .contArea .innerContents h2 {
      position: relative;
      font-family: Georgia, "sans-serif";
      font-size: 14px;
      line-height: 1.75;
      color: #BD3E6B;
    }
    body #a-site_contents article .site_frame .g-column .contArea .innerContents p {
      font-size: 12px;
      line-height: 1.75;
      margin: 8px 0 0;
      margin-bottom: 30px;
    }
    body #a-site_contents article .site_frame .g-column .contArea .innerContents ol {
      list-style: auto;
      margin: 0 0 30px 30px;
    }
    body #a-site_contents article .site_frame .g-column .contArea .innerContents ol li {
      list-style: auto;
      font-size: 12px;
      line-height: 1.75;
    }
    body #a-site_contents article .site_frame .g-column .contArea .innerContents a {
      position: relative;
      display: block;
      width: 150px;
      padding: 10px 20px;
      font-size: 10px;
      font-weight: bold;
      color: #fff;
      border: solid 1px #19523f;
      margin: 15px 20px 15px 0;
      background-color: #19523f;
      text-align: center;
      border-radius: 2px;
      line-height: 1.8;
    }
    /* ---------- Related Content
  *
  */
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent h3 {
      font-family: Verdana, "sans-serif";
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 30px;
      color: #234b0b;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent {
      padding: 32px 16px;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li {
      width: 100%;
      margin: 24px 0 0;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li:nth-child(1) {
      margin: 0;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .heading {
      position: relative;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 700;
      padding: 9px 24px 9px 14px;
      line-height: 1.25;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .heading:before {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      border: 5px solid transparent;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .heading:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 10px;
      background-size: cover;
      width: 6px;
      height: 10px;
      transform: translateY(-50%);
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .heading br {
      display: none;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .photoBox {
      position: relative;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .js_videoBtn .photoBox:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 54px;
      height: 54px;
      background: url(../img/ico_play.png) no-repeat center / 54px;
      transform: translate(-50%, -50%);
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .photoBox .tag {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      padding: 6px 10px;
      font-size: 11px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      line-height: 1;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .photoBox .tag.blank:after {
      display: inline-block;
      content: '';
      width: 10px;
      height: 9px;
      margin: 0px -5px 0px 4px;
      background: url(../img/cmn/blank.svg);
      background-size: cover;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .txtBox {
      position: relative;
      padding: 10px 0 0;
      line-height: 1;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .txtBox .ttl {
      font-family: Georgia, "sans-serif";
      font-size: 14px;
      line-height: 1.5;
    }
    body #a-site_contents article .site_frame .g-column .contArea .relatedContent ul.list li .txtBox .txt {
      font-size: 12px;
      line-height: 1.75;
      margin: 8px 0 0;
    }
    /* ---------- contArea.carbon
  *
  */
    .layoutBox {
      display: flex;
      -webkit-flex-wrap: wrap; /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }
    .layoutBox-l {
      display: flex;
      -webkit-flex-wrap: wrap; /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
    }
    .layout2-1 {
      width: 100%;
    }
    body #a-site_contents article .site_frame .g-column .contArea.carbon .ttlBox {
      background-color: #73a158;
    }
    body #a-site_contents article .site_frame .g-column .contArea.carbon .ttlBox:after {
      border-top-color: #73a158;
      border-left-color: #73a158;
    }
    body #a-site_contents article .site_frame .g-column #contents01 .ttlBox::before {
      display: inline-block;
      content: '';
      width: 48px;
      height: 65px;
      background: url(../img/carbon/icon_contents01.svg);
      background-size: auto;
      background-size: cover;
      position: absolute;
      top: 10px;
      left: 28px;
    }
    body #a-site_contents article .site_frame .g-column #contents02 .ttlBox::before {
      display: inline-block;
      content: '';
      width: 66px;
      height: 70px;
      background: url(../img/carbon/icon_contents02.svg);
      background-size: auto;
      background-size: cover;
      position: absolute;
      top: 10px;
      left: 15px;
    }
    body #a-site_contents article .site_frame .g-column #contents03 .ttlBox::before {
      display: inline-block;
      content: '';
      width: 68px;
      height: 68px;
      background: url(../img/carbon/icon_contents03.svg);
      background-size: auto;
      background-size: cover;
      position: absolute;
      top: 10px;
      left: 20px;
    }
    body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li a .heading {
      background: rgba(115, 161, 88, .4);
    }
    body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li a .heading:before {
      border-top-color: rgba(115, 161, 88, .4);
      border-left-color: rgba(115, 161, 88, .4);
    }
    body #a-site_contents article .site_frame .g-column .contArea.carbon .contBox ul.list li a .heading:after {
      background: url("../img/cmn/arrow_carbon.svg");
    }
    body #a-site_contents article .site_frame .g-column .contArea.icarbon .contBox .btn a {
      background: #73a158;
    }
    .newInner {
      border-bottom: solid 1px #000;
      width: 100%;
    }
    .newInner li {
      display: block;
      border-bottom: dotted 1px #535353;
    }
    .newInner li:last-child {
      border-bottom: none;
    }
    .newInner a {
      padding: 20px 0;
    }
    .newTitle {
      position: relative;
      font-family: Cambria, "times new roman", times, serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.7;
      background-image: url("../img/icon_window.svg");
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 30px;
      display: inline;
    }
    .newtext {
      font-size: 12px;
      color: #999;
    }
    .newDate {
      width: 100%;
      font-family: Verdana, "sans-serif";
      color: #333;
      font-size: 0.9em;
      margin-top: 10px;
    }
    .newContents {
      width: 100%;
    }
    .moreContents {
      border-top: dotted 1px #535353;
    }
    .moreButton {
      margin: 50px auto;
      width: 200px;
      height: 60px;
      background-color: #19523f;
      font-family: Verdana, "sans-serif";
      color: #fff;
      border-radius: 2px;
      cursor: pointer;
      position: relative;
      transition: all 0.4s ease;
    }
    .moreButton:hover {
      opacity: 0.7;
    }
    .moreButton span {
      position: absolute;
      top: 16px;
      left: 85px;
      font-size: 17px;
      line-height: 1.7;
    }
    .moreButton span:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -25px;
      width: 12px;
      height: 12px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .moreContents ul {
      display: none;
    }
    .events {
      margin: 50px 0 80px;
      padding: 0 40px;
      background-color: #eeeeee;
      font-family: Cambria, "times new roman", times, serif;
      line-height: 1.7;
    }
    .events h2 {
      font-family: Verdana, "sans-serif";
      font-size: 24px;
      font-weight: bold;
      padding-bottom: 25px;
      text-align: center;
      color: #234b0b;
    }
    .eventsInner {
      max-width: 650px;
      margin: 0 auto;
      padding: 40px 0 50px;
    }
    .eventsLink {
      position: relative;
    }
    .eventsLink a {
      display: block;
      max-width: 100%;
      background-color: #fff;
      text-align: center;
      padding: 30px 0;
      margin: 0 auto 20px;
      position: relative;
    }
    .eventsLink a:before {
      content: '';
      position: absolute;
      top: 5px;
      right: 7px;
      width: 25px;
      height: 25px;
      background-image: url(../img/icon_window.svg);
      background-repeat: no-repeat;
      background-position: right center;
    }
    .eventsLink .date {
      display: block;
      font-size: 16px;
      color: #333333;
    }
    .eventsLink .title {
      display: block;
      font-size: 20px;
      color: #55813a;
      font-weight: bold;
    }
    /* ---------- NDC
  *
  */
    body #a-site_contents article .site_frame .g-column .ndc {
      background-color: #fff;
    }
    body #a-site_contents article .site_frame .g-column .ndc .contArea {
      padding: 70px 0;
      background: none;
    }
    body #a-site_contents article .site_frame .g-column .ndc .contArea h2 {
      position: relative;
      margin: 0 0 16px;
      font-family: Georgia, "sans-serif";
      font-size: 16px;
      line-height: 1.3;
      color: #BD3E6B;
    }
    body #a-site_contents article .site_frame .g-column .ndc .contArea .txt {
      font-size: 12px;
      line-height: 1.8;
    }
    body #a-site_contents article .site_frame .g-column .ndc .contArea .btn {
      position: relative;
      margin-top: 30px;
    }
    body #a-site_contents article .site_frame .g-column .ndc .contArea .btn a {
      background-color: #19523f;
      width: 190px;
      padding: 15px 20px 15px 45px;
      color: #fff;
      border-radius: 2px;
      font-weight: bold;
      position: relative;
      font-size: 12px;
    }
    body #a-site_contents article .site_frame .g-column .ndc .contArea .btn a::before {
      content: '';
      width: 14px;
      height: 12px;
      margin: 0px -5px -2px 6px;

      background: url(../img/cmn/blank.svg);
      background-size: auto;
      background-size: cover;
      position: absolute;
      top: 10px;
      right: 15px;
    }
    /*  body #a-site_contents article .site_frame .g-column .ndc .contArea .btn a::before {
    position: absolute;
    top: 14px;
    left: -22px;
    margin: -7px 0 0 33px;
    content: '';
    width: 23px;
    height: 30px;
    background: url(../img/carbon/icon_pdf.svg);
  }*/
  }
  body #a-site_contents article .site_frame .g-column .contArea .innerContents a::after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 12px;
    margin: 0px -5px -2px 6px;
    background: url("../img/cmn/blank.svg");
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  /* ---------- contArea.infectious
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea.infectious .ttlBox:after {
    border-top: 8px solid #5ca8e5;
    border-left: 8px solid #5ca8e5;
  }
  body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading {
    background: rgba(92, 168, 229, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading:before {
    border-top: 5px solid rgba(92, 168, 229, .4);
    border-left: 5px solid rgba(92, 168, 229, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox ul.list li a .heading:after {
    background: url("../img/cmn/arrow_infectious.svg");
  }
  body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox .btn a {
    background: #5ca8e5;
  }
  /* ---------- contArea.resilience
  *
  */
  /*body #a-site_contents article .site_frame .g-column .contArea.resilience .ttlBox {
  background: #fb9846;
}*/
  body #a-site_contents article .site_frame .g-column .contArea.resilience .ttlBox:after {
    border-top: 8px solid #fb9846;
    border-left: 8px solid #fb9846;
  }
  body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox ul.list li a .heading {
    background: rgba(251, 152, 70, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox ul.list li a .heading:before {
    border-top: 5px solid rgba(251, 152, 70, .4);
    border-left: 5px solid rgba(251, 152, 70, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox ul.list li a .heading:after {
    background: url("../img/cmn/arrow_resilience.svg");
  }
  body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox .btn a {
    background: #fb9846;
  }
  /* ---------- contArea.health
  *
  */
  /*body #a-site_contents article .site_frame .g-column .contArea.health .ttlBox:after {
    border-top: 8px solid #88b14b;
    border-left: 8px solid #88b14b;
  }*/
  body #a-site_contents article .site_frame .g-column .contArea.health .contBox ul.list li a .heading {
    background: rgba(136, 177, 75, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.health .contBox ul.list li a .heading:before {
    border-top: 5px solid rgba(136, 177, 75, .4);
    border-left: 5px solid rgba(136, 177, 75, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.health .contBox ul.list li a .heading:after {
    background: url("../img/cmn/arrow_health.svg");
  }
  body #a-site_contents article .site_frame .g-column .contArea.health .contBox .btn a {
    background: #88b14b;
  }
  /* ---------- contArea.enviroment
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea.enviroment .ttlBox:after {
    border-top: 8px solid #00a676;
    border-left: 8px solid #00a676;
  }
  body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox ul.list li a .heading {
    background: rgba(0, 166, 118, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox ul.list li a .heading:before {
    border-top: 5px solid rgba(0, 166, 118, .4);
    border-left: 5px solid rgba(0, 166, 118, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox ul.list li a .heading:after {
    background: url("../img/cmn/arrow_enviroment.svg");
  }
  body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox .btn a {
    background: #00a676;
  }
  /* ---------- contArea.diversity
  *
  */
  /*body #a-site_contents article .site_frame .g-column .contArea.diversity .ttlBox:after {
    border-top: 8px solid #fb7268;
    border-left: 8px solid #fb7268;
  }*/
  body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox ul.list li a .heading {
    background: rgba(251, 114, 104, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox ul.list li a .heading:before {
    border-top: 5px solid rgba(251, 114, 104, .4);
    border-left: 5px solid rgba(251, 114, 104, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox ul.list li a .heading:after {
    background: url("../img/cmn/arrow_diversity.svg");
  }
  body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox .btn a {
    background: #fb7268;
  }
  /* ---------- contArea.carbon
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea.carbonTop .ttlBox:after {
    border-top: 8px solid #55813a;
    border-left: 8px solid #55813a;
  }
  body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox ul.list li a .heading {
    background: solid rgba(85, 129, 58, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox ul.list li a .heading:before {
    border-top: 5px solid rgba(85, 129, 58, .4);
    border-left: 5px solid rgba(85, 129, 58, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox ul.list li a .heading:after {
    background: url("../img/cmn/arrow_carbon.svg");
  }
  body #a-site_contents article .site_frame .g-column .contArea.carbonTop .contBox .btn a {
    background: #55813a;
  }
  /* ---------- contArea.top
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea.top .ttlBox .ttl {
    font-size: 20px;
  }
  /* ---------- contArea.clean
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea.clean {
    background: none;
    border: #ccc solid 1px;
    border-radius: unset;
  }
  body #a-site_contents article .site_frame .g-column .contArea.clean .inner {
    margin: 5px;
    border: #ccc solid 1px;
    background: #fff;
  }
  body #a-site_contents article .site_frame .g-column .contArea.clean .inner .ttlBox {
    padding: 30px 20px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.clean .inner .ttlBox .ttl {
    color: #1a486a;
  }
  body #a-site_contents article .site_frame .g-column .contArea.clean .inner .contBox {
    padding: 0 20px 35px;
  }
  /* ---------- contArea.double
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea.double {
    background: none;
    border: #ccc solid 1px;
    border-radius: unset;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner {
    margin: 5px;
    border: #ccc solid 1px;
    background: #fff;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    margin: 20px 0 0 20px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap.active .btn_play {
    display: none;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap.active .btn_pause {
    display: block;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap .btn_play, body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap .btn_pause {
    cursor: pointer;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap .btn_play img, body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap .btn_pause img {
    height: 21px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap .btn_play {
    display: block;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap .btn_pause {
    display: none;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner .btn_wrap .btn_download {
    cursor: pointer;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
    width: 212px;
    float: right;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner ul.annotation {
    word-break: break-all;
    margin: 12px 0 0;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner ul.annotation li {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner ul.annotation li:before {
    content: '※';
  }
  body #a-site_contents article .site_frame .g-column .contArea.double .inner ul.annotation li + li {
    margin: 10px 0 0;
  }
  /* ---------- btn
  *
  */
  body #a-site_contents article .site_frame .g-column .contArea .contBox .btn {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
    text-align: center;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox .btn a {
    position: relative;
    width: 200px;
    height: 50px;
    margin: 0 8px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
  }
  body #a-site_contents article .site_frame .g-column .contArea .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea .contBox .btn:after {
    content: "";
    display: block;
    flex: 1;
    height: 4px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.infectious .contBox .btn:after {
    background: rgba(92, 168, 229, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.resilience .contBox .btn:after {
    background: rgba(251, 152, 70, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.health .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.health .contBox .btn:after {
    background: rgba(136, 177, 75, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.enviroment .contBox .btn:after {
    background: rgba(0, 166, 118, .4);
  }
  body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox .btn:before, body #a-site_contents article .site_frame .g-column .contArea.diversity .contBox .btn:after {
    background: rgba(251, 114, 104, .4);
  }
  /* ---------- navModal
  *
  */
  body .navModal {
    display: none;
    position: absolute;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body .navModal .overlay {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  body .navModal .navArea {
    position: absolute;
    z-index: 9001;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    width: 100%;
    height: auto;
  }
  body .navModal .btnClose {
    position: absolute;
    top: -40px;
    right: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
  }
  /* line 806, ../../../../../../src/page/top/css/_sp.scss */
  body .navModal .btnClose:before, body .navModal .btnClose:after {
    content: '';
    position: absolute;
    margin-left: -1px;
    background: #fff;
  }
  /* line 812, ../../../../../../src/page/top/css/_sp.scss */
  body .navModal .btnClose:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
  }
  /* line 818, ../../../../../../src/page/top/css/_sp.scss */
  body .navModal .btnClose:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
  }
  body .c-overlay_outerBox {
    top: 50% !important;
    margin: -150px 0 0 !important;
    height: 290px !important;
  }
}
/*--- innovArea
----------*/
.innovArea {
  padding: 90px 0 100px;
  background: #002544;
  color: #e0e9de;
}
.innovArea .inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.innovArea .sec {
  padding-left: 44.44%;
}
.innovArea .top {
  /*display: flex;*/
  width: 280px;
  margin-bottom: 26px;
}
.innovArea h2 {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.innovArea .img {
  position: absolute;
  top: 0;
  left: 20px;
  width: 38.33%;
}
.innovArea p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}
.innovArea .btn {
  margin-top: 24px;
}
.innovArea .btn a {
  display: block;
  width: 200px;
  border: 1px solid #e0e9de;
  border-radius: 31px;
  color: #e0e9de;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 60px;
  text-decoration: none;
  letter-spacing: 0;
}
.innovArea .btn a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-top: 2px solid #e0e9de;
  border-right: 2px solid #e0e9de;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .innovArea {
    padding: 45px 0 40px;
  }
  .innovArea .sec {
    padding-left: 0;
  }
  .innovArea .top {
    width: 166px;
    margin: 0 auto 8px;
  }
  .innovArea h2 {
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center;
  }
  .innovArea .img {
    float: left;
    position: static;
    width: 138px;
    margin: 0 16px 20px 5px;
  }
  .innovArea p {
    font-size: 10px;
  }
  .innovArea .btn {
    clear: both;
    margin-top: 20px;
  }
  .innovArea .btn a {
    width: 150px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 30px;
  }
  .innovArea .btn a:before {
    width: 5px;
    height: 5px;
    border-width: 1px;
  }
}
/* COVID-19 */
.covid19 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 35.4% 32px 60px;
  background: url(../img/cmn/bg_covid_pc.jpg) no-repeat top right / cover;
  border-radius: 8px;
  color: #fff;
}
.covid19 .ttl {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  font-family: Georgia, "sans-serif";
}
.covid19 .desc {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}
.covid19 .btn-02 a {
  max-width: 240px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .covid19 {
    padding: 28px 16px 24px;
    background: url(../img/cmn/bg_covid_sp.jpg) no-repeat #596cde top right / contain;
  }
  .covid19 .ttl {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .covid19 .desc {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .covid19 .btn-02 a {
    max-width: 200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
  }
}
/* ---------- ankerLink
  *
  */
.ankerLink {
  max-width: 1160px;
  margin: 24px auto 50px;
  padding: 0 20px;
}
.ankerLink li {
  margin-bottom: 10px;
}
.ankerLink a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  z-index: 2;
}
.ankerLink a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../img/cmn/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}
.ankerLink.infectious a:before {
  background-color: #5ca8e6;
}
.ankerLink.resilience a:before {
  background-color: #fb9846;
}
.ankerLink.health a:before {
  background-color: #88b14b;
}
.ankerLink.enviroment a:before {
  background-color: #00a676;
}
.ankerLink.diversity a:before {
  background-color: #fb7268;
}
.ankerLink .child {
  margin: 8px 0 0 30px;
}
.ankerLink .child a:before {
  opacity: .5;
}
@media screen and (max-width: 768px) {
  .ankerLink {
    margin: 64px auto 24px;
  }
  .ankerLink a {
    padding-left: 25px;
    font-size: 13px;
  }
  .ankerLink a:before {
    width: 15px;
    height: 15px;
    background-size: 7px 7px;
  }
  .ankerLink .child {
    margin: 4px 0 0 15px;
  }
}
/* ------------------------ video */
.js_videoBtn {
  cursor: pointer;
}
#videoArea {
  display: none;
}
#videoArea .over {
  opacity: 0.7;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#videoArea .videoBox {
  position: absolute;
  z-index: 2001;
  top: 160px;
  left: 50%;
  width: 100%;
  max-width: 780px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#videoArea .outer {
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 56.25%;
}
#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoArea .btClose {
  position: absolute;
  top: -80px;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
#videoArea .btClose:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
#videoArea .btClose:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
@media(max-width: 767px) {
  #videoArea .btClose {
    top: -48px;
    width: 32px;
    height: 32px;
  }
}
/* ---------- Infection Control Measures
*
*/
body #a-site_contents article .site_frame .g-column .contArea.covid {
  background: url(../img/infectious/bg_covid.jpg) no-repeat #596cde top right / contain;
}
body #a-site_contents article .site_frame .g-column .contArea.covid a {
  color: #fff;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .ttlBox {
  padding: 48px 35.17% 27px 30px;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .ttlBox .ttl {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.3;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .ttlBox .desc {
  font-size: 16px;
  line-height: 1.8;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox {
  padding-top: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.list li {
  margin-left: 3.02%;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-2 li {
  width: 48.49%;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-2 li:first-child, body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-2 li:nth-child(2) {
  margin-top: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-2 li:nth-child(odd) {
  margin-left: 0;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-3 li {
  display: none;
  width: 31.32%;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-3 li:not(:nth-child(n+4)) {
  display: block;
}
body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-3 li:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.list li {
    margin-left: 0;
  }
  body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-2 li {
    width: 100%;
  }
  body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-2 li:nth-child(2) {
    margin-top: 24px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-3 li {
    width: 100%;
  }
  body #a-site_contents article .site_frame .g-column .contArea.covid .contBox ul.col-3 {
    margin-top: 24px;
  }
}
.infe-sec02 {
  max-width: 1120px;
  margin: 22px auto 80px;
}
.infe-sec02 h2 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #5ca8e6;
  font-size: 24px;
  font-weight: 700;
  font-family: Georgia, "sans-serif";
  text-align: center;
  line-height: 1.3;
}
.infe-sec02 h2 span {
  margin: 0 24px;
}
.infe-sec02 h2:before, .infe-sec02 h2:after {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
  background: rgba(92, 168, 230, .4);
}
.infe-sec02 .links-area {
  display: flex;
}
.infe-sec02 .links-area .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.32%;
}
.infe-sec02 .links-area .img img {
  max-width: 140px;
}
.infe-sec02 .links-area .links {
  flex: 1;
}
.infe-sec02 .links-area .links li {
  border-bottom: 2px solid #e5e5e5;
}
.infe-sec02 .links-area .links li:first-child {
  border-top: 2px solid #e5e5e5;
}
.infe-sec02 .links-area .links li a {
  position: relative;
  padding: 20px 0 20px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.infe-sec02 .links-area .links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/cmn/arrow_next.svg) no-repeat #5ca8e6 left 8px center / 6px auto;
  transform: translateY(-50%);
}
.infe-sec02 .links-area .links li a.t-blank:after {
  content: url(../img/cmn/ico_blank.svg);
  margin-left: 8px;
}
@media(max-width: 767px) {
  body #a-site_contents article .site_frame .g-column .contArea.covid {
    background-image: url(../img/infectious/bg_covid_sp.png);
  }
  body #a-site_contents article .site_frame .g-column .contArea.covid .ttlBox {
    padding: 28px 16px 24px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.covid .ttlBox .ttl {
    margin-bottom: 12px;
    font-size: 18px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.covid .ttlBox .desc {
    font-size: 12px;
  }
  .infe-sec02 {
    margin-bottom: 40px;
  }
  .infe-sec02 h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }
  .infe-sec02 h2 span {
    margin: 0 12px;
  }
  .infe-sec02 .links-area {
    display: block;
  }
  .infe-sec02 .links-area .img {
    width: 80px;
    margin: 0 auto 32px;
  }
  .infe-sec02 .links-area .links li a {
    padding: 16px 0 16px 24px;
    font-size: 13px;
  }
  .infe-sec02 .links-area .links li a:before {
    width: 15px;
    height: 15px;
    background-size: 5px auto;
    background-position: center;
  }
}
/* ------------------------ btMore */
.btMore {
  display: block;
  max-width: 200px;
  margin: 32px auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.btMore:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -4px;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}
.btMore::before {
  content: "more";
}
.btMore.on::before {
  content: "close";
}
.btMore.on:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  body #a-site_contents article .site_frame .g-column .contArea.top.carbonTop .ttlBox {
    padding: 20px 16px;
  }
  body #a-site_contents article .site_frame .g-column .contArea.top .ttlBox {
    padding: 20px 16px;
  }
  body .promoArea {
    padding: 0;
  }
  body .promoArea .inner {
    padding: 40px 20px;
  }
  body .promoArea .inner .ttl {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  body .promoArea .inner .txtBox .txt {
    margin: 0 0 24px;
    font-size: 10px;
    line-height: 1.8;
  }
  body .promoArea .inner .txtBox .btn a {
    position: relative;
    width: 240px;
    padding: 10px 10px 10px 35px;
    border: 1px solid #009dda;
    border-radius: 25px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    margin: 0 auto;
  }
  body .promoArea .inner .txtBox .btn a::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0 20px;
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/cmn/arrow_next.svg);
  }
  body .promoArea .inner .txtBox .btn a::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 8px;
    margin: 0px 0 -2px 10px;
    background: url("../img/cmn/blank.svg");
    background-size: auto;
    background-size: cover;
  }
  body .promoArea .inner .txtBox {
    float: left;
    width: 100%;
  }
  body #a-site_contents .promoArea img {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  body .promoArea .inner .txtBox .btn a {
    margin: 0 auto;
  }
}























