@charset "UTF-8";

/* スマートフォン向け */
@media all and ( max-width:639px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.contact-form .contact-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  margin-bottom: 0;
}

.contact-form .contact-list .contact-item {
  list-style-type: none;
}

.contact-form .contact-list .contact-item .contact {
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 2px;
}

.contact-form .form-block {
  background-color: #fcfbf9;
  box-shadow: 3px 3px 4px 0px rgba(0,0,0,.8);

  margin: auto auto 5%;
  padding: 30px 0;
  width: 90%;
  height: auto;
}

.contact-form .form-block .form-table {
  width: 100%;
  height: auto;

  margin: auto;
  padding: 0 20px;
}

.contact-form .form-block .form-table .form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: unset;

  width: 100%;
  height: auto;
  margin-bottom: 5vh;
  padding-bottom: 2vh;
  border-bottom: 2px dashed #cccac9;
}

.contact-form .form-block .form-table .form-row .form-key {
  margin-bottom: 2%;
  width: 100%;
  height: auto;

  text-align: left;
  font-size: .9em;
  font-weight: normal;
}

.contact-form .form-block .form-table .form-row .form-key .no-null {
  background-color: #f67a8b;
  border-radius: 10px;
  margin-left: 5%;
  padding: 5px;
  color: white;
  font-size: .8em;
}

.contact-form .form-block .form-table .form-row .form-value {
  width: 100%;
  height: auto;

  font-size: .8em;
  font-weight: normal;
}

select, input, textarea {
  padding: 2px 5px;

  width: 100%;
  height: auto;
}
input[type="submit"] {
  background-color: #add18d;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: auto;
  padding: 10px 30px;
  width: 50%;

  color: white;
  font-size: 1.4em;
  font-weight: normal;
}
input[type="submit"]:focus {
  outline: none;
}

.privacy-policy {
  width: 90%;
  height: auto;

  margin: auto;
  padding: 0 30px 20px;
}

.privacy-policy .list .title {
  font-weight: bold;
}

.privacy-policy .list .description {
  margin-left: 0;
}

}


/* タブレット向け */
@media all and ( min-width:640px ) and ( max-width:1023px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.contact-form .contact-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  margin-bottom: 0;
}

.contact-form .contact-list .contact-item {
  list-style-type: none;
}

.contact-form .contact-list .contact-item .contact {
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 2px;
}

.contact-form .form-block {
  background-color: #fcfbf9;
  box-shadow: 3px 3px 4px 0px rgba(0,0,0,.8);

  margin: auto auto 5%;
  padding: 30px 0;
  width: min(90%, 620px);
  height: auto;
}

.contact-form .form-block .form-table {
  width: 80%;
  height: auto;

  margin: auto;
  padding: 20px 30px 0;
}

.contact-form .form-block .form-table .form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: unset;

  margin-bottom: 5vh;
  padding-bottom: 2vh;
  border-bottom: 2px dashed #cccac9;
}

.contact-form .form-block .form-table .form-row .form-key {
  margin-bottom: 2%;
  width: 100%;
  height: auto;

  text-align: left;
  font-size: .9em;
  font-weight: normal;
}

.contact-form .form-block .form-table .form-row .form-key .no-null {
  background-color: #f67a8b;
  border-radius: 10px;
  margin-left: 5%;
  padding: 5px;
  color: white;
  font-size: .8em;
}

.contact-form .form-block .form-table .form-row .form-value {
  width: 100%;
  height: auto;

  font-size: .8em;
  font-weight: normal;
}

select, input, textarea {
  padding: 2px 5px;
}
input[type="submit"] {
  background-color: #add18d;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: auto;
  padding: 10px 30px;

  color: white;
  font-size: 1.4em;
  font-weight: normal;
}
input[type="submit"]:focus {
  outline: none;
}

.privacy-policy {
  width: min(90%, 620px);
  height: auto;

  margin: auto;
  padding: 20px 30px;
}

.privacy-policy .list .title {
  font-weight: bold;
}

