<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");

@font-face {
  font-family: "rounded-mplus-1p";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/rounded-mplus-1p-light.eot");
  src: url("../../fonts/rounded-mplus-1p-light.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/rounded-mplus-1p-light.woff") format("woff"),
    url("../../fonts/rounded-mplus-1p-light.ttf") format("truetype");
}

@font-face {
  font-family: "rounded-mplus-1p";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/rounded-mplus-1p-regular.eot");
  src: url("../../fonts/rounded-mplus-1p-regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/rounded-mplus-1p-regular.woff") format("woff"),
    url("../../fonts/rounded-mplus-1p-regular.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
  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: 0.8;
}

.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-position: right; */
}

@media (max-width: 800px) {
  .header__container {
    background: none;
  }
}

.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__freq {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 1rem;
  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;
  font-family:"Noto Sans JP";
}

@media (max-width: 899px) {
  .container {
    width: 90%;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  font-family: "Quicksand";
  background: rgba(255, 255, 255, 0.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 &gt; li {
  padding-right: 30px;
}

.nav__menu &gt; li:last-child {
  padding-right: 0;
}

@media (max-width: 480px) {
  .nav__menu &gt; li {
    padding-right: 15px;
  }

  .nav__menu &gt; li:last-child {
    padding-left: 0;
  }
}

.nav__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

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

.nav__sns img {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}

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

  .nav__sns img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }
}

.nav__sns a:hover {
  background: white;
}

.ham {
  position: relative;
  display: none;
}

@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__menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  left: 0;
  top: 0;
  z-index: 10;
}

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

.ham__contents {
  margin-top: 100px;
  font-family: "Quicksand";
  text-align: center;
}

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

.ham__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

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

.ham__sns img {
  width: 30px;
  height: auto;
}

.hide__icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
}


/* =========================================================
title
========================================================= */

.title {
  height:537px;
  background: url(../../img/header2.jpg) no-repeat top center;
}

.title span{
  display: block;
  width:1000px;
  padding:40px 0 0 0;
  margin:0 auto;
  text-align:center;
}

.title span img.pc{
   display:block;
   width:675px;
   margin:0 auto;
}

.pc{
  display:block;
}
.sp{
 display:none;
}

@media (max-width:899px) {
  .title {
     height:auto;
  }
  .title span{
     width:auto;
     padding:0;
     margin:0 auto;
  }
  .title span img.sp{
      width:100%;
      height:auto;
   }
   .title span img.pc{
      display:none;
   }
  .pc{
   display:none;

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

   }
  .sp{
    display:block;
   }
}

/* =========================================================
subtt
========================================================= */
.subtt {
  padding:1% 0;
  margin: 0 0 3% 0;
  text-align: center;
  font-weight: normal;
  font-size:170%;
  color:#fff;
  background: #4f86c6;
}

.subtt br{
   display:none;
}

@media screen and (max-width: 899px) {
  .subtt {
    margin: 0 0 5% 0;
    padding:3% 3% 2%;
    font-size:120%;
    line-height:1.3em;
  }
  .subtt br{
      display:inline;
  }
}

/* =========================================================
lead-txt
========================================================= */
.lead-txt{
   padding:0 0 35px 0;
   text-align:left;
   line-height:1.6em;
}

@media screen and (max-width: 899px) {
  .lead-txt{
   padding:0 0 5% 0;
  }
}

/* =========================================================
present
========================================================= */
.present-out{
 display:flex;
}

.present-wrap{
   width:800px;
}

.present-ph{
  width:190px;
}

.present-ph img{
  width:190px;
  height:auto;
  margin:0 0 0 20px;
}
.present-inner{
   float:left;
   margin:0 0 20px 0;
}
.present-wrap img{
   width:98px;
   float:left;
   margin:0 20px 0 0;
}

