.Header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 68px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.Header__logo {
  margin-left: 0.5rem;
}

.Header__logo_text {
  font-size: 8px;
  color: #235994;
  line-height: 8px;
  width: 80px;
  text-align: center;
}

.Header__btn_img img {
  position: absolute;
  display: block;
  box-sizing: border-box;
  right: 10px;
  width: auto;
  height: 100%;
  text-align: right;
  padding: 8px 0;
}

@media screen and (max-width: 320px) {
  .Header__btn_img img {
    position: absolute;
    display: block;
    box-sizing: border-box;
    right: 10px;
    width: 160px;
    text-align: right;
    padding: 8px 0;
  }
}

.Main__container {
  margin: 0 auto;
  color: #555;
  font-family: sans-serif;
  font-weight: 400;
}

.TopContents__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 480px) {
  .TopContents__container {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .TopContents__container {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .TopContents__container {
    font-size: 30px;
  }
}
@media (orientation: landscape) {
  .TopContents__container {
    min-height: 760px;
  }
}

.TopContents__main {
  width: 100%;
  text-align: center;
}

.Title__container {
  margin: 2.5rem 0 2rem;
}

.Title__label {
  text-align: center;
  font-size: 12px;
  color: #999999;
}

.Title__title {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
  text-align: center;
}

.Title__title_inner {
  background: linear-gradient(transparent 70%, #f99eb8 70%);
  padding: 0 5px 2px;
  font-weight: 400;
}

.Title__info {
  padding: 0 24px;
  margin: 0 auto 8px;
  width: 322px;
  text-align: center;
  font-size: 12px;
  color: #e02d6f;
}

.Title__info {
  padding: 0 24px;
  margin: 0 auto 8px;
  width: 322px;
  text-align: center;
  font-size: 12px;
  color: #e02d6f;
}

.Main_contents {
  background: #fbf7f4;
  padding: 1px 0 24px 0;
}

.content {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

.content img {
  width: 100%;
}

.Campaign_title {
  background: #8d5853;
  border-bottom: 0px solid #000000;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 32px auto 16px;
  padding: 4px 32px 4px 32px;
  text-align: center;
  width: 180px;
  max-width: 375px;
}

.Campaign__sub_title {
  font-size: 16px;
  text-align: left;
  padding: 0 32px;
  margin-bottom: 16px;
}

.Main__headline_text {
  font-size: 16px;
  text-align: left;
  padding: 0 32px;
  margin-bottom: 4px;
}

.Main_text {
  font-size: 16px;
  text-align: left;
  padding: 0 32px;
  margin-bottom: 16px;
}

.Period_text {
  color: #d10013;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

strong {
  color: #d10013;
  font-weight: 700;
}

@media screen and (min-width: 400px) {
  .Main_contents {
    background: #fbf7f4;
    max-width: 690px;
    padding: 16px 0 32px;
    margin: 0 auto;
  }

  .content {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
  }

  .content img {
    width: 100%;
  }

  .Campaign_title {
    background: #8d5853;
    border-bottom: 0px solid #000000;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    margin: 24px auto 16px;
    padding: 4px 32px 4px 32px;
    text-align: center;
    width: 180px;
    max-width: 375px;
  }

  .Campaign__sub_title {
    font-size: 18px;
    text-align: left;
    padding: 0 64px;
    margin-bottom: 16px;
  }

  .Main__headline_text {
    font-size: 18px;
    text-align: left;
    padding: 0 64px;
    margin-bottom: 4px;
  }

  .Main_text {
    font-size: 18px;
    text-align: left;
    padding: 0 64px;
    margin-bottom: 16px;
  }

  .Period_text {
    color: #d10013;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
  }
}

.content__freeTraining {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  max-width: 480px;
}

.content__freeTraining_btn_container {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 90%;
  height: auto;
  margin-bottom: 6px;
}

.content__freeTraining_btn {
  position: relative;
  animation: bounce-button 2s infinite;
  box-shadow: 0 12px 0 #af5872;
  display: flex;
  border-radius: 72px;
  padding: 12px 4px 20px 4px;
  background: -webkit-linear-gradient(top, #f1799d 50%, #e37194 50%);
  background: -moz-linear-gradient(top, #f1799d 50%, #e37194 50%);
  background: -ms-linear-gradient(top, #f1799d 50%, #e37194 50%);
  background: linear-gradient(top, #f1799d 50%, #e37194 50%);
}
@keyframes bounce-button {
  0% {
    box-shadow: 0 12px 0 #af5872;
    top: 0;
  }
  10% {
    box-shadow: 0 0 0 #af5872;
    top: 12px;
  }
  20% {
    box-shadow: 0 12px 0 #af5872;
    top: 0;
  }
  30% {
    box-shadow: 0 0 0 #af5872;
    top: 12px;
  }
  40% {
    box-shadow: 0 12px 0 #af5872;
    top: 0;
  }
}
.content__freeTraining_btn__left_column {
  width: 15%;
}

.content__freeTraining_btn__center_column {
  width: 70%;
}

.content__freeTraining_btn__right_column {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__freeTraining_btn__right_column img {
  width: 48px;
  height: 48px;
}

.content__freeTraining_btn__text_1__container {
  display: flex;
  justify-content: center;
}
.content__freeTraining_btn__text_1 {
  background-color: white;
  padding: 4px 16px;
  border-radius: 24px;
}
.content__freeTraining_btn__text_2 {
  color: white;
  font-size: 2.5rem;
  margin: -6px auto 0;
  font-weight: 500;
  width: 85%;
}

@media screen and (max-width: 480px) {
  .content__freeTraining_btn_container {
    bottom: 10%;
  }
  .content__freeTraining_btn {
    margin: 8px 16px 2px;
    padding: 12px 4px 16px 4px;
  }
  .content__freeTraining_btn__left_column {
    width: 10%;
  }
  .content__freeTraining_btn__center_column {
    width: 80%;
  }
  .content__freeTraining_btn__right_column {
    width: 10%;
    margin-left: -6px;
  }
  .content__freeTraining_btn__text_1 {
    font-size: 1rem;
  }
  .content__freeTraining_btn__text_2 {
    font-size: 1.5rem;
    margin: 2px auto 0;
    width: 90%;
  }
  .content__freeTraining_btn__right_column img {
    width: 32px;
    height: 32px;
  }
}
