/* 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.571;
    font-size: 0.875rem;
  }
}

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: #0044b5;
}

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

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

th,
td {
  vertical-align: top;
}

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

/* -----------------------------------------------------------
   Components
----------------------------------------------------------- */
.c-section {
  margin-bottom: 50px;
}

.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: 767px) {
  .c-sectionFullBg {
    padding: 10px;
  }
}

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

.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.-mb0 {
  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-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: 50%;
  }
}

@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: 50%;
  }
}

@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 {
  margin-bottom: 1.2727em;
  font-size: 1.625rem;
  text-align: center;
}

.c-headingLv1::after {
  display: block;
  content: "";
  margin: 7px auto 0;
  width: 200px;
  height: 0;
  border-bottom: 5px solid #D0D0D0;
}

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

.c-headingLv2, .p-editorContent__body h2:not([class]) {
  padding-left: 17px;
  border-left: 5px solid #E22D46;
  font-size: 1.375rem;
}

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

.c-headingLv3, .p-editorContent__body h3:not([class]) {
  padding: 8px 20px 8px;
  font-size: 1.25rem;
  background-color: #F7F7F7;
}

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

.c-headingLv4 {
  padding-left: 16px;
  border-left: 6px solid #7D7D7D;
  font-size: 1.25rem;
}

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

.c-headingLv5 {
  padding-bottom: 4px;
  border-bottom: 2px solid #333333;
  font-size: 1.25rem;
}

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

.c-strong-2 {
  padding: 3px 20px;
  background-color: #e50a00;
  color: #fff;
}

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

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

.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: 10%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .c-unorderdList-1, .p-editorContent__body ul:not([class]) {
    margin-left: 78px;
  }
}

.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.7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline;
  content: "";
  margin-right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 6px;
  background: #7a7a7a;
}

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

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

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

@media only screen and (min-width: 768px) {
  .c-unorderdList-2 {
    margin-left: 78px;
  }
}

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

.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: .714em;
}

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

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

@media only screen and (min-width: 768px) {
  .c-orderdList-1, .p-editorContent__body ol:not([class]) {
    margin-left: 78px;
  }
}

.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;
  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: 10%;
}

@media only screen and (min-width: 768px) {
  .c-associationList-1 {
    margin-left: 78px;
  }
}

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

.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: 10%;
}

@media only screen and (min-width: 768px) {
  .c-associationList-2 {
    margin-left: 78px;
  }
}

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

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

.c-associationList-2 > .c-associationList-2__item > dd {
  margin-left: 2.5em;
}

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

.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: 50px;
}

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

.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 thead th {
  background-color: #f7f7f7;
  text-align: center;
}

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

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

.c-box-1 {
  margin-bottom: 2.5rem;
  padding: 15px 16px;
  border: 1px solid #B5B5B5;
  font-size: 1rem;
}

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

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

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

.c-form__item {
  padding-bottom: 20px;
  border-bottom: 1px dotted #686868;
}

@media only screen and (min-width: 768px) {
  .c-form__item::after {
    display: table;
    clear: left;
    content: "";
  }
}

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

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

@media only screen and (min-width: 768px) {
  .c-form__label {
    float: left;
    margin-bottom: 0;
    padding-right: 1.111%;
    width: 26%;
  }
}

@media only screen and (min-width: 768px) {
  .c-form__field {
    float: left;
    width: 72.889%;
  }
}

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

.c-form__require {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
  padding: 1px 13px;
  background-color: #FFC5C5;
  color: #960404;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
}

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

.c-form__errorMessage {
  margin-bottom: 12px;
  padding-left: 24px;
  background: url(/theme-static/mypage/common/images/variation_b/light/icon_caution.png) no-repeat 2px 0.2em/17px auto;
  color: #e2141a;
  font-weight: bold;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .c-form__errorMessage {
    margin-bottom: 6px;
    padding-left: 28px;
    background-position: 2px 0.1em;
    background-size: 19px auto;
  }
}

.c-form__inputItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 9%;
  padding-left: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .c-form__inputItems {
    margin-left: 0;
  }
}

