@charset "utf-8";
.foodSetSec .setBox {
  border-left: 13px solid #eaeaea;
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 86px;
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox {
    padding: 0 20px;
  }
}
.foodSetSec .setBox .setBoxTop {
  overflow: hidden;
  margin-bottom: 26px;
}
.foodSetSec .setBox .setBoxTop h2 {
  display: inline-block;
  float: left;
  font-size: 40px;
  font-weight: 700;
  color: #406ab5;
  margin-right: 37px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .foodSetSec .setBox .setBoxTop h2 {
    font-size: 34px;
    margin-right: 17px;
  }
}
.foodSetSec .setBox .setBoxTop .date {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #fff;
  background: #f4b17a;
  border-radius: 0 10px 0 10px;
  padding: 0.5% 1%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .foodSetSec .setBox .setBoxTop .date {
    font-size: 14px;
  }
}
.foodSetSec .setBox .setBoxTop p {
  float: right;
  font-size: 19px;
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setBoxTop p {
    float: left;
  }
}
.foodSetSec .setBox .setBoxTop p .cost {
  font-size: 60px;
  line-height: 60px;
  color: #cb3300;
  font-weight: 700;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .foodSetSec .setBox .setBoxTop p .cost {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setBoxTop p .cost {
    font-size: 30px;
  }
}
.foodSetSec .setBox .setBoxTop p .yen {
  font-size: 30px;
  color: #cb3300;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setBoxTop p .yen {
    font-size: 24px;
  }
}
.foodSetSec .setBox .setBoxList {
  margin-bottom: 28px;
  padding-bottom: 28px;
  background: url(../img/inspection/set/ser-line.svg) no-repeat bottom center / 100% auto;
}
.foodSetSec .setBox .setBoxList ul {
  overflow: hidden;
}
.foodSetSec .setBox .setBoxList ul li {
  float: left;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 4px 2%;
  box-sizing: border-box;
  color: #406ab5;
  border: 1px solid #406ab5;
  margin-right: 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foodSetSec .setBox .setBoxList ul li {
    font-size: 16px;
    padding: 3px 2%;
    margin-right: 44px;
  }
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setBoxList ul li {
    font-size: 12px;
    padding: 3px 2%;
    margin-bottom: 4%;
  }
}
.foodSetSec .setBox .setBoxList ul li::after {
  content: '+';
  display: inline-block;
  background: #f4b179;
  color: #fff;
  width: 28px;
  position: absolute;
  right: -36px;
  top: 6px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .foodSetSec .setBox .setBoxList ul li::after {
    top: 3px;
  }
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setBoxList ul li::after {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 20px;
    right: -34px;
  }
}
.foodSetSec .setBox .setBoxList ul li:last-child::after {
  display: none;
}
.foodSetSec .setBox .setDesc {
  margin-bottom: 56px;
}
.foodSetSec .setBox .setDesc p {
  font-size: 16px;
  line-height: 30px;
}
.foodSetSec .setBox .setContents h3 {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setContents h3 {
    margin-bottom: 20px;
  }
}
.foodSetSec .setBox .setContents h3 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #406ab5;
  position: relative;
}
.foodSetSec .setBox .setContents h3 span::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #406ab5;
  position: absolute;
  left: -200px;
  top: 50%;
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setContents h3 span::before {
    left: -50px;
    width: 30px;
  }
}
.foodSetSec .setBox .setContents h3 span::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #406ab5;
  position: absolute;
  right: -200px;
  top: 50%;
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setContents h3 span::after {
    right: -50px;
    width: 30px;
  }
}
.foodSetSec .setBox .setImg {
  padding: 0 30px 36px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foodSetSec .setBox .setImg p {
  width: 31%;
}
@media screen and (max-width: 640px) {
  .foodSetSec .setBox .setImg p {
    width: 100%;
    margin: 0 auto 8%;
  }
}
.foodSetSec .setBox .setImg p img {
  width: 100%;
}
.foodSetSec .setBox::after {
  content: '';
  width: 13px;
  height: 53px;
  background: #406ab5;
  position: absolute;
  top: 0;
  left: -13px;
}
