@charset "utf-8";
/* CSS Document */
@media screen and (max-width : 767px ){
	#new_wrapper{
		width: 100vw;
		font-size: 80%;
		background-color: white;
	}
	p#TopicPath{
		margin: 5px;
		font-size: 100%;
		border-bottom: none;
	}
	h1{
		width: 100%;
		
		margin: 0.6em 0px 0.8em 0px;
		font-size: 16px;
		line-height: 42px;
		font-weight: bold;
		background-image: linear-gradient(#333333, #000000 );
		color: white;
		text-align: center;
	}
	h2{
		width: 100%;
		height: 100%;
		margin: 0.6em 0px 0.8em 0px;
		font-size: 16px;
		line-height: 42px;
		font-weight: bold;
		background-color: black;
		color: white;
		text-align: center;
	}
	.text{
		position: relative;
		text-align: center;
		font-weight: bold;
		bottom: -18px;
		margin: 10px;
	}
	.sentaku{
		display: flex;
		position: relative;
	}
}
