@charset "utf-8";
/* ============================================================
 PRICE
============================================================ */
.local-nav-link .blue-line {
  max-width: 100%;
  padding: 0.8em 0.3em 0.8em 2em;
  position: relative;
}
.local-nav-link .blue-line span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0.5em;
}
.local-nav-link .blue-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 65px;
  height: 74px;
}
.local-nav-link .agency:before {
  background: url(/images/top/solution_agency.svg) no-repeat center center;
  background-size: contain;
}
.local-nav-link .marketer:before {
  background: url(/images/top/solution_marketer.svg) no-repeat center center;
  background-size: contain;
}
.scroll {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}
.price-list {
  border: 1px solid #707070;
  border-radius: 12px;
  background: #fff;
}
.price-list table {
  width: 100%;
  table-layout: fixed;
}
.price-list th,
.price-list td {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  text-align: center;
  line-height: 1.5;
}
.price-list th:last-child,
.price-list td:last-child {
  border-right: 0;
}
.price-list tr:nth-child(odd) {
  background: #F9F9F9;
}
.price-list tr:first-child {
  background: none;
}
.price-list tr:last-child th,
.price-list tr:last-child td {
  border-bottom: 0;
}
.price-list th,
.price-list .item-ttl {
  font-size: 1.5rem;
  font-weight: 700;
}
.price-list th {
  padding: 1.11em 1em;
}
.price-list td {
  font-size: 1.8rem;
  padding: 0.8em 1em;
}
.price-list td span {
  font-size: 1.3rem;
}
.price-list .item-ttl {
  width: 16.3%;
  white-space: nowrap;
  padding: 0.8em 1em;
}
.price-list .standard,
.price-list .light {
  position: relative;
  font-weight: 700;
}
.price-list .feature {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.price-list .balloon {
  top: -30px;
}
.expert {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.expert:after {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 0;
  z-index: 0;
}
.agency.container,
.marketer.container {
  margin-top: 60px;
}
.agency.container.bg-color-blue,
.marketer.container.bg-color-blue {
  padding-top: 60px;
}
.agency .cont-ttl,
.marketer .cont-ttl {
  margin-top: 100px;
  position: relative;
}
.agency .cont-ttl:before,
.marketer .cont-ttl:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 78px;
}
.marketer .cont-ttl:before {
  background: url(/images/top/solution_marketer.svg) no-repeat center center;
  background-size: contain;
}
.marketer .price-list .standard {
  width: 30%;
  border-left: 2px solid #004588;
  border-right: 2px solid #004588;
}
.marketer .price-list th.light {
  background: #CCD8E5;
}
.marketer .price-list th.expert:after {
  background: #668BB0;
}
.marketer .price-list .standard-head,
.marketer .price-list .standard-bottom {
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 2px solid #004588;
  border-right: 2px solid #004588;
}
.marketer .price-list .standard-head {
  padding: 1.6em 1em;
  bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #003E7C;
  color: #fff;
  border-top: 2px solid #004588;
}
.marketer .price-list .standard-bottom {
  padding: 1.1em 1em;
  top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  border-bottom: 2px solid #004588;
}
.agency .cont-ttl:before {
  background: url(/images/top/solution_agency.svg) no-repeat center center;
  background-size: contain;
}
.agency .price-list .light,
.agency .price-list .standard {
  width: 22.8%;
}
.agency .price-list .light {
  border-right: 1px solid #707070;
  border-left: 2px solid #004588;
}
.agency .price-list .standard {
  border-left: 0;
  border-right: 2px solid #004588;
}
.agency .price-list tr:first-child .light,
.agency .price-list tr:last-child .light {
  border-right: 0;
}
.agency .price-list th.starter {
  background: #CCD8E5;
}
.agency .price-list th.expert:after {
  background: #668BB0;
}
.agency .price-list .light-head,
.agency .price-list .light-bottom,
.agency .price-list .standard-head,
.agency .price-list .standard-bottom {
  position: absolute;
  width: calc(100% + 2px);
  min-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agency .price-list .light-head,
.agency .price-list .standard-head {
  padding: 1.6em 1em;
  bottom: 0;
  color: #fff;
  border-top: 2px solid #004588;
}
.agency .price-list .light-head {
  left: -2px;
  border-radius: 12px 0 0 0;
  background: #336496;
  border-right: 1px solid #707070;
  border-left: 2px solid #004588;
}
.agency .price-list .standard-head {
  right: -2px;
  border-radius: 0 12px 0 0;
  background: #003E7C;
  border-right: 2px solid #004588;
}
.agency .price-list .light-bottom,
.agency .price-list .standard-bottom {
  padding: 1.1em 1em;
  top: 0;
  background: #fff;
  border-bottom: 2px solid #004588;
}
.agency .price-list .light-bottom {
  left: -2px;
  border-radius: 0 0 0 12px;
  border-right: 1px solid #707070;
  border-left: 2px solid #004588;
}
.agency .price-list .standard-bottom {
  right: -2px;
  border-radius: 0 0 12px 0;
  border-right: 2px solid #004588;
}
.bg-inner {
  position: relative;
  z-index: 1;
}
.shadow-left,
.shadow-right {
  position: relative;
}
.shadow-left:before,
.shadow-right:before,
.shadow-left:after,
.shadow-right:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shadow-left:after {
  -webkit-box-shadow: -10px 0px 25px -10px rgba(0, 69, 136, 0.15);
          box-shadow: -10px 0px 25px -10px rgba(0, 69, 136, 0.15);
}
.shadow-right:before {
  -webkit-box-shadow: 10px 0px 25px -10px rgba(0, 69, 136, 0.15);
          box-shadow: 10px 0px 25px -10px rgba(0, 69, 136, 0.15);
}
.contact {
  margin-top: 60px;
  margin-bottom: 120px;
}
.contact a {
  display: block;
  background: #fff;
  border-radius: 12px;
}
.contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
}
.contact dt {
  width: 26.7%;
}
.contact dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4.8%;
}
.contact .btn {
  max-width: 100%;
  padding: 1.25em 0.3em 1.25em 0.3em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
}
.contact .btn:hover {
  -webkit-transform: none;
          transform: none;
}
.contact .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 14px;
  height: 10px;
  background: url(/images/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.contact .point {
  margin: 15px 30px 0 30px;
}
.option .cont-ttl {
  margin-top: 80px;
  position: relative;
}
.option .cont-ttl:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: url(/images/price/icon_option.svg) no-repeat center center;
  background-size: contain;
}
.option .cont-ttl:after {
  display: none;
}
.option .cont-second-ttl {
  color: #004588;
  text-align: left;
  margin-bottom: 20px;
}
.option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #DEDEDE;
}
.option dl:first-of-type {
  border-top: 1px solid #DEDEDE;
}
.option dl:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.option dl:nth-of-type(odd) dd {
  margin-left: 0;
  margin-right: 6%;
}
.option dt {
  width: 36%;
}
.option dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6%;
}
@media screen and (max-width: 1200px) {
  .scroll {
    width: 100%;
    min-width: initial;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 970px) {
  .price-list .item-ttl {
    width: 20%;
  }
  .contact .btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .local-nav-link > li {
    margin-top: 20px;
  }
  .local-nav-link .blue-line {
    max-width: 100%;
    padding: 0.8em 0.3em 0.8em 2em;
    position: relative;
  }
  .local-nav-link .blue-line span {
    font-size: 1.2rem;
  }
  .local-nav-link .blue-line:before {
    width: 55px;
    height: 60px;
  }
  .local-nav-link .agency:before {
    background: url(/images/top/solution_agency.svg) no-repeat center center;
    background-size: contain;
  }
  .local-nav-link .marketer:before {
    background: url(/images/top/solution_marketer.svg) no-repeat center center;
    background-size: contain;
  }
  .price-list th,
  .price-list .item-ttl {
    font-size: 1.2rem;
  }
  .price-list th {
    padding: 0.5em 0.8em;
  }
  .price-list td {
    font-size: 1.4rem;
    padding: 0.4em 0.8em;
  }
  .price-list td span {
    font-size: 1.1rem;
  }
  .price-list .item-ttl {
    padding: 0.4em 0.8em;
  }
  .price-list .feature {
    padding-left: 0.8em;
    padding-right: 0.8em;
    font-size: 1.2rem;
  }
  .price-list .light-head,
  .price-list .standard-head {
    padding: 1.2em 1em;
  }
  .contact {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .contact dl {
    display: block;
    padding: 20px;
  }
  .contact dt {
    width: 50%;
    margin: 0 auto;
  }
  .contact dd {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .contact .btn {
    width: 100%;
    padding: 0.8em 0.3em 0.8em 0.3em;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .contact .point {
    margin: 10px 20px 0 20px;
  }
  .option .cont-ttl {
    margin-top: 40px;
  }
  .option .cont-ttl:before {
    top: -40px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
  }
  .option .cont-ttl:after {
    display: none;
  }
  .option .cont-second-ttl {
    margin-bottom: 0;
  }
  .option dl {
    display: block;
    padding: 20px 0;
  }
  .option dl:nth-of-type(odd) dd {
    margin-right: 0;
  }
  .option dt {
    width: 100%;
  }
  .option dd {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .scroll {
    width: auto;
    overflow-x: scroll;
    height: auto;
    padding: 10% 5%;
  }
  .price-list {
    width: 180%;
  }
}
