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;
  }
  @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;
}
html.is-frozen-os {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    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;
  }
  html.is-firefox html {
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
}

body {
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 500;
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.11rem;
    line-height: 1.6363636364;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 0.01rem;
  text-underline-offset: 0.03rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}
html.is-touchable a:not([class]):hover {
  text-decoration-color: inherit;
}

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.7;
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .load {
  opacity: 1;
}

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

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

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1120px;
    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 {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media print, (min-width: 1200px) {
  .container:has(.header-common) > * {
    width: 77.7777777778%;
    min-width: calc(100% - 400px);
    margin-left: auto;
  }
}
@media print {
  .container:has(.header-common) > * {
    width: calc(100% - 400px);
  }
}

.header-common {
  position: relative;
  z-index: 10000;
  width: 100%;
}
@media print, (min-width: 1200px) {
  .header-common .is-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-common {
    height: 0.7rem;
  }
  .header-common .is-pc {
    display: none !important;
  }
}

.header-common.is-top .navigation-header-sitemap::after {
  content: "";
}

.logo-header-primary {
  position: relative;
}
.logo-header-primary .logo-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.navigation-header-sitemap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}
@media print, (min-width: 1200px) {
  .navigation-header-sitemap {
    width: 22.2222222222%;
    max-width: 400px;
    background-color: #fff;
  }
  .navigation-header-sitemap::after {
    content: none;
    position: absolute;
    top: calc(50% - 7px);
    right: -53px;
    width: 63px;
    height: 78px;
    background: url("../img/common/decoration_primary_01.svg") 0% 0%/auto 100% no-repeat;
  }
  .navigation-header-sitemap .logo-header-primary {
    max-width: 226px;
    margin-bottom: 144px;
  }
  .navigation-header-sitemap .navigation-viewport {
    height: 100%;
    padding: 97px 16.25% 100px;
    overflow: hidden auto;
  }
  .navigation-header-sitemap .navigation-viewport::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-firefox .navigation-header-sitemap .navigation-viewport {
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
}
@media print {
  .navigation-header-sitemap {
    position: absolute;
    right: 100%;
    left: auto;
    width: 400px;
    height: 100vh;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navigation-header-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.7rem;
    padding: 0 0.2rem;
    background-color: #fff;
  }
  .navigation-header-sitemap .logo-header-primary {
    max-width: 0.89rem;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0.7rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden auto;
    background-color: #f5f5f5;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-wrapper::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-firefox .navigation-header-sitemap .navigation-wrapper {
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .navigation-header-sitemap .navigation-wrapper.is-active {
    pointer-events: auto;
  }
  .navigation-header-sitemap .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.29rem;
  }
  .navigation-header-sitemap .navigation-frame {
    padding: 0.43rem 0;
  }
  .navigation-header-sitemap .motto-header-primary {
    position: sticky;
    top: 0.5rem;
    height: 100%;
    margin: 0 -0.05rem 0 0.1rem;
  }
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .menu-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 1200px) {
  .menu-header-sitemap .menu-wrapper {
    margin-bottom: -40px;
  }
  .menu-header-sitemap .menu-child {
    padding-bottom: 40px;
  }
  .menu-header-sitemap .list-header-sitemap .list-wrapper {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .menu-header-sitemap .menu-wrapper {
    margin-bottom: -0.25rem;
  }
  .menu-header-sitemap .menu-child {
    padding-bottom: 0.25rem;
  }
  .menu-header-sitemap .list-header-sitemap .list-wrapper {
    padding-top: 0.2rem;
  }
}

.list-header-sitemap {
  font-family: "Inter", sans-serif;
}
.list-header-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-sitemap .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 1200px) {
  .list-header-sitemap .list-wrapper {
    margin-bottom: -20px;
  }
  .list-header-sitemap .list-item {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .list-header-sitemap .list-wrapper {
    margin-bottom: -0.1rem;
  }
  .list-header-sitemap .list-item {
    padding-bottom: 0.1rem;
  }
}

.label-header-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.label-header-secondary:hover {
  opacity: 0.7;
}
html.is-touchable .label-header-secondary:hover {
  opacity: 1;
}
.label-header-secondary::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 0.02rem;
  background-color: #044069;
}
.label-header-secondary .label-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 1200px) {
  .label-header-secondary {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .label-header-secondary::before {
    width: 4px;
    margin: 9px 13px 9px 0;
  }
  .label-header-secondary .label-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .label-header-secondary {
    font-size: 0.14rem;
    line-height: 1.2142857143;
  }
  .label-header-secondary::before {
    width: 0.05rem;
    margin: 0.075rem 0.08rem 0.075rem 0;
  }
}

.label-header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.label-header-primary .label-wrapper,
.label-header-primary .label-text {
  display: block;
  position: relative;
}
.label-header-primary .label-wrapper {
  text-decoration: none;
}
.label-header-primary .label-text {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  pointer-events: auto;
}
.label-header-primary .label-text:hover {
  opacity: 0.7;
}
html.is-touchable .label-header-primary .label-text:hover {
  opacity: 1;
}
@media print, (min-width: 1200px) {
  .label-header-primary {
    font-size: 0.22rem;
    line-height: 1.1818181818;
  }
  .label-header-primary .icon-common-accordion {
    width: 16px;
    height: 26px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .label-header-primary {
    font-size: 0.23rem;
    line-height: 1.2173913043;
  }
  .label-header-primary .icon-common-accordion {
    width: 0.14rem;
    height: 0.28rem;
    margin-left: 0.1rem;
  }
}

.motto-header-primary {
  display: block;
  color: #044069;
  font-family: "Inter", sans-serif;
}
.motto-header-primary .motto-wrapper {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .motto-header-primary {
    position: fixed;
    top: 1.2rem;
    right: 0.24rem;
    font-size: 0.09rem;
    line-height: 1.3888888889;
  }
  .motto-header-primary .motto-wrapper {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1199.98px) {
  .button-header-search {
    position: fixed;
    top: 0;
    right: 0.61rem;
    width: 0.35rem;
    height: 0.7rem;
    cursor: pointer;
  }
  .button-header-search::before, .button-header-search::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: #044069;
    -webkit-mask: 50% 50%/100% auto no-repeat;
  }
  .button-header-search::before {
    -webkit-mask-image: url("../img/common/icon_search_01.svg");
    -webkit-mask-size: 0.25rem auto;
  }
  .button-header-search::after {
    -webkit-mask-image: url("../img/common/icon_close_01.svg");
    -webkit-mask-size: 0.19rem auto;
    opacity: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .button-header-search.is-active::before {
    opacity: 0;
  }
  .button-header-search.is-active::after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1199.98px) {
  .button-header-burger {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 0.61rem;
    height: 0.7rem;
    cursor: pointer;
  }
  .button-header-burger .button-line {
    position: absolute;
    top: calc(50% - 0.01rem);
    right: 0;
    left: 0;
    width: 0.2rem;
    height: 0.02rem;
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: #044069;
  }
  .button-header-burger .button-line:nth-child(1) {
    -webkit-transform: translateY(-0.08rem);
    -ms-transform: translateY(-0.08rem);
    transform: translateY(-0.08rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    -webkit-transform: translateY(0.08rem);
    -ms-transform: translateY(0.08rem);
    transform: translateY(0.08rem);
  }
}

@media only screen and (max-width: 1199.98px) {
  .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: rotate(45deg) scale(1.25, 1);
    -ms-transform: rotate(45deg) scale(1.25, 1);
    transform: rotate(45deg) scale(1.25, 1);
  }
  .button-header-burger.is-active .button-line:nth-child(2) {
    opacity: 0;
  }
  .button-header-burger.is-active .button-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) scale(1.25, 1);
    -ms-transform: rotate(-45deg) scale(1.25, 1);
    transform: rotate(-45deg) scale(1.25, 1);
  }
}

@media only screen and (max-width: 1199.98px) {
  .form-header-search {
    position: fixed;
    z-index: 100;
    top: 0.7rem;
    right: 0;
    left: 0;
    max-height: calc(100% - 0.7rem);
    overflow: hidden auto;
  }
  .form-header-search .form-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 0.1rem;
    pointer-events: none;
  }
  .form-header-search .form-wrapper.is-active {
    pointer-events: auto;
  }
  .form-header-search .form-mask {
    position: fixed;
    z-index: 0;
    top: 0.7rem;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .form-header-search .form-wrapper.is-active + .form-mask {
    pointer-events: auto;
  }
  .form-header-search .form-inner {
    padding: 0.15rem;
    background-color: #044069;
    -webkit-box-shadow: 0 0.05rem 0.03rem rgba(11, 31, 38, 0.2);
    box-shadow: 0 0.05rem 0.03rem rgba(11, 31, 38, 0.2);
  }
}

.input-header-search {
  cursor: pointer;
}
html.is-touchable .input-header-search {
  cursor: none;
}
@media only screen and (max-width: 1199.98px) {
  .input-header-search {
    position: relative;
  }
  .input-header-search .input-source {
    width: 100%;
    height: 0.4rem;
    padding: 0 0.5rem 0 0.14rem;
    border: 0.01rem solid #044069;
    border-radius: 0;
    background-color: #fff;
    font-size: 0.12rem;
    font-weight: 500;
  }
  .input-header-search .input-source::-webkit-input-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source::-ms-input-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source:-ms-input-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source::-moz-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source::placeholder {
    color: #bababa;
  }
  .input-header-search .input-toggle {
    position: absolute;
    top: calc(50% - 0.09rem);
    right: 0.11rem;
    width: 0.16rem;
    height: 0.17rem;
    border: none;
    background-color: #044069;
    cursor: pointer;
    -webkit-mask: url("../img/common/icon_search_02.svg") 50% 50%/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-header-search .input-toggle {
    top: calc(50% - 0.08rem);
  }
}

@media only screen and (max-width: 1199.98px) {
  .mask-header {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.navigation-footer-sitemap {
  background-color: #444;
  color: #fff;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap {
    padding: 0.5rem 0;
  }
  .navigation-footer-sitemap .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

.menu-footer-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer-sitemap .menu-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 768px) {
  .menu-footer-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -8.0357142857% -8.0357142857%;
  }
  .menu-footer-sitemap .menu-child {
    padding: 0 0 8.0357142857% 8.0357142857%;
  }
  .menu-footer-sitemap .list-footer-sitemap .list-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .menu-footer-sitemap .menu-wrapper {
    margin: 0 0 -5.5555555556% -5.5555555556%;
  }
  .menu-footer-sitemap .menu-child {
    padding: 0 0 5.5555555556% 5.5555555556%;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-footer-sitemap .menu-wrapper {
    margin-bottom: -0.25rem;
  }
  .menu-footer-sitemap .menu-child {
    padding-bottom: 0.25rem;
  }
  .menu-footer-sitemap .list-footer-sitemap .list-wrapper {
    padding-top: 0.15rem;
  }
}

.list-footer-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-sitemap .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 768px) {
  .list-footer-sitemap .list-wrapper {
    margin-bottom: -16px;
  }
  .list-footer-sitemap .list-item {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-sitemap .list-wrapper {
    margin-bottom: -0.13rem;
  }
  .list-footer-sitemap .list-item {
    padding-bottom: 0.13rem;
  }
}

.label-footer-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.label-footer-primary .label-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .label-footer-primary {
    font-size: 0.18rem;
    line-height: 1.1666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-footer-primary {
    font-size: 0.14rem;
    line-height: 1.2142857143;
  }
}

.label-footer-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}
.label-footer-secondary::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 2px;
  background-color: #fff;
}
.label-footer-secondary .label-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .label-footer-secondary {
    font-size: 0.12rem;
    line-height: 1.25;
  }
  .label-footer-secondary::before {
    width: 4px;
    margin: 8px 10px 4px 0;
  }
  .label-footer-secondary .label-wrapper {
    top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-footer-secondary {
    font-size: 0.11rem;
    line-height: 1.1818181818;
  }
  .label-footer-secondary::before {
    width: 0.05rem;
    margin: 0.055rem 0.08rem 0.055rem 0;
  }
  .label-footer-secondary .label-wrapper {
    top: -0.01rem;
  }
}

.block-footer-copyrights {
  position: relative;
  background-color: #000;
  color: #7a858d;
  text-align: center;
}
.block-footer-copyrights .wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .block-footer-copyrights {
    padding: 9.5px 0;
    font-size: 0.14rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-footer-copyrights {
    padding: 0.09rem 0;
    font-size: 0.08rem;
    line-height: 1.75;
  }
}

.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.breadcrumb-common .breadcrumb-item {
  position: relative;
  color: #aaa;
}
.breadcrumb-common .breadcrumb-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/common/icon_arrow_04.svg") center center/100% auto no-repeat;
}
.breadcrumb-common .breadcrumb-item:last-child::after {
  content: none;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 18px 0;
  }
  .breadcrumb-common .wrapper {
    max-width: 1200px;
  }
  .breadcrumb-common .breadcrumb-wrapper {
    margin: -10px -16px -10px -10px;
  }
  .breadcrumb-common .breadcrumb-item {
    padding: 10px 16px 10px 10px;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
  .breadcrumb-common .breadcrumb-item::after {
    width: 6px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.15rem 0;
  }
  .breadcrumb-common .breadcrumb-wrapper {
    margin: -0.025rem -0.16rem -0.025rem -0.05rem;
  }
  .breadcrumb-common .breadcrumb-item {
    padding: 0.025rem 0.12rem 0.025rem 0.05rem;
    font-size: 0.1rem;
    line-height: 1;
  }
  .breadcrumb-common .breadcrumb-item::after {
    width: 0.06rem;
    margin-top: 0.02rem;
  }
}

