@charset "utf-8";
input {
  /* width: 100%; */
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
#joinus,
#login,
#modify,
#mailaddress_modify,
#password_modify {
    width: 100%;
    margin: 0;
    padding: 200px 0 100px;
    background: var(--base);
}
.text-center {
    text-align: center;
}
.ums-message {
    margin-top: clamp(40px, calc(40px + 16 * ((100vw - 320px) / 1120)), 56px);
}
.wrap {
    width: 80%;
    text-align: left;
}
@media screen and (max-width: 1250px) {
    .wrap {
        width: 90% !important;
    }
}
@media screen and (max-width: 1000px) {
    #joinus,
    #login,
    #modify,
    #mailaddress_modify,
    #password_modify {
        padding: 100px 0 80px;
    }
}
@media screen and (max-width: 500px) {
    #joinus,
    #login,
    #modify,
    #mailaddress_modify,
    #password_modify {
        padding: 100px 0 64px;
    }
}
/*==============
    form
===============*/
form [type="text"],
form [type="email"],
form [type="password"],
form [type="tel"],
form [type="date"],
form textarea {
    size: initial !important;
    width: 100%;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
    background: var(--base);
}
form input[type="submit"] {
    border: 1px solid var(--accent);
    background: var(--accent);
    color: var(--base);
    max-width: 500px;
    width: 80%;
    cursor: pointer;
    margin: 16px auto 0;
    display: block;
    transition: 0.4s all;
    font-weight: bold;
    padding: 24px;
}
form input[type="submit"]:hover {
    color: var(--accent);
    background: var(--base);
    border: 1px solid var(--accent);
    opacity: 1;
}
#joinus form .agree-scroll input[type="submit"] {
    background: #aaa;
    color: #ccc;
    pointer-events: none;
    border: 1px solid #aaa;
}
#joinus form .agree-scroll input[type="submit"].btn-on {
    background: var(--accent);
    color: var(--base);
    pointer-events: auto;
    border: 1px solid var(--accent);
}
#joinus form .agree-scroll input[type="submit"].btn-on:hover{
    background: var(--base);
    color: var(--accent);
}
form select {
    size: initial !important;
    width: 100%;
    /* padding: 1em; */
    height: 5.2rem;
    padding-left: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: initial;
    color: var(--black);
    font-family: var(--jp);
    background: var(--base);
}
.wpcf7c-elm-step2.text-center {
    padding-top: 56px;
}
::placeholder {
    color: #aaa;
    font-size: 1.3rem;
}
.custom-select {
    font-size: 1.4rem;
    color: #aaa;
}
.entry-message {
    text-align: right;
    margin-bottom: 16px;
    font-size: 1.4rem;
}
span.reference {
    color: red;
}
form .middle {
    width: 80% !important;
}
form .half-width {
    width: 50% !important;
}
form .entry-message {
    text-align: right;
    margin-bottom: 24px;
}
form .entry-message.text-center {
    text-align: center;
}
form button {
    background: var(--font);
    border: none;
    color: var(--base);
    padding: 10px;
    display: inline-block;
    margin-left: 10px;
    width: 130px;
    font-weight: bold;
}
form .form-wrap {
    width: 70%;
    margin: 0 auto;
}
form ul li {
    display: flex;
    margin-bottom: 24px;
}
form ul li.block {
    display: block;
}
form ul li .myTitle {
    width: 200px;
    font-weight: bold;
}
form ul li .myTitle.wide {
    width: 100%;
    text-align: center;
}
form ul li .detail {
    width: calc(100% - 200px);
}
form .detail ul {
    display: flex;
    gap: 24px;
}
form ul li .detail.half {
    width: calc(70% - 200px);
}
.cmn-status-msg {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    form#entry-form,
    form#ums-form {
        width: 100%;
    }
    form .form-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    form#entry-form {
        width: 100%;
    }
    form input[type="submit"] {
        width: 80%;
        padding: 16px 0;
    }
    .form half {
        width: 80% !important;
    }
    form ul li {
        display: block;
    }
    form ul li .myTitle,
    form ul li .detail {
        width: 100%;
    }
    form ul li .myTitle {
        margin-bottom: 8px;
    }
    form ul li .detail.half {
        width: 80%;
    }
    form .detail ul {
        gap: 16px;
    }
}
@media screen and (max-width: 420px) {
    form input[type="submit"] {
        width: 100%;
    }
}
/* insetBox */
.insetBox {
    width: 100%;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
    font-size: 1.2rem;
}
.insetBox #pp .boxWrap h3,
.insetBox #ma .boxWrap h3 {
    font-family: var(--ja);
    color: var(--black);
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.insetBox #pp .boxWrap,
.insetBox #ma .boxWrap {
    margin-bottom: 40px;
}
.insetBox section {
    margin: 30px;
}
.insetBox section h2 {
    display: none;
}
/* conf */
.conf form ul {
    margin-bottom: 80px;
}
.conf .submit-wrap {
    display: flex;
    justify-content: space-between;
}
.conf .submit-wrap input {
    width: calc(50% - 24px);
}
input.back {
    border: 1px solid #9f9f9f !important;
    background: #9f9f9f !important;
    color: #eee !important;
    padding: 10px 0;
}
input.back:hover {
    opacity: 0.5 !important;
}
/* comp */
.comp .ums-message p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 7%;
    display: block !important;
}
.comp .topBack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.comp .topBack .btn {
    text-align: center;
    display: block;
    border: 1px solid #7c7c7c;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #7c7c7c;
    transition: 0.4s all;
    font-weight: bold;
}
.comp .topBack .btn:hover {
    opacity: 0.5;
}
@media screen and (max-width: 500px) {
    /* conf */
    .conf .submit-wrap {
        display: block;
    }
    .conf .submit-wrap input {
        width: 100%;
    }
    /* comp */
    .comp .ums-message p {
        font-size: 1.6rem;
        text-align: left;
    }
    .comp .topBack .btn {
        width: 100%;
    }
}
/* 1225 */
.confirmTable {
    padding: 30px 50px 22px;
    width: 70%;
    margin: 0 auto 0;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    border: 1px solid #fff;
    margin-top: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
}
.confirmTable th {
    width: 170px;
    margin-bottom: 8px;
    display: block;
}
.confirmTable td {
    margin-bottom: 8px;
    display: block;
}
.confirmTable tr {
    display: flex;
    font-size: var(--font-size-md);
}
#continued .ums-message p,
#register .container .form-wrap form {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 80px;
    display: block !important;
}
#continued .topBack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#continued .topBack .btn {
    text-align: center;
    display: block;
    border: 1px solid #7c7c7c;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #7c7c7c;
    transition: 0.4s all;
    font-weight: bold;
}
#continued .topBack .btn:hover {
    opacity: 0.5;
}
@media screen and (max-width: 500px) {
    .confirmTable {
        width: calc(100% - 60px);
        padding: 30px 30px 6px;
    }
    .confirmTable tr {
        flex-wrap: wrap;
    }
    .confirmTable th {
        width: 100%;
    }
    .confirmTable td {
        margin-bottom: 24px;
    }
}
form ul li .detail {
    font-weight: initial;
    font-size: 1.4rem;
}
#modify a.btn-modify {
    text-align: center;
    display: block;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    font-size: var(--font-size-md);
    background: var(--accent);
    color: var(--base);
    transition: 0.4s all;
    font-weight: bold;
}
#modify a.btn-modify:hover {
    opacity: 0.5;
}
@media screen and (max-width: 1000px) {
    #modify a.btn-modify {
        padding: 14px 0;
    }
}
.btn-col1,
.btn-col2 {
    border: 1px solid var(--accent);
    color: var(--accent) !important;
    padding: 24px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    display: block;
    margin: 24px auto 0;
    transition: 0.4s all;
    font-size: var(--font-size-lg);
}
.btn-col2 {
    margin-top: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}
