@charset "UTF-8";
/* Default */
/* [ Sample ] */
/*-----------------------------------------------------
 * Unify Style Overwrite
/*-----------------------------------------------------*/
.u-side-nav--has-sub-menu__indicator {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
  opacity: 0.5;
}

.form-control::placeholder {
  opacity: 0.5;
}

.col-astha {
  max-width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

span.page-link {
  cursor: none !important;
}

textarea {
  white-space: pre;
}

.u-has-error-v1-3 [class*="input-group-"],
.u-has-error-v1-3 [class*="input-group-"]:last-child {
  color: #f00;
}

.u-btn-outline-primary:focus,
.u-btn-outline-primary.active {
  color: #fff;
  background-color: #527bcc;
}

@media (min-width: 992px) {
  .table-responsive {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
  }
}

/*-----------------------------------------------------
 * Bootstrap Style Overwrite
/*-----------------------------------------------------*/
.container {
  background-color: #fff;
}

.modal-dialog {
  max-width: 800px;
}

td.sortable {
  text-align: center;
}

.help-block {
  display: block;
  margin-top: 0.2em;
  color: #406b19;
}

/* PC View */
@media (min-width: 992px) {
  .container {
    padding: 1.42857rem 7.14286rem;
  }
  .form-group .col-sm-3 {
    text-align: right;
  }
}

/*-----------------------------------------------------
 * CakePHP Setting
/*-----------------------------------------------------*/
.cake-error,
.cake-debug-output {
  margin-top: 70px;
}

.form-error {
  background-color: #fff0f0;
}

.error-message {
  color: #cc0000;
  font-weight: bold;
}

input.form-error[type=checkbox] {
  background-color: #fff0f0;
  border-color: #f00;
}

/*-----------------------------------------------------
 * Common Setting
/*-----------------------------------------------------*/
body {
  background-image: url("/img/registration/bg.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.display-none {
  /* あとで検索やすいようにこの名称 */
  display: none !important;
}

a.disabled {
  pointer-events: none;
  text-decoration: line-through;
}

a.disabled:after {
  content: '　[未実装]';
}

tr.deleted td {
  background-color: #CECFCE;
}

span.required {
  margin-left: 0.2rem;
  color: #CC0000;
}

span.unit {
  font-size: 0.9em;
  margin-left: 0.2em;
}

.page-header {
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #CECFCE;
}

.bold {
  font-weight: bold;
}

/*-----------------------------------------------------
 * Entry Setting
/*-----------------------------------------------------*/
#MyUserTos {
  -ms-transform: scale(1.6);
      transform: scale(1.6);
}

.loadAddress {
  display: none;
}

.planInfo h2 {
  text-align: center;
}

.planInfo table {
  width: 100%;
}

.planInfo .planDescription {
  display: none;
}

.planInfo span.value {
  margin-left: 0.6em;
  font-size: 1.25em;
}

.planInfo span.attention {
  color: #CC0000;
}

.planInfo ul li {
  margin-bottom: 0.85714rem;
}

.table-responsive table.table th {
  vertical-align: middle;
}

.table-responsive table.table td {
  border-top: 1px solid #dee2e6;
  vertical-align: middle;
}

#zeus_new_card_area {
  margin: 0 !important;
}

@media (max-width: 768px) {
  #createAccountProcess li {
    display: none;
  }
  #createAccountProcess li.active {
    display: block;
  }
  #zeus_token_card_info_area {
    margin: 0 0 20px 0;
  }
  #zeus_token_card_number {
    width: 100% !important;
  }
  #zeus_token_card_name {
    width: 100% !important;
  }
}

/*-----------------------------------------------------
 * Price Table
/*-----------------------------------------------------*/
.priceTable .plan-wrap {
  text-align: center;
}

.priceTable .plan-wrap h3 {
  display: none;
}

.priceTable .plan-wrap h3 + p {
  display: none;
}

.priceTable .plan-wrap p:first-child {
  display: none;
}

.priceTable .plan-wrap .pB {
  color: #0e56a8;
}

.priceTable .plan-wrap table {
  max-width: 1080px;
  width: 80%;
  margin: 50px auto 90px;
  background: #fff;
  border-collapse: collapse;
  box-shadow: 0 0 15px rgba(172, 172, 172, 0.25);
}

.priceTable .plan-wrap tr:nth-child(odd) td {
  background: #f7f7f7;
}

.priceTable .plan-wrap th, .priceTable .plan-wrap td {
  padding: 20px 0;
  border-right: 2px solid #ebebeb;
}

.priceTable .plan-wrap th:last-child,
.priceTable .plan-wrap td:last-child {
  border: none !important;
}

.priceTable .plan-wrap th {
  font-size: 120%;
}

.priceTable .plan-wrap td {
  text-align: center;
  width: calc((100% - 30%) / 4);
}

.priceTable .plan-wrap td span {
  font-size: 140%;
  font-weight: bold;
}

.priceTable .plan-wrap td:first-child {
  width: 30%;
}

.priceTable .pLastArea {
  padding: 10px !important;
}

.priceTable .pSmall {
  font-size: .8rem;
  text-align: left;
  margin: 0;
}

@media (max-width: 991.98px) {
  .priceTable .disp-sp {
    display: block;
  }
  .priceTable .plan-wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0;
  }
  .priceTable .plan-wrap table {
    width: 96%;
    margin: 30px auto;
  }
  .priceTable .plan-wrap th {
    font-size: 100%;
  }
  .priceTable .plan-wrap th,
  .priceTable .plan-wrap td {
    padding: 10px 0;
  }
  .priceTable .plan-wrap td span {
    font-size: 120%;
  }
}
