@charset "utf-8";

/*トップのカバー画像
---------------------------------------------------------------------------*/
/*全体を囲むブロック*/
#coverimg {
	width: 100%;
    height: 35vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	padding: 0;
	position: relative;
	top: 80px;	/*headerのheightの数値と合わせて下さい。*/
	overflow: hidden;
	background: url(../images/okmark.jpg) no-repeat center center / 100%;	/*背景色、背景画像の読み込み、最後の100%は画像幅。*/
	color: #fff;	/*文字色*/
}

/*テキストブロック*/
#coverimg #text {
	width: 100%;	/*幅*/
	height: 100%;	/*高さ*/
}

#coverimg h2 {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;	
	
	line-height: 1.5;		/*行間を少し狭く*/
	font-size: 3em;			/*文字サイズ。3倍。*/
	letter-spacing: 0.2em;	/*文字間隔を少しだけ広くとる設定*/
	color: #002776;			/*文字色*/
	font-family: 'Lato';	/*GoogleFontsの指定*/
	font-weight: 400;		/*文字の太さ*/
}

/*h2内のsupanタグ。小文字部分です。*/
#coverimg h2 span {
	display: block;
	font-weight: normal;
	color: #777;		/*文字色*/
	font-size: 13px;	/*文字サイズ*/
}


/*「教材」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#kplist {
	margin: 0 auto;
}

#kplist dl {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}

#kplist dt {
	width:20%;
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	text-align:right;
	font-size:1.2em;
}

#kplist dd {
	width:75%;
	margin-top:4px;
	padding: 5px 2%;		/*上下、左右へのボックス内の余白*/
}

.koza {
	width:80%;
	margin:0 auto;
}

.koza img {
	text-align:center;
	border-radius: 30px;

}

.kyozai {
	width:80%;
	margin:0 auto;
}

.kyozai img {
	text-align:center;
	border-radius: 50%;
	margin:0 auto 20px;
}



.tt1 {
	font-size:1.5em;
	border: 1px solid #9B5FA4;
	border-radius: 20px;
	margin:20px 0;
	padding:10px 0;
}

.tc1 {
	text-align:left;
	padding:10px 20px;
}

.tc1w {
	text-align:left;
	padding:10px 20px;
	border: 1px solid #9B5FA4;
}

.tc2 {
	text-align:left;
	margin:20px 0;
	padding:10px 20px;
	background: #FFF2E6;	/*背景色*/
	border-radius: 10px;
 	height: 250px;
}

.dogu {
	text-align:center;
	width:100%;
	margin:0 auto 100px;
}


.dogu img {
	text-align:center;
	border-radius: 50%;
	margin:0 auto;
}



div.capt {
	float:none;
	width:100%;
	margin:0px;
	padding:0px;
}

div.come {
	float:none;
	width:100%;
	text-align:left;

	margin:0px 0px 0px 0px;
	padding-top:50px;
}

.toku {
    display: flex;
    flex-wrap: wrap;

	width:80%;
	margin:20px auto;
	border: 1px solid #9B5FA4;
	background: #FFF;	/*背景色*/
	border-radius: 10px;
	padding:20px 0;
	
	
}

.toku img {
	text-align:center;
	border-radius: 50%;

}


.toku1 {
	width:40%;
	margin:0 5%;

}

.toku2 {
	width:40%;
	margin:0 5%;
	text-align:left;
}

.fvideo {
	width:98%;
	margin:0px auto;
	padding-bottom:150px;
}


/*---------------------------------------------------------------------------
ここから下は画面幅400px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:400px) {



}



/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {

/*トップのカバー画像
---------------------------------------------------------------------------*/
/*テキストブロック*/
#coverimg #text {
	width: 50%;		/*幅*/
}


#kplist dt {
	width:35%;
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	text-align:right;
}

#kplist dd {
	width:60%;
	padding: 5px 2%;		/*上下、左右へのボックス内の余白*/
}


.dogu {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/

	width:80%;
	margin:0 auto 100px;
}


div.capt {
	float:left;
	width:30%;
	margin:0px;
	padding:0px;
}

div.come {
	float:right;
	width:69%;
	margin:0px 0px 0px 0px;
	padding:80px;
}

.fvideo {
	width:66.6%;
	margin:0px auto;
	padding-bottom:150px;
}



}
