@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------　default　**/
.fontS{font-size:0.8em;}
.fontM{font-size:1.2em}
.fontMM{font-size:1.3em; line-height:1.6em;}
.fontL{font-size:1.5em;line-height:1.8}
.fontLL{font-size:2em}

.mt0{margin-top:0 !important}
.mt5{margin-top:5px !important}
.mt10{margin-top:10px !important}
.mt1em{margin-top:1em !important}
.mt2em{margin-top:2em !important}

.mb0{margin-bottom:0 !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb1em{margin-bottom:1em !important}
.mb2em{margin-bottom:2em !important}

.mr0{margin-right:0 !important}
.mr5{margin-right:5px !important}
.mr10{margin-right:10px !important}
.mr1em{margin-right:1em !important}
.mr2em{margin-right:2em !important}

.ml0{margin-left:0 !important}
.ml5{margin-left:5px !important}
.ml10{margin-left:10px !important}
.ml1em{margin-left:1em !important}
.ml2em{margin-left:2em !important}

.txtC{text-align:center!important}
.txtR{text-align:right!important}
.txtL{text-align:left!important}

.fontRB{color:#dc000c; font-weight:bold;}
/* -------------------------------------------------------------- **/

.BoxParent ul{
	list-style: disc;
	margin: 10px;
	padding-left: 20px;
}
.yotei > div{ padding-top:0;}
.yotei table{ table-layout:fixed;}
.yotei td{
  border: dotted 1px #333333;
  padding: 5px;
  text-align:center
}

.eachbnr{
  width:47% !important;
	margin: 0.3em;
  }
.link{
  width:48%;
  }
	
@media screen and (max-width: 700px) {
  .eachbnr {
    width: 100% !important;
    flex-wrap: wrap;
		}
	.link{width: 95%;}
}

.movie-wrap {
  position: relative;
  margin:10px 10px 0;
  padding-bottom: 56.25% !important; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_ttl{
  background: #c2edff;
  margin:0 10px;
  padding: 0.5em;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
.movie_cont{
  background: #d4e3ea;
	margin:0 10px 10px;
  padding: 0.5em;
	}
@media screen and (max-width: 700px){
  .movie_ttl{font-size: 1.1em;}
  .movie_cont{text-align: center;}
  }