@charset "UTF-8";
.acg50g-lp {
  padding-top: 8vw;
}
@media screen and (min-width: 961px) {
  .acg50g-lp {
    padding-top: 40px;
  }
}

.acg50g-headingh1 {
  text-align: center;
  font-size: 5.3vw !important;
  line-height: 1.4 !important;
  margin-bottom: 8vw !important;
  font-weight: bold !important;
}
@media screen and (min-width: 961px) {
  .acg50g-headingh1 {
    font-size: 24px !important;
    margin-bottom: 40px !important;
  }
}

.acg50g-text-m {
  font-size: 4.3vw;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .acg50g-text-m {
    font-size: 18px;
  }
}

.acg50g-text-s {
  font-size: 3.2vw;
  line-height: 1.3;
}
@media screen and (min-width: 961px) {
  .acg50g-text-s {
    font-size: 13px;
  }
}

.acg50g-indent {
  text-indent: 1em;
}

.acg50g-image01 {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .acg50g-image01 {
    width: 700px;
    margin: 0 auto;
  }
}

.acg50g-recommend-area {
  border: 1px solid #cb2d27;
  margin-bottom: 10px;
}

.acg50g-headingh2 {
  text-align: left;
  background-color: #cb2d27;
  color: #fff;
  font-weight: bold !important;
  font-size: 4.5vw !important;
  padding: 1.3vw 2.7vw 3.2vw;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}
@media screen and (min-width: 961px) {
  .acg50g-headingh2 {
    font-size: 27px !important;
    text-align: center;
    padding: 10px 0;
  }
}

.acg50g-recommend-area-image {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .acg50g-recommend-area-image {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 961px) {
  .acg50g-recommend-area-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.acg50g-recommend-area-note-01 {
  width: 100%;
  padding: 0 3.2vw;
}
@media screen and (min-width: 961px) {
  .acg50g-recommend-area-note-01 {
    width: 420px;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.acg50g-recommend-area-note-02 {
  background-color: #f8ece5;
  margin-bottom: 0 !important;
  padding: 2.7vw;
}
@media screen and (min-width: 961px) {
  .acg50g-recommend-area-note-02 {
    padding: 10px 16px;
  }
}

.acg50g-recommend-area-note-text-01 {
  font-size: 3.5vw;
  line-height: 1.4;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 961px) {
  .acg50g-recommend-area-note-text-01 {
    font-size: 13px;
    margin-bottom: 4px !important;
  }
}

.acg50g-recommend-area-note-text-02 {
  font-size: 3.2vw;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 961px) {
  .acg50g-recommend-area-note-text-02 {
    font-size: 13px;
  }
}

.acg50g-list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: li_count;
}

.acg50g-list {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 5px;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .acg50g-list {
    font-size: 13px;
  }
}
.acg50g-list::before {
  counter-increment: li_count;
  content: "※" counter(li_count);
  color: #000;
  margin-right: 5px;
  font-size: 3.2vw;
}
@media screen and (min-width: 961px) {
  .acg50g-list::before {
    font-size: 13px;
  }
}

.icon-free-dial {
  width: 36px;
}

.icon-free-dial-img {
  width: 36px;
}

.text-color-red {
  color: #DB2028;
}

.text-underline {
  border-bottom: 1px solid #DB2028;
}

.text-underline-white {
  border-bottom: 1px solid #fff;
}

.text-bg-red {
  background-color: #f8ece5;
}

.acg50g-link {
  text-align: center;
}

.acg50g-link-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff !important;
  background-color: #cb2d27 !important;
  position: relative;
}
@media screen and (min-width: 961px) {
  .acg50g-link-btn {
    width: 390px;
    padding: 12px 0;
  }
}
.acg50g-link-btn:hover {
  opacity: 0.8;
}
.acg50g-link-btn:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 84%;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.acg50g-teikibin-ttl {
  font-size: 4.8vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 961px) {
  .acg50g-teikibin-ttl {
    font-size: 18px;
  }
}

.acg50g-free-dial-num {
  font-size: 8.5vw;
}
@media screen and (min-width: 961px) {
  .acg50g-free-dial-num {
    font-size: 30px;
  }
}

.acg50g-free-dial-time {
  font-size: 4.5vw;
}
@media screen and (min-width: 961px) {
  .acg50g-free-dial-time {
    font-size: 16px;
  }
}