@charset "UTF-8";

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-spacing: 0;
  border-collapse: collapse;
}

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

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  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;
}

a:not([class]) {
  color: inherit;
}

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

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

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

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;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html:not(.is-visible) {
  opacity: 0;
}

@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    display: none;
    width: 0;
  }
}

body {
  transition: opacity 0.3s ease;
  background: #fefdf8;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

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

.trans:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.16rem;
  }

  .container {
    min-width: 1240px;
  }

  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .md {
    display: none !important;
  }
}

footer .footer-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

footer .footer-title {
  font-weight: 700;
}

footer .block-title {
  font-weight: 700;
}

footer .block-title span {
  color: rgba(51, 51, 51, 0.5);
}

footer .block-desc span {
  display: block;
}

footer .block-desc a {
  margin-left: 0.05rem;
  text-decoration: none;
}

footer small {
  display: block;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 63px 0 77px;
  }

  footer .footer-title {
    margin: 0 -50px 58px;
    font-size: 0.32rem;
  }

  footer .footer-list {
    max-width: 960px;
    margin: 0 -50px;
  }

  footer .list-item {
    display: -ms-flexbox;
    display: flex;
  }

  footer .list-item:not(:last-child) {
    margin-bottom: 22px;
  }

  footer .item-logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 252px;
  }

  footer .item-block {
    padding-left: 40px;
  }

  footer .block-title {
    margin-bottom: 15px;
    font-size: 0.24rem;
  }

  footer .block-title span {
    font-size: 0.12rem;
  }

  footer .block-desc {
    font-size: 0.13rem;
  }

  footer small {
    padding: 18px 50px 24px;
    font-size: 0.12rem;
    line-height: 2.1666666667;
    text-align: center;
  }
}

@media only screen and (max-width: 767.98px) {
  footer {
    padding-top: 0.64rem;
  }

  footer .wrapper {
    padding: 0 0.16rem;
  }

  footer .footer-title {
    margin-bottom: 0.53rem;
    font-size: 0.24rem;
    text-align: center;
  }

  footer .list-item:not(:last-child) {
    margin-bottom: 0.53rem;
  }

  footer .item-logo {
    width: 2.52rem;
    margin: 0 auto 0.16rem;
    text-align: center;
  }

  footer .block-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.17rem;
    font-size: 0.2rem;
  }

  footer .block-title span {
    position: relative;
    top: -0.01rem;
    font-size: 0.1rem;
  }

  footer .block-desc {
    font-size: 0.13rem;
    line-height: 1.5;
  }

  footer .block-desc span:not(:last-child) {
    margin-bottom: 0.02rem;
  }

  footer .is-second .item-logo {
    margin-bottom: 0.24rem;
  }

  footer .is-second .block-title {
    margin-bottom: 0.16rem;
  }

  footer .is-second .block-desc {
    margin-bottom: 0.62rem;
  }

  footer .is-second .is-address {
    margin-bottom: 0;
  }

  footer .is-second .item-block {
    margin: 0 -0.16rem;
    padding-left: 0.16rem;
  }

  footer small {
    padding: 0.16rem 0.16rem 0.24rem;
    font-size: 0.12rem;
    line-height: 2.1666666667;
  }
}

.button-top-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: #c30d23;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  text-decoration: none;
}

.button-top-primary .button-wrapper {
  position: relative;
}

