@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
  background-image: url(../img/contact/main_img.jpg);
}

@media screen and (max-width: 896px) {
  .mainImg {
    background-image: url(../img/contact/sp_main_img.jpg);
  }
}

.contact {
  padding-bottom: 155px;
  background-color: #CEE5DF;
}

@media screen and (max-width: 896px) {
  .contact {
    background-color: #CFE6E0;
    padding-bottom: 53px;
  }
}

.contact .comTxt {
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
  background-image: url(../img/contact/bg.png);
}

@media screen and (max-width: 896px) {
  .contact .comTxt {
    margin-bottom: 75px;
    font-size: 1.5rem;
  }
}

.contact .comTxt span {
  margin-top: -60px;
  display: block;
}

@media screen and (max-width: 896px) {
  .contact .comTxt span {
    margin-top: -10px;
  }
}

.mailForm {
  max-width: 973px;
  margin: -42px auto 0;
}

.mailForm p {
  margin-bottom: 14px;
  font-size: 2.2rem;
}

@media screen and (max-width: 896px) {
  .mailForm p {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
}

.mailForm .errorTxt {
  color: #0000FF;
}

@media screen and (max-width: 896px) {
  .mailForm .errorTxt {
    padding: 25px 0 20px;
  }
}

.mailForm sup {
  color: #ff0000;
  line-height: 1;
  vertical-align: 1px;
}

.mailForm .checkP {
  margin: 0 10px 32px;
}

@media screen and (max-width: 896px) {
  .mailForm .checkP {
    margin: 0 0 48px;
  }
}

.mailForm .checkP a {
  margin-top: 8px;
  float: right;
}

@media screen and (max-width: 896px) {
  .mailForm .checkP a {
    float: none;
  }
}

.mailForm .checkP a:hover {
  opacity: 0.7;
}

.formDl {
  margin-bottom: 5px;
  border-top: 1px solid white;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

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

.formDl dt {
  width: 244px;
  font-size: 2.2rem;
  padding: 30px 10px 33px;
  border-bottom: 1px solid white;
}

.formDl dt:last-of-type {
  border: none;
}

@media screen and (max-width: 896px) {
  .formDl dt {
    padding: 9px 0 5px;
    width: auto;
    font-size: 1.5rem;
    border: none;
  }
}

.formDl dd {
  padding: 15px 0 20px 5px;
  width: calc(100% - 264px);
  box-sizing: border-box;
  border-bottom: 1px solid white;
}

.formDl dd:last-child {
  border: none;
}

@media screen and (max-width: 896px) {
  .formDl dd {
    padding: 0 0 15px;
    width: auto;
    font-size: 1.5rem;
  }
}

.formDl input[type="tel"],
.formDl input[type="email"],
.formDl input[type="text"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 60px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 2rem;
  padding: 0 26px;
  color: #000;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  .formDl input[type="tel"],
  .formDl input[type="email"],
  .formDl input[type="text"] {
    padding: 0 10px;
    height: 40px;
    font-size: 1.5rem;
  }
}

.formDl select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 60px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 2rem;
  padding: 0 20px;
  color: #000;
  letter-spacing: 0;
  width: 100%;
  background: #fff url(../img/contact/select_bg.png) no-repeat right 30px center;
  background-size: 25px auto;
}

@media screen and (max-width: 896px) {
  .formDl select {
    padding: 0 8px;
    height: 40px;
    font-size: 1.5rem;
    background-size: 17px auto;
    background-position: right 7px center;
  }
}

.formDl select::-ms-expand {
  display: none;
}

.formDl textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 290px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 2rem;
  padding: 15px 25px;
  color: #000;
  width: 100%;
  resize: vertical;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  .formDl textarea {
    padding: 10px 12px;
    height: 198px;
    font-size: 1.5rem;
  }
}

.error {
  color: #0000FF !important;
}

input[type="checkbox"] {
  display: none;
  padding: 0;
  height: 44px;
  width: 43px;
  vertical-align: middle;
}

input[type="checkbox"] + span {
  background: url(../img/common/check01.png) no-repeat left center;
  background-size: 44px auto;
  border-radius: 0;
  display: inline-block;
  line-height: 44px;
  padding: 4px 0 7px 62px;
}

@media screen and (max-width: 896px) {
  input[type="checkbox"] + span {
    padding-left: 43px;
    background-size: 30px auto;
    display: block;
  }
}

input[type="checkbox"]:checked + span {
  background-image: url(../img/common/check02.png);
}

.submit {
  display: flex;
  margin: 0 -23px;
}

@media screen and (max-width: 896px) {
  .submit {
    flex-wrap: wrap;
  }
}

.submit li {
  width: 100%;
  margin: 20px 23px 0;
  display: block;
}

@media screen and (max-width: 896px) {
  .submit li {
    margin-top: 16px;
    width: calc(100% - 46px);
  }
}

