@charset "utf-8";
/* --------------------------------------------------------
 * support  R2505 
 * ----------------------------------------------------- */


.c-pagebtnbox--support {
  position: relative;
  z-index: 2;
  margin-bottom: 5.5rem;
  padding: 7rem 5rem 5.5rem 5rem;
  border-radius: 10px;
  background-color: #F4F6FA;
}
.c-pagebtnbox--support:last-child {
  margin-bottom: 0;
}
.c-pagebtnbox--support:nth-child(even) {
  background-color: #EFF7FF;
}

.c-pagebtnbox--support .c-pagebtnbox__main {
  display: flex;
  column-gap: 5rem;
}
.c-pagebtnbox--support .c-pagebtnbox__content {
  flex: 1;
}
.c-pagebtnbox--support .c-pagebtnbox__image {
  width: 44.4%;
}

.c-pagebtnbox--support .c-pagebtnbox__tagline{
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: calc(27/18);
  font-weight: bold;
}
.c-pagebtnbox--support h2 {
  padding-left: 100px;
  position: relative;
  margin-bottom: 5rem;
  color: #004EA2;
  font-size: 2rem;
  line-height: calc(6/3);
  font-weight: bold;
}
.c-pagebtnbox--support h2 .mark {
  content: '';
  display: block;
  width: 90px;
  height: 77px;
  position: absolute;
  left: 0;
  top: -30px;
}
.c-pagebtnbox--support:nth-child(1) h2:before {
  background: url("../../img/support/support_01.png") center center no-repeat;
  background-size: 100%  auto;
}
.c-pagebtnbox--support:nth-child(2) h2:before {
  background: url("../../img/support/support_02.png") center center no-repeat;
  background-size: 100%  auto;
}
.c-pagebtnbox--support h3 {
  margin-bottom: 1.5rem;
  color: #004EA2;
  font-size: 3rem;
  line-height: calc(5/3);
  font-weight: bold;
}
.c-pagebtnbox--support.a-baplus h3 {
  margin-top: 1.5rem;
}
.c-pagebtnbox--support h4 {
  margin-bottom: 1rem;
  color: #004EA2;
  font-size: 2rem;
  line-height: calc(48/24);
  font-weight: bold;
}
.c-pagebtnbox--support p {
  font-size: 1.6rem;
  line-height: calc(32/16);
  font-weight: bold;
}

.c-pagebtnbox--support .c-pagebtnbox__btn {
  margin-top: 4rem;
  text-align: left;
}
.a-baplus h3 img {
  max-width: 22.7rem;
}

@media (max-width: 768px) {
  .c-pagebtnbox--support {
    margin-bottom: 5rem;
    padding: 4rem 2rem 5rem 2rem;
  }
  .c-pagebtnbox--support:last-child {
    margin-bottom: 0;
  }
  .c-pagebtnbox--support:nth-child(even) {
    background-color: #EFF7FF;
  }

  .c-pagebtnbox--support .c-pagebtnbox__main {
    flex-direction: column;
  }
  .c-pagebtnbox--support .c-pagebtnbox__content {
    flex: 1;
  }
  .c-pagebtnbox--support .c-pagebtnbox__image {
    width: 100%;
  }

  .c-pagebtnbox--support .c-pagebtnbox__tagline{
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: calc(18/12);
  }

  .c-pagebtnbox--support h2 {
    margin-bottom: 2.5rem;
    padding-left: 65px;
    font-size: 2rem;
    line-height: calc(35/20);
  }
  .c-pagebtnbox--support h2 .mark {
    top: 0;
    width: 54px;
    height: 58px;
  }
  .c-pagebtnbox--support h3 {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    line-height: calc(36/24);
  }
  .c-pagebtnbox--support.a-baplus h3 {
    margin-top: 1.2rem;
  }
  .c-pagebtnbox--support h4 {
    font-size: 1.6rem;
    line-height: calc(32/16);
  }
  .c-pagebtnbox--support p {
    font-size: 1.4rem;
    line-height: calc(28/14);
  }

  .c-pagebtnbox--support .c-pagebtnbox__btn {

    margin: 3.5rem 0;
    text-align: center;
  }  
  .c-pagebtnbox--support .c-element-button {
    width: 100%;
  }
}
