@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


body {
  background: #ebf1f3;
  color: #333;
  font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
  font-weight:400;
  text-align: center;
  letter-spacing: 0.025em;
}

input:focus {
  outline: 0;
}

h2 {
  font-weight: 700;
}

a {
  text-decoration: none;
}

/*::::::::::header::::::::::*/
header {
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  z-index: 99;
  height: 50px
}

header.bgwhite{
  background: rgba(255,255,255,0.5);
}

header .w1024{
  text-align: left;
  padding: 5px 0;
  position: relative;
}
  
header .w1024 img{
  vertical-align: middle;
}
/*::::::::::header::::::::::*/

.staff {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.staff li img {
  display: block;
  width: 100%;
}

.staff li p{
  line-height: 1.6;
  text-align: left;
}

.more {
  background: #90c31f;
  color: #fff;
  font-weight: 700;
}

.message_photo img {
  width: 100%;
}

.message dt, .message dd {
  text-align: left;
  font-weight: 500;
}

.message dd {
  line-height: 1.6;
  color: #11512b;
}

.listen ul {
  display: table;
}

.listen ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
}


/*::::::::::footer::::::::::*/

footer {
  background: #11512b;
}

footer small {
  color: #fff;
}

/*::::::::::footer::::::::::*/


/*PC*/
@media screen and (min-width: 769px)
{

  html,body {
    min-width: 1024px;
  }

  .hide_pc {
    display: none;
  }

  .w1024 {
    width: 1024px;
    margin: 0 auto;
  }

  a:hover {
    opacity:0.8;
  }

  /*::::::::::header::::::::::*/
  header .w1024 img {
    padding: 0 10px;
  }

  header .w1024 nav {
    position: absolute;
    top: 10px;
    right: 0;
  }
  
  header .w1024 nav img {
    padding: 0 0 0 5px;
  }
  /*::::::::::header::::::::::*/
  
  /*::::::::::top::::::::::*/
  .top {
    background: url('https://podcasts.tfm.co.jp/lock/2019/staff/img/header_pc.jpg') top center no-repeat;
    background-size: 1920px;
  }

  .top .w1024 {
    height: 700px;
    padding: 0;
  }
  /*::::::::::top::::::::::*/
  
  .staff-wrapper .w1024 {
    padding: 64px 0 0;
  }
  
  .staff li {
    width: 494px;
    padding-bottom: 64px;
    font-size: 18px;
  }
  
  .staff li:first-child, .staff li:nth-child(2n+1) {
    padding-right: 18px;
  }
  
  .staff li:nth-child(2n) {
    padding-left: 18px;
  }
  
  .staff li:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  
  .more {
    width: 500px;
    border-radius: 40px;
    margin: 0 auto 64px;
    padding: 15px 0;
    font-size: 24px;
  }
  
  .more:hover {
    filter: brightness(105%);
    cursor: pointer;
  }
  
  .message .w1024 {
    background: url(../img/border_pc.png) top center repeat-x,url(../img/border_pc.png) bottom center repeat-x;
    background-size: 4px;
    margin-bottom: 64px;
    padding: 64px 0;
  }
  
  .photo {
    padding: 0 0 44px;
  }
  
  .message dl{
    display: table;
    width: 100%
  }
  
  .message dt, .message dd {
    display: table-cell;
    vertical-align: top;
  }
  
  .message dt {
    width: 232px;
  }
  
  .message dt img{
    width: 173px;
  }
  
  .message dd {
    font-size: 18px;
  }
  
  .listen {
    padding: 64px 0 0;
  }
  
  .listen p {
    padding: 0 0 36px;
  }

  .listen p img{
    width: 244px;
  }

  .listen ul {
    width: 540px;
    margin: 0 auto;
  }
  
  .listen ul li img{
    width: 180px;
  }
  
  /*::::::::::footer::::::::::*/
  footer .w1024 {
    padding: 72px 0;
  }

  .sol img {
    width:250px;
    margin-bottom: 48px;
  }
  
  footer small {
    font-size: 10px;
  }

  #pagetop {
    display:inline;
    position:fixed;
    bottom:0;
    right:20px;
    opacity:0.7;
    width:50px;
    text-align: right;
    line-height: 0;
  }

  #pagetop img {
    width:50px;
  }

  #pagetop img:hover {
    opacity:0.6;
    cursor: pointer;
  }
  /*::::::::::footer::::::::::*/
}

/*SP*/
@media screen and (max-width: 768px)
{

  body {
    font-size:12px;
  }

  .hide_sp {
    display: none;
  }

  img {
    max-width: 100%;
  }

  /*::::::::::header::::::::::*/
  header .w1024 {
    padding: 12px 5px;
    /* background: #002907; */
    height: 30px;
  }
  
  header .w1024 img {
    height: 25px;
  }
  
  header .w1024 nav{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  header .w1024 nav img {
    height:30px;
  }
  /*::::::::::header::::::::::*/
  
  /*::::::::::top::::::::::*/
  h1 {
    line-height: 0;
    /* padding-top: 15px; */
  }
  h1 img {
    width: 100%;
  }
  /*::::::::::top::::::::::*/
  
  .staff-wrapper {
    padding: 0 10px;
  }
  
  .staff-wrapper .w1024 {
    padding: 10px 0 0;
  }
  
  .staff li {
    width: 98%;
    padding-bottom: 36px;
    font-size: 14px;
  }
  
  .more {
    width: 100%;
    border-radius: 40px;
    margin: 0 auto 32px;
    padding: 15px 0;
    font-size: 20px;
  }
  
  .message {
    padding: 0 10px;
  }
  
  .message .w1024 {
    /* background: url(../img/border_sp.png) top center no-repeat,url(../img/border_sp.png) bottom center no-repeat; */
    background-size: 100%;
    margin-bottom: 32px;
    padding: 40px 0;
  }
  
  .message dt {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  
  .message dt img{
    width: 26%;
  }
  
  .message dd {
    width: 100%;
    font-size: 12px;
  }
  
  .listen {
    padding: 32px 0 0;
  }
  
  .listen p {
    padding: 0 0 12px;
  }

  .listen p img{
    width: 60%;
  }

  .listen ul {
    width: 80%;
    margin: 0 auto;
  }
  
  .listen ul li img{
    width: 60%;
  }
  
  /*::::::::::footer::::::::::*/
  footer{
    padding:60px 0 ;
}

  .sol img{
    width:40%;
    margin-bottom: 20px;
  }

  .banner{
    padding:30px 10px 0;
  }
  
  #pagetop {
    display:inline;
    position:fixed;
    bottom:0;
    right:10px;
    opacity:0.7;
    width:20%;
    text-align: right;
    line-height: 0;
  }

  #pagetop img {
    width:70%;
  }
  /*::::::::::footer::::::::::*/
}

/*SP*/
@media screen and (max-width: 320px)
{
  
}