.h3Disp {
    background-image: none;
    text-align: left;
    padding: 0 0;
    margin: 0 auto 20px;
    border-bottom-width: 0px !important;
}
.h3Disp .wrapper {
	border-bottom-width: 2px;
	border-bottom-style: solid;
    padding: 0 10px 5px;
	box-sizing: border-box;
}
/*----- 幅 -----*/
.w200{ width: 200px !important; }
.w70{ width: 70px;}
.w100{ width: 100px;}
.w160{ width: 160px;}


/* contact */
.contact-bg{
	background: #fff;
	border-radius: 25px;
	padding: 12px;
	overflow: hidden;
}
.company-title{
	color: #000;
	margin: 20px auto 10px;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px solid #d60000;
}
.box-text-contact{
	overflow: hidden;
	color: #000;
}
.box-text-contact ul{
	list-style: none;
	padding: 0;
}
.box-text-contact ul li{
	margin: 2px auto;
	display: table;
	width: 100%;
}

/* contact left */
.contact-left{
	width: 25%;
	font-weight: normal;
	display: table-cell;
	position: relative;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 0px 10px 45px;
}
.contact-left span {
	float: left;
}
.contact-left::after{
}
.highlight{
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 20px;
	background: #d60000;
	border-radius: 4px;
	width: 40px;
	text-align: center;
	float: left;
}

/* contact right */
.contact-right{
	padding: 10px;
	width: 100%;
	color: #666666;
	font-weight: normal;
	display: table-cell;
	vertical-align: top;
}
.contact-right select{
	padding: 2px 8px;
	border: 1px solid #ccc;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.contact-right select::-ms-expand{
	display: none;
}
.contact-right select.style-select{
	background: url(../images/arrow-select.jpg) no-repeat right center #fff;
}
.contact-right .area-contact{
	width: 100%;
	height: 100px;
	overflow-y: auto;
	border: 1px solid #ccc;
}
.contact-right .input-checkbox{
	margin-right: 35px;
	margin-bottom: 6px;
	display: inline-block;
}
.contact-right .input-checkbox br{
	display: none;
}
.contact-right p.text-time{
	display: inline-block;
}
.contact-right input[type="checkbox"]{
	width: 17px;
	height: 17px;
	margin-left: 8px;
	margin-right: 2px;
}
.contact-right input[type="text"]{
	padding: 4px;
	width: 300px;
	border: 1px solid #ccc;
}
.confirm{
	text-align: center;
	margin: 20px auto;
}
a.button-confirm{
	background: #fff;
	padding: 7px 0;
	margin: auto;
	font-size: 22px;
	width: 250px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 3px;
}
a:hover.button-confirm{
	text-decoration: none;
	color: #fff;
}
a.button-black{
	color: #fff;
	padding: 3px;
	display: inline-block;
	width: 95px;
	text-align: center;
}
a:hover.button-black{
	text-decoration: none;
}
.edit_errors {
	border:5px solid #EEE;
  	background-color:#FFF;
  	padding:10px;
  	color:#fd4658;
  	font-weight:bold;
  	line-height:1.7em;
    font-size: 17px;
    margin: 10px 0 10px;
    text-align: left;
}
.back-confirm{
	text-align: center;
	margin: 12px auto;
}
a.button-confirm-back{
	background: #fff;
	padding: 7px 2px;
	color: #a1a8b2;
	margin: auto 10px auto 0;
	font-size: 22px;
	width: 200px;
	display: inline-block;
	border: 3px solid #a1a8b2;
	font-weight: bold;
	text-align: center;
}
a:hover.button-confirm-back{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.send-mail{
	background: #fff;
	padding:7px 2px ;
	margin: auto 0 auto  10px; ;
	font-size: 22px;
	width: 200px;
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	font-weight: bold;
	text-align: center;
}
.send-mail:hover{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.send-mail:focus{
	outline: none;
}

@media(max-width:768px) {
  .w200{
	  width: 40% !important;
	}
  .contact-left{
	  width: 50%;
	}
  .contact-right .input-checkbox br{
	  /* display: block; */
	}
  .contact-right p.text-time{
	  display: block;
	}
  .contact-right input[type="text"]{
	  width: 100%;
	}
}

@media(max-width:480px) {
  .w160{
	  width: 100%;
	}
  .contact-left, .contact-right{
	  display: block;
	  width: 100%;
	}
  .contact-left{
	  padding: 8px;
	}
  .highlight{
	  position: relative;
	  margin-right: 8px;
	}
  .contact-left::after{
	  float: none;
	  margin-right: 0;
	}
	a.button-confirm-back{
	margin: 0 auto 20px;
	display: block;
}
.send-mail{
	margin: auto ;
	font-size: 22px;
	width: 200px;
	display: block;
	}
}