/*new layout of contact us section: 01-19-2024 */
.disp-sp {
  display: none;
}
.c-box-contact-us._new .c-box-contact-us__detail,
.c-box-contact-us__button._new {
  width: 100%;
  text-align: center;
}
.c-box-contact-us._new .c-box-contact-us__detail {
  padding-left: 0;
  padding-right: 0;
}
.c-box-contact-us__button._new {
  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.c-box-contact-us._new .c-box-contact-us__in {
  flex-direction: column;
}
.c-box-contact-us._new .c-box-contact-us__detail .c-title::after {
  display: none;
}
.c-box-contact-us__button._new a.conv_btn {
  border-radius: 10px;
  height: 80px;
  width: 400px;
  position: relative;
}
.c-box-contact-us__button._new a.conv_btn:first-of-type {
 margin-right: 15px;
}
.c-box-contact-us__button._new a.conv_btn._btn-blue {
  color: #fff;
  background: #2c6ed5;
  border-color: #2c6ed5;
}
.c-box-contact-us__button._new a.conv_btn._btn-blue .conv_btn_txt {
  color: #fff;
}
.c-box-contact-us__button._new a.conv_btn._btn-blue .conv_btn_txt::after {
  border-color: #fff;
}
.c-box-contact-us__button._new a.conv_btn .conv_btn_txt {
  position: relative;
}
.c-box-contact-us__button._new a.conv_btn .conv_btn_txt::after {
  display: none;
}
.c-box-contact-us__button._new a.conv_btn .conv_btn_txt .double-arrow,
.double-arrow {
  /*font-size: 36px;
  line-height: 21px;
  font-weight: normal;
  position: absolute;
  right: 12px;
  top: 45%;
  transform: translateY(-50%);
  color: #fff;*/
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
  margin-left: 0;
  margin-top: 4px;
}
.c-box-contact-us__button._new a.conv_btn .conv_btn_txt .double-arrow.__first,
.double-arrow.__first {
  margin-left: 10px;
}
.c-box-contact-us__button._new a.conv_btn .conv_btn_txt .double-arrow.__second,
.double-arrow.__second {
  margin-left: -4px;
}
.c-box-contact-us__button._new a.conv_btn[href*="/lecture"] .double-arrow {
  border-color: #da003e;
}
.c-box-contact-us__button._new a.conv_btn._btn-blue .conv_btn_txt .yellow_txt {
  color: yellow;
}

/* .line_sns_number_box .ico_number {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 15px;
  align-items: flex-end;
} */

.line_sns_number_box .ico_number {
  text-align: center;
  margin-top: 15px;
}
.line_sns_number_box .ico_number .line-wrapper,
.line_sns_number_box .ico_number .contact_number {
  width: 50%;
}
.line_sns_number_box .tel_txt {
  text-align: center;
}
.line_sns_number_box .ico_number .contact_number {
  /* text-align: left; */
  width: 100%;
  margin-top: 15px;
}
.line_sns_number_box .ico_number .contact_number a {
  display: block;
  /* padding-top: 0; */
  color: #000;
  font-size: 60px;
}
.line_sns_number_box .ico_number .contact_number small {
  font-weight: bold;
}
.line_sns_number_box .ico_number .line-wrapper {
  width: 30%;
  margin-right: 30px;
}
.line_sns_number_box .ico_number .line-wrapper img, .line-sns-wrapper a{
  width: 650px;
  max-width: calc(100% - 20px);
}

/* campaign page */
.line-sns-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.line-sns-wrapper .tel_txt {
  color: #FFDF00;
  line-height: 30px;
}
/* .line-sns-wrapper a {
  max-width: 335px;
} */
.h-auto {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .disp-sp {
    display: block;
  }
  .c-box-contact-us__button._new {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .c-box-contact-us__button._new a:first-child {
    margin-bottom: 10px;
  }
  .c-box-contact-us__button._new a.conv_btn{
    height: 70px;
    max-width: 100%;
    width: 80%;
    border-radius: 10px;
  }
  .c-box-contact-us__button._new a.conv_btn:first-of-type {
    margin: auto 0 15px;
  }
  .line_sns_number_box .ico_number {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .line_sns_number_box .ico_number .line-wrapper {
    width: 80%;
    margin-right: 0;
  }
  .line_sns_number_box .ico_number .contact_number {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .line_sns_number_box .ico_number .contact_number small {
    /* margin-bottom: 10px; */
    display: block;
  }
  .line_sns_number_box .ico_number .contact_number a {
    font-size: 52px;
  }

  .c-box-contact-us__button._new a.conv_btn .conv_btn_txt .double-arrow, 
  .double-arrow {
    width: 11px;
    height: 11px;
    margin-top: 1px;
  }
  .c-box-contact-us__button._new a.conv_btn .conv_btn_txt .double-arrow.__first, 
  .double-arrow.__first {
    margin-left: 13px;
  }
  .c-box-contact-us__button._new a.conv_btn .conv_btn_txt .double-arrow.__second, 
  .double-arrow.__second {
    margin-left: -5px;
  }
  .c-box-contact-us__button._new a.conv_btn .conv_btn_txt {
    font-size: 19px;
    font-weight: 600;
  }
  .line-sns-wrapper a {
    max-width: none;
    width: 72.7%;
    margin-top: 5px;
  }

  /* campaign page */
  .line-sns-wrapper .tel_txt {
    font-size: 18px;
    line-height: 15px;
  }
  .line-sns-wrapper .tel_txt img {
    max-width: 16px;
  }
  .l_camp_kv .conv_btn_wrap.u_fixwidth {
    width: 72.7%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .l_camp_kv .conv_btn_wrap.u_fixwidth > a {
    width: 100%;
    max-width: none;
    display: block;
  }
}
