/* 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;
  background-color: #f7f7f7;
  color: #333;
  font-size: 1.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

th,
td {
  vertical-align: top;
}

.p-footer__links, .p-newslist__item {
  padding: 0;
  list-style: none;
}

/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */
/* -----------------------------------------------------------
   Components
----------------------------------------------------------- */
.c-section {
  margin-bottom: 20px;
  padding: 0 10px 10px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .c-section {
    padding: 0 50px 10px 35px;
    margin-bottom: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-columns.-embedSNS .c-columns__column {
  margin-bottom: 20px;
}

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

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

@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: 8px 0 1rem;
  font-size: 1.125rem;
}

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

.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: 2.84%;
    max-width: 50%;
  }
}

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

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

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

.c-headingLv1 {
  margin-bottom: 20px;
  padding: 16px 0 0 16px;
  border-left: 8px solid #1a98cd;
  font-size: 1.75rem;
}

@media only screen and (min-width: 768px) {
  .c-headingLv1 {
    margin-bottom: 40px;
    padding: 36px 0 0 16px;
  }
}

.c-headingLv1.-mb0 {
  margin-bottom: 0;
}

.c-headingLv2, .p-editorContent__body h2:not([class]) {
  padding: 10px 15px;
  border: 1px solid #b8b8b8;
  font-size: 1.375rem;
}

.c-headingLv3, .p-editorContent__body h3:not([class]) {
  position: relative;
  padding-left: 30px;
  font-size: 1.25rem;
}

.c-headingLv3::before, .p-editorContent__body h3:not([class])::before {
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #b8b8b8;
  content: "";
}

.c-headingLv4 {
  padding: 8px 12px;
  background-color: #e8e8e8;
  font-size: 1.125rem;
}

.c-headingLv5 {
  padding: 0 0 4px;
  border-bottom: 1px solid #7e7e7e;
  font-size: 1rem;
}

.c-entryTags__tag {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 2px 10px;
  background-color: #f7f7f7;
  color: #333;
  font-size: 0.875rem;
  text-decoration: none;
}

.c-strong-2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #e50a00;
  color: #fff;
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-associationList-1 {
  margin-left: 2.5em;
}

@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: 2.5em;
}

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

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

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

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

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

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

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

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

.c-table th,
.c-table td {
  padding: 10px 14px;
  border-width: 0 3px 3px 0;
}

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

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

.c-table thead th {
  text-align: center;
}

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

.c-box-1 {
  margin-bottom: 2.5rem;
  padding: 10px 20px;
  border: 1px solid #b5b5b5;
  background-color: #f9f6e7;
}

@media only screen and (min-width: 768px) {
  .c-box-1 {
    padding: 20px;
  }
}

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

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

.c-form {
  width: 100%;
}

.c-form__item {
  padding: 20px;
}

.c-form__item:nth-child(odd) {
  background-color: #f7f7f7;
}

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

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

.c-form__require {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 12px;
  background-color: #e40a00;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}

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

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

.c-form__errorMessage {
  display: block;
  margin: 15px 0 5px;
  padding: 3px 0 0 22px;
  min-height: 18px;
  background: url(/theme-static/mypage/common/images/variation_c/light/icon_caution.png) no-repeat left 0.35em/19px 18px;
  color: #B30000;
  font-weight: bold;
  vertical-align: top;
}

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

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

.c-form__inputItem {
  display: inline-block;
  margin: 0 30px 10px 0;
}

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

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

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

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

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

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

.c-form__text.-has-error, .c-form__textarea.-has-error {
  border-color: #e40a00;
  background-color: #ffdfe0;
}

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

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

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

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

.c-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 40px 9px 12px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: url(/theme-static/mypage/common/images/variation_c/light/icon_select.png) no-repeat right 10px center/8px 14px;
  background-color: #fff;
}

.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: 30px;
  background: url(/theme-static/mypage/common/images/variation_c/light/icon_checkbox_off.png) no-repeat 0 center/20px 20px;
}

