@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;
}



a{
	text-decoration:none;
}

ul {
  list-style: none; /* 箇条書きのマーカーを非表示にする */
  padding: 0; /* リストの内側の余白をリセット */
  margin: 0; /* リストの外側の余白をリセット */
  display: flex; /* フレックスコンテナとして ul を設定 */
  justify-content: space-between;
}



/* ボタンに見えるdiv */
li.button {
  width: 300px;
  height: 100px;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  border-radius: 20px;
  cursor: pointer;
  font-family: "M PLUS 1p Black", sans-serif; /* フォントファミリーを設定 */
  font-size: 2.0rem; /* フォントサイズを設定 */
  font-weight: bold; /* フォントの太さを設定 */
}

.sw{
	  background-color: #e9546b;
}

.ba{
	  background-color: #a64a97;
}

.ks{
	  background-color: #66bf97;
}


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

#navi li a{
	color:#FFF;
	text-decoration:none;
}


/* 矢印アイコン end　*/




/* PCとSPで表示画像の切り替え　*/
.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
}





/* 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;
}


/* ボタンに見えるdiv */
li.button {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 20px;
  font-size: 2.0rem; /* フォントサイズを設定 */
}

ul {
  list-style: none; /* 箇条書きのマーカーを非表示にする */
  padding: 0; /* リストの内側の余白をリセット */
  margin: 0; /* リストの外側の余白をリセット */
    flex-direction: column; /* 縦に並べる */
}

	
li {
    margin-bottom: 10px; /* 縦のスペースを追加 */
  }


}




/* 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;
}


/* ボタンに見えるdiv */
li.button {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 20px;
  font-size: 2.0rem; /* フォントサイズを設定 */
}

ul {
  list-style: none; /* 箇条書きのマーカーを非表示にする */
  padding: 0; /* リストの内側の余白をリセット */
  margin: 0; /* リストの外側の余白をリセット */
    flex-direction: column; /* 縦に並べる */
}

	
li {
    margin-bottom: 10px; /* 縦のスペースを追加 */
  }
	

	
.arrow03::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #FFFFFF;
    top: 50%;
    left: 20%;
    margin-top: -5px;
}



}


/* 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;
}

ul {
  list-style: none;
  padding: 0;
  display: flex;
}
	
/* ボタンに見えるdiv */
li.button {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 20px;
  font-size: 2.0rem; /* フォントサイズを設定 */
  margin: auto 10px; 
}


}

/* 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;
}

	
/* ボタンに見えるdiv */
li.button {
  width: 300px;
  height: 100px;
  line-height: 100px;
  border-radius: 20px;
  font-size: 2.0rem; /* フォントサイズを設定 */
}


}



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



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