@charset "utf-8";


.head-text{
	margin:20px;
	line-height: 1.25em;
}
.tw-tl{
	position: relative;
	z-index: 5;
	transform: translate3d(0, 0, 0);
	overflow: scroll; 
	background-color: white;
}
.form-btn{
	border-radius:5px;
	width:25vw;
	height:20px;
	padding:10px 5px;
	margin:1em auto;
	background-color:#FFCC00;
	font-size: calc(8px + 1vw);
	color:#FFF;
}
.form-like{
	text-align:center;
}
.form-like h3{
	font-weight:normal;
	font-size: calc(10px + 1vw);
	margin: 1em auto 1.25em;
}
.form-like p{
	font-weight:normal;
	font-size: calc(8px + 0.75vw);
	line-height: 1.25em;
	margin: 1em auto 1.25em;
}
.form-like strong{
	font-weight: bold;
	letter-spacing: 0.15em;
}
.end{
	border:none;
}

.form-btn a{
	text-decoration:none;
}
.form-like a:link {
	text-decoration:none;
}
.form-like a:visited {
}
.form-like a:hover {
}
.form-like a:active {
}


@media screen and (min-width: 751px){
.tw-tl{
	width:40vw;
	float:left;
	height: 400px;
}
.end:after{
	display:block;
	content:"";
	clear:both;
}
.form-like{
	margin-left:45vw;
}
.form-btn{
	width:25vw;
}

}
@media screen and (max-width: 750px){
.tw-tl{
	width:80vw;
	min-width:350px;
	margin:auto;
	height: 200px;
		z-index: 4;
}
.form-btn{
	width:50vw;
}
}