.c-form__checkbox input[type="checkbox"]:checked + span {
  background-image: url(/theme-static/mypage/common/images/variation_c/light/icon_checkbox_on.png);
}

.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: url(/theme-static/mypage/common/images/variation_c/light/icon_radio_off.png) no-repeat 0 center/20px 20px;
}

.c-form__radio input[type="radio"]:checked + span {
  background-image: url(/theme-static/mypage/common/images/variation_c/light/icon_radio_on.png);
}

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

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

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

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

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

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

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

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

.c-searchMypage {
  position: relative;
  margin: 0;
  padding: 10px;
  background-color: #1a98cd;
}

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

.c-searchMypage__text {
  display: block;
  padding: 10px 50px 10px 20px;
  width: 100%;
  border: 0;
  border-radius: 20px;
  background-color: #fffef1;
}

.c-searchMypage__text::-webkit-input-placeholder {
  opacity: 1;
  color: #585858;
}

.c-searchMypage__text::-moz-placeholder {
  opacity: 1;
  color: #585858;
}

.c-searchMypage__text:-ms-input-placeholder {
  opacity: 1;
  color: #585858;
}

.c-searchMypage__text::-ms-input-placeholder {
  opacity: 1;
  color: #585858;
}

.c-searchMypage__text::placeholder {
  opacity: 1;
  color: #585858;
}

.c-searchMypage__button {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -13px 0 0;
  padding: 0;
  width: 25px;
  height: 27px;
  border-width: 0;
  background-color: transparent;
  vertical-align: bottom;
  z-index: 10;
}

.c-searchKeyword {
  padding: 10px;
  background-color: #a6c7d6;
}

@media only screen and (min-width: 768px) {
  .c-searchKeyword {
    padding: 20px;
    border: 1px solid #585858;
  }
}

.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: 10px;
  padding: 8px 10px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  width: calc(100% - 100px - 10px);
  line-height: 1;
  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 {
    margin-right: 25px;
    width: calc(100% - 140px - 25px);
  }
}

.c-searchKeyword__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 11px 10px;
  width: 100px;
  border-width: 0;
  border-radius: 3px;
  background: #003f70;
  vertical-align: top;
  line-height: 1;
  color: #fff;
}

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

.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: #f0f0f0;
  border-radius: 2px;
  color: #003f70;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.c-button::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  content: "";
}

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

.c-button.-normal::before {
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url(/theme-static/mypage/common/images/variation_c/light/icon_arrow_03.png) no-repeat 0 0/22px 22px;
}

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

.c-button.-submit::before {
  margin-top: -5px;
  width: 7px;
  height: 11px;
  background: url(/theme-static/mypage/common/images/variation_c/light/icon_arrow_04.png) no-repeat 0 0/7px 11px;
}

.c-form__actionButton.c-button {
  font-size: 1rem;
}

.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: #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: .5em;
  padding-right: .5em;
  border-right: 1px solid #313131;
  width: 0;
  height: 1.2em;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .c-paginationStatus__prev::after {
    margin-right: 1em;
    padding-right: 1em;
  }
}

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

@media only screen and (min-width: 768px) {
  .c-paginationStatus__next::before {
    margin-left: 1em;
    padding-left: 1em;
  }
}

.c-snsIcon {
  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
----------------------------------------------------------- */
a {
  color: #003f70;
}

@media only screen and (max-width: 767px) {
  .p-header__heading {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
}

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

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

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

.p-topicpath {
  margin-bottom: 15px;
  padding: 8px 0;
  background-color: #fff;
  line-height: 2;
  font-size: 0.938rem;
}

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

.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;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .p-contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 29% 2% 68.5%;
    grid-template-columns: 29% 68.5%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
        grid-template-areas: "aside main";
    grid-gap: 0 2%;
  }
  .p-contents .p-contents__main {
    grid-area: main;
  }
  .p-contents .p-contents__aside {
    grid-area: aside;
  }
}

