.c-text-basic {
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
}

.c-text-note {
  font-size: 13px;
}


.c-btn-basic {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  background: #0766f4;
  border-radius: 50px;
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  box-shadow: 10px 10px 28px rgba(0, 35, 93, 0.16);
}

.c-ico-mail:before,
.c-ico-mail:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-ico-mail:before {
  background: url("../img/ic_mail.png") no-repeat 0 50%;
  background-size: auto 100%;
  width: 19px;
  height: 15px;
  left: 18px;
}
.c-ico-mail:after {
  background: url("../img/ic_arrow_r.png") no-repeat 0 50%;
  background-size: 100% auto;
  width: 9px;
  height: 15px;
  right: 15px;
}

.c-bg-gray {
  background: #f7f8fb;
}

/* helper */
.pc {
  display: none;
}

.sp {
  display: inherit;
}

.u-bold {
  font-weight: bold !important;
}

.u-italic {
  font-style: italic !important;
}

.u-disp-block {
  display: block;
}

.u-disp-inline {
  display: inline;
}

.u-disp-iblock {
  display: inline-block;
}

.u-disp-none {
  display: none;
}

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

.u-center {
  text-align: center !important;
}

.u-top {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}

.u-baseline {
  vertical-align: baseline !important;
}

.u-bottom {
  vertical-align: bottom !important;
}

.u-float-l {
  float: left;
}

.u-float-r {
  float: right;
}

.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.container {
  max-width: 1180px;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  margin: 0 auto;
}

.u-nowrap {
  white-space: nowrap;
}

.u-mt-0em {
  margin-top: 0em !important;
}

.u-mt-1em {
  margin-top: 1em !important;
}

.u-mt-2em {
  margin-top: 2em !important;
}

.u-mt-3em {
  margin-top: 3em !important;
}

.u-mt-4em {
  margin-top: 4em !important;
}

.u-mt-5em {
  margin-top: 5em !important;
}

.u-mt-6em {
  margin-top: 6em !important;
}

.u-mt-7em {
  margin-top: 7em !important;
}

.u-mt-8em {
  margin-top: 8em !important;
}

.u-mt-9em {
  margin-top: 9em !important;
}

.u-mt-10em {
  margin-top: 10em !important;
}

.u-mb-0em {
  margin-bottom: 0em !important;
}

.u-mb-1em {
  margin-bottom: 1em !important;
}

.u-mb-2em {
  margin-bottom: 2em !important;
}

.u-mb-3em {
  margin-bottom: 3em !important;
}

.u-mb-4em {
  margin-bottom: 4em !important;
}

.u-mb-5em {
  margin-bottom: 5em !important;
}

.u-mb-6em {
  margin-bottom: 6em !important;
}

.u-mb-7em {
  margin-bottom: 7em !important;
}

.u-mb-8em {
  margin-bottom: 8em !important;
}

.u-mb-9em {
  margin-bottom: 9em !important;
}

