@charset "utf-8";
#form {
    padding-top: 0px;
    padding-left: 6.15%;
    padding-right: 6.15%;

}
#mailform {
    margin-top: 5.38%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}


.form_hissu {
	margin-left: 16px;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 16px;
}
.form_hissu_kome {
	color: #D00003;
}
.form_hissu_naka_kome {
	color: #D00003;
	font-size: 10px;
	margin-left: 4px;
}
#form table {
    width: 100%;
    border-top: 1px solid #DBDCDC;
    margin-bottom: 4.61%;
    margin-left: auto;
    margin-right: auto;
}
#form table th {
    width: 27.69%;
    background-color: #E8F7FC;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    padding-left: 2.3%;
    border-bottom: 1px solid #DBDCDC;
    padding-right: 2.3%;
}
#form table td {
    padding-top: 24px;
    padding-right: 2.3%;
    padding-left: 3.07%;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccd4d7;
    color: #3e3a39;
}
#form table td ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
}
#form table td ul li {
    margin-right: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
}
.mf{
	background-color: #E0E0E0;
	padding: 2%;
	width: 100%;
}
.mfgg {
	border-radius: 4px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #ccd4d7;
	border-top: 1px solid #BFBFBF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 48px;
	display: block;
}
.mfgg_half {
	width: 160px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
}
.mfgg_textarea {
	border-radius: 4px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #ccd4d7;
	border-top: 1px solid #BFBFBF;
	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;
}
.mfgg_textarea_half {
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	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: 70px;
}
.zipcode {
	width: 160px;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	padding: 8px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zip_bt {
	background-color: #586AF0;;
	border-style: none;
	width: 176px;
	-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;
}
.submit_btn_box {
    text-align: center;
}

.sub_bt {
    background-color: #122d5b;
    border-style: none;
    width: 30%;
    -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: 1%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
}
.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;
}


::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 {
    padding-left: 6.15%;
    padding-right: 6.15%;

}
#mailform {
    margin-top: 8.46%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.form_hissu {
    margin-left: 16px;
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 16px;
    text-align: center;
}
.form_hissu_kome {
	color: #D00003;
}
.form_hissu_naka_kome {
	color: #D00003;
	font-size: 10px;
	margin-left: 4px;
}
#form table {
	width: 100%;
	border-top: 1px none #BFBFBF;
	margin-bottom: 3.84%;
}
#form table th {
    width: 100%;
    background-color: #E8F7FC;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    padding-left: 3.84%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px none #BFBFBF;
    padding-right: 2.3%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#form table td {
	padding-top: 16px;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 16px;
	border-bottom: 1px none #BFBFBF;
	color: #3e3a39;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table td ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
}
#form table td ul li {
	margin-right: 16px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1em;
}
.mfgg {
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
}
.mfgg_half {
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
}
.mfgg_textarea {
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	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;
}
.mfgg_textarea_half {
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	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: 70px;
}
.zipcode {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	padding: 8px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zip_bt {
	background-color: #586AF0;
	;
	border-style: none;
	width: 100%;
	-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: 40px;
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 16px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 15px;
}
.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;
}
.submit_btn_box {

}

.sub_bt {
    background-color: #122d5b;
    border-style: none;
    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: 48px;
    margin-right: 1%;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 16px;
}
.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;
}

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;
}
}