.c-form__inputItem:not(:last-child) {
  margin-right: 50px;
}

.c-form__text, .c-form__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  width: 100%;
  line-height: normal;
  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 {
  border: 1px solid #DC1489;
  background: #FFDFDF;
}

.c-form__text {
  padding: 7px 10px;
}

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

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

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

.c-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 24px 12px 10px;
  border: 1px solid #A0A0A0;
  border-radius: 3px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAAuElEQVR4Ae2VAQbDQBBFe4IGEfQGgSCgCEjRI+V4BWABNCcoKAGBsKCdqY/6drR8oIoHO/8/sDu7u3XniNG4gzHKReWTsRkPsOHsK8HwXibJ8ElwNFYUSqzIFAV9oXwBLOlZ0BkLBZOxB4lmCzovQRuUK8idKpC0PpxpcDVqLxK1zyg7+yBTuUGhREOS7IcTJMk4cIlBJqEz+YHETwj+AvkiyVdZfkzyc5YWir7S9KWqr3X9Y5G/tidedeYPTQiauQAAAABJRU5ErkJggg==");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: right 10px 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: 28px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAAdklEQVR42u3XsRGDQBBDUTXDHKX9fqCNpTTgzgXIAaaCvcQzK+UvliSxEHScbCdYJNG40tjbiyYCb76dze3NmBCdCdxDYj7CeFYwLrDAAgsssMACCyzwz8Exa3D23+A88O6e5k7vxhxinTra1+cHBCONDYImfQG9gK8bmiumyAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: left 0.35em;
  background-size: 20px auto;
}

@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/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAABGlBMVEVoaGhoaGj///9oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhYWFj////7+/vx8fFfX1/+/v74+Pj9/f3n5+eTk5NcXFz19fX8/Pzw8PBwcHCHh4diYmKUlJR8fHx1dXXj4+NmZmZtbW3BwcFqamrt7e3Pz8+BgYF/f3/v7+9ZWVlaWlqNjY3U1NTa2trMzMxhYWHe3t6np6eVlZXf39/z8/P09PT29vaCgoKPj4/Z2dnFxcXb29v5+fmJiYm6urqKioqzs7NxcXFdXV2Ojo6rq6vIyMiWlpaampq5ubmysrKMjIyqqqqFhYWhoaHJycmZmZl6enqSkpKLi4v6+vqEhIRra2vs7OyGhobi4uLT09PV1dWdnZ3u7u6ioqL2zZKSAAAACnRSTlOt7wAn8fKuJSjzxnL+kQAAAUVJREFUeF7N1MV2wzAQBdCJITAyh5mxyMzMzPD/v1E3dZWoSSytevqW47uQbb0BKQQKcqJASAI5gAIJyAAYS2mcpGIIoKDruBIjgKgJBPHfwtXDpBCcjJMxXQC+7BJCMjYXrpjkK41FDpzOku/kF3xhsUR+suQHo1XqptYYaM2M97lamTrzlTmj9UbMCeqMNHXxOvPWzqw7y855br5AXeeS+Y76cndaKnZdIk9du8L8mfUNb16Nus5u9NymxsAt+qRc0/QModnWWFiPU7nT2uu5/YHbc9Ch0uy5jyHXrNImAzmyhkDteMDFnOFVOPnlTpOjqnDGuHN9dBUu+lzT9umMdUXddcK3XM6N5woGp4X6bdelW9y63t277uFRoNd2k2BUaAEknp7/bPeoIovUwAgEMWfw3HsOgxAWW/ZhkGRQeUwFWfoEqt5WJZvoUn8AAAAASUVORK5CYII=");
}

