@charset "UTF-8";

/* ----------------
 PASSPORT IMG
---------------- */

.layout_passport-image {
  padding: 0 25px;
  margin-bottom: 40px;
  background-color: #fff;
}

.layout_passport-image img, .layout_passport-image_02 img {
  width: 100%;
}

.layout_passport-image_02 {
  padding: 15px 50px;
  margin-bottom: 20px;
  background-color: #fff;
}

.layout_passport-example {
  border-left: 4px solid #549e64;
  font-size: 18px;
  padding-left: 6px;
  margin-bottom: 8px;
  color: #539e64;
  line-height: 24px;
}

/* ----------------
 PASSPORT MERIT
---------------- */

.sub-contents-inbox-title span {
  background: #fff;
}

.layout_sub-contents-area-inner.even .sub-contents-inbox-title span {
  background: #F3F4F6;
}

.passport-merit-num {
  display: inline-block;
  background: #66AA59;
  color: #fff;
  font-size: 90%;
  font-weight: normal;
  margin: 0 6px 0 0;
  padding: 8px 10px;
}
.passport-merit-title {
  color: #58A466;
  font-size: 20px;
  margin: 10px 0 5px 0;
}
.layout_payment-attention {
  font-size: 12px;
}

/* ---------------
 PRICE TABLE
---------------- */

.layout_sub-table-contents {
  margin: 0 0 25px 0;
  width: 100%;
}

.layout_sub-inbox-contents-text {
  padding: 0 0 30px 0;
}

.layout_sub-contents-body .plan {
  margin-top: 12px;
}

.layout_item-name {
  background: #F0F7EC;
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

.layout_sub-table-contents tr:nth-child(2n) .layout_item-name {
  background: #E2F0DA;
}

.layout_item-content {
  background: #FFF;
  border-bottom: 1px solid #D1D1D1;
  padding: 10px 20px;
  width: 70%;
}

.layout_sub-table-contents tr:nth-child(2n) .layout_item-content {
  background: #F6F6F6;
}

.passport-price-num {
  display: inline-block;
  background: #F4DF7F;
  color: #333333;
  font-size: 80%;
  margin: 0 0 0 5%;
  padding: 5px;
}

.layout_sub-inbox-contents-passport-text {
  margin-bottom: 40px;
}

.layout_sub-table-contents tr:first-child {
  border-top: 1px solid #D1D1D1;
}

.notes {
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.area {
  text-align: center;
  display: table;
  padding: 0 0 20px;
  margin: 0 auto;
}

.area .toggle .toggle-slide {
  border-radius: 9999px;
}

.area .toggle .toggle-on,.area .toggle .toggle-off {
  background: #58a466;
  background: -moz-linear-gradient(top, #58a466 0%, #82b440 100%);
  background: -webkit-linear-gradient(top, #58a466 0%, #82b440 100%);
  background: linear-gradient(to bottom, #58a466 0%, #82b440 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#58a466', endColorstr='#82b440', GradientType=0);
}

.area .toggle .toggle-blob {
  border-radius: 50px;
  background-color: #fff;
}

.area > span {
  margin-left: 0.5em;
  margin-right: 0.5em;
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}

.area > span.is-on {
  color: #58A466;
}

.area .toggle {
  display: inline-block;
  padding: 3px;
  background: linear-gradient(to bottom, #58a466 0%, #82b440 100%);
  border-radius: 50px;
  cursor: pointer;
  vertical-align: middle;
}

table.price-list {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0;
}

table.price-list.right {
  display: none;
}

table.price-list caption {
  background-color: #67AA59;
  font-size: 16px;
  padding: 8px 16px;
  color: #fff;
  text-align: left;
}

table.price-list th[scope="col"] {
  background-color: #E8E8E8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
}

table.price-list th.price[scope="col"] {
  background-color: #FFFBE3;
  padding: 10px 2px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

table.price-list th[scope="row"] {
  background-color: #F0F7EC;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  word-break : break-all;
}

table.price-list th[scope="row"]:last-child {
  border-right: none;
}

table.price-list th.textleft {
  text-align: left;
  vertical-align: top;
  padding: 1em;
}

table.price-list td {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  padding: 10px;
}

table.price-list td.textleft {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
}

table.price-list .textleft02 > td {
  text-align: left;
}

table.price-list td.is-left {
  border-left: none;
}

/* ---------------
 BUTTON
---------------- */

.layout_passport-link {
  margin: 30px auto 0 auto;
  width: 300px;
}

.btn_passport-link {
  background: #ffffff;
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  padding: 20px 15px;
  font-size: 16px;
  color: #2D333D;
  border: 1px solid #2D333D;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
}

.btn_passport-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: solid 2px #2D333D;
  border-right: solid 2px #2D333D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

.btn_passport-link:hover {
  background: #fafafa;
  color: #2D333D;
}

/* tabs */
.specification-table-scroll .tabs {
  list-style: none;
  margin-top: 10px;
}

.specification-table-scroll .tabs li {
  color: #000;
  background-color: #ebebeb;
  text-align: center;
  width: 20%;
  display: inline-block;
  line-height: 3em;
  list-style-type: none;
  margin-right: 1px;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}

.specification-table-scroll .tabs li:hover {
  background: #f2f2f2;
}

.specification-table-scroll .tabs li.active {
  color: #fff;
  background: #58a466;
}

.specification-table-scroll .panel {
  border-top: 4px solid #58a466;
  display: none;
}

.specification-table-scroll .panel.show {
  display: block;
}

/* Plan2 */
.flex-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.flex-item {
  width: 25%;
  text-align: center;
}

@media only screen and (max-width: 779px) {
  /* ----------------
     PAYMENT CARDS
    ---------------- */
  .passport-merit-num {
    display: inline-block;
    background: #58A466;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    margin: 0 4px 4px 0;
    padding: 6px 8px;
  }

  .passport-merit-title {
    color: #58A466;
    font-size: 16px;
    margin: 0;
  }

  .layout_sub-contents-area-inner.first .layout_sub-inbox-contents-text {
    margin: 15px 0 0 0;
  }

  .layout_passport-image, .layout_passport-image_02 {
    padding: 15px 0;
    display: block;
    height: auto;
  }

  .layout_passport-image img, .layout_passport-image_02 img {
    width: 100%;
  }

  .layout_sub-contents-area-inner.even .sub-contents-inbox-title span {
    background-color: #ffffff;
  }

  .passport-price-num {
    margin: 0;
  }

  .sub-contents-inbox-title span {
    background: #fff;
  }

  .sub-title {
    margin-bottom: 1em;
  }

  .overview {
    border: none;
    background: none;
  }

  .notes {
    margin: 0 10px;
  }

  .layout_sub-contents-body .plan {
    margin-top: 32px;
  }

  /* table */

  table.price-list td {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    padding: 2px;
  }

  /* toggle */
  .area .toggle {
    width: 55px;
    height: 25px;
  }

  .passport-price-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }

  /* LINK BUTTON */

  .layout_passport-link {
    margin: 40px auto 0 auto;
    max-width: 300px;
    width: 80%;
  }

  .specification-table-scroll .tabs li {
    font-size: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (min-width: 780px) {
  .area {
    font-size: 16px;
  }

  .area .toggle {
    width: 75px;
    height: 35px;
  }

  .layout_sub-contents-area-inner.even .sub-contents-inbox-title span {
    background: #F3F4F6;
  }

}