body {
    margin: 0px;
    background-color: #ff869d;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
a{
    color:#fff;
}
#wrap_all {
    height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 0px auto;
}

#wrap_all h1.logo {
    width: 220px;
    margin: 0px auto 40px auto;
    text-align: center;
}

#wrap_all form {
    width: 100%;
}

#wrap_all form div {
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border: solid 2px #e25d75;
    border-radius: 20px;
    margin: 10px auto;
    width: calc(100% - 24px);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
    background-color: #fff3f3;
}

.tbl_02 {
    width: calc(100% - 0px);
    max-width: 640px;
    margin: 0px auto;
}

.tbl_02 th,
.tbl_02 td {
    display: block;
}

.tbl_02 tr th {
    /*
    border-top: solid 1px #999;
    */
    text-align: left;
    font-weight: normal;
    padding: 10px 5px 0px 5px;
}

.btn_01 {
    margin: 20px auto;
    text-align: center;
}

.btn_01 a,.btn_01 button {
    width: 360px;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
    display: block;
    border: none;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    background-color: #fc0;
    background: linear-gradient(180deg, rgba(255, 204, 0, 1) 25%, rgba(255, 171, 0, 1) 100%);
    padding: 10px;
    border-radius: 50px;
    margin: auto;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#wrap_welcome{
    margin:0px auto;
    text-align: center;
}
#wrap_err_msg {
    color: #f00;
}