.c-curriculum__title {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1;
  padding: 8px 40px;
  background-color: #1A2336;
  color: #fff;
}
.c-curriculum__list {
  padding-left: 40px;
}
.c-curriculum__list__item {
  margin-bottom: 20px;
  line-height: 1;
  color: #B7B7B7;
}
.c-curriculum__list__item a{
  color: #222;
}
.c-curriculum__list__item:last-child {
  margin-bottom: 0px;
}
.c-curriculum__bg {
  background-size: contain;
  height: 300px;
}

.Srv_cnt_text {
  padding-left: 40px;
}

.bg_gr02 {
  background-color: #FAFAFA;
}

.p-box {
  padding-top: 70px;
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-box {
    padding: 70px 20px 0 20px;
    width: 100%;
  }
}
.p-box__title {
  font-size: 28px;
  line-height: 50px;
  border-left: 1px solid #1A2336;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-box__title {
    padding-left: 15px;
  }
}
.p-box-list {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-box-list {
    padding-left: 15px;
  }
}
.p-box-list__check {
  background-image: url(../../common/img/middle/executive/common/ic_check_or.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 12px;
}
.p-box-list__check:last-child {
  margin-bottom: 0;
}