@charset "UTF-8";

.link_blue {
  color: #1A0DAB;
  text-decoration: underline;
}
.link_fead {
  transition: 0.8s all;
}
.link_fead:hover {
  opacity: 0.8;
}

.closeable_box,
.swpm_success {
  position: relative;
}
.closeable_box div,
.swpm-profile-update-success {
  background-color: #DEF1FF;
  border: 1px solid #6F93C4;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3060A2;
  padding: 17px;
  padding-right: 40px;
  margin-bottom: 40px;
}
.closeable_box input[type="checkbox"],
.swpm_success input[type="checkbox"]
 {
  display: none;
}
.closeable_box input[type="checkbox"]:checked ~ label,
.swpm_success input[type="checkbox"]:checked ~ label {
  display: none;
}
.closeable_box input[type="checkbox"]:checked ~ div,
.swpm_success input[type="checkbox"]:checked ~ div {
  display: none;
}
.closeable_box label,
.swpm_success label {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 19.5px;
  height: 19.5px;
  cursor: pointer;
}
.closeable_box label::after,
.swpm_success label::after {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  content: url(../img/icon_close.svg);
}
.mw_wp_form_complete {
  display: block;
}
.swpm_error {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 20px;
}
.swpm_error ul {
  padding: 10px;
}
.swpm_error li {
  font-size: 1.3rem;
}

/* MEMBER REGISTRATION
------------------------------------*/
.registration h1 {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #333333;
}
.registration h1 span {
  font-size: 1.6rem;
  font-weight: 400;
}
hr.regist_separator {
  border: none;
  border-top: 1px solid #949AA4;
  margin: 20px 0;
}
.zip_symbol {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 11px;
}
.formError {
  left: 190px !important;
}
.formErrorContent {
  padding: 10px !important;
  line-height: 1.5em;
}

