﻿@charset "UTF-8";
/*  Reset
------------------------------------------------------------*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  outline: none;
  text-decoration: none;
}

a,
div,
li {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

body {
  background-color: #fff;
  min-width: 960px;
}

main {
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/*  header
------------------------------------------------------------*/
#page .nav-header .site.logo {
  line-height: 3.5em;
}

#page .nav-header,
#page .txt-hd-setting,
#page .btn-hd-setting {
  font-size: 14px;
}

.nav-header {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  padding-top: 10px;
}

.nav-header:before,
.nav-header:after {
  content: "";
  display: table;
}

.nav-header:after {
  clear: both;
}

.nav-header .site-logo {
  float: left;
  line-height: 3.6em;
  padding-left: 10px;
}

.nav-header .site-logo a {
  display: block;
}

.nav-header .site-logo img {
  vertical-align: middle;
}

.nav-header .nav-utillity {
  float: right;
  position: relative;
}

.nav-header .nav-utillity.is-about:after,
.nav-header .nav-utillity.is-help:after,
.nav-header .nav-utillity.is-regist:after {
  background-color: #e73817;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 184px;
  height: 2px;
}

.nav-header .nav-utillity.is-about:after {
  left: 0;
}

.nav-header .nav-utillity.is-about .lnk-nav-about {
  font-weight: bold;
}

.nav-header .nav-utillity.is-about .lnk-nav-about:link,
.nav-header .nav-utillity.is-about .lnk-nav-about:hover,
.nav-header .nav-utillity.is-about .lnk-nav-about:active,
.nav-header .nav-utillity.is-about .lnk-nav-about:visited {
  color: #e73817;
}

.nav-header .nav-utillity.is-help:after {
  left: 183px;
}

.nav-header .nav-utillity.is-help .lnk-nav-help {
  font-weight: bold;
}

.nav-header .nav-utillity.is-help .lnk-nav-help:link,
.nav-header .nav-utillity.is-help .lnk-nav-help:hover,
.nav-header .nav-utillity.is-help .lnk-nav-help:active,
.nav-header .nav-utillity.is-help .lnk-nav-help:visited {
  color: #e73817;
}

.nav-header .nav-utillity.is-regist:after {
  left: 366px;
}

.nav-header .nav-utillity li {
  border-right: solid 1px #ddd;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.nav-header .nav-utillity li:first-child {
  border-left: solid 1px #ddd;
}

.nav-header .nav-utillity li a {
  display: block;
  width: 122px;
}

.nav-header .nav-utillity li a:hover {
  text-decoration: underline;
}

.nav-header .nav-utillity li a:link,
.nav-header .nav-utillity li a:hover,
.nav-header .nav-utillity li a:active,
.nav-header .nav-utillity li a:visited {
  color: #333;
}

