@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand');

@font-face {
  font-family: 'rounded-mplus-1p';
  font-style: normal;
  font-weight: 300;
  src: url('/shared/fixedsite/font/rounded-mplus-1p-light.eot');
  src: url('/shared/fixedsite/font/rounded-mplus-1p-light.eot?#iefix') format('embedded-opentype'),
    url('/shared/fixedsite/font/rounded-mplus-1p-light.woff') format('woff'),
    url('/shared/fixedsite/font/rounded-mplus-1p-light.ttf') format('truetype');
}

@font-face {
  font-family: 'rounded-mplus-1p';
  font-style: normal;
  font-weight: normal;
  src: url('/shared/fixedsite/font/rounded-mplus-1p-regular.eot');
  src: url('/shared/fixedsite/font/fonts/rounded-mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
    url('/shared/fixedsite/font/fonts/rounded-mplus-1p-regular.woff') format('woff'),
    url('/shared/fixedsite/font/fonts/rounded-mplus-1p-regular.ttf') format('truetype');
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #575757;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #575757;
}

a:hover {
  opacity: .8;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px;
  padding: 20px;
  width: 250px;
  height: 70px;
  text-align: center;
  font-family: 'Quicksand';
  font-size: 2.4rem;
  color: #fff;
  background: #959595;
}

.header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #333;
  line-height: 1;
}

.header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  /* background: url(/shared/fixedsite/img/bg_header.gif) no-repeat; */
  background-position: right;
}

@media(max-width: 800px) {
  .header__container {
    background: none;
  }
}

.header__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__tokyofm {
  width: 140px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width: 800px) {
  .header__tokyofm {
    width: 105px;
    height: 70px;
  }
}

.header__tokyofm img {
  width: 140px;
  height: auto;
}

@media(max-width: 800px) {
  .header__tokyofm img {
    width: 105px;
    height: auto;
  }
}

.header__jfn {
  width: 50px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 10px; */
  margin-left: 30px;
}

@media(max-width: 800px) {
  .header__jfn {
    width: 40px;
    height: 70px;
    margin-left: 20px;
  }
}

.header__jfn img {
  width: 50px;
  height: auto;
}

@media(max-width: 800px) {
  .header__jfn img {
    width: 40px;
    height: auto;
  }
}

.header__freq {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 1.0rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
  transform: rotate(0);
}

@media(max-width: 800px) {
  .header__freq {
    display: none;
  }
}

.container {
  margin: auto;
  max-width: 1000px;
}

@media(max-width: 1100px) {
  .container {
    width: 90%;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  font-family: 'Quicksand';
  background: rgba(255, 255, 255, .9);
  word-break: keep-all;
}

@media(max-width: 480px) {
  .nav {
    display: none;
  }
}

.nav__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

@media(max-width: 480px) {
  .nav__menu {
    display: none;
  }
}

.nav__menu>li {
  padding-right: 30px;
}

.nav__menu>li:last-child {
  padding-right: 0;
}

@media(max-width: 480px) {
  .nav__menu>li {
    padding-right: 15px;
  }

  .nav__menu>li:last-child {
    padding-left: 0;
  }
}

.nav__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.nav__sns a:hover {
  background: white;
}

.nav__sns>li {
  margin-left: 15px;
}

.nav__sns svg {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}
.nav__sns img {
  width: 25px;
  height: 25px;
}

@media(max-width: 480px) {
  .nav__sns {
    display: none;
  }

  .nav__sns svg {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }
  .nav__sns img {
    width: 20px;
    height: 20px;
  }
}

.ham {
  position: relative;
  display: none;
}
.ham__sns img {
  width: 30px;
  height: auto;
}
@media(max-width: 480px) {
  .ham {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .ham__icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 0;
  }
  .ham_icon img {
    width: 40px;
    height: 40px;
  }
}

.ham__menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  left: 0;
  top: 0;
  z-index: 102;
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.ham__contents {
  margin-top: 100px;
  font-family: 'Quicksand';
  text-align: center;
}

.ham__contents > li {
  margin-bottom: 30px;
}

.ham__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.ham__sns > li {
  margin: 0 20px;
}

.ham__sns svg {
  width: 30px;
  height: auto;
}
.ham_icon {
  display: flex;
  align-items: center;
  width: 40px;
  height: 70px;
  cursor: pointer;
}
.hideIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
  cursor: pointer;
}

.hide__icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
}

.title {
  padding: 0 0 20px;
  font-family: 'rounded-mplus-1p';
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: .4em;
  text-align: center;
}

@media(max-width: 480px) {
  .title {
    padding-top: 20px;
    font-size: 2.4rem;
    letter-spacing: .2em;
  }
}

