@charset "UTF-8";

.concept-title::before {
  content: 'Contact';
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
h2 {
	margin: 0;
	padding: 88px 0 0;
  font-family: "游ゴシック体", YuGothic, sans-serif;
	font-style: normal;
  font-size: 40px!important;
  line-height: 60px;
  letter-spacing: 0.04em;
	text-align: center;
	font-weight: bold;
}
h2 span {
	display: block;
  font-family: hero-new, sans-serif;
	font-style: italic;
  font-size: 24px!important;
	font-weight: normal;
  letter-spacing: 0.04em;
}
.contact-subtitle {
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
	padding: 60px 0;
}

/*----------------------------------
/contact
/----------------------------------*/
.contact {
  padding: 80px 0 150px;
  background-color: #F2F2F2;
}
.contact center {
  line-height: 1.8;
}
.contact-list {
  max-width: 886px;
  margin: 0 auto;
}
.contact-item {
	margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-item-left {
	padding-top: 15px;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  font-size: 1.4rem;
}
.contact-item-right {
	position: relative;
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.contact span {
  color: #FF0000;
}
.contact input, .contact select {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: none;
  padding-left: 10px;
  background-color: #fff;
}
.contact select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 385px;
  padding-left: 10px;
  border: none;
  background-image: url(..../../../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.contact input[type="checkbox"] {
	position: relative;
	top: 3px;
	width: 20px!important;
	height: 20px!important;
	line-height: 20px;
	display: inline-block;
}
.contact textarea {
	margin: 0;
  padding: 1rem;
  resize: vertical;
  width: 100%;
  height: 165px;
  border: none;
  background-color: #fff;
}
.contact-footer p {
  text-align: center;
  line-height: 2;
}
.contact-footer .privacy {
	margin-bottom: 20px;
  font-size: 1.4rem;
  color: #3C3C3C;
  border-bottom: 1px solid #000 !important;
}
.contact-footer .contact-btn {
  position: relative;
  margin-top: 143px;
}
.contact input[type="submit"] {
	text-align: center;
  position: relative;
  border-radius: 18px;
  color: #fff;
  background-color: #00A9EB;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 20px 0 10px;
	margin-top: 50px;
  height: 62px;
	line-height: 62px;
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  width: 368px;
}
span.error{
	position: relative;
	top: -10px;
	display: block!important;
	color: #FF0000!important;
	font-size: 12px!important;
	font-weight: bold!important;
}
span.wpcf7-not-valid-tip{
	position: relative;
	margin-top: 10px;
	display: block!important;
	color: #FF0000!important;
	font-size: 13px!important;
	font-weight: bold!important;
}
@media screen and (min-width: 1025px) {
  .contact-list {
    position: relative;
    left: -100px;
  }
  .contact-footer {
    position: relative;
    left: 100px;
  }
}
@media screen and (max-width: 1024px) {
	.contact-list {
		width: 90%;
	}
	.contact-item {
		margin-top: 30px;
	}
	.contact-item-left {
		-webkit-box-flex: 0;
				-ms-flex: 0 0 140px;
						flex: 0 0 140px;
	}
	.contact-footer .contact-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 896px) {
	h2 {
		margin-bottom: 40px;
		padding-top: 65px;
		font-size: 30px!important;
		line-height: 40px;
	}
	h2 span {
		font-size: 20px!important;
	}
	.contact-subtitle {
		line-height: 2;
		max-width: 80%;
		margin: 0 auto;
		padding: 0 0 40px;
	}
	.contact {
    padding: 20px 40px 60px;
  }
	.contact-item {
		margin: 0 0 30px!important;
		padding: 0!important;
		display: block;
		height: auto;
	}
	.contact-item-left {
		margin: 0 0 10px!important;
		padding: 0!important;
		text-align: left;
		font-size: 16px;
	}
	.contact-item-right {
		margin: 0!important;
		padding: 0!important;
	}
  .contact select {
    width: 100%;
  }
  .contact-footer {
    margin-top: 0;
		padding-bottom: 50px;
  }
	.contact-footer p {
  	font-size: 12px;
	}
  .contact-footer .contact-btn {
    margin-top: 40px;
  }
	.contact input[type="submit"] {
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
  .contact {
    padding: 20px;
  }
	.contact-item-right {
		margin: 0 0 10px;
	}
}