.button-top-primary span {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .button-top-primary {
    width: 328px;
    min-height: 64px;
    margin: 0 auto;
    padding: 10px 20px;
  }

  .button-top-primary .button-wrapper {
    top: -0.1px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-top-primary {
    width: 100%;
    min-height: 0.64rem;
    padding: 0.17rem;
  }
}

.title-top-primary {
  font-weight: 700;
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-top-primary {
    margin-bottom: 22px;
    font-size: 0.32rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-top-primary {
    margin-bottom: 0.32rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.section-top-keyvisual {
  position: relative;
}

.section-top-keyvisual .title-label {
  background: #c30d23;
  color: #fff;
  font-weight: 700;
}

.section-top-keyvisual .title-highlight {
  position: relative;
  font-weight: 700;
}

.section-top-keyvisual .title-main {
  font-weight: 700;
}

.section-top-keyvisual .block-label {
  line-height: 1.8;
}

.section-top-keyvisual .label-wrapper {
  position: relative;
}

.section-top-keyvisual .keyvisual-image {
  z-index: -1;
}

.section-top-keyvisual .keyvisual-image img {
  width: 100%;
}

.section-top-keyvisual .title-wrapper {
  display: block;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -9px;
  }

  .section-top-keyvisual .keyvisual-block {
    margin-right: -120px;
    padding: 120px 0 100px 124px;
  }

  .section-top-keyvisual .block-title {
    margin-bottom: 40px;
  }

  .section-top-keyvisual .title-wrapper {
    margin-bottom: 18px;
  }

  .section-top-keyvisual .title-label {
    padding: 14.5px 20px;
    border-radius: 20px;
    font-size: 0.53rem;
  }

  .section-top-keyvisual .label-wrapper {
    top: -2px;
  }

  .section-top-keyvisual .title-highlight {
    top: -6px;
    margin-left: 12px;
    font-size: 0.36rem;
    line-height: 2.2222222222;
  }

  .section-top-keyvisual .title-main {
    font-size: 0.56rem;
  }

  .section-top-keyvisual .block-label {
    margin-bottom: 46px;
    font-size: 0.2rem;
  }

  .section-top-keyvisual .button-top-primary {
    margin: 0;
    font-size: 0.24rem;
  }

  .section-top-keyvisual .keyvisual-image {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.2916666667%;
    min-width: 6.09rem;
  }

  .section-top-keyvisual .keyvisual-image img {
    border-bottom-left-radius: 2rem;
  }
}

@media print, (min-width: 768px) and (max-width: 1439px) {
  .section-top-keyvisual .keyvisual-block {
    padding: 120px 0 100px 30px;
  }

  .section-top-keyvisual .title-label {
    padding: 12px 20px;
    border-radius: 15px;
    font-size: 0.35rem;
  }

  .section-top-keyvisual .title-main {
    font-size: 0.45rem;
  }

  .section-top-keyvisual .title-highlight {
    top: -3px;
    font-size: 0.3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 7.49rem;
    padding-top: 0.64rem;
    line-height: 1;
  }

  .section-top-keyvisual .keyvisual-block {
    padding: 0 0.25rem;
  }

  .section-top-keyvisual .block-title {
    margin-bottom: 0.25rem;
    font-size: 0.23rem;
  }

  .section-top-keyvisual .title-label {
    padding: 0.1rem 0.12rem;
    border-radius: 0.14rem;
  }

  .section-top-keyvisual .title-highlight {
    display: inline-block;
    top: -0.06rem;
    left: 2.18rem;
    font-size: 0.16rem;
    text-shadow: #fff -0.1em 0 0;
  }

  .section-top-keyvisual .title-wrapper {
    margin-bottom: 0.07rem;
  }

  .section-top-keyvisual .block-label {
    margin-bottom: 0.18rem;
    font-size: 0.14rem;
    line-height: 1.8;
  }

  .section-top-keyvisual .keyvisual-image {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .section-top-keyvisual .keyvisual-image img {
    border-bottom-left-radius: 1rem;
  }
}

.section-top-introduction .section-text {
  line-height: 1.8;
  text-align: center;
}

.section-top-introduction .is-bold {
  font-weight: 700;
}

.section-top-introduction .section-background {
  margin: 0 auto;
}

.section-top-introduction .section-background img {
  width: 100%;
}

.section-top-introduction .section-button {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-introduction {
    padding-bottom: 79px;
  }

  .section-top-introduction .button-top-primary {
    width: 358px;
  }

  .section-top-introduction .title-top-primary {
    font-size: 0.36rem;
    line-height: 1.4722222222;
  }

  .section-top-introduction .section-text {
    margin-bottom: 69px;
    font-size: 0.16rem;
  }

  .section-top-introduction .section-background {
    width: 720px;
    margin-bottom: 67px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-introduction {
    padding: 0.69rem 0 0.64rem;
  }

  .section-top-introduction .title-top-primary {
    color: #000;
  }

  .section-top-introduction .section-text {
    margin-bottom: 0.32rem;
    font-size: 0.15rem;
    line-height: 1.8;
    text-align: left;
  }

  .section-top-introduction .section-title {
    margin-bottom: 0.32rem;
    padding-left: 0.13rem;
    background: url(../img/common/sp/text_icon_01.svg) no-repeat -0.01rem 0.01rem/0.1rem 0.18rem;
    font-size: 0.12rem;
    line-height: 1.6;
  }

  .section-top-introduction .section-background {
    margin: 0 -0.01rem;
    margin-bottom: 0.32rem;
  }
}

@media print {
  .section-top-introduction {
    margin-bottom: 2rem;
  }
}

.section-top-medical .section-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.section-top-medical .item-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  object-fit: cover;
}

.section-top-medical .item-desc {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .section-top-medical {
    padding: 79px 0 70px;
  }

  .section-top-medical .title-top-primary {
    margin-bottom: 58px;
  }

  .section-top-medical .section-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .section-top-medical .item-thumbnail {
    width: 300px;
    height: 200px;
    margin-bottom: 27px;
  }

  .section-top-medical .list-item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-medical {
    padding: 1rem 0;
    line-height: 1;
  }

  .section-top-medical .wrapper {
    padding: 0 0.24rem;
  }

  .section-top-medical .title-top-primary {
    margin: 0 -0.2rem 0.31rem;
  }

  .section-top-medical .list-item {
    margin-bottom: 0.39rem;
  }

  .section-top-medical .item-thumbnail {
    width: 3.27rem;
    height: 2rem;
    margin: 0 auto 0.24rem;
  }

  .section-top-medical .item-desc {
    display: block;
    line-height: 1.5;
  }
}

.section-top-info .section-text {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}

.section-top-info .section-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.section-top-info .list-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0.02rem solid #333;
  border-radius: 0.08rem;
  background: #fefdf8;
}

.section-top-info .list-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.03rem;
  right: -0.06rem;
  bottom: -0.06rem;
  left: 0.03rem;
  border: 0.02rem solid #333;
  border-radius: 0.08rem;
}

.section-top-info .item-title {
  margin-bottom: 0.05rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.6;
}

.section-top-info .item-title span {
  position: relative;
  top: 0.04rem;
  left: 0.03rem;
  font-size: 0.12rem;
  line-height: 1.7;
}

.section-top-info .item-label {
  display: block;
  margin-bottom: 0.04rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.6;
}

.section-top-info .item-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-top-info .category-item {
  border-radius: 0.04rem;
  background: #c8eefa;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-top-info .section-button {
  text-align: center;
}

.section-top-info .item-portrait {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-top-info .item-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .section-top-info {
    padding: 70px 0 110px;
  }

  .section-top-info .title-top-primary {
    margin-bottom: 46px;
  }

  .section-top-info .section-text {
    margin-bottom: 47px;
  }

  .section-top-info .section-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
  }

  .section-top-info .item-portrait {
    width: 120px;
    height: 120px;
  }

  .section-top-info .item-wrapper {
    max-width: 310px;
  }

  .section-top-info .list-item {
    width: calc(50% - 10px);
    padding: 16px;
  }

  .section-top-info .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section-top-info .item-category {
    margin: 0 -5px;
  }

  .section-top-info .category-item {
    margin: 7px 4px 0;
    padding: 4px 3px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-info {
    padding: 0.63rem 0 1rem;
  }

  .section-top-info .wrapper {
    padding: 0 0.14rem;
  }

  .section-top-info .title-top-primary {
    margin-bottom: 0.47rem;
    line-height: 1.45;
  }

  .section-top-info .section-text {
    margin-bottom: 0.46rem;
  }

  .section-top-info .section-list {
    margin-bottom: 0.46rem;
  }

  .section-top-info .list-item {
    padding: 0.16rem 0.16rem 0.19rem;
  }

  .section-top-info .list-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }

  .section-top-info .item-title {
    margin-bottom: 0.03rem;
  }

  .section-top-info .item-wrapper {
    max-width: 1.95rem;
  }

  .section-top-info .item-portrait {
    width: 1rem;
    height: 1rem;
    margin-top: -0.01rem;
  }

  .section-top-info .item-category {
    margin: 0 0 -0.11rem -0.05rem;
  }

  .section-top-info .category-item {
    margin: 0 0 0.08rem 0.05rem;
    padding: 0.04rem;
  }

  .section-top-info .item-label {
    margin-bottom: 0.12rem;
  }

  .section-top-info .section-button {
    padding: 0 0.02rem;
  }
}

.section-top-consult {
  background: #fff;
}

.section-top-consult .section-text {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.625;
}

.section-top-consult .section-list {
  padding-left: 0;
  list-style: none;
}

.section-top-consult .list-item {
  line-height: 1.5;
}

.section-top-consult .item-label {
  display: block;
  color: #c30d23;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.14rem;
  font-weight: 700;
  text-align: center;
}

.section-top-consult .item-main {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
}

.section-top-consult .item-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
}

