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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"] {
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}
.contact_name {
	color: #4A4A4A;
}
.text_box {
	width: 100%;
}
#form_box {
	width: 99%;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
/*color:#aaa;*/
border:solid 1px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	font-size: 95%;
}
input:focus {
    border:solid 1px #EEA34A;
}
label {
    position: relative;
    display: block;
    width: 99%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}

label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #ccc;
}

select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    /*color: #ccc;*/
    border: none;
    border-radius: 5px;
    background: transparent;
}

::-ms-expand {
    display: none;
}
	
.contact_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input#btn1 { 
	background: #333; 
	color: #fff; 
	border: solid 1px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	}
input#btn1:hover { background: #fff; color: #333; border: solid 1px #333; transition: all 0.5s; }
input#btn1:active { background: #c00; color: #fff; }
	.bt_box	{
		width: 100%;
		text-align: center;
		margin-bottom: 10%;
	}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
.contact_box {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}	
input#btn1 { 
	font-size: 80%;
	}
	}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
.contact_box {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	input#btn1 { 
	font-size: 70%;
	}
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
.contact_box {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	input#btn1 { 
	font-size: 110%;
	}
}
