@charset "UTF-8";

#bg_image + .contents_box01 .content_wrapper {
    padding: 0!important;
}
.worries_wrap {
    background-image: url(/common/upload_data/esthe-luananet/image/20220913132340.jpg);
text-align: center;
color: #fff;
    padding: 1rem 2rem;
}

.worries_wrap-text {
    font-size: 25px !important;
    color: #333 !important;
    border-bottom: 1px solid #333;
}

.worries_wrap-text2 {
font-size: 30px !important;
margin-top: -2rem;
    display: inline-block;
}

.worries_wrap-text3 {
    font-size: 20px;
    margin-top: 2rem;
}

.inner_item_txt p {
    position: relative;
}

.worries_wrap::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.worries_wrap_list {
    margin: 0 auto;
    max-width: 800px;
display: inline-block;
    text-align: left;
    margin-top: 2rem;
}

.worries_list {
position: relative;
padding-left: 2rem;
}

.worries_list::after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 3px solid var(--i_btn_color);
  border-bottom: 3px solid var(--i_btn_color);
  transform: rotate(-45deg);
}

@media screen and (max-width: 900px) {
.worries_wrap-text {
    font-size: 4.5vw !important;
}

.worries_wrap-text2 {
    font-size: 5vw !important;
}

.worries_wrap-text3 {
    font-size: 4vw;
}

.worries_list {
    font-size: 3.5vw;
}
}