@charset "UTF-8";
/* ----------------------------------------------------------------------

	Compiled from common.scss

---------------------------------------------------------------------- */
/* ==========================================================================
	Foundation
========================================================================== */
/* リセット
----------------------------------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ベース
----------------------------------------------------------------- */
/*-----------------------------------------------------------------
 Webフォント読み込み
-----------------------------------------------------------------*/
/* YakuHanJPs(ゴシック体 少量版 Regular) */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}
/* YakuHanJPs(ゴシック体 少量版 Medium) */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}
/* YakuHanJPs(ゴシック体 少量版 Bold) */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("/global/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}
/*-----------------------------------------------------------------
 デフォルトスタイル定義
-----------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
html.is-fixed {
  overflow: hidden;
}

body {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1024px;
    overflow-x: hidden;
  }
}
.is-fixed body {
  overflow: hidden;
}

a {
  color: #eb6ea5;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
a:hover {
  color: #f199c0;
}

strong {
  color: #f03f24;
}

em {
  font-style: normal;
}

span {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*-----------------------------------------------------------------
 デフォルトスタイル定義（日本語用）
-----------------------------------------------------------------*/
body {
  font-family: "YakuHanJPs", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 500;
}

em {
  font-weight: 500;
}

/* アイコンフォント
----------------------------------------------------------------- */
@font-face {
  font-family: "iconfont";
  src: url("/global/assets/fonts/IconFont/iconfont.eot");
  src: url("/global/assets/fonts/IconFont/iconfont.eot?#iefix") format("eot"), url("/global/assets/fonts/IconFont/iconfont.woff") format("woff"), url("/global/assets/fonts/IconFont/iconfont.ttf") format("truetype"), url("/global/assets/fonts/IconFont/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.c-icn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icn-airport::after {
  content: "\ea01";
}

.c-icn-arrow-b::after {
  content: "\ea02";
}

.c-icn-arrow-cir::after {
  content: "\ea03";
}

.c-icn-arrow-double-l::after {
  content: "\ea04";
}

.c-icn-arrow-double-r::after {
  content: "\ea05";
}

.c-icn-arrow-l::after {
  content: "\ea06";
}

.c-icn-arrow-r::after {
  content: "\ea07";
}

.c-icn-arrow-t::after {
  content: "\ea08";
}

.c-icn-balance::after {
  content: "\ea09";
}

.c-icn-benefit::after {
  content: "\ea0a";
}

.c-icn-blank::after {
  content: "\ea0b";
}

.c-icn-bring::after {
  content: "\ea0c";
}

.c-icn-charge::after {
  content: "\ea0d";
}

.c-icn-close::after {
  content: "\ea0e";
}

.c-icn-home::after {
  content: "\ea0f";
}

.c-icn-how-to-buy::after {
  content: "\ea10";
}

.c-icn-key::after {
  content: "\ea11";
}

.c-icn-language::after {
  content: "\ea12";
}

.c-icn-menu::after {
  content: "\ea13";
}

.c-icn-minus::after {
  content: "\ea14";
}

.c-icn-place::after {
  content: "\ea15";
}

.c-icn-plus::after {
  content: "\ea16";
}

.c-icn-return-caution::after {
  content: "\ea17";
}

.c-icn-search::after {
  content: "\ea18";
}

.c-icn-shopping::after {
  content: "\ea19";
}

.c-icn-station-charge::after {
  content: "\ea1a";
}

.c-icn-train-bus::after {
  content: "\ea1b";
}

.c-icn {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}

.c-icn-pdf {
  width: 18px;
  height: 18px;
}
.c-icn-pdf::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/global/assets/img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ==========================================================================
	Layout
========================================================================== */
/* ヘッダー
----------------------------------------------------------------- */
.l-header {
  position: relative;
  z-index: 90;
  margin-bottom: 20px;
}
.l-header a {
  color: #333;
  text-decoration: none;
}
.l-header__linkInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .l-header__linkInner {
    margin-right: auto;
    margin-left: auto;
  }
}
.l-header__logo {
  width: 110px;
}
@media screen and (max-width: 330px) {
  .l-header__logo {
    width: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__logo {
    width: 160px;
  }
}
.l-header__menuItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__menuItem--help .l-header__menuText {
  position: relative;
  z-index: 1;
  color: #eb6ea5;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--help .l-header__menuText {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.l-header__menuItem--help .l-header__menuText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #eb6ea5;
  border-radius: 24px;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--help .l-header__menuText::before {
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--help a:hover .l-header__menuText::before {
    transform: scale(1.0727272727, 1.075);
  }
}
.l-header__menuItem--availableArea {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--availableArea {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--availableArea .l-header__menuText {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.l-header__menuItem--lang {
  display: block;
  position: relative;
}
.l-header__menuItem--lang.is-hover .l-header__langItems, .l-header__menuItem--lang.is-active .l-header__langItems {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.l-header__menuItem--lang .l-header__menuText {
  cursor: pointer;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--lang .l-header__menuText {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding: 4px 0;
  }
}
.l-header__menuItem--lang .c-icn {
  color: #eb6ea5;
  font-size: 2.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--lang .c-icn {
    margin-top: -1px;
    margin-right: 8px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .win7.trident .l-header__menuItem--lang .c-icn {
    margin-top: -5px;
  }
}
.l-header__menuItem--lang .l-header__langItems {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  transform: translate(-50%, 0%);
  width: 160px;
  margin-top: 29px;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--lang .l-header__langItems {
    right: auto;
    z-index: 101;
  }
}
.l-header__menuItem--lang .l-header__langItems::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 10px);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.l-header__menuItem--lang .l-header__langItem a .l-header__langText {
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--lang .l-header__langItem a:hover .l-header__langText {
    color: #eb6ea5;
    background-color: #ffeef6;
  }
}
.l-header__menuItem--lang .l-header__langText {
  padding: 8px 5px;
  background-color: #fff;
  color: #d3d4d3;
  font-family: sans-serif;
  font-weight: 700;
  text-align: center;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.l-header__menuItem--search {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--search {
    margin-left: 30px;
  }
}
.l-header__menuItem--search .l-header__menuText {
  color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--search .l-header__menuText {
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.l-header__menuItem--search .l-header__menuText .c-icn {
  font-size: 2.3rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--search .l-header__menuText .c-icn {
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--search a:hover .l-header__menuText {
    transform: scale(1.25, 1.25);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem:hover .l-header__menuText {
    color: #eb6ea5;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menuText {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header {
    margin-bottom: 54px;
  }
}
.l-header__linkInner {
  padding: 26px 20px 22px;
}
@media print, screen and (min-width: 768px) {
  .l-header__linkInner {
    max-width: 1264px;
    padding: 30px 47px 29px;
  }
}
.l-header__logo {
  margin-top: 1px;
}
.l-header__menuItem {
  margin-left: 14px;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem {
    margin-left: 30px;
  }
}
.l-header__menuItem:first-of-type {
  margin-left: 0;
}
.l-header__menuItem--help .l-header__menuText {
  min-width: 90px;
  padding: 7px 10px 8px;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--help .l-header__menuText {
    min-width: 110px;
    padding: 10px;
  }
}
.l-header__menuItem--help .l-header__menuText::before {
  background-color: #fff;
}
.l-header__menuItem--privacy {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--privacy {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--privacy .l-header__menuText {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.l-header__menuItem--lang .l-header__langItems {
  left: -20px;
}
@media print, screen and (min-width: 768px) {
  .l-header__menuItem--lang .l-header__langItems {
    left: 50%;
  }
}

/* メイン
----------------------------------------------------------------- */
.l-main {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity .45s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .l-main {
    overflow: hidden;
  }
}
.l-main.is-show {
  opacity: 1;
}

.c-section {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .c-section {
    max-width: 1264px;
    margin: 0 auto 80px;
    padding-right: 47px;
    padding-left: 47px;
  }
}
.c-section__anime {
  position: relative;
  margin-bottom: -19.7333333333%;
  padding-bottom: 19.7333333333%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-section__anime {
    margin-bottom: -152px;
    padding-bottom: 152px;
  }
}
@keyframes busAnimeSP {
  0% {
    transform: translateX(-10.4%);
  }
  8.3333333333% {
    transform: translateX(-10.4%);
  }
  55.2083333333% {
    transform: translateX(47.9333333333%);
  }
  67.7083333333% {
    transform: translateX(47.9333333333%);
  }
  89.5833333333% {
    transform: translateX(77.7944444444%) translateY(0);
  }
  89.7916666667% {
    transform: translateX(78.0027777778%) translateY(-15%);
  }
  90% {
    transform: translateX(78.2111111111%) translateY(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes busAnimePC {
  0% {
    transform: translateX(-10.4%) translateY(0);
  }
  12.5% {
    transform: translateX(-10.4%) translateY(0);
  }
  65.625% {
    transform: translateX(58.35%) translateY(0);
  }
  78.125% {
    transform: translateX(58.35%) translateY(0);
  }
  100% {
    transform: translateX(100%) translateY(0);
  }
}
@keyframes trainAnimeSP {
  0% {
    transform: translateX(100%);
  }
  8.3333333333% {
    transform: translateX(100%);
  }
  58.3333333333% {
    transform: translateX(-25.8666666667%);
  }
  75% {
    transform: translateX(-25.8666666667%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes trainAnimePC {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  6.25% {
    transform: translateX(100%) translateZ(0);
  }
  60.9375% {
    transform: translateX(-25.8666666667%) translateZ(0);
  }
  67.1875% {
    transform: translateX(-25.8666666667%) translateZ(0);
  }
  100% {
    transform: translateX(100%) translateZ(0);
  }
}
.c-section__anime::before, .c-section__anime::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
}
.c-section__anime::before {
  bottom: 8px;
  padding-top: 4.8%;
  background-image: url(/assets/img/common/bg-bus.svg);
  background-size: 10.4%;
  animation: busAnimeSP 24s linear 0s infinite;
}
@media print, screen and (min-width: 768px) {
  .c-section__anime::before {
    bottom: 30px;
    padding-top: 29px;
    background-size: contain;
    animation: busAnimePC 32s linear 0s infinite;
  }
}
.c-section__anime::after {
  bottom: 2px;
  padding-top: 5.3333333333%;
  background-image: url(/assets/img/common/bg-train.svg);
  background-size: 25.8666666667%;
  animation: trainAnimeSP 24s linear 0s infinite;
}
@media print, screen and (min-width: 768px) {
  .c-section__anime::after {
    bottom: 20px;
    padding-top: 35px;
    background-size: contain;
    animation: trainAnimePC 32s linear 0s infinite;
  }
}
.c-section__inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-section__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-section--card .c-section__inner {
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .c-section--card .c-section__inner {
    padding: 60px 8.547008547%;
  }
}
.c-section--cardGray .c-section__inner {
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #fafafa;
}
@media print, screen and (min-width: 768px) {
  .c-section--cardGray .c-section__inner {
    padding: 60px 8.547008547%;
  }
}
.c-section--heading {
  margin-bottom: 18px;
  padding-bottom: 19.7333333333%;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-section--heading {
    max-width: none;
    margin-bottom: 46px;
    padding-right: 0;
    padding-bottom: 116px;
    padding-left: 0;
  }
}
.c-section--heading::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 16px;
  background-color: #f0f1f0;
}
@media print, screen and (min-width: 768px) {
  .c-section--heading::before {
    height: 5px;
  }
}
.c-section--heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/bg-city-01-sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .c-section--heading::after {
    bottom: 0;
    background-image: url(/assets/img/common/bg-city-01-pc.png);
    background-size: 1440px 160px;
  }
}
.c-section--heading .c-section__inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .c-section--heading .c-section__inner {
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 47px;
    padding-left: 47px;
  }
}
.c-section--relatedLink {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-section--relatedLink {
    max-width: none;
    padding-bottom: 4px;
    padding-right: 0;
    padding-left: 0;
  }
}
.c-section--relatedLink .c-section__inner {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-section--relatedLink .c-section__inner {
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 47px 0;
  }
}
.c-section--sideNav {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-section--sideNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .c-section--sideNav .c-section__inner--main {
    width: 72.6495726496%;
  }
}
.c-section--sideNav .c-section__inner--sub {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-section--sideNav .c-section__inner--sub {
    width: 23.0769230769%;
    margin-top: 0;
  }
}

.c-column {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .c-column {
    margin-bottom: 80px;
  }
}
.c-column:last-child {
  margin-bottom: 0;
}
.c-column + .c-column {
  margin-top: 30px;
}
.c-column__inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-column__inner {
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 47px;
    padding-left: 47px;
  }
}
.c-column__items + .c-column__items {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-column__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-column__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column--sp-2up .c-column__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .c-column--sp-2up .c-column__items .c-column__item {
    width: calc( (100% - (15px * 2)) / 2 );
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-column--2up .c-column__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-column--2up .c-column__items .c-column__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-column--2up .c-column__items .c-column__item {
    width: calc( (100% - (30px * 2)) / 2 - 0.5px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-column--3up .c-column__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-column--3up .c-column__items .c-column__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-column--3up .c-column__items .c-column__item {
    width: calc( (100% - (30px * 3)) / 3 - 0.5px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-column--4up .c-column__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-column--4up .c-column__items .c-column__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-column--4up .c-column__items .c-column__item {
    width: calc( (100% - (30px * 4)) / 4 - 0.5px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-column--sm .c-column__items {
    padding-right: 8.547008547%;
    padding-left: 8.547008547%;
  }
}
.c-column--card {
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-column--card {
    padding: 60px 8.6021505376%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-frame--2up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .c-frame--2up .c-frame__inner {
    width: calc( (100% - (30px)) / 2 );
  }
}
@media print, screen and (min-width: 768px) {
  .c-frame--2up .c-frame__inner--w30p {
    width: 28.0459770115%;
    min-width: 28.0459770115%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-frame--2up .c-frame__inner--w40p {
    width: 38.1443298969%;
    min-width: 38.1443298969%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-frame--2up .c-frame__inner--w60p {
    width: 58.7628865979%;
    min-width: 58.7628865979%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-frame--2up .c-frame__inner--w70p {
    width: 68.5057471264%;
    min-width: 68.5057471264%;
  }
}
.c-frame--2up .c-frame__inner + .c-frame__inner {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-frame--2up .c-frame__inner + .c-frame__inner {
    margin-top: 0;
  }
}
.c-frame--bgGray {
  border-radius: 10px;
  padding: 20px;
  background-color: #f0f1f0;
}

/* フッター
----------------------------------------------------------------- */
.l-footer {
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    margin-top: 100px;
  }
}
.l-footer__link--main {
  color: #fff;
}
.l-footer__link--main a {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main a:hover {
    color: #eb6ea5;
  }
}
.l-footer__link--main .l-footer__menuItems {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main .l-footer__menuItems {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main .l-footer__menuItem a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main .l-footer__menuItem a:hover {
    color: #eb6ea5;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__categoryItem > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.l-footer__link--sub {
  position: relative;
}
.l-footer__link--sub .l-footer__backToTop {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--sub .l-footer__backToTop {
    right: 40px;
  }
}
.l-footer__link--sub .l-footer__backToTop a {
  display: block;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--sub .l-footer__backToTop a:hover .l-backToTop::before {
    transform: scale(1.0833333333, 1.0833333333);
  }
}
.l-footer__link--sub .l-backToTop {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  padding: 20px;
}
.l-footer__link--sub .l-backToTop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--sub .l-backToTop::before {
    transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.l-footer__link--sub .l-footer__linkInner {
  padding: 40px 20px 122px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--sub .l-footer__linkInner {
    position: relative;
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding: 29px 47px 24px 247px;
  }
}
.l-footer__link--sub a {
  color: #333;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--sub a:hover {
    color: #eb6ea5;
  }
}
.l-footer__link--sub .l-footer__menuItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px 20px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--sub .l-footer__menuItems {
    max-width: 780px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 14px;
  }
}
.l-footer__link--sub .l-footer__menuItem {
  margin: 0 11px;
  font-size: 1.1rem;
  line-height: 2.7272727273;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--sub .l-footer__menuItem {
    margin-right: 26px;
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.l-footer__logo {
  width: 128px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .l-footer__logo {
    position: absolute;
    top: 50%;
    left: 47px;
    transform: translateY(-50%);
    width: 160px;
  }
}
.l-footer__copyright {
  margin-top: 12px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: left;
  }
}
.l-footer__copyright small {
  font-size: inherit;
}
.l-footer__link--main {
  background-color: #444;
}
.l-footer__link--main a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main .l-footer__linkInner {
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 32px 72px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main .l-footer__menuItem {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    font-weight: 500;
  }
}
.l-footer__link--main .l-footer__menuItem a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__link--main .l-footer__menuItem a {
    color: #aaa;
  }
}
.l-footer__category {
  padding: 8px 20px 37px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__category {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__categoryItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: -40px;
    margin-left: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__categoryItem {
    margin-top: 40px;
    margin-left: 30px;
  }
  .l-footer__categoryItem:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1 / 3;
    -ms-grid-row-span: 2;
  }
  .l-footer__categoryItem:nth-of-type(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .l-footer__categoryItem:nth-of-type(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .l-footer__categoryItem:nth-of-type(4) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .l-footer__categoryItem:nth-of-type(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .l-footer__categoryItem:nth-of-type(6) {
    -ms-grid-column: 4;
    grid-column: 4;
    grid-row: 1 / 3;
    -ms-grid-row-span: 2;
  }
  .l-footer__categoryItem:nth-of-type(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.l-footer__categoryItem + .l-footer__categoryItem {
  box-shadow: inset 0 1px 0 0 #555;
}
@media print, screen and (min-width: 768px) {
  .l-footer__categoryItem + .l-footer__categoryItem {
    box-shadow: none;
  }
}
.l-footer__categoryItem.l-footer__categoryItem--noBorder {
  box-shadow: none;
}
.l-footer__categoryTitle {
  padding-top: 17px;
  padding-bottom: 18px;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-footer__categoryTitle {
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-footer__otherItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__otherItems {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-footer__otherItem {
  margin: 20px 16px 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .l-footer__otherItem {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.4705882353;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__otherItem:not(:first-of-type) {
    margin-top: 24px;
  }
}
.l-footer__snsItems {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__snsItems {
    margin-top: 0;
  }
}
.l-footer__snsItem {
  width: 250px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__snsItem {
    width: 370px;
  }
}
.l-footer__snsItem a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .l-footer__snsItem a:hover .l-footer__snsImage {
    transform: scale(1.027027027, 1.026744186);
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__snsImage {
    position: relative;
    width: 100%;
    padding-top: 23.2432432432%;
    transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__snsImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-footer__note {
  background-color: #e7e8e7;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}
.l-footer__noteInner {
  padding: 30px 20px 40px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__noteInner {
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 47px;
    padding-left: 47px;
  }
}
.l-footer__link--sub .l-backToTop::before {
  background-color: #eb6ea5;
}
.l-footer__link--sub .l-backToTop .c-icn {
  color: #fff;
}

.l-breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(238, 238, 238, 0.1);
}
.l-breadcrumb__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
  white-space: nowrap;
}
.l-breadcrumb__item {
  font-size: 1.1rem;
  line-height: 1.5454545455;
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb__item {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
.l-breadcrumb__item + .l-breadcrumb__item {
  position: relative;
  padding-left: 26px;
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb__item + .l-breadcrumb__item {
    padding-left: 28px;
  }
}
.l-breadcrumb__item + .l-breadcrumb__item::before {
  font-family: "iconfont";
  content: "\ea07";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb__item + .l-breadcrumb__item::before {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.l-breadcrumb__item + .l-breadcrumb__item:last-of-type {
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb__item + .l-breadcrumb__item:last-of-type {
    padding-right: 17px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb {
    margin-bottom: 40px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb__items {
    min-height: 40px;
    padding: 10px 17px;
  }
}
.l-breadcrumb__item {
  font-weight: 500;
}
.l-breadcrumb .c-icn {
  margin-top: -1px;
  font-size: 1.4rem;
  line-height: 1.2142857143;
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb .c-icn {
    margin-top: -3px;
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}

/* グローバルナビゲーション
----------------------------------------------------------------- */
.l-gnav {
  position: relative;
  z-index: 1;
}
.l-gnav__button {
  position: fixed;
  bottom: 43px;
  left: 10px;
  z-index: 100;
  padding: 18px;
  border-radius: 50%;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  overflow: hidden;
  outline: none;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__button {
    display: none;
  }
}
.l-gnav__buttonIcon {
  font-size: 2.8rem;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
}
.l-gnav__buttonIcon--open {
  transform: translateY(0);
}
.is-active .l-gnav__buttonIcon--open {
  transform: translateY(60px);
}
.l-gnav__buttonIcon--close {
  position: absolute;
  top: 18px;
  left: 18px;
  transform: translateY(-60px);
}
.is-active .l-gnav__buttonIcon--close {
  transform: translateY(0);
}
.l-gnav__inner {
  position: fixed;
  top: 110vh;
  right: 0;
  left: 0;
  z-index: 10;
  transform: translateZ(0);
  width: 100vw;
  height: 100%;
  background-color: #fff;
  transition: top 0.3s cubic-bezier(0.175, 0.85, 0.175, 1);
}
@media print, screen and (min-width: 768px) {
  .l-gnav__inner {
    position: static;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    transition: none;
  }
}
.is-active .l-gnav__inner {
  top: 0;
}
.l-gnav__scroller {
  height: 100%;
  padding: 34px 20px 66px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__scroller {
    padding: 0;
    overflow: visible;
  }
}
.l-gnav__logo {
  width: 143px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__logo {
    display: none;
  }
}
.l-gnav__search {
  margin-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__search {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
  }
}
.l-gnav__categoryItem {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem {
    position: static;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
  }
}
.l-gnav__categoryItem::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e7e8e7;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem::after {
    display: none;
  }
}
.l-gnav__categoryItem > a {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 28px;
  }
}
.l-gnav__categoryItem.is-open {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem.is-open {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem.is-open .l-gnav__link {
    opacity: 1;
    visibility: visible;
  }
}
.l-gnav__categoryTitle {
  position: relative;
  z-index: 1;
  padding: 17px 50px 18px 0;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryTitle {
    border-radius: 18px;
    padding: 15px 5px 16px;
    text-align: center;
  }
}
.l-gnav__headerMenu--sp {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__headerMenu--sp {
    display: none;
  }
}
.l-gnav__headerMenuItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: -15px -10px 0;
}
.l-gnav__headerMenuItem {
  margin: 15px 10px 0;
}
.l-gnav__headerMenuItem--lang {
  position: relative;
}
.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText {
  outline: none;
}
.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText.is-active + .l-gnav__langItems {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.l-gnav__headerMenuItem--lang .c-icn {
  margin-top: -1px;
  margin-right: 6px;
  color: #eb6ea5;
}
.l-gnav__headerMenuItem--lang .l-gnav__langItems {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, 0%);
  width: 160px;
  margin-bottom: 29px;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}
.l-gnav__headerMenuItem--lang .l-gnav__langItems::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 10px);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.l-gnav__headerMenuItem--lang .l-gnav__langItem a .l-gnav__langText {
  color: #333;
}
.l-gnav__headerMenuItem--lang .l-gnav__langItem a:hover .l-gnav__langText {
  color: #eb6ea5;
  background-color: #ffeef6;
}
.l-gnav__headerMenuItem--lang .l-gnav__langText {
  padding: 8px 5px;
  background-color: #fff;
  color: #d3d4d3;
  text-align: center;
  font-weight: 700;
  font-family: sans-serif;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.l-gnav__headerMenuButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 29px;
}
.l-gnav__headerMenuButtonItem {
  min-width: 130px;
  border: 2px solid #eb6ea5;
  border-radius: 24px;
  padding: 6px 10px;
  color: #eb6ea5;
  text-align: center;
}
.l-gnav__button {
  background-color: #444;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__inner {
    max-width: 1264px;
    padding-right: 32px;
    padding-left: 32px;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__scroller {
    position: relative;
    border-radius: 28px;
    background-color: #444;
  }
}
.l-gnav__bg {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    margin-top: 72px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    transition: height 0.4s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.1s;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__bg.is-open {
    transition: height 0.4s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItems {
    z-index: 1;
    border-radius: 28px;
    background-color: #444;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem--about .l-gnav__menu--main .l-gnav__menuTopImage {
    border: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem--special {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem--special .l-gnav__categoryTitle {
    width: 221px;
    height: 56px;
    padding: 0;
  }
  .l-gnav__categoryItem--special .l-gnav__categoryTitle img {
    height: 100%;
    border-radius: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem.is-open > a::after {
    border-radius: 35px;
    background-color: #eb6ea5;
    transform: translate(-50%, -50%) scale(1.0222222222, 1.12);
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem.is-open .l-gnav__link {
    transition: opacity .3s ease-out .2s, visibility .3s ease-out .2s;
  }
}
.l-gnav__categoryItem.is-open .l-gnav__menuTop {
  border-width: 2px;
}
.l-gnav__categoryItem.is-open .l-gnav__menuItems--underLayer {
  border-width: 2px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryItem.is-active > a::after {
    background-color: #eb6ea5;
  }
}
.l-gnav__categoryTitle {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryTitle {
    color: #fff;
  }
}
.l-gnav__categoryTitle::after {
  font-family: "iconfont";
  content: "\ea16";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #eb6ea5;
  font-size: 2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__categoryTitle::after {
    display: none;
  }
}
.is-open .l-gnav__categoryTitle::after {
  font-family: "iconfont";
  content: "\ea14";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}
.l-gnav__link {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__link {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 0;
    left: 0;
    padding-top: 72px;
    transition: opacity .1s ease-out, visibility .1s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .is-initialized .l-gnav__link {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__linkInner {
    padding: 30px 40px 40px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 26.5486725664% 50px 1fr;
    grid-template-columns: 26.5486725664% 50px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-column: 1 / 4;
    -ms-grid-column-span: 3;
    grid-row: 1 / 3;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.l-gnav__menu--main .l-gnav__menuTop {
  margin-bottom: -1px;
  border: 1px solid #e7e8e7;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  padding: 30px 30px 11px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTop {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1 / 3;
    -ms-grid-row-span: 2;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTop a:hover .l-gnav__menuTopInner {
    color: #eb6ea5;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTopInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTopTexts {
    -ms-flex-order: 2;
    order: 2;
  }
}
.l-gnav__menu--main .l-gnav__menuTopTitle {
  position: relative;
  padding-bottom: 16px;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTopTitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
    font-size: 2.1rem;
    line-height: 1.4761904762;
  }
}
.l-gnav__menu--main .l-gnav__menuTopTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTopTitle::after {
    font-family: "iconfont";
    content: "\ea07";
    vertical-align: text-top;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #eb6ea5;
    font-size: 2rem;
    line-height: 1;
  }
}
.l-gnav__menu--main .l-gnav__menuTopText {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTopText {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-gnav__menu--main .l-gnav__menuTopImage {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuTopImage {
    -ms-flex-order: 1;
    order: 1;
    display: block;
    margin-bottom: 20px;
    border: 2px solid #e7e8e7;
    border-radius: 8px;
    overflow: hidden;
  }
}
.l-gnav__menu--main .l-gnav__menuItems--underLayer {
  border: 1px solid #e7e8e7;
  border-top: none;
  border-radius: 0 0 16px 16px;
  padding: 0 30px 18px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--underLayer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0 -1.9230769231%;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--underLayer a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--underLayer a:hover {
    color: #eb6ea5;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuItem {
    width: 44.4444444444%;
    margin-right: 1.8518518519%;
    margin-left: 1.8518518519%;
    border-bottom: 1px solid #e7e8e7;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuItem a .l-gnav__menuText {
    position: relative;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuItem a .l-gnav__menuText::after {
    font-family: "iconfont";
    content: "\ea07";
    vertical-align: text-top;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #eb6ea5;
    font-size: 2rem;
    line-height: 1;
  }
}
.l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuText {
  padding-top: 11px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--underLayer .l-gnav__menuText {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
.l-gnav__menu--main .l-gnav__menuItems--other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 18px;
  margin-left: -8px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--other {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--other a:hover .l-gnav__menuText::before {
    transform: scale(1.0405405405, 1.15);
  }
}
.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -8px;
}
.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuItem {
  margin-top: 20px;
  margin-left: 8px;
}
.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuText {
  position: relative;
  padding: 11px 20px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__menu--main .l-gnav__menuItems--other .l-gnav__menuText::before {
    transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.l-gnav__headerMenuItem--lang {
  position: relative;
}
.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText {
  outline: none;
}
.l-gnav__headerMenuItem--lang .l-gnav__headerMenuText.is-active + .l-gnav__langItems {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.l-gnav__headerMenuItem--lang .c-icn {
  margin-top: -1px;
  margin-right: 6px;
  color: #eb6ea5;
}
.l-gnav__headerMenuItem--lang .l-gnav__langItems {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, 0%);
  width: 160px;
  margin-bottom: 29px;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), visibility 0s cubic-bezier(0.2, 1.17, 0.4, 1.2) 0.25s;
}
.l-gnav__headerMenuItem--lang .l-gnav__langItems::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 10px);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.l-gnav__headerMenuItem--lang .l-gnav__langItem a .l-gnav__langText {
  color: #333;
}
.l-gnav__headerMenuItem--lang .l-gnav__langItem a:hover .l-gnav__langText {
  color: #eb6ea5;
  background-color: #ffeef6;
}
.l-gnav__headerMenuItem--lang .l-gnav__langText {
  padding: 8px 5px;
  background-color: #fff;
  color: #d3d4d3;
  text-align: center;
  font-weight: 500;
  font-family: sans-serif;
  font-weight: bold;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.l-gnav__headerMenuText {
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-gnav__headerMenuButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 29px;
}
.l-gnav__headerMenuButtonItem {
  min-width: 130px;
  border: 2px solid #eb6ea5;
  border-radius: 24px;
  padding: 6px 10px;
  color: #eb6ea5;
  text-align: center;
}

/* チャット
----------------------------------------------------------------- */
/* サイドナビ
----------------------------------------------------------------- */
.l-sideNav {
  border-radius: 10px;
  padding: 30px 30px 40px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.l-sideNav__title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 17px;
}
.l-sideNav__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #eb6ea5;
}
.l-sideNav__items a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .l-sideNav__items a:hover .l-sideNav__inner {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fbe2ed;
  }
}
.l-sideNav__item:not(:first-of-type) {
  margin-top: 10px;
}
.l-sideNav__item.is-active .l-sideNav__inner {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fbe2ed;
  color: #eb6ea5;
}
.l-sideNav__inner {
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 5px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-sideNav__inner {
    transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}

/* 関連リンク
----------------------------------------------------------------- */
/* ==========================================================================
	Component
========================================================================== */
/* 見出し
----------------------------------------------------------------- */
.c-heading {
  font-weight: 500;
}
.c-heading:last-child {
  margin-bottom: 0;
}

.c-heading--primary {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 18px;
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-heading--primary {
    margin-bottom: 21px;
    padding-bottom: 23px;
    font-size: 3.3rem;
    line-height: 1.4848484848;
  }
}
.c-heading--primary::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .c-heading--primary::after {
    width: 50px;
    height: 5px;
    border-radius: 2.5px;
  }
}

.c-heading--secondary {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-heading--secondary {
    margin-bottom: 40px;
    padding-bottom: 21px;
    font-size: 2.9rem;
    line-height: 1.4827586207;
  }
}
.c-heading--secondary::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #eb6ea5;
}
.c-heading ~ .c-heading--secondary {
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .c-heading ~ .c-heading--secondary {
    margin-top: 100px;
  }
}

[data-orderLists] {
  counter-reset: orderListTertiary;
}

.c-heading--tertiary {
  position: relative;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-heading--tertiary {
    margin-bottom: 30px;
    padding: 1px 0 2px 25px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.c-heading--tertiary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 4px);
  border-radius: 5px;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .c-heading--tertiary::after {
    height: calc(100% - 6px);
  }
}
.c-heading--tertiary.c-heading--bg-pink {
  border-radius: 4px;
  padding: 4px 15px 5px 27px;
  background-color: #fbe2ed;
}
@media print, screen and (min-width: 768px) {
  .c-heading--tertiary.c-heading--bg-pink {
    padding: 6px 0 7px 35px;
  }
}
.c-heading--tertiary.c-heading--bg-pink::after {
  left: 9px;
  height: calc(100% - 16px);
}
@media print, screen and (min-width: 768px) {
  .c-heading--tertiary.c-heading--bg-pink::after {
    left: 10px;
  }
}
[data-orderLists] .c-heading--tertiaryNumberList {
  counter-increment: orderListTertiary;
  padding-left: 35px;
}
@media print, screen and (min-width: 768px) {
  [data-orderLists] .c-heading--tertiaryNumberList {
    padding-left: 40px;
  }
}
[data-orderLists] .c-heading--tertiaryNumberList::after {
  content: counter(orderListTertiary);
  top: 0;
  transform: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eb6ea5;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  [data-orderLists] .c-heading--tertiaryNumberList::after {
    top: 4px;
  }
}
[data-unOrderLists] .c-heading--tertiaryDotList {
  padding-left: 35px;
}
@media print, screen and (min-width: 768px) {
  [data-unOrderLists] .c-heading--tertiaryDotList {
    padding-left: 38px;
  }
}
[data-unOrderLists] .c-heading--tertiaryDotList::after {
  top: 11px;
  left: 10px;
  transform: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  [data-unOrderLists] .c-heading--tertiaryDotList::after {
    top: 14px;
  }
}
.c-heading ~ .c-heading--tertiary {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-heading ~ .c-heading--tertiary {
    margin-top: 60px;
  }
}

.c-heading--quaternary {
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 1.7rem;
  line-height: 1.6;
}
.c-heading--quaternary.c-heading--bg-gray {
  border-radius: 4px;
  padding: 6px 12px 7px;
  background-color: #e7e8e7;
}
.c-heading--quaternary.c-heading--fc-pink {
  color: #eb6ea5;
}
[data-orderLists] .c-heading--quaternaryNumberList {
  counter-increment: orderListQuaternary;
  position: relative;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 32px;
}
[data-orderLists] .c-heading--quaternaryNumberList::after {
  content: counter(orderListQuaternary);
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #eb6ea5;
  border-radius: 50%;
  color: #eb6ea5;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: center;
}
[data-unOrderLists] .c-heading--quaternaryDotList {
  position: relative;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 32px;
}
[data-unOrderLists] .c-heading--quaternaryDotList::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 8px;
  transform: none;
  width: 8px;
  height: 8px;
  border: 1px solid #eb6ea5;
  border-radius: 50%;
}
.c-heading ~ .c-heading--quaternary {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-heading ~ .c-heading--quaternary {
    margin-top: 30px;
  }
}
.c-heading--quaternary + .c-heading--quaternary {
  margin-top: 10px;
}

/* リードコンテンツ
----------------------------------------------------------------- */
.c-lead {
  margin-top: 32px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-lead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 50px;
    border: 2px solid #e7e8e7;
    border-radius: 20px;
    padding: 12px 70px 12px 100px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .c-lead__texts {
    width: 48.6%;
  }
}
.c-lead__title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-lead__title {
    margin-bottom: 16px;
    padding-left: 26px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.c-lead__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 6px;
  height: 90%;
  border-radius: 5px;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .c-lead__title::after {
    left: 0;
    height: 90%;
    margin-top: 3px;
  }
}
.c-lead__text {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-lead__text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.c-lead__image {
  margin-top: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-lead__image {
    width: 45%;
    margin-top: 0;
  }
}

/* テキスト
----------------------------------------------------------------- */
.c-text {
  width: 100%;
}
.c-text--dotLists li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: inherit;
}
.c-text--dotLists li::before {
  content: "\30fb";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-text--bulletLists li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: inherit;
}
.c-text--bulletLists li::before {
  content: "\25cf";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-text--numberLists {
  counter-reset: number;
}
.c-text--numberLists > li {
  position: relative;
  padding-left: 3.2rem;
  counter-increment: number;
  font-weight: inherit;
}
.c-text--numberLists > li::before {
  content: counter(number) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.4rem;
  text-align: right;
}
.c-text--alphaLists {
  counter-reset: alpha;
}
.c-text--alphaLists > li {
  position: relative;
  padding-left: 2.5rem;
  counter-increment: alpha;
  font-weight: inherit;
}
.c-text--alphaLists > li::before {
  content: counter(alpha,lower-alpha) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.4rem;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .c-text--indent {
    padding-left: 28px;
  }
}

/* 罫線
----------------------------------------------------------------- */
.c-rule {
  border: none;
  border-top: 1px solid #e7e8e7;
}

/* セット
----------------------------------------------------------------- */
.c-media--vertical .c-media__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-media--vertical .c-media__item > a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__item > a:hover .c-media__texts {
    color: #eb6ea5;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__item > a:hover .c-media__image {
    transform: scale(1.0296296296, 1.0479041916);
  }
}
.c-media--vertical .c-media__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-media--vertical .c-media__texts {
  -ms-flex-order: 2;
  order: 2;
  padding: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__texts {
    padding: 0 10px;
    transition: color 0.19s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
.c-media--vertical .c-media__title {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__title {
    margin-bottom: 14px;
  }
}
.c-media--vertical .c-media__title:last-child {
  margin-bottom: 0;
}
.c-media--vertical .c-media__text {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-media--vertical .c-media__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  border: 2px solid #e7e8e7;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__image {
    margin-bottom: 18px;
    transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.c-media--vertical .c-media__image:first-child {
  margin-bottom: 0;
}
.c-media--vertical .c-media__items {
  margin-top: -20px;
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__items {
    margin-left: -30px;
  }
}
.c-media--vertical .c-media__item {
  width: calc((100% - (15px * 2)) / 2);
  margin-top: 20px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical .c-media__item {
    width: calc((100% - (30px * 4)) / 4 - 0.5px);
    margin-left: 30px;
  }
}
.c-media--vertical.c-media--2up .c-media__items {
  margin-top: -15px;
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical.c-media--2up .c-media__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-media--vertical.c-media--2up .c-media__item {
  width: calc((100% - (15px * 2)) / 2);
  margin-top: 20px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical.c-media--2up .c-media__item {
    width: calc((100% - (30px * 2)) / 2 - 0.5px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical.c-media--2up .c-media__item > a:hover .c-media__image {
    transform: scale(1.0296296296, 1.0526315789);
  }
}
.c-media--vertical.c-media--3up .c-media__items {
  margin-top: -15px;
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical.c-media--3up .c-media__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-media--vertical.c-media--3up .c-media__item {
  width: calc((100% - (15px * 2)) / 2);
  margin-top: 20px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical.c-media--3up .c-media__item {
    width: calc((100% - (30px * 3)) / 3 - 0.5px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--vertical.c-media--3up .c-media__item > a:hover .c-media__image {
    transform: scale(1.0296296296, 1.0526315789);
  }
}
@media screen and (max-width: 767px) {
  .c-media--sp-horizontal.c-media .c-media__item {
    width: 100%;
  }
}
.c-media--sp-horizontal.c-media .c-media__title .c-icn {
  line-height: 1.3;
}
.c-media--sp-horizontal.c-media .c-media__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

.c-media--horizontal {
  margin-bottom: 60px;
}
.c-media--horizontal:last-child {
  margin-bottom: 0;
}
.c-media--horizontal .c-media__item:not(:first-of-type) {
  margin-top: 60px;
}
.c-media--horizontal .c-media__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__inner {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-media--horizontal .c-media__texts {
  -ms-flex-order: 2;
  order: 2;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__texts {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-media--horizontal .c-media__texts b {
  font-weight: normal;
  color: #f03f24;
}
.c-media--horizontal .c-media__title {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__title {
    margin-bottom: 32px;
  }
}
.c-media--horizontal .c-media__title:last-child {
  margin-bottom: 0;
}
.c-media--horizontal .c-media__text {
  position: relative;
  padding-left: 16px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__text {
    padding-left: 20px;
  }
}
.c-media--horizontal .c-media__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #e7e8e7;
}
.c-media--horizontal .c-media__note {
  margin-top: 10px;
  color: #888;
  font-size: 1.3rem;
  line-height: 1.6;
}
.c-media--horizontal .c-media__note:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__note {
    margin-top: 14px;
  }
}
.c-media--horizontal .c-media__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 15px;
  border: 2px solid #e7e8e7;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__image {
    width: calc(43.2989690722%);
    min-width: calc(43.2989690722%);
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.c-media--horizontal .c-media__image:first-child {
  margin-bottom: 0;
}
.c-media--horizontal .c-media__button {
  margin-top: 19px;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__button {
    margin-top: 30px;
  }
}
.c-media--horizontal .c-media__button:first-child {
  margin-top: 0;
}
.c-media--horizontal .c-media__button a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__button a {
    display: inline-block;
  }
}
.c-media--horizontal .c-media__title {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-media--horizontal .c-media__title {
    font-size: 2.1rem;
    line-height: 1.6;
  }
}

.c-media--list .c-media__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-media--list .c-media__item {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__item {
    margin-top: 30px;
    margin-left: 30px;
  }
}
.c-media--list .c-media__item > a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__item > a:hover .c-media__inner::before {
    transform: translate(-50%, -50%) scale(1.0216216216, 1.0326530612);
    border-radius: 14px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__item > a:hover .c-media__title {
    color: #eb6ea5;
  }
}
.c-media--list .c-media__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 10px;
}
.c-media--list .c-media__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__inner::before {
    transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.c-media--list .c-media__texts {
  -ms-flex-order: 2;
  order: 2;
  padding: 18px 10px;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__texts {
    text-align: center;
  }
}
.c-media--list .c-media__texts:last-child {
  padding-top: 17px;
  padding-bottom: 17px;
}
.c-media--list .c-media__title {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__title {
    margin-bottom: 14px;
    transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
.c-media--list .c-media__title:last-child {
  margin-bottom: 0;
}
.c-media--list .c-media__image {
  -ms-flex-order: 1;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__image {
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__item {
    width: calc((100% - (30px * 2)) / 2 - 0.5px);
  }
}
.c-media--list.c-media--2up .c-media__item > a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__item > a:hover .c-media__inner::before {
    transform: translate(-50%, -50%) scale(1.0170212766, 1.0266666667);
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__inner {
    padding: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__texts {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__texts:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__image {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--3up .c-media__item {
    width: calc((100% - (30px * 3)) / 3 - 0.5px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--3up .c-media__inner {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--3up .c-media__texts {
    padding-top: 14px;
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--3up .c-media__texts:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__inner {
    height: 100%;
  }
}
.c-media--list .c-media__texts {
  padding: 0;
}
.c-media--list .c-media__title {
  padding: 18px 10px 0;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__title {
    margin-bottom: 34px;
  }
}
.c-media--list .c-media__title:last-child {
  padding-top: 12px;
  padding-bottom: 12px;
}
.c-media--list .c-media__text {
  border-radius: 5px;
  background-color: #f0f1f0;
  padding: 14px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .c-media--list .c-media__text {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__texts {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--list.c-media--2up .c-media__text {
    padding: 20px 65px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--border .c-media__item > a:hover .c-media__inner::before {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .c-media--border .c-media__texts {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.c-media--border .c-media__texts:last-child .c-media__title:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.c-media--border .c-media__inner::before {
  box-shadow: none;
  border: 2px solid #e7e8e7;
}

/* テキストリンク
----------------------------------------------------------------- */
.c-linkGroup__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .c-linkGroup__items--column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-linkGroup__items--column .c-linkGroup__item {
  width: 100%;
}
.c-linkGroup__items--column .c-linkGroup__item:not(:first-of-type) {
  margin-top: 20px;
}
.c-linkGroup__item {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-linkGroup__item {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.c-linkGroup a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.c-linkGroup a:hover {
  color: #eb6ea5;
}

.c-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 1px 0 1px 26px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.c-link .c-icn {
  position: absolute;
  top: 2px;
  left: 0;
  color: #eb6ea5;
}
.win7.trident .c-link .c-icn {
  top: -4px;
}
.c-link span {
  display: block;
  font-weight: inherit;
}
[target="_blank"] .c-link {
  position: relative;
}
[target="_blank"] .c-link::before {
  font-family: "iconfont";
  content: "\ea0b";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  color: #eb6ea5;
  font-size: 1.8rem;
  line-height: 1;
}
[href*=".pdf"] .c-link {
  position: relative;
}
[href*=".pdf"] .c-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/global/assets/img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ボタンリンク
----------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .c-buttonGroup__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup__items--column {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup__items--column .c-buttonGroup__item {
    margin-left: 0;
  }
}
.c-buttonGroup__items--inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup__items--inline {
    margin-left: -20px;
  }
}
.c-buttonGroup__items--inline .c-buttonGroup__item {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup__items--inline .c-buttonGroup__item {
    margin-left: 20px;
  }
}
.c-buttonGroup__items--inline .c-button {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.c-buttonGroup__items--center {
  -ms-flex-pack: center;
  justify-content: center;
}
.c-buttonGroup__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup__item {
    margin-left: 30px;
  }
}
.c-buttonGroup__item a {
  display: block;
  text-decoration: none;
}
.c-buttonGroup__items--4up {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -15px;
}
.c-buttonGroup__items--4up .c-buttonGroup__item {
  width: calc( (100% - (15px * 2)) / 2);
  margin-top: 20px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup__items--4up .c-buttonGroup__item {
    width: calc( (100% - (15px * 4)) / 4 - 0.5px);
  }
}
.c-buttonGroup--inPage .c-buttonGroup__items {
  border: 1px solid #eb6ea5;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup--inPage .c-buttonGroup__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -30px;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
}
.c-buttonGroup--inPage .c-buttonGroup__item {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup--inPage .c-buttonGroup__item {
    width: calc( (100% - (30px * 3)) / 3 - 0.5px );
    margin-top: 20px;
    margin-left: 30px;
  }
}
.c-buttonGroup--inPage .c-buttonGroup__item + .c-buttonGroup__item {
  border-top: 1px solid #e7e8e7;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup--inPage .c-buttonGroup__item + .c-buttonGroup__item {
    border-top: none;
  }
}
.c-buttonGroup--inPage .c-button {
  padding-left: 48px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .c-buttonGroup--inPage .c-button {
    text-align: center;
  }
}

.c-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  padding: 14px 20px 12px;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-button {
    max-width: 100%;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    font-size: 1.7rem;
    line-height: 1.5882352941;
  }
}
.c-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #eb6ea5;
  border-radius: 60px;
  background-color: #eb6ea5;
}
.c-button .c-icn {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.c-button .c-icn-pdf::before {
  background-image: url(/global/assets/img/icon-pdf-fill.svg);
}
.c-button span + .c-icn {
  left: auto;
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  a .c-button::before {
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .c-button::before {
    transform: translate(-50%, -50%) scale(1.022222222, 1.12);
  }
}
.c-button--white {
  min-height: 40px;
  padding-top: 11px;
  padding-bottom: 9px;
  color: #eb6ea5;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-button--white {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-button--white::before {
  background-color: #fff;
}
.c-button--white .c-icn-pdf::before {
  background-image: url(/global/assets/img/icon-pdf.svg);
}
.c-button--link {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .c-button--link {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-button--link::before {
  border-color: #fff;
  border-radius: 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-button--link::before {
    border-color: #eb6ea5;
    border-radius: 60px;
  }
}
.c-button--link .c-icn {
  margin-right: 8px;
  color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .c-button--link .c-icn {
    width: 20px;
    height: 100%;
    margin-right: 0;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button--link .c-icn::before {
    font-family: "iconfont";
    content: "\ea02";
    vertical-align: text-top;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    top: 0;
    font-size: inherit;
    transform: translateY(-100%);
    transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
  }
}
@media print, screen and (min-width: 768px) {
  .c-button--link .c-icn::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: top 0.4s cubic-bezier(0.175, 0.85, 0.175, 1), transform 0.4s cubic-bezier(0.175, 0.85, 0.175, 1);
  }
}
.c-button--link span {
  padding: 3px 0 2px;
}
@media print, screen and (min-width: 768px) {
  a:hover .c-button--link .c-icn::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .c-button--link .c-icn::after {
    top: 100%;
    transform: translateY(50%);
  }
}
@media print, screen and (min-width: 768px) {
  .c-button--sm {
    display: block;
    width: 230px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button--md {
    display: block;
    width: 350px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button--lg {
    display: block;
    width: 450px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button--full {
    display: block;
    width: 100%;
  }
}
.c-button--link {
  font-weight: 500;
}

/* ニュース
----------------------------------------------------------------- */
.c-news {
  overflow: hidden;
}
.c-news__items {
  margin-top: -20px;
}
.c-news__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.c-news__item > a {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-news__item > a:hover .c-news__text {
    color: #eb6ea5;
  }
}
.c-news__date {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 12px;
  color: #999;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.c-news__tagItems {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -7px;
  margin-right: -10px;
  margin-bottom: 12px;
}
.c-news__tagItem {
  margin-top: 8px;
  margin-right: 10px;
  min-width: 90px;
  border-radius: 10px;
  padding: 0 10px 1px;
  background-color: #eb6ea5;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  font-weight: 500;
  text-align: center;
}
.c-news__tagItem--gray {
  background-color: #e7e8e7;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .c-news__text {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
[target="_blank"] .c-news__text {
  position: relative;
  padding-left: 28px;
}
[target="_blank"] .c-news__text::before {
  font-family: "iconfont";
  content: "\ea0b";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 0;
  color: #eb6ea5;
  font-size: 1.8rem;
  line-height: 1;
}
[href*=".pdf"] .c-news__text {
  position: relative;
  padding-left: 28px;
}
[href*=".pdf"] .c-news__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/global/assets/img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .c-news__items--2up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-left: -70px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-news__items--2up .c-news__item {
    width: calc((100% - (70px * 2)) / 2 - 0.5px);
    margin-top: 40px;
    margin-left: 70px;
  }
}
.c-news--border .c-news__items {
  border-bottom: 1px solid #e7e8e7;
  padding-bottom: 20px;
}
.c-news--border .c-news__item {
  border-top: 1px solid #e7e8e7;
  padding-top: 20px;
}
.c-news__date {
  font-weight: 500;
}

/* 画像＋文字リンク
----------------------------------------------------------------- */
.c-media--thumb .c-media__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-media--thumb .c-media__item {
  width: 100%;
}
.c-media--thumb .c-media__item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-media--thumb .c-media__item > a[target="_blank"] {
  position: relative;
  z-index: 1;
}
.c-media--thumb .c-media__item > a[target="_blank"]::before {
  font-family: "iconfont";
  content: "\ea0b";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
.c-media--thumb .c-media__inner {
  position: relative;
}
.c-media--thumb .c-media__texts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 10px;
}
.c-media--thumb .c-media__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
.c-media--thumb .c-media__image {
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb .c-media__image {
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.c-media--thumb .c-media__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.c-media--thumb.c-media--2up .c-media__items {
  margin-top: -20px;
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb.c-media--2up .c-media__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-media--thumb.c-media--2up .c-media__item {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb.c-media--2up .c-media__item {
    width: calc((100% - (30px * 2)) / 2 - 0.5px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb.c-media--2up .c-media__item > a:hover .c-media__image {
    transform: scale(1.0140350877, 1.025);
  }
}
.c-media--thumb.c-media--4up .c-media__items {
  margin-top: -15px;
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb.c-media--4up .c-media__items {
    margin-top: -30px;
    margin-left: -30px;
  }
}
.c-media--thumb.c-media--4up .c-media__item {
  width: calc((100% - (15px * 2)) / 2);
  margin-top: 15px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb.c-media--4up .c-media__item {
    width: calc((100% - (30px * 4)) / 4 - 0.5px);
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb.c-media--4up .c-media__item > a:hover .c-media__image {
    transform: scale(1.0296296296, 1.0526315789);
  }
}
.c-media--thumb .c-media__title {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-media--thumb .c-media__title {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

/* 画像のみ
----------------------------------------------------------------- */
.c-thumb {
  border: 2px solid #e7e8e7;
  border-radius: 10px;
  overflow: hidden;
}
.c-thumb:empty {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-thumb--center {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-thumb--lg {
    max-width: 770px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-thumb--md {
    max-width: 570px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-thumb--sm {
    max-width: 370px;
  }
}

/* 動画のみ
----------------------------------------------------------------- */
.c-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 表
----------------------------------------------------------------- */
.c-table {
  width: 100%;
}
.c-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .c-table table {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #444;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-table thead th {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-table thead th + th {
  border-left: 1px solid #aaa;
}
.c-table thead th:last-child {
  border-right: 1px solid #444;
}
.c-table thead + tbody tr:first-child th,
.c-table thead + tbody tr:first-child td {
  border-top: none;
}
.c-table tbody th,
.c-table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-table tbody th,
  .c-table tbody td {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.c-table th,
.c-table td {
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table.c-table--break table,
  .c-table.c-table--break tbody,
  .c-table.c-table--break tr,
  .c-table.c-table--break th,
  .c-table.c-table--break td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--break table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--break tbody {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--break tr:not(:first-child) th:first-child,
  .c-table.c-table--break tr:not(:first-child) td:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--break th:not(:first-child),
  .c-table.c-table--break td:not(:first-child) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--break th {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--break td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-sm, .c-table.c-table--scroll-md, .c-table.c-table--scroll-lg {
    width: auto;
    overflow: auto;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-sm::-webkit-scrollbar, .c-table.c-table--scroll-md::-webkit-scrollbar, .c-table.c-table--scroll-lg::-webkit-scrollbar {
    width: 5px;
    background: #e7e8e7;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-sm::-webkit-scrollbar:horizontal, .c-table.c-table--scroll-md::-webkit-scrollbar:horizontal, .c-table.c-table--scroll-lg::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #e7e8e7;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-sm::-webkit-scrollbar-thumb, .c-table.c-table--scroll-md::-webkit-scrollbar-thumb, .c-table.c-table--scroll-lg::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    background: #eb6ea5;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-sm::-webkit-scrollbar-thumb:horizontal, .c-table.c-table--scroll-md::-webkit-scrollbar-thumb:horizontal, .c-table.c-table--scroll-lg::-webkit-scrollbar-thumb:horizontal {
    border-radius: 2.5px;
    background: #eb6ea5;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-sm .c-table__inner, .c-table.c-table--scroll-md .c-table__inner, .c-table.c-table--scroll-lg .c-table__inner {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-sm .c-table__inner {
    min-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-md .c-table__inner {
    min-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .c-table.c-table--scroll-lg .c-table__inner {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .c-table .c-table__inner {
    width: 100%;
  }
}
.c-table .c-table__accordion {
  padding: 0;
}
.c-table .c-table__accordion .c-table__outline {
  display: table;
  width: 100%;
}
.c-table .c-table__accordion .c-table__button {
  position: relative;
  color: #eb6ea5;
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-table .c-table__accordion .c-table__button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eb6ea5;
}
.c-table .c-table__accordion .c-table__button--close {
  display: block;
  position: relative;
  margin: 10px auto 0;
  padding-left: 14px;
}
.c-table .c-table__accordion .c-table__button--close .c-icn {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: inherit;
}
.c-table .c-table__accordion .c-table__detail {
  display: table;
  width: 100%;
  border-top: 1px solid #d3d4d3;
}
.c-table .c-table__accordion .c-table__cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px 20px;
}
.c-table .c-table__accordion .c-table__cell.c-table__cell--width80 {
  min-width: 80px;
}
.c-table .c-table__accordion .c-table__cell.c-table__cell--width60 {
  min-width: 60px;
}
.c-table .c-table__accordion .c-table__cell + .c-table__cell {
  border-left: 1px solid #d3d4d3;
}
.c-table .c-table__accordion.is-active .c-table__button--open {
  display: none;
}
.c-table tbody th,
.c-table tbody td {
  border: 1px solid #d3d4d3;
}
.c-table th {
  background-color: #f0f1f0;
  font-weight: 500;
}

/* 重要なお知らせ
----------------------------------------------------------------- */
.c-attention--header {
  padding: 20px;
  background-color: #f03f24;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media print, screen and (min-width: 768px) {
  .c-attention--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.c-attention--header .c-attention__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-attention--header .c-attention__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
  }
}
.c-attention--header .c-attention__title {
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
}
@media print, screen and (min-width: 768px) {
  .c-attention--header .c-attention__title {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.c-attention--header .c-attention__body {
  margin-top: 17px;
}
@media print, screen and (min-width: 768px) {
  .c-attention--header .c-attention__body {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
  }
}
.c-attention--header .c-attention__body a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.c-attention--header .c-attention__body a[target="_blank"] {
  position: relative;
  padding-left: 28px;
}
.c-attention--header .c-attention__body a[target="_blank"]::before {
  font-family: "iconfont";
  content: "\ea0b";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.7rem;
  line-height: 1;
}
.c-attention--header .c-attention__body a[href*=".pdf"] {
  position: relative;
  padding-left: 28px;
}
.c-attention--header .c-attention__body a[href*=".pdf"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/global/assets/img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-attention--header .c-attention__text {
  font-size: 1.3rem;
  line-height: 1.6;
  text-decoration: underline;
}
.c-attention--top {
  border: 3px solid #ffdf28;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-attention--top {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}
.c-attention--top .c-attention__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 11px 11px 17px;
  background-color: #ffdf28;
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__head {
    padding-top: 18px;
    padding-bottom: 18px;
    transition: padding 0s ease-in 0.25s;
  }
}
.c-attention--top .c-attention__head .c-attention__title {
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.c-attention--top .c-attention__head .c-attention__controller {
  padding: 2px 0 1px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.c-attention--top .c-attention__head .c-attention__controller .c-attention__button--open {
  display: -ms-flexbox;
  display: flex;
}
.c-attention--top .c-attention__head .c-attention__controller .c-attention__button--close {
  display: none;
}
.c-attention--top .c-attention__head .c-attention__controller .c-icn {
  margin-left: 4px;
  font-size: 1.6rem;
  line-height: 1.1875;
}
.c-attention--top .c-attention__body {
  padding: 18px 17px 23px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 0;
    padding: 11px 17px 11px 19px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__body .c-attention__controller {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__body .c-attention__controller .c-attention__button--open,
  .c-attention--top .c-attention__body .c-attention__controller .c-attention__button--close {
    border-radius: 18px;
    padding: 9px 16px 8px;
    background-color: #ffdf28;
    outline: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__body .c-attention__controller .c-attention__button--open {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__body .c-attention__controller .c-attention__button--close {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__body .c-attention__controller .c-icn {
    margin-left: 4px;
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__detail {
    width: 100%;
    padding: 6px 20px 6px 0;
  }
}
.c-attention--top .c-attention__items {
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.c-attention--top .c-attention__items .c-attention__item {
  transition: opacity 0.25s ease-out 0.25s, visibility 0.25s ease-out 0.25s;
}
.c-attention--top .c-attention__items .c-attention__item:not(:first-of-type) {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.c-attention--top .c-attention__items .c-attention__item + .c-attention__item {
  margin-top: 20px;
  border-top: 1px solid #e7e8e7;
  padding-top: 20px;
}
.c-attention--top .c-attention__item a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__item a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__item a:hover {
    color: #eb6ea5;
  }
}
.c-attention--top a[href*=".pdf"] {
  position: relative;
  padding-left: 28px;
}
.c-attention--top a[href*=".pdf"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/global/assets/img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-attention--top.is-initialized .c-attention__items .c-attention__item:not(:first-of-type) {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-attention--top.is-open {
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top.is-open .c-attention__head {
    border-radius: 0 0 10px 0;
    padding-bottom: 21px;
    overflow: hidden;
    transition: padding 0s ease-in 0s;
  }
}
.c-attention--top.is-open .c-attention__head .c-attention__controller .c-attention__button--open {
  display: none;
}
.c-attention--top.is-open .c-attention__head .c-attention__controller .c-attention__button--close {
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .c-attention--top.is-open .c-attention__body .c-attention__controller {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top.is-open .c-attention__body .c-attention__controller .c-attention__button--open {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top.is-open .c-attention__body .c-attention__controller .c-attention__button--close {
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top.is-open .c-attention__detail {
    position: relative;
    padding-right: 0;
    padding-bottom: 82px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-attention--top.is-open .c-attention__detail::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #e7e8e7;
  }
}
.c-attention--top.is-open .c-attention__items .c-attention__item:not(:first-of-type) {
  opacity: 1;
  visibility: visible;
}
.c-attention--top.is-noAccordion .c-attention__controller {
  display: none !important;
}
.c-attention--header {
  font-weight: 500;
}
.c-attention--top {
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__head {
    min-width: 143px;
  }
}
.c-attention--top .c-attention__head .c-attention__title {
  font-weight: 500;
}
.c-attention--top .c-attention__head .c-attention__controller {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-attention--top .c-attention__body .c-attention__controller {
    font-weight: 500;
  }
}

/* アコーディオン
----------------------------------------------------------------- */
.c-faq {
  padding-bottom: 1px;
}
@media print, screen and (min-width: 768px) {
  .c-faq {
    width: 100%;
  }
}
.c-faq__item {
  position: relative;
  margin-bottom: -1px;
}
@media print, screen and (min-width: 768px) {
  .c-faq__item {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.c-faq__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e8e7;
}
.c-faq__item.is-active {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-faq__item.is-active {
    padding-bottom: 24px;
  }
}
.c-faq__question {
  position: relative;
  border-top: 1px solid #e7e8e7;
  padding: 12px 55px 12px 40px;
  cursor: pointer;
  transition: padding .4s ease-out;
}
@media print, screen and (min-width: 768px) {
  .c-faq__question {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 14px 56px 17px 56px;
  }
}
.c-faq__question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  width: 16px;
  height: 27px;
  font-size: 2rem;
  line-height: 1.35;
  color: #eb6ea5;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c-faq__question::before {
    left: 16px;
    width: 19px;
    height: 33px;
    font-size: 2.4rem;
    line-height: 1.375;
  }
}
.c-faq__question::after {
  font-family: "iconfont";
  content: "\ea16";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .c-faq__question::after {
    top: 19px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-faq__questionInner {
    margin-right: auto;
  }
}
.is-active .c-faq__question {
  padding-bottom: 20px;
}
.is-active .c-faq__question::after {
  font-family: "iconfont";
  content: "\ea14";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}
.c-faq__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 90px;
  border-radius: 10px;
  padding: 0 10px 1px;
  background-color: #eb6ea5;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  font-weight: 500;
  text-align: center;
  min-width: 150px;
  margin-top: 11px;
}
.c-faq__tag--gray {
  background-color: #e7e8e7;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .c-faq__tag {
    margin-top: 4.5px;
    margin-left: 26px;
  }
}
.c-faq__answer {
  display: none;
  position: relative;
  border-radius: 10px;
  padding-right: 15px;
  padding-left: 40px;
  background-color: rgba(231, 232, 231, 0.5);
}
@media print, screen and (min-width: 768px) {
  .c-faq__answer {
    padding-right: 24px;
    padding-left: 56px;
  }
}
.c-faq__answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 16px;
  height: 27px;
  font-size: 2rem;
  line-height: 1.35;
  color: #44a2de;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c-faq__answer::before {
    left: 16px;
    width: 19px;
    height: 33px;
    font-size: 2.4rem;
    line-height: 1.375;
  }
}
.c-faq__answerInner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-faq__answerInner {
    padding-top: 23px;
    padding-bottom: 28px;
  }
}
.c-faq__item > a {
  color: #333;
  text-decoration: none;
}
.c-faq__item > a:hover {
  color: #eb6ea5;
}
.c-faq--blankList .c-faq__question::after {
  font-family: "iconfont";
  content: "\ea0b";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}

.c-accordion {
  width: 100%;
}
.c-accordion__content {
  position: relative;
  height: 810px;
  overflow: hidden;
  transition: height 1s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .c-accordion__content {
    height: 337.5px;
    transition-duration: 0.4s;
  }
}
.c-accordion__content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
.is-active .c-accordion__content {
  height: 100%;
}
.is-active .c-accordion__content::after {
  opacity: 0;
  visibility: hidden;
}
.c-accordion__button {
  width: 100%;
  padding: 16px 10px;
  color: #eb6ea5;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  outline: none;
}
.c-accordion__button::after {
  font-family: "iconfont";
  content: "\ea02";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  margin-left: 10px;
  font-size: 2rem;
  line-height: 1.4;
  transition: transform .3s ease-out;
}
.c-accordion__text {
  font-weight: 700;
}
.is-active .c-accordion__button {
  opacity: 0;
  visibility: hidden;
}

/* ローカルナビ
----------------------------------------------------------------- */
.l-localNav {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .l-localNav {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}
.l-localNav::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 100vw;
  height: 1px;
  background-color: #e7e8e7;
}
@media print, screen and (min-width: 768px) {
  .l-localNav::after {
    display: none;
  }
}
.l-localNav__item {
  display: inline;
  line-height: 2.4;
}
@media print, screen and (min-width: 768px) {
  .l-localNav__item {
    line-height: 2.6666666667;
  }
}
.l-localNav__item a {
  color: #eb6ea5;
  text-decoration: underline;
}
.l-localNav__item a:hover {
  color: #f199c0;
}
.l-localNav__item.is-active {
  pointer-events: none;
}
.l-localNav__item.is-active a {
  color: #888;
  text-decoration: none;
}
.l-localNav__item + .l-localNav__item {
  margin-left: 20px;
  border-left: 1px solid #e7e8e7;
  padding-left: 20px;
}
.l-localNav__inner {
  display: inline;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media print, screen and (min-width: 768px) {
  .l-localNav__inner {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-localNav__inner {
  font-weight: 500;
}

/* 検索エリア
----------------------------------------------------------------- */
.c-search {
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  padding: 6px;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .c-search {
    padding: 8px;
  }
}
.c-search__text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 2px;
}
@media print, screen and (min-width: 768px) {
  .c-search__text {
    border-radius: 3px;
  }
}
.c-search__text input {
  display: block;
  width: 100%;
  padding: 7px 14px;
}
.c-search__submit {
  position: relative;
  margin-left: 6px;
}
.c-search__submit::after {
  font-family: "iconfont";
  content: "\ea18";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  line-height: 1;
}
.c-search__submit input {
  position: relative;
  z-index: 1;
  text-indent: 100%;
  outline: none;
  font-size: 0;
}
.c-search__text {
  background-color: #fff;
}
.c-search__text input {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .c-search__text input {
    padding: 16px 20px;
  }
}
.c-search__submit::after {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-search__submit::after {
    font-size: 3rem;
    line-height: 1;
  }
}
.c-search__submit input {
  width: 38px;
  height: 38px;
}
@media print, screen and (min-width: 768px) {
  .c-search__submit input {
    width: 56px;
    height: 56px;
  }
}

.c-search--gray {
  width: 100%;
  margin: 0 auto 0;
  padding: 8px;
  background-color: #e7e8e7;
}
@media print, screen and (min-width: 768px) {
  .c-search--gray {
    width: 770px;
  }
}
.c-search--gray .c-search__submit::after {
  color: #eb6ea5;
}
.c-search--gray .c-search__text {
  background-color: transparent;
}
.c-search--gray .c-search__text input {
  font-size: 1.7rem;
  line-height: 1.4705882353;
}

/* ページング
----------------------------------------------------------------- */
/* S-1 ご注意ください
----------------------------------------------------------------- */
.c-notes {
  border: 3px solid #fbd326;
  border-radius: 10px;
  background-color: #fff;
  padding: 27px 14px;
}
@media print, screen and (min-width: 768px) {
  .c-notes {
    padding: 37px 47px;
  }
}
.c-notes__head {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 6px 43px;
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
@media print, screen and (min-width: 768px) {
  .c-notes__head {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 2.1rem;
    line-height: 1.4761904762;
  }
}
.c-notes__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-image: url(/global/assets/img/icon-caution.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-notes__head {
  font-weight: 500;
}
.c-notes__head:last-child {
  margin-bottom: 0;
}
.c-notes--singleLine {
  padding: 14px;
}
@media print, screen and (min-width: 768px) {
  .c-notes--singleLine {
    padding: 16px 26px 18px;
  }
}
.c-notes--singleLine .c-notes__head {
  padding: 2px 0 3px 38px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-notes--singleLine .c-notes__head {
    padding: 3px 0 4px 43px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.c-notes--singleLine .c-notes__head::before {
  width: 28px;
  height: 28px;
}
@media print, screen and (min-width: 768px) {
  .c-notes--singleLine .c-notes__head::before {
    width: 36px;
    height: 36px;
  }
}

/* S-2 チェック
----------------------------------------------------------------- */
.c-check {
  border: 3px solid #eb6ea5;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-check {
    position: relative;
  }
}
.c-check:first-child {
  margin-top: 0;
}
.c-check__head {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 9px 53px 19px 77px;
  color: #eb6ea5;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 700;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-check__head {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 94px 25px 96px;
    font-size: 2.3rem;
    line-height: 1.3913043478;
  }
}
.c-check__head::before, .c-check__head::after {
  content: "";
  display: block;
  position: absolute;
}
.c-check__head::before {
  top: 0;
  left: 15px;
  width: 55px;
  height: 55px;
  background-image: url(/global/assets/img/icn-robotFace-01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .c-check__head::before {
    width: 66px;
    height: 66px;
  }
}
.c-check__head::after {
  bottom: 10px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 200%;
  border-radius: 0 100px 100px 0;
  background-color: rgba(235, 110, 165, 0.15);
}
@media print, screen and (min-width: 768px) {
  .c-check__head::after {
    bottom: 13px;
  }
}
.c-check__head--face2::before {
  background-image: url(/global/assets/img/icn-robotFace-02.png);
}
.c-check__head--face3::before {
  background-image: url(/global/assets/img/icn-robotFace-03.png);
}
.c-check__head--face4::before {
  background-image: url(/global/assets/img/icn-robotFace-04.png);
}
.c-check__head--face5::before {
  background-image: url(/global/assets/img/icn-robotFace-05.png);
}
.c-check__head--face6::before {
  background-image: url(/global/assets/img/icn-robotFace-06.png);
}
.c-check__head--face7::before {
  background-image: url(/global/assets/img/icn-robotFace-07.png);
}
.c-check__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 14px 27px;
}
@media print, screen and (min-width: 768px) {
  .c-check__body {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}
.c-check__texts {
  -ms-flex-order: 2;
  order: 2;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .c-check__texts {
    -ms-flex-order: 0;
    order: 0;
    min-width: 53.4020618557%;
    margin-top: 66px;
    padding: 17px 47px 33px;
  }
}
.c-check__texts:last-child {
  width: 100%;
}
.c-check__text--main {
  margin-bottom: 20px;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-check__text--main {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
.c-check__text--note {
  margin-top: 10px;
  color: #888;
  font-size: 1.3rem;
  line-height: 1.6;
}
.c-check__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-check__button {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-check__button {
    margin-top: 34px;
  }
}
.c-check__button a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-check__button a {
    display: block;
    width: 100%;
  }
}
.c-check__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-check__image {
    -ms-flex-order: 0;
    order: 0;
    min-width: 46.1855670103%;
    margin-bottom: 0;
    padding: 35px 28px;
  }
}
.c-check__text--main {
  font-weight: 500;
}

/* S-3 手順ブロック
----------------------------------------------------------------- */
.c-step--block {
  margin-bottom: 20px;
}
.c-step--block .c-step__items {
  counter-reset: stepOrderBlock;
}
.c-step--block .c-step__item {
  counter-increment: stepOrderBlock;
  position: relative;
}
.c-step--block .c-step__item::before {
  content: counter(stepOrderBlock);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #eb6ea5;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.c-step--block .c-step__item:not(:first-of-type) {
  margin-top: 60px;
}
.c-step--block .c-step__item:last-of-type .c-step__inner::before, .c-step--block .c-step__item:last-of-type .c-step__inner::after {
  display: none;
}
.c-step--block .c-step__inner {
  position: relative;
  padding-left: 50px;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__inner {
    padding-left: 80px;
  }
}
.c-step--block .c-step__inner::before, .c-step--block .c-step__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  width: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__inner::before, .c-step--block .c-step__inner::after {
    left: 11px;
  }
}
.c-step--block .c-step__inner::before {
  top: 40px;
  height: calc(100% - (40px + 12px - 40px));
  background-image: url(/global/assets/img/icn-dot-repeatY-gray.svg);
  background-repeat: repeat-y;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__inner::before {
    top: 64px;
    height: calc(100% - (64px + 12px - 35px));
  }
}
.c-step--block .c-step__inner::after {
  bottom: -40px;
  height: 12px;
  background-image: url(/global/assets/img/icn-arrow-b-gray.svg);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__inner::after {
    bottom: -35px;
  }
}
.c-step--block .c-step__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__main {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-step--block .c-step__texts {
  -ms-flex-order: 2;
  order: 2;
}
.c-step--block .c-step__title {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__title {
    margin-bottom: 18px;
  }
}
.c-step--block .c-step__title:last-child {
  margin-bottom: 0;
}
.c-step--block .c-step__caption {
  margin-top: 10px;
  color: #888;
  font-size: 1.3rem;
  line-height: 1.6;
}
.c-step--block .c-step__caption:first-child {
  margin-top: 0;
}
.c-step--block .c-step__other {
  margin-top: 30px;
}
.c-step--block .c-step__other:first-child {
  margin-top: 0;
}
.c-step--block .c-step__sub {
  margin-top: 40px;
}
.c-step--block .c-step__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  border: 2px solid #e7e8e7;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__image {
    width: 340px;
    min-width: 340px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.c-step--block .c-step__image:first-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__image:first-child {
    margin-right: 0;
  }
}
.c-step--block .c-step__item::before {
  width: 28px;
  height: 28px;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__item::before {
    width: 42px;
    height: 42px;
    padding: 2px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.c-step--block .c-step__title {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-step--block .c-step__title {
    font-size: 2.1rem;
    line-height: 1.6;
  }
}

/* S-4 手順リスト
----------------------------------------------------------------- */
.c-step--list {
  margin-bottom: 20px;
}
.c-step--list .c-step__items {
  counter-reset: stepOrderList;
}
.c-step--list .c-step__item {
  counter-increment: stepOrderList;
  position: relative;
  padding-left: 40px;
  font-size: 1.7rem;
  line-height: 1.6;
}
.c-step--list .c-step__item:not(:first-of-type) {
  margin-top: 20px;
}
.c-step--list .c-step__item::before {
  content: counter(stepOrderList);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #eb6ea5;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.c-step--list .c-step__item {
  font-weight: 500;
}
.c-step--list .c-step__item::before {
  font-size: 1.9rem;
  line-height: 1.4;
}

/* S-5 クレジットカードリンク
----------------------------------------------------------------- */
.c-creditLists {
  overflow: hidden;
}
.c-creditLists__items {
  margin-top: -20px;
}
@media print, screen and (min-width: 768px) {
  .c-creditLists__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-left: -3.2608695652%;
  }
}
.c-creditLists__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-creditLists__item {
    width: 30%;
    margin-top: 40px;
    margin-left: 3.2608695652%;
  }
}
.c-creditLists__item a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-creditLists__item a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-creditLists__item a:hover {
    color: #eb6ea5;
  }
}
.c-creditLists__inner {
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .c-creditLists__inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-creditLists__texts {
  -ms-flex-order: 2;
  order: 2;
  padding-top: 4px;
}
.c-creditLists__image {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 31.914893617%;
  margin-right: 17px;
}
@media print, screen and (min-width: 768px) {
  .c-creditLists__image {
    width: 100%;
    margin-right: 0;
    padding: 0 26px;
    margin-bottom: 20px;
  }
}
.c-creditLists__image:first-child {
  margin-right: 0;
}

/* S-6 鉄道事業者リンクブロック
----------------------------------------------------------------- */
.c-businessList--train {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train {
    margin-bottom: 60px;
  }
}
.c-businessList--train .c-businessList__item {
  border-bottom: 1px solid #e7e8e7;
  padding-bottom: 19px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__item {
    padding-bottom: 30px;
  }
}
.c-businessList--train .c-businessList__item:not(:first-of-type) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.c-businessList--train .c-businessList__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr auto auto auto;
  grid-template-rows: auto 1fr auto auto auto;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__inner {
    -ms-grid-columns: 250px auto;
    grid-template-columns: 250px auto;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
}
.c-businessList--train .c-businessList__name {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-bottom: 4px;
  font-size: 1.5rem;
  line-height: 1.8133333333;
  font-weight: 500;
}
.c-businessList--train .c-businessList__name:nth-last-child(1), .c-businessList--train .c-businessList__name:nth-last-child(2) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__name {
    margin-bottom: 8px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.c-businessList--train .c-businessList__lineName {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  color: #eb6ea5;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__lineName {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-businessList--train .c-businessList__lead {
  grid-column: 1 / 3;
  -ms-grid-row: 3;
  grid-row: 3;
  margin-top: 20px;
}
.c-businessList--train .c-businessList__lead:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__lead {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 8px;
  }
}
.c-businessList--train .c-businessList__text {
  grid-column: 1 / 3;
  -ms-grid-row: 4;
  grid-row: 4;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.c-businessList--train .c-businessList__text:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__text {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.c-businessList--train .c-businessList__link {
  grid-column: 1 / 3;
  -ms-grid-row: 5;
  grid-row: 5;
  margin-top: 12px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__link {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: left;
  }
}
.c-businessList--train .c-businessList__link:first-child {
  margin-top: 0;
}
.c-businessList--train .c-businessList__link a {
  color: #333;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.c-businessList--train .c-businessList__link a:hover {
  color: #eb6ea5;
}
.c-businessList--train .c-businessList__image {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1 / 3;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    grid-row: 1 / 6;
    -ms-grid-row-span: 5;
    border: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-businessList--train .c-businessList__image img {
    border-radius: 10px;
    overflow: hidden;
  }
}

/* S-7 バス事業者リンクブロック
----------------------------------------------------------------- */
.c-businessList--bus {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--bus {
    margin-bottom: 60px;
  }
}
.c-businessList--bus .c-businessList__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--bus .c-businessList__items {
    margin-top: -70px;
    margin-left: -40px;
  }
}
.c-businessList--bus .c-businessList__item {
  width: calc( (100% - (15px * 2)) / 2 );
  margin-top: 30px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--bus .c-businessList__item {
    width: calc( (100% - (40px * 3)) / 3 - .5px);
    margin-top: 70px;
    margin-left: 40px;
  }
}
.c-businessList--bus .c-businessList__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-businessList--bus .c-businessList__name {
  -ms-flex-order: 2;
  order: 2;
  font-weight: 500;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--bus .c-businessList__name {
    margin-bottom: 8px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.c-businessList--bus .c-businessList__name:last-child {
  margin-bottom: 0;
}
.c-businessList--bus .c-businessList__lead {
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 7px;
  color: #eb6ea5;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--bus .c-businessList__lead {
    margin-bottom: 10px;
  }
}
.c-businessList--bus .c-businessList__lead:last-child {
  margin-bottom: 0;
}
.c-businessList--bus .c-businessList__text {
  -ms-flex-order: 4;
  order: 4;
  margin-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--bus .c-businessList__text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
.c-businessList--bus .c-businessList__text:last-child {
  margin-bottom: 0;
}
.c-businessList--bus .c-businessList__link {
  -ms-flex-order: 5;
  order: 5;
}
.c-businessList--bus .c-businessList__link a {
  color: #333;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.c-businessList--bus .c-businessList__link a:hover {
  color: #eb6ea5;
}
.c-businessList--bus .c-businessList__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 9px;
  border-radius: 5px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--bus .c-businessList__image {
    margin-bottom: 16px;
    border-radius: 10px;
  }
}
.c-businessList--bus .c-businessList__image:first-child {
  margin-bottom: 0;
}

/* S-8 鉄道&バス事業者リストブロック
----------------------------------------------------------------- */
.c-businessList--list {
  margin-bottom: 40px;
}
.c-businessList--list .c-businessList__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -14px;
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--list .c-businessList__items {
    margin-left: -30px;
  }
}
.c-businessList--list .c-businessList__item {
  width: calc((100% - (15px * 2)) / 2);
  margin-top: 14px;
  margin-left: 15px;
  border-bottom: 1px solid #e7e8e7;
  padding-bottom: 16px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .c-businessList--list .c-businessList__item {
    width: calc((100% - (30px * 3)) / 3 - .5px);
    margin-left: 30px;
  }
}
.c-businessList--list .c-businessList__link a {
  color: #333;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
.c-businessList--list .c-businessList__link a:hover {
  color: #eb6ea5;
}

/* S-9 Adobe Reader
----------------------------------------------------------------- */
.c-adobeReader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-color: #e7e8e7;
}
@media print, screen and (min-width: 768px) {
  .c-adobeReader {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 28px 40px;
  }
}
.c-adobeReader__texts {
  -ms-flex-order: 2;
  order: 2;
  color: #888;
  font-size: 1.3rem;
  line-height: 1.8;
}
.c-adobeReader__texts a {
  text-decoration: none;
}
.c-adobeReader__texts a[target="_blank"]::after {
  font-family: "iconfont";
  content: "\ea0b";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1px 4px 1px 3px;
  font-size: 1.7rem;
  line-height: 1;
}
.c-adobeReader__texts a span {
  text-decoration: underline;
}
.c-adobeReader__image {
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 158px;
  min-width: 158px;
  margin: 0 auto 30px;
}
@media print, screen and (min-width: 768px) {
  .c-adobeReader__image {
    margin-right: 32px;
    margin-bottom: 0;
  }
}

/* S-10 ご用意いただくもの
----------------------------------------------------------------- */
.c-prepare {
  border: 3px solid #44a2de;
  border-radius: 8px;
  background-color: #fff;
}
.c-prepare__head {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 4px 20px 8px 14px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-prepare__head {
    padding-top: 4px;
    padding-bottom: 10px;
  }
}
.c-prepare__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 200%;
  border-radius: 0 100px 100px 0;
  background-color: #44a2de;
}
.c-prepare__body {
  padding: 20px 14px 30px;
}
@media print, screen and (min-width: 768px) {
  .c-prepare__body {
    padding: 22px 27px 27px;
  }
}
.c-prepare__title {
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
.c-prepare__title:last-child {
  margin-bottom: 0;
}
.c-prepare__lists + .c-prepare__lists {
  margin-top: 16px;
}
.c-prepare__listTitle {
  position: relative;
  margin-bottom: 9px;
  padding-left: 22px;
  font-weight: 500;
}
.c-prepare__listTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #44a2de;
}
.c-prepare__listTitle:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
	Project
========================================================================== */
/*-----------------------------------------------------------------
 日本語トップ
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .p-page-top .l-header {
    margin-bottom: 50px;
  }
}
.p-page-top .l-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95px;
  background-image: url(/assets/img/top/bg-top-mainvisual-01-sp.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .l-header::before {
    height: 200px;
    background-image: url(/assets/img/top/bg-top-mainvisual-01-pc.svg);
    background-size: 1585px 229px;
    background-position: 50% -30px;
  }
}
.p-page-top .c-section--heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-page-top .c-section--heading::before {
  bottom: 0;
  left: 0;
  height: 138px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading::before {
    height: 100px;
  }
}
.p-page-top .c-section--heading::after {
  bottom: 135px;
  left: 0;
  height: 100%;
  background-image: url(/assets/img/common/bg-city-01-sp.png);
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading::after {
    bottom: 95px;
    background-image: url(/assets/img/common/bg-city-01-pc.png);
    background-size: 1440px 160px;
  }
}
.p-page-top .c-section--heading .c-section__anime {
  margin-bottom: 0;
  padding-bottom: 0;
}
@keyframes topBusAnimeSP {
  0% {
    transform: translateX(-10.4%);
  }
  12% {
    transform: translateX(-10.4%);
  }
  53% {
    transform: translateX(45.6%);
  }
  65% {
    transform: translateX(45.6%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes topBusAnimePC {
  0% {
    transform: translateX(-10.4%) translateY(0);
  }
  17.6470588235% {
    transform: translateX(-10.4%) translateY(0);
  }
  61.7647058824% {
    transform: translateX(54.3058823529%) translateY(0);
  }
  73.5294117647% {
    transform: translateX(54.3058823529%) translateY(0);
  }
  100% {
    transform: translateX(100%) translateY(0);
  }
}
@keyframes topTrainAnimeSP {
  0% {
    transform: translateX(100%);
  }
  12% {
    transform: translateX(100%);
  }
  56% {
    transform: translateX(-25.8666666667%);
  }
  72% {
    transform: translateX(-25.8666666667%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes topTrainAnimePC {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  11.7647058824% {
    transform: translateX(100%) translateZ(0);
  }
  57.3529411765% {
    transform: translateX(-25.8666666667%) translateZ(0);
  }
  63.2352941176% {
    transform: translateX(-25.8666666667%) translateZ(0);
  }
  100% {
    transform: translateX(100%) translateZ(0);
  }
}
.p-page-top .c-section--heading .c-section__anime::before {
  bottom: 128px;
  animation: topBusAnimeSP 25s linear 0s infinite;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading .c-section__anime::before {
    bottom: 88px;
    animation: topBusAnimePC 34s linear 0s infinite;
  }
}
.p-page-top .c-section--heading .c-section__anime::after {
  bottom: 122px;
  animation: topTrainAnimeSP 25s linear 0s infinite;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading .c-section__anime::after {
    bottom: 82px;
    animation: topTrainAnimePC 34s linear 0s infinite;
  }
}
.p-page-top .c-section--heading.c-section--carousel {
  min-height: 0;
}
.p-page-top .c-section--heading.c-section--carousel::before {
  height: 38px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading.c-section--carousel::before {
    height: 42px;
  }
}
.p-page-top .c-section--heading.c-section--carousel::after {
  bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading.c-section--carousel::after {
    bottom: 37px;
    background-size: 1440px 160px;
  }
}
.p-page-top .c-section--heading.c-section--carousel .c-section__anime::before {
  bottom: 28px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading.c-section--carousel .c-section__anime::before {
    bottom: 30px;
  }
}
.p-page-top .c-section--heading.c-section--carousel .c-section__anime::after {
  bottom: 22px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .c-section--heading.c-section--carousel .c-section__anime::after {
    bottom: 24px;
  }
}
.p-page-top .p-mainvisual {
  position: relative;
  z-index: 1;
}
.p-page-top .p-mainvisual--search {
  margin-bottom: 44px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }
}
.p-page-top .p-mainvisual--search .p-mainvisual__texts {
  padding-top: 23px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__texts {
    padding-top: 20px;
  }
}
.p-page-top .p-mainvisual--search .p-mainvisual__title {
  position: relative;
  width: 230px;
  margin: 0 auto 20px;
  padding-top: 99px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__title {
    width: 354px;
    margin-bottom: 19px;
    padding-top: 151.25px;
  }
}
.trident .p-page-top .p-mainvisual--search .p-mainvisual__title {
  width: 203px;
  margin: 0 auto 29px;
}
@media print, screen and (min-width: 768px) {
  .trident .p-page-top .p-mainvisual--search .p-mainvisual__title {
    width: 290px;
    margin-bottom: 36px;
    padding-top: 0;
  }
}
.p-page-top .p-mainvisual--search .p-mainvisual__title span {
  display: none;
}
.p-page-top .p-mainvisual--search .p-mainvisual__title svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-page-top .p-mainvisual--search .p-mainvisual__search {
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__search {
    width: 570px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-page-top .p-mainvisual--search .p-mainvisual__image {
  position: relative;
  width: 160px;
  margin: 26px auto 0;
  padding-top: 180px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__image {
    width: 100%;
    margin: 30px 0 0;
    opacity: 0;
    transition: opacity .1s ease-out;
  }
}
.p-page-top .p-mainvisual--search .p-mainvisual__image img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 160px;
  transform: scale(1);
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(1) {
    margin-left: 10.0854700855%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(2) {
    margin-left: 32.9914529915%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(3) {
    margin-left: 57.5213675214%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--search .p-mainvisual__image img:nth-of-type(4) {
    margin-left: 78.4615384615%;
  }
}
@keyframes robotRotationPC {
  0% {
    transform: scale(0.8) translateZ(0);
    opacity: 0;
  }
  .5% {
    opacity: 1;
  }
  1% {
    transform: scale(1.1) translateZ(0);
  }
  2% {
    transform: scale(1) translateZ(0);
  }
  98% {
    transform: scale(1) translateZ(0);
  }
  99% {
    transform: scale(1.1) translateZ(0);
  }
  99.5% {
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateZ(0);
    opacity: 0;
  }
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active01 {
  opacity: 1;
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active01 img:nth-of-type(1) {
  animation: robotRotationPC 10s;
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active02 {
  opacity: 1;
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active02 img:nth-of-type(2) {
  animation: robotRotationPC 10s;
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active03 {
  opacity: 1;
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active03 img:nth-of-type(3) {
  animation: robotRotationPC 10s;
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active04 {
  opacity: 1;
}
.p-page-top .p-mainvisual--search .p-mainvisual__image.is-active04 img:nth-of-type(4) {
  animation: robotRotationPC 10s;
}
.p-page-top .p-mainvisual--carousel {
  padding-bottom: 110px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel {
    max-width: 1264px;
    margin-right: auto;
    padding-bottom: 150px;
    margin-left: auto;
    padding-right: 47px;
    padding-left: 47px;
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__inner {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__inner:only-child {
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__inner:only-child {
    padding-bottom: 44px;
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__items {
  border: 3px solid #eb6ea5;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__items .p-mainvisual__item:not(:first-of-type) {
  display: none;
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__items.slick-initialized .p-mainvisual__item:not(:first-of-type) {
  display: block;
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev,
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 0;
  outline: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev,
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
    width: 84px;
    height: 84px;
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev::after,
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev::after,
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--next::after {
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev:hover::after,
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--next:hover::after {
    transform: scale(1.095238095);
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev .c-icn,
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next .c-icn {
  font-size: 2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev .c-icn,
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--next .c-icn {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev {
  left: -30px;
  padding-right: 10px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev {
    left: -42px;
    padding-right: 14px;
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--prev::after {
  right: 0;
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
  right: -30px;
  padding-left: 10px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .p-mainvisual__button--next {
    right: -42px;
    padding-left: 14px;
  }
}
.p-page-top .p-mainvisual--carousel .p-mainvisual__button--next::after {
  left: 0;
}
.p-page-top .p-mainvisual--carousel .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 23px;
  margin-left: -8px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .slick-dots {
    margin-left: -12px;
  }
}
.p-page-top .p-mainvisual--carousel .slick-dots li {
  margin-left: 8px;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .slick-dots li {
    margin-left: 12px;
  }
}
.p-page-top .p-mainvisual--carousel .slick-dots li.slick-active button {
  background-color: #eb6ea5;
}
.p-page-top .p-mainvisual--carousel .slick-dots li button {
  border-radius: 50%;
  padding: 7px;
  background-color: #999;
  outline: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-mainvisual--carousel .slick-dots li button {
    padding: 10px;
  }
}
.p-page-top .p-top-attention {
  margin-bottom: 20px;
}
.p-page-top .p-top-media {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media {
    margin-bottom: 30px;
  }
}
.p-page-top .p-top-media a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media a:hover .p-top-media__inner::before {
    transform: translate(-50%, -50%) scale(1.0068376068, 1.025);
    border-radius: 14px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
  }
}
.p-page-top .p-top-media__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-page-top .p-top-media__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__inner::before {
    transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), border-radius 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5), box-shadow 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.p-page-top .p-top-media__texts {
  -ms-flex-order: 2;
  order: 2;
  padding: 48px 30px 36px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__texts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45.2991452991%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.p-page-top .p-top-media__title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.1rem;
  line-height: 1.4761904762;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__title {
    margin-bottom: 13px;
  }
}
.p-page-top .p-top-media__title img {
  width: 144px;
  margin-right: 6px;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__title img {
    width: 160px;
    margin-right: 9px;
    margin-bottom: 4px;
  }
}
.p-page-top .p-top-media__button {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__button {
    margin-top: 30px;
  }
}
.p-page-top .p-top-media__image {
  -ms-flex-order: 1;
  order: 1;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__image {
    width: 54.7008547009%;
    border-radius: 0;
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-media__image img {
    border-radius: 10px 0 0 10px;
  }
}
.p-page-top .p-top-sns {
  margin-top: -40px;
  margin-bottom: -8px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-sns {
    margin-top: -48px;
    margin-bottom: -18px;
  }
}
.p-page-top .p-top-sns__item {
  max-width: 335px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-sns__item {
    max-width: 570px;
  }
}
.p-page-top .p-top-sns__item a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-sns__item a:hover .p-top-sns__image {
    transform: scale(1.0175438596, 1.0173584906);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-sns__image {
    position: relative;
    width: 100%;
    padding-top: 23.2456140351%;
    transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-sns__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news {
    display: -ms-flexbox;
    display: flex;
  }
}
.p-page-top .p-top-news__category {
  margin-bottom: 30px;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news__category {
    width: 22.2222222222%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
.p-page-top .p-top-news__toList {
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news__toList {
    margin-top: 3px;
  }
}
.p-page-top .p-top-news__toList a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news__toList a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news__toList a:hover {
    color: #eb6ea5;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news__toList .c-link {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news__detail {
    width: 77.7777777778%;
  }
}
.p-page-top .p-top-news + .p-top-news {
  margin-top: 35px;
  border-top: 1px solid #e7e8e7;
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-page-top .p-top-news + .p-top-news {
    margin-top: 45px;
    padding-top: 40px;
  }
}

/*-----------------------------------------------------------------
 PASMOとは
-----------------------------------------------------------------*/
.p-page-about-feature .c-section__inner {
  margin-bottom: 80px;
}
.p-page-about-feature .p-aboutFeature-main {
  position: relative;
  margin-bottom: 40px;
  border: 6px solid #e7e8e7;
  border-radius: 10px;
  padding: 128px 24px 34px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-feature .p-aboutFeature-main {
    margin-top: 20px;
    margin-bottom: 80px;
    border-width: 8px;
    border-radius: 16px;
    padding-top: 92px;
    padding-bottom: 46px;
  }
}
.p-page-about-feature .p-aboutFeature-main__texts {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-feature .p-aboutFeature-main__texts {
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: center;
  }
}
.p-page-about-feature .p-aboutFeature-main__texts p + p {
  margin-top: 2.7rem;
}
.p-page-about-feature .p-aboutFeature-main__image {
  position: absolute;
  top: -174px;
  left: 50%;
  transform: translateX(-50%);
  width: 282px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-feature .p-aboutFeature-main__image {
    top: -270px;
    margin-left: -30px;
    width: 100.618556701%;
  }
}

/*-----------------------------------------------------------------
 交通系ICカードの相互利用
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea {
    position: relative;
  }
}
.p-page-about-sharing .p-availableArea__character {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__character {
    position: absolute;
    top: 0;
    left: 36px;
    width: 400px;
    height: 350px;
    margin-bottom: 0;
  }
}
.p-page-about-sharing .p-availableArea__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__lists {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}
.p-page-about-sharing .p-availableArea__list {
  border: 2px solid #e7e8e7;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list {
    border: none;
    border-radius: 0;
  }
}
.p-page-about-sharing .p-availableArea__list:not(:first-of-type) {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-page-about-sharing .p-availableArea__list:nth-of-type(1) {
  grid-column: 1 / 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list:nth-of-type(1) {
    grid-column: 4 / 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-row: 1 / 2;
    -ms-grid-row: 1;
    margin-top: 32px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
.p-page-about-sharing .p-availableArea__list:nth-of-type(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list:nth-of-type(2) {
    grid-column: 4 / 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-row: 2;
    -ms-grid-row: 2;
    margin-bottom: 60px;
    margin-left: 20px;
  }
}
.p-page-about-sharing .p-availableArea__list:nth-of-type(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list:nth-of-type(3) {
    grid-column: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 3;
    -ms-grid-row: 3;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
.p-page-about-sharing .p-availableArea__list:nth-of-type(4) {
  grid-column: 1 / 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list:nth-of-type(4) {
    grid-column: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 4;
    -ms-grid-row: 4;
    margin-right: 15px;
  }
}
.p-page-about-sharing .p-availableArea__list:nth-of-type(5) {
  grid-column: 1 / 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list:nth-of-type(5) {
    grid-column: 3 / 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-row: 3 / 5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.p-page-about-sharing .p-availableArea__list:nth-of-type(6) {
  grid-column: 1 / 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list:nth-of-type(6) {
    grid-column: 5 / 7;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-row: 3 / 5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    margin-left: 15px;
  }
}
.p-page-about-sharing .p-availableArea__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -15px;
  padding: 18px 0 13px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__items {
    margin-top: 0;
    margin-left: 0;
    border: 2px solid #e7e8e7;
    border-radius: 10px;
    padding: 18px;
  }
}
.p-page-about-sharing .p-availableArea__item {
  width: 45.6647398844%;
  margin-top: 20px;
  margin-left: 4.3352601156%;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.p-page-about-sharing .p-availableArea__item:not(:first-of-type) {
  margin-top: 20px;
}
.p-page-about-sharing .p-availableArea__item a {
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
}
.p-page-about-sharing .p-availableArea__item a[target="_blank"] .c-link::before {
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__item a:hover .p-availableArea__link {
    color: #eb6ea5;
  }
}
.p-page-about-sharing .p-availableArea__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__inner {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-page-about-sharing .p-availableArea__texts {
  -ms-flex-order: 2;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__texts {
    width: calc(100% - (100px + 12px));
  }
}
.p-page-about-sharing .p-availableArea__icon {
  width: 100px;
  margin-bottom: 10px;
  margin-left: 22px;
}
.p-page-about-sharing .p-availableArea__link {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__link {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
.p-page-about-sharing .p-availableArea__link .c-icn {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.p-page-about-sharing .p-availableArea__link span {
  display: block;
}
.p-page-about-sharing .p-availableArea__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  padding: 0 30px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__image {
    width: 100px;
    margin-right: 12px;
    margin-bottom: 0;
    padding: 0;
  }
}
.p-page-about-sharing .p-availableArea__list--pasmo {
  border-color: #eb6ea5;
  background-color: #ffeef6;
}
.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__items {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__items {
    border-color: #eb6ea5;
    padding: 28px 38px;
  }
}
.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__item {
  width: 100%;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__item a:hover .p-availableArea__link {
    color: #eb6ea5;
    opacity: .8;
  }
}
.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__inner {
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__texts {
  width: 54.9848942598%;
  min-width: 54.9848942598%;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__icon {
    width: 130px;
  }
}
.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__link {
  color: #333;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__link {
    transition: opacity 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__link .c-icn {
  color: #eb6ea5;
}
.p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__image {
  padding-right: 23px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--pasmo .p-availableArea__image {
    width: 140px;
    min-width: 140px;
    margin-right: 24px;
    padding-right: 0;
  }
}
.p-page-about-sharing .p-availableArea__list--suica {
  margin-right: 7.5px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--suica {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--suica .p-availableArea__texts {
    width: calc(100% - (140px + 22px));
  }
}
.p-page-about-sharing .p-availableArea__list--suica .p-availableArea__items {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--suica .p-availableArea__items {
    padding: 28px 38px;
  }
}
.p-page-about-sharing .p-availableArea__list--suica .p-availableArea__item {
  width: 100%;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--suica .p-availableArea__image {
    width: 140px;
    margin-right: 22px;
  }
}
.p-page-about-sharing .p-availableArea__list--hokkaido {
  margin-left: 7.5px;
}
@media print, screen and (min-width: 768px) {
  .p-page-about-sharing .p-availableArea__list--hokkaido {
    margin-left: 0;
  }
}
.p-page-about-sharing .p-availableArea__list--hokkaido .p-availableArea__items {
  margin-left: 0;
}
.p-page-about-sharing .p-availableArea__list--hokkaido .p-availableArea__item {
  width: 100%;
  margin-left: 0;
}

/*-----------------------------------------------------------------
 残額履歴の確認
-----------------------------------------------------------------*/
.p-page-about-service-history .p-definition dl {
  display: -ms-flexbox;
  display: flex;
}
.p-page-about-service-history .p-definition dt {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 6em;
  font-weight: 500;
}

/*-----------------------------------------------------------------
 PASMOを使う
-----------------------------------------------------------------*/
.p-page-use-bus-service .p-inlineImage {
  width: auto;
  height: 26px;
  margin: 0 3px -2px;
  vertical-align: text-bottom;
}

/*-----------------------------------------------------------------
 バス利用サービス 取扱事業者一覧
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-page-use-bus-companylist .c-column__item + .c-column__item {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------
 PASMOオートチャージサービス
-----------------------------------------------------------------*/
.p-page-charge-autocharge .p-howtoApplyButtonGroup__inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-page-charge-autocharge .p-howtoApplyButtonGroup__inner {
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-page-charge-autocharge .p-howtoApplyButtonGroup__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-page-charge-autocharge .p-howtoApplyButtonGroup__item {
  width: 47.5%;
}
.p-page-charge-autocharge .p-howtoApplyButtonGroup__item a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-page-charge-autocharge .p-howtoApplyButtonGroup .c-button {
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 768px) {
  .p-page-news-detail .p-article, .p-page-pressrelease-detail .p-article, .p-page-event-detail .p-article {
    position: relative;
    z-index: 2;
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 47px;
    padding-left: 47px;
  }
}
.p-page-news-detail .p-article__inner, .p-page-pressrelease-detail .p-article__inner, .p-page-event-detail .p-article__inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-news-detail .p-article__inner, .p-page-pressrelease-detail .p-article__inner, .p-page-event-detail .p-article__inner {
    padding-right: 8.547008547%;
    padding-left: 8.547008547%;
  }
}
.p-page-news-detail .p-article__header, .p-page-pressrelease-detail .p-article__header, .p-page-event-detail .p-article__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 16px;
  box-shadow: inset 0 -1px 0 0 #e7e8e7;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media print, screen and (min-width: 768px) {
  .p-page-news-detail .p-article__header, .p-page-pressrelease-detail .p-article__header, .p-page-event-detail .p-article__header {
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-page-news-detail .p-article__headerTitle, .p-page-pressrelease-detail .p-article__headerTitle, .p-page-event-detail .p-article__headerTitle {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-page-news-detail .p-article__headerTitle, .p-page-pressrelease-detail .p-article__headerTitle, .p-page-event-detail .p-article__headerTitle {
    font-size: 3.4rem;
    line-height: 1.6;
  }
}
.p-page-news-detail .p-article__headerCategory, .p-page-pressrelease-detail .p-article__headerCategory, .p-page-event-detail .p-article__headerCategory {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 14px;
  border-radius: 20px;
  padding: 0 16px 1px;
  background-color: #eb6ea5;
  color: #fff;
  font-weight: 500;
}
.p-page-news-detail .p-article__headerDate, .p-page-pressrelease-detail .p-article__headerDate, .p-page-event-detail .p-article__headerDate {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-top: 14px;
  text-align: right;
}
.p-page-news-detail .p-article__footer, .p-page-pressrelease-detail .p-article__footer, .p-page-event-detail .p-article__footer {
  margin-top: 40px;
  padding-top: 10px;
  box-shadow: inset 0 1px 0 0 #e7e8e7;
}
@media print, screen and (min-width: 768px) {
  .p-page-news-detail .p-article__footer, .p-page-pressrelease-detail .p-article__footer, .p-page-event-detail .p-article__footer {
    margin-top: 60px;
    padding-top: 40px;
  }
}

/*-----------------------------------------------------------------
 お知らせ 詳細
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 プレスリリース 詳細
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 活動報告 詳細
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
 会社概要
-----------------------------------------------------------------*/
.p-page-corporate-overview .l-main.u-color--bg-gray {
  background-color: transparent !important;
}
.p-page-corporate-overview .c-table th {
  vertical-align: text-top;
}
.p-page-corporate-overview .js-accordion__content {
  display: none;
}
.p-page-corporate-overview .p-corporateAccordion {
  position: relative;
  padding-bottom: 1.3em;
}
.p-page-corporate-overview .p-corporateAccordion__button {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #eb6ea5;
  outline: none;
}
.p-page-corporate-overview .p-corporateAccordion.is-active {
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-page-corporate-overview .c-column__item + .c-column__item {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------
 PASMOの誕生と歴史
-----------------------------------------------------------------*/
.p-page-corporate-history .l-main.u-color--bg-gray {
  background-color: transparent !important;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__reason {
    display: -ms-flexbox;
    display: flex;
  }
}
.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner {
  border: 5px solid #e7e8e7;
  border-radius: 10px;
  padding: 25px 15px 15px;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner {
    border-width: 8px;
    padding: 32px 22px 22px;
  }
}
.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner + .p-cardHistory__inner {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__reason .p-cardHistory__inner + .p-cardHistory__inner {
    margin-top: 0;
    margin-left: 30px;
  }
}
.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__title {
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__reason .p-cardHistory__title {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__image {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__reason .p-cardHistory__image {
    margin-top: 22px;
    padding: 0 50px;
  }
}
.p-page-corporate-history .p-cardHistory__reason .p-cardHistory__image:first-child {
  margin-top: 0;
}
.p-page-corporate-history .p-cardHistory__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
  padding-top: 70px;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__result {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    padding-top: 106px;
  }
}
.p-page-corporate-history .p-cardHistory__result::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 48px;
  background-image: url(/assets/img/common/icn-stepArrow-b-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__result::before {
    width: 88px;
    height: 72px;
  }
}
.p-page-corporate-history .p-cardHistory__result .p-cardHistory__texts {
  -ms-flex-order: 2;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__result .p-cardHistory__texts {
    max-width: 470px;
    padding-top: 21px;
  }
}
.p-page-corporate-history .p-cardHistory__result .p-cardHistory__icon {
  width: 193px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__result .p-cardHistory__icon {
    width: 276px;
    margin: 0 0 30px;
  }
}
.p-page-corporate-history .p-cardHistory__result .p-cardHistory__lead {
  margin-bottom: 20px;
  color: #eb6ea5;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__result .p-cardHistory__lead {
    margin-bottom: 8px;
    text-align: left;
  }
}
.p-page-corporate-history .p-cardHistory__result .p-cardHistory__text {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-page-corporate-history .p-cardHistory__result .p-cardHistory__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 23px;
  padding: 0 68px;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__result .p-cardHistory__image {
    width: 346px;
    margin-right: 52px;
    padding: 0;
  }
}
.p-page-corporate-history .p-cardHistory__result .p-cardHistory__image:first-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-corporate-history .p-cardHistory__result .p-cardHistory__image:first-child {
    margin-right: 0;
  }
}

/*-----------------------------------------------------------------
 内部統制
-----------------------------------------------------------------*/
[class*="p-page-corporate-policy"] .l-main.u-color--bg-gray {
  background-color: transparent !important;
}

/*-----------------------------------------------------------------
 サイト内検索結果
-----------------------------------------------------------------*/
.p-page-search:lang(ja) .l-main {
  background-color: transparent !important;
}
.p-page-search:lang(ja) .mf_finder_container {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_container {
    max-width: 1264px;
    margin: 0 auto 80px;
    padding-right: 47px;
    padding-left: 47px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .p-searchBox {
    display: -ms-flexbox;
    display: flex;
    max-width: 970px;
    margin: 0 auto;
  }
}
.p-page-search:lang(ja) .p-searchBox__title {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .p-searchBox__title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.618556701%;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.p-page-search:lang(ja) .mf_finder_searchBox {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_searchBox {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-page-search:lang(ja) .mf_finder_searchBox.mf_finder_searchBox_useSelects .mf_finder_searchBox_selects {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_searchBox_items {
  position: relative;
  z-index: 1;
  padding: 0;
}
.p-page-search:lang(ja) .mf_finder_searchBox_items::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px #d3d4d3;
}
.p-page-search:lang(ja) .mf_finder_searchBox_query_wrap input {
  min-height: 50px;
  padding: 0 10px 0 20px;
  border: none;
  font-size: 1.6rem;
  line-height: 1.375;
  outline: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_searchBox_query_wrap input {
    padding-left: 30px;
  }
}
.p-page-search:lang(ja) .mf_finder_searchBox_submit {
  position: relative;
  z-index: 1;
  height: 50px;
  border-radius: 25px;
  padding: 14px 30px;
  background-color: transparent;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_searchBox_submit {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-page-search:lang(ja) .mf_finder_searchBox_submit::before {
  font-family: "iconfont";
  content: "\ea18";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_searchBox_submit::before {
    margin-left: 0;
  }
}
.p-page-search:lang(ja) .mf_finder_searchBox_submit::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_searchBox_submit::after {
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
.p-page-search:lang(ja) .mf_finder_searchBox_submit span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_searchBox_submit:hover::after {
    transform: translate(-50%, -50%) scale(1.075, 1.12);
  }
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords {
  padding-left: 0;
  padding-bottom: 0;
  background-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_relatedkeywords {
    display: -ms-flexbox;
    display: flex;
    max-width: 970px;
    margin: 30px auto 0;
  }
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords_head {
  margin-bottom: 14px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_relatedkeywords_head {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.618556701%;
  }
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords_head::before {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords_items {
  margin-left: 0;
  margin-right: -20px;
  margin-bottom: -14px;
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords_item {
  margin-right: 20px;
  margin-bottom: 14px;
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords_item span::before {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords_item_link {
  padding: 0;
  color: #eb6ea5;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_relatedkeywords_item_link {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
.p-page-search:lang(ja) .mf_finder_relatedkeywords_item_link:hover {
  background-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_relatedkeywords_item_link:hover {
    color: #f199c0;
  }
}
.p-page-search:lang(ja) .str-results-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 40px;
  border-top: 1px solid #e7e8e7;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .str-results-container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .results_container {
    width: 72.6495726496%;
  }
}
.p-page-search:lang(ja) .mf_finder_msk_wrapper {
  margin-bottom: 10px;
}
.p-page-search:lang(ja) .mf_finder_msk {
  margin: 0;
}
.p-page-search:lang(ja) .mf_finder_msk_item::before, .p-page-search:lang(ja) .mf_finder_msk_item::after {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_msk_item .router-link-active {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_header {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_nums {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_range {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_range_from {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #eb6ea5;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::before {
  margin-left: .25rem;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::after {
  margin-left: .25rem;
  color: #888;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
  vertical-align: text-bottom;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_range_to {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #eb6ea5;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::before {
  margin-left: .25rem;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::after {
  margin-left: .25rem;
  color: #888;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_total {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  float: none;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_total::before {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_total::after {
  margin-left: .25rem;
  color: #888;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_organic_total span {
  color: #eb6ea5;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_query {
  margin-bottom: 5px;
  color: #eb6ea5;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_query::before {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_organic_header_wrapper .mf_finder_query::after {
  content: "\306e\691c\7d22\7d50\679c";
  margin-left: 4px;
  color: #888;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_docs {
  margin-top: 0;
}
.p-page-search:lang(ja) .mf_finder_organic_doc {
  margin-top: 30px;
  border-top: none;
  border-bottom: 1px solid #e7e8e7;
  padding: 0 0 30px;
}
.p-page-search:lang(ja) .mf_finder_organic_doc:first-child {
  margin-top: 0;
  border-top: none;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img {
    border: 1px solid #e7e8e7;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_img img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    border: none;
  }
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper .mf_finder_organic_doc_zoom {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_contents_wrapper {
  margin-left: 0;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
  margin-bottom: 14px;
  color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_title_wrapper:hover {
    color: #f199c0;
  }
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_title {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_mark {
  background-color: #fbf37e;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_body {
  height: auto;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_url_wrapper:hover {
    color: #f199c0;
  }
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_url {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
  color: inherit;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_url::before {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  border-radius: 10px;
  padding: 2px 14px 1px 14px;
  background-color: #e7e8e7;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_url:hover {
  text-decoration: none;
}
.p-page-search:lang(ja) .mf_finder_organic_doc .mf_finder_organic_doc_url span {
  padding-top: 1px;
  text-decoration: underline;
  word-break: break-all;
}
.p-page-search:lang(ja) .mf_finder_organic_pager_wrapper {
  margin: 30px -20px 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_organic_pager_wrapper {
    margin: 40px 0 0;
  }
}
.p-page-search:lang(ja) .mf_finder_organic_pager {
  margin-bottom: 0;
}
.p-page-search:lang(ja) .mf_finder_pager_items {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  max-width: 420px;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_pager_items {
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    margin: 0 -4px;
  }
}
.p-page-search:lang(ja) .mf_finder_pager_items li {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_pager_items li {
    margin: 0 4px;
  }
}
.p-page-search:lang(ja) .mf_finder_pager_items li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 5px 3px 5px;
  background-color: transparent;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_pager_items li a {
    width: 50px;
    height: 50px;
    padding: 12px 5px 13px;
  }
}
.p-page-search:lang(ja) .mf_finder_pager_items li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid #e7e8e7;
  border-radius: 50%;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_pager_items li a::after {
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_pager_items li a:hover::after {
    transform: translate(-50%, -50%) scale(1.12, 1.12);
  }
}
.p-page-search:lang(ja) .mf_finder_pager_items li span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_current {
  padding: 0;
}
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_current span {
  display: block;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border: 1px solid #ffd1e5;
  border-radius: 50%;
  padding: 4px 3px 5px;
  background-color: #ffd1e5;
  color: #eb6ea5;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_current span {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 11px 5px 13px;
  }
}
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_first span {
  display: block;
  width: auto;
  padding: 5px 0;
  font-size: 0;
  line-height: 1;
}
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_first span::before {
  font-family: "iconfont";
  content: "\ea04";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
}
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_prev span,
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_next span {
  display: block;
  width: auto;
  padding: 5px 0;
  font-size: 0;
  line-height: 1;
}
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_prev span::before {
  font-family: "iconfont";
  content: "\ea06";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
}
.p-page-search:lang(ja) .mf_finder_pager_items .mf_finder_pager_item_next span::before {
  font-family: "iconfont";
  content: "\ea07";
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
}
.p-page-search:lang(ja) .mf_finder_logo {
  display: none;
}
.p-page-search:lang(ja) .refine-search-container {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .refine-search-container {
    width: 23.0769230769%;
    margin-top: 0;
  }
}
.p-page-search:lang(ja) .mf_finder_drilldown {
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.p-page-search:lang(ja) .mf_finder_drilldown_head {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_drilldown_items {
  margin: 0;
}
.p-page-search:lang(ja) .mf_finder_drilldown_item {
  padding: 0;
}
.p-page-search:lang(ja) .mf_finder_drilldown_item + .mf_finder_drilldown_item {
  margin-top: 10px;
}
.p-page-search:lang(ja) .mf_finder_drilldown_item.mf_finder_drilldown_item_selected .mf_finder_drilldown_item_link {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fbe2ed;
}
.p-page-search:lang(ja) .mf_finder_drilldown_item_bullet {
  display: none;
}
.p-page-search:lang(ja) .mf_finder_drilldown_item_link {
  display: block;
  width: auto;
  min-height: 0;
  border-radius: 5px;
  padding: 6px 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_drilldown_item_link {
    transition: padding 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2), background-color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_drilldown_item_link:hover {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fbe2ed;
  }
}
.p-page-search:lang(ja) .mf_finder_drilldown_item_link .mf_finder_drilldown_item_title {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count {
  margin-left: 12px;
  padding: 0;
  background-color: transparent;
  color: #eb6ea5;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  font-weight: 500;
}
.p-page-search:lang(ja) .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::before {
  content: "(";
}
.p-page-search:lang(ja) .mf_finder_drilldown_item_link .mf_finder_drilldown_item_count::after {
  content: ")";
}
.p-page-search:lang(ja) .mf_finder_drilldown_reset {
  margin-top: 25px;
  padding-right: 0;
}
.p-page-search:lang(ja) .mf_finder_drilldown_reset a {
  border: none;
  padding: 0;
  color: #eb6ea5;
  font-size: 1.5rem;
  line-height: 1.5333333333;
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_drilldown_reset a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-search:lang(ja) .mf_finder_drilldown_reset a:hover {
    color: #f199c0;
  }
}
.p-page-search:lang(ja).mf_finder_noquery .mf_finder_query {
  display: none;
}

/*-----------------------------------------------------------------
 お問い合わせ
-----------------------------------------------------------------*/
.p-page-contact .l-main {
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .p-page-contact .l-main {
    padding-bottom: 100px;
  }
}
.p-page-contact .l-footer {
  margin-top: 0;
}

.p-page-condition .c-text--numberLists,
.p-page-condition-autocharge .c-text--numberLists,
.p-page-condition-emoney .c-text--numberLists {
  counter-reset: number 1;
}

/*-----------------------------------------------------------------
 サイトのご利用条件
-----------------------------------------------------------------*/
.p-page-term .l-main.u-color--bg-gray {
  background-color: transparent !important;
}

/*-----------------------------------------------------------------
 サイトマップ
-----------------------------------------------------------------*/
.p-page-sitemap .l-main.u-color--bg-gray {
  background-color: transparent !important;
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -60px;
    margin-left: -4.8780487805%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__item {
    width: 28.4552845528%;
    margin-top: 60px;
    margin-left: 4.8780487805%;
  }
}
.p-page-sitemap .p-sitemap__item:not(:first-of-type) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__item:not(:first-of-type) {
    margin-top: 60px;
  }
}
.p-page-sitemap .p-sitemap__head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  border-bottom: 1px solid #e7e8e7;
  padding-bottom: 15px;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 700;
}
.p-page-sitemap .p-sitemap__head a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__head a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__head a:hover {
    color: #eb6ea5;
  }
}
.p-page-sitemap .p-sitemap__head .c-icn {
  margin-left: 10px;
  color: #eb6ea5;
  font-size: 2rem;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap .p-sitemap__body:first-child {
    margin-top: 60px;
    border-top: 1px solid #e7e8e7;
    padding-top: 40px;
  }
}
.p-page-sitemap .p-sitemap__lists {
  margin-top: 10px;
}
.p-page-sitemap .p-sitemap__lists:first-child {
  margin-top: 0;
}
.p-page-sitemap .p-sitemap__list {
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-page-sitemap .p-sitemap__list + .p-sitemap__list {
  margin-top: 10px;
}
.p-page-sitemap .p-sitemap__list .p-sitemap__list .c-link {
  padding-left: 2rem;
}
.p-page-sitemap .p-sitemap__list .p-sitemap__list .c-link .c-icn-arrow-r {
  margin-left: -.25rem;
  color: #eb6ea5;
  font-size: 1.4rem;
  line-height: 1.6785714286;
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__list .p-sitemap__list .c-link .c-icn-arrow-r {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.p-page-sitemap .p-sitemap__list a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__list a {
    transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__list a:hover {
    color: #eb6ea5;
  }
}
.p-page-sitemap .p-sitemap__list .p-sitemap__lists {
  padding-left: 2em;
}
.p-page-sitemap .p-sitemap .c-link {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 3rem;
}
.p-page-sitemap .p-sitemap .c-link .c-icn {
  font-size: 2rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__item--about {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__item--about .p-sitemap__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-sitemap .p-sitemap__item--about .p-sitemap__body > .p-sitemap__lists {
    width: 350px;
  }
}

/*-----------------------------------------------------------------
 お困りの方に
-----------------------------------------------------------------*/
.p-page-faq .p-definition dl {
  display: -ms-flexbox;
  display: flex;
}
.p-page-faq .p-definition dt {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 6em;
  font-weight: 500;
}

/*-----------------------------------------------------------------
 エラーページ
-----------------------------------------------------------------*/
.p-page-error .l-main {
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .l-main {
    padding-bottom: 100px;
  }
}
.p-page-error .l-footer {
  margin-top: 0;
}
.p-page-error .c-section--heading {
  min-height: 271px;
  margin-bottom: -8px;
  padding-bottom: 24%;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .c-section--heading {
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.p-page-error .c-section--heading::before {
  height: 32px;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .c-section--heading::before {
    height: 41px;
  }
}
.p-page-error .c-section--heading::after {
  bottom: 29px;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .c-section--heading::after {
    bottom: 36px;
  }
}
.p-page-error .c-section__anime {
  min-height: 271px;
  margin-bottom: -24%;
  padding-bottom: 24%;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .c-section__anime {
    min-height: 291px;
    margin-bottom: 0;
    padding-bottom: 116px;
  }
}
.p-page-error .c-section__anime::before {
  bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .c-section__anime::before {
    bottom: 30px;
  }
}
.p-page-error .c-section__anime::after {
  bottom: 19px;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .c-section__anime::after {
    bottom: 24px;
  }
}
.p-page-error .p-error {
  position: relative;
  padding-top: 66px;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .p-error {
    padding-top: 59px;
  }
}
.p-page-error .p-error__image {
  position: absolute;
  top: -158px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
}
@media print, screen and (min-width: 768px) {
  .p-page-error .p-error__image {
    width: 83px;
    top: -180px;
  }
}

/*-----------------------------------------------------------------
 ティザー（and）
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-page-and .l-header {
    margin-bottom: 0;
  }
}
.p-page-and .l-main {
  background-color: #fff !important;
}
.p-page-and .p-mainvisual {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-mainvisual {
    margin-bottom: 30px;
  }
}
.p-page-and .p-lead {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 14.9253731343%;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-lead {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 44px;
    width: 100%;
  }
}
.p-page-and .p-lead::after {
  position: absolute;
  top: -26px;
  right: -20px;
  display: block;
  content: '';
  background: url(/assets/img/and/txt-andIndex-leadSubtext.svg) no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 16%;
  height: 640px;
  max-width: 100px;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-lead::after {
    right: -16.2886597938%;
    width: 10.3092783505%;
    height: 1020px;
  }
}
.p-page-and .p-lead__texts {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-lead__texts {
    -ms-flex-order: 1;
    order: 1;
    width: 50.7559395248%;
  }
}
.p-page-and .p-lead__title {
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-lead__title {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-page-and .p-lead__text {
  font-size: 1.5rem;
  line-height: 2;
}
.p-page-and .p-lead__image {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 50px;
  padding-right: 10.5263157895%;
  padding-left: 7.0175438596%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-lead__image {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    width: 39.6328293737%;
  }
}
@media screen and (min-width: 435px) and (max-width: 767px) {
  .p-page-and .p-lead::after {
    background-size: auto 100%;
  }
}
.p-page-and .p-introduction {
  margin-top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-page-and .p-introduction {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction {
    margin-top: 200px;
    margin-bottom: 80px;
  }
}
.p-page-and .p-introduction__inner {
  background: linear-gradient(90deg, #f0f1f0 50%, transparent 50%);
}
.p-page-and .p-introduction__body {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__body {
    max-width: 1004px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 17px;
  }
}
.p-page-and .p-introduction__body::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #f0f1f0;
  border-radius: 0 30px 30px 0;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__body::before {
    border-radius: 0 40px 40px 0;
  }
}
.p-page-and .p-introduction__bodyInner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__bodyInner {
    display: block;
    padding-top: 116px;
    padding-bottom: 100px;
    padding-right: 4.4329896907%;
    padding-left: 4.4329896907%;
    overflow: visible;
  }
}
.p-page-and .p-introduction__title {
  position: absolute;
  top: 60px;
  right: 1.4925373134%;
  width: 12.5373134328%;
  max-width: 54px;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__title {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: auto;
    height: 60px;
    max-width: none;
  }
}
.p-page-and .p-introduction__title.is-moving {
  position: fixed;
  right: 6.6666666667%;
  width: 11.2%;
}
.p-page-and .p-introduction__title.is-fixed {
  top: auto;
  bottom: 60px;
}
.p-page-and .p-introduction__title > img {
  width: auto;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__title > img {
    width: auto;
    height: 100%;
  }
}
.p-page-and .p-introduction__list {
  width: 65.671641791%;
  margin-left: 5.9701492537%;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__list {
    width: 100%;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__listInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__listItem {
    width: 268px;
    text-align: center;
  }
}
.p-page-and .p-introduction__listItem:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__listItem:not(:first-child) {
    margin-top: 0;
  }
}
.p-page-and .p-introduction__listImage {
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-introduction__listImage {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1250px) {
  .p-page-and .p-introduction {
    width: 90%;
  }
}
.p-page-and .p-announcement {
  position: relative;
}
.p-page-and .p-announcement__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 22.3880597015%;
}
@media screen and (max-width: 767px) {
  .p-page-and .p-announcement__head {
    margin-left: auto;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__head {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 13.9175257732%;
    padding-left: 22.1649484536%;
  }
}
.p-page-and .p-announcement__head::after {
  position: absolute;
  top: -28px;
  left: -20px;
  display: block;
  content: '';
  background: url(/assets/img/and/txt-andIndex-announcementSubtext.svg) no-repeat;
  background-size: 100% auto;
  background-position: top left;
  padding-top: 106.6666666667%;
  width: 21.3333333333%;
  max-width: 140px;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__head::after {
    left: -17.0103092784%;
    width: 15.4639175258%;
    height: 1000px;
  }
}
.p-page-and .p-announcement__headText {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__headText {
    width: 72.5806451613%;
    font-size: 2.1rem;
    line-height: 1.8;
  }
}
.p-page-and .p-announcement__headImage {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__headImage {
    margin-bottom: 0;
    width: 14.8387096774%;
  }
}
.p-page-and .p-announcement__headImage > img {
  width: 32.3076923077%;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__headImage > img {
    width: 100%;
  }
}
.p-page-and .p-announcement__table {
  width: 100%;
}
.p-page-and .p-announcement__table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-page-and .p-announcement__table table {
    display: block;
    width: 100%;
  }
}
.p-page-and .p-announcement__table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #444;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__table thead th {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.p-page-and .p-announcement__table thead th + th {
  border-left: 1px solid #aaa;
}
.p-page-and .p-announcement__table thead th:last-child {
  border-right: 1px solid #444;
}
.p-page-and .p-announcement__table thead + tbody tr:first-child th,
.p-page-and .p-announcement__table thead + tbody tr:first-child td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-page-and .p-announcement__table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-page-and .p-announcement__table tbody th,
  .p-page-and .p-announcement__table tbody td {
    border-radius: 4px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__table tbody th,
  .p-page-and .p-announcement__table tbody td {
    border: 1px solid #d3d4d3;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-page-and .p-announcement__table th,
.p-page-and .p-announcement__table td {
  vertical-align: middle;
  padding-right: 12px;
  padding-left: 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-page-and .p-announcement__table th,
  .p-page-and .p-announcement__table td {
    display: block;
  }
  .p-page-and .p-announcement__table th:not(:first-child),
  .p-page-and .p-announcement__table td:not(:first-child) {
    border-top: none;
  }
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__table th,
  .p-page-and .p-announcement__table td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-and .p-announcement__table tr:not(:first-child) th:first-child,
  .p-page-and .p-announcement__table tr:not(:first-child) td:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-and .p-announcement__table tr:not(:last-child) td {
    padding-bottom: 20px;
  }
}
.p-page-and .p-announcement__table th {
  background-color: #f0f1f0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  vertical-align: top;
}
.p-page-and .p-announcement__table td {
  padding-top: 14px;
}
.p-page-and .p-announcement__subheading {
  position: relative;
  padding-left: 1.75rem;
  font-weight: 500;
}
.p-page-and .p-announcement__subheading::before {
  content: "\25cf";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-and .p-announcement__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__list {
    padding-left: 10px;
  }
}
.p-page-and .p-announcement__listItem {
  position: relative;
  padding-left: 1.5rem;
  width: 100%;
  font-weight: inherit;
}
@media print, screen and (min-width: 768px) {
  .p-page-and .p-announcement__listItem {
    width: 50%;
  }
}
.p-page-and .p-announcement__listItem::before {
  content: "\30fb";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 435px) and (max-width: 767px) {
  .p-page-and .p-announcement__head::after {
    background-size: auto 100%;
    padding-top: 440px;
  }
}

/* ==========================================================================
	Utility
========================================================================== */
.u-sp-none {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .u-sp-none {
    display: block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}

.u-margin--none {
  margin-bottom: 0 !important;
}
.u-margin--xxs {
  margin-bottom: 10px !important;
}
@media print, screen and (min-width: 768px) {
  .u-margin--xxs {
    margin-bottom: 10px !important;
  }
}
.u-margin--xs {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 768px) {
  .u-margin--xs {
    margin-bottom: 30px !important;
  }
}
.u-margin--sm {
  margin-bottom: 30px !important;
}
@media print, screen and (min-width: 768px) {
  .u-margin--sm {
    margin-bottom: 40px !important;
  }
}
.u-margin--md {
  margin-bottom: 40px !important;
}
@media print, screen and (min-width: 768px) {
  .u-margin--md {
    margin-bottom: 60px !important;
  }
}
.u-margin--lg {
  margin-bottom: 60px !important;
}
@media print, screen and (min-width: 768px) {
  .u-margin--lg {
    margin-bottom: 80px !important;
  }
}
.u-margin--xl {
  margin-bottom: 80px !important;
}
@media print, screen and (min-width: 768px) {
  .u-margin--xl {
    margin-bottom: 100px !important;
  }
}

.u-collappse {
  padding-right: 0;
  padding-left: 0;
}

.u-shadow--none {
  box-shadow: none !important;
}

.u-shadow--before-none::before {
  box-shadow: none !important;
}

.u-icn--co-normal::before {
  color: #333 !important;
}
.u-icn--co-note::before {
  color: #888 !important;
}
.u-icn--co-caution::before {
  color: #f03f24 !important;
}
.u-icn--co-pink::before {
  color: #eb6ea5 !important;
}
.u-icn--co-pinkPale::before {
  color: #f199c0 !important;
}

@media print, screen and (min-width: 768px) {
  .u-text--pc-al-left {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-al-center {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-al-right {
    text-align: right !important;
  }
}
.u-text--al-left {
  text-align: left !important;
}
.u-text--al-center {
  text-align: center !important;
}
.u-text--al-right {
  text-align: right !important;
}

.u-text--co-normal {
  color: #333 !important;
}
.u-text--co-note {
  color: #888 !important;
}
.u-text--co-caution {
  color: #f03f24 !important;
}
.u-text--co-pink {
  color: #eb6ea5 !important;
}
.u-text--co-pinkPale {
  color: #f199c0 !important;
}

.u-text--fs40 {
  font-size: 4rem;
}
.u-text--fs19 {
  font-size: 1.9rem;
}
.u-text--fs17 {
  font-size: 1.7rem;
}
.u-text--fs15 {
  font-size: 1.5rem;
}
.u-text--fs13 {
  font-size: 1.3rem;
}
.u-text--fs11 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .u-text--sp-fs19 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text--sp-fs17 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text--sp-fs15 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text--sp-fs13 {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-fs19 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-fs17 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-fs15 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-fs13 {
    font-size: 1.3rem;
  }
}

.u-text--in1em {
  text-indent: -1em;
  padding-left: 1em;
}
.u-text--in2em {
  text-indent: -2em;
  padding-left: 2em;
}

.u-text--lhFit {
  line-height: 1;
}
.u-text--lh20 {
  line-height: 2.08rem;
}
.u-text--lh22 {
  line-height: 2.2rem;
}
.u-text--lh23 {
  line-height: 2.34rem;
}
.u-text--lh27 {
  line-height: 2.7rem;
}
.u-text--lh30 {
  line-height: 3.06rem;
}
@media screen and (max-width: 767px) {
  .u-text--sp-lh17 {
    line-height: 1.76rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text--sp-lh20 {
    line-height: 2.08rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text--sp-lh22 {
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text--sp-lh25 {
    line-height: 2.5rem;
  }
  .u-text--sp-lh25 .c-icn {
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text--sp-lh27 {
    line-height: 2.7rem;
  }
  .u-text--sp-lh27 .c-icn {
    line-height: 2.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-lh19 {
    line-height: 1.9rem;
  }
  .u-text--pc-lh19 .c-icn {
    line-height: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-lh25 {
    line-height: 2.5rem;
  }
  .u-text--pc-lh25 .c-icn {
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-lh27 {
    line-height: 2.7rem;
  }
  .u-text--pc-lh27 .c-icn {
    line-height: 2.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-lh28 {
    line-height: 2.8rem;
  }
  .u-text--pc-lh28 .c-icn {
    line-height: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .u-text--pc-lh30 {
    line-height: 3.06rem;
  }
  .u-text--pc-lh30 .c-icn {
    line-height: 3.06rem;
  }
}

.u-text--we-medium {
  font-weight: 500;
}
.u-text--we-normal {
  font-weight: 400;
}

.u-color--bg-white {
  background-color: #fff !important;
}
.u-color--bg-gray {
  background-color: #f0f1f0 !important;
}

@media print, screen and (min-width: 768px) {
  .u-image--pc-width813 {
    display: block;
    width: 813px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .u-image--pc-width600 {
    display: block;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

.u-image--variableWidth {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.u-image--widthAuto-left {
  display: block;
  width: auto;
}

.u-image--noBorder {
  border: none !important;
}

.u-image--noBorderRadius {
  border-radius: 0;
}

.u-wrap--border {
  border: 6px solid #e7e8e7;
  border-radius: 10px;
  padding: 34px;
}
@media screen and (max-width: 767px) {
  .u-wrap--border {
    padding: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .u-wrap--pc-width970 {
    display: block;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .u-wrap--pc-width570 {
    display: block;
    width: 570px;
    margin-right: auto;
    margin-left: auto;
  }
}