@media print, (min-width: 768px) {
  .breadcrumb-common.is-articles .wrapper {
    max-width: 1458px;
  }
}

.keyvisual-common {
  color: #fff;
}
.keyvisual-common .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #444;
}
@media print, (min-width: 768px) {
  .keyvisual-common {
    padding: 40px 0;
  }
  .keyvisual-common .keyvisual-wrapper {
    padding: 50px 0;
  }
  .keyvisual-common .wrapper {
    max-width: 1540px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    min-height: 1rem;
    margin-bottom: 0.05rem;
  }
  .keyvisual-common .keyvisual-wrapper {
    padding: 0.3rem 0;
  }
}

.icon-common-accordion {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.icon-common-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #044069;
  -webkit-mask: 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 1200px) {
  .icon-common-accordion::before {
    -webkit-mask-image: url("../img/common/icon_arrow_01.svg");
  }
}
@media only screen and (max-width: 1199.98px) {
  .icon-common-accordion::before {
    -webkit-mask-image: url("../img/common/sp/icon_arrow_01.svg");
  }
}

.icon-common-accordion.is-active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.input-common input {
  width: 100%;
  border-radius: unset;
  background: #f7f7f7;
}
.input-common input:hover, .input-common input:focus, .input-common input:active {
  border-radius: unset;
}
@media print, (min-width: 768px) {
  .input-common input {
    min-height: 50px;
    padding: 10px 20px 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common input {
    min-height: 0.45rem;
    padding: 0.02rem 0.1rem 0.04rem;
    font-size: 0.13rem;
    line-height: 2.9230769231;
  }
}

.radio-common {
  position: relative;
}
.radio-common .label-icon {
  position: absolute;
  left: 0;
  border-radius: 9999px;
  background-color: #f7f7f7;
  cursor: pointer;
}
.radio-common .label-icon::before, .radio-common .label-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
  border-radius: 9999px;
  pointer-events: none;
}
.radio-common .label-icon::before {
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-mask: url("../img/common/icon_check_02.svg") 50% 50%/100% auto no-repeat;
}
.radio-common .label-icon::after {
  background-color: transparent;
  -webkit-mask: url("../img/common/icon_radiobox_01.svg") 50% 50%/100% auto no-repeat;
}
.radio-common .radio-source {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  cursor: pointer;
}
.radio-common .radio-source {
  z-index: 1;
  opacity: 0;
}
.radio-common .radio-source:checked + .radio-label .label-icon::after {
  background-color: #707070;
}
.radio-common .radio-source:checked + .radio-label .label-icon::before {
  opacity: 1;
  background-color: #28a4ff;
}
.radio-common .radio-label {
  display: block;
  position: relative;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .radio-common {
    display: block;
    font-size: 0.18rem;
  }
  .radio-common .label-icon {
    width: 20px;
    height: 20px;
  }
  .radio-common .radio-label {
    padding: 2px 0 2px 35px;
  }
  .radio-common .label-icon {
    top: 9px;
  }
  .radio-common .label-icon::before {
    width: 0.07rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .radio-common {
    display: inline-block;
    font-size: 0.13rem;
  }
  .radio-common .label-icon {
    width: 0.165rem;
    height: 0.165rem;
  }
  .radio-common .radio-label {
    padding-left: 0.23rem;
  }
  .radio-common .label-icon {
    top: 0.03rem;
  }
  .radio-common .label-icon::before {
    width: 0.05rem;
  }
}

.select-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 0.4rem;
}
.select-common > .select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  border-radius: unset;
  background: #f7f7f7;
}
.select-common > .select-wrapper > .select-source {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  color: #222;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.select-common > .select-wrapper > .select-source:focus {
  -webkit-box-shadow: 0 0 0.04rem 0.02rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.04rem 0.02rem rgba(0, 0, 0, 0.2);
}
.select-common > .select-wrapper > .select-source:hover {
  border-color: #c7c7c7;
}
@media print, (min-width: 768px) {
  .select-common .select-source {
    min-height: 50px;
    padding: 10px 40px 12px 20px;
    background: url("../img/common/icon_arrow_07.svg") top 50% right 0.17rem/0.17rem 0.11rem no-repeat;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .select-common {
    font-size: 0.13rem;
  }
  .select-common .select-source {
    min-height: 0.25rem;
    padding: 0.1rem 0.4rem 0.12rem 0.15rem;
    background: url("../img/common/icon_arrow_07.svg") top 50% right 0.17rem/0.1rem 0.07rem no-repeat;
  }
}

.textarea-common {
  width: 100%;
  border-radius: unset;
  background: #f7f7f7;
}
.textarea-common:hover, .textarea-common:focus, .textarea-common:active {
  border-radius: unset;
}
@media print, (min-width: 768px) {
  .textarea-common {
    min-height: 190px;
    padding: 0.1rem 0.2rem 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .textarea-common {
    min-height: 0.45rem;
    padding: 0.02rem 0.1rem 0.04rem;
    font-size: 0.13rem;
    line-height: 2.9230769231;
  }
}

.checkbox-common {
  display: block;
  position: relative;
}
.checkbox-common .label-icon {
  position: absolute;
  left: 0;
  background-color: #fff;
  cursor: pointer;
}
.checkbox-common .label-icon::before, .checkbox-common .label-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
  background-color: #fff;
  pointer-events: none;
}
.checkbox-common .label-icon::before {
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-mask: url("../img/common/icon_check_01.svg") 50% 50%/100% auto no-repeat;
}
.checkbox-common .label-icon::after {
  background-color: #c7c7c7;
  -webkit-mask: url("../img/common/icon_checkbox_01.svg") 50% 50%/100% auto no-repeat;
}
.checkbox-common .checkbox-source {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox-common .checkbox-source {
  z-index: 1;
  opacity: 0;
}
.checkbox-common .checkbox-source:checked + .checkbox-label .label-icon {
  background-color: #0071be;
}
.checkbox-common .checkbox-source:checked + .checkbox-label .label-icon::after {
  background-color: #0071be;
}
.checkbox-common .checkbox-source:checked + .checkbox-label .label-icon::before {
  opacity: 1;
  background-color: #fff;
}
.checkbox-common .checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .checkbox-common .label-icon {
    width: 22px;
    height: 22px;
  }
  .checkbox-common .checkbox-label {
    padding: 2px 0 2px 35px;
  }
  .checkbox-common .label-icon::before {
    width: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-common {
    font-size: 0.13rem;
    line-height: 1.1923076923;
  }
  .checkbox-common .label-icon {
    width: 0.15rem;
    height: 0.15rem;
  }
  .checkbox-common .label-icon::before {
    width: 0.08rem;
  }
  .checkbox-common .checkbox-label {
    padding-left: 0.23rem;
  }
}

.checkbox-common.is-service .label-icon {
  background-color: #f7f7f7;
}
.checkbox-common.is-service .label-icon::after {
  background-color: transparent;
}
.checkbox-common.is-service .checkbox-source:checked + .checkbox-label .label-icon {
  background-color: #29a4ff;
}
.checkbox-common.is-service .checkbox-source:checked + .checkbox-label .label-icon::after {
  background-color: transparent;
}
.checkbox-common.is-service .checkbox-source {
  padding: 0;
}
@media print, (min-width: 768px) {
  .checkbox-common.is-service {
    font-size: 0.18rem;
  }
  .checkbox-common.is-service .label-icon {
    width: 20px;
    height: 20px;
  }
  .checkbox-common.is-service .checkbox-label {
    padding-left: 28px;
  }
  .checkbox-common.is-service .label-icon {
    top: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-common.is-service {
    display: inline-block;
    font-size: 0.13rem;
  }
  .checkbox-common.is-service .label-icon {
    top: 0.01rem;
  }
  .checkbox-common.is-service .checkbox-source {
    width: 100%;
    height: 100%;
  }
}

.form-common .form-title {
  font-weight: 700;
}
.form-common span.is-required {
  padding-left: 0.05rem;
  color: #ec5e3c;
}
.form-common .form-ending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 510px;
  margin: 0 auto;
}
.form-common .form-checkbox,
.form-common .form-radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .form-common input {
    height: 50px;
    padding: 10px 20px 12px;
  }
  .form-common .form-title {
    margin-bottom: 5px;
    font-size: 0.18rem;
    line-height: 2.3333333333;
  }
  .form-common .form-row {
    margin-bottom: 12px;
  }
  .form-common .form-ending {
    margin-top: 40px;
  }
  .form-common .form-checkbox {
    gap: 20px 79px;
  }
  .form-common .form-radiobox {
    gap: 20px 46px;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .form-common .form-checkbox {
    gap: 20px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    margin-bottom: 0.2rem;
  }
  .form-common .form-title {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .form-common .form-ending {
    margin-top: 0.3rem;
  }
  .form-common .form-checkbox {
    padding: 0.08rem 0 0.03rem;
    row-gap: 0.23rem;
  }
  .form-common .form-checkbox .checkbox-wrapper {
    width: 50%;
  }
  .form-common .form-checkbox .checkbox-wrapper:nth-child(even) {
    padding-left: 0.1rem;
  }
  .form-common .form-radiobox {
    row-gap: 0.23rem;
    padding: 0.05rem 0 0.03rem;
  }
  .form-common .form-radiobox .radiobox-wrapper {
    width: 50%;
  }
  .form-common .form-radiobox .radiobox-wrapper:nth-child(even) {
    padding-left: 0.1rem;
  }
}

.form-common.is-confirm .form-content {
  color: #5f5f5f;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #222;
  opacity: 1;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/common/icon_arrow_05.svg") 50% 50%/100% auto no-repeat;
}
.button-common-primary:hover {
  opacity: 0.7;
}
.button-common-primary .button-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 130px;
    min-height: 40px;
    margin: 0 auto;
    padding: 5px 17px;
    font-size: 0.12rem;
  }
  .button-common-primary::before {
    right: 17px;
    width: 21px;
    margin-top: -3px;
  }
  .button-common-primary .button-wrapper {
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 0.9rem;
    min-height: 0.3rem;
    padding: 0.05rem 0.14rem;
    font-size: 0.1rem;
  }
  .button-common-primary .button-wrapper {
    top: -0.01rem;
  }
  .button-common-primary::before {
    right: 0.125rem;
    width: 0.135rem;
  }
}

.button-common-form {
  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: 100%;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  background-color: #ec5e3c;
  color: #fff;
  cursor: pointer;
}
.button-common-form:hover {
  background-color: #d62c04;
}
html.is-touchable .button-common-form:hover {
  background-color: #ec5e3c;
}
@media print, (min-width: 768px) {
  .button-common-form {
    max-width: 240px;
    min-height: 55px;
    margin: 0 auto;
    border-radius: 30px;
  }
  .button-common-form .button-wrapper {
    padding: 10px 20px 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-form {
    min-height: 0.5rem;
    margin: 0 0.05rem;
    border-radius: 0.25rem;
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .button-common-form .button-wrapper {
    padding: 0.1rem 0.2rem;
  }
}

.button-common-form.is-previous {
  background-color: #adadad;
}
.button-common-form.is-previous:hover {
  opacity: 0.5;
}
html.is-touchable .button-common-form.is-previous:hover {
  background-color: #adadad;
}

.title-common-primary {
  display: block;
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.48rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.24rem;
  }
}

.title-common-secondary {
  display: block;
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.title-common-secondary--after {
  content: "";
  display: block;
  position: relative;
  height: 0.02rem;
  background-color: #044069;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.38rem;
    line-height: 1.2105263158;
  }
  .title-common-secondary--after {
    width: 40px;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .title-common-secondary--after {
    width: 0.32rem;
    margin-top: 0.21rem;
  }
}

.title-common-secondary.is-news .title-common-secondary--after {
  content: none;
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary.is-news {
    font-size: 0.25rem;
    line-height: 1.2;
  }
}

.title-common-sidebar {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-sidebar {
    margin-bottom: 35px;
    font-size: 0.22rem;
    line-height: 1.1818181818;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-sidebar {
    margin-bottom: 12.5px;
    font-size: 0.21rem;
    line-height: 1.2142857143;
  }
}

.section-service-detail .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-service-detail .detail-content > p {
  color: #5f5f5f;
}
.section-service-detail .detail-content > p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-service-detail {
    padding: 88px 0 150px;
  }
  .section-service-detail .wrapper {
    max-width: 800px;
  }
  .section-service-detail .detail-list {
    margin-bottom: 74px;
  }
  .section-service-detail .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -20px;
  }
  .section-service-detail .list-item {
    width: 50%;
    padding: 20px;
  }
  .section-service-detail .item-wrapper {
    width: 100%;
  }
  .section-service-detail .item-image {
    position: relative;
    padding-top: 105.2631578947%;
  }
  .section-service-detail .item-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-service-detail .detail-title {
    margin-bottom: 30px;
    font-size: 0.32rem;
    line-height: 1.3125;
  }
  .section-service-detail .detail-content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-service-detail {
    padding: 0.3rem 0 0.9rem;
  }
  .section-service-detail .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .section-service-detail .detail-title {
    margin-bottom: 0.2rem;
    font-size: 0.21rem;
    line-height: 1.2380952381;
  }
  .section-service-detail .detail-content > p {
    font-size: 0.13rem;
    line-height: 1.4615384615;
  }
  .section-service-detail .detail-content {
    margin-bottom: 0.3rem;
  }
  .section-service-detail .item-image {
    width: 1.495rem;
    height: 1.575rem;
  }
  .section-service-detail .detail-list {
    margin-bottom: 0.42rem;
  }
  .section-service-detail .list-wrapper {
    margin: -0.08rem;
  }
  .section-service-detail .list-item {
    width: 50%;
    padding: 0.08rem;
  }
}
/*# sourceMappingURL=service.css.map */