@charset "UTF-8";

@media screen and (max-width: 768px) {

	/***************************************************************/

	/* parts

	/***************************************************************/
	/*tableSpScroll*/
	.tableSpScrollA01 {
		overflow: auto;
		margin-bottom: 32px;
	}
	.tableSpScrollA01 table[class^="table"] {
		margin-bottom: 10px;
		min-width: 750px;
	}
	.tableSpScrollA01::-webkit-scrollbar{
		width: auto;
		height: 15px;
	}
	.tableSpScrollA01::-webkit-scrollbar-track{
		background: #dedede;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}
	.tableSpScrollA01::-webkit-scrollbar-thumb{
		background: #0ca26c;
		border: solid 3px #dedede;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*glyph*/
	.glyphScroll01 {
		margin-bottom: 10px;
	}
	.glyphScroll01 > span {
		position: relative;
		display: inline-block;
		padding-left: 2em;
	}
	.glyphScroll01 > span:before {
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 0;
		content: url(/hojin/oshirase/2021/detail/210702/images/ico_scroll01.svg);
		margin-top: -0.8em;
		width: 1.7em;
		height: 1.6em;
	}

}