.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/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAB+ElEQVR42rWXP09aYRhH3xh1cNVuxq9BP0nVfoKjCS46SOKOmzoYaGLcZGIxNp1NdMERR61RNDqATgwCxtPh1iItKNd7+7v7yfP+e55zQxgYRsiwSpkq9zzyyD1VyqySYSTEDdPkqeGAr0ae6eFhk2zTQlyzZMUrm3bs2PTKiiXXImiLbSaHwX2hjgvu+NP+efbMHRdE6sy+DRulgLjhre/l1o2o0gKjg3ATHGDWQ4fNoVmRAyb6V7ePy14YJxcui+z3qZIirnhn3Ny5IlL8GzeL2ZjVdatcEpnvvSh1PPKjORK551MXWMAtk2Tj9bKZob34gd3r3clFaTMTAfO4a9LsiuSjFnCN54mBZyLXjAQyuOZzYuBz9MYzgRzumUb2RFYDZaykAqyIlAOnWEsFWBM5DTSwmQqwKdIItLCTCrAj0voPwNSXnPqhpH5tclhKBVj6fbE/p/30UmoO5y/NIa32tfPSvkJgmlbyBrsgrT96wnbSEbApUng9pBqJh1Sjx3SYw6VkY/RruoP+27/mMB6pyGUs3OWLioz3l6UfmPV4aNxxJEvf+8pSCCEwRhFxcwidu4tOVoqMve2Ic+8L53lXOOeHcdgpCl0lPrFm0yefbFrz5LUSF5iKI+3r3AyU9hvWY0h7z29FjjJVHmjT5oEqZXJv/1b8Akv3U/0nyKjjAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: left 0.25em;
  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/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAABk0lEQVR42q2XS27CMBCGLQRUAnbQHeIIha6Sk5SPngROADvUIhR6h2wQVQ8CN+Cx4rEmbFoFREuKM3nZ/9L2pzieGf+jVOggh0UXlzl7jhzZM8eli0VOJR3U6bPkO0RL+tTjw6qM8UJhV3mMqcbBvbCNhF21pS3D8jixYVc55MNwJWaJcb5mlPRfN02F8zXVfCWT1Dhfk/+4diacr04wULaZgXse/4BOZtztsWlwMgI80bgA+0ZwvvqXErAyBlyRU1iROfuGTYUKNqPIHLcUPXHBhudAeLXYiOu7CleYPtK6S4AmR2GHq1gI00Ntzg+FHQvFTpi2tUBb2LFT4m8uaoEP0hWmAVZkoPEjS5fyrgWO5EuRw6Z5h3uKChs5sNfBSKTFOiqw7VipV6YcN/VMFwfj5etsOzwjOO/XnjA2AnRuH6ldZtwu4HQgM/DV7EP/cZ9QxUxWpKg3S1+pcJ9as3RGFlIcfEJB9ogkMpydOB62hhPLEjvUkpj2gVBX1gwSmPZAW9E7txUHTpw4nNuKntxW/ADCXhtNSJxdQgAAAABJRU5ErkJggg==");
}

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

fieldset.c-form__item {
  margin: 0 0 45px 0;
  padding: 0;
  border: none;
}

fieldset.c-form__item > legend.c-form__label {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
}

fieldset.c-form__item .c-form__inputItems {
  margin-top: 2px;
}

.c-searchMypage {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 12px 35px;
  border: 3px solid #697634;
  border-radius: 10px;
  height: 63px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-searchMypage.-mainArea {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
    max-width: initial;
  }
}

@media only screen and (min-width: 768px) {
  .c-searchMypage {
    margin: 0;
    border-width: 2px;
    background-color: #faf9ec;
  }
  .c-searchMypage.-mainArea {
    max-width: 293px;
  }
}

.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;
  border-width: 0;
  padding: 0 5px 0 20px;
  width: calc(100% - 63px);
  height: 100%;
  background-color: transparent;
  vertical-align: bottom;
  line-height: normal;
}

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

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

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

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

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

.c-searchMypage__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 10px;
  border-width: 0;
  border-radius: 0px 10px 10px 0px;
  width: 59px;
  height: 57px;
  background-color: transparent;
  vertical-align: bottom;
}

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

.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;
  margin-right: 25px;
  padding: 8px 10px;
  border: 1px solid #BFBFBF;
  border-radius: 0;
  width: calc(100% - 93px - 25px);
  line-height: normal;
  font-size: 1rem;
}