@media only screen and (min-width: 768px) {
  .p-contents .p-contents__main {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-contents .p-contents__aside {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.spmenu-toggle {
  display: block;
  position: relative;
  margin: 0 auto 1em;
  padding: 12px 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #003f70;
  -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 {
  display: block;
  position: absolute;
  top: 17px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

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

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

.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;
  position: absolute;
  bottom: -1.3em;
  left: 0;
  width: 100%;
  color: #003f70;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .p-localnav {
    margin: 0 0 20px;
    padding: 20px;
    background-color: #fff;
  }
  .p-localnav.-menu-expanded {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  }
  .js .p-localnav__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    display: none;
    margin: 0 10px;
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #697634;
    background-color: #faf9ec;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .js .p-localnav__content {
    position: static;
    display: block;
    margin: 0;
    border-width: 0;
    background-color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .p-localnav__list {
    margin: 0;
    padding: 0;
  }
  .p-localnav__listItem {
    margin-bottom: 10px;
    width: 100%;
    list-style: none;
  }
  .p-localnav__link {
    display: block;
    padding: 12px 12px 12px 64px;
    border: 3px solid #e8e8e8;
    background: url(/theme-static/mypage/common/images/variation_c/light/icon_arrow_01.png) no-repeat 17px center/30px 30px;
    font-size: 1.125rem;
    color: #000;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-localnav {
    position: relative;
    padding-top: 60px;
    background-color: #e8e8e8;
  }
  .p-localnav a {
    display: block;
    padding: 4px 4px 4px 40px;
    color: #525252;
    text-decoration: none;
  }
  .p-localnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 10px 10px 4px;
  }
  .p-localnav__listItem {
    margin-bottom: 6px;
    width: calc(50% - 3px);
    list-style: none;
    font-size: 0.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-localnav__listItem:nth-child(odd) {
    margin-right: 6px;
  }
  .p-localnav__listItem a {
    background: #fff url(/theme-static/mypage/common/images/variation_c/light/icon_arrow_01.png) no-repeat 17px 0.6em/15px 15px;
  }
  .p-localnav__search {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: auto;
    padding: 10px 20px;
    width: 100%;
    height: 60px;
    background-color: #1a98cd;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-localnav__search label {
    position: absolute;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .p-localnav__searchText {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 45px 0 20px;
    border-width: 0;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #fffef1;
    color: #525252;
    font-size: 0.875rem;
    vertical-align: top;
  }
  .p-localnav__searchText::-webkit-input-placeholder {
    opacity: 1;
    color: #003f70;
  }
  .p-localnav__searchText::-moz-placeholder {
    opacity: 1;
    color: #003f70;
  }
  .p-localnav__searchText:-ms-input-placeholder {
    opacity: 1;
    color: #003f70;
  }
  .p-localnav__searchText::-ms-input-placeholder {
    opacity: 1;
    color: #003f70;
  }
  .p-localnav__searchText::placeholder {
    opacity: 1;
    color: #003f70;
  }
  .p-localnav__searchButton {
    position: absolute;
    top: 50%;
    right: 35px;
    margin: -13px 0 0;
    padding: 0;
    width: 25px;
    height: 27px;
    border-width: 0;
    background-color: transparent;
    vertical-align: bottom;
    z-index: 10;
  }
}

.p-pagetop {
  background-color: #badcea;
  text-align: center;
}

.p-pagetop a {
  display: block;
  padding: 10px 0;
  line-height: 1;
  color: #003f70;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

.p-pagetop a::before {
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff url(/theme-static/mypage/common/images/variation_c/icon_pagetop.png) no-repeat center center/15px auto;
  vertical-align: middle;
  content: "";
}

.p-footer {
  color: #525252;
}

@media only screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 50px;
  }
}

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

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

@media only screen and (min-width: 1020px) {
  .p-footer__links {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

.p-footer__linkItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 1.5rem;
  margin-bottom: 1em;
  padding-right: 1.5rem;
  border-right: 1px solid #333;
  font-size: 0.875rem;
}

.p-footer__linkItem:last-child {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 0;
}

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

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

.p-footer__copyright {
  display: block;
  margin-top: 5px;
  padding: 20px 0;
  border-top: 1px solid #a0a0a0;
  text-align: center;
  font-size: 0.75rem;
}

.p-footer__copyright small {
  font-size: 100%;
}

.p-footer__poweredby {
  text-align: center;
  font-size: 0.75rem;
}

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

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

.p-linkSignUp__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  background-color: transparent;
  color: #003f70;
  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-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: 100px;
  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 {
    width: calc(100% - 20px);
  }
}

.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, .p-recommendList__description {
  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.-event {
  margin-top: 4px;
}

.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;
  background-color: #003f70;
  color: #fff;
  font-style: normal;
  font-size: 0.812rem;
}

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

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

@media only screen and (max-width: 767px) {
  .p-entryList-3__item {
    margin-right: 0;
    width: 100%;
  }
  .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;
  border: 3px solid #a6c7d6;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-entryList-3__image {
    float: left;
    padding: 10px 20px 10px 10px;
    width: 120px;
  }
}

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

.p-entryList-3__content {
  border-bottom: 1px solid #585858;
}

@media only screen and (max-width: 767px) {
  .p-entryList-3__content {
    overflow: hidden;
    padding: 10px;
    border-bottom-width: 0;
  }
}

.p-entryList-3__meta {
  padding: 3px 10px;
  background-color: #a6c7d6;
  color: #333;
  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;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}

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

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

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

.p-entryList-3__description {
  margin: 0;
  padding: 0;
  min-height: 4.8em;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.6em;
}

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

.p-entryList-3__date {
  color: #333;
  font-size: 0.875rem;
}

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

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

.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-archiveNav {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
}

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

.p-archiveNav__heading {
  margin: 0;
  font-size: 1.125rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-archiveNav__heading {
    padding: 10px;
    background-color: #757575;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .p-archiveNav__heading {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 10px;
    border: 0;
    background-color: #757575;
    color: #fff;
  }
}

.p-archiveNav__content {
  padding: 10px;
  border: solid #949494;
  border-width: 0 1px 1px 1px;
}

@media only screen and (min-width: 768px) {
  .p-archiveNav__content {
    padding: 15px;
    border-width: 0 3px 3px 3px;
  }
}

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

.p-archiveLink__item:not(:last-child) {
  margin-bottom: 10px;
}

.p-archiveLink__item.-is-active {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__item.-is-active {
    padding-bottom: 15px;
  }
}

.p-archiveLink__year {
  display: block;
  padding: 20px 0;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__year {
    padding: 15px 0;
  }
}

.p-archiveLink__months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 1em;
}

.p-archiveLink__month {
  margin-bottom: 23px;
  width: 50%;
  line-height: 1.4em;
  font-size: 0.875rem;
  text-align: center;
}

.p-archiveLink__month:nth-child(2n+1):nth-last-child(-n+2),
.p-archiveLink__month:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}

