#HeadLine .container .main .copy.copy3 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 1.5625rem;
}


body.standardplusaiPage .bunkatu {
  color: #674ea7 !important;
}


.CtaBtnWrapper {
  margin-top: 1.3125rem; /* r(21) = 21px ÷ 16 */
}

.CtaBtnWrapper .OhterPlan_btn {
  display: inline-block;
  margin-top: -1.3125rem; /* r(-21) = -21px ÷ 16 */
  position: relative;
}

@media screen and (max-width: 768px) {
  .CtaBtnWrapper .OhterPlan_btn {
    margin-top: -1.1875rem; /* r(-19) */
  }
}

/* linkIcon スタイル */
.CtaBtnWrapper .OhterPlan_btn .linkIcon {
  position: absolute;
  width: 6.0625rem;  /* r(97) */
  height: auto;
  z-index: 21;
  right: 1.5625rem;  /* r(25) */
  top: 46%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .CtaBtnWrapper .OhterPlan_btn .linkIcon {
    width: 4.25rem;     /* r(68) */
    right: -0.1875rem;  /* r(-3) */
    transform: translateY(-19%);
  }
}

/* アイコン画像サイズ調整 */
.CtaBtnWrapper .OhterPlan_btn .linkIcon img {
  width: 100%;
  height: auto;
}

/* aタグとその中の画像 */
.CtaBtnWrapper .OhterPlan_btn a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/* 通常画像サイズ */
.CtaBtnWrapper .OhterPlan_btn a .__pci {
  width: 35.9375rem; /* r(575) */
  height: auto;
}


/* 非アクティブ化（全体に適用） */
.btnContainer.--bootcampHide .OhterPlan_btn.bootcampBtn,
.btnContainer.--standardHide .OhterPlan_btn.standardBtn,
.btnContainer.--standardplusaiHide .OhterPlan_btn.standardplusaiBtn,
.btnContainer.--expertHide .OhterPlan_btn.expertBtn {
  opacity: 0.2 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

/* アイコンを非表示に */
.btnContainer.--bootcampHide .OhterPlan_btn.bootcampBtn .linkIcon,
.btnContainer.--standardHide .OhterPlan_btn.standardBtn .linkIcon,
.btnContainer.--standardplusaiHide .OhterPlan_btn.standardplusaiBtn .linkIcon,
.btnContainer.--expertHide .OhterPlan_btn.expertBtn .linkIcon {
  display: none !important;
}

/* a タグのクリックも完全無効 */
.btnContainer.--bootcampHide .OhterPlan_btn.bootcampBtn a,
.btnContainer.--standardHide .OhterPlan_btn.standardBtn a,
.btnContainer.--standardplusaiHide .OhterPlan_btn.standardplusaiBtn a,
.btnContainer.--expertHide .OhterPlan_btn.expertBtn a {
  pointer-events: none !important;
}


