/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-enable */
/* -----------------------------------------------------------
   Base
----------------------------------------------------------- */
body {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  line-height: 1.7;
  font-size: 1.25rem;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  body {
    line-height: 1.625;
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

p,
ul,
ol,
dl {
  margin: 1em 0;
}

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

img:not([data-p-editor-content]){
  width: auto;
}

a {
  color: #333;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

table {
  margin: 1em 0 2em;
  border-collapse: collapse;
}

th,
td {
  vertical-align: top;
}

/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .l-localnav {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-localnav {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

.l-footer {
  padding-top: 80px;
}

.l-footer.-color-1 {
  background-color: #eee;
}

@media only screen and (max-width: 767px) {
  .l-footer.-color-1 {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer {
    background-color: transparent;
  }
}

.l-footer .c-content, .l-footer .tsutaeru-menu-inner {
  position: relative;
}

/* -----------------------------------------------------------
   Components
----------------------------------------------------------- */
.c-section {
  margin-bottom: 30px;
  padding: 20px 0;
}

.c-sectionFullBg {
  position: relative;
  padding: 20px 0;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1220px) {
  .c-sectionFullBg {
    left: calc((-100vw + 1200px) / 2);
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: calc(((100vw - 1200px) / 2) + 300px);
  }
}

@media only screen and (max-width: 1220px) {
  .c-sectionFullBg {
    left: -10px;
    padding-left: 10px;
    padding-right: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-sectionFullBg {
    padding: 10px;
  }
}

.c-sectionFullBg.-bg-white {
  margin-bottom: 0;
  background-color: #fff;
}

.p-contents__main > .c-section:first-child {
  padding-top: 0;
}

.p-contents__main > .c-section:first-child > *:first-child {
  margin-top: 0;
}

.c-content, .tsutaeru-menu-inner {
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .c-content, .tsutaeru-menu-inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-content.-sp-no-margin, .-sp-no-margin.tsutaeru-menu-inner {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-columns {
  margin-bottom: 1rem;
}

.c-columns__text > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .c-columns.-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-columns.-col2 .c-columns__column:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-columns.-col2 .c-columns__column {
    width: 47.778%;
  }
  .c-columns.-col2 .c-columns__column:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-columns.-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-columns.-col3 .c-columns__column:not(:last-child) {
  margin-right: 5%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-columns.-col3 .c-columns__column {
    width: 30.667%;
  }
  .c-columns.-col3 .c-columns__column:not(:last-child) {
    margin-bottom: 0;
  }
}

.c-columns.-width-full.-col3 .c-columns__column:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-columns.-width-full.-col3 .c-columns__column:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-columns.-width-full.-col3 .c-columns__column {
    width: 30%;
  }
}

.c-columns.-embedSNS.-col3 .c-columns__column:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-columns.-embedSNS.-col3 .c-columns__column:not(:last-child) {
    margin-bottom: 0;
  }
}

.c-columns.-embedSNS.-mb0 {
  margin-bottom: 0;
}

.c-layoutImage {
  margin-bottom: 1rem;
}

.c-layoutImage__caption {
  display: block;
  margin: 5px 0 1rem;
  color: #585858;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .c-layoutImage__caption {
    font-size: 0.875rem;
  }
}

.c-layoutImage__text > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .c-layoutImage.-left .c-layoutImage__image {
    float: left;
    margin-right: 4.911%;
    max-width: 290px;
  }
}

@media only screen and (min-width: 768px) {
  .c-layoutImage.-left .c-layoutImage__image {
    margin-right: 3.333%;
  }
}

@media only screen and (min-width: 480px) {
  .c-layoutImage.-right .c-layoutImage__image {
    float: right;
    margin-left: 4.911%;
    max-width: 290px;
  }
}

@media only screen and (min-width: 768px) {
  .c-layoutImage.-right .c-layoutImage__image {
    margin-left: 3.333%;
  }
}

.c-layoutImage.-right .c-layoutImage__caption {
  text-align: right;
}

.c-layoutImage.-center .c-layoutImage__imageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-layoutImage.-center .c-layoutImage__text > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .c-layoutImage.-center .c-layoutImage__text > *:first-child {
    margin-top: 0.313rem;
  }
}

@media only screen and (min-width: 480px) {
  .c-layoutImage.-spLeft .c-layoutImage__image {
    float: left;
    margin-right: 4.911%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .c-layoutImage.-spLeft .c-layoutImage__image {
    float: none;
    margin-right: 0;
    max-width: none;
  }
}

@media only screen and (min-width: 480px) {
  .c-layoutImage.-spRight .c-layoutImage__image {
    float: right;
    margin-left: 4.911%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .c-layoutImage.-spRight .c-layoutImage__image {
    float: none;
    margin-left: 0;
    max-width: none;
  }
}

.c-columns .c-layoutImage {
  margin-bottom: 0;
}

.c-headingLv1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
  min-height: 118px;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.4em;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .c-headingLv1 {
    margin-bottom: 50px;
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-headingLv1.-pc-no-mb {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-headingLv1.-pc-mb30 {
    margin-bottom: 30px;
  }
}

.c-headingLv1::after {
  display: block;
  position: absolute;
  top: calc(50% - 44px);
  left: calc(50% - 44px);
  margin: 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #F4C440;
  z-index: -1;
  content: "";
}

@media only screen and (min-width: 768px) {
  .c-headingLv1::after {
    top: 0;
    left: calc(50% - 59px);
    width: 118px;
    height: 118px;
  }
}

.c-headingLv2, .p-editorContent__body h2:not([class]) {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 2px solid #333;
  font-size: 1.375rem;
  line-height: 1.4em;
}

.c-headingLv2::before, .p-editorContent__body h2:not([class])::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #F4C440;
  content: "";
}

@media only screen and (min-width: 768px) {
  .c-headingLv2, .p-editorContent__body h2:not([class]) {
    font-size: 1.75rem;
  }
}

.c-headingLv3, .p-searchResultStatus, .p-editorContent__body h3:not([class]) {
  position: relative;
  padding: 0 0 0 55px;
  color: #4E3A02;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.c-headingLv3::before, .p-searchResultStatus::before, .p-editorContent__body h3:not([class])::before, .c-headingLv3::after, .p-searchResultStatus::after, .p-editorContent__body h3:not([class])::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "";
}

.c-headingLv3::before, .p-searchResultStatus::before, .p-editorContent__body h3:not([class])::before {
  background-color: #F4C440;
  z-index: 2;
}

.c-headingLv3::after, .p-searchResultStatus::after, .p-editorContent__body h3:not([class])::after {
  left: 15px;
  background-color: #000;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-headingLv3, .p-searchResultStatus, .p-editorContent__body h3:not([class]) {
    font-size: 1.625rem;
  }
}

.c-headingLv4, .p-searchResults__heading {
  padding: 8px 20px;
  background-color: #E6E1D6;
  font-size: 1.25rem;
  line-height: 1.4em;
}

@media only screen and (min-width: 768px) {
  .c-headingLv4, .p-searchResults__heading {
    font-size: 1.375rem;
  }
}

.c-headingLv5 {
  color: #4E3A02;
  font-size: 1.25rem;
  line-height: 1.4em;
}

@media only screen and (min-width: 768px) {
  .c-headingLv5 {
    font-size: 1.375rem;
  }
}

.c-strong-2 {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .c-strong-2 {
    font-size: 1.25rem;
  }
}

.c-strong-3 {
  color: #B30000;
}

.c-linkIcon {
  position: relative;
  margin-left: 10px;
}

.c-linkIcon.-external {
  top: -6px;
  width: 19px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .c-linkIcon.-external {
    top: -3px;
  }
}

.c-linkIcon.-file {
  top: -5px;
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .c-linkIcon.-file {
    top: -2px;
    width: 17px;
  }
}

.c-unorderdList-1, .p-editorContent__body ul:not([class]) {
  list-style: none;
  margin-left: 12px;
  padding: 0;
}

.c-unorderdList-1 > li, .p-editorContent__body ul:not([class]) > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-unorderdList-1 > li::before, .p-editorContent__body ul:not([class]) > li::before {
  position: relative;
  top: 0.6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline;
  content: "";
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #4E3A02 0% 0% no-repeat padding-box;
}

@media only screen and (min-width: 768px) {
  .c-unorderdList-1 > li::before, .p-editorContent__body ul:not([class]) > li::before {
    top: 0.5em;
  }
}

.c-unorderdList-1 > li:not(:last-child), .p-editorContent__body ul:not([class]) > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-unorderdList-2 {
  list-style: none;
  margin-left: 12px;
  padding: 0;
}

.c-unorderdList-2 > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-noteList {
  list-style: none;
  padding-left: 0;
}

.c-noteList__item {
  position: relative;
  padding-left: 1.5em;
}

.c-noteList__item:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-noteList__marker {
  position: absolute;
  top: 0;
  left: 0;
}

.c-orderdList-1, .p-editorContent__body ol:not([class]) {
  margin-left: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.c-orderdList-1 > li, .p-editorContent__body ol:not([class]) > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-orderdList-1 > li::before, .p-editorContent__body ol:not([class]) > li::before {
  counter-increment: item;
  content: counter(item) ".";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  margin-right: 0.5em;
  width: 2em;
  font-weight: bold;
  text-align: right;
}

.c-orderdList-1 > li:not(:last-child), .p-editorContent__body ol:not([class]) > li:not(:last-child) {
  margin-bottom: .714em;
}

.c-associationList-1 {
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .c-associationList-1 {
    margin-left: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .c-associationList-1 > .c-associationList-1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-associationList-1 > .c-associationList-1__item:not(:last-child) {
  margin-bottom: 1.375em;
}

.c-associationList-1 > .c-associationList-1__item > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-associationList-1 > .c-associationList-1__item > dd {
    margin-left: 20px;
  }
}

.c-associationList-1 > .c-associationList-1__item > dd:not(:last-child) {
  margin-bottom: 0.75em;
}

@media only screen and (min-width: 768px) {
  .c-associationList-1 > .c-associationList-1__item > dd:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.c-associationList-2 {
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .c-associationList-2 {
    margin-left: 18px;
  }
}

.c-associationList-2 > .c-associationList-2__item:not(:last-child) {
  margin-bottom: 1.375em;
}

.c-associationList-2 > .c-associationList-2__item > dt {
  margin-bottom: 0.375em;
  font-weight: bold;
}

.c-associationList-2 > .c-associationList-2__item > dd {
  margin-left: 20px;
}

.c-associationList-2 > .c-associationList-2__item > dd:not(:last-child) {
  margin-bottom: 0.75em;
}

.c-associationList-2 > .c-associationList-2__item.-dd-horizontal > dd {
  float: left;
}

.c-associationList-2 > .c-associationList-2__item.-dd-horizontal > dd:not(:last-child) {
  margin-right: 30px;
}

.c-table,
.c-table th,
.c-table td {
  border-style: solid;
  border-color: #4E3A02;
}

.c-table {
  table-layout: fixed;
  border-width: 1px 0 0 1px;
}

.c-table th,
.c-table td {
  padding: 12px 16px;
  border-width: 0 1px 1px 0;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .c-table th,
  .c-table td {
    padding: 16px 23px;
    font-size: 0.875rem;
  }
}

.c-table th {
  font-weight: bold;
}

.c-table th.-left {
  text-align: left;
}

.c-table thead th {
  background-color: #E6E1D6;
  text-align: center;
}

.c-table tbody th {
  background-color: #E6E1D6;
}

.c-table.-articleDetail th {
  width: 25%;
}

.c-box-1 {
  margin-bottom: 2.5rem;
  padding: 15px 16px;
  border: 1px solid #4E3A02;
  background-color: #E6E1D6;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .c-box-1 {
    padding: 16px 19px;
    background-color: #fff;
    font-size: 0.875rem;
  }
}

.c-box-1 > *:first-child {
  margin-top: 0;
}

.c-box-1 > *:last-child {
  margin-bottom: 0;
}

.c-form {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-form {
    width: 79.5%;
  }
}

.c-form__item:not(:last-child) {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .c-form__item:not(:last-child) {
    margin-bottom: 45px;
  }
}

.c-form__label {
  margin-bottom: 14px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-form__label {
    margin-bottom: 8px;
  }
}

.c-form__labelText {
  font-weight: bold;
}

.c-form__require {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 7px;
  background-color: #F4C440;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .c-form__require {
    padding: 3px 6px;
    font-size: 0.875rem;
  }
}

.c-form__errorMessage {
  padding-left: 25px;
  background: url(/theme-static/mypage/common/images/variation_d/icon_caution.png) no-repeat left 0.35em/20px auto;
  color: #B30000;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .c-form__errorMessage {
    margin-bottom: 5px;
    background-position: left 0.2em;
    background-size: 16px auto;
  }
}

.c-form__inputItems {
  padding-left: 0;
  list-style: none;
}

.c-form__inputItem:not(:last-child) {
  margin-bottom: 10px;
}

.c-form__text, .c-form__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 100%;
  background-color: #F3F3F3;
}

.c-form__text::-webkit-input-placeholder, .c-form__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #525252;
}

.c-form__text::-moz-placeholder, .c-form__textarea::-moz-placeholder {
  opacity: 1;
  color: #525252;
}

.c-form__text:-ms-input-placeholder, .c-form__textarea:-ms-input-placeholder {
  opacity: 1;
  color: #525252;
}

.c-form__text::-ms-input-placeholder, .c-form__textarea::-ms-input-placeholder {
  opacity: 1;
  color: #525252;
}

.c-form__text::placeholder, .c-form__textarea::placeholder {
  opacity: 1;
  color: #525252;
}

.c-form__text.-has-error, .c-form__textarea.-has-error {
  background-color: #FEDCDC;
}

.c-form__text {
  padding: 24px 15px;
}

@media only screen and (min-width: 768px) {
  .c-form__text {
    padding: 15px 11px;
  }
}

.c-form__textarea {
  padding: 16px 15px;
}

@media only screen and (min-width: 768px) {
  .c-form__textarea {
    padding: 7px 10px;
  }
}

.c-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 65px 20px 14px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M8 10l-8-10h16z' fill='%23333'/%3E%3C/svg%3E");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 22px center;
}

@media only screen and (min-width: 768px) {
  .c-form__select {
    padding: 9px 40px 9px 12px;
    background-size: 16px 10px;
    background-position: right 12px center;
  }
}

.c-form__select::-ms-expand {
  display: none;
}

.c-form__checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-form__checkbox input[type="checkbox"] + span {
  display: inline-block;
  padding-left: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg fill='%23fff' stroke='%23707070'%3E%3Crect width='26' height='26' rx='5' stroke='none'/%3E%3Crect x='.5' y='.5' width='25' height='25' rx='4.5' fill='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.25em;
}

@media only screen and (min-width: 768px) {
  .c-form__checkbox input[type="checkbox"] + span {
    background-position: left top;
    line-height: 1.625;
  }
}

.c-form__checkbox input[type="checkbox"]:checked + span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg%3E%3Cg transform='translate(-175 -7051) translate(175 7051)' fill='%23fff' stroke='%23707070'%3E%3Crect width='26' height='26' rx='5' stroke='none'/%3E%3Crect x='.5' y='.5' width='25' height='25' rx='4.5' fill='none'/%3E%3C/g%3E%3Cpath d='M16.322 9.175c1.512-2.9 1.584-3.025 2.039-3.025a.641.641 0 0 1 .649.624 13.731 13.731 0 0 1-1.393 2.977c-.143.264-.863 1.608-1.871 3.576-2.137 4.152-2.976 5.616-3.817 6.6-.5.576-.864.84-1.2.84a.823.823 0 0 1-.6-.312 11.925 11.925 0 0 1-.96-1.488c-.432-.769-1.248-2.088-2.3-3.769a1.915 1.915 0 0 1-.36-.864c0-.408.816-1.368 1.176-1.368a.5.5 0 0 1 .384.192c.024 0 1.008 1.68 2.952 5.017 1.917-3.048 4.34-7.152 5.301-9z' fill='%23666' transform='translate(-175 -7051) translate(175.495 7050.85)'/%3E%3C/g%3E%3C/svg%3E");
}

.c-form__checkbox input[type="checkbox"]:focus + span {
  outline: 2px solid #ccc;
}

.c-form__radio input[type="radio"] {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-form__radio input[type="radio"] + span {
  display: inline-block;
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg%3E%3Cg transform='translate(-175 -8077) translate(175 8077)' fill='%23fff' stroke='%23707070'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3Cg fill='none'%3E%3Cpath d='M4 0a4 4 0 1 1-4 4 4 4 0 0 1 4-4z' transform='translate(-175 -8077) translate(180 8082)'/%3E%3Cpath d='M9 6c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3m0-1c2.209 0 4 1.791 4 4s-1.791 4-4 4-4-1.791-4-4 1.791-4 4-4z' fill='%23707070'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.2em;
  background-size: 24px 24px;
}

@media only screen and (min-width: 768px) {
  .c-form__radio input[type="radio"] + span {
    background-position: left 0.1em;
    background-size: 18px 18px;
  }
}

.c-form__radio input[type="radio"]:checked + span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg%3E%3Cg transform='translate(-176 -8042) translate(176 8042)' fill='%23fff' stroke='%23707070'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3Cpath d='M4 0a4 4 0 1 1-4 4 4 4 0 0 1 4-4z' transform='translate(-176 -8042) translate(181 8047)' fill='%23707070'/%3E%3C/g%3E%3C/svg%3E");
}

.c-form__radio input[type="radio"]:focus + span {
  outline: 2px solid #ccc;
}

.c-form__actionButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media only screen and (min-width: 480px) {
  .c-form__actionButtons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-form__actionButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0 0 20px;
  padding: 22px 10px;
  width: 100%;
  font-size: 1.125rem;
}

@media only screen and (min-width: 480px) {
  .c-form__actionButton {
    margin: 0 10px;
    width: calc(100% - 20px);
    max-width: 45%;
  }
}

@media only screen and (min-width: 768px) {
  .c-form__actionButton {
    font-size: 1rem;
  }
}

.c-form__hint, .c-form__supplement {
  margin-top: 0.5em;
  font-size: 0.875rem;
}

fieldset.c-form__item {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

fieldset.c-form__item > legend.c-form__label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
}

fieldset.c-form__item > .c-form__field {
  margin: 34px 0 0;
}

@media only screen and (max-width: 767px) {
  fieldset.c-form__item > .c-form__field {
    margin: 4em 0 0;
  }
}

.c-searchMypage {
  width: 290px;
  height: 45px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-searchMypage {
    padding: 10px;
    width: calc(100% - 20px);
    background-color: #E9C225;
  }
}

.c-searchMypage label {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-searchMypage__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 20px;
  border-width: 0;
  border-radius: 5px 0 0 5px;
  width: calc(100% - 45px);
  height: 45px;
  background-color: #000;
  color: #fff;
  vertical-align: top;
}

.c-searchMypage__text::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  font-size: 90%;
}

