@charset "UTF-8";
:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/
/*

*/
/*
  Hタグ
    $type: 2(H2サイズ)
*/
/*
  共通ボタン 大
  default: skyblue2
*/
/*
  共通ボタン 小
  default: skyblue2
*/
/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/
/*
  角丸border付きレイアウト
*/
/*
  グレーの文字の補足系
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-weight: inherit;
}

#transferArea {
  text-align: center;
  /* for HP reader */
  /*20130729追加*/
  /* etc */
  /* template_superscription */
  /*20130729追加ここまで*/
  /* ==========================
    wata renewal
    =========================== */
  /* #WATA-WRAPPER * {
    color: #000;
  } */
  /* #WATA-WRAPPER .wata_inner {
    font-size: 16px;
    line-height: 1.5;
    width: 950px;
    margin: 20px auto 40px auto;
    padding: 0 15px;
  } */
  /* #WATA-WRAPPER .wata_inner p.caution,
  #WATA-WRAPPER .wata_inner span.caution {
    font-size: 13px;
    line-height: 1.5;
  } */
  /* #WATA-WRAPPER .wata_inner h2 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0;

    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px 30px;
    background: #222;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  } */
  /* #WATA-WRAPPER .wata_inner h3 {
    font-size: 18px;
    margin: 40px 30px 20px 30px;
    border-bottom: #000 2px solid;
    text-align: left;
  } */
  /* #WATA-WRAPPER .wata_inner h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
  } */
  /* #WATA-WRAPPER .wata_inner p.read {
    margin: 0 30px;
  } */
  /* wata_collabo_card */
  /* #WATA-WRAPPER .wata_collabo_card {
    background-image: url(../images/pic_main_pc.jpg);
    background-repeat: no-repeat;
  } */
  /* #WATA-WRAPPER .wata_collabo_card .collabo_card_block {
    padding-top: 290px;
  } */
  /* #WATA-WRAPPER .wata_collabo_card .collabo_card_block .main_heading {
    text-align: center;
    border-bottom: none;
    color: #fff;
  }
  #WATA-WRAPPER .wata_collabo_card .collabo_card_block .main_read {
    color: #fff;
    margin-bottom: 20px
  }

  #WATA-WRAPPER .wata_collabo_card .card_list {
    margin: 0 20px;

    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: center;
    justify-content: center;
  }


  #WATA-WRAPPER .wata_collabo_card .card_list li {
    width: 210px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 0px -3px #b2b2b2;
  }

  #WATA-WRAPPER .wata_collabo_card .card_list li:last-child {
    margin-right: 0px;
  }

  #WATA-WRAPPER .wata_collabo_card .card_list .card_frame {
    height: 196px;
    background-image: url(../images/pic_card_frame.png);
    background-repeat: repeat-x;

    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: flex-end;
    align-items: flex-end;
  }


  #WATA-WRAPPER .wata_collabo_card .card_list p {
    font-size: 13px;
    margin: 20px 10px 10px 10px;
  } */
  /* wata_faq1
  #WATA-WRAPPER .faq_container {
    width: 100%;
    position: relative;
  }

  #WATA-WRAPPER .faq_container dt {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    border: #f5f5f5 2px solid;
    border-top-style: none;
    cursor: pointer;
  }

  #WATA-WRAPPER .faq_container dt.first {
    border: #f5f5f5 2px solid;
  }

  #WATA-WRAPPER .faq_container dt .faq_description {
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #WATA-WRAPPER .faq_container dd {
    width: 100%;
    padding: 30px;
    border: #f5f5f5 2px solid;
    background: #f5f5f5;
    display: none;
  }

  #WATA-WRAPPER .ttl_q p {
    font-weight: bold;
    text-decoration: underline;
  }

  #WATA-WRAPPER .ttl_q a {
    text-decoration: none;
  }

  #WATA-WRAPPER .faq_container dt .faq_description a {
    display: block;
    height: 22px;
    padding-left: 30px;
    text-decoration: none;
    line-height: 1.4;
    font-weight: bold;
    color: #b60081;
    background: url(../images/icon_accordion.png) left top no-repeat;
  }

  #WATA-WRAPPER .faq_container dt.open .faq_description a {
    background-position: 0 -22px;
  }

  #WATA-WRAPPER .faq_container dt.open {
    background: #f5f5f5;
  }

  #WATA-WRAPPER .faq_container dd {
    width: 100%;
    padding: 30px;
    border: #f5f5f5 2px solid;
    background: #f5f5f5;
    display: none;
  }

  #WATA-WRAPPER .faq_container dt:hover {
    opacity: 0.8;
  }

  #WATA-WRAPPER .ttl_a {
    position: relative;
    text-align: left;
  }

  #WATA-WRAPPER .wata_faq1 .faq_point_card {
    margin: 0 20px;

    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #WATA-WRAPPER .wata_faq1 .faq_point_card li p {
    margin: 0 10px;
  } */
  /* wata_anc
  #WATA-WRAPPER .wata_anc ul.wata_anc_list a:hover  {
    opacity: 0.8;
  }

  #WATA-WRAPPER .wata_anc ul.wata_anc_list li {
    float: left;
    margin: 0 26px 26px 0;
    width: 210px;
  }

  #WATA-WRAPPER .wata_anc .btn-style.btn_white.anc, #WATA-WRAPPER .wata_anc .btn-style.btn_white.anc_faq {
    width: 210px;
    position: relative;
  }

  #WATA-WRAPPER .wata_anc .btn-style.btn_white.anc, #WATA-WRAPPER .wata_anc .btn-style.btn_white.anc_faq {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #WATA-WRAPPER .wata_anc .btn_white:link {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }

  #WATA-WRAPPER .wata_anc .wata_anc_list a {
    color: #000;
  }

  #WATA-WRAPPER .wata_anc .btn-style {
    vertical-align: middle;
    display: inline-block;
    width: 260px;
    height: 68px;
    padding: 25px 0;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 2px 2px 1px rgb(172, 172, 172);
    -moz-box-shadow: 2px 2px 1px rgb(172, 172, 172);
    box-shadow: 0px 2px 0px 0px rgb(172, 172, 172);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
  }

  #WATA-WRAPPER .wata_anc .btn_white {
    color: #b60081;
    background: #ffffff;
    border: solid #b60081 2px !important;
  }

  #WATA-WRAPPER .wata_anc .btn-style.btn_white.anc:after {
    display: block;
    content: "";
    position: absolute;
    right: 6%;
    top: 47%;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    margin-top: -4px;
    border-color: #b60081;
  }

  #WATA-WRAPPER .wata_plus_faq_update_table .wata_plus_faq_update_image {
      padding-top: 20px;
      background-color: #fff;
  }

  #WATA-WRAPPER .wata_anc .btn-style.btn_white.anc_faq:after {
    display: block;
    content: "";
    position: absolute;
    right: 6%;
    height: 14px;
    padding-left: 14px;
    text-decoration: none;
    line-height: 1.4;
    font-weight: bold;
    color: #b60081;
    background: url(../images/icon_arrow_right.png) left top no-repeat;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  #WATA-WRAPPER .wata_anc ul.wata_anc_list li:nth-of-type(4) {
    margin: 0 0 26px 0;
  } */
  /* wata_what */
  /* #WATA-WRAPPER .wata_what .wata_what_table {
    max-width: 100%;
    margin: 20px 40px 5px 40px;
    text-align: center;
    border-collapse: collapse;
  }

  #WATA-WRAPPER .wata_what .wata_what_table th, #WATA-WRAPPER .wata_what .wata_what_table td {
    border: 4px solid #fff;
    padding: 20px 10px;
  }

  #WATA-WRAPPER .wata_what .wata_what_table th {
    background: #f6f5ec;
  }

  #WATA-WRAPPER .wata_what .wata_what_table td {
    background: #f5f5f5;
  }

  #WATA-WRAPPER .wata_what .wata_what_table tr *:nth-child(1) {
    width: 40%;
  }

  #WATA-WRAPPER .wata_what .wata_what_table tr *:nth-child(2) {
    width: 30%;
  }

  #WATA-WRAPPER .wata_what .wata_what_table tr *:nth-child(3) {
    width: 30%;
  } */
  /* #WATA-WRAPPER .wata_what .caution {
    margin-left: 40px
  } */
  /* wata_plus */
  /* #WATA-WRAPPER .wata_plus .wata_plus_campaign h3 {
    margin-top: 0px;
  } */
  /* #WATA-WRAPPER .wata_plus .wata_plus_campaign {
    background: #f5f5f5;
    margin-top: 40px;
    padding: 20px 20px
  } */
  /* #WATA-WRAPPER .wata_plus .wata_plus_campaign_topic {
    margin: 20px 20px;

  display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: space-between;
    justify-content: space-between;
  }


  #WATA-WRAPPER .wata_plus .wata_plus_campaign_topic li {
    width: 200px;
  }

  #WATA-WRAPPER .wata_plus .wata_plus_campaign_topic div {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  #WATA-WRAPPER .wata_plus .wata_plus_campaign_topic p {
    font-size: 13px;
    margin-top: 5px;
  } */
  /* wata_light */
  /* wata_regist */
  /*
  #WATA-WRAPPER .wata_regist .wata_regist_btn .index_container .title {
    position: relative;
    padding: 7px 30px;
    background: #222;
    border-bottom: #d6d6d6 1px solid;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  #WATA-WRAPPER .wata_regist .wata_regist_btn .index_container .title p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  */
  /* #WATA-WRAPPER .wata_plus_campaign_topic a{
    text-align: left;
    color: #5385e8;
  } */
  /* #WATA-WRAPPER .wata_plus_campaign_topic p{
    color: #5385e8;
  } */
  /* #WATA-WRAPPER .wata_plus_campaign_topic a:hover {
    text-align: left;
    color: #5385e8;
    text-decoration: none;
  } */
  /* ======================
      190807 renewal
  ======================== */
  /* --------------------------------------
      common
  ------------------------------------------ */
  /* -- clearfix -- */
  /* box-variation */
  /* 2 column */
  /* 3 column */
  /* 4 column */
  /* 5 column */
  /* wata_faq */
  /* variation accordion */
  /* table */
  /* wata_member__table */
  /* --------------------------------------
      wata_local-nav
  ------------------------------------------ */
  /* #LOCAL_NAV {
    width: 677px;
  } */
  /* --------------------------------------
      wata_footer
  ------------------------------------------ */
  /* --------------------------------------
      top button
  ------------------------------------------ */
  /* --------------------------------------
      wata_main
  ------------------------------------------ */
  /* .plus .wata_main {
    background-image: url(../images/bg_mv_pc_03.jpg);
  } */
  /* .wata-light {
    background: #ebe5d8;
  } */
  /* --------------------------------------
      wata_anc
  ------------------------------------------ */
  /* --------------------------------------
      wata_what
  ------------------------------------------ */
  /* --------------------------------------
      wata_section
  ------------------------------------------ */
  /* #WATA-WRAPPER .wata_plus {
    background: #f1eee8;
  } */
  /* --------------------------------------
      wata_collabo_card
  ------------------------------------------ */
  /* --------------------------------------
      wata_regist
  ------------------------------------------ */
  /* .tab_content.__single .tab_item .tab_txt {
    left: 25%;
  } */
  /* --------------------------------------
      wata_regist tab in tab
  ------------------------------------------ */
  /* 2024.01.30 追記 start */
  /* 2024.01.30 追記 end */
  /* aeon-color */
  /* wata_inner-plus */
  /* wata_inner-plus four-col_box */
  /* member-box */
  /* plus wata_main main_bg */
}
#transferArea br {
  height: 0;
}
#transferArea a {
  text-decoration: none;
  font-weight: inherit;
}
#transferArea hr {
  display: none;
}
#transferArea .clearfix:before,
#transferArea .clearfix:after {
  content: "";
  display: table;
}
#transferArea .clearfix:after {
  clear: both;
}
#transferArea .clr {
  content: " ";
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
#transferArea .f-left {
  float: left;
}
#transferArea .f-right {
  float: right;
}
#transferArea .t-left {
  text-align: left !important;
}
#transferArea .t-center {
  text-align: center !important;
}
#transferArea .t-right {
  text-align: right !important;
}
#transferArea .v-top {
  vertical-align: top !important;
}
#transferArea .v-middle {
  vertical-align: middle !important;
}
#transferArea .v-bottom {
  vertical-align: bottom !important;
}
#transferArea .--border-bottom {
  border-bottom: 1px solid #b60081;
}
#transferArea table.t-left th,
#transferArea table.t-left td,
#transferArea thead.t-left tr th,
#transferArea thead.t-left tr td,
#transferArea tbody.t-left tr th,
#transferArea tbody.t-left tr td,
#transferArea tr.t-left th,
#transferArea tr.t-left td {
  text-align: left !important;
}
#transferArea table.t-left th.t-left,
#transferArea table.t-left td.t-left,
#transferArea thead.t-left tr th.t-left,
#transferArea thead.t-left tr td.t-left,
#transferArea tbody.t-left tr th.t-left,
#transferArea tbody.t-left tr td.t-left,
#transferArea tr.t-left th.t-left,
#transferArea tr.t-left td.t-left {
  text-align: left !important;
}
#transferArea table.t-left th.t-center,
#transferArea table.t-left td.t-center,
#transferArea thead.t-left tr th.t-center,
#transferArea thead.t-left tr td.t-center,
#transferArea tbody.t-left tr th.t-center,
#transferArea tbody.t-left tr td.t-center,
#transferArea tr.t-left th.t-center,
#transferArea tr.t-left td.t-center {
  text-align: center !important;
}
#transferArea table.t-left th.t-right,
#transferArea table.t-left td.t-right,
#transferArea thead.t-left tr th.t-right,
#transferArea thead.t-left tr td.t-right,
#transferArea tbody.t-left tr th.t-right,
#transferArea tbody.t-left tr td.t-right,
#transferArea tr.t-left th.t-right,
#transferArea tr.t-left td.t-right {
  text-align: right !important;
}
#transferArea table.t-center th,
#transferArea table.t-center td,
#transferArea thead.t-center tr th,
#transferArea thead.t-center tr td,
#transferArea tbody.t-center tr th,
#transferArea tbody.t-center tr td,
#transferArea tr.t-center th,
#transferArea tr.t-center td {
  text-align: center !important;
}
#transferArea table.t-center th.t-left,
#transferArea table.t-center td.t-left,
#transferArea thead.t-center tr th.t-left,
#transferArea thead.t-center tr td.t-left,
#transferArea tbody.t-center tr th.t-left,
#transferArea tbody.t-center tr td.t-left,
#transferArea tr.t-center th.t-left,
#transferArea tr.t-center td.t-left {
  text-align: left !important;
}
#transferArea table.t-center th.t-center,
#transferArea table.t-center td.t-center,
#transferArea thead.t-center tr th.t-center,
#transferArea thead.t-center tr td.t-center,
#transferArea tbody.t-center tr th.t-center,
#transferArea tbody.t-center tr td.t-center,
#transferArea tr.t-center th.t-center,
#transferArea tr.t-center td.t-center {
  text-align: center !important;
}
#transferArea table.t-center th.t-right,
#transferArea table.t-center td.t-right,
#transferArea thead.t-center tr th.t-right,
#transferArea thead.t-center tr td.t-right,
#transferArea tbody.t-center tr th.t-right,
#transferArea tbody.t-center tr td.t-right,
#transferArea tr.t-center th.t-right,
#transferArea tr.t-center td.t-right {
  text-align: right !important;
}
#transferArea table.t-right th,
#transferArea table.t-right td,
#transferArea thead.t-right tr th,
#transferArea thead.t-right tr td,
#transferArea tbody.t-right tr th,
#transferArea tbody.t-right tr td,
#transferArea tr.t-right th,
#transferArea tr.t-right td {
  text-align: right !important;
}
#transferArea table.t-right th.t-left,
#transferArea table.t-right td.t-left,
#transferArea thead.t-right tr th.t-left,
#transferArea thead.t-right tr td.t-left,
#transferArea tbody.t-right tr th.t-left,
#transferArea tbody.t-right tr td.t-left,
#transferArea tr.t-right th.t-left,
#transferArea tr.t-right td.t-left {
  text-align: left !important;
}
#transferArea table.t-right th.t-center,
#transferArea table.t-right td.t-center,
#transferArea thead.t-right tr th.t-center,
#transferArea thead.t-right tr td.t-center,
#transferArea tbody.t-right tr th.t-center,
#transferArea tbody.t-right tr td.t-center,
#transferArea tr.t-right th.t-center,
#transferArea tr.t-right td.t-center {
  text-align: center !important;
}
#transferArea table.t-right th.t-right,
#transferArea table.t-right td.t-right,
#transferArea thead.t-right tr th.t-right,
#transferArea thead.t-right tr td.t-right,
#transferArea tbody.t-right tr th.t-right,
#transferArea tbody.t-right tr td.t-right,
#transferArea tr.t-right th.t-right,
#transferArea tr.t-right td.t-right {
  text-align: right !important;
}
#transferArea table.v-top th,
#transferArea table.v-top td,
#transferArea thead.v-top tr th,
#transferArea thead.v-top tr td,
#transferArea tbody.v-top tr th,
#transferArea tbody.v-top tr td,
#transferArea tr.v-top th,
#transferArea tr.v-top td {
  vertical-align: top !important;
}
#transferArea table.v-top th.v-top,
#transferArea table.v-top td.v-top,
#transferArea thead.v-top tr th.v-top,
#transferArea thead.v-top tr td.v-top,
#transferArea tbody.v-top tr th.v-top,
#transferArea tbody.v-top tr td.v-top,
#transferArea tr.v-top th.v-top,
#transferArea tr.v-top td.v-top {
  vertical-align: top !important;
}
#transferArea table.v-top th.v-middle,
#transferArea table.v-top td.v-middle,
#transferArea thead.v-top tr th.v-middle,
#transferArea thead.v-top tr td.v-middle,
#transferArea tbody.v-top tr th.v-middle,
#transferArea tbody.v-top tr td.v-middle,
#transferArea tr.v-top th.v-middle,
#transferArea tr.v-top td.v-middle {
  vertical-align: middle !important;
}
#transferArea table.v-top th.v-bottom,
#transferArea table.v-top td.v-bottom,
#transferArea thead.v-top tr th.v-bottom,
#transferArea thead.v-top tr td.v-bottom,
#transferArea tbody.v-top tr th.v-bottom,
#transferArea tbody.v-top tr td.v-bottom,
#transferArea tr.v-top th.v-bottom,
#transferArea tr.v-top td.v-bottom {
  vertical-align: bottom !important;
}
#transferArea table.v-middle th,
#transferArea table.v-middle td,
#transferArea thead.v-middle tr th,
#transferArea thead.v-middle tr td,
#transferArea tbody.v-middle tr th,
#transferArea tbody.v-middle tr td,
#transferArea tr.v-middle th,
#transferArea tr.v-middle td {
  vertical-align: middle !important;
}
#transferArea table.v-middle th.v-top,
#transferArea table.v-middle td.v-top,
#transferArea thead.v-middle tr th.v-top,
#transferArea thead.v-middle tr td.v-top,
#transferArea tbody.v-middle tr th.v-top,
#transferArea tbody.v-middle tr td.v-top,
#transferArea tr.v-middle th.v-top,
#transferArea tr.v-middle td.v-top {
  vertical-align: top !important;
}
#transferArea table.v-middle th.v-middle,
#transferArea table.v-middle td.v-middle,
#transferArea thead.v-middle tr th.v-middle,
#transferArea thead.v-middle tr td.v-middle,
#transferArea tbody.v-middle tr th.v-middle,
#transferArea tbody.v-middle tr td.v-middle,
#transferArea tr.v-middle th.v-middle,
#transferArea tr.v-middle td.v-middle {
  vertical-align: middle !important;
}
#transferArea table.v-middle th.v-bottom,
#transferArea table.v-middle td.v-bottom,
#transferArea thead.v-middle tr th.v-bottom,
#transferArea thead.v-middle tr td.v-bottom,
#transferArea tbody.v-middle tr th.v-bottom,
#transferArea tbody.v-middle tr td.v-bottom,
#transferArea tr.v-middle th.v-bottom,
#transferArea tr.v-middle td.v-bottom {
  vertical-align: bottom !important;
}
#transferArea table.v-bottom th,
#transferArea table.v-bottom td,
#transferArea thead.v-bottom tr th,
#transferArea thead.v-bottom tr td,
#transferArea tbody.v-bottom tr th,
#transferArea tbody.v-bottom tr td,
#transferArea tr.v-bottom th,
#transferArea tr.v-bottom td {
  vertical-align: bottom !important;
}
#transferArea table.v-bottom th.v-top,
#transferArea table.v-bottom td.v-top,
#transferArea thead.v-bottom tr th.v-top,
#transferArea thead.v-bottom tr td.v-top,
#transferArea tbody.v-bottom tr th.v-top,
#transferArea tbody.v-bottom tr td.v-top,
#transferArea tr.v-bottom th.v-top,
#transferArea tr.v-bottom td.v-top {
  vertical-align: top !important;
}
#transferArea table.v-bottom th.v-middle,
#transferArea table.v-bottom td.v-middle,
#transferArea thead.v-bottom tr th.v-middle,
#transferArea thead.v-bottom tr td.v-middle,
#transferArea tbody.v-bottom tr th.v-middle,
#transferArea tbody.v-bottom tr td.v-middle,
#transferArea tr.v-bottom th.v-middle,
#transferArea tr.v-bottom td.v-middle {
  vertical-align: middle !important;
}
#transferArea table.v-bottom th.v-bottom,
#transferArea table.v-bottom td.v-bottom,
#transferArea thead.v-bottom tr th.v-bottom,
#transferArea thead.v-bottom tr td.v-bottom,
#transferArea tbody.v-bottom tr th.v-bottom,
#transferArea tbody.v-bottom tr td.v-bottom,
#transferArea tr.v-bottom th.v-bottom,
#transferArea tr.v-bottom td.v-bottom {
  vertical-align: bottom !important;
}
#transferArea .mt00 {
  margin-top: 0 !important;
}
#transferArea .mt01 {
  margin-top: 1px !important;
}
#transferArea .mt02 {
  margin-top: 2px !important;
}
#transferArea .mt03 {
  margin-top: 3px !important;
}
#transferArea .mt04 {
  margin-top: 4px !important;
}
#transferArea .mt05 {
  margin-top: 5px !important;
}
#transferArea .mt06 {
  margin-top: 6px !important;
}
#transferArea .mt07 {
  margin-top: 7px !important;
}
#transferArea .mt08 {
  margin-top: 8px !important;
}
#transferArea .mt09 {
  margin-top: 9px !important;
}
#transferArea .mt10 {
  margin-top: 10px !important;
}
#transferArea .mt11 {
  margin-top: 11px !important;
}
#transferArea .mt12 {
  margin-top: 12px !important;
}
#transferArea .mt13 {
  margin-top: 13px !important;
}
#transferArea .mt14 {
  margin-top: 14px !important;
}
#transferArea .mt15 {
  margin-top: 15px !important;
}
#transferArea .mt16 {
  margin-top: 16px !important;
}
#transferArea .mt17 {
  margin-top: 17px !important;
}
#transferArea .mt18 {
  margin-top: 18px !important;
}
#transferArea .mt19 {
  margin-top: 19px !important;
}
#transferArea .mt20 {
  margin-top: 20px !important;
}
#transferArea .mt24 {
  margin-top: 24px !important;
}
#transferArea .mt25 {
  margin-top: 25px !important;
}
#transferArea .mt28 {
  margin-top: 28px !important;
}
#transferArea .mt30 {
  margin-top: 30px !important;
}
#transferArea .mt32 {
  margin-top: 32px !important;
}
#transferArea .mt35 {
  margin-top: 35px !important;
}
#transferArea .mt36 {
  margin-top: 36px !important;
}
#transferArea .mt40 {
  margin-top: 40px !important;
}
#transferArea .mt44 {
  margin-top: 44px !important;
}
#transferArea .mt45 {
  margin-top: 45px !important;
}
#transferArea .mt48 {
  margin-top: 48px !important;
}
#transferArea .mt50 {
  margin-top: 50px !important;
}
#transferArea .mt52 {
  margin-top: 52px !important;
}
#transferArea .mt55 {
  margin-top: 55px !important;
}
#transferArea .mt56 {
  margin-top: 56px !important;
}
#transferArea .mt60 {
  margin-top: 60px !important;
}
#transferArea .mt65 {
  margin-top: 65px !important;
}
#transferArea .mt70 {
  margin-top: 70px !important;
}
#transferArea .mt75 {
  margin-top: 75px !important;
}
#transferArea .mt80 {
  margin-top: 80px !important;
}
#transferArea .mt85 {
  margin-top: 85px !important;
}
#transferArea .mb00 {
  margin-bottom: 0 !important;
}
#transferArea .mb01 {
  margin-bottom: 1px !important;
}
#transferArea .mb02 {
  margin-bottom: 2px !important;
}
#transferArea .mb03 {
  margin-bottom: 3px !important;
}
#transferArea .mb04 {
  margin-bottom: 4px !important;
}
#transferArea .mb05 {
  margin-bottom: 5px !important;
}
#transferArea .mb06 {
  margin-bottom: 6px !important;
}
#transferArea .mb07 {
  margin-bottom: 7px !important;
}
#transferArea .mb08 {
  margin-bottom: 8px !important;
}
#transferArea .mb09 {
  margin-bottom: 9px !important;
}
#transferArea .mb10 {
  margin-bottom: 10px !important;
}
#transferArea .mb11 {
  margin-bottom: 11px !important;
}
#transferArea .mb12 {
  margin-bottom: 12px !important;
}
#transferArea .mb13 {
  margin-bottom: 13px !important;
}
#transferArea .mb14 {
  margin-bottom: 14px !important;
}
#transferArea .mb15 {
  margin-bottom: 15px !important;
}
#transferArea .mb16 {
  margin-bottom: 16px !important;
}
#transferArea .mb17 {
  margin-bottom: 17px !important;
}
#transferArea .mb18 {
  margin-bottom: 18px !important;
}
#transferArea .mb19 {
  margin-bottom: 19px !important;
}
#transferArea .mb20 {
  margin-bottom: 20px !important;
}
#transferArea .mb24 {
  margin-bottom: 24px !important;
}
#transferArea .mb25 {
  margin-bottom: 25px !important;
}
#transferArea .mb28 {
  margin-bottom: 28px !important;
}
#transferArea .mb30 {
  margin-bottom: 30px !important;
}
#transferArea .mb32 {
  margin-bottom: 32px !important;
}
#transferArea .mb35 {
  margin-bottom: 35px !important;
}
#transferArea .mb36 {
  margin-bottom: 36px !important;
}
#transferArea .mb40 {
  margin-bottom: 40px !important;
}
#transferArea .mb44 {
  margin-bottom: 44px !important;
}
#transferArea .mb45 {
  margin-bottom: 45px !important;
}
#transferArea .mb48 {
  margin-bottom: 48px !important;
}
#transferArea .mb50 {
  margin-bottom: 50px !important;
}
#transferArea .mb52 {
  margin-bottom: 52px !important;
}
#transferArea .mb55 {
  margin-bottom: 55px !important;
}
#transferArea .mb56 {
  margin-bottom: 56px !important;
}
#transferArea .mb60 {
  margin-bottom: 60px !important;
}
#transferArea .mb65 {
  margin-bottom: 65px !important;
}
#transferArea .mb70 {
  margin-bottom: 70px !important;
}
#transferArea .mb75 {
  margin-bottom: 75px !important;
}
#transferArea .mb80 {
  margin-bottom: 80px !important;
}
#transferArea .mb85 {
  margin-bottom: 85px !important;
}
#transferArea .pt00 {
  padding-top: 0 !important;
}
#transferArea .pt01 {
  padding-top: 1px !important;
}
#transferArea .pt02 {
  padding-top: 2px !important;
}
#transferArea .pt03 {
  padding-top: 3px !important;
}
#transferArea .pt04 {
  padding-top: 4px !important;
}
#transferArea .pt05 {
  padding-top: 5px !important;
}
#transferArea .pt06 {
  padding-top: 6px !important;
}
#transferArea .pt07 {
  padding-top: 7px !important;
}
#transferArea .pt08 {
  padding-top: 8px !important;
}
#transferArea .pt09 {
  padding-top: 9px !important;
}
#transferArea .pt10 {
  padding-top: 10px !important;
}
#transferArea .pt11 {
  padding-top: 11px !important;
}
#transferArea .pt12 {
  padding-top: 12px !important;
}
#transferArea .pt13 {
  padding-top: 13px !important;
}
#transferArea .pt14 {
  padding-top: 14px !important;
}
#transferArea .pt15 {
  padding-top: 15px !important;
}
#transferArea .pt16 {
  padding-top: 16px !important;
}
#transferArea .pt17 {
  padding-top: 17px !important;
}
#transferArea .pt18 {
  padding-top: 18px !important;
}
#transferArea .pt19 {
  padding-top: 19px !important;
}
#transferArea .pt20 {
  padding-top: 20px !important;
}
#transferArea .pt24 {
  padding-top: 24px !important;
}
#transferArea .pt25 {
  padding-top: 25px !important;
}
#transferArea .pt28 {
  padding-top: 28px !important;
}
#transferArea .pt30 {
  padding-top: 30px !important;
}
#transferArea .pt32 {
  padding-top: 32px !important;
}
#transferArea .pt35 {
  padding-top: 35px !important;
}
#transferArea .pt36 {
  padding-top: 36px !important;
}
#transferArea .pt40 {
  padding-top: 40px !important;
}
#transferArea .pt44 {
  padding-top: 44px !important;
}
#transferArea .pt45 {
  padding-top: 45px !important;
}
#transferArea .pt48 {
  padding-top: 48px !important;
}
#transferArea .pt50 {
  padding-top: 50px !important;
}
#transferArea .pt52 {
  padding-top: 52px !important;
}
#transferArea .pt55 {
  padding-top: 55px !important;
}
#transferArea .pt56 {
  padding-top: 56px !important;
}
#transferArea .pt60 {
  padding-top: 60px !important;
}
#transferArea .pt65 {
  padding-top: 65px !important;
}
#transferArea .pt70 {
  padding-top: 70px !important;
}
#transferArea .pt75 {
  padding-top: 75px !important;
}
#transferArea .pt80 {
  padding-top: 80px !important;
}
#transferArea .pt85 {
  padding-top: 85px !important;
}
#transferArea .pb00 {
  padding-bottom: 0 !important;
}
#transferArea .pb01 {
  padding-bottom: 1px !important;
}
#transferArea .pb02 {
  padding-bottom: 2px !important;
}
#transferArea .pb03 {
  padding-bottom: 3px !important;
}
#transferArea .pb04 {
  padding-bottom: 4px !important;
}
#transferArea .pb05 {
  padding-bottom: 5px !important;
}
#transferArea .pb06 {
  padding-bottom: 6px !important;
}
#transferArea .pb07 {
  padding-bottom: 7px !important;
}
#transferArea .pb08 {
  padding-bottom: 8px !important;
}
#transferArea .pb09 {
  padding-bottom: 9px !important;
}
#transferArea .pb10 {
  padding-bottom: 10px !important;
}
#transferArea .pb11 {
  padding-bottom: 11px !important;
}
#transferArea .pb12 {
  padding-bottom: 12px !important;
}
#transferArea .pb13 {
  padding-bottom: 13px !important;
}
#transferArea .pb14 {
  padding-bottom: 14px !important;
}
#transferArea .pb15 {
  padding-bottom: 15px !important;
}
#transferArea .pb16 {
  padding-bottom: 16px !important;
}
#transferArea .pb17 {
  padding-bottom: 17px !important;
}
#transferArea .pb18 {
  padding-bottom: 18px !important;
}
#transferArea .pb19 {
  padding-bottom: 19px !important;
}
#transferArea .pb20 {
  padding-bottom: 20px !important;
}
#transferArea .pb24 {
  padding-bottom: 24px !important;
}
#transferArea .pb25 {
  padding-bottom: 25px !important;
}
#transferArea .pb28 {
  padding-bottom: 28px !important;
}
#transferArea .pb30 {
  padding-bottom: 30px !important;
}
#transferArea .pb32 {
  padding-bottom: 32px !important;
}
#transferArea .pb35 {
  padding-bottom: 35px !important;
}
#transferArea .pb36 {
  padding-bottom: 36px !important;
}
#transferArea .pb40 {
  padding-bottom: 40px !important;
}
#transferArea .pb44 {
  padding-bottom: 44px !important;
}
#transferArea .pb45 {
  padding-bottom: 45px !important;
}
#transferArea .pb48 {
  padding-bottom: 48px !important;
}
#transferArea .pb50 {
  padding-bottom: 50px !important;
}
#transferArea .pb52 {
  padding-bottom: 52px !important;
}
#transferArea .pb55 {
  padding-bottom: 55px !important;
}
#transferArea .pb56 {
  padding-bottom: 56px !important;
}
#transferArea .pb60 {
  padding-bottom: 60px !important;
}
#transferArea .pb65 {
  padding-bottom: 65px !important;
}
#transferArea .pb70 {
  padding-bottom: 70px !important;
}
#transferArea .pb75 {
  padding-bottom: 75px !important;
}
#transferArea .pb80 {
  padding-bottom: 80px !important;
}
#transferArea .pb85 {
  padding-bottom: 85px !important;
}
#transferArea .pb100 {
  padding-bottom: 100px !important;
}
#transferArea table th.w-auto,
#transferArea table td.w-auto {
  width: auto !important;
}
#transferArea table.w-auto > tr > th,
#transferArea table.w-auto > tr > td,
#transferArea table.w-auto > thead > tr > th,
#transferArea table.w-auto > thead > tr > td,
#transferArea table.w-auto > tbody > tr > th,
#transferArea table.w-auto > tbody > tr > td,
#transferArea table thead.w-auto > tr > th,
#transferArea table thead.w-auto > tr > td,
#transferArea table tbody.w-auto > tr > th,
#transferArea table tbody.w-auto > tr > td,
#transferArea table tr.w-auto > th,
#transferArea table tr.w-auto > td {
  width: auto;
}
#transferArea table th.w10,
#transferArea table td.w10 {
  width: 10px !important;
}
#transferArea table.w10 > tr > th,
#transferArea table.w10 > tr > td,
#transferArea table.w10 > thead > tr > th,
#transferArea table.w10 > thead > tr > td,
#transferArea table.w10 > tbody > tr > th,
#transferArea table.w10 > tbody > tr > td,
#transferArea table thead.w10 > tr > th,
#transferArea table thead.w10 > tr > td,
#transferArea table tbody.w10 > tr > th,
#transferArea table tbody.w10 > tr > td,
#transferArea table tr.w10 > th,
#transferArea table tr.w10 > td {
  width: 10px;
}
#transferArea table th.w15,
#transferArea table td.w15 {
  width: 15px !important;
}
#transferArea table.w15 > tr > th,
#transferArea table.w15 > tr > td,
#transferArea table.w15 > thead > tr > th,
#transferArea table.w15 > thead > tr > td,
#transferArea table.w15 > tbody > tr > th,
#transferArea table.w15 > tbody > tr > td,
#transferArea table thead.w15 > tr > th,
#transferArea table thead.w15 > tr > td,
#transferArea table tbody.w15 > tr > th,
#transferArea table tbody.w15 > tr > td,
#transferArea table tr.w15 > th,
#transferArea table tr.w15 > td {
  width: 15px;
}
#transferArea table th.w20,
#transferArea table td.w20 {
  width: 20px !important;
}
#transferArea table.w20 > tr > th,
#transferArea table.w20 > tr > td,
#transferArea table.w20 > thead > tr > th,
#transferArea table.w20 > thead > tr > td,
#transferArea table.w20 > tbody > tr > th,
#transferArea table.w20 > tbody > tr > td,
#transferArea table thead.w20 > tr > th,
#transferArea table thead.w20 > tr > td,
#transferArea table tbody.w20 > tr > th,
#transferArea table tbody.w20 > tr > td,
#transferArea table tr.w20 > th,
#transferArea table tr.w20 > td {
  width: 20px;
}
#transferArea table th.w25,
#transferArea table td.w25 {
  width: 25px !important;
}
#transferArea table.w25 > tr > th,
#transferArea table.w25 > tr > td,
#transferArea table.w25 > thead > tr > th,
#transferArea table.w25 > thead > tr > td,
#transferArea table.w25 > tbody > tr > th,
#transferArea table.w25 > tbody > tr > td,
#transferArea table thead.w25 > tr > th,
#transferArea table thead.w25 > tr > td,
#transferArea table tbody.w25 > tr > th,
#transferArea table tbody.w25 > tr > td,
#transferArea table tr.w25 > th,
#transferArea table tr.w25 > td {
  width: 25px;
}
#transferArea table th.w30,
#transferArea table td.w30 {
  width: 30px !important;
}
#transferArea table.w30 > tr > th,
#transferArea table.w30 > tr > td,
#transferArea table.w30 > thead > tr > th,
#transferArea table.w30 > thead > tr > td,
#transferArea table.w30 > tbody > tr > th,
#transferArea table.w30 > tbody > tr > td,
#transferArea table thead.w30 > tr > th,
#transferArea table thead.w30 > tr > td,
#transferArea table tbody.w30 > tr > th,
#transferArea table tbody.w30 > tr > td,
#transferArea table tr.w30 > th,
#transferArea table tr.w30 > td {
  width: 30px;
}
#transferArea table th.w35,
#transferArea table td.w35 {
  width: 35px !important;
}
#transferArea table.w35 > tr > th,
#transferArea table.w35 > tr > td,
#transferArea table.w35 > thead > tr > th,
#transferArea table.w35 > thead > tr > td,
#transferArea table.w35 > tbody > tr > th,
#transferArea table.w35 > tbody > tr > td,
#transferArea table thead.w35 > tr > th,
#transferArea table thead.w35 > tr > td,
#transferArea table tbody.w35 > tr > th,
#transferArea table tbody.w35 > tr > td,
#transferArea table tr.w35 > th,
#transferArea table tr.w35 > td {
  width: 35px;
}
#transferArea table th.w40,
#transferArea table td.w40 {
  width: 40px !important;
}
#transferArea table.w40 > tr > th,
#transferArea table.w40 > tr > td,
#transferArea table.w40 > thead > tr > th,
#transferArea table.w40 > thead > tr > td,
#transferArea table.w40 > tbody > tr > th,
#transferArea table.w40 > tbody > tr > td,
#transferArea table thead.w40 > tr > th,
#transferArea table thead.w40 > tr > td,
#transferArea table tbody.w40 > tr > th,
#transferArea table tbody.w40 > tr > td,
#transferArea table tr.w40 > th,
#transferArea table tr.w40 > td {
  width: 40px;
}
#transferArea table th.w45,
#transferArea table td.w45 {
  width: 45px !important;
}
#transferArea table.w45 > tr > th,
#transferArea table.w45 > tr > td,
#transferArea table.w45 > thead > tr > th,
#transferArea table.w45 > thead > tr > td,
#transferArea table.w45 > tbody > tr > th,
#transferArea table.w45 > tbody > tr > td,
#transferArea table thead.w45 > tr > th,
#transferArea table thead.w45 > tr > td,
#transferArea table tbody.w45 > tr > th,
#transferArea table tbody.w45 > tr > td,
#transferArea table tr.w45 > th,
#transferArea table tr.w45 > td {
  width: 45px;
}
#transferArea table th.w50,
#transferArea table td.w50 {
  width: 50px !important;
}
#transferArea table.w50 > tr > th,
#transferArea table.w50 > tr > td,
#transferArea table.w50 > thead > tr > th,
#transferArea table.w50 > thead > tr > td,
#transferArea table.w50 > tbody > tr > th,
#transferArea table.w50 > tbody > tr > td,
#transferArea table thead.w50 > tr > th,
#transferArea table thead.w50 > tr > td,
#transferArea table tbody.w50 > tr > th,
#transferArea table tbody.w50 > tr > td,
#transferArea table tr.w50 > th,
#transferArea table tr.w50 > td {
  width: 50px;
}
#transferArea table th.w55,
#transferArea table td.w55 {
  width: 55px !important;
}
#transferArea table.w55 > tr > th,
#transferArea table.w55 > tr > td,
#transferArea table.w55 > thead > tr > th,
#transferArea table.w55 > thead > tr > td,
#transferArea table.w55 > tbody > tr > th,
#transferArea table.w55 > tbody > tr > td,
#transferArea table thead.w55 > tr > th,
#transferArea table thead.w55 > tr > td,
#transferArea table tbody.w55 > tr > th,
#transferArea table tbody.w55 > tr > td,
#transferArea table tr.w55 > th,
#transferArea table tr.w55 > td {
  width: 55px;
}
#transferArea table th.w60,
#transferArea table td.w60 {
  width: 60px !important;
}
#transferArea table.w60 > tr > th,
#transferArea table.w60 > tr > td,
#transferArea table.w60 > thead > tr > th,
#transferArea table.w60 > thead > tr > td,
#transferArea table.w60 > tbody > tr > th,
#transferArea table.w60 > tbody > tr > td,
#transferArea table thead.w60 > tr > th,
#transferArea table thead.w60 > tr > td,
#transferArea table tbody.w60 > tr > th,
#transferArea table tbody.w60 > tr > td,
#transferArea table tr.w60 > th,
#transferArea table tr.w60 > td {
  width: 60px;
}
#transferArea table th.w65,
#transferArea table td.w65 {
  width: 65px !important;
}
#transferArea table.w65 > tr > th,
#transferArea table.w65 > tr > td,
#transferArea table.w65 > thead > tr > th,
#transferArea table.w65 > thead > tr > td,
#transferArea table.w65 > tbody > tr > th,
#transferArea table.w65 > tbody > tr > td,
#transferArea table thead.w65 > tr > th,
#transferArea table thead.w65 > tr > td,
#transferArea table tbody.w65 > tr > th,
#transferArea table tbody.w65 > tr > td,
#transferArea table tr.w65 > th,
#transferArea table tr.w65 > td {
  width: 65px;
}
#transferArea table th.w70,
#transferArea table td.w70 {
  width: 70px !important;
}
#transferArea table.w70 > tr > th,
#transferArea table.w70 > tr > td,
#transferArea table.w70 > thead > tr > th,
#transferArea table.w70 > thead > tr > td,
#transferArea table.w70 > tbody > tr > th,
#transferArea table.w70 > tbody > tr > td,
#transferArea table thead.w70 > tr > th,
#transferArea table thead.w70 > tr > td,
#transferArea table tbody.w70 > tr > th,
#transferArea table tbody.w70 > tr > td,
#transferArea table tr.w70 > th,
#transferArea table tr.w70 > td {
  width: 70px;
}
#transferArea table th.w75,
#transferArea table td.w75 {
  width: 75px !important;
}
#transferArea table.w75 > tr > th,
#transferArea table.w75 > tr > td,
#transferArea table.w75 > thead > tr > th,
#transferArea table.w75 > thead > tr > td,
#transferArea table.w75 > tbody > tr > th,
#transferArea table.w75 > tbody > tr > td,
#transferArea table thead.w75 > tr > th,
#transferArea table thead.w75 > tr > td,
#transferArea table tbody.w75 > tr > th,
#transferArea table tbody.w75 > tr > td,
#transferArea table tr.w75 > th,
#transferArea table tr.w75 > td {
  width: 75px;
}
#transferArea table th.w80,
#transferArea table td.w80 {
  width: 80px !important;
}
#transferArea table.w80 > tr > th,
#transferArea table.w80 > tr > td,
#transferArea table.w80 > thead > tr > th,
#transferArea table.w80 > thead > tr > td,
#transferArea table.w80 > tbody > tr > th,
#transferArea table.w80 > tbody > tr > td,
#transferArea table thead.w80 > tr > th,
#transferArea table thead.w80 > tr > td,
#transferArea table tbody.w80 > tr > th,
#transferArea table tbody.w80 > tr > td,
#transferArea table tr.w80 > th,
#transferArea table tr.w80 > td {
  width: 80px;
}
#transferArea table th.w85,
#transferArea table td.w85 {
  width: 85px !important;
}
#transferArea table.w85 > tr > th,
#transferArea table.w85 > tr > td,
#transferArea table.w85 > thead > tr > th,
#transferArea table.w85 > thead > tr > td,
#transferArea table.w85 > tbody > tr > th,
#transferArea table.w85 > tbody > tr > td,
#transferArea table thead.w85 > tr > th,
#transferArea table thead.w85 > tr > td,
#transferArea table tbody.w85 > tr > th,
#transferArea table tbody.w85 > tr > td,
#transferArea table tr.w85 > th,
#transferArea table tr.w85 > td {
  width: 85px;
}
#transferArea table th.w90,
#transferArea table td.w90 {
  width: 90px !important;
}
#transferArea table.w90 > tr > th,
#transferArea table.w90 > tr > td,
#transferArea table.w90 > thead > tr > th,
#transferArea table.w90 > thead > tr > td,
#transferArea table.w90 > tbody > tr > th,
#transferArea table.w90 > tbody > tr > td,
#transferArea table thead.w90 > tr > th,
#transferArea table thead.w90 > tr > td,
#transferArea table tbody.w90 > tr > th,
#transferArea table tbody.w90 > tr > td,
#transferArea table tr.w90 > th,
#transferArea table tr.w90 > td {
  width: 90px;
}
#transferArea table th.w95,
#transferArea table td.w95 {
  width: 95px !important;
}
#transferArea table.w95 > tr > th,
#transferArea table.w95 > tr > td,
#transferArea table.w95 > thead > tr > th,
#transferArea table.w95 > thead > tr > td,
#transferArea table.w95 > tbody > tr > th,
#transferArea table.w95 > tbody > tr > td,
#transferArea table thead.w95 > tr > th,
#transferArea table thead.w95 > tr > td,
#transferArea table tbody.w95 > tr > th,
#transferArea table tbody.w95 > tr > td,
#transferArea table tr.w95 > th,
#transferArea table tr.w95 > td {
  width: 95px;
}
#transferArea table th.w100,
#transferArea table td.w100 {
  width: 100px !important;
}
#transferArea table.w100 > tr > th,
#transferArea table.w100 > tr > td,
#transferArea table.w100 > thead > tr > th,
#transferArea table.w100 > thead > tr > td,
#transferArea table.w100 > tbody > tr > th,
#transferArea table.w100 > tbody > tr > td,
#transferArea table thead.w100 > tr > th,
#transferArea table thead.w100 > tr > td,
#transferArea table tbody.w100 > tr > th,
#transferArea table tbody.w100 > tr > td,
#transferArea table tr.w100 > th,
#transferArea table tr.w100 > td {
  width: 100px;
}
#transferArea table th.w105,
#transferArea table td.w105 {
  width: 105px !important;
}
#transferArea table.w105 > tr > th,
#transferArea table.w105 > tr > td,
#transferArea table.w105 > thead > tr > th,
#transferArea table.w105 > thead > tr > td,
#transferArea table.w105 > tbody > tr > th,
#transferArea table.w105 > tbody > tr > td,
#transferArea table thead.w105 > tr > th,
#transferArea table thead.w105 > tr > td,
#transferArea table tbody.w105 > tr > th,
#transferArea table tbody.w105 > tr > td,
#transferArea table tr.w105 > th,
#transferArea table tr.w105 > td {
  width: 105px;
}
#transferArea table th.w110,
#transferArea table td.w110 {
  width: 110px !important;
}
#transferArea table.w110 > tr > th,
#transferArea table.w110 > tr > td,
#transferArea table.w110 > thead > tr > th,
#transferArea table.w110 > thead > tr > td,
#transferArea table.w110 > tbody > tr > th,
#transferArea table.w110 > tbody > tr > td,
#transferArea table thead.w110 > tr > th,
#transferArea table thead.w110 > tr > td,
#transferArea table tbody.w110 > tr > th,
#transferArea table tbody.w110 > tr > td,
#transferArea table tr.w110 > th,
#transferArea table tr.w110 > td {
  width: 110px;
}
#transferArea table th.w115,
#transferArea table td.w115 {
  width: 115px !important;
}
#transferArea table.w115 > tr > th,
#transferArea table.w115 > tr > td,
#transferArea table.w115 > thead > tr > th,
#transferArea table.w115 > thead > tr > td,
#transferArea table.w115 > tbody > tr > th,
#transferArea table.w115 > tbody > tr > td,
#transferArea table thead.w115 > tr > th,
#transferArea table thead.w115 > tr > td,
#transferArea table tbody.w115 > tr > th,
#transferArea table tbody.w115 > tr > td,
#transferArea table tr.w115 > th,
#transferArea table tr.w115 > td {
  width: 115px;
}
#transferArea table th.w120,
#transferArea table td.w120 {
  width: 120px !important;
}
#transferArea table.w120 > tr > th,
#transferArea table.w120 > tr > td,
#transferArea table.w120 > thead > tr > th,
#transferArea table.w120 > thead > tr > td,
#transferArea table.w120 > tbody > tr > th,
#transferArea table.w120 > tbody > tr > td,
#transferArea table thead.w120 > tr > th,
#transferArea table thead.w120 > tr > td,
#transferArea table tbody.w120 > tr > th,
#transferArea table tbody.w120 > tr > td,
#transferArea table tr.w120 > th,
#transferArea table tr.w120 > td {
  width: 120px;
}
#transferArea table th.w125,
#transferArea table td.w125 {
  width: 125px !important;
}
#transferArea table.w125 > tr > th,
#transferArea table.w125 > tr > td,
#transferArea table.w125 > thead > tr > th,
#transferArea table.w125 > thead > tr > td,
#transferArea table.w125 > tbody > tr > th,
#transferArea table.w125 > tbody > tr > td,
#transferArea table thead.w125 > tr > th,
#transferArea table thead.w125 > tr > td,
#transferArea table tbody.w125 > tr > th,
#transferArea table tbody.w125 > tr > td,
#transferArea table tr.w125 > th,
#transferArea table tr.w125 > td {
  width: 125px;
}
#transferArea table th.w130,
#transferArea table td.w130 {
  width: 130px !important;
}
#transferArea table.w130 > tr > th,
#transferArea table.w130 > tr > td,
#transferArea table.w130 > thead > tr > th,
#transferArea table.w130 > thead > tr > td,
#transferArea table.w130 > tbody > tr > th,
#transferArea table.w130 > tbody > tr > td,
#transferArea table thead.w130 > tr > th,
#transferArea table thead.w130 > tr > td,
#transferArea table tbody.w130 > tr > th,
#transferArea table tbody.w130 > tr > td,
#transferArea table tr.w130 > th,
#transferArea table tr.w130 > td {
  width: 130px;
}
#transferArea table th.w135,
#transferArea table td.w135 {
  width: 135px !important;
}
#transferArea table.w135 > tr > th,
#transferArea table.w135 > tr > td,
#transferArea table.w135 > thead > tr > th,
#transferArea table.w135 > thead > tr > td,
#transferArea table.w135 > tbody > tr > th,
#transferArea table.w135 > tbody > tr > td,
#transferArea table thead.w135 > tr > th,
#transferArea table thead.w135 > tr > td,
#transferArea table tbody.w135 > tr > th,
#transferArea table tbody.w135 > tr > td,
#transferArea table tr.w135 > th,
#transferArea table tr.w135 > td {
  width: 135px;
}
#transferArea table th.w140,
#transferArea table td.w140 {
  width: 140px !important;
}
#transferArea table.w140 > tr > th,
#transferArea table.w140 > tr > td,
#transferArea table.w140 > thead > tr > th,
#transferArea table.w140 > thead > tr > td,
#transferArea table.w140 > tbody > tr > th,
#transferArea table.w140 > tbody > tr > td,
#transferArea table thead.w140 > tr > th,
#transferArea table thead.w140 > tr > td,
#transferArea table tbody.w140 > tr > th,
#transferArea table tbody.w140 > tr > td,
#transferArea table tr.w140 > th,
#transferArea table tr.w140 > td {
  width: 140px;
}
#transferArea table th.w145,
#transferArea table td.w145 {
  width: 145px !important;
}
#transferArea table.w145 > tr > th,
#transferArea table.w145 > tr > td,
#transferArea table.w145 > thead > tr > th,
#transferArea table.w145 > thead > tr > td,
#transferArea table.w145 > tbody > tr > th,
#transferArea table.w145 > tbody > tr > td,
#transferArea table thead.w145 > tr > th,
#transferArea table thead.w145 > tr > td,
#transferArea table tbody.w145 > tr > th,
#transferArea table tbody.w145 > tr > td,
#transferArea table tr.w145 > th,
#transferArea table tr.w145 > td {
  width: 145px;
}
#transferArea table th.w150,
#transferArea table td.w150 {
  width: 150px !important;
}
#transferArea table.w150 > tr > th,
#transferArea table.w150 > tr > td,
#transferArea table.w150 > thead > tr > th,
#transferArea table.w150 > thead > tr > td,
#transferArea table.w150 > tbody > tr > th,
#transferArea table.w150 > tbody > tr > td,
#transferArea table thead.w150 > tr > th,
#transferArea table thead.w150 > tr > td,
#transferArea table tbody.w150 > tr > th,
#transferArea table tbody.w150 > tr > td,
#transferArea table tr.w150 > th,
#transferArea table tr.w150 > td {
  width: 150px;
}
#transferArea table th.w155,
#transferArea table td.w155 {
  width: 155px !important;
}
#transferArea table.w155 > tr > th,
#transferArea table.w155 > tr > td,
#transferArea table.w155 > thead > tr > th,
#transferArea table.w155 > thead > tr > td,
#transferArea table.w155 > tbody > tr > th,
#transferArea table.w155 > tbody > tr > td,
#transferArea table thead.w155 > tr > th,
#transferArea table thead.w155 > tr > td,
#transferArea table tbody.w155 > tr > th,
#transferArea table tbody.w155 > tr > td,
#transferArea table tr.w155 > th,
#transferArea table tr.w155 > td {
  width: 155px;
}
#transferArea table th.w160,
#transferArea table td.w160 {
  width: 160px !important;
}
#transferArea table.w160 > tr > th,
#transferArea table.w160 > tr > td,
#transferArea table.w160 > thead > tr > th,
#transferArea table.w160 > thead > tr > td,
#transferArea table.w160 > tbody > tr > th,
#transferArea table.w160 > tbody > tr > td,
#transferArea table thead.w160 > tr > th,
#transferArea table thead.w160 > tr > td,
#transferArea table tbody.w160 > tr > th,
#transferArea table tbody.w160 > tr > td,
#transferArea table tr.w160 > th,
#transferArea table tr.w160 > td {
  width: 160px;
}
#transferArea table th.w165,
#transferArea table td.w165 {
  width: 165px !important;
}
#transferArea table.w165 > tr > th,
#transferArea table.w165 > tr > td,
#transferArea table.w165 > thead > tr > th,
#transferArea table.w165 > thead > tr > td,
#transferArea table.w165 > tbody > tr > th,
#transferArea table.w165 > tbody > tr > td,
#transferArea table thead.w165 > tr > th,
#transferArea table thead.w165 > tr > td,
#transferArea table tbody.w165 > tr > th,
#transferArea table tbody.w165 > tr > td,
#transferArea table tr.w165 > th,
#transferArea table tr.w165 > td {
  width: 165px;
}
#transferArea table th.w170,
#transferArea table td.w170 {
  width: 170px !important;
}
#transferArea table.w170 > tr > th,
#transferArea table.w170 > tr > td,
#transferArea table.w170 > thead > tr > th,
#transferArea table.w170 > thead > tr > td,
#transferArea table.w170 > tbody > tr > th,
#transferArea table.w170 > tbody > tr > td,
#transferArea table thead.w170 > tr > th,
#transferArea table thead.w170 > tr > td,
#transferArea table tbody.w170 > tr > th,
#transferArea table tbody.w170 > tr > td,
#transferArea table tr.w170 > th,
#transferArea table tr.w170 > td {
  width: 170px;
}
#transferArea table th.w175,
#transferArea table td.w175 {
  width: 175px !important;
}
#transferArea table.w175 > tr > th,
#transferArea table.w175 > tr > td,
#transferArea table.w175 > thead > tr > th,
#transferArea table.w175 > thead > tr > td,
#transferArea table.w175 > tbody > tr > th,
#transferArea table.w175 > tbody > tr > td,
#transferArea table thead.w175 > tr > th,
#transferArea table thead.w175 > tr > td,
#transferArea table tbody.w175 > tr > th,
#transferArea table tbody.w175 > tr > td,
#transferArea table tr.w175 > th,
#transferArea table tr.w175 > td {
  width: 175px;
}
#transferArea table th.w180,
#transferArea table td.w180 {
  width: 180px !important;
}
#transferArea table.w180 > tr > th,
#transferArea table.w180 > tr > td,
#transferArea table.w180 > thead > tr > th,
#transferArea table.w180 > thead > tr > td,
#transferArea table.w180 > tbody > tr > th,
#transferArea table.w180 > tbody > tr > td,
#transferArea table thead.w180 > tr > th,
#transferArea table thead.w180 > tr > td,
#transferArea table tbody.w180 > tr > th,
#transferArea table tbody.w180 > tr > td,
#transferArea table tr.w180 > th,
#transferArea table tr.w180 > td {
  width: 180px;
}
#transferArea table th.w185,
#transferArea table td.w185 {
  width: 185px !important;
}
#transferArea table.w185 > tr > th,
#transferArea table.w185 > tr > td,
#transferArea table.w185 > thead > tr > th,
#transferArea table.w185 > thead > tr > td,
#transferArea table.w185 > tbody > tr > th,
#transferArea table.w185 > tbody > tr > td,
#transferArea table thead.w185 > tr > th,
#transferArea table thead.w185 > tr > td,
#transferArea table tbody.w185 > tr > th,
#transferArea table tbody.w185 > tr > td,
#transferArea table tr.w185 > th,
#transferArea table tr.w185 > td {
  width: 185px;
}
#transferArea table th.w190,
#transferArea table td.w190 {
  width: 190px !important;
}
#transferArea table.w190 > tr > th,
#transferArea table.w190 > tr > td,
#transferArea table.w190 > thead > tr > th,
#transferArea table.w190 > thead > tr > td,
#transferArea table.w190 > tbody > tr > th,
#transferArea table.w190 > tbody > tr > td,
#transferArea table thead.w190 > tr > th,
#transferArea table thead.w190 > tr > td,
#transferArea table tbody.w190 > tr > th,
#transferArea table tbody.w190 > tr > td,
#transferArea table tr.w190 > th,
#transferArea table tr.w190 > td {
  width: 190px;
}
#transferArea table th.w195,
#transferArea table td.w195 {
  width: 195px !important;
}
#transferArea table.w195 > tr > th,
#transferArea table.w195 > tr > td,
#transferArea table.w195 > thead > tr > th,
#transferArea table.w195 > thead > tr > td,
#transferArea table.w195 > tbody > tr > th,
#transferArea table.w195 > tbody > tr > td,
#transferArea table thead.w195 > tr > th,
#transferArea table thead.w195 > tr > td,
#transferArea table tbody.w195 > tr > th,
#transferArea table tbody.w195 > tr > td,
#transferArea table tr.w195 > th,
#transferArea table tr.w195 > td {
  width: 195px;
}
#transferArea table th.w200,
#transferArea table td.w200 {
  width: 200px !important;
}
#transferArea table.w200 > tr > th,
#transferArea table.w200 > tr > td,
#transferArea table.w200 > thead > tr > th,
#transferArea table.w200 > thead > tr > td,
#transferArea table.w200 > tbody > tr > th,
#transferArea table.w200 > tbody > tr > td,
#transferArea table thead.w200 > tr > th,
#transferArea table thead.w200 > tr > td,
#transferArea table tbody.w200 > tr > th,
#transferArea table tbody.w200 > tr > td,
#transferArea table tr.w200 > th,
#transferArea table tr.w200 > td {
  width: 200px;
}
#transferArea .bold {
  font-weight: bold;
}
#transferArea .italic {
  font-style: italic;
}
#transferArea .nowrap {
  white-space: nowrap;
}
#transferArea .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#transferArea #skiplinkSec,
#transferArea #headAnc,
#transferArea #naviAnc,
#transferArea #mainAnc,
#transferArea #endMainAnc {
  display: none;
}
#transferArea .show {
  display: block;
}
#transferArea .hide {
  display: none;
}
#transferArea .visible {
  max-height: 99999px;
  visibility: visible;
  overflow: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#transferArea .hidden {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#transferArea .for-sp {
  display: none;
}
@media screen and (min-width: 641px) {
  #transferArea .for-pc {
    display: inherit;
  }
  #transferArea .for-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #transferArea .for-sp {
    display: inherit;
  }
  #transferArea .for-pc {
    display: none;
  }
}
#transferArea #CONTENTS {
  padding-bottom: 0;
}
#transferArea #EVENT {
  border-bottom: 1px dotted;
  border-color: #ccc;
  padding: 40px 0 10px 15px;
  text-align: left;
  background: #ffffff;
  padding-top: 20px;
}
#transferArea #PAGE {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 18px 0pt 15px;
}
#transferArea #PAGE .back,
#transferArea #PAGE .top {
  display: inline;
  /* IE6 */
}
#transferArea .about_watatheatre .attention,
#transferArea .campaign_watatheatre .attention,
#transferArea .signup_watatheatre .attention {
  display: none;
}
#transferArea .June26 .conduct,
#transferArea .June26 .campaign_watatheatre .other,
#transferArea .June26 .signup_watatheatre .flow {
  display: none;
}
#transferArea .June26 .about_watatheatre .attention,
#transferArea .June26 .campaign_watatheatre .attention,
#transferArea .June26 .signup_watatheatre .attention {
  display: block;
}
#transferArea .overview {
  position: relative;
}
#transferArea .overview .btn {
  position: absolute;
  bottom: 20px;
  left: 140px;
}
@media screen and (max-width: 640px) {
  #transferArea .overview {
    position: relative;
    padding-bottom: 13px;
    background: #ebebeb url(../images/overview-bg_sp.png) 0 0 repeat-x;
    background-size: 5px;
  }
  #transferArea .overview h1 {
    width: 300px;
    margin: 0 auto;
  }
  #transferArea .overview .btn {
    position: relative;
    bottom: auto;
    left: auto;
    top: 5px;
    width: 269px;
    margin: 0 auto;
  }
}
#transferArea .important_notice {
  width: 844px;
  margin: 20px auto;
  padding: 8px 10px;
  border: 3px solid #f00;
  background-color: #ffe3f2;
}
#transferArea .important_notice dl {
  display: table;
  width: 100%;
}
#transferArea .important_notice dt {
  display: table-row;
  width: 100%;
  color: #153081;
  font-weight: bold;
  letter-spacing: normal;
}
#transferArea .important_notice dt span {
  padding-bottom: 3px;
  display: block;
}
#transferArea .important_notice dd {
  letter-spacing: normal;
  color: #153081;
}
#transferArea .about_watatheatre {
  width: 870px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
