@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body, form *, input, textarea, select, button, table *, th, td, fieldset, legend, option {
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}

/* ----------------------------------------
  カラー
---------------------------------------- */
/* ----------------------------------------
  Elevation box-shadow
---------------------------------------- */
/* ----------------------------------------
  デフォルト
---------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body, table *, form *, td, th {
  color: #0C0C0C;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #0C0C0C;
}

input:focus, select:focus {
  outline: none;
}

/* ----------------------------------------
  AppBar | Top
---------------------------------------- */
.next_body {
  max-width: 540px;
  margin: auto;
}

.next_body #wrapper {
  position: relative;
  width: 100%;
}

.next-appbar_top {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 540px;
  background-color: #FFFFFF;
  padding: 0 16px;
  border-bottom: 1px solid #E5E5E5;
  z-index: 3;
}

.next-appbar_top.shadow {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}

.next-appbar_top-contents {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-appbar_top-logo {
  margin: 3px 32px 0 0;
}

.next-appbar_top-logo img {
  width: 24px;
  height: 24px;
}

.next-appbar_top-title {
  position: relative;
  color: #0C0C0C;
  font-size: 18px;
  font-weight: bold;
}

/* ----------------------------------------
  Header
---------------------------------------- */
.next-header_point {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.next-header_point_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-header_point_detail div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.next-header_point_detail div img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.next-header_point_detail div p {
  padding-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  color: #0C0C0C;
}

.next-header_point #point_add_button {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.12px;
  color: #FA628A;
}

.next_header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 540px;
  height: 55px;
  max-height: 55px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* box-shadow: $elevation-04 rgba(0, 0, 0, 0.14);*/
  padding: 0 0 0 16px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 3;
}

.next_header_logo {
  margin: 0 32px 0 0;
}

.next_header_logo img {
  width: 24px;
  height: 24px;
}

.next_header_title {
  position: relative;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 700;
}

/* ----------------------------------------
  テキストフィールド
---------------------------------------- */
.next-textfield {
  position: relative;
  height: 48px;
  margin: 12px 0;
}

.next-textfield input[type="text"], .next-textfield input[type="password"] {
  position: relative;
  padding: 12px 36px 12px 16px;
  border: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: transparent;
  border: 1px solid #B2B2B2;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  letter-spacing: 0.64px;
  z-index: 1;
}

.next-textfield input[type="text"] ~ label, .next-textfield input[type="password"] ~ label {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.56px;
  padding: 0 2px;
  background-color: #FFFFFF;
  top: 13px;
  left: 17px;
  color: #6D6D6D;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.next-textfield input[type="text"]:placeholder-shown ~ input[type='checkbox'], .next-textfield input[type="password"]:placeholder-shown ~ input[type='checkbox'] {
  display: none;
}

.next-textfield input[type="text"]:not(:placeholder-shown) ~ label, .next-textfield input[type="password"]:not(:placeholder-shown) ~ label {
  font-size: 14px;
  line-height: 14px;
  top: -6px;
  z-index: 2;
}

.next-textfield input[type="text"]:not(:placeholder-shown) ~ input[type='checkbox'], .next-textfield input[type="password"]:not(:placeholder-shown) ~ input[type='checkbox'] {
  display: block;
}

.next-textfield input[type="text"]:focus, .next-textfield input[type="password"]:focus {
  border: 2px solid #19BEBE;
}

.next-textfield input[type="text"]:focus ~ label, .next-textfield input[type="password"]:focus ~ label {
  font-size: 14px;
  line-height: 14px;
  top: -6px;
  color: #19BEBE;
  z-index: 2;
}

.next-textfield input[type="text"]:invalid, .next-textfield input[type="password"]:invalid {
  border: 2px solid #CD0000;
}

.next-textfield input[type="text"]:invalid ~ label, .next-textfield input[type="password"]:invalid ~ label {
  color: #CD0000;
}

.next-textfield-opt_btn {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: 4px;
  bottom: 0;
  right: 8px;
  margin: auto;
}

.next-textfield-opt_btn.show_password {
  background-image: url("/img/renewal/next/icon/icon-blind.svg");
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  background-repeat: no-repeat;
}