.c-searchMypage__text::-moz-placeholder {
  opacity: 1;
  color: #fff;
  font-size: 90%;
}

.c-searchMypage__text:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  font-size: 90%;
}

.c-searchMypage__text::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  font-size: 90%;
}

.c-searchMypage__text::placeholder {
  opacity: 1;
  color: #fff;
  font-size: 90%;
}

.c-searchMypage__button {
  border-width: 0;
  padding: 8px;
  width: 45px;
  height: 45px;
  border-radius: 0 5px 5px 0;
  background-color: #000;
  vertical-align: top;
}

.c-searchKeyword {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .c-searchKeyword {
    height: 55px;
  }
}

.c-searchKeyword label {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-searchKeyword__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 10px;
  border: 1px solid #4E3A02;
  border-radius: 0;
}

.c-searchKeyword__text::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}

.c-searchKeyword__text::-moz-placeholder {
  opacity: 1;
  color: #333;
}

.c-searchKeyword__text:-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

.c-searchKeyword__text::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

.c-searchKeyword__text::placeholder {
  opacity: 1;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .c-searchKeyword__text {
    margin-right: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
    width: calc(100% - 60px);
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .c-searchKeyword__text {
    margin-right: 25px;
    border-width: 2px;
    width: calc(100% - 146px);
    max-width: 630px;
    height: 100%;
    vertical-align: bottom;
  }
}

.c-searchKeyword__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  background-color: #4E3A02;
  vertical-align: bottom;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-searchKeyword__button {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 40px;
    width: calc(100% - 60px);
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .c-searchKeyword__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    width: 121px;
    height: 100%;
    font-size: 1.125rem;
  }
}

