@charset "UTF-8";
/* clearfix */
/* ==========================
  common
  =========================== */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.txt-center {
  text-align: center;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 640px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-none {
    display: block;
  }
}

br.sp-none {
  display: inline;
}
@media screen and (max-width: 640px) {
  br.sp-none {
    display: none;
  }
}

br.pc-none {
  display: none;
}
@media screen and (max-width: 640px) {
  br.pc-none {
    display: inline;
  }
}

br.pc-responsive {
  display: none;
}
@media screen and (max-width: 640px) {
  br.pc-responsive {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .sp-mt10 {
    margin-top: 10px;
  }

  .sp-mt15 {
    margin-top: 15px;
  }

  .sp-read {
    text-align: left;
  }
}
.mt30 {
  margin-top: 30px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

#wmc_masthead {
  z-index: 100;
  position: relative;
}

#MYPAGE-HEADER {
  position: relative;
  width: 100%;
  background: #ebebeb;
  margin-top: -20px;
}
#MYPAGE-HEADER * {
  box-sizing: border-box;
}
#MYPAGE-HEADER .mypage_menulist_bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}
#MYPAGE-HEADER .mypage_header_wrapper {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 12px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#MYPAGE-HEADER .mypage_header_left {
  font-size: 14px;
  line-height: 1;
  height: 100%;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-grow:10;
}
#MYPAGE-HEADER .mypage_header_left .logo {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#MYPAGE-HEADER .mypage_header_left .logo p:first-child {
  margin-right: 10px;
}
#MYPAGE-HEADER .mypage_header_left .user_name {
  border-left: 1px #c3c3c3 solid;
  font-weight: normal;
  padding: 10px 0 10px 20px;
}
#MYPAGE-HEADER .mypage_header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-grow:0;
}
#MYPAGE-HEADER a.btn_logout {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  margin-right: 20px;
}
#MYPAGE-HEADER a.btn_logout p:after {
  content: url("/mypage/common/images/icon_logout.png");
  vertical-align: text-top;
  display: inline-block;
  margin-left: 8px;
}
#MYPAGE-HEADER .mypage_menu {
  border-left: 1px #c3c3c3 solid;
  padding-left: 20px;
}
#MYPAGE-HEADER a.btn_mypage_menu {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/mypage/common/images/icon_header_menu_def.png") center center no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}
#MYPAGE-HEADER a.btn_mypage_menu.open {
  background: url("/mypage/common/images/icon_header_menu_close.png") center center no-repeat;
  background-size: 20px 20px;
}
#MYPAGE-HEADER .mypage_menulist {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  overflow: hidden;
}
#MYPAGE-HEADER .mypage_menulist:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #ccc transparent;
}
#MYPAGE-HEADER .mypage_menulist:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #fff transparent;
}
#MYPAGE-HEADER .mypage_menulist .mypage_menulist_inner {
  background: #fff;
  border: #ccc 1px solid;
  text-align: left;
  font-size: 14px;
}
#MYPAGE-HEADER .mypage_menulist li {
  border-bottom: 1px #ccc solid;
}
#MYPAGE-HEADER .mypage_menulist li:last-child {
  border-bottom: none;
}
#MYPAGE-HEADER .mypage_menulist li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
}
#MYPAGE-HEADER .mypage_menulist li a:hover {
  background: #eee;
}
#MYPAGE-HEADER .mypage_header_wrapper.regist {
  margin-top: 20px;
  padding: 0 15px;
}
#MYPAGE-HEADER .mypage_header_wrapper.regist .mypage_header_right {
  background: #000;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #MYPAGE-HEADER {
    margin-top: -16px;
  }
  #MYPAGE-HEADER .mypage_menulist_bg {
    background: rgba(0, 0, 0, 0.8);
  }
  #MYPAGE-HEADER .mypage_header_wrapper {
    width: 100%;
    padding: 0 10px;
  }
  #MYPAGE-HEADER .mypage_header_left {
    padding: 8px 0;
    display: block;
  }
  #MYPAGE-HEADER .mypage_header_left .logo {
    font-size: 15px;
    margin-right: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #MYPAGE-HEADER .mypage_header_left .logo p:first-child img {
    height: 22px;
  }
  #MYPAGE-HEADER .logo-wide .mypage_header_left .logo p:first-child img {
    height: initial;
  }
  #MYPAGE-HEADER .mypage_header_left .user_name {
    font-size: 15px;
    border-left: none;
    font-weight: normal;
    padding: 0;
    margin-top: 10px;
  }
  #MYPAGE-HEADER .mypage_menu {
    border-left: none;
    padding-left: 0;
  }
  #MYPAGE-HEADER .mypage_header_wrapper.regist {
    margin-top: 16px;
    padding: 0 0 0 10px;
    height: 50px;
  }
  #MYPAGE-HEADER .mypage_header_wrapper.regist .mypage_header_left {
    width: calc(100% - 100px);
  }
  #MYPAGE-HEADER .mypage_header_wrapper.regist .mypage_header_left .logo {
    width: 110px;
  }
  #MYPAGE-HEADER .mypage_header_wrapper.regist .mypage_header_right {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: 150px;
    height: 50px;
  }
  #MYPAGE-HEADER .mypage_menulist {
    width: 100%;
    font-weight: bold;
  }
  #MYPAGE-HEADER .mypage_menulist:before {
    top: 0;
    right: 0;
    border: none;
  }
  #MYPAGE-HEADER .mypage_menulist:after {
    top: 0;
    right: 0;
    border: none;
  }
}