.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 (min-width: 768px) {
  .c-searchKeyword__text {
    padding: 10px 10px;
    width: 300px;
    font-size: 0.875rem;
  }
}

.c-searchKeyword__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 9px 10px;
  border-width: 0;
  border-radius: 2px;
  width: 93px;
  height: 42px;
  background: #E22D46;
  vertical-align: bottom;
  line-height: 1;
  color: #fff;
}

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

.c-searchKeyword__buttonImage {
  position: relative;
  top: -2px;
  margin-right: 6px;
  width: 16px;
  height: auto;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .c-searchKeyword__buttonImage {
    top: 0;
    margin-right: 10px;
    font-size: 0.875rem;
  }
}

.c-searchKeyword__buttonText {
  position: relative;
  top: -1px;
}

.c-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  border-width: 0;
  background-color: #d0d0d0;
  border-radius: 2px;
  color: #0044b5;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.c-button::before {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 7px;
  height: 11px;
  background: url(/theme-static/mypage/common/images/variation_b/light/blt_button_01.png) no-repeat left top/7px auto;
}

.c-button.-normal {
  min-width: 175px;
  padding: 8px 10px 8px 40px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 768px) {
  .c-button.-normal {
    padding: 4px 10px 4px 30px;
    line-height: 1.5;
    font-size: 1rem;
  }
}

.c-button.-submit {
  min-width: 230px;
  padding: 13px 10px 13px 40px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 768px) {
  .c-button.-submit {
    padding: 6px 10px 6px 30px;
    line-height: 1.364;
    font-size: 1.375rem;
  }
}

.c-pagination {
  margin: 1rem 0;
}

