@charset "UTF-8";
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  background-color: #f4f1ec;
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.font-hiragino {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.font-avenir {
  font-family: "Avenir", sans-serif;
}

@media print, (min-width: 768px) {
  .custom-line {
    white-space: nowrap;
  }
}
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 1340px;
  }
  .wrapper {
    width: 1446px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.28rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .inner {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .md {
    display: none !important;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  opacity: 1;
  transition: transform 0.5s ease, background-color 0.5s ease, opacity 0.5s ease;
  animation-fill-mode: forwards;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
}
header.is-fixed .header-logo .logo-image {
  opacity: 1;
}
header.is-fixed .header-logo .logo-image-default {
  opacity: 0;
}
header.is-fixed-trans {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
}
header.is-fixed-trans .header-logo .logo-image {
  opacity: 1;
}
header.is-fixed-trans .header-logo .logo-image-default {
  opacity: 0;
}
header.is-show {
  transform: translateY(0);
  opacity: 1;
}

.header-logo {
  position: relative;
}
.header-logo .logo-image-default {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.header-logo .logo-image {
  display: block;
  opacity: 0;
}

.header-wrapper {
  display: flex;
  width: 100%;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-link {
  color: #fff;
}

.header-button a {
  background: #f4d244;
  color: #01472b;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .header-button a {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  header {
    min-width: 1340px;
    height: 75px;
    padding: 3px 9px 3px 16px;
  }
  header.is-fixed, header.is-fixed-trans {
    height: 60px;
  }
  header.is-fixed .navigation-link, header.is-fixed-trans .navigation-link {
    color: #01472b;
  }
  .header-logo .logo-image-default {
    width: 173px;
    height: 53px;
  }
  .header-logo .logo-image {
    width: 168px;
    height: 33px;
  }
  .header-wrapper {
    align-items: center;
    justify-content: space-between;
  }
  .navigation-list {
    display: flex;
    padding-right: 30px;
  }
  .navigation-item {
    padding: 0 20px;
  }
  .navigation-link {
    font-size: 0.14rem;
    font-weight: bold;
  }
  .header-button a {
    font-size: 0.14rem;
    border-radius: 5px;
    min-width: 146px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1410px) and (min-width: 768px) {
  .navigation-list {
    padding-right: 20px;
  }
  .navigation-item {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 0.56rem;
    padding: 0.03rem 0.1rem 0.03rem 0.05rem;
  }
  header.is-fixed .button-menu span, header.is-fixed-trans .button-menu span {
    border-color: #01472b;
  }
  header.is-active .header-navigation {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper {
    padding: 0 0.1rem;
  }
  .header-logo {
    display: flex;
    align-items: center;
  }
  .header-logo .logo-image-default {
    width: 1.46rem;
    height: 0.45rem;
  }
  .header-logo .logo-image-default img {
    width: 100%;
    height: auto;
  }
  .header-logo .logo-image {
    width: 1.42rem;
  }
  .header-logo .logo-image img {
    width: 100%;
    height: auto;
  }
  .header-actions {
    width: 100%;
  }
  .header-navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0.15rem 0.1rem;
    transition: all 0.3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 0.56rem);
    overflow: auto;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navigation-list {
    display: flex;
    flex-direction: column;
    background: #01472b;
    width: 2.1rem;
    border-radius: 0.2rem;
    padding: 0.28rem 0.3rem;
    position: relative;
    z-index: 1;
  }
  .navigation-item {
    display: flex;
  }
  .navigation-item:not(:last-child) {
    margin-bottom: 0.22rem;
  }
  .navigation-item:nth-child(3) {
    order: -1;
  }
  .navigation-link {
    font-size: 0.15rem;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .is-iphone .navigation-link {
    font-weight: 600;
  }
  .header-button {
    margin-right: 0.1rem;
  }
  .header-button a {
    font-size: 0.13rem;
    border-radius: 0.03rem;
    min-width: 1.5rem;
    padding: 0.07rem 0.05rem;
  }
  .button-menu {
    width: 0.25rem;
    height: 0.22rem;
    position: relative;
  }
  .button-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    opacity: 0;
  }
  .button-menu span {
    width: 100%;
    border-bottom: 0.02rem solid #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .button-menu span:nth-child(1) {
    top: 0;
  }
  .button-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .button-menu span:nth-child(3) {
    top: 95%;
  }
  .button-menu.is-active::before {
    opacity: 1;
  }
  .button-menu.is-active span {
    border-color: #01472b;
  }
  .button-menu.is-active span:nth-child(1), .button-menu.is-active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
  }
  .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .button-menu.is-active span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }
  .button-menu.is-active span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.contact-banner {
  background: #01472B;
  color: #fff;
  text-align: center;
  font-size: 0.14rem;
  width: 100%;
}
.contact-banner p {
  margin-bottom: 0;
}
.contact-banner a {
  color: inherit;
}

@media print, (min-width: 768px) {
  .contact-banner {
    font-weight: bold;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-banner {
    font-weight: 400;
    padding: 0.03rem 0.01rem;
  }
}
footer {
  background: #3b4d46;
  text-align: center;
}
footer a, footer p {
  color: #fff;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .wrapper {
  position: relative;
}

.footer-logo .logo-image {
  display: block;
  margin: 0 auto;
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.02em;
}
.footer-navigation a {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .footer-navigation a {
    font-weight: 600;
  }
}

.footer-link {
  display: flex;
  justify-content: center;
}
.footer-link a {
  font-weight: 500;
}

.footer-information {
  letter-spacing: 0.02em;
}
.footer-information .information-label {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .footer-information .information-label {
    font-weight: 600;
  }
}

.button-to-top {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 60px 0 102px;
  }
  .footer-logo {
    margin-bottom: 62px;
  }
  .footer-logo .logo-image {
    width: 238px;
    height: 94px;
  }
  .footer-navigation {
    font-size: 0.16rem;
    line-height: 1.96875;
    margin-bottom: 46px;
  }
  .footer-navigation li {
    padding: 0 24px;
  }
  .footer-information {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 44px;
  }
  .footer-information .information-label {
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .footer-link {
    font-size: 0.14rem;
    line-height: 2.25;
  }
  .footer-link li {
    padding: 0 26px;
  }
  .button-to-top {
    width: 115px;
    height: 115px;
    background: url(../img/common/button_to_top.png) center center/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .footer-logo {
    margin-bottom: 0.34rem;
  }
  .footer-logo .logo-image {
    width: 1.57rem;
    height: 0.62rem;
  }
  .footer-navigation {
    font-size: 0.14rem;
    line-height: 1.875;
    margin-bottom: 0.27rem;
  }
  .footer-navigation li {
    padding: 0 0.13rem;
    margin-bottom: 0.12rem;
  }
  .footer-information {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 0.44rem;
  }
  .footer-information .information-label {
    font-size: 0.15rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.12rem;
  }
  .footer-link {
    font-size: 0.11rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .footer-link li {
    padding: 0 0.15rem;
  }
  .button-to-top {
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/common/sp/button_to_top.png) center center/100% auto no-repeat;
    right: 0.1rem;
  }
}
.title-secondary {
  color: #01472b;
}
.title-secondary .title-above {
  font-family: "Avenir";
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}
.title-secondary .title-above::before {
  content: "";
  border-bottom: 1px solid #01472b;
  flex-shrink: 0;
}
.title-secondary .title-text {
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .title-secondary .title-text {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  .title-secondary {
    margin-bottom: 20px;
  }
  .title-secondary .title-above {
    font-size: 0.16rem;
    margin-bottom: 11px;
  }
  .title-secondary .title-above::before {
    width: 30px;
    margin-right: 15px;
  }
  .title-secondary .title-text {
    font-size: 0.42rem;
  }
  .title-secondary .title-text.is-small {
    font-size: 0.3rem;
    display: inline-block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    margin-bottom: 0.12rem;
  }
  .title-secondary .title-above {
    font-size: 0.15rem;
    margin-bottom: 0.11rem;
  }
  .title-secondary .title-above::before {
    width: 0.2rem;
    margin-right: 0.12rem;
  }
  .title-secondary .title-text {
    font-size: 0.2rem;
    font-weight: 600;
  }
  .is-android .title-secondary .title-text {
    font-weight: 700;
  }
  .title-secondary .title-text.is-small {
    font-size: 0.2rem;
    display: inline-block;
    margin-top: 0.03rem;
  }
}
.title-primary {
  color: #01472b;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .title-primary {
    font-weight: 600;
  }
}
.title-primary .title-above {
  font-family: "Avenir";
  position: relative;
  letter-spacing: 0.04em;
  display: block;
}
.title-primary .title-above::before {
  content: "";
  border-right: 1px solid #01472b;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 86px;
  }
  .title-primary .title-above {
    font-size: 0.16rem;
    padding-top: 35px;
    margin-bottom: 18px;
  }
  .title-primary .title-above::before {
    height: 30px;
  }
  .title-primary .title-text {
    font-size: 0.42rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.43rem;
  }
  .title-primary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
  }
  .title-primary .title-above::before {
    height: 0.2rem;
  }
  .title-primary .title-text {
    font-size: 0.24rem;
    display: block;
  }
}
.button-primary {
  color: #fff;
  background: #01472b;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .button-primary {
    font-weight: 600;
  }
}
.button-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .button-primary {
    font-size: 0.18rem;
    border-radius: 7px;
    padding: 15px 44px 15px 22px;
    min-width: 254px;
  }
  .button-primary.is-large {
    min-width: 400px;
    padding-left: 44px;
  }
  .button-primary::after {
    width: 11px;
    height: 19px;
    right: 15px;
    background: url(../img/common/icn_arrow_right_white.png) center center/11px auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    font-size: 0.16rem;
    border-radius: 0.07rem;
    padding: 0.14rem 0.3rem;
    width: 2.86rem;
    text-align: center;
  }
  .button-primary::after {
    width: 0.09rem;
    height: 0.16rem;
    right: 0.15rem;
    background: url(../img/common/icn_arrow_right_white.png) center center/0.09rem auto no-repeat;
  }
}
.button-secondary {
  background: #f4d244;
  color: #01472b;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .button-secondary {
    font-weight: 600;
  }
}
.button-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .button-secondary {
    font-size: 0.18rem;
    width: 327px;
    padding: 15px 50px;
    border-radius: 7px;
  }
  .button-secondary::after {
    right: 20px;
    width: 19px;
    height: 11px;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% no-repeat;
  }
  .button-secondary.is-blank::after {
    width: 16px;
    height: 16px;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
  .button-secondary.is-right::after {
    width: 11px;
    height: 19px;
    background: url(../img/common/icn_arrow_right_green.png) center center/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-secondary {
    font-size: 0.18rem;
    width: 3.06rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.07rem;
  }
  .button-secondary::after {
    right: 0.2rem;
    width: 0.19rem;
    height: 0.11rem;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% no-repeat;
  }
  .button-secondary.is-blank::after {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
  .button-secondary.is-right::after {
    width: 0.09rem;
    height: 0.16rem;
    background: url(../img/common/icn_arrow_right_green.png) center center/100% auto no-repeat;
  }
}
.breadcrumbs-common .breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs-common .breadcrumbs-list li {
  display: inline-block;
}
.breadcrumbs-common .breadcrumbs-list li:not(:first-child) a::before, .breadcrumbs-common .breadcrumbs-list li:not(:first-child) span::before {
  content: ">";
  color: inherit;
  display: inline-block;
}
.breadcrumbs-common .breadcrumbs-list li a, .breadcrumbs-common .breadcrumbs-list li span {
  color: #01472b;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.breadcrumbs-common .breadcrumbs-list li:last-child a, .breadcrumbs-common .breadcrumbs-list li:last-child span {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .breadcrumbs-common .breadcrumbs-list li:last-child a, .is-iphone .breadcrumbs-common .breadcrumbs-list li:last-child span {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  .breadcrumbs-common {
    margin-top: 60px;
    padding: 27px 0;
  }
  .breadcrumbs-common .breadcrumbs-list li a, .breadcrumbs-common .breadcrumbs-list li span {
    font-size: 0.14rem;
  }
  .breadcrumbs-common .breadcrumbs-list li a::before, .breadcrumbs-common .breadcrumbs-list li span::before {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumbs-common {
    margin-top: 0.56rem;
    padding: 0 0.1rem;
  }
  .breadcrumbs-common .breadcrumbs-list li a, .breadcrumbs-common .breadcrumbs-list li span {
    font-size: 0.11rem;
  }
  .breadcrumbs-common .breadcrumbs-list li a::before, .breadcrumbs-common .breadcrumbs-list li span::before {
    margin: 0 0.06rem;
  }
}
.section-policy .policy-description {
  letter-spacing: 0.02em;
  color: #4a4744;
}
.section-policy .policy-text {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #4a4744;
}
.section-policy .policy-text a {
  color: inherit;
}
.section-policy .policy-text p {
  margin-bottom: 0;
}
.section-policy .policy-text ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.section-policy .policy-text ul li::before {
  content: "・";
  display: inline-block;
  font: inherit;
}
.section-policy .policy-text ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
  counter-reset: ol;
}
.section-policy .policy-text ol li::before {
  counter-increment: ol;
  content: counter(ol) ".";
  display: inline-block;
  font: inherit;
}
.section-policy .text-label {
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-policy .text-label {
    font-weight: 600;
  }
}
.section-policy .policy-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-policy + .section-policy {
    padding-bottom: 80px;
  }
  .section-policy {
    padding: 34px 0 120px;
  }
  .section-policy .wrapper {
    width: 920px;
  }
  .section-policy .title-primary {
    margin-bottom: 30px;
  }
  .section-policy .policy-description {
    margin-bottom: 66px;
    text-align: center;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
  }
  .section-policy .policy-text {
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .section-policy .policy-text ol li::before {
    margin-right: 5px;
  }
  .section-policy .policy-text ol ol li {
    text-indent: 8px;
  }
  .section-policy .policy-text ol ol ol li {
    text-indent: 16px;
  }
  .section-policy p + .text-label,
.section-policy ol + .text-label {
    margin-top: 27px;
  }
  .section-policy .policy-link {
    margin-top: 195px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-policy + .section-policy {
    padding-bottom: 0.6rem;
  }
  .section-policy {
    padding: 0.27rem 0 0.46rem;
  }
  .section-policy .wrapper {
    padding: 0 0.2rem;
  }
  .section-policy .title-primary {
    margin-bottom: 0.25rem;
  }
  .section-policy .policy-description {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.48rem;
    margin-right: -0.02rem;
  }
  .section-policy .policy-text {
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .section-policy .policy-text ol li::before {
    margin-right: 0.05rem;
  }
  .section-policy .policy-text ol ol li {
    text-indent: 0.08rem;
  }
  .section-policy .policy-text ol ol ol li {
    text-indent: 0.16rem;
  }
  .section-policy p + .text-label,
.section-policy ol + .text-label {
    margin-top: 0.26rem;
  }
  .section-policy .policy-link {
    margin-top: 1.14rem;
  }
}