@charset "UTF-8";

/* message
------------------------------------------- */
.l-message_text_block {
  width: 595px;
  margin-right: 50px;
}
.l-message_img_block {
  width: 435px;
}
.l-message_text_block .c-sec_ttl {
  text-align: left;
  margin-bottom: 20px;
}
.l-message_text {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* outline
------------------------------------------- */
.l-outline {
  color: #fff;
  background: url("../img/outline/bg_outline.jpg") no-repeat center center / cover;
}
.l-outline_table {
  width: 100%;
  margin: 40px auto;
}
.l-outline_body {
  float: left;
  width: 50%;
}
.l-outline_table th {
  font-weight: bold;
  width: 30%;
}
.l-outline_table td {
  width: 70%;
}
.l-outline_table th,
.l-outline_table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
.l-outline_gmap iframe {
  width: 100%;
  height: 350px;
}

/* ============================================
  @media max-767
============================================ */
@media only screen and (max-width: 767px) {

  .l-message_text_block .c-sec_ttl {
    text-align: center;
  }
  .l-message_text_block,
  .l-message_img_block {
    width: 100%;
  }
  .l-message_text_block {
    margin: 0 auto 20px;
  }
  .l-message_img_block {
    text-align: center;
  }

  .l-outline_body {
    width: 100%;
    float: none;
  }
  .l-outline_table th, .l-outline_table td {
    padding: 10px 0;
    font-size: 14px;
  }
  .l-outline_table th {
    min-width: 100px;
  }


}
