@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 2;
  font-family: "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em;
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #222;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media print, screen and (min-width: 48em) {
  .pc-hide {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .sp-hide {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
}

.bg-type01 {
  background-color: #f4f4f4;
  overflow: hidden;
}

.bg-type02 {
  background-image: url(/common/img/bg01.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bg-type03 {
  overflow: hidden;
  position: relative;
}
.bg-type03:before {
  content: "";
  background-image: url(/common/img/bg02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.bg-type03__inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .content-2nd {
    max-width: 720px;
    margin: 0 auto;
  }
  .bg-type01 {
    padding: 0 20px;
  }
  .bg-type02 {
    padding: 0 0 0 20px;
  }
  .bg-type03 {
    padding: 0 20px;
  }
  .bg-type03:before {
    height: 450px;
  }
  .bg-type03__inner {
    max-width: 1230px;
    margin: 60px auto 0;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-type01 {
    max-width: 870px;
    margin: 0 auto;
  }
  .indent-block {
    max-width: 750px;
    margin: 0 auto;
  }
  .section-type01 {
    padding: 130px 0 100px;
  }
  .section-type01._prev {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .content-2nd {
    padding: 0 25px;
  }
  .bg-type01 {
    padding: 0 25px;
  }
  .bg-type03 {
    padding: 0 10px;
  }
  .bg-type03:before {
    padding-top: 47.16981%;
  }
  .bg-type03__inner {
    margin: 30px auto 0;
    padding: 0 10px;
  }
  .indent-block {
    margin: 0 10px;
  }
  .section-type01 {
    padding: 70px 0 80px;
  }
  .section-type01._prev {
    padding-bottom: 0;
  }
}

.header {
  position: relative;
}

.header__map {
  position: absolute;
  z-index: 1;
}

.header__title {
  margin: 0;
  font-size: 0;
}

.header__lead {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  letter-spacing: 0;
}

.header__description {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header__map {
    top: 10px;
    right: 15px;
  }
  .header__map a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .header__map a:hover {
    opacity: .6;
  }
  .header__text {
    width: 38.54167%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__inner {
    padding: 190px 30px 0;
  }
  .header__title {
    margin: 0 0 70px;
  }
  .header__lead {
    margin: 0 0 10px;
  }
  .header__description {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    max-width: 400px;
    margin: 0 0 50px;
  }
  .header__img {
    width: 100%;
    height: 660px;
    position: relative;
    background-image: url(/common/img/mainvisual_pc.jpg);
    background-size: cover;
    background-position: center;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header__logo img {
    width: 208px;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 75.625em) {
  .header__text {
    min-width: 340px;
  }
  .header__inner {
    padding: 140px 15px 0;
  }
  .header__title {
    margin-right: 20px;
  }
  .header__description {
    font-size: 20px;
    font-size: 2rem;
  }
  .header__img {
    height: 550px;
  }
  .header__logo img {
    width: 160px;
  }
}

@media screen and (max-width: 47.9375em) {
  .header {
    margin-bottom: 60px;
  }
  .header__map {
    top: 15px;
    right: 15px;
  }
  .header__inner {
    background-image: url(/common/img/mainvisual_sp.jpg);
    background-size: cover;
    background-position: center;
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
    min-height: 440px;
    position: relative;
    color: #fff;
    text-align: center;
  }
  .header__main {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__logo {
    margin: 0 0 40px;
  }
  .header__title {
    margin: 0 0 70px;
  }
  .header__title img {
    width: 260px;
  }
  .header__lead {
    margin: 0 0 15px;
  }
  .header__description {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.54167;
  }
}

.header-2nd__logo {
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .header-2nd {
    padding: 70px 0 0;
  }
  .header-2nd__logo img {
    width: 156px;
  }
}

@media screen and (max-width: 47.9375em) {
  .header-2nd {
    padding: 40px 0 0;
  }
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav__item a {
  display: block;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
}
.global-nav__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f00;
  border-radius: 2px;
}

@media print, screen and (min-width: 48em) {
  .global-nav__item a {
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 26px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .global-nav__item a:hover {
    opacity: .6;
  }
  .global-nav__item a:before {
    top: 2px;
    border-width: 9px;
    border-top-width: 14px;
  }
  .global-nav__item + .global-nav__item {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 75.625em) {
  .global-nav__item a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .global-nav__item + .global-nav__item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .global-nav {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
  }
  .global-nav__item {
    width: 100%;
    text-align: center;
  }
  .global-nav__item:first-child a {
    padding: 0 0 0 10px;
  }
  .global-nav__item:last-child a {
    padding: 0 15px 0 0;
  }
  .global-nav__item a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 60px;
    padding: 0 10px 0 0;
  }
  .global-nav__item a:before {
    display: inline-block;
    vertical-align: top;
    position: static;
    border-width: 6px;
    border-top-width: 9px;
    margin: 24px 5px 0 0;
  }
}

.footer {
  padding: 0 0 40px 0;
}

.footer__copy {
  display: block;
  color: #9e9ba8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.heading-type01 {
  text-align: center;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
  background-image: url(/common/img/parts01.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media print, screen and (min-width: 48em) {
  .heading-type01 {
    font-size: 38px;
    font-size: 3.8rem;
    letter-spacing: .075em;
    padding: 0 0 45px;
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 47.9375em) {
  .heading-type01 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .05em;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
}

.heading-type02 {
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}
.heading-type02:before {
  content: "";
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 48em) {
  .heading-type02 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 30px;
    margin: 60px 0 10px;
  }
  .heading-type02:before {
    width: 20px;
    top: 13px;
  }
}

@media screen and (max-width: 47.9375em) {
  .heading-type02 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 0 0 23px;
    margin: 50px 0 20px;
  }
  .heading-type02:before {
    width: 15px;
    top: 11px;
  }
}

.list-type01 {
  list-style: none;
  padding: 0;
}
.list-type01 li {
  position: relative;
  padding-left: 1.5em;
}
.list-type01 li:before {
  content: "";
  background-color: #222;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 48em) {
  .list-type01 {
    line-height: 1.7;
  }
  .list-type01._large {
    font-size: 20px;
    font-size: 2rem;
  }
  .list-type01._large li {
    margin: 0;
  }
  .list-type01._large li:before {
    top: 12px;
  }
  .list-type01 li {
    margin: 5px 0;
  }
  .list-type01 li:before {
    top: 8px;
  }
}

@media screen and (max-width: 47.9375em) {
  .list-type01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .list-type01 li:before {
    top: 10px;
    left: 5px;
  }
}

.item-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-list01__item:nth-child(2n) {
  margin-right: 0;
}

.item-list01__item:nth-child(-n+2) {
  margin-top: 0;
}

@media print, screen and (min-width: 48em) {
  .item-list01 {
    margin: 40px 0;
  }
  .item-list01__item {
    width: calc((100% - 20px * 1) / 2.0001);
    margin: 20px 20px 0 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .item-list01 {
    margin: 40px 0;
  }
  .item-list01__item {
    width: calc((100% - 5px * 1) / 2.0001);
    margin: 20px 5px 0 0;
  }
}

.item-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-list02__title {
  margin: 0;
  font-weight: bold;
}

@media print, screen and (min-width: 48em) {
  .item-list02 {
    margin: 60px 0 0;
  }
  .item-list02__item {
    width: calc((100% - 30px) / 2.0001);
    margin: 50px 30px 0 0;
  }
  .item-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list02__title {
    margin: 10px 0 0;
  }
  .item-list02 {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .item-list02 {
    margin: 55px 0 0;
  }
  .item-list02__item {
    width: calc((100% - 2px * 1) / 2.0001);
    margin: 30px 2px 0 0;
  }
  .item-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list02__title {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 0;
  }
}

.item-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-list03__item:first-child {
  margin-left: 0;
}

.item-list03__item:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 48em) {
  .item-list03 {
    margin: 60px 0 0;
  }
  .item-list03__item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .item-list03 {
    margin: 40px 0 0;
  }
  .item-list03__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-list03__item {
    text-align: center;
  }
}

.about-block__text {
  background-color: #dcff00;
}

.about-block__inner {
  background-color: #fff;
}

@media print, screen and (min-width: 48em) {
  .about-block {
    position: relative;
    max-width: 1050px;
    margin: 90px auto;
  }
  .about-block__title {
    position: absolute;
    top: 100px;
    left: 0;
  }
  .about-block__title .heading-type01 {
    background-image: url(/common/img/parts02.svg);
  }
  .about-block__text {
    padding: 30px 0 30px 10.84337%;
    margin: 0 0 0 130px;
  }
  .about-block__inner {
    padding: 60px 0 60px 10.84337%;
  }
}

@media screen and (max-width: 47.9375em) {
  .about-block {
    margin: 70px 0 60px;
  }
  .about-block__text {
    padding: 15px 0 15px 10px;
    margin: 0 0 0 10px;
  }
  .about-block__inner {
    padding: 45px 0 45px 25px;
  }
}

.table-type01 {
  width: 100%;
  border-top: 1px dashed #ccc;
  line-height: 1.4;
}
.table-type01 th {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.table-type01 td {
  vertical-align: middle;
}
.table-type01 th, .table-type01 td {
  border-bottom: 1px dashed #ccc;
}

@media print, screen and (min-width: 48em) {
  .table-type01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .table-type01 th {
    padding: 20px 20px 20px 0;
  }
  .table-type01 td {
    padding: 20px 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .table-type01 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .table-type01 th {
    padding: 15px 40px 15px 0;
    white-space: nowrap;
  }
  .table-type01 td {
    padding: 15px 40px 15px 0;
  }
}

.access-block {
  text-align: center;
}

.access-block__logo {
  margin: 0 0 20px;
}

.access-block__lead {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 20px;
}

.access-block__address {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.53846;
}

.access-block__map {
  position: relative;
  height: 0;
}
.access-block__map iframe, .access-block__map object, .access-block__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-block__copy {
  color: #9e9ba8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.access-block__policy {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.access-block__policy a {
  color: #222;
}

.access-block__sns.typeA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 68px;
  list-style: none;
}
.access-block__sns.typeA li {
  max-width: 202px;
  width: 25%;
}
.access-block__sns.typeA li.instagram a {
  background: -webkit-gradient(linear, left top, right top, from(#e80025), to(#c30094));
  background: linear-gradient(to right, #e80025, #c30094);
}
.access-block__sns.typeA li.twitter a {
  background-color: #000;
}
.access-block__sns.typeA li.facebook a {
  background-color: #1877f2;
}
.access-block__sns.typeA li.base a {
  background-color: #ccc;
}
.access-block__sns.typeA li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin: 0 1px 2px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.access-block__sns.typeA li a:hover {
  opacity: .6;
}
.access-block__sns.typeA li a img {
  width: 120px;
  height: 30px;
}

@media print, screen and (min-width: 48em) {
  .access-block {
    margin: 70px 0 40px;
  }
  .access-block__map {
    padding-top: 43.24324%;
    margin: 0 0 30px;
  }
  .access-block__policy {
    margin: 5px 0 40px;
  }
}

@media screen and (max-width: 47.9375em) {
  .access-block {
    margin: 45px 0 25px;
  }
  .access-block__policy {
    margin: 5px 0 30px;
  }
  .access-block__sns.typeA {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 404px;
    padding: 0;
    margin-bottom: 68px;
  }
  .access-block__sns.typeA li {
    min-width: 202px;
    width: 50%;
  }
  .access-block__map {
    padding-top: 143.28358%;
    margin: 0 0 25px;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1200px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
  }
}