.present-subtt {
    padding:0 0 5px 0;
    color:#eb654c;
    font-size:140%;
    line-height:1.4em;
    font-weight:bold;
}

.present-subtt span{
     font-size:90%;
     font-weight:normal;
}

.present-day {
    padding:0 0 2% 0;
    color:#176eae;
}

.present-day-pri{
   padding:2px 4px 4px 4px;
   background:#176eae;
   border-radius:3px;
   color:#fff;
   font-style:normal;
   font-size:85%;
}

.present-txt{
  clear:both;
  margin:10px 0 0 0;
}

.present-txt strong{
    display:block;
    padding:0 0 10px 0;
    font-size:120%;
}

.present-st {
    padding:30px 0 0 0;
    color:#eb654c;
    font-size:130%;
    line-height:1.4em;
}

.present-impact{
  padding:0 0 10px 0;
  font-size:130%;
  color:#176eae;
}

.present-impact img{
   margin:0 5px 0 0;
 }


.present-pro{
  display: flex;
  justify-content:center;
  align-items: top;
  flex-wrap: wrap;
  padding:5px 0 20px 0;
}

.present-pro li{
  width:25%;
  padding:0 10px 20px 0;
  font-size:65%;
  color:#333;
  text-align:center;
}

.present-pro li img{
    width:100%;
    height:auto;
    margin:0 0 5px 0;
}

.present-pro li:first-child img{
   border:1px solid #ccc;
}

.present-pro li:last-child img{
   border:1px solid #ccc;
}

.present-cau{
   width:50%;
   margin:0 auto 50px;
   padding:5px;
   background:#176eae;
   border-radius: 5px;
   color:#fff;
   font-size:130%;
   text-align:center;
}


@media screen and (max-width: 899px) {
  .present-wrap{
   width:auto;
   }

  .present-wrap img{
   width:18%;
   max-width:98px;
   margin:0 10px 0 0;
   }

   .present-inner{
      width:75%;
      margin:0 0 1% 0;
   }

  .present-subtt {
    padding:0 0 4% 0;
    font-size:120%;
    line-height:1.2em;
  }
  .present-subtt img{
    width:100%;
    height:auto;
  }

  .present-txt {
      padding:0 0 2% 0;
   }
  .present-txt strong{
    display:block;
    padding:2% 0 2% 0;
    font-size:105%;
    line-height:1.4em;
  }
  .present-txt strong br{
     display:none;
  }
  .present-ph{
    clear:both;
    width:100%;
    float:none;

  }
  .present-ph img{
    display:block;
    margin:2% auto 0;
    width:50%;
    height:auto;
  }

  .present-st {
    padding:4% 0 0 0;
    color:#eb654c;
    font-size:110%;
    line-height:1.3em;
   }
  .present-impact{
    padding:1% 0 0 0;
    font-size:120%;
    color:#176eae;
  }

  .present-pro{
    justify-content:space-between;
  }
  .present-pro li{
    width:49%;
    padding:0 0 20px 0;
  }

  .present-cau{
     width:90%;
     margin:0 auto 9%;
     padding:3% 0;
     font-size:100%;
   }
}

/* =========================================================
present-radio
========================================================= */

.present-radio{
  margin:45px 0 40px 0;
  padding:20px;
  background:#e6f0f9;
}

.present-radio-impact{
  padding:0 0 13px 0;
  font-size:150%;
  font-weight:bold;
  color:#176eae;
}

.present-radio-impact span{
  width:525px;
  margin:4px 0 0 0;
  display:block;
  float:right;
  text-align:left;
}


.present-radio strong{
  display:block;
  padding:10px 0 5px 0;
  color:#eb654c;
  font-weight:normal;
  font-size:120%;
 }
 .present-radio strong br{
    display:none;
 }

.present-radio strong span{
  font-size:140%;
  font-weight:bold;
 }


.present-radio-ph img{
  width:220px;
  height:auto;
  float:right;
}

