@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;
  }
}
.section-common-utility {
  position: relative;
}
.section-common-utility::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.section-common-utility .wrapper {
  position: relative;
  z-index: 1;
}
.section-common-utility .utility-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
  color: #4a4744;
}
.section-common-utility .utility-text .text-highlight {
  font-weight: bold;
  line-height: 1.9473684211;
  letter-spacing: 0.02em;
  color: #01472b;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .utility-text .text-highlight {
    font-weight: 600;
  }
}
.section-common-utility .step-list, .section-common-utility .utility-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-common-utility .step-list {
  counter-reset: step;
}
.section-common-utility .step-list li {
  position: relative;
}
.section-common-utility .step-list li::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(50%);
}
.section-common-utility .step-list li:nth-child(3n)::after {
  content: unset;
}
.section-common-utility .step-item .item-inner {
  display: flex;
  align-items: center;
  background: #e6e3de;
}
.section-common-utility .step-item .item-image {
  flex-shrink: 0;
}
.section-common-utility .step-item .item-information {
  width: 100%;
}
.section-common-utility .step-item .information-label {
  color: #01472b;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .step-item .information-label {
    font-weight: 600;
  }
}
.section-common-utility .step-item .information-label::after {
  counter-increment: step;
  content: " " counter(step, decimal-leading-zero);
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.section-common-utility .step-item .information-title {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #4a4744;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .step-item .information-title {
    font-weight: 600;
  }
}
.section-common-utility .step-item .item-text {
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 0;
}
.section-common-utility .utility-item .item-label {
  background: #242220;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .utility-item .item-label {
    font-weight: 600;
  }
}
.section-common-utility .utility-item .item-content {
  color: #4a4744;
  line-height: 1.96875;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.section-common-utility .utility-item .item-content .text-green, .section-common-utility .utility-item .item-content .text-red {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-common-utility .utility-item .item-content .text-green, .is-iphone .section-common-utility .utility-item .item-content .text-red {
    font-weight: 600;
  }
}
.section-common-utility .utility-item .item-content .text-green {
  color: #01472b;
  border-bottom: 1px dotted #01472b;
}
.section-common-utility .utility-item .item-content .text-red {
  color: #cb4a39;
}
.section-common-utility .utility-item .item-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-common-utility .utility-item .item-content ul li {
  position: relative;
}
.section-common-utility .utility-item .item-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
}
.section-common-utility .utility-item .item-content p {
  margin-bottom: 0;
}
.section-common-utility .utility-item .item-content p + p {
  margin-top: 10px;
}
.section-common-utility .utility-link {
  text-align: center;
}
.section-common-utility .utility-link .button-primary {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-common-utility {
    padding: 374px 0 100px;
  }
  .section-common-utility::before {
    height: 504px;
    background: url(../img/common/utility_background.jpg) center center/cover no-repeat;
  }
  .section-common-utility::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 305px;
    right: calc(50% - 94px);
    background: #f4f1ec;
    height: 200px;
  }
  .section-common-utility .wrapper {
    width: 1415px;
  }
  .section-common-utility .title-secondary {
    margin-bottom: 38px;
    max-width: 800px;
  }
  .section-common-utility .utility-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 52px;
  }
  .section-common-utility .utility-text .text-highlight {
    font-size: 0.19rem;
    margin-bottom: 8px;
  }
  .section-common-utility .step-list, .section-common-utility .utility-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-utility .step-list {
    margin-bottom: 45px;
  }
  .section-common-utility .step-list > li {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .section-common-utility .step-list > li::after {
    top: 80px;
    width: 15px;
    height: 23px;
    right: -9px;
    transform: translate(100%, -50%);
    background: url(../img/common/icn_polygon_yellow.png) center center/100% auto no-repeat;
  }
  .section-common-utility .step-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .section-common-utility .step-item {
    width: 100%;
  }
  .section-common-utility .step-item .item-inner {
    display: flex;
    align-items: unset;
    min-height: 160px;
    margin-bottom: 16px;
  }
  .section-common-utility .step-item .item-image {
    width: 160px;
    height: 100%;
  }
  .section-common-utility .step-item .item-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 30px 20px;
  }
  .section-common-utility .step-item .information-label {
    font-size: 0.16rem;
  }
  .section-common-utility .step-item .information-title {
    font-size: 0.2rem;
  }
  .section-common-utility .step-item .item-text {
    font-size: 0.15rem;
    font-weight: 500;
  }
  .section-common-utility .step-item .item-text-small {
    font-size: 0.14rem;
    margin-top: 10px;
  }
  .section-common-utility .utility-list {
    margin-bottom: 30px;
  }
  .section-common-utility .utility-list > li {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 30px;
  }
  .section-common-utility .utility-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .section-common-utility .utility-item {
    width: 100%;
  }
  .section-common-utility .utility-item .item-label {
    padding: 10px 20px;
    border-left: 11px solid #01472b;
    font-size: 0.24rem;
  }
  .section-common-utility .utility-item .item-content {
    font-size: 0.16rem;
    padding: 20px 30px;
  }
  .section-common-utility .utility-item .item-content ul li {
    padding-left: 32px;
  }
  .section-common-utility .utility-item .item-content ul li::before {
    width: 21px;
    height: 15px;
    background: url(../img/common/icn_list.png) center center/100% auto no-repeat;
    top: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-utility {
    padding: 2.14rem 0 0.6rem;
  }
  .section-common-utility::before {
    height: 2.62rem;
    background: url(../img/common/sp/utility_background.jpg) center center/cover no-repeat;
  }
  .section-common-utility .wrapper {
    background: #f4f1ec;
    margin: 0 0.1rem;
    padding-top: 0.24rem;
  }
  .section-common-utility .title-secondary {
    margin-bottom: 0.22rem;
    text-align: center;
  }
  .section-common-utility .title-secondary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
    justify-content: center;
    position: relative;
  }
  .section-common-utility .title-secondary .title-above::before {
    content: "";
    border-right: 0.01rem solid #01472b;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    width: unset;
  }
  .section-common-utility .title-secondary .title-text {
    font-size: 0.24rem;
    display: block;
  }
  .section-common-utility .utility-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.34rem;
  }
  .section-common-utility .utility-text .text-highlight {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.2rem;
  }
  .section-common-utility .step-list {
    margin-bottom: 0.35rem;
  }
  .section-common-utility .step-list > li:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .section-common-utility .step-list > li::after {
    bottom: -0.22rem;
    width: 0.18rem;
    height: 0.12rem;
    right: 50%;
    transform: translate(50%, -50%);
    background: url(../img/common/sp/icn_polygon_down_yellow.png) center center/100% auto no-repeat;
  }
  .section-common-utility .step-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .section-common-utility .step-item {
    width: 100%;
  }
  .section-common-utility .step-item .item-inner {
    display: flex;
    height: 1rem;
    margin-bottom: 0.1rem;
  }
  .section-common-utility .step-item .item-image {
    width: 1rem;
    height: 100%;
  }
  .section-common-utility .step-item .item-information {
    padding: 0.2rem 0.15rem;
  }
  .section-common-utility .step-item .information-label {
    font-size: 0.16rem;
  }
  .section-common-utility .step-item .information-title {
    font-size: 0.17rem;
  }
  .section-common-utility .step-item .item-text {
    font-size: 0.15rem;
  }
  .section-common-utility .step-item .item-text-small {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .section-common-utility .utility-list {
    margin-bottom: 0.2rem;
  }
  .section-common-utility .utility-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-common-utility .utility-item {
    width: 100%;
  }
  .section-common-utility .utility-item .item-label {
    padding: 0.05rem 0.1rem 0.05rem 0.13rem;
    border-left: 0.07rem solid #01472b;
    font-size: 0.17rem;
    line-height: 1.8823529412;
  }
  .section-common-utility .utility-item .item-content {
    font-size: 0.15rem;
    padding: 0.14rem 0;
    line-height: 1.75;
  }
  .section-common-utility .utility-item .item-content ul li {
    padding-left: 0.32rem;
  }
  .section-common-utility .utility-item .item-content ul li:not(:last-child) {
    margin-bottom: 0.09rem;
  }
  .section-common-utility .utility-item .item-content ul li::before {
    width: 0.17rem;
    height: 0.12rem;
    background: url(../img/common/sp/icn_list.png) center center/100% auto no-repeat;
    top: 0.07rem;
  }
}
.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;
  }
}
.point-item .information-label, .point-item .information-title {
  color: #01472b;
}
.point-item .information-label {
  letter-spacing: 0.04em;
}
.point-item .information-label::after {
  counter-increment: point;
  content: " " counter(point, decimal-leading-zero);
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.point-item .information-title {
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.point-item .information-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.95;
}
.point-item .information-list {
  color: #4a4744;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.75;
}

@media print, (min-width: 768px) {
  .point-item {
    display: flex;
    align-items: center;
  }
  .point-item .item-image {
    width: 715px;
    flex-shrink: 0;
  }
  .point-item .item-information {
    width: 100%;
    padding-left: 60px;
    padding-right: 55px;
  }
  .point-item .information-label, .point-item .information-title {
    font-weight: bold;
  }
  .point-item .information-label {
    font-size: 0.16rem;
    margin-bottom: 15px;
  }
  .point-item .information-title {
    font-size: 0.3rem;
    margin-bottom: 20px;
  }
  .point-item .information-title .is-separate {
    font-size: 0.2rem;
  }
  .point-item .information-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .point-item .information-text + .information-list {
    margin-top: -18px;
  }
  .point-item .information-list {
    font-size: 0.14rem;
    margin-bottom: 34px;
  }
  .point-item.is-versa {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767.98px) {
  .point-item .item-image {
    width: 3.38rem;
    margin: 0 auto 0.23rem;
  }
  .point-item .item-image img {
    width: 100%;
    height: auto;
  }
  .point-item .item-information {
    width: 100%;
  }
  .point-item .information-label, .point-item .information-title {
    font-weight: 600;
  }
  .is-android .point-item .information-label, .is-android .point-item .information-title {
    font-weight: 700;
  }
  .point-item .information-label {
    font-size: 0.15rem;
    margin-bottom: 0.07rem;
  }
  .point-item .information-title {
    font-size: 0.2rem;
    margin-bottom: 0.32rem;
    letter-spacing: -0.02em;
  }
  .point-item .information-title .is-separate {
    font-size: 0.14rem;
  }
  .point-item .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.34rem;
  }
  .point-item .information-text + .information-list {
    margin-top: -0.26rem;
  }
  .point-item .information-list {
    font-size: 0.14rem;
    margin-bottom: 0.34rem;
  }
  .point-item .button-primary {
    display: block;
    margin: 0 auto;
  }
  .point-item.is-versa {
    flex-direction: row-reverse;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.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-howto .howto-text {
  letter-spacing: 0.02em;
  color: #4a4744;
}
.section-howto .plants-information {
  color: #494744;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-howto .plants-information {
    font-weight: 600;
  }
}
.section-howto .plants-information p {
  margin-bottom: 0;
}
.section-howto .plants-number .character {
  position: relative;
}
.section-howto .block-howto-voucher {
  background: #e6e3de;
}
.section-howto .voucher-title {
  font-weight: bold;
  color: #01472b;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-howto .voucher-title {
    font-weight: 600;
  }
}
.section-howto .voucher-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-howto .voucher-item .voucher-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-howto .voucher-item .voucher-image img {
  mix-blend-mode: multiply;
}
.section-howto .voucher-item .voucher-information {
  color: #4a4744;
}
.section-howto .voucher-item .information-title {
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-howto .voucher-item .information-title {
    font-weight: 600;
  }
}
.section-howto .voucher-item .information-text {
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.section-howto .voucher-description {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.section-howto .voucher-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, (min-width: 768px) {
  .section-howto {
    padding: 35px 0 118px;
  }
  .section-howto .title-primary {
    margin-bottom: 30px;
  }
  .section-howto .howto-text {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
    margin-bottom: 74px;
    text-align: center;
  }
  .section-howto .howto-plants {
    display: flex;
    align-items: center;
    width: 746px;
    margin: 0 auto 100px;
    position: relative;
    left: 38px;
  }
  .section-howto .plants-information {
    width: 100%;
    text-align: center;
    padding-right: 90px;
    padding-top: 45px;
  }
  .section-howto .plants-title {
    font-size: 0.22rem;
    margin-bottom: -33px;
  }
  .section-howto .plants-number {
    font-size: 1.51rem;
    margin-bottom: -48px !important;
  }
  .section-howto .plants-number .character {
    font-size: 1.16rem;
    margin: 0 21px;
    top: -24px;
  }
  .section-howto .plants-text {
    font-size: 0.18rem;
    margin-bottom: 16px !important;
  }
  .section-howto .plants-description {
    font-size: 0.22rem;
  }
  .section-howto .plants-image {
    width: 397px;
    flex-shrink: 0;
  }
  .section-howto .block-howto-voucher {
    padding: 114px 0;
    margin-bottom: 123px;
  }
  .section-howto .voucher-title {
    font-size: 0.24rem;
    margin-bottom: 62px;
  }
  .section-howto .voucher-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 56px;
    margin-bottom: 20px;
  }
  .section-howto .voucher-list li {
    width: 33.3333333333%;
    display: flex;
    justify-content: center;
    border-right: 1px dashed #01472b;
    margin-bottom: 40px;
  }
  .section-howto .voucher-list li:last-child, .section-howto .voucher-list li:nth-child(3n) {
    border-right: 0;
  }
  .section-howto .voucher-item {
    width: 296px;
    margin: 0 auto;
  }
  .section-howto .voucher-item .voucher-image {
    width: 173px;
    height: 119px;
    margin: 0 auto 12px;
  }
  .section-howto .voucher-item .information-title {
    font-size: 0.2rem;
    margin-bottom: 10px;
  }
  .section-howto .voucher-item .information-text {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .section-howto .voucher-description {
    width: 1044px;
    margin: 0 auto;
    font-size: 0.14rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-howto {
    padding: 0.28rem 0 0.42rem;
  }
  .section-howto .title-primary {
    margin-bottom: 0.23rem;
  }
  .section-howto .howto-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.5rem;
    padding: 0 0.1rem;
  }
  .section-howto .howto-plants {
    margin-bottom: 0.8rem;
  }
  .section-howto .plants-information {
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .section-howto .plants-title {
    font-size: 0.18rem;
    margin-bottom: -0.12rem;
  }
  .section-howto .plants-number {
    font-size: 0.8rem;
    margin-bottom: -0.27rem !important;
  }
  .section-howto .plants-number .character {
    font-size: 0.59rem;
    margin: 0 0.07rem;
    top: -0.14rem;
  }
  .section-howto .plants-text {
    font-size: 0.14rem;
    margin-bottom: 0.07rem !important;
  }
  .section-howto .plants-description {
    font-size: 0.18rem;
  }
  .section-howto .plants-image {
    width: 2.8rem;
    margin: 0 auto;
  }
  .section-howto .block-howto-voucher {
    padding: 0.56rem 0.2rem;
    margin: 0 -0.1rem 0.57rem;
  }
  .section-howto .voucher-title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .section-howto .voucher-list {
    margin-bottom: 0.4rem;
  }
  .section-howto .voucher-list li:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .section-howto .voucher-item {
    margin: 0 auto;
  }
  .section-howto .voucher-item .voucher-image {
    width: 1.73rem;
    height: 1.19rem;
    margin: 0 auto 0.1rem;
  }
  .section-howto .voucher-item .information-title {
    font-size: 0.15rem;
    margin-bottom: 0.05rem;
    text-align: center;
  }
  .section-howto .voucher-item .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .section-howto .voucher-description {
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .section-howto .point-item {
    padding: 0 10px;
  }
}
.section-common-utility {
  padding-bottom: 0;
}

.section-howto-use .use-list, .section-howto-use .use-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-howto-use .use-item .use-slider {
  position: relative;
}
.section-howto-use .use-item .use-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999em;
  overflow: hidden;
  background: url(../img/common/icn_arrow_right_green.png) center center/100% auto no-repeat;
  cursor: pointer;
}
.section-howto-use .use-item .use-slider .slick-prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.section-howto-use .use-item .use-slider .slick-next {
  right: 0;
}
.section-howto-use .use-item .use-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.section-howto-use .use-item .use-slider .slick-dots li {
  background: #abbeb2;
  position: relative;
  cursor: pointer;
}
.section-howto-use .use-item .use-slider .slick-dots li.slick-active {
  background: #01472b;
}
.section-howto-use .use-item .use-slider .slick-dots button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-howto-use .use-item .use-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #404040;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-howto-use .use-item .use-title {
    font-weight: 600;
  }
}
.section-howto-use .use-item .use-text {
  color: #4a4744;
  letter-spacing: 0.02em;
}
.section-howto-use .use-item .use-text p {
  margin-bottom: 0;
}
.section-howto-use .use-item .use-text .small-text {
  font-weight: 500;
}
.section-howto-use .howto-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-howto-use {
    padding: 115px 0 80px;
  }
  .section-howto-use .title-primary {
    margin-bottom: 67px;
  }
  .section-howto-use .use-list {
    margin-bottom: 225px;
  }
  .section-howto-use .use-list > li:not(:last-child) {
    margin-bottom: 90px;
  }
  .section-howto-use .use-item {
    display: flex;
    align-items: center;
    width: 1120px;
    margin: 0 auto;
  }
  .section-howto-use .use-item .use-slider {
    width: 559px;
    padding: 0 30px;
    flex-shrink: 0;
  }
  .section-howto-use .use-item .use-slider .slick-arrow {
    width: 11px;
    height: 19px;
  }
  .section-howto-use .use-item .use-slider .slick-dots {
    bottom: -25px;
  }
  .section-howto-use .use-item .use-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4.5px;
  }
  .section-howto-use .use-item .use-information {
    width: 100%;
    padding-left: 63px;
  }
  .section-howto-use .use-item .use-title {
    font-size: 0.24rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .section-howto-use .use-item .use-text {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-howto-use {
    padding: 0.42rem 0 0.6rem;
  }
  .section-howto-use .title-primary {
    margin-bottom: 0.3rem;
  }
  .section-howto-use .use-list {
    margin-bottom: 1.15rem;
  }
  .section-howto-use .use-list > li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .section-howto-use .use-item {
    padding: 0 0.1rem;
  }
  .section-howto-use .use-item .use-slider {
    margin-bottom: 0.44rem;
  }
  .section-howto-use .use-item .use-slider .slick-slide img {
    width: 100%;
    height: auto;
  }
  .section-howto-use .use-item .use-slider .slick-arrow {
    width: 0.11rem;
    height: 0.19rem;
  }
  .section-howto-use .use-item .use-slider .slick-prev {
    transform: translate(-100%, -50%) scale(-1);
    left: -0.04rem;
  }
  .section-howto-use .use-item .use-slider .slick-next {
    transform: translate(100%, -50%);
    right: -0.04rem;
  }
  .section-howto-use .use-item .use-slider .slick-dots {
    bottom: -0.22rem;
  }
  .section-howto-use .use-item .use-slider .slick-dots li {
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    margin: 0 0.06rem;
  }
  .section-howto-use .use-item .use-title {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-bottom: 0.25rem;
    color: #01472b;
  }
  .section-howto-use .use-item .use-text {
    font-size: 0.15rem;
    line-height: 1.75;
  }
}