@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;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  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 {
    min-width: 1400px;
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-os {
    overflow: auto hidden;
  }
}
@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-frozen-os {
    overflow: hidden;
  }
}

body {
  color: #3c3c3c;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.1666666667;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  main {
    min-height: calc(100vh - 4.09rem);
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    min-height: calc(100vh - 4.36rem);
  }
}

a {
  color: inherit;
}
a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.5s ease;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 0.03rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}

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

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s 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;
}

.container {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media print, (min-width: 768px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: 1000px;
    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;
  }
}

.header-common {
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-common {
    padding: 21px 39px 20px 45px;
    min-width: 1400px;
  }
  .header-common + main {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.6rem;
    padding-left: 0.1rem;
  }
  .header-common + main {
    padding-top: 0.6rem;
  }
}

.header-common.is-otoiawase {
  display: none;
}
.header-common.is-otoiawase + main {
  padding-top: 0;
}

@media print, (min-width: 768px) {
  .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;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-contact {
    margin-bottom: 0.3rem;
  }
}

.button-header-contact {
  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: #1482a0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .button-header-contact {
    width: 260px;
    min-height: 50px;
    padding: 14.5px 20px 13.5px;
    font-size: 0.2rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-contact {
    width: 2rem;
    min-height: 0.4rem;
    margin: 0 auto;
    padding: 0.1rem 0.1rem 0.11rem;
  }
}

.header-logo {
  display: block;
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .header-logo {
    width: 474px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 2.37rem;
    margin-right: 0.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    visibility: hidden;
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    opacity: 0;
    background-color: #fff;
    pointer-events: none;
  }
  .navigation-header-sitemap::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .navigation-header-sitemap .menu-sitemap {
    margin-bottom: 0.3rem;
    padding-top: 0.8rem;
  }
  .navigation-header-sitemap .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-header-sitemap .menu-child {
    border-bottom: 1px solid #3c3c3c;
  }
  .navigation-header-sitemap .child-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    margin: 0.05rem 0;
    padding: 0.1rem;
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
  }
  .button-header-burger .button-line {
    position: absolute;
    top: calc(50% - 0.01rem);
    right: 0;
    left: 0;
    width: 0.24rem;
    height: 0.02rem;
    margin: 0 auto;
    -webkit-transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    background-color: #3c3c3c;
  }
  .button-header-burger .button-line:nth-child(1) {
    -webkit-transform: translateY(-0.09rem);
    -ms-transform: translateY(-0.09rem);
    transform: translateY(-0.09rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    -webkit-transform: translateY(0.09rem);
    -ms-transform: translateY(0.09rem);
    transform: translateY(0.09rem);
  }
}

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

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap.is-ready {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

.menu-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-sitemap .child-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.2777777778;
  text-align: center;
}
@media print, (min-width: 768px) {
  .menu-sitemap .child-wrapper {
    min-width: 62px;
    margin: 0 5px;
    padding: 2px 19px 1px 18px;
  }
  html.is-tablet .menu-sitemap .child-wrapper {
    padding: 2px 18px 1px 17px;
  }
  .menu-sitemap .menu-child {
    position: relative;
  }
  .menu-sitemap .menu-child::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 1px;
    width: 1px;
    border-right: 1px solid #3c3c3c;
  }
  .menu-sitemap .menu-child:first-child .child-wrapper {
    margin-left: 0;
    padding-left: 0;
  }
  .menu-sitemap .menu-child:last-child::after {
    content: none;
  }
  .menu-sitemap .menu-child:last-child .child-wrapper {
    margin-right: 0;
    padding-right: 0;
  }
}

.footer-common {
  position: relative;
  z-index: 9999;
}

.footer-wrapper {
  background-color: #e4f0f3;
  color: #282828;
}
@media print, (min-width: 768px) {
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 38px 55px 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-wrapper {
    padding: 0.3rem 0.2rem 0.1rem;
  }
}

.footer-information {
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
}
.footer-information .footer-logo {
  display: block;
}
.footer-information .information-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-information .phone-link {
  color: #1482a0;
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-weight: 300;
  line-height: 1;
}
.footer-information .information-address {
  font-size: 0.14rem;
  line-height: 1.5;
}
.footer-information .address-time time:last-child {
  margin-left: -0.065rem;
}
@media print, (min-width: 768px) {
  .footer-information {
    padding-top: 4px;
  }
  .footer-information .footer-logo {
    width: 3.62rem;
    margin-bottom: 4px;
  }
  .footer-information .information-address {
    margin-bottom: 10px;
  }
  .footer-information .phone-icon {
    width: 54px;
    margin-right: 9px;
  }
  .footer-information .phone-link {
    font-size: 0.45rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-information {
    margin-bottom: 0.3rem;
  }
  .footer-information .information-address {
    margin-bottom: 0.1rem;
  }
  .footer-information .footer-logo {
    width: 2.6rem;
    margin-bottom: 0.2rem;
  }
  .footer-information .phone-icon {
    width: 0.4rem;
  }
  .footer-information .phone-link {
    font-size: 0.4rem;
  }
}

@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    padding-bottom: 46px;
  }
}

