.form-dl .input{
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;   box-sizing: border-box;
	border:0;
	padding:12px;
	color:#000;
	font-size:18px;
	border:solid 1px #999;
	width:100%;
}
.form-dl textarea {
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;   box-sizing: border-box;
	border:0;
	padding:12px;
	color:#000;
	font-size:18px;
	border:solid 1px #999;
	margin:10px 0 0;
	width:100%;
}

.form-dl select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border:1px solid #999;
	padding:12px 30px 12px 12px;
	font-size:18px;
}
.form-dl select::-ms-expand {
    display: none;
}
.form-dl .cp_sl01 {
	position: relative;
	background: #ffffff;
}
.form-dl .cp_sl01::before {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #666666;
	pointer-events: none;
}
.form-dl .cp_sl01 select {
}

.cp_ipradio input[type=radio] {
	display: none;
}
.cp_ipradio label:focus,
.cp_ipradio label:hover,
.cp_ipradio label:active,
.cp_ipradio input:checked + label {
}
.cp_ipradio label:focus:before,
.cp_ipradio label:hover:before,
.cp_ipradio label:active:before,
.cp_ipradio input:checked + label:before {
	border-color: #999;
	background: #ffffff;
}
.cp_ipradio label {
	float:left;
	width:90px;
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 14px 12px 12px 46px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.cp_ipradio label:before {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 20px;
	height: 20px;
	content: '';
	border: 2px solid #cccccc;
	border-radius: 50%;
}
.cp_ipradio input:checked + label:before {
	border-color: #999;
	background: #999;
}
.cp_ipradio input:disabled + label {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.cp_ipradio input:disabled + label:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.cp_ipradio input:disabled + label:before {
	border-color: #ffffff;
	background: #ffffff;
}






.button {
	width:242px;
  display       : inline-block;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #ffffff;
  color         : #000000;
  line-height   : 30px;
  transition    : .1s;
  border        : 1px solid #999;
}
.button:hover {
  color         : #ffffff;
  background    : #ccc;
}


@media(max-width:640px){
.form-dl .input,
.form-dl textarea,
.form-dl select {
    font-size: 14px;
    padding: 10px;
}
.cp_ipradio label{
	font-size: 14px;
}
.cp_ipradio label:before {
	top: 12px;
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	border: 2px solid #cccccc;
	border-radius: 50%;
}
.button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #999;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 12px 0;
    text-align: center;
    transition: all 0.1s ease 0s;
    width: 44%;
	margin:0 2% ;
}
}