@charset "utf-8";


.mfgg {
	border-radius: 4px;
	border: 1px solid #D9ECFC;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 48px;
}
.mfgg_textarea {
	border-radius: 4px;
	border: 1px solid #D9ECFC;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 12px;
	box-sizing: border-box;
	height: 300px;
}
.zip_area {
	border-radius: 4px;
	border: 1px solid #D9ECFC;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 1%;
}
.zip_bt {
	background-color: #009453;
	border-style: none;
	width: 35%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 8px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 8px;
	box-sizing: border-box;
	height: 35px;
	margin-right: 1%;
	color: #FFFFFF;
	font-weight: 500;
	margin-left: 2%;
}
.zip_bt:hover {
	cursor: pointer;
	opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
.sub_bt {
	background-color: #910D23;
	border-style: none;
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 12px;
	box-sizing: border-box;
	height: 48px;
	margin-right: auto;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	margin-left: auto;
	display: block;
}
.sub_bt:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hissu {
	color: #CF0002;
	margin-left: 4px;
	font-size: 10px;
}

::placeholder {
  color: #999999;
}
textarea{
	-webkit-appearance: none;
	font-size: 14px;
	}

/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #999999;
}
 
/* Firefox */
input::-moz-placeholder{
    color: #999999;
}

/* Firefox 18以前 */
input:-moz-placeholder{
    color: #999999;
}
 
/* IE */
input:-ms-input-placeholder{
    color: #999999;
}



/*
input:hover {
	cursor: pointer;
	opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
 */

@media screen and (max-width:640px){


.zip_area {
	border-radius: 4px;
	background-color: #FFFFFF;
	border-style: solid;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 1%;
	border-width: 1px;
}
.zip_bt {
	border-radius: 4px;
	background-color: #0095DE;
	border-style: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 0px;
	color: #FFFFFF;
	font-weight: 500;
	margin-left: 0px;
	margin-top: 16px;
}
.sub_bt {
	border-radius: 4px;
	background-color: #910D23;
	border-style: none;
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 16px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 16px;
	box-sizing: border-box;
	margin-right: auto;
	color: #FFFFFF;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	margin-left: auto;
	display: block;
	height: auto;
	font-size: 16px;
}
.mfgg {
	border-radius: 4px;
	border: 1px solid #DCDCDC;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
}
.mfgg_textarea {
	border-radius: 4px;
	background-color: #FFFFFF;
	border-style: solid;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 12px;
	box-sizing: border-box;
	height: 110px;
	border-width: 1px;
}
input[type="submit"] {
  -webkit-appearance: none;
	
}
input[type="reset"] {
  -webkit-appearance: none;
	
}
input[type="button"] {
  -webkit-appearance: none;

}
	
input[type=text]    {
font-size : 16px;
-webkit-appearance : none;
-webkit-tap-highlight-color : rgba(0,0,0,0);
}
textarea{
	-webkit-appearance: none;
	font-size: 16px;
	}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 13px;
	background: url(images/arr.svg) right 50% no-repeat;
	background: url(images/arr.svg) right 50% no-repeat;
	background-size: 20px, 100%;
}
::placeholder {
	font-size: 13px;
  color: #999999;
}
}
