@charset "utf-8";

a {
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}

a:hover,
a.underline:hover {
	color: #ff0000;
	text-decoration: underline;
}

.text-red {
	color: #ff0000;
}

.text-bold {
	font-weight: 700;
}

.btn_01 {
	font-size: 1.5em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	background-color: #171c60;
	border-color: #171c60;
	color: #ffffff;
}

.btn_01:hover {
	background-color: #8f0530;
	border-color: #8f0530;
	color: #ffffff;
}

.d_hidden {
	display: none;
}

.fs_lg {
	font-size: 1.25em;
}

.border_01 {
	border: 2px solid #171c60;
	border-radius: 0 0 4px 4px;
	padding: 15px;
	background-color: rgba(255, 255, 255, .4);
}

.fs_header {
	display: flex;
	padding-top: 12px;
	padding-bottom: 12px;
}

.fs_header_l {
	font-size: 18px;
	white-space: nowrap;
}

.fs_header_r {
	font-size: 14px;
	margin-left: auto;
	margin-right: 4px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.fs_header_r a {
	color: #ffffff !important;
}

.footer_to_top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 25px;
	padding-bottom: 15px;
}

.footer_to_top .totop_wall {
	width: 5%;
}

.footer_to_top .totop_icon {
	max-width: 48px;
}

.fs_900 {
	font-weight: 900;
}

.px_01 {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.fs_towa {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5em;
	font-weight: 700;
	color: #000000;
}

.fs_i_circle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000000;
	display: block;
	margin-left: 6px;
}

.fs_freetalk {
	background-color: #fc5b00;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.fs_freetalk .fs_left {
	background-color: #ffe570;
	color: #fc5b00;
	border-radius: 4px;
	font-size: 1.75em;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.fs_freetalk .fs_right {
	font-size: 2.75em;
	font-weight: 700;
	padding-left: 16px;
}

.bg_01 {
	background-color: #e6e6fa;
}

footer .copy {
	line-height: 2.5rem;
	margin-bottom: 4rem;
}    
@media (max-width: 767px) {
	.fs_towa {
		font-size: 1.25em;
	}
	
	.fs_towa img {
		width: 30px;
	}
	
	.fs_i_circle {
		width: 4px;
		height: 4px;
	}
	
	.footer_to_top .totop_img {
		max-width: 45%;
	}
	
	.footer_to_top .totop_icon {
		max-width: 30px;
	}
	
	ul.list-situation li,
	ul.list-service li {
		margin-left: 20px;
	}
	
	ul.list-situation li i,
	ul.list-service li i {
		margin-right: 5px;
	}
	
	.tbl_01 {
		width: 35%;
	}
	
	.f_bottom {
		margin-bottom: 2rem;
	}
	.fixednav .label24 {
		left: 2% !important;
	}
	
	.sitemap .block-list {
		width: 100% !important;
	}
	
	#sitemap-overviews {
		margin-bottom: 0;
	}
	
	.btn_01 {
		font-size: 1.5rem;
	}
}