
form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

form table th, form table td {
  padding: 25px 0px;
  border-bottom: 1px solid #CCC;
}

form table th {
  width: 25%;
  text-align: left;
}

form table th span {
  margin-left: 20px;
}

form table th .require {
  display: inline-block;
  background: #bd0000;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
}

form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0px;
}

form table .normal_txt {
  width: 75%;
}

form table .small_txt {
  width: 50%;
}

form .button_area {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

form .button_area br {
  display: none;
}

form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 40px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}

form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 60px;
  background: #5554a0;
  color: #FFF;
  cursor: pointer;
}

.contact_list ul li {
  border-bottom: 1px solid #CCC;
  padding: 1px 10px 25px 40px;
  position: relative;
  line-height: 1.8;
  margin-bottom: 40px;
}

.contact_list ul li:last-child {
  margin-bottom: 0px;
}

.contact_list ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #6B7887;
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 110%;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .laed {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}
.contact .laed a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}
.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}
.contact .require {
  display: inline-block;
  background: #00BFFF;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}
input, textarea, select, button {
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1em;
    vertical-align: top;
}
@media only screen and (max-width: 850px) {

	form table {
	  width: 85%;
	  border-spacing: 0px;
	  margin: 20px auto;
	}

  form table th {
    width: 100%;
    text-align: left;
    display: block;
  }
  form table td {
    width: 100%;
    text-align: left;
    display: block;
    vertical-align:center;
  }
}
	form table .normal_txt {
	  width: 100%;
	  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}
  form table .small_txt {
      width: 100%;
      -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
}


/*ODER-FORM*/
.order_block{
font-size:18px;
font-weight:bold;
border-bottom:1px dotted #666666;
padding:0 0 4px 10px;
}

.order-item h4{
font-size:16px;
font-weight:bold;
padding:4px 0;
margin:5px 0;
}

.order-item p{
font-size:14px;
padding:4px 0;
}

.order-item li{
text-align:right;
line-height:1.5;
}

.order-picup{
display:flex;
justify-content:space-between;
padding:30px 0;
margin:0 0 50px 0;
}

.order-item{
width:30%;
border:1px solid #cccccc;
padding:8px;
background-color:#ffffff;
}

.fax_order a{
display:block;
color:#ffffff;
font-weight:bold;
text-align:center;
padding:5px;
margin-top:12px;
border-radius:10px;
background-color:#d10000;
}

.order_form th, td{
padding:10px;
box-sizing:border-box;
}

.order_form td{
line-height:1.5;
font-size:90%;
}

.order_detail{


}

@media only screen and (max-width: 699px){ 
	.order-picup{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	padding:30px 0;
	margin:0 0 50px 0;
	}

	.order-item{
	width:80%;
	border:1px solid #cccccc;
	margin:20px auto;
	}

}