.mypage_inner {
  width: 950px;
  margin: 20px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .mypage_inner {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px;
  }

  #STEP-NAV.mypage_inner {
    padding: 0 10px 10px;
  }

}

#MYPAGE-WRAPPER {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
#MYPAGE-WRAPPER a {
  color: #000;
  text-decoration: underline;
}
#MYPAGE-WRAPPER a:hover {
  text-decoration: none;
}
#MYPAGE-WRAPPER a.btn_purple {
  color: #fff;
  text-decoration: none;
}
#MYPAGE-WRAPPER a.purple_text {
  color: #b60081;
  text-decoration: none;
}
#MYPAGE-WRAPPER a.underline {
  color: #000;
  text-decoration: underline !important;
}
#MYPAGE-WRAPPER a.underline:hover {
  text-decoration: none !important;
}
#MYPAGE-WRAPPER .btn_back {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
#MYPAGE-WRAPPER .btn_back a span:before{
  content: url("/mypage/common/images/contents_common_blt_01_l.png");
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
button.btnBack{
  background:url("/mypage/common/images/contents_common_blt_01_l.png") transparent no-repeat left center;
  color:#000000;
  height:30px;
  border:none;
  text-decoration:underline;
  vertical-align:middle;
  padding-left:20px;
  cursor:pointer;
}
button.btnBack:hover{
  text-decoration:none;
}
#MYPAGE-WRAPPER .text_center {
  text-align: center;
}
#MYPAGE-WRAPPER * {
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #MYPAGE-WRAPPER {
    padding-top: 10px;
  }
  #MYPAGE-WRAPPER .btn_back {
    font-size: 13px;
  }
}
#MYPAGE-WRAPPER h1 {
  margin-top: 40px;
  padding: 10px 0 0;
  text-align: center;
  line-height: 1.3;
}
#MYPAGE-WRAPPER h1 div {
  font-size: 24px;
  font-weight: bold;
}
#MYPAGE-WRAPPER h1 p {
  font-size: 16px;
/*  line-height: 1; */
  font-weight: normal;
  margin-bottom: 30px;
}
#MYPAGE-WRAPPER h1 .h1_line {
  width: 80px;
  height: 5px;
  background: #b60081;
  margin: 15px auto;
}
@media screen and (max-width: 640px) {
  #MYPAGE-WRAPPER h1 {
    margin-top: 17px;
    margin-bottom: 17px;
    padding: 5px 0 5px 0px;
  }
  #MYPAGE-WRAPPER h1 div {
    font-size: 20px;
  }
  #MYPAGE-WRAPPER h1 p {
    font-size: 15px;
  }
}

#CONINNER {
  background: #FFF;
}

/* ==========================
  form items
  =========================== */
