@charset "UTF-8";
/* CSS Document */
.mv{
  height: 240px;
  background: url("../img/mv.jpg") center no-repeat;
  background-size: cover;
}

ol.pan {
  margin: 10px 0 75px;
}

.main{
  padding-bottom: 90px;
}

.main h1{
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

.inner_box{
  padding: 45px 60px 290px;
  margin-bottom: 105px;
  background: #FFF;
}

.inner_box ul{
  border-top: 1px dotted #7f7f7f;
}

.inner_box ul li{
  width: 100%;
  display: table;
  padding: 15px 0;
  border-bottom: 1px dotted #7f7f7f;
}

.inner_box ul li p{
  font-size: 16px;
  line-height: 1;
  display: table-cell;
  vertical-align: top;
}

.inner_box ul li p.date{
  width: 145px;
}

.inner_box ul li p.cate{
  width: 110px;
}

.inner_box ul li p.cate span{
  width: 90px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 5px 0 3px;
  display: inline-block;
}

.inner_box ul li p.cate.pr span{
  background: #00a7eb;
}

.inner_box ul li p.title{
  font-size: 16px;
  line-height: 1.3;
}


@media screen and (max-width: 739px) {
  .mv{
    height: 30vw;
    background: url("../img/mv.jpg") center no-repeat;
    background-size: cover;
  }
  
  ol.pan {
    margin: 1vw 0 10vw;
  }

  .main{
    padding-bottom: 10vw;
  }
  
  .main h1{
    font-size: 5vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5vw;
  }

  .inner_box{
    padding: 5vw  3.5vw;
    margin-bottom: 10vw;
    background: #FFF;
  }

  .inner_box ul li{
    padding: 2vw 0;
  }

  .inner_box ul li p{
    font-size: 3vw;
    line-height: 1;
    display: inline-block;
  }

  .inner_box ul li p.date{
    width: auto;
    padding: 1vw 0;
  }

  .inner_box ul li p.cate{
    width: auto;
    margin-left: 1em;
  }

  .inner_box ul li p.cate span{
    width: auto;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 1vw 2vw;
    display: inline-block;
  }

  .inner_box ul li p.title{
    font-size: 3vw;
    line-height: 1.3;
    margin-top: 2vw;
    display: block;
  }

}






