
* {
    box-sizing: border-box !important;
}

/*　Main Structure	
------------------------------------------------*/
body {
    background-image: none;
}

.main2	{
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.page-contents {
	position: relative;
    height: auto;                  /* 高さ指定 */
    background-color: #ffff9b;   /* 背景色指定 */
	
}

.videolist{
	list-style: none;
	/*padding-left: 32px;*/
    padding: 0;
	margin-top: 25px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
 
.video-box {
    float: left;
    width: 100%;
}

.video-title{
	font-size: 1.5em;
	font-weight:700;
	color: #119def;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     text-align: center
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}

.jyunbi{
	font-size: 3em;
	color:#09F;
	font-weight:800;
}