.c-online-easy {
  margin: -75px auto 50px;
  padding-top: 68px;
}
.c-easy--title {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 108px;
  letter-spacing: 4px;
  text-align: center;
  color: #f8c;
} 
.c-online-easy.lazyloaded {
  background: url("/art-college/music/assets/img/pages/pc/online/easy/bg.png") no-repeat;
  background-size:544px 544px;
  background-position: 0px 150px;
}
.c-online-easy__header {
  position: relative;
}

.c-online-easy__header-image-title {
  display: block;
  margin: 0 auto;
  width: 102px;
  height: 53px;
}

.c-online-easy__header-title {
  margin-top: -16px;
  font-weight: 600;
}

.c-online-easy__header-title p:nth-child(1) {
  font-family: "Hiragino Sans W7", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #f8c;
} 
.c-online-easy__header-title p:nth-child(2) {
  font-family: "Hiragino Sans W7", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: 3.6px;
  text-align: center;
  color: #f8c;
  margin-top: -5px;
} 

.c-online-easy__step-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 60px;
}
.c-online-easy__step-item {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content auto;
  gap: 0px 0px;
  grid-template-areas:
    "c-online-easy__step-item-img"
    "c-online-easy__step-item-desc";
  width: 200px;
  height: 200px;
  margin: 30px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  border-bottom-right-radius: 10px;
}
.c-online-easy__step-item-number {
  display: block;
  position: absolute;
  width: 200px;
  height: 40px;
  line-height: 40px;
  top: -40px;
  color: #7799ff96;
  text-align: center;
}
.c-online-easy__step-item-number span:nth-child(1) {
  margin-bottom: 20px;
  opacity: 0.55;
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 56px;
  letter-spacing: normal;
  text-align: center;
  color: #79f;
}
.c-online-easy__step-item-number span {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-
}
.c-online-easy__step-item-number span:nth-child(2) {
  font-size: 40px;
  position: relative;
  top: 5px;
}

.c-online-easy__step-item-number img {
  height: 30px;
}
.c-online-easy__step-item-img {
  position: relative;
  background-color: #ffffff;
}
.c-online-easy__step-item-img img {
  width: 100%;
  border-top-left-radius: 10px;
}
.c-online-easy__step-item-img .c-btnLink {
  top: auto;
  bottom: 3px;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.c-online-easy__step-item-desc {
  grid-area: c-online-easy__step-item-desc;
  background-color: #ffffff;
  overflow: hidden;
  border-bottom-right-radius: 10px;
}
.c-online-easy__step-item-desc p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  padding-top: 19px;
  font-weight: 600;
}
.c-online-easy__step-item.is-sticker {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-online-easy__step-item.is-sticker img {
  width: 100%;
}

.c-online-easy__container {
  position: relative;
  width: 720px;
  margin: 0 auto;
  margin-top: 60px;
}

.c-online-easy__container-title {
  display: flex;
  width: 720px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  margin-top: -30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(119,153,255,0.2);
}
.c-online-easy__container-title div:first-of-type  {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #adadad;
  margin-top: 33px;
} 
.c-online-easy__container-title div:nth-child(2) {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 83px;
  letter-spacing: normal;
  text-align: center;
  color: #adadad;
} 
.c-online-easy__container-title div:nth-child(1) {
  flex-basis: auto;
  margin-left: 101px;
  font-size: 14px;
  color: #ADADAD;
}

.c-online-easy__container-title div:nth-child(2) {
  flex-basis: auto;
  margin-left: 1px;
  font-size: 40px;
  color: #ADADAD;
}

.c-online-easy__container-title div:nth-child(3) {
  flex-basis: auto;
  margin-left: 48px;
  font-family: "Hiragino Kaku Gothic ProN W6", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 79px;
  letter-spacing: normal;
  text-align: left;
  color: #79f;
}


.c-online-easy__container-body-step1 {
  width: 268px;
  margin: 30px;
  margin-bottom: 143px;
  padding: 0px;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  margin-top: 26px;
}

.c-online-easy__container-body-step1 a {
  color: #7799FF;
  border-bottom: solid 1px #7799FF;
}

.c-online-easy__container-img-step1 {
  position: absolute;
  width: 392px;
  height: 172px;
  right: 14px;
  top: 99px;
}
#step02 .c-online-easy__container-title div:first-of-type {
  font-family: "Square721 Ex BT", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #adadad;
  margin-left: 76px;
}
#step02 .c-online-easy__container-title div:last-of-type {
  font-family: "Hiragino Sans W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #79f;
  line-height: 82px;
  margin-left: 140px;
}

.c-online-easy__container-body-step2 {
  width: 361px;
  margin: 29px;
  padding: 0px;
  font-size: 14px;
  text-align: left;
  line-height: 23px;
}

.c-online-easy__container-img-step2 {
  position: absolute;
  width: 388px;
  height: 256px;
  top: 66px;
  right: -23px;
}

.c-online-easy__container-body-step2-card-row {
  display: flex;
  justify-content: space-between;
  width: 660px;
  margin: 0 auto;
  margin-top: 120px;
}
.c-online-easy__container-body-step2-card {
  width: 320px;
  height: 260px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  border-bottom-right-radius: 10px;
}

.c-online-easy__container-body-step2-card img {
  margin: 0;
  width: 320px;
  height: 174px;
}
.c-online-easy__container-body-step2-card div {
  width: 280px;
  margin-top: 30px;
  margin-left: 20px;
  height: 86px;
  line-height: 86px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Hiragino Sans W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.c-online-easy__container-title.step3 div:nth-child(1) {
  margin-left: 200px;
}

.c-online-easy__container-title.step3 div:nth-child(3) {
  line-height: 24px;
  margin-top: 26px;
}

.c-online-easy__container-body-step3 {
  width: 440px;
  margin-top: 25px;
  margin-left: 194px;
  margin-bottom: 60px;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.c-online-easy__container-img-step3 {
  position: absolute;
  width: 156px;
  height: 190px;
  left: 41px;
  top: -10px;
}
.c-online-easy__container-body-step2-card .card-text-fst {
  margin-top: 22px;
  margin-left: 35px;
}
.c-online-easy__container-body-step2-card .card-text-snd {
  margin-top: 35px;
  margin-left: 55px;
}
#step03 {
  margin-top: 100px;
}
#step03 .step3 div:first-of-type {
  margin-left: 203px;
}
#step03 .step3 div:last-of-type {
  font-family: "Hiragino Sans W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #79f;
  line-height: 24px;
  margin-left: 67px;
  margin-top: 20px;
}