.submit li input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 80px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 2.2rem;
  color: black;
  border: 1px solid black;
  background-color: transparent;
}

@media screen and (max-width: 896px) {
  .submit li input {
    height: 75px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 897px) {
  .submit li input:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 896px) {
  .submit .liStyle {
    order: -1;
  }
}

.submit .liStyle input {
  border-color: #007AD2;
  background-color: #007AD2;
  color: white;
}

#main {
  margin-bottom: 0;
}

.confirm .comTxt span {
  margin-top: -15px;
}

.confirmDl {
  border: none;
}

@media screen and (min-width: 897px) {
  .confirmDl {
    padding-top: 50px;
  }
  .confirmDl dt {
    width: 210px;
    padding: 31px 10px 30px;
    border: none;
  }
  .confirmDl dd {
    width: calc(100% - 230px);
    padding: 27px 0 30px 5px;
    font-size: 2.2rem;
    line-height: 1.82;
    border: none;
  }
}

@media screen and (max-width: 896px) {
  .confirmDl {
    margin-top: -61px;
  }
}

.confirmDl dt {
  border: none;
}

@media screen and (max-width: 896px) {
  .confirmDl dt {
    padding-bottom: 0;
  }
}

.confirmDl dd {
  border: none;
}

@media screen and (max-width: 896px) {
  .confirmDl dd {
    padding-bottom: 6px;
  }
}

.thanks {
  padding-bottom: 40px;
}

.thanks .comTxt {
  font-size: 2.8rem;
}

@media screen and (max-width: 896px) {
  .thanks .comTxt {
    font-size: 1.8rem;
  }
}

.thanks .comTxt span {
  margin-top: -30px;
}

@media screen and (max-width: 896px) {
  .thanks .comTxt span {
    margin-top: -16px;
  }
}

.thanks .thanksTxt {
  margin-bottom: 190px;
  padding-top: 65px;
  text-align: center;
  font-size: 2.44rem;
  line-height: 2.29;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 896px) {
  .thanks .thanksTxt {
    margin: -46px 0 59px;
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.65;
  }
}

@media screen and (min-width: 897px) {
  .thanks .comLink03 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 896px) {
  #gFooter .contactBox {
    background-color: #CFE6E0;
    background-image: url(../img/common/sp_f_bg03.jpg);
  }
}

@media all and (min-width: 897px) and (max-width: 1204px) {
  .thanks .thanksTxt {
    font-size: 2.3rem;
  }
}







/* Contact Form 7 */
.wpcf7 {
  /*max-width: 600px;*/
  width: 100%;
  margin: 0 auto;
}

.wpcf7-form {
  padding: 1.5rem;
}

.wpcf7 label, .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  font-size: 1.8rem;
}

.wpcf7 label {
  font-weight: bold;
  color: #545454;
}

.wpcf7 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 60px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0 20px;
  color: #000;
  letter-spacing: 0;
  width: 100%;
  background: #fff url(../img/contact/select_bg.png) no-repeat right 30px center;
  background-size: 25px auto;
}

.wpcf7 input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 60px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0 26px;
  color: #000;
  width: 100%;
  background-color: #fff;
}

.wpcf7 textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 290px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 15px 25px;
  color: #000;
  width: 100%;
  resize: vertical;
  background-color: #fff;
}

.wpcf7 input[type="submit"] {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  /*background: #81ccd4;*/
  transition-property: all;
  transition: 0.2s ease-in;
  border-color: #000;
}

.wpcf7 input[type="submit"]:hover {
  background: gray;
  border-color: #000;
  color: #fff;
}

@media screen and (max-width: 896px) {
.wpcf7 .wpcf7-select {
  font-size: 1.5rem;
}
}


/* 確認画面 */
#wpcf7cpcnf table {
    border: none;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1.5rem;
}
#wpcf7cpcnf table th {
    /*background-color: #00008B;*/
    border: 4px;
    color: #000;
    text-align: right;
	width: 20%;
	font-size: 2rem;
	padding: 15px 15px 20px 0;
}
#wpcf7cpcnf table td {
    border: 4px;
	background-color: #FFF;
	color: #000;
	padding: 15px 0 20px 15px;
	font-size: 2rem;
}

/* ボタン */
#wpcf7cpcnf .wpcf7cp-btns {
  margin:  2rem auto 0 21.75%;
}
#wpcf7cpcnf button {
  border-radius: 0;
  height: 60px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0 26px;
  color: #000;
  background-color: #fff;
  max-width: 200px;
  display: inline-block;
  cursor: pointer;
}
#wpcf7cpcnf button:hover {
  background: gray;
  border-color: #000;
  color: #fff;
}

@media screen and (max-width: 896px) {
#wpcf7cpcnf .wpcf7cp-btns {
  margin:  3rem auto 0 10%;
}

#wpcf7cpcnf table td, 
#wpcf7cpcnf table th {
  display: block;
  width: 100%;
  text-align: left;
}
}