.btn-col1:hover,
.btn-col2:hover {
    opacity: 0.5;
}
/* form */
#mailaddress_modify form ul li,
#password_modify form ul li {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}
#mailaddress_modify form ul li .myTitle,
#password_modify form ul li .myTitle {
    width: 250px;
    font-weight: bold;
}
#mailaddress_modify form ul li .myTitle.wide,
#password_modify form ul li .myTitle.wide {
    width: 100%;
}
#mailaddress_modify form ul li .detail,
#password_modify form ul li .detail {
    width: calc(100% - 250px);
}
#mailaddress_modify form ul.halfList {
    display: flex;
    gap: 24px;
    margin-bottom: 0 !important;
}
#password_modify form ul.halfList{
    flex-wrap: nowrap;
}
#mailaddress_modify form ul.halfList li,
#password_modify form ul.halfList li {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
    #mailaddress_modify form ul li,
    #password_modify form ul li {
        display: block;
    }
    #mailaddress_modify form ul li.full,
    #password_modify form ul li.full {
        display: flex;
    }
    #mailaddress_modify form ul li .myTitle,
    #mailaddress_modify form ul li .detail,
    #password_modify form ul li .myTitle,
    #password_modify form ul li .detail {
        width: 100%;
    }
    #mailaddress_modify form ul li .myTitle,
    #password_modify form ul li .myTitle {
        margin-bottom: 8px;
    }
}
.full {
    width: 100% !important;
    align-items: center;
}
.middle {
    width: 80% !important;
}
.half-width {
    width: 50% !important;
}
.entry-message {
    text-align: right;
    margin-bottom: 24px;
}
#ma {
    width: auto;
    margin: 30px;
    padding: 0;
}
/*  26.05.21  */
#login .wrap,
#joinus .wrap,
#mailaddress_modify .wrap,
#password_modify .wrap,
#modify .wrap {
    /* max-width: 756px; */
    width: 70%;
}
@media (max-width: 500px) {
    #ma {
        margin: 30px 16px 20px;
    }
}
#joinus .supporters ul {
    display: block;
}
#joinus li.email_newsletter .detail li {
    margin-bottom: 0 !important;
}
#joinus .supporters ul li {
    gap: 1em;
    margin-bottom: 6px;
}
#joinus .supporters ul li:first-child {
    align-items: center;
}
#joinus .supporters ul li span.changeBtn {
    padding: .3em .7em;
    background-color: #fff;
    color: #000;
}
/*  26.05.22  */
#mailaddress_modify h2,
#password_modify h2,
#modify h2 {
    margin: 0;
}
#mailaddress_modify .subheading,
#password_modify .subheading,
#modify .subheading{
    margin: 0 0 56px 0;
    font-size: var(--font-size-md);
}
#mailaddress_modify .ums-message {
    margin-top: 65px;
}
@media screen and (max-width: 1000px) {
    #mailaddress_modify .subheading,
    #password_modify .subheading,
    #modify .subheading{
        margin: 0 0 40px 0;   
    }
}