@media only screen and (min-width: 768px) {
  .c-pagination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 12% 2.5% 71% 2.5% 12%;
    grid-template-columns: 12% 71% 12%;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: "left center right";
    grid-gap: 0 2.5%;
  }
  .c-pagination__prev {
    grid-area: left;
  }
  .c-pagination__next {
    grid-area: right;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagination {
    position: relative;
    margin: 0 40px;
    padding-bottom: 30px;
  }
  .c-pagination__prev, .c-pagination__next {
    position: absolute;
    bottom: 0;
  }
  .c-pagination__prev a, .c-pagination__next a {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .c-pagination__prev {
    left: 0;
  }
  .c-pagination__next {
    right: 0;
  }
}

.c-pagination em,
.c-pagination a {
  display: block;
  padding: 8px 14px;
  border: 0;
  border-radius: 3px;
  background-color: #f7f7f7;
  line-height: 1;
  text-align: center;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .c-pagination em,
  .c-pagination a {
    font-size: 0.75rem;
  }
}

.c-pagination em {
  background-color: #686868;
  color: #fff;
}

.c-pagination a {
  text-decoration: underline;
}

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

.c-pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .c-pagination__prev {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-pagination__next {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .c-pagination__pages {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

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

.c-pagination__page em,
.c-pagination__page a {
  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 (min-width: 768px) {
  .p-header {
    border-bottom: 1px solid #c2c2c2;
  }
}

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

@media only screen and (max-width: 767px) {
  .p-header__headingContainer {
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, #fff), color-stop(80%, transparent));
    background: linear-gradient(to right, #fff 45%, transparent 80%);
  }
}

.p-header__heading {
  padding: 20px 80px 20px 10px;
  color: #525252;
}

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

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

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

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

.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;
  top: 157px;
  right: 10px;
  padding: 25px 0 0;
  width: 2.8em;
  height: 48px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

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

.spmenu-toggle .top, .spmenu-toggle .middle, .spmenu-toggle .bottom {
  position: absolute;
  top: 16px;
  left: .7em;
  width: 1.4em;
  height: 3px;
  background-color: #e22d46;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .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, .spmenu-toggle.active .middle, .spmenu-toggle.active .bottom {
  background-color: #333;
}

.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: #424242;
  font-size: 0.75rem;
  line-height: 1em;
}

.p-localnav__search {
  margin-left: auto;
  width: 100%;
  height: 40px;
  border: 1px solid #C2C2C2;
  background-color: #e02b44;
  color: #fff;
}

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

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

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

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

.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;
  width: 40px;
  height: 40px;
  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;
    padding: 11px 0;
    line-height: 1.25;
    font-weight: bold;
  }
  .p-localnav a {
    color: #525252;
    text-decoration: none;
  }
  .p-localnav a:hover, .p-localnav a:active, .p-localnav a:focus {
    text-decoration: underline;
  }
  .p-localnav__home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 102px;
    height: 100%;
  }
  .p-localnav__home a {
    display: block;
    padding-left: 35px;
    background: url(/theme-static/mypage/common/images/variation_b/light/blt_home.svg) no-repeat left top/23px auto;
  }
  .p-localnav__list {
    position: relative;
    margin: 0;
    padding-left: 3.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 67%;
    list-style: none;
  }
  .p-localnav__list::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    width: 0;
    height: 80%;
    border-right: 1px solid #E22D46;
  }
  .p-localnav__listItem {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 40px;
    padding: 9px 0 9px 15px;
    background: url(/theme-static/mypage/common/images/variation_b/light/blt_localnav.svg) no-repeat left 0.85em/7px auto;
  }
  .p-localnav__search {
    width: 19.25%;
    height: 30px;
    background-color: #FFF3DF;
  }
  .p-localnav__searchText {
    width: calc(100% - 30px);
    height: 30px;
    color: #525252;
    font-size: 0.75rem;
  }
  .p-localnav__searchText::-webkit-input-placeholder {
    opacity: 1;
    color: #545454;
  }
  .p-localnav__searchText::-moz-placeholder {
    opacity: 1;
    color: #545454;
  }
  .p-localnav__searchText:-ms-input-placeholder {
    opacity: 1;
    color: #545454;
  }
  .p-localnav__searchText::-ms-input-placeholder {
    opacity: 1;
    color: #545454;
  }
  .p-localnav__searchText::placeholder {
    opacity: 1;
    color: #545454;
  }
  .p-localnav__searchButton {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-localnav {
    position: relative;
    padding-top: 64px;
    background-color: #fecaca;
  }
  .p-localnav a {
    display: block;
    padding: 4px 4px 4px 40px;
    color: #525252;
    text-decoration: none;
  }
  .p-localnav__home {
    position: absolute;
    top: 64px;
    width: 50%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-localnav__home a {
    background: url(/theme-static/mypage/common/images/variation_b/light/blt_home.svg) no-repeat 8px 0.4em/23px auto;
  }
  .p-localnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .p-localnav__list::before {
    display: block;
    width: 50%;
    content: "";
  }
  .p-localnav__listItem {
    width: 50%;
    border-bottom: 1px solid #fff;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-localnav__listItem:first-child {
    border-top: 1px solid #fff;
  }
  .p-localnav__listItem:nth-child(even) {
    border-right: 1px solid #fff;
  }
  .p-localnav__listItem:last-child, .p-localnav__listItem:nth-last-child(2):nth-child(even) {
    border-right: 1px solid #fff;
    border-bottom: 0;
  }
  .p-localnav__listItem a {
    background: url(/theme-static/mypage/common/images/variation_b/light/blt_localnav.svg) no-repeat 15px 0.85em/7px auto;
  }
  .p-localnav__search {
    position: absolute;
    top: 12px;
    left: 15px;
    width: calc(100% - 30px);
    border-color: #fff;
  }
}

.p-topicpath {
  margin-bottom: 40px;
  padding: 9px 0;
  background-color: #FFDFDF;
  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;
  }
}

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

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

.p-pagetop a {
  display: block;
  padding: 10px 0;
  border: 3px solid #cfcec7;
  border-radius: 15px;
  width: 216px;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.p-pagetop a::before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 14px;
  width: 17px;
  height: 17px;
  background: url(/theme-static/mypage/common/images/variation_b/light/blt_pagetop.svg) no-repeat left center/17px auto;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .p-pagetop a {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
  }
}

.p-footer__wrapper {
  border-width: 1px 0;
  border-style: solid;
  border-color: #edece6;
}

.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: 1rem;
  font-weight: bold;
}

@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;
    width: calc(100% - 245px);
    line-height: 1.571;
    font-size: 0.875rem;
    font-weight: normal;
  }
}

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

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