.c-searchKeyword__buttonImage {
  margin-right: 20px;
  width: 22px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .c-searchKeyword__buttonImage {
    width: 30px;
    margin-right: 8px;
  }
}

.c-button {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  border: 0;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-button::before {
  display: block;
  position: absolute;
  content: "";
}

.c-button.-normal {
  min-width: 240px;
  padding: 48px 20px 20px 20px;
  outline: 2px solid #000;
  outline-offset: -2px;
}

.c-button.-normal::before {
  top: 17px;
  left: calc(50% - 30px);
  width: 61px;
  height: 21px;
  background: url(/theme-static/mypage/common/images/variation_d/light/icon_arrow01.png) no-repeat 0 0/61px 21px;
}

.c-button.-normal:hover, .c-button.-normal:active, .c-button.-normal:focus {
  outline: 6px solid #000;
  outline-offset: -6px;
}

.c-button.-submit {
  min-width: 270px;
  padding: 21px 40px;
  border: 2px solid #4E3A02;
  border-radius: 40px;
  color: #4E3A02;
  font-size: 1.125rem;
}

@media only screen and (min-width: 768px) {
  .c-button.-submit {
    font-size: 1.25rem;
  }
}

.c-button.-submit::before {
  top: calc(50% - 12px);
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(/theme-static/mypage/common/images/variation_d/light/icon_arrow03.png) no-repeat 0 0/25px 25px;
}

.c-button.-submit:hover, .c-button.-submit:active, .c-button.-submit:focus {
  background-color: #4E3A02;
  color: #fff;
}

.c-button.-submit:hover::before, .c-button.-submit:active::before, .c-button.-submit:focus::before {
  background-image: url(/theme-static/mypage/common/images/variation_d/light/icon_arrow04.png);
}

.c-pagination__prev a::before, .c-pagination__next a::after {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  width: 9px;
  height: 14px;
  background: url(/theme-static/mypage/common/images/variation_d/light/blt_pagination.png) no-repeat left top/9px auto;
  vertical-align: middle;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}

.c-pagination em,
.c-pagination a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 8px;
  border: 2px solid #E6E1D6;
  background-color: #E6E1D6;
  color: #4E3A02;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-style: normal;
}

@media only screen and (max-width: 399px) {
  .c-pagination em,
  .c-pagination a {
    padding: 8px 4px;
    font-size: 1rem;
  }
}

.c-pagination a:hover,
.c-pagination a:active,
.c-pagination a:focus,
.c-pagination em {
  border-color: #4E3A02;
}

.c-pagination__prev {
  margin-right: 10px;
}

@media only screen and (min-width: 500px) {
  .c-pagination__prev {
    margin-right: 30px;
  }
}

.c-pagination__prev a::before {
  margin-right: 10px;
}

@media only screen and (max-width: 399px) {
  .c-pagination__prev a::before {
    margin-right: 5px;
  }
}

.c-pagination__next {
  margin-left: 10px;
}

@media only screen and (min-width: 500px) {
  .c-pagination__next {
    margin-left: 30px;
  }
}

.c-pagination__next a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}

@media only screen and (max-width: 399px) {
  .c-pagination__next a::after {
    margin-left: 5px;
  }
}

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

.c-pagination__page:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width: 500px) {
  .c-pagination__page:not(:last-child) {
    margin-right: 30px;
  }
}

.c-pagination__page em,
.c-pagination__page a {
  width: 2em;
  font-weight: bold;
}

.c-paginationStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
}

.c-paginationStatus.-position-top {
  margin-bottom: 2.28em;
}

.c-paginationStatus.-position-bottom {
  margin-top: 2.28em;
}

.c-paginationStatus__prev::after {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #313131;
  width: 0;
  height: 1.2em;
  vertical-align: middle;
}

.c-paginationStatus__next::before {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #313131;
  width: 0;
  height: 1.2em;
  vertical-align: middle;
}

.c-snsIcon.-facebook, .c-snsIcon.-twitter {
  width: 42px;
}

.c-syncContent__unasync_column {
  display: block;
}

.c-syncContent__unasync_column a {
  font-weight: bold;
}

.-model-archive .p-editorContent__body p > a,
.-model-archive .p-editorContent__body li > a,
.-model-archive .p-editorContent__body td > a,
.-model-archive .p-editorContent__body dd > a
{
  text-decoration: underline;
}

.-model-archive .p-editorContent__body p > a:hover,
.-model-archive .p-editorContent__body li > a:hover,
.-model-archive .p-editorContent__body td > a:hover,
.-model-archive .p-editorContent__body dd > a:hover
{
  text-decoration: none;
}

/* -----------------------------------------------------------
   Base
----------------------------------------------------------- */
.p-header {
  position: relative;
  margin-top: 36px;
  margin-bottom: 12px;
  padding-top: 80px;
}

@media only screen and (min-width: 768px) {
  .p-header {
    padding-top: 0;
    margin-top: 42px;
    margin-bottom: 22px;
  }
}

.p-header.-without-tsutaeruweb {
  margin-top: 0;
}

.p-header__utility {
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body.-scroll-down .p-header__utility.-menu-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media only screen and (min-width: 768px) {
  .p-header__headingContainer {
    padding-top: 42px;
  }
}

.p-header__headingContainer.-type-c {
  display: block;
  padding: 84px 0 42px;
}

@media only screen and (max-width: 768px) {
  .p-header__headingContainer.-type-c {
    padding: 10px 0;
    color: #003f70;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__headingContainer.-type-c {
    margin: 0 10px;
  }
}

.p-header__headingContainer.-type-c .p-header__heading {
  display: block;
  padding: 15px 0;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-header__headingContainer.-type-c .p-header__heading {
    padding: 0;
    line-height: 140px;
  }
}

.p-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 20px 0;
  min-height: 5rem;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-header__heading {
    padding: 42px 0;
    line-height: 1.333;
    font-size: 1.875rem;
  }
}

.p-headerUtility {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 68px;
  grid-template-columns: 1fr 68px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: "links control";
  height: 80px;
}

