@charset "UTF-8";

@media only screen and (max-width: 499px) {
	body {
		padding-bottom: 32.59px;
	}
}

input[type="submit"],
input[type="button"],
button {
	color: #121212;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1px;
	background: #ffffff;
	border: 1px solid #121212;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	opacity: 0.5;
}

.menu ul li:nth-child(5) {
	border-radius: 50px;
	background: #fff3c7;
}
.menu ul li:nth-child(5) a i {
	display: block;
}

@media only screen and (max-width: 499px) {
	#page_top {
		position: fixed;
		right: 10px;
		bottom: 40px;
	}
}

/*--------------------------------
　サイドメニュー
---------------------------------*/
ul.dl-menu {
	display: flex;
	z-index: 900;
}
ul.dl-menu li {
	position: relative;
}
ul.dl-menu li:nth-child(1) {
	color: #ffffff;
	background: #37ba98;
}
ul.dl-menu li:nth-child(2) {
	color: #ffffff;
	background: #5886c2;
}
ul.dl-menu li:nth-child(3) {
	color: #ffffff;
	background: #e6c220;
}
ul.dl-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media print, screen and (min-width: 500px) {
	ul.dl-menu {
		position: fixed;
		right: 0;
		top: 50%;
		writing-mode: vertical-rl;
		flex-wrap: wrap;
	}
	ul.dl-menu li {
		padding: 10px 2px;
	}
}
@media only screen and (max-width: 499px) {
	ul.dl-menu {
		width: 100%;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	ul.dl-menu li {
		width: 33.333%;
		text-align: center;
		padding: 2px 10px;
	}
}

/*--------------------------------
　運転免許
---------------------------------*/
.driving-license {
	width: 1000px;
	margin: 50px auto;
}
.dl-text {
	text-align: center;
}
.driving-license section {
	width: 100%;
	margin: 50px auto 150px;
}
.driving-license .container {
	padding: 0 30px;
}
.driving-license .indent {
	padding-left: 30px;
}
.driving-license section h4 {
	margin-bottom: 50px;
}

.driving-license ul.list-disc {
	list-style: disc;
	padding-left: 30px;
}

@media only screen and (max-width: 499px) {
	.driving-license {
		width: 100%;
		padding: 0 15px;
		margin: 30px auto;
	}
	.driving-license section {
		margin: 30px auto 70px;
	}
	.driving-license .container {
		padding: 0;
	}
	.driving-license .indent {
		padding-left: 0;
	}
	.driving-license section h4 {
		margin-bottom: 30px;
	}
	h5 {
		font-size: 15px;
		margin: 0 0 15px;
		background: url(../images/list.svg) no-repeat;
		background-size: 16px;
		background-position: left 10px top 9px;
		padding-left: 37px;
	}
}

/*--------------------------------
　免許取得について
---------------------------------*/
.dl-intro {
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.dl-intro h5 {
	margin-top: 0;
}
.dl-intro-item {
	width: 49%;
	background: #f2f2f2;
	padding: 20px;
	border-radius: 20px;
}
.dl-intro-item ul {
	font-size: 15px;
	margin-bottom: 20px;
}
.dl-intro-item .fukidashi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	font-weight: 700;
}
.dl-intro-item .fukidashi::before {
	content: "";
	width: 20px;
	height: 2px;
	transform: rotate(60deg);
	box-sizing: border-box;
	background-color: #333333;
}
.dl-intro-item .fukidashi::after {
	content: "";
	width: 20px;
	height: 2px;
	transform: rotate(-60deg);
	box-sizing: border-box;
	background-color: #333333;
}
.dl-intro-item a {
	display: block;
	width: 70%;
	padding: 5px 0;
	color: #5886c2;
	background: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: 700;
	margin: 0 auto;
}
.dl-intro-item a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 499px) {
	.dl-intro {
		padding: 0 5px;
		flex-wrap: wrap;
	}
	.dl-intro-item {
		width: 100%;
	}
	.dl-intro-item:last-child {
		margin: 30px auto 0;
	}
	.dl-intro-item ul {
		padding-left: 20px !important;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.dl-intro-item .fukidashi {
		font-size: 13px;
		padding: 5px 0;
		gap: 5px;
	}
	.dl-intro-item .fukidashi::before {
		width: 15px;
	}
	.dl-intro-item .fukidashi::after {
		width: 15px;
	}
}

/*--------------------------------
　通学・合宿
---------------------------------*/
.tsuugaku h4 {
	background: #e7f6f2;
	border-left: 7px solid #37ba98;
}
.gasshuku h4 {
	background: #eff6fd;
	border-left: 7px solid #5886c2;
}

/*-- ポイント --*/
.point {
	margin: 50px auto;
}
.point h5 {
	position: relative;
	width: fit-content;
	background: none;
	padding: 0;
	margin: 15px 30px;
	font-size: 18px;
}
.point h5 > .text {
	position: relative;
	padding: 3px 15px;
	border-radius: 4px;
	background-color: #ffffff;
	border: 2px solid #121212;
}
.point h5 > .ornament {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.point h5 > .ornament::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 36px;
	height: 16px;
	transform: rotate(-45deg);
	box-sizing: border-box;
	background-color: #5886c2;
	mix-blend-mode: multiply; /* 乗算 */
}
.point h5 > .ornament::after {
	content: "";
	position: absolute;
	top: calc(100% - 15px);
	right: -10px;
	width: 36px;
	height: 16px;
	transform: rotate(-45deg);
	box-sizing: border-box;
	background-color: #37ba98;
	mix-blend-mode: multiply; /* 乗算 */
}
.point h5 i {
	color: #e6c220;
	margin-right: 5px;
}
.point ul {
	border-radius: 30px;
	margin-top: -40px;
	padding: 35px 30px 15px 60px !important;
}
.tsuugaku .point ul {
	background: #e7f6f2;
	border: 3px solid #37ba98;
}
.gasshuku .point ul {
	background: #eff6fd;
	border: 3px solid #5886c2;
}
.point-notes {
	font-size: 12px;
	padding-left: 40px;
	margin-top: 15px;
}
@media only screen and (max-width: 499px) {
	.point {
		margin: 50px auto;
	}
	.point h5 {
		font-size: 15px;
	}
	.point ul {
		padding: 30px 15px 15px 35px !important;
	}
	.point-notes {
		font-size: 10px;
		padding: 0 15px;
	}
}

/*-- 申込の流れ --*/
ul.license-flow {
	margin-bottom: 50px;
}
ul.license-flow li {
	margin-bottom: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 35px;
	padding: 15px 15px 15px 35px;
	border-radius: 20px;
}
ul.license-flow li i {
	font-size: 30px;
}
.tsuugaku ul.license-flow {
	color: #37ba98;
}
.tsuugaku ul.license-flow li {
	background: #e7f6f2;
	border-bottom: 1px dotted #37ba98;
}
.gasshuku ul.license-flow {
	color: #5886c2;
}
.gasshuku ul.license-flow li {
	background: #eff6fd;
	border-bottom: 1px dotted #5886c2;
}
ul.license-flow li span {
	color: #121212;
}
@media only screen and (max-width: 499px) {
	ul.license-flow {
		margin-bottom: 50px;
	}
	ul.license-flow li {
		margin-left: 0;
		margin-bottom: 15px;
		padding: 10px 15px 10px 20px;
		gap: 15px;
	}
	ul.license-flow li i {
		font-size: 20px;
	}
}

/*-- 提携教習所 --*/
.js-toggle__button {
	width: 100%;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 3px;
	border-radius: 50px;
	transition: all 0.3s ease;
}
.js-toggle__button i {
	margin-left: 5px;
}
.tsuugaku .js-toggle__button {
	color: #37ba98;
	background: #e7f6f2;
	border: 2px solid #37ba98;
}
.gasshuku .js-toggle__button {
	color: #5886c2;
	background: #eff6fd;
	border: 2px solid #5886c2;
}
.js-toggle__button:hover {
	opacity: 0.5;
}
.js-toggle__panel {
	overflow: hidden;
	height: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: height 0.6s ease, padding 0.6s ease, opacity 0.6s ease,
		visibility 0s 0.6s;
}
.js-toggle__panel[aria-hidden="false"] {
	height: auto;
	padding: 10px 0;
	opacity: 1;
	visibility: visible;
	transition: height 0.6s ease, padding 0.6s ease, opacity 0.6s ease;
}

.school-list table {
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}
.school-list table th,
.school-list table td {
	border: 1px solid #cccccc;
	padding: 3px 10px;
}
.school-list table th {
	color: #ffffff;
}
.tsuugaku .school-list table th {
	background: #37ba98;
}
.gasshuku .school-list table th {
	background: #5886c2;
}
@media only screen and (max-width: 499px) {
	.js-toggle__button {
		font-size: 14px;
	}
	.school-list {
		width: 100%;
		margin: 0 auto 100px;
	}
	.school-list-inner {
		width: 100%;
	}
	.school-list-table {
		width: 100%;
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.school-list table {
		width: 100%;
		min-width: 700px;
		font-size: 12px;
		white-space: nowrap;
	}
}

/*--------------------------------
　申込フォーム
---------------------------------*/
.dl-order form {
	font-size: 15px;
	margin-bottom: 70px;
}
.dl-order input {
	background: #f9f9f9;
	border: none;
}
.dl-order input[type="text"],
.dl-order input[type="tel"],
.dl-order input[type="email"],
.dl-order textarea {
	width: 100%;
}
.dl-order #submit[disabled] {
	color: #ffffff;
	background: #dfdfdf;
	border: none;
}
.dl-order input[type="submit"] {
	width: 400px;
	height: 64px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #e6c220;
	border: 3px solid #e6c220;
	border-radius: 50px;
	cursor: pointer;
	display: block;
	padding: 15px 0;
	margin: 25px auto;
	transition: all 0.5s ease;
}
.dl-order input[type="submit"]:hover {
	color: #e6c220;
	background: #fff;
}
@media only screen and (max-width: 499px) {
	.dl-order input[type="submit"] {
		width: 100%;
		margin: 0 auto;
	}
}

.dl-order a {
	display: block;
	width: 850px;
	padding: 5px 0;
	color: #121212;
	background: #faf5e0;
	border: 2px solid #121212;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 3px;
	border-radius: 50px;
	margin: 0 auto;
}
.dl-order a:hover {
	opacity: 0.7;
}
.dl-order a i {
	margin-left: 5px;
}

.dl-order table {
	min-width: 850px;
	margin: 0 auto;
	border: 1px solid #121212;
	border-collapse: collapse;
}
.dl-order table th,
.dl-order table td {
	text-align: left;
	border: 1px solid #121212;
	padding: 15px;
	white-space: nowrap;
	width: 50px;
}
.dl-order table th {
	max-width: 220px;
	color: #121212;
	background: #faf5e0;
}
.dl-order table input,
.dl-order table select,
.dl-order table textarea,
button {
	border: 1px solid #cccccc;
}
.dl-order table textarea {
	display: block;
}
.dl-order table .on,
.dl-order table .off {
	color: #121212;
	font-size: 13px;
	padding: 5px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
.dl-order table .on {
	background: #fcc7c4;
}
.dl-order table .off {
	background: #ffffff;
}
.dl-order table .postcode {
	width: 20% !important;
}

.dl-order table button {
	transition: all 0.3s ease;
}
.dl-order table button:hover {
	opacity: 0.5;
}
.dl-order .hosoku-box {
	width: 850px;
	font-size: 13px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 20px auto 50px;
	white-space: normal;
}
.dl-order .hosoku {
	font-size: 12px;
	display: block;
	margin-top: 7px;
}

.dl-order .check {
	text-align: center;
	padding: 50px 0 25px;
}
.dl-order .check label {
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}
@media only screen and (max-width: 499px) {
	.dl-order a {
		width: 100%;
		font-size: 14px;
	}
	.dl-order table {
		width: 100%;
		min-width: 100%;
		font-size: 13px;
		margin-bottom: 0;
		border: none;
	}
	.dl-order table tr {
		display: block;
		margin-bottom: 30px;
	}
	.dl-order table tr:last-child {
		margin-bottom: 0;
	}
	.dl-order table th,
	.dl-order table td {
		display: block;
		width: 100%;
		white-space: normal;
	}
	.dl-order table th {
		max-width: 100%;
		border-bottom: none;
	}
	.dl-order table input,
	.dl-order table textarea,
	.dl-order table select {
		max-width: 100%;
		font-size: 13px;
	}
	.dl-order table button {
		font-size: 12px;
	}
	.dl-order .hosoku-box {
		width: 100%;
		font-size: 11px;
	}
	.dl-order .hosoku {
		font-size: 11px;
	}
	.dl-order .check label {
		font-size: 12px;
	}
}

/*-- 確認画面 --*/
.dl-msg {
	width: 730px;
	margin: 50px auto 70px;
	text-align: center;
}
.dl-msg p {
	margin-bottom: 50px;
	padding: 30px;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
	text-align: center;
}
.error-box {
	width: 100%;
	border: 2px solid #121212;
	margin-bottom: 50px;
	padding: 20px 15px;
}
.error-box p {
	font-size: 18px;
	font-weight: 700;
	border: none;
	margin: 0;
	padding: 0 0 15px;
}
.error-box span {
	font-weight: 700;
}

table.kakunin {
	width: 100%;
	margin: 50px auto;
	border: 1px solid #121212;
	border-collapse: collapse;
}
table.kakunin th,
table.kakunin td {
	border: 1px solid #121212;
	padding: 15px;
	text-align: left;
}
table.kakunin th {
	color: #ffffff;
	background: #5886c2;
	white-space: nowrap;
}
@media only screen and (max-width: 499px) {
	.dl-msg {
		width: 100%;
		padding: 0 15px;
		margin: 30px auto;
	}
	.dl-msg h3 {
		margin: 30px auto;
	}
	.dl-msg p {
		margin-bottom: 15px;
		padding: 15px 0;
	}
	.error-box {
		margin-bottom: 30px;
		padding: 15px;
	}
	.error-box p {
		font-size: 13px;
	}
	table.kakunin {
		border: none;
		margin: 30px auto 15px;
	}
	table.kakunin tr {
		display: block;
		margin-bottom: 15px;
	}
	table.kakunin th,
	table.kakunin td {
		width: 100%;
		display: block;
		padding: 2px 10px;
	}
	table.kakunin th {
		border-bottom: none;
	}
}
