<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&amp;display=swap");
/* -- FOUNDATION -- */

html {
  font-size: 62.5%;
}

body {
  font: 1.4rem/1.5 sans-serif;
  color: #000;
  background: #fff;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.95;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #333;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  background-position: bottom right;
}

.header .logo_tfm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 80px;
}

.header .logo_tfm&gt;img {
  width: 100%;
  height: auto;
}

.header .freq {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}

@media (max-width: 800px) {
  .header {
    height: 70px;
  }

  .header_container {
    background: none;
  }

  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }

  .header .freq {
    display: none;
  }
}

.ham {
  display: none;
}

.ham_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 70px;
  cursor: pointer;
}

.ham_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  z-index: 2;
}

.ham_menu .hideIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
  cursor: pointer;
}

.ham_contents {
  margin-top: 100px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.ham_contents&gt;li {
  margin-bottom: 30px;
}

.ham_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.ham_sns&gt;li {
  margin: 0 20px;
}

.ham_sns&gt;li&gt;a&gt;img {
  width: 30px;
  height: auto;
}

@media (max-width: 480px) {
  .ham {
    display: block;
  }
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.main {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  font-family: "Quicksand", sans-serif;
  word-break: keep-all;
}

.mainNav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
}

.mainNav_menu&gt;li {
  padding-right: 30px;
}

.mainNav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainNav_sns&gt;li {
  margin-left: 15px;
}

.mainNav_sns&gt;li&gt;a&gt;img {
  width: 25px;
  height: 25px;
}

@media (max-width: 480px) {
  .mainNav {
    display: none;
  }
}

.mainTtl {
  margin-top: 30px;
  font-size: 3.6rem;
  font-weight: 300;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.3em;
  text-align: center;
}
@media (max-width: 480px) {
  .mainTtl {
    font-size: 3.2rem;
  }
}

.time {
  font-size: 2rem;
  color: #858585;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

.time_onair {
  margin-right: 10px;
}

.time_start {
  display: block;
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: -30px;
}

@media (max-width: 480px) {
  .time {
    font-size: 1.6rem;
  }
}

@media (max-width: 800px) {
  .time_onair {
    display: block;
  }

  .time_start {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}

.lead {
  margin: 50px auto 0;
}

.lead_head {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

/* .lead_marker {
  background: linear-gradient(transparent 60%, #ffe5b4 30%);
} */

.lead_txt {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}

.lead_img {
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 0 auto 30px;
}

.lead_bold {
  font-weight: bold;
}

@media (max-width: 800px) {
  .lead {
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
  }

  .lead_head {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .lead_txt {
    font-size: 1.5rem;
    text-align: left;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.share {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.share&gt;a&gt;img {
  width: 50px;
  height: 50px;
}

.share_tw {
  margin-right: 20px;
}

.share_line {
  display: none;
}

@media (max-width: 800px) {
  .share_fb {
    margin-right: 20px;
  }

  .share_line {
    display: block;
  }
}

.footer {
  padding: 30px 15px 0;
  border-top: 1px dotted #000;
}

.footer_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_yuskin {
  display: block;
  width: 220px;
  margin: 0 50px 0 0;
}

.footer_bo {
  display: block;
  width: 280px;
  margin: 0;
}

@media (max-width: 800px) {
  .footer_bnr {
    display: block;
    margin: 0 auto 50px;
  }
  .footer_yuskin {
    margin: 0 auto 30px;
  }
  .footer_bo {
    margin: 0 auto;
  }
}

.copyright {
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 800px) {
  .copyright {
    margin-top: 20px;
  }
}

.form {
  padding-top: 50px;
}

.form_head {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.form_head span {
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #F3D02D 30%);
}

.form_note {
  display: inline-block;
  margin: 5px 0;
  color: #e73d5c;
  font-size: 1.4rem;
}

@media (max-width: 800px) {
  form {
    margin: 30px auto 0;
    padding: 0;
  }
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 auto 50px;
  max-width: 700px;
}

@media (max-width: 480px) {
  .btnBox {
    margin-bottom: 0px;
  }
}

.btn,
.btn-tfm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px;
  padding: 20px;
  width: 300px;
  height: 70px;
  text-align: center;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  color: #fff;
  background: #fc7000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 35px;
}

.btn-tfm {
  background: #13307f;
}

.btn:visited {
  color: #fff;
}

@media (max-width: 480px) {

  .btn,
  .btn-tfm {
    font-size: 1.8rem;
  }
}

input[type="submit"] {
  background: #0062A8;
}

.message {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 30px 10px;
  text-align: center;
  border: 1px dotted #000;
}

.message_back {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}

.pagetop&gt;img {
  width: 30px;
  min-height: 0;
}

.pagetop&gt;p {
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

@media (max-width: 800px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}

.audee_kana {
  font-size: 75%;
}

.audee_kana2 {
  font-size: 60%;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>