@charset "utf-8";
/*-----------------------------------------------------
	style-material.css
	
	教材について
------------------------------------------------------*/
section p {
	line-height: 1.8;
	margin-bottom: 3rem;
}
section{
	margin-bottom: 100px;
}

section#secMaterialAbout {
}

section#secOriginalMaterial ul {
	line-height: 2;
}

/*オリジナル教材のご用命*/
#secOriginalMaterial .col-lg-4 {
  margin-bottom: 30px;
}
 dl.originalBox {
	margin-bottom: 30px;
	padding: 0;
	box-shadow: 2px 2px 2px #ccc;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #F3FBFF;
}
	dl.originalBox dt {
		padding: 15px 0;
		background: #0084CE;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
	dl.originalBox dd {
		padding: 20px 15px;
		line-height: 1.6;
	}	

	
/*PC画面レイアウト調整*/
@media (max-width: 1170px) {

}


/*-----------------------------------------------------
	For tablet
------------------------------------------------------*/
@media (max-width: 768px) {
	
}
@media (max-width: 580px) {
	
}

/*-----------------------------------------------------
	For sp
------------------------------------------------------*/
@media (max-width: 428px) {
	section{
	margin-bottom: 60px;
	}
	
	
}
@media (max-width: 320px) {
	
}