#transferArea .about_watatheatre .lead {
  line-height: 1.5;
  margin: 1.5em 0;
  color: #333;
  font-size: 14px;
}
#transferArea .about_watatheatre .attention {
  margin-top: 20px;
  background: url(../images/0626-overview-bg2.png) 0 bottom no-repeat;
}
#transferArea .about_watatheatre .attention dl {
  padding: 20px;
  background: url(../images/0626-overview-bg1.png) 0 0 no-repeat;
}
#transferArea .about_watatheatre .attention dt,
#transferArea .about_watatheatre .attention dd {
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}
#transferArea .about_watatheatre .attention dt {
  font-weight: bold;
}
#transferArea .about_watatheatre .attention dd {
  margin-top: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
}
#transferArea .mem_type {
  margin-bottom: 20px;
}
#transferArea .conduct {
  width: 870px;
  margin-right: auto;
  margin-left: auto;
}
#transferArea .conduct ul:before,
#transferArea .conduct ul:after {
  content: "";
  display: table;
}
#transferArea .conduct ul:after {
  clear: both;
}
#transferArea .conduct ul .signup,
#transferArea .conduct ul .signin {
  position: relative;
}
#transferArea .conduct ul .signup .btn,
#transferArea .conduct ul .signin .btn {
  position: absolute;
  bottom: 17px;
}
#transferArea .conduct ul .signup {
  float: left;
}
#transferArea .conduct ul .signup .btn {
  left: 29px;
}
#transferArea .conduct ul .signin {
  float: right;
}
#transferArea .conduct ul .signin .btn {
  left: 25px;
}
#transferArea .conduct ul .existing {
  clear: both;
}
@media screen and (max-width: 640px) {
  #transferArea .about_watatheatre {
    width: 300px;
    margin-top: 20px;
  }
  #transferArea .about_watatheatre .lead {
    margin: 0.75em 0 1.5em;
    font-size: 10px;
  }
  #transferArea .about_watatheatre .attention {
    margin-top: 15px;
    background: none;
  }
  #transferArea .about_watatheatre .attention dl {
    padding: 10px;
    border: 2px solid #a90f78;
    border-radius: 5px;
    background: none;
  }
  #transferArea .about_watatheatre .attention dt,
  #transferArea .about_watatheatre .attention dd {
    line-height: 1.5;
    color: #333;
    font-size: 10px;
  }
  #transferArea .about_watatheatre .attention dt {
    font-weight: bold;
  }
  #transferArea .about_watatheatre .attention dd {
    margin-top: 0;
    padding-left: 0;
    text-indent: 0;
  }
  #transferArea .conduct {
    width: 300px;
  }
  #transferArea .conduct ul .signup,
  #transferArea .conduct ul .signin {
    width: 150px;
  }
  #transferArea .conduct ul .signup .btn,
  #transferArea .conduct ul .signin .btn {
    width: 132px;
    bottom: 8px;
  }
  #transferArea .conduct ul .signup .btn {
    left: 11px;
  }
  #transferArea .conduct ul .signin .btn {
    left: 10px;
  }
}
#transferArea .campaign_watatheatre {
  margin-top: 40px;
  padding-bottom: 15px;
  /* background: url(../images/campaign-bg.png) 0 0 repeat; */
}
#transferArea .campaign_watatheatre .summary {
  position: relative;
  width: 910px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}