.nav-header .nav-utillity li a.lnk-nav-flow:hover,
.nav-header .nav-utillity li a.lnk-nav-about:hover,
.nav-header .nav-utillity li a.lnk-nav-help:hover {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-header .nav-utillity li a.lnk-nav-flow {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.nav-header .nav-utillity li a.lnk-nav-about {
  width: 150px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav-header .nav-utillity li a.lnk-nav-help {
  width: 107px;
  line-height: 3.6em;
}

.nav-header .nav-utillity li a.btn-nav-register:link,
.nav-header .nav-utillity li a.btn-nav-register:hover,
.nav-header .nav-utillity li a.btn-nav-register:active,
.nav-header .nav-utillity li a.btn-nav-register:visited {
  color: #fff;
}

.nav-header .nav-utillity li a.current {
  font-weight: bold;
}

.btn-nav-register {
  background-color: #e73817;
  width: 142px;
  font-weight: bold;
  line-height: 3.6em;
}

.btn-nav-register.readHerdBtn {
  line-height: 1.4;
  padding: 5px 0 5px;
}

.btn-nav-register.readHerdBtn:hover {
  text-decoration: none !important;
  opacity: 0.6;
}

.contents {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  overflow: hidden;
  width: 960px;
}

/*  main
------------------------------------------------------------*/
.warraper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

main {
  background-color: #fafafa;
  padding: 40px 0 90px;
}

main .login_container {
  width: 530px;
  margin-right: auto;
  margin-left: auto;
}

main .login_box {
  background-color: #fff;
  padding: 40px;
}

/*  nav_flowcharts  --------------------*/
.nav_flowcharts {
  text-align: center;
}

/*  contents-area  --------------------*/
.contents-area {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
}
.contents-area > *:first-child {
  margin-top: 0;
}

/*  contents-info-area  --------------------*/
.contents-info-area {
  margin-top: 42px;
  text-align: center;
}
.contents-info-area > *:first-child {
  margin-top: 0;
}

/*  important-area  --------------------*/
.important-area {
  border: 1px solid #d2d1d2;
  padding: 12px 20px;
}
.important-area .text {
  font-size: 12px;
}

/*  headding  --------------------*/
.headding_1 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.headding_2 {
  font-size: 18px;
  padding-left: 10px;
  border-left: 6px solid #e93817;
  font-weight: bold;
  margin-top: 25px;
}

.headding_3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

/*  text  --------------------*/
.text {
  margin-top: 25px;
  font-size: 16px;
}
.text em {
  font-weight: bold;
}
.text .keycolor {
  color: #e93817;
}
.text strong {
  font-weight: bold;
  color: #f00;
}

.caution-text {
  margin-top: 25px;
}
.caution-text em {
  color: #e93817;
  font-size: 18px;
  font-weight: bold;
}
.caution-text + .text {
  margin-top: 12px;
}
.caution-sub-text {
  font-weight: bold;
}
.annotation-text {
  font-size: 12px;
}

/*  txt_link  --------------------*/
.txt_link {
  color: #e93817;
  text-decoration: underline;
}

.txt_link:hover {
  text-decoration: none;
}

.txt_link:visited {
  color: #96c;
}

/*  required  --------------------*/
.required {
  font-size: 12px;
  background-color: #e93817;
  color: #fff;
  padding: 0 6px 1px;
  display: inline-block;
  margin-left: 10px;
}

.required_t {
  position: relative;
  top: -2px;
}

/*  important-list  --------------------*/
.important-list .linktxt:not(:first-child) {
  margin-top: 5px;
}

.important-list .link {
  font-size: 14px;
  color: #226bc4;
  padding: 0 0 0 23px;
  background: url(../images/common/icon_link.png) no-repeat 0 50%;
  cursor: pointer;
  text-decoration: underline;
}
.important-list .link:visited {
  color: #226bc4;
}

.important-list .pdf-link:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_pdf.png) no-repeat left top;
}

/*  caution-list  --------------------*/
.caution-list li {
  font-size: 12px;
  padding-left: 1.25em;
  position: relative;
}
.caution-list li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.caution-list + .caution-list {
  margin-top: 20px;
}

/*  caution-list--ex  --------------------*/
.caution-list--ex li {
  font-size: 16px;
}
.caution-list--ex li:before {
  content: "※";
  margin-right: 0.25em;
}

/*  plain-list  --------------------*/
.plain-list {
  margin-top: 25px;
}
.plain-list li {
  font-size: 16px;
  padding-left: 1.25em;
  position: relative;
}
.plain-list li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.plain-list li em {
  font-weight: bold;
}
.plain-list li.plain-list-item--ex:before {
  font-weight: bold;
}

/*====================  form  ====================*/
/*  radio  --------------------*/
.radio-area__1column {
  width: 100%;
  margin-top: 16px;
}
.radio-area__1column .radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.radio-area__1column .radio:first-child {
  margin-top: 0;
}

.radio-area__multi-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.radio-area__multi-column .radio {
  margin-top: 0;
}
.radio-area__multi-column .radio:not(:first-child) {
  margin-left: 40px;
}

.radio {
  margin-top: 20px;
}

.radio_content {
  display: none;
}

.radio_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
}