.present-radio-desc{
  font-size:80%;
  line-height:1.5em;
  color:#176eae;
 }

 .present-radio-desc em{
   font-style:normal;
   color:#eb654c;
 }


@media screen and (max-width: 899px) {
  .present-radio{
    margin:5% 0 5% 0;
    padding:4%;
  }

  .present-radio h4 img{
     width:60%;
     max-width:280px;
     margin:1% 0 0 0;
  }

  .present-radio-impact{
    font-size:120%;
  }
  .present-radio-impact span{
    width:auto;
    margin:0;
    display:inline;
    float:none;
    text-alignleft;
   }
  .present-radio-ph{
     width:100%;
  }
 .present-radio-ph img{
      display:block;
      float:none;
      width:50%;
      margin:5% auto 0;
  }

  .present-radio strong {
    font-size:100%;
    font-weight:bold;
    line-height:1.6em;
  }
  .present-radio strong br{
    display:block;
  }
  .present-radio-txt{
    width:auto;
    margin:3% 0 0 0;
    font-size:95%;
  }
  .present-pro{
    justify-content:space-between;
  }
  .present-pro li{
    width:49%;
    padding:0 0 20px 0;
  }
}

/* =========================================================
cm
========================================================= */
.cm{
  margin:0 auto 60px;
  border-top:3px solid #176eae;
}

.cm-wrap{
  margin:30px 0 30px 0;
}

.cm-wrap img{
  width:98px;
  height:auto;
  float:left;
  margin:0 13px 0 0;
}


.cm-inner{
  float:left;
}


.cm-subtt {
    padding:10px 0 13px 0;
    color:#eb654c;
    font-size:150%;
    font-weight:bold;
    line-height:1.4em;
}

.cm-impact{
  clear:both;
  padding:0 0 10px 0;
  font-size:110%;
  color:#176eae;
}
.cm-txt{
  padding:0 0 25px 0;
}
.cm-txt-small{
  padding:0 0 15px 0;
  font-size:80%;
}
.cm-txt-small span{
    color:#eb654c;
}

.cm .present-pro{
  padding: 5px 0 5px 0;
}

.cm .present-pro li img{
    width:100%;
    height:auto;
    margin:0 0 0 0;
    border:1px solid #ccc;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  padding: 20px;
  width: 340px;
  height: 70px;
  text-align: center;
  font-family: "Quicksand";
  font-size: 2.4rem;
  color: #fff;
  background: #d74629;
  border-radius: 5px;
}

.message img{
 margin:0 10px 0 0;
}

@media (max-width: 899px) {
 .cm{
    margin:0 auto 9%;
  }

 .cm-wrap{
   width:auto;
   margin:5% 0 2% 0;
 }

 .cm-wrap img{
   width:18%;
   max-width:98px;
   margin:0 10px 0 0;
 }

 .cm-inner{
      width:75%;
      margin:0 0 1% 0;
 }

 .cm-subtt {
    padding:0 0 3% 0;
    font-size:130%;
  }
 .cm-subtt img{
    width:80%;
    height:auto;
  }
  .cm-impact{
     padding:2% 0 2% 0;
  }
  .cm .present-pro{
     padding: 5px 0 0 0;
  }
  .cm .present-pro li img{
      margin:0 0 9% 0;
  }
  .cm .present-pro li:nth-of-type(3){
    display:none;
  }
  .cm .present-pro li:nth-of-type(4){
    display:none;
  }
  .message {
    width: 80%;
    margin: 4% auto 0;
    font-size: 2rem;
  }
}

/* =========================================================
from-listener
========================================================= */
.from-listener{
  margin:0 auto 60px;
  padding: 30px 0 0 0;
  border-top: 2px dashed #176eae;
}

