@charset "UTF-8";

/* ==========================================================================
   pricing.css
   「料金プラン」専用CSS
   ========================================================================== */

@media screen and (min-width: 820px), print {
  .p-priceList__col {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
  .p-priceList__item {
    background-color: #fff;
    border: 4px solid #1fbebd;
    border-radius: 2rem;
    padding: 4rem 4rem 2rem;
  }
  .p-priceList__item__txt {
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 1;
  }
  .p-priceList__item__em {
    font-size: 2.8rem;
    font-weight: bold;
  }
}
.p-priceList__item__note {
  margin: .2rem 0 0;
   text-align: center;
}
@media screen and (max-width: 819px) {
  .p-priceList__item {
    background-color: #fff;
    border: 4px solid #1fbebd;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    padding: 1.8rem 1.8rem 1.6rem;
  }
  .p-priceList__item__txt {
    font-size: 2rem;
    margin-bottom: 0;
    text-align: center;
  }
  .p-priceList__item__em {
    font-size: 2.5rem;
    font-weight: bold;
  }
}


.p-priceLicenseWrap {
  max-width: 60rem;
  width: 100%;
  margin: auto;
}
.p-priceLicenseWrap__note {
  margin-top: 1rem;
}
.p-priceLicense {
  background-color: #fffced;
  border: 3px solid #1fbebd;
  padding: 5rem;
}
@media screen and (min-width: 820px), print {
  .p-priceLicense p {
    margin-bottom: 1rem;
  }
  .p-priceLicense__header {
    margin-bottom: 3rem;
  }
  .p-priceLicense__header__ttl {
    border-bottom: 2px solid #1fbebd;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3rem !important;
    padding-bottom: 2rem;
    text-align: center;
  }
  .p-priceLicense__header__com {
    font-size: 2rem;
    text-align: center;
  }
  .p-priceLicense__header__txt {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
  }
  .p-priceLicense__header__txt__em {
    font-size: 5rem;
    font-weight: bold;
  }
  .p-priceLicense__col {
    width: 100%;
    background-color: #fff;
    border: 2px solid #dcd4a6;
    padding: 3rem 5rem 2rem;
    text-align: left;
  }
  .p-priceLicense__ttlm {
    margin-bottom: 2rem !important;
    font-size: 2rem;
    font-weight: bold;
  }
  .p-priceLicense__list {
    padding-left: 0;
  }
  .p-priceLicense__list li {
    font-size: 2rem;
    padding-left: 2.5rem;
    background-image: url("../../img/page/home/icon_deco.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: top .5rem left;
    list-style: none;
  }
  .p-priceLicense__list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 819px) {
  .p-priceLicense {
    padding: 2.5rem 1.5rem 1.5rem;
  }
  .p-priceLicense p {
    margin-bottom: 1rem;
  }
  .p-priceLicense__header {
    margin-bottom: 3rem;
  }
  .p-priceLicense__header__ttl {
    border-bottom: 2px solid #1fbebd;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem !important;
    padding-bottom: 1rem;
    text-align: center;
  }
  .p-priceLicense__header__txt {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
  .p-priceLicense__header__txt__em {
    font-size: 3rem;
    font-weight: bold;
  }
  .p-priceLicense__col {
    width: 100%;
    background-color: #fff;
    border: 2px solid #dcd4a6;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
  }
  .p-priceLicense__ttlm {
    margin-bottom: 1rem !important;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-priceLicense__list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .p-priceLicense__list li {
    font-size: 1.5rem;
    padding-left: 1.8rem;
    background-image: url("../../img/page/home/icon_deco.svg");
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: left;
    background-position: top .6rem left;
    list-style: none;
  }
  .p-priceLicense__list li {
    margin-bottom: 1rem;
  }
}



.p-opServiceWrap {
  text-align: center;
}
.p-opServiceWrap .c-leadText__title {
  display: inline-block;
  padding-left: 2.2rem;
  background: url("../../img/common/contents-header-sub.svg") left top 1.5rem no-repeat;
}
@media screen and (max-width: 819px) {
  .p-opServiceWrap .c-leadText__title {
    background-position: top 8rem;
  }
}
.p-opService {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .p-opService {
    display: block;
  }
}
.p-opService__ph {
  width: 44rem;
  flex-shrink: 0;
}
@media screen and (max-width: 819px) {
  .p-opService__ph {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 819px) {
  .p-opService__ph img {
    width: 100%;
  }
}
.p-opService__col {
  margin-left: 3rem;
}
@media screen and (max-width: 819px) {
  .p-opService__col {
    margin-left: 0;
  }
}
.p-opService__ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.p-opService__ex {
  background-color: #fff;
  border: 1px solid #bdbcbc;
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 819px) {
  .p-opService__ex {
    padding: 2rem;
  }
}
.p-opService__list {
}
.p-opService__list dt {
  position: relative;
  width: 14rem;
}
.p-opService__list dt::after {
  content: '：';
}
.p-opService__list dd {
  margin: -3rem 0 1rem 14rem;
}
@media screen and (max-width: 819px) {
  .p-opService__list dd {
    margin: 0 0 1rem;
  }
}