.radio_text_ts {
  padding: 20px 0 0 0px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-size: 13.5px;
}

.radio_text:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
  cursor: pointer;
}

.radio_text_ts:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -80%);
  left: 36px;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
  cursor: pointer;
}

.radio input:checked + .radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}

.radio input:checked + .radio_text_ts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 41px;
  width: 7px;
  height: 7px;
  background: #e93817;
  border-radius: 100%;
}

.radio-area__multi-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.radio-area__multi-column .radio {
  margin-top: 0;
}
.radio-area__multi-column .radio .radio_text:before {
  top: 10px;
}
.radio-area__multi-column .radio input:checked + .radio_text::after {
  top: 6px;
}

.box-select_radio {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  width: 100%;
}
.box-select_radio:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
}
.box-select_radio input:checked + .box-select_img::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}
.box-select_radio .box-select_radio_content {
  display: none;
}

.box-select_radio .box-select_text {
  cursor: pointer;
  font-size: 14px;
}

.box-select_radio_rcex {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  width: 300px;
}
.box-select_radio_rcex:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
}
.box-select_radio_rcex input:checked + .box-select_img::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}
.box-select_radio_rcex .box-select_radio_content {
  display: none;
}

.box-select_radio_rcex .box-select_text {
  cursor: pointer;
  font-size: 14px;
  padding-left: 32px;
}

.box-select_text_rcex {
  cursor: pointer;
  font-size: 14px;
  margin-left: 48px;
  margin-bottom: 16px;
}

.stb_select_radio {
  margin: 5px 0px 5px 0px;
}

.stb_select_radio_content {
  display: none;
}

.stb_select_radio_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
}

.stb_select_radio_text:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
  cursor: pointer;
}

.stb_select_radio input:checked + .stb_select_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}

.cm_select_radio {
  margin: 5px 0px 5px 0px;
}

.cm_select_radio_content {
  display: none;
}

.cm_select_radio_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
}

.cm_select_radio_text:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
  cursor: pointer;
}

.cm_select_radio input:checked + .cm_select_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}

.mesh_select_radio {
  width: 100%;
  margin: 5px 0px 5px 0px;
}

.mesh_select_radio_content {
  display: none;
}

.mesh_select_radio_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
}

.mesh_select_radio_text:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
  cursor: pointer;
}

.mesh_select_radio input:checked + .mesh_select_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}

.self_removal_meshwifi_select_radio {
  width: 100%;
  margin: 5px 0px 5px 0px;
}

.self_removal_meshwifi_select_radio_content {
  display: none;
}

.self_removal_meshwifi_select_radio_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
}

.self_removal_meshwifi_select_radio_text:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
  cursor: pointer;
}

.self_removal_meshwifi_select_radio input:checked + .self_removal_meshwifi_select_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}

.self_removal_hdd_select_radio {
  width: 100%;
  margin: 5px 0px 5px 0px;
}

.self_removal_hdd_select_radio_content {
  display: none;
}

.self_removal_hdd_select_radio_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
}

.self_removal_hdd_select_radio_text:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #f3f3f3;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
  cursor: pointer;
}

.self_removal_hdd_select_radio input:checked + .self_removal_hdd_select_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #e93817;
  border-radius: 100%;
}


/*  checkbox  --------------------*/
.checkbox {
  margin-top: 20px;
}

.checkbox_content {
  display: none;
}

.checkbox_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
}

.checkbox_text:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  cursor: pointer;
}

.checkbox input[type=checkbox]:checked + label:before {
  background-image: url(../images/common/img_check.png);
  background-repeat: no-repeat;
  background-size: 18px 14px;
}

/*  checkbox--agree  --------------------*/
.checkbox--agree {
  margin-top: 20px;
}

.checkbox--agree_content {
  display: none;
}

.checkbox--agree_text {
  padding: 0 0 0 26px;
  cursor: pointer;
  position: relative;
  font-size: 17px;
}

.checkbox--agree_text:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  cursor: pointer;
}

