@charset "UTF-8";

#contact {
  margin-bottom: 200px;
}
#container {
	max-width: 1130px;
  margin: 0 auto;
  text-align: left;
}
#contact input,
#contact button,
#contact select,
#contact textarea {
    -webkit-appearance: none;
}
#contact p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}
#contact .txt01 {
  margin-bottom: 50px;
  line-height: 2;
}
#contact .txt02,
#contact .txt03 {
  margin-bottom: 50px;
  line-height: 2;
  text-align: center;
}
#contact .privacypolicy {
  overflow-y: scroll;
  height: 180px;
  border: 1px #009bb5 solid;
  padding: 40px;
  margin-bottom: 50px;
}
#contact .privacypolicy::-webkit-scrollbar,
#contact textarea::-webkit-scrollbar {
    width: 10px;
}
#contact .privacypolicy::-webkit-scrollbar-track,
#contact textarea::-webkit-scrollbar-track {
	background: #fff;
}
#contact .privacypolicy::-webkit-scrollbar-thumb,
#contact textarea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #009bb5;
  box-shadow: inset 0 0 0 2px #fff;
}
#contact .privacypolicy h3 {
  margin-bottom: 20px;
  font-size: 16px;
}

/*********************************************
 * フォーム用
 *********************************************/
#form {
  position: relative;
}
#contact .hide {
	 display:none;
}
#contact .def {
}
#contact .fred {
  display: inline-block;
  width: 50px;
  line-height: 1;
  padding: 6px 0;
  color: #fff;
/*  WTI
  background: #D39BBE;
*/
  background: gray;
  border-radius: 5px;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: 8px;
}
#contact .fm_table {
	max-width: 1130px;
  margin: 0 auto;
}
#contact dl {
	overflow: hidden;
}
#contact dt {
	float: left;
	width: 30%;
	text-align: left;
	font-weight: bold;
  padding: 35px 0 20px 0;
}
#contact dd {
  padding: 20px 0;
  margin-left: 30%;
}
#contact dd::after{
  display: block;
  content: "";
  clear: both;
}
#contact dd span{
  line-height: 1.7;
  word-wrap: break-word;
  padding-top: 8px;
}
#contact .txt_mail {
  letter-spacing: 0.1em;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact textarea {
	border-radius: 0;
	width:100%;
    border:1px gray solid;
	font-size:15px;
	padding:20px;
  color: #333;
}
#contact textarea {
  height: 250px;
}
#contact input::placeholder,
#contact textarea::placeholder {
  color: #707070;
  letter-spacing: 0.1em;
  font-size: 15px;
}
#contact input[type="submit"],
#contact input[type="button"] {
	border-radius: 0;
	width:300px;
    background:#6218fd;
	color:#fff;
	padding:25px 0 25px 10px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:10px;
	line-height:1;
	border:none;
	cursor:pointer;
  margin: 0 auto;
  transition-property: all;
	transition: 0.3s linear;
}
#contact input[type="submit"]:hover,
#contact input[type="button"]:hover {
    background:#8edae7;
}
#contact .fm_button {
  padding-top: 60px;
  text-align: center;
}
#contact .formError,
#contact .formErrorContent {
  box-shadow: none;
  border: none;
  left: inherit !important;
  right: 0 !important;
  margin-top: -12px !important;
}
#contact .formErrorContent {
  background: #D94075;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
#contact .formErrorArrow {
  display: none;
}
#contact .back_send {
  overflow: hidden;
  width: 640px;
  margin: 0 auto;
  text-align: center;
}
#contact .back_send span {
  display: block;
}
#contact .back_send span:first-child {
  float: left;
}
#contact .back_send span:last-child {
  float: right;
}

@media screen and (max-width:1170px) {
  #container {
    margin: 0 40px;
  }
}
@media screen and (max-width:1000px) {
  #contact {
    margin-bottom: 120px;
  }
  #contact dt {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
  #contact dd {
    margin-left: 0;
    padding: 0;
  }
  #contact dd span{
    padding-top: 0;
  }
  #contact dd span{
    display: block !important;
    border-bottom: 1px #CBC297 solid;
    padding-bottom: 5px;
  }
}
@media screen and (max-width:810px) {
  #contact .txt01,
  #contact .txt02,
  #contact .txt03 {
    margin-bottom: 30px;
  }
  #contact .txt02,
  #contact .txt03 {
    text-align: left;
  }
  #contact .privacypolicy {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  #contact .privacypolicy h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #contact .back_send {
    width: 100%;
  }
  #contact .back_send span {
    margin-bottom: 30px;
    float: none !important;
  }
}
@media screen and (max-width:480px) {
  #contact {
    margin-bottom: 100px;
  }
  #container {
    margin: 0 20px;
  }
  #contact .txt01,
  #contact .txt02,
  #contact .txt03 {
    line-height: 1.5;
  }
  #contact .privacypolicy {
    margin-bottom: 20px;
  }
  #contact .privacypolicy p {
    font-size: 15px;
    line-height: 1.5;
  }
  #contact dt {
    letter-spacing: 0.1em;
    font-size: 15px;
  }
  #contact input[type="text"],
  #contact input[type="tel"],
  #contact input[type="email"],
  #contact textarea {
    padding:10px;
    font-size: 16px;
  }
}
@media screen and (max-width:430px) {
  #contact input[type="submit"],
  #contact input[type="button"] {
    width:100%;
  }
  #contact input::placeholder,
  #contact textarea::placeholder {
    letter-spacing: 0.1em;
    font-size: 13px;
  }
}