@charset "UTF-8";
.bottom-wrap header.about-header {
  margin: 1em 0 3em;
}
.bottom-wrap header.about-header > * {
  display: block;
  border-left: 4px solid gray;
  padding-left: 4px;
}
.bottom-wrap header.about-header h2, .bottom-wrap header.about-header h3 {
  color: #0068b7;
  font-size: 1rem;
  border-color: #0068b7;
  margin-top: 0.25rem;
}

article {
  margin-top: 0.5em;
}

.top-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-content: space-between;
  -webkit-align-items: stretch;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  -moz-justify-content: center;
  -moz-align-content: space-between;
  -moz-align-items: stretch;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-justify-content: center;
  -ms-align-content: space-between;
  -ms-align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  align-items: stretch;
}
.top-wrap .main-image {
  width: auto;
  height: 310px;
}
.top-wrap .left {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 55%;
  -moz-flex-grow: 0;
  -moz-flex-shrink: 0;
  -moz-flex-basis: 55%;
  -ms-flex-grow: 0;
  -ms-flex-shrink: 0;
  -ms-flex-basis: 55%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 55%;
}
.top-wrap .left h2 {
  color: white;
  font-size: 1.25em;
  padding: 1em;
  margin-top: -200px;
}
.top-wrap .left h2 em {
  display: block;
  font-size: 2.5em;
}
.top-wrap .left h2 b {
  font-weight: normal;
}
.top-wrap .left section {
  width: 442px;
  margin-top: 8.5em;
}
.top-wrap .left section div img:first-child {
  margin-right: 20px;
}
.top-wrap .left section h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  line-height: 1.5;
  margin-top: 1em;
}
.top-wrap .left section p {
  text-indent: 1em;
  margin-top: 1em;
}

.top-wrap .right {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 45%;
  -moz-flex-grow: 0;
  -moz-flex-shrink: 0;
  -moz-flex-basis: 45%;
  -ms-flex-grow: 0;
  -ms-flex-shrink: 0;
  -ms-flex-basis: 45%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 45%;
  position: relative;
}
.top-wrap .right .items {
  position: absolute;
  top: 37em;
  right: 0;
}
.top-wrap .right .graph-image {
  position: absolute;
  top: 17em;
  left: -5em;
}
.top-wrap .right .top_links {
  position: absolute;
  top: 51.5em;
  right: 0;
}
.top-wrap .right .top_links ul li a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #878788;
  padding: 0.3em 0;
  margin-top: 0.5em;
}
.top-wrap .right .mail {
  display: table;
  text-align: center;
  margin-top: 0.5em;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.top-wrap .right .mail a {
  display: table;
  background: #7ecef4;
  padding: 2em 5em;
  margin-bottom: 1em;
}
.top-wrap .right .mail img {
  display: table-cell;
}
.top-wrap .right .mail span {
  color: red;
  font-size: 0.9em;
}


.bottom-wrap {
  margin-top: 3em;
}
.bottom-wrap table {
  width: 90%;
  padding: 1em 2em;
  margin: 0 auto;
}
.bottom-wrap table th, .bottom-wrap table td {
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  padding: 1em;
}
.bottom-wrap table th {
  font-weight: normal;
  background: #f2f2f2;
  white-space: nowrap;
}
.bottom-wrap table dl::after {
  content: "";
  display: block;
  clear: both;
}
.bottom-wrap table dl > * {
  float: left;
}
.bottom-wrap table dl dt {
  clear: both;
}
.bottom-wrap table dt::after {
  content: "：";
  margin-right: 0.5em;
}
.bottom-wrap table li {
  list-style-type: disc;
}

/* Added on 2018-03-02 by Hattori Process Co.,Ltd. */

.middle-figure {
  margin-top: 2.31em;
}
.middle-figure figcaption {
  margin-bottom: 1em;
  font-size: 1.31em;
  
}

/* Added on 2018-08-08 by Hattori Process Co.,Ltd. */

.maplink {
  float: right;
  margin-bottom: -15px;
}