@charset "UTF-8";
/* 会員用CSS追加 */
.pc_photo,
.sp_photo {
    margin-right: auto;
    margin-left: auto;
}
.wrapper1000{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.post_content .member-top ul {
    list-style: none;
    margin-left: auto;
    margin-bottom: inherit;
}
.swpm-join-us-link {
    display: none;
}
/*--boxNote--*/
.secFormBox .boxNote{
    width: 100%;
    margin: 30px auto 0;
    background: #f5f5f5;
    padding: 42px 45px 45px;
    box-sizing: border-box;
}
.secFormBox .boxNote .boxTit {
    font-size:15px;
    line-height:30px;
}
.secFormBox .boxNote .boxTxt {
    font-size:13px;
    padding-top: 8px;
    line-height:28px;
}
.secFormBox .boxNote .boxTxt .color{ color:#cd2929;}
.secForm .boxCenter {
    text-align: center;
}
.secForm .txtMain{
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.secForm .txtMain .fRed{ color:#e30000;}
@media only screen and (max-width:767px) {
    /*--boxNote--*/
    .secFormBox .boxNote{
        width: 92%;
        margin: 30px auto 0;
        padding: 10px 12px 22px;
    }
    .secFormBox .boxNote .boxTit {
        font-size:14px;
        line-height: 1.57;
    }
    .secFormBox .boxNote .boxTxt {
        font-size: 12px;
        padding-top: 11px;
        line-height: 1.666;
        letter-spacing: 0;
    }
    .secFormBox{
        margin-top: 46px;
        padding-bottom: 0;
    }
    .secForm .txtMain{
        font-size: 14px;
        line-height: 28px;
        padding-top: 43px;
    }
}
/* swpm-registration-widget-form */
.swpm-registration-widget-form {
    width: 800px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.swpm-registration-widget-form table input[type="text"],
.swpm-registration-widget-form table input[type="tel"],
.swpm-registration-widget-form table input[type="email"],
.swpm-registration-widget-form table input[type="number"],
.swpm-registration-widget-form table input[type="password"],
.swpm-registration-widget-form table select,
.swpm-text-field,
.swpm-edit-profile-form input[type="text"],
.swpm-edit-profile-form input[type="tel"],
.swpm-edit-profile-form input[type="password"],
.swpm-edit-profile-form select {
    height: 54px;
    border: 1px solid #adadad;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    font-family: inherit;
    width: 360px;
    box-sizing: border-box;
}
.swpm-edit-profile-form input[type="text"],
.swpm-edit-profile-form input[type="tel"],
.swpm-edit-profile-form input[type="password"],
.swpm-edit-profile-form select {
    width: 95%;
}
.swpm-registration-widget-form table {
    border-top: 1px solid #c8c8c8;
    margin-top: 50px;
    width: 100%;
}
.swpm-registration-widget-form table tr {
    border-top: 1px solid #e1e1e1;
}
.swpm-registration-widget-form table tr td:nth-of-type(1){
    width: 262px;
    font-size: 15px;
    line-height: 30px;
    padding: 41px 0 43px;
    vertical-align: top;
    font-weight: normal;
    border: 0;
}
.swpm-registration-widget-form table tr td:nth-of-type(2){
    padding-left: 0;
    width: calc(100% - 262px);
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0 29px;
    border: 0;
    vertical-align: middle;
}
/*--swpm-registration-submit--*/
.swpm-registration-submit,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit {
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    background: url("../images/common/imgbnrload01.png") center center no-repeat;
    background-size: 15px 13px;
    background-position: center right 15px;
    background-color: #cd3639;
    color: #fff;
    width: 470px;
    padding: 30px 0;
    margin: 40px auto 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    border: none;
    transition: opacity .3s;
    cursor: pointer;
}
.swpm-login-widget-form input[type="submit"] {
    width: 470px;
}
.swpm-registration-submit:hover,
.swpm-login-form-submit:hover,
.swpm-pw-reset-submit:hover,
.swpm-edit-profile-submit:hover {
    opacity: .7;
}
@media only screen and (max-width:767px){
    .swpm-registration-widget-form {
        margin-bottom: 50px;
    }
    .swpm-registration-widget-form table input[type="text"],
    .swpm-registration-widget-form table input[type="tel"],
    .swpm-registration-widget-form table input[type="email"],
    .swpm-registration-widget-form table input[type="number"],
    .swpm-registration-widget-form table input[type="password"],
    .swpm-registration-widget-form table select {
        height: 46px;
        font-size: 16px;
        padding-left: 10px;
        width: 100%;
    }
    .swpm-registration-widget-form table {
        width: 100%;
        border: none;
        margin-top: 50px;
    }
    .swpm-registration-widget-form table,
    .swpm-registration-widget-form table tbody,
    .swpm-registration-widget-form table tr,
    .swpm-registration-widget-form table tr th,
    .swpm-registration-widget-form table tr td {
        display: block;
        width: 100%;
    }
    .swpm-registration-widget-form table tr td{
        display: block;
        width:100%;
        font-size:14px;
        line-height:1.429;
        letter-spacing:0.5px;
        padding: 16px 0 5px;
    }
    .swpm-registration-widget-form table tr td:nth-of-type(1){
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .swpm-registration-widget-form table tr td:nth-of-type(2){
        width: 100%;
    }
    .swpm-registration-submit,
    .swpm-login-form-submit,
    .swpm-pw-reset-submit,
    .swpm-edit-profile-submit {
        font-size: 15px;
        width: 92%;
        padding: 25px 0 20px;
        margin: 30px auto 0;
        letter-spacing: 0px;
        border-radius:0;
    }
    .swpm-login-widget-form input[type="submit"] {
        width: 92%;
    }
}
@media only screen and (max-width:374px) {
    .swpm-registration-widget-form table tr td:nth-of-type(1){
        font-size:12px;
    }
    .swpm-registration-submit,
    .swpm-login-form-submit,
    .swpm-pw-reset-submit,
    .swpm-edit-profile-submit {
        margin: 25px auto 20px;
    }
}
/*-----------------------------------------------
    secLogin
-----------------------------------------------*/
.secLogin{
    margin-bottom:50px;
}
.secLogin .secLoginTit,
.secLogin .secMypageTit {
    text-align: center;
    font-size: 16px;
    line-height:2;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.secLogin .secMypageTit {
    margin-bottom: 40px;
}
.secLogin .secLoginTit.red {
    color: #f00;
}
.secLogin .secLoginForm {
    background: #f5f4f3;
    text-align: center;
    padding: 60px 0 58px;
    margin-top: 40px;
}
.secLogin .boxForm dl {
    width: 486px;
    margin: 0 auto;
    border: 1px solid #adadad;
    display: flex;
    flex-wrap: wrap;
}
.secLogin .boxForm dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-right: 1px solid #adadad;
    background: #fbfbfb;
}
.secLogin .boxForm dd {
    width: calc(100% - 66px);
    background: #fff;
    position: relative;
    height: 66px;
}
.secLogin .boxForm dd input {
    height: 100%;
    width: 100%;
    padding-left: 15px;
    border: none;
    font-size: 15px;
    font-family: inherit;
}
.secLogin .boxForm dl + dl {
    margin-top: 18px;
}
.secLogin .boxForm dd.passIn {
    position: relative;
}
.secLogin .boxForm dd input.pass {
    padding-right: 40px;
}
.secLogin .boxForm .iconEye {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 9px;
    text-align: center;
    cursor: pointer;
    line-height: 0;
}
.secLoginForm .boxOmit {
    font-size: 15px;
    line-height:2;
    text-align: center;
    margin-top: 25px;
}
.secLoginForm .boxOmit label {
    display: inline-flex;
    align-items: center;
}
.secLoginForm .boxOmit input {
    margin: 0 11px 0 0;
    width: 20px;
    height: 20px;
}
.secLoginForm .boxError {
    width: 486px;
    margin: 20px auto 0;
}
.secLoginForm .txtError {
    color: #f00;
    font-size: 12px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 14px;
    text-align: left;
}
.secLoginForm .txtForget {
    margin-top: 30px !important;
    text-align: center;
}
.secLoginForm .txtForget a {
    color: #508ed3;
    font-size: 15px;
    padding-bottom: 0px;
    display: inline-block;
    border-bottom: 1px solid #508ed3;
    text-decoration: none;
    font-weight: 700;
    padding-bottom:3px;
}
.swpm-forgot-pass-link {
    margin-top: 30px;
}
.swpm-login-form-inner,
.swpm-pw-reset-widget-inside {
    display: inline-block;
}
.swpm-username-label,
.swpm-password-label,
.swpm-pw-reset-email {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}
.swpm-remember-me {
    text-align: left;
    margin-top: 30px;
}
.swpm-username-input {
    margin-bottom: 20px;
}
.swpm-username-input input,
.swpm-password-input input {
  width: 100% !important;
}
.swpm-pw-reset-email,
.swpm-pw-reset-email-input input,
.swpm-reset-pw-success-box {
  width: 470px;
  max-width: 100%;
}
.swpm-reset-pw-success-box {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
}
@media only screen and (max-width: 767px){
    .secLogin {
        margin-top:0;
        margin-bottom:50px;
    }
    .secLogin .secLoginTit,
    .secLogin .secMypageTit {
        font-size: 13px;
        line-height:1.77;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 50px;
    }
    .secLogin .secMypageTit {
        margin-bottom: 25px;
    }
    .secLogin .secLoginForm {
        padding:0;
        margin-top: 25px;
        background-color: #fff;
    }
    .secLogin .boxForm dl {
        width: 100%;
    }
    .secLogin .boxForm dt {
        width: 50px;
        height: 48px;
    }
    .secLogin .boxForm dd {
        width: calc(100% - 50px);
        height: 48px;
    }
    .secLogin .boxForm dl + dl {
        margin-top: 10px;
    }
    .secLogin .boxForm dd input {
        font-size: 16px;
        padding-left: 13px;
    }
    .secLogin .boxForm .iconEye {
        right: 15px;
    }
    .secLoginForm .boxOmit {
        font-size: 13px;
        line-height:2.31;
        margin-top: 17px;
    }
    .secLoginForm .boxOmit label {
        padding-top:0;
    }
    .secLoginForm .boxOmit input {
        margin: 0 7px 0 0;
        width: 23px;
        height: 23px;
    }
    .secLoginForm .boxError {
        width: 100%;
        margin-top: 0;
    }
    .swpm-login-form-inner,
    .swpm-pw-reset-widget-inside {
        display: block;
    }
    .swpm-forgot-pass-link,
    .secLoginForm .txtForget {
        margin-top: 20px !important;
    }
    .secLoginForm .txtForget a {
        font-size: 13px;
        letter-spacing: 0;
        padding-bottom:0;
    }
}
@media only screen and (max-width: 359px){
    .secLogin .secLoginTit,
    .secLogin .secMypageTit {
        font-size: 12px;
    }
}
.swpm-login-widget-logged {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #ccc;
}
.swpm-logged-username,
.swpm-logged-status,
.swpm-logged-membership,
.swpm-logged-expiry {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.swpm-logged-label {
    width: 30%;
    font-size: 18px;
    line-height: 1;
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 30px;
}
.swpm-logged-value {
    font-size: 18px;
    line-height: 1;
    flex: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}
.swpm-edit-profile-link {
    margin-top: 50px;
    margin-bottom: 20px;
}
#loginForm {
    text-align: center;
}
#loginForm .swpm-edit-profile-form {
    text-align: left;
}
#swpm-editprofile-form table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#swpm-editprofile-form td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  height: 70px;
  box-sizing: border-box;
}
#swpm-editprofile-form td:nth-of-type(1) {
    background-color: #eee;
    width: 20%;
}
.swpm-edit-profile-form input[type="text"],
.swpm-edit-profile-form input[type="tel"],
.swpm-edit-profile-form input[type="password"],
.swpm-edit-profile-form select {
  box-sizing: border-box;
  width: 100% !important;
  height: 50px;
}

/* logging in */
.member-logged-in .secLoginTit {
    display: none;
}

.swpm_error {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    line-height: 1.6;
    color: #f00;
}

.memberWrap{
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.memberWrap.is-sec {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
.memberTit{
  width: 380px;
  height: 89px;
  line-height: 89px;
  border: 1px solid #000;
  margin: 0 auto;
  font-size: 31px;
  letter-spacing: 2px;
  color: #000;
}
.memberTxt{
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 23px;
}
.memberBtnList{
  display: flex;
  justify-content: center;
  margin-top: 23px;
  gap: 20px;
}
.post_content .indexBtn02{
  width: 260px;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  border: none;
  background: #000;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: opacity .3s;
}
.post_content .indexBtn02:hover {
  opacity: .7;
}
.post_content .indexBtn02:last-child{
  background: #003e80;
  color: #fff;
}
@media only screen and (max-width:767px){
  .memberWrap{
      height: calc(100% - 38px);
      padding: 6vw 29px 0;
  }
  .memberWrap.is-sec {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .memberTit{
      width: 210px;
      height: 48px;
      line-height: 39px;
      font-size: 18px;
      letter-spacing: 4px;
      padding-top: 4px;
  }
  .memberBtnList{
      margin-top: 13px;
      justify-content: space-between;
      display: block;
  }
  .post_content .indexBtn02{
    display: block;
  }
  .post_content .indexBtn02:last-child{
      margin-top: 20px;
  }
  .memberTxt{
      line-height: 2;
      letter-spacing: 0.5px;
      margin-top: 10px;
      font-size: 14px;
  }
}
.post_content .c-ttl {
  font-size: clamp(20px, 2.4181034483vw, 33px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.075em;
  color: #003e80;
  margin-bottom: 8px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .post_content .c-ttl {
    margin-bottom: 0.5862068966vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .post_content .c-ttl {
    margin-bottom: 2.6666666667vw;
    line-height: 1.3;
    font-size: clamp(13px, 7.4666666667vw, 56px);
  }
}
.c-ttl__wrap {
  text-align: center;
  position: relative;
  padding-bottom: 37px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .c-ttl__wrap {
    padding-bottom: 2.7112068966vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .c-ttl__wrap {
    padding-bottom: 7.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post_content .c-ttl__en {
  color: #003e80;
  letter-spacing: 0.1em;
  font-size: clamp(10px, 1.025862069vw, 14px);
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .post_content .c-ttl__en {
    font-size: clamp(10px, 3.7333333333vw, 28px);
  }
}
.member-top .abox {
    display: block;
    width: 300px;
    height: 60px;
    background: #333333;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    padding-top: 20px;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease-out;
    box-sizing: border-box;
}
.member-top .abox:hover {
    opacity: .7;
    color: #fff;
}
@media only screen and (max-width:767px){
    .member-top .abox{
        display: block;
        width: 78%;
        min-width: 250px;
        height: 50px;
        font-size: 12px;
        margin-top: 18px;
        text-decoration: none;
        padding-top: 16px;
        letter-spacing: 0px;
    }
}