@media only screen and (min-width: 768px) {
  .p-headerUtility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-headerUtility__links {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: links;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .p-headerUtility__links {
    width: auto;
  }
}

.p-headerUtility__links a:hover, .p-headerUtility__links a:active, .p-headerUtility__links a:focus {
  text-decoration: underline;
}

.p-headerUtility__listItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 5px 2px 0;
  width: 25%;
  list-style: none;
}

@media only screen and (min-width: 560px) {
  .p-headerUtility__listItem {
    padding: 0 5px;
  }
}

.p-headerUtility__listItem::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 0;
  height: 45px;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .p-headerUtility__listItem::after {
    height: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .p-headerUtility__listItem::after {
    display: none;
  }
}

.p-headerUtility__listItem:nth-child(5)::after {
  display: none;
}

.p-headerUtility__listItem:nth-child(6) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-headerUtility__listItem {
    padding: 0;
    border-right: 1px solid #333;
    width: auto;
  }
  .p-headerUtility__listItem:nth-child(6) {
    display: list-item;
  }
}

.p-headerUtility__listItem > a {
  display: block;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__listItem > a {
    line-height: 1.2;
    font-size: 0.625rem;
  }
  .p-headerUtility__listItem > a::before {
    height: 35px;
    background-repeat: no-repeat;
    background-position: center 7px;
    background-size: auto 25px;
  }
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__listItem > a {
    text-align: center;
  }
  .p-headerUtility__listItem > a::before {
    display: block;
    content: "";
    margin-bottom: 4px;
    width: 100%;
  }
  .p-headerUtility__listItem > a.-about::before {
    background-image: url(/theme-static/mypage/common/images/system/icon_about_sp.png);
  }
  .p-headerUtility__listItem > a.-regist::before {
    background-image: url(/theme-static/mypage/common/images/system/icon_regist_sp.png);
  }
  .p-headerUtility__listItem > a.-contact::before {
    background-image: url(/theme-static/mypage/common/images/system/icon_contact_sp.png);
  }
  .p-headerUtility__listItem > a.-login::before, .p-headerUtility__listItem > a.-mypage::before {
    background-image: url(/theme-static/mypage/common/images/system/icon_login_sp.png);
  }
  .p-headerUtility__listItem > a.-tsutaeru::before {
    border-right-width: 0;
    background-image: url(/theme-static/mypage/common/images/system/icon_tsutaeru_sp.png);
  }
  .p-headerUtility__listItem > a.-back::before {
    background-image: url(/theme-static/mypage/common/images/system/icon_home_white.png);
    background-position: center 6px;
    background-size: auto 27px;
  }
  .p-headerUtility__listItem > a.-back.-dark::before {
    background-image: url(/theme-static/mypage/common/images/system/icon_home.png);
  }
  .p-headerUtility__listItem > a.-back span {
    position: absolute;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media only screen and (min-width: 768px) {
  .p-headerUtility__listItem > a {
    padding: 13px 10px 12px 35px;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px auto;
    font-size: 0.812rem;
  }
  .p-headerUtility__listItem > a.-about {
    background-image: url(/theme-static/mypage/common/images/system/icon_about.png);
  }
  .p-headerUtility__listItem > a.-regist {
    background-image: url(/theme-static/mypage/common/images/system/icon_regist.png);
  }
  .p-headerUtility__listItem > a.-contact {
    background-image: url(/theme-static/mypage/common/images/system/icon_contact.png);
  }
  .p-headerUtility__listItem > a.-tsutaeru {
    background-image: url(/theme-static/mypage/common/images/system/icon_tsutaeru.png);
  }
  .p-headerUtility__listItem > a.-login, .p-headerUtility__listItem > a.-mypage {
    background-image: url(/theme-static/mypage/common/images/system/icon_login.png);
  }
  .p-headerUtility__listItem > a.-back {
    background-image: url(/theme-static/mypage/common/images/system/icon_back.png);
  }
}

@media only screen and (min-width: 1020px) {
  .p-headerUtility__listItem > a {
    padding: 13px 17px 12px 42px;
    background-position: 18px center;
  }
}

@media only screen and (min-width: 1220px) {
  .p-headerUtility__listItem > a.-about {
    padding-left: 29px;
    background-position: left center;
  }
}

.p-headerUtility__listItem > a.-js-dropmenu.-active {
  z-index: 11;
}

.p-headerUtility__listItem > a.-js-dropmenu.-active::after {
  display: block;
  position: absolute;
  top: calc(100% - 4px);
  left: 20%;
  width: 60%;
  height: 15px;
  border-top: 4px solid #333;
  background: url(/theme-static/general/common/images/system/icon_nav_arrow_black.png) no-repeat center 0/16px auto;
  z-index: 11;
  content: "";
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__listItem > a.-js-dropmenu.-active::after {
    left: 10%;
    width: 80%;
  }
}

.p-headerUtility__drop {
  position: absolute;
  top: calc(100% + 5px);
  margin: 0;
  padding: 25px 25px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .p-headerUtility__drop {
    left: calc((100vw - 1200px) / 2);
    width: calc(100vw - (100vw - 1200px));
  }
}

@media only screen and (max-width: 1200px) {
  .p-headerUtility__drop {
    left: 10px;
    width: calc(100vw - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 10px;
    background: rgba(255, 255, 255, 0.9);
  }
}

.p-headerUtility__dropItem {
  display: inline-block;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .p-headerUtility__dropItem {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__dropItem {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc((100% / 2) - (15px * 1 / 2));
  }
  .p-headerUtility__dropItem:nth-child(2n) {
    margin-right: 0;
  }
}

.p-headerUtility__dropLink {
  display: block;
  padding: 12px 20px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-size: 0.812rem;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__dropLink {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.p-headerUtility__searchAreaCtrl {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: control;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  margin: 10px 10px 0 0;
  padding: 0;
  border-width: 0;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .p-headerUtility__searchAreaCtrl {
    margin: 0;
    min-width: 58px;
    height: auto;
  }
}

.js .p-headerUtility__searchAreaCtrl {
  display: block;
}

@media only screen and (min-width: 1040px) {
  .js .p-headerUtility__searchAreaCtrl {
    display: none;
  }
}

.p-headerUtility__searchAreaCtrl img {
  position: relative;
  top: -2px;
  width: 38px;
}

@media only screen and (min-width: 768px) {
  .p-headerUtility__searchAreaCtrl img {
    width: 30px;
  }
}

.p-headerUtility__searchAreaCtrl .p-headerUtility__searchAreaClosed {
  display: inline;
}

.p-headerUtility__searchAreaCtrl .p-headerUtility__searchAreaOpened {
  display: none;
}

.p-headerUtility__searchAreaCtrl[aria-expanded="true"] {
  border-radius: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__searchAreaCtrl[aria-expanded="true"] {
    margin: 0 0 0 10px;
    width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .p-headerUtility__searchAreaCtrl[aria-expanded="true"] {
    margin: 0;
    height: auto;
  }
}

.p-headerUtility__searchAreaCtrl[aria-expanded="true"] img {
  width: 33px;
}

.p-headerUtility__searchAreaCtrl[aria-expanded="true"] .p-headerUtility__searchAreaClosed {
  display: none;
}

.p-headerUtility__searchAreaCtrl[aria-expanded="true"] .p-headerUtility__searchAreaOpened {
  display: block;
  margin-top: 5px;
}

.p-headerUtility__searchAreaCtrl[aria-expanded="true"] .p-headerUtility__searchAreaOpened span {
  display: block;
  margin-top: 5px;
  line-height: 1;
  color: #fff;
  font-size: 0.688rem;
  text-align: center;
}

.p-headerUtility__search {
  display: none;
}

@media only screen and (min-width: 1040px) {
  .p-headerUtility__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding: 0;
    width: 291px;
  }
}

.p-headerUtility__search label {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.p-headerUtility__searchText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(167, 167, 167, 0.9);
  border-right-width: 0;
  border-radius: 20px 0 0 20px;
  padding: 0 10px 0 30px;
  min-width: 8.5em;
  width: calc(100% - 58px);
  height: 100%;
  background-color: #fff;
  vertical-align: top;
  line-height: normal;
}

.p-headerUtility__searchText::-webkit-input-placeholder {
  opacity: 1;
  color: #595959;
}

.p-headerUtility__searchText::-moz-placeholder {
  opacity: 1;
  color: #595959;
}

.p-headerUtility__searchText:-ms-input-placeholder {
  opacity: 1;
  color: #595959;
}

.p-headerUtility__searchText::-ms-input-placeholder {
  opacity: 1;
  color: #595959;
}

.p-headerUtility__searchText::placeholder {
  opacity: 1;
  color: #595959;
}

.p-headerUtility__searchButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 15px 5px 13px;
  border: 1px solid rgba(167, 167, 167, 0.9);
  border-radius: 0px 20px 20px 0px;
  width: 58px;
  height: auto;
  background-color: #333333;
}

.p-headerUtility__searchButton img {
  position: relative;
  top: -2px;
}

.p-headerSearchSP {
  position: static;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js .p-headerSearchSP:not(.-js-initialized) {
  display: none;
}

.p-headerSearchSP[aria-hidden="false"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js .p-headerSearchSP {
  z-index: 500;
}

@media only screen and (min-width: 1040px) {
  .p-headerSearchSP {
    display: none;
  }
}

.p-headerSearchSP label {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.p-headerSearchSP__searchText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 20px;
  border-width: 0;
  border-radius: 0;
  width: calc(100% - 66px);
  height: 66px;
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: top;
  line-height: normal;
}

.p-headerSearchSP__searchText::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}

.p-headerSearchSP__searchText::-moz-placeholder {
  opacity: 1;
  color: #333;
}

.p-headerSearchSP__searchText:-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

.p-headerSearchSP__searchText::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

.p-headerSearchSP__searchText::placeholder {
  opacity: 1;
  color: #333;
}

.p-headerSearchSP__searchButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 4px solid #fff;
  background-color: #5c5c5c;
  width: 66px;
  height: 66px;
}

.p-headerSearchSP__searchButton img {
  position: relative;
  top: -2px;
  width: 38px;
}

.tsutaeru-speech .tsutaeru-button:not(:last-child) {
  margin-right: 10px;
}

/* -----------------------------------------------------------
   Base
----------------------------------------------------------- */
.p-header {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-header {
    position: relative;
    z-index: 11;
  }
}

@media only screen and (min-width: 768px) {
  .p-header {
    border-bottom: 1px solid #c2c2c2;
  }
}

.p-header__headingContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 36px;
  min-height: 100px;
}

@media only screen and (min-width: 768px) {
  .p-header__headingContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 66px;
    min-height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-header__headingContainer {
    margin-bottom: 20px;
  }
}

.p-header__heading {
  padding: 0;
  width: 100%;
  min-height: auto;
  font-size: 1.375rem;
}

@media only screen and (min-width: 768px) {
  .p-header__heading {
    font-size: 2rem;
  }
}

.p-header__headingInner {
  --gradient-stop-center: 60%;
  padding: 10px 0;
  padding-left: calc(50% - 600px);
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(0, 0, 0, 0.58)), color-stop(95%, transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 60%, transparent 95%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.58)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.58) var(--gradient-stop-center), transparent 100%);
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .p-header__headingInner {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .p-header__headingInner {
    --gradient-stop-center: 30%;
    --gradient-stop-end: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.58)), color-stop(50%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 30%, transparent 50%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.58)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.58) var(--gradient-stop-center), transparent var(--gradient-stop-end));
  }
}

