@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');


@media screen and (max-width: 669px){
	#box_page p {
		font-size: 4vw;
	}
}

#box_page * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#box_page a {
	vertical-align: bottom;
}
#box_page a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*******色*******/
.color_ol_orange {
	color: #ff8c00!important;
}
.color_ol_green {
	color: #018b3e!important;
}


.bg_ol_orange {
	background-color: #ff8c00!important;
}
.bg_ol_green {
	background-color: #018b3e!important;
}


/*******見出し共通*******/
#box_page section h3.title_online {
	border-bottom: none;
	line-height: 1;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 5.6vw;
	text-align: center;
}
#box_page section h3.title_online::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	width: 5.3vw;
	height: 1px;
	border-top: 1px solid #b3b3b3;
}
#box_page section h3.title_online span {
	display: block;
	font-size: 4vw;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 0.9em;
}
#box_page section h3.title_online em {
	display: block;
	font-size: 5.6vw;
	font-weight: bold;
}


/*******メインエリア*******/
section#main_area {
	padding: 8vw 5vw 0;
}
section#main_area h2 {
	position: relative;
}
section#main_area h2 .sticker {
	position: absolute;
	right: 4.8vw;
	bottom: -6vw;
	width: 25vw;
}

section#main_area .txt {
	width: 80vw;
	margin: 8vw auto 0;
}
section#main_area .txt p {
	line-height: 2;
}





/*******メリット*******/
section#merit_area {
	margin-top: 15vw;
	position: relative;
}

/*メリットリスト*/
section#merit_area .merit_list {
	margin-top: 10vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
section#merit_area .merit_list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius: 50%;
	color: #fff;
	font-size: 3.8vw;
	font-weight: bold;
	line-height: 1.5;
	width: 42.5vw;
	height: 42.5vw;
	text-align: center;
	margin: 0 2vw;
}
section#merit_area .merit_list li:nth-of-type(n+3) {
	margin-top: -2.5vw;
}
section#merit_area .merit_list li:nth-of-type(3) {
	margin-left: 20vw;
	margin-right: 20vw;
}
section#merit_area .merit_list li img {
	width: auto;
	height: 8vw;
	margin-bottom: 0.9em;
}

/*キャラクター*/
section#merit_area .chara_list {
	padding: 10vw 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#merit_area .chara_list img:first-of-type {
	width: 30vw;
}
section#merit_area .chara_list img:last-of-type {
	width: 38.3vw;
}



/*******オンライン学科教習を始める*******/
section#start_area {
	border: 1vw solid #e6e6e6;
	padding: 15vw 8vw 18vw;
	margin: 18vw auto 0;
	width: 90vw;
}

section#start_area h3.title_online {
	margin: 0 -5vw 6vw;
}

section#start_area h4 {
	background-image: none;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.75;
	padding: 0.2em 0;
	margin: 12vw 0 6vw;
	text-align: center;
}

section#start_area p {
	line-height: 2;
}


section#start_area [class*="btn_list"] {
	margin-top: 8vw;
}
section#start_area [class*="btn_list"] dl {
	background: #f2f2f2;
	border-radius: 2vw;
	padding: 6vw 10vw 8vw;
	text-align: center;
	line-height: 1;
}
section#start_area [class*="btn_list"] dl + dl {
	margin-top: 5vw;
}
section#start_area [class*="btn_list"] dl dt {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 0.9em;
}
section#start_area [class*="btn_list"] dl dd a {
	border-radius: 2vw;
	display: inline-block;
	overflow: hidden;
}
section#start_area .btn_list_sp dl dd a {
	border: 1px solid #a6a6a6;
}
section#start_area .btn_list_sp dl dd a img {
	width: 100%;
}

section#start_area .notes {
	margin-top: 13vw;
}
section#start_area .btn_manual {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 100vh;
	color: #fff;
	font-size: 4.8vw;
	font-weight: bold;
	height: 20vw;
	margin-top: 5vw;
}
section#start_area .btn_manual img {
	height: 6vw;
	margin-right: 4.5vw;
}





/*================================================================================================
 *  PC向けデザイン
 ================================================================================================*/
@media screen and (min-width: 668px){


#breadCrumb {
	margin-bottom: 30px;
}

footer {
	margin-top: 160px;
}


/*******見出し共通*******/
#box_page section h3.title_online {
	padding-bottom: 40px;
}
#box_page section h3.title_online::after {
	width: 32px;
	border-width: 3px;
}
#box_page section h3.title_online span {
	font-size: 24px;
}
#box_page section h3.title_online em {
	font-size: 36px;
}




/*******メインエリア*******/
section#main_area {
	padding: 0;
}
section#main_area h2 .sticker {
	right: 55px;
	bottom: -50px;
	width: auto;
}

section#main_area .txt {
	text-align: center;
	width: auto;
	margin-top: 70px;
}
section#main_area .txt p {
	font-size: 22px;
	line-height: 2.25;
}



/*******メリット*******/
section#merit_area {
	margin-top: 100px;
}

/*メリットリスト*/
section#merit_area .merit_list {
	margin-top: 60px;
}
section#merit_area .merit_list li {
	font-size: 24px;
	width: 270px;
	height: 270px;
	margin: 0 15px!important;
	padding-bottom: 20px;
}
section#merit_area .merit_list li:nth-of-type(n+4) {
	margin-top: -15px!important;
}
section#merit_area .merit_list li img {
	height: auto;
	margin-bottom: 1em;
}

/*キャラクター*/
section#merit_area .chara_list {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
}
section#merit_area .chara_list img {
	position: absolute;
	bottom: 0;
	width: auto!important;
}
section#merit_area .chara_list img:first-of-type {
	left: -30px;
}
section#merit_area .chara_list img:last-of-type {
	right: -70px;
}



/*******オンライン学科教習を始める*******/
section#start_area {
	border-width: 8px;
	padding: 100px 130px 120px;
	margin-top: 120px;
	width: auto;
}

section#start_area h3.title_online {
	margin: 0 0 40px;
}

section#start_area h4 {
	font-size: 24px;
	margin: 70px 0 35px;
}


section#start_area h3 + p {
	text-align: center;
}
section#start_area p {
	font-size: 20px;
}


section#start_area [class*="btn_list"] {
	margin-top: 40px;
}
section#start_area .btn_list_sp {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#start_area [class*="btn_list"] dl {
	border-radius: 10px;
	padding: 30px 0 40px;
}
section#start_area [class*="btn_list"] dl + dl {
	margin-top: 0;
}
section#start_area .btn_list_sp dl {
	width: 330px;
	width: calc(50% - 15px);
}
section#start_area [class*="btn_list"] dl dt {
	font-size: 20px;
}
section#start_area [class*="btn_list"] dl dd a {
	border-radius: 10px;
}
section#start_area .btn_list_sp dl dd a img {
	margin: -1px;
	width: auto;
}


section#start_area .notes {
	margin-top: 90px;
}
section#start_area .btn_manual {
	font-size: 24px;
	height: 100px;
	width: 500px;
	margin: 30px auto 0;
}
section#start_area .btn_manual img {
	height: auto;
	margin-right: 22px;
}



	
}