@charset "UTF-8";


/* -----------------
 common
-------------------- */

.btn_service{
  width: 82%;
  margin: 40px auto 50px;
}

.list_stage{
  margin: 0 0 80px;
  padding: 0; 
  list-style: none;
  letter-spacing: -0.4em;
}
.list_stage li{
  width: 100%;
  margin: 0 0 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: normal;
  vertical-align: top;
  background-color: #eee;
  display: block;
  box-sizing: border-box;
}
.list_stage li:last-child{
  margin: 0;
}
.list_stage li span{
  margin: 0 0 15px;
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 1em;
  border-bottom: 1px solid #d6d6d6;
  font-family: 'Marcellus', serif;
  display: block;
}

.block_service_bg{
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  background-color: #eee;
}
#main_content .block_service_bg h4{
  margin-bottom: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4em;
  border-left: none;
}
.block_service_bg ul{
  margin: 0 0 0 1em;
  padding: 0; 
  font-size: 15px;
  line-height: 2em;
}
.block_service_bg ul li{
  margin: 0 0 10px 0;
  padding: 0;
}
.block_service_bg ul li:last-child{
  margin: 0;
}

/* -----------------
 kouen
-------------------- */

.block_movie{
  width: 100%;
  margin: 0 auto 15px;
  padding-top:56.25%;
  position: relative;
}
.block_movie iframe{
  position:absolute;
  top:0;
  right:0;
  width: 100% !important;
  height: 100% !important;
}
.movie_cap{
  font-size: 14px;
  line-height: 1.4em;
  text-align: center !important;
}


/* -----------------
 time
-------------------- */

.pic_itme{
  width: 25%;
  margin: 0 0 1em 1em;
  text-align: center;
  float: right;
}
.pic_itme img{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.pic_itme figcaption{
  font-size: 12px;
  line-height: 1em;
}





