#transferArea .campaign_watatheatre .summary h2,
#transferArea .campaign_watatheatre .summary .special,
#transferArea .campaign_watatheatre .summary .link {
  position: absolute;
}
#transferArea .campaign_watatheatre .summary h2 {
  margin-top: -15px;
}
#transferArea .campaign_watatheatre .summary .special {
  top: 159px;
  left: 180px;
}
#transferArea .campaign_watatheatre .summary .link {
  bottom: 5px;
  left: 180px;
  width: 430px;
  text-align: right;
}
#transferArea .campaign_watatheatre .summary .link a {
  padding-left: 12px;
  background: url(../images/campaign-arrow.png) 0 center no-repeat;
}
#transferArea .campaign_watatheatre .summary .notes {
  position: absolute;
  bottom: 28px;
  left: 625px;
  width: 285px;
}
#transferArea .campaign_watatheatre .summary .notes dt,
#transferArea .campaign_watatheatre .summary .notes dd {
  font-size: 0.92308em;
}
#transferArea .campaign_watatheatre .summary .notes dt {
  margin-bottom: 0.25em;
}
#transferArea .campaign_watatheatre .summary .notes li {
  margin-top: 0.15em;
  padding-left: 1em;
  text-indent: -1em;
}
#transferArea .campaign_watatheatre .attention {
  width: 900px;
  margin: 0 auto;
}
#transferArea .campaign_watatheatre .other {
  width: 879px;
  margin-right: auto;
  margin-left: auto;
}
#transferArea .campaign_watatheatre .other .inner {
  background: url(../images/campaign-other-bg.png) 0 bottom no-repeat;
}
#transferArea .campaign_watatheatre .other .lead {
  padding: 1.5em 24px;
  color: #333;
  font-size: 14px;
}
#transferArea .campaign_watatheatre .other ul {
  padding-bottom: 36px;
  padding-left: 4px;
}
#transferArea .campaign_watatheatre .other ul:before,
#transferArea .campaign_watatheatre .other ul:after {
  content: "";
  display: table;
}
#transferArea .campaign_watatheatre .other ul:after {
  clear: both;
}
#transferArea .campaign_watatheatre .other li {
  float: left;
  width: 188px;
  margin-left: 25px;
}
#transferArea .campaign_watatheatre .other span {
  display: block;
}
#transferArea .campaign_watatheatre .other .figcaption {
  line-height: 1.5;
  margin-top: 0.5em;
  font-size: 14px;
}
#transferArea .campaign_watatheatre .chui ul {
  margin-left: 38px;
  font-size: 9px;
}
@media screen and (max-width: 640px) {
  #transferArea .campaign_watatheatre {
    margin-top: 25px;
    padding-bottom: 15px;
    background-size: 50px;
  }
  #transferArea .campaign_watatheatre .summary {
    position: relative;
    width: 300px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  #transferArea .campaign_watatheatre .summary h2,
  #transferArea .campaign_watatheatre .summary .special,
  #transferArea .campaign_watatheatre .summary .link {
    position: relative;
  }
  #transferArea .campaign_watatheatre .summary h2 {
    margin-top: 0;
    padding-top: 10px;
  }
  #transferArea .campaign_watatheatre .summary .special {
    top: auto;
    left: auto;
  }
  #transferArea .campaign_watatheatre .summary .link {
    bottom: auto;
    left: auto;
    width: auto;
    margin-top: 8px;
    text-align: right;
  }
  #transferArea .campaign_watatheatre .summary .link a {
    padding-left: 8px;
    background: url(../images/campaign-arrow_sp.png) 0 center no-repeat;
    background-size: 5px;
    font-size: 10px;
  }
  #transferArea .campaign_watatheatre .summary .notes {
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    margin: -5px 0 5px 8px;
  }
  #transferArea .campaign_watatheatre .summary .notes dt,
  #transferArea .campaign_watatheatre .summary .notes dd {
    font-size: 10px;
  }
  #transferArea .campaign_watatheatre .summary .notes dt {
    margin-bottom: 0.25em;
  }
  #transferArea .campaign_watatheatre .summary .notes li {
    line-height: 1.4;
    margin-bottom: 0.25em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #transferArea .campaign_watatheatre .attention {
    width: 300px;
    margin: 0 auto;
  }
  #transferArea .campaign_watatheatre .other {
    width: 300px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  #transferArea .campaign_watatheatre .other .inner {
    background: #fff none;
    border-top: none;
    border-bottom: solid 1px #ccc;
  }
  #transferArea .campaign_watatheatre .other .lead {
    padding: 1.5em 12px;
    font-size: 10px;
  }
  #transferArea .campaign_watatheatre .other ul {
    padding-bottom: 0;
    padding-left: 0;
  }
  #transferArea .campaign_watatheatre .other ul:before,
  #transferArea .campaign_watatheatre .other ul:after {
    content: "";
    display: table;
  }
  #transferArea .campaign_watatheatre .other ul:after {
    clear: both;
  }
  #transferArea .campaign_watatheatre .other li {
    float: none;
    width: auto;
    padding: 10px 15px;
    margin-left: 0;
    border-top: 1px solid #ccc;
  }
  #transferArea .campaign_watatheatre .other a {
    display: table;
  }
  #transferArea .campaign_watatheatre .other span {
    display: table-cell;
    vertical-align: middle;
  }
  #transferArea .campaign_watatheatre .other span.figure {
    width: 90px;
  }
  #transferArea .campaign_watatheatre .other .figure img {
    width: 90px;
  }
  #transferArea .campaign_watatheatre .other .figcaption {
    line-height: 1.5;
    margin-top: 0;
    padding-left: 14px;
    font-size: 12px;
  }
  #transferArea .campaign_watatheatre .chui ul {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