.form_container {
  font-size: 16px;
}
.form_container .form_item {
  width: 100%;
  margin-bottom: 4px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.form_container .form_item-left {
  width: 260px;
  padding: 20px;
  line-height: 1.5;
  background: #f6f5ec;
  font-weight: bold;
}
.form_container .form_item-left .required:after {
  content: "必須";
  font-size: 13px;
  color: #b60081;
  margin-left: 10px;
  vertical-align: text-top;
}
.form_container .form_item-right {
  width: calc(100% - 260px);
  padding: 20px;
  line-height: 1.4;
}
.form_container .form_item-right p {
  margin-top: 15px;
}
.form_container .form_item-right p:first-child {
  margin-top: 0;
}
.form_container .form_item-right span {
  margin: 0 8px;
}
.form_container .form_item-right .caution {
  font-size: 13px;
}
.form_container .form_item-right .text_red {
  color: #b60081;
}
.form_container .form_item-right .select_margin20 {
  margin-left: 15px;
}
.form_container .member_input {
  display: none;
}
@media screen and (max-width: 640px) {
  .form_container {
    font-size: 16px;
  }
  .form_container .form_item {
    display: block;
    margin-bottom: 10px;
  }
  .form_container .form_item:last-child {
    margin-bottom: 0px;
  }
  .form_container .form_item-left {
    width: 100%;
    padding: 10px;
  }
  .form_container .form_item-left .required:after {
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 5px;
  }
  .form_container .form_item-right {
    width: 100%;
    padding: 10px;
  }
  .form_container .form_item-right p {
    margin-top: 10px;
  }
  .form_container .form_item-right span {
    margin: 0 2px;
  }
  .form_container .form_item-right span.sp-margin-none {
    margin-right: 0;
  }
  .form_container .form_item-right span.sp-block {
    margin: 10px 0 0;
  }
  .form_container .form_item-right .select_margin20 {
    margin-left: 0px;
    margin-top: 10px;
  }
  .form_container .member_input {
    display: none;
  }
}

/* ==========================
  form
  =========================== */
a.form_btn, form input[type=submit].form_btn_style, form button[type=submit].form_btn_style {
  display: block;
  width: 260px;
  /*height: 68px;*/
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff!important;
  margin: 30px auto;
  text-align: center;
  text-decoration: none!important;
  padding: 25px 0px;
  background: #b60081;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 0 0 #acacac;
  -moz-box-shadow: 0 2px 0 0 #acacac;
  -webkit-box-shadow: 0 2px 0 0 #acacac;
}
a.form_btn:hover, form input[type=submit].form_btn_style:hover, form button[type=submit].form_btn_style:hover {
  opacity: 0.8;
}
a.form_btn:hover, form input[type=submit].form_btn_style:disabled, form button[type=submit].form_btn_style:disabled {
  background-color:#cccccc;

}
@media screen and (max-width: 640px) {
  a.form_btn, form input[type=submit].form_btn_style,, form button[type=submit].form_btn_style {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 15px 0px;
  }
}

a.form_btn_sub, button.form_btn_sub  {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background: #b60081;
  border-width:0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #acacac;
  -moz-box-shadow: 0 2px 0 0 #acacac;
  -webkit-box-shadow: 0 2px 0 0 #acacac;
}
a.form_btn_sub:hover, button.form_btn_sub:hover {
  opacity: 0.8;
}

  /*form {
#theater_main_place, #theater_sub1_place, #theater_sub2_place{
    option{
      //&:disabled{ padding-left: 0;}
    }
  }
}*/
form label {
  line-height: 1.2;
}
form input[type=radio], form input[type=checkbox] {
  display: none;
}
form p .radio, form p .checkbox {
  position: relative;
  display: inline-block;
  padding: 1px 1px 1px 30px;
  vertical-align: middle;
  cursor: pointer;
}
form p > .radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: #727272 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
form p > .radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #b60081;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
form input[type=radio]:checked + .radio:after {
  opacity: 1;
}
form p > .checkbox {
  min-width: 130px;
  margin-top: 15px;
}
form p > .checkbox:nth-child(-n+8) {
  margin-top: 0;
}
form p > .checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: #727272 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
form p > .checkbox:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 40px;
  height: 18px;
  background: url("/mypage/common/images/form_icon_checked.png") left top no-repeat;
  background-size: contain;
  opacity: 0;
}
form input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=password] {
  padding: 10px;
  border: #727272 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 0;
}
form input[type=text]:placeholder-shown,
form input[type=email]:placeholder-shown,
form input[type=number]:placeholder-shown,
form input[type=tel]:placeholder-shown,
form input[type=password]:placeholder-shown {
  color: #acacac;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder {
  color: #acacac;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=password]:-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=password]::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder {
  color: #acacac;
}
form input[type=text]:last-child,
form input[type=email]:last-child,
form input[type=number]:last-child,
form input[type=tel]:last-child,
form input[type=password]:last-child {
  margin-right: 0px;
}
form input[type=text].validation,
form input[type=email].validation,
form input[type=number].validation,
form input[type=tel].validation,
form input[type=password].validation {
  background: #f0cce6;
}
form input[type=submit].form_btn_style,form button[type=submit].form_btn_style {
  background-image: none;
}
form input.size1 {
  width: 100px;
}
form input.size2 {
  width: 140px;
}
form input.size3 {
  width: 180px;
}
form input.size4 {
  width: 370px;
}
form input.size5 {
  width: 140px;
}
form select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #000;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 10px;
  border: #727272 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
