﻿@charset "UTF-8";
body{
	background-color: aqua;
}
.container{
	width:90vw;
	margin:auto;
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
}
header h1{
	text-align:center;
}
.form-box{
	width: 100%;
}
.form-box fieldset{
	background-image:url(../images/formback70.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
}



input[type=text],input[type=email],input[type=tel],select,textarea{
	-webkit-appearance:none;
	padding: 10px;
	border-radius: 5px;
	width: 70vw!important;
	background-color: rgba(255,255,255,0.8);
	font-size: 16px;
	transform: scale(0.8);
}
textarea{
	-webkit-appearance:none;
	resize:vertical;	
    min-width: 100px;
    min-height: 10vw;
    max-width:  70vw;
    max-height: 80%;
}
