@charset "UTF-8";
/* CSS Document */


html{
	scroll-behavior: smooth;
}

body{
	font-family:"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,Arial,"Helvetica Neue",sans-serif;
}

.wrapper{
	background-color:rgba(135,135,135,1.00);
}

header{
	background-color:antiquewhite;
}

.container{
	background-color:#FFFFFF;
	margin:0px; /*配置確認用マージン*/
}

.top_line{
	max-width:1100px;
	height:50px;
	margin-right:auto;
	margin-left:auto;
	align-items: center;
	display: flex;
}

.top_line img{
	margin-left:10px;
	width:180px;
}

.top{
	height:140px;
	display:flex;
	justify-content: center;
	align-items:center;
	background-color:rgba(250,250,250,1.00);
	background-image:url("../img/top_bg.png");
	background-size:cover;
}

/*表題*/
.top h2{
	font-size:22px;
	font-weight: bold;
	color: rgba(0,113,197,1.00);
}

.contentstitle{
	display: flex;
	justify-content: center;
}

.contentstitle_list{
	font-weight: bold;
	width: 200px;
	margin-top:40px;
	margin-bottom: 20px;
	margin-right:5px;
	margin-left:5px;	
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
	background-color:rgba(255,255,255,1.00);
	color:rgba(0,113,197,1.00);
	border:solid 1px rgba(0,113,197,1.00);
}

.contentstitle_list:hover{
	background-color:rgba(125,178,206,1.00);
	color:rgba(255,255,255,1.00);
}

.mov_download{
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.mov_download:hover{
	text-decoration: underline;
	color: rgba(125,178,206,1.00);
}

.mov{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	background-color:rgba(255,255,255,1.00);
}

.undermov{
	padding-bottom:20px;/*movの一番下のパディング*/
}

.movtitle{
	margin-top:10px;
	margin-bottom: 5px;
	text-align: center;
}

/*動画コンテンツ分けタイトル*/
.movtitle h3{
	width:25%;
	margin-left: auto;
	margin-right: auto;
	font-size:30px;
	font-weight: bold;
	padding-bottom:8px;
	padding-top:10px;
	color:rgba(0,113,197,1.00);
	border-bottom: solid 1.5px rgba(0,113,197,1.00);
}

.movlistbase{
	display: flex;
}

.movlist{
    width: 31.5%;
    padding: 0.5%;
    background-color: rgba(255, 255, 255, 1.00);
    margin: 1%;
    border-radius: 0ch;
	text-align: justify;
}

.movlist p{
	font-size: 12px;
}

.samne_relative{
	position: relative;
}

.starticon{
	position: absolute;
	top:0;
	left:0;
	background-color:rgba(194,207,220,0.25);
}

.starticon:hover{
	background-color:rgba(148,177,198,0.25);
}

.movlist img{
	width: 100%;
}

.movlist h4{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:6px;
	color:rgba(14,142,238,1.00);
	font-size:16px;
}

footer{
	background-color:rgba(70,100,143,1.00);
}

.top_to_back{
	text-align: center;
	color:rgba(255,255,255,1.00);
	padding:20px 0px;
}

.top_to_back:hover{
	color:rgba(61,107,168,1.00);
}

/*downloadguid*/
.downloadguid_top{
	height:110px;
	display:flex;
	justify-content: center;
	align-items:center;
	background-color:rgba(60,80,100,1.00);
}

.downloadguid_top p{
	text-align: center;
	font-size:20px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
}
.downloadguid_top p span{
	font-size: 13px;
}

.pagelink{
	max-width: 1400px;
	padding-bottom:30px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	background-color: rgba(230,230,230,1.00);
	display: flex;
	padding-left: 40px;
}

.pagelink li{
	list-style: none;
	font-size: 13px;
}

.pagelink li span{
	color:rgba(0,0,0,0.50)
}

.guid{
	background-color:rgba(230,230,230,1.00);
	max-width: 1400px;
	margin-left:auto;
	margin-right:auto;
}
.guid_top{
	background-color: rgba(255,255,255,1.00);
}
.guid_top p{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
.guid_top p span{
	font-size: 22px;
	color:rgba(0,113,197,1.00);
}

.guid_main{
	max-width: 1400px;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.guid_main img{
	width: 450px;
}


/*------------------------------------横幅768px以下になった場合に適用*/
@media screen and (max-width:768px){
	.contentstitle{
		flex-flow:column;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.contentstitle_list{
		width:90%;
		margin-left:auto;
		margin-right:auto;
		margin-top:2px;
		margin-bottom:2px;
	}
	
	.movtitle h3{
		font-size:24px;
	}
	
	.movlistbase{
		flex-flow: column;
	}
	.movlist{
		width: 100%;
		margin-bottom:5px;
	}
	.samne_relative{
		width:50%;
		float:left;
	}
	.movlist h4{
		margin-left:53%;
		padding-top: 0px;
	}
	.movlist p{
		margin-left:53%;
	}
	.top_to_back{
		font-size:16px;
	}
}

/*------------------------------------横幅480p以下になった場合に適用x*/
@media screen and (max-width:480px){	
	.movtitle h3{
		font-size: 20px;
	}	
	
	.movlist h4{
		font-size:14px;
	}
	
	.top_to_back{
		font-size:16px;
	}
}

