@charset "UTF-8";
/*-----エラーメッセージ-----*/
div.error {
  color: red;
  font-size: 11px;
  display: none;
}

input.error {
  background-color: #fee;
  border-color: #f90;
}

/*-----確認画面（confirmation.php）-----*/
#btm {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
#btm #tableConfirm02 {
  border-collapse: collapse;
  margin: 0 auto;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#btm #tableConfirm02 tbody tr {
  border-bottom: solid 1px #ccc;
}
#btm #tableConfirm02 tbody tr th {
  width: 30%;
  text-align: left;
  padding: 15px;
  background-color: whitesmoke;
  border-right: solid 1px #ccc;
}
@media only screen and (max-width: 600px) {
  #btm #tableConfirm02 tbody tr th {
    display: block;
    width: 100%;
    padding: 12px;
    line-height: 1;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
}
@media only screen and (max-width: 600px) {
  #btm #tableConfirm02 tbody tr th div {
    display: block;
    text-align: left;
  }
}
#btm #tableConfirm02 tbody tr td {
  width: 70%;
  padding: 15px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #btm #tableConfirm02 tbody tr td {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 600px) {
  .contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
  }
}
.contact-btn input {
  width: 240px;
  padding: 12px 0;
  border: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-size: 200% 100%;*/
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .contact-btn input {
    font-size: 16px;
  }
}
.contact-btn .send input {
  background-color: #baac8e;
  border: solid 1px #baac8e;
  color: #ffffff;
}
.contact-btn .back input {
  background-color: #ffffff;
  border: solid 1px #baac8e;
  color: #baac8e;
}

/*-----送信画面（thanks.php）-----*/
.contact-message {
  border: solid 1px #baac8e;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .contact-message {
    padding: 25px;
    row-gap: 20px;
  }
}
.contact-message ul li {
  text-align: justify;
}
.contact-message ul:nth-of-type(1) li {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .contact-message ul:nth-of-type(1) li {
    font-size: 16px;
  }
}
.contact-message ul:nth-of-type(1) li span {
  font-weight: 600;
}
.contact-message ul:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#SendCancel {
  cursor: pointer;
}

/*
.input-style02 {
	width: 50%;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 7px 5px 5px 5px;
	box-sizing: border-box;
}*/
@media only screen and (max-width: 600px) {
  .input-style00 {
    width: 30%;
  }
  .input-style01 {
    width: 100%;
  }
  .input-style02 {
    width: 100%;
  }
  .input-style03 {
    width: 100%;
  }
  .input-style04 {
    width: 100%;
  }
  .input-style05 {
    width: 100%;
  }
}