.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 {
  margin: 1rem 0;
  text-align: center;
}

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

@media only screen and (min-width: 768px) {
  .p-footer__copyright small {
    margin-top: 20px;
  }
}

.p-footer__poweredby {
  margin: 1rem 0;
  font-size: 0.875rem;
  text-align: center;
}

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

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

@media only screen and (min-width: 768px) {
  .p-footer__poweredby {
    margin-top: 20px;
  }
}

.p-linkSignUp__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  background-color: transparent;
  color: #0044b5;
  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: #F7F7F7;
  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: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .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: 1100px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.p-recommendList__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  width: 120px;
}

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

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

.p-recommendList__category {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  min-width: 115px;
  max-width: 100%;
  background-color: #ececec;
  color: #333;
  line-height: 1.667;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

.p-recommendList__category::before {
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

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

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

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

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

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

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

.p-recommendList__heading {
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: bold;
}

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

.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 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-entryList-1__item {
    margin-bottom: 15px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .p-entryList-1__item {
    margin-bottom: 20px;
    margin-right: 4.444%;
    width: 47.778%;
  }
  .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: 960px) {
  .p-entryList-1__item {
    margin-bottom: 20px;
    margin-right: 3.667%;
    width: 22.222%;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .p-entryList-1__link {
    display: block;
  }
}

.p-entryList-1__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .p-entryList-1__image {
    margin-right: 0;
    margin-bottom: 6px;
    width: auto;
  }
}

.p-entryList-1__meta {
  color: #333;
  font-size: 0.75rem;
}

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

.p-entryList-1__heading {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}

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

.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__summary {
  margin-top: 0.5rem;
  color: #333;
  font-size: 0.875rem;
}

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

.p-entryList-2__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #7a7a7a;
}

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

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

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

.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: 160px;
  }
}

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

@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: 0.875rem;
  }
}

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

.p-entryList-2__headingNote {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 18px;
  border: 1px solid #DB2E46;
  color: #DB2E46;
  font-style: normal;
  font-size: 0.812rem;
}