#transferArea .service_watatheatre {
  width: 870px;
  margin: 40px auto 0;
}
#transferArea .service_watatheatre .inner {
  position: relative;
  height: 415px;
}
#transferArea .service_watatheatre h3,
#transferArea .service_watatheatre .item {
  position: absolute;
}
#transferArea .service_watatheatre h3 {
  top: 30px;
}
#transferArea .service_watatheatre .item dd {
  position: absolute;
  top: 135px;
  left: 50%;
  padding: 10px;
  width: 180px;
  line-height: 1.4;
  margin-left: -100px;
  color: #333;
  font-size: 14px;
}
#transferArea .service_watatheatre .item1 {
  top: 142px;
  left: 10px;
}
#transferArea .service_watatheatre .item2 {
  top: 142px;
  left: 220px;
}
#transferArea .service_watatheatre .item3 {
  top: 142px;
  left: 430px;
}
#transferArea .service_watatheatre .item4 {
  top: 142px;
  left: 640px;
}
#transferArea .service_watatheatre .item5 {
  top: 396px;
  left: 455px;
}
#transferArea .service_watatheatre .item5 em {
  display: block;
  color: #7f549c;
  font-weight: bold;
  text-align: center;
}
#transferArea .service_watatheatre .tgt-mem {
  color: #ff0000;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #transferArea .service_watatheatre {
    width: 300px;
    margin: 20px auto 0;
  }
  #transferArea .service_watatheatre .inner {
    position: relative;
    height: auto;
  }
  #transferArea .service_watatheatre h3,
  #transferArea .service_watatheatre .item {
    position: relative;
  }
  #transferArea .service_watatheatre h3 {
    top: 0;
    margin: 15px 0 9px;
  }
  #transferArea .service_watatheatre .item {
    width: 280px;
    margin: 0 auto;
  }
  #transferArea .service_watatheatre .item dd {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    line-height: 1.5;
    margin-left: auto;
    padding: 0.75em 0 0.25em;
    font-size: 10px;
  }
  #transferArea .service_watatheatre .item1,
  #transferArea .service_watatheatre .item2,
  #transferArea .service_watatheatre .item3,
  #transferArea .service_watatheatre .item4,
  #transferArea .service_watatheatre .item5 {
    top: auto;
    left: auto;
  }
  #transferArea .service_watatheatre .item5 em {
    color: #7f549c;
    font-weight: bold;
    text-align: left;
  }
}
#transferArea .signup_watatheatre {
  width: 870px;
  margin: 40px auto 0;
}
#transferArea .signup_watatheatre .attention {
  margin-top: 10px;
}
#transferArea .signup_watatheatre .attention dt,
#transferArea .signup_watatheatre .attention dd {
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}
#transferArea .signup_watatheatre .attention dt {
  font-weight: bold;
}
#transferArea .signup_watatheatre .attention dd {
  margin-top: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
}
#transferArea .signup_watatheatre .flow {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #transferArea .signup_watatheatre {
    width: 300px;
    margin: 20px auto 0;
  }
  #transferArea .signup_watatheatre .attention {
    margin-top: 10px;
  }
  #transferArea .signup_watatheatre .attention dt,
  #transferArea .signup_watatheatre .attention dd {
    line-height: 1.5;
    color: #333;
    font-size: 10px;
  }
  #transferArea .signup_watatheatre .attention dt {
    font-weight: bold;
  }
  #transferArea .signup_watatheatre .attention dd {
    margin-top: 0;
    padding-left: 0;
    text-indent: 0;
  }
  #transferArea .signup_watatheatre .flow {
    margin-top: 0;
    margin-bottom: 0;
  }
  #transferArea .signup_watatheatre .flow p {
    margin: 0.75em 0;
    color: #333;
    font-size: 10px;
  }
}
#transferArea #WATA-WRAPPER * {
  box-sizing: border-box;
}
#transferArea #WATA-WRAPPER .text_left {
  text-align: left;
}
#transferArea #WATA-WRAPPER .wata_inner::after {
  content: "";
  display: block;
  clear: both;
}
#transferArea #WATA-WRAPPER .wata_inner .clearfix {
  content: "";
  display: block;
  clear: both;
}
#transferArea #WATA-WRAPPER .wata_what {
  text-align: left;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read {
  display: table;
  margin: 20px 0;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read .plus_read,
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read .plus_image {
  display: table-cell;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read .plus_read {
  width: 70%;
  vertical-align: top;
  text-align: left;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read .plus_image .caution {
  margin-bottom: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read .plus_image {
  width: 30%;
  padding-right: 30px;
  text-align: center;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read .plus_image img {
  width: 100%;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_read .plus_read p {
  vertical-align: top;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq {
  display: table;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .plus_faq_image,
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .plus_faq_read {
  display: table-cell;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .process1 img {
  padding-right: 10px;
  width: 222.5px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .process2 img {
  padding-right: 10px;
  width: 230.5px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .process3 img {
  padding-right: 10px;
  width: 222.5px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .plus_faq_read {
  width: 70%;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .plus_faq_read p {
  vertical-align: top;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq .plus_faq_read .plus_faq_read_mb {
  padding-bottom: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq_update h4 {
  margin-top: 0px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq_update .wata_plus_faq_update_table img {
  max-width: 100%;
  padding-bottom: 10px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq_update .wata_plus_faq_update_table {
  width: 100%;
  margin: 20px auto 0;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq_update .wata_plus_faq_update_table {
  width: 100%;
  margin: 20px auto 0;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq_update .wata_plus_faq_update_read ul {
  margin-left: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq_update .wata_plus_faq_update_table .wata_plus_faq_update_read td:first-child {
  width: 60%;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_mita1 .wata_plus_privilege_read span {
  vertical-align: top;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_faq_update .wata_plus_faq_update_read li {
  list-style: disc;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege {
  text-align: left;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege ul.caution {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 15px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege ul.caution li {
  list-style: disc;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege h4 {
  margin-left: 30px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_topic {
  margin: 20px 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_topic li {
  background: #f5f5f5;
  width: 280px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .faq_container .ttl_a h4 {
  margin-left: 0;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .faq_container .ttl_a .wata_plus_privilege_mita1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_read li {
  list-style: disc;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege {
  display: table;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_image,
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_read {
  display: table-cell;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_image {
  width: 45%;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .process1 img {
  margin: 0px 30px 20px 30px;
  width: 319px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .process2 img {
  margin: 0px 30px 20px 30px;
  width: 319px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .process3 img {
  margin: 10px 0 10px 0;
  width: 100%;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .process3 .caution {
  font-size: 13px;
  line-height: 1.5;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_read {
  width: 55%;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .wata_plus_privilege_read p {
  vertical-align: top;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege_mita {
  margin-top: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege_mita div {
  background-color: #f5f5f5;
  text-align: center;
  margin: 20px auto 0;
  padding: 20px 20px;
  width: 70%;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege_mita p {
  margin-top: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_etc .faq_container .ttl_a h4,
#transferArea #WATA-WRAPPER .wata_section .wata_plus_privilege .faq_container .ttl_a h4 {
  margin-top: 0px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_etc .faq_container .ttl_a p {
  margin-bottom: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_etc .wata_plus_etc_topic {
  margin: 20px 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_etc .wata_plus_etc_topic li {
  background: #f5f5f5;
  width: 280px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#transferArea #WATA-WRAPPER .wata_light p {
  text-align: left;
}
#transferArea #WATA-WRAPPER .wata_ank_btn .wata_light_btn .btn_link {
  position: relative;
  display: block;
  text-align: center;
  width: 320px;
  padding: 20px 0;
  margin: 20px auto 30px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #fff;
  text-decoration: none;
  border-radius: 8px !important;
  -webkit-box-shadow: 2px 2px 1px rgb(172, 172, 172);
  -moz-box-shadow: 2px 2px 1px rgb(172, 172, 172);
  border: solid #b60081 2px;
  box-shadow: 0px 2px 0px 0px rgb(172, 172, 172);
  cursor: pointer;
}
#transferArea #WATA-WRAPPER .wata_ank_btn .wata_light_btn .btn_link:after {
  display: block;
  content: "";
  position: absolute;
  right: 6%;
  top: 47%;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  margin-top: -4px;
  border-color: #b60081;
}
#transferArea #WATA-WRAPPER .wata_ank_btn .wata_light_btn .btn_link:hover {
  opacity: 0.8;
}
#transferArea #WATA-WRAPPER .wata_regist {
  margin-bottom: 20px;
}
#transferArea #WATA-WRAPPER .wata_regist h3 {
  text-align: center;
  border-bottom: none;
}
#transferArea #WATA-WRAPPER .wata_regist .video_box {
  text-align: center;
  width: 72%;
  margin: 0 auto 30px;
}
#transferArea #WATA-WRAPPER .wata_regist .video_box .video_box__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
#transferArea #WATA-WRAPPER .wata_regist .video_box .video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #transferArea #WATA-WRAPPER .wata_regist .video_box {
    width: 100%;
  }
}
#transferArea #WATA-WRAPPER .wata_regist .caution a {
  color: #5385e8;
}
#transferArea #WATA-WRAPPER .wata_regist .wata_regist_btn {
  margin: 20px auto 0;
  text-align: center;
  background: #f5f5f5;
  padding: 20px 30px;
}
#transferArea #WATA-WRAPPER .wata_regist .wata_regist_btn .index_container {
  width: 420px;
  background: #fff;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
#transferArea #WATA-WRAPPER .wata_regist .wata_regist_btn .index_container .body {
  position: relative;
  padding: 0 30px;
}
#transferArea #WATA-WRAPPER .wata_regist .wata_regist_btn .index_container .body .btn_link {
  display: block;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  margin: 20px auto 30px;
  font-size: 20px;
  font-weight: bold;
  color: #b60081;
  background: #fff;
  text-decoration: none;
  border-radius: 8px;
  border: #b60081 4px solid;
  width: 320px;
  box-shadow: 0px 2px 0px 0px rgb(172, 172, 172);
}
#transferArea #WATA-WRAPPER .wata_regist .wata_regist_btn .right_item {
  margin-right: 0px;
}
#transferArea #WATA-WRAPPER .wata_regist .caution {
  text-align: left;
}
#transferArea #WATA-WRAPPER .wata_regist .wata_regist_btn .index_container h3 {
  margin: 30px 0 20px 0;
}
#transferArea #WATA-WRAPPER .wata_regist h2 {
  margin-bottom: 0px;
}
#transferArea #WATA-WRAPPER .wata_regist .wata_regist_btn {
  margin-top: 0px;
}
#transferArea #WATA-WRAPPER .main_visual_read {
  position: absolute;
  padding-left: 480px;
  padding-top: 260px;
  font-weight: bold;
}
#transferArea #WATA-WRAPPER .wata_link_color {
  color: #5385e8;
}
#transferArea #WATA-WRAPPER .text_read_bold {
  margin-top: 20px;
  margin-left: 30px;
  font-weight: bold;
}
#transferArea #WATA-WRAPPER .wata_plus_validated_date {
  text-align: left;
}
#transferArea #WATA-WRAPPER .wata_plus_validated_date h4 {
  margin-left: 30px;
  margin-right: 30px;
}
#transferArea #WATA-WRAPPER .wata_plus_privilege_read span.caution {
  line-height: 2;
}
#transferArea #WATA-WRAPPER .main_read .caution {
  color: #fff;
}
#transferArea #WATA_LOCAL_NAV *,
#transferArea #WATA-WRAPPER * {
  font-family: "Noto Sans JP", "MS PGothic", "Osaka", "Hiragino Kaku Gothic Pro W3", Arial, Helvetica, sans-serif;
}
#transferArea .sp_none {
  display: inline-block;
}
#transferArea .pc_none {
  display: none;
}
#transferArea .w100 {
  width: 100%;
}
#transferArea .w90 {
  width: 90%;
}
#transferArea .w80 {
  width: 80%;
}
#transferArea .w70 {
  width: 70%;
}
#transferArea .w60 {
  width: 60%;
}
#transferArea .w50 {
  width: 50%;
}
#transferArea .w40 {
  width: 40%;
}
#transferArea .w30 {
  width: 30%;
}
#transferArea .text_left {
  text-align: left;
}
#transferArea .text_center {
  text-align: center;
}
#transferArea .text_right {
  text-align: right;
}
#transferArea .txt_pink {
  color: #b60081;
}
#transferArea .img {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#transferArea .clearfix::before,
#transferArea .clearfix::after {
  content: "";
  clear: both;
  display: block;
}
#transferArea #WATA-WRAPPER {
  background: #fff;
}
#transferArea #WATA-WRAPPER,
#transferArea #WATA-WRAPPER a {
  color: #000;
}
#transferArea #WATA-WRAPPER a.link-blue {
  color: #5385e8;
  text-decoration: underline;
}
#transferArea #WATA-WRAPPER img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  #transferArea #WATA-WRAPPER a:not(.link-blue):hover {
    opacity: 0.7;
  }
  #transferArea #WATA-WRAPPER a.link-blue:hover {
    color: #5385e8;
    text-decoration: none;
  }
}
#transferArea #WATA-WRAPPER a.more {
  position: relative;
  padding-left: 20px;
}
#transferArea #WATA-WRAPPER a.more::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
  border-color: #b60081;
}
#transferArea .btn-style {
  display: inline-block;
  text-align: center;
}
#transferArea .btn-style a {
  display: block;
  text-decoration: none;
  padding: 5% 2%;
}
#transferArea .btn-style_white a {
  color: #b60081 !important;
  font-weight: bold;
  background: #fff;
  border: 1px solid #b60081;
}
#transferArea .btn-style_pink a {
  color: #fff !important;
  background: #b60081;
}
#transferArea .btn-style_orange a {
  color: #fff !important;
  background: #ff6600;
}
#transferArea #WATA-WRAPPER .wata_notice {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0 0;
}
#transferArea #WATA-WRAPPER .wata_inner {
  font-size: 16px;
  line-height: 1.5;
  width: 950px;
  margin: 0 auto;
}
#transferArea .text_main_ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#transferArea .content_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#transferArea .content_subttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#transferArea .content_ttl-bg {
  padding: 74px 0;
  background: #e3ddd0;
}
#transferArea .content_ttl-s_bdr-none {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#transferArea .content_ttl-s {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#transferArea .content_ttl-s:before,
#transferArea .content_ttl-s:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
}
#transferArea .content_ttl-s:before {
  left: 0;
  transform: rotate(60deg);
}
#transferArea .content_ttl-s:after {
  right: 0;
  transform: rotate(-60deg);
}
#transferArea .wata_inner p.read {
  margin: 0 0 40px;
  text-align: left;
}
#transferArea .wata_inner p.read span,
#transferArea .wata_inner p.lead span {
  color: #b60081;
}
#transferArea .wata_inner p.lead {
  text-align: left;
}
#transferArea .wata_inner p.lead + .notes {
  margin-top: 20px;
}
#transferArea .wata_inner p.lead + .note li {
  text-align: left;
  font-size: 100%;
}
#transferArea p.read_c {
  text-align: center;
  font-size: 16px;
}
#transferArea .txt-ss {
  font-size: 0.5em;
}
#transferArea .txt-s {
  font-size: 0.8em;
}
#transferArea .txt-l {
  font-size: 1.2em;
}
#transferArea .txt-ll {
  font-size: 1.5em;
}
#transferArea .t-right {
  text-align: right;
}
#transferArea .t-center {
  text-align: center;
}
#transferArea .t-left {
  text-align: left;
}
#transferArea .notes .note_none {
  color: #666;
}
#transferArea p.note_none {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 12px;
}
#transferArea .notes .note_dot {
  color: #666;
}
#transferArea p.note_dot {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 12px;
}
#transferArea p.note_dot:before {
  content: "・";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