.onairtime {
  font-size: 2.0rem;
  color: #858585;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}

@media(max-width: 480px) {
  .onairtime {
    font-size: 4.4vw;
  }
}

.onairtime__onair {
  margin-right: 10px;
}

.special {
  margin: 50px auto 0;
  padding: 15px;
  line-height: 1.5;
  text-align: center;
  background: #ffeaa9;
}

.special_head {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.special_head span {
  font-size: 1.6rem;
}

@media(max-width: 800px) {
  .special {
    text-align: left;
  }
}

.lead {
  display: flex;
  justify-content: center;
  margin: 40px auto 60px;
}

@media(max-width: 800px) {
  .lead {
    display: block;
    margin: 30px auto 50px;
    flex-flow: column;
  }
}

.person {
  flex: 0 0 auto;
}

.person img {
  width: 100%;
  max-width: 166px;
  height: auto;
  flex: 1 0 0%;
}
@media (max-width: 800px) {
  .person img {
    width: 60%;
    max-width: 270px;
  }
}

@media(min-width: 801px) {
  .person__one:not(:last-child) {
    margin-right: 10px;
  }
}

.person__name {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
}

.desc {
  flex: 0 1 auto;
  /* padding-left: 30px; */
  line-height: 2;
}

@media (max-width: 800px) {
  .desc {
    margin: 0 auto;
    /* padding: 30px 0 0; */
    text-align: left;
  }
}

@media(max-width: 480px) {
  .desc {
    width: 100%;
  }
}

.sponsor__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
  margin: 0 auto 70px;
  padding: 15px 40px;
  border: 1px solid #ddd;
}

.sponsor__bnr__image {
  width: 138px;
  height: auto;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px;
  padding: 20px;
  width: 250px;
  height: 70px;
  text-align: center;
  font-family: 'Quicksand';
  font-size: 2.4rem;
  color: #fff;
  background: #959595;
}

@media(max-width: 480px) {
  .message {
    margin-bottom: 50px;
  }
}

.message_note {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
@media(max-width: 480px) {
  .message_note {
    font-size: 3.8vw;
  }
}

.section {
  margin: 70px auto 70px;
  text-align: center;
}
@media(max-width: 800px) {
  .section {
    margin: 30px auto;
    flex-flow: column;
    text-align: center;
  }
}

.subtitle {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Quicksand';
}

@media(max-width: 480px) {
  .subtitle {
    margin-bottom: 20px;
  }
}

.report__title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Quicksand';
}

@media(max-width: 480px) {
  .report__title {
    margin-bottom: 20px;
  }
}

.article {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: wrap;
  margin: 0 auto 50px;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

@media(max-width: 480px) {
  .article {
    flex-flow: wrap;
    margin: 0 auto 20px;
  }
}

.article__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
}

@media(max-width: 800px) {
  .article__image {
    width: 100%;
    border-right: none;
  }
}

.article__image>img {
  width: 100%;
}

.article__content {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  width: 50%;
  padding: 30px;
  border-left: 1px solid #ddd;
}

@media(max-width: 800px) {
  .article__content {
    width: 100%;
    border-left: none;
  }
}

.article__space {
  float: right;
  height: 100%;
}

.article__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  font-size: 1.4rem;
  margin: 5px 0 0 auto;
  color: #fff;
  background: #959595;
  font-family: 'Quicksand';
}

.article__title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 2.0rem;
  border-bottom: 3px double #ddd;
}

@media(max-width: 480px) {
  .article__title {
    font-size: 1.8rem;
  }
}

.article__time {
  font-size: 1.2rem;
  color: #858585;
  font-family: 'Quicksand'
}

.article__text {
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

.article__text--index img {
  display: none;
}

.article__share {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.0rem;
  border-top: 1px solid #ddd;
}

.article__share svg {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}

.fb-like {
  margin-right: 5px;
}

.pager {
  display: flex;
  margin-bottom: 50px;
}

@media(max-width: 480px) {
  .pager {
    margin-bottom: 20px;
  }
}

.pager__back,
.pager__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  color: #fff;
  background: #959595;
  font-family: 'Quicksand';
  font-size: 2.4rem;
}

.pager__back {
  margin-right: auto;
}
.pager__next {
  margin-left: auto;
}

@media(max-width: 480px) {
  .pager__back,
  .pager__next {
    width: 70px;
    height: 40px;
    font-size: 1.6rem;
  }
}

.vap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px 0;
  padding: 20px;
  width: 200px;
  height: 50px;
  text-align: center;
  font-family: 'Quicksand';
  font-size: 1.8rem;
  color: #fff;
  background: #959595;
}

.vap:hover {
  opacity: .8;
  cursor: pointer;
}

.vap>svg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

footer {
  clear: both;
  margin: 70px auto 0;
  padding-bottom: 6px;
  font-size: 1.1rem;
  word-break: normal;
}

.copyright {
  margin: 20px 0 0;
  padding: 0 0 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Quicksand';
  clear: both;
  transform: rotate(0);
}

.page-top {
  position: fixed;
  padding: 2px;
  bottom: 20px;
  right: 20px;
  background: transparent;
  cursor: pointer;
  text-align: center;
  background: #ffffffaa;
  border-radius: 7px;
  z-index: 100;
}

.page-top:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.page-top img {
  width: 30px;
  height: auto;
  margin-bottom: 10px;
}

.page-top svg {
  width: 30px;
  min-height: 0;
}

.page-top p {
  margin-top: -15px;
  font-family: 'Quicksand';
  font-size: 1.2rem;
}

/* Utility */

.u-flexsb {
  display: flex;
  justify-content: space-between;
}

.u-red {
  color: #FC012E;
}

.u-under {
  text-decoration: underline;
}

.u-pc {
  display: block;
}

@media(max-width: 480px) {
  .u-pc {
    display: none;
  }
}

.spDetail {
  display: none;
}

@media screen and (max-width:767px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}

@media screen and (max-width:999px) and (min-width:768px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}

.bnr-aska {
  display: block;
  max-width: 517px;
  margin: 0 auto 30px;
  border: 1px solid #eee;
}

.bnr-812 {
  display: block;
  max-width: 517px;
  margin: 0 auto 70px;
  border: 1px solid #eee;
}

/* ///////////////////////////////////////////////////////////////////

共通フッター　不具合修正 (2020/05/25 takahashi)

/////////////////////////////////////////////////////////////////// */

footer .multibox .spDetail section div{
	box-sizing: content-box;
}