/*$bg:#f0f3f3;*/
.sec-menu:first-of-type {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .sec-menu:first-of-type {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .sec-menu:first-of-type {
    padding-top: 55px;
  }
}

.sec-menu:not(:first-of-type) {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .sec-menu:not(:first-of-type) {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .sec-menu:not(:first-of-type) {
    padding-top: 80px;
  }
}

/*---------------------------
  right
-----------------------------*/
.menu-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a3a3a3;
}
.menu-name-wrap.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menu-name-wrap .menu-name span {
  display: block;
}
.menu-name-wrap .menu-name small {
  font-size: 80%;
}
.menu-name-wrap .menu-name.icon {
  position: relative;
  padding-left: 55px;
}
@media (max-width: 600px) {
  .menu-name-wrap .menu-name.icon {
    padding-left: 48px;
  }
}
.menu-name-wrap .menu-name.icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  background-image: url(../img/face/ic-popular.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media (max-width: 600px) {
  .menu-name-wrap .menu-name.icon:before {
    width: 43px;
    height: 43px;
    bottom: 2px;
  }
}
.menu-name-wrap .menu-price {
  white-space: nowrap;
  padding-left: 0.6rem;
}

.i-menu span {
  font-size: 13px;
  letter-spacing: 0;
  background: #e6e6e6;
  display: inline-block;
  border-radius: 18px;
  padding: 6px 9px;
  margin: 0 5px 7px 0;
  line-height: 1;
}

.zei-txt {
  display: block;
  padding-top: 30px;
}

.col-in-block .zei-txt {
  padding-top: 10px;
}

/*-- FLOW --*/
.menu-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  text-align: center;
}
@media (max-width: 600px) {
  .menu-flow {
    margin-left: -13px;
  }
}
.menu-flow li {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 18px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .menu-flow li {
    width: calc(50% - 13px);
    margin-left: 13px;
  }
}
.menu-flow figure {
  margin-bottom: 8px;
}
.menu-flow figure img {
  width: 100%;
  height: auto;
}
.menu-flow h5 {
  margin-bottom: 4px;
  font-weight: 500;
}
.menu-flow p {
  letter-spacing: -0.03rem;
}

/*-- CASE --*/
.case-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  text-align: center;
}
@media (max-width: 600px) {
  .case-2col {
    margin-left: -10px;
  }
}
.case-2col li {
  width: calc(50% - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .case-2col li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}

/*-- BOX in Table --*/
.pj-flow-table li:not(:last-of-type) {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.pj-flow-table table th, .pj-flow-table table td {
  text-align: left;
  font-weight: 400;
}
.pj-flow-table table th {
  width: 90px;
}
@media (max-width: 600px) {
  .pj-flow-table table th {
    width: 75px;
  }
}

/*-- PJ Price List --*/
.flex-price-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -22px;
}
@media (max-width: 600px) {
  .flex-price-col3 {
    margin-left: -14px;
  }
}
.flex-price-col3 > li {
  width: calc(33.3333% - 22px);
  margin-left: 22px;
  margin-bottom: 28px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .flex-price-col3 > li {
    width: calc(50% - 14px);
    margin-left: 14px;
  }
}
.flex-price-col3 figure img {
  width: 100%;
  height: auto;
}
.flex-price-col3 h5 {
  margin-bottom: 5px;
  margin-top: 8px;
}
.flex-price-col3 .price-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #999;
}
.flex-price-col3 .price-list li:not(:last-of-type) {
  margin-bottom: 5px;
}
.flex-price-col3 .price-list li em {
  font-style: normal;
}