@charset "UTF-8";
/* CSS Document */
/** contact **/

.br_spW399 {
	display: none;
}

.mr1em {
	margin-right: 1em
}

.hasError {
	background: #fff7f7;
}


@media screen and (max-width: 399px) {
	.br_spW399 {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.splm34em {
		line-height: 3.4em !important;
	}
}



.googleReCAPTCHA {
	text-align: center;
    width: 304px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}


#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: 100%;	
	}
}

#contact_form h3 {
	font-size: 16px;
	border-left: 5px solid #3a9fb1;
	padding-left: 6px;
}

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

#contact_form .point {
	color: #ff0000;
	font-size: 12px;
}

#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: 12px;
}

#contact_form .question2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#contact_form .question {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

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

#contact_form table th {
	width: 260px;
	padding: 20px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
    border-bottom: 1px solid #ebebeb;
	text-align: left;
	vertical-align: top;
}

#contact_form table tr.bb0 th {
    border-bottom: 0;
}

#contact_form table td {
	width: calc( 100% - 260px);
	padding: 20px 2%;
	font-size: 14px;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

#contact_form table tr.bb0 td {
    border-bottom: 0;
}

#contact_form table td p {
	margin-bottom: 0;
	line-height: 2.4em;
}

#contact_form input[type="text"] {
	background: #f7f7f7;
	border: 0;
	padding: 12px 15px;
	font-size: 14px;
	/* margin: 0 5px; */
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="text"]:not(:placeholder-shown) {
	background: #ffffff;
	
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="text"]:hover {
	/* background: #ffffff; */
	border: 1px solid #2bbbe6;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="text"]:focus {
	background: #ffffff;
	border: 1px solid #2bbbe6;
	outline: none;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

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




#contact_form input[type="number"] {
	background: #f7f7f7;
	border: 0;
	padding: 12px 15px;
	font-size: 14px;
	/* margin: 0 5px; */
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="number"]:not(:placeholder-shown) {
	background: #ffffff;
	
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="number"]:hover {
	/* background: #ffffff; */
	border: 1px solid #2bbbe6;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="number"]:focus {
	background: #ffffff;
	border: 1px solid #2bbbe6;
	outline: none;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}



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

input::-webkit-input-placeholder {
 color: #ccc;
 font-size: 14px;
}
input:-moz-placeholder {
 color: #ccc;
 font-size: 14px;
}

#contact_form input[type="email"] {
	
	background: #f7f7f7;
	border: 0;
	padding: 12px 15px;
	font-size: 14px;
	/* margin: 0 5px; */
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="email"]:not(:placeholder-shown) {
	background: #ffffff;
	
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="email"]:hover {
	/* background: #ffffff; */
	border: 1px solid #2bbbe6;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="email"]:focus {
	background: #ffffff;
	border: 1px solid #2bbbe6;
	outline: none;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


#contact_form input[type="tel"] {

	background: #f7f7f7;
	border: 0;
	padding: 12px 15px;
	font-size: 14px;
	/* margin: 0 5px; */
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


#contact_form input[type="tel"]:not(:placeholder-shown) {
	background: #ffffff;
	
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="tel"]:hover {
	/* background: #ffffff; */
	border: 1px solid #2bbbe6;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#contact_form input[type="tel"]:focus {
	background: #ffffff;
	border: 1px solid #2bbbe6;
	outline: none;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


#contact_form input.address {

	width: 420px;
}

#contact_form textarea {

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


#contact_form input[type="submit"] {

	position: relative;
	display: inline-block;
	height: 36px;
	min-width: 130px;
	border: 1px solid rgba(43, 187, 230, 1);
	text-align: center;
	border-radius: 18px;
	text-decoration: none;
	background: rgba(43, 187, 230, 1);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

#contact_form .btn_area .btn_submit {
	position: relative;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}

#contact_form .btn_area .btn_submit .arrLink {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 2%;
}

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

	padding: 6px 15px;
    font-size: 16px;
    background: #EDEDED;
    border: solid #CCC 1px;
    border-radius: 15px;
    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: 14px;
    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 input.tex_in.mail[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: 6px;
	}
	
	#contact_form table td {
		width: 100%;
		display: block;	
		box-sizing: border-box;
	}
}


#contact_form .w510 {
	width: 510px;
	box-sizing: border-box;
}

@media screen and (max-width: 739px) {
	#contact_form .w510 {
		width: 100%;
	}
}

#contact_form .w390 {
	width: 390px;
	box-sizing: border-box;
}

@media screen and (max-width: 739px) {
	#contact_form .w390 {
		width: 100%;
	}
}

#contact_form .w260 {
	width: 260px;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	#contact_form .w260 {
		width: 36%;
	}
}

@media screen and (max-width: 640px) {
	#contact_form .w260.zipcode {
		width: 80% !important;
	}
}

#contact_form .w100px {
	width: 100px !important;
	box-sizing: border-box;
}

@media screen and (max-width: 399px) {
	#contact_form .w399p80 {
		width: 80%;
		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: #043B8B;
    border: solid #043B8B 1px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}



/** 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 28px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
  top: 2px;
}

.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 28px;
  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: rgba(43, 187, 230, 1);
}
.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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: -7px;
  left: 0%;
  display: block;
  margin-top: 0px;
  width: 27px;
  height: 27px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  content: ' ';
}

.radio:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  display: block;
  margin-top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #2bbbe6;
  border-radius: 9px;
  background-color: #2bbbe6;
  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;
  z-index: 9;
  top: -12px;
  left: 8px;
  margin-top: -1px;
  display: block;
  width: 16px;
  height: 24px;
  border-right: 3px solid rgba(43, 187, 230, 1);
  border-bottom: 3px solid rgba(43, 187, 230, 1);
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}



/** ページ内デザイン **/

#contact_form th {
	position: relative;
}

#contact_form th.beIcon {
	padding-left: 48px;
	box-sizing: border-box;
}

#contact_form th .icon.nini {
	background: #2bbbe6;
	border-radius: 8px;
	padding: 4px 8px;
	display: inline-block;
	color: #fff;
	font-size: 12px; 
	
	position: absolute;
	left: 0;
}

#contact_form th .icon.required {
	background: #fb7800;
	border-radius: 8px;
	padding: 4px 8px;
	display: inline-block;
	color: #fff;
	font-size: 12px; 
	
	position: absolute;
	left: 0;
}

#contact_form th p {
	margin-bottom: 0;
	line-height: 1.6em;
}

#contact_form th.beIcon p {
	padding-top: 3px;
}

#contact_form th p .jap {
	font-size: 15px;
}

#contact_form th p .eng {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

#contact_form td ul {
	margin-bottom: 0;
}


.uploader .upload_area {
	width: 100%;
	height: 180px;
	background: #fafafa;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.uploader .upload_area.hasIMG {
	height: auto;
}

.uploader .upload_area.ove {
	background: #eefafd;
	border: 1px solid #80d6f0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.uploader .upload_area .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.uploader .upload_area.hasIMG .cont {
	position: static;
	transform: translate(0%, 0%);
	padding: 20px;
	box-sizing: border-box;
}

.uploader .upload_area.hasIMG .cont img {
	margin-bottom: 10px;
}

.uploader .upload_area .cont .icon {
	margin-bottom: 8px;
}

.uploader .upload_area .cont p {
	margin-bottom: 0;
}


.show_noup {
	margin-top: 15px;
}