@media only screen and (max-width: 767px) {
  .p-headerUtility__listItem a.-about::before {
    background-image: url(/theme-static/mypage/common/images/variation_d/light/icon_about_sp.png);
  }
  .p-headerUtility__listItem a.-regist::before {
    background-image: url(/theme-static/mypage/common/images/variation_d/light/icon_regist_sp.png);
  }
  .p-headerUtility__listItem a.-contact::before {
    background-image: url(/theme-static/mypage/common/images/variation_d/light/icon_contact_sp.png);
  }
  .p-headerUtility__listItem a.-tsutaeru::before {
    background-image: url(/theme-static/mypage/common/images/variation_d/light/icon_tsutaeru_sp.png);
  }
  .p-headerUtility__listItem a.-back::before {
    background-image: url(/theme-static/mypage/common/images/variation_d/light/icon_home.png);
  }
}

.p-headerUtility__searchAreaCtrl {
  background-color: #333;
}

.p-headerUtility__searchButton {
  border-color: #333;
  background-color: #333;
}

.p-headerSearchSP {
  padding: 12px 10px;
}

.p-headerSearchSP__searchText {
  padding-right: 10px;
  width: calc(100% - 40px);
  height: 40px;
  border-radius: 20px 0 0 20px;
  background: #f7f7f7;
}

.p-headerSearchSP__searchButton {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 20px 20px 0;
  background: #f7f7f7;
  text-align: left;
}

.p-headerSearchSP__searchButton img {
  top: 0;
  width: 22px;
  vertical-align: middle;
}

.spmenu-toggle {
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 1.4em);
  padding: 28px 0 0;
  width: 2.8em;
  height: 56px;
  border: 0;
  background: #000;
  color: #e9c225;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .spmenu-toggle {
    display: none;
  }
}

.spmenu-toggle .top,
.spmenu-toggle .middle,
.spmenu-toggle .bottom {
  position: absolute;
  top: 18px;
  left: 0.8em;
  width: 1.2em;
  height: 3px;
  background-color: #e9c225;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.spmenu-toggle .top {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.spmenu-toggle .bottom {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.spmenu-toggle.active .top {
  -webkit-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
}

.spmenu-toggle.active .middle {
  background-color: rgba(255, 255, 255, 0);
}

.spmenu-toggle.active .bottom {
  -webkit-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
}

.spmenu-toggle .label {
  display: block;
  color: #e9c225;
  font-size: 0.75rem;
  line-height: 1em;
}

