@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
/*========= メインエリア ===============*/
#head {
  position: relative;
  margin: 0 auto;
  height: 120px;
  background-image: url(../images/contact/second_head.svg);
  background-position: bottom;
  background-size: cover;
}
.text_TEL {
  font-size: 1.4em;
  color: green;
  font-weight: bold;
  margin-bottom: 1em;
}

form div {
	padding: 0 0 3% 0;
}
.tel {
	width: 100%;
	margin: 5% auto 0;
	text-align: left;
}
input{
			font-size:16px;
		}
.cp_group {
	text-align: left;
}
.cp_select span {
	padding: 0 2% 0 1%;
}
.cp_form .cp_group > div, .cp_group > .title {
margin: 8px;
}
.cp_form .cp_group .column {float: left;}
.cp_form .cp_group .column1 {width: 100%;}
.cp_form .cp_group .column2 {width: 50%;}
.cp_form .cp_group .column3 {width: 33%;}
.cp_form .cp_group .column4 {width: 25%;}
.cp_form .cp_group .column5 {width: 20%;}
.cp_form .cp_group .large {width: 100%;}
.cp_form .cp_group .medium {width: 50%;}
.cp_form .cp_group .small {width: 25%;}
.cp_form .cp_group textarea.large {
width: 100%;
height: 20em;
}
.cp_form .cp_group textarea.medium {
width: 100%;
height: 10em;
}
.cp_form .cp_group textarea.small {
width: 100%;
height: 5.5em;
}
.cp_form .clearfix {
*zoom: 1;
}
.cp_form .clearfix:before, .cp_form .clearfix:after {
display: table;
line-height: 0;
content: '';
}
.cp_form .cp_group {
font-size: 1em;
line-height: 1.231;
position: relative;
width: 100%;
margin: 2% auto;
padding: 0%;
/* box-shadow:0px 0px 3px 2px #ededed; */
box-sizing: border-box;
/* background-color: #fff; */
}
.cp_form .cp_group label.title {
font-size: 1em;
font-weight: 500;
width: auto;
text-align: left;
}
.cp_form .cp_group input[type=button] {
font-size: 1em;
color: #666666;
outline: none;
}
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=reset] {
font-size: 1.2em;
color: #666666;
outline: none;
}
.cp_form .cp_group > div {
position: relative;
/* margin-right: 25px;
margin-left: 25px; */
}
.cp_form .cp_group h2 {
font-size: 1.7em;
margin: 0.2em 0;
color: #ffffff;
}
.cp_form .cp_group h3.title {
margin-top: 1.5em;
margin-bottom: 0.5em;
}
.cp_form .cp_group label {
display: block;
clear: both;
margin-bottom: 3px;
}
.cp_form .cp_group div, .cp_form .cp_group span,
.cp_form .cp_group label, .cp_form .cp_group input,
.cp_form .cp_group textarea, .cp_form .cp_group select,
.cp_form .cp_group button, .cp_form .cp_group ul,
.cp_form .cp_group li, .cp_form .cp_group a {
font-family: inherit;
color: inherit;
}
/* submit + title */
.cp_form .cp_group div.submit,
.cp_form .cp_group div.title {
margin: 0;
padding-top: 1em;
padding-bottom: 1em;
}
.cp_form .cp_group div.submit {
text-align: right;
vertical-align: middle;
/* border-top: 2px solid #bdc3c7;
border-radius: 0 0 6px 6px; */
}
.cp_form .cp_group div.title {
background-color: #7f8c8d;
}
.cp_form .cp_group div.title h2 {
margin-left: 27px;
}
/* element-submit + element-text */
.cp_form .cp_group > .submit,
.cp_form .cp_group > .title {
/* background-color: #bcc3ca; */
}
.cp_form .cp_group > .submit {
/* background-color: #FFFFFF; */
}
/* Button & submit*/
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=reset] {
display: inline-block;
margin-bottom: 1px;
padding: 4px 12px;
cursor: pointer;
-webkit-transition: border-color 0.6s;
transition: border-color 0.6s;
text-align: left;
vertical-align: middle;
color: #666666;
border: 2px solid #bdc3c7;
border-radius: 6px;
background: #ffffff;
-webkit-appearance: none;
appearance: normal;
}
.cp_form .cp_group input[type=button][disabled] {
cursor: default;
opacity: 0.65;
}
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=reset] {
right: 20px;
margin-right: 27px;
padding: 7px 15px;
-webkit-transition: background-color 0.25s;
transition: background-color 0.25s;
text-align: center;
opacity: 1;
color: #ffffff;
border: none;
}
.cp_form .cp_group input[type=submit]:hover,
.cp_form .cp_group input[type=reset]:hover {
text-decoration: none;
}
/* File input */
.cp_form .cp_group .cp_file label {
position: relative;
}
.cp_form .cp_group .cp_file .title {
position: static;
}
.cp_form .cp_group .cp_file .button {
font-size: 1em;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
float: none;
padding: 1.8% 1.2em 0 1.2em;
cursor: pointer;
-webkit-transition: background-color 0.25s;
transition: background-color 0.25s;
color: #ffffff;
border-radius: 0 6px 6px 0;
}
.cp_form .cp_group .cp_file .file_text {
overflow: hidden;
-webkit-transition: border-color 0.25s;
transition: border-color 0.25s;
}
.cp_form .cp_group .cp_file .file_input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 100%;
padding: 0;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
/* Radio & checkbox */
.cp_form .cp_group div.cp_ipcheck,
.cp_form .cp_group div.cp_ipradio {
overflow: hidden;
}

