@charset "UTF-8";
/* CSS Document */
/** contact **/
@import url("variables.css");


.chuText {
	font-size: 0.8125rem;
}

.point {
	color: #ff0000;
}

#cont_06 h2 {
	font-size: 1.25rem;
	color: var(--blue-color);
	font-weight: normal;
}

#cont_06 p {
	font-size: 0.8125rem;
	line-height: 2.2em;
}


#contents_wrap.company .content_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 999px) {
	#contents_wrap.company .content_wrap {
		width: 92%;	
	}
}

#contact_form h3 {
	font-size: 1.375rem;
	color: var(--blue-color);
	font-weight: normal;
}

#contact_form #textarea div {
	margin-bottom: 25px;
	font-size: 12px;
}

#contact_form .point {
	color: #ff0000;
	font-size: 0.8125rem;
}

#contact_form .error {
	background: #FBE5ED;
}

#contact_form .screen-reader-response {
	color: #ff0000;
}

#contact_form .screen-reader-response li {
	color: #ff0000;
}

#contact_form .wpcf7-not-valid-tip {
	color: #ff0000;
}

#contact_form .cap {
	/*color: #999;*/
	font-size: 0.75rem;
}

#contact_form .question2 {
	font-size: 0.8125rem;
	font-weight: bold;
	color: #333;
}

#contact_form .question {
	font-size: 0.8125rem;
	font-weight: bold;
	color: #333;
}

#contact_form table {
	width: 100%;
	border-top: 1px solid #b2b2b2;
	margin-top: 15px;
	border-collapse: collapse;
}

#contact_form table th {
	width: 220px;
	padding: 2%;
	box-sizing: border-box;
	font-size: 0.8125rem;
	font-weight: bold;
	color: #666;
	background: #f2f2f2;
    border-bottom: 1px solid #b2b2b2;
	text-align: left;
	vertical-align: middle;
}

#contact_form table td {
	width: calc( 100% - 220px);
	padding: 2%;
	font-size: 0.8125rem;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #b2b2b2;
	vertical-align: middle;
}

#contact_form table td p {
	margin-bottom: 0;
}

#contact_form input[type="text"] {
	background: #fff;
	border: 0;
	padding: 8px;
	font-size: 14px;
	/* margin: 0 5px; */
	border: 1px solid #ddd;
	border-radius: 5px;
}

#contact_form input.tex_in.mail[type="text"] {
	width: 360px;
}

#contact_form label {
	margin-right: 1.5em;
}

input::-webkit-input-placeholder {
 color: #aaa;
 font-size: 0.6875rem;
}
input:-moz-placeholder {
 color: #aaa;
 font-size: 0.6875rem;
}

textarea::-webkit-input-placeholder {
 color: #aaa;
 font-size: 0.6875rem;
}
textarea:-moz-placeholder {
 color: #aaa;
 font-size: 0.6875rem;
}

#contact_form input[type="email"] {

	border: solid #CCC 1px;
    border-radius: 3px;
    padding: 5px;
    font-size: 1rem;
	margin: 0 5px;
}

#contact_form input[type="tel"] {

	border: solid #CCC 1px;
    border-radius: 3px;
    padding: 5px;
    font-size: 1rem;
	margin: 0 5px;
}

#contact_form input.address {

	width: 420px;
}

#contact_form textarea {

	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 8px;
	font-size: 0.875rem;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	background: #fff;
}


#contact_form input[type="submit"] {

	padding: 6px 15px;
    font-size: 1rem;
    background: #000;
    border: solid #000 1px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;

}

#contact_form input[type="submit"].revise {

	padding: 6px 15px;
    font-size: 1rem;
    background: #EDEDED;
    border: solid #CCC 1px;
    border-radius: 5px;
    color: #666;
    cursor: pointer;

}

#contact_form .address input[type="text"] {
	width: 480px;
}

#contact_form .address input.zip[type="text"] {
	width: 120px;
}

#contact_form select {
	background: #fff;
	border: 0;
    font-size: 0.875rem;
    padding: 5px 10px 5px 5px;
    color: #595757;
    border-radius: 0px;
    text-align: center;
	margin-bottom: 0;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

#contact_form .howold select {

	width: auto;
}

#contact_form .about_question select {

	width: 220px;
}


#contact_form .btn_area {
	text-align: center;
}

#contact_form .btn_area ul {
	width: 200px;
	margin-left: auto;
	margin-right: auto;

}

#contact_form .btn_area ul li {
	float: left;
	margin: 0 10px;

}


@media screen and (max-width: 640px) {
	#content .unit_wrap table td label {
		line-height: 2.6em;
	}
	
	#contact_form input[type="text"] {
		width: 96%;
		padding: 2%;	
	}
	
	#contact_form .address input[type="text"] {
		width: 96%;
		padding: 2%;	
	}
	
	#contact_form textarea {
		width: 96%;
		padding: 2%;	
	}
	
	#contact_form table th {
		width: 100%;
		display: block;	
		box-sizing: border-box;
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	#contact_form table td {
		width: 100%;
		display: block;	
		box-sizing: border-box;
	}
}



/** contact **/

#btn_area {
	text-align: center;
	margin-bottom: 55px;
}

#btn_area input[type="submit"] {
    padding: 6px 30px;
    font-size: 16px;
    background: var(--blue-color);
    border: solid var(--blue-color) 1px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
	opacity: 1;
	transition: all var(--transition-timing);
}

#btn_area input:hover[type="submit"] {
    opacity: .75;
	transition: all var(--transition-timing);
}

#btn_area li {
	margin-bottom: 15px;
}

/** checkbox **/

input[type=radio], input[type=checkbox] {
  /* display: none; */
}

.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
 margin: 0 0px 8px 0;
  padding: 0px 12px 12px 35px;
  /*border-radius: 8px;*/
  /*background-color: #f6f7f8;
  vertical-align: middle;*/
  cursor: pointer;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0px 8px 0;
  padding: 0px 12px 12px 35px;
  border-radius: 8px;
  /*background-color: #f6f7f8;
  vertical-align: middle;*/
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  /*background-color: #e2edd7;*/
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #71d9c8;
}
.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #bbb;
  border-radius: 15px;
  content: ' ';
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: -3px;
  left: 0%;
  display: block;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #bbb;
  content: ' ';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  margin-top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #71d9c8;
  border-radius: 15px;
  background-color: #71d9c8;
  content: ' ';
  opacity: 0;
}



input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.active .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: -3px;
  left: 6px;
  margin-top: -1px;
  display: block;
  width: 12px;
  height: 16px;
  border-right: 3px solid #71d9c8;
  border-bottom: 3px solid #71d9c8;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}