.checkbox--agree input[type=checkbox]:checked + label:before {
  background-image: url(../images/common/img_check.png);
  background-repeat: no-repeat;
  background-size: 18px 14px;
}

/*  login_checkbox  --------------------*/
.login_container input[type=text],
.login_container input[type=password],
.login_container input[type=email] {
  display: block;
  margin: 15px auto 0;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  outline: 0;
  background-color: #f3f3f3;
}

.login_checkbox {
  position: relative;
  margin-top: 20px;
}

.login_checkbox_content {
  display: none;
}

.login_checkbox_text {
  padding: 0 0 0 26px;
  cursor: pointer;
}

.login_checkbox_text:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  cursor: pointer;
}

.login_checkbox input[type=checkbox]:checked + label:before {
  background-image: url(../images/common/img_check.png);
  background-repeat: no-repeat;
  background-size: 18px 14px;
}

/*====================  btn  ====================*/
/*  btn_area--1column  --------------------*/
.btn_area--1column {
  width: 370px;
  margin: 30px auto 0;
}
.btn_area--1column .btn:not(:first-child) {
  margin-top: 30px;
}

/*  btn_area--1column-login  --------------------*/
.btn_area--1column-login {
  width: 450px;
  margin: 30px auto 0;
}
.btn_area--1column-login .btn:not(:first-child) {
  margin-top: 30px;
}

/*  btn_area--2column  --------------------*/
.btn_area--2column {
  width: 640px;
  margin: 26px auto 0;
  display: flex;
}
.btn_area--2column .btn:first-child {
  margin-right: 40px;
  width: 230px;
}
.btn_area--2column .btn:last-child {
  width: 370px;
}

/*  btn  --------------------*/
.btn .btn__item {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #e83416;
  background: linear-gradient(to bottom, #eb5d45 0%, #e83416 100%);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 20px;
  font-family: "Noto Sans Japanese Medium";
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border: none;
}

.btn .btn__item:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 48%;
  margin-top: -5px;
}

.btn .btn__item:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn .btn__normal {
  width: 450px;
  background: linear-gradient(to bottom, #eb5d45 0%, #e83416 100%);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  padding: 15px 0px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: none;
}

.btn .btn__normal:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*  js-disabled  --------------------*/
.btn__item:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

/*  btn_login  --------------------*/
.btn_login .btn_submit {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #e83416;
  background: linear-gradient(to bottom, #eb5d45 0%, #e83416 100%);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 22px;
  font-family: "Noto Sans Japanese Medium";
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-top: 18px;
  font-weight: bold;
  width: 100%;
  border: none;
}

.btn_login .btn_submit:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}

.btn_login .btn_submit:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*  btn--back  --------------------*/
.btn--back .btn__item {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #aaa;
  background: linear-gradient(to bottom, #ddd 0%, #aaa 100%);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 20px;
  font-family: "Noto Sans Japanese Medium";
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border: none;
}

.btn--back .btn__item:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
          transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
  position: absolute;
  left: 13px;
  top: 48%;
  margin-top: -5px;
}

.btn--back .btn__item:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn .btn__item.green, .btn .btn__normal.green {
  background: linear-gradient(#6baa00 0%, #5e9600 100%);
}

/*  btn--close  --------------------*/
.btn--close {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #e83416;
  background: linear-gradient(to bottom, #eb5d45 0%, #e83416 100%);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 20px;
  font-family: "Noto Sans Japanese Medium";
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border: none;
}

.btn--close:after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 48%;
  margin-top: -5px;
}

.btn--close:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*  sign_up  --------------------*/
.sign_up {
  margin-top: 25px;
  border-top: 1px solid #ccc;
}

.btn_sign_up a {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #fff;
  border: 2px solid #e83416;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Noto Sans Japanese Medium";
  line-height: 1.2;
  color: #e83416;
  text-align: center;
  margin-top: 21px;
  font-weight: bold;
}

.btn_sign_up a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e83416;
  border-right: 2px solid #e83416;
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}

.btn_sign_up a:hover {
  opacity: 0.7;
}

/*  sign_up--ex  --------------------*/
.sign_up--ex {
  margin-top: 25px;
  border-top: 1px solid #ccc;
}

.btn_sign_up--ex a {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #fff;
  border: 2px solid #e83416;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Noto Sans Japanese Medium";
  line-height: 1.2;
  color: #e83416;
  text-align: center;
  margin-top: 4px;
  font-weight: bold;
}

.btn_sign_up--ex a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #e83416;
  border-right: 2px solid #e83416;
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}

