@charset "UTF-8";
/* CSS Document */

/* floatingバナー 190424 */
/*-------------------------------------------------
	howto
-------------------------------------------------*/
a.howto-footer {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 300;
	width: 50%;
	height: auto;
	text-align: right;
}
a.howto-footer img:hover {
	opacity: 0.7;
}
#howto-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	padding-top: 15%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.9);
	text-align: center;
	color:#fff;
	font-size: 1.2em;
	vertical-align: middle;
}
.howto-ttl {
	margin-bottom: 10px;
}
.howto-btn {
	position: relative;
	z-index: 0;
	display: block;
	width: 500px;
	padding: 25px 10px;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	margin: 0 auto 30px;
	font-weight: bold;
	font-size: 1.3em;
}
.howto-btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right:15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top:2px solid #fff; 
	border-right:2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.howto-btn:hover {
	opacity: 0.7;
}
.howto-skaper {
	background: #1a9bfc;
}
.howto-itv {
	background: #107b89;
}
.howto-ex {
	background: #ff973b;
}
.howto-close {
	/*cursor: pointer;
	position: absolute;
	display: block;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;*/
}

@media screen and (max-width: 768px) {
a.howto-footer {
	width: 96%;
}
a.howto-footer img {
	width: 100%;
	height: auto;
}
a.howto-footer:hover {
}
#howto-box {
	padding-top: 5%;
	font-size: 1em;
}
.howto-ttl {
	margin-bottom: 10px;
}
.howto-btn {
	width: 300px;
	line-height: 1.5em;
	padding: 5% 3%;
	margin: 0 auto 30px;
	font-size: 1em;
}
.howto-btn:hover {
	opacity: 1;
}
.howto-close {
	/*cursor: pointer;
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/btn_close.png) center center no-repeat;
	background-size: 100% auto;*/
}
}
