@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  CMS比較 共通
----------------------------------------------------*/
.wp {
  background-color: #2E9591;
}

.mt {
  background-color: #28549B;
}

.sec_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .sec_ttl {
    font-size: 46px;
  }
}

.official_link {
  position: relative;
  padding-right: 18px;
  line-height: 1.8;
}
.official_link::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  right: 0;
  background-image: url(../images/common/t_blank_b.svg);
  width: 14px;
  height: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .official_link::after {
    top: 7px;
  }
}

/*----------------------------------------------------
  CMS比較 イントロ
----------------------------------------------------*/
.intro {
  padding-bottom: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro {
    padding-bottom: 160px;
  }
}
.intro p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 1.8em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro p {
    font-size: 24px;
  }
}
.intro p:last-child {
  margin-bottom: 0;
}
.intro p .lg {
  font-size: 22px;
  line-height: 1.6;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro p .lg {
    font-size: 38px;
  }
}
.intro p .line {
  position: relative;
  display: inline-block;
}
.intro p .line::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7d644;
  z-index: -1;
  height: 14px;
  width: 100%;
  bottom: 4px;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro p .line::before {
    height: 22px;
    bottom: 9px;
  }
}
.intro p .line.scroll_active::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/*----------------------------------------------------
  CMS比較 特徴
----------------------------------------------------*/
.feature {
  background-color: #F4F4F4;
  padding: 80px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature {
    padding: 160px 0;
  }
}
.feature .feature_list {
  /* 961- */
}
@media all and (min-width: 961px) {
  .feature .feature_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.feature .feature_list > li {
  position: relative;
  margin-bottom: 50px;
  padding-top: 26px;
  /* 751- */
  /* 961- */
}
@media all and (min-width: 751px) {
  .feature .feature_list > li {
    padding-top: 39px;
  }
}
@media all and (min-width: 961px) {
  .feature .feature_list > li {
    width: 49%;
    margin: 0;
  }
}
.feature .feature_list > li:last-child {
  margin-bottom: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_list > li:last-child {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
.feature .feature_list > li h2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 10px;
  width: 244px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_list > li h2 {
    padding: 13px;
    font-size: 35px;
    width: 90%;
    max-width: 424px;
  }
}
.feature .feature_list > li .text {
  background-color: #fff;
  border-radius: 20px;
  padding: 56px 20px 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_list > li .text {
    height: 100%;
    border-radius: 30px;
    padding: 86px 50px 70px;
  }
}
.feature .feature_list > li .text .line {
  background-color: #f7d644;
}
.feature .feature_list > li .text .official_link {
  margin-top: 20px;
}

/*----------------------------------------------------
  CMS比較 比較表
----------------------------------------------------*/
.comparison {
  padding: 80px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .comparison {
    padding: 160px 0;
  }
}
.comparison .inner {
  /* -750 */
}
@media all and (max-width: 750px) {
  .comparison .inner {
    padding-right: 0;
  }
}
.comparison .table_wrap {
  width: 100%;
  overflow-x: auto;
}
.comparison table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  /* -750 */
}
@media screen and (min-width: 751px) and (max-width: 1142px) {
  .comparison table {
    width: 1108px;
  }
}
@media all and (max-width: 750px) {
  .comparison table {
    width: 900px;
  }
}
.comparison table thead th {
  border-right: solid 3px #fff;
  color: #fff;
  font-size: 18px;
  height: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .comparison table thead th {
    font-size: 21px;
    height: 100px;
  }
}
.comparison table thead th.blank {
  width: 158px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .comparison table thead th.blank {
    width: 220px;
  }
}
.comparison table thead th:last-child {
  border-right: 0;
}
.comparison table tbody th {
  background-color: #dddddd;
  border: solid 3px #fff;
  border-left: solid 3px #dddddd;
  border-right: 0;
  font-size: 14px;
  height: 70px;
  padding: 10px;
  /* 751- */
}
.comparison table tbody th.th_sub {
  border-left: solid 3px #fff;
}
@media all and (min-width: 751px) {
  .comparison table tbody th {
    font-size: 18px;
    height: 84px;
  }
}
.comparison table tbody td {
  border: solid 3px #dddddd;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .comparison table tbody td {
    font-size: 17px;
  }
}
.comparison table tbody td .min {
  font-size: 11px;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  .comparison table tbody td .min {
    font-size: 12px;
  }
}
.comparison table tbody td.mark {
  font-size: 24px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .comparison table tbody td.mark {
    font-size: 30px;
  }
}
.comparison table tbody td.yel {
  background-color: #FFF7CB;
}
.comparison table tbody tr:first-child td, .comparison table tbody tr:first-child th {
  border-top: 0;
}
.comparison table tbody tr:last-child th {
  border-bottom: solid 3px #dddddd;
}

/*----------------------------------------------------
  CMS比較 MT種類
----------------------------------------------------*/
.mt_type {
  padding-top: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type {
    padding-top: 60px;
  }
}
.mt_type .lead {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .lead {
    line-height: 2.1;
    font-size: 24px;
  }
}
.mt_type .lead .lg {
  font-size: 18px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .lead .lg {
    font-size: 38px;
  }
}
.mt_type .type_list {
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .type_list {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mt_type .type_list > li {
  text-align: center;
  border-radius: 8px;
  padding: 0 10px 10px;
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .type_list > li {
    border-radius: 13px;
    width: 32%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mt_type .type_list > li:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .mt_type .type_list > li:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .mt_type .type_list > li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
.mt_type .type_list > li:last-child {
  margin-bottom: 0;
}
.mt_type .type_list > li .type {
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .type_list > li .type {
    font-size: 22px;
  }
}
.mt_type .type_list > li .name {
  background-color: #fff;
  border-radius: 3px;
  padding: 16px 0 22px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .type_list > li .name {
    padding: 20px 0 30px;
    border-radius: 6px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt_type .type_list > li .name p {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .type_list > li .name p {
    margin-bottom: 12px;
    font-size: 30px;
  }
}
.mt_type .type_list > li .name p .small {
  font-size: 16px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .type_list > li .name p .small {
    font-size: 24px;
  }
}
.mt_type .attention {
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .attention {
    margin-top: 70px;
  }
}
.mt_type .attention > li {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .attention > li {
    margin-bottom: 56px;
  }
}
.mt_type .attention > li:last-child {
  margin-bottom: 0;
}
.mt_type .attention > li .checkcircle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .attention > li .checkcircle {
    font-size: 24px;
    padding-left: 50px;
    margin-bottom: 16px;
  }
}
.mt_type .attention > li .checkcircle::before {
  width: 23px;
  height: 23px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .attention > li .checkcircle::before {
    height: 33px;
    width: 33px;
  }
}
.mt_type .attention > li .checkcircle::after {
  width: 22px;
  height: 17px;
  top: 7px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .attention > li .checkcircle::after {
    width: 32px;
    height: 24px;
    left: 7px;
  }
}
.mt_type .attention > li .checkcircle.scroll_active::after {
  -webkit-animation: check_anime 0.5s forwards 0.3s;
          animation: check_anime 0.5s forwards 0.3s;
}
.mt_type .note {
  margin-top: 50px;
  font-size: 11px;
  color: #686E72;
  text-align: right;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mt_type .note {
    margin-top: 70px;
    font-size: 13px;
  }
}
/*# sourceMappingURL=cms.css.map */