@charset "UTF-8";

#under_main {
  background: url(../images/bg-about2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 20%;
}



/* =======================================================
* overview
======================================================= */
#overview table {
  margin: 0 auto 70px;
}
#overview table , #overview td, #overview th {
	border-collapse: collapse;
}
#overview td, #overview th {
	padding: 5px;
  height: 55px;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  line-height: 1.8;
}
#overview th {
  width: 200px;
  font-weight: bold;
}
#overview td {
  width: 500px;
}
#overview td.name {
  font-size: 18px;
}
#overview td a {
  font-size: 17px;
}
@media screen and (max-width:768px) {
  #overview table {
    margin: 30px auto 40px;
    font-size: 14px;
  }
  #overview td.name {
    font-size: 16px;
  }
  .sdgs img {
    width: 80%;
  }
}


/* =======================================================
* message
======================================================= */
#message .bg_message {
  background: url(../images/ph-message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
#message .bg_message::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.85);
    z-index: -1;
}
#message .message_txt {
  max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 50px;
  box-sizing: border-box;
  color: #e8e8e8;
}
#message .message_txt p {
  text-indent: 1em;
  line-height: 2.2;
  font-weight: bold;
}

#fnav.marginT--0 {
  margin-top: 0;
}

@media screen and (max-width:768px) {
  #message .message_txt {
    padding: 70px 25px 20px;
  }
  #message .message_txt p {
    text-indent: 0.6em;
    line-height: 2.1;
  }
}




