@charset "UTF-8";
/*=======================================
    joinus / contact / login / register /
========================================*/
span.reference {
    color: var(--red);
}
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;
    border-radius: 5px;
}
.middle {
    width: 80% !important;
}
.half-width {
    width: 50% !important;
}
.entry-message {
    text-align: right;
    margin-bottom: 24px;
}
.entry-message.text-center {
    text-align: center;
}
button {
    background: #bfbfbf;
    border: none;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
    width: 130px;
}
input[type="submit"] {
    background: var(--color1);
    color: var(--black);
    padding: 15px 0;
    width: 80%;
    border: none;
    cursor: pointer;
    margin: 16px auto 0;
    display: block;
    border-radius: 5px;
    transition: 0.4s all;
    font-weight: bold;
}
input[type="submit"]:hover {
    opacity: 0.5;
}
.entry-submit-section.text-center {
    text-align: center;
    margin-top: 24px;
}
#contact .form-wrap,
#joinus .form-wrap,
#register .form-wrap,
#continued .form-wrap {
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    form#entry-form,
    form#ums-form {
        width: 90%;
    }
    #contact .form-wrap,
    #joinus .form-wrap,
    #register .form-wrap,
    #continued .form-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    form#entry-form {
        width: 100%;
    }
    input[type="submit"] {
        width: 80%;
        padding: 16px 0;
    }
    .half {
        width: 80% !important;
    }
}
@media screen and (max-width: 420px) {
    input[type="submit"] {
        width: 100%;
    }
}
/* form */
#contact form ul li,
#joinus form ul li,
#register form ul li,
#continued form ul li {
    display: flex;
    margin-bottom: 24px
}
#contact form ul li.block,
#joinus form ul li.block,
#register form ul li.block,
#continued form ul li.block {
    display: block;
}
#contact form ul li .myTitle,
#joinus form ul li .myTitle,
#register form ul li .myTitle,
#continued form ul li .myTitle {
    width: 200px;
    font-weight: bold;
}
#contact form ul li .myTitle.wide,
#joinus form ul li .myTitle.wide,
#register form ul li .myTitle.wide,
#continued form ul li .myTitle.wide {
    width: 100%;
}
#contact form ul li .detail,
#joinus form ul li .detail,
#register form ul li .detail,
#continued form ul li .detail {
    width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
    #contact form ul li,
    #joinus form ul li,
    #register form ul li,
    #continued form ul li {
        display: block;
    }
    #contact form ul li .myTitle,
    #contact form ul li .detail,
    #joinus form ul li .myTitle,
    #joinus form ul li .detail,
    #register form ul li .myTitle,
    #register form ul li .detail,
    #continued form ul li .myTitle,
    #continued form ul li .detail {
        width: 100%;
    }
    #contact form ul li .myTitle,
    #joinus form ul li .myTitle,
    #register form ul li .myTitle,
    #continued form ul li .myTitle {
        margin-bottom: 8px;
    }
}
/* insetBox */
.insetBox {
    width: 100%;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.2rem;
}
.insetBox #pp .boxWrap h3,
.insetBox #ma .boxWrap h3 {
    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;
}
/*==============
      joinus
  ===============*/
#joinus.subpage h2 {
    text-align: center;
}
#joinus .entry-cmn-status-msg {
    padding: 15px 0;
    color: var(--red) !important;
    line-height: 2;
}
#joinus .entry-status-msg {
    padding: 15px 0;
    color: var(--red) !important;
}
/* #joinus form ul li {
      display: flex;
      margin-bottom: 24px;
  } */
#joinus form ul li .myTitle {
    width: 200px;
}
#joinus .detail ul {
    display: flex;
    gap: 24px;
}
#joinus .entry table {
    margin: 10px auto;
    width: 100%;
}
#joinus .entry table th {
    text-align: left;
    width: 20%;
    padding-bottom: 24px;
    vertical-align: top;
}
#joinus .entry table td {
    text-align: left;
    padding: 0;
    vertical-align: top;
    padding-bottom: 24px;
}
#joinus .text-muted {
    color: ver(--gray) !important;
}
#joinus table label {
    display: inline-block;
    margin-bottom: .5rem;
}
#joinus table input {
    font-size: 1.4rem;
}
#joinus table input[type="checkbox"],
#joinus table input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#joinus table input[type="radio"] {
    height: 25px;
    vertical-align: middle;
    margin: auto 5px;
}
#joinus .entry table td ul {
    display: flex;
    gap: 24px;
}
#joinus .ums-submit-section {
    margin-top: 24px;
}
#joinus .submit-s {
    width: 15% !important;
    background: #ccc !important;
}
#joinus .ums-message p {
    display: inline-block;
}
#joinus .ums-top-link {
    width: fit-content;
    margin: 5% auto;
}
#joinus .ums-top-link a.btn {
    background: var(--color1);
    color: #fff;
    padding: 12px 70px;
    border: none;
    cursor: pointer;
}
#joinus form ul.halfList li {
    margin-bottom: 0 !important;
}
#joinus form ul li .detail.half {
    width: calc(70% - 200px);
}
#joinus form ul li .detail .attention {
    font-size: 1.2rem;
    margin-top: 5px;
}
#joinus form ul li .detail.flex {
    display: flex;
    gap: 10px;
}
.cmn-status-msg {
    color: #df0000;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#joinus .btn {
    background: #ccc;
    color: #fff;
}
#joinus .btn.agree-btn {
    background: #ccc;
    pointer-events: none;
    color: #fff;
}
#joinus .btn.agree-btn.btn-on {
    background: var(--color1) !important;
    pointer-events: auto;
    color: var(--black);
}
@media screen and (max-width: 768px) {
    #joinus .entry table th {
        width: 30%;
    }
    #joinus .ums-top-link {
        width: fit-content;
        margin: 15% auto;
    }
}
/*==============
      contact
  ===============*/
