@CHARSET "shift_jis";

.br-pc {display: none !important;}
.initial-space {display: none !important;}

.indent-48px {
	text-align: left;
    padding-left: 48px;
	margin-bottom:0;
}
.indent-10px{
	text-align: left;
	padding-left: 10px;
	margin-bottom:0;
}

.table-block02 {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
 	white-space: normal;
	word-break: break-word;
	word-wrap: break-word;
	margin: 10px 0 0;
}

.width-table-block02-01 {
	width: 100px;
}
.width-table-block02-02 {
	width: 130px;
}
.width-table-block02-03 {
	width: 540px;
}
.scroll-wrap{
	width: 95%;
	padding: 5%;
	overflow-x: auto;
}
.scroll-wrap::-webkit-scrollbar {
	height: .5rem;
}
.scroll-wrap::-webkit-scrollbar-thumb{
	background: #C2C2C2;
	border-radius: .3rem;
}
.scroll-wrap::-webkit-scrollbar-track-piece {
	background: #efefef;
}

.table-scroll::-webkit-scrollbar-track {
	background: #F6F6F6;
}

h1.mobile-logo {
	margin: 0 !important;
}