.btn_sign_up--ex a:hover {
  opacity: 0.7;
}

/*  user_profile  --------------------*/
.user_profile {
  margin: 20px auto 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*  table  --------------------*/
.table_area {
  margin-top: 20px;
  border: 1px solid #ccc;
}
.table_area + .table_area {
  margin-top: 30px;
}

.table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.table .table_tit {
  padding: 12px 18px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  width: 300px;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.table .table_tit_self_removal_meshwifi,
.table .table_tit_cm,
.table .table_tit_mesh {
  padding: 12px 18px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  width: 300px;
  border-right: 1px solid #ccc;
  align-items: center;
  flex-wrap: wrap;
}

.table .table_tit_self_removal_hdd {
  padding: 12px 18px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  width: 300px;
  border-right: 1px solid #ccc;
  align-items: center;
  flex-wrap: wrap;
}

.table .table_tit.table_tit--em {
  background-color: #999;
  color: #fff;
}
.table .table_cont {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}
.table .table_cont .table_sup_acce_choice {
  width: 100%;
}

.table .table_cont_img {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding: 12px 18px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}

.table .disp_block {
  display: block !important;
}
.table:last-child {
  border-bottom: none;
}
.table .table_sub-text {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}
.table .table_sub_cm-text {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}
.table .table_sub_mesh-text {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}
.table .table_sub_self_removal_meshwifi-text {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}
.table .table_sub_self_removal_hdd-text {
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}
.table .box-select {
  padding: 0;
  align-items: start;
}
.table .box-select .box-select_item {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.table .box-select .box-select_item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.table .stb_select {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

/*  accordion  --------------------*/
.accordion_area {
  margin-top: 30px;
}

.accordion:not(:first-child) {
  margin-top: 30px;
}

.accordion .accordion__tit {
  font-size: 16px;
  font-weight: bold;
  border-left: 6px solid #e93817;
  padding: 0 16px;
  background: url(../images/common/icon_open.png) right center no-repeat;
  cursor: pointer;
}

.accordion .accordion__tit.js-open {
  background: url(../images/common/icon_close.png) right center no-repeat;
}

.accordion .accordion__cont {
  display: none;
  padding: 20px 0 0;
}
.accordion .accordion__cont p.text:first-child {
  margin-top: 0;
}

/*  accordion-table  --------------------*/
.accordion-table_area {
  margin-top: 30px;
}

.accordion-table {
  border: 1px solid #ccc;
}
.accordion-table:nth-child(n + 2) {
  border-top: none;
}
.accordion-table dt.accordion-table__tit {
  background: url(../images/common/icon_open.png) right 18px center no-repeat;
  background-color: #f3f3f3;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 18px;
}
.accordion-table dt.accordion-table__tit.js-open {
  background-image: url(../images/common/icon_close.png);
}
.accordion-table .accordion-table__cont {
  display: flex;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  font-size: 16px;
}
.accordion-table .accordion-table__cont .cont-channel {
  border-right: 1px solid #ccc;
  width: 668px;
  display: flex;
  box-sizing: border-box;
}
.accordion-table .accordion-table__cont .cont-channel .channel_check {
  display: none;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 20px 28px 60px;
  width: 100%;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label .channel_item {
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label .channel_item .channel_img {
  width: 85px;
  margin-right: 10px;
  text-align: center;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label .channel_item .channel_text {
  font-size: 16px;
  line-height: 1.4;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label .channel_item:last-child {
  margin-right: 0;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label .channel_sub-lead {
  width: 100%;
  margin-bottom: 6px;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label--ex .channel_item {
  margin-right: 13px;
}
.accordion-table .accordion-table__cont .cont-channel .channel_label--ex .channel_item .channel_text {
  width: 92px;
}
.accordion-table .accordion-table__cont .cont-channel input:checked + .channel_label:before {
  background: url(../images/common/img_check_02.png) left 3px top 5px no-repeat;
}
.accordion-table .accordion-table__cont .cont-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 668px);
  padding: 28px 20px;
  font-size: 12px;
}
.accordion-table .accordion-table__cont .cont-price em {
  font-weight: bold;
  font-size: 14px;
}
.accordion-table .accordion-table__cont .cont-price span.yen {
  font-size: 18px;
}
.accordion-table .accordion-table__cont .cont-price span.campaign {
  background-color: #e93817;
  color: #fff;
  padding: 1px 6px 0;
  display: inline-block;
}
.accordion-table .accordion-table__cont .cont-price p:not(:first-child) {
  margin-top: 3px;
}
.accordion-table .cont-channel--tight .cont-channel .channel_label {
  padding: 10px 20px 10px 60px;
}
.accordion-table .cont-channel--tight .cont-price {
  padding: 10px 20px;
}

/*  js
------------------------------------------------------------*/
/*  error_message  --------------------*/
.error_message {
  display: none;
  border: 1px solid #f00;
  padding: 20px;
  background-color: #fffaf9;
  margin-bottom: 30px;
  display: none;
  font-size: 15px;
  color: #f00;
}

.contents-area .headding_2 + #error_message_wrap {
  margin-top: 20px;
}

.error_m {
  display: none;
}

.error_message .inp_error {
  display: block;
}

.block {
  display: block;
}

/*  pagetop  --------------------*/
.pagetop {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/common/btn_pagetop.gif);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 40px;
  height: 40px;
}

/*  footer
------------------------------------------------------------*/
.nav-footer {
  background-color: #f3f3f3;
}

.nav-footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-footer .row-3 {
  width: 970px;
}

.nav-footer .nav-sitelink li {
  background-image: url(../images/common/com_ic_03.png);
  background-repeat: no-repeat;
  background-position: 1px 0.5em;
  margin-bottom: 0.5em;
}

.nav-footer .nav-sitelink li a {
  padding-left: 10px;
}

.nav-footer .nav-sitelink li a:link,
.nav-footer .nav-sitelink li a:hover,
.nav-footer .nav-sitelink li a:active,
.nav-footer .nav-sitelink li a:visited {
  color: #333;
}

.nav-footer .nav-sitelink li a:hover {
  text-decoration: underline;
}

.nav-footer .nav-sitelink li a[target=_blank]:after {
  background-image: url(../images/common/com_ic_04.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
}

.footer {
  background-color: #fff;
  padding-bottom: 70px;
  text-align: right;
}

.footer .contents {
  border-top: solid 1px #e73817;
  padding-top: 10px;
}

#page .nav-footer,
#page .footer {
  font-size: 14px;
}

.nav-footer .row-3 {
  width: 970px;
}

.txt-ft-copyright {
  line-height: 2.8;
}

.txt-ft-zaq img {
  margin-right: 3px;
  vertical-align: text-bottom;
}

.row {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row.row-2 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-2 .cols {
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}

.row.row-3 {
  margin-right: -5px;
  margin-left: -5px;
}

.row.row-3 .cols {
  padding-right: 5px;
  padding-left: 5px;
  width: 33.3333%;
}

.cols {
  display: table-cell;
  vertical-align: top;
}

#page .row {
  width: 100%;
}

.notes em {
  font-weight: bold;
}

/*  調整用
------------------------------------------------------------*/
.adj_content-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.adj_content-mh550 {
  min-height: 550px;
}

.txt_aling_c {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mbm20 {
  margin-bottom: -20px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}


/* 追加
-----------------------------------------------------------*/
iframe {
  display: none;
}

/* プログレスダイアログ設定 */
.ui-dialog-titlebar {
  display: none;
}

.progress_dialog_style.ui-dialog {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #fafafa;
    outline: 0 none;
    text-align: center;
}

.progress_dialog_style.ui-dialog .progress_dialog_style.ui-dialog-content {
    border: 0 none;
}

#progressDialog {
  display: none;
}

.progressDialogInner {
  height: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 1.8em;
}

/* STBイメージ設定 */
.stb_image_box {
    position: table-cell;
    width: 95px;
    height:80px;
    vertical-align: middle;
    margin-right:10px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #cccccc;
}

.stb_image {
    vertical-align: middle;
    width: 75px;
}

/* STBイメージ設定 */
.stb_image_box_rcex {
    position: table-cell;
    width: 190px;
    height:160px;
    vertical-align: middle;
    margin-right:10px;
    line-height: 150px;
    text-align: center;
}

.remocon_image_box_rcex {
    position: table-cell;
    width: auto;
    height:160px;
    vertical-align: middle;
    line-height: 150px;
    text-align: center;
}

.stb_image_rcex {
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: auto;
}

.remocon_image_rcex {
    text-align: center;
    vertical-align: middle;
    width: auto;
    height: 150px;
}

.link_image {
  width: 174px;
  height: auto;
  margin: 10px 0px;
}

.table_dl_tit {
  padding: 6px 18px;
  background-color: #999;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  border-right: 1px solid #ccc;
  display: block;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}

.table_dl_cont {
  padding: 6px 18px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  box-sizing: border-box;
  width: 100%;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.table .table_cont_link {
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding: 12px 18px;
  display: block;
  font-size: 16px;
}

.table_cont_link_text {
  font-size: 14px;
}

.table dd.blue_box {
	display: table-cell;
}

.table dd.blue_box dl {
  margin: 10px;
  border: 1px solid #0085CD;
}

.table dd.blue_box dl dt,
.table dd.blue_box dl dd {
  margin: 0;
  padding: 5px 0 5px 10px;
  border: 1px solid #0085CD;
}

.table dd.blue_box dl dt {
  background-color: #0085CD;
	font-weight: bold;
	color: #fff;
}

.table dl.blue_box_mini {
	width: calc(100% - 210px);
}

.blue_box_mini_row {
	padding: 0px 0px 0px 10px !important;
}

.blue_box_mini_col {
	display: table-cell;
	border-right: 2px solid #0085CD;
	width: 190px;
	padding: 5px 0px 5px 0px !important;
}

.blue_box_mini_col_end {
	display: table-cell;
	text-align: right;
	width: 150px;
	padding: 5px 8px 5px 0px !important;
}

.btn_font_small {
  font-size: 18px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.text_small {
    font-size: 14px;
}

.text_small_13px {
    font-size: 13px;
}

.text_small_12px {
    font-size: 12px;
}

.text-red {
  color: #f00;
}

.table dd.gray_box {
	display: table-cell;
}

.table dd.gray_box dl {
  margin: 10px;
  border: 1px solid #B2B2B2;
}

.table dd.gray_box dl dt,
.table dd.gray_box dl dd {
  margin: 0;
  padding: 5px 0 5px 10px;
  border: 1px solid #B2B2B2;
}

.table dd.gray_box dl dt {
  background-color: #fef3e5;
}

.table dl.gray_box_mini {
	width: calc(100% - 210px);
}

.gray_box_mini_row {
	padding: 0px 0px 0px 10px !important;
}

.gray_box_mini_col {
	display: table-cell;
	border-right: 2px solid #B2B2B2;
	width: 190px;
	padding: 5px 0px 5px 0px !important;
}

.gray_box_mini_col_end {
	display: table-cell;
	text-align: right;
	width: 150px;
	padding: 5px 8px 5px 0px !important;
}

/*2019.2.6/2.19追加*/

.table {
	width: 100%;
}

.table .blue_box table {
  /*float: left;*/
  margin: 10px;
  border: 2px solid #0085CD;
	font-size: 90%;
}

.table .blue_box th,
.table .blue_box td {
  margin: 0;
  padding: 5px 10px 5px 10px;
  border: 1px solid #0085CD;
}

.table .blue_box th {
  background-color: #0085CD;
	font-weight: bold;
	color: #fff;
}

.table .blue_box td.txt_price {
  text-align: right#0085CD;
}

.table .blue_box p {
	font-size: 16px;
	margin: 15px;
}

.table .blue_box table .table_blank {
	width: 10%;
  border: none;
}

.table .blue_box table .table_select {
	width: 65%;
  border-left: none;
}

div.app_text {
  margin-top:36px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

div.app_text_img {
  display: table-cell;
  padding: 8px 8px 8px 8px;
}

div.app_text_desc {
  display: table-cell;
  padding: 8px 8px 8px 16px;
}

img.app_icon {
  width: 120px;
  height: 120px;
}

img.app_link_qr {
  width: 200px;
  height: 201px;
}
img.app_store_link {
  width: 200px;
  height: 65px;
}

p.app_text_desc_title {
  font-size:110%;
  font-weight:800;
}

p.app_text_desc_detail {
  font-size:90%;
  padding-top:8px;
  padding-left:8px;
}

.regist_block {
  width: fit-content;
  display: flex;
  margin: auto;
}

.regist_block_img_List {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.regist_block_operator_text{
  margin-top: 45px;
  margin-bottom: 20px;
}

.regist_block_image_table_left {
  text-align: right;
  padding: 5px 10px;
}

.regist_block_image_table_right {
  text-align: left;
  padding: 5px 10px;
}

.file_upload_button {
  display: block;
  position: relative;
  width: 300px;
  padding: 12px 20px 12px 20px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #00a5a8;
  font-size: 14px;
  color: #00a5a8;
  text-align: center;
  cursor: pointer;
}
.file_upload_button span.plus_icon{
  display: inline-block;
	*display: inline;
	*zoom: 1;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #00a5a8;
  float: right;
}
.file_upload_button span.plus_icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #00a5a8;
}
.upload_name {
  font-size: 90%;
}
.upload_clear {
  border-radius: 5px;
  padding: 4px 8px 4px 8px;
  background: #666;
  color:#fff;
  font-size: 12px;
  border:none;
}
.ls-dot {
    padding-left:12px;
    padding-right:8px;
}
.ls-dot li {
    list-style-type: "・";
    padding-left: 0px;
}
.ls-ref {
    padding-left:12px;
    padding-right:8px;
}
.ls-ref li {
    list-style-type: "※";
    padding-left: 0px;
}
.myj-page-mapping-area {
    position: relative;
    width: 920px;
    text-align: center;
    margin-bottom: 60px;
    margin-right:auto;
    margin-left: auto;
}
.myj-page-mapping {
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    justify-content: space-between;
    position:relative;
    width: 770px;
    height: 54px;
    background-image: url(../../img/common/page-map-bg.png);
    margin-right:auto;
    margin-left: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.myj-page-mapping-point,
.myj-page-mapping-point-current {
    position: relative;
    width: 54px;
    height: 54px;
    line-height: 52px;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
}
.myj-page-mapping-point {
    background-color: #bbbbbb;
}
.myj-page-mapping-point-current {
    background-color: #ff350d;
}
.myj-page-mapping-point-text,
.myj-page-mapping-point-text-current {
    position: absolute;
    top: 62px;
    left: -54px;
    width: 162px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    line-height: 1.1em;
}
.myj-page-mapping-point-text {
    color: #bbbbbb;
}
.myj-page-mapping-point-text-current {
    color: #ff350d;
}
.mobile_area_table {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.mobile_area_table th,
.mobile_area_table td {
    margin: 0;
    padding: 10px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
.mobile_area_table th {
    background-color: #f3f3f3;
    font-weight: 800;
}
