@charset "utf-8";

/* PC 990 以上 */

@media
only screen and (min-width: 990px){
	
}

/* PC 990 end */

/* PC 989-920 */

@media
only screen and (max-width: 989px) and (min-width: 920px){

.main {
	width: auto;
}
	
}

/* PC 989-920 end */

/* PC 919-835 */

@media
only screen and (max-width: 919px) and (min-width: 835px){

.main {
	width: auto;
}
	
}

/* PC 919-835 */

/* iPad Pro 10.5 インチ レイアウト */

@media
only screen and (max-width: 834px) and (min-width: 800px){

.main {
	width: auto;
	font-size: 1.2em;
	padding: 30px;
}

.tdtext {
	font-size: 1.3em;
}

h1{
font-size: 1.6em;
}

.tabtexts8 {
	font-size:0.8em;
}

.tabtexts9 {
	font-size:0.9em;
}

.tab8sp9 {
	font-size:0.8em;
}

.pcmenu { display: none !important; }
.spmenu { display: block !important; }

}
	
/* 10 tablet end */

/* iPad 9 インチ レイアウト */

@media
only screen and (max-width: 799px) and (min-width: 765px){

.main {
	width: auto;
	font-size: 1.2em;
	padding: 30px;
}

.tdtext {
	font-size: 1.3em;
}

h1{
font-size: 1.3em;
}

.tabtexts8 {
	font-size:0.8em;
}

.tabtexts9 {
	font-size:0.9em;
}

.tab8sp9 {
	font-size:0.8em;
}

.pcmenu { display: none !important; }
.spmenu { display: block !important; }
	
}

/* tablet end */

/* iPad 9 インチ以下 レイアウト */

@media
only screen and (max-width: 764px) and (min-width: 641px){

.main {
	width: auto;
	font-size: 1.2em;
	padding: 30px;
}

h1{
font-size: 1.3em;
}

.tabtexts8 {
	font-size:0.8em;
}

.tabtexts9 {
	font-size:0.9em;
}

.tab8sp9 {
	font-size:0.8em;
}

.pcmenu { display: none !important; }
.spmenu { display: block !important; }
	
}

/* tablet end */

/* スマホイアウト */

@media
only screen and (max-width: 640px){

.main {
	width: 360px;
	font-size: 1.1em;
	padding: 20px;
}

.toptmb {
	width: 170px;
	height: auto;
	border:none;
}

h1{
font-size: 1.4em;
}
	
.gazouue {
	width: 150px;
	height: auto;
}
	
.gazoumigi {
	float: none;
	width: 300px;
	height: auto;
	display:block;
}

.gazoumigif {
	float: none;
	width: auto;
	height: auto;
	display:block;
}

.gazoumigif2 {
	float: none;
	width: auto;
	height: auto;
	display:block;
}

.gazouhidarif {
	float: none;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	display:block;
}

.gazouo350 {
	float: none;
	width: 350px;
	height: auto;
	display:block;
}

.tabtexts9 {
	font-size:0.9em;
}

.tab8sp9 {
	font-size:0.9em;
}

.sptexts9 {
	font-size:0.9em;
}

.sptexts8 {
	font-size:0.8em;
}

.pc9sp8 {
	font-size:0.8em;
}

.pc9sp7 {
	font-size:0.7em;
}

.pc9sp6 {
	font-size:0.6em;
}

.pcmenu { display: none !important; }
.spmenu { display: block !important; }

}

/* sp end */