@charset "UTF-8";
h2 {
    text-align: center;
}
h2 span {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    font-family: var(--jp);
    margin-top: 16px;
}
.cmn-status-msg {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
form [type="text"],
form [type="email"],
form [type="password"],
form [type="tel"],
form [type="date"],
form [type="number"],
form textarea {
    size: initial !important;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    border: 1px solid #ccc;
    color: #fff;
    background: #000;
}
form select {
    size: initial !important;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    border: 1px solid #ccc;
    background: #000;
    color: #fff;
}
.full {
    width: 100% !important;
}
.middle {
    width: 80% !important;
}
.half-width {
    width: 50% !important;
}
.entry-message {
    text-align: right;
    margin-bottom: 24px;
}
button {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 10px;
    display: inline-block;
    margin-left: 10px;
    width: 100px;
    font-size: 13px;
}
input[type="submit"] {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    padding: 11px;
    min-width: 150px;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
    width: 80%;
}
input[type="submit"]:hover {
    color: #000;
    background: #fff;
}
.entry-submit-section {
    text-align: center;
    margin-top: 56px;
}
.ums-message.text-center{
    margin-bottom: 16px;
}
.form-wrap {
    width: 70%;
    margin: 0 auto;
}
.cmt {
    width: 70%;
    margin: 24px auto;
}
.cmt a {
    text-decoration: underline;
}
@media screen and (max-width: 1200px) {
    .form-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    input[type="submit"] {
        width: 80%;
        padding: 16px 0;
    }
    .half {
        width: 80% !important;
    }
    .cmt {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    input[type="submit"] {
        width: 100%;
    }
}
/* form */
.flex{
    display: flex;
}
form ul li {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}
form ul li .myTitle {
    width: 200px;
    font-weight: bold;
}
form ul li .myTitle.wide {
    width: 100%;
}
form ul li .detail {
    width: calc(100% - 200px);
}
form ul.halfList {
    display: flex;
    gap: 10px;
    margin-bottom: 0 !important;
}
form ul.halfList li {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
    form ul li {
        display: block;
    }
    form ul li.full {
        display: flex;
    }
    form ul li .myTitle,
    form ul li .detail {
        width: 100%;
    }
    form ul li .myTitle {
        margin-bottom: 8px;
    }
}
/* conf */
.conf .submit-wrap {
    display: flex;
    justify-content: space-between;
}
.conf .submit-wrap input {
    width: calc(50% - 10px);
}
input.back {
    background: #9f9f9f;
    color: #eee;
    padding: 10px 0;
}
@media screen and (max-width: 420px) {
    .conf .submit-wrap {
        display: block;
    }
    .conf .submit-wrap input {
        width: 100%;
        margin-bottom: 30px!important;
    }
    .ums-message.text-center {
        text-align: left;
    }
}
/* comp */
.comp .ums-message p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 80px;
    display: block !important;
}
.comp .topBack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.comp .topBack .btn {
    text-align: center;
    display: block;
    border: 1px solid #fff;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #fff;
    transition: 0.4s all;
}
.comp .topBack .btn:hover {
    opacity: 0.5;
}
.comp .topBack .btn-col2{
    margin-top: 16px;
}
@media screen and (max-width: 420px) {
    .comp .ums-message p {
        text-align: left;
        font-size: 1.6rem;
    }
    .comp .topBack .btn {
        width: 100%;
    }
}
#modify a.btn-modify {
    text-align: center;
    display: block;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    background: #fff;
    color: #000;
    transition: 0.4s all;
}
button:hover,
#modify a.btn-modify:hover {
    opacity: 0.5;
}