.next-textfield-opt_btn.show_password:checked {
  background-image: url("/img/renewal/next/icon/icon-watch.svg");
}

.next-textfield-opt_btn.clear_text {
  background-image: url("/img/renewal/next/icon/icon-close.svg");
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  background-repeat: no-repeat;
}

.next-selectfield {
  position: relative;
  height: 48px;
  margin: 12px 0;
}

.next-selectfield-select {
  position: relative;
  padding: 12px 16px;
  border: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: transparent;
  background-image: url("/img/renewal/next/icon/icon-drop_down.svg");
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #B2B2B2;
  width: 100%;
  letter-spacing: 0.64px;
  z-index: 1;
  margin: auto;
}

.next-selectfield-select option:first-child {
  display: none;
}

.next-selectfield-select ~ label {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
  padding: 0 2px;
  background-color: #FFFFFF;
  top: 13px;
  left: 17px;
  color: #6D6D6D;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.next-selectfield-select:focus {
  border: 2px solid #19BEBE;
}

.next-selectfield-select:focus ~ label {
  color: #19BEBE;
}

.next-selectfield-select_checked:checked ~ label {
  font-size: 14px;
  line-height: 14px;
  top: -6px;
  z-index: 2;
}

.no_padding {
  padding: 0;
}

.no_padding-bottom {
  padding-bottom: 0;
}

.margin-top_24 {
  margin-top: 24px;
}

/*
  [モバイラーズとは] 固有
*/
.mobilers_top_area {
  margin-top: 92px;
}

.mobilers_point_separator {
  background-color: #FFFFFF;
  margin: 24px 16px 0 16px;
}

.mobilers_point_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  height: 44px;
  border: solid 1px #e5e5e5;
}

.mobilers_point_area {
  font-size: 16px;
}

.mobilers_point_area.title {
  height: 100%;
  width: 70%;
  display: inline-block;
  padding: 8px;
  background-color: #E5E5E5;
  text-align: center;
  letter-spacing: 0.64px;
}

.mobilers_point_area.point {
  height: 100%;
  width: 30%;
  display: inline-block;
  text-align: right;
  padding: 8px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.54px;
}

.mobilers_main_img {
  width: 100%;
  height: auto;
}

.mobilers_top_area_male {
  margin-top: 116px;
}

.main_contents {
  background-color: #FFF;
  margin: 0 16px;
  clear: both;
  padding: 0;
}

.mobilers_description_area.title {
  margin-top: 36px;
  font-size: 18px;
  letter-spacing: 0.54px;
  font-weight: bold;
}

.mobilers_description_area.title.last_col {
  margin: 24px 0 100px 0;
}

.mobilers_description_area.title a {
  color: #fa6288;
  font-size: 16px;
  letter-spacing: 0.8px;
}

.mobilers_description_area.detail {
  margin: 12px 0 16px 0;
  font-size: 16px;
  letter-spacing: 0.64px;
}

.mobilers_description_area.list_title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin: 36px 0 4px 12px;
}

.mobilers_description_area.list_title span {
  font-weight: normal;
}

.mobilers_description_area.list_box {
  margin-left: 12px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.mobilers_description_area.list_detail {
  margin-top: 20px;
}

.mobilers_description_area.notice {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.mobilers_num {
  margin: 20px 28px 0 auto;
}

.mobilers_num em {
  letter-spacing: 0.42px;
  color: #19bebe;
}

div.elevation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  width: 100%;
  height: 105px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}

div.elevation.extra_height {
  height: 125px;
}

.exchange_link_box {
  margin: 16px 16px;
  width: 230px;
}

.exchange_link_box.title {
  margin: 0;
  color: #FA628A;
  font-size: 16px;
  letter-spacing: 0.48px;
  font-weight: bold;
}

.exchange_link_box.detail {
  margin: 0;
  color: #6D6D6D;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: bold;
}

.exchange_link_image {
  margin: 36px 20px 36px auto;
}

.exchange_link_image img {
  height: 40px;
  width: 65px;
}

/*# sourceMappingURL=mobilers_next.css.map */
