.contentsArea *,
.contentsArea *::before,
.contentsArea *::after {
  box-sizing: border-box;
}

article {
  margin: 0 auto;
  width: 800px;
  min-width: 800px;
}

h3, dl, dt, dd, p {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

small,
em {
  font-style: normal;
}

.wrap {
  text-align: center;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.wrap p {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.wrap a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

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

.inner {
  padding: 0 33px;
}

.heading {
  padding: 5px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin: 20px 0;
  color: #006cb8;
  font-size: 21px;
  font-weight: 900;
}

.term {
  position: relative;
  padding-left: 10px;
}

.term::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #000;
}

/* ↑↑↑ここまで共通↑↑↑ */

.info {
  display: flex;
  text-align: left;
  margin: 20px 0 40px;
}

.info > div {
  width: 50%;
}

.info p {
  padding-left: 10px;
  line-height: 1.5;
}

.info__inner {
  padding: 0 28px;
}

.info__name small {
  display: block;
  font-size: 13px;
}

.info__text {
  margin-bottom: 10px;
}

.info__link {
  padding: 10px 1em 10px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
}

.info__link--yakisoba {
  background-color: #ee7800;
}

.info__link--curry {
  background-color: #d7000f;
}

.info__link span {
  display: inline-block;
  position: relative;
}

.info__link span::before, .info__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.info__link span::before {
  left: calc(100% + 7px);
  width: 14px;
  height: 10px;
  background-color: #fff;
}

.info__link span::after {
  left: calc(100% + 21px);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
}

.info .info__description {
  padding: 0 9px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.3;
}

.commitment-img {
  margin: 20px 0 40px;
}