@media (max-width: 767px) {
  .main {
    padding-top: 57px;
  }
}

@media (min-width: 768px) {
  .section {
    padding-left: 21.1%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 0;
    margin-bottom: 10.8%;
  }
}

@media (min-width: 768px) {
  .common-title[aria-hidden=true] {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .common-title[aria-hidden=true] {
    top: 0;
  }
}

.page-title {
  font-weight: 200;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.5em;
    padding-top: 7%;
    text-align: center;
  }
}
.page-title .title-animation {
  display: inline;
}

@media (max-width: 767px) {
  .section__title {
    margin: 9.5% auto 2%;
    text-align: left;
    width: 90%;
  }
  .section__title_nm {
    margin: 0 auto;
  }
}

.section-top {
  margin-bottom: 8.5%;
}
@media (min-width: 768px) {
  .section-top {
    height: 100vh;
  }
}

.category-name {
  border-left-style: solid;
  border-left-width: 5px;
  font-weight: 500;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .category-name {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 35px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .category-name {
    display: block;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 35px;
    margin: 10.5% 0 3.3% 5%;
  }
}
.category-name_green {
  border-left-color: #7ABA43;
}
.category-name_blue {
  border-left-color: #49BAFA;
}
.category-name_orange {
  border-left-color: #F76143;
}

@media (min-width: 768px) {
  .title-mid {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .title-mid {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.7em;
    margin: 0 auto 2.2%;
    width: 90%;
  }
}
.title-mid_green {
  color: #7ABA43;
}
.title-mid_blue {
  color: #49BAFA;
}
.title-mid_orange {
  color: #F76143;
}

.selectable {
  max-width: 526px;
  position: relative;
}
@media (min-width: 768px) {
  .selectable {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .selectable {
    margin: 0 auto;
    width: 90%;
  }
}
.selectable__selecters {
  align-items: flex-end;
  border-bottom: solid 5px #c7b16d;
  display: flex;
  height: 61px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.selectable__btn {
  align-items: center;
  background-color: #d8c999;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-weight: 500;
  height: 51px;
  justify-content: center;
  opacity: 1;
  transition-duration: 0.3s;
  /*
  &:not(:last-child) {
  	border-right: solid 1px #fff;
  }
  */
}
@media (min-width: 768px) {
  .selectable__btn {
    cursor: pointer;
  }
  .selectable__btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .selectable__btn {
    font-size: 14px;
  }
}
.selectable__btn:focus {
  outline: none;
}
.selectable__btn_act {
  background-color: #c7b16d;
  height: 56px;
}
.selectable__box {
  border-bottom: solid 1px #bababa;
  border-left: solid 1px #bababa;
  border-right: solid 1px #bababa;
}
.selectable__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.selectable__content[aria-hidden=false] {
  opacity: 1;
  height: auto;
}
.selectable__switch {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
}

@media (min-width: 768px) {
  .sub-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .sub-title {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0;
    padding: 8.7% 5% 0%;
  }
}

.list-square {
  list-style-type: none;
}
@media (min-width: 768px) {
  .list-square {
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .list-square {
    padding-left: 4.8%;
    padding-right: 5%;
  }
}
.list-square__li {
  position: relative;
}
@media (min-width: 768px) {
  .list-square__li {
    font-size: 18px;
    line-height: 1.8em;
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  .list-square__li {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    padding-left: 14px;
  }
}
.list-square__li:before {
  background-color: #c7b16d;
  content: "";
  display: inline-block;
  height: 14px;
  left: 0;
  position: absolute;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .list-square__li:before {
    left: 0;
    top: 10px;
    width: 14px;
  }
}
@media (max-width: 767px) {
  .list-square__li:before {
    height: 13px;
    top: 7px;
    width: 13px;
  }
}

.table1 {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .table1 {
    font-size: 14px;
  }
}
.table1__th {
  background-color: #f2f0e6;
  border-top: solid 1px #bababa;
  font-weight: 500;
  width: 40%;
}
.table1__td {
  background-color: #fff;
  border-top: solid 1px #bababa;
}
@media (min-width: 768px) {
  .table1__td {
    line-height: 2em;
    padding: 22px 22px 22px 28px;
  }
}
@media (max-width: 767px) {
  .table1__td {
    line-height: 1.8em;
    padding: 5% 6.4%;
  }
}
@media (min-width: 768px) {
  .table1__mb {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .table1__mb {
    margin-bottom: 5%;
  }
}

.ul1 {
  background-color: #fff;
  display: flex;
  list-style-type: none;
  padding: 23px 0 20px 48px;
}
@media (min-width: 768px) {
  .ul1 {
    font-size: 16px;
    flex-wrap: wrap;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .ul1 {
    font-size: 14px;
    line-height: 1.75em;
    flex-direction: column;
    padding: 5% 6.4%;
  }
}
.ul1__li {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .ul1__li {
    width: 50%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .ul1__li {
    padding-left: 13px;
  }
}
.ul1__li:before {
  background-color: #c7b16d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .ul1__li:before {
    height: 14px;
    top: 10px;
    width: 14px;
  }
}
@media (max-width: 767px) {
  .ul1__li:before {
    height: 13px;
    top: 7px;
    width: 13px;
  }
}

.extralink {
  color: #A9890F;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .extralink {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.75em;
    letter-spacing: 0.05em;
    padding: 78px 0 66px;
    max-width: 753px;
  }
}
@media (max-width: 767px) {
  .extralink {
    font-size: 14px;
    padding: 10% 0 5%;
    width: 80%;
  }
}
.extralink__anc {
  border-bottom: dotted 1px #A9890F;
  color: #A9890F;
  display: inline-block;
  padding-bottom: 4px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .extralink__anc {
    margin-bottom: 14px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .extralink__anc {
    display: block;
    margin-bottom: 5%;
  }
}

@media (min-width: 768px) {
  .extralink-vertical {
    display: block;
  }
}
@media (min-width: 768px) {
  .extralink-vertical .extralink__anc {
    display: block;
    min-width: 300px;
  }
}
.extralink-vertical .extralink__anc span {
  line-height: 0.75;
}
@media (min-width: 768px) {
  .extralink-vertical .extralink__anc span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .extralink-vertical .extralink__anc span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .mb4020 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .mb4020 {
    margin-bottom: 40px;
  }
}

a.disabled {
  pointer-events: none;
}/*# sourceMappingURL=sub.css.map */