main {
  margin-bottom: 0 !important;
}

p {
  font-size: 16px;
}

.container,
.container-support {
  width: 920px;
  margin: 0 auto;
}

.red-text {
  color: #b31818;
}

/* 電話調整 */
.link-contact {
  all: unset;
}

@media screen and (min-width: 1020px) {
  .h2-line {
    line-height: 1;
    height: 89px;
    margin-bottom: 8px;
    top: 10px;
  }

  .h2-line::before {
    content: url(/lp/b60_ai_guide/imgs/over_line.png);
    display: block;
    position: relative;
    top: -10px;
  }

  .h2-line::after {
    content: url(/lp/b60_ai_guide/imgs/under_line.png);
  }

  .h2-under-text {
    text-align: center;
  }
}

@media screen and (max-width: 1019px) {
  .h2-line {
    line-height: 1;
    height: 89px;
    margin-bottom: 16px;
    top: 10px;
  }

  .h2-line::before {
    content: url(/lp/b60_ai_guide/imgs/over_line_sp.png);
    display: block;
    position: relative;
    top: -10px;
  }

  .h2-line::after {
    content: url(/lp/b60_ai_guide/imgs/under_line_sp.png);
    display: block;
  }

  .h2-under-text {
    text-align: left;
  }

  /* spでh2が2行になる場合 */

  .h2-lihe-sp2 {
    height: 120px;
    line-height: 1.2;
  }

  .h2-lihe-sp2::after {
    top: -10px;
    position: relative;
  }
}

.list-circle__item {
  font-size: 16px !important;
}

.list-circle > li::before {
  background: #b31818;
}

.list-ordered__item {
  font-size: 14px !important;
}

/* 矢印 */
.arrow {
  margin: 0 auto;
  text-align: center;
}

.arrow img {
  margin: 0 auto;
}

@media screen and (max-width: 1019px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

/* メインビジュアル */

.main-image {
  margin: 0 auto;
}

@media screen and (min-width: 1020px) {
  .main-bg {
    background-image: url(/lp/b60_ai_guide/imgs/kv_bg_pc.png);
    background-position: center top;
    background-size: cover;
    max-height: 580px;
    display: flex;
  }
}

@media screen and (max-width: 1019px) {
  .main-bg img {
    width: 100%;
  }
}
/* サポート */
.support-area {
  margin: 0 auto;
  padding: 60px 0;
}

.support-area h2 {
  margin-bottom: 15px;
}

.cloud-area {
  margin: 0 auto 15px;
  text-align: center;
}

.phone-link-head-text {
  color: #b31818;
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  margin: 15px auto;
}

.pink-phone-space {
  border: 3px solid #b31818;
  background-color: #fff4f4;
  width: 920px;
  height: 142px;
  text-align: center;
  padding: 27px 0 14px;
  margin: 0 auto;
}

.pink-phone-space p {
  align-items: center;
  line-height: 24px;
  padding-top: 15px;
}

.phone-link-set {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.dial-logo img {
  height: 27px;
}

.phone-link {
  line-height: 1;
}

.phone-link a {
  color: #b31818;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 1019px) {
  .support-area {
    padding-top: 40px;
  }
  .support-area h2 {
    margin-bottom: 24px;
  }

  .support-area h2 img {
    width: 100%;
    max-width: 700px;
  }

  .phone-link-head-text {
    font-size: 16px;
  }

  .pink-phone-space {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}

/* ご利用方法 */

h2 {
  color: #b51c1c;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.flow-area {
  background: linear-gradient(180deg, #fcf8eb 0%, #fffffe 47.12%, #fcf8eb 100%);
  margin: 0 auto;
  padding: 80px 0;
}

/* ポイント */

.point-area {
  margin-top: 40px;
}

.point-head {
  display: flex;
  align-items: center;
}

.point-container {
  position: relative;
}

.point-container:not(:last-child) {
  padding-bottom: 40px;
}
.point-container:not(:last-child) .point-body::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 40px;
  border-left: 3px dotted #b31818;
  z-index: 0;
}

.point-head-flag {
  width: 90px;
  display: flex;
  position: relative;
}

.point-head-flag img {
  z-index: 10;
}

.point-head-text p {
  color: #b31818;
  font-size: 20px;
  font-weight: 700;
  padding-left: 14px;
}

.point-body {
  margin-left: 104px;
}

@media screen and (max-width: 1019px) {
  .point-container:not(:last-child) .point-body::before {
    display: none;
  }

  .point-head-text p {
    line-height: 1.2;
  }

  .point-body {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* 質問例 */
.able-area {
  margin: 0 auto;
  padding: 80px 0;
}

.example-block {
  margin: 40px auto 60px;
}

.exbox-outer-text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.ex-can-block-bg {
  background-color: #fff4f4;
  padding: 28px 20px;
  width: 450px;
  height: 310px;
}

.ex-can-block {
  background-image: url(/lp/b60_ai_guide/imgs/possible.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phonelink-box-small {
  border: 3px solid #b31818;
  background-color: #fff4f4;
  width: 450px;
  height: 124px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-box-inner {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.link-box-text-phone {
  align-items: center;
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.phone-link-ex {
  line-height: 1;
}

.phone-link-ex a {
  color: #b31818;
  font-size: 32px;
  font-weight: 700;
}

.phone-link-set-box {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.ex-dial-logo {
  width: 48px;
}

.ex-dial-logo img {
  width: 48px;
}

.phone-white-icon {
  width: 96px;
}

.phone-white-icon img {
  padding-left: 22px;
  width: 96px;
}

.arrow-gray {
  margin: 16px auto;
}

.ex-cannot-block-bg {
  background-color: #f6f6f6;
  padding: 28px 20px;
  width: 450px;
  height: 310px;
}

.ex-cannot-block {
  background-image: url(/lp/b60_ai_guide/imgs/impossible.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.supportlink-box-small {
  border: 3px solid #2071bd;
  background-color: #f1f8ff;
  width: 450px;
  height: 124px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.customer-text-link {
  font-size: 16px;
  font-weight: 700;
  color: #2071bd;
  text-decoration: underline;
}

.customer-text-link img {
  padding-left: 3px;
}

.block-inner-banner {
  margin: 0;
}

.column--banner {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .example-block {
    margin-bottom: 40px;
  }

  .can-area {
    margin-bottom: 40px !important;
  }

  .ex-can-block-bg,
  .ex-cannot-block-bg {
    width: 100%;
    height: auto;
    padding: 28px 8px;
    max-width: 710px;
    margin: 0 auto;
  }

  .arrow-gray {
    margin: 8px auto 20px;
  }

  .phonelink-box-small,
  .supportlink-box-small {
    width: 100%;
    height: auto;
    padding: 30px 10px 20px;
    max-width: 710px;
    margin: 0 auto;
  }

  .link-box-text-phone {
    height: 76px;
    justify-content: center;
  }

  .phone-link-ex a {
    font-size: 28px;
  }

  .phone-link-set-box p {
    font-size: 16px;
  }

  .phone-white-icon {
    width: 76px;
  }

  .phone-white-icon img {
    padding-left: 8px;
    width: 76px;
  }
}

/* 注意事項 */
.disc-area {
  background-color: #fff4f4;
  margin: 0 auto;
  padding: 80px 0;
}

.disc-inner {
  margin: 40px auto 14px;
}

.disc-text {
  font-size: 14px;
}

.disc-summary {
  margin-bottom: 14px;
}

@media screen and (max-width: 1019px) {
  .disc-inner {
    margin: 60px auto 20px;
  }

  .disc-summary {
    margin-bottom: 40px;
  }
}


