@charset "utf-8";
/* CSS Document */



/*全体*/
#hidden_box {
	margin: 20px;
	padding: 20px;
	text-align: center;
	background: #fff;
	position: relative;
	min-height: 250px;
	border:solid 1px #F5CAA4;
	
}


.kiyaku {
		min-height: 100px;
		padding: 20px 0;
		position: relative;
		text-align: center;
		color: #000;
	}
	.kiyaku h3 {
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 25px;
	}
	.kiyaku_txt {
		font-size: 20px;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 20px;
	}
	.kiyaku .txtarea ul {
		margin-bottom: 2em;
	}
	.kiyaku .txtarea li {
		font-size: 16px;
		line-height: 1.75;
		list-style: disc;
		margin-left: 1.5em;
	}
	.kiyaku .txtarea p {
		font-size: 16px;
		line-height: 1.75;
	}


/*ボタン装飾*/
label {
}

.open_btn {
	display: block;
	margin: 0 auto;
    padding: 30px 0;
	width: 640px;
	height: 90px;
	text-align: center;
	position: relative;
    left: 140px;
    top: 0px;
	font-size: 24px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	color: #000;
	text-align: center;
	cursor :pointer;
	border:solid 1px #F5CAA4; 
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	background: #F5CAA4;
}

[rel="OP"]:after {

		content: "▼";
		font-size: 30px;
		color: #000;
		background: none;
		position: relative;

	}
[rel="CL"]:after {

		content: "▲";
		font-size: 30px;
		color: #000;
		background: none;
		position: relative;
	}

.line{
	color: #000;
	/*border-bottom: solid 2px #000;*/
}

/*ボタンホバー時*/
#hidden_box label:hover {
    background: #efefef;
	border:solid 1px #efefef;
}

/*チェックは見えなくする*/
#hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
#hidden_box .txtarea {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
#hidden_box input:checked ~ .txtarea {
    padding: 20px 0;
    height: auto;
    opacity: 1;
}

.txtarea {
	display: block;
    margin-top: 80px;
    padding: 0;
}




#course {
	display: block;
	margin: 0px auto;
	padding: 0;
		
}


#course .courseinfo {
	font-size: 20px;
	background: #fff;
	color: #000;
	line-height: 1.3em;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0px;
	text-align: center;
}

#course ul {
	padding: 10px 20px;
	line-height: 1.8em;
	list-style-position: inside;
}


#course li {
	font-size: 16px;
	line-height: 1.8em;
	list-style: none;
	text-align: left;
	margin-left: 20px;
    margin-right: 0px;
	padding: 10px 0;
}

