@charset "utf-8";

.form_box {
	margin-top: 64px;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#form table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
}
#form table th {
    text-align: left;
    width: 28%;
    font-size: 16px;
    padding-left: 2%;
    border-bottom: 3px solid #333;
    padding-right: 2%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    color: #16154F;
    letter-spacing: 1px;
    border-top: 3px solid #333;
    vertical-align: middle;
}
#form table td {
    border-bottom: 1px solid #858585;
    padding-left: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    padding-right: 4%;
    line-height: 2em;
    color: #414146;
    text-align: left;
    border-top: 1px solid #858585;
}
.form_text_s {
	font-size: 11px;
}

.form_check {
	margin-bottom: 6px;
}
.form_midasi {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 36px;
	border-left-color: #009453;
	/* [disabled]border-left-style: solid; */
	border-left-width: 8px;
	padding-left: 24px;
	background-color: #009453;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.mfgg {
    border-radius: 4px;
    border: 1px solid #A4B5C3;
    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 #A4B5C3;
    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:700px){


.form_box {
	margin-top: 64px;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#form table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}
#form table th {
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding-left: 2%;
    border-bottom: 2px solid #333;
    padding-right: 2%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    color: #16154F;
    letter-spacing: 1px;
    border-top: 2px solid #333;
    vertical-align: middle;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#form table td {
    border-bottom: 1px solid #858585;
    padding-left: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    padding-right: 4%;
    line-height: 2em;
    color: #414146;
    text-align: left;
    border-top: 1px solid #858585;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_text_s {
	font-size: 11px;
}

.form_check {
	margin-bottom: 6px;
}
.form_midasi {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 36px;
	border-left-color: #009453;
	/* [disabled]border-left-style: solid; */
	border-left-width: 8px;
	padding-left: 24px;
	background-color: #009453;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

	
.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 #A4B5C3;
    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: 1px solid #A4B5C3;
    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;
}
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;
}
}
