@charset "utf-8";

/***** Google Fonts *****/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');

.radio-program_body {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 15px;
}

.radio-program_body {
  margin: 3em 0 0;
}

.radio-program_body section {
  margin: 0 0 3em;
}

.radio-program_body section .catch {
  text-align: center;
  font-size: 21px;
  font-style: italic;
}

.radio-program_body section .catch .pre {
  background: linear-gradient(transparent 70%, #F8BBD0 70%);
  padding: 0 0.5em;
}

.radio-program_body section .apply {
  text-align: center;
  font-size: 21px;
}

.radio-program_body section .method:nth-of-type(n+2) {
  margin: 1em 0 0;
  font-weight: 600;
}

.radio-program_body section .method .css_btn_entry_blue {
  font-size: 21px;
  padding: 0.5em 4em;
}

@media screen and (min-width: 900px) {
  .radio-program_body .sp {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .radio-program_body {
    font-size: 10px;
  }

  .radio-program_body .pc {
    display: none;
  }

  .radio-program_body section {
    margin: 0 1.5em 3em;
  }

  .radio-program_body section .catch {
    font-size: 16px;
  }

  .radio-program_body section .apply {
    font-size: 16px;
  }

  .radio-program_body section .method .css_btn_entry_blue {
    font-size: 16px;
    padding: 10px 30px;
  }
}