.section-top-consult .item-icon img {
  width: 100%;
  object-fit: cover;
}

.section-top-consult .item-desc {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.5;
}

.section-top-consult .section-button {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-consult {
    padding: 130px 0 100px;
  }

  .section-top-consult .title-top-primary {
    margin-bottom: 34px;
  }

  .section-top-consult .section-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .section-top-consult .section-text {
    margin-bottom: 48px;
    text-align: center;
  }

  .section-top-consult .list-item {
    width: 33.3333333333%;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .section-top-consult .item-label {
    margin-bottom: 4px;
  }

  .section-top-consult .item-main {
    margin-bottom: 15px;
  }

  .section-top-consult .item-icon {
    margin-bottom: 18px;
  }

  .section-top-consult .item-desc {
    margin-bottom: 0;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-consult {
    padding: 1.2rem 0 1rem;
  }

  .section-top-consult .title-top-primary {
    margin-bottom: 0.36rem;
  }

  .section-top-consult .section-text {
    margin-bottom: 0.48rem;
  }

  .section-top-consult .section-list {
    margin-bottom: 0.48rem;
  }

  .section-top-consult .item-label {
    margin-bottom: 0.04rem;
  }

  .section-top-consult .item-main {
    margin-bottom: 0.14rem;
  }

  .section-top-consult .item-icon {
    margin-bottom: 0.17rem;
  }

  .section-top-consult .item-desc {
    margin-bottom: 0;
    padding: 0 0.23rem;
  }

  .section-top-consult .list-item:not(:last-child) {
    margin-bottom: 0.41rem;
  }

  .section-top-consult .section-button {
    margin: 0 -0.01rem;
  }
}

.section-top-faq .section-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.section-top-faq .list-item {
  position: relative;
}

.section-top-faq .list-item::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/top/faq_icn_01.svg) center/contain no-repeat;
}

