.term-wrap > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (max-width: 768px) {
  .term-wrap > header {
    flex-direction: column;
  }
}
.term-wrap > header div {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  height: 100%;
}
@media (max-width: 768px) {
  .term-wrap > header div {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.term-wrap > header div h4 {
  font-size: 36px;
  line-height: 1;
  height: 100%;
  text-align: center;
}
@supports (-webkit-touch-callout: none) {
  .term-wrap > header div h4 {
    margin-bottom: 8px;
  }
}
.term-wrap > header div p {
  font-size: 20px;
  line-height: 1;
  height: 100%;
  display: inline-block;
}
.term-wrap > header .term-history-wrap {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .term-wrap > header .term-history-wrap {
    position: relative;
  }
}
.term-wrap > header .term-history-wrap .term-history-list {
  display: none;
  width: 100%;
  min-height: 200px;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .term-wrap > header .term-history-wrap .term-history-list {
    position: absolute;
    top: 60px;
  }
}
.term-wrap > header .term-history-wrap .term-history-list.active {
  display: block;
}
.term-wrap > header .term-history-wrap .term-history-list li button {
  padding: 12px 8px;
  width: 100%;
  font-size: 20px;
  text-align: left;
  cursor: pointer;
}
.term-wrap > header .term-history-wrap .term-history-list li button.active {
  background-color: #f9f9f9;
}
.term-wrap > footer {
  display: flex;
  justify-content: flex-end;
}
.term-wrap > footer a {
  text-decoration: none;
  outline: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  cursor: pointer;
}
.term-wrap > footer a .fas {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
}

.term-body {
  padding: 16px;
  margin-top: 32px;
}
.term-body .agree_title_top {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 48px;
  font-weight: bold;
}
.term-body .agree_title_sub {
  margin-top: 32px;
  font-size: 20px;
}
.term-body .agree_content {
  padding: 8px;
}
.term-body .frt_top_num {
  font-size: 16px;
  padding-left: 4px;
  margin-top: 1rem;
  line-height: 1.4;
}
.term-body .frt_top_num:nth-of-type(1) {
  margin-top: 0;
}
.term-body .frt_num {
  margin: 0 8px 0 4px;
}
.term-body .agree_content_ol {
  padding-left: 16px;
  font-size: 14px;
  line-height: 2;
}
.term-body .frt_top {
  font-size: 14px;
  line-height: 1.4;
}
.term-body .agree_mng_box {
  padding: 8px 0;
}
.term-body .agree_mng_box li {
  padding: 2px 0 !important;
  margin-left: 0px !important;
}
.term-body .frt_table_wrap {
  margin: 4px 0;
  display: block;
}
.term-body .frt_table_wrap .frt_table {
  width: 100%;
  margin-left: -12px;
}
.term-body .frt_table_wrap .frt_table tr:first-child {
  border-top: none;
}
.term-body .frt_table_wrap .frt_table tr th {
  padding: 10px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 20px;
  border-bottom: none;
  background-color: #efefef;
}
.term-body .frt_table_wrap .frt_table tr td {
  padding: 10px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 20px;
}
.term-body .frt_table_nh {
  width: 100%;
  margin-left: 0;
}
.term-body .frt_table_nh tr:first-child {
  border-top: none;
}
.term-body .frt_table_nh tr th {
  padding: 10px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 20px;
  border-bottom: none;
  background-color: #e2e2e2;
}
.term-body .frt_table_nh tr td {
  padding: 10px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 20px;
}
.term-body .frt_table_tit {
  padding: 15px 10px;
  background-color: #c9c9c9;
}
.term-body .agree_guide_tip {
  display: block;
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 20px;
}
.term-body .agree_guide_tip .agree_guide_tip_tit {
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
}
.term-body .section {
  font-size: 1rem;
  line-height: 1.2;
}
.term-body .section h1 {
  font-size: 1.5rem;
  padding: 32px 0 4px 0;
}
.term-body .section h2 {
  font-size: 1.4rem;
  padding: 24px 0 4px 0;
}
.term-body .section h3 {
  font-size: 1.3rem;
  padding: 16px 0 4px 0;
}
.term-body .section h4 {
  font-size: 1.2rem;
  padding: 8px 0 4px 0;
}
.term-body .section h5 {
  font-size: 1.1rem;
  padding: 8px 0 4px 0;
}
.term-body .section > div {
  line-height: 1.4;
}

.privacy_mainicon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.privacy_mainicon_list figure {
  width: 25%;
  text-align: center;
  padding: 8px;
}
@media (max-width: 768px) {
  .privacy_mainicon_list figure {
    margin: 0;
    width: 40%;
  }
}
.privacy_mainicon_list figcaption {
  font-size: 1.1rem;
  font-weight: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.privacy_mainicon_list figcaption strong {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 500;
}
.privacy_mainicon_list figcaption ul {
  list-style-type: disc;
  margin: 0;
  margin-top: -12px;
}
.privacy_mainicon_list figcaption ul li {
  list-style: none;
  font-weight: 300;
  word-break: break-all;
}/*# sourceMappingURL=term.css.map */