@media only screen and (min-width: 768px) {
  .p-entryList-2__headingNote {
    margin-left: 25px;
    padding: 1px 25px;
    font-size: 0.875rem;
    background-color: #DB2E46;
    color: #fff;
  }
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

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

@media only screen and (min-width: 768px) {
  .p-entryList-3__item {
    margin-right: 4%;
    width: 30.667%;
  }
  .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__image {
  margin-bottom: 10px;
}

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

.p-entryList-3__meta {
  padding: 3px 10px;
  background-color: #6e6e6e;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

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

.p-entryList-3__heading {
  margin: 0 10px 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .p-entryList-3__heading {
    margin: 0 20px 10px;
  }
}

.p-entryList-3__headingNote {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 18px;
  border: 1px solid #e22d46;
  color: #e22d46;
  font-style: normal;
  font-size: 0.812rem;
}

@media only screen and (min-width: 768px) {
  .p-entryList-3__headingNote {
    margin-left: 25px;
    padding: 1px 25px;
    font-size: 0.875rem;
    background-color: #e22d46;
    color: #fff;
  }
}

.p-entryList-3__description {
  margin: 0 10px 6px;
  color: #333;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .p-entryList-3__description {
    margin: 0 20px 16px;
  }
}

.p-entryList-3__date {
  margin: 0 10px 6px;
  color: #333;
  font-size: 0.75rem;
}

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

.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-searchResultStatus {
  font-size: 1rem;
}

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

.p-searchResultStatus__keyword {
  font-weight: bold;
  font-style: normal;
  font-size: 1.25rem;
}

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

dl.p-searchResults__text {
  margin: 0;
}

dl.p-searchResults__text .p-searchResults__heading {
  font-size: 1.17em;
  font-weight: 700;
}

.p-searchResults {
  counter-reset: item;
  margin-bottom: 1.5em;
  font-size: 0.812rem;
}

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

.p-searchResults__item {
  position: relative;
  padding-left: 2em;
}

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

.p-searchResults__item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  width: 2em;
  font-weight: bold;
}

.p-searchResults__heading {
  margin: 0;
}

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

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

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

@media only screen and (min-width: 768px) {
  .p-searchResults__thumbnail {
    margin-right: 25px;
    width: 148px;
  }
}

.p-searchResults__excerpt {
  margin: 0;
}

.p-searchResults__matchText {
  font-style: normal;
}

.p-archiveNav__heading {
  font-size: 1.125rem;
  margin: 0;
  padding: 16px 0;
  background-color: #e3e3e3;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-archiveNav__heading {
    padding: 0;
  }
  .p-archiveNav__heading button {
    display: block;
    position: relative;
    padding: 16px 0;
    width: 100%;
    border: 0;
    background-color: #e3e3e3;
  }
  .p-archiveNav__heading button::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 20px;
    height: 19px;
    background: url(/theme-static/mypage/common/images/variation_b/light/icon_arrow_01.png) no-repeat 0 0;
    background-size: 20px 19px;
    content: "";
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-archiveNav__heading button[aria-expanded="true"]::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.p-archiveNav__content {
  padding: 30px 40px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 768px) {
  .p-archiveNav__content {
    display: none;
    padding: 20px 30px;
  }
}

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

.p-archiveLink__item {
  position: relative;
  margin-bottom: 10px;
}

.p-archiveLink__item:last-child {
  margin-bottom: 0;
}

.p-archiveLink__item::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #e22d45;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.p-archiveLink__item.-is-active::before {
  top: 0.5em;
  left: -0.2em;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #686868 transparent transparent transparent;
}

.p-archiveLink__months {
  list-style: none;
  padding-left: 20px;
}

.p-archiveLink__month {
  position: relative;
  padding-left: 20px;
}

.p-archiveLink__month::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #e22d45;
}

.p-archiveLink__month:not(:last-child) {
  margin-bottom: 12px;
}

.p-archiveLink.-js-initialized .p-archiveLink__item .p-archiveLink__months {
  margin-top: 20px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink.-js-initialized .p-archiveLink__item .p-archiveLink__months {
    margin-top: 10px;
  }
}

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

.p-archiveLink.-js-initialized .p-archiveLink__year {
  padding: 0;
}

.p-archiveLink.-js-initialized .p-archiveLink__year button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding-left: 24px;
  border-width: 0;
  width: 100%;
  background-color: transparent;
  text-align: left;
}

.p-archiveLink.-js-initialized .p-archiveLink__year button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

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

.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: #f7f7f7;
}

.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-aboutGroup__image {
  float: left;
  margin-right: 2.5%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-aboutGroup__text p:last-child {
    margin-bottom: 10px;
  }
}

.p-aboutGroup__text p:last-child {
  margin-bottom: 0;
}

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

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

.p-homeSection {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .p-homeSection {
    padding: 30px 0;
  }
}

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

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

.p-newslist {
  position: relative;
  /* Prev, Next */
  /* Control */
  /* Start, Pause */
  /* Dots */
}

.p-newslist .slick-prev,
.p-newslist .slick-next {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 150px;
  border: 0;
  background: url('/theme-static/mypage/common/images/variation_b/parts_bxslider_01.png') no-repeat 0 0;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .p-newslist .slick-prev,
  .p-newslist .slick-next {
    width: 20px;
    height: 112px;
    background-image: url('/theme-static/mypage/common/images/variation_b/parts_bxslider_02.png');
  }
}

.p-newslist .slick-prev:hover, .p-newslist .slick-prev:focus,
.p-newslist .slick-next:hover,
.p-newslist .slick-next:focus {
  background-position: -30px 0;
}

@media only screen and (max-width: 768px) {
  .p-newslist .slick-prev:hover, .p-newslist .slick-prev:focus,
  .p-newslist .slick-next:hover,
  .p-newslist .slick-next:focus {
    background-position: -20px 0;
  }
}

