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

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

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

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

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

a {
  color: #333;
}

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

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

th,
td {
  vertical-align: top;
}

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

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

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

.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 {
  width: 47.222%;
}

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

@media only screen and (min-width: 768px) {
  .c-columns.-col3 {
    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.-col3 .c-columns__column:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-columns.-col3 .c-columns__column {
    width: 31.818%;
  }
  .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%;
  }
}

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

.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-right: 5%;
    margin-bottom: 0;
  }
}

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

.c-layoutImage__caption {
  display: block;
  margin: 8px 0 26px;
  font-size: 1.125rem;
  line-height: 1.2em;
}

@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 (max-width: 479px) {
  .c-layoutImage.-left .c-layoutImage__image img {
    width: 100%;
  }
}

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

@media only screen and (max-width: 479px) {
  .c-layoutImage.-right .c-layoutImage__image img {
    width: 100%;
  }
}

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

@media only screen and (max-width: 479px) {
  .c-layoutImage.-center .c-layoutImage__image img {
    width: 100%;
  }
}

.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: 1.2727em;
  padding: 11px 10px 9px;
  background-color: #EEEABF;
  font-size: 1.375rem;
}

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

.c-headingLv2, .p-editorContent__body h2:not([class]) {
  padding-left: 33px;
  background: url(/theme-static/mypage/common/images/variation_a/light/blt_hdglv2.svg) no-repeat left 0.25em;
  font-size: 1.312rem;
}

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

.c-headingLv3, .p-editorContent__body h3:not([class]) {
  padding: 8px 10px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #697634;
  font-size: 1.25rem;
}

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

.c-headingLv4 {
  position: relative;
  padding-left: 25px;
  color: #697634;
  font-size: 1.25rem;
}

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

.c-headingLv4::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  display: inline-block;
  content: "";
  margin-right: .625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #B5B188;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .c-headingLv4::before {
    top: 0.3em;
  }
}

.c-headingLv5 {
  color: #697634;
  font-size: 1.25rem;
}

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

.c-strong-2 {
  font-size: 1.2em;
}

@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: 12px;
  padding: 0;
}

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

