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



/* CSS Document */

/*====================
スマホを基本設計にする
 - 〜479px：スマートフォン縦
 - 480px〜599px：スマートフォン横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

h1{
	background:#0066CC;
	color:#FFFFFF;
	line-height:1.8em;
}


h3{
	line-height:2em;
	height:2em;
	font-weight:bold;
	text-align:center;
	background:#0066CC;
	color:#FFFFFF;
}

.SectionInner{
	margin-bottom:50px;
}

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


.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
    width: 100%;
    background-color: #89c7de;
    color: #fff;
    text-align: center;
    padding: 30px 0;

 position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

p{ line-height:1.6em;
}


ul{
	padding:0;
}

a{
	text-decoration:none;
}


/* 矢印アイコン　*/
.arrow03 {
	position: relative;
	padding-left: 10px;
	background:#FF0000;
}
.arrow03::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #FFFFFF;
    top: 50%;
    left: 30%;
    margin-top: -5px;
}
/* 矢印アイコン end　*/

#navi li{
	height:50px;
	line-height:50px;
	list-style:none;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	border-radius:20px;
}

#navi li a{
	display: block;
	line-height:50px;
	color:#FFF;
	text-decoration:none;
}

.clearfix:after{
  content:"";
  display:block;
  clear:both;
}

.clear{
	clear:both;
	display:block;
}

.backtop{
	background: #003670;
}


/* 375px〜599px：SP横
------------------------------ */
@media screen and (min-width:320px) and (max-width:599px) {
#main {
	width:90%;
	margin:0 auto;
		}
		
h1{
	text-align:center;
	font-size:14px;
}

p{
	font-size:14px;
}


#navi li{
	width:80%;
	margin:0 auto;
	margin-bottom:10px;
}

	
.arrow03::before {
    left: 40%;
}

.backtop{
	position: relative;
	padding-left: 13px;	
}


}




/* 600px〜959px：SP横
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
#main {
	width:80%;
	margin:0 auto;
		}
		
h1{
	text-align:center;
	font-size:14px;
}


p{
	font-size:14px;
}

.arrow03::before {
    left: 25%;
}
	
#navi li{
	width:100%;
	float:left;
	margin: 0 5px 15px 5px;	
}
	
.menulist{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;	
	}


}


/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
	#main {
	width:80%;
	margin:0 auto;
		}
		
h1{
	text-align:center;
	font-size:16px;
}

pc2mb30{
	margin-bottom:50px;
}

p{
	font-size:14px;
}

#navi li{
	width:100%;
	float:left;
	margin: 0 5px 15px 5px;	
}

.menulist{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;	
	}


}

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {
	
#main {
	width:1000px;
	margin:0 auto;
		}
		
		
h1{
	text-align:center;
	font-size:18px;
}

pc1mb30{
	margin-bottom:50px;
}

#navi li{
	width:100%;
	float:left;
	margin: 0 5px 15px 5px;	
}

.menulist{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;	
	}



}



