/* テキストボックス */
input[type="text"],
input[type="email"],
input[type="tel"]{
	width:100%;
	font-size:32px;
	font-weight:500;
	height:100px;
	padding:0 1em;
	background-color:#fff;
	border:1px solid #989898;
	border-radius:0px;
	outline:none;
}

@media screen and (max-width:1080px){
	input[type="text"],
	input[type="email"],
	input[type="tel"]{
		font-size:3vw;
		height:70px;
	}
}

@media screen and (max-width:540px){
	input[type="text"],
	input[type="email"],
	input[type="tel"]{
		font-size:16px;
		height:50px;
	}
}

/* セレクトボックス */
select{
	width:calc(100% - 2em);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:100px;
	padding:0 40px 0 1em;
	font-size:32px;
	color:#000;
	background:#fff url(select_arrow.png)no-repeat right 10px center;
	background-size:15px auto;
	border:1px solid #989898;
	outline:none;
}

@media screen and (max-width:1080px){
	select{
		height:70px;
		font-size:3vw;
	}
}
@media screen and (max-width:540px){
	select{
		width:calc(100% - 1.8em);
		height:50px;
		padding:0 15px 0 0.5em;
		background-size:10px auto;
		font-size:16px;
	}

}

select::-ms-expand {
    display: none;
}
select option,
select optgroup{
	background:#fff;
}


/* ラジオボタン */
input[type="radio"] {
	opacity:0;
}
input[type="radio"]  + span{
	margin-left:-0.2em;
	padding-left:1.5em;
	display:inline-block;
	vertical-align:middle;
	position: relative;
}
input[type="radio"]  + span:before{
	content: "";
	display:inline-block;
	width:1em;
	height: 1em;
	margin-right:0px;
	background-color: #FFFFFF;
	border: 1px solid #989898;
	border-radius:  50%;
/*	-webkit-box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);*/
	cursor: pointer;
	outline : none;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
input[type="radio"]:checked + span:after {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform:translateY(-50%);
	border-radius: 50%;
}

@media screen and (max-width:540px){
	input[type="radio"]  + span{
		font-size:16px;
	}
}


/* チェックボックス */
input[type="checkbox"] {
	opacity:0;
}
input[type="checkbox"] + span{
	display:inline-block;
	vertical-align:middle;
	position: relative;
	margin-left:-0.2em;
	padding-left:1.5em;
}
input[type="checkbox"] + span:before{
	content:'';
	display:inline-block;
	width: 1em;
	height: 1em;
	margin-right:0px;
	background-color: #FFFFFF;
/*	-webkit-box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);*/
	border:1px solid #989898;
	vertical-align: middle;
	border-radius:2px;
	cursor: pointer;
	outline : none;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
input[type="checkbox"]:checked + span:after {
	content:'';
	display: block;
	width: 0.4em;
	height: 0.7em;
	border-right:4px solid #f00;
	border-bottom:4px solid #f00;
	position: absolute;
	top: 45%;
	left: 0.3em;
	transform:translateY(-50%) rotate(45deg);
}
@media screen and (max-width:540px){
	input[type="checkbox"] + span{
		font-size:16px;
	}
	input[type="checkbox"]:checked + span:after {
		border-right:2px solid #f00;
		border-bottom:2px solid #f00;
	}
}


/* テキストエリア */
textarea{
	width:100%;
	min-height: 670px;
	font-size:32px;
	font-weight:500;
	padding:0.5em 1em;
	background-color:#fff;
	border:1px solid #989898;
	border-radius:0px;
	vertical-align:bottom;
	outline:none;
}
@media screen and (max-width:1080px){
	textarea{
		min-height: 400px;
		font-size:3vw;
	}
}

@media screen and (max-width:540px){
	textarea{
		min-height: 250px;
		font-size:16px;
	}
}


/* ボタン */
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="reset"],
button[type="button"]{
	display:inline-block;
	width:12.5em;
	line-height:2;
	margin:50px 0.2em 0;
	font-size:38px;
	font-weight:bold;
	letter-spacing:0.03em;
	text-indent:0.03em;
	color:#fff;
	background-color:#00aaff;
	border-radius:0;
	color:#fff;
	cursor:pointer;
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
}

@media screen and (max-width:1080px){
	input[type="submit"],
	input[type="button"],
	button[type="submit"],
	button[type="reset"],
	button[type="button"]{
		margin:5% 0.2em 0;
		font-size:3.5vw;
	}
}

@media screen and (max-width:540px){
	input[type="submit"],
	input[type="button"],
	button[type="submit"],
	button[type="reset"],
	button[type="button"]{
		font-size:18px;
	}
}

input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover{
	opacity:0.7;
}

input[type="submit"]:after,
input[type="button"]:after,
button[type="submit"]:after,
button[type="reset"]:after,
button[type="button"]:after{
	content:'';
	display:inline-block;
	width:0;
	height:0;
	margin-left:0.5em;
	border-style:solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #fff;
}

.confirm input[type="submit"],
.confirm input[type="button"],
.confirm button[type="submit"],
.confirm button[type="button"]{
	width:7em;
	margin-top:9%;
}



/* プレイスホルダー */
input::placeholder,
textarea::placeholder{
  color:#989898;
}
input:-ms-input-placeholder,
textarea::placeholder{
  color:#989898;
}
input::-ms-input-placeholder,
textarea::placeholder{
  color:#989898;
}


