.c5-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.c5-request__box {
  height: auto;
  border: 1px solid red;
}
.c5-request__box div {
  font-size: 13px;
  padding: 0 20px;
  line-height: 180%;
  word-wrap: break-word;
}

.c5-heading-request {
  color: #333;
  padding: 5px 15px;
  margin: 0;
  font-size: 1rem;
}

.c5-caution__box {
  height: auto;
  border: 1px solid #ddd;
}

.c5-agree {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.c5-agree label {
  position: relative;
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  width: calc(250px + 2.4rem);
}
@media screen and (min-width: 767px) {
  .c5-agree label {
    width: calc(25% + 2.4rem);
  }
}
.c5-agree label input[type=button] {
  background: whitesmoke;
  padding: 0.4rem 1.2rem;
  max-height: 100%;
  border-radius: 4px;
  border: solid 1px #ddd;
  max-width: 100%;
  font-size: 14px;
}
.c5-agree label input[type=button]:disabled {
  opacity: 0.5;
}
.c5-agree label input[type=button]:disabled:hover {
  opacity: 0.5;
  border: solid 1px #ddd;
}
.c5-agree label input[type=button]:hover {
  opacity: 0.8;
  border: solid 1px grey;
}
.c5-agree label img {
  position: absolute;
  display: inline-block;
  width: 12px;
  top: 5px;
}
@media screen and (min-width: 767px) {
  .c5-agree label img {
    right: 20px;
  }
}
@media screen and (max-width: 820px) {
  .c5-agree label img {
    right: -26px;
  }
}
@media screen and (max-width: 450px) {
  .c5-agree label img {
    right: 26px;
  }
}

.c5-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0;
  font-size: 1rem;
}

.c5Box {
  height: 300px;
  border: 1px solid #ddd;
  overflow-y: scroll;
}
@media screen and (min-width: 767px) {
  .c5Box {
    height: 500px;
  }
}

#policy {
  height: 300px;
  border: 1px solid #ddd;
  overflow-y: scroll;
}
@media screen and (min-width: 767px) {
  #policy {
    height: 500px;
  }
}

.c5-txtbox_inq {
  font-size: 13px;
  padding: 0 10px 0 20px;
  line-height: 180%;
  word-wrap: break-word;
}

.li_number {
  list-style-type: decimal !important;
}

.c5-txtbox_inq ul li {
  margin-left: -2em;
  margin-bottom: 10px;
}

.notice2 {
  counter-reset: item;
  list-style: none;
}

.notice {
  counter-reset: item;
  list-style: none;
}/*# sourceMappingURL=common.css.map */