.from-listener-subtt {
  display: flex;
  align-items: center;
  padding:10px 0 13px;
  color:#eb654c;
  font-size:150%;
  font-weight:bold;
  line-height:1.4em;
}
.from-listener-subtt span{
  display:block;
  padding:0 0 0 0;
}
.from-listener-subtt img.icon_name{
  width: 35px;
  height: auto;
  margin: 0 5px 0 0;
}

.from-listener-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
  width: 1000px;
  margin: 15px auto 0;
}
.from-listener-wrap{
  clear: both;
}

.from-listener-article {
  width: 32%;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.from-listener-title {
  padding: 12px 0;
  font-size: 100%;
}

.from-listener-tt {
  padding: 0 0 5px 0;
}

.from-listener-date {
  padding: 0 0 0 0;
  font-size: 80%;
  color: #176eae;
}

.from-listener-ph {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: 230px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
}

.from-listener-ph img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.from-listener-ph img {
  width: 100%;
  height:230px;
  object-fit: cover;
  object-position:top;
  font-family: 'object-fit:cover; object-position:top;'
}

.from-listener-ph a img:hover {
  opacity: 0.7;
}

.from-listener-inner a {
  text-decoration: none;
  color: #333;
}

.from-listener-inner::after {
  content: "";
  display: block;
  width: 32%;
}

.from-listener-listlink a{
  display: block;
  width: 130px;
  margin:0 auto;
  padding: 5px 0;
  border: 2px solid #333;
  border-radius: 20px;
  color: #333;
  text-align: center;
}

.from-listener-morelink{
  display: block;
  width: 100%;
  margin: 20px auto 40px;
  text-align: center;
}

.from-listener-morelink span{
  display: block;
  width:280px;
  margin: 0 auto 0;
  padding: 12px 0;
  color: #fff;
  background: #4f86c6;
  border-radius: 24px;
  cursor: pointer;
}


@media screen and (max-width: 999px) {
  .from-listener-subtt {
    align-items: top;
    padding: 0;
    margin: 0 0 7% 0;
    font-size: 120%;
  }
  .from-listener-subtt img {
    width: 65%;
    height: auto;
  }
  .from-listener-inner {
    display: block;
    width: auto;
  }
  .from-listener-article {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 4% 0;
  }

  .from-listener-listlink {
    margin: 7% auto 0;
  }
  .from-listener-morelink{
    margin: 0 auto 7%;
  }
}
.fb-like {
  margin-right: 5px;
}


.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: 0.8;
  cursor: pointer;
}

.vap &gt; svg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/* =========================================================
footer
========================================================= */
footer {
  clear: both;
  margin: 0 auto;
  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;
  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;
}

.page-top__arrow {
  min-height: 0;
}

/* Utility */

.u-flexsb {
  display: flex;
  justify-content: space-between;
}

.u-red {
  color: #fc012e;
}

.u-pc {
  display: block;
}

@media (max-width: 480px) {
  .u-pc {
    display: none;
  }
}
.pcDetail {
    padding:1% 0 6% 0;
    border-top: 1px solid #333;
}
.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;
  }
}

/* =========================================================
clearfix
========================================================= */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* 共通フッター　WIZ RADIOのみ削除 */
/*
#listen-pc &gt; div &gt; div {
  width: 766px !important;
  background-size: 123% !important;
}
#listen-pc &gt; div &gt; div &gt; dl &gt; dd:nth-child(4) {
  display: none;
}

@media (max-width: 800px) {
  #listen-sp &gt; section &gt; div:nth-child(4) &gt; div:nth-child(1){
    margin: 0 auto !important;
    width: 42.5% !important;
    float: none !important;
  }
  #listen-sp &gt; section &gt; div:nth-child(4) &gt; div:nth-child(2) {
    display: none;
  }
} */


/* ///////////////////////////////////////////////////////////////////

共通フッター　不具合修正 (2020/05/25 takahashi)

/////////////////////////////////////////////////////////////////// */

#listen-sp section div{
	box-sizing: content-box;
}

</pre></body></html>