/* 
1.デバイス共通css
2.767px以下のみ (スマホのみ)
3.768px以上のみ (タブレット含むスマホサイズ以上)
4.1080px以上のみ (PC)
5.320px以下のみ (幅狭スマホ) 
*/

:root {
  --key: #E50014;
}

.Heading__module02 .Heading__title {
  background-image: none;
}

.Heading__title {
  color: var(--key);
}

.AnchorLink__moduleA {
  border: solid 3px var(--key);
  box-shadow: none;
  padding: 10px 0;
  border-radius: 8px;
  width: calc((100% - 15px) / 2);
  display: flex;
}

.AnchorLink__layout {
  gap: 10px 10px !important;
}

.AnchorLink__text::before {
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.icon__number {
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--key);
  margin-bottom: 5px;
}

.Heading__module03 {
  text-align: center;
  margin-top: 40px;
}

h3.Heading__title {
  display: inline-block;
}

.Heading__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.Heading__number {
  color: #fff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: var(--key);
  vertical-align: middle;
  text-align: center;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.Heading__text {
  flex: 1;
  display: inline;
  color: #FFF;
  font-size: 20px;
  text-align: left;
}

.Heading__text span {
  background: var(--key);
  line-height: 2;
  padding: 3px 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}



.AnchorLink__text {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.AnchorLink__text {
  color: var(--key);
}

.AnchorLink__text::before {
  content: none;
}

.AnchorLink__text::after {
  content: url(/branding/atm202506/image/ico_arrow_bottom_red.svg);
}

.AnchorLink__layout.-column04 {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.T-SocialMedia__column {
  display: flex;
  margin: 20px 0;
  justify-content: center;
}


.T-SocialMedia__column li:not(:last-child) {
  margin-right: 10px;
}

.AnchorLink__moduleA {
  height: unset;
}

/* タブレットサイズ（スマホ）未満の指定 */
@media (max-width: 767px) {}


/* タブレット以上の指定 */
@media (min-width: 768px) {}

/* PCコンテンツ幅以下 */
@media (max-width: 999px) {
  @media (min-width: 769px) {
    .-column04 .AnchorLink__moduleA {
      max-width: none;
    }
  }
}


/* PCコンテンツ幅以上 */
@media (min-width: 1080px) {
  @media (min-width: 769px) {
    .-column04 .AnchorLink__moduleA {
      max-width: 220px;
    }
  }

  .Heading__module02 {
    margin-bottom: 50px;
  }

  .Heading__module02 .Heading__title {
    font-size: 54px;
  }

  .AnchorLink__moduleA {
    border-radius: 8px;
    width: 240px;
  }

  .-column04 .AnchorLink__moduleA {
    max-width: 240px;
  }

  .AnchorLink__layout {
    gap: 13px;
  }

  .AnchorLink__text {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 15px;
    font-weight: 600;
  }

  .AnchorLink__moduleA {
    height: unset;
  }

  .Heading__number {
    font-size: 40px;
    width: 60px;
    height: 60px;
    margin-top: 8px;
    margin-right: 10px;
  }

  .Heading__text {
    font-size: 38px;
  }

  .Heading__module03 {
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .ImageColumn__description p,
  .Text__module p {
    font-size: 18px;
    line-height: 1.8;
  }

  .ImageColumn__image img {
    width: auto;
  }

  .Section .Section:nth-child(odd) .ImageColumn__layoutA {
    flex-direction: row-reverse;
  }

  .ConversionArea__leadText p {
    font-size: 32px;
  }

  .T-SocialMedia__column li:not(:last-child) {
    margin-right: 20px;
  }

  .copy_sub {
    line-height: 1.5 !important;
  }

  .video-wrap {
    max-width: 1200px;
    margin: auto;
  }
}

/* iphone5等小さめのスマホ */
@media (max-width: 320px) {}