@charset "utf-8";
/* CSS Document */
#study-main-image{
	background-color: #8fc31f;
}
table{
	width: 98%;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
}
td{
	border: solid 1px #b5b5b6;
}
.bg-gray{
	background-color: #f2f2ee;
	padding: 3rem 1.2rem;
}
.recomend{
	display: inline-block;
	background: url("../images/study/bg-recomend.png") no-repeat;
	background-position: center;
	background-size: contain;
	color: white;
	text-align: center;
	padding: 1.6rem;
	transform: rotate(-20deg);
}
.malta{
	color: #8fc31f;
	font-size: 2rem;
}
.text-green{
	color: #8fc31f;
	font-size: 1.8rem;
	text-align: center;
}
.text-green2{
	color: #8fc31f;
	font-weight: bold;
}
.flow-title1,.flow-title2,.flow-title3{
	color: #8fc31f;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	line-height: 3em;
	text-indent: 4em;
}

.flow-title1:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url( "../images/study/mark-01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.8rem;
	left: 0;
}
.flow-title2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url( "../images/study/mark-02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.8rem;
	left: 0;
}
.detail{
	position: relative;
	line-height: 1.4em;
	margin-bottom: 4rem;
}
.detail:after{
	content: "";
	display: inline-block;
	border-top: 24px solid #8fc31f;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	position: absolute;
	top:100%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.azu-info{
	border: solid 1px #b5b5b6;
	padding: 2rem;
}
.azu-info img{
	width: 30%;
}
.azu-name{
	color: #8fc31f;
	font-size: 1.6rem;
	font-weight: bold;
}
.FAQ{
	background-color: #f2f2ee;
	border-bottom: solid 2px #b5b5b6;
}
.Q-box,.A-box{
	border: solid 1px #8fc31f;
	background-color: white;
	padding: 1rem;
}
.Q-box{
	line-height: 2em;
	color: #8fc31f;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	text-indent: 1.4rem;
}
.A-box{
	margin-bottom: 3rem;
}
.Q-box:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url( "../images/study/mark-03.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.4rem;
	left: 0;
}
/*タブレット表示設定*/
@media (min-width: 600px) {
	#school-page{
		font-size: 1.8rem;
	}
	table{
		width: 80%;
	}
	td{
		padding: 1rem;
		width: 30%;
	}
	h2 img{
		width: 50%;
	}
	.detail,.detail2{
		padding-left: 6rem;
	}
	.azu-info img{
		width: 80%;
    }

}

/*PC表示設定*/
@media (min-width: 1025px) {
	

}

