@charset "UTF-8";
/* MARK: # Core Framework
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* default */
/* MARK: Media Quary
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: .875em;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/*
input {
  border-radius: 0;
}
*/
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  /*background-color: transparent;*/
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  /*-moz-appearance: none;*/
  /* Firefox 36+ */
  /*-webkit-appearance: none;*/
  /* Chrome 41+ */
  height: 1.6em;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* MARK: | Layout
........................................................................... */
.table {
  display: table;
  border-collapse: collapse;
}
.table > * {
  display: table-row;
}
.table > * > * {
  display: table-cell;
}
.table > * + * > * {
  padding-top: 10px;
}
.table > * > * + * {
  padding-left: 10px;
}

@media (min-width: 320px) {
  .table--spsm {
    display: table;
    border-collapse: collapse;
  }
  .table--spsm > * {
    display: table-row;
  }
  .table--spsm > * > * {
    display: table-cell;
  }
  .table--spsm > * + * > * {
    padding-top: 10px;
  }
  .table--spsm > * > * + * {
    padding-left: 10px;
  }
}
@media (min-width: 375px) {
  .table--sp {
    display: table;
    border-collapse: collapse;
  }
  .table--sp > * {
    display: table-row;
  }
  .table--sp > * > * {
    display: table-cell;
  }
  .table--sp > * + * > * {
    padding-top: 10px;
  }
  .table--sp > * > * + * {
    padding-left: 10px;
  }
}
@media (min-width: 480px) {
  .table--splg {
    display: table;
    border-collapse: collapse;
  }
  .table--splg > * {
    display: table-row;
  }
  .table--splg > * > * {
    display: table-cell;
  }
  .table--splg > * + * > * {
    padding-top: 10px;
  }
  .table--splg > * > * + * {
    padding-left: 10px;
  }
}
@media (min-width: 667px) {
  .table--tb {
    display: table;
    border-collapse: collapse;
  }
  .table--tb > * {
    display: table-row;
  }
  .table--tb > * > * {
    display: table-cell;
  }
  .table--tb > * + * > * {
    padding-top: 10px;
  }
  .table--tb > * > * + * {
    padding-left: 10px;
  }
}
@media (min-width: 860px) {
  .table--tblg {
    display: table;
    border-collapse: collapse;
  }
  .table--tblg > * {
    display: table-row;
  }
  .table--tblg > * > * {
    display: table-cell;
  }
  .table--tblg > * + * > * {
    padding-top: 10px;
  }
  .table--tblg > * > * + * {
    padding-left: 10px;
  }
}
@media (min-width: 1080px) {
  .table--dt {
    display: table;
    border-collapse: collapse;
  }
  .table--dt > * {
    display: table-row;
  }
  .table--dt > * > * {
    display: table-cell;
  }
  .table--dt > * + * > * {
    padding-top: 10px;
  }
  .table--dt > * > * + * {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .table--dtlg {
    display: table;
    border-collapse: collapse;
  }
  .table--dtlg > * {
    display: table-row;
  }
  .table--dtlg > * > * {
    display: table-cell;
  }
  .table--dtlg > * + * > * {
    padding-top: 10px;
  }
  .table--dtlg > * > * + * {
    padding-left: 10px;
  }
}
/* common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.clear {
  clear: both;
}

hr.clear {
  visibility: hidden;
  margin: 0 !important;
  height: 0 !important;
  border-width: 0 !important;
}

.clear + * {
  margin-top: 0 !important;
}

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

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

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

.aligncenter,
.align-center {
  text-align: center;
}

.align-left {
  margin: 0 !important;
}

.align-right {
  margin: 0 !important;
}

.aligncenter,
.align-center img {
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter,
img.align-center {
  display: block;
}

.alignleft,
.align-left img {
  float: left;
  margin: 0 3% 3% 0 !important;
  max-width: 48.5%;
  min-width: auto;
  /*width: auto;*/
  vertical-align: top;
}

.alignright,
.align-right img {
  float: right;
  margin: 0 0 3% 3% !important;
  max-width: 48.5%;
  min-width: auto;
  /*width: auto;*/
  vertical-align: top;
}

@media (max-width: 375px) {
  .sp-fullwidth img {
    min-width: 100%;
    height: auto;
  }

  .sp-clear,
  .sp-clear img {
    float: none;
    text-align: center;
  }

  img.sp-clear,
  .sp-clear img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1080px) {
  .alignleft,
  .align-left img {
    float: left;
    margin: 0 40px 20px 0 !important;
  }

  .alignright,
  .align-right img {
    float: right;
    margin: 0 0 20px 40px !important;
  }
}
/* MARK: | Google Map
........................................................................... */
.map,
.ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe,
.map object,
.map embed,
.ratio iframe,
.ratio object,
.ratio embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* MARK: | box
........................................................................... */
.box {
  padding: 10px;
  border: 1px solid rgba(153, 153, 153, 0.6);
}
@media (min-width: 375px) {
  .box {
    padding: 15px;
  }
}
@media (min-width: 667px) {
  .box {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
Override
--------------------------------------------------------------*/
.main .gallery,
.editing .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: -10px !important;
  margin-top: 20px !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.main .gallery + .gallery,
.main .gallery + style + .gallery,
.editing .gallery + .gallery,
.editing .gallery + style + .gallery {
  margin-top: 10px !important;
}
.main .gallery > br,
.editing .gallery > br {
  display: none;
}
.main .gallery .gallery-item,
.editing .gallery .gallery-item {
  float: none !important;
  margin: 0 !important;
  padding: 0 5px 10px 5px;
}
.main .gallery .gallery-item .gallery-icon,
.editing .gallery .gallery-item .gallery-icon {
  padding: 0;
  background-color: transparent;
  line-height: 0;
  text-align: center;
}
.main .gallery .gallery-item .gallery-icon a,
.editing .gallery .gallery-item .gallery-icon a {
  display: inline-block;
  max-width: 100%;
}
.main .gallery .gallery-item .gallery-icon img,
.editing .gallery .gallery-item .gallery-icon img {
  border: 0 !important;
  line-height: 0;
}
.main .gallery .gallery-item .gallery-caption,
.editing .gallery .gallery-item .gallery-caption {
  padding: 3px 0 5px 0;
  font-size: 0.875em;
}
.main .gallery.gallery-columns-1 .gallery-item, .main .gallery.gallery-columns-2 .gallery-item,
.editing .gallery.gallery-columns-1 .gallery-item,
.editing .gallery.gallery-columns-2 .gallery-item {
  width: 100% !important;
}
.main .gallery.gallery-columns-3 .gallery-item, .main .gallery.gallery-columns-4 .gallery-item, .main .gallery.gallery-columns-5 .gallery-item, .main .gallery.gallery-columns-6 .gallery-item, .main .gallery.gallery-columns-7 .gallery-item, .main .gallery.gallery-columns-8 .gallery-item, .main .gallery.gallery-columns-9 .gallery-item,
.editing .gallery.gallery-columns-3 .gallery-item,
.editing .gallery.gallery-columns-4 .gallery-item,
.editing .gallery.gallery-columns-5 .gallery-item,
.editing .gallery.gallery-columns-6 .gallery-item,
.editing .gallery.gallery-columns-7 .gallery-item,
.editing .gallery.gallery-columns-8 .gallery-item,
.editing .gallery.gallery-columns-9 .gallery-item {
  width: 50% !important;
}
@media (min-width: 568px) {
  .main .gallery.gallery-columns-2 .gallery-item,
  .editing .gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
  .main .gallery.gallery-columns-3 .gallery-item, .main .gallery.gallery-columns-4 .gallery-item, .main .gallery.gallery-columns-5 .gallery-item,
  .editing .gallery.gallery-columns-3 .gallery-item,
  .editing .gallery.gallery-columns-4 .gallery-item,
  .editing .gallery.gallery-columns-5 .gallery-item {
    width: 33.33333% !important;
  }
  .main .gallery.gallery-columns-6 .gallery-item, .main .gallery.gallery-columns-7 .gallery-item, .main .gallery.gallery-columns-8 .gallery-item, .main .gallery.gallery-columns-9 .gallery-item,
  .editing .gallery.gallery-columns-6 .gallery-item,
  .editing .gallery.gallery-columns-7 .gallery-item,
  .editing .gallery.gallery-columns-8 .gallery-item,
  .editing .gallery.gallery-columns-9 .gallery-item {
    width: 25% !important;
  }
}
@media (min-width: 740px) {
  .main .gallery.gallery-columns-4 .gallery-item,
  .editing .gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
  .main .gallery.gallery-columns-5 .gallery-item,
  .editing .gallery.gallery-columns-5 .gallery-item {
    width: 20% !important;
  }
  .main .gallery.gallery-columns-6 .gallery-item,
  .editing .gallery.gallery-columns-6 .gallery-item {
    width: 16.6666667% !important;
  }
  .main .gallery.gallery-columns-7 .gallery-item,
  .editing .gallery.gallery-columns-7 .gallery-item {
    width: 14.2857143% !important;
  }
  .main .gallery.gallery-columns-8 .gallery-item,
  .editing .gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
  }
  .main .gallery.gallery-columns-9 .gallery-item,
  .editing .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111111111% !important;
  }
}

/* MARK: wp-caption
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wp-caption {
  max-width: 100% !important;
  font-style: normal;
  text-align: center;
}
.wp-caption img {
  vertical-align: top;
}

.wp-caption-text {
  margin-top: 3px !important;
  font-size: 0.875em;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
}

/* MARK: | Form contents
........................................................................... */
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="time"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.mw_wp_form input[type="text"],
.mw_wp_form input[type="password"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="url"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="datetime"],
.mw_wp_form input[type="datetime-local"],
.mw_wp_form input[type="time"],
.mw_wp_form input[type="date"],
.mw_wp_form input[type="month"],
.mw_wp_form input[type="week"],
.mw_wp_form input[type="number"],
.mw_wp_form input[type="range"],
.mw_wp_form input[type="search"],
.mw_wp_form textarea,
.formContents input[type="text"],
.formContents input[type="password"],
.formContents input[type="email"],
.formContents input[type="url"],
.formContents input[type="tel"],
.formContents input[type="datetime"],
.formContents input[type="datetime-local"],
.formContents input[type="time"],
.formContents input[type="date"],
.formContents input[type="month"],
.formContents input[type="week"],
.formContents input[type="number"],
.formContents input[type="range"],
.formContents input[type="search"],
.formContents textarea {
  width: 100%;
}
.wpcf7 input[type="file"],
.mw_wp_form input[type="file"],
.formContents input[type="file"] {
  width: 278px;
}
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"],
.wpcf7 button,
.mw_wp_form input[type="button"],
.mw_wp_form input[type="reset"],
.mw_wp_form input[type="submit"],
.mw_wp_form button,
.formContents input[type="button"],
.formContents input[type="reset"],
.formContents input[type="submit"],
.formContents button {
  margin-left: 5px;
  margin-right: 5px;
}
.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="file"],
.wpcf7 input[type="range"],
.wpcf7 select,
.mw_wp_form button,
.mw_wp_form input[type="button"],
.mw_wp_form input[type="reset"],
.mw_wp_form input[type="submit"],
.mw_wp_form input[type="radio"],
.mw_wp_form input[type="checkbox"],
.mw_wp_form input[type="file"],
.mw_wp_form input[type="range"],
.mw_wp_form select,
.formContents button,
.formContents input[type="button"],
.formContents input[type="reset"],
.formContents input[type="submit"],
.formContents input[type="radio"],
.formContents input[type="checkbox"],
.formContents input[type="file"],
.formContents input[type="range"],
.formContents select {
  cursor: pointer;
}
.wpcf7 *:disabled,
.mw_wp_form *:disabled,
.formContents *:disabled {
  cursor: default !important;
}
.wpcf7 button:disabled,
.wpcf7 input[type="button"]:disabled,
.wpcf7 input[type="reset"]:disabled,
.wpcf7 input[type="submit"]:disabled,
.mw_wp_form button:disabled,
.mw_wp_form input[type="button"]:disabled,
.mw_wp_form input[type="reset"]:disabled,
.mw_wp_form input[type="submit"]:disabled,
.formContents button:disabled,
.formContents input[type="button"]:disabled,
.formContents input[type="reset"]:disabled,
.formContents input[type="submit"]:disabled {
  opacity: 0.7;
}
.wpcf7 label,
.mw_wp_form label,
.formContents label {
  cursor: pointer;
}

@media (min-width: 667px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="password"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="datetime"],
  .wpcf7 input[type="datetime-local"],
  .wpcf7 input[type="time"],
  .wpcf7 input[type="date"],
  .wpcf7 input[type="month"],
  .wpcf7 input[type="week"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="range"],
  .wpcf7 input[type="search"],
  .wpcf7 input[type="file"],
  .wpcf7 textarea,
  .mw_wp_form input[type="text"],
  .mw_wp_form input[type="password"],
  .mw_wp_form input[type="email"],
  .mw_wp_form input[type="url"],
  .mw_wp_form input[type="tel"],
  .mw_wp_form input[type="datetime"],
  .mw_wp_form input[type="datetime-local"],
  .mw_wp_form input[type="time"],
  .mw_wp_form input[type="date"],
  .mw_wp_form input[type="month"],
  .mw_wp_form input[type="week"],
  .mw_wp_form input[type="number"],
  .mw_wp_form input[type="range"],
  .mw_wp_form input[type="search"],
  .mw_wp_form input[type="file"],
  .mw_wp_form textarea,
  .formContents input[type="text"],
  .formContents input[type="password"],
  .formContents input[type="email"],
  .formContents input[type="url"],
  .formContents input[type="tel"],
  .formContents input[type="datetime"],
  .formContents input[type="datetime-local"],
  .formContents input[type="time"],
  .formContents input[type="date"],
  .formContents input[type="month"],
  .formContents input[type="week"],
  .formContents input[type="number"],
  .formContents input[type="range"],
  .formContents input[type="search"],
  .formContents input[type="file"],
  .formContents textarea {
    width: 75%;
  }
  .wpcf7 input[name="tel"],
  .wpcf7 input[name="address-level1"],
  .wpcf7 input[name="postal-code"],
  .mw_wp_form input[name="tel"],
  .mw_wp_form input[name="address-level1"],
  .mw_wp_form input[name="postal-code"],
  .formContents input[name="tel"],
  .formContents input[name="address-level1"],
  .formContents input[name="postal-code"] {
    width: 30%;
  }
}
.formList {
  display: block;
}
.formList > .formList_item,
.formList > dl {
  display: block;
  margin: 0 !important;
}
.formList > .formList_item > dt,
.formList > .formList_item > dd,
.formList > .formList_item > .formList_heading,
.formList > .formList_item > .formList_body,
.formList > dl > dt,
.formList > dl > dd,
.formList > dl > .formList_heading,
.formList > dl > .formList_body {
  display: block;
  margin: 0 !important;
}

@media (max-width: 666px) {
  table.formList {
    display: block;
  }
  table.formList > tbody,
  table.formList > tbody > tr,
  table.formList > tr {
    display: block;
  }
  table.formList > tbody > th,
  table.formList > tbody > td,
  table.formList > tbody > tr > th,
  table.formList > tbody > tr > td,
  table.formList > tr > th,
  table.formList > tr > td {
    display: block;
  }
}
@media (min-width: 667px) {
  .formList {
    display: table;
    border-collapse: collapse;
  }
  .formList > .formList_item,
  .formList > dl {
    display: table-row;
    margin: 0;
  }
  .formList > .formList_item > dt,
  .formList > .formList_item > dd,
  .formList > .formList_item > .formList_heading,
  .formList > .formList_item > .formList_body,
  .formList > dl > dt,
  .formList > dl > dd,
  .formList > dl > .formList_heading,
  .formList > dl > .formList_body {
    display: table-cell;
    margin: 0;
  }
}
.wpcf7 .formList_required,
.mw_wp_form .formList_required,
.formContents .formList_required,
.formList .formList_required {
  display: inline-block;
  padding: 0.27em 4px;
  vertical-align: top;
}

.wpcf7 .formList_message,
.wpcf7 .error,
.wpcf7 .warning,
.wpcf7 .success,
.mw_wp_form .formList_message,
.mw_wp_form .error,
.mw_wp_form .warning,
.mw_wp_form .success,
.formContents .formList_message,
.formContents .error,
.formContents .warning,
.formContents .success,
.formList .formList_message,
.formList .error,
.formList .warning,
.formList .success {
  display: block;
}
* + .wpcf7 .formList_message, * +
.wpcf7 .error, * +
.wpcf7 .warning, * +
.wpcf7 .success, * +
.mw_wp_form .formList_message, * +
.mw_wp_form .error, * +
.mw_wp_form .warning, * +
.mw_wp_form .success, * +
.formContents .formList_message, * +
.formContents .error, * +
.formContents .warning, * +
.formContents .success, * +
.formList .formList_message, * +
.formList .error, * +
.formList .warning, * +
.formList .success {
  margin-top: 10px;
}