.p-localnav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-localnav__search {
  width: 290px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.p-localnav__search label {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.p-localnav__searchText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 20px;
  border-width: 0;
  width: calc(100% - 45px);
  height: 45px;
  background-color: transparent;
  color: #fff;
  vertical-align: top;
}

.p-localnav__searchText::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.p-localnav__searchText::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.p-localnav__searchText:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.p-localnav__searchText::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.p-localnav__searchText::placeholder {
  opacity: 1;
  color: #fff;
}

.p-localnav__searchButton {
  border-width: 0;
  padding: 12px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .p-localnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(233, 194, 37, 0.85);
    line-height: 1.25;
    font-weight: bold;
  }
  .p-localnav__list {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    list-style: none;
  }
  .p-localnav__listItem {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-localnav__link {
    display: block;
    padding: 22px 10px;
    min-width: 5em;
    border-bottom: 5px solid transparent;
    color: #000;
    text-decoration: none;
  }
  .p-localnav__link:hover, .p-localnav__link:active, .p-localnav__link:focus {
    border-color: #000;
  }
  .p-localnav__search {
    position: absolute;
    top: -45px;
    right: 0;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .p-localnav__list {
    width: 1200px;
  }
  .p-localnav__search {
    right: calc(50% - 600px);
  }
}

@media only screen and (max-width: 767px) {
  .p-localnav {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 30px 10px 10px;
    width: calc(100% - 40px);
    background-color: #000;
    z-index: 10;
  }
  .p-localnav a {
    display: block;
    padding: 10px 40px 10px 20px;
    background: #e9c225 url(/theme-static/mypage/common/images/variation_d/light/icon_arrow05.png) no-repeat right 15px center/20px auto;
    color: #000;
    font-size: 1.125rem;
    text-decoration: none;
  }
  .p-localnav__list {
    margin: 0 0 10px;
    padding: 0;
  }
  .p-localnav__listItem {
    margin-bottom: 1px;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-localnav__search {
    width: calc(100% - 14px);
    border: 7px solid #e9c225;
    background-color: #e9c225;
    font-size: 1.125rem;
  }
  .p-localnav__searchText {
    border-radius: 3px 0 0 3px;
    background-color: #000;
    color: #fff;
  }
  .p-localnav__searchButton {
    border-radius: 0 3px 3px 0;
    background-color: #000;
  }
}

.p-topicpath {
  margin-bottom: 40px;
  padding: 14px 0;
  line-height: 1.857;
  font-size: 0.875rem;
}

.p-topicpath.-home {
  margin-bottom: 0;
}

.p-topicpath a,
.p-topicpath em,
.p-topicpath span {
  margin-right: 1rem;
  margin-left: 1rem;
}

.p-topicpath a:first-child,
.p-topicpath em:first-child,
.p-topicpath span:first-child {
  margin-left: 0;
}


.p-topicpath a {
  text-decoration: underline;
}

.p-topicpath a:hover {
  text-decoration: none;
}

.p-topicpath em {
  font-style: normal;
}

.p-contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
      grid-template-areas: "aside" "main";
}

.p-contents__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
}

.p-contents__main > *:first-child {
  margin-top: 0;
}

.p-contents__aside {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: aside;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .p-contents__aside {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-contents {
    -ms-grid-columns: 75% 3.33% 21.6%;
    grid-template-columns: 75% 21.6%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
        grid-template-areas: "main aside";
    grid-gap: 0 3.33%;
  }
  .p-contents__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-contents__aside {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.p-pagetop {
  position: relative;
  border-bottom: 10px solid #f4c440;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .p-pagetop {
    z-index: 10;
  }
}

.p-pagetop a {
  display: block;
  position: absolute;
  left: calc(50% - 5.5em);
  bottom: -7em;
  padding-top: 44px;
  border-radius: 100px 100px 0 0;
  width: 11em;
  height: 12em;
  background-color: #f4c440;
  font-size: 0.812rem;
  color: #333;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-pagetop a::before {
  display: block;
  position: absolute;
  top: 10px;
  left: calc(50% - 22px);
  width: 44px;
  height: 44px;
  background: url(/theme-static/mypage/common/images/variation_d/icon_pagetop.png) no-repeat 0 0/44px auto;
  vertical-align: middle;
  text-align: center;
  content: "";
}

.p-footer {
  position: relative;
  background-color: #eee;
  z-index: 10;
}

.p-footer__wrapper {
  border: 0;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 20px 0 2px;
  list-style: none;
  line-height: 1;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .p-footer__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 32px 0 18px;
    line-height: 1.375;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__links {
    padding-top: 35px;
  }
}

.p-footer__linkItem {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .p-footer__linkItem {
    margin-bottom: 1em;
  }
}

.p-footer__linkItem:not(:last-child) {
  margin-right: 1.5em;
  padding-right: 1.5em;
  border-right: 1px solid #333;
}

.p-footer__linkItem a {
  color: #333;
  text-decoration: none;
}

.p-footer__linkItem a:hover, .p-footer__linkItem a:active, .p-footer__linkItem a:focus {
  text-decoration: underline;
}

.p-footer__copyright {
  padding: 20px 0 10px;
  text-align: center;
}

.p-footer__copyright small {
  font-size: 0.875rem;
}

.p-footer__poweredby {
  padding: 10px 0;
  font-size: 0.875rem;
  text-align: center;
}

.p-footer__poweredby a {
  text-decoration: underline;
}

.p-footer__poweredby a:hover {
  text-decoration: none;
}

.p-linkSignUp__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  background-color: transparent;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

.p-terms {
  overflow-y: scroll;
  padding: 10px 20px;
  border: 1px solid #535d2a;
  height: 15em;
}

.p-terms::-webkit-scrollbar {
  width: 15px;
}

.p-terms::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

.p-terms::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.p-embedMap {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  height: 0;
}

.p-embedMap iframe {
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-pictures {
  margin-top: -10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-pictures__item {
  margin: 10px 10px 0 0;
}

.p-entryTags__tag {
  padding: 5px 10px 3px;
  background-color: #E6E1D6;
  color: #333;
  text-decoration: none;
}

.p-entryTags__tag:not(:last-child) {
  margin-right: 1em;
}

.p-recommendList {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .p-recommendList__item {
    margin-bottom: 20px;
    margin-right: 4.444%;
    width: 47.778%;
  }
  .p-recommendList__item:nth-child(2n+1):nth-last-child(-n+2),
  .p-recommendList__item:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  .p-recommendList__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-recommendList__item {
    margin-bottom: 20px;
    margin-right: 3.667%;
    width: 22.222%;
  }
  .p-recommendList__item:nth-child(4n+1):nth-last-child(-n+4),
  .p-recommendList__item:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }
  .p-recommendList__item:nth-child(4n) {
    margin-right: 0;
  }
}

.p-recommendList__link {
  display: block;
  text-decoration: none;
}

.p-recommendList__link:hover .p-recommendList__heading, .p-recommendList__link:active .p-recommendList__heading, .p-recommendList__link:focus .p-recommendList__heading {
  text-decoration: none;
}

.p-recommendList__image {
  margin-bottom: 10px;
}

.p-recommendList__meta {
  margin-bottom: 8px;
  line-height: 1;
}

.p-recommendList__category {
  display: block;
  padding: 6px;
  border: 1px solid #888;
  color: #333;
  font-size: 0.812rem;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-recommendList__category::before {
  display: inline-block;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}

.p-recommendList__category.-cat01::before {
  background-color: #2B88A4;
}

.p-recommendList__category.-cat02::before {
  background-color: #BD2D2D;
}

.p-recommendList__category.-cat03::before {
  background-color: #A21C99;
}

.p-recommendList__category.-cat04::before {
  background-color: #F815F5;
}

.p-recommendList__pubDate, .p-recommendList__description {
  font-size: 0.875rem;
}

.p-recommendList__heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

.p-entryList-1 {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-entryList-1__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #E6E1D6;
}

@media only screen and (max-width: 767px) {
  .p-entryList-1__item {
    margin-right: 3.333%;
    padding: 14px;
    width: 47.593%;
  }
  .p-entryList-1__item:nth-child(2n+1):nth-last-child(-n+2),
  .p-entryList-1__item:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  .p-entryList-1__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-entryList-1__item {
    margin-right: 1.477%;
    padding: 12px 15px;
    width: 23.864%;
  }
  .p-entryList-1__item:nth-child(4n+1):nth-last-child(-n+4),
  .p-entryList-1__item:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }
  .p-entryList-1__item:nth-child(4n) {
    margin-right: 0;
  }
}

.p-entryList-1__link {
  display: block;
  text-decoration: none;
}

.p-entryList-1__link:hover .p-entryList-1__heading, .p-entryList-1__link:active .p-entryList-1__heading, .p-entryList-1__link:focus .p-entryList-1__heading {
  text-decoration: none;
}

.p-entryList-1__image {
  margin-bottom: 12px;
}

.p-entryList-1__meta {
  margin-bottom: 8px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.4em;
}

.p-entryList-1__heading {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

.p-entryList-1__summary {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.p-entryList-2 {
  list-style: none;
  padding: 0;
}

.p-entryList-2__item {
  position: relative;
}

.p-entryList-2__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4E3A02;
}

@media only screen and (min-width: 768px) {
  .p-entryList-2__item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.p-entryList-2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-decoration: none;
}

.p-entryList-2__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .p-entryList-2__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-entryList-2__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 17px;
  width: 105px;
}

@media only screen and (min-width: 768px) {
  .p-entryList-2__image {
    width: auto;
    max-width: 220px;
  }
}

.p-entryList-2__meta {
  color: #333;
  margin-top: 3px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .p-entryList-2__meta {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
}

.p-entryList-2__meta span {
  display: block;
}

.p-entryList-2__eventDate, .p-entryList-2__eventTime {
  display: block;
  font-size: 0.875rem;
}

.p-entryList-2__heading {
  font-size: 0.875rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-entryList-2__heading {
    margin-bottom: 4px;
    font-size: 1.125rem;
  }
}

a .p-entryList-2__heading {
  text-decoration: underline;
}

.p-entryList-2__headingNote {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px;
  min-width: 6em;
  border: 2px solid #B30000;
  background: #fff;
  color: #B30000;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
}

.p-entryList-2__description {
  margin: 0;
  color: #333;
  font-size: 0.875rem;
}

.p-entryList-2__link:hover .p-entryList-2__heading, .p-entryList-2__link:active .p-entryList-2__heading, .p-entryList-2__link:focus .p-entryList-2__heading {
  text-decoration: none;
}

.p-entryList-3 {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-entryList-3__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #4E3A02;
}

@media only screen and (min-width: 768px) {
  .p-entryList-3__item {
    margin-right: 2.273%;
    width: 31.818%;
  }
  .p-entryList-3__item:nth-child(3n+1):nth-last-child(-n+3),
  .p-entryList-3__item:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
  .p-entryList-3__item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-entryList-3__link {
  display: block;
  text-decoration: none;
}

.p-entryList-3__link:hover .p-entryList-3__heading, .p-entryList-3__link:active .p-entryList-3__heading, .p-entryList-3__link:focus .p-entryList-3__heading {
  text-decoration: none;
}

.p-entryList-3__image {
  margin-bottom: 10px;
}

.p-entryList-3__text {
  padding: 10px;
  background-color: #E6E1D6;
}

.p-entryList-3__meta {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.125rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-entryList-3__meta {
    font-size: 0.875rem;
  }
}

.p-entryList-3__heading {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-entryList-3__heading {
    font-size: 1rem;
  }
}

.p-entryList-3__headingNote {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 1px 10px;
  min-width: 6em;
  border: 2px solid #B30000;
  background: #fff;
  color: #B30000;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
}

.p-entryList-3__description {
  margin: 0;
  font-size: 0.938rem;
}

.p-entryList-3__date {
  margin-top: 10px;
  font-size: 0.938rem;
}

@media only screen and (min-width: 768px) {
  .p-entryList-3__date {
    font-size: 0.875rem;
  }
}

.p-searchResultStatus {
  margin-bottom: 30px;
}

dl.p-searchResults__item .p-searchResults__heading {
  font-weight: 700;
}

dl.p-searchResults__item .p-searchResults__overview {
  margin-left: 0;
}

.p-searchResults {
  margin-bottom: 1.5em;
}

.p-searchResults__item:not(:last-child) {
  margin-bottom: 40px;
}

.p-searchResults__heading {
  margin-bottom: 15px;
}

.p-searchResults__heading a {
  text-decoration: none;
}

.p-searchResults__heading a:hover, .p-searchResults__heading a:active, .p-searchResults__heading a:focus {
  text-decoration: underline;
}

.p-searchResults__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-searchResults__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 23px;
  width: 115px;
}

.p-searchResults__excerpt {
  margin: 0;
}

.p-searchResults__matchText {
  padding: 4px 2px;
  background-color: #FAFF64;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .p-searchResults__matchText {
    padding: 2px;
  }
}

.c-recruitArticle__button {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  max-width: 1200px;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .c-recruitArticle__button {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-recruitArticle__button.-sp-no-padding {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .c-recruitArticle__button {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.c-recruitArticle__shareButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 1em);
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .c-recruitArticle__shareButtons {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-recruitArticle__shareButtons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    width: calc(100% - 20px);
  }
}

.c-recruitArticle__shareButton:not(:last-child) {
  margin-right: 15px;
}

.c-recruitArticle__shareButton.-rss img {
  height: 20px;
}

.ie11 .c-recruitArticle__shareButton:first-child {
  display: none;
}

@media only screen and (max-width: 768px) {
  .p-archiveNav {
    margin-bottom: 20px;
  }
}

.p-archiveNav__heading {
  font-size: 1.75rem;
  margin: 0;
  padding: 5px 0;
  background-color: #F4C440;
  text-align: center;
}

.p-archiveNav__content {
  padding: 20px 40px;
  background-color: #E6E1D6;
}

@media only screen and (max-width: 767px) {
  .p-archiveNav__content {
    padding: 0;
    background-color: #fff;
  }
}

.p-archiveLink {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-archiveLink__item:not(:last-child) {
    border-bottom: 1px solid #4E3A02;
  }
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__item.-is-active .p-archiveLink__year button::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (max-width: 767px) {
  .p-archiveLink__item.-is-active .p-archiveLink__year button::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.p-archiveLink__year button {
  display: block;
  position: relative;
  width: 100%;
  border: 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__year button {
    padding: 0 0 0 20px;
    background: transparent;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-archiveLink__year button {
    padding: 20px;
    background: #E6E1D6;
  }
}

.p-archiveLink__year button::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  content: "";
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__year button::before {
    top: .2em;
    left: 0;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #4E3A02;
  }
}

@media only screen and (max-width: 767px) {
  .p-archiveLink__year button::before {
    top: calc(50% - 7px);
    right: 20px;
    border-width: 0 9px 14px 9px;
    border-color: transparent transparent #4E3A02 transparent;
  }
}

.p-archiveLink__months {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__months {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}

.p-archiveLink__months[aria-hidden="true"] {
  display: none;
}

.p-archiveLink__month em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__month:not(:last-child) {
    margin-bottom: 7px;
  }
  .p-archiveLink__month em {
    padding: 3px 5px;
    background-color: #4E3A02;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .p-archiveLink__month {
    text-align: center;
  }
  .p-archiveLink__month a, .p-archiveLink__month em {
    display: block;
    padding: 8px 0;
  }
  .p-archiveLink__month a {
    text-decoration: none;
  }
  .p-archiveLink__month em {
    position: relative;
    font-weight: bold;
  }
  .p-archiveLink__month em::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 125px);
    width: 250px;
    height: 6px;
    background-color: #4E3A02;
    content: "";
  }
  .p-archiveLink__month:not(:last-child) {
    border-bottom: 1px solid #4E3A02;
  }
}

.p-startDateSelecter {
  margin-top: 30px;
}

.p-startDateSelecter__table, .p-startDateSelecter__colHead, .p-startDateSelecter__day {
  border-style: solid;
  border-color: #4E3A02;
}

.p-startDateSelecter__table {
  width: 100%;
  border-width: 1px 0 0 1px;
}

.p-startDateSelecter__colHead, .p-startDateSelecter__day {
  border-width: 0 1px 1px 0;
}

.p-startDateSelecter__day.-selected {
  background-color: #cacaca;
}

.p-startDateSelecter__colHead {
  background-color: #E6E1D6;
}

.p-startDateSelecter__row > .p-startDateSelecter__day:first-child .p-startDateSelecter__button {
  color: #b30000;
}

.p-startDateSelecter__row > .p-startDateSelecter__day:last-child .p-startDateSelecter__button {
  color: #157c9b;
}

.p-startDateSelecter__button {
  display: block;
  padding: 5px;
  border-width: 0;
  width: 100%;
  background: none;
  text-align: center;
}

.p-startDateSelecter__caption {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-reservationStatusWrapper:not(.-detail) {
    overflow-x: auto;
    margin: 1em 0 2em;
  }
  .p-reservationStatusWrapper:not(.-detail)::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .p-reservationStatusWrapper:not(.-detail)::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (max-width: 1219px) {
  .p-reservationStatusWrapper.-detail {
    overflow-x: auto;
    margin: 1em 0 2em;
  }
  .p-reservationStatusWrapper.-detail::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .p-reservationStatusWrapper.-detail::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.p-reservationStatusWrapper:not(.-detail) .p-reservationStatus {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-reservationStatusWrapper:not(.-detail) .p-reservationStatus {
    margin: 0;
    width: 767px;
  }
}

.p-reservationStatusWrapper.-detail .p-reservationStatus {
  width: 100%;
}

@media only screen and (max-width: 1219px) {
  .p-reservationStatusWrapper.-detail .p-reservationStatus {
    margin: 0;
    width: 880px;
  }
}

.p-reservationStatusWrapper.-detail .p-reservationStatus th,
.p-reservationStatusWrapper.-detail .p-reservationStatus td {
  padding: 5px;
}

.p-reservationStatus__schedules {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.p-reservationStatus__schedules li:not(:last-child) {
  margin-bottom: 0.5em;
}

.p-reservationStatus__status.-reserved {
  background-color: #cacaca;
}

#app .p-homeSection {
  padding: 0;
}

#app > div:not(.p-startDateSelecter) > div {
  margin-bottom: 50px;
}

/* -----------------------------------------------------------
   Home
----------------------------------------------------------- */
.p-homeSection {
  position: relative;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .p-homeSection.-about .c-content, .p-homeSection.-about .tsutaeru-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-homeSection.-about .c-headingLv1 {
    min-width: 300px;
  }
}

.p-homeSection.-news {
  margin-top: -80px;
  padding-bottom: 0;
  z-index: 10;
}

.p-homeSection.-color-1 {
  background-color: #eee;
}

.p-homeSection.-color-2 {
  background-color: #fff;
}

.p-homeSection.-slash-lt {
  margin-top: 90px;
  padding-top: 0;
}

.p-homeSection.-slash-lt::before {
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: -1;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  content: "";
}

.p-homeSection.-slash-lt.-color-1::before {
  background-color: #eee;
}

.p-homeSection.-slash-rt {
  margin-top: 90px;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .p-homeSection.-slash-rt {
    margin-top: 35px;
  }
}

.p-homeSection.-slash-rt::before {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  content: "";
}

@media only screen and (max-width: 767px) {
  .p-homeSection.-slash-rt::before {
    top: -20px;
    height: 50px;
  }
}

.p-homeSection.-slash-rt.-color-1::before {
  background-color: #eee;
}

.p-homeSection.-slash-lb {
  padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  .p-homeSection.-slash-lb {
    padding-bottom: 100px;
  }
}

.p-homeSection.-slash-lb::after {
  display: block;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  content: "";
}

@media only screen and (max-width: 767px) {
  .p-homeSection.-slash-lb::after {
    bottom: -20px;
    height: 90px;
  }
}

.p-homeSection.-slash-lb.-color-1::after {
  background-color: #fff;
}

.p-homeSection.-slash-rb {
  padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  .p-homeSection.-slash-rb {
    padding-bottom: 100px;
  }
}

.p-homeSection.-slash-rb::after {
  display: block;
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  content: "";
}

@media only screen and (max-width: 767px) {
  .p-homeSection.-slash-rb::after {
    bottom: -20px;
    height: 90px;
  }
}

.p-homeSection.-slash-rb.-color-1::after {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-homeSection.-sp-no-bg {
    background: transparent;
  }
  .p-homeSection.-sp-no-bg.-slash-lt {
    margin-top: 0;
  }
  .p-homeSection.-sp-no-bg.-slash-lt::before {
    display: none;
  }
}

.p-homeSlider {
  overflow: hidden;
  /* Slider */
  /* Prev, Next */
  /* Control */
  /* Start, Pause */
  /* Dots */
}

.p-homeSlider .slick-slider {
  margin: 0;
  padding: 0;
}

.p-homeSlider__list {
  padding: 0;
}

.p-homeSlider__listItem img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-homeSlider .slick-list {
    padding: 0 60px;
    overflow: visible;
  }
  .p-homeSlider .slick-slide {
    margin: 0 60px;
    opacity: .6;
  }
  .p-homeSlider .slick-slide.slick-current {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-homeSlider .slick-list {
    margin: 0 10px;
  }
}

.p-homeSlider .slick-prev,
.p-homeSlider .slick-next {
  position: absolute;
  top: calc(50% - 66px);
  margin: 0;
  padding: 0;
  width: 68px;
  height: 132px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 68px 132px;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .p-homeSlider .slick-prev,
  .p-homeSlider .slick-next {
    top: calc(50% - 32px);
    width: 33px;
    height: 65px;
    background-size: 33px 65px;
  }
}

.p-homeSlider .slick-prev {
  left: 27px;
  background-image: url('/theme-static/mypage/common/images/variation_d/light/icon_prev01.png');
}

@media only screen and (max-width: 767px) {
  .p-homeSlider .slick-prev {
    left: 4px;
  }
}

.p-homeSlider .slick-prev:hover, .p-homeSlider .slick-prev:focus {
  background-image: url('/theme-static/mypage/common/images/variation_d/light/icon_prev02.png');
}

.p-homeSlider .slick-next {
  right: 27px;
  background-image: url('/theme-static/mypage/common/images/variation_d/light/icon_next01.png');
}

@media only screen and (max-width: 767px) {
  .p-homeSlider .slick-next {
    right: 4px;
  }
}

.p-homeSlider .slick-next:hover, .p-homeSlider .slick-next:focus {
  background-image: url('/theme-static/mypage/common/images/variation_d/light/icon_next02.png');
}

.p-homeSlider .slick-control {
  margin: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-homeSlider .slick-control {
    position: relative;
    margin: 10px 0 0;
    padding: 0 5.4em 0 10px;
  }
}

.p-homeSlider .slick-start,
.p-homeSlider .slick-pause {
  display: inline-block;
  padding: 6px 10px;
  border: 2px solid #333;
  border-radius: 3px;
  background-color: #FFDB4D;
  line-height: 1em;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.p-homeSlider .slick-start::before,
.p-homeSlider .slick-pause::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  content: "";
}

.p-homeSlider .slick-start:hover, .p-homeSlider .slick-start.-active, .p-homeSlider .slick-start:focus,
.p-homeSlider .slick-pause:hover,
.p-homeSlider .slick-pause.-active,
.p-homeSlider .slick-pause:focus {
  background-color: #000;
  color: #FFE067;
}

.p-homeSlider .slick-start:hover::before, .p-homeSlider .slick-start.-active::before, .p-homeSlider .slick-start:focus::before,
.p-homeSlider .slick-pause:hover::before,
.p-homeSlider .slick-pause.-active::before,
.p-homeSlider .slick-pause:focus::before {
  background-position: left top;
}

@media only screen and (max-width: 767px) {
  .p-homeSlider .slick-start,
  .p-homeSlider .slick-pause {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 4px 10px;
    font-size: 0.875rem;
  }
}

.p-homeSlider .slick-start::before {
  width: 8px;
  height: 13px;
  background: url('/theme-static/mypage/common/images/variation_d/light/icon_start01.png') no-repeat 0 0/8px 13px;
}

.p-homeSlider .slick-start:hover::before, .p-homeSlider .slick-start.-active::before, .p-homeSlider .slick-start:focus::before {
  background: url('/theme-static/mypage/common/images/variation_d/light/icon_start02.png') no-repeat 0 0/8px 13px;
}

.p-homeSlider .slick-pause::before {
  width: 7px;
  height: 13px;
  background: url('/theme-static/mypage/common/images/variation_d/light/icon_pause01.png') no-repeat 0 0/7px 13px;
}

.p-homeSlider .slick-pause:hover::before, .p-homeSlider .slick-pause.-active::before, .p-homeSlider .slick-pause:focus::before {
  background: url('/theme-static/mypage/common/images/variation_d/light/icon_pause02.png') no-repeat 0 0/7px 13px;
}

.p-homeSlider .slick-dots {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.p-homeSlider .slick-dots li {
  display: inline-block;
  margin-bottom: 8px;
}

.p-homeSlider .slick-dots li button {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  padding: 0;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #333;
  text-indent: -9999px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .p-homeSlider .slick-dots li button {
    margin-right: 20px;
    width: 20px;
    height: 20px;
  }
}

.p-homeSlider .slick-dots li button:hover,
.p-homeSlider .slick-dots li button:focus,
.p-homeSlider .slick-dots li.slick-active button {
  border-radius: 0;
  background-color: #FFDB4D;
}

.p-aboutGroup__more {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-aboutGroup__more {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .p-aboutGroup__omitted {
    display: none;
  }
}

.p-aboutGroup__link {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-aboutGroup__link {
    display: none;
  }
}

.p-aboutGroup__link a {
  display: inline-block;
  padding: 30px 30px 10px;
  border: 1px solid #333;
  background: url('/theme-static/mypage/common/images/variation_d/light/icon_arrow01.png') no-repeat center 10px/40px auto;
  color: #000;
  font-size: 1.125rem;
  text-decoration: none;
}

.p-aboutGroup__link a:hover, .p-aboutGroup__link a:active, .p-aboutGroup__link a:focus {
  background-color: #000;
  background-image: url('/theme-static/mypage/common/images/variation_d/light/icon_arrow02.png');
  color: #ffe066;
}

.p-newslist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .p-newslist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .p-newslist__list {
    margin-bottom: 60px;
  }
}

.p-newslist__item {
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .p-newslist__item {
    margin-right: 60px;
    margin-bottom: 60px;
    width: calc(33.3% - 40px);
  }
  .p-newslist__item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-newslist__link {
  display: block;
  position: relative;
  color: #333;
  text-decoration: none;
}

.p-newslist__link:hover .p-newslist__text::after, .p-newslist__link:active .p-newslist__text::after, .p-newslist__link:focus .p-newslist__text::after {
  background-color: #000;
}

.p-newslist__meta {
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1;
  color: #333;
  font-size: 0.875rem;
}

.p-newslist__category {
  position: relative;
  display: inline-block;
  padding: 8px;
  min-width: 110px;
  max-width: 100%;
  background-color: #fff;
  line-height: 1.5em;
  font-size: 0.812rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
  .p-newslist__category {
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
            box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
  }
}

.p-newslist__category::before {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-color: #333;
  vertical-align: top;
  content: "";
}

.p-newslist__category.-cat01::before {
  background-color: #2B88A4;
}

.p-newslist__category.-cat02::before {
  background-color: #BD2D2D;
}

.p-newslist__category.-cat03::before {
  background-color: #A21C99;
}

.p-newslist__category.-cat04::before {
  background-color: #F815F5;
}

.p-newslist__image img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-newslist__image img {
    height: 255px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-newslist__text {
  padding: 15px 15px 8px;
  margin-bottom: 7px;
  width: 100%;
  background-color: rgba(255, 219, 77, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-newslist__text::after {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: rgba(255, 219, 77, 0.85);
  content: "";
}

.p-newslist__date {
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: center;
}

.p-newslist__heading {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4em;
}

.p-newslist__headingNote {
  margin-left: 1em;
  color: #B30000;
  font-style: normal;
}

.p-newslist__description {
  margin: 0;
  font-size: 0.938rem;
}

.p-embedSNS {
  position: relative;
  overflow: hidden;
  padding-bottom: 93%;
  height: 0;
}

.p-embedSNS div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-embedSNS div.twitter-timeline {
  overflow-y: scroll;
}

.p-editorContent {
  margin-bottom: 2em;
}

.p-editorContent__body em {
  font-style: italic;
}

/* -----------------------------------------------------------
   Utility
----------------------------------------------------------- */
.u-displayOnlyPC {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-displayOnlyPC {
    display: block;
  }
}

.u-displayOnlySP {
  display: block;
}

@media only screen and (min-width: 768px) {
  .u-displayOnlySP {
    display: none;
  }
}

.u-tableDisplayOnlyPC {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-tableDisplayOnlyPC {
    display: table;
  }
}

.u-tableDisplayOnlySP {
  display: table;
}

@media only screen and (min-width: 768px) {
  .u-tableDisplayOnlySP {
    display: none;
  }
}

.u-displayOnlyPCInline {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-displayOnlyPCInline {
    display: inline;
  }
}

.u-displayOnlySPInline {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .u-displayOnlySPInline {
    display: none;
  }
}

.u-displayOnlyNonVisualEnv {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-textAlignLeft {
  text-align: left;
}

.u-textAlignCenter {
  text-align: center;
}

.u-textAlignRight {
  text-align: right;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-fontSize20 {
  font-size: 1.625rem;
}

@media only screen and (min-width: 768px) {
  .u-fontSize20 {
    font-size: 1.25rem;
  }
}

.u-fontSize14 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .u-fontSize14 {
    font-size: 0.875rem;
  }
}

.u-fontWeightNormal {
  font-weight: normal;
}

.u-margin30 {
  margin: 30px 0;
}

.u-mapImageAndIframe {
  margin-bottom: 20px;
}

.c-layoutImage::after, .c-associationList-2 > .c-associationList-2__item.-dd-horizontal::after, .p-editorContent__body::after {
  clear: both;
  display: block;
  content: "";
}

/* -----------------------------------------------------------
   Print
----------------------------------------------------------- */
@media print {
  .mt-image-left,
  .mt-image-right {
    display: block;
    float: none !important;
    margin: 0 0 1em !important;
  }
}

/*# sourceMappingURL=basic_d.css.map */