#transferArea .notes .note {
  color: #666;
}
#transferArea .note li,
#transferArea p.note {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 12px;
}
#transferArea .note li:before,
#transferArea p.note:before {
  content: "※";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
#transferArea .note.note-list_num {
  counter-reset: number;
}
#transferArea .note.note-list_num li:before {
  counter-increment: number;
  content: "※" counter(number);
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
#transferArea .circle-list li {
  position: relative;
  line-height: 1.8;
  vertical-align: middle;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
#transferArea .circle-list li:before {
  display: inline-block;
  vertical-align: -3px;
  content: "";
  width: 1em;
  height: 1em;
  background: #b60081;
  border-radius: 50%;
  margin-right: 5px;
}
#transferArea .flex-colums {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#transferArea .flex-colums_center {
  justify-content: center;
}
#transferArea .flex-colums li {
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#transferArea .gold-box li {
  padding: 28px;
  background: #f1eee8;
}
#transferArea .gold-box li .box-txt {
  font-size: 18px;
  color: #b60081;
  font-weight: bold;
  text-align: center;
}
#transferArea .gold-box li .box-img {
  margin-top: 45px;
}
#transferArea .two-col .two-col_box li {
  flex: 0 0 calc((100% - 20px) / 2);
}
#transferArea .two-col .two-col_box li:nth-child(even) {
  margin-right: 0px;
}
#transferArea .two-col .two-col_box li:last-child,
#transferArea .two-col .two-col_box li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0px;
}
#transferArea .three-col .three-col_box li {
  flex: 0 0 calc((100% - 40px) / 3);
}
#transferArea .three-col .three-col_box li:nth-child(3n) {
  margin-right: 0px;
}
#transferArea .three-col .three-col_box li:last-child,
#transferArea .three-col .three-col_box li:nth-last-child(2),
#transferArea .three-col .three-col_box li:nth-last-child(3) {
  margin-bottom: 0;
}
#transferArea .three-col .three-col_box li .three-col_txt {
  padding: 15px 0;
}
#transferArea .four-col .four-col_box li {
  flex: 0 0 calc((100% - 60px) / 4);
}
#transferArea .four-col .four-col_box li:nth-child(4n) {
  margin-right: 0px;
}
#transferArea .four-col .four-col_box li:nth-child(4n+1):nth-last-child(-n+4),
#transferArea .four-col .four-col_box li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
  margin-bottom: 0;
}
#transferArea .four-col .four-col_box li .four-col_txt {
  padding: 25px 0 0;
}
#transferArea .five-col .five-col_box li {
  flex: 0 0 calc((100% - 80px) / 5);
}
#transferArea .five-col .five-col_box li:nth-child(5n) {
  margin-right: 0px;
}
#transferArea .five-col .five-col_box li:nth-child(5n+1):nth-last-child(-n+5),
#transferArea .five-col .five-col_box li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
  margin-bottom: 0;
}
#transferArea .five-col .five-col_box li .five-col_txt {
  padding: 25px 0 0;
}
#transferArea #WATA-WRAPPER .faq_container {
  width: 100%;
  position: relative;
}
#transferArea #WATA-WRAPPER .faq_container dt {
  width: 100%;
  padding: 20px 30px;
  cursor: pointer;
  background: #fff;
  border-bottom: #ccc 1px solid;
  border-top-style: none;
  cursor: pointer;
}
#transferArea #WATA-WRAPPER .faq_container dt.first {
  border-top: #ccc 1px solid;
}
#transferArea #WATA-WRAPPER .faq_container dt .faq_description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#transferArea #WATA-WRAPPER .faq_container dd {
  width: calc(100% - 60px);
  padding: 30px;
  background: #fff;
  display: none;
  border-bottom: #ccc 1px solid;
}
#transferArea #WATA-WRAPPER .ttl_q p {
  font-weight: bold;
  text-decoration: none;
  color: #b60081;
  text-align: left;
}
#transferArea .indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
#transferArea .dot-indent,
#transferArea .kome-indent {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#transferArea .faq-txt {
  flex-basis: calc(100% - 60px);
}
#transferArea #WATA-WRAPPER .faq_container.__member .faq-txt {
  flex-basis: calc(100% - 40px);
}
#transferArea #WATA-WRAPPER .faq_container.bdr-none_faq.__member dd {
  padding-top: 15px;
}
#transferArea #WATA-WRAPPER .--border-bottom .faq_container.bdr-none_faq dd {
  padding: 15px 0;
}
#transferArea #WATA-WRAPPER .ttl_q p.faq-txt_black {
  color: #000;
  font-weight: normal;
  display: block;
}
#transferArea #WATA-WRAPPER .ttl_q a {
  text-decoration: none;
}
#transferArea #WATA-WRAPPER .faq_container dt .faq_description a {
  display: block;
  height: 30px;
  padding-left: 30px;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  color: #b60081;
  background: url(../images/icon_accordion_square.png) left top no-repeat;
}
#transferArea #WATA-WRAPPER .faq_container dt.open .faq_description a {
  background-position: 0 -30px;
}
#transferArea #WATA-WRAPPER .faq_container dt.open {
  background: #fff;
  border-bottom: none;
}
#transferArea #WATA-WRAPPER .faq_container dt:hover {
  opacity: 0.8;
}
#transferArea #WATA-WRAPPER .ttl_a {
  position: relative;
  text-align: left;
}
#transferArea .caution {
  padding: 0 5%;
}
#transferArea #WATA-WRAPPER .faq_container.bdr-none_faq dt {
  padding: 0;
  border: none;
}
#transferArea #WATA-WRAPPER .faq_container.bdr-none_faq dd {
  padding: 30px 0;
  border: none;
}
#transferArea .wata_table {
  max-width: 100%;
  text-align: center;
  border-collapse: collapse;
}
#transferArea .wata_table th,
#transferArea .wata_table td {
  border: 4px solid #fff;
  padding: 20px 10px;
}
#transferArea .wata_table th {
  background: #f6f5ec;
}
#transferArea .wata_table td {
  background: #f5f5f5;
}
#transferArea .wata_table tr *:nth-child(1) {
  width: 40%;
}
#transferArea .wata_table tr *:nth-child(2) {
  width: 20%;
}
#transferArea .wata_table tr *:nth-child(3) {
  width: 20%;
}
#transferArea .wata_table tr *:nth-child(4) {
  width: 20%;
}
#transferArea .wata_member__table {
  max-width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  line-height: 1.4;
}
#transferArea .wata_member__table thead th,
#transferArea .wata_member__table thead td {
  font-weight: 800;
}
#transferArea .wata_member__table thead tr *:nth-child(2) {
  background-color: #f1eee8;
}
#transferArea .wata_member__table thead tr *:nth-child(3) {
  background-color: #f1eee8;
}
#transferArea .wata_member__table tbody tr:nth-child(2n) {
  background-color: #f1eee8;
}
#transferArea .wata_member__table th {
  text-align: left;
  font-weight: 700;
}
#transferArea .wata_member__table td {
  vertical-align: middle;
}
#transferArea .wata_member__table th,
#transferArea .wata_member__table td {
  padding: 16px 12px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#transferArea .wata_member__table sup {
  font-size: 75%;
  vertical-align: text-top;
}
#transferArea .wata_member__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
}
#transferArea .wata_member__flex *:nth-child(1) {
  width: 220px;
}
#transferArea .wata_member__flex *:nth-child(2) {
  width: calc(100% - 230px);
}
#transferArea .wata_member__flex p.indent-asta {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#transferArea .wata_member__flex p span {
  font-size: 13px;
  font-weight: 400;
}
#transferArea .wata_member__table tr > *:nth-child(1) {
  width: calc(100% - 256px);
}
#transferArea .wata_member__table tr > *:nth-child(2),
#transferArea .wata_member__table tr > *:nth-child(3) {
  width: 128px;
}
@media screen and (max-width: 640px) {
  #transferArea .wata_member__table tr > *:nth-child(1) {
    width: 64%;
  }
  #transferArea .wata_member__table tr > *:nth-child(2),
  #transferArea .wata_member__table tr > *:nth-child(3) {
    width: 18%;
  }
  #transferArea .wata_member__table tr th {
    font-weight: 600;
  }
  #transferArea .wata_member__table tr th,
  #transferArea .wata_member__table tr td {
    padding: 1.5% 2%;
    font-size: 0.6em;
  }
  #transferArea .wata_member__flex p span {
    font-size: 0.8em;
  }
  #transferArea .wata_member__flex *:nth-child(1) {
    width: 100%;
  }
  #transferArea .wata_member__flex *:nth-child(2) {
    width: 100%;
  }
}
#transferArea #WATA_LOCAL_NAV {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #b60081;
}
#transferArea #WATA_LOCAL_NAV .wata_local-nav_contaner_bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}
#transferArea #WATA_LOCAL_NAV .wata_local-nav__inr {
  margin: 0 auto;
  width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#transferArea #WATA_LOGO {
  width: 190px;
  padding: 14px 0;
}
#transferArea #WATA_LOGO.wata_logo a {
  display: block;
  height: 40px;
  background: url(../images/logo_wata-theatre.png) no-repeat;
  background-size: contain;
  transition: 0.3s ease-out;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
}
#transferArea #LOCAL_NAV .nav_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#transferArea #LOCAL_NAV .nav_box li {
  margin-left: 35px;
  padding-top: 28px;
}
#transferArea #LOCAL_NAV .nav_box li:first-child {
  margin-left: 0;
}
#transferArea #LOCAL_NAV .nav_box li > a {
  display: inline-block;
  padding-bottom: 14px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
