@charset "utf-8";
/*--------------------------------------------

	GLOBAL CSS

--------------------------------------------*/
.ttl_01 .eng {
    margin: 0;
}
/*--------------------------------------------

	TOP PAGE

--------------------------------------------*/
#top #sec_01 .box_01 .inner {
    max-width: 800px;
    margin: 0 auto;
}
#top #sec_01 .box_01 .inner {
	font-size:16px;
	line-height: 1.9;
}
#top #sec_01 .box_01 {
    margin: 0;
}
/*--------------------------------------------

	UNDER

--------------------------------------------*/
.under #main-title .box_01 .eng{
	font-size:20px;
}
@media screen and (max-width : 767.9999px ){
	#top #sec_01 .box_01 .inner {
		font-size:13px;
	}
	.under #main-title .box_01 .eng{
		font-size:14px;
	}
	/*301*/
	#content table.tbl-design301 td,
	#content table.tbl-design301 th {
		font-size:12px;
	}
	#climate-in-shigaraki-2 .scroll_wrap{
		width: 100vw;
		box-sizing: border-box;
		padding:0 4%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	#climate-in-shigaraki-2 .scroll {
		overflow-y: auto;
		overflow-x: scroll;
		white-space: nowrap;
	}
	#climate-in-shigaraki-2 .scroll::-webkit-scrollbar {
		height: 8px;
	}
	#climate-in-shigaraki-2 .scroll::-webkit-scrollbar-track {
		background: #eee;
	}
	#climate-in-shigaraki-2 .scroll::-webkit-scrollbar-thumb {
		background: #26b7bc;
	}
}

