@import url("https://beauty-life.biz/wp/wp-content/themes/jin/css/root.css");
/***************************************
----------------- TITLE -----------------
***************************************/
#pagetitle {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  background: url(https://beauty-life.biz/img/h1.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--title-font-family);
}

#pagetitle h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  #pagetitle {
    margin-top: 80px;
    height: 100px;
  }
  #pagetitle h1 {
    font-size: 3rem;
  }
}
.h2 {
  font-size: clamp(2.4rem, 2.3333333333vw, 2.8rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
  position: relative;
  background: #1e247c url(https://beauty-life.biz/img/h2bg.png) no-repeat right bottom/contain;
  padding: 14px 0 18px 0;
  padding-left: 55px;
}
@media (max-width: 599px) {
  .h2 {
    padding-left: 40px;
  }
}
.h2:before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 22px;
  bottom: auto;
  left: 27px;
  right: auto;
  margin: auto;
  background: #1e247c url(https://beauty-life.biz/img/h2_before.png) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .h2:before {
    top: 23px;
    left: 15px;
  }
}

.h3 {
  background: #1e247c;
  padding: 13px 0;
  font-family: var(--title-font-family);
  line-height: 1.4;
  color: #f6d949;
  padding-left: 28px;
  position: relative;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
.h3:before {
  content: "";
  width: 5px;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  right: auto;
  margin: auto;
  background: #f6d949;
}

.h2_A {
  font-size: clamp(2.4rem, 2.3333333333vw, 2.8rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
  position: relative;
  background: #1e247c url(https://beauty-life.biz/img/h2bg.png) no-repeat right bottom/contain;
  padding: 14px 0 18px 0;
  padding-left: 55px;
}
@media (max-width: 599px) {
  .h2_A {
    padding-left: 40px;
  }
}
.h2_A:before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 22px;
  bottom: auto;
  left: 27px;
  right: auto;
  margin: auto;
  background: #1e247c url(https://beauty-life.biz/img/h2_before.png) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .h2_A:before {
    top: 23px;
    left: 15px;
  }
}

.side_contents .sidettl {
  font-size: clamp(2.4rem, 2.3333333333vw, 2.8rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
  position: relative;
  background: #1e247c url(https://beauty-life.biz/img/sideh2bg.png) no-repeat right bottom/contain;
  padding: 12px 0 20px 0;
  padding-left: 55px;
  margin: 0;
}
@media (max-width: 599px) {
  .side_contents .sidettl {
    padding-left: 40px;
  }
}
.side_contents .sidettl:before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 19px;
  bottom: auto;
  left: 27px;
  right: auto;
  margin: auto;
  background: #1e247c url(https://beauty-life.biz/img/h2_before.png) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .side_contents .sidettl:before {
    top: 23px;
    left: 15px;
  }
}

.h3_A {
  color: var(--base-color01);
  position: relative;
  font-size: clamp(1.8rem, 1.8vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 15px 10px 20px;
  margin-bottom: 1em;
  text-align: left;
}

.h3_A:before {
  content: "";
  width: 5px;
  height: 1.2em;
  position: absolute;
  top: 18px;
  left: 0;
  background: var(--base-color01);
}

@media (max-width: 599px) {
  .h3_A:before {
    top: 15px;
    left: 5px;
  }
}
.h3_styled {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media (max-width: 599px) {
  .h3_styled {
    font-size: 19px;
  }
}
.h3_styled span {
  font-size: 22px;
  color: #ffaa03;
}

@media (max-width: 599px) {
  .h3_styled span {
    font-size: 19px;
  }
}/*# sourceMappingURL=title.css.map */