@charset "UTF-8";

.oisogi,
.oisogi a {
  color: #f00;
}

.form_tbl {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin-bottom: 2em;
}
.form_tbl input,
.form_tbl select,
.form_tbl textarea {
  box-sizing: borde-box;
  border: 1px solid #ccc;
}
.form_tbl th {
  background: #feede5;
  width: 15em;
  text-align: left;
  vertical-align: middle;
  padding: 0.5em;
  font-size: 123%;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: relative;
  z-index: -1;
  box-sizing: border-box;
}
/*
#machida_byoin .form_tbl th {
  background: #feede5;
}
*/
.form_tbl th .must {
  color: #e422a1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.form_tbl td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em;
  font-size: 123%;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
}
.form_tbl td .namegroup {
  font-size: 100%;
  display: inline;
}
.form_tbl td .em4 { width: 4em; }
.form_tbl td .em10 { width: 10em; }
.form_tbl td .emmax { width: 100%; }
.form_tbl td .row10 { height: 10em; }

#cont .okotowari {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1em;
}
#cont .okotowari span {
  font-weight: bold;
  color: #ec729a;
}
/*
#machida_byoin #cont .okotowari span {
  color: #ec729a;
}
*/

#cont .goto_kakunin_btn {
  text-align: center;
  margin-bottom: 2em;
}
#cont .goto_kakunin_btn input[type="submit"] {
  background: #ee80a3;
  border: 0 none;
  color: #fff;
  font-size: 116%;
  letter-spacing: 1px;
  padding: 0.5em 4em;
  border-radius: 13px;
  font-weight: bold;
  cursor: pointer;
}
/*
#machida_byoin .goto_kakunin_btn input[type="submit"] {
  background: #ee80a3;
}
*/
#cont .uketsukete {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
.uketsukete .hh {
  position: absolute;
  left: 0;
}
#cont .toriatsukai {
  margin-bottom: 4em;
}

/* 送信側 */

#form #cont {
  max-width: 600px;
  margin: 40px auto;
  float: none;
  padding: 1em;
}
#form .sectitle {
  text-align: left;
  line-height: 1.4;
}
#form .machida .sectitle {}
#form .error_messe {}
#form #cont .modoru_btn  {
  text-align: center;
  margin: 2em 0;
}
#form .modoru_btn a {
  background: #555555;
  border: 0 none;
  color: #fff;
  font-size: 116%;
  letter-spacing: 1px;
  padding: 0.5em 4em;
  border-radius: 13px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
#form.machida .modoru_btn a {
  background: #ee80a4;
}
#form .modoru_btn.last a {
  background: #b1b1b1;
  font-size: 100%;
  padding: 0.4em 2em;
}

#form .kakunin_tbl {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
#form .kakunin_tbl th {
  width: 30%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 123%;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
  padding: 0.4em;
}
#form.machida .kakunin_tbl th {
  background: #feede5;
}
#form .kakunin_tbl td {
  width: 70%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 123%;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
  padding: 0.4em;
}

#form #cont .soushin_btn  {
  text-align: center;
  margin: 2em 0;
}
#form .soushin_btn input[type="submit"] {
  background: #555555;
  border: 0 none;
  color: #fff;
  font-size: 116%;
  letter-spacing: 1px;
  padding: 0.5em 4em;
  border-radius: 13px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
#form.machida .soushin_btn input[type="submit"] {
  background: #ee80a4;
}
#form #cont .go_top {
  text-align: center;
  margin: 1em 0;
}
#form #cont .go_top a {
  text-decoration: none;
  color: blue;
}


@media only screen and (max-width: 896px) {

  .oisogi .t {
    display: block;
    font-size: 140%;
  }
  .form_tbl th {
    font-size: 140%;
    line-height: 1.4;
    width: 100%;
    display: block;
  }
  .form_tbl td {
    font-size: 140%;
    line-height: 1.4;
    width: 100%;
    display: block;
  }
  .form_tbl td .em4 { width: 4em; }
  .form_tbl td .em10 { width: 10em; }
  .form_tbl td .emmax { width: 100%; }
  .form_tbl td .row10 { height: 10em; }

  #cont .toriatsukai {
    margin-bottom: 2em;
  }

}

@media only screen and (max-width: 480px) {

  .oisogi .t {
    font-size: 132%;
  }
  .form_tbl th {
    font-size: 123%;
  }
  .form_tbl td {
    font-size: 123%;
  }
  .form_tbl td .namegroup {
    display: block;
  }
  .form_tbl td .namegroup:nth-of-type(1) {
    margin-bottom: 7px;
  }
  .form_tbl td .namegroup .em10 {
    width: 85%;
  }

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}
