@charset "utf-8";
/* CSS Document */
.input-style01{
    display: block;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background:#fff;
    border: 1px solid #ddd;
    margin: 5px 0 0 0;
}
.input-style02{
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    color: #333;
    background:none;
    border: 1px solid #776861;
    margin: 0px 0 0 0;
    font-weight: 600;
}
.input-style03{
    display: inline-block;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background:#fff;
    border: 1px solid #ddd;
    margin: 5px 0 0 0;
}
/* -表單-------------------------------------------------------------------------------------------------------*/
.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.txt{
	margin:10px 0px 0px 0px; padding:0px 0px 0px 100px;
	font-size: 14px; color: #777;
	display: flex;
    align-items: center;
}
.styled-input input[type="radio"]{ margin:0 5px 0px 0px;}
.styled-input input[type="text"],
.styled-input input[type="tel"],
.styled-input input[type="email"],
.styled-input input[type="password"]{
	width:calc(100% - 100px); 
	padding: 12px 15px;
	font-size: 14px;
	color: #353535;
	background-color: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
			border: 1px solid #ddd;
			border-radius: 30px;
}
.styled-input textarea {
	width:calc(100% - 100px); 
	padding: 19.5px 15px;
	font-size: 14px;
	color: #353535;
	background-color: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
			border: 1px solid #ddd;
			border-radius: 30px;
}
.styled-input textarea {
	resize: none;
	height: 150px;
	display: block;
}
.styled-input label {
	float: left;
	color: #202020;
	width: 100px;
	font-size: 14px; 
	padding: 12px 0px 0px 0px;
	font-weight: 600;
}
.styled-input .code {
    padding: 0 0 0 100px;
    display: flex;
    align-items: center;
}
.styled-input .code .refresh img{
    width: 25px;
}
@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"],
.styled-input input[type="password"]{
	width:100% ; 
}
.styled-input textarea {
	width:100% ; 
}
.styled-input label {
	width:100% ; 
	padding: 0px 0px 8px 0px;
}
.styled-input .code {
  padding: 0px 0px 0px 0px; 
}
}
@media only screen and (min-width: 651px) and (max-width: 1000px){
.styled-input .code {
  display: block;
  padding: 0px 0px 0px 100px; 
}
}

form .refresh img{
	width: 25px;
}