.c-unorderdList-1 > li::before, .p-editorContent__body ul:not([class]) > li::before {
  position: relative;
  top: 0.6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline;
  content: "";
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #697634 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.35em;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .c-orderdList-1 > li::before, .p-editorContent__body ol:not([class]) > li::before {
    margin-top: .1em;
    font-size: 1.125rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-table th,
.c-table td {
  padding: 10px 14px;
  border-width: 0 1px 1px 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 th.-left {
  text-align: left;
}

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

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

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

.c-box-1 {
  margin-bottom: 2.5rem;
  padding: 10px 20px;
  border: 1px solid #535D2A;
}

@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 {
  margin: 0 auto;
  width: 89%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-form__hint {
  margin-top: 0.5em;
}

.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__actionButton.-normal {
  border: 2px solid #697634;
  background-color: #fff;
}

.c-form__actionButton.-normal::before {
  position: relative;
  top: 1px;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 15px;
  background: url(/theme-static/mypage/common/images/variation_a/light/blt_button_01.png) no-repeat left top/21px auto;
}

.c-form__actionButton.-normal:hover, .c-form__actionButton.-normal:active, .c-form__actionButton.-normal:focus {
  border-color: #535D2A;
  color: #fff;
  background-color: #535D2A;
}

.c-form__actionButton.-normal:hover::before, .c-form__actionButton.-normal:active::before, .c-form__actionButton.-normal:focus::before {
  background-position: left bottom;
}

.c-form__actionButton.-submit {
  border: 2px solid #697634;
  background-color: #EEEABF;
}

.c-form__actionButton.-submit::before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background: url(/theme-static/mypage/common/images/variation_a/light/blt_button_02.png) no-repeat left top/17px auto;
}

.c-form__actionButton.-submit:hover, .c-form__actionButton.-submit:active, .c-form__actionButton.-submit:focus {
  border-color: #535D2A;
  color: #fff;
  background-color: #535D2A;
}

.c-form__actionButton.-submit:hover::before, .c-form__actionButton.-submit:active::before, .c-form__actionButton.-submit:focus::before {
  background-position: left bottom;
}

fieldset.c-form__item {
  border: none;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

fieldset.c-form__item > legend {
  -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: #515151;
  font-size: 95%;
}

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

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

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

.c-searchMypage__text::placeholder {
  opacity: 1;
  color: #515151;
  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;
  padding: 0 10px;
  border: 1px solid #697634;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 22px 10px;
  width: 300px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .c-button {
    max-width: 100%;
  }
}

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

.c-button.-normal {
  border: 2px solid #697634;
  background-color: #fff;
}

.c-button.-normal::before {
  position: relative;
  top: 1px;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 15px;
  background: url(/theme-static/mypage/common/images/variation_a/light/blt_button_01.png) no-repeat left top/21px auto;
}

.c-button.-normal:hover, .c-button.-normal:active, .c-button.-normal:focus {
  border-color: #535D2A;
  color: #fff;
  background-color: #535D2A;
}

.c-button.-normal:hover::before, .c-button.-normal:active::before, .c-button.-normal:focus::before {
  background-position: left bottom;
}

.c-button.-submit {
  border: 2px solid #697634;
  background-color: #EEEABF;
}

.c-button.-submit::before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background: url(/theme-static/mypage/common/images/variation_a/light/blt_button_02.png) no-repeat left top/17px auto;
}

.c-button.-submit:hover, .c-button.-submit:active, .c-button.-submit:focus {
  border-color: #535D2A;
  color: #fff;
  background-color: #535D2A;
}

.c-button.-submit:hover::before, .c-button.-submit:active::before, .c-button.-submit:focus::before {
  background-position: left bottom;
}

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

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

.c-pagination.-mb40 {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-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
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .p-headerUtility__listItem a.-login::before, .p-headerUtility__listItem a.-mypage::before {
    background-image: url(/theme-static/mypage/common/images/variation_a/light/icon_login_sp.png);
  }
  .p-headerUtility__listItem a.-back::before {
    background-image: url(/theme-static/mypage/common/images/variation_a/light/icon_home.png);
  }
}

.p-topicpath {
  margin-bottom: 1.125em;
  line-height: 2;
  font-size: 0.938rem;
}

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

.p-topicpath a,
.p-topicpath em,
.p-topicpath span {
  margin-right: 1rem;
  margin-left: 1rem;
  color: #333;
  text-decoration: none;
}

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

@media only screen and (min-width: 768px) {
  .p-topicpath em {
    font-weight: 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: 73.5% 2% 24.5%;
    grid-template-columns: 73.5% 24.5%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
        grid-template-areas: "main aside";
    grid-gap: 0 2%;
  }
  .p-contents__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-contents__aside {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.p-localnav {
  margin: 0 0 20px;
}

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

@media only screen and (min-width: 768px) {
  .p-localnav {
    margin: 0 0 60px;
    border-width: 0;
    background-color: transparent;
  }
}

.p-localnav__heading {
  margin: 0;
  line-height: 1;
  font-size: 1.375rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-localnav__heading {
    padding: 18px 27px;
    background-color: #eeeabf;
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-localnav__heading button {
  padding: 19px 10px;
  border-width: 3px;
  border-style: solid;
  border-color: #697634;
  width: 100%;
  background-color: #faf9ec;
  font-weight: bold;
}

.p-localnav__heading button::after {
  display: inline-block;
  content: "";
  margin-left: 10px;
  border-style: solid;
  border-width: 14px 9.5px 0 9.5px;
  border-color: #697634 transparent transparent transparent;
  width: 0;
  height: 0;
  -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-localnav__heading button[aria-expanded="true"] {
  padding-bottom: 22px;
  border-bottom-width: 0;
}

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

.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) {
  .js .p-localnav__content {
    position: static;
    display: block;
    margin: 0;
    border-width: 0;
    background-color: #fff;
  }
}

.p-localnav__list {
  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;
  margin: 0;
  padding: 0 15px;
}

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

.p-localnav__listItem {
  border: 3px solid #697634;
  margin-bottom: 15px;
  width: 100%;
}

@media only screen and (min-width: 420px) {
  .p-localnav__listItem {
    margin-bottom: 28px;
    width: 47%;
  }
}

@media only screen and (min-width: 768px) {
  .p-localnav__listItem {
    margin-bottom: 2px;
    border-width: 0;
    width: auto;
    background-color: #faf9ec;
  }
}

.p-localnav__link {
  display: block;
  padding: 12px 12px 12px 51px;
  background: url(/theme-static/mypage/common/images/variation_a/light/blt_localnav.svg) no-repeat 17px 1em/17px auto;
  font-size: 1.125rem;
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 420px) {
  .p-localnav__link {
    padding: 18px 12px 18px 51px;
    background-position: 17px 1.3em;
  }
}

@media only screen and (min-width: 768px) {
  .p-localnav__link {
    padding: 12px 12px 12px 42px;
    background-position: 15px 1em;
    color: #333;
  }
}

@media only screen and (min-width: 960px) {
  .p-localnav__link {
    padding: 12px 12px 12px 57px;
    background-position: 30px 1em;
  }
}

.p-pagetop {
  text-align: right;
}

.p-pagetop a {
  display: inline-block;
  padding: 0 0 0 16px;
  background-color: #a6a386;
  line-height: 1;
  color: #000;
  text-decoration: none;
  font-size: 0.938rem;
}

.p-pagetop a::after {
  display: inline-block;
  content: "";
  margin: 4px 4px 4px 20px;
  width: 35px;
  height: 35px;
  background: #faf9ec url(/theme-static/mypage/common/images/variation_a/icon_pagetop.png) no-repeat center center/25px auto;
  vertical-align: middle;
}

.p-footer {
  color: #000;
  background-color: #a6a386;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 40px 0 30px;
  font-size: 0.875rem;
}

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

@media only screen and (min-width: 768px) {
  .p-footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
  }
}

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

.p-footer__linkItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 1em;
  padding: 0 10px;
  width: 50%;
}

@media screen and (max-width: 590px) {
  .p-footer__linkItem:nth-child(2n - 1) {
    border-right: 1px solid #333;
  }
}

@media only screen and (min-width: 591px) {
  .p-footer__linkItem {
    width: 33%;
  }
}

@media screen and (min-width: 591px) and (max-width: 767px) {
  .p-footer__linkItem {
    border-right: 1px solid #333;
  }
  .p-footer__linkItem:nth-child(3n) {
    border-right-width: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer__linkItem {
    margin-right: 1.5rem;
    margin-bottom: 10px;
    padding-right: 1.5rem;
    border-right: 1px solid #333;
    width: 30%;
  }
  .p-footer__linkItem:nth-child(3n) {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1020px) {
  .p-footer__linkItem {
    display: inline-block;
    width: auto;
  }
  .p-footer__linkItem:nth-child(3n) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right-width: 1px;
  }
  .p-footer__linkItem:nth-child(5) {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 0;
  }
}

.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 {
  text-decoration: underline;
}

.p-footer__copyright {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}

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

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

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

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

.p-linkSignUp__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  background-color: transparent;
  color: #1a0dab;
  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: 20px;
  }
}

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

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

.p-recommendList__link {
  display: block;
}

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

.p-recommendList__meta {
  margin-bottom: 6px;
}

.p-recommendList__category {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  border-width: 1px 1px 5px;
  border-style: solid;
  border-color: #333;
  min-width: 74px;
  vertical-align: bottom;
  text-align: center;
  font-size: 0.938rem;
}

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

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

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

.p-recommendList__category.-cat01 {
  border-color: #157c9b;
}

.p-recommendList__category.-cat02 {
  border-color: #9b0691;
}

.p-recommendList__category.-cat03 {
  border-color: #1a9b15;
}

.p-recommendList__category.-cat04 {
  border-color: #cdb616;
}

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

.p-recommendList__heading {
  font-size: 1.25rem;
  font-weight: bold;
}

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

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

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

@media only screen and (max-width: 390px) {
  .p-entryList-1__item {
    padding: 14px 17px;
  }
}

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

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

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

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

.p-entryList-1__meta {
  margin-bottom: 8px;
  font-size: 1.125rem;
}

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

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

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

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

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

.p-entryList-2__item {
  padding: 10px;
  border: 1px solid #B4B4B4;
}

.p-entryList-2__item:not(:last-child) {
  margin-bottom: 20px;
}

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

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

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

.p-entryList-2__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.841%;
  width: 30.114%;
  max-width: 170px;
}

.p-entryList-2__meta {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 1.125rem;
}

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

.p-entryList-2__meta.-looking {
  margin-bottom: 4px;
  line-height: 1.5;
}

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

.p-entryList-2__meta.-event {
  margin-bottom: 4px;
  line-height: 1.5;
}

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

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

.p-entryList-2__eventTime {
  display: block;
}

.p-entryList-2__heading {
  margin-bottom: 15px;
  font-size: 1.312rem;
  font-weight: bold;
  text-decoration: underline;
}

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

.p-entryList-2__headingNote {
  display: inline-block;
  margin-left: 1em;
  color: #B30000;
  font-style: normal;
  text-decoration: none;
}

.p-entryList-2__description {
  margin: 0;
}

.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 {
    padding: 4vw;
    border: 1px solid #B4B4B4;
  }
}

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

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

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

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

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

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

.p-entryList-3__heading {
  margin-bottom: 6.5vw;
  font-size: 1.312rem;
  font-weight: bold;
  text-decoration: underline;
}

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

.p-entryList-3__headingNote {
  display: inline-block;
  margin-left: 1em;
  color: #B30000;
  font-style: normal;
  text-decoration: none;
}

.p-entryList-3__description {
  margin: 0;
}

.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 {
  padding: 8px 10px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #697634;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-searchResultStatus {
    border-width: 1px 0;
  }
}

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

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

