@charset "utf-8";

/* ========================================

common

======================================== */
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.wrap{
	width: 720px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
.title{
	position: relative;
}
.title span{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 400px;
	position: absolute;
	top: 142px;
	right: 36%;
	padding: 4px 0 1px;
	translate: 50% 0;
	background-color: #f00;
	border-radius: 5px;
}
.sctitle{
	font-size:13px;
	font-weight:bold;
	color:#333;
}
.sctitles{
	font-size:10px;
}
.scad{
	font-size:10px;
	font-weight:normal;
	color:#999999;
}

table.list td{
	width: 25%;
	vertical-align: top;
	background-color: #fff;
}

td img{
	vertical-align:middle;
}

.kaisetsu{
	color: #fff;
	font-size: 12px;
	line-height: 1;
	vertical-align: top;
	width: 64px;
	display: inline-block;
	margin: 2px 5px 0 0;
	padding: 4px 0 2px;
	background-color: #673303;
	border-radius: 5px;
}
.img_teacher{
	width: 150px;
	margin: 0 0 6px;
	padding: 3px 5px 5px 3px;
	background-image: url(../image/teacher_bg.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: 0% 0%;
}
.img_teacher img{
	width: 150px;
}

.btn_form,
.btn_ansr,
.btn_line{
	width: 440px;
	height:70px;
}

.btn_form a,
.btn_ansr a,
.btn_line a{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	width: 100%;
	height: 100%;
	padding-top: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #4a9ce2;
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: 0px 8px 0px #3386cd;
}

.btn_ansr a{
	background-color: #669900;
	box-shadow: 0px 8px 0px #4b7100;
}

.btn_line a{
	font-size: 12px;
}

.btn_form a span{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.btn_line a span{
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.btn_form a:hover,
.btn_ansr a:hover,
.btn_line a:hover{
	opacity: 0.8;
}

.box_line{
	width: 400px;
	margin: 10px auto 0;
	padding: 20px;
	background-color: #f1f1f1;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}

.box_line .img{
	width: 100px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

.box_line .img img{
	width: 100%;
	height: auto;
}

.box_line .txt{
	text-align: center;
	margin: 0;
}

.box_line .txt em{
	color: #FF3300;
	font-size: 23px;
	font-weight: bold;
	font-style: normal;
	display: block;
	margin-bottom: 3px;
}

.box_line a{
	color: #000;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.box_line a span{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-top: 3px;
	padding: 3px 50px 2px;
	background: #4a9ce2;
	border-radius: 5px;
	box-shadow: 0px 4px 0px #1a6aaf;
}


h2{
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.06em;
	margin: 0 auto 16px;
	padding: 10px 0 8px;
	background-color: #f5f1d6;
	border-radius: 5px;
}

.btn_kaito{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	padding: 3px 18px 1px;
	background: #7B9131;
	letter-spacing: 0.1em;
	background: linear-gradient(180deg,rgba(123, 145, 49, 1) 0%, rgba(91, 119, 0, 1) 50%, rgba(78, 102, 0, 1) 100%);
	border-radius: 15px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0, .4);
}

.btn_kaito:hover{
	opacity: .7;
}

.bg_txt{
	width: 560px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 5px 3px;
	background-color: #f00;
	border-radius: 5px;
}