.wpcf7 > .formList_item > dt * + *:not(span):not(input):not(button),
.wpcf7 > .formList_item > dd * + *:not(span):not(input):not(button),
.wpcf7 > .formList_item > .formList_heading * + *:not(span):not(input):not(button),
.wpcf7 > .formList_item > .formList_body * + *:not(span):not(input):not(button),
.wpcf7 > dl > dt * + *:not(span):not(input):not(button),
.wpcf7 > dl > dd * + *:not(span):not(input):not(button),
.wpcf7 > dl > .formList_heading * + *:not(span):not(input):not(button),
.wpcf7 > dl > .formList_body * + *:not(span):not(input):not(button),
.mw_wp_form > .formList_item > dt * + *:not(span):not(input):not(button),
.mw_wp_form > .formList_item > dd * + *:not(span):not(input):not(button),
.mw_wp_form > .formList_item > .formList_heading * + *:not(span):not(input):not(button),
.mw_wp_form > .formList_item > .formList_body * + *:not(span):not(input):not(button),
.mw_wp_form > dl > dt * + *:not(span):not(input):not(button),
.mw_wp_form > dl > dd * + *:not(span):not(input):not(button),
.mw_wp_form > dl > .formList_heading * + *:not(span):not(input):not(button),
.mw_wp_form > dl > .formList_body * + *:not(span):not(input):not(button),
.formContents > .formList_item > dt * + *:not(span):not(input):not(button),
.formContents > .formList_item > dd * + *:not(span):not(input):not(button),
.formContents > .formList_item > .formList_heading * + *:not(span):not(input):not(button),
.formContents > .formList_item > .formList_body * + *:not(span):not(input):not(button),
.formContents > dl > dt * + *:not(span):not(input):not(button),
.formContents > dl > dd * + *:not(span):not(input):not(button),
.formContents > dl > .formList_heading * + *:not(span):not(input):not(button),
.formContents > dl > .formList_body * + *:not(span):not(input):not(button),
.formList > .formList_item > dt * + *:not(span):not(input):not(button),
.formList > .formList_item > dd * + *:not(span):not(input):not(button),
.formList > .formList_item > .formList_heading * + *:not(span):not(input):not(button),
.formList > .formList_item > .formList_body * + *:not(span):not(input):not(button),
.formList > dl > dt * + *:not(span):not(input):not(button),
.formList > dl > dd * + *:not(span):not(input):not(button),
.formList > dl > .formList_heading * + *:not(span):not(input):not(button),
.formList > dl > .formList_body * + *:not(span):not(input):not(button) {
  margin-top: 10px !important;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item,
.formContents .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
.formContents .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item:first-child,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item:first-child,
.formContents .wpcf7-radio .wpcf7-list-item:first-child,
.formContents .wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-left: 0;
}

.mw_wp_form .akismet_error,
.formContents .akismet_error {
  display: block;
}
.mw_wp_form .vertical-item,
.formContents .vertical-item {
  display: block;
}
.mw_wp_form .vertical-item + .vertical-item,
.formContents .vertical-item + .vertical-item {
  margin-top: 5px;
}
.mw_wp_form .horizontal-item + .horizontal-item,
.formContents .horizontal-item + .horizontal-item {
  margin-left: 1em !important;
}
.mw_wp_form .mwform-checkbox-field label,
.mw_wp_form .mwform-radio-field label,
.formContents .mwform-checkbox-field label,
.formContents .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.mw_wp_form .mwform-checkbox-field input,
.mw_wp_form .mwform-radio-field input,
.formContents .mwform-checkbox-field input,
.formContents .mwform-radio-field input {
  margin-right: 5px;
}
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year,
.formContents .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.formContents .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin: 0 5px;
}
.mw_wp_form .mw-wp-form-deprecated-message,
.formContents .mw-wp-form-deprecated-message {
  background: #F5A9A9;
  border: #B40404 solid 2px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.6;
  margin: 0 0 5px;
  padding: 5px;
}
.mw_wp_form .mw_wp_form input[type="file"],
.formContents .mw_wp_form input[type="file"] {
  display: inline-block;
}
.mw_wp_form .mwform-file-delete,
.formContents .mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}
.mw_wp_form .mwform-tel-field input[type="text"],
.mw_wp_form .mwform-zip-field input[type="text"],
.formContents .mwform-tel-field input[type="text"],
.formContents .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}

body .cf7-calculated-name {
  width: auto;
}

/* MARK: Slick
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* MARK: | initialize
........................................................................... */
.slider {
  position: relative;
}
.slider > li {
  position: absolute;
}

.slick-slider {
  overflow: hidden;
}
.slick-slider * {
  outline: none;
}

