@charset "utf-8";

/* CSS Document */
/*================================================
*  CSSリセット
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,anchor,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
*  一般・共通設定
================================================*/
body {
	font-size: 16px;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}

* {
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	image-rendering: -webkit-optimize-contrast;
	vertical-align: top;
}

a { color: #111; }
a:link { text-decoration: none; }
a:visited { color: inherit; }


/*-- レイアウト --*/
#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.contents {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 999px) {
	.contents {
		width: 100%;
		padding: 0 10px;
	}
}

/*-- pc sp表示切替 --*/
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 599px) {
	.pc { display: none !important; }
	.sp { display: block !important; } 
}

.txtS {
	font-size: 0.85rem;
}

em {
	font-weight: bold;
}



/*================================================
 *  ヘッダー
 ================================================*/

.grade{	
	margin: 0 auto;
	background: linear-gradient(180deg, #ffdfdf, #ffe6f8, #fefff3, #f7ebfe, #fff0f4, #fff5fc, #ffffff);
	background-repeat: no-repeat;
	height: auto;
}

/* ロゴ */
header h1 {
	text-align: center;
}

header h1 img {
	width: 17%;
	height: auto;
	margin: 0.5rem 0;
}


/*-- キービジュアル --*/
.mainvisual {
	text-align: center;
	margin: 2.0rem auto 0;
}
.logoTitle{
	text-align: center;
	margin-top: -40px;
}


@media only screen and (max-width: 599px) {
	.mainvisual {
		width: 100%;
		margin-bottom: 0.5rem;
		min-height: auto;
		margin-top: 0;
	}
	.mainvisual img{
		width: 30%;
		margin-bottom:0em;
		min-height: auto;
	}
	.logoTitle{
		margin-top: 0px;
	}
	.logoTitle img{
		width: 80%;
	}

}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	padding-bottom: 2.0rem;
	margin-top: 3.0rem;
	font-size: 0.9rem;
}

.copyright {
	text-align: center;
	padding: 10px;
	color: #e93aad;
}

@media screen and (max-width:750px) {
	footer {
		margin-top: 2.0px;
		padding-bottom: 0;
	}
	.copyright {
		font-size: 0.7rem;
	}
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}

#page-top a {
	display:block;
	text-decoration:none;
}

#page-top img {
	background:#111;
}
#page-top img:hover {
	background:#222;
}


/*================================================
 *  コンテンツ
 ================================================*/
 /*-- リード文 --*/
 .lead {
	margin: 5.0rem;
	font-size: 1.2rem;
 }

@media only screen and (max-width: 599px) {
	 .lead {
		margin: 1.5rem 0.5rem;
		font-size: 1rem;
	 }
}



/*-- 見出し --*/
.speakers {
	text-align: center;
	background: linear-gradient(90deg, #ffdfdf, #ffe6f8, #fcffe7, #f1defd);
	margin: 2.0rem 0 1.0rem;
	padding: 0.2rem 0;
	font-size: 1.1rem;
	color: #1c0e0f;
	letter-spacing:0.3rem;
}


@media only screen and (max-width: 599px) {
	.speakers {
		margin: 1.0rem 0;
	}

}



/*================================================
 *  講座カセット　グリッドレイアウト
 ================================================*/
.cstContainer {
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
	width: 100%;
	margin: 0 auto;
}
.cstContainer::after{
	content:"";
	display: block;
	width: 32%;
}

.cstContainer .cst {
	background-color: #fff;
	border: none;
	width: 24%;
	height: auto;
	margin-bottom: 2rem;
}
.cstContainer:nth-of-type(even) .cst {
	border-color: #044aa5;
}

@media only screen and (max-width: 896px) {
	.cstContainer .cst {
		width: 48%;
	}
}
@media only screen and (max-width: 599px) {
	.cstContainer .cst {
		width: 100%;
	}
}

/*----- 講座名 -----*/


/*----- 講師名 -----*/
.name {
	padding: 0.2rem 0.5rem 0;
	font-weight: bold;
	line-height: 1.3;
	font-size: 1.5rem;
	color:#1c0e0f;
}

.name span {
	font-size: 0.9rem;
	display: block;
}

/*----- 講座詳細 -----*/
.cst-in {
	display: flex;
	padding: 0.2rem 0.5rem 0;
}

/*-- 画像 --*/
.koza_ph {
	position: relative;
	width: 230px;
	height: 360px;
}



.koza_ph p { /*注釈*/
	position: absolute;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.5);
	padding: 0.2rem;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1;
}

.andmore{
	text-align: center;	
}

.kokuchi{
	margin: 2rem auto 0.5rem;
	font-size: 1.6rem;
}



