/*	@media (orientation: landscape){IME表示でスマホ縦でランドスケープ認識される不具合*/
@media screen and (min-width: 1000px){
.sp {display:none;}
	.title {	text-align: center;	}
	.blocka{	float: right;
				width: 16%;
				padding: 2%;	}
	.blocka-s { display:none;	}
	.blockb {	float: right;
				width: 55%;
				padding: 2%;
				font-size: 120%;}
	.blockc {	float: left;
				width: 16%;
				padding: 2%;
				position: -webkit-sticky; /* Safari用 */
				position:sticky;
				top:0;					}
	.blockc-s {	display:none;			}
	.blockd {	clear: both;
				width: 100%;
				float: center;
				text-align: center;		}
	.blockad {	clear: both;
				width: 95%;
				float: center;
				text-align: center; 	}
}
/*@media (orientation: portrait){*/
@media screen and (max-width: 999px) {
.pc {display:none;}
	.title {	text-align: center;		}
	.blocka {	display:none;	}
	.blocka-s {	width: 100%;
				padding: 0em;
				margin: 0em;
				font-size: 80%;
				text-align: center;/*
				position: -webkit-sticky;
				position:sticky;   
				top:0;*/
				z-index: 100; /*最前面に*/
				opacity:0.85;	}
	.blockb {	width: 97%;
				float: center;
				font-size: 110%; }
	.blockc {	display:none; }
	.blockc-s {	text-align: center;
				font-size: 60%;
				position: -webkit-sticky; /* Safari用 */
				position:sticky;
				bottom:0;
				z-index: 100; /*最前面に*/
				opacity:0.85;
				font-size: 150%; }
	.blockd {	clear: both;
				width: 100%;
				text-align: center;		}
	.blockad {	clear: both;
				width: 100%;
				text-align: center;	}
}