.slick-slide {
  text-align: center;
  vertical-align: top;
}
.slick-slide a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.slick-slide img {
  margin: 0 auto;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.slick-list .slick-loading {
  background: url("../images/loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2215.375%22%20viewBox%3D%220%200%2018%2015.375%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22slide-arrow-left%22%20class%3D%22cls-1%22%20d%3D%22M29%2C21H14.82L20.1%2C26.282%2C18.688%2C27.7l-7.7-7.7%2C7.7-7.7L20.1%2C13.718%2C14.82%2C19H29v2Z%22%20transform%3D%22translate(-11%20-12.313)%22%2F%3E%0A%3C%2Fsvg%3E") center center no-repeat #000;
  background-size: 18px 16px;
  border: none;
  border-radius: 50%;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider .slick-arrow {
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-slider:hover .slick-arrow:hover {
  opacity: 0.7;
}
.slick-slider:hover .slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: default;
}

.slick-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2215.375%22%20viewBox%3D%220%200%2018%2015.375%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22slide-arrow-left%22%20class%3D%22cls-1%22%20d%3D%22M29%2C21H14.82L20.1%2C26.282%2C18.688%2C27.7l-7.7-7.7%2C7.7-7.7L20.1%2C13.718%2C14.82%2C19H29v2Z%22%20transform%3D%22translate(-11%20-12.313)%22%2F%3E%0A%3C%2Fsvg%3E");
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2215.375%22%20viewBox%3D%220%200%2018%2015.375%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22slide-arrow-right%22%20class%3D%22cls-1%22%20d%3D%22M11%2C21H25.18L19.9%2C26.282%2C21.313%2C27.7l7.7-7.7-7.7-7.7L19.9%2C13.718%2C25.18%2C19H11v2Z%22%20transform%3D%22translate(-11%20-12.313)%22%2F%3E%0A%3C%2Fsvg%3E");
}
.slick-prev:before {
  content: "←";
  font-size: 0;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2215.375%22%20viewBox%3D%220%200%2018%2015.375%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22slide-arrow-right%22%20class%3D%22cls-1%22%20d%3D%22M11%2C21H25.18L19.9%2C26.282%2C21.313%2C27.7l7.7-7.7-7.7-7.7L19.9%2C13.718%2C25.18%2C19H11v2Z%22%20transform%3D%22translate(-11%20-12.313)%22%2F%3E%0A%3C%2Fsvg%3E");
}
[dir="rtl"] .slick-next {
  left: 10px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2215.375%22%20viewBox%3D%220%200%2018%2015.375%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22slide-arrow-left%22%20class%3D%22cls-1%22%20d%3D%22M29%2C21H14.82L20.1%2C26.282%2C18.688%2C27.7l-7.7-7.7%2C7.7-7.7L20.1%2C13.718%2C14.82%2C19H29v2Z%22%20transform%3D%22translate(-11%20-12.313)%22%2F%3E%0A%3C%2Fsvg%3E");
}
.slick-next:before {
  content: "→";
  font-size: 0;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  content: "•";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.slick-dots li button:hover:before {
  background-color: rgba(102, 102, 102, 0.7);
}
.slick-dots li.slick-active {
  cursor: default;
}
.slick-dots li.slick-active button {
  cursor: default;
}
.slick-dots li.slick-active button:before {
  background-color: rgba(51, 51, 51, 0.7);
}

/* MARK: | Options
........................................................................... */
@media (min-width: 1080px) {
  .slick-arrows-outside .slick-prev {
    left: -50px;
  }
  .slick-arrows-outside .slick-next {
    right: -50px;
  }
}

.slick-dots-outside .slick-dots {
  bottom: -20px;
}

/* MARK: Helpers
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* MARK: | .width-auto/0~100[--screen-width]
........................................................................... */
.width-auto {
  width: auto !important;
}

.width-0 {
  width: 0% !important;
}

.width-10 {
  width: 10% !important;
}

.width-20 {
  width: 20% !important;
}

.width-30 {
  width: 30% !important;
}

.width-40 {
  width: 40% !important;
}

.width-50 {
  width: 50% !important;
}

.width-60 {
  width: 60% !important;
}

.width-70 {
  width: 70% !important;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.width-100 {
  width: 100% !important;
}

@media (min-width: 320px) {
  .width-auto--spsm {
    width: auto !important;
  }

  .width-0--spsm {
    width: 0% !important;
  }

  .width-10--spsm {
    width: 10% !important;
  }

  .width-20--spsm {
    width: 20% !important;
  }

  .width-30--spsm {
    width: 30% !important;
  }

  .width-40--spsm {
    width: 40% !important;
  }

  .width-50--spsm {
    width: 50% !important;
  }

  .width-60--spsm {
    width: 60% !important;
  }

  .width-70--spsm {
    width: 70% !important;
  }

  .width-80--spsm {
    width: 80% !important;
  }

  .width-90--spsm {
    width: 90% !important;
  }

  .width-100--spsm {
    width: 100% !important;
  }
}
@media (min-width: 375px) {
  .width-auto--sp {
    width: auto !important;
  }

  .width-0--sp {
    width: 0% !important;
  }

  .width-10--sp {
    width: 10% !important;
  }

  .width-20--sp {
    width: 20% !important;
  }

  .width-30--sp {
    width: 30% !important;
  }

  .width-40--sp {
    width: 40% !important;
  }

  .width-50--sp {
    width: 50% !important;
  }

  .width-60--sp {
    width: 60% !important;
  }

  .width-70--sp {
    width: 70% !important;
  }

  .width-80--sp {
    width: 80% !important;
  }

  .width-90--sp {
    width: 90% !important;
  }

  .width-100--sp {
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  .width-auto--splg {
    width: auto !important;
  }

  .width-0--splg {
    width: 0% !important;
  }

  .width-10--splg {
    width: 10% !important;
  }

  .width-20--splg {
    width: 20% !important;
  }

  .width-30--splg {
    width: 30% !important;
  }

  .width-40--splg {
    width: 40% !important;
  }

  .width-50--splg {
    width: 50% !important;
  }

  .width-60--splg {
    width: 60% !important;
  }

  .width-70--splg {
    width: 70% !important;
  }

  .width-80--splg {
    width: 80% !important;
  }

  .width-90--splg {
    width: 90% !important;
  }

  .width-100--splg {
    width: 100% !important;
  }
}
@media (min-width: 667px) {
  .width-auto--tb {
    width: auto !important;
  }

  .width-0--tb {
    width: 0% !important;
  }

  .width-10--tb {
    width: 10% !important;
  }

  .width-20--tb {
    width: 20% !important;
  }

  .width-30--tb {
    width: 30% !important;
  }

  .width-40--tb {
    width: 40% !important;
  }

  .width-50--tb {
    width: 50% !important;
  }

  .width-60--tb {
    width: 60% !important;
  }

  .width-70--tb {
    width: 70% !important;
  }

  .width-80--tb {
    width: 80% !important;
  }

  .width-90--tb {
    width: 90% !important;
  }

  .width-100--tb {
    width: 100% !important;
  }
}
@media (min-width: 860px) {
  .width-auto--tblg {
    width: auto !important;
  }

  .width-0--tblg {
    width: 0% !important;
  }

  .width-10--tblg {
    width: 10% !important;
  }

  .width-20--tblg {
    width: 20% !important;
  }

  .width-30--tblg {
    width: 30% !important;
  }

  .width-40--tblg {
    width: 40% !important;
  }

  .width-50--tblg {
    width: 50% !important;
  }

  .width-60--tblg {
    width: 60% !important;
  }

  .width-70--tblg {
    width: 70% !important;
  }

  .width-80--tblg {
    width: 80% !important;
  }

  .width-90--tblg {
    width: 90% !important;
  }

  .width-100--tblg {
    width: 100% !important;
  }
}
@media (min-width: 1080px) {
  .width-auto--dt {
    width: auto !important;
  }

  .width-0--dt {
    width: 0% !important;
  }

  .width-10--dt {
    width: 10% !important;
  }

  .width-20--dt {
    width: 20% !important;
  }

  .width-30--dt {
    width: 30% !important;
  }

  .width-40--dt {
    width: 40% !important;
  }

  .width-50--dt {
    width: 50% !important;
  }

  .width-60--dt {
    width: 60% !important;
  }

  .width-70--dt {
    width: 70% !important;
  }

  .width-80--dt {
    width: 80% !important;
  }

  .width-90--dt {
    width: 90% !important;
  }

  .width-100--dt {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .width-auto--dtlg {
    width: auto !important;
  }

  .width-0--dtlg {
    width: 0% !important;
  }

  .width-10--dtlg {
    width: 10% !important;
  }

  .width-20--dtlg {
    width: 20% !important;
  }

  .width-30--dtlg {
    width: 30% !important;
  }

  .width-40--dtlg {
    width: 40% !important;
  }

  .width-50--dtlg {
    width: 50% !important;
  }

  .width-60--dtlg {
    width: 60% !important;
  }

  .width-70--dtlg {
    width: 70% !important;
  }

  .width-80--dtlg {
    width: 80% !important;
  }

  .width-90--dtlg {
    width: 90% !important;
  }

  .width-100--dtlg {
    width: 100% !important;
  }
}
/* MARK: | .whiteSpace-nowrap/wrap[--screen-width]
........................................................................... */
.whiteSpace-nowrap {
  white-space: nowrap !important;
}

.whiteSpace-wrap {
  white-space: normal !important;
}

@media (min-width: 320px) {
  .whiteSpace-nowrap--spsm {
    white-space: nowrap !important;
  }

  .whiteSpace-wrap--spsm {
    white-space: normal !important;
  }
}
@media (min-width: 375px) {
  .whiteSpace-nowrap--sp {
    white-space: nowrap !important;
  }

  .whiteSpace-wrap--sp {
    white-space: normal !important;
  }
}
@media (min-width: 480px) {
  .whiteSpace-nowrap--splg {
    white-space: nowrap !important;
  }

  .whiteSpace-wrap--splg {
    white-space: normal !important;
  }
}
@media (min-width: 667px) {
  .whiteSpace-nowrap--tb {
    white-space: nowrap !important;
  }

  .whiteSpace-wrap--tb {
    white-space: normal !important;
  }
}
@media (min-width: 860px) {
  .whiteSpace-nowrap--tblg {
    white-space: nowrap !important;
  }

  .whiteSpace-wrap--tblg {
    white-space: normal !important;
  }
}
@media (min-width: 1080px) {
  .whiteSpace-nowrap--dt {
    white-space: nowrap !important;
  }

  .whiteSpace-wrap--dt {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .whiteSpace-nowrap--dtlg {
    white-space: nowrap !important;
  }

  .whiteSpace-wrap--dtlg {
    white-space: normal !important;
  }
}
/* MARK: # Selesite
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html, body {
  border: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
}

iframe {
  border: none;
}

.header::before,
.header::after,
.header #menu::before,
.header #menu::after,
.header .main-menu::before,
.header .main-menu::after,
.free::before,
.free::after,
.free-container::before,
.free-container::after,
.core::before,
.core::after,
.contents::before,
.contents::after,
.contents-wrapper::before,
.contents-wrapper::after,
.shortcut::before,
.shortcut::after,
.utilities::before,
.utilities::after,
.footer::before,
.footer::after,
.topic-path::before,
.topic-path::after,
.qr::before,
.qr::after,
.share::before,
.share::after,
.main::before,
.main::after,
.main-contents::before,
.main-contents::before,
.lead-contents::after,
.lead-contents::after,
.editing::before,
.editing::after,
.common-contents::before,
.common-contents::after {
  content: '';
  display: table;
  clear: both;
}

/* layout
  ========================================================================== */
.sidebar-none .utilities {
  display: none;
}

.common-contents {
  clear: both;
}

.common-contents.common-top,
.common-contents.common-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}

.common-contents.common-top-large {
  margin: 30px 10px 0 10px;
}

.common-contents.common-bottom-large {
  margin: 0 10px;
}

.container {
  margin: 0 10px;
}

@media (min-width: 321px) {
  .common-contents.common-top-large {
    margin: 30px 15px 0 15px;
  }

  .common-contents.common-bottom-large {
    margin: 0 15px;
  }

  .container {
    margin: 0 15px;
  }
}
@media (min-width: 1080px) {
  .container {
    margin: 0 auto;
    width: 94%;
  }

  .common-contents.common-top-large {
    margin: 30px auto 0 auto;
    width: 1080px;
  }

  .common-contents.common-bottom-large {
    margin: 0 auto;
    width: 1080px;
  }

  .sidebar-none .contents-wrapper,
  .sidebar-left .contents-wrapper,
  .sidebar-right .contents-wrapper {
    margin: 0 auto;
    width: 94%;
  }

  .sidebar-left .contents-wrapper .container,
  .sidebar-right .contents-wrapper .container {
    margin: 0;
    width: auto;
  }

  .sidebar-left .contents,
  .sidebar-right .contents {
    width: 66%;
  }

  .sidebar-left .utilities,
  .sidebar-right .utilities {
    width: 30%;
  }

  .sidebar-right .contents,
  .sidebar-left .utilities {
    float: left;
  }

  .sidebar-left .contents,
  .sidebar-right .utilities {
    float: right;
  }
}
/* header
  ========================================================================== */
.header .logo {
  display: table;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.5em;
}

.header .logo a {
  display: table-cell;
  width: 100%;
  line-height: 1;
  vertical-align: middle;
}

.header .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.font-size {
  display: table;
}

.font-size .font-size-title {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  height: 40px;
}

.font-size .font-size-default,
.font-size .font-size-large {
  display: table-cell;
  width: 65px;
  height: 40px;
  line-height: 1;
  background-color: #eaeaea;
  background-color: rgba(153, 153, 153, 0.2);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.font-size .font-size-default {
  padding-left: 3px;
}

.font-size .font-size-large {
  padding-right: 3px;
}

.font-size .font-size-default:hover,
.font-size .font-size-large:hover {
  background-color: #ccc;
  background-color: rgba(153, 153, 153, 0.5);
}

.font-size input:checked + .font-size-default,
.font-size input:checked + .font-size-large {
  background-color: #333;
  color: #fff;
  cursor: default;
}

.font-size input {
  display: none;
}

/* menu
  ========================================================================== */
/* intro
  ========================================================================== */
/* contents
  ========================================================================== */
/* article-page
  -------------------------------------------------------------------------- */
.article-page .main > .article-info .date {
  margin-top: 0;
  float: left;
}

.article-page .main > .article-info .category-list {
  margin-top: 0;
  float: right;
}

.article-page .main > .main-contents {
  clear: both;
  margin-bottom: 30px;
}

/* lead-contents
  -------------------------------------------------------------------------- */
.lead-contents {
  margin-bottom: 20px;
}

/* search-results-contents
  -------------------------------------------------------------------------- */
.search-results-contents {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #eaeaea;
  background-color: rgba(153, 153, 153, 0.2);
  text-align: center;
}

.search-results-contents .search-results-form {
  /* flexbox */
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: -webkit-box;
  display: flex;
  /* flex-direction */
  -ms-flex-direction: row;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  /* flex-wrap */
  -ms-flex-wrap: nowrap;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  flex-wrap: nowrap;
  /* justify-content */
  -ms-flex-pack: justify;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* align-items */
  -ms-flex-align: flex-start;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-align: start;
          align-items: flex-start;
  /* align-content */
  -ms-flex-line-pack: flex-start;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  align-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

.search-results-contents .search-results-form .search-results-input {
  padding-left: 40px;
  width: 80%;
  height: 40px;
  background: url(../images/search.png) 12px center no-repeat #fff;
  background-size: 20px;
  border: 1px solid #aaa;
  border-color: rgba(153, 153, 153, 0.8);
  border-radius: 20px;
}

.search-results-contents .search-results-form .search-results-submit {
  margin-left: 8px;
  padding-left: 20px;
  padding-right: 20px;
  width: 85px;
  height: 40px;
  border: 1px solid #aaa;
  border-color: rgba(153, 153, 153, 0.8);
  border-radius: 20px;
}

.search-results-contents .search-results-notice {
  margin-top: 15px;
}

/* pagination
  -------------------------------------------------------------------------- */
.pagination {
  display: table;
  margin: 30px auto 0 auto;
  border-collapse: collapse;
  text-align: center;
}

.pagination .pagination-btn {
  display: none;
  padding: 5px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.pagination a.pagination-btn,
.pagination .current {
  min-width: 40px;
}

.pagination .current,
.pagination .prev,
.pagination .next {
  display: table-cell;
}

.pagination .prev,
.pagination .next {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0;
}

.pagination .current + .pagination-btn,
.pagination .current + .pagination-btn + .pagination-btn {
  display: table-cell;
}

/*.pagination .pagination-btn-prev:before {
  content: '<';
  display: inline-block;
  padding-right: .5em;
}
.pagination .pagination-btn-next:after {
  content: '>';
  display: inline-block;
  padding-left: .5em;
}*/
@media (min-width: 375px) {
  .pagination .prev,
  .pagination .next {
    font-size: 1em;
  }
}
@media (min-width: 480px) {
  .pagination .current + .pagination-btn,
  .pagination .current + .pagination-btn + .pagination-btn,
  .pagination .current + .pagination-btn + .pagination-btn + .pagination-btn,
  .pagination .current + .pagination-btn + .pagination-btn + .pagination-btn + .pagination-btn {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .pagination .pagination-btn {
    display: table-cell;
  }
}
/* page-nav
  -------------------------------------------------------------------------- */
.page-nav {
  margin: 40px 0 0 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.page-nav .page-nav-btn {
  margin: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.page-nav .page-nav-btn > span,
.page-nav .page-nav-btn > a {
  display: block;
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.page-nav .page-nav-btn .label {
  font-weight: bold;
  color: #333;
}

.page-nav .page-nav-btn .title {
  display: block;
  text-decoration: underline;
}

.page-nav .page-nav-btn span .title {
  text-decoration: none;
  color: #999;
}

.page-nav .newer a {
  background: url(../images/arrow-prev.png) no-repeat left 10px center transparent;
  background-size: 8px 16px;
}

.page-nav .older a {
  background: url(../images/arrow-next.png) no-repeat right 10px center transparent;
  background-size: 8px 16px;
  /*text-align: right;*/
}

.page-nav .page-nav-btn a:hover {
  background-color: #eee;
  background-color: rgba(153, 153, 153, 0.2);
}

@media (min-width: 568px) {
  .page-nav {
    /*border-bottom: 1px dotted #ccc;*/
    border-color: rgba(153, 153, 153, 0.6);
    /* flexbox */
    display: -ms-flexbox;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    display: -webkit-box;
    display: flex;
    /* flex-direction */
    -ms-flex-direction: row;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    /* flex-wrap */
    -ms-flex-wrap: wrap;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    /* justify-content */
    -ms-flex-pack: start;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .page-nav .page-nav-btn {
    width: 50%;
    border-bottom: none;
  }
}
/* utilities
  ========================================================================== */
/* flex-grow */
.utilities .archive > ul {
  display: block;
  width: auto;
}

.utilities .archive > ul > li {
  width: auto;
  min-width: none;
  max-width: none;
}

@media (min-width: 1080px) {
  .sidebar-left .utilities .navigation > ul,
  .sidebar-right .utilities .navigation > ul {
    display: block;
  }

  .sidebar-left .utilities .navigation > ul > li,
  .sidebar-right .utilities .navigation > ul > li {
    width: auto;
    max-width: none;
    min-width: none;
  }
}
/* footer
  ========================================================================== */
.footer .topic-path {
  display: none;
}

.footer .qr-contents {
  display: none;
}

/* elements
  ========================================================================== */
/*
.editing *,
.main * {
  margin: 0;
}
*/
.editing * + *:not(a):not(abbr):not(b):not(bdo):not(br):not(button):not(cite):not(code):not(dfn):not(em):not(i):not(img):not(input):not(kbd):not(label):not(map):not(object):not(q):not(samp):not(script):not(select):not(small):not(span):not(strong):not(sub):not(sup):not(textarea):not(time):not(var):not(li):not(.page-list-item),
.main * + *:not(a):not(abbr):not(b):not(bdo):not(br):not(button):not(cite):not(code):not(dfn):not(em):not(i):not(img):not(input):not(kbd):not(label):not(map):not(object):not(q):not(samp):not(script):not(select):not(small):not(span):not(strong):not(sub):not(sup):not(textarea):not(time):not(var):not(li):not(.page-list-item) {
  margin-top: 20px;
}

.editing img,
.main img {
  max-width: 100%;
  height: auto;
}

.editing hr,
.main hr {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.core .editing address,
.core .main address {
  padding: 10px 15px;
  border: 1px solid #bbb;
  border-color: rgba(153, 153, 153, 0.6);
}

/* h1, h2, h3, h4, h5, h6
  -------------------------------------------------------------------------- */
.editing h1,
.editing h2,
.editing h3,
.editing h4,
.editing h5,
.editing h6,
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  line-height: 1.4;
}

.editing * + h1,
.editing * + h2,
.editing * + h3,
.editing * + h4,
.editing * + h5,
.editing * + h6,
.main * + h1,
.main * + h2,
.main * + h3,
.main * + h4,
.main * + h5,
.main * + h6 {
  margin-top: 40px !important;
}

.editing .page-list-item .title,
.main .page-list-item .title {
  margin-top: 0 !important;
}

.editing h1,
.main h1 {
  font-size: 1.75em;
}

.editing h2,
.main h2 {
  font-size: 1.5em;
}

.editing h3,
.main h3 {
  font-size: 1.25em;
}

.editing h4,
.main h4 {
  font-size: 1.125em;
}

.editing h5,
.main h5 {
  font-size: 1em;
}

.editing h6,
.main h6 {
  font-size: 1em;
}

/* ol, ul
  -------------------------------------------------------------------------- */
.editing ul,
.main ul {
  display: table;
  list-style-type: none;
  word-break: break-word;
}

.editing ol,
.main ol {
  display: table;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 30px;
  word-break: break-word;
}

.editing li,
.main li {
  line-height: 1.5;
}
.editing li:not(:first-child),
.main li:not(:first-child) {
  margin-top: 10px;
}

.editing ul ul,
.editing ul ol,
.editing ol ul,
.editing ol ol,
.main ul ul,
.main ul ol,
.main ol ul,
.main ol ol {
  margin-top: 10px;
  /*padding-left: 20px;*/
}

.editing ul > li,
.main ul > li {
  padding-left: 30px;
  background: url(../images/li.png) no-repeat 10px 0.25em transparent;
  background-size: 16px;
}

.editing ul ul > li,
.editing ol ul > li,
.main ul ul > li,
.main ol ul > li {
  background-image: url(../images/li2.png);
}

.editing ul ul ul > li,
.editing ul ol ul > li,
.editing ol ol ul > li,
.editing ol ul ul > li,
.main ul ul ul > li,
.main ul ol ul > li,
.main ol ol ul > li,
.main ol ul ul > li {
  background-image: url(../images/li3.png);
}

.editing ol ol,
.main ol ol {
  list-style-type: upper-roman;
}

.editing ol ol ol,
.main ol ol ol {
  list-style-type: lower-roman;
}

/* dl
  -------------------------------------------------------------------------- */
.editing dl dt,
.main dl dt {
  margin: 0;
  padding: .25em .5em;
  background-color: #eaeaea;
  background-color: rgba(153, 153, 153, 0.2);
  line-height: 1.5;
}

.editing dl dt:not(:first-child),
.main dl dt:not(:first-child) {
  margin-top: 10px;
}

.editing dl dd,
.main dl dd {
  margin: 0;
  padding: .25em .5em;
  line-height: 1.5;
}

.editing dl > dt + dd,
.main dl > dt + dd {
  margin-top: 0 !important;
}

.editing dl dd *,
.main dl dd * {
  line-height: 1.5;
}

.editing dl dd > *:last-child,
.main dl dd > *:last-child {
  margin-bottom: 0;
}

/* table
  -------------------------------------------------------------------------- */
table {
  border: 1px solid #bbb;
  border-color: rgba(153, 153, 153, 0.6);
  border-collapse: collapse;
}

table th,
table td {
  padding: 8px 12px;
  border: 1px solid #bbb;
  border-color: rgba(153, 153, 153, 0.6);
}

table th {
  background-color: #eaeaea;
  background-color: rgba(153, 153, 153, 0.2);
  font-weight: bold;
}

/* form
  -------------------------------------------------------------------------- */
.editing fieldset,
.editing form,
.main fieldset,
.main form {
  border: none;
}

.editing fieldset > *:last-child,
.editing form > *:last-child,
.main fieldset > *:last-child,
.main form > *:last-child {
  margin-bottom: 0;
}

.editing input,
.editing textarea,
.main input,
.main textarea {
  border: 1px solid #aaa;
  border-color: rgba(153, 153, 153, 0.8);
}

.editing input[type="file"],
.main input[type="file"] {
  border: none;
  width: 278px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(153, 153, 153, 0.8);
  box-shadow: inset 0 0 0 1px rgba(153, 153, 153, 0.8);
}

@media (min-width: 667px) {
  .editing input[type="file"],
  .main input[type="file"] {
    width: 75%;
    max-width: 600px;
  }
}
.editing button,
.editing input[type="button"],
.editing input[type="reset"],
.editing input[type="submit"],
.main button,
.main input[type="button"],
.main input[type="reset"],
.main input[type="submit"] {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ccc;
  background-color: rgba(153, 153, 153, 0.5);
}

.editing select,
.main select {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}

/* pre, code, var, samp, kbd
  -------------------------------------------------------------------------- */
.editing pre,
.editing code,
.editing var,
.editing samp,
.editing kbd,
.main pre,
.main code,
.main var,
.main samp,
.main kbd {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  font-size: 14px;
  line-height: 1.2;
}

.editing pre,
.main pre {
  overflow: auto;
  padding: 15px 10px;
  background-color: #eaeaea;
  background-color: rgba(153, 153, 153, 0.2);
  border: 1px solid #bbb;
  border-color: rgba(153, 153, 153, 0.8);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.editing var,
.editing samp,
.editing kbd,
.main var,
.main samp,
.main kbd {
  display: inline-block;
  margin: 0 2px;
  padding: 1px 4px 0 4px;
  border: 1px solid #999;
  border-radius: 3px;
  border-color: #bbb;
  border-color: rgba(153, 153, 153, 0.8);
  vertical-align: text-bottom;
  line-height: 1;
}

.editing var,
.main var {
  background-color: #eaeaea;
  background-color: rgba(153, 153, 153, 0.2);
}

.editing samp,
.main samp {
  border-style: dotted;
  background-color: #fff;
  color: #444;
}

.editing kbd,
.main kbd {
  padding: 1px 4px;
  -webkit-box-shadow: inset 0 -2px 0 0 #ddd;
          box-shadow: inset 0 -2px 0 0 #ddd;
  background-color: #fff;
  color: #444;
  /*border-color: #999;*/
}

/* blockquote
  -------------------------------------------------------------------------- */
.editing blockquote,
.main blockquote {
  margin-left: 10px;
  padding: 5px 15px;
  border-left: 5px solid #ddd;
  border-color: rgba(153, 153, 153, 0.3);
  font-style: oblique;
}

/* page-title
  -------------------------------------------------------------------------- */
.main .page-title {
  margin-top: 0;
}

/* column
  ========================================================================== */
.columns-1 {
  display: block;
}

.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6 {
  /* flexbox */
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: -webkit-box;
  display: flex;
  /* flex-direction */
  -ms-flex-direction: row;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  /* flex-wrap */
  -ms-flex-wrap: wrap;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  /* justify-content */
  -ms-flex-pack: start;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.columns-2 .columns-item,
.columns-3 .columns-item,
.columns-4 .columns-item,
.columns-5 .columns-item,
.columns-6 .columns-item {
  margin-right: 3%;
  margin-bottom: 15px;
  width: 48.5%;
  /* flex-basis */
  -ms-flex-basis: 48.5%;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  /* flex-grow */
  /*-ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;*/
}

.columns-2 .columns-item:nth-child(2n),
.columns-3 .columns-item:nth-child(2n),
.columns-4 .columns-item:nth-child(2n),
.columns-5 .columns-item:nth-child(2n),
.columns-6 .columns-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 568px) {
  .columns-3 .columns-item,
  .columns-4 .columns-item,
  .columns-5 .columns-item,
  .columns-6 .columns-item {
    max-width: 31.3333333333%;
    /* flex-basis */
    -ms-flex-basis: 31.3333333333%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .columns-3 .columns-item:nth-child(2n),
  .columns-4 .columns-item:nth-child(2n),
  .columns-5 .columns-item:nth-child(2n),
  .columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .columns-3 .columns-item:nth-child(3n),
  .columns-4 .columns-item:nth-child(3n),
  .columns-5 .columns-item:nth-child(3n),
  .columns-6 .columns-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 667px) {
  .columns-4 .columns-item,
  .columns-5 .columns-item,
  .columns-6 .columns-item {
    max-width: 22.75%;
    /* flex-basis */
    -ms-flex-basis: 22.75%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .columns-4 .columns-item:nth-child(2n),
  .columns-5 .columns-item:nth-child(2n),
  .columns-6 .columns-item:nth-child(2n),
  .columns-4 .columns-item:nth-child(3n),
  .columns-5 .columns-item:nth-child(3n),
  .columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }

  .columns-4 .columns-item:nth-child(4n),
  .columns-5 .columns-item:nth-child(4n),
  .columns-6 .columns-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 860px) {
  .columns-5 .columns-item,
  .columns-6 .columns-item {
    max-width: 17.6%;
    /* flex-basis */
    -ms-flex-basis: 17.6%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 17.6%;
        flex-basis: 17.6%;
  }

  .columns-5 .columns-item:nth-child(2n),
  .columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .columns-5 .columns-item:nth-child(5n),
  .columns-6 .columns-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .columns-6 .columns-item {
    max-width: 14.1666666667%;
    /* flex-basis */
    -ms-flex-basis: 14.1666666667%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .columns-6 .columns-item:nth-child(5n),
  .columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .columns-6 .columns-item:nth-child(6n) {
    margin-right: 0;
  }
}
/* page-list
  ========================================================================== */
.page-list .columns-item {
  margin-bottom: 15px;
  /* flexbox */
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: -webkit-box;
  display: flex;
  /* flex-direction */
  -ms-flex-direction: column;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* flex-wrap */
  -ms-flex-wrap: wrap;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  /* justify-content */
  -ms-flex-pack: start;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-pack: start;
          justify-content: flex-start;
  /* align-items */
  -ms-flex-align: start;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -webkit-box-align: start;
          align-items: flex-start;
  /* align-content */
  -ms-flex-line-pack: start;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  align-content: flex-start;
}

.page-list .columns-item .date,
.page-list .columns-item .title,
.page-list .columns-item .category-list {
  margin: 0;
}

.page-list .columns-item .date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-list .columns-item .category-list .category {
  display: inline-block;
  white-space: nowrap;
}

.page-list .page-list-item .more {
  clear: both;
  padding-top: 8px;
  margin: 0 auto;
}

.page-list.columns-1 .columns-item .more {
  clear: none;
  margin: 8px 0 0 auto;
}

/*.page-list .page-list-item *:first-child {
  margin-top: 0;
}
.page-list .page-list-item *:last-child {
  margin-bottom: 0;
}*/
/* news-simple-1
  -------------------------------------------------------------------------- */
.news-simple-1 .columns-item .title,
.news-simple-1 .columns-item .date,
.news-simple-1 .columns-item .category-list,
.news-simple-1 .columns-item .body {
  width: 100%;
}

.news-simple-1 .columns-item .date {
  width: 145px;
  max-width: 100%;
  /* order */
  -ms-order: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.news-simple-1 .columns-item .title {
  /* order */
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news-simple-1 .columns-item .category-list {
  /* order */
  -ms-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 375px) {
  .news-simple-1.columns-1 .columns-item {
    /* flex-direction */
    -ms-flex-direction: row;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    /* flex-wrap */
    -ms-flex-wrap: wrap;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
  }

  .news-simple-1.columns-1 .columns-item .date {
    width: 145px;
  }

  .news-simple-1.columns-1 .columns-item .title {
    /* flex-basis */
    -ms-flex-basis: 200px;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    /* flex-grow */
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .news-simple-1.columns-1 .columns-item .category-list {
    margin-left: 145px;
    width: 100%;
    /* flex-grow */
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/* news-eyecatch-1
  -------------------------------------------------------------------------- */
.news-eyecatch-1 .columns-item {
  display: block;
  line-height: 1.4;
}

.news-eyecatch-1 .columns-item .title {
  padding: 0;
}

.news-eyecatch-1 .columns-item .title a {
  display: block;
  padding: 5px 0 0 0;
}

.news-eyecatch-1 .columns-item .eyecatch {
  margin: 0;
  text-align: center;
}

.news-eyecatch-1 .columns-item .eyecatch a {
  display: block;
  margin: 0;
}

.news-eyecatch-1 .columns-item .eyecatch img {
  vertical-align: top;
}

.news-eyecatch-1 .columns-item .date,
.news-eyecatch-1 .columns-item .category-list {
  vertical-align: bottom;
  white-space: normal;
}

.news-eyecatch-1 .columns-item .category-list .category {
  display: inline;
  white-space: normal;
}

.news-eyecatch-1.columns-1 .columns-item .title a {
  padding: 8px 0 0 0;
}

/* news-eyecatch-2
  -------------------------------------------------------------------------- */
.news-eyecatch-2 .columns-item {
  display: block;
}

.news-eyecatch-2 .columns-item:after {
  content: '';
  display: table;
  clear: both;
}

.news-eyecatch-2.columns-2 .columns-item,
.news-eyecatch-2.columns-3 .columns-item,
.news-eyecatch-2.columns-4 .columns-item,
.news-eyecatch-2.columns-5 .columns-item,
.news-eyecatch-2.columns-6 .columns-item {
  margin-right: 0;
  /*margin-bottom: 15px;*/
  width: 100%;
  /* flex-basis */
  -ms-flex-basis: 100%;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.news-eyecatch-2.columns-2 .columns-item:nth-child(2n),
.news-eyecatch-2.columns-3 .columns-item:nth-child(2n),
.news-eyecatch-2.columns-4 .columns-item:nth-child(2n),
.news-eyecatch-2.columns-5 .columns-item:nth-child(2n),
.news-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 568px) {
  .news-eyecatch-2.columns-2 .columns-item,
  .news-eyecatch-2.columns-3 .columns-item,
  .news-eyecatch-2.columns-4 .columns-item,
  .news-eyecatch-2.columns-5 .columns-item,
  .news-eyecatch-2.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .news-eyecatch-2.columns-2 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-3 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .news-eyecatch-2.columns-3 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 667px) {
  .news-eyecatch-2.columns-2 .columns-item,
  .news-eyecatch-2.columns-3 .columns-item,
  .news-eyecatch-2.columns-4 .columns-item,
  .news-eyecatch-2.columns-5 .columns-item,
  .news-eyecatch-2.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .news-eyecatch-2.columns-2 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-3 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .news-eyecatch-2.columns-3 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 860px) {
  .news-eyecatch-2.columns-3 .columns-item,
  .news-eyecatch-2.columns-4 .columns-item,
  .news-eyecatch-2.columns-5 .columns-item,
  .news-eyecatch-2.columns-6 .columns-item {
    max-width: 31.3333333333%;
    /* flex-basis */
    -ms-flex-basis: 31.3333333333%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .news-eyecatch-2.columns-3 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .news-eyecatch-2.columns-3 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .news-eyecatch-2.columns-4 .columns-item,
  .news-eyecatch-2.columns-5 .columns-item,
  .news-eyecatch-2.columns-6 .columns-item {
    max-width: 22.75%;
    /* flex-basis */
    -ms-flex-basis: 22.75%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .news-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }

  .news-eyecatch-2.columns-4 .columns-item:nth-child(4n),
  .news-eyecatch-2.columns-5 .columns-item:nth-child(4n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .news-eyecatch-2.columns-5 .columns-item,
  .news-eyecatch-2.columns-6 .columns-item {
    max-width: 17.6%;
    /* flex-basis */
    -ms-flex-basis: 17.6%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 17.6%;
        flex-basis: 17.6%;
  }

  .news-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .news-eyecatch-2.columns-5 .columns-item:nth-child(5n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .news-eyecatch-2.columns-6 .columns-item {
    max-width: 14.1666666667%;
    /* flex-basis */
    -ms-flex-basis: 14.1666666667%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .news-eyecatch-2.columns-6 .columns-item:nth-child(5n),
  .news-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .news-eyecatch-2.columns-6 .columns-item:nth-child(6n) {
    margin-right: 0;
  }
}
.news-eyecatch-2 .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
  max-width: 48.5%;
}

.news-eyecatch-2.eyecatch-left .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.news-eyecatch-2.eyecatch-right .columns-item .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.news-eyecatch-2.eyecatch-alternate .columns-item:nth-child(odd) .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.news-eyecatch-2.eyecatch-alternate .columns-item:nth-child(even) .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.news-eyecatch-2 .columns-item .eyecatch a {
  display: block;
  margin: 0;
}

.news-eyecatch-2 .columns-item .eyecatch img {
  vertical-align: top;
}

.news-eyecatch-2 .columns-item .title {
  padding: 0;
}

.news-eyecatch-2 .columns-item .title a {
  padding: 0;
}

.news-eyecatch-2 .columns-item .date,
.news-eyecatch-2 .columns-item .category-list {
  vertical-align: bottom;
  white-space: normal;
}

.news-eyecatch-2 .columns-item .category-list .category {
  display: inline;
  white-space: normal;
}

/* news-category-1
  -------------------------------------------------------------------------- */
.news-category-1 .category-list-item {
  margin: 20px 0 30px 0;
}

.news-category-1 .category-list-item .body {
  padding-bottom: 20px;
}

.news-category-1 .category-list-item .page-list {
  margin-top: 20px;
}

/* blog-standard-1
  -------------------------------------------------------------------------- */
.blog-standard-1 .columns-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog-standard-1 .columns-item:not(:first-child) {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog-standard-1 .columns-item .title,
.blog-standard-1 .columns-item .body {
  width: 100%;
  /* Safari */
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.blog-standard-1 .columns-item .title {
  margin-bottom: 10px;
}

.blog-standard-1 .columns-item .title a {
  color: inherit;
  text-decoration: none;
}

.blog-standard-1 .columns-item .title a:hover {
  text-decoration: underline;
}

.blog-standard-1 .columns-item .date,
.blog-standard-1 .columns-item .category-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.3;
}

.blog-standard-1 .columns-item .category-list {
  text-align: right;
}

.blog-standard-1 .columns-item .category-list .category {
  font-size: 1em;
}

.blog-standard-1 .columns-item .body {
  margin-top: 10px;
  padding-top: 20px;
}

/* page-simple-1
  -------------------------------------------------------------------------- */
.page-simple-1 .columns-item {
  display: block;
}

.page-simple-1 .columns-item a {
  display: block;
}

.page-simple-1 .columns-item .title {
  padding: 0;
}

/* page-simple-2
  -------------------------------------------------------------------------- */
.page-simple-2 .columns-item {
  display: block;
}

.page-simple-2 .columns-item a {
  display: block;
}

.page-simple-2 .columns-item .title {
  padding: 0;
}

.page-simple-2 .columns-item .excerpt {
  margin: 8px 0 0 0;
}

/* page-eyecatch-1
  -------------------------------------------------------------------------- */
.page-eyecatch-1 .columns-item {
  display: block;
}

.page-eyecatch-1 .columns-item a {
  display: block;
}

.page-eyecatch-1 .columns-item .title {
  padding: 0;
}

.page-eyecatch-1 .columns-item .title a {
  padding: 5px 0 0 0;
}

.page-eyecatch-1 .columns-item .eyecatch {
  margin: 0;
  text-align: center;
}

.page-eyecatch-1 .columns-item .eyecatch a {
  display: block;
  margin: 0;
}

.page-eyecatch-1 .columns-item .eyecatch img {
  vertical-align: top;
}

.page-eyecatch-1.columns-1 .columns-item .title a {
  padding: 8px 0 0 0;
}

/* page-eyecatch-2
  -------------------------------------------------------------------------- */
.page-eyecatch-2 .columns-item {
  display: block;
}

.page-eyecatch-2 .columns-item:after {
  content: '';
  display: table;
  clear: both;
}

.page-eyecatch-2.columns-2 .columns-item,
.page-eyecatch-2.columns-3 .columns-item,
.page-eyecatch-2.columns-4 .columns-item,
.page-eyecatch-2.columns-5 .columns-item,
.page-eyecatch-2.columns-6 .columns-item {
  margin-right: 0;
  /*margin-bottom: 15px;*/
  width: 100%;
  /* flex-basis */
  -ms-flex-basis: 100%;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-eyecatch-2.columns-2 .columns-item:nth-child(2n),
.page-eyecatch-2.columns-3 .columns-item:nth-child(2n),
.page-eyecatch-2.columns-4 .columns-item:nth-child(2n),
.page-eyecatch-2.columns-5 .columns-item:nth-child(2n),
.page-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 568px) {
  .page-eyecatch-2.columns-2 .columns-item,
  .page-eyecatch-2.columns-3 .columns-item,
  .page-eyecatch-2.columns-4 .columns-item,
  .page-eyecatch-2.columns-5 .columns-item,
  .page-eyecatch-2.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .page-eyecatch-2.columns-2 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .page-eyecatch-2.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 667px) {
  .page-eyecatch-2.columns-2 .columns-item,
  .page-eyecatch-2.columns-3 .columns-item,
  .page-eyecatch-2.columns-4 .columns-item,
  .page-eyecatch-2.columns-5 .columns-item,
  .page-eyecatch-2.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .page-eyecatch-2.columns-2 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .page-eyecatch-2.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 860px) {
  .page-eyecatch-2.columns-3 .columns-item,
  .page-eyecatch-2.columns-4 .columns-item,
  .page-eyecatch-2.columns-5 .columns-item,
  .page-eyecatch-2.columns-6 .columns-item {
    max-width: 31.3333333333%;
    /* flex-basis */
    -ms-flex-basis: 31.3333333333%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .page-eyecatch-2.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-2.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .page-eyecatch-2.columns-4 .columns-item,
  .page-eyecatch-2.columns-5 .columns-item,
  .page-eyecatch-2.columns-6 .columns-item {
    max-width: 22.75%;
    /* flex-basis */
    -ms-flex-basis: 22.75%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .page-eyecatch-2.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }

  .page-eyecatch-2.columns-4 .columns-item:nth-child(4n),
  .page-eyecatch-2.columns-5 .columns-item:nth-child(4n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .page-eyecatch-2.columns-5 .columns-item,
  .page-eyecatch-2.columns-6 .columns-item {
    max-width: 17.6%;
    /* flex-basis */
    -ms-flex-basis: 17.6%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 17.6%;
        flex-basis: 17.6%;
  }

  .page-eyecatch-2.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-2.columns-5 .columns-item:nth-child(5n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .page-eyecatch-2.columns-6 .columns-item {
    max-width: 14.1666666667%;
    /* flex-basis */
    -ms-flex-basis: 14.1666666667%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .page-eyecatch-2.columns-6 .columns-item:nth-child(5n),
  .page-eyecatch-2.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-2.columns-6 .columns-item:nth-child(6n) {
    margin-right: 0;
  }
}
.page-eyecatch-2 .columns-item a {
  display: block;
}

.page-eyecatch-2 .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
  max-width: 48.5%;
}

.page-eyecatch-2.eyecatch-left .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.page-eyecatch-2.eyecatch-right .columns-item .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.page-eyecatch-2.eyecatch-alternate .columns-item:nth-child(odd) .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.page-eyecatch-2.eyecatch-alternate .columns-item:nth-child(even) .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.page-eyecatch-2 .columns-item .eyecatch a {
  display: block;
  margin: 0;
}

.page-eyecatch-2 .columns-item .eyecatch img {
  vertical-align: top;
}

.page-eyecatch-2 .columns-item .title {
  padding: 0;
}

.page-eyecatch-2 .columns-item .title a {
  padding: 0;
}

/* page-eyecatch-3
  -------------------------------------------------------------------------- */
.page-eyecatch-3 .columns-item {
  display: block;
}

.page-eyecatch-3 .columns-item a {
  display: block;
}

.page-eyecatch-3 .columns-item .title {
  padding: 0;
}

.page-eyecatch-3 .columns-item .title a {
  padding: 12px 0 0 0;
}

.page-eyecatch-3 .columns-item .eyecatch {
  margin: 0;
  text-align: center;
}

.page-eyecatch-3 .columns-item .eyecatch a {
  display: block;
  margin: 0;
}

.page-eyecatch-3 .columns-item .eyecatch img {
  vertical-align: top;
}

.page-eyecatch-3 .columns-item .excerpt {
  margin: 8px 0 0 0;
}

/* page-eyecatch-4
  -------------------------------------------------------------------------- */
.page-eyecatch-4 .columns-item {
  display: block;
}

.page-eyecatch-4 .columns-item:after {
  content: '';
  display: table;
  clear: both;
}

.page-eyecatch-4.columns-2 .columns-item,
.page-eyecatch-4.columns-3 .columns-item,
.page-eyecatch-4.columns-4 .columns-item,
.page-eyecatch-4.columns-5 .columns-item,
.page-eyecatch-4.columns-6 .columns-item {
  margin-right: 0;
  /*margin-bottom: 15px;*/
  width: 100%;
  /* flex-basis */
  -ms-flex-basis: 100%;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-eyecatch-4.columns-2 .columns-item:nth-child(2n),
.page-eyecatch-4.columns-3 .columns-item:nth-child(2n),
.page-eyecatch-4.columns-4 .columns-item:nth-child(2n),
.page-eyecatch-4.columns-5 .columns-item:nth-child(2n),
.page-eyecatch-4.columns-6 .columns-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 568px) {
  .page-eyecatch-4.columns-2 .columns-item,
  .page-eyecatch-4.columns-3 .columns-item,
  .page-eyecatch-4.columns-4 .columns-item,
  .page-eyecatch-4.columns-5 .columns-item,
  .page-eyecatch-4.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .page-eyecatch-4.columns-2 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .page-eyecatch-4.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 667px) {
  .page-eyecatch-4.columns-2 .columns-item,
  .page-eyecatch-4.columns-3 .columns-item,
  .page-eyecatch-4.columns-4 .columns-item,
  .page-eyecatch-4.columns-5 .columns-item,
  .page-eyecatch-4.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .page-eyecatch-4.columns-2 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .page-eyecatch-4.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 860px) {
  .page-eyecatch-4.columns-3 .columns-item,
  .page-eyecatch-4.columns-4 .columns-item,
  .page-eyecatch-4.columns-5 .columns-item,
  .page-eyecatch-4.columns-6 .columns-item {
    max-width: 31.3333333333%;
    /* flex-basis */
    -ms-flex-basis: 31.3333333333%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .page-eyecatch-4.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-4.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .page-eyecatch-4.columns-4 .columns-item,
  .page-eyecatch-4.columns-5 .columns-item,
  .page-eyecatch-4.columns-6 .columns-item {
    max-width: 22.75%;
    /* flex-basis */
    -ms-flex-basis: 22.75%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .page-eyecatch-4.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }

  .page-eyecatch-4.columns-4 .columns-item:nth-child(4n),
  .page-eyecatch-4.columns-5 .columns-item:nth-child(4n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .page-eyecatch-4.columns-5 .columns-item,
  .page-eyecatch-4.columns-6 .columns-item {
    max-width: 17.6%;
    /* flex-basis */
    -ms-flex-basis: 17.6%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 17.6%;
        flex-basis: 17.6%;
  }

  .page-eyecatch-4.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-4.columns-5 .columns-item:nth-child(5n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .page-eyecatch-4.columns-6 .columns-item {
    max-width: 14.1666666667%;
    /* flex-basis */
    -ms-flex-basis: 14.1666666667%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .page-eyecatch-4.columns-6 .columns-item:nth-child(5n),
  .page-eyecatch-4.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-4.columns-6 .columns-item:nth-child(6n) {
    margin-right: 0;
  }
}
.page-eyecatch-4 .columns-item a {
  display: block;
}

.page-eyecatch-4 .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
  max-width: 48.5%;
}

.page-eyecatch-4.eyecatch-left .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.page-eyecatch-4.eyecatch-right .columns-item .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.page-eyecatch-4.eyecatch-alternate .columns-item:nth-child(odd) .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.page-eyecatch-4.eyecatch-alternate .columns-item:nth-child(even) .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.page-eyecatch-4 .columns-item .eyecatch a {
  display: block;
  margin: 0;
}

.page-eyecatch-4 .columns-item .eyecatch img {
  vertical-align: top;
}

.page-eyecatch-4 .columns-item .title {
  padding: 0;
}

.page-eyecatch-4 .columns-item .title a {
  padding: 0;
}

.page-eyecatch-4 .columns-item .excerpt {
  margin: 8px 0 0 0;
}

/* page-eyecatch-5
  -------------------------------------------------------------------------- */
.page-eyecatch-5 .columns-item {
  display: block;
}

.page-eyecatch-5 .columns-item:after {
  content: '';
  display: table;
  clear: both;
}

.page-eyecatch-5.columns-2 .columns-item,
.page-eyecatch-5.columns-3 .columns-item,
.page-eyecatch-5.columns-4 .columns-item,
.page-eyecatch-5.columns-5 .columns-item,
.page-eyecatch-5.columns-6 .columns-item {
  margin-right: 0;
  /*margin-bottom: 15px;*/
  width: 100%;
  /* flex-basis */
  -ms-flex-basis: 100%;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-eyecatch-5.columns-2 .columns-item:nth-child(2n),
.page-eyecatch-5.columns-3 .columns-item:nth-child(2n),
.page-eyecatch-5.columns-4 .columns-item:nth-child(2n),
.page-eyecatch-5.columns-5 .columns-item:nth-child(2n),
.page-eyecatch-5.columns-6 .columns-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 568px) {
  .page-eyecatch-5.columns-2 .columns-item,
  .page-eyecatch-5.columns-3 .columns-item,
  .page-eyecatch-5.columns-4 .columns-item,
  .page-eyecatch-5.columns-5 .columns-item,
  .page-eyecatch-5.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .page-eyecatch-5.columns-2 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .page-eyecatch-5.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 667px) {
  .page-eyecatch-5.columns-2 .columns-item,
  .page-eyecatch-5.columns-3 .columns-item,
  .page-eyecatch-5.columns-4 .columns-item,
  .page-eyecatch-5.columns-5 .columns-item,
  .page-eyecatch-5.columns-6 .columns-item {
    margin-right: 3%;
    margin-bottom: 15px;
    max-width: 48.5%;
    /* flex-basis */
    -ms-flex-basis: 48.5%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }

  .page-eyecatch-5.columns-2 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(2n) {
    margin-right: 0;
  }

  .page-eyecatch-5.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 860px) {
  .page-eyecatch-5.columns-3 .columns-item,
  .page-eyecatch-5.columns-4 .columns-item,
  .page-eyecatch-5.columns-5 .columns-item,
  .page-eyecatch-5.columns-6 .columns-item {
    max-width: 31.3333333333%;
    /* flex-basis */
    -ms-flex-basis: 31.3333333333%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
  }

  .page-eyecatch-5.columns-3 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-5.columns-3 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .page-eyecatch-5.columns-4 .columns-item,
  .page-eyecatch-5.columns-5 .columns-item,
  .page-eyecatch-5.columns-6 .columns-item {
    max-width: 22.75%;
    /* flex-basis */
    -ms-flex-basis: 22.75%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
  }

  .page-eyecatch-5.columns-4 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-4 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(3n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(3n) {
    margin-right: 3%;
  }

  .page-eyecatch-5.columns-4 .columns-item:nth-child(4n),
  .page-eyecatch-5.columns-5 .columns-item:nth-child(4n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .page-eyecatch-5.columns-5 .columns-item,
  .page-eyecatch-5.columns-6 .columns-item {
    max-width: 17.6%;
    /* flex-basis */
    -ms-flex-basis: 17.6%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 17.6%;
        flex-basis: 17.6%;
  }

  .page-eyecatch-5.columns-5 .columns-item:nth-child(2n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-5.columns-5 .columns-item:nth-child(5n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .page-eyecatch-5.columns-6 .columns-item {
    max-width: 14.1666666667%;
    /* flex-basis */
    -ms-flex-basis: 14.1666666667%;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
  }

  .page-eyecatch-5.columns-6 .columns-item:nth-child(5n),
  .page-eyecatch-5.columns-6 .columns-item:nth-child(2n) {
    margin-right: 3%;
  }

  .page-eyecatch-5.columns-6 .columns-item:nth-child(6n) {
    margin-right: 0;
  }
}
.page-eyecatch-5 .columns-item a {
  display: block;
}

.page-eyecatch-5 .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
  max-width: 48.5%;
}

.page-eyecatch-5.eyecatch-left .columns-item .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.page-eyecatch-5.eyecatch-right .columns-item .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.page-eyecatch-5.eyecatch-alternate .columns-item:nth-child(odd) .eyecatch {
  float: left;
  margin: 0 3% 0 0;
}

.page-eyecatch-5.eyecatch-alternate .columns-item:nth-child(even) .eyecatch {
  float: right;
  margin: 0 0 0 3%;
}

.page-eyecatch-5 .columns-item .eyecatch a {
  display: block;
  margin: 0;
}

.page-eyecatch-5 .columns-item .eyecatch img {
  vertical-align: top;
}

.page-eyecatch-5 .columns-item .title {
  margin: 0 0 8px 0;
  padding: 0;
}

.page-eyecatch-5 .columns-item .title a {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-eyecatch-5 .columns-item .excerpt {
  margin: 0;
}

/* page-category-*
  -------------------------------------------------------------------------- */
.page-category-1 .category-list-item,
.page-category-2 .category-list-item {
  margin: 20px 0 30px 0;
}

.page-category-1 .category-list-item .body,
.page-category-2 .category-list-item .body {
  padding-bottom: 20px;
}

.page-category-1 .category-list-item .page-list,
.page-category-2 .category-list-item .page-list {
  margin-top: 20px;
}

/* page-all-1
  -------------------------------------------------------------------------- */
.page-all-1 .columns-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-all-1 .columns-item:not(:first-child) {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-all-1 .columns-item .title,
.page-all-1 .columns-item .body {
  width: 100%;
  /* Safari */
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-all-1 .columns-item .title {
  margin-bottom: 20px;
}

.page-all-1 .columns-item .title a {
  color: inherit;
  text-decoration: none;
}

.page-all-1 .columns-item .title a:hover {
  text-decoration: underline;
}

.page-all-1 .columns-item .body {
  margin-top: 0;
}

/* page-search-results-1
  -------------------------------------------------------------------------- */
.page-search-results-1 .columns-item {
  display: block;
}

.page-search-results-1 .columns-item a {
  display: block;
}

.page-search-results-1 .columns-item .title {
  padding: 0;
}

.page-search-results-1 .columns-item .excerpt {
  margin: 5px 0 0 0;
}

.page-search-results-1 .columns-item .url {
  margin: 4px 0 0 0;
}
.page-search-results-1 .columns-item .url a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* shortcut
  ========================================================================== */
.shortcut .page-list-item img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.shortcut .page-list-item .more {
  clear: both;
  padding-top: 8px;
  margin: 0 auto;
}

.shortcut .columns-1 .columns-item .more {
  clear: none;
  margin: 8px 0 0 auto;
}

/* common
  ========================================================================== */
.main .left,
.editing .left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.main .right,
.editing .right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.main .center,
.editing .center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.main .align-left,
.editing .align-left {
  text-align: left !important;
}

.main .align-right,
.editing .align-right {
  text-align: right !important;
}

.main .align-center,
.editing .align-center {
  text-align: center !important;
}

.main .float-left,
.editing .float-left {
  float: left !important;
}

.main .float-right,
.editing .float-right {
  float: right !important;
}

.main .float-none,
.editing .float-none {
  float: none !important;
}

.main .clear,
.editing .clear {
  clear: both;
}

/* 
  ========================================================================== */
/* ___________________________________________________________ text-decoration */
span.red,
span.red strong {
  color: #CF114D;
}

span.orange,
span.orange strong {
  color: #FF9319;
}

span.blue,
span.blue strong {
  color: #00A8E5;
}

strong span,
th span,
strong big,
th big {
  font-weight: bold;
}

p.pdf {
  margin: 10px 0;
  padding: 0 20px 0 60px;
  border: 1px solid #DDD;
  background: url(../images/pdf.gif) no-repeat 10px 10px #F7F7F7;
  line-height: 60px;
  height: 60px;
}

/* ___________________________________________________________ dl default */
dl.def {
  position: relative;
  margin: 0 0 0 0;
}

dl.def dt {
  position: relative;
  float: none;
  width: auto;
  margin: 20px 0 10px 0;
  padding: 3px 2px 5px 2px;
  border-top: 1px dotted #dddddd;
  border-bottom: 1px dotted #dddddd;
  background: #f7f7f7;
  text-indent: 5px;
}

dl.def dd {
  float: none;
  margin: 10px 11px;
  padding: 0;
}

/* ___________________________________________________________ simple */
dl.simple {
  position: relative;
  margin: 0 0 20px 0;
}

dl.simple dt {
  margin: 0;
  padding: 0.5em 0 0.2em 0em;
  border: none;
  background: transparent !important;
  text-indent: 0;
  font-weight: bold;
}

dl.simple dd {
  margin: 0;
  padding: 0.2em 0 0.5em 1em;
  border-bottom: 1px dotted #CCCCCC;
}

/* ___________________________________________________________ table.hisotry */
table.history {
  border-width: 0;
}

table.history th {
  min-width: 10em;
}

@media (max-width: 479px) {
  table.history,
  table.history tr,
  table.history tr th,
  table.history tr td {
    display: block;
  }

  table.history tr td {
    margin: 10px 0 0 0 !important;
    border-width: 0;
  }
}
table.history th,
table.history td {
  text-align: left;
  vertical-align: top;
  border-style: dashed;
  border-width: 1px 0;
  background: transparent;
}

table.border_top0 th,
table.border_top0 td {
  border-top-width: 0 !important;
}

table.border_2px th,
table.border_2px td {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

table.border_3px th,
table.border_3px td {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

table.border_gray th,
table.border_gray td,
table.border_gray1 th,
table.border_gray1 td {
  border-color: #cccccc !important;
}

table.border_gray2 th,
table.border_gray2 td {
  border-color: #999999 !important;
}

table.border_gray3 th,
table.border_gray3 td {
  border-color: #666666 !important;
}

table.border_gray4 th,
table.border_gray4 td {
  border-color: #333333;
}

table.border_white th,
table.border_white td {
  border-color: #ffffff !important;
}

table.border_black th,
table.border_black td {
  border-color: #000000 !important;
}

table.solid th,
table.solid td {
  border-style: solid !important;
}

table.dashed th,
table.dashed td {
  border-style: dashed !important;
}

table.dotted th,
table.dotted td {
  border-style: dotted !important;
}

/* ___________________________________________________________ hisotry */
dl.history {
  position: relative;
  margin: 0 0 20px 0;
}

dl.history dt {
  position: absolute;
  left: 0;
  margin: 0 !important;
  padding: 0.7em 0;
  border: none;
  background: transparent !important;
  width: 8em;
  text-indent: 0;
}

/* *html dl.history dt {
	width : 11em;
} */
dl.history dd {
  margin: 0;
  padding: 0.7em 0 0.7em 8.5em;
  height: 100%;
  border-bottom: 1px dotted #CCCCCC;
}

/* ___________________________________________________________ hisotry border-none */
dl.history.border-none dt {
  padding: 0.4em 0 !important;
}

dl.history.border-none dd {
  padding: 0.4em 0 0.4em 8.5em !important;
  border-bottom-width: 0 !important;
}

/* ___________________________________________________________ hisotry s */
dl.s dt {
  width: 6.5em;
  text-indent: 0em;
}

/* *html dl.s dt {
	width : 8.5em;
} */
dl.s dd {
  padding: 0.7em 0.7em 0.7em 7em;
}

/* ___________________________________________________________ hisotry m */
dl.m dt {
  width: 10.5em;
  text-indent: 0.7em;
}

/* *html dl.m dt {
	width : 13.5em;
} */
dl.m dd {
  padding: 0.7em 0.7em 0.7em 11em;
}

/* ___________________________________________________________ hisotry l */
dl.l dt {
  width: 18em;
  text-indent: 0.7em;
}

/* *html dl.l dt {
	width : 19em;
} */
dl.l dd {
  padding: 0.7em 0.7em 0.7em 19.5em;
}

/* ___________________________________________________________ hisotry menu */
dl.menu dt {
  width: 40em;
  text-indent: 0.7em;
}

/* *html dl.menu dt {
	width : 40em;
} */
dl.menu dd {
  padding: 0.7em 0.7em 0.7em 40em;
  text-align: right;
}

/* ___________________________________________________________ hisotry menu_m */
dl.menu_m dt {
  width: 17.5em !important;
  text-indent: 0.7em;
}

/* *html dl.menu_m dt {
	width : 20.5em;
} */
dl.menu_m dd {
  padding: 0.7em 0.7em 0.7em 18em;
  text-align: right;
}

/* ___________________________________________________________ menu */
ul.menu_list li,
ol.menu_list li,
ul.menu_list2 li,
ol.menu_list2 li,
ul.menu_list3 li,
ol.menu_list3 li,
ul.menu_list4 li,
ol.menu_list4 li {
  min-width: 270px;
}

ul.menu_list li,
ol.menu_list li,
ul.menu_list3 li,
ol.menu_list3 li {
  float: left;
  width: 33.3333%;
  margin-left: 10px;
}

ul.menu_list2 li,
ol.menu_list2 li {
  float: left;
  width: 50%;
  margin-left: 10px;
}

ul.menu_list4 li,
ol.menu_list4 li {
  float: left;
  width: 25%;
  margin-left: 10px;
}

ul.button li,
ol.button li,
ul.menu_list.button li,
ol.menu_list.button li,
ul.menu_list3.button li,
ol.menu_list3.button li,
ul.menu_list2.button li,
ol.menu_list2.button li,
ul.menu_list4.button li,
ol.menu_list4.button li {
  margin: 3px;
  padding: 8px 8px 8px 28px;
  background-color: #eee !important;
  background-position: 8px center;
}

ul.button li .thumbs_left,
ol.button li .thumbs_left,
ul.menu_list.button li .thumbs_left,
ol.menu_list.button li .thumbs_left,
ul.menu_list3.button li .thumbs_left,
ol.menu_list3.button li .thumbs_left,
ul.menu_list2.button li .thumbs_left,
ol.menu_list2.button li .thumbs_left,
ul.menu_list4.button li .thumbs_left,
ol.menu_list4.button li .thumbs_left {
  margin-bottom: 0;
  padding-right: 5px;
}

/* ___________________________________________________________ table.menu */
table.menu {
  border-width: 0;
}

table.menu th,
table.menu td {
  padding: 10px;
  border-style: dashed;
  border-width: 1px 0;
  background: transparent;
}

table.menu th {
  text-align: left;
  vertical-align: top;
}

table.menu td {
  text-align: right;
  vertical-align: bottom;
}

/* ___________________________________________________________ table.gallery */
table.gallery {
  border: 0;
}

table.gallery th,
table.gallery td {
  padding: 0;
  border: 0;
  background: transparent;
  width: 33.333%;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

table.gallery th {
  padding-bottom: 20px;
}

table.gallery.column1 th,
table.gallery.column1 td {
  width: 100%;
}

table.gallery.column2 th,
table.gallery.column2 td {
  width: 50%;
}

table.gallery.column3 th,
table.gallery.column3 td {
  width: 33.333%;
}

table.gallery.column4 th,
table.gallery.column4 td {
  width: 25%;
}

table.gallery.column5 th,
table.gallery.column5 td {
  width: 20%;
}

/* ___________________________________________________________ qna */
dl.qna {
  margin: 10px 0 20px;
}

dl.qna dt,
dl.qna dd {
  margin: 10px 0;
  padding: 10px 10px 10px 52px;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  background: url(./images/qna_q.gif) 10px 10px no-repeat transparent;
  border-width: 0;
  text-indent: 0;
}

dl.qna dt {
  background-color: #f1f1f1;
}

dl.qna dd {
  background-image: url(./images/qna_a.gif);
}

/* ___________________________________________________________ box */
div.box {
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid #ccc;
}

div.box p {
  margin-bottom: 0;
}

.border-none,
table.border-none,
table.border-none tr,
table.border-none tr th,
table.border-none tr td {
  border: 0;
}

/* ___________________________________________________________ bg_color */
.bg_gray,
.bg_gray1 {
  background-color: #f7f7f7 !important;
}

.bg_gray2 {
  background-color: #cccccc !important;
}

.bg_gray3 {
  background-color: #999999 !important;
}

.bg_gray4 {
  background-color: #666666 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_black {
  background-color: #000000 !important;
}

/* ___________________________________________________________ boder */
.border_gray,
.border_gray,
.border_gray1,
.border_gray1 {
  border-color: #cccccc !important;
}

.border_gray2,
.border_gray2 {
  border-color: #999999 !important;
}

.border_gray3,
.border_gray3 {
  border-color: #666666 !important;
}

.border_gray4,
.border_gray4 {
  border-color: #333333;
}

.border_white,
.border_white {
  border-color: #ffffff !important;
}

.border_black,
.border_black {
  border-color: #000000 !important;
}

.solid {
  border-style: solid !important;
}

.dashed {
  border-style: dashed !important;
}

.dotted {
  border-style: dotted !important;
}

table.border_none,
table.border_none th,
table.border_none td {
  border-width: 0 !important;
}

/* ___________________________________________________________ hr */
hr.solid {
  margin: 25px 0px !important;
  visibility: visible;
  border-bottom: 1px solid #ccc !important;
  border-width: 0 0 1px 0 !important;
}

hr.dashed {
  margin: 25px 0px !important;
  visibility: visible;
  border-bottom: 1px dashed #ccc !important;
  border-width: 0 0 1px 0 !important;
}

hr.dotted {
  margin: 25px 0px !important;
  visibility: visible;
  border-bottom: 1px dotted #ccc !important;
  border-width: 0 0 1px 0 !important;
}

hr.width_2px {
  border-bottom-width: 2px !important;
}

hr.width_3px {
  border-bottom-width: 3px !important;
}

/* ___________________________________________________________ align */
.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.align_center {
  text-align: center !important;
}

/* ___________________________________________________________ catalog */
.catalog .item {
  margin: 0 0 10px 0;
}

.catalog .item h5,
.catalog .item p {
  margin-left: 160px !important;
}

.catalog .item .thumbs_left {
  margin-left: 0 !important;
  padding-right: 0;
  background: #FFF;
}

.catalog .item h5 a {
  line-height: 24px;
}

.catalog .item .thumbs_left img {
  border: solid 1px #DDD;
}

.catalog .item h5 {
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 20px;
  height: 25px !important;
}

.catalog .item p {
  line-height: 1.5;
}

.catalog .item p.more {
  margin: -10px 0 10px 0;
}

.catalog .thumbs_left img {
  border: solid 1px #DDD;
}

div#shell.catalog .detail .thumbs_left + p {
  margin-left: 212px;
}

/* ___________________________________________________________ google map */
.adr {
  margin: 0 0 15px;
}

.gmap {
  padding: 10px 0 6px 10px;
  border: 1px solid #DDD;
}

ul.active {
  clear: both;
}

/* MARK: # Theme
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body .xo-event-calendar table {
  background-color: transparent;
  color: #333;
}
body .xo-event-calendar table.xo-month {
  margin: 0;
  border-color: #c2c2c2;
}
body .xo-event-calendar table.xo-month > caption {
  background-color: transparent;
}
body .xo-event-calendar table.xo-month button {
  color: #333;
}
body .xo-event-calendar table.xo-month button > span {
  vertical-align: top;
}
body .xo-event-calendar table.xo-month th,
body .xo-event-calendar table.xo-month td {
  background-color: transparent;
  border-color: #c2c2c2;
}
body .xo-event-calendar table.xo-month th {
  background-color: rgba(153, 153, 153, 0.2);
}
body .xo-event-calendar table.xo-month > thead th.sunday {
  color: #e24c4c;
}
body .xo-event-calendar table.xo-month > thead th.saturday {
  color: #4881e2;
}
body .xo-event-calendar table.xo-month .month-dayname-space {
  margin: 0 0 4px 0;
}
body .xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
}
body .xo-event-calendar table.xo-month .month-dayname td div.today {
  position: relative;
  color: #333 !important;
}
body .xo-event-calendar table.xo-month .month-dayname td div.today::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #333;
  border-left: 5px solid #333;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 1px;
  left: 1px;
}
body .xo-event-calendar table.xo-month .month-event a {
  text-decoration: none;
}
body .xo-event-calendar table.xo-month .month-event .month-event-title[style="color: #eee; background-color: #ccc;"] {
  background-color: #07d !important;
}
body .xo-event-calendar .holiday-titles {
  margin: 0 !important;
}
body .xo-event-calendar .holiday-titles p.holiday-title {
  display: inline-block;
  margin: 5px 15px 0 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .xo-event-calendar .holiday-titles p.holiday-title span {
  border-color: #c2c2c2;
}

.utilities .widget_xo_event_calendar {
  margin-bottom: 40px;
}
.utilities .widget_xo_event_calendar .widget-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}
.utilities .widget_xo_event_calendar .xo-event-calendar {
  margin-top: 10px;
}

body .xo-event-meta-details {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  text-align: center;
  line-height: 1.4;
}
body .xo-event-meta-details .xo-event-meta {
  padding: 0;
}
body .xo-event-meta-details .xo-event-meta .eo-event-category {
  display: none;
}

/* MARK: form contents */
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"],
.wpcf7 button,
.mw_wp_form input[type="button"],
.mw_wp_form input[type="reset"],
.mw_wp_form input[type="submit"],
.mw_wp_form button,
.formContents input[type="button"],
.formContents input[type="reset"],
.formContents input[type="submit"],
.formContents button {
  padding-left: 30px;
  padding-right: 30px;
  height: 44px;
  background-color: #ccc;
  border: none;
  border-radius: 22px;
  font-weight: bold;
}
.wpcf7 input[type="button"]:not([disabled]):hover,
.wpcf7 input[type="reset"]:not([disabled]):hover,
.wpcf7 input[type="submit"]:not([disabled]):hover,
.wpcf7 button:not([disabled]):hover,
.mw_wp_form input[type="button"]:not([disabled]):hover,
.mw_wp_form input[type="reset"]:not([disabled]):hover,
.mw_wp_form input[type="submit"]:not([disabled]):hover,
.mw_wp_form button:not([disabled]):hover,
.formContents input[type="button"]:not([disabled]):hover,
.formContents input[type="reset"]:not([disabled]):hover,
.formContents input[type="submit"]:not([disabled]):hover,
.formContents button:not([disabled]):hover {
  background-color: #b3b3b3;
}
.wpcf7 input[type="submit"]:not([name="submitBack"]),
.wpcf7 button[type="submit"]:not([name="submitBack"]),
.mw_wp_form input[type="submit"]:not([name="submitBack"]),
.mw_wp_form button[type="submit"]:not([name="submitBack"]),
.formContents input[type="submit"]:not([name="submitBack"]),
.formContents button[type="submit"]:not([name="submitBack"]) {
  background-color: #07d;
  font-weight: bold;
  color: #fff;
}
.wpcf7 input[type="submit"]:not([name="submitBack"]):not([disabled]):hover,
.wpcf7 button[type="submit"]:not([name="submitBack"]):not([disabled]):hover,
.mw_wp_form input[type="submit"]:not([name="submitBack"]):not([disabled]):hover,
.mw_wp_form button[type="submit"]:not([name="submitBack"]):not([disabled]):hover,
.formContents input[type="submit"]:not([name="submitBack"]):not([disabled]):hover,
.formContents button[type="submit"]:not([name="submitBack"]):not([disabled]):hover {
  background-color: #05d;
}

.formList {
  width: 100%;
  border-style: solid;
  border-color: rgba(153, 153, 153, 0.6);
  border-width: 1px 0 0 0;
}
.formList tr,
.formList > .formList_item,
.formList > dl {
  margin: 0;
  border-style: solid;
  border-color: rgba(153, 153, 153, 0.6);
  border-width: 0 0 1px 0;
}
.formList th,
.formList td,
.formList > .formList_item > .formList_heading,
.formList > .formList_item > .formList_body,
.formList > dl > dt,
.formList > dl > dd {
  padding: 10px;
  border-width: 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.formList th,
.formList > .formList_item > .formList_heading,
.formList > dl > dt {
  padding: 5px 10px;
  background-color: rgba(153, 153, 153, 0.2);
}

@media (min-width: 667px) {
  .formList th,
  .formList td,
  .formList > .formList_item > .formList_heading,
  .formList > .formList_item > .formList_body,
  .formList > dl > dt,
  .formList > dl > dd {
    padding: 20px;
  }
}
.wpcf7 .formList_required,
.mw_wp_form .formList_required,
.formContents .formList_required,
.formList .formList_required {
  display: inline-block;
  font-size: 0.8125em;
  color: #c22;
}
.wpcf7 .wpcf7-not-valid-tip,
.mw_wp_form .wpcf7-not-valid-tip,
.formContents .wpcf7-not-valid-tip,
.formList .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.wpcf7 .wpcf7-response-output,
.mw_wp_form .wpcf7-response-output,
.formContents .wpcf7-response-output,
.formList .wpcf7-response-output {
  background-color: rgba(153, 153, 153, 0.2);
  border-width: 0;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok,
.mw_wp_form .wpcf7-validation-errors,
.mw_wp_form .wpcf7-mail-sent-ng,
.mw_wp_form .wpcf7-mail-sent-ok,
.formContents .wpcf7-validation-errors,
.formContents .wpcf7-mail-sent-ng,
.formContents .wpcf7-mail-sent-ok,
.formList .wpcf7-validation-errors,
.formList .wpcf7-mail-sent-ng,
.formList .wpcf7-mail-sent-ok {
  display: block;
  padding: 10px 15px;
}

.wpcf7 .formList_message,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .error,
.wpcf7 .warning,
.wpcf7 .success,
.mw_wp_form .formList_message,
.mw_wp_form .wpcf7-not-valid-tip,
.mw_wp_form .error,
.mw_wp_form .warning,
.mw_wp_form .success,
.formContents .formList_message,
.formContents .wpcf7-not-valid-tip,
.formContents .error,
.formContents .warning,
.formContents .success,
.formList .formList_message,
.formList .wpcf7-not-valid-tip,
.formList .error,
.formList .warning,
.formList .success {
  display: block;
  padding: 2px 5px;
  background-color: rgba(153, 153, 153, 0.2);
  border-width: 0;
  border-radius: 4px;
}
.wpcf7 .error,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .formList_message.formList_message-error,
.mw_wp_form .error,
.mw_wp_form .wpcf7-not-valid-tip,
.mw_wp_form .wpcf7-validation-errors,
.mw_wp_form .wpcf7-mail-sent-ng,
.mw_wp_form .formList_message.formList_message-error,
.formContents .error,
.formContents .wpcf7-not-valid-tip,
.formContents .wpcf7-validation-errors,
.formContents .wpcf7-mail-sent-ng,
.formContents .formList_message.formList_message-error,
.formList .error,
.formList .wpcf7-not-valid-tip,
.formList .wpcf7-validation-errors,
.formList .wpcf7-mail-sent-ng,
.formList .formList_message.formList_message-error {
  color: #c22;
  background-color: #fee;
}
.wpcf7 .warning,
.wpcf7 .formList_message.formList_message-warning,
.mw_wp_form .warning,
.mw_wp_form .formList_message.formList_message-warning,
.formContents .warning,
.formContents .formList_message.formList_message-warning,
.formList .warning,
.formList .formList_message.formList_message-warning {
  color: #d90;
  background-color: #fff6e4;
}
.wpcf7 .success,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .formList_message.formList_message-success,
.mw_wp_form .success,
.mw_wp_form .wpcf7-mail-sent-ok,
.mw_wp_form .formList_message.formList_message-success,
.formContents .success,
.formContents .wpcf7-mail-sent-ok,
.formContents .formList_message.formList_message-success,
.formList .success,
.formList .wpcf7-mail-sent-ok,
.formList .formList_message.formList_message-success {
  color: #3a3;
  background-color: #e3ffe3;
}

/*@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}*/
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
  }
}
a:link {
  color: #07d;
}

a:visited {
  color: #2774b6;
}

a:hover {
  color: #05d;
}

a:active {
  color: #05d;
}

/* layout
  ========================================================================== */
@media (min-width: 1080px) {
  .container {
    width: 1080px;
  }

  .sidebar-none .contents-wrapper,
  .sidebar-left .contents-wrapper,
  .sidebar-right .contents-wrapper {
    width: 1080px;
  }

  .sidebar-left .contents,
  .sidebar-right .contents {
    width: 740px;
  }

  .sidebar-left .utilities,
  .sidebar-right .utilities {
    width: 300px;
  }
}
/* header
  ========================================================================== */
.header {
  border-top: 2px solid #000;
}

.header .logo {
  min-height: 70px;
  font-size: 1.75em;
  font-weight: bold;
}

.header .logo a {
  text-decoration: none;
  color: inherit;
}

.header .free {
  display: table;
  margin: 30px auto;
}

.search-btn {
  display: none;
}

.search {
  margin: 30px 40px;
}

.search-input {
  padding-left: 40px;
  width: 100%;
  height: 40px;
  background: url(../images/search.png) 12px center no-repeat #fff;
  background-size: 20px;
  border: 1px solid #aaa;
  border-color: rgba(153, 153, 153, 0.8);
  border-radius: 20px;
}

.search-overlay {
  height: 0;
}

.font-size {
  display: table;
  margin: 30px auto;
  text-align: center;
}

.font-size .font-size-default {
  border-radius: 20px 0 0 20px;
  font-size: 16px;
}

.font-size .font-size-large {
  border-radius: 0 20px 20px 0;
  font-size: 18px;
}

.font-size input:checked + .font-size-default,
.font-size input:checked + .font-size-large {
  background-color: #000;
}

@media (min-width: 1080px) {
  .header {
    position: relative;
  }

  .header .logo {
    position: absolute;
    top: 10px;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    z-index: 110;
  }

  .search-active .header .logo {
    z-index: 100;
  }

  .header .free {
    position: absolute;
    top: 10px;
    right: 300px;
    margin: 0;
    min-height: 70px;
    vertical-align: middle;
  }

  .header .free .free-container {
    display: table-cell;
    vertical-align: middle;
  }

  .search-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 0 0 0 35px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: url(../images/search.png) 12px center no-repeat;
    background-size: 20px;
    background-color: #eaeaea;
    background-color: rgba(153, 153, 153, 0.2);
    vertical-align: middle;
    font-size: .875em;
    cursor: pointer;
  }

  .search-btn:hover {
    background-color: #ccc;
    background-color: rgba(153, 153, 153, 0.5);
  }

  .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-color: rgba(153, 153, 153, 0.4);
    z-index: 200;
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
  }

  .search-overlay.state-hide {
    display: block;
    top: -100%;
    opacity: 0;
  }

  .search {
    /*display: none;*/
    position: fixed;
    top: 38%;
    left: 50%;
    margin: 0;
    margin-left: -350px;
    width: 700px;
    height: 60px;
    z-index: 210;
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
  }

  .search.state-hide {
    opacity: 0;
    top: -100px;
  }

  .search-input {
    display: block;
    padding-left: 60px;
    width: 100%;
    height: 100%;
    background: url(../images/search-input-pc.png) 10px center no-repeat #fff;
    background-size: 40px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
    border-width: 0;
    border-radius: 8px;
    font-size: 1.5em;
    outline: 0;
  }

  .font-size {
    display: table;
    position: absolute;
    top: 30px;
    right: 100px;
    margin: 0;
  }

  .font-size .font-size-title {
    height: 30px;
    font-size: .875em;
  }

  .font-size .font-size-default,
  .font-size .font-size-large {
    width: 50px;
    height: 30px;
  }

  .font-size .font-size-default {
    border-radius: 15px 0 0 15px;
  }

  .font-size .font-size-large {
    border-radius: 0 15px 15px 0;
  }
}
/* menu
  ========================================================================== */
.menu-btn {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 45px;
  right: 15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url(../images/menu-btn.png) center 0 no-repeat #fff;
  background-size: 64px 128px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  font-size: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-position 300ms ease-in-out;
  transition: background-position 300ms ease-in-out;
}

.menu-btn.menu-btn-close {
  background-position: center -64px;
}

.header #menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px 0 100px 0;
  width: 100%;
  /*background-color: rgba(255, 255, 255, .8);*/
  z-index: 90;
}

.header #menu .main-menu {
  position: relative;
  display: block;
  margin: 10px 40px;
}

.header #menu .main-menu ul li {
  border-bottom: 1px solid #bbb;
  border-color: rgba(153, 153, 153, 0.6);
  line-height: 1.2;
  font-size: 1.25em;
}

.header #menu .main-menu ul li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: #000;
}

.header #menu .main-menu ul li.stay a {
  color: #999;
}

.header .menu-overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 90;
}

.header #menu .free .free-container {
  margin: 0 10px;
}

@media (min-width: 321px) {
  .header #menu .free .free-container {
    margin: 0 15px;
  }
}
@media (min-width: 1080px) {
  .menu-btn {
    display: none;
  }

  .header #menu {
    display: block !important;
    position: relative;
    top: 0;
    padding: 0;
    z-index: 100;
    opacity: 1;
  }

  .header #menu .container {
    position: relative;
    margin: 0;
    z-index: 0;
  }

  .header #menu .main-menu {
    margin: 0 0 30px 0;
  }

  .header #menu .main-menu ul {
    /* flexbox */
    display: -ms-flexbox;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    display: -webkit-box;
    display: flex;
    /* flex-direction */
    -ms-flex-direction: row;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    /* flex-wrap */
    -ms-flex-wrap: nowrap;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    /* justify-content */
    -ms-flex-pack: justify;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -webkit-box-pack: justify;
            justify-content: space-between;
    /* align-items */
    -ms-flex-align: stretch;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    -webkit-box-align: stretch;
            align-items: stretch;
    /* align-content */
    -ms-flex-line-pack: center;
    /*IE10*/
    /*PC-Safari,iOS8.4*/
    align-content: center;
    margin-top: 95px;
    width: 100%;
    height: 30px;
  }

  .header #menu .main-menu ul li {
    display: block;
    height: 30px;
    border-width: 0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }

  .header #menu .main-menu ul li:first-child {
    padding-left: 0;
  }

  .header #menu .main-menu ul li a {
    display: block;
    padding: 0 10px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header #menu .main-menu ul li a:hover {
    background-color: #eaeaea;
    background-color: rgba(153, 153, 153, 0.2);
  }

  .header #menu .main-menu ul li.stay a {
    background-color: #000;
    color: #fff;
  }

  .header .menu-overlay {
    display: none;
    opacity: 0;
  }
}
/* contents
  ========================================================================== */
.contents {
  padding: 30px 0 50px;
}

.editing h1,
.main h1 {
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
}

.editing h2,
.main h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.editing h3,
.main h3 {
  padding-bottom: 6px;
  border-bottom: 1px dotted #000;
}

.editing h4,
.main h4 {
  -webkit-box-shadow: inset 0 -12px 0 0 rgba(153, 153, 153, 0.2);
          box-shadow: inset 0 -12px 0 0 rgba(153, 153, 153, 0.2);
}

.editing h5,
.main h5 {
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.editing h6,
.main h6 {
  font-size: 1em;
}

/* slideshow
  -------------------------------------------------------------------------- */
.slideshow .container {
  margin: 0;
  /*min-height: 270px;*/
  /*background-color: #eee;*/
}
@media (min-width: 1080px) {
  .slideshow .container {
    margin: 0 auto;
  }
}

/* intro
  -------------------------------------------------------------------------- */
.intro .container {
  position: relative;
  display: table;
  margin: 0;
  width: 100%;
  height: 80px;
  background: url(../../image.png) center center no-repeat;
  background-size: cover;
  background-color: #eee;
}

.intro .container .intro-contents {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.intro .container .title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .intro .container {
    height: 120px;
  }
}
@media (min-width: 1080px) {
  .intro .container {
    margin: 0 auto;
    width: 1080px;
    height: 160px;
  }

  .intro .container .title {
    font-size: 2em;
  }
}
/* article-page
  -------------------------------------------------------------------------- */
.article-page .main > .article-info {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.article-page .main > .article-info:after {
  content: '';
  clear: both;
  display: table;
}

.article-page .main > .article-info .date {
  font-weight: bold;
}

.article-page .main > .article-info .category-list {
  color: #999;
}

.article-page .main > .article-info .category-list .category:before {
  content: '';
}

.article-page .main > .article-info .category-list .category:not(:last-child):after {
  content: ',\00a0';
}

.article-page .main > .article-info .category-list a {
  color: inherit;
  text-decoration: none;
}
.article-page .main > .article-info .category-list a:hover {
  text-decoration: underline;
}

.article-page .main > .main-contents {
  margin-top: 20px;
}

/* sitemap
  -------------------------------------------------------------------------- */
.sitemap-contents {
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.sitemap-contents a {
  text-decoration: none;
}
.sitemap-contents a:hover {
  text-decoration: underline;
}

.sitemap-contents h2 {
  margin: 0 !important;
  padding: 15px;
  border: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
  border-width: 1px 0 0 0;
  /*font-weight: normal;*/
}

.sitemap-contents h2 a {
  color: inherit;
}
.sitemap-contents h2 a:link, .sitemap-contents h2 a:visited {
  color: inherit;
}
.sitemap-contents h2 a:hover {
  color: #05d;
}

.sitemap-contents > ul {
  margin: 0 0 10px 0 !important;
  padding-left: 30px;
}

.sitemap-contents > ul ul,
.sitemap-contents > ul > li:first-child {
  margin-top: 0 !important;
}

.sitemap-contents > ul > li:last-child,
.sitemap-contents > ul > li:last-child > ul > li:last-child,
.sitemap-contents > ul > li:last-child > ul > li:last-child > ul > li:last-child,
.sitemap-contents > ul > li:last-child > ul > li:last-child > ul > li:last-child {
  margin-bottom: 0;
}

.sitemap-contents > ul {
  margin-bottom: 20px !important;
}

/* share
-------------------------------------------------------------------------- */
.sharedaddy,
.share {
  margin: 30px 0 0 0;
  padding: 7px;
  background-color: #eee;
  background-color: rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  line-height: 25px;
  font-size: .875em;
  vertical-align: middle;
}

.sharedaddy .sd-title,
.share .share-title,
.share .share-btns {
  display: block;
  line-height: 20px;
  vertical-align: middle;
  margin: 3px;
  color: #666;
}

.sharedaddy .sd-title {
  margin: 3px !important;
  padding: 0 !important;
  padding-right: 7px !important;
  border: none !important;
  background: transparent !important;
  font-size: 1em !important;
  font-weight: normal !important;
  white-space: nowrap;
}
.sharedaddy .sd-title::before {
  display: none !important;
}
.sharedaddy .sd-content {
  margin: 0 !important;
}
.sharedaddy .sd-content ul {
  margin: 0 !important;
}
.sharedaddy .sd-content ul li {
  margin: 3px !important;
}
.sharedaddy .sd-content ul li a.sd-button {
  line-height: 25px !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 0 8px !important;
}
.sharedaddy .sd-content ul li a.sd-button::before {
  top: 4px !important;
}
.sharedaddy .sd-content ul li a.sd-button:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25) !important;
}

.line-it-button,
.twitter-share-button,
.fb-share-button,
.g-plusone,
.hatena-bookmark-button-frame {
  margin-right: .5em;
  vertical-align: middle;
}

.fb-share-button {
  display: inline-block !important;
  height: 25px !important;
}

.fb-share-button > span {
  vertical-align: baseline !important;
}

.g-plusone,
[id^="___plusone_"] {
  margin-right: .5em !important;
  height: 25px !important;
  vertical-align: middle !important;
}

@media (min-width: 667px) {
  .sharedaddy .sd-block.sd-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sharedaddy .sd-title {
    line-height: 25px !important;
  }
  .sharedaddy .sd-content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 1080px) {
  .sharedaddy,
  .share {
    padding: 10px;
  }

  .share .share-title {
    display: inline-block;
    line-height: 25px;
    margin-right: .5em;
  }

  .share .share-btns {
    display: inline-block;
  }
}
.share-icon.share-twitter::before {
  color: #55acee;
}

.share-icon.share-google-plus-1::before {
  color: #dd4b39;
}

.share-icon.share-line::before,
.share-icon.share-custom-line::before {
  color: #00b900;
}

.share-icon.share-facebook::before {
  color: #3b5998;
}

.share-icon.share-tumblr::before {
  color: #36465d;
}

.share-icon.share-pinterest::before {
  color: #bd081c;
}

.share-icon.share-linkedin::before {
  color: #0077b5;
}

.share-icon.share-reddit::before {
  color: #ff5700;
}

.share-icon.share-jetpack-whatsapp::before,
.share-icon.share-whatsapp::before {
  color: #25d366;
}

.share-icon.share-skype::before {
  color: #00aff0;
}

.share-icon.share-telegram::before {
  color: #0088cc;
}

.share-icon.share-pocket::before {
  color: #ef4056;
}

/* search-results-contents
  -------------------------------------------------------------------------- */
.search-results-contents {
  border-radius: 8px;
  font-size: .875em;
}

.search-results-contents .search-results-form .search-results-submit {
  background-color: #000;
  border-width: 0;
  color: #fff;
}

.search-results-contents .search-results-notice {
  font-size: 1em;
}

/* pagination
  -------------------------------------------------------------------------- */
.pagination {
  border-collapse: separate;
  border-spacing: 3px 0;
  line-height: 1;
}

.pagination .pagination-btn {
  border-radius: 20px;
  /*background-clor: #fff;
  border: 1px solid #ccc;
  border-color: rgba(153, 153, 153, .6);*/
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.pagination span.prev,
.pagination span.next {
  color: #999;
}

.pagination .prev {
  padding-left: 32px;
  background: url(../images/arrow-prev.png) no-repeat left 16px center transparent;
  background-size: 8px 16px;
}

.pagination .next {
  padding-right: 32px;
  background: url(../images/arrow-next.png) no-repeat right 16px center transparent;
  background-size: 8px 16px;
}

.pagination a:hover {
  background-color: #eee;
  background-color: rgba(153, 153, 153, 0.2);
}

.pagination .current {
  background-color: #000;
  color: #fff;
}

/* utilities
  ========================================================================== */
.utilities {
  padding: 30px 0;
  border-top: 2px solid #bbb;
}

.utilities .navigation {
  margin-bottom: 40px;
}

.utilities .navigation .navigation-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}

.utilities .navigation .navigation-title a {
  text-decoration: none;
  color: inherit;
}

.utilities .navigation ul li span,
.utilities .navigation ul li a {
  display: block;
  padding: .625em 0 .625em 25px;
  height: 100%;
  background: url(../images/li2.png) no-repeat 3px 0.975em transparent;
  background-size: 16px;
  text-decoration: none;
  color: inherit;
}

.utilities .navigation > ul > li > a {
  background-image: url(../images/li.png);
}

.utilities .navigation ul li a:hover {
  background-color: #eee;
  background-color: rgba(153, 153, 153, 0.2);
}

.utilities .navigation ul ul li a {
  padding-left: 48px;
  background-position-x: 23px;
}

.utilities .navigation ul ul > li {
  border-bottom-width: 0;
  border-top: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.utilities .relations > ul {
  /*padding: 10px 0;*/
  border-bottom: 1px solid #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.utilities .archive ul > li {
  border-bottom: 1px solid #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.utilities,
.sidebar-left .utilities,
.sidebar-right .utilities {
  border-width: 0;
}

.sidebar-left .utilities .relations > ul,
.sidebar-right .utilities .relations > ul {
  padding: 0;
}

.sidebar-left .utilities .relations > ul > li,
.sidebar-right .utilities .relations > ul > li {
  padding: 0;
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.sidebar-left .utilities .relations > ul > li:last-child,
.sidebar-right .utilities .relations > ul > li:last-child {
  border-width: 0;
}

.utilities .archive .archive-year {
  display: block;
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
  text-align: left;
}

.utilities .navigation .archive-month {
  padding: 0;
}

.utilities .navigation .archive-month:after {
  content: '';
  display: table;
  clear: both;
}

.utilities .navigation .archive-month > li {
  display: block;
  float: left;
  border-width: 0;
  text-align: center;
  width: 16.66%;
}

.utilities .navigation .archive-month > li a,
.utilities .navigation .archive-month > li span {
  padding: .625em 0;
  background-image: none;
  font-size: .875em;
  color: #bbb;
}

.utilities .navigation .archive-month > li a {
  text-decoration: none;
  color: #333;
}

/* expand */
.utilities .expand-handle {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.utilities .expand-toggle {
  display: none;
}

.utilities .expand {
  overflow: hidden;
  height: 0;
}

.utilities .expand-toggle:checked + .expand {
  height: auto;
}

.utilities .free {
  margin-bottom: 40px;
}

.utilities .banner {
  margin-bottom: 40px;
  text-align: center;
}

.utilities .banner p {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  max-width: 300px;
}

.utilities .banner a {
  display: block;
  vertical-align: middle;
}

.utilities .banner img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 375px) {
  .utilities .banner p {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1080px) {
  .utilities .banner p {
    margin-left: auto;
    margin-right: auto;
  }
}
/* footer
  ========================================================================== */
.footer {
  padding-bottom: 115px;
}

.footer .container {
  margin: 0;
  border-top: 2px solid #000;
}

.footer .topic-path {
  display: none;
}

.footer .topic-path li {
  display: block;
  float: left;
}

.footer .footer-contents {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

@media (min-width: 321px) {
  .footer .footer-contents {
    padding: 0 15px;
  }
}
.footer .footer-contents .logo {
  margin: 30px auto;
  line-height: 1;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.footer .footer-contents .logo a {
  text-decoration: none;
  color: inherit;
}

.footer .footer-contents .logo img {
  max-width: 100%;
  height: auto;
}

.footer .footer-contents .free {
  margin: 30px 0;
  line-height: 1.4;
  /*font-size: .875em;*/
}

.footer .guide {
  margin-top: 15px;
  padding: 15px 10px;
  text-align: center;
  color: #999;
}

.footer .guide a {
  /*font-size: .875em;*/
  color: #333;
  text-decoration: none;
}

.footer .guide .sub-menu,
.footer .guide .sub-menu .menu,
.footer .guide .sub-menu .menu .menu-item {
  margin: 0;
  padding: 0;
  border: 0;
}

.footer .guide .sub-menu .menu {
  font-size: 0;
}
.footer .guide .sub-menu .menu .menu-item {
  display: inline-block;
  font-size: 14px;
}
.footer .guide .sub-menu .menu .menu-item:not(:first-child)::before {
  content: '|';
  margin: 0 5px;
}

.footer .copyright {
  padding: 15px 10px;
  text-align: center;
  line-height: 1.2;
}

.footer .copyright a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 321px) {
  .footer .copyright {
    padding: 15px;
  }

  .footer .guide {
    padding: 15px;
  }
}
/* pagetop-btn
  -------------------------------------------------------------------------- */
.pagetop-btn-wrapper {
  margin: 0 10px;
  padding: 25px 0;
  text-align: center;
  line-height: 0;
}

.pagetop-btn {
  display: inline-block;
  overflow: hidden;
  padding: 0 0 0 24px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: url(../images/pagetop-btn.png) 25px center no-repeat #eee;
  background-size: 20px;
  border-radius: 20px;
  white-space: nowrap;
  text-decoration: none;
  color: #333 !important;
  text-align: center;
  z-index: 100;
}

.pagetop-btn:hover {
  color: #333;
  background-color: #ccc;
  background-color: rgba(153, 153, 153, 0.5);
}

@media (min-width: 1080px) {
  .footer {
    padding-bottom: 20px;
  }

  .footer .container {
    margin: 0 auto;
  }

  .footer .topic-path {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    border-color: rgba(153, 153, 153, 0.6);
    font-size: .875em;
  }

  .footer .topic-path li:after {
    content: '>';
    display: inline-block;
    padding: 0 .5em;
    color: #999;
  }

  .footer .topic-path li:last-child:after {
    display: none;
  }

  .footer .topic-path li a {
    color: inherit;
  }

  .footer .footer-contents {
    display: table;
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }

  .footer .footer-contents .logo {
    display: table-cell;
    padding: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
  }

  .footer .footer-contents .logo img {
    max-width: none;
  }

  .footer .free {
    display: table-cell;
    margin: 0;
    padding: 0 15px 0 30px;
    width: 100%;
    vertical-align: middle;
  }

  .footer .qr-contents {
    display: table-cell;
    padding-left: 15px;
    width: 340px;
    min-width: 340px;
    border-left: 1px solid #bbb;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
  }

  .footer .qr-contents .qr {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }

  .footer .qr-contents .qr .qr-image {
    float: right;
    line-height: 0;
    border: 1px solid #bbb;
    border-color: rgba(153, 153, 153, 0.6);
  }

  .footer .qr-contents .qr .text {
    margin-top: 5px;
  }

  .footer .qr-contents .qr .url {
    margin-top: 2px;
  }

  .footer .qr-contents .qr .url a {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/qr-arrow.png) 0 0 no-repeat transparent;
    background-size: 20px;
    text-decoration: none;
    max-width: 245px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #999;
  }

  .footer .guide {
    float: left;
    margin: 0;
    padding: 25px 0;
    text-align: left;
    font-size: .875em;
  }

  .footer .copyright {
    float: right;
    padding: 25px 0;
    text-align: right;
    font-size: .8125em;
  }

  .pagetop-btn-wrapper {
    margin: 0 auto;
    padding: 20px 0;
    width: 1080px;
    text-align: right;
  }

  .pagetop-btn {
    width: 200px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    font-size: .875em;
  }
}
/* page-list
  ========================================================================== */
.page-list .category-list {
  line-height: 1.3;
}

.page-list .category-list .category {
  font-size: .875em;
}

.page-list .category-list .category {
  color: #999;
}

.page-list .category-list .category:before {
  content: '';
}

.page-list .category-list .category:not(:last-child):after {
  content: ',\00a0';
}

.page-list .category-list .category a {
  color: inherit;
  text-decoration: none;
}
.page-list .category-list .category a:hover {
  text-decoration: underline;
}

.page-list .page-list-item {
  /*background: #eee;*/
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

/* news-eyecatch-1
-------------------------------------------------------------------------- */
.news-eyecatch-1 .columns-item {
  border-width: 0;
  text-align: center;
}

.news-eyecatch-1 .columns-item .title {
  border-width: 0;
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
}

.news-eyecatch-1 .columns-item .title a {
  text-decoration: none;
  color: inherit;
}

.news-eyecatch-1 .columns-item .title a:hover {
  text-decoration: underline;
  color: #05d;
}

.news-eyecatch-1.columns-1 .columns-item {
  text-align: left;
}

.news-eyecatch-1.columns-1 .columns-item .title {
  font-size: 1.25em;
}

.news-eyecatch-1.columns-1 .columns-item .date,
.news-eyecatch-1.columns-1 .columns-item .category-list {
  display: inline;
}

.news-eyecatch-1.columns-1 .columns-item .date {
  margin-right: 5px;
}

/* news-eyecatch-2
-------------------------------------------------------------------------- */
.news-eyecatch-2 .columns-item {
  border-width: 0;
  line-height: 1.4;
}

.news-eyecatch-2 .columns-item .title {
  border-width: 0;
  font-size: 1em;
  font-weight: bold;
}

.news-eyecatch-2 .columns-item .title a {
  text-decoration: none;
  color: inherit;
}

.news-eyecatch-2 .columns-item .title a:hover {
  text-decoration: underline;
  color: #05d;
}

@media (min-width: 768px) {
  .news-eyecatch-2.columns-1 .columns-item .title {
    font-size: 1.25em;
  }
}
@media (min-width: 860px) {
  .news-eyecatch-2.columns-2 .columns-item .title {
    font-size: 1.25em;
  }
}
@media (min-width: 1024px) {
  .news-eyecatch-2.columns-3 .columns-item .title,
  .news-eyecatch-2.columns-4 .columns-item .title {
    font-size: 1.25em;
  }
}
/* news-category-1
  -------------------------------------------------------------------------- */
.news-category-1 .category-list-item .body {
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.news-category-1 .category-list-item .more {
  margin-left: auto;
  margin-right: auto;
}

/* blog-standard-1
  -------------------------------------------------------------------------- */
.blog-standard-1 .columns-item {
  padding-bottom: 20px;
}

.blog-standard-1 .columns-item .date {
  font-weight: bold;
}

.blog-standard-1 .columns-item .body {
  border-top: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

/* page-simple-1
  -------------------------------------------------------------------------- */
.page-simple-1 .columns-item a {
  text-decoration: none;
}

.page-simple-1 .columns-item .title {
  border-width: 0;
  font-size: 1em;
}

.page-simple-1.columns-1 .columns-item .title {
  padding: 0 0 0 25px;
  background: url(../images/li.png) no-repeat 3px 0.35em transparent;
  background-size: 16px;
  font-size: 1.25em;
}

.page-simple-1.columns-2 .columns-item .title,
.page-simple-1.columns-3 .columns-item .title,
.page-simple-1.columns-4 .columns-item .title,
.page-simple-1.columns-5 .columns-item .title,
.page-simple-1.columns-6 .columns-item .title {
  background-position: 3px .225em;
}

@media (min-width: 568px) {
  .page-simple-1.columns-2 .columns-item .title {
    padding: 0 0 0 25px;
    background: url(../images/li.png) no-repeat 3px 0.225em transparent;
    background-size: 16px;
  }
}
@media (min-width: 667px) {
  .page-simple-1.columns-3 .columns-item .title {
    padding: 0 0 0 25px;
    background: url(../images/li.png) no-repeat 3px 0.225em transparent;
    background-size: 16px;
  }
}
/* page-simple-2
  -------------------------------------------------------------------------- */
.page-simple-2 .columns-item {
  line-height: 1.4;
}

.page-simple-2 .columns-item a {
  display: block;
}

.page-simple-2 .columns-item .title {
  border-width: 0;
  font-size: 1em;
}

.page-simple-2 .columns-item .excerpt {
  font-size: .875em;
}

.page-simple-2.columns-1 .columns-item .title {
  padding: 0 0 0 25px;
  background: url(../images/li.png) no-repeat 3px 0.35em transparent;
  background-size: 16px;
  font-size: 1.25em;
}

.page-simple-2.columns-1 .columns-item .excerpt {
  padding: 0 0 0 25px;
  font-size: 1em;
}

.page-simple-2.columns-2 .columns-item .title,
.page-simple-2.columns-3 .columns-item .title,
.page-simple-2.columns-4 .columns-item .title,
.page-simple-2.columns-5 .columns-item .title,
.page-simple-2.columns-6 .columns-item .title {
  background-position: 3px .225em;
}

@media (min-width: 568px) {
  .page-simple-2.columns-2 .columns-item .title {
    padding: 0 0 0 25px;
    background: url(../images/li.png) no-repeat 3px 0.225em transparent;
    background-size: 16px;
  }

  .page-simple-2.columns-2 .columns-item .excerpt {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 667px) {
  .page-simple-2.columns-3 .columns-item .title {
    padding: 0 0 0 25px;
    background: url(../images/li.png) no-repeat 3px 0.225em transparent;
    background-size: 16px;
  }

  .page-simple-2.columns-3 .columns-item .excerpt {
    padding: 0 0 0 25px;
  }
}
/* page-eyecatch-1
  -------------------------------------------------------------------------- */
.page-eyecatch-1 .columns-item {
  border-width: 0;
}

.page-eyecatch-1 .columns-item .title {
  border-width: 0;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.page-eyecatch-1 .columns-item .title a {
  text-decoration: none;
  color: inherit;
}

.page-eyecatch-1 .columns-item .title a:hover {
  text-decoration: underline;
  color: #05d;
}

.page-eyecatch-1.columns-1 .columns-item .title {
  font-size: 1.25em;
  text-align: left;
}

/* page-eyecatch-2
  -------------------------------------------------------------------------- */
.page-eyecatch-2 .columns-item {
  border-width: 0;
}

.page-eyecatch-2 .columns-item .title {
  border-width: 0;
  font-size: 1em;
  font-weight: bold;
}

.page-eyecatch-2 .columns-item .title a {
  text-decoration: none;
  color: inherit;
}

.page-eyecatch-2 .columns-item .title a:hover {
  text-decoration: underline;
  color: #05d;
}

@media (min-width: 768px) {
  .page-eyecatch-2.columns-1 .columns-item .title {
    font-size: 1.25em;
  }
}
@media (min-width: 860px) {
  .page-eyecatch-2.columns-2 .columns-item .title {
    font-size: 1.25em;
  }
}
/* page-eyecatch-3
  -------------------------------------------------------------------------- */
.page-eyecatch-3 .columns-item {
  border-width: 0;
  line-height: 1.4;
}

.page-eyecatch-3 .columns-item .title {
  border-width: 0;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
}

.page-eyecatch-3 .columns-item .title a {
  text-decoration: none;
  color: inherit;
}

.page-eyecatch-3 .columns-item .title a:hover {
  text-decoration: underline;
  color: #05d;
}

.page-eyecatch-3 .columns-item .excerpt {
  font-size: .875em;
}

.page-eyecatch-3.columns-1 .columns-item .title {
  font-size: 1.25em;
  text-align: left;
}

.page-eyecatch-3.columns-1 .columns-item .excerpt {
  font-size: 1em;
}

@media (min-width: 860px) {
  .page-eyecatch-3.columns-2 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-3.columns-2 .columns-item .excerpt {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  .page-eyecatch-3.columns-3 .columns-item .title,
  .page-eyecatch-3.columns-4 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-3.columns-3 .columns-item .excerpt,
  .page-eyecatch-3.columns-4 .columns-item .excerpt {
    font-size: 1em;
  }
}
/* page-eyecatch-4
  -------------------------------------------------------------------------- */
.page-eyecatch-4 .columns-item {
  border-width: 0;
  line-height: 1.4;
}

.page-eyecatch-4 .columns-item .title {
  border-width: 0;
  font-size: 1em;
  font-weight: bold;
}

.page-eyecatch-4 .columns-item .title a {
  text-decoration: none;
  color: inherit;
}

.page-eyecatch-4 .columns-item .title a:hover {
  text-decoration: underline;
  color: #05d;
}

.page-eyecatch-4 .columns-item .excerpt {
  font-size: .875em;
}

@media (min-width: 768px) {
  .page-eyecatch-4.columns-1 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-4.columns-1 .columns-item .excerpt {
    font-size: 1em;
  }
}
@media (min-width: 860px) {
  .page-eyecatch-4.columns-2 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-4.columns-2 .columns-item .excerpt {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  .page-eyecatch-4.columns-3 .columns-item .title,
  .page-eyecatch-4.columns-4 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-4.columns-3 .columns-item .excerpt,
  .page-eyecatch-4.columns-4 .columns-item .excerpt {
    font-size: 1em;
  }
}
/* page-eyecatch-5
  -------------------------------------------------------------------------- */
.page-eyecatch-5 .columns-item {
  border-width: 0;
  line-height: 1.4;
}

.page-eyecatch-5 .columns-item .title {
  border-width: 0;
  font-size: 1em;
  font-weight: bold;
}

.page-eyecatch-5 .columns-item .title a {
  text-decoration: none;
  color: inherit;
}

.page-eyecatch-5 .columns-item .title a:hover {
  text-decoration: underline;
  color: #05d;
}

.page-eyecatch-5 .columns-item .excerpt {
  font-size: .875em;
}

@media (min-width: 768px) {
  .page-eyecatch-5.columns-1 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-5.columns-1 .columns-item .excerpt {
    font-size: 1em;
  }
}
@media (min-width: 860px) {
  .page-eyecatch-5.columns-2 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-5.columns-2 .columns-item .excerpt {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  .page-eyecatch-5.columns-3 .columns-item .title,
  .page-eyecatch-5.columns-4 .columns-item .title {
    font-size: 1.25em;
  }

  .page-eyecatch-5.columns-3 .columns-item .excerpt,
  .page-eyecatch-5.columns-4 .columns-item .excerpt {
    font-size: 1em;
  }
}
/* page-category-*
  -------------------------------------------------------------------------- */
.page-category-1 .category-list-item .body,
.page-category-2 .category-list-item .body {
  border-bottom: 1px dotted #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.page-category-1 .category-list-item .more,
.page-category-2 .category-list-item .more {
  margin-left: auto;
  margin-right: auto;
}

/* page-all-1
-------------------------------------------------------------------------- */
.page-all-1 .columns-item {
  padding-bottom: 0;
  border-bottom: none;
}

/* page-search-results-1
  -------------------------------------------------------------------------- */
.page-search-results-1 .columns-item {
  line-height: 1.4;
}

.page-search-results-1 .columns-item a {
  display: block;
  text-decoration: none;
}

.page-search-results-1 .columns-item .title {
  border-width: 0;
  font-size: 1em;
}

.page-search-results-1 .columns-item .excerpt {
  font-size: .875em;
}

.page-search-results-1.columns-1 .columns-item .title {
  font-size: 1.25em;
}

.page-search-results-1.columns-1 .columns-item .url {
  font-size: .875em;
}

.page-search-results-1.columns-1 .columns-item .url a {
  color: #999;
}

/* shortcut
  ========================================================================== */
.shortcut {
  margin: 30px 0 0 0;
}

.shortcut .container {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  border-color: rgba(153, 153, 153, 0.6);
}

.shortcut .page-eyecatch-5 .columns-item .title {
  font-size: 1em;
}

/* common
  ========================================================================== */
.state-hide {
  display: none !important;
}

.header .free,
.footer .free,
.utilities .free {
  line-height: 1.3;
}

.header .free h1, .header .free h2, .header .free h3, .header .free h4, .header .free h5, .header .free h6,
.header .free p, .header .free dl, .header .free ol, .header .free ul, .header .free table,
.header .free address, .header .free blockquote,
.header .free fieldset, .header .free form,
.header .free pre, .header .free code,
.footer .free h1, .footer .free h2, .footer .free h3, .footer .free h4, .footer .free h5, .footer .free h6,
.footer .free p, .footer .free dl, .footer .free ol, .footer .free ul, .footer .free table,
.footer .free address, .footer .free blockquote,
.footer .free fieldset, .footer .free form,
.footer .free pre, .footer .free code,
.utilities .free h1, .utilities .free h2, .utilities .free h3, .utilities .free h4, .utilities .free h5, .utilities .free h6,
.utilities .free p, .utilities .free dl, .utilities .free ol, .utilities .free ul, .utilities .free table,
.utilities .free address, .utilities .free blockquote,
.utilities .free fieldset, .utilities .free form,
.utilities .free pre, .utilities .free code {
  margin-top: 6px;
  margin-bottom: 6px;
}

.header .free hr,
.footer .free hr,
.utilities .free hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header .free-container > *:first-child,
.footer .free-container > *:first-child,
.utilities .free-container > *:first-child {
  margin-top: 0;
}

.header .free-container > *:last-child,
.header .free-container > * > *:last-child,
.footer .free-container > *:last-child,
.footer .free-container > * > *:last-child,
.utilities .free-container > *:last-child,
.utilities .free-container > * > *:last-child {
  margin-bottom: 0;
}

.more {
  display: table;
  width: auto;
  word-break: break-all;
}

.more a {
  display: table-cell !important;
  padding: 0 20px;
  min-width: 140px;
  height: 36px;
  border: 1px solid #07d;
  border-radius: 18px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  color: #07d;
}

.more a:hover {
  background-color: #07d;
  color: #fff;
}

.editing .apply {
  display: table;
  margin: 20px auto;
  width: auto;
  min-width: 260px;
  max-width: 480px;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
}

.editing * + .apply,
.editing .apply + * {
  margin-top: 30px;
}

.editing .apply a {
  display: table-cell !important;
  padding: 6px 20px;
  height: 50px;
  background-color: #07d;
  border-radius: 25px;
  vertical-align: middle;
  text-decoration: none;
  text-align: inherit;
  font-weight: bold;
  color: #fff;
}

.editing .apply a:hover {
  background-color: #05d;
}

/* 
  ========================================================================== */
@media print {
  .menu-btn,
  #menu {
    display: none;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
/* MARK: # Domestic
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* MARK: SP
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ロゴの余白 */
.header .logo {
  padding: 10px 15px;
}

.footer .logo {
  padding: 0 15px;
}

/* MARK: PC
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1080px) {
  /* ロゴの高さに合わせて調整する */
  #menu .main-menu ul {
    margin-top: 95px;
  }

  #menu .main-menu ul li a {
    padding: 0 15px;
  }

  /* ヘッダーの自由領域の位置 */
  #menu .free {
    top: 10px;
    right: 340px;
    width: 300px;
    min-height: 70px;
    font-size: .875em;
  }

  /* フッターの自由領域の位置 */
  .footer .free {
    /*font-size: .875em;*/
  }

  /* サイドバーの自由領域の位置 */
  .utilities .free {
    /*font-size: .875em;*/
  }
}
/* MARK: Theme
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
.header {
  border-top-color: #0c54ac;
}
.font-size input:checked + .font-size-default,
.font-size input:checked + .font-size-large {
  background-color: #0c54ac;
}
.header #menu .main-menu ul li a {
  color: #0c54ac;
}
.header #menu .main-menu ul li.stay a {
  background-color: #0c54ac;
}
.main h1 {
  border-bottom-color: #0c54ac;
}
.editing h2,
.main h2 {
  border-bottom-color: #0c54ac;
}
.editing h3,
.main h3 {
  border-bottom-color: #0c54ac;
}
.search-results-contents .search-results-form .search-results-submit {
  background-color: #0c54ac;
}
.pagination .current {
  background-color: #0c54ac;
}
.utilities .navigation .navigation-title {
  border-bottom-color: #0c54ac;
}
.footer .container {
  border-top-color: #0c54ac;
}
*/
