/* Scss Document */
.living {
  text-align: center;
}
.living strong {
  color: #e51c24;
  text-decoration: underline;
  letter-spacing: 0;
}
.living em {
  color: #e51c24;
  font-weight: bold;
}

.for-member {
  margin: 2em auto 0;
  padding: 1em;
  background: #cee0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.for-member:before {
  content: "";
  margin-right: 0.5em;
  background: url(../img/living/icon_caution_navy.svg) no-repeat center center;
  background-size: 100% auto;
}

.latest-img figure {
  margin-bottom: 2em;
}
.latest-img .btn-pdf {
  margin-top: 0.5em;
}
.latest-img .btn-pdf img {
  display: inline-block;
  margin-left: 1em;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0.5em;
}
.latest-img .btn-pdf a {
  padding: 0.5em 2em 0.5em 1em;
  display: block;
  color: #163b70;
  background: #f5f5f5;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.latest-body {
  text-align: left;
}
.latest-body ul {
  margin-top: 1em;
}
.latest-body ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}
.latest-body ul li a {
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  text-decoration: none;
}
.latest-body ul li a:after {
  content: "";
  margin-right: 0.5em;
  background: url(../img/common/icon_open_navy.svg) no-repeat center center;
  background-size: 100% auto;
}
.latest-title {
  padding: 0.75em 1.5em 0.75em 3em;
  color: #fff;
  background: #163b70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.latest-title em {
  margin: 0 auto 0 0;
  color: #fff;
}

.contact-frame {
  margin-top: 2em;
  padding: 1.5em;
  border: solid 1.5em #f5f5f5;
  font-size: 2rem;
  font-weight: bold;
}
.contact-frame figure {
  margin: 0 auto 1em;
  width: 36px;
}

.content-btn {
  margin-top: 1em;
}
.content-btn li {
  width: 45%;
  line-height: 1.3;
  font-size: 1.6rem;
}
.content-btn li a {
  padding-top: 1em;
  padding-bottom: 1em;
}

.flow-title {
  margin: 1.5em 0;
  padding: 0.75em 0.75em 0.75em 3.5em;
  background: #cee0ea;
  position: relative;
  text-align: left;
}
.flow-title span {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0.5em;
  color: #fff;
  background: #163b70;
  display: block;
  border-radius: 2em;
  text-align: center;
}
.flow-title em {
  color: #e51c24;
}
.flow-tel {
  font-size: 4rem;
  font-weight: bold;
  color: #163b70;
}
.flow-arrow {
  margin: 1em auto -1em;
}

@media only screen and (min-width: 601px) {
  .living strong {
    font-size: 1.8rem;
  }
  .living em {
    font-size: 1.8rem;
  }
  .living .title-l span {
    font-size: 1.6rem;
  }

  .intro {
    font-size: 1.8rem;
    line-height: 2;
  }

  .for-member:before {
    width: 24px;
    height: 24px;
  }

  .latest-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .latest-img {
    width: 38%;
  }
  .latest-img .btn-pdf img {
    width: 26px;
  }
  .latest-img .btn-pdf a {
    font-size: 1.6rem;
  }
  .latest-body {
    width: 62%;
  }
  .latest-body ul {
    font-size: 1.8rem;
    margin-left: 3em;
  }
  .latest-body ul li a:after {
    width: 18px;
    height: 18px;
  }
  .latest-title {
    font-size: 2rem;
  }
  .latest-title em {
    font-size: 3.6rem;
    line-height: 1;
  }

  .flow-title {
    font-size: 1.8rem;
  }
  .flow-title span {
    font-size: 2.4rem;
    width: 1.5em;
    height: 1.5em;
  }
  .flow-tel span {
    font-size: 2.4rem;
  }
  .flow-arrow {
    width: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .living strong {
    font-size: 1.6rem;
  }
  .living em {
    font-size: 1.6rem;
  }
  .living .title-l span {
    font-size: 1.6rem;
  }

  .intro {
    font-size: 1.6rem;
    line-height: 2;
  }
  .intro p {
    text-align: left;
  }
  .intro p br {
    display: none;
  }

  .for-member {
    line-height: 1.3;
  }
  .for-member:before {
    margin-top: -0.75em;
    width: 12vw;
    height: 12vw;
  }

  .latest-img {
    margin-bottom: 2em;
  }
  .latest-img .btn-pdf img {
    width: 4vw;
  }
  .latest-img .btn-pdf a {
    font-size: 1.4rem;
  }
  .latest-body ul {
    font-size: 1.6rem;
  }
  .latest-body ul li a:after {
    width: 4vw;
    height: 4vw;
  }
  .latest-title {
    padding: 0.5em 1em;
    font-size: 1.6rem;
  }
  .latest-title em {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .contact-frame {
    padding: 1em;
    border: solid 1em #f5f5f5;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .contact-frame figure {
    margin: 0 auto 1em;
    width: 36px;
  }

  .content-btn {
    margin-top: 1em;
    display: block;
  }
  .content-btn li {
    margin: 1em 0 0;
    width: 100%;
    font-size: 1.4rem;
  }

  .flow-title {
    padding-left: 3em;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .flow-title span {
    font-size: 1.8rem;
    width: 1.25em;
    height: 1.25em;
  }
  .flow-tel span {
    font-size: 2.4rem;
  }
  .flow-arrow {
    width: 46px;
  }
}