@charset "UTF-8";

.p-mv h1 {
  height: 300px;
}


.p-right {
  float: right;
}

.p-left {
  float: left;
}

.p-box {
  position: relative;
  padding: 50px 0;
}

.p-box:nth-child(even) {
  background: rgba(0, 45, 73, 0.1);
}


.p-ttl {
  position: relative;
  padding-bottom: 20px;
  color: #002D49;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  z-index: 10;
}

.p-ttl span {
  position: absolute;
  color: rgba(232, 56, 13, 0.4);
  font-weight: bold;
  font-style: italic;
  font-size: 80px;
  font-size: 8rem;
  left: 0;
  bottom: -13px;
  z-index: -1;
}

.p-box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-caution p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}


.p-caution {
  background: #f8e8e7;
  padding: 30px;
  border-radius: 10px;
}

.p-caution-ttl {
  padding-bottom: 10px;
  color: #E8380D;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}

.p-caution-ttl span {
  position: relative;
  padding-bottom: 5px;
  padding-left: 32px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #222;
}

.p-caution-ttl span::before {
  position: absolute;
  content: "";
  background-image: url(../../../images/page/notice/icn_caution.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  left: 0;
  top: -8px;
}

.p-box p span {
  font-weight: bold;
  color: #E8380D;
}

@media screen and (max-width: 767px) {
  .p-right,
  .p-left {
  float: inherit;
  }
  .p-mv h1 {
    height: 50vw;
  }

  .p-box {
    padding: 10vw 0;
  }

  .p-ttl {
    font-size: 6vw;
    padding-bottom: 4vw;
  }

  .p-ttl span {
    font-size: 14vw;
    bottom: inherit;
    top: -6vw;
  }

  .p-box p {
    font-size: 4vw;
  }

  .p-right {
    margin-top: 5vw;
  }

  .p-caution {
    padding: 5vw;
  }

  .p-caution-ttl {
    font-size: 5vw;
  }

  .p-caution-ttl span {
    font-size: 4vw;
  }

}
