/* ===================================================================
  medicine
=================================================================== */
.footer-second .for-medicine {
  display: block;
}

.main-column {
  width: 100%;
  padding: 0 0 50px;
}

.main_heading {
  padding: 40px 0 30px;
  text-align: center;
  color: #59c3e1;
  background: url("../images/bg_main_heading.png") center bottom repeat;
  margin-bottom: 35px;
}

.main_heading__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

.main_heading__text {
  font-size: 2.2rem;
  margin-top: 20px;
  line-height: 1;
}

.lede {
  text-align: center;
}

.lede__title {
  color: #0f6ab6;
  font-weight: normal;
  line-height: 1;
  font-size: 3rem;
  margin: 0 auto 22px;
}

.lede__title-note {
  font-size: 3rem;
  display: block;
  margin-top: 30px;
}

.lede__text {
  margin: 0 auto 28px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.lede__map {
  margin-top: 22px;
}

.lede__pix_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
