@charset "UTF-8";

/* ----------------
 SUB CONTENTS AREAで画面100%の背景がある場合
---------------- */
body {
  display: table;
  overflow: hidden;
  width: 100%;
}

.layout_sub-contents-area.one-column {
  width: auto;
  float: none;
  margin: 0;
}

.payment-content-title {
  color: #58a466;
  font-size: 26px;
  text-align: center;
  padding: 0 0 25px;
}

.payment-content-subtitle {
  color: #58a466;
  font-size: 21px;
  margin: 15px 0;
}

.payment-content-msg {
  float: left;
  width: 420px;
}

/* -----------------
 USAGE CONTENT
---------------- */
.btn-usagegraph {
  float: right;
  width: 520px;
}

.payment-content-img {
  margin: 20px auto;
  text-align: center;
  width: auto;
}

/* ----------------
 SPEC DETAIL LIST
 --------------- */
.payment-content-coment {
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}

.spec-box {
  float: left;
  margin: 0 15px 30px 0;
  width: 225px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}

.spec-header {
  width: 225px;
  height: 45px;
  font-size: 16px;
  padding-left: 10px;
  color: #fff;
  background: #58a466;
  background: -webkit-linear-gradient(left, #58a466 0%, #82b440 100%);
  background: linear-gradient(to right, #58a466 0%, #82b440 100%);
  display: table-cell;
  vertical-align: middle;
}

.spec-icon {
  width: 35px;
}

.spec-detail {
  display: block;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  width: 100%;
}

a.spec-item {
  color: #2C333D;
  padding-left: 1em;
  text-indent: -0.5em;
  display: block;
}

.spec-item:hover {
  color: #58A466;
  text-decoration: none;
}

.spec-detail:nth-child(even) {
  background: #eee;
}

.spec-item .fa-chevron-right {
  color: #58a466;
}

.layout_sub-contents-area-inner.even {
  background: #F3F4F6;
}

.layout_support-list-box {
  float: left;
  width: 50%;
}

.layout_support-list-title {
  font-size: 22px;
  color: #58a466;
  margin: 0 0 15px 0;
}

.layout_support-list-img {
  float: left;
  margin: 0 20px 0 0;
}

.layout_support-list-text {
  margin: 0 30px 10px 0;
}

.layout_payment-list-text {
  margin: 0 0 10px 0;
}

.btn_payment-price a {
  padding: 15px 15px;
}

.btn_payment-info a {
  background: #fff;
  border: 1px solid #2D333D;
  color: #2D333D;
}

.btn_payment-info a:hover {
  background: #fafafa;
}

.btn_payment-info a:after {
  border-top: solid 2px #2D333D;
  border-right: solid 2px #2D333D;
}

.btn_price-pdf {
  background: url(../../common/images/img_price-table.png) no-repeat 35px 10px #FFFFFF;
  display: inline-block;
  padding: 20px 15px 20px 110px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  color: #2D333D;
  border-radius: 4px;
  border: solid 1px #999;
  position: relative;
  margin-left: 60px;
}

.btn_price-pdf:hover {
  background-color: #E5E5E5;
  color: #2D333D;
}

.btn_price-pdf:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #515963;
  border-right: solid 2px #515963;
  margin-top: -6px;
  left: 16px;
  -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_price-pdf:after {
  content: url(../../common/images/icon_price-pdf.png);
  padding: 3px;
  vertical-align: middle;
}

.price-pdf-btn {
  margin-bottom: 20px;
}

.layout_support-list_02 {
  padding-top: 30px;
}

/**
 * new css
 * Pricing list divider
 * Add 2020.06.15
 */
.price-list-download {
  margin: 1rem auto;
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 2px solid #fff;
  width: 796px;
}

.price-list-download-information {
  display: flex;
  align-items: center;
}

.price-list-download-icon {
  margin-right: 1em;
}

.price-list-download-title {
  font-size: 18px;
  line-height: 24px;
  color: #539e64;
}

.price-list-download-text {
  font-size: 16px;
  line-height: 24px;
}

.price-list-download-links {
  display: flex;
  justify-content: right;
  align-items: center;
}

.price-list-download-btn {
  display: inline-block;
  padding: 7px 1rem;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 24px;
  background: #58a466;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #58a466;
  text-align: center;
  margin-right: 1rem;
}

.price-list-download-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.price-list-download-btn.outline {
  color: #58a466;
  background: transparent;
  margin-right: 0;
}

.price-list-download-btn.outline:hover {
  color: #58a466;
  opacity: 0.8;
}

@media only screen and (max-width: 779px) {
  .payment-content-title {
    font-size: 18px;
    padding: 0 0 20px 0;
    line-height: 1.5;
  }

  .payment-content-title:not(.page-title) {
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 6px 15px 9px 15px;
    background-size: auto 100%;
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
    background: #58a466;
    background: -webkit-linear-gradient(top, #7db564 0%, #65ab72 100%);
    background: linear-gradient(to top, #7db564 0%, #65ab72 100%);
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 1px #549C61;
  }

  .payment-content-msg {
    float: none;
    width: 100%;
  }

  .payment-content-img {
    margin: 10px 0 0 0;
    max-width: 100%;
  }

  .payment-content-img img {
    max-width: 100%;
    height: auto;
  }

  .payment-plus {
    height: 30px;
    margin: -20px 0 0 0;
    overflow: hidden;
  }

  .btn-usagegraph {
    float: none;
    display: block;
    margin: 20px auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .spec-box {
    float: none;
    border-left: 1px solid #818383;
    border-right: 1px solid #818383;
    border-bottom: 1px solid #818383;
    margin: 0;
    width: auto;
  }

  .spec-box:first-child {
    border-top: 1px solid #818383;
  }

  .spec-header {
    position: relative;
    font-size: 16px;
    text-indent: 0;
    width: auto;
    background: #fff;
    padding-left: 0;
    color: #515963;
    display: inherit;
  }

  .spec-header span {
    display: block;
    padding: 10px;
  }

  .spec-header span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -8px 0 0 0;
    border-bottom: solid 3px #2D333D;
    border-right: solid 3px #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;
  }

  a.spec-item {
    background: none;
    padding: 0;
  }

  .is-selected .spec-header span {
    color: #67AA59;
  }

  .is-selected .spec-header span:after {
    top: 28px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .sub-title {
    margin: 0;
    color: #2C333D;
    background: none;
    border-bottom: 1px solid #818383;
  }

  .spec-body {
    display: none;
  }

  .spec-detail:first-child {
    border-top: 1px solid #818383;
  }

  .spec-detail {
    background: #F0F0F0;
    border-bottom: 1px solid #B2B2B2;
    position: relative;
    padding: 7px 10px;
    width: auto;
  }

  .spec-detail:last-child {
    border: none;
  }

  /* --------------

  --------------- */
  .layout_sub-contents-area-inner.even {
    padding: 20px 0;
  }

  .layout_support-list-box {
    float: none;
    margin: 30px 10px;
    width: auto;
  }

  .layout_support-list_02 {
    padding-top: 0px;
  }

  .layout_support-list-title {
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 6px 15px 9px 15px;
    background-size: auto 100%;
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
    background: #58a466;
    background: -webkit-linear-gradient(top, #7db564 0%, #65ab72 100%);
    background: linear-gradient(to top, #7db564 0%, #65ab72 100%);
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 1px #549C61;
  }

  .btn_payment-price, .btn_payment-info {
    float: none;
    clear: both;
    display: block;
    margin: 10px auto;
  }

  .btn_payment-price a, .btn_payment-info a {
    text-align: center;
  }

  .hide-mobile-payment {
    display: none !important;
  }

  /**
   * new css
   * Pricing list divider
   * Add 2020.06.15
   */
  .price-list-download {
    padding: 14px;
    display: block;
    width: auto;
    border: 2px solid #ddd;
  }

  .price-list-download-information-container {
    padding-bottom: 8px;
  }
}