@charset "UTF-8";
.content-wrap {
  background: url(../images/life/bg-l.jpg) left -20px top/500px auto repeat-y, url(../images/life/bg-r.jpg) right -64px top/600px auto repeat-y;
}

@media only screen and (max-width: 480px) {
  .content-wrap {
    background-position: left -80px top 38vw, right -80px top 32vw;
    background-size: 180px auto;
  }
}

section.sec {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media only screen and (max-width: 480px) {
  section.sec {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

section.sec:nth-of-type(1) {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  section.sec:nth-of-type(1) {
    margin-top: 40px;
  }
}

section.sec:last-child {
  margin-bottom: 0;
}

.title-bar {
  margin-bottom: 80px;
  background: #98519c;
}

@media only screen and (max-width: 480px) {
  .title-bar {
    margin-bottom: 40px;
  }
}

.title-btm-bar {
  margin-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar {
    margin-bottom: 40px;
  }
}

section.top-copy .copy {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .set-block {
    margin-top: 0;
  }
}

.long-bnr {
  margin-top: 80px;
}

.long-bnr dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e60012;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .long-bnr dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.long-bnr dl dt,
.long-bnr dl dd {
  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;
}

.long-bnr dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  .long-bnr dl dt {
    padding: 8px;
    font-size: 1.6rem;
  }
}

.long-bnr dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px;
  border: 8px solid #e60012;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  .long-bnr dl dd {
    border-top: none;
  }
}

.copy-area {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .copy-area {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .copy-area br {
    display: none;
  }
}

.copy-area * + .txt {
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  .copy-area * + .txt {
    margin-top: 24px;
  }
}

.copy-area * + figure {
  margin-top: 40px;
}

.copy-area .title-txt {
  margin-top: 112px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  .copy-area .title-txt {
    font-size: 2rem;
  }
}

section.sterilization .flow {
  margin-top: 80px;
  padding: 16px 40px;
  background: #faf8fb;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow {
    padding: 40px 16px;
    font-size: 1.6rem;
  }
}

section.sterilization .flow .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow .box:first-child {
    margin-top: 0;
  }
}

section.sterilization .flow .box .desc {
  width: 60%;
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow .box .desc {
    width: 100%;
  }
}

section.sterilization .flow .box .desc .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow .box .desc .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.sterilization .flow .box .desc .txt .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background: #98519c;
  color: #fff;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow .box .desc .txt .num {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow .box .desc .txt br {
    display: none;
  }
}

section.sterilization .flow .box .imgbox {
  width: 40%;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.sterilization .flow .box .imgbox {
    width: 80%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.sterilization .flow .box a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

section.sterilization .flow .box a:hover {
  opacity: 0.8;
}

section.sterilization .flow .box.wide .desc {
  width: 100%;
}

section.moving .long-bnr dl dt {
  padding-left: 80px;
  padding-right: 80px;
  font-size: 4rem;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  section.moving .long-bnr dl dt {
    padding: 8px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 480px) {
  section.moving .long-bnr dl dd {
    padding: 16px 24px;
  }
}

section.moving .voice-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 112px;
  padding: 40px;
  padding-top: 56px;
  padding-bottom: 16px;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area {
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

section.moving .voice-area .bd {
  width: 100%;
  border-top: 16px solid #0068b7;
  border-bottom: 16px solid #0068b7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.moving .voice-area .bd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -16px;
  border-left: 16px solid #0068b7;
  border-right: 16px solid #0068b7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.moving .voice-area h3 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 160px;
  border: 2px solid #0068b7;
  border-radius: 200px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}

section.moving .voice-area h3::before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  margin: auto;
  border-radius: 200px;
  background: #0068b7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.moving .voice-area h3 .in {
  margin-top: 16px;
  position: relative;
  z-index: 2;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area h3 .in {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area h3 .in br {
    display: none;
  }
}

section.moving .voice-area .box {
  max-width: 30%;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area .box {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.moving .voice-area .box.wide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area .box.wide {
    max-width: 100%;
  }
}

section.moving .voice-area .box.long {
  max-width: 48%;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area .box.long {
    max-width: 100%;
  }
}

section.moving .voice-area .box .comment {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 16px;
  padding-right: 0;
  padding-top: 0;
  background: #fff;
  border-left: 3px solid #0068b7;
  border-bottom: 3px solid #0068b7;
  position: relative;
}

section.moving .voice-area .box .comment::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: #fff;
  border-bottom: 3px solid #0068b7;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  right: 80px;
  bottom: -2px;
}

section.moving .voice-area .box .face {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area .box .face {
    padding-top: 24px;
  }
}

section.moving .voice-area .box .face.pt {
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  section.moving .voice-area .box .face.pt {
    padding-top: 24px;
  }
}

section.moving .contact-area {
  margin-top: 112px;
}

section.moving .contact-area .btn a {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section.moving .contact-area .btn a:hover {
  background: #0085ea;
}

section.moving .service-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  section.moving .service-area {
    margin-top: 0;
  }
}

section.moving .service-area .box {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  background: #0068b7;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.moving .service-area .box {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.moving .service-area .box + .box {
    margin-top: 24px;
  }
}

section.moving .service-area .box figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

section.moving .service-area .box .desc {
  padding: 24px;
}

section.moving .service-area .box .desc h4 {
  text-align: center;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  section.moving .service-area .box .desc h4 {
    font-size: 2rem;
  }
}

section.moving .service-area .box .desc .txt {
  margin-top: 16px;
}

@media only screen and (max-width: 480px) {
  section.moving .service-area .box .desc .txt br {
    display: none;
  }
}

section.moving .service-area .box.free::before {
  content: "無料";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  background: #e60012;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: -16px;
  left: -16px;
}

@media only screen and (max-width: 480px) {
  section.moving .service-area .box.free::before {
    top: -4px;
    left: -4px;
  }
}

.caption-area {
  margin-top: 32px;
}

.caption-area .caption {
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: 1.4;
}

section.insurance .contact-area {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  section.insurance .contact-area {
    margin-top: 40px;
  }
}

section.insurance .contact-area .btn a {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background: #98519c;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.insurance .contact-area .btn a {
    font-size: 1.6rem;
  }
}

section.insurance .contact-area .btn a:hover {
  background: #af6db3;
}

/*# sourceMappingURL=maps/life.css.map */
