main div.contents-area{background-color:#e0e0e0;background-position:center;background-repeat:repeat;position:fixed;top:0;left:0;right:0;bottom:0;padding:54px 0 0 0;width:100%;display:-webkit-flex;display:flex;flex-wrap:nowrap;overflow-x:hidden;overflow-y:auto;justify-content:center;align-content:flex-start;align-items:flex-start}.contents-area .sign-form{background-color:#fff;border:0 solid #e0e0e0;border-radius:0;margin:24px 0 24px 0;padding:0 24px 0 24px;animation:fadeIn 1s ease 0s 1 normal}.sign-form .form-row{width:100%;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;align-items:stretch}.form-row .item-box{margin:2px 2px 2px 2px;padding:8px 20px 8px 20px}.item-box.top{background-color:#fff;padding:20px 20px 20px 20px}.item-box.panel{background-color:#f1f1f1;padding:20px 20px 20px 20px}.item-box a{text-decoration:none}.item-box .form-title{font-size:28px;color:#000}.item-box .item-name{font-size:18px;color:#000;margin:0 0 12px 0}.item-box .item-val-textbox{width:256px;height:24px;font-size:16px;color:#000;border:1px solid gray;border-radius:4px;padding:4px 8px 4px 8px;margin:0 0 12px 0}.item-box .form-link{width:256px;display:-webkit-flex;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-content:flex-start;align-items:center;border:1px solid #fff;border-radius:4px;padding:4px 8px 4px 8px;margin:0 0 12px 0;background-color:#fff;cursor:pointer}.form-link a{text-decoration:none}.form-link img{width:32px;height:32px}.form-link .link-text{padding:0 8px 0 8px;font-size:16px;color:#7c7c7c}.form-link:hover{background-color:#3f48cc}.form-link:hover .link-text{color:#fff}.item-box .form-button{width:274px;text-align:center;font-size:20px;color:#fff;background-color:#2196f3;padding:8px 8px 8px 8px;margin:12px 0 12px 0;border:0 solid #e0e0e0;border-radius:4px;cursor:pointer}.form-button.blue{background-color:#2196f3}.form-button.blue:hover{background-color:#3f48cc}.form-button.white{color:#2196f3;background-color:#fff;border:1px solid #2196f3}.form-button.white:hover{background-color:#3f48cc;border:1px solid #3f48cc;color:#fff}.form-button.red{background-color:#ff6f6f}.item-box .form-message{text-align:center;font-size:14px;color:#888}.form-message.important{color:#00f}.form-message.caution{color:red}.form-message.err{min-height:16px;color:red}.item-box .form-img{max-width:480px;min-width:240px}.form-img img{width:100%;object-fit:cover;border-radius:8px}@media screen and (max-width:743px){.contents-area .sign-form{width:100%;margin:4px 4px 4px 4px}}