#main .note .inner {
  position: relative;
}

#main .facility .icon {
  position: relative;
  top: -1em;
  left: -3em;
}

#main .facility .facility-title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #047141;
  margin-bottom: 0.5em;
}

#main .facility ul li {
  font-size: 2.2rem;
  font-weight: 600;
  color: #92bd40;
  padding-left: 30px;
  background: url(/resource/images/icon-list.png) 0 6px no-repeat;
}

#main .facility th {
  vertical-align: top;
}

#main .tokuchou dl {
  margin-top: 2em;
}

#main .tokuchou dl dt {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #92bd40;
  margin-bottom: 0.25em;
}

#main .tokuchou .layout-flex-3 {
  font-size: 1.4rem;
}

#main .tokuchou .layout-flex-3 .item {
  width: 33%;
}

@media (max-width:736px) {
  #main .facility ul li {
    background-position: 0 center;
  }
  #main .facility .icon {
    position: static;
  }
  #main .facility .icon img {
    width: 150px;
  }
  #main .facility .facility-title {
    font-size: 2rem;
  }
  #main .facility ul li {
    font-size: 1.6rem;
  }
  #main .tokuchou .layout-flex-3 {
    display: flex;
  }
}

#main .flow .list {
  max-width: 800px;
  padding-top: 6px;
  background: url(/resource/images/facility/border.png) repeat-x;
  margin-left: auto;
  margin-right: auto;
}

#main .flow .list dl {
  width: 100%;
  display: table;
  padding: 0.5em;
  border-bottom: 1px solid #c0baad;
}

#main .flow .list dl:nth-child(2n+1) {
  background: url(/resource/images/common/bg-2.jpg);
}

#main .flow .list dl > * {
  display: table-cell;
  vertical-align: top;
}

#main .flow .list dl dt {
  color: #037341;
  width: 8em;
  text-align: center;
}

#main .price .inner {
  padding: 1em 2em;
}

#main .price .item {
  text-align: center;
}

#main .price .note .align-c {
  color: #3f2b00;
  margin-top: 0;
}

#main .price .catch {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #92bd40;
}

#main .price .layout-flex-2 {
  max-width: 600px;
  margin: 1em auto 0;
}

#main .price .layout-flex-2 > * {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

@media (max-width:736px) {
  #main .tokuchou dl dt {
    font-size: 1.8rem;
  }
  #main .price .catch {
    font-size: 1.8rem;
  }
}

#main .flow .title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #037341;
}

#main .flow p {
  line-height: 1.4;
  padding: 0.25em 0;
}

#main .flow .layout-flex-3 dl dt {
  width: 4em;
  text-align: left;
}

@media (max-width:736px) {
  #main .flow .layout-flex-3,
  #main .flow .layout-flex-3 .item {
    width: 100%;
  }
  #main .flow .layout-flex-3 .item ~ .item {
    margin-top: 30px;
  }
}