#transferArea #LOCAL_NAV .nav_box li > a:hover {
  opacity: 1;
  border-bottom: 4px solid #b60081;
}
#transferArea .current {
  opacity: 1;
  border-bottom: 4px solid #b60081;
  padding-bottom: 10px;
}
#transferArea #WATA_FOOTER_NAV {
  position: relative;
  color: #fff;
  /* bottom: ; */
  z-index: 999;
}
#transferArea #WATA_FOOTER_NAV.nav-disabled .wata_footer_nav_inr {
  display: none;
}
#transferArea #WATA_FOOTER_NAV.mode-flex {
  position: fixed;
  bottom: 0px;
  padding: 0;
  background: #000;
  width: 100%;
}
#transferArea #WATA_FOOTER_NAV .wata_footer_nav_inr {
  width: 950px;
  margin: 0 auto;
  padding: 1% 0;
  box-sizing: border-box;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents {
  text-align: left;
  width: 100%;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box {
  display: inline;
  float: left;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_regist {
  display: table;
  width: 54%;
  padding-right: 2%;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_login {
  display: table;
  width: 35%;
  padding-left: 2%;
  border-left: 1px solid #fff;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_logo {
  width: 11%;
  padding-left: 2%;
  padding-top: 3px;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_regist h5.fotter_ttl {
  display: table-cell;
  width: 45%;
  padding-right: 2%;
  font-size: 20px;
  vertical-align: middle;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_regist .btn-style {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_regist .btn-style a {
  font-size: 20px;
  font-weight: bold;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_login h5.fotter_ttl {
  display: table-cell;
  width: 35%;
  padding-right: 2%;
  font-size: 18px;
  vertical-align: middle;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_login .btn-style {
  display: table-cell;
  width: 65%;
  vertical-align: middle;
}
#transferArea .wata_footer_nav_inr .wata_footer_nav_contents .cont_box .box_login .btn-style a {
  font-size: 18px;
  font-weight: bold;
}
#transferArea #page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 100px;
  background: #b60081;
  border-radius: 50%;
  z-index: 999;
}
#transferArea #page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#transferArea #page_top a::before {
  font-weight: 900;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
#transferArea .wata_main {
  background-repeat: repeat;
}
#transferArea .plus .wata_main .main_bg,
#transferArea .light .wata_main .main_bg,
#transferArea .use .wata_main .main_bg {
  background-image: url(../images/bg_mv_pc_03.jpg);
}
#transferArea .wata_main .mainvisual {
  width: 950px;
  margin: 0 auto;
}
#transferArea .plus .wata_main .mainvisual {
  padding-top: 20px;
  position: relative;
  top: 20px;
  z-index: 1;
}
#transferArea .plus .mainvisual .main_img img {
  margin: 0 auto;
}
#transferArea .plus .mainvisual .fee-txt {
  font-size: 26px;
  font-weight: bold;
}
#transferArea .plus .mainvisual .fee-txt .note {
  font-size: 16px;
  font-weight: normal;
}
#transferArea .plus .wata_main .plus_reserve {
  position: relative;
  margin-bottom: 30px;
}
#transferArea .use .wata_main .mainvisual {
  height: 0px;
}
#transferArea .regist-login .regist-login_inr {
  box-sizing: border-box;
  padding: 40px 35px;
  background: #000;
}
#transferArea .regist-login .regist-login_inr .regist_btn {
  width: 600px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 30px;
}
#transferArea .regist-login .regist-login_inr .regist_btn a {
  padding: 3% 2%;
}
#transferArea .regist-login .regist-login_inr .regist_btn.btn-disabled a {
  pointer-events: none;
  cursor: default;
}
#transferArea .regist-login .regist-login_inr .regist_btn.btn-disabled a:hover {
  opacity: 1;
}
#transferArea .regist-login .regist-login_inr .regist_btn.btn-disabled .btn-style_orange a {
  background: #ccc;
}
#transferArea .regist-login .regist-login_inr .login_btn {
  width: 300px;
  margin: 0 auto;
}
#transferArea .wata-light .wata-light_inr {
  width: 800px;
  margin: 0 auto;
}
#transferArea .wata-light_inr .wata-light_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#transferArea .wata-light_inr .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#transferArea .wata-light_inr .box .box-l {
  float: left;
  width: 55%;
}
#transferArea .wata-light_inr .box .box-r {
  float: right;
  width: calc(45% - 30px);
  margin-left: 30px;
}
#transferArea .wata-light_inr .box::after {
  content: "";
  clear: both;
  display: block;
}
#transferArea .wata-light_inr .box::before {
  content: "";
  clear: both;
  display: block;
}
#transferArea .wata_main_block .ttl_a h3.item-h {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
#transferArea .use .wata_main_block {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 237px;
  padding: 30px 0 0;
}
#transferArea .use .wata_main .main_read {
  font-size: 22px;
}
#transferArea .wata_anc {
  background: #f1eee8;
}
#transferArea .wata_anc .wata_anc_inr {
  padding: 30px 0;
}
#transferArea .wata_anc .wata_anc_list li {
  display: inline-block;
  margin: 10px 20px 10px 0;
  padding-right: 20px;
  line-height: 1em;
  border-right: 1px solid #666;
  letter-spacing: normal;
}
#transferArea .wata_anc .wata_anc_list li:last-child {
  border-right: none;
  margin: 10px 0 10px 0;
  padding-right: 0;
}
#transferArea .wata_anc_list .wata_anc_list__anc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#transferArea .wata_anc_list .wata_anc_list__anc:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  margin-top: -4px;
  margin-left: 12px;
  border-color: #b60081;
}
#transferArea .plus .wata_what {
  background-image: url(../images/bg_wata-plus_what_pc.jpg);
}
#transferArea .light .wata_what {
  background-image: url(../images/bg_wata-light_what_pc.jpg);
}
#transferArea .plus .wata_what,
#transferArea .light .wata_what {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#transferArea .wata_what .wata_what-inr * {
  color: #fff;
}
#transferArea .wata_what .wata_what-inr {
  padding: 100px 0;
  margin: 0 40px;
}
#transferArea .wata_what .wata_what-inr.pb-0 {
  padding-bottom: 0;
}
#transferArea .wata_what .wata_what-inr .wata_what-ttl {
  margin-bottom: 40px;
  color: #fff;
}
#transferArea #wata_what .wata_what-inr .promotion_mv {
  text-align: center;
  margin: 0 0 40px;
}
#transferArea #wata_what .wata_what-inr .promotion_mv a {
  color: #fff;
}
#transferArea .wata_what-inr .btn-box {
  margin-bottom: 60px;
  text-align: center;
}
#transferArea .wata_what-inr .btn-box div {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 50%;
  padding: 16px 0;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}
