@charset "UTF-8";

/* ===================================================================

	スタイルの設定

=================================================================== */

/* ===================================================================
	フッター
=================================================================== */
.footer_sp {
	display: none;
}

.footer_menu_area {
	padding: 60px 0;
	border-top: 10px solid var(--bs-dorapita);
	background: #2c343e;
}
.footer_nav {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto;
}
.footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_nav ul li {
	margin: 0.5em 0;
	padding: 0 1em;
	border-right: 1px solid var(--bs-white);
	line-height: 1;
}
.footer_nav ul li:last-child {
	border: none;
}

.footer_nav ul li a {
	color: var(--bs-white);
}

.footer_operating_company {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
.footer_operating_company_logo {
	margin-bottom: 10px;
}
.footer_operating_company_txt {
	margin-bottom: 20px;
	font-size: .9rem;
}
.footer_operating_company_txt a {
	text-decoration: underline;
}
address {
	font-style: normal;
	font-size: .8rem;
}
footer.footer-layout .feedback-box {
	width: fit-content;
	margin: auto auto 20px;
	padding: 20px;
	font-size: .9rem;
	border: 1px solid var(--bs-gray);
}
footer.footer-layout .footer_use_service {
	margin: 5px auto;
}
footer.footer-layout .footer_operating_company_txt {
	margin-bottom: 10px;
}


/* ===================================================================
	共通設定
=================================================================== */


.top_title_02_wrap {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto 40px;
}
.top_title_02 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 10px;
	padding-left: .05em;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
}
.top_title_02 .mini {
	font-size: 80%;
}

.top_title_02 img {
	width: 30px;
	margin-right: 10px;
}

.top_driver_type_intro {
	margin-top: 1em;
	text-align: center;
}






/* フォーム -------------------- */
input,button,textarea,select {
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.input_group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
/*	width: 100%;*/
}
.form_control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: var(--bs-white);
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
/*	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
.input_group>.form_control,
.input_group>.form_select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input_group_text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.input_group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input_group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input_group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form_select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: var(--bs-white);
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333333"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 0.25rem center;
	background-size: auto 1.6rem;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_primary {
	background: var(--bs-primary);
	color: var(--bs-white);
	border: none;
}




/* ===================================================================
	トップ
=================================================================== */




/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
	
}


/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.footer_menu_area {
		padding: 40px 0;
	}
	.footer_sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 100;
		filter: drop-shadow(0px -2px 3px rgba(0,0,0,0.15));
	}
	.footer_menu ul {
		display: flex;
		
	}
	.footer_menu ul li {
		width: 25%;
	}
	.footer_menu ul li a {
		display: block;
		padding: 10px 0;
		font-size: .8rem;
		font-weight: 700;
		text-align: center;
	}
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
	
	
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
	
	.footer_bn_list {
		display: block;
	}
	.footer_bn_list li {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	
	.title_jp {
		font-size: 1.7rem;
	}
	
	.top_title_02 {
		font-size: 1.7rem;
	}
	
	
}

@media (max-width: 479px) {
}