.p-archiveLink__month a,
.p-archiveLink__month em {
  display: inline-block;
  font-weight: bold;
}

.p-archiveLink__month em {
  padding: 0 15px;
  background-color: #e8e8e8;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink__month em {
    padding: 0 10px;
  }
}

.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 {
  display: block;
  position: relative;
  padding: 10px 0;
  border-width: 0;
  width: 100%;
  background-color: #d4f1ff;
  color: #003f70;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-archiveLink.-js-initialized .p-archiveLink__year button::before, .p-archiveLink.-js-initialized .p-archiveLink__year button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
}

.p-archiveLink.-js-initialized .p-archiveLink__year button::before {
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #003e75;
  border-radius: 50%;
}

.p-archiveLink.-js-initialized .p-archiveLink__year button::after {
  right: 15px;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  background: url(/theme-static/mypage/common/images/variation_c/light/icon_arrow_02.png) no-repeat 0 0/10px 6px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .p-archiveLink.-js-initialized .p-archiveLink__year button::after {
    border-width: 10px 7px 0 7px;
  }
}

.p-archiveLink.-js-initialized .p-archiveLink__year button[aria-expanded="true"] {
  background-color: #e8e8e8;
  color: #565656;
  text-decoration: none;
}

.p-archiveLink.-js-initialized .p-archiveLink__year button[aria-expanded="true"]::before {
  background-color: #757575;
}

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

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

