@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


@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-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.txt_box img{
		max-width: 90%;
	}

	.txt_box iframe {
		width: 90%;
		height: calc(100vw * 0.6);
		margin: 10px auto;
	}	
	
	
	
}