.section-top-faq .item-title {
  border: 0.02rem solid #333;
  border-radius: 0.06rem;
  font-weight: 700;
}

.section-top-faq .item-title span {
  position: relative;
  top: -0.01rem;
}

.section-top-faq .item-desc {
  margin-bottom: 0;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-top-faq {
    padding: 98px 0 100px;
  }

  .section-top-faq .title-top-primary {
    margin-bottom: 59px;
  }

  .section-top-faq .section-list {
    max-width: 705px;
  }

  .section-top-faq .list-item {
    padding-left: 22px;
  }

  .section-top-faq .list-item:not(:last-child) {
    margin-bottom: 53px;
  }

  .section-top-faq .list-item::before {
    top: -21px;
    left: 2px;
  }

  .section-top-faq .item-title {
    margin-bottom: 16px;
    padding: 13px 34px;
    font-size: 0.2rem;
  }

  .section-top-faq .item-desc {
    margin-left: -5px;
    padding-left: 2px;
    font-size: 0.16rem;
    line-height: 1.625;
  }

  .section-top-faq .item-desc.is-right {
    margin-right: -7px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-faq {
    padding: 0.99rem 0;
  }

  .section-top-faq .title-top-primary {
    margin-bottom: 0.6rem;
  }

  .section-top-faq .section-list {
    padding-left: 0.15rem;
  }

  .section-top-faq .list-item:not(:last-child) {
    margin-bottom: 0.53rem;
  }

  .section-top-faq .list-item::before {
    top: -0.21rem;
    left: -0.16rem;
  }

  .section-top-faq .item-title {
    margin-bottom: 0.16rem;
    padding: 0.13rem 0.1rem 0.13rem 0.32rem;
    color: #39404a;
    font-size: 0.16rem;
  }

  .section-top-faq .item-desc {
    margin-right: -0.05rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }

  .section-top-faq .item-desc.is-right {
    margin-right: -0.07rem;
  }
}

.section-top-instruction {
  overflow: hidden;
  background: #c8eefa;
}

.section-top-instruction .section-image {
  width: 3.11rem;
  margin: 0 auto;
}

.section-top-instruction .section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-instruction .section-title {
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .section-top-instruction .wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 64px 40px 54px;
  }

  .section-top-instruction .button-top-primary {
    margin: 0;
  }

  .section-top-instruction .section-wrapper {
    max-width: 560px;
  }

  .section-top-instruction .section-title {
    margin-bottom: 30px;
    font-size: 0.28rem;
  }

  .section-top-instruction .section-image {
    position: absolute;
    right: 38px;
    bottom: -1px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-instruction {
    padding-top: 0.64rem;
  }

  .section-top-instruction .wrapper {
    padding: 0 0.16rem;
  }

  .section-top-instruction .section-wrapper {
    margin-bottom: 0.41rem;
  }

  .section-top-instruction .section-title {
    margin-bottom: 0.28rem;
    font-size: 0.24rem;
    text-align: center;
  }
}