#contact.subpage h2 {
    text-align: center;
}
form select {
    size: initial !important;
    width: 100%;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    font-weight: initial;
    color: var(--black);
    font-family: var(--jp);
}
.wpcf7c-elm-step2.text-center {
    padding-top: 56px;
}
::placeholder {
    color: #aaa;
    font-size: 1.3rem;
}
.custom-select {
    font-size: 1.4rem;
    color: #aaa;
}
/* conf */
.subpage.conf form ul {
    margin-bottom: 80px;
}
.subpage.conf .submit-wrap {
    display: flex;
    justify-content: space-between;
}
.subpage.conf .submit-wrap input {
    width: calc(50% - 24px);
}
input.back {
    background: #9f9f9f;
    color: #eee;
    padding: 10px 0;
}
/* comp */
.subpage.comp .ums-message p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 80px;
    display: block !important;
}
.subpage.comp .topBack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.subpage.comp .topBack .btn {
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #ccc;
    border-radius: 5px;
    transition: 0.4s all;
    font-weight: bold;
}
.subpage.comp .topBack .btn:hover {
    opacity: 0.5;
}
@media screen and (max-width: 420px) {
    /* conf */
    .subpage.conf .submit-wrap {
        display: block;
    }
    .subpage.conf .submit-wrap input {
        width: 100%;
    }
    /* comp */
    .subpage.comp .ums-message p {
        font-size: 1.6rem;
    }
    .subpage.comp .topBack .btn {
        width: 100%;
    }
}
/* 1225 */
.confirmTable {
    padding: 30px 50px 22px;
    background: #f5f5f5;
    width: 70%;
    margin: 0 auto 80px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
}
.confirmTable th {
    width: 170px;
    margin-bottom: 8px;
    display: block;
}
.confirmTable td {
    margin-bottom: 8px;
    display: block;
}
.confirmTable tr {
    display: flex;
}
@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;
    }
}
/*==============
      login
  ===============*/
#login h2 {
    text-align: center;
}
#login .container ul .login-mail {
    margin-bottom: 24px;
}
#login .container ul li .login-label {
    color: #aaa;
    margin-bottom: 8px;
}
#login .container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5%;
}
#login .comBtn {
    background: var(--color1);
    color: #fff;
    position: relative;
    border: 0;
    width: 80%;
    margin: 30px auto;
    display: block;
    padding: 20px 0;
    border-radius: 5px;
    transition: 0.4s all;
}
#login .comBtn:hover {
    background: var(--color2);
}
#login span.cmnTitle {
    text-indent: -1rem;
    display: block;
    padding-left: 1rem;
    margin-top: 8px;
    color: #aaa;
    font-size: 1.3rem;
}
#login span.cmnTitle a {
    color: #aaa;
    text-decoration: underline;
}
#login .joinLiink {
    margin-top: 62px;
    padding-top: 56px;
    border-top: 1px solid #ccc;
}
#login .joinLiink p {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 24px;
}
#login .joinLiink a.Link {
    text-align: center;
    display: block;
    border: 1px solid #7c7c7c;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #7c7c7c;
    border-radius: 5px;
    transition: 0.4s all;
    font-weight: bold;
}
#login .joinLiink a.Link:hover {
    color: #ccc;
    border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
    #login .container {
        max-width: initial;
        padding: 0;
        width: 90%;
    }
    #login .joinLiink {
        margin-top: 50px;
        padding-top: 40px;
    }
}
@media screen and (max-width: 420px) {
    #login .joinLiink p {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    #login .joinLiink a.Link {
        padding: 15px;
        width: 90%;
    }
    #login .comBtn {
        padding: 15px 0;
        width: 100%;
    }
    #login .container ul li .login-label {
        margin-bottom: 5px;
    }
}
/* 0927add */
h2 {
    text-align: center;
}
h2 span {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    font-family: var(--jp);
    margin-top: 16px;
}
#continued input[type="submit"],
#register form .mb48 {
    margin-top: 48px;
}
#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 #ccc;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #ccc;
    border-radius: 5px;
    transition: 0.4s all;
    font-weight: bold;
}
#register form ul li .myTitle,
#register form ul li .detail {
    font-size: 1.4rem;
    line-height: initial;
}
.subpage.conf .ums-message {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    #contact form ul li,
    #joinus form ul li {
        display: block;
    }
    #contact form ul li .myTitle,
    #contact form ul li .detail,
    #joinus form ul li .myTitle,
    #joinus form ul li .detail {
        width: 100%;
    }
    #contact form ul li .myTitle,
    #joinus form ul li .myTitle {
        margin-bottom: 8px;
    }
}