.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio] {
font-size: 1em;
position: absolute;
z-index: 1;
float: left;
width: 1em;
height: 1em;
margin: 0;
cursor: pointer;
/* opacity: 0.01; */
}
.cp_form .cp_group input[type=radio] + span,
.cp_form .cp_group input[type=checkbox] + span {
height: 19px;
margin-right: -19px;
padding-top: 0;
z-index: 0;
position: relative;
left: 0;
top: 0;
vertical-align: top;
font-size: 1em;
line-height: 0.8;
cursor: pointer;
}
.cp_form .cp_group input[type=radio] + span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
font-family: "Font Awesome";
font-size: 1em;
line-height: 1;
position: relative;
display: inline-block;
width: 1em;
margin: 0 0.2em 0 1em;
vertical-align: top;
}
/* checkbox */
.cp_ipcheck {
	/* width: 90%; */
	/* margin: 2em auto; */
	text-align: left;
}
.cp_ipcheck ul {
	/* margin: 0.5rem 0.5rem 2rem 0.5rem;
	padding: 0.5rem 1rem; */
	list-style: none;
	/* border: 1px solid #cccccc; */
}
.cp_ipcheck .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.cp_ipcheck label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.cp_ipcheck .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.cp_ipcheck .option-input05:before {
	position: absolute;
	z-index: 1;
	top: 0.125rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 4px solid #ff0000;
	border-top-style: none;
	border-right-style: none;
}
.cp_ipcheck .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.cp_ipcheck .option-input05:after {
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #aaa;
	background: #ffffff;
}
/* radio */
.cp_form .cp_group input[type=radio] + span:before {
content: "\f096";
-webkit-transition: color 0.5s;
transition: color 0.5s;
}
.cp_form .cp_group input[type=radio]:hover + span:before {
content: "\f0c8";
}
.cp_form .cp_group input[type=radio]:checked + span:before {
content: "\f0c8";
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea,
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group select {
font-size: 1.2em;
box-sizing: border-box;
padding: 15px 10px;
-webkit-transition: border-color 0.6s;
transition: border-color 0.6s;
border-width: 2px;
border-style: solid;
border-color: #bdc3c7;
/* border-radius: 6px; */
outline: none;
-webkit-appearance: none;
appearance: normal;
background-color: #fff;
}
.cp_form .cp_group select::-ms-expand {
display: none;
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group textarea {
width: 100%;
}
.cp_form .cp_group textarea {
height: auto;
}
.cp_form .cp_group select {
width: 100%;
cursor: pointer;
text-align: left;
}
/* type number */
.cp_form .cp_group input[type=number]::-webkit-inner-spin-button,
.cp_form .cp_group input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
@media all and (max-width:400px) {
.cp_form .cp_group .cp_ipradio .column,
.cp_form .cp_group .cp_ipcheck .column {
display: block;
width: 100%;
margin-right: 0;
}
}
/* .cp_group color scheme begin */
.cp_form .cp_group input[type=button]:focus,
.cp_form .cp_group input[type=button]:active,
.cp_form .cp_group input[type=button][disabled] {
border-color: #da3c3c;
}
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=reset] {
background-color: #da3c3c;
}
.cp_form .cp_group input[type=submit]:hover,
.cp_form .cp_group input[type=reset]:hover {
background-color: #ff4b4b;
}
.cp_form .cp_group input[type=submit]:active,
.cp_form .cp_group input[type=reset]:active {
background-color: #b02f2f;
}
/* File input */
.cp_form .cp_group .cp_file .button {
background-color: #bdc3c7;
}
.cp_form .cp_group .cp_file .file_text {
border-color: #bdc3c7;
}
.cp_form .cp_group .cp_file label:hover .button {
background-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .button {
background-color: #b02f2f;
}
.cp_form .cp_group .cp_file label:hover .file_text {
border-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .file_text {
border-color: #b02f2f;
}
/* Radio & checkbox */
.cp_form .cp_group input[type=radio]+span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
color: #bdc3c7;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox]:checked + span:before {
color: #da3c3c;
}
/* radio */
.cp_form .cp_group input[type=radio]:checked + span:before {
color: #da3c3c;
}
.cp_form .cp_group input[type=text]:focus,
.cp_form .cp_group input[type=tel]:focus,
.cp_form .cp_group input[type=password]:focus,
.cp_form .cp_group input[type=email]:focus,
.cp_form .cp_group input[type=url]:focus,
.cp_form .cp_group input[type=date]:focus,
.cp_form .cp_group input[type=number]:focus,
.cp_form .cp_group textarea:focus,
.cp_form .cp_group .cp_file .file_text:active,
.cp_form .cp_group  select:focus {
border-color: #da3c3c;
}
/*select*/
.cp_form .cp_group .cp_select span {
position: relative;
}
.cp_form .cp_group .cp_select i::before {
position: absolute;
top: 0.4em;
right: 2.0em;
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_form .cp_group select:focus + i::before {
border-top: 6px solid #da3c3c;
}
@media screen and (max-width:768px){
.cp_form .cp_group {
position: relative;
width: 100%;
margin: 2.5% auto;
padding: 3% 0%;
}
.tel {
	width: 100%;
	margin: 5% auto 0;
}
}