.footer-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list .list-item {
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-size: 0.15rem;
  letter-spacing: 0.025em;
  line-height: 1.7333333333;
}
.footer-list .item-link {
  position: relative;
}
.footer-list .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid #282828;
}
.footer-list .item-link {
  padding-left: 0.14rem;
}
@media print, (min-width: 768px) {
  .footer-list .list-item {
    text-align: right;
  }
  .footer-list .item-link {
    padding-right: 14px;
  }
  .footer-list .item-link::after {
    right: 0;
    width: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-list .list-item {
    margin-bottom: 0.06rem;
  }
  .footer-list .item-link {
    padding-left: 0.14rem;
  }
  .footer-list .item-link::after {
    left: 0;
    width: 0.07rem;
  }
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c5160;
  color: #fff;
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-size: 0.12rem;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    padding: 0.1rem 0.4rem 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    padding: 0.1rem 0.2rem 0.9rem;
    line-height: 1.5;
    text-align: center;
  }
  html.is-otoawase .footer-copyright {
    padding: 0.1rem 0.2rem 0.8rem;
  }
}

.footer-common.is-otoiawase {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .button-common-top {
    display: block;
    position: relative;
    z-index: 1001;
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .button-common-top .wrapper {
    position: fixed;
    bottom: 0.05rem;
    right: 0.05rem;
    left: 0.05rem;
    display: block;
  }
  .button-common-top .contact-inner {
    right: 0;
    width: 100%;
    padding: 0.1rem 0.2rem;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    background-color: rgba(130, 130, 130, 0.9);
    cursor: pointer;
    border-radius: 0.04rem;
  }
  .button-common-top .contact-button {
    background-color: #b42328;
    color: #fff;
    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: 0.5rem;
    padding: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-top.is-static .wrapper {
    position: absolute;
  }
}

.button-common-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.banner-common-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  margin: 0;
  background-color: #56646b;
  color: #fff;
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  text-align: center;
}
.banner-common-simple .banner-title {
  display: block;
  position: relative;
  top: 0.01rem;
  margin: 0;
}
@media print, (min-width: 768px) {
  .banner-common-simple {
    min-height: 80px;
    padding: 17px 0;
  }
  .banner-common-simple .banner-title {
    font-size: 0.3rem;
    letter-spacing: 0.25em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-common-simple {
    padding: 0.5rem 0;
  }
  .banner-common-simple .banner-title {
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
}

@media print, (min-width: 768px) {
  .section-common-notice {
    padding: 43px 0 310px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-notice {
    padding: 0.3rem 0 0.6rem;
  }
}

.document-common {
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  letter-spacing: 0.025em;
}
.document-common h2 {
  display: block;
  margin: 0;
  font-weight: 300;
}
.document-common p,
.document-common address {
  display: block;
  margin: 0;
}
.document-common ol,
.document-common ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.document-common li > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.01rem;
}
.document-common .document-list.is-spacing li > span {
  margin-right: 0.06rem;
}
.document-common .document-thanks {
  text-align: center;
}
.document-common .document-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.3rem;
}
@media print, (min-width: 768px) {
  .document-common {
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.8333333333;
  }
  .document-common h2 {
    font-size: 0.25rem;
  }
  .document-common .document-block,
  .document-common .block-wrapper {
    padding-bottom: 26px;
  }
  .document-common .document-block:last-child,
  .document-common .block-wrapper:last-child {
    padding-bottom: 0;
  }
  .document-common .block-wrapper.is-spacing {
    padding-bottom: 33px;
  }
  .document-common .document-thanks {
    padding: 50px 0 20px;
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .document-common {
    line-height: 1.8571428571;
  }
  .document-common h2 {
    margin-bottom: 0.05rem;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .document-common .document-block,
  .document-common .block-wrapper {
    padding-bottom: 0.24rem;
  }
  .document-common .document-block:last-child,
  .document-common .block-wrapper:last-child {
    padding-bottom: 0;
  }
  .document-common .document-thanks {
    padding: 0.3rem 0 0.15rem;
  }
}

.document-common.is-privacy h2 {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
@media print, (min-width: 768px) {
  .document-common.is-privacy h2 {
    font-size: 0.22rem;
  }
}
/*# sourceMappingURL=antisocial.css.map */