@charset "UTF-8";

/*================================================
 *  在校生専用ページ オンライン学科教習用
 ================================================*/

/*******見出し共通*******/
section h3.title_online {
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 50px;
	position: relative;
}
section h3.title_online::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	border-top: 2px solid #c8c8c8;
	width: 40px;
}
section h3.title_online span {
	display: block;
	font-size: 30px;
	letter-spacing: 0.04em;
	margin-bottom: 0.5em;
}
section h3.title_online em {
	display: block;
	font-size: 42px;
	font-weight: bold;
}


/*******メインエリア*******/
section#main_area h2 {
	margin: -32px 0 60px;
}





/*******オンライン学科教習のメリット*******/
section#merit_area {
	margin-top: 80px;
	padding: 100px 0;
}

section#merit_area .merit_list {
	margin-top: -20px;
}
section#merit_area .merit_list li {
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 0.5em;
	margin: 20px 10px 0;
	width: 236px;
	height: 236px;
}
section#merit_area .merit_list li img {
	margin-bottom: 0.7em;
}




/*******オンライン学科教習を始める*******/
section#start_area::after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}

section#start_area .inner {
	border: 4px solid;
	border-radius: 40px;
	padding: 100px 80px;
	z-index: 10;
}

section#start_area .inner h4 {
	font-size: 24px;
	font-weight: bold;
	padding: 0.75em 0;
	margin: 80px 0 50px;
	text-align: center;
}


section#start_area .inner [class*="btn_list"] {
	margin-top: 40px;
}
section#start_area .inner [class*="btn_list"] dl {
	background-color: #f5f5f5;
	padding: 40px 4rem;
	text-align: center;
}
@media screen and (min-width: 800.1px) {
	section#start_area .inner .btn_list_sptab dl {
		width: 455px;
		width: calc(50% - 15px);
	}
}
section#start_area .inner [class*="btn_list"] dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}


section#start_area .inner .notes {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin: 100px 0 40px;
}

section#start_area .inner .btn_manual {
	border-radius: 100vh;
	border: 2px solid #808080;
	background-color: #808080;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	height: 100px;
	width: 400px;
	margin: 0 auto;
}
section#start_area .inner .btn_manual .replace-svg {
	margin-right: 0.8em;
}
section#start_area .inner .btn_manual:hover {
	background-color: #fff;
	color: #808080;
}
section#start_area .inner .btn_manual:hover .replace-svg path {
	fill: #808080;
}








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




/*******見出し共通*******/
section h3.title_online {
	padding-bottom: 6vw;
	margin-bottom: 8vw;
}
section h3.title_online::after {
	width: 8vw;
}
section h3.title_online span {
	font-size: 4.5vw;
}
section h3.title_online em {
	font-size: 6.4vw;
	line-height: 1.25;
}


/*******メインエリア*******/
section#main_area h2 {
	margin: -2.5vw 0 10vw;
}





/*******オンライン学科教習のメリット*******/
section#merit_area {
	margin-top: 13vw;
	padding: 15vw 0;
}

section#merit_area .merit_list {
	margin-top: -4vw;
}
section#merit_area .merit_list li {
	font-size: 4.2vw;
	margin: 4vw 2vw 0;
	width: 41.3vw;
	height: 41.3vw;
}
section#merit_area .merit_list li img {
	height: 8.7vw;
}





/*******オンライン学科教習を始める*******/
section#start_area::after {
	background: linear-gradient(0deg, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
}

section#start_area .inner {
	border-width: 1vw;
	border-radius: 3vw;
	padding: 13vw 8vw;
}

section#start_area .inner h4 {
	font-size: 4.8vw;
	margin: 10vw 0;
}


section#start_area .inner [class*="btn_list"] {
	margin-top: 8vw;
}
section#start_area .inner [class*="btn_list"] dl {
	padding: 8vw 5vw;
}
section#start_area .inner [class*="btn_list"] dl + dl {
	margin-top: 5vw;
}
section#start_area .inner [class*="btn_list"] dl dt {
	font-size: 4vw;
}


section#start_area .inner .notes {
	font-size: 4.8vw;
	line-height: 1.5;
	margin: 17vw 0 6vw;
}

section#start_area .inner .btn_manual {
	font-size: 4.8vw;
	width: 100%;
	height: 20vw;
}
section#start_area .inner .btn_manual .replace-svg {
	width: 6.4vw;
}





}