@charset "UTF-8";
form [type="text"],
form [type="email"],
form [type="password"],
form [type="tel"],
form [type="date"],
form textarea {
    size: initial !important;
    width: 100%;
    padding: 1.2em;
    -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;
}
button {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 10px;
    display: inline-block;
    margin-left: 10px;
    width: 100px;
    font-size: 12px;
}
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;
}
.middle {
    width: 80% !important;
}
.half-width {
    width: 50% !important;
}
@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%;
    }
}
/* entry-message */
.entry-message {
    text-align: right;
    margin-bottom: 16px;
}
/* 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;
    }
}
/*==============
      joinus
  ===============*/
#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: 10px;
}
#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 div.sp {
    display: none;
}
#joinus input[type="date"][name="birth"] {
    min-height: 37px;
    line-height: normal;
}
#joinus input[type="date"][name="birth"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 1;
}
@media screen and (max-width: 768px) {
    @supports (-webkit-touch-callout: none) {
        #joinus input[type="date"][name="birth"] {
            height: 37px;
            min-height: 37px;
            padding: 10px;
            line-height: 1.2;
        }
    }
}
#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.agree-btn {
    border-radius: 0;
}
#joinus .btn.agree-btn.btn-on {
    background: #fff;
    pointer-events: auto;
    color: #000;
}
@media screen and (max-width: 768px) {
    #joinus div.sp {
        display: block;
    }
    #joinus .entry table th {
        width: 30%;
    }
    #joinus .ums-top-link {
        width: fit-content;
        margin: 15% auto;
    }
}
/*==============
      contact
  ===============*/
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: 1.3rem;
    border: 1px solid #ccc;
    background: #000;
    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 */
.conf form ul {
    margin-bottom: 56px;
}
.conf .submit-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.conf .submit-wrap input {
    width: calc(50% - 10px);
}
input.back {
    background: #9f9f9f;
    color: #eee;
    padding: 10px 0;
}
/* comp */
.comp .ums-message p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 56px;
    display: block !important;
}
.comp .topBack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.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;
    transition: 0.4s all;
    font-weight: bold;
}
.comp .topBack .btn:hover {
    opacity: 0.5;
}
#contact .notice{
    margin-bottom: 10px;
}
#contact .notice .indent{
    font-size: 13px;
    text-indent: -1rem;
    padding-left: 1rem;
}
@media screen and (max-width: 420px) {
    /* conf */
    .conf .submit-wrap {
        display: block;
    }
    .conf .submit-wrap input {
        width: 100%;
        margin-bottom: 30px!important;
    }
    /* comp */
    .comp .ums-message p {
        font-size: 1.6rem;
    }
    .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 .login-btn{
    text-align: center;
 }
#login .login-btn input[type="submit"],
#login .joinLiink a.Link {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-decoration: none;
}
#login .login-btn input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    height: 52px;
    min-height: 52px;
    padding: 0;
    line-height: normal;
}
#login .login-btn input[type="submit"]:hover,
#login .joinLiink a.Link:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}
#login h2 {
    text-align: center;
}
#login .container ul .login-mail {
    margin-bottom: 24px;
}
#login input[type="text"],
#login input[type="password"]{
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    margin-top: 8px;
    height: 52px;
    min-height: 52px;
    padding: 0 10px;
    font-size: 1.6rem;
    line-height: normal;
}
#login .container ul li .login-label {
    color: #aaa;
}
#login main .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: 0;
    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: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 52px;
    min-height: 52px;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: normal;
    min-width: 150px;
}
@media screen and (max-width: 768px) {
    #login main .container {
        max-width: initial;
        padding: 0;
        width: 90%;
    }
    #login input[type="text"],
    #login input[type="password"] {
        height: 52px;
        padding: 0 10px;
    }
    #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: 0;
        width: 100%!important;
    }
    #login .comBtn {
        padding: 15px 0;
        width: 100%;
    }
    #login .container ul li .login-label {
        margin-bottom: 0px;
    }
}
/* 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;
}
.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;
    }
}
  /* insetBox */
  .insetBox {
    width: 100%;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
    font-size: 1.2rem;
  }
  .insetBox .container{
    margin: 24px 0;
  }
  .insetBox .boxWrap{
    margin-bottom: 3rem;
  }
  .insetBox .boxWrap h3,
  .insetBox .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;
  }