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

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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 {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body .navigation-common {
    position: relative !important;
  }
  body .button-to-top {
    position: absolute !important;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.3333333333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

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

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-highlight {
  font-weight: 700;
}

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1006px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

.header-common {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-common .header-logo {
  position: relative;
  margin-bottom: 0;
}
.header-common .logo-image {
  display: block;
}
.header-common .header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: #008dd7;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media print, (min-width: 768px) {
  .header-common {
    top: 28px;
    min-width: 1250px;
  }
  .header-common .header-wrapper {
    width: calc(100% - 60px);
    max-width: 1128px;
    min-height: 82px;
    margin: 0 auto;
  }
  .header-common .header-logo {
    top: 1px;
    left: 4px;
  }
  .header-common .logo-image {
    width: 253px;
  }
  .header-common .header-button {
    top: 3px;
    width: 120px;
    min-height: 40px;
    padding: 2px 10px 3px;
    font-size: 0.2rem;
  }
  .header-common .header-button .button-wrapper {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    padding: 0 0.2rem;
  }
  .header-common .header-wrapper {
    min-height: 0.82rem;
  }
  .header-common .logo-image {
    width: 1.9rem;
  }
  .header-common .header-button {
    width: 1rem;
    min-height: 0.4rem;
    padding: 0.02rem 0.1rem;
  }
  .header-common .header-button .button-wrapper {
    margin-left: 0.05rem;
  }
  .header-common .header-button .button-wrapper::before {
    left: 0;
    width: 0.07rem;
    height: 0.12rem;
    margin-top: -0.07rem;
  }
}

.footer-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #039eec;
}
.footer-common .footer-copyright {
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .footer-common {
    min-height: 120px;
    padding: 20px 50px;
  }
  .footer-common .footer-copyright {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    min-height: 0.8rem;
    padding: 0.2rem 0.1rem;
  }
  .footer-common .footer-copyright {
    font-size: 0.11rem;
  }
}

.button-to-top {
  position: fixed;
  z-index: 999;
  overflow: hidden;
  border-radius: 100%;
  background-color: #3395d1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  cursor: pointer;
}
.button-to-top::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/common/icn_to_top.png") no-repeat 0 0/auto 100%;
}
@media print, (min-width: 768px) {
  .button-to-top {
    right: 6px;
    bottom: 34px;
    width: 80px;
    height: 80px;
    padding: 21px 5px;
    font-size: 0.12rem;
  }
  .button-to-top::after {
    bottom: 17px;
    width: 44px;
    height: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top {
    right: 0.05rem;
    bottom: 0.6rem;
    width: 0.7rem;
    height: 0.7rem;
    padding: 0.18rem 0.05rem;
    font-size: 0.09rem;
  }
  .button-to-top::after {
    bottom: 0.13rem;
    width: 0.44rem;
    height: 0.21rem;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.navigation-common {
  position: relative;
}
.navigation-common .navigation-wrapper {
  background-color: #008dd7;
}
.navigation-common .navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-common .navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: center;
}
.navigation-common .navigation-link.is-home .link-wrapper {
  padding-left: 0.05rem;
}
.navigation-common .navigation-link.is-home .fa-house {
  position: relative;
  top: -0.02rem;
}
@media print, (min-width: 768px) {
  .navigation-common .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1250px;
    min-height: 61px;
    font-size: 0.16rem;
  }
  .navigation-common .navigation-wrapper.is-fixed {
    position: fixed;
    top: 0;
    bottom: unset;
  }
  .navigation-common .navigation-inner {
    width: calc(100% - 60px);
    max-width: 1128px;
    margin: 0 auto;
  }
  .navigation-common .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-common .navigation-item {
    min-width: 132px;
    min-height: 40px;
    border-right: 1px solid #fff;
  }
  .navigation-common .navigation-item:first-child {
    border-left: 1px solid #fff;
  }
  .navigation-common .navigation-item:nth-child(2) {
    width: 141px;
  }
  .navigation-common .navigation-item:nth-child(3) {
    width: 149px;
  }
  .navigation-common .navigation-item:nth-child(4) {
    width: 289px;
  }
  .navigation-common .navigation-item:last-child {
    width: 413px;
  }
  .navigation-common .navigation-link {
    min-width: 132px;
    min-height: 40px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-common .navigation-list {
    border-bottom: 1px solid #fff;
  }
  .navigation-common .navigation-item {
    border-bottom: 1px solid #fff;
  }
  .navigation-common .navigation-link {
    min-height: 0.4rem;
    padding: 0.05rem 0.2rem;
  }
  .navigation-common .navigation-link.is-home .fa-house {
    top: -1px;
  }
  .is-android .navigation-common .navigation-link.is-home .fa-house {
    top: -0.02rem;
  }
}

.title-common-primary {
  position: relative;
  text-align: center;
}
.title-common-primary .title-wrapper {
  position: relative;
}
.title-common-primary .title-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/decor_title.png") no-repeat center/auto 100%;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    left: -30px;
    font-size: 0.36rem;
  }
  .title-common-primary .title-wrapper {
    padding-left: 72px;
  }
  .title-common-primary .title-wrapper::before {
    top: 0;
    width: 46px;
    height: 52px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
  }
  .title-common-primary .title-wrapper {
    display: inline-block;
    padding: 0 0.55rem;
  }
  .title-common-primary .title-wrapper::before {
    top: 50%;
    width: 0.46rem;
    height: 0.52rem;
    margin-top: -0.2rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.list-common-dot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dot .dot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-common-dot .item-dot {
  position: relative;
  line-height: 0.5;
}
@media print, (min-width: 768px) {
  .list-common-dot .item-dot {
    top: 5px;
    margin-right: 26px;
    font-size: 0.32rem;
  }
  .is-mac .list-common-dot .item-dot {
    top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-dot .item-dot {
    top: 0;
    margin-right: 0.2rem;
    font-size: 0.25rem;
  }
  .is-android .list-common-dot .item-dot {
    top: 0.03rem !important;
  }
}

.step-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.step-common .step-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.79rem;
  background-color: #ff9600;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.step-common .step-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.step-common .step-detail {
  font-size: 0.14rem;
  font-weight: 700;
}
.step-common .step-description {
  margin-top: 0.06rem;
}
.step-common .step-logo {
  margin: 0;
  padding: 0;
  list-style: none;
}
.step-common .logo-item-title {
  text-align: center;
}
@media print, (min-width: 768px) {
  .step-common .step-number {
    min-height: 26px;
    padding: 3px 2px 1px;
  }
  .step-common .step-content {
    margin-left: 44px;
    padding-top: 1px;
  }
  .step-common .step-detail,
  .step-common .step-description {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .step-common .step-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-left: -13px;
  }
  .step-common .logo-item {
    margin-right: 64px;
    margin-bottom: 20px;
  }
  .step-common .logo-item-title {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .step-common .logo-item-image {
    width: 39px;
    margin: 0 auto 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .step-common .step-number {
    min-height: 0.26rem;
    padding: 0.03rem 0.02rem 1px;
  }
  .step-common .step-content {
    margin-left: 0.3rem;
    padding-top: 0.05rem;
  }
  .step-common .step-logo {
    margin-top: 0.2rem;
  }
  .step-common .logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .step-common .logo-item:last-child {
    margin-bottom: 0;
  }
  .step-common .logo-item-image {
    width: 0.39rem;
    margin-right: 0.15rem;
  }
  .step-common .logo-item-title {
    padding-top: 0.08rem;
  }
}

.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual .keyvisual-content {
  background-color: #1cad90;
  color: #fff;
  font-weight: 300;
}
.section-top-keyvisual .keyvisual-content p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin-bottom: -1px;
  }
  .section-top-keyvisual .keyvisual-image {
    position: relative;
    padding-top: 40.7239819005%;
  }
  .section-top-keyvisual .keyvisual-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-top-keyvisual .keyvisual-content {
    position: absolute;
    z-index: 2;
    bottom: 32px;
    left: 0;
    width: 650px;
    padding: 17px 20px 17px 104px;
    line-height: 1.4325;
  }
  .section-top-keyvisual .keyvisual-content .text-small {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-image {
    height: 2.2rem;
  }
  .section-top-keyvisual .keyvisual-content {
    padding: 0.2rem;
  }
  .section-top-keyvisual .keyvisual-content .text-small {
    font-size: 0.12rem;
  }
}

.section-top-greetings .greetings-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-greetings .greetings-item:last-child {
  margin-bottom: 0;
}
.section-top-greetings .information-content {
  font-weight: 700;
}
.section-top-greetings .information-position {
  margin-bottom: 0.05rem;
}
.section-top-greetings .greetings-title {
  font-weight: 700;
}
.section-top-greetings .greetings-description p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-greetings {
    padding-top: 92px;
  }
  .section-top-greetings .title-common-primary {
    margin-bottom: 104px;
  }
  .section-top-greetings .greetings-item {
    margin-bottom: 106px;
  }
  .section-top-greetings .greetings-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 18px;
    margin-left: -2px;
  }
  .section-top-greetings .information-image {
    width: 470px;
    height: 310px;
  }
  .section-top-greetings .information-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 0 32px;
  }
  .section-top-greetings .information-about {
    margin-bottom: 23px;
  }
  .section-top-greetings .information-position {
    margin-bottom: 5px;
  }
  .section-top-greetings .information-name {
    font-size: 0.24rem;
  }
  .section-top-greetings .greetings-title {
    margin-bottom: -10px;
    font-size: 0.24rem;
  }
  .section-top-greetings .greetings-description {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-greetings {
    padding-top: 0.6rem;
  }
  .section-top-greetings .greetings-item {
    margin-bottom: 0.6rem;
  }
  .section-top-greetings .greetings-information {
    margin-bottom: 0.2rem;
  }
  .section-top-greetings .information-image {
    position: relative;
    margin-bottom: 0.2rem;
    padding-top: 74.8936170213%;
  }
  .section-top-greetings .information-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-top-greetings .information-about {
    margin-bottom: 0.15rem;
  }
  .section-top-greetings .information-position {
    margin-bottom: 0.05rem;
  }
  .section-top-greetings .information-name {
    font-size: 0.18rem;
  }
  .section-top-greetings .greetings-title {
    font-size: 0.18rem;
  }
  .section-top-greetings .greetings-description {
    margin-top: 0.15rem;
  }
}

.section-top-treatment .treatment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-treatment .treatment-item {
  margin-bottom: 0.24rem;
}
.section-top-treatment .treatment-item:last-child {
  margin-bottom: 0;
}
.section-top-treatment .treatment-title {
  margin-bottom: 0.04rem;
}
.section-top-treatment .treatment-description p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-treatment {
    padding-top: 124px;
  }
  .section-top-treatment .wrapper {
    max-width: 1030px;
  }
  .section-top-treatment .title-common-primary {
    margin-bottom: 78px;
  }
  .section-top-treatment .treatment-title {
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-treatment {
    padding-top: 0.6rem;
  }
  .section-top-treatment .treatment-title {
    font-size: 0.18rem;
  }
}

.section-top-regular .regular-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-regular .regular-item {
  margin-bottom: 0.24rem;
}
.section-top-regular .regular-item:last-child {
  margin-bottom: 0;
}
.section-top-regular .regular-description p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-regular {
    padding: 91px 0 248px;
  }
  .section-top-regular .wrapper {
    max-width: 1022px;
  }
  .section-top-regular .title-common-primary {
    margin-bottom: 76px;
  }
  .section-top-regular .regular-title {
    margin-right: -15px;
    margin-bottom: 20px;
    font-size: 0.24rem;
  }
  .section-top-regular .list-common-dot {
    margin: 0 -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-regular {
    padding: 0.6rem 0;
  }
  .section-top-regular .regular-title {
    font-size: 0.18rem;
  }
}

.section-top-colonoscopy .colonoscopy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-colonoscopy .colonoscopy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-top-colonoscopy .colonoscopy-item .item-dot {
  margin-right: 0.05rem;
}
@media print, (min-width: 768px) {
  .section-top-colonoscopy {
    padding-top: 145px;
  }
  .section-top-colonoscopy .wrapper {
    max-width: 1127px;
  }
  .section-top-colonoscopy .colonoscopy-content {
    margin-bottom: 22px;
    padding: 0 53px;
  }
  .section-top-colonoscopy .title-common-primary {
    margin-bottom: 78px;
  }
  .section-top-colonoscopy .colonoscopy-title {
    margin-bottom: 11px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .section-top-colonoscopy .colonoscopy-list {
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-colonoscopy {
    padding-top: 0.6rem;
  }
  .section-top-colonoscopy .colonoscopy-content {
    margin-bottom: 0.2rem;
  }
  .section-top-colonoscopy .colonoscopy-title {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
}

.colonoscopy-examinations {
  background-color: #d7ecff;
}
.colonoscopy-examinations .examinations-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.colonoscopy-examinations .examinations-item:last-child {
  margin-bottom: 0;
}
.colonoscopy-examinations .examinations-description p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .colonoscopy-examinations {
    min-height: 554px;
    padding: 29px 63px 29px 53px;
  }
  .colonoscopy-examinations .examinations-item {
    margin-bottom: 24px;
  }
  .colonoscopy-examinations .examinations-title {
    margin-bottom: 4px;
    font-size: 0.24rem;
  }
  .colonoscopy-examinations .examinations-description.is-small {
    font-size: 0.14rem;
  }
  .colonoscopy-examinations .list-common-dot {
    margin: 0 -4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .colonoscopy-examinations {
    padding: 0.2rem;
  }
  .colonoscopy-examinations .examinations-item {
    margin-bottom: 0.2rem;
  }
  .colonoscopy-examinations .examinations-title {
    margin-bottom: 0.05rem;
    font-size: 0.18rem;
  }
}

.section-top-about .about-title {
  text-align: center;
}
.section-top-about .about-list {
  margin: 0;
  padding: 0;
  font-weight: 700;
  list-style: none;
}
.section-top-about .about-item {
  margin-bottom: 0.15rem;
  background-color: #fcffd1;
}
.section-top-about .about-item:last-child {
  margin-bottom: 0;
}
.section-top-about .about-description p:last-child {
  margin-bottom: 0;
}
.section-top-about .list-common-dot .item-dot {
  top: 0.04rem;
  margin-right: 0.07rem;
}
.is-mac .section-top-about .list-common-dot .item-dot {
  top: 1px;
}
.is-firefox .section-top-about .list-common-dot .item-dot {
  top: 0.06rem;
}
@media print, (min-width: 768px) {
  .section-top-about {
    padding-top: 81px;
  }
  .section-top-about .title-common-primary {
    margin-bottom: 35px;
  }
  .section-top-about .about-title {
    margin-bottom: 27px;
    font-size: 0.24rem;
  }
  .section-top-about .about-item {
    min-height: 193px;
    padding: 30px 41px;
  }
  .section-top-about .about-subtitle {
    margin-bottom: 17px;
    font-size: 0.24rem;
  }
  .section-top-about .list-common-dot {
    margin: 0 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding-top: 0.6rem;
  }
  .section-top-about .about-title {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
  }
  .section-top-about .about-item {
    padding: 0.2rem;
  }
  .section-top-about .about-subtitle {
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
  }
  .section-top-about .list-common-dot {
    margin-left: 0.05rem;
  }
  .section-top-about .list-common-dot .item-dot {
    top: 0;
  }
}

.section-top-accessing {
  background-color: #e3f4f3;
}
.section-top-accessing .accessing-address {
  margin-bottom: 0.12rem;
  font-weight: 300;
  text-align: center;
}
.section-top-accessing .accessing-map {
  position: relative;
  margin: 0 auto 0.2rem;
}
.section-top-accessing .accessing-map::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.03rem solid #2d94bf;
  pointer-events: none;
}
.section-top-accessing .accessing-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.section-top-accessing .accessing-notes {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.section-top-accessing .accessing-notes .notes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.08rem;
}
.section-top-accessing .accessing-notes .notes-item:last-child {
  margin-bottom: 0;
}
.section-top-accessing .accessing-notes .notes-item .fa-train {
  position: relative;
  top: 0.03rem;
  color: #006fc5;
}
.section-top-accessing .accessing-notes .notes-item .item-text {
  margin-left: 0.05rem;
}
@media print, (min-width: 768px) {
  .section-top-accessing {
    padding: 55px 0 51px;
  }
  .section-top-accessing .title-common-primary {
    margin-bottom: 59px;
  }
  .section-top-accessing .accessing-content {
    width: 562px;
    margin: 0 auto;
  }
  .section-top-accessing .accessing-address {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-top-accessing .accessing-map {
    width: 562px;
    height: 422px;
    margin: 0 auto 20px;
  }
  .section-top-accessing .accessing-notes {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-top-accessing .accessing-notes .notes-item::before {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-accessing {
    padding: 0.6rem 0;
  }
  .section-top-accessing .accessing-map {
    width: 100%;
    height: 50vw;
    margin: 0 auto 0.2rem;
  }
  .is-android .section-top-accessing .accessing-notes .notes-item .fa-train {
    top: 0.02rem !important;
  }
}

.section-top-process .process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-process .process-item {
  position: relative;
  background-color: #eee;
}
.section-top-process .process-item::after {
  content: "▼";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.18rem;
}
.section-top-process .process-item:last-child {
  margin-bottom: 0;
}
.section-top-process .process-item:last-child::after {
  display: none;
}
@media print, (min-width: 768px) {
  .section-top-process {
    padding-top: 96px;
  }
  .section-top-process .title-common-primary {
    margin-bottom: 55px;
  }
  .section-top-process .process-item {
    min-height: 71px;
    margin-bottom: 60px;
    padding: 23px 20px 19px;
  }
  .section-top-process .process-item::after {
    bottom: -46px;
  }
  .section-top-process .step-common {
    max-width: 730px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-process {
    padding-top: 0.6rem;
  }
  .section-top-process .process-item {
    min-height: 0.6rem;
    margin-bottom: 0.6rem;
    padding: 0.2rem;
  }
  .section-top-process .process-item::after {
    bottom: -0.4rem;
  }
}

.section-top-careful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 1.29rem;
  padding: 0.1rem 0.2rem;
  background-color: #eee;
}
.section-top-careful .careful-link {
  display: block;
  width: 2.52rem;
  height: 0.86rem;
  margin: 0 auto;
}

.section-top-patients .patients-question {
  text-align: center;
}
.section-top-patients .patients-answer {
  text-align: center;
}
.section-top-patients .patients-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-patients .patients-item {
  background-color: #e6e6e6;
}
.section-top-patients .patients-item:last-child {
  margin-bottom: 0;
}
.section-top-patients .patients-title {
  font-weight: 700;
}
.section-top-patients .patients-link {
  text-underline-offset: 0.02rem;
}
.section-top-patients .list-common-dot .item-dot {
  top: 0.09rem;
  margin-right: 1px;
  font-size: 0.15rem;
}
.is-mac .section-top-patients .list-common-dot .item-dot {
  top: 0.07rem;
}
.is-android .section-top-patients .list-common-dot .item-dot {
  top: 0.05rem !important;
}
.section-top-patients .list-common-dot .item-detail {
  font-weight: 700;
}
.section-top-patients .patients-notes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-patients .patients-notes,
.section-top-patients .patients-contact {
  font-weight: 300;
}
@media print, (min-width: 768px) {
  .section-top-patients {
    padding-top: 71px;
  }
  .section-top-patients .wrapper {
    max-width: 1000px;
  }
  .section-top-patients .title-common-primary {
    margin-bottom: 40px;
  }
  .section-top-patients .patients-introduction {
    margin-bottom: 27px;
  }
  .section-top-patients .patients-question {
    margin-bottom: 12px;
    font-size: 0.18rem;
  }
  .section-top-patients .patients-answer {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-top-patients .patients-item {
    min-height: 49px;
    margin-bottom: 21px;
    padding: 13px 70px 11px;
  }
  .section-top-patients .patients-item.is-modify {
    padding: 36px 70px 72px;
  }
  .section-top-patients .list-common-dot {
    margin: 32px -2px 22px;
  }
  .section-top-patients .list-common-dot .item-detail {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-top-patients .patients-notes,
  .section-top-patients .patients-contact {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-patients {
    padding-top: 0.6rem;
  }
  .section-top-patients .patients-introduction {
    margin-bottom: 0.2rem;
  }
  .section-top-patients .patients-question {
    margin-bottom: 0.12rem;
  }
  .section-top-patients .patients-item {
    margin-bottom: 0.21rem;
    padding: 0.15rem 0.2rem;
  }
  .section-top-patients .patients-item.is-modify {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .section-top-patients .list-common-dot {
    margin: 0.2rem 0;
  }
  .section-top-patients .list-common-dot .item-dot {
    top: 0.03rem;
  }
  .is-ios .section-top-patients .list-common-dot .item-dot {
    top: 0.04rem;
  }
}

.section-top-introduction .introduction-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-introduction .introduction-item:last-child {
  margin-bottom: 0;
}
.section-top-introduction .introduction-image {
  overflow: hidden;
  border-radius: 0.1rem;
}
.section-top-introduction .introduction-title.is-style-italic {
  font-style: italic;
}
.section-top-introduction .introduction-description {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.385;
}
.section-top-introduction .proctology-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.05rem;
  padding: 0.05rem 0.1rem;
  background-color: #bee9ff;
  font-weight: 700;
}
.section-top-introduction .proctology-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-introduction .proctology-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.45rem;
  margin-bottom: 0.05rem;
  padding: 0.05rem 0.15rem;
  background-color: #eee;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.7142857143;
}
.section-top-introduction .proctology-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-introduction {
    padding-top: 50px;
  }
  .section-top-introduction .wrapper {
    max-width: 1126px;
    padding: 0 56px 0 45px;
  }
  .section-top-introduction .introduction-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .section-top-introduction .introduction-item.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-top-introduction .introduction-item.is-reverse .introduction-content {
    margin-top: -3px;
    margin-right: 82px;
    margin-left: -21px;
  }
  .section-top-introduction .introduction-item.is-reverse .introduction-description {
    margin-right: 0;
    margin-left: 4px;
  }
  .section-top-introduction .introduction-image {
    width: 454px;
    height: 280px;
  }
  .section-top-introduction .introduction-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 115px;
  }
  .section-top-introduction .introduction-title {
    margin-right: -20px;
    margin-bottom: 14px;
    font-size: 0.4rem;
    line-height: 1.25;
  }
  .section-top-introduction .introduction-subtitle {
    margin: 17px 0 17px 4px;
    margin-bottom: 15px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-top-introduction .introduction-description {
    margin-bottom: 23px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-top-introduction .proctology-item {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-top-introduction .proctology-title {
    min-height: 45px;
    padding: 5px 10px;
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-introduction {
    padding-top: 0.6rem;
  }
  .section-top-introduction .introduction-item {
    margin-bottom: 0.4rem;
  }
  .section-top-introduction .introduction-image {
    position: relative;
    margin-bottom: 0.2rem;
    padding-top: 61.6740088106%;
  }
  .section-top-introduction .introduction-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-top-introduction .introduction-title {
    margin-bottom: 0.14rem;
    font-size: 0.25rem;
  }
  .section-top-introduction .introduction-subtitle {
    margin: 0.1rem 0;
    font-size: 0.16rem;
  }
  .section-top-introduction .introduction-description {
    margin-bottom: 0.23rem;
  }
  .section-top-introduction .proctology-title {
    min-height: 0.45rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.18rem;
  }
}

.introduction-department {
  background-color: #eee;
}
.introduction-department .department-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.introduction-department .department-item:last-child {
  margin-bottom: 0;
}
.introduction-department .department-title {
  font-weight: 700;
}
.introduction-department .department-notes {
  padding-right: 0.1rem;
}
.introduction-department .list-common-dot {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.385;
}
.introduction-department .list-common-dot .item-dot {
  top: 0.06rem;
  left: -0.03rem;
  margin-right: -0.02rem;
  font-size: 0.2rem;
}
.is-android .introduction-department .list-common-dot .item-dot {
  top: 0.05rem !important;
}
.is-mac .introduction-department .list-common-dot .item-dot {
  top: 0.04rem;
}
.is-firefox .introduction-department .list-common-dot .item-dot {
  top: 0.05rem;
}
@media print, (min-width: 768px) {
  .introduction-department {
    padding: 34px 0;
  }
  .introduction-department .wrapper {
    padding-right: 0;
    padding-left: 30px;
  }
  .introduction-department .department-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 43px;
  }
  .introduction-department .department-head {
    width: 340px;
    padding-right: 5px;
  }
  .introduction-department .department-title {
    margin-bottom: 12px;
    font-size: 0.18rem;
  }
  .introduction-department .department-notes {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .introduction-department .department-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .introduction-department .list-common-dot {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .introduction-department {
    margin-top: 0.6rem;
    padding: 0.3rem 0;
  }
  .introduction-department .department-item {
    margin-bottom: 0.2rem;
  }
  .introduction-department .department-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
  .introduction-department .department-notes {
    margin-bottom: 0.1rem;
    padding-right: 0;
  }
  .introduction-department .list-common-dot .item-dot {
    top: 0.03rem;
  }
  .is-ios .introduction-department .list-common-dot .item-dot {
    top: 0.02rem;
  }
}

.section-top-follow .follow-title {
  margin-bottom: 0;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-top-follow {
    padding-top: 92px;
  }
  .section-top-follow .follow-head {
    margin-bottom: 21px;
  }
  .section-top-follow .title-common-primary {
    margin-bottom: 24px;
  }
  .section-top-follow .follow-title {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-follow {
    padding-top: 0.6rem;
  }
  .section-top-follow .follow-head {
    margin-bottom: 0.4rem;
  }
  .section-top-follow .title-common-primary {
    margin-bottom: 0.15rem;
  }
  .section-top-follow .follow-title {
    font-size: 0.16rem;
  }
}

.follow-examinations {
  background-color: #eee;
}
.follow-examinations .examinations-department {
  margin: 0;
  padding: 0;
  list-style: none;
}
.follow-examinations .department-item {
  font-weight: 700;
}
.follow-examinations .department-item:last-child {
  margin-bottom: 0;
}
.follow-examinations .department-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.07rem 0.1rem 0.05rem;
  background-color: #fff;
}
.follow-examinations .examinations-notes,
.follow-examinations .examinations-contact {
  font-weight: 300;
}
.follow-examinations .contact-title {
  font-weight: 700;
}
.follow-examinations .examinations-appointments {
  background-color: #d4d4d4;
}
.follow-examinations .appointments-title {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .follow-examinations {
    padding: 51px 0 56px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .follow-examinations .wrapper {
    max-width: 896px;
  }
  .follow-examinations .examinations-department {
    margin-bottom: 69px;
  }
  .follow-examinations .department-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .follow-examinations .department-tag {
    width: 221px;
    min-height: 37px;
  }
  .follow-examinations .department-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 24px;
  }
  .follow-examinations .examinations-notes {
    margin-bottom: 18px;
  }
  .follow-examinations .examinations-contact {
    margin-bottom: 37px;
  }
  .follow-examinations .examinations-appointments {
    margin-right: 17px;
    padding: 18px 30px 20px 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .follow-examinations {
    padding: 0.5rem 0;
  }
  .follow-examinations .department-item,
  .follow-examinations .examinations-department,
  .follow-examinations .examinations-notes {
    margin-bottom: 0.2rem;
  }
  .follow-examinations .department-tag {
    width: 100%;
    min-height: 0.35rem;
    margin-bottom: 0.1rem;
  }
  .follow-examinations .examinations-contact {
    margin-bottom: 0.35rem;
  }
  .follow-examinations .examinations-appointments {
    padding: 0.2rem;
  }
}

.follow-process .process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.follow-process .process-item:last-child {
  margin-bottom: 0;
}
.follow-process .information-title {
  font-weight: 700;
}
.follow-process .information-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.follow-process .information-item {
  background-color: #e4f6ff;
}
.follow-process .information-item:last-child {
  margin-bottom: 0;
}
.follow-process .information-item-title {
  margin-left: 0.2rem;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.7142857143;
  text-indent: -0.19rem;
}
.follow-process .information-item-link {
  font-weight: 700;
  text-underline-offset: 0.02rem;
}
.follow-process .information-item-notes {
  margin-top: 0.04rem;
}
@media print, (min-width: 768px) {
  .follow-process {
    padding: 42px 0 86px;
  }
  .follow-process .wrapper {
    max-width: 955px;
  }
  .follow-process .process-title {
    margin-bottom: 34px;
    margin-left: 4px;
    font-size: 0.24rem;
  }
  .follow-process .process-list {
    margin-bottom: 40px;
    margin-left: 2px;
  }
  .follow-process .process-list .step-number {
    width: 97px;
    min-height: 29px;
  }
  .follow-process .process-list .step-content {
    margin-left: 13px;
    padding-top: 2px;
  }
  .follow-process .process-item {
    margin-bottom: 40px;
  }
  .follow-process .information-head {
    margin-bottom: 25px;
    margin-left: 4px;
  }
  .follow-process .information-title {
    margin-bottom: 17px;
  }
  .follow-process .information-description {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .follow-process .information-item {
    margin-bottom: 3px;
    padding: 17px 23px 20px;
  }
  .follow-process .information-item-title,
  .follow-process .information-item-content {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .follow-process {
    padding: 0.6rem 0;
  }
  .follow-process .process-title {
    margin-bottom: 0.4rem;
    font-size: 0.18rem;
  }
  .follow-process .process-list {
    margin-bottom: 0.4rem;
  }
  .follow-process .process-item {
    margin-bottom: 0.2rem;
  }
  .follow-process .information-head {
    margin-bottom: 0.2rem;
  }
  .follow-process .information-title {
    margin-bottom: 0.15rem;
  }
  .follow-process .information-item {
    margin-bottom: 0.03rem;
    padding: 0.2rem;
  }
  .follow-process .information-item-title {
    margin-bottom: 0.05rem;
  }
}

.section-top-calendar .calendar-table table {
  margin-bottom: 0;
  border-top: 0.03rem solid #008dd7;
  border-bottom: 0.03rem solid #000;
}
.section-top-calendar .calendar-table th,
.section-top-calendar .calendar-table td {
  height: 0.43rem;
  border: unset;
  text-align: center;
}
.section-top-calendar .calendar-table thead th {
  width: 0.51rem;
  border-bottom: 1px solid #bcbcbc;
  font-weight: 700;
}
.section-top-calendar .calendar-table thead th:first-child {
  width: 1.62rem;
  padding-left: 0;
  font-weight: 300;
  text-align: left;
}
.section-top-calendar .calendar-table thead th.is-saturday {
  color: #0071bc;
}
.section-top-calendar .calendar-table thead th.is-sunday {
  color: #e98585;
}
.section-top-calendar .calendar-table tbody tr {
  border-bottom: 1px solid #bcbcbc;
}
.section-top-calendar .calendar-table tbody th {
  padding-left: 0;
  font-weight: 300;
  text-align: left;
}
.section-top-calendar .calendar-table tbody td {
  color: #0071bc;
  font-weight: 700;
}
.section-top-calendar .calendar-table tbody td.is-line {
  color: #000;
}
.section-top-calendar .calendar-notes {
  margin-top: 0.1rem;
  font-weight: 300;
}
@media print, (min-width: 768px) {
  .section-top-calendar {
    padding: 90px 0 27px;
  }
  .section-top-calendar .wrapper {
    max-width: 528px;
  }
  .section-top-calendar .calendar-table {
    font-size: 0.12rem;
    line-height: 1.6158333333;
  }
  .section-top-calendar .calendar-notes {
    margin-right: -15px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-calendar {
    padding: 0.4rem 0;
  }
  .section-top-calendar .calendar-table {
    font-size: 0.11rem;
  }
  .section-top-calendar .calendar-notes {
    font-size: 0.14rem;
  }
}
/*# sourceMappingURL=top.css.map */