@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #0066cc;
}

a:hover {
  color: #0066cc;
  text-decoration: none;
  opacity: 0.7;
}

h3 {
  font-size: 26px;
}

h1,
h2,
h3 {
  font-weight: 900;
}

.container {
  max-width: 1200px;
}

.pc-dib {
  display: inline-block;
}

.sp-dib {
  display: none;
}

.sp-show {
  display: none;
}

.sp-flex {
  display: none;
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under-line {
  text-decoration: underline;
}

.sp-inline {
  display: none;
}

.br-pc {
  display: inline;
}

.br-sp {
  display: none;
}

p {
  line-height: 1.6;
}

.title-1-01::after {
  border-bottom: 5px solid #0066cc;
}

img {
  max-width: 100%;
}

.text-l-blue {
  color: #70cad1;
}

.text-pink {
  color: #ef476f;
}

.text-blue {
  color: #0066cc;
}

.text-gray {
  color: rgba(102, 102, 102, 0.4);
}

.sm-nav a {
  color: #333;
}

.w-70 {
  width: 70% !important;
}

.ec-head-blue {
  background: #3cb7aa;
  border-radius: 6px 6px 0 0;
}

.plain-template-wrapper {
  overflow: hidden;
}

.btn:hover {
  color: inherit;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__contact .arrow-16 {
  height: 16px;
}

.center-left {
  text-align: center;
}

.link-adjuster {
  position: relative;
  top: -100px;
  display: block;
}

.banner--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner--box .btn.large {
  font-size: 24px;
  width: 360px;
  height: 90px;
  display: block !important;
}
.banner--box .btn-picture {
  text-align: left;
}
.banner--box .btn-picture img {
  position: absolute;
  right: 4px;
  bottom: -1px;
  width: 100px;
}
.banner--box .btn-emphasis,
.banner--box a.btn-emphasis {
  color: #fff !important;
  background-color: #ef476f;
  border-color: #ef476f;
}
.banner--box .btn-emphasis-reverse {
  background-color: #fff;
  color: #ef476f;
  border: #ef476e solid 2px;
}
.banner--box .btn-emphasis-reverse:hover {
  color: #ef476f;
}

@media screen and (max-width: 767px) {
  .banner--box img {
    max-width: 375px;
  }
  .banner--box .btn.large {
    height: 80px;
    width: 100%;
  }
  .banner--box p:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.tag-shape {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 40px;
  padding: 10px 20px;
  line-height: 1;
  display: inline-block;
  margin-right: 40px;
}
.tag-shape:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -14.5px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #333;
}
.tag-shape p {
  line-height: 1;
}

.content__footer--help {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tag-shape {
    padding: 7px 5px;
    margin-right: 10px;
  }
  .tag-shape:after {
    right: -11.5px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 12px solid #333;
  }
}
.license__list--wrapper .card-body {
  color: #333;
}
.license__list--wrapper .license__card--container {
  text-align: center;
}
.license__list--wrapper .license__card--head {
  height: 219px;
}
.license__list--wrapper .price-plan .card {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: none;
  width: 224px;
}
.license__list--wrapper .price-plan .card:hover {
  color: inherit;
}
.license__list--wrapper .feature .img-size,
.license__list--wrapper .price-plan .img-size {
  width: 80px;
  height: auto;
}
.license__list--wrapper .price-plan .img01 {
  top: -35px;
  right: -15px;
  position: absolute;
}
.license__list--wrapper .banner--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.license__list--wrapper .banner--box img {
  max-width: 590px;
}
.license__list--wrapper .license_note {
  text-align: left;
  margin-bottom: 10px;
}

.license__card--row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.callout-normal {
  position: relative;
  width: 946px;
}

.callout-ec {
  position: relative;
  width: 224px;
}

.speech__balloon {
  margin-bottom: 40px;
}
.speech__balloon p {
  background: #333;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
}
.speech__balloon p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 5px solid transparent;
  border-top: 10px solid #333;
}

/* リストの高さ調整 */
.free-plan .card-body .m-adjuster {
  margin-top: 0 !important;
}

.free-plan .card-body .border-top {
  margin-top: 13px !important;
}

.ec-special {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #page__licenseList .price-plan .card {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: none;
    width: 100%;
  }
  #page__licenseList .price-plan .card:hover {
    color: inherit;
  }
  #page__licenseList .price-plan .img01 {
    width: 60px !important;
    height: 60px !important;
    top: -15px;
    right: -10px;
  }
  #page__licenseList .license__card--container {
    text-align: center;
  }
  #page__licenseList .license__card--head {
    height: auto;
  }
  #page__licenseList .ec-box {
    height: auto;
  }
  #page__licenseList .ec-special {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  #page__licenseList .speech__balloon {
    display: none;
  }
  .content__footer--help {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content__footer--help .arrow-16:nth-of-type(1) {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .banner--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner--box .btn-picture img {
    width: 85px;
  }
  .banner--box img {
    max-width: 100%;
  }
  .banner--box p {
    margin-bottom: 20px;
  }
  .license__contact a:hover {
    color: #0066cc;
  }
  .license__contact--tel p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .row-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .center-left {
    text-align: left;
  }
}
.modal-content {
  color: #333;
}

.modal-header {
  border-bottom: none;
  padding: 40px 40px 0 40px;
}
.modal-header .close {
  padding: 5px;
  margin: -2rem -2rem -1rem;
}
.modal-header .modal-title {
  font-weight: 900;
  margin: 0 auto;
}

.modal-dialog {
  max-width: 920px;
  margin: 20vh auto 0;
}
.modal-dialog .btn {
  width: 240px;
}

.modal-body {
  padding: 40px;
}
.modal-body .container {
  min-width: auto;
  max-width: 890px;
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin-top: 20px;
    width: 90%;
  }
  .modal-body {
    padding: 20px 15px 20px 15px;
  }
  .modal-body .btn-emphasis {
    max-width: 100%;
  }
  .modal-body .col-md-8 img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 340px) {
  .content__footer--help .tag-shape p {
    font-size: 12px !important;
  }
  .content__footer--help .tag-shape:after {
    right: -11.5px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #333;
  }
  .content__footer--help a {
    font-size: 12px !important;
  }
  .contact .contact-footer .px-20 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc-flex {
    display: none;
  }
}/*# sourceMappingURL=license-list.css.map */