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

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

.main{
  padding-bottom: 90px;
}

.main h1{
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px dotted #7f7f7f;
  margin-bottom: 40px;
}

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

.inner_box p.date{
  font-size: 14px;
  margin-bottom: 5px;
  text-align: right;
}

.inner_box p.cate{
  margin-bottom: 8px;
  margin-top: 0 !important;
}

.inner_box p.cate span{
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 5px 8px 3px;
  display: inline-block;
}

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

figure{
  text-align: center;
  margin-bottom: 55px;
}

figcaption{
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
}

figure img{
	width: auto;
  max-width: 100%;
	height: auto;
}

.inner_box p{
  font-size: 16px;
  line-height: 1.8;
}

.inner_box p.cap{
  font-size: 15px;
  line-height: 1.4;
}

.inner_box h2{
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 30px;
}

.inner_box p + p{
  margin-top: 30px;
}

.inner_box p + h2,
.inner_box div + h2{
  margin-top: 55px;
}

.inner_box p + figure,
.inner_box p + .cl2{
  margin-top: 55px;
}

.cl2{
  margin-bottom: 15px;
}

.cl2 > div{
  width: 427px;
}

.cl2 figure{
  text-align: center;
  margin-bottom: 40px;
}

.txl {
	text-align: left !important;
}

video{
	width: 100%;
	height: auto;
}

video:focus{
	outline: none;
}


@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 5vw;
  }

  .main{
    padding-bottom: 10vw;
  }
  
  .main h1{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }

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

  .inner_box p.date{
    font-size: 2vw;
    margin-bottom: 1vw;
    text-align: right;
  }

  .inner_box p.cate{
    margin-bottom: 1vw;
    margin-top: 0 !important;
  }

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

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

  figure{
    text-align: center;
    margin-bottom: 7vw;
  }
  
  figcaption{
    font-size: 2.5vw;
    margin-top: 2vw;
  }

  .inner_box p{
    font-size: 3vw;
    line-height: 1.8;
  }
	
  .inner_box p.cap{
    font-size: 2.5vw;
    line-height: 1.4;
  }

  .inner_box h2{
    font-size: 3vw;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 4vw;
  }

  .inner_box p + p,
  .inner_box p + .cl2{
    margin-top: 4vw;
  }

  .inner_box p + h2,
	.inner_box div + h2{
    margin-top: 7vw;
  }
  
  .inner_box p + figure{
    margin-top: 7vw;
  }
  
  .cl2{
    margin-bottom: 4vw;
  }

  .cl2 > div{
    width: 100%;
  }
	
	 .cl2 > div + div{
		 margin-top: 7vw;
	}
	

  .cl2 figure{
    text-align: center;
    margin-bottom: 3vw;
  }
  

}