.p-newslist .slick-prev {
  left: 0;
}

.p-newslist .slick-next {
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.p-newslist .slick-control {
  margin-top: 10px;
  text-align: center;
}

.p-newslist .slick-start,
.p-newslist .slick-pause {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #595959;
  border-radius: 1px;
  width: 24px;
  height: 21px;
  background-color: #fff;
  text-indent: -9999px;
  cursor: pointer;
}

.p-newslist .slick-start::before,
.p-newslist .slick-pause::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: no-repeat;
  background-position: left bottom;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

.p-newslist .slick-start:hover, .p-newslist .slick-start.-active, .p-newslist .slick-start:focus,
.p-newslist .slick-pause:hover,
.p-newslist .slick-pause.-active,
.p-newslist .slick-pause:focus {
  background-color: #595959;
}

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

.p-newslist .slick-start::before {
  width: 8px;
  height: 13px;
  background-image: url('/theme-static/mypage/common/images/variation_b/parts_bxslider_04.png');
  background-size: 8px auto;
}

.p-newslist .slick-pause::before {
  width: 10px;
  height: 10px;
  background-image: url('/theme-static/mypage/common/images/variation_b/parts_bxslider_03.png');
  background-size: 10px auto;
}

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

.p-newslist .slick-dots li {
  display: inline-block;
}

.p-newslist .slick-dots li button {
  display: block;
  border: 2px solid #7d7d7d;
  border-radius: 8px;
  background-color: #fff;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  padding: 0;
  background: transparent;
  line-height: 1;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.p-newslist .slick-dots li button:hover,
.p-newslist .slick-dots li button:focus,
.p-newslist .slick-dots li.slick-active button {
  border-color: #595959;
  background-color: #595959;
}

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

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

.p-newslist__item {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .p-newslist__item {
    padding: 0 30px 0 50px;
    border-right: 1px dotted #7a7a7a;
  }
}

@media only screen and (min-width: 768px) {
  .p-newslist .slick-slide:nth-child(2n) .p-newslist__item {
    padding: 0 45px 0 30px;
    border-right-width: 0;
  }
}

.p-newslist__link {
  text-decoration: none;
}

.p-newslist__columns {
  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;
  margin-bottom: 10px;
}

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

.p-newslist__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 13px;
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .p-newslist__image {
    margin-right: 23px;
    width: 160px;
  }
}

.p-newslist__text {
  width: calc(100% - 133px);
}

@media only screen and (min-width: 768px) {
  .p-newslist__text {
    width: calc(100% - 183px);
  }
}

.p-newslist__meta {
  margin-bottom: 3px;
  line-height: 1;
  color: #333;
  font-size: 0.875rem;
}

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

.p-newslist__category {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 20px;
  min-width: 115px;
  max-width: 100%;
  background-color: #ececec;
  color: #333;
  line-height: 1.667;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

.p-newslist__category::before {
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) {
  .p-newslist__category {
    min-width: 158px;
  }
}

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

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

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

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

.p-newslist__heading {
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 1.4em;
}

.p-newslist__headingNote {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 18px;
  border: 1px solid #e22d46;
  color: #e22d46;
  font-style: normal;
  font-size: 0.812rem;
}

@media only screen and (min-width: 768px) {
  .p-newslist__headingNote {
    margin-left: 25px;
    padding: 1px 25px;
    font-size: 0.875rem;
    background-color: #e22d46;
    color: #fff;
  }
}

.p-newslist__description, .p-newslist__data {
  margin: 0;
  font-size: 0.875rem;
}

.p-newslist__description {
  color: #333;
}

.p-newslist__data {
  color: #333;
}

.p-newslist__data dt {
  clear: left;
  float: left;
}

.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-fontSize24 {
  font-size: 1.875rem;
  line-height: 1.5em;
}

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

.u-fontSize12 {
  font-size: 1.125rem;
  line-height: 1.5em;
}

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

.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_b.css.map */