form select option:checked {
  color: #000;
}
form select::-ms-expand {
  display: none;
}
form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
form select.size1 {
  width: 100px;
}
form select.size2 {
  width: 220px;
}
form select.size3 {
  width: 80px;
}
form div.select_wrap {
  position: relative;
  display: inline-block;
}
form div.select_wrap:after {
  z-index: 1;
  position: absolute;
  width: 14px;
  height: 8px;
  right: 12px;
  bottom: 15px;
  content: "";
  background: url("/mypage/common/images/form_icon_down.png") left top no-repeat;
  background-size: contain;
  color: #727272;
  pointer-events: none;
}

form div.select_wrap select {
  background-color: white;
}

@media screen and (max-width: 640px) {
  form {
    font-size: 16px;
  }
  form p > .checkbox {
    width: 48%;
    min-width: auto;
    margin-top: 10px;
  }
  form p > .checkbox:nth-child(-n+8) {
    margin-top: 10px;
  }
  form p > .checkbox:nth-child(-n+4) {
    margin-top: 0px;
  }
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=password] {
    font-size: 16px;
  }
  form input.size1 {
    width: calc((100% - 30px) / 3);
  }
  form input.size2 {
    width: calc((100% - 30px) / 2);
  }
  form input.size3 {
    width: calc((100% - 30px) /2);
  }
  form input.size4 {
    width: 100%;
  }
  form input.size5 {
    width: 100%;
  }
  form select {
    padding: 7px;
    margin: 0;
  }
  form div.select_wrap {
    margin: 0;
    line-height: 1;
  }
  form div.select_wrap:after {
    right: 8px;
  }
  form div.select_wrap.theater_select {
    display: block;
    margin: 0px 0 0;
  }
  form select.size1 {
    width: 100%;
  }
  form select.size2 {
    width: 100%;
  }
  form select.size3 {
    width: 100%;
  }
  form div.select_wrap.size1 {
    width: 34%;
  }
  form div.select_wrap.size3 {
    width: 21%;
  }
  form div.select_wrap.ml20 {
    margin-left: 5px;
  }
}

@media screen and (max-width: 640px) {
  #PAGE {
    display: none;
  }
}

/* hideShowPassword */
::-ms-reveal,
::-ms-clear {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .hideShowPassword-wrapper {
    width: 100%;
  }
}

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url("/mypage/common/images/icon_eye.svg");
  background-position: center 0;
  background-repeat: no-repeat;
  border: 0px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 30px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 30px;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
  background-position: center -30px;
}

/*.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  border-color: #0088cc;
  outline: transparent;
}*/

/* Firefox */
@-moz-document url-prefix() {
    .hideShowPassword-toggle {
      padding: 15px;
    }
}


#MYPAGE-HEADER .mypage_header_wrapper.nonlogin {
  height: 58px;
}

.footer_section04 address {
  margin-top: 0;
}

.validatio-row {
  background: #f0cce6;
}
#validatio-error {
    margin-bottom: 15px;
    color: #b60081;
    font-size: 13px;
    font-weight: bold;
}

.validatio-row .error{
  color: #b60081;
    font-size: 13px;
    font-weight: bold;
    margin-bottom:15px;
}
body.webview #wmc_masthead {
  display: none;
}
body.webview #footer_contents .theater_pageTop,
body.webview #footer_contents .top_links,
body.webview #footer_contents .footer_section01,
body.webview #footer_contents .gnav_wrap,
body.webview #footer_contents .wata,
body.webview #footer_contents .eseki,
body.webview #footer_contents .header_links01,
body.webview #footer_contents .footer_section04 ul,
body.webview #footer_contents .footer_section05 {
  display: none;
}

#MYPAGE-WRAPPER .mypage_inner .error-txt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #MYPAGE-WRAPPER .mypage_inner .error-txt {
    font-size: 16px;
    margin-bottom: 0px;
  }
  form div.select_wrap.size1.sp-size1 {
    width: 27%;
  }
}


#MYPAGE-WRAPPER.tax_area {
  line-height: 1;
  padding: 0 0 20px;
}
#MYPAGE-WRAPPER.tax_area .mypage_inner {
  margin: 0 auto;
}
#MYPAGE-WRAPPER .mypage_inner .cmn_note,
.cmn_note {
  color: #000000;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #MYPAGE-WRAPPER.tax_area {
    padding: 0;
  }
}



/* 住所選択モーダル
------------------------------*/
#popup_container {
  display: none;
  max-width: 560px;
  background: #fff;
  padding: 0px;
}

#popup_container h1 {
  color: #252625;
  padding: 15px 0 5px 15px;
}

#popup_container #popup_content {
  padding: 15px;
}

#popup_container #popup_content #popup_message select {
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 10px;
}
#popup_container #popup_content #popup_panel{
  text-align:right;
}
#popup_container #popup_content #popup_panel #popup_ok {
  width: 100px;
  padding: 5px;
    border: none;
  cursor: pointer;
}




form select {
  appearance: none;
}