@charset "UTF-8";
.img-responsive {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.title {
  margin-bottom: 34px;
}

.intro {
  text-align: center;
  padding-bottom: 30px;
}

.section-title {
  font-size: 1.8em;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding: 11px 13px 11px 30px;
  background: #218CD9;
  color: #fff;
}
.section-title::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 11px;
  display: block;
  width: 3px;
  background: #fff;
  content: '';
}
.section-content {
  padding-bottom: 70px;
}

/* 新調理システムとは
-------------------------------- */
.about p {
  font-size: 1.4em;
}

/* 新調理システムの主なメリット
-------------------------------- */
.merit-list {
  margin-bottom: 15px;
}
.merit-list::after {
  content: '';
  display: table;
  clear: both;
}
.merit-item {
  float: left;
  width: 205px;
  margin-left: 20px;
  background: #00a2d9;
  border-radius: 6px;
  padding: 15px 10px 10px;
}
.merit-item:first-child {
  margin-left: 0;
}
.merit-content {
  background: #fff;
  padding: 7px 8px 5px;
  min-height: 95px;
}
.merit-content p {
  font-size: 1.4em;
  line-height: 2;
  margin-bottom: 0;
}
.merit-content strong {
  color: #c71b1e;
  font-size: 1.143em;
}
.merit-title {
  font-size: 1.8em;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
  padding-bottom: 8px;
}
.merit-summary {
  border: 7px solid #d9f1f9;
  padding: 14px 0 10px;
}
.merit-summary p {
  text-align: center;
  color: #218cd9;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}

.btns {
  width: 100%;
}
.btns .btn {
  width: 420px;
  padding: 20px 0 20px 50px;
  display: block;
  background: #124fae;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #011877;
  position: relative;
  font-size: 1.8em;
  line-height: 1;
  font-weight: normal;
  position: relative;
}
.btns .btn.pdf::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 30px;
  background-image: url("/new_cs/assets/images/icon-pdf.png");
  background-size: 26px auto;
}
.btns .btn::before {
  position: absolute;
  top: 50%;
  right: 32px;
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.btns .btn:link, .btns .btn:visited {
  color: #fff;
}
.btns .btn:active {
  box-shadow: none;
  transform: translateY(2px);
  box-shadow: 0px 3px 0px 0px #011877;
}
.btns .btn:nth-child(1) {
  float: left;
}
.btns .btn:nth-child(2) {
  float: right;
}
