@charset "UTF-8";
/* **************************************


     追加


***************************************/
/* =============================================================================


 about


============================================================================= */
.worries {
  padding: 100px 0 0;
}

.worries-txt {
  letter-spacing: 0;
  margin: auto;
  max-width: 760px;
}

.worries-contents {
  padding: 120px 0;
  position: relative;
}

.worries-contents:nth-of-type(2), .worries-contents:nth-of-type(4) {
  background: #fad07d;
}

.worries-contents:nth-of-type(2):before, .worries-contents:nth-of-type(4):before {
  background: transparent url(../asset/images/common/bg01.svg) repeat top center/150px;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.worries-contents:nth-of-type(5) {
  background: #fbe1e2;
}

.worries-content-numbox {
  margin: auto;
  max-width: 300px;
  position: relative;
  text-align: center;
}

.worries-content-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #704328;
  border-radius: 50%;
  color: #f29600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 3.8rem;
  font-weight: bold;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -48px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
}

.worries-contents-numtxt {
  background: #fff9b8;
  border: 5px solid #5b3616;
  border-radius: 22px;
  font-size: 3rem;
  font-weight: bold;
  padding: 0.5em 0;
  width: 100%;
}

.worries-contents-numtxt:before {
  border: solid #5b3616;
  border-width: 0 8px 0 8px;
  content: "";
  height: 42px;
  left: 50%;
  position: absolute;
  top: calc(100% - 2px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
}

.worries-content-txtbox {
  background: #fff;
  border: 5px solid #5b3616;
  border-radius: 22px;
  margin: 40px auto 0;
  max-width: 800px;
  padding: 28px 40px;
  position: relative;
  z-index: 1;
}

.worries-content-txt {
  font-size: 1.8rem;
  font-weight: bold;
}

.worries-content-yenbox {
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px dotted #5b3616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  padding-top: 12px;
}

.worries-content-yen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f29600;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2rem;
  font-weight: bold;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 64px;
}

.worries-content-yentxt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #f29600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0;
}

.worries-content-yentxt > span {
  font-size: 4rem;
}

.worries-content-yen_t {
  line-height: 2.4;
  min-width: 5em;
}

.worries-content-yen_t._sm {
  min-width: 4em;
}

.worries-content-img {
  bottom: -120px;
  position: absolute;
  width: 180px;
}

.worries-content-img.img01 {
  right: 0;
  width: 180px;
}

.worries-content-img.img02._left {
  left: -40px;
  width: 170px;
}

.worries-content-img.img02._right {
  right: 120px;
  width: 40px;
}

.worries-content-img.img03._right {
  right: 0px;
  width: 140px;
}

.worries-content-img.img04._left {
  left: -40px;
  width: 144px;
}

.worries-content-img.img04._right {
  right: -20px;
  width: 100px;
}

.worries-content-img.img05._left {
  left: 60px;
  width: 50px;
}

.worries-content-img.img05._right {
  right: -20px;
  width: 168px;
}

.worries-content-img {
  max-width: 300px;
}

@media (max-width: 767px){
  .worries {
    padding: 40px 0 0;
  }
  .worries-contents {
    padding: 60px 0;
  }
  .worries-content-numbox {
    max-width: 260px;
  }
  .worries-content-num {
    font-size: 3rem;
    height: 44px;
    top: -30px;
    width: 44px;
  }
  .worries-contents-numtxt {
    font-size: 2rem;
  }
  .worries-content-txtbox {
    padding: 20px 20px;
  }
  .worries-content-txt {
    font-size: 1.6rem;
  }
  .worries-content-yenbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .worries-content-yen {
    font-size: 1.6rem;
    height: 44px;
    width: 44px;
  }
  .worries-content-yentxt {
    font-size: 1.7rem;
  }
  .worries-content-yentxt > span {
    font-size: 2.3rem;
  }
  .worries-content-yen_t {
    line-height: 2;
  }
  .worries-content-img {
    bottom: -60px;
    width: 120px;
  }
  .worries-content-img.img01 {
    width: 80px;
  }
  .worries-content-img.img02._left {
    width: 80px;
  }
  .worries-content-img.img02._right {
    right: 0;
    width: 20px;
  }
  .worries-content-img.img03._right {
    width: 60px;
  }
  .worries-content-img.img04._left {
    width: 80px;
  }
  .worries-content-img.img04._right {
    width: 60px;
  }
  .worries-content-img.img05._left {
    left: 0;
    width: 24px;
  }
  .worries-content-img.img05._right {
    width: 80px;
  }
}


/*# sourceMappingURL=worries.css.map*/