/* MEMBER REGISTRATION
   MEMBER MYPAGE profile
------------------------------------*/
.page.registration p.regist_text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.page.registration p.regist_text2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.swpm-registration-widget-form table,
.swpm-edit-profile-form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.swpm-registration-widget-form td,
.swpm-edit-profile-form td {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.swpm-registration-widget-form td label,
.swpm-edit-profile-form td label {
  font-size: 1.5rem;
  font-weight: 700;
}
.page.registration p.form_item_outline,
.swpm-edit-profile-form p.form_item_outlin {
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {

  .page.registration p.regist_text2 {
    text-align: left;
  }
}


/* MEMBER PAYMENT
------------------------------------*/
.coupon_description {
  background-color: #FFE3E3;
  border: 1px solid #FF0000;
  text-align: center;
  font-size: 1.5rem;
  color: #FF0000;
  margin: 10px 0 40px 0;
  padding: 20px 16px;
}
.coupon_description__title {
  font-size: 2.2rem !important;
  font-weight: 700;
  margin: 5px 0;
}
.coupon_description__text {

}
.coupon_description__text2 {
  font-size: 1.0rem !important;
  margin-top: 5px;
}
.wpfs-form {
  max-width: 100% !important;
}
.wpfs-form-check-group-title,
.wpfs-form-label {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #333333 !important;
}
.wpfs-form-actions {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 50px !important;
}
.wpfs-btn-primary {
  display: inline-block !important;
  background-color: #000000 !important;
  background-image: url(../img/icon_next.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 7px 14px !important;
	background-position: right 26px center !important;
	border: none !important;
  height: 70px !important;
  width: 330px !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  color: #FFFFFF !important;
  padding: 27px 0 !important;
}

@media only screen and (max-width: 767px) {

  .wpfs-btn-primary {
    width: 100% !important;
    margin-right: 0 !important;
  }

}

/* MEMBER completion
------------------------------------*/
.regist_plan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #949AA4;
  border-bottom: 1px solid #949AA4;
  padding: 40px 10px;
  margin-bottom: 50px;
}
.regist_plan dt {
  width: 140px;
  font-size: 1.5rem;
  font-weight: 700;
}
.regist_plan dd {
  width: calc(100% - 140px);
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {

  .regist_plan {
    padding: 20px 10px;
  }
  .regist_plan dt,
  .regist_plan dd {
    width: 100%;
    line-height: 2.0em;
  }

}

/* MEMBER LOGIN
------------------------------------*/
.swpm-login-widget-form {
  max-width: 500px;
  margin: 0 auto 50px auto;
}
.swpm-login-widget-form input {
  width: 100%;
}
.swpm-username-input {
  margin-bottom: 30px;
}
.login_footer {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
  margin-top: 50px;
}
.login_footer__password_reset {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding-left: 28px;
}
.login_footer__password_reset::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.login_footer__text {
  padding-left:1em;
  text-indent:-1em;
}
.login_footer__contact {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.swpm-login-action-msg {
  margin-bottom: 10px;
}
.swpm-login-widget-action-msg {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #FF0000;
}

/* MEMBER PASSWORD RESET
------------------------------------*/
.swpm-pw-reset-widget-form {
  max-width: 500px;
  margin: 0 auto 50px auto;

}
.page.password-reset .swpm-reset-pw-success-box {
  background-color: transparent;
  border: none;
  text-align: center;
  color: #333333;
  font-weight: 400;
  line-height: 2.0em;
  margin: 10px 0px;
  padding: 15px 10px;
}

/* MEMBER MYPAGE
------------------------------------*/
.page_mypage .containar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
}
.page_mypage .side {
  max-width: 300px;
  width: 28%;
  padding-top: 70px;
}
.page_mypage .main {
  max-width: 740px;
  width: 68%;
  padding-top: 70px;
}
.side nav a {
  display: block;
  background-color: #EEEEEE;
  border-top: 1px solid #CCCCCC;
  border-left: 5px solid #EEEEEE;
  font-size: 1.5rem;
  color: #000000;
  padding: 20px;
  transition: 0.8s all;
}
.side nav a:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.side nav a:hover {
  border-left: 5px solid #333333;
}
.side nav a.is-active {
  border-left: 5px solid #333333;
}
.page_mypage .containar .content {
  padding: 0;
}
.contract_plan {
  display: flex;
}
.contract_plan dt {
  background-color: #000000;
  width: 36%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 20px 0;
}
.contract_plan dd {
  border: 1px solid #000000;
  width: 64%;
  font-size: 1.5rem;
  padding: 20px 22px;
}
.next_update {
  font-size: 1.2rem;
  color: #333333;
  margin-top: 7px;
}
.profile_link {
  text-align: right;
  margin: 30px 0 20px 0;
}
.profile_link a {
  display: inline-block;
  background-color: #000000;
  border-radius: 3px;
  width: 128px;
  text-align: center;
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  padding: 12px 0;
}
.profile_info dl {
  margin-bottom: 30px;
}
.profile_info dt,
.now_email dt {
  border-bottom: 1px dotted #707070;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 3px 12px 3px;
}
.profile_info dd,
.now_email dd {
  min-height: 22px;
  font-size: 1.5rem;
  padding: 12px 3px 0 3px;
}
p.mypage_text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 50px;
}
p.mypage_text2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
p.mypage_text3 {
  font-size: 1.4rem;
  color: #FF0000;
  padding-left: 1em;
  text-indent: -1em;
}
p.mypage_text4 {
  text-align: center;
  font-size: 1.5rem;
  margin: 30px 0;
}
.mypage_separator {
  border: none;
  border-bottom: 1px dotted #707070;
  margin: 20px 0;
}
.page_mypage .formError {
  left: 150px !important;
}
@media only screen and (max-width: 767px) {

  .page_mypage .containar {
    max-width: 100%;
  }
  .page_mypage .side {
    display: none;
  }
  .page_mypage .main {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
  }
  .contract_plan {
    flex-wrap: wrap;
  }
  .contract_plan dt {
    width: 100%;
    padding: 20px 0;
  }
  .contract_plan dd {
    width: 100%;
    padding: 20px 22px;
  }
  p.mypage_text4 {
    text-align: left;
    margin: 20px 0;
  }

}


/* MEMBER MYPAGE chenge_email
------------------------------------*/
.now_email dd {
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
}
.mw_wp_form .error {
  font-size: 1.4rem;
  color: #FF0000;
  margin-top: 10px;
}

/* MEMBER MYPAGE chenge_cc
------------------------------------*/
.available_cc {
  width: auto;
  height: 45px;
  margin-top: 10px;
}

/* MEMBER MYPAGE 退会
------------------------------------*/
.page_mypage.unsubscribed h2 {
  border-left: 5px solid #333333;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2px 10px;
  margin: 30px 0 20px 0;
}
.contract_end_date {
  margin: 60px 0 20px 0;
}
.contract_end_date dt {
  border-bottom: 1px dotted #707070;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.contract_end_date dd {
  font-size: 1.5rem;
}


/* MEMBER FORM
------------------------------------*/
.swpm-registration-widget-form .form_required,
.swpm-edit-profile-form .form_required {
  background-color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 1px 18px;
  margin-left: 16px;
}

.swpm-registration-widget-form input[type="text"],
.swpm-registration-widget-form input[type="password"],
.swpm-edit-profile-form input[type="text"],
.swpm-edit-profile-form input[type="password"],
.swpm-edit-profile-form select,
.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"],
.swpm-pw-reset-widget-form  input[type="text"] {
  background-color: #FFFFFF;
  border: 1px solid #949AA4;
  border-radius: 2px;
  width: 100%;
  font-size: 1.5rem;
  padding: 16px 14px;
}
.swpm-registration-submit-section,
.swpm-edit-profile-submit-section,
.swpm-login-submit,
.swpm-pw-reset-submit-button {
  text-align: center;
  margin-top: 50px;
}
.swpm-registration-submit,
.swpm-edit-profile-submit,
input.swpm-login-form-submit,
.swpm-pw-reset-submit,
.cancel_btn  {
  display: inline-block;
  background-color: #000000;
  background-image: url(../img/icon_next.svg);
	background-repeat: no-repeat;
	background-size: 7px 14px;
	background-position: right 26px center;
	border: none;
  height: 70px;
  width: 330px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 27px 0;
}
.swpm-edit-profile-submit:disabled {
  background-color: #A7A7A7;
}

.swpm-edit-profile-form select {
  width: 275px;
}
.swpm-edit-profile-form select::-ms-expand {
	display: none;
}
.swpm-edit-profile-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/icon_select.svg);
	background-repeat: no-repeat;
	background-size: 17px 9px;
	background-position: right 18px center;
  width: auto;
	min-width: 275px;
	padding: 16px 32px 16px 14px;
}
.swpm-edit-profile-form input[type="checkbox"] {
	position: relative;
	margin: 0 15px 0 0;
	cursor: pointer;
}
.swpm-edit-profile-form input[type="checkbox"]:before {
	position: absolute;
	z-index: 400;
	top: -4px;
	left: 0.1875rem;
	width: 20px;
	height: 10px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 4px solid #000000;
	border-top-style: none;
	border-right-style: none;
}
.swpm-edit-profile-form input[type="checkbox"]:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.swpm-edit-profile-form input[type="checkbox"]:after {
	position: absolute;
	top: -5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	cursor: pointer;
	border: 1px solid #707070;
  border-radius: 2px;
	background: #FFFFFF;
}
.swpm-edit-profile-form input[type="radio"] {
	width: 21px;
	height: 21px;
	vertical-align: top;
	margin: 0 9px 0 0;
}
.swpm-edit-profile-form input[type="radio"]{
  display: none;
}
.swpm-edit-profile-form input[type="radio"] + span{
  position:relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 30px;
}
.swpm-edit-profile-form input[type="radio"] + span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
}
.swpm-edit-profile-form input[type="radio"]:checked + span::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #000000;
  border-radius: 50%;
}
.swpm-registration-widget-form input.size-s,
.swpm-edit-profile-form input.size-s {
  width: 180px;
}
.swpm-registration-widget-form input.size-m,
.swpm-edit-profile-form input.size-m {
  width: 250px;
}

@media only screen and (max-width: 767px) {

  .swpm-registration-submit,
  .swpm-edit-profile-submit,
  input.swpm-login-form-submit,
  .swpm-pw-reset-submit,
  .cancel_btn  {
    width: 100%;
  }

}