.u-mb-10em {
  margin-bottom: 10em !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .container {
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.box-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.box-list-item {
  width: 100%;
  padding: 25px;
  /* box-shadow: 1px 6px 6px rgba(41, 64, 168, 0.2); */
  border-radius: 10px;
  margin-bottom: 25px;
  background: #fff;
}
.box-list-item-img {
  margin: 24px 0;
  text-align: center;
}
.box-list-item-img img {
  height: 180px;
}
.box-list-item-cont {
  text-align: left;
}
.box-list-item-cont-ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.box-list-item-cont-txt {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .box-list-item {
    box-sizing: border-box;
    width: 49%;
    padding: 40px 35px;
  }
  .box-list-item-cont {
    text-align: center;
  }
  .box-list-item-cont-ttl {
    font-size: 26px;
  }
  .box-list.mt {
    margin: 50px 0 70px;
  }
}

.second_block {
  display: block;
  position: relative;
  padding: 0 0 30px;
}
.second_inner {
  margin: 50px auto 0;
}
.second_midashi {
  text-align: center;
  margin-bottom: 60px;
}
.second_midashi h2 {
  display: inline-block;
  padding: 0px 26px 8px;
  border-bottom: dotted 3px #1565c0;
  margin-bottom: 25px;
}
.second_midashi p {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8rem;
}
.second_chart ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.second_chart ul li {
  width: 33%;
  background: #fff;
  filter: drop-shadow(3px 0px 5px rgba(41, 64, 168, 0.2));
  display: flex;
  flex-flow: column;
  padding: 25px 30px;
  position: relative;
  text-align: center;
  color: #00235d;
}
.second_chart ul li:first-child {
  z-index: 5;
}
.second_chart ul li:nth-child(2) {
  z-index: 4;
  background: #fff;

}
.second_chart ul li:nth-child(3) {
  z-index: 3;
}
.second_chart ul li:nth-child(4) {
  z-index: 2;
  background: #fff;
}
.second_chart ul li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
}
.second_chart ul li h3 span {
  display: block;
  font-size: 12px;
  color: #0766f4;

}
.second_chart ul li .liimg {
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.second_chart ul li .liimg img {
  height: 50px;
}

.second_chart ul li .liimg:after {
  content: "";
  width: 90px;
  height: 90px;
  background: #fff;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -45px;
  border-radius: 50%;
  z-index: -1;
}
.second_chart ul li .liimg:after {
  background: #e8f5ff;
}
.second_chart ul li p {
  font-size: 13px;
}
.threecircle {
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.threecircle div {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 5px;
  border: solid 1px #dceaff;
}
.circleblue {
  background: #0766f4;
}
.second_chart ul li:first-child:after,
.second_chart ul li:nth-child(3):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  top: 40px;
  position: absolute;
  right: -58px;
}
.second_chart ul li:nth-child(2):after,
.second_chart ul li:nth-child(4):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  top: 40px;
  position: absolute;
  right: -58px;
}
/* 2nd */
@media screen and (max-width: 767px) {
  /* （ここにモバイル用スタイルを記述） */
  .second_inner {
    padding: 0 15px;
    width: auto;
  }
  .second_midashi p {
    text-align: left;
  }
  .second_midashi p br {
    display: none;
  }
  .second_chart ul {
    flex-flow: column;
  }
  .second_chart ul li {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .second_chart ul li h3 {
    margin-bottom: 30px;
  }
  .second_chart ul li:first-child:after,
  .second_chart ul li:nth-child(3):after {
    top: 99.5%;
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translate(-50%, 0px);
  }
  .second_chart ul li:nth-child(2):after,
  .second_chart ul li:nth-child(4):after {
    top: 99.5%;
    position: absolute;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translate(-50%, 0px);
  }
}

.incPlan__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
}
.incPlan__item.--light {
  background: #b6cff3;
}
.incPlan__item.--standard {
  background: #0766f4;
}
.incPlan__item.--professional {
  background: linear-gradient(82.04deg, #0766f4 -6.93%, #000000 100%);
}
.incPlan__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}
.incPlan__item__inner {
  margin-top: 12px;
  padding: 24px 16px;
  border-image-slice: 1;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.incPlan__name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.incPlan__price {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-top: 20px;
}
.incPlan__user {
  text-align: center;
  font-size: 14px;
}
.incPlan__price span {
  font-size: 14px;
  font-weight: normal;
}
.incPlan__explain {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.6;
  min-height: 4.8em;
}
.incPlan__function__title {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #00235d;
  font-weight: bold;
  text-align: center;
}
.incPlan__function__item.--active {
  color: #00235d;
}
.incPlan__function__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-weight: bold;
  color: #c6c6c6;
}
.incPlan__function__item.--active::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_check.webp);
}
.incPlan__function__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .incPlan__item {
    width: 100%;
    max-width: initial;
  }
  .incPlan__list {
    flex-direction: column;
  }
  .incPlan__name {
    font-size: 20px;
  }
  .incPlan__explain {
    min-height: auto;
    margin-top: 16px;
    font-size: 13px;
  }
  .incPlan__function {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .incPlan__function__item {
    font-size: 13px;
    width: 50%;
  }
  .incPlan__function__title {
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
  }
}
