@charset "UTF-8";

/*================================================
 *  在校生専用ページ WEB学科学習用
 ================================================*/


section#learning_area h3 {
	margin-top: 70px;
}

section#learning_area .howto_list figure {
	width: 530px;
	width: calc(50% - 20px);
}
section#learning_area .howto_list figure figcaption {
	padding: 1.5em 1em 0;
}
section#learning_area .howto_list figure figcaption span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 130%;
	width: 1.153em;
	height: 1.153em;
	padding-top: 0.2em;
	margin-right: 0.769em;
}
section#learning_area .howto_list figure figcaption p {
	margin-top: -0.25em;
}

section#learning_area .btn_arrow {
	font-size: 24px;
	font-weight: bold;
	padding: 0 1.12em 0 2.3em;
	width: 400px;
	height: 100px;
	margin: 70px auto 0;
}























/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {




section#learning_area h3 {
	margin-top: 9vw;
}

section#learning_area .howto_list figure {
	width: 100%;
}
section#learning_area .howto_list figure + figure {
	margin-top: 10vw;
}
section#learning_area .howto_list figure figcaption {
	padding: 6vw 5vw 0;
}
section#learning_area .howto_list figure figcaption span {
	font-size: 120%;
}

section#learning_area .btn_arrow {
	font-size: 4.8vw;
	width: 80vw;
	height: 20vw;
	margin-top: 12vw;
	padding-left: 11vw!important;
}











}