.p-searchResults__heading {
  margin-bottom: 25px;
  font-size: 1.312rem;
}

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

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

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

.p-searchResults__excerpt {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-archiveLink {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #535D2A;
  line-height: 1;
}

.p-archiveLink__item {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #535D2A;
}

.p-archiveLink__item.-is-active {
  padding-bottom: 40px;
  background: #FAF9EC;
}

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

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

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

.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: 33.333%;
  line-height: 1.8;
  font-size: 1.125rem;
  text-align: center;
}

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

@media only screen and (min-width: 768px) {
  .p-archiveLink__month {
    line-height: 1.833;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 850px) {
  .p-archiveLink__month {
    margin-bottom: 25px;
    line-height: 1.786;
    font-size: 0.875rem;
  }
}

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

.p-archiveLink__month em {
  padding: 0 15px;
  background-color: #697634;
  color: #fff;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 20px 0;
  border-width: 0;
  width: 100%;
  background-color: transparent;
  text-align: center;
  font-weight: bold;
}

.p-archiveLink.-js-initialized .p-archiveLink__year button::after {
  display: inline-block;
  position: relative;
  top: -2px;
  content: "";
  margin-left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #697634 transparent transparent transparent;
  -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: middle;
}

@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"]::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: #535D2A;
}

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

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

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