.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 {
  margin: 0;
  width: 880px;
}

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

@media only screen and (min-width: 768px) {
  .p-reservationStatusWrapper.-detail .p-reservationStatus th,
  .p-reservationStatusWrapper.-detail .p-reservationStatus td {
    padding: 2px;
  }
}

.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 > div:not(.p-startDateSelecter) > div {
  margin-bottom: 50px;
}

/* -----------------------------------------------------------
   Home
----------------------------------------------------------- */
.p-homeSection {
  margin-bottom: 20px;
  padding: 0 10px 10px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .p-homeSection {
    padding: 0 50px 10px 35px;
    margin-bottom: 30px;
  }
}

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

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

.p-homePictures {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .p-homePictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .p-homePictures__column {
    width: 47.727%;
  }
}

.p-homePictures__column:first-child {
  margin-bottom: 20px;
}

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

@media only screen and (min-width: 768px) {
  .p-aboutGroup__image {
    margin-bottom: 40px;
  }
  .p-aboutGroup__image.-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-aboutGroup__image.-col2 img {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .p-aboutGroup__image img {
    margin-bottom: 10px;
  }
  .p-aboutGroup__image img:last-child {
    margin-bottom: 0;
  }
}

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

.p-aboutGroup__more {
  display: none;
}

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

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

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

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

.p-aboutGroup__link a {
  display: block;
  padding: 10px 10px;
  max-width: 100%;
  width: 300px;
  background-color: #feffd6;
  color: #0044b5;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

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

.p-newslist__list {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-newslist__list {
    margin-bottom: 25px;
    padding-left: 15px;
  }
}

.p-newslist__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
}

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

.p-newslist__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

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

.p-newslist__image {
  float: left;
  margin: 0 10px 10px 0;
  width: 160px;
}

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

.p-newslist__category {
  display: inline-block;
  margin-bottom: 12px;
  min-width: calc(100% - 170px);
  border-left: 20px solid #333;
  background-color: #ececec;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.p-newslist__category.-cat01 {
  border-color: #1eff00;
}

.p-newslist__category.-cat02 {
  border-color: #ff00ee;
}

.p-newslist__category.-cat03 {
  border-color: #ffa423;
}

.p-newslist__category.-cat04 {
  border-color: #00c4ff;
}

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

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

.p-newslist__heading {
  margin: 0 0 8px;
  color: #0044b5;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .p-newslist__heading {
    color: #003f70;
    font-size: 0.875rem;
  }
}

.p-newslist__headingNote {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 18px;
  background-color: #003f70;
  color: #fff;
  font-style: normal;
  font-size: 0.812rem;
}

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

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

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

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

@media only screen and (min-width: 400px) {
  .p-newslist__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

@media only screen and (min-width: 950px) {
  .p-newslist__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4px;
  }
}

.p-newslist__date {
  margin: 0;
  line-height: 1.4em;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .p-newslist__date {
    margin-bottom: 5px;
    font-size: 0.812rem;
  }
}

.p-newslist__date 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-fontSize18 {
  font-size: 1.2em;
  line-height: 1.4em;
}

@media only screen and (min-width: 768px) {
  .u-fontSize18 {
    font-size: 1.125em;
  }
}

.u-fontSize24 {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.u-fontSize14 {
  font-size: .9em;
  line-height: 1.4em;
}

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

.u-fontSize13 {
  font-size: .8em;
  line-height: 1.4em;
}

@media only screen and (min-width: 768px) {
  .u-fontSize13 {
    font-size: .8125em;
  }
}

.u-fontSize12 {
  font-size: 0.75rem;
  line-height: 1.4em;
}

.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-entryList-3__link::after, .p-newslist__link::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_c.css.map */