.introCont {
  margin-bottom: 25px;
}

.introCont figure {
  float: right;
  width: 120px;
  text-align: center;
  margin-left: 10px;
}
.introCont img {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .introCont img {
    width: 100px;
  }
}

.titleSet {
  border-bottom: solid 1px #e97887;
  margin-bottom: 20px;
}
.titleSet h3 {
  font-size: 20px;
  font-weight: normal;
  color: #e97887;
  padding: 0 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .titleSet h3 {
    font-size: 17px;
    padding: 5px 0 0 5px;
    margin-bottom: 10px;
  }
  .titleSet p {
    font-size: 90%;
  }
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu_list > div {
  width: 48.5%;
  border: 2px solid #e97887;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .menu_list > div {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.menu_list > div .main-ttl {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  background-color: #e97887;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.menu_list .text-area {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.menu_list .text-area p {
  text-align: justify;
}
.menu_list .text-area p span {
  display: block;
  background-color: #e5e5e5;
  padding: 0.3rem 0;
  text-align: center;
  font-weight: bold;
  margin: 0.5rem 0;
}
.menu_list .text-area .center {
  text-align: center;
}

.orange .titleSet {
  border-bottom: solid 1px #ff9534;
}
.orange .titleSet h3 {
  color: #ff9534;
}
.orange .menu_list > div {
  border: 2px solid #ff9534;
}
.orange .menu_list .main-ttl {
  background-color: #ff9534;
}

.laennecBox {
  border: 1px solid #ee4c4c;
  margin: 20px 0 40px 0;
}
.laennecBox h3 {
  background: #ee4c4c;
  color: #fff;
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: normal;
  padding: 5px 10px;
}
.laennecBox .laennecinner {
  padding: 10px 15px 15px 15px;
}
.laennecBox .laennecinner .pdf {
  background: url(img/pdf_icon.png) top left 15px no-repeat;
  background-size: 38px auto;
  margin-top: 15px;
  padding-left: 65px;
  display: block;
}

@media screen and (max-width: 768px) {
  .mainCont {
    margin-bottom: 50px;
  }
}
.priceCont {
  float: none;
  width: 100%;
}
.priceCont li {
  float: left;
  width: 49%;
  margin-bottom: 15px;
}
.priceCont li:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 768px) {
  .priceCont li {
    float: none;
    width: 100%;
  }
}
.priceCont .price {
  text-align: right;
  white-space: nowrap;
}
.priceCont table tr.bg {
  background: #f4f4f4;
}