@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


form { max-width:550px; margin:50px auto; }

p {
color:#ffffff;
font-size:14px;
line-height:150%;
font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
text-align:left;
}


.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0px;
  line-height: 22px;
  background-color: transparent;
  border:1px solid #a9a9a9;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:1px solid #ffffff; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#e53411;
  border-radius:50px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:12px;
  padding-top:20px;
  padding-bottom:20px;
  transition: all 0.3s;
  margin-top:10px;
  font-weight:1;
}
[type="submit"]:hover { background:#a0240c; }

[type="button"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#dee511;
  border-radius:50px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:12px;
  padding-top:20px;
  padding-bottom:20px;
  transition: all 0.3s;
  margin-top:10px;
  font-weight:1;
}
[type="button"]:hover { background:#94a00c; }



.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