#transferArea .wata_what-inr .btn-box div.bdr-r_two-row {
  border-radius: 40px;
}
#transferArea .wata_section .wata_section_contaner:last-child {
  margin-bottom: 100px;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box {
  margin-top: 100px;
  padding: 0 40px;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .ttl-img {
  width: 150px;
  margin: 30px auto 40px;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .ttl-img.--larger {
  width: 200px;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .notes {
  text-align: left;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .coupon-box li {
  padding: 0;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .coupon-box li .coupon-item {
  padding: 25px;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .coupon-box li .coupon-item .more {
  font-size: 12px;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .item-h.coupon-ttl {
  display: inline-block;
  width: 120px;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #000;
  margin: 0 auto;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_campaign {
  background: #f1eee8;
  padding: 20px 20px;
  width: 100%;
}
#transferArea .wata_section .wata_section_contaner .wata_inner .wata_box .item-h.cp-ttl {
  font-size: 20px;
}
#transferArea #WATA-WRAPPER .wata_section .wata_plus_campaign_topic p {
  padding: 3%;
  text-align: left;
}
#transferArea #wata_mitapt.wata_section .wata_section_contaner .wata_inner .wata_box .item-h {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
#transferArea .wata_collabo_card {
  background: url(../images/bg_wata_collabo_card.png) repeat;
}
#transferArea .wata_collabo_card .wata_collabo_card_inr {
  width: 100%;
  padding: 50px 0;
  color: #fff;
}
#transferArea .wata_collabo_card .wata_collabo_card_inr .content_subttl {
  margin-bottom: 29px;
}
#transferArea .wata_collabo_card .card_list {
  margin: 30px 0 0;
}
#transferArea .wata_collabo_card .card_list li {
  color: #000;
  background: #fff;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.3);
}
#transferArea .wata_collabo_card .card_list li .card_frame {
  padding: 5% 0;
  text-align: center;
}
#transferArea .wata_collabo_card .card_list li .card_frame img {
  border-radius: 5px;
  margin: 0 auto;
}
#transferArea .wata_collabo_card .card_list li p {
  padding: 0 6% 5%;
  font-size: 14px;
}
#transferArea .wata_collabo_card .card_list li p small {
  font-size: 12px;
  color: #666666;
}
#transferArea .wata_collabo_card .card_list li p.card_ttl {
  padding: 7% 6% 0;
}
#transferArea .wata_collabo_card .card_list li p.card_copy-rights {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 6%;
  padding-bottom: 7%;
}
#transferArea .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
#transferArea .tab_item {
  width: 50%;
  height: 70px;
  background-color: #f1eee8;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
}
#transferArea .tabs .tab_content.--3col .tab_item {
  width: 33.3333333333%;
}
#transferArea .tab_item.height90 {
  height: 90px;
}
#transferArea .tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
#transferArea .tab_item span.tab_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#transferArea input[name=tab_item] {
  display: none;
}
#transferArea .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
#transferArea .tab_content.__single .tab_item {
  width: 100%;
}
#transferArea #wata-plus_regist:checked ~ #wata-plus_regist_content,
#transferArea #wata-light_upgrade:checked ~ #wata-light_upgrade_content {
  display: block;
}
#transferArea .tabs input:checked + .tab_item {
  background-color: #fff;
  color: #b60081;
}
#transferArea .wata_regist {
  position: relative;
}
#transferArea .wata_regist_contents {
  position: relative;
}
#transferArea .tab-box_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 272px;
  background: #e3ddd0;
}
#transferArea .description_cont::after {
  content: "";
  clear: both;
  display: block;
}
#transferArea .description_cont::before {
  content: "";
  clear: both;
  display: block;
}
#transferArea .read_img {
  float: right;
  width: 40%;
  padding: 0 0 2% 3%;
}
#transferArea .img_caption {
  text-align: right;
  margin-top: 10px;
}
#transferArea .read_txt {
  counter-reset: number;
}
#transferArea .read_txt h4 {
  color: #b60081;
  font-size: 20px;
  margin: 0 0 10px;
  text-indent: -1.7em;
  padding-left: 1.7em;
  font-weight: bold;
}
#transferArea .read_txt h4::before {
  counter-increment: number;
  content: counter(number) "．";
  width: 2em;
  text-indent: 0;
}
#transferArea .read_txt p {
  margin-bottom: 30px;
  padding-left: 2.1em;
}
#transferArea .wata_regist_more {
  text-align: center;
}
#transferArea .wata_regist_more .btn-style {
  font-size: 20px;
  font-weight: bold;
}
#transferArea .wata_regist_more .btn-style a {
  padding: 4% 10px;
}
#transferArea .wata_regist_contents .content_ttl-bg .read_txt {
  font-size: 20px;
}
#transferArea .wata_regist_more.btn-disabled .btn-style.btn-style_orange a {
  pointer-events: none;
  background-color: #ccc;
  cursor: default;
}
#transferArea .wata_regist_more.btn-disabled .btn-style.btn-style_orange a:hover {
  opacity: 1;
}
#transferArea #wata-plus_regist_content input[name=tab_item_regist],
#transferArea #wata-light_upgrade_content input[name=tab_item_upgrade] {
  display: none;
}
#transferArea #wata-plus_regist_content .tab_item,
#transferArea #wata-light_upgrade_content .tab_item {
  background-color: #fff;
}
#transferArea .tab_content_regist,
#transferArea .tab_content_upgrade {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
#transferArea #wata-plus_regist_r:checked ~ #wata-plus_regist_r_content,
#transferArea #wata-plus_regist_m:checked ~ #wata-plus_regist_m_content,
#transferArea #wata-plus_regist_l:checked ~ #wata-plus_regist_l_content,
#transferArea #wata-light_upgrade_r:checked ~ #wata-light_upgrade_r_content,
#transferArea #wata-light_upgrade_m:checked ~ #wata-light_upgrade_m_content,
#transferArea #wata-light_upgrade_l:checked ~ #wata-light_upgrade_l_content {
  display: block;
}
#transferArea #wata-plus_regist_content,
#transferArea #wata-light_upgrade_content {
  padding: 60px 0 0;
}
#transferArea .read_txt .read_title {
  color: #b60081;
  font-size: 20px;
  margin: 0 0 30px;
  text-indent: -1.7em;
  padding-left: 1.7em;
  font-weight: bold;
}
#transferArea #wata-plus_regist_content .wata_regist_more,
#transferArea #wata-light_upgrade_content .wata_regist_more {
  margin: 0 40px;
}
#transferArea #wata-plus_regist_l + label.tab_item:before,
#transferArea #wata-light_upgrade_l + label.tab_item:before {
  content: "";
  position: absolute;
  margin-left: 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
  border-bottom: 1px solid #b60081;
}
#transferArea .tab_content.--3col #wata-plus_regist_l + label.tab_item:before {
  margin-left: 0;
}
#transferArea #wata-plus_regist_r + label.tab_item:before,
#transferArea #wata-light_upgrade_r + label.tab_item:before {
  content: "";
  position: absolute;
  margin-right: 40px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
  border-bottom: 1px solid #b60081;
}
#transferArea #wata-plus_regist_m + label.tab_item:before {
  content: "";
  position: absolute;
  margin-right: 40px;
  left: 33.3333333333%;
  bottom: 0;
  transform: translateX(-33.3333333333%);
  width: 100%;
  height: inherit;
  border-bottom: 1px solid #b60081;
}
#transferArea .tab_content.--3col #wata-plus_regist_r + label.tab_item:before {
  margin-right: 0;
}
#transferArea .tab_content.--3col .tab_item .tab_txt {
  width: 100%;
}
#transferArea #wata-plus_regist_l + label.tab_item .tab_txt,
#transferArea #wata-plus_regist_r + label.tab_item .tab_txt,
#transferArea #wata-plus_regist_m + label.tab_item .tab_txt,
#transferArea #wata-light_upgrade_l + label.tab_item .tab_txt,
#transferArea #wata-light_upgrade_r + label.tab_item .tab_txt {
  height: 70px;
}
#transferArea #wata-plus_regist_l + label.tab_item.height90 .tab_txt,
#transferArea #wata-plus_regist_r + label.tab_item.height90 .tab_txt,
#transferArea #wata-plus_regist_m + label.tab_item.height90 .tab_txt,
#transferArea #wata-light_upgrade_l + label.tab_item.height90 .tab_txt,
#transferArea #wata-light_upgrade_r + label.tab_item.height90 .tab_txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 90px;
}
#transferArea #wata-plus_regist_l:checked + label.tab_item .tab_txt,
#transferArea #wata-plus_regist_r:checked + label.tab_item .tab_txt,
#transferArea #wata-plus_regist_m:checked + label.tab_item .tab_txt,
#transferArea #wata-light_upgrade_l:checked + label.tab_item .tab_txt,
#transferArea #wata-light_upgrade_r:checked + label.tab_item .tab_txt,
#transferArea #wata-plus_regist_l + label.tab_item:hover .tab_txt,
#transferArea #wata-plus_regist_m + label.tab_item:hover .tab_txt,
#transferArea #wata-plus_regist_r + label.tab_item:hover .tab_txt,
#transferArea #wata-light_upgrade_l + label.tab_item:hover .tab_txt,
#transferArea #wata-light_upgrade_r + label.tab_item:hover .tab_txt {
  border-bottom: 4px solid #b60081;
}
#transferArea .wata_important_notice {
  background: #f1eee8;
  border-bottom: 1px solid #b60081;
}
#transferArea .wata_important_notice_inr {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-align: left;
}
#transferArea .wata_important_notice .title {
  color: #b60081;
  font-weight: bold;
  margin: 0;
}
#transferArea .wata_important_notice .read {
  padding-top: 5px;
}
#transferArea .wata_movie {
  width: 950px;
  margin: 30px auto 0;
  color: #333;
}
#transferArea .wata_movie iframe {
  width: 540px;
  height: 320px;
}
#transferArea ul.flex-colums.four-col_box {
  width: 100%;
}
#transferArea .tm_notation_950 {
  width: 90%;
  max-width: 950px;
  margin: 15px auto 0;
  padding-left: 30px;
  text-align: left;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  #transferArea .tm_notation_950 {
    padding-left: 0;
  }
}
#transferArea .aeon-color {
  color: #b60081;
}
#transferArea .wata_what .wata_inner-plus {
  max-width: 1100px;
  padding: 0 40px 100px;
  margin: 0 auto;
}
#transferArea .wata_what .wata_inner-plus * {
  color: #fff;
}
#transferArea .wata_what .wata_inner-plus .four-col_box {
  justify-content: center;
}
#transferArea .member-box {
  background: #f1eee8;
  text-align: center;
  padding: 28px;
}
#transferArea .member-box b {
  font-size: 18px;
  font-weight: 600;
}
#transferArea .member-box .member-column {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
#transferArea .member-box .member-column__lead {
  margin-bottom: 20px;
}
#transferArea .member-box .member-column__item {
  position: relative;
}
#transferArea .member-box .member-column__item--text {
  line-height: 1.3;
}
#transferArea .member-box .member-column__item--text strong {
  font-size: 22px;
  font-weight: 600;
}
#transferArea .member-box .member-column__item picture {
  position: relative;
  display: block;
  max-width: 160px;
  margin: 10px auto;
}
@media screen and (max-width: 640px) {
  #transferArea {
    /* .wata_what .wata_inner-plus .four-col_box {
      justify-content: flex-start;
    } */
  }
  #transferArea .wata_what .wata_inner-plus {
    padding: 0 4% 15%;
  }
  #transferArea .member-box {
    padding: 20px 4% 24px;
  }
  #transferArea .member-box b {
    font-size: 1em;
    font-weight: 500;
  }
  #transferArea .member-box .member-column__lead {
    margin-bottom: 18px;
  }
  #transferArea .member-box .member-column {
    -moz-column-gap: 9.3333333333vw;
    column-gap: 9.3333333333vw;
  }
  #transferArea .member-box .member-column__item picture {
    width: 34.6666666667vw;
  }
  #transferArea .member-box .member-column__item--text {
    font-size: 0.8em;
    line-height: 1.4;
  }
  #transferArea .member-box .member-column__item--text strong {
    font-size: 1.4em;
  }
}
#transferArea .plus .wata_main.__member .main_bg,
#transferArea .light .wata_main.__member .main_bg,
#transferArea .use .wata_main.__member .main_bg {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#transferArea .plus .wata_main.__member .main_bg {
  background-image: url(../images/plus_main_bg_pc.png);
}
#transferArea .light .wata_main.__member .main_bg,
#transferArea .use .wata_main.__member .main_bg {
  background-image: url(../images/main_bg_pc.png);
}
#transferArea .plus .wata_main.__member .main_bg::after,
#transferArea .light .wata_main.__member .main_bg::after,
#transferArea .use .wata_main.__member .main_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(120deg, transparent, transparent 20px, rgb(255, 255, 255) 20px, rgb(255, 255, 255) 40px);
}
#transferArea .plus .wata_main.__member .mainvisual {
  top: 0;
  padding-top: 70px;
}
#transferArea .light .wata_main.__member .mainvisual,
#transferArea .use .wata_main.__member .mainvisual {
  height: auto;
  padding: 70px 0 20px;
}
#transferArea .plus .wata_main.__member .mainvisual .main_img img,
#transferArea .light .wata_main.__member .mainvisual .main_img img,
#transferArea .use .wata_main.__member .mainvisual .main_img img {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #transferArea .plus .wata_main.__member .mainvisual .fee-txt {
    font-size: 24px;
  }
  #transferArea .plus .wata_main.__member .mainvisual .fee-txt .note {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #transferArea .plus .wata_main.__member .main_bg {
    background-image: url(../images/plus_main_bg_sp.png);
  }
  #transferArea .light .wata_main.__member .main_bg,
  #transferArea .use .wata_main.__member .main_bg {
    background-image: url(../images/main_bg_sp.png);
  }
  #transferArea .plus .wata_main.__member .main_bg::after,
  #transferArea .light .wata_main.__member .main_bg::after,
  #transferArea .use .wata_main.__member .main_bg::after {
    height: 5.3333333333vw;
    background: repeating-linear-gradient(120deg, transparent, transparent 2.6666666667vw, rgb(255, 255, 255) 2.6666666667vw, rgb(255, 255, 255) 5.3333333333vw);
  }
  #transferArea .plus .wata_main.__member .mainvisual {
    top: 0;
    padding-top: 9.3333333333vw;
  }
  #transferArea .light .wata_main.__member .mainvisual,
  #transferArea .use .wata_main.__member .mainvisual {
    padding: 9.3333333333vw 0 0;
  }
  #transferArea .plus .wata_main.__member .mainvisual .main_img {
    padding-top: 0;
  }
  #transferArea .light .wata_main.__member .mainvisual .main_img img {
    width: 86.2666666667vw !important;
  }
  #transferArea .use .wata_main.__member .mainvisual .main_img img {
    width: 92.9333333333vw !important;
    margin-top: 5.3333333333vw;
  }
}
#transferArea .p-payment__section {
  max-width: 900px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  #transferArea .p-payment__section {
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}
#transferArea .p-payment__section .c-font__h4 {
  text-align: left;
}
#transferArea .p-payment__other {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  #transferArea .p-payment__other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    margin-top: 32px;
  }
}
#transferArea .p-payment__other a {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px 0px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-image: none !important;
  color: var(--color-dark) !important;
  position: relative;
}
@media screen and (min-width: 769px) {
  #transferArea .p-payment__other a {
    padding: 0px 4px 14px 2px;
  }
}
#transferArea .p-payment__other a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--color-gray2);
  background-image: linear-gradient(90deg, var(--color-dark), var(--color-dark));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0% 2px;
  transition: background-size 0.4s ease;
}
#transferArea .p-payment__other a:hover::before {
  background-size: 100% 2px;
  background-position: left bottom;
}
#transferArea .p-payment__other a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%231a1a1a" d="M14.8585 11.5318L9.51833 6.19171C9.39482 6.0681 9.22994 6 9.05414 6C8.87833 6 8.71346 6.0681 8.58995 6.19171L8.19668 6.58487C7.94078 6.84107 7.94078 7.25745 8.19668 7.51326L12.6809 11.9975L8.19171 16.4867C8.06819 16.6104 8 16.7751 8 16.9508C8 17.1267 8.06819 17.2915 8.19171 17.4152L8.58497 17.8083C8.70858 17.9319 8.87336 18 9.04916 18C9.22497 18 9.38984 17.9319 9.51335 17.8083L14.8585 12.4634C14.9823 12.3394 15.0503 12.1738 15.0499 11.9978C15.0503 11.8211 14.9823 11.6557 14.8585 11.5318Z" /></svg>') center center/contain no-repeat;
}
#transferArea .p-payment__btnWrapper {
  max-width: 335px;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  #transferArea .p-payment__btnWrapper {
    width: 442px;
    margin: 48px auto 0;
  }
}
#transferArea .p-payment__btnWrapper a {
  color: var(--color-blue) !important;
  text-decoration: none;
}
/*# sourceMappingURL=../../../sourcemaps/service/watatheatre/css/renewal_wata_layout.css.map */