.privacy-policy .list .description {
  margin-left: 0;
}

}


/* ネットブック向け */
@media all and ( min-width:1024px ) and ( max-width:1499px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.contact-form .contact-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  margin-bottom: 0;
}

.contact-form .contact-list .contact-item {
  list-style-type: none;
}

.contact-form .contact-list .contact-item .contact {
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 2px;
}

.contact-form .form-block {
  background-color: #fcfbf9;
  box-shadow: 3px 3px 4px 0px rgba(0,0,0,.8);

  margin: auto auto 5%;
  padding: 30px 0;
  width: min(80%, 1024px);
  height: auto;
}

.contact-form .form-block .form-table {
  width: 80%;
  height: auto;

  margin: auto;
  padding: 20px 30px 0;
}

.contact-form .form-block .form-table .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;

  margin-bottom: 5vh;
  padding-bottom: 2vh;
  border-bottom: 2px dashed #cccac9;
}

.contact-form .form-block .form-table .form-row .form-key {
  width: 30%;
  height: auto;

  text-align: left;
  font-size: .9em;
  font-weight: normal;
}

.contact-form .form-block .form-table .form-row .form-key .no-null {
  background-color: #f67a8b;
  border-radius: 10px;
  margin-left: 5%;
  padding: 5px;
  color: white;
  font-size: .8em;
}

.contact-form .form-block .form-table .form-row .form-value {
  width: 70%;
  height: auto;

  font-size: .8em;
  font-weight: normal;
}

select, input, textarea {
  padding: 2px 5px;
}
input[type="submit"] {
  background-color: #add18d;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: auto;
  padding: 10px 30px;

  color: white;
  font-size: 1.4em;
  font-weight: normal;
}
input[type="submit"]:focus {
  outline: none;
}

.privacy-policy {
  width: min(80%, 1024px);
  height: auto;

  margin: auto;
  padding: 20px 30px;
}

.privacy-policy .list .title {
  font-weight: bold;
}

.privacy-policy .list .description {
  margin-left: 0;
}

}


/* パソコン向け */
@media all and ( min-width:1500px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.contact-form .contact-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  margin-bottom: 0;
}

.contact-form .contact-list .contact-item {
  list-style-type: none;
}

.contact-form .contact-list .contact-item .contact {
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 2px;
}

.contact-form .form-block {
  background-color: #fcfbf9;
  box-shadow: 3px 3px 4px 0px rgba(0,0,0,.8);

  margin: auto auto 5%;
  padding: 30px 0;
  width: min(80%, 1500px);
  height: auto;
}

.contact-form .form-block .form-table {
  width: 80%;
  height: auto;

  margin: auto;
  padding: 20px 30px;
}

.contact-form .form-block .form-table .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;

  margin-bottom: 5vh;
  padding-bottom: 2vh;
  border-bottom: 2px dashed #cccac9;
}

.contact-form .form-block .form-table .form-row .form-key {
  width: 30%;
  height: auto;

  text-align: left;
  font-size: .9em;
  font-weight: normal;
}

.contact-form .form-block .form-table .form-row .form-key .no-null {
  background-color: #f67a8b;
  border-radius: 10px;
  margin-left: 5%;
  padding: 5px;
  color: white;
  font-size: .8em;
}

.contact-form .form-block .form-table .form-row .form-value {
  width: 70%;
  height: auto;

  font-size: .8em;
  font-weight: normal;
}

select, input, textarea {
  padding: 2px 5px;
}
input[type="submit"] {
  background-color: #add18d;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: auto;
  padding: 10px 30px;

  color: white;
  font-size: 1.4em;
  font-weight: normal;
}
input[type="submit"]:focus {
  outline: none;
}

.privacy-policy {
  width: min(80%, 1500px);
  height: auto;

  margin: auto;
  padding: 20px 30px 0;
}

.privacy-policy .list .title {
  font-weight: bold;
}

.privacy-policy .list .description {
  margin-left: 0;
}

}