/* -----------------------------------------------------------
   Home
----------------------------------------------------------- */
.p-homeSection {
  margin-bottom: 30px;
}

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

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

.p-aboutGroup__text {
  font-size: 1rem;
  line-height: 1.6em;
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 20px 10px;
  border: 1px solid #697634;
  max-width: 100%;
  width: 240px;
  color: #333;
  line-height: 1;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}

.p-aboutGroup__link a::before {
  display: inline-block;
  content: "";
  position: relative;
  top: 1px;
  margin-right: 10px;
  width: 26px;
  height: 15px;
  background: url(/theme-static/mypage/common/images/variation_a/light/blt_read_more.png) no-repeat left top/auto 15px;
}

@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__item {
  border: 1px solid #b4b4b4;
  margin-bottom: 15px;
  padding: 5px;
}

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

.p-newslist__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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  text-decoration: none;
}

.p-newslist__text {
  padding-top: 8px;
  width: 70%;
}

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

@media only screen and (min-width: 768px) {
  .p-newslist__text {
    padding: 10px 20px 5px;
    width: calc(100% - 28% - 40px);
  }
}

.p-newslist__heading {
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4em;
  text-decoration: underline;
}

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

.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__category {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 5px;
  padding: 2px 0 0;
  border-width: 1px 1px 5px;
  border-style: solid;
  border-color: #333;
  min-width: 74px;
  text-align: center;
  font-size: 0.812rem;
  line-height: 1.3em;
}

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

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

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

.p-newslist__category.-cat01 {
  border-color: #157c9b;
}

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

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

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

.p-newslist__date {
  position: relative;
  top: 1px;
  font-size: 0.875rem;
}

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

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

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

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

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

.p-newslist__image {
  margin-right: 2.3%;
  width: 26%;
}

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

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

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

.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 {
  line-height: 1.556;
  font-size: 1.2em;
}

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

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

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

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

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

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