@charset "UTF-8";
/* CSS Document */
/*************PC*****************/
/* header */
header img {
	width: 8% !important;
	margin: 0px !important;
}

body {
	margin-top: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

/*************SP*****************/

@media screen and (max-width:767px) {

	/* header */
	header {
		width: 100% !important;
		height: 60px !important;
		justify-content: flex-start;
	}

	header img {
		width: 86px !important;
		height: 40px !important;
		margin: 10px auto 10px 0px !important;
	}

	.top_list {
		white-space: nowrap;
	}

	.sp-text {
		text-align: left !important;
		margin: 0 1rem !important;
	}

	.inquiry_list {
		padding: 0 !important;
	}

	.inquiry_list img {
		padding-top: 32px !important;
	}
}

@media only screen and (max-width:767.98px) {

	body {
		margin-top: 0 !important;
	}
}


.blue2{
	background-color: #1571DA;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 21px;
	border: solid #1571DA 1px;
	border-radius: 25px;
}	
.white2{
	background-color: #fff;
	color: #1571DA;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 11px;
	border: solid #1571DA 1px;
	border-radius: 25px;
}

.inquiry_list {
	padding: 32px 0 0 0;
}

.text-white {
	color: black !important;
}

.document_list {
	background-color: white !important;
}

