@charset "utf-8";
/* CSS Document */
select.select01,.county,.district{
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background:#fff;
    border: 1px solid #dcdcdc;
}
select.select01 .sec_name{
    font-size: 16px; font-weight: bold;
}
select.select01 .gas_name{
    color: #b40b0b;
    font-size: 15px;
}
/* -表單-------------------------------------------------------------------------------------------------------*/
.styled-input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -10px 0px 0px 0px; padding:0; list-style:none;
}
.styled-input li {
	position: relative;
	width: 100%;
	margin: 10px 0px 0px 0px; padding:0; list-style:none;
	font-size: 14px; color: #666; background:none;
}
.styled-input li a{
	color: #bc2d41; font-weight:bold;
}
.styled-input li.half {
	width: calc(50% - 5px);
}
.styled-input li.code {
	display: flex;
}
.styled-input li.code img {
	display: block;
}
.styled-input input[type="text"],
.styled-input input[type="tel"],
.styled-input input[type="email"]{
	width:calc(100% - 100px); 
	padding: 26.5px 15px;
	height: 14px;
	font-size: 14px;
	color: #353535;
	background-color: #f6f6f6;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
			border:1px solid #dcdcdc;
}
.styled-input textarea {
	width:calc(100% - 100px); 
	padding: 19.5px 15px;
	height: 14px;
	font-size: 14px;
	color: #353535;
	background-color: #f6f6f6;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
			border:1px solid #dcdcdc;
}
.styled-input input[type="text"].active,
.styled-input input[type="tel"].active,
.styled-input input[type="email"].active,
.styled-input textarea.active {
	padding: 32px 15px 21px 15px;
}
.styled-input textarea {
	resize: none;
	height: 150px;
	display: block;
}
.styled-input label {
	float: left;
	color: #333;
	width: 100px;
	font-size: 16px; 
	padding: 18px 0px 0px 0px;
}
.styled-input label span{
	color: #da1518;
}

.styled-input .code {
    display: flex;
  align-items: center; 
}
.styled-input .code img {
    width: auto;
    height: 28px;
    vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 1000px){
.styled-input li.half {
	width: 100%;
}
}
@media only screen and (min-width: 0px) and (max-width: 650px){
.styled-input input[type="text"],
.styled-input input[type="tel"],
.styled-input input[type="email"]{
	width:100% ; 
}
.styled-input textarea {
	width:100% ; 
}
.styled-input label {
	width:100% ; 
	padding: 0px 0px 8px 0px;
}
}
@media only screen and (min-width: 651px) and (max-width: 1000px){
.styled-input .code {
  display: block;
  padding: 0px 0px 0px 100px; 
}
}