.page_title .page_title_inr {
  background: url("../images/company/page_title.jpg") center no-repeat;
  background-size: cover;
}

.section {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 40px;
  }
}

.section .section_inr {
  background: #FFFFFF;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .section .section_inr {
    padding: 0% 5%;
  }
}

.section .section_title {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section .section_title {
    margin-bottom: 10px;
  }
}

.section .section_title p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .section .section_title p {
    font-size: 2.6rem;
  }
}

.section .section_title h2 {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 23px 0 5px;
  color: #10AD1F;
}

@media screen and (max-width: 767px) {
  .section .section_title h2 {
    font-size: 1.2rem;
    padding: 12px 0 5px;
  }
}

.section table {
  width: 100%;
}

.section table tr th {
  font-weight: bold;
  padding: 20px;
  border-bottom: solid 2px #000;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .section table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 12px 15px 0;
  }
}

.section table tr td {
  padding: 20px;
  border-bottom: solid 2px #E4E4E4;
}

@media screen and (max-width: 767px) {
  .section table tr td {
    display: block;
    width: 100%;
    border-bottom: solid 1px #000;
    padding: 0px 15px 12px;
    font-weight: normal;
  }
}

.section table tr td a:hover {
  opacity: 0.6;
}

.message_section .message_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.message_section .message_row .img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .message_section .message_row .img {
    width: 100%;
  }
}

.message_section .message_row .img img {
  padding: 0 10%;
}

.message_section .message_row .txt {
  width: 55%;
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .message_section .message_row .txt {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
}

.message_section .message_row .txt h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.78;
}

@media screen and (max-width: 767px) {
  .message_section .message_row .txt h2 {
    font-size: 2.3rem;
    margin-bottom: 1em;
  }
}

.message_section .message_row .txt p {
  text-align: justify;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .message_section .message_row .txt p {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

.message_section .message_row .txt .signature {
  text-align: right;
}

.message_section .message_row .txt .signature strong {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .message_section .message_row .txt .signature strong {
    font-size: 1.5rem;
  }
}

.history_section .timeline li {
  overflow: hidden;
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.history_section .timeline-date {
  width: 190px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .history_section .timeline-date {
    width: 100px;
  }
}

.history_section .timeline-content {
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  float: left;
  border-left: 3px solid #000;
  padding: 20px 0 20px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .history_section .timeline-content {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 20px 0 20px 20px;
    border-left: 1px solid #000;
  }
}

.history_section .timeline-content p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .history_section .timeline-content p {
    font-size: 1.2rem;
  }
}

.history_section .timeline-content:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #10AD1F;
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -8px;
  border-radius: 100%;
}

.access_section .googlemap {
  margin-bottom: 20px;
}

.access_section .googlemap iframe {
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 767px) {
  .access_section .googlemap iframe {
    height: 280px;
  }
}
