@charset "UTF-8";
@media screen {
  body {
    font-family: serif;
    padding: 0;
    margin: 0;
    height: 100vh; }

  h1 {
    margin: auto;
    text-align: center; }

  h2 {
    font-size: 18px;
    font-weight: bold; }

  ul {
    line-height: 1.5rem;
    list-style: none; }

  p {
    line-height: 1.5rem; }

  dl {
    margin-left: 20px; }

  dt {
    float: left; }

  dd {
    margin-left: 5px; }

  .logout {
    text-align: center;
    width: 210mm;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; }
    .logout form {
      display: inline-block;
      text-align: right;
      float: right; }
    .logout:after {
      content: "";
      clear: both;
      display: block; }

  .submit {
    text-align: center;
    width: 210mm;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
    padding: 8px;
    box-sizing: border-box; }
    .submit > * {
      line-height: 2em; }

  .button {
    display: inline-block;
    border-radius: 5%;
    /* 角丸  */
    font-size: 16px;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置 */
    cursor: pointer;
    /* カーソル */
    padding: 7px 12px;
    /* 余白 */
    background: #ffb31a;
    /* 背景色 */
    color: #ffffff;
    /* 文字色 */
    line-height: 1em;
    /* 1行の高さ */
    transition: .3s;
    /* なめらか変化 */
    box-shadow: 1px 1px 2px #666666;
    /* 影の設定 */
    border: 2px solid #ffb31a;
    /* 枠の指定 */ }

  .button:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
    color: #ffb31a;
    /* 背景色 */
    background: #ffffff;
    /* 文字色 */ }

  .address {
    width: 100%; }

  .name {
    width: 30px; }

  .whitebox {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.1); }

  main {
    width: 210mm;
    /*height: 297mm;*/
    padding: 20mm 20mm 25mm 20mm;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important; }

  .flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; }
    .flex_center > * {
      width: 50vw;
      height: 30vw; }

  .flex_centering_vbox {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .flex_centering_hbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }

  .spread {
    width: 100%;
    height: 100%; }

  .space_around {
    justify-content: space-around; }

  .error {
    width: 210mm;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    box-shadow: 2px 2px 10px 3px rgba(128, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 5px;
    background-color: white;
    /* border: red dotted thin; */ }
    .error h4 {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: red; }

  .notice {
    color: red;
    /*background-color: rgba(255,255,255,0.6);*/ }

  ::placeholder {
    color: darkgray;
    background-color: lavenderblush; } }
#signature_link {
  display: none; }
