@charset "utf-8";
#content .section {
  margin-bottom: 70px;
}

#content .section .box {
  margin-bottom: 50px;
  position: relative;
}

#content .section .box ul a {
  /* border: 1px solid #f7caa4; */
  display: table-cell;
  height: 198px;
  text-align: center;
  vertical-align: middle;
  width: 198px;
}

#content .section .att {
  margin-top: 5px;
}

#content .section .box dl {
  position: relative;
}

#content .section .box dl dt {
  font-size: 1.71em;
  letter-spacing: 1px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-feature-settings: "palt";
  font-size: 1.57em;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 35px;
  text-align: left;
  padding-top: 35px;
  position: relative;
}

#content .section .box.imgleft dl dt::after {
  background: #94E4D9;
  height: 2px;
  position: absolute;
  content: '';
  left: 230px;
  top: 80px;
  width: 100%;
}

#content .section .box.imgright dl dt::after {
  background: #efe029;
  height: 2px;
  position: absolute;
  content: '';
  right: 230px;
  top: 80px;
  width: 100%;
}

#content .section .box dl dd p+p,
#content .section .box p+p {
  margin-top: 16px;
}