<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 767px) {
	html {
		height: 100%;
	}

	body {
		height: 100%;

	}
	
	/*---------Common---------------*/
	.sp {
		display: inline-block;
	}

	.sp_b {
		display: block;
	}

	.pc,
	.pc_b {
		display: none;
	}
	
	
	/*-----Header-------*/
	.header_img{
		width: 100%;
		height: auto;
	}
	
	/*-----Main Page-------*/
	main{
  min-width: inherit;
  padding-top: 10px;
	}
	
	.in_box{
		width: 100%;
	}
	
	h3{
	line-height: 1.4em;
	margin-top: 0px;
	}
	
	.ctbox{
		margin-bottom: 30px;
		padding: 10px 10px;
	}
	
	.txt_box img{
		max-width: 90%;
	}

	.txt_box iframe {
		width: 90%;
		height: calc(100vw * 0.6);
		margin: 10px auto;
	}	
	
	
	
}
</pre></body></html>