.c_pageTtl {
  background-image: url("../../img/pages/service/bg_page-ttl.jpg");
}

.c_pageTtl__dotted {
  background: url("../../img/pages/service/bg_page-ttl.png") right bottom/100% auto no-repeat;
}

.p_sec {
  max-width: 1440px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p_sec1 {
  position: relative;
  background: url("../../img/pages/service/bg_sec1.png") left top/100% auto no-repeat;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-top: -17px;
}

.p_sec1__inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p_sec1__secTtl {
  padding-left: 30px;
  margin-bottom: 50px;
}

.p_sec1__txtWrap {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}

.p_sec1__txtWrap__img {
  margin-top: 15px;
}

.p_sec1__txtWrap__txt {
  width: 420px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.p_sec2 {
  background: url("../../img/pages/service/bg_sec2.jpg") center top/100% auto no-repeat;
  padding-top: 58px;
  padding-bottom: 30px;
  min-height: 770px;
}

.p_sec2__inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p_sec2__secTtl {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.p_sec2__txt {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.p_sec2__txt--illust {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
  color: #000;
}

.p_sec2__att {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin-top: 15px;
}

.p_sec2__tableWrap {
  position: relative;
  width: 100%;
  height: 440px;
  margin-top: 25px;
  box-shadow: 0px 22px 80px 0px rgba(49, 49, 49, 0.3);
  margin-left: auto;
  margin-right: auto;
}

.p_sec2__tableWrap__popup {
  display: none;
}

.p_sec2__tableWrap__popup.is_active {
  display: block;
}

.p_sec2__tableWrap__popup__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 101, 169, 0.5);
  z-index: 3;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer;
}

.p_sec2__tableWrap__popup__mask.is_active {
  display: flex;
}

.p_sec2__tableWrap__popup__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px;
  border: 1px solid #cde4ff;
  border-radius: 4px;
}

.p_sec2__tableWrap__popup__box__close {
  width: 20px;
  height: 20px;
  background: url("../../img/pages/service/btn_close.png");
  margin-left: auto;
  text-indent: -9999px;
  cursor: pointer;
}

.p_sec2__tableWrap__popup__box__close:hover {
  opacity: .7;
}

.p_sec2__tableWrap__popup__box__img {
  text-align: center;
}

.p_sec2__tableWrap__popup__box__ttl {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

.p_sec2__tableWrap__popup__box__txt {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 30px;
}

.p_sec2__tableWrap__popup__box__txt--att {
  font-size: 12px;
  margin-top: 10px;
}

.p_sec2__tableWrap table {
  box-shadow: 0px 22px 80px 0px rgba(49, 49, 49, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  border: 8px solid #f5faff;
}

.p_sec2__tableWrap table .blue {
  background: #f5faff;
}

.p_sec2__tableWrap table .planTtl {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.p_sec2__tableWrap table thead tr th {
  width: 166px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 30px 13px;
  white-space: nowrap;
  vertical-align: middle;
}

.p_sec2__tableWrap table thead tr th.ico {
  cursor: pointer;
}

.p_sec2__tableWrap table thead tr th.ico:hover {
  opacity: .7;
}

.p_sec2__tableWrap table thead tr th.ico .icoImg {
  display: block;
}

.p_sec2__tableWrap table thead tr th.ico .icoTxt {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 14px;
}

.p_sec2__tableWrap table tbody tr th, .p_sec2__tableWrap table tbody tr td {
  width: 166px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  padding: 40px 15px;
}

.p_sec2__tableWrap table tbody tr .priceTxt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.p_sec3 {
  background: url("../../img/pages/service/bg_sec3.jpg") right top/100% auto no-repeat;
  padding-top: 124px;
  min-height: 572px;
}

.p_sec3__inner {
  width: 960px;
  min-height: 422px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/pages/service/img_sec3.png") left top no-repeat;
}

.p_sec3__secTtl {
  text-align: center;
  margin-bottom: 55px;
  padding-left: 280px;
}

.p_sec3__list {
  width: 416px;
  margin-left: auto;
}

.p_sec3__list__item {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.p_sec3__txt {
  width: 416px;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  margin-left: auto;
}

.p_sec4 {
  background: url("../../img/pages/service/bg_sec4.jpg") center top/100% 100% no-repeat;
  padding-top: 103px;
  padding-bottom: 155px;
  min-height: 601px;
}

.p_sec4__inner {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.p_sec4__secTtl {
  margin-bottom: 122px;
}

.p_sec4__list {
  color: #fff;
}

.p_sec4__list__item {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.p_sec4__txt {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
}

.p_sec5 {
  background: #eef6fd;
  padding-top: 75px;
  padding-bottom: 95px;
}

.p_sec5__inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p_sec5__box {
  background: #fff;
  border: 8px solid #f5faff;
  padding: 60px 60px 30px;
  box-shadow: 0px 42px 60px 0px rgba(49, 49, 49, 0.18);
}

.p_sec5__secTtl {
  text-align: center;
  margin-bottom: 40px;
}

.p_sec5__list {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.p_sec5__list__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2effc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p_sec5__list__item:last-child {
  border-bottom: none;
}

.p_sec5__list__item__ttl {
  width: 380px;
}

.p_sec5__list__item__txt {
  width: 400px;
  font-size: 14px;
  line-height: 28px;
}

.p_last {
  width: 100%;
  min-height: 332px;
  background: url("../../img/pages/service/bg_last.png") center bottom no-repeat;
  padding-top: 120px;
  padding-bottom: 100px;
}

.p_last__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 80px;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  background: url("../../img/pages/service/ico_last_arrow.png") 90% center no-repeat #1376c5;
  margin-left: auto;
  margin-right: auto;
}

.p_last__btn a:hover {
  opacity: .7;
}

/*# sourceMappingURL=../../../../sourcemaps/assets/css/pages/service.css.map */
