@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
@media screen and (min-width: 768px) {
.container[data-v-65533511] {
    margin-top: 100px;
    padding-top: 100px;
}
}
@media screen and (max-width: 767px) {
.container[data-v-65533511] {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
}
}
.container_text[data-v-65533511] {
  text-align: center;
}
@media screen and (min-width: 768px) {
.container_text[data-v-65533511] {
    margin-top: 50px;
}
}
@media screen and (max-width: 767px) {
.container_text[data-v-65533511] {
    margin-top: 8vw;
}
}
.container_bg[data-v-65533511] {
  position: relative;
}
@media screen and (min-width: 768px) {
.container_bg[data-v-65533511] {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
.container_bg[data-v-65533511] {
    width: 100%;
}
}
.container_bg[data-v-65533511]::before {
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #f2f2f0;
}
@media screen and (min-width: 768px) {
.container_bg[data-v-65533511]::before {
    width: calc(50% + 360px);
    height: calc(100% + 100px);
    top: 0;
    left: 0;
    border-radius: 0 20px 20px 0;
}
}
@media screen and (max-width: 767px) {
.container_bg[data-v-65533511]::before {
    width: 89.3333333333vw;
    height: calc(100% + 13.3333333333vw);
    top: 0vw;
    left: 0;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
}
}
.container_list[data-v-65533511] {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.container_list[data-v-65533511] {
    margin-top: 69px;
    gap: 35px;
}
}
@media screen and (max-width: 767px) {
.container_list[data-v-65533511] {
    margin-top: 9.3333333333vw;
    gap: 8vw 4vw;
}
}
@media screen and (max-width: 767px) {
.container_list_heading[data-v-65533511] {
    font-size: 4.2666666667vw;
}
}
.container_list_icon[data-v-65533511] {
  text-align: center;
}
.container_list li[data-v-65533511] {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.container_list li[data-v-65533511] {
    width: 310px;
    gap: 15px;
}
}
@media screen and (max-width: 767px) {
.container_list li[data-v-65533511] {
    width: 42.6666666667vw;
    gap: 2.6666666667vw;
}
}
.container_list li h3[data-v-65533511] {
  text-align: center;
}
@media screen and (min-width: 768px) {
.container_list li h3[data-v-65533511] {
    font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.container_list li h3[data-v-65533511] {
    font-size: 4.8vw;
}
}
.container_list li p[data-v-65533511] {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.container_list li p[data-v-65533511] {
    font-size: 16px;
}
}
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
@media screen and (min-width: 768px) {
.online_container[data-v-fa951fb4] {
    margin-top: 100px;
    padding-top: 100px;
}
}
@media screen and (max-width: 767px) {
.online_container[data-v-fa951fb4] {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
}
}
.online_banners[data-v-fa951fb4] {
  display: flex;
}
@media screen and (min-width: 768px) {
.online_banners[data-v-fa951fb4] {
    justify-content: space-between;
    gap: 30px;
    margin: 30px auto 0;
}
}
@media screen and (max-width: 767px) {
.online_banners[data-v-fa951fb4] {
    margin-top: 5.3333333333vw;
    flex-direction: column;
    gap: 5.3333333333vw;
}
}
.online_banners_item[data-v-fa951fb4] {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.online_banners_item[data-v-fa951fb4] {
    border-radius: 10px;
}
}
@media screen and (max-width: 767px) {
.online_banners_item[data-v-fa951fb4] {
    width: 78.6666666667vw;
    border-radius: 2.6666666667vw;
}
}
.online_banners_item img[data-v-fa951fb4] {
  width: 100%;
}
.online_text[data-v-fa951fb4] {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
.online_text[data-v-fa951fb4] {
    margin-top: 100px;
}
}
@media screen and (max-width: 767px) {
.online_text[data-v-fa951fb4] {
    margin-top: 13.3333333333vw;
}
}
.online_question[data-v-fa951fb4] {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: rgba(224, 93, 93, 0.2);
}
@media screen and (min-width: 768px) {
.online_question[data-v-fa951fb4] {
    width: 941px;
    margin-top: 80px;
    padding: 60px 0 50px;
    font-size: 24px;
    border-radius: 10px;
}
}
@media screen and (max-width: 767px) {
.online_question[data-v-fa951fb4] {
    flex-direction: column;
    margin-top: 16vw;
    padding: 13.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
}
}
.online_question_icon[data-v-fa951fb4] {
  position: absolute;
}
@media screen and (min-width: 768px) {
.online_question_icon[data-v-fa951fb4] {
    top: -35px;
}
}
@media screen and (max-width: 767px) {
.online_question_icon[data-v-fa951fb4] {
    width: 13.3333333333vw;
    top: -8vw;
}
}
@media screen and (max-width: 767px) {
.online_question_icon img[data-v-fa951fb4] {
    width: 100%;
}
}
.online_question span[data-v-fa951fb4] {
  z-index: 1;
  position: relative;
}
.online_question span[data-v-fa951fb4]::before {
  z-index: -1;
  text-align: center;
  position: absolute;
  content: "";
  background-color: #fff;
}
@media screen and (min-width: 768px) {
.online_question span[data-v-fa951fb4]::before {
    width: 100%;
    height: 12px;
    bottom: 3px;
    left: 0;
}
}
@media screen and (max-width: 767px) {
.online_question span[data-v-fa951fb4]::before {
    width: 100%;
    height: 2.1333333333vw;
    bottom: 0.5333333333vw;
    left: 0;
}
}