@charset "UTF-8";
/*!
 * ress.css • v1.2.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 {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  -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 */
* {
  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: 80%;
  /* 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.nice-select.open,
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,
select,
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+ */
}

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 */

/* 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;
}

@-webkit-keyframes topics-line {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  30% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  31% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes topics-line {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  30% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  31% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

html {
  font-size: 62.5%;
}

html.is-navOpen {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

body {
  padding-top: 80px;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: .075em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
}

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

a:not([class]) {
  color: #2f91bf;
}

::-moz-selection {
  background: #8c8e72;
  color: #fff;
}

::selection {
  background: #8c8e72;
  color: #fff;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border-radius: 0;
}

input,
textarea,
select,
option,
button {
  font-size: 1.6rem;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #333;
  font-size: 1.6rem;
  opacity: 1;
  padding-top: 0.4em;
}

::-moz-placeholder {
  color: #333;
  font-size: 1.6rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  font-size: 1.6rem;
  opacity: 1;
}

.xs-hidden {
  display: none;
}

.u-ffDefault {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}

.u-ffRoboto {
  font-family: "Roboto", sans-serif;
}

.u-ffRaleway {
  font-family: "Raleway", sans-serif;
}

.u-fsNormal {
  font-style: normal;
}

.u-fsItalic {
  font-style: italic;
}

.u-fwNormal {
  font-weight: 400;
}

.u-fwMedium {
  font-weight: 500;
}

.u-fwBold {
  font-weight: 700;
}

.l-container {
  padding: 0 15px;
}

.js-hiddenItems > [class*="Item"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-hiddenItems > [class*="Item"].is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.js-hiddenItems.p-articleItems > [class*="Item"]:nth-child(-n+2),
.js-hiddenItems.p-snapItems > [class*="Item"]:nth-child(-n+2) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.js-hiddenItems.p-featureItems > [class*="Item"]:nth-child(1) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.c-heading-primary {
  position: relative;
  margin: 0 15px;
  color: #8c8e72;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1;
  text-align: center;
}

.c-heading-primary > span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 0 6px .3em;
  background: #fff;
}

.c-heading-primary > span::before, .c-heading-primary > span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
  border: 1px solid;
}

.c-heading-primary > span::before {
  left: 0;
  border-right: none;
}

.c-heading-primary > span::after {
  right: 0;
  border-left: none;
}

.c-heading-primary > span span {
  font-weight: 700;
  font-style: italic;
}

.c-heading-primary.-cream {
  color: #f9f6ed;
}

.c-heading-primary.-brown {
  color: #776857;
}

.c-heading-primary.-khaki {
  color: #8c8e72;
}

.c-heading-primary.-white {
  color: #fff;
}

.c-heading-primary.-bgCream > span {
  background: #f9f6ed;
}

.c-heading-primary.-bgBrown > span {
  background: #776857;
}

.c-heading-primary.-bgKhaki > span {
  background: #8c8e72;
}

.c-heading-primary.-bgWhite > span {
  background: #fff;
}

.c-button {
  position: relative;
  display: inline-block;
  min-width: 200px;
  max-width: 420px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: .3em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
}

.c-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 1px;
  background: #333;
}

.c-button-body {
  position: relative;
  display: block;
  padding: 17px 45px 13px 30px;
  border: 1px solid #333;
}

.c-button-body::before {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  width: 103%;
  height: 103%;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-button-body::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 1px;
  background: #fff;
}

.c-button-inner {
  position: relative;
  z-index: 3;
}

.c-button.-whiteTransparent::after {
  background: #fff;
}

.c-button.-whiteTransparent .c-button-body {
  border-color: #fff;
}

.c-button.-whiteTransparent .c-button-body::before {
  right: 0;
  left: auto;
  width: 0;
  background: #fff;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.is-navOpen .c-overlay {
  opacity: 1;
  visibility: visible;
}

.c-article-share {
  padding: 10px;
  background: #f0f0f0;
  font-size: 0;
  text-align: center;
}

.c-article-share-label, .c-article-share-buttons, .c-article-share-button {
  display: inline-block;
  vertical-align: middle;
}

.c-article-share-label {
  margin-right: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.c-article-share-button {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  letter-spacing: 0;
  text-decoration: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-article-share-button.-twitter {
  background-image: url(../images/common/icon_x_share.svg);
}

.c-article-share-button.-facebook {
  background-image: url(../images/common/icon_share-facebook_01.svg);
}

.c-article-share-button.-line {
  background-image: url(../images/common/icon_share-line_01.svg);
}

.c-article-keyword {
  margin-top: 32px;
  padding: 17px 15px 7px;
  background: #f9f6ed;
}

.c-article-keyword-label {
  color: #776857;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1;
  text-align: center;
}

.c-article-keyword-label span {
  position: relative;
  display: block;
  padding: 5px 15px 7px 20px;
}

.c-article-keyword-label span::before, .c-article-keyword-label span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border: 1px solid;
}

.c-article-keyword-label span::before {
  left: 0;
  border-right: none;
}

.c-article-keyword-label span::after {
  right: 0;
  border-left: none;
}

.c-article-keyword-list-outer {
  margin-top: 15px;
  padding: 10px;
  background: #fff;
}

.p-page-header {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0;
}

.p-page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f6ed;
}

.p-page-header.-bgHigh {
  margin-bottom: 0;
}

.p-page-header.-bgHigh::before {
  height: 115px;
}

.p-page-header.-bgCream::before {
  background: #f9f6ed;
}

.p-page-header.-bgKhaki::before {
  background: #8c8e72;
}

.p-page-header-title {
  position: relative;
  margin: 0 15px;
  color: #776857;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1;
  text-align: center;
}

.p-page-header-title > span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 0 6px .3em;
  background: #f9f6ed;
}

.p-page-header-title > span::before, .p-page-header-title > span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
  border: 1px solid;
}

.p-page-header-title > span::before {
  left: 0;
  border-right: none;
}

.p-page-header-title > span::after {
  right: 0;
  border-left: none;
}

.p-page-header-title > span span {
  font-weight: 700;
  font-style: italic;
}

.p-page-header-title.-langJa {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
}

.p-page-header-title.-langJa > span {
  padding: 7px 0 7px .1em;
}

.p-page-header-title.-cream {
  color: #f9f6ed;
}

.p-page-header-title.-brown {
  color: #776857;
}

.p-page-header-title.-khaki {
  color: #8c8e72;
}

.p-page-header-title.-white {
  color: #fff;
}

.p-page-header-title.-bgCream > span {
  background: #f9f6ed;
}

.p-page-header-title.-bgKhaki > span {
  background: #8c8e72;
}

.p-page-header-title.-bgWhite > span {
  background: #fff;
}

.p-page-header.-pageSnap .p-page-header-title {
  letter-spacing: .1em;
}

.p-page-header.-pageKeywordChild .p-page-header-title > span {
  padding: 5px 0 6px .1em;
}

.p-page-header.-pageKeywordChild .p-page-header-title > span span {
  margin-right: .25em;
  font-size: 2.5rem;
  font-style: normal;
}

.p-page-contents {
  position: relative;
  z-index: 2;
}

.p-breadcrumbs {
  display: none;
}

.p-pagination {
  position: relative;
  margin-top: 30px;
}

.p-pagination-number {
  padding: 3px 0 6px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

.p-pagination-button {
  position: absolute;
  top: 0;
  display: inline-block;
  min-width: 86px;
  padding: 11px 15px 9px;
  background: #ef8b8b;
  border-radius: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.p-pagination-button::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 7px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-pagination-button.-prev {
  left: 0;
  text-align: right;
}

.p-pagination-button.-prev::before {
  left: 12px;
  background-image: url(../images/common/icon_arrow-left_03_white.svg);
}

.p-pagination-button.-next {
  right: 0;
  text-align: left;
}

.p-pagination-button.-next::before {
  right: 12px;
  background-image: url(../images/common/icon_arrow-right_03_white.svg);
}

.p-pagination-button.-disabled {
  cursor: default;
  pointer-events: none;
  background: #dfdfdf;
}

.p-articleItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -7px 0;
}

.p-articleItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 14px);
  margin: 35px 7px 0;
}

.p-articleItem-new {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 2;
  width: 32px;
  pointer-events: none;
}

.p-articleItem-date {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 2;
  display: inline-block;
  padding: 4px 5px;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  pointer-events: none;
}

.p-articleItem-label {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  display: inline-block;
  min-width: 30px;
  padding: 2px 5px 3px;
  background: #ef8b8b;
  border-radius: 10px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.p-articleItem-label span {
  display: inline-block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.p-articleItem-label.-pr {
  background: #8c8e72;
}

.p-articleItem-image {
  position: relative;
}

.p-articleItem-image a {
  display: block;
}

.p-articleItem-image img {
  width: 100%;
}

.p-articleItem-contents01 {
  margin-top: 10px;
}

.p-articleItem-contents01 .p-articleItem-label {
  display: none;
}

.p-articleItem-category {
  list-style: none;
}

.p-articleItem-category li {
  font-size: 1.0rem;
  line-height: 1.2;
}

.p-articleItem-category li:nth-child(1) a {
  background: #ef8b8b;
  border: 1px solid #ef8b8b;
  color: #fff;
}

.p-articleItem-category li:nth-child(2) a {
  border: 1px solid #ef8b8b;
  border-left: none;
  color: #ef8b8b;
}

.p-articleItem-category a {
  display: inline-block;
  padding: 3px;
  text-align: center;
}

.p-articleItem-title {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}

.p-articleItem-title a {
  display: block;
  color: #333;
}

.p-articleItem-job {
  margin-top: 5px;
  font-size: 1.2rem;
}

.p-articleItem-job a {
  display: block;
  color: #333;
}

.p-articleItem-contents02 {
  margin-top: auto;
  padding-top: 22px;
}

.p-articleItem-keyword {
  margin: -5px 0 0 -10px;
  font-size: 0;
  list-style: none;
}

.p-articleItem-keyword li {
  display: inline-block;
  margin: 5px 0 0 10px;
  font-size: 1.0rem;
  line-height: 1;
}

.p-articleItem-keyword a {
  display: inline-block;
  color: #776857;
}

.p-articleItem-keyword span::before {
  content: '#';
  display: inline-block;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.p-articleItem-meta {
  position: relative;
  margin-top: 15px;
  padding: 10px 24px 10px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.p-articleItem-writer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}

.p-articleItem-writer-image {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
}

.p-articleItem-writer-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-articleItem-writer-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  font-size: 1.0rem;
  line-height: 1.2;
}

.p-articleItem-favorite {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  outline: none;
}

.p-articleItem-favorite::after {
  content: '\f004';
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  color: #dfdfdf;
  font-size: 1.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-articleItem-favorite.is-selected::after {
  color: #ef8b8b;
}

.p-asideArticle {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
}

.p-asideArticle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: #8c8e72;
}

.p-asideArticle-inner {
  position: relative;
  z-index: 2;
}

.p-asideItems {
  margin-top: 20px;
}

.p-asideItems.-ranking .p-asideItem {
  counter-increment: ranking;
}

.p-asideItems.-ranking .p-asideItem::before {
  content: counter(ranking, decimal-leading-zero);
  position: absolute;
  right: 0;
  bottom: 3px;
  color: rgba(140, 142, 114, 0.15);
  font-family: "Roboto", sans-serif;
  font-size: 6.0rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}

.p-asideItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  background: #fff;
}

.p-asideItem-image {
  position: relative;
  width: 125px;
}

.p-asideItem-image a {
  display: block;
}

.p-asideItem-image img {
  width: 100%;
}

.p-asideItem-label {
  position: absolute;
  right: 7px;
  bottom: 5px;
  z-index: 2;
  display: inline-block;
  min-width: 30px;
  padding: 2px 5px 3px;
  background: #ef8b8b;
  border-radius: 10px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.p-asideItem-label span {
  display: inline-block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.p-asideItem-label.-pr {
  background: #8c8e72;
}

.p-asideItem-text {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 10px 5px 15px;
}

.p-asideItem-category {
  list-style: none;
}

.p-asideItem-category li {
  font-size: 1.0rem;
  line-height: 1.2;
}

.p-asideItem-category li:nth-child(1) a {
  background: #ef8b8b;
  border: 1px solid #ef8b8b;
  border-right: none;
  color: #fff;
}

.p-asideItem-category li:nth-child(2) a {
  border: 1px solid #ef8b8b;
  color: #ef8b8b;
}

.p-asideItem-category a {
  display: inline-block;
  padding: 3px;
  text-align: center;
}

.p-asideItem-title {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 400;
}

.p-asideItem-title a {
  display: block;
  color: #333;
}

.p-snapItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -30px -10px 0;
}

.p-snapItem {
  width: calc(50% - 20px);
  margin: 30px 10px 0;
}

.p-snapItem-anchor {
  display: block;
  text-align: center;
}

.p-snapItem-image {
  background: #fff;
}

.p-snapItem-image img {
  width: 100%;
}

.p-snapItem-title {
  position: relative;
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.p-snapItem-title span {
  display: inline-block;
  font-size: 1.0rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.p-snapItem-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 2px;
  background: #d8c591;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-snapItem-meta {
  margin-top: 10px;
  font-size: 1.0rem;
  line-height: 1.2;
}

.p-keyword-list {
  margin: -10px 0 0 -10px;
  font-size: 0;
  list-style: none;
}

.p-keyword-list li {
  display: inline-block;
  margin: 10px 0 0 10px;
}

.p-keyword-list a {
  display: block;
  padding: 10px 6px;
  background: #f9f6ed;
  font-size: 1.2rem;
  color: #776857;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}

.p-keyword-list span::before {
  content: '#';
  display: inline-block;
  margin-right: 1px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.p-article-banners {
  margin: 42px 15px;
  text-align: center;
}

.p-fixed-pagetop {
  display: none;
}

.p-footer-pagetop {
  margin-top: 70px;
}

.p-footer-pagetop a {
  position: relative;
  display: block;
  height: 40px;
  background: #ef8b8b;
  font-size: 0;
}

.p-footer-pagetop a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 17px;
  background: url(../images/common/icon_arrow-up_01_white.svg) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-slider {
  position: relative;
  display: block;
  -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-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-slide,
.slick-slide a {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgba(239, 139, 139, 0.6);
  border-radius: 50%;
  font-size: 0;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-prev {
  left: 5px;
}

.slick-prev::before {
  margin-left: -1px;
  background-image: url(../images/common/icon_arrow-left_01_white.svg);
}

.slick-next {
  right: 5px;
}

.slick-next::before {
  margin-left: 1px;
  background-image: url(../images/common/icon_arrow-right_01_white.svg);
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #dfdfdf;
}

.nice-select:after {
  border-bottom: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #dfdfdf;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: white;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(205, 205, 205, 0.11);
          box-shadow: 0 0 0 1px rgba(205, 205, 205, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #dfdfdf;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.editor-contents {
  line-height: 2;
}

.editor-contents a {
  padding-bottom: 2px;
  border-bottom: 1px dashed currentColor;
  word-break: break-all;
}

.editor-contents a[target="_blank"] {
  position: relative;
  margin-right: 28px;
}

.editor-contents a[target="_blank"]::after {
  position: absolute;
  display: inline-block;
  content: '\f35d';
  margin: 1px 0 0 8px;
  color: currentColor;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.editor-contents > p {
  margin-top: 30px;
}

.editor-contents h2 {
  position: relative;
  margin-top: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #ef8b8b;
  font-size: 2.0rem;
  line-height: 1.7;
}

.editor-contents h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background: #ef8b8b;
}

.editor-contents h2 + p {
  margin-top: 15px;
}

.editor-contents h3 {
  position: relative;
  margin-top: 35px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dfdfdf;
  font-size: 1.8rem;
  line-height: 1.75;
}

.editor-contents h3::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 75px;
  height: 2px;
  background: #ef8b8b;
}

.editor-contents h3 + p {
  margin-top: 12px;
}

.editor-contents h4 {
  position: relative;
  margin-top: 30px;
  padding-left: 42px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.editor-contents h4::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #ef8b8b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.editor-contents h4 + p {
  margin-top: 20px;
}

.editor-contents ul,
.editor-contents ol {
  margin-top: 30px;
}

.editor-contents ul li,
.editor-contents ol li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-weight: 700;
  line-height: 1.8;
}

.editor-contents ul li + li,
.editor-contents ol li + li {
  margin-top: 10px;
}

.editor-contents ul li::before,
.editor-contents ol li::before {
  position: absolute;
  left: 0;
}

.editor-contents ul li::before {
  content: '';
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef8b8b;
}

.editor-contents ol {
  counter-reset: number;
}

.editor-contents ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  color: #ef8b8b;
  font-weight: 700;
}

.editor-contents .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor-contents .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.editor-contents .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.editor-contents img.alignright,
.editor-contents img.alignleft {
  max-width: 48%;
  padding-top: 7px;
}

.editor-contents .fz-large {
  font-size: 1.6rem;
  line-height: 1.8;
}

.editor-contents .fz-small {
  font-size: 1.2rem;
}

.editor-contents .marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(239, 139, 139, 0.28)));
  background: -webkit-linear-gradient(transparent 60%, rgba(239, 139, 139, 0.28) 60%);
  background: linear-gradient(transparent 60%, rgba(239, 139, 139, 0.28) 60%);
}

.editor-contents .marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 240, 0, 0.28)));
  background: -webkit-linear-gradient(transparent 60%, rgba(255, 240, 0, 0.28) 60%);
  background: linear-gradient(transparent 60%, rgba(255, 240, 0, 0.28) 60%);
}

.editor-contents .color-pink {
  color: #ef8b8b;
}

.editor-contents .color-khaki {
  color: #8c8e72;
}

.editor-contents .color-orange {
  color: #f3a319;
}

.editor-contents .button {
  display: block;
  margin-top: 30px;
  padding: 14px;
  border: 1px solid #2f91bf;
  color: #2f91bf;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.editor-contents .button.-bd-green {
  border-color: #59be4a;
  color: #59be4a;
}

.editor-contents .button.-bg-green {
  border-color: #59be4a;
  background: #59be4a;
  color: #fff;
}

.editor-contents .button.-bd-red {
  border-color: #f15353;
  color: #f15353;
}

.editor-contents .button.-bg-red {
  border-color: #f15353;
  background: #f15353;
  color: #fff;
}

.editor-contents .button[target="_blank"] {
  margin-right: 0;
  padding-right: 32px;
}

.editor-contents .button[target="_blank"]::after {
  margin: 0 0 0 8px;
}

.editor-contents .list-block {
  margin-top: 30px;
}

.editor-contents .list-block.-border ul,
.editor-contents .list-block.-border ol, .editor-contents .list-block.-bg-blue ul,
.editor-contents .list-block.-bg-blue ol, .editor-contents .list-block.-bg-orange ul,
.editor-contents .list-block.-bg-orange ol {
  padding: 20px;
}

.editor-contents .list-block.-border {
  border: 1px solid #dfdfdf;
}

.editor-contents .list-block.-bg-blue {
  background: #f5fcff;
}

.editor-contents .list-block.-bg-blue ul li::before {
  background: #7ec4e5;
}

.editor-contents .list-block.-bg-blue ol li::before {
  color: #7ec4e5;
}

.editor-contents .list-block.-bg-blue p {
  background: #7ec4e5;
}

.editor-contents .list-block.-bg-orange {
  background: #fff9d1;
}

.editor-contents .list-block.-bg-orange ul li::before {
  background: #f3a319;
}

.editor-contents .list-block.-bg-orange ol li::before {
  color: #f3a319;
}

.editor-contents .list-block.-bg-orange p {
  background: #f3a319;
}

.editor-contents .list-block ul,
.editor-contents .list-block ol {
  margin-top: 0;
}

.editor-contents .list-block p {
  padding: 4px 18px 6px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.editor-contents .image-block {
  max-width: 610px;
  margin: 30px auto 0;
  text-align: center;
}

.editor-contents .image-block-inner {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.editor-contents .image-block p:not(:first-child) {
  margin-top: 6px;
  line-height: 1.7;
}

.editor-contents .image-block-caption {
  color: #999;
  font-size: 1.0rem;
  text-align: right;
}

.editor-contents .image-block-caption a[target="_blank"] {
  margin-right: 23px;
}

.editor-contents .blockquote-block {
  position: relative;
  margin-top: 30px;
  padding: 35px 20px 42px;
  background: #f0f0f0;
  border-radius: 10px;
}

.editor-contents .blockquote-block::before, .editor-contents .blockquote-block::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 19px;
  background: url(../images/common/icon_quote_01_gray.png) 0 0 no-repeat;
  background-size: cover;
}

.editor-contents .blockquote-block::before {
  top: 10px;
  left: 10px;
}

.editor-contents .blockquote-block::after {
  right: 21px;
  bottom: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.editor-contents .blockquote-block p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.editor-contents .blockquote-block p:not(:first-child) {
  margin-top: 10px;
}

.editor-contents .blockquote-block cite {
  display: block;
  margin-top: 10px;
  font-size: 1.0rem;
  font-style: normal;
}

.editor-contents .blockquote-block cite a {
  color: #999;
}

.editor-contents .embed-block {
  max-width: 500px;
  margin: 40px auto 0;
}

.editor-contents .embed-block-caption {
  margin-top: 8px;
  font-size: 1.0rem;
  line-height: 1.6;
}

.editor-contents .instagram-block .embed-block-caption,
.editor-contents .twitter-block .embed-block-caption {
  margin-top: -2px;
}

.editor-contents .tiktok-block-inner,
.editor-contents .youtube-block-inner {
  position: relative;
  height: 0;
  overflow: hidden;
}

.editor-contents .tiktok-block iframe,
.editor-contents .youtube-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor-contents .tiktok-block-inner {
  padding-top: 206%;
}

.editor-contents .youtube-block {
  max-width: 610px;
}

.editor-contents .youtube-block-inner {
  padding-top: 56.25%;
}

.editor-contents .info-block {
  margin-top: 40px;
  padding: 15px;
  background: #f7f4e9;
  border-left: 3px solid #776857;
}

.editor-contents .info-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.editor-contents .info-block-image-col:nth-child(1) {
  width: 125px;
}

.editor-contents .info-block-image-col:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  color: #776857;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.editor-contents .info-block-detail {
  margin-top: 8px;
  color: #776857;
  font-size: 1.2rem;
  line-height: 1.8;
}

.editor-contents .info-block-data {
  position: relative;
  margin-top: 5px;
  padding-left: 22px;
}

.editor-contents .info-block-data::before {
  position: absolute;
  top: 5px;
  left: 0;
  color: currentColor;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.editor-contents .info-block-data.-name {
  display: none;
}

.editor-contents .info-block-data.-address::before {
  content: '\f015';
}

.editor-contents .info-block-data.-tel::before {
  content: '\f098';
  left: 2px;
}

.editor-contents .info-block-data.-time::before {
  content: '\f017';
  left: 1px;
  font-weight: 500;
}

.editor-contents .info-block-data.-url::before {
  content: '\f2d2';
  top: 6px;
  left: 2px;
  font-weight: 500;
}

.editor-contents .info-block-data.-url a {
  color: #776857;
}

.editor-contents .comment-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.editor-contents .comment-block + .comment-block {
  margin-top: 20px;
}

.editor-contents .comment-block-image {
  width: 50px;
  margin-right: 20px;
}

.editor-contents .comment-block-image-inner {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
}

.editor-contents .comment-block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.editor-contents .comment-block-name {
  margin-top: 10px;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: center;
}

.editor-contents .comment-block-text {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.editor-contents .comment-block-text::before, .editor-contents .comment-block-text::after {
  content: '';
  position: absolute;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid;
  border-bottom: 6px solid transparent;
  border-left: 7px solid transparent;
}

.editor-contents .comment-block-text::before {
  left: -14px;
  border-right-color: #dfdfdf;
}

.editor-contents .comment-block-text::after {
  left: -12px;
  border-right-color: #fff;
}

.editor-contents .comment-block.-rightImage {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.editor-contents .comment-block.-rightImage .comment-block-image {
  margin: 0 0 0 20px;
}

.editor-contents .comment-block.-rightImage .comment-block-text::before {
  right: -14px;
  left: auto;
  border-right-color: transparent;
  border-left-color: #dfdfdf;
}

.editor-contents .comment-block.-rightImage .comment-block-text::after {
  right: -12px;
  left: auto;
  border-right-color: transparent;
  border-left-color: #fff;
}

.editor-contents .carousel-block {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
}

.editor-contents .carousel-block-inner {
  max-width: 610px;
  margin: 0 auto;
}

.editor-contents .carousel-block-items {
  height: 0;
  padding-top: 75.08%;
}

.editor-contents .carousel-block-items.-text {
  height: auto;
  margin-top: 25px;
  padding-top: 0;
}

.editor-contents .carousel-block-items.-text .slick-list {
  position: static;
}

.editor-contents .carousel-block-items.-text .carousel-block-item {
  overflow: auto;
}

.editor-contents .carousel-block-items .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor-contents .carousel-block-items .slick-track {
  height: 100%;
  overflow: hidden;
}

.editor-contents .carousel-block-item {
  position: relative;
  overflow: hidden;
}

.editor-contents .carousel-block-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.editor-contents .carousel-block .slick-prev {
  left: -10px;
}

.editor-contents .carousel-block .slick-next {
  right: -10px;
}

.editor-contents .carousel-block .slick-dots {
  margin-top: 7px;
  font-size: 0;
  text-align: right;
  list-style: none;
}

.editor-contents .carousel-block .slick-dots li {
  display: inline-block;
  margin-left: 7px;
}

.editor-contents .carousel-block .slick-dots button {
  width: 7px;
  height: 7px;
  background: #dfdfdf;
  border-radius: 50%;
  font-size: 0;
  outline: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.editor-contents .carousel-block .slick-dots .slick-active button {
  background: #ef8b8b;
}

.editor-contents .carousel-block-heading {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #8c8e72;
  color: #8c8e72;
  font-size: 2.0rem;
}

.editor-contents .carousel-block-heading::after {
  content: none;
}

.editor-contents .carousel-block-heading + p {
  margin-top: 5px;
}

.editor-contents .supervisor-block-items {
  margin: 30px 0;
  border: 1px solid #dfdfdf;
}

.editor-contents .supervisor-block-items.slick-slider {
  margin-bottom: 65px;
}

.editor-contents .supervisor-block-item {
  display: block;
  padding: 14px 20px 20px;
  overflow: hidden;
}

.editor-contents .supervisor-block-item-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

.editor-contents .supervisor-block-item-content {
  margin-top: 20px;
}

.editor-contents .supervisor-block-item-col:nth-child(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.editor-contents .supervisor-block-item-image {
  width: 120px;
  height: 120px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.editor-contents .supervisor-block-item-image.-portrait > img,
.editor-contents .supervisor-block-item-image.-landscape > img {
  position: relative;
}

.editor-contents .supervisor-block-item-image.-portrait > img {
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.editor-contents .supervisor-block-item-image.-landscape > img {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.editor-contents .supervisor-block-item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}

.editor-contents .supervisor-block-item-name.-lg {
  display: none;
}

.editor-contents .supervisor-block-item-name-ja {
  letter-spacing: .3em;
  font-size: 1.9rem;
}

.editor-contents .supervisor-block-item-name-en {
  margin-top: 8px;
  letter-spacing: .2em;
  font-size: 1.2rem;
  color: #ef8b8b;
}

.editor-contents .supervisor-block-item-profile {
  margin-top: 12px;
  letter-spacing: .1em;
  font-size: 1.2rem;
}

.editor-contents .supervisor-block-item-profile-title {
  position: relative;
  margin-bottom: 5px;
}

.editor-contents .supervisor-block-item-profile-title::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ef8b8b;
}

.editor-contents .supervisor-block-item-profile-title > span {
  position: relative;
  padding-right: 5px;
  letter-spacing: .3em;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ef8b8b;
}

.editor-contents .supervisor-block-arrow {
  top: calc(100% + 20px);
  width: 8px;
  height: 16px;
  border-radius: 0;
  background: transparent;
  -webkit-transform: none;
          transform: none;
}

.editor-contents .supervisor-block-arrow.-prev {
  right: 38px;
}

.editor-contents .supervisor-block-arrow.-prev::before {
  background-image: url(../images/common/icon_arrow-left_02_pink.svg);
}

.editor-contents .supervisor-block-arrow.-next {
  right: 0;
}

.editor-contents .supervisor-block-arrow.-next::before {
  background-image: url(../images/common/icon_arrow-right_02_pink.svg);
}

.editor-contents .column-block {
  margin-top: 50px;
  text-align: center;
}

.editor-contents .column-block > * + * {
  margin-top: 20px;
}

.editor-contents .p-table {
  position: relative;
  margin-top: 30px;
  overflow-x: auto;
}

.editor-contents .p-table img {
  max-width: 100%;
}

.editor-contents .p-table-content {
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.editor-contents .p-table-content.-column7 {
  width: calc(168px + 64px * 6);
}

.editor-contents .p-table-content.-column8 {
  width: calc(168px + 64px * 7);
}

.editor-contents .p-table-content.-column9 {
  width: calc(168px + 64px * 8);
}

.editor-contents .p-table-content.-column10 {
  width: calc(168px + 64px * 9);
}

.editor-contents .p-table-content.-column11 {
  width: calc(168px + 64px * 10);
}

.editor-contents .p-table-content.-column12 {
  width: calc(168px + 64px * 11);
}

.editor-contents .p-table-content caption {
  display: none;
}

.editor-contents .p-table-content th,
.editor-contents .p-table-content td {
  border: 1px solid #dfdfdf;
  border-left-width: 0;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
}

.editor-contents .p-table-content th:first-child,
.editor-contents .p-table-content td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 30.4%;
  border-left: none;
  border-right: none;
}

@-moz-document url-prefix() {
  .editor-contents .p-table-content th:first-child,
  .editor-contents .p-table-content td:first-child {
    background-clip: padding-box;
  }
}

.editor-contents .p-table-content th:first-child::before, .editor-contents .p-table-content th:first-child::after,
.editor-contents .p-table-content td:first-child::before,
.editor-contents .p-table-content td:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}

.editor-contents .p-table-content th:first-child::before,
.editor-contents .p-table-content td:first-child::before {
  left: 0;
}

.editor-contents .p-table-content th:first-child::after,
.editor-contents .p-table-content td:first-child::after {
  right: -1px;
}

.editor-contents .p-table-content th:not(:first-child),
.editor-contents .p-table-content td:not(:first-child) {
  width: 11.6%;
}

.editor-contents .p-table-content th:nth-child(2),
.editor-contents .p-table-content td:nth-child(2) {
  border-left: none;
}

.editor-contents .p-table-content th:last-child,
.editor-contents .p-table-content td:last-child {
  border-right: 1px solid #dfdfdf;
}

.editor-contents .p-table-content th {
  padding: 5px 0;
}

.editor-contents .p-table-content td {
  padding: 13px 0;
  background-color: #fff;
}

.editor-contents .p-table-content td:not(:first-child):not(:last-child) {
  font-size: 0;
}

.editor-contents .p-table-content td:not(:first-child):not(:last-child) p {
  font-size: 13px;
}

.editor-contents .p-table-content.-hilight-1 tbody tr:nth-child(1) td {
  background-color: #fdffe6;
}

.editor-contents .p-table-content.-hilight-2 tbody tr:nth-child(2) td {
  background-color: #fdffe6;
}

.editor-contents .p-table-content.-hilight-3 tbody tr:nth-child(3) td {
  background-color: #fdffe6;
}

.editor-contents .p-table-content.-hilight-4 tbody tr:nth-child(4) td {
  background-color: #fdffe6;
}

.editor-contents .p-table-content.-hilight-5 tbody tr:nth-child(5) td {
  background-color: #fdffe6;
}

.editor-contents .p-table-content thead th {
  border-top: none;
}

.editor-contents .p-table-content tbody tr:last-child td {
  border-bottom: none;
}

.editor-contents .p-table-content thead th {
  background-color: #ef8b8b;
  color: #fff;
}

.editor-contents .p-table-banner > a {
  display: inline-block;
  border-bottom: none;
  margin: 0 15px 8px;
  padding-bottom: 0;
}

.editor-contents .p-table-banner > a[target="_blank"] {
  margin-right: 15px;
}

.editor-contents .p-table-banner > a[target="_blank"]::after {
  content: none;
}

.editor-contents .p-table-banner > a > img {
  width: 100%;
}

.editor-contents .p-table-percent {
  margin-top: 5px;
}

.editor-contents .p-table-detail > a {
  display: inline-block;
  width: 48px;
  height: 52px;
  padding: 10px 0 0;
  background: #2f91bf;
  border-bottom: none;
  color: #fff;
}

.editor-contents .p-table-detail > a[target="_blank"] {
  margin-right: 0;
}

.editor-contents .p-table-detail > a[target="_blank"]::after {
  bottom: 6px;
  left: 50%;
  margin: 0 0 0 .15em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#ez-toc-container {
  margin-top: 35px;
  padding: 16px 10px 20px;
  border: 1px solid #ef8b8b;
}

#ez-toc-container .ez-toc-title-container {
  position: relative;
  margin-bottom: -3px;
  padding-bottom: 13px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: center;
}

#ez-toc-container .ez-toc-title-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #ef8b8b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#ez-toc-container .ez-toc-list {
  list-style: none;
  margin-top: 0;
}

#ez-toc-container .ez-toc-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  counter-increment: toc;
}

#ez-toc-container .ez-toc-list li::before {
  content: counter(toc, decimal-leading-zero) ".";
  position: absolute;
  top: 4px;
  left: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: #ef8b8b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

#ez-toc-container .ez-toc-list a {
  display: inline-block;
  padding: 0;
  color: #333;
  border-bottom: none;
}

#yesno_wrap {
  margin-top: 40px;
}

#yesno_wrap #question_wrap {
  margin-bottom: 0;
}

#yesno_wrap .yesno_q {
  margin-bottom: 0;
  padding: 20px 15px;
  border: 1px solid #ef8b8b;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.5rem;
}

#yesno_wrap .yesno_q dt {
  margin-bottom: 15px !important;
  padding: 0;
  line-height: 1.6;
}

#yesno_wrap .yesno_q dt span {
  display: inline-block;
  padding: 0 0 3px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  background: none;
  color: #ef8b8b;
  border-bottom: 2px solid #ef8b8b;
  border-radius: 0;
}

#yesno_wrap .yesno_q dd {
  padding: 0 !important;
  line-height: 1.6;
}

#yesno_wrap .yesno_q dd img {
  display: block;
  margin-top: 20px;
}

#yesno_wrap #choices {
  margin: 0 !important;
  padding: 5px 0 0;
}

#yesno_wrap #choices li {
  margin-top: 10px;
  padding-left: 0;
  line-height: 1.6;
}

#yesno_wrap #choices li::before {
  content: none;
}

#yesno_wrap #choices li button {
  height: 36px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #ef8b8b;
  border-radius: 18px;
  outline: 0;
  font-size: 1.4rem;
}

#yesno_wrap #choices li:nth-child(1) button {
  background: #ef8b8b;
  color: #fff;
}

#yesno_wrap #choices li:nth-child(2) button {
  background: #fff;
  color: #ef8b8b;
}

#yesno_wrap #choices li:nth-child(3) button {
  border-color: #f7f4e9;
  background: #f7f4e9;
  color: #776857;
}

.global-header-logo {
  font-size: 0;
}

.global-header-logo a {
  display: inline-block;
  width: 100%;
}

.global-header-logo img {
  max-width: 100%;
}

.global-header-nav, .global-header-search, .global-header-favorite {
  display: none;
}

.global-mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding: 12px 10px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: .25s linear;
  transition: .25s linear;
}

.global-mainHeader.is-scaleDown, .global-mainHeader.is-scaleDownFixed {
  height: 54px;
  padding: 12px 10px 5px;
}

.global-mainHeader.is-scaleDown .global-header-logo, .global-mainHeader.is-scaleDownFixed .global-header-logo {
  padding-top: 0;
}

.global-mainHeader.is-scaleDown .global-header-logo span, .global-mainHeader.is-scaleDownFixed .global-header-logo span {
  opacity: 0;
  visibility: hidden;
}

.global-mainHeader.is-scaleDown .global-header-logo a, .global-mainHeader.is-scaleDownFixed .global-header-logo a {
  width: 117px;
}

.global-mainHeader.is-scaleDown .global-nav-trigger, .global-mainHeader.is-scaleDownFixed .global-nav-trigger {
  top: 0;
}

.global-mainHeader .global-header-logo {
  position: relative;
  margin-top: 3px;
  padding-top: 18px;
  -webkit-transition: .25s linear;
  transition: .25s linear;
}

.global-mainHeader .global-header-logo span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.0rem;
  letter-spacing: .275em;
  line-height: 1;
  font-weight: 400;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: .25s linear;
  transition: .25s linear;
}

.global-mainHeader .global-header-logo a {
  width: 144px;
  margin-left: 1px;
  -webkit-transition: .25s linear;
  transition: .25s linear;
}

.global-subHeader {
  display: none;
}

.global-nav-trigger {
  position: absolute;
  top: 12px;
  right: 0;
  width: 53px;
  height: 53px;
  font-size: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  outline: none;
}

.global-nav-trigger span:nth-child(-n+3) {
  position: absolute;
  left: 12px;
  width: 30px;
  height: 3px;
  background: #ef8b8b;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.global-nav-trigger span:nth-child(1) {
  top: 8px;
}

.global-nav-trigger span:nth-child(2) {
  top: 18px;
}

.global-nav-trigger span:nth-child(3) {
  top: 28px;
}

.global-nav-trigger-label {
  position: absolute;
  left: 12px;
  bottom: 4px;
  color: #ef8b8b;
  font-size: 1.0rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: .175em;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.global-nav-trigger.is-open {
  background: #ef8b8b;
}

.global-nav-trigger.is-open span:nth-child(1) {
  background: #fff;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.global-nav-trigger.is-open span:nth-child(2) {
  opacity: 0;
}

.global-nav-trigger.is-open span:nth-child(3) {
  background: #fff;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.global-nav-trigger.is-open .global-nav-trigger-label {
  left: 11px;
  color: #fff;
}

.global-nav-small {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(100% - 80px);
  background: #fff;
  overflow-y: scroll;
}

.global-nav-small-inner {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}

.global-nav-small.is-open .global-nav-small-inner {
  -webkit-overflow-scrolling: touch;
}

.global-nav-small.is-scaleDown, .global-nav-small.is-scaleDownFixed {
  top: 54px;
  height: calc(100% - 54px);
}

.global-nav-small-search {
  position: relative;
  padding: 10px 140px 17px 15px;
}

.global-nav-small-search-field {
  width: 100%;
  padding: 0 0 4px 24px;
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
  letter-spacing: .1em;
  outline: none;
}

.global-nav-small-search-field::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.global-nav-small-search-field::-moz-placeholder {
  color: #cdcdcd;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.global-nav-small-search-field:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.global-nav-small-search-button {
  position: absolute;
  top: 18px;
  left: 15px;
  width: 15px;
  height: 15px;
  font-size: 0;
}

.global-nav-small-search-button::before {
  content: '\f002';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.global-nav-small-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 110px;
}

.global-nav-small-favorite-button {
  display: block;
  position: relative;
  padding: 6px 5px 5px 33px;
  background: #ef8b8b;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.global-nav-small-favorite-button::before {
  content: '\f004';
  position: absolute;
  top: calc(50% + 1px);
  left: 14px;
  font-size: 1.3rem;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global-nav-small-heading {
  padding: 3px 15px;
  background: #f9f6ed;
  color: #776857;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.global-nav-small-items {
  list-style: none;
}

.global-nav-small-items > li {
  position: relative;
}

.global-nav-small-items > li:not(:first-child) {
  border-top: 1px solid #f0f0f0;
}

.global-nav-small-items > li > a {
  display: block;
  padding: 14px 15px;
  color: #333;
}

.global-nav-small-items > li a[target="_blank"] span {
  position: relative;
  padding-right: 22px;
}

.global-nav-small-items > li a[target="_blank"] span::after {
  content: '\f35d';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.global-nav-small-child {
  display: none;
}

.global-nav-small-child-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.global-nav-small-child-trigger::before, .global-nav-small-child-trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #ef8b8b;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.global-nav-small-child-trigger::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.global-nav-small-child-trigger.is-open::after {
  opacity: 0;
}

.global-nav-small-child-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #ef8b8b;
  list-style: none;
}

.global-nav-small-child-items li {
  width: 50%;
  border-bottom: 1px solid #f6bcbc;
}

.global-nav-small-child-items li:nth-child(odd) {
  border-right: 1px solid #f6bcbc;
}

.global-nav-small-child-items li:nth-child(odd):last-child, .global-nav-small-child-items li:nth-child(odd):nth-last-child(2), .global-nav-small-child-items li:nth-child(even):last-child {
  border-bottom: none;
}

.global-nav-small-child-items a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.2rem;
}

.global-nav-large {
  display: none;
}

.global-footer {
  background: #333;
  color: #fff;
}

.global-footer-inner {
  padding: 30px 15px 10px;
}

.global-footer-logo {
  width: 161px;
  margin: 0 auto;
}

.global-footer-logo a {
  display: block;
}

.global-footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 28px;
  line-height: 1;
}

.global-footer-sns-label {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px 0 0;
  font-size: 1.6rem;
}

.global-footer-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 135px;
  margin-left: 20px;
  list-style: none;
}

.global-footer-sns-item {
  width: 32px;
}

.global-footer-sns-item:nth-child(2) {
  width: 52px;
}

.global-footer-sns-item-image.-png {
  display: none;
}

.global-footer-nav-list {
  list-style: none;
}

.global-footer-nav-item {
  border-top: 1px solid #222222;
}

.global-footer-nav-item a {
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.global-footer-nav-item span {
  position: relative;
}

.global-footer-nav-item a[target="_blank"] span {
  position: relative;
  padding-right: 22px;
}

.global-footer-nav-item a[target="_blank"] span::after {
  content: '\f35d';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.copyright {
  display: block;
  padding: 10px;
  background: #222222;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  line-height: 1;
  text-align: center;
}

.p-side-section {
  padding: 30px 15px 40px;
  background: #fff;
}

.p-side-section + .p-side-section {
  border-top: 20px solid #f9f6ed;
}

.p-side-section-inner {
  max-width: 600px;
  margin: 0 auto;
}

.p-side-section-heading {
  position: relative;
  margin-bottom: 20px;
  padding: 6px 20px;
  color: #8c8e72;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1;
  text-align: center;
}

.p-side-section-heading::before, .p-side-section-heading::after {
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border: 1px solid;
}

.p-side-section-heading::before {
  left: 0;
  border-right: none;
}

.p-side-section-heading::after {
  right: 0;
  border-left: none;
}

.p-side-section-heading.-ranking {
  padding: 6px 15px;
  letter-spacing: .175em;
}

.p-side-section-subHeading {
  margin: 0 -15px 20px;
  padding: 8px 10px;
  background: #ef8b8b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.p-side-section-more {
  margin-top: 30px;
  text-align: center;
}

.p-side-ad {
  padding: 30px 15px 0;
  background: #fff;
  border-top: 20px solid #f9f6ed;
  text-align: center;
}

.p-side-ad-item {
  margin-top: 20px;
}

.p-side-featureItems {
  list-style: none;
}

.p-side-featureItem {
  margin-top: 10px;
}

.p-side-featureItem a {
  display: block;
}

.p-side-featureItem img {
  width: 100%;
}

.p-side-rankingItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  background: #fff;
  counter-increment: side-ranking;
}

.p-side-rankingItem::before {
  content: counter(side-ranking, decimal-leading-zero);
  position: absolute;
  right: 0;
  bottom: 3px;
  color: rgba(140, 142, 114, 0.15);
  font-family: "Roboto", sans-serif;
  font-size: 6.0rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}

.p-side-rankingItem-image {
  position: relative;
  width: 125px;
}

.p-side-rankingItem-image a {
  display: block;
}

.p-side-rankingItem-image img {
  width: 100%;
}

.p-side-rankingItem-label {
  position: absolute;
  right: 7px;
  bottom: 5px;
  z-index: 2;
  display: inline-block;
  min-width: 30px;
  padding: 2px 5px 3px;
  background: #ef8b8b;
  border-radius: 10px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.p-side-rankingItem-label span {
  display: inline-block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.p-side-rankingItem-label.-pr {
  background: #8c8e72;
}

.p-side-rankingItem-text {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 10px 5px 15px;
}

.p-side-rankingItem-title {
  font-size: 1.2rem;
  font-weight: 400;
}

.p-side-rankingItem-title a {
  display: block;
  color: #333;
}

.p-side-rankingItem-category {
  margin-top: 20px;
  font-size: 1.0rem;
  line-height: 1.2;
}

.p-side-rankingItem-category a {
  color: #ef8b8b;
}

.home-topics {
  position: relative;
  margin-bottom: -10px;
}

.home-topics::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48vw;
  height: 60%;
  background: #f7f4e9;
}

.home-topics-header {
  position: relative;
  pointer-events: none;
}

.home-topics-heading {
  position: absolute;
  top: 0;
  left: 0;
  color: #776857;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .25em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 19px 27px;
          transform-origin: 19px 27px;
}

.home-topics-heading::before, .home-topics-heading::after {
  content: '';
  position: absolute;
  top: calc(50% + 2px);
  left: calc(100% + 8px);
  width: 82px;
  height: 1px;
}

.home-topics-heading::before {
  width: 82px;
  background: #d8cfb6;
}

.home-topics-heading::after {
  background: #776857;
  -webkit-animation: topics-line 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite both;
          animation: topics-line 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite both;
}

.home-topicsItems {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.home-topicsItems.slick-initialized {
  opacity: 1;
}

.home-topicsItems-arrow {
  position: absolute;
  z-index: 4;
  top: calc(50% - 60px);
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-topicsItems-arrow .slick-prev {
  left: 55px;
}

.home-topicsItems-arrow .slick-next {
  right: 5px;
}

.home-topicsItems-dots {
  position: relative;
  z-index: 2;
}

.home-topicsItems-dots-inner {
  padding: 0 20px;
  text-align: right;
}

.home-topicsItems-dots ul {
  font-size: 0;
  list-style: none;
}

.home-topicsItems-dots li {
  display: inline-block;
  margin-left: 6px;
  line-height: 1;
  vertical-align: bottom;
}

.home-topicsItems-dots li.slick-active button {
  color: #ef8b8b;
}

.home-topicsItems-dots button {
  display: inline-block;
  padding: 5px;
  color: #cdcdcd;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  vertical-align: bottom;
  outline: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-topicsItems-dots button span {
  margin-right: 2px;
}

.home-topicsItem-image {
  margin-left: 50px;
}

.home-topicsItem-image a {
  display: block;
}

.home-topicsItem-image img {
  width: 100%;
}

.home-topicsItem-detail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  height: 120px;
  margin: -15px 15px 0;
  padding: 25px 15px 20px;
  background: #fff;
}

.home-topicsItem-category {
  position: absolute;
  top: -13px;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.home-topicsItem-category li {
  font-size: 1.2rem;
  line-height: 1.2;
}

.home-topicsItem-category li:nth-child(1) a {
  background: #ef8b8b;
  border: 1px solid #ef8b8b;
  border-right: none;
  color: #fff;
}

.home-topicsItem-category li:nth-child(2) a {
  background: #fff;
  border: 1px solid #ef8b8b;
  color: #ef8b8b;
}

.home-topicsItem-category a {
  display: inline-block;
  padding: 5px 3px;
  text-align: center;
}

.home-topicsItem-title {
  font-size: 1.6rem;
}

.home-topicsItem-title a {
  display: inline-block;
  color: #333;
}

.home-topicsItem-bg {
  display: none;
}

.home-section {
  position: relative;
  margin-top: 60px;
}

.home-section-inner {
  position: relative;
  z-index: 2;
}

.home-more {
  margin-top: 30px;
  text-align: center;
}

.home-articles .p-articleItem:nth-child(odd):last-child {
  display: none;
}

.home-ranking {
  padding-top: 30px;
}

.home-ranking::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: #8c8e72;
}

.home-featureItems {
  margin-top: 20px;
  list-style: none;
}

.home-featureItem {
  margin-top: 10px;
}

.home-keyword {
  padding: 30px 0;
  background: #f9f6ed;
}

.home-keyword-list-outer {
  margin-top: 20px;
  padding: 10px;
  background: #fff;
}

.home-keyword .p-keyword-list > li:nth-child(n+11) {
  display: none;
}

.home-team .c-heading-primary {
  letter-spacing: .2em;
}

.home-team-carousel {
  display: none;
}

.home-team-carousel.slick-initialized {
  display: block;
}

.home-team-carousel-outer {
  margin: 20px 15px 0;
}

.home-team-carouselItem-image img {
  width: 100%;
}

.home-team-carouselItem-anchor {
  display: block;
}

.home-team-carouselItem-name {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
}

.home-team .slick-arrow {
  top: calc(50% - 15px);
}

.home-team .slick-prev {
  left: -10px;
}

.home-team .slick-next {
  right: -10px;
}

.home-snap {
  padding-top: 30px;
}

.home-snap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: #8c8e72;
}

.home-snap .c-heading-primary {
  letter-spacing: .1em;
}

.home-snap-carousel {
  display: none;
  margin-top: -10px;
}

.home-snap-carousel.slick-initialized {
  display: block;
}

.home-snap-carousel-outer {
  position: relative;
  overflow: hidden;
}

.home-snap .slick-arrow {
  top: calc(50% - 25px);
}

.home-snap .p-snapItem {
  width: 175px;
}

.home-about {
  position: relative;
  margin: 60px 0 -70px;
  padding: 15px;
  background: url(../images/home/bg_about_01_sm.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.home-about::before, .home-about::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-about::before {
  background: rgba(239, 139, 139, 0.2);
}

.home-about::after {
  background: rgba(51, 51, 51, 0.5);
}

.home-about-inner {
  position: relative;
  z-index: 2;
  padding: 25px 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.home-about-heading {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
}

.home-about-heading span {
  font-weight: 700;
  font-style: italic;
}

.home-about-contents {
  max-width: 420px;
  margin: 20px auto -5px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: .3em;
}

.page-articles .p-page-contents {
  margin-top: -35px;
}

.article .l-column-main + .p-asideArticle {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 20px solid #f9f6ed;
}

.article .l-column-wrapper + .p-asideArticle {
  display: none;
}

.article-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
}

.article-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #ef8b8b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.article-header-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.article-header-meta01 {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.article-header-category {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.article-header-category li {
  font-size: 1.2rem;
  line-height: 1.2;
}

.article-header-category li:nth-child(1) a {
  background: #ef8b8b;
  border: 1px solid #ef8b8b;
  border-right: none;
  color: #fff;
}

.article-header-category li:nth-child(2) a {
  border: 1px solid #ef8b8b;
  color: #ef8b8b;
}

.article-header-category a {
  display: inline-block;
  padding: 4px 4px 5px;
  text-align: center;
}

.article-header-date {
  position: absolute;
  right: 0;
  bottom: 1px;
  color: #cdcdcd;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  letter-spacing: .05em;
}

.article-header-meta02 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 8px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.article-header-provider {
  width: 100%;
  margin-bottom: 8px;
  padding: 2px 0 10px;
  border-bottom: 1px solid #dfdfdf;
  color: #cdcdcd;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.2;
}

.article-header-favorite {
  width: 106px;
  padding-right: 6px;
  text-align: right;
}

.article-header-favorite-button {
  position: relative;
  display: inline-block;
  padding: 8px 32px 8px 0;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .1em;
  outline: none;
}

.article-header-favorite-button::after {
  content: '\f004';
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  color: #dfdfdf;
  font-size: 2.4rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.article-header-favorite-button.is-selected::after {
  color: #ef8b8b;
}

.article-header .c-article-share {
  padding: 0 0 0 6px;
  border-left: 1px solid #dfdfdf;
  background: transparent;
  text-align: center;
}

.article-thumbnail {
  margin: 0 15px 30px;
  text-align: center;
}

.article-thumbnail img {
  width: 100%;
}

.article-contents {
  margin: 0 15px 40px;
}

.article-writer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 14px 120px 14px 17px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.article-writer-image {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
}

.article-writer-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article-writer-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1;
}

.article-writer-name span {
  display: block;
  margin-bottom: 6px;
  color: #ef8b8b;
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: .3em;
}

.article-writer-more {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article-writer-more a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px dashed #333;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  letter-spacing: .3em;
}

.page-search .p-page-header-title > span {
  padding: 4px 0 6px .1em;
}

.page-search .p-page-header-title > span span {
  margin-right: .15em;
  font-size: 2.6rem;
  font-style: normal;
  letter-spacing: 0.1em;
}

.search-result-number {
  margin: -10px 0 -15px;
  color: #999;
  font-size: 1.2rem;
}

.search-result-none {
  margin-top: 65px;
  font-size: 1.6rem;
  text-align: center;
}

.search-back {
  margin-top: 40px;
  text-align: center;
}

.category-header {
  position: relative;
  padding-bottom: 20px;
}

.category-header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f4e9;
}

.category-header-inner {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.category-header-visual {
  position: relative;
  margin: 0 -15px;
}

.category-header-title {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.category-header-title span {
  display: block;
}

.category-header-title .langJa {
  font-size: 2.6rem;
  letter-spacing: .05em;
}

.category-header-title .langEn {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: .2em;
}

.category-header-prologue p {
  margin-top: 15px;
  color: #776857;
}

.category-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px -1px 0;
  list-style: none;
}

.category-header-nav li {
  width: calc(33.33334% - 2px);
  margin: 2px 1px 0;
}

.category-header-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  height: 100%;
  padding: 5px;
  background: #fff;
  color: #776857;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

.category-header-nav .is-current {
  background: #d8c591;
  color: #fff;
}

.p-featureItem-new {
  display: none;
}

.p-featureItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.p-featureItem-image {
  width: 50%;
  border: 1px solid #dfdfdf;
}

.p-featureItem-image img {
  width: 100%;
}

.p-featureItem-text {
  width: 50%;
  padding-left: 15px;
}

.p-featureItem-title {
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.05em;
}

.p-featureItem-excerpt {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
  color: #333;
}

.p-featureItem:nth-child(n + 2) {
  margin-top: 40px;
}

.p-featureItem.-first {
  position: relative;
  display: block;
}

.p-featureItem.-first .p-featureItem-new {
  display: block;
}

.p-featureItem.-first a {
  display: block;
}

.p-featureItem.-first .p-featureItem-text {
  display: block;
  width: auto;
  margin-top: 15px;
  padding-left: 0;
}

.p-featureItem.-first .p-featureItem-image {
  width: auto;
}

.p-featureItem.-first .p-featureItem-title {
  font-size: 1.8rem;
}

.p-featureItem.-first .p-featureItem-excerpt {
  display: block;
}

.p-featureItem.-first + .p-featureItem {
  margin-top: 40px;
}

.p-featureItem-new {
  position: absolute;
  top: -16px;
  left: -6px;
  z-index: 2;
  width: 50px;
  pointer-events: none;
}

.p-featureItem-new img {
  width: 100%;
}

.feature-article-header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.feature-article-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #f7f4e9;
}

.feature-article-header-inner {
  position: relative;
  z-index: 2;
}

.feature-article-header-detail {
  padding: 15px;
  background: #fff;
}

.feature-article-header-date {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #cdcdcd;
}

.feature-article-header-title {
  margin-top: 5px;
  font-size: 1.8rem;
}

.feature-article-header-description {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}

.feature-article-header-description p + p {
  margin-top: 15px;
}

.feature-article-inner {
  margin: 0 15px;
}

.feature-article-inner::after {
  content: '';
  position: relative;
  left: 50%;
  display: block;
  width: 100vw;
  height: 20px;
  margin-top: 40px;
  background: #f9f6ed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature-article .c-article-share {
  padding: 0 0 10px 0;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  text-align: right;
}

.feature-article .c-article-share-label {
  font-size: 1.3rem;
}

.feature-article .c-article-share-button {
  width: 32px;
  height: 32px;
}

.feature-article-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px 0;
}

.feature-article-item {
  width: calc(50% - 16px);
  margin: 35px 8px 0;
}

.feature-article-item a {
  color: #333;
}

.feature-article-item a .feature-article-item-image {
  position: relative;
}

.feature-article-item a .feature-article-item-image div {
  overflow: hidden;
}

.feature-article-item a .feature-article-item-image img {
  width: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.feature-article-item-date {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 2;
  display: inline-block;
  padding: 4px 5px;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  pointer-events: none;
}

.feature-article-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.feature-article-item-title {
  font-size: 1.4rem;
}

.feature-article-item-description {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
  font-size: 1.0rem;
}

.feature-article-recommend {
  position: relative;
  padding: 10px 15px 15px;
  margin-top: 40px;
  border: 3px solid #8c8e72;
}

.feature-article-recommend::after {
  content: '';
  border: solid 1px #8c8e72;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.feature-article-recommend-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.6rem;
  color: #ef8b8b;
  text-align: center;
}

.feature-article-recommend-items {
  margin-top: 15px;
}

.feature-article-recommend-item {
  position: relative;
  margin-top: 10px;
  z-index: 2;
}

.feature-article-recommend-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-article-recommend-item a .feature-article-recommend-item-image {
  width: 150px;
  overflow: hidden;
}

.feature-article-recommend-item a .feature-article-recommend-item-image img {
  -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.feature-article-recommend-item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #333;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.page-snap .p-page-header-title {
  letter-spacing: .1em;
}

.snap-article-header {
  margin-bottom: 30px;
}

.snap-article-header-image {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 90%;
  background-size: cover;
}

.snap-article-header-image img {
  display: none;
}

.snap-article-header-detail {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}

.snap-article-header-detail-bg {
  display: none;
}

.snap-article-header-detail-inner {
  padding: 37px 15px 15px;
  background: rgba(140, 142, 114, 0.85);
  text-align: center;
}

.snap-article-header-detail-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.snap-article-header-detail-contents {
  position: relative;
  z-index: 4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1;
}

.snap-article-header-number {
  font-family: "Roboto", sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  font-style: italic;
}

.snap-article-header-title {
  margin-left: 15px;
  padding-left: 20px;
  border-left: 3px solid #fff;
  text-align: left;
}

.snap-article-header-title .langJa {
  display: block;
  font-size: 2rem;
}

.snap-article-header-title .langJa span {
  font-size: 1.5rem;
}

.snap-article-header-title .langEn {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  font-weight: 300;
}

.snap-article-header-label {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: .1em;
  color: rgba(255, 255, 255, 0.25);
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  letter-spacing: .185em;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}

.snap-article-header-label span {
  font-weight: 700;
  font-style: italic;
}

.snap-article-header .c-article-share {
  position: relative;
  z-index: 4;
  margin-top: 20px;
  background: #fff;
}

.snap-article-contents {
  margin: 40px 15px 40px;
}

.snap-article-info {
  margin: 0 15px;
}

.snap-article-info-heading {
  padding: 5px 5px 6px;
  border-top: 3px solid #ef8b8b;
  border-bottom: 1px solid #ef8b8b;
  color: #ef8b8b;
  font-size: 1.6rem;
  text-align: center;
}

.snap-article-info-name {
  margin-top: 15px;
  font-size: 1.7rem;
  font-weight: 700;
}

.snap-article-info-name span {
  font-size: 1.2rem;
}

.snap-article-info-meta {
  margin-top: 3px;
  font-size: 1.2rem;
}

.snap-article-info-description {
  margin-top: 15px;
  padding: 12px 15px 15px;
  background: #f0f0f0;
}

.snap-article-info-description p {
  font-size: 1.0rem;
  line-height: 1.8;
}

.snap-article-info-description p:not(:first-child) {
  margin-top: 5px;
}

.page-keywordChild .p-page-header-title > span {
  padding: 4px 0 6px .1em;
}

.page-keywordChild .p-page-header-title > span span {
  margin-right: .12em;
  font-size: 2.6rem;
  font-style: normal;
}

.keyword-result-number {
  margin: -10px 0 -15px;
  color: #999;
  font-size: 1.2rem;
}

.p-writers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -30px -10px 50px;
}

.p-writer {
  width: calc(50% - 20px);
  margin: 30px 10px 0;
  text-align: center;
}

.p-writer-anchor {
  display: block;
}

.p-writer-image {
  position: relative;
  max-width: 150px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}

.p-writer-image-inner {
  width: 100%;
  padding-top: 100%;
}

.p-writer-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  height: calc(100% + 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-writer-meta {
  margin: 15px 0 5px;
  color: #ef8b8b;
  font-size: 1.0rem;
  line-height: 1.5;
}

.p-writer-title {
  font-size: 1.6rem;
  font-weight: 400;
}

.writer-article-header {
  position: relative;
  padding-bottom: 30px;
}

.writer-article-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #f7f4e9;
}

.writer-article-header-inner {
  background: #fff;
}

.writer-article-header-image img {
  width: 100%;
}

.writer-article-header-detail {
  padding: 15px;
  border-top: 4px solid #ef8b8b;
}

.writer-article-header-meta {
  color: #ef8b8b;
  font-size: 1.2rem;
  line-height: 1.2;
}

.writer-article-header-title {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}

.writer-article-header-sns {
  margin-top: 7px;
  list-style: none;
}

.writer-article-header-sns li {
  display: inline-block;
  color: #dfdfdf;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.writer-article-header-sns li + li {
  margin-left: 10px;
}

.writer-article-header-sns a {
  display: inline-block;
  border-bottom: 1px dashed #2f91bf;
}

.writer-article-header-description {
  margin-top: 12px;
  border-top: 1px solid #dfdfdf;
}

.writer-article-header-description p {
  margin-top: 7px;
  font-size: 1.2rem;
}

.about-header {
  padding-bottom: 0;
}

.about-header-inner {
  position: relative;
}

.about-header-inner::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -66%;
  width: 60%;
  height: 66%;
  background: #f7f4e9;
}

.about-header-image {
  position: relative;
  margin: 20px 0 21.3%;
  z-index: 2;
}

.about-header-image-sm {
  width: 100%;
}

.about-header-image-lg {
  display: none;
}

.about-header-text {
  position: absolute;
  left: 3.733%;
  bottom: -26.667%;
  width: 70%;
  z-index: 2;
}

.about-content-title {
  margin-bottom: 25px;
  font-size: 2.0rem;
  color: #776857;
}

.about-content p {
  font-size: 1.6rem;
  text-indent: 1em;
  line-height: 1.75;
}

.about-content p:not(:first-of-type) {
  margin-top: 35px;
}

.about-message {
  margin-top: 90px;
}

.about-message .c-heading-primary {
  line-height: 1.25;
}

.about-message-items {
  margin-top: 26px;
}

.about-message-item:not(:first-child) {
  margin-top: 55px;
}

.about-message-item-image img {
  width: 100%;
}

.about-message-item-text {
  margin-top: 15px;
}

.about-message-item-name {
  font-size: 1.9rem;
  font-weight: 400;
}

.about-message-item-name span {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.2rem;
  color: #ef8b8b;
}

.about-message-item-content {
  margin-top: 15px;
}

.about-message-item-content h3 {
  position: relative;
  font-size: 1.6rem;
  color: #8c8e72;
  line-height: 1;
  letter-spacing: 0.3em;
}

.about-message-item-content h3 span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background: #fff;
  z-index: 2;
}

.about-message-item-content h3::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background: #8c8e72;
}

.about-message-item-content p {
  margin-top: 14px;
  font-size: 1.2rem;
}

.archive-search {
  padding: 15px;
  background: #f0f0f0;
}

.archive-search-form {
  font-family: "Roboto", sans-serif;
}

.archive-search-year, .archive-search-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.archive-search-year .current, .archive-search-category .current {
  display: block;
  padding-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.archive-search-year p, .archive-search-category p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  font-size: 1.4rem;
}

.archive-search-category {
  margin-top: 10px;
}

.archive-search-select {
  float: none;
  width: 65%;
  padding: 8px 25px 8px 10px;
  height: auto;
  line-height: 1;
  border: none;
  font-size: 1.4rem;
}

.archive-search-select::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  background: #ef8b8b;
  border-radius: 0 5px 5px 0;
}

.archive-search-select.open::after {
  top: 40%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.archive-search-select::after {
  border: none;
  width: 10px;
  height: 5px;
  right: 8px;
  top: 50%;
  margin-top: 0;
  background: url(../images/common/icon_arrow-down_02_white.svg) 0 0 no-repeat;
  background-size: 10px 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.archive-search-select-button {
  width: 100%;
  height: 30px;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.archive-search-select-button-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #ef8b8b inset;
          box-shadow: 0 0 0 1px #ef8b8b inset;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.archive-search-select-button-body::after {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  width: 103%;
  height: 103%;
  background: #ef8b8b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.archive-search-select-button-inner {
  position: relative;
  z-index: 3;
}

.archive-search-select .list {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.archive-search-select .list .option {
  white-space: normal;
  margin: 2px;
  padding: 0 10px;
  line-height: 30px;
  min-height: 30px;
}

.archive-search-select .list .option.selected {
  background: #ef8b8b;
  font-weight: 400;
  color: #fff;
}

.rules-prologue {
  letter-spacing: 0.01em;
}

.rules-items {
  margin-top: 40px;
}

.rules-item {
  margin-top: 20px;
}

.rules-item-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.rules-item-subtitle {
  margin-top: 15px;
}

.rules-item dd {
  margin-top: 10px;
  line-height: 2;
  letter-spacing: 0.01em;
}

.rules-item dd p {
  font-size: 1.4rem;
}

.rules-item dd dt {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

.rules-item dd dd {
  margin-top: 0;
}

.rules-item dd dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  list-style: none;
}

.rules-item dd > ol,
.rules-item dd > ul {
  font-size: 1.3rem;
}

.rules-item dd > ol {
  padding-left: 1.2em;
}

.rules-item dd > ul {
  list-style: none;
}

.rules-item dd > ul > li {
  margin-left: 1em;
  text-indent: -1em;
}

.rules-item dd > ul > li::before {
  content: '・';
}

.rules-item dd > ul > li a {
  word-break: break-all;
}

.rules-item-link {
  margin-top: 5px;
}

.rules-item-link + p {
  margin-top: 5px;
}

.rules-item-link a {
  padding-bottom: 2px;
  border-bottom: 1px dashed currentColor;
  word-break: break-all;
}

.rules-item-link a[target="_blank"] {
  margin-right: 28px;
}

.rules-item-link a[target="_blank"]::after {
  position: absolute;
  display: inline-block;
  content: '\f35d';
  margin: 2px 0 0 8px;
  color: currentColor;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.contact-prologue {
  padding: 15px;
  background: #f0f0f0;
}

.contact-prologue a {
  padding-bottom: 2px;
  border-bottom: 1px dashed currentColor;
  word-break: break-all;
}

.contact-prologue a[target="_blank"] {
  margin-right: 28px;
}

.contact-prologue a[target="_blank"]::after {
  position: absolute;
  display: inline-block;
  content: '\f35d';
  margin: 2px 0 0 8px;
  color: currentColor;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.contact-items {
  margin-top: 35px;
}

.contact-item {
  margin-top: 40px;
}

.contact-item-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.8rem;
  color: #ef8b8b;
}

.contact-item-text {
  margin-top: 10px;
}

.contact-item-form {
  position: relative;
  margin-top: 15px;
}

.contact-item-form a {
  display: block;
  padding: 7px 28px 7px 11px;
  border: 1px solid currentColor;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.contact-item-form a[target="_blank"]::after {
  position: absolute;
  content: '\f35d';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8px;
  color: currentColor;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.contact-item-mail {
  margin-top: 18px;
}

.contact-item-mail a {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding-bottom: 3px;
  border-bottom: 1px dashed currentColor;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.contact-item-mail a img {
  height: 23px;
}

.contact-item-mail a::before {
  position: absolute;
  content: '\f0e0';
  top: calc(50% - 1px);
  left: -25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-myPage .p-page-header-title {
  letter-spacing: .3em;
  font-weight: 700;
}

.myPage-prologue {
  margin-top: -10px;
}

.myPage-save-number {
  margin: 20px 0 -15px;
  color: #999;
  font-size: 1.2rem;
}

.error-contents {
  padding-top: 50px;
  text-align: center;
}

.error-heading {
  margin: 0 0 40px .3em;
  color: #8c8e72;
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .3em;
}

.error-heading span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: .3em;
}

.error-subHeading {
  margin-top: 35px;
  color: #ef8b8b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.error-description {
  margin: 20px 20px 40px;
}

.sitemap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}

.sitemap-item:not(:first-child) {
  padding-top: 16px;
}

.sitemap-item-title {
  width: 50%;
  font-weight: 700;
}

.sitemap-item-title a {
  border-bottom: 1px dashed transparent;
  color: #333;
}

.sitemap-item-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sitemap-item-list ul li {
  list-style: none;
}

.sitemap-item-list ul li:not(:first-child) {
  margin-top: 5px;
}

.sitemap-item-list ul li a {
  display: inline-block;
  padding: 2px 0;
  border-bottom: 1px dashed transparent;
  word-break: break-all;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

.sitemap-item-list ul li a[target="_blank"] {
  position: relative;
  margin-right: 28px;
}

.sitemap-item-list ul li a[target="_blank"]::after {
  position: absolute;
  display: inline-block;
  content: '\f35d';
  margin: 1px 0 0 8px;
  color: currentColor;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

_:-ms-fullscreen .c-article-share-button.-twitter, :root .c-article-share-button.-twitter {
  background-image: url(../images/common/icon_x_share.svg);
}

_:-ms-fullscreen .c-article-share-button.-facebook, :root .c-article-share-button.-facebook {
  background-image: url(../images/common/icon_share-facebook_01.png);
}

_:-ms-fullscreen .c-article-share-button.-line, :root .c-article-share-button.-line {
  background-image: url(../images/common/icon_share-line_01.png);
}

_:-ms-fullscreen .global-footer-sns-item-image.-svg, :root .global-footer-sns-item-image.-svg {
  display: none;
}

_:-ms-fullscreen .global-footer-sns-item-image.-png, :root .global-footer-sns-item-image.-png {
  display: block;
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .c-article-share-button.-twitter {
    background-image: url(../images/common/icon_x_share.svg);
  }
  .c-article-share-button.-facebook {
    background-image: url(../images/common/icon_share-facebook_01.png);
  }
  .c-article-share-button.-line {
    background-image: url(../images/common/icon_share-line_01.png);
  }
  .global-footer-sns-item-image.-svg {
    display: none;
  }
  .global-footer-sns-item-image.-png {
    display: block;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .c-article-share-button.-twitter {
    background-image: url(../images/common/icon_x_share.svg);
  }
  .c-article-share-button.-facebook {
    background-image: url(../images/common/icon_share-facebook_01.png);
  }
  .c-article-share-button.-line {
    background-image: url(../images/common/icon_share-line_01.png);
  }
  .global-footer-sns-item-image.-svg {
    display: none;
  }
  .global-footer-sns-item-image.-png {
    display: block;
  }
}
@media screen and (min-width: 375px), print {
  .p-page-header.-pageSnap .p-page-header-title {
    letter-spacing: .2em;
  }
  .p-articleItem-category {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p-asideItem-category {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p-side-section-heading.-ranking {
    padding: 6px 20px;
    letter-spacing: .3em;
  }
  .home-snap .c-heading-primary {
    letter-spacing: .2em;
  }
  .home-about-heading {
    letter-spacing: .3em;
  }
  .article-header-favorite {
    width: 135px;
    padding-right: 15px;
  }
  .article-header-favorite-button {
    padding: 8px 40px 8px 0;
  }
  .article-header .c-article-share {
    padding: 0 18px 0 15px;
  }
  .page-snap .p-page-header-title {
    letter-spacing: .2em;
  }
  .snap-article-header-label {
    letter-spacing: .31em;
  }
}
@media screen and (min-width: 414px), print {
  .article-header-favorite {
    width: auto;
    padding: 0 20px 0 30px;
  }
  .article-header-favorite-button {
    padding: 8px 40px 8px 0;
  }
  .article-header .c-article-share {
    padding: 0 30px 0 20px;
  }
  .snap-article-header-label {
    letter-spacing: .38em;
    margin-left: .2em;
  }
}
@media screen and (min-width: 600px), print {
  .xs-hidden {
    display: inline;
  }
  .sm-hidden {
    display: none;
  }
  .home-featureItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 10px -5px 0;
  }
  .home-featureItem {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .p-writer {
    width: calc(33.33334% - 20px);
  }
}
@media screen and (min-width: 768px), print {
  body {
    padding-top: 106px;
  }
  a:not([class]) img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  a:not([class]):hover img {
    opacity: .6;
  }
  .xs-hidden,
  .sm-hidden {
    display: inline;
  }
  .md-hidden {
    display: none;
  }
  .l-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .js-hiddenItems.p-articleItems > [class*="Item"]:nth-child(3),
  .js-hiddenItems.p-snapItems > [class*="Item"]:nth-child(3) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .js-hiddenItems.p-featureItems > [class*="Item"]:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .js-hiddenItems.p-featureItems > [class*="Item"].-first + .p-featureItem {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .js-hiddenItems.p-featureItems > [class*="Item"].-first + .p-featureItem.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .c-heading-primary {
    margin: 0 20px;
    font-size: 3.6rem;
    text-align: center;
  }
  .c-heading-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #8c8e72;
  }
  .c-heading-primary > span {
    display: inline-block;
    max-width: 1020px;
    min-width: 320px;
    margin: 0 auto;
    padding: 7px 50px 9px calc(50px + .3em);
  }
  .c-heading-primary > span::before, .c-heading-primary > span::after {
    width: 12px;
  }
  .c-heading-primary.-cream::before {
    background: #f9f6ed;
  }
  .c-heading-primary.-brown::before {
    background: #776857;
  }
  .c-heading-primary.-khaki::before {
    background: #8c8e72;
  }
  .c-heading-primary.-white::before {
    background: #fff;
  }
  .c-heading-primary.-small {
    font-size: 2.0rem;
  }
  .c-heading-primary.-small > span {
    min-width: 166px;
    padding: 4px 22px 6px calc(28px + .3em);
  }
  .c-button {
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-button::after {
    right: -10px;
    width: 10px;
  }
  .c-button-body {
    padding: 16px 50px 14px 30px;
    overflow: hidden;
  }
  .c-button-body::after {
    width: 40px;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  }
  .c-button:hover {
    color: #333;
  }
  .c-button:hover .c-button-body::before {
    right: -1px;
    left: auto;
    width: 0;
  }
  .c-button:hover .c-button-body::after {
    background: #333;
  }
  .c-button.-whiteTransparent:hover .c-button-body::before {
    width: 100%;
    left: 0;
    right: auto;
    background: #fff;
  }
  .c-article-share {
    padding: 20px;
  }
  .c-article-share-label {
    font-size: 2.0rem;
  }
  .c-article-share-button {
    width: 40px;
    height: 40px;
    margin-left: 14px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-article-share-button:hover {
    opacity: 0.6;
  }
  .c-article-keyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    padding: 20px;
    letter-spacing: .2em;
  }
  .c-article-keyword-label {
    width: 172px;
    font-size: 2.0rem;
    font-weight: 500;
  }
  .c-article-keyword-label span {
    padding: 5px 15px 7px 20px;
  }
  .c-article-keyword-label span::before, .c-article-keyword-label span::after {
    width: 8px;
  }
  .c-article-keyword-list-outer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 20px;
    padding: 20px;
  }
  .c-article-keyword .p-keyword-list {
    margin: -10px 0 0 -10px;
  }
  .c-article-keyword .p-keyword-list li {
    margin: 10px 0 0 10px;
  }
  .c-article-keyword .p-keyword-list a {
    padding: 10px;
    font-size: 1.4rem;
  }
  .p-page-header {
    margin-bottom: 60px;
    padding: 50px 0;
  }
  .p-page-header.-bgHigh::before {
    height: 250px;
  }
  .p-page-header-title {
    margin: 0 20px;
    font-size: 3.6rem;
    text-align: center;
  }
  .p-page-header-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #776857;
  }
  .p-page-header-title > span {
    display: inline-block;
    min-width: 320px;
    margin: 0 auto;
    padding: 7px 50px 9px calc(50px + .3em);
  }
  .p-page-header-title > span::before, .p-page-header-title > span::after {
    width: 12px;
  }
  .p-page-header-title.-langJa {
    font-size: 3.2rem;
  }
  .p-page-header-title.-langJa > span {
    max-width: 1020px;
    min-width: 340px;
    padding: 9px 50px 11px calc(50px + .1em);
  }
  .p-page-header-title.-cream::before {
    background: #f9f6ed;
  }
  .p-page-header-title.-brown::before {
    background: #776857;
  }
  .p-page-header-title.-khaki::before {
    background: #8c8e72;
  }
  .p-page-header-title.-white::before {
    background: #fff;
  }
  .p-page-header.-pageSnap .p-page-header-title {
    letter-spacing: .3em;
  }
  .p-page-header.-pageKeywordChild .p-page-header-title > span {
    padding: 6px 60px 8px calc(60px + .1em);
  }
  .p-page-header.-pageKeywordChild .p-page-header-title > span span {
    margin-right: .3em;
    font-size: 3.8rem;
  }
  .p-breadcrumbs {
    display: block;
    max-width: 1060px;
    margin: 20px auto 40px;
    padding: 0 20px;
    font-size: 1.2rem;
    letter-spacing: .025em;
    line-height: 1.4;
    word-break: break-all;
  }
  .p-breadcrumbs-list a {
    color: #cdcdcd;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-breadcrumbs-list a:hover {
    color: #ef8b8b;
  }
  .p-breadcrumbs-list > span {
    vertical-align: top;
  }
  .p-breadcrumbs-list > span:last-child {
    font-weight: 700;
  }
  .p-breadcrumbs-list > span:last-child span {
    position: relative;
    top: -1px;
  }
  .p-breadcrumbs-list > span + span::before {
    content: '\f105';
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 11px;
    color: #ef8b8b;
    font-size: 1.8rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    vertical-align: top;
  }
  .p-pagination {
    margin-top: 40px;
  }
  .p-pagination-number {
    padding: 4px 0;
    font-size: 2.0rem;
  }
  .p-pagination-button {
    min-width: 115px;
    padding: 12px 18px 10px;
    border-radius: 22px;
    font-size: 1.8rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-pagination-button::before {
    width: 9px;
    height: 15px;
  }
  .p-pagination-button.-prev::before {
    left: 18px;
  }
  .p-pagination-button.-next::before {
    right: 18px;
  }
  .p-pagination-button:hover {
    background: #e66565;
  }
  .p-articleItems {
    margin: 0 -16px;
  }
  .p-articleItem {
    width: calc(33.33334% - 32px);
    margin: 60px 16px 0;
  }
  .p-articleItem-new {
    top: -24px;
    left: -15px;
    width: 50px;
  }
  .p-articleItem-date {
    top: 84px;
    right: -5px;
    padding: 7px;
    font-size: 1.6rem;
  }
  .p-articleItem-image {
    overflow: hidden;
  }
  .p-articleItem-image a img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-articleItem-image a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-articleItem-image .p-articleItem-label {
    right: 6px;
    bottom: 6px;
  }
  .p-articleItem-contents01 {
    position: relative;
    margin-top: 15px;
  }
  .p-articleItem-category {
    background: #ef8b8b;
  }
  .p-articleItem-category li {
    font-size: 1.2rem;
  }
  .p-articleItem-category li:nth-child(1) a:hover {
    background: #fff;
    color: #ef8b8b;
  }
  .p-articleItem-category li:nth-child(2) a {
    background: #fff;
  }
  .p-articleItem-category li:nth-child(2) a:hover {
    background: #ef8b8b;
    color: #fff;
  }
  .p-articleItem-category a {
    padding: 4px 5px 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-articleItem-title {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .p-articleItem-title a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-articleItem-title a:hover {
    opacity: 0.6;
  }
  .p-articleItem-job {
    font-size: 1.4rem;
  }
  .p-articleItem-job a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-articleItem-job a:hover {
    opacity: 0.6;
  }
  .p-articleItem-contents02 {
    padding-top: 18px;
  }
  .p-articleItem-keyword {
    margin-top: -7px;
  }
  .p-articleItem-keyword li {
    margin-top: 7px;
    font-size: 1.2rem;
  }
  .p-articleItem-keyword a:hover span {
    text-decoration: underline;
  }
  .p-articleItem-meta {
    margin-top: 20px;
    padding: 15px 32px 15px 0;
  }
  .p-articleItem-writer {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-articleItem-writer:hover {
    opacity: 0.6;
  }
  .p-articleItem-writer-name {
    padding-left: 15px;
    font-size: 1.2rem;
  }
  .p-articleItem-favorite {
    width: 24px;
    height: 24px;
  }
  .p-articleItem-favorite::after {
    top: calc(50% - 2px);
    font-size: 2.4rem;
  }
  .p-articleItem-favorite:hover::after {
    color: #ef8b8b;
  }
  .p-asideArticle {
    margin-top: 100px;
    padding-top: 50px;
  }
  .p-asideArticle.-small {
    margin-top: 80px;
    padding-top: 30px;
  }
  .p-asideArticle::before {
    height: 250px;
  }
  .p-asideArticle.-small::before {
    height: 120px;
  }
  .p-asideItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 20px -10px 0;
  }
  .p-asideItems.-ranking .p-asideItem::before {
    bottom: -5px;
  }
  .p-asideItems.-vertical {
    display: block;
    margin-top: 30px;
  }
  .p-asideItem {
    display: block;
    width: calc(33.33334% - 20px);
    margin: 20px 10px 0;
  }
  .p-asideItems.-vertical .p-asideItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .p-asideItem-image {
    width: 100%;
    overflow: hidden;
  }
  .p-asideItems.-vertical .p-asideItem-image {
    width: 170px;
  }
  .p-asideItem-image a img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-asideItem-image a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-asideItem-text {
    padding: 12px 0 5px;
  }
  .p-asideItems.-vertical .p-asideItem-text {
    padding: 16px 8px 17px 20px;
  }
  .p-asideItem-category {
    background: #ef8b8b;
  }
  .p-asideItem-category li {
    min-width: inherit;
  }
  .p-asideItems.-vertical .p-asideItem-category li {
    font-size: 1.2rem;
  }
  .p-asideItem-category li:nth-child(1) a:hover {
    background: #fff;
    color: #ef8b8b;
  }
  .p-asideItem-category li:nth-child(2) a {
    background: #fff;
  }
  .p-asideItem-category li:nth-child(2) a:hover {
    background: #ef8b8b;
    color: #fff;
  }
  .p-asideItem-category a {
    padding: 4px 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-asideItems.-vertical .p-asideItem-category a {
    padding: 4px 18px 5px 16px;
  }
  .p-asideItem-title {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .p-asideItems.-vertical .p-asideItem-title {
    font-size: 1.8rem;
  }
  .p-asideItem-title a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-asideItem-title a:hover {
    opacity: 0.6;
  }
  .p-snapItems {
    margin: -60px -22px 0;
  }
  .p-snapItem {
    width: calc(33.33334% - 44px);
    margin: 60px 22px 0;
  }
  .p-snapItem-anchor:hover .p-snapItem-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-snapItem-anchor:hover .p-snapItem-title,
  .p-snapItem-anchor:hover .p-snapItem-meta {
    opacity: .6;
  }
  .p-snapItem-image {
    overflow: hidden;
  }
  .p-snapItem-image img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-snapItem-title {
    padding: 20px 0 13px;
    font-size: 2.0rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-snapItem-title span {
    font-size: 1.4rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .p-snapItem-title::after {
    width: 50px;
  }
  .p-snapItem-meta {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-keyword-list {
    margin: -20px 0 0 -20px;
  }
  .p-keyword-list li {
    margin: 20px 0 0 20px;
  }
  .p-keyword-list a {
    padding: 10px;
    font-size: 1.8rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-keyword-list a:hover {
    background: #e8ddbf;
  }
  .p-keyword-list span::before {
    margin-right: 5px;
  }
  .p-article-banners {
    margin: 80px 0 0;
  }
  .p-footer-pagetop {
    margin-top: 120px;
  }
  .p-footer-pagetop a {
    height: 60px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-footer-pagetop a:hover {
    opacity: 0.6;
  }
  .p-footer-pagetop a::after {
    width: 40px;
    height: 22px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .slick-arrow::before {
    width: 12px;
    height: 22px;
  }
  .slick-arrow:hover {
    opacity: 0.6;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-prev::before {
    margin-left: -2px;
    background-image: url(../images/common/icon_arrow-left_02_white.svg);
  }
  .slick-next {
    right: 10px;
  }
  .slick-next::before {
    margin-left: 2px;
    background-image: url(../images/common/icon_arrow-right_02_white.svg);
  }
  .editor-contents .alignright {
    margin-left: 20px;
  }
  .editor-contents .alignleft {
    margin-right: 20px;
  }
  .editor-contents img.alignright,
  .editor-contents img.alignleft {
    max-width: none;
    padding-top: 10px;
  }
  .editor-contents {
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .editor-contents a {
    padding-bottom: 4px;
  }
  .editor-contents a:hover {
    border-bottom-color: transparent;
  }
  .editor-contents > p {
    margin-top: 40px;
  }
  .editor-contents h2 {
    margin-top: 58px;
    font-size: 2.4rem;
  }
  .editor-contents h2 + p {
    margin-top: 25px;
  }
  .editor-contents h3 {
    margin-top: 90px;
    font-size: 2.2rem;
  }
  .editor-contents h3 + p {
    margin-top: 20px;
  }
  .editor-contents h4 {
    margin-top: 50px;
    font-size: 1.8rem;
  }
  .editor-contents h4::before {
    top: 16px;
  }
  .editor-contents h4 + p {
    margin-top: 25px;
  }
  .editor-contents ul,
  .editor-contents ol {
    margin-top: 60px;
  }
  .editor-contents ul li + li,
  .editor-contents ol li + li {
    margin-top: 15px;
  }
  .editor-contents ul li::before {
    top: 11px;
  }
  .editor-contents .fz-large {
    font-size: 2.0rem;
  }
  .editor-contents .button {
    margin-top: 40px;
    padding: 17px;
    font-size: 1.8rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .editor-contents .button:hover {
    background: #2f91bf;
    border: 1px solid #2f91bf;
    color: #fff;
  }
  .editor-contents .button.-bd-green:hover {
    background: #59be4a;
    border-color: #59be4a;
    color: #fff;
  }
  .editor-contents .button.-bg-green:hover {
    background: #fff;
    border-color: #59be4a;
    color: #59be4a;
  }
  .editor-contents .button.-bd-red:hover {
    background: #f15353;
    border-color: #f15353;
    color: #fff;
  }
  .editor-contents .button.-bg-red:hover {
    background: #fff;
    border-color: #f15353;
    color: #f15353;
  }
  .editor-contents .button[target="_blank"] {
    padding-right: 17px;
  }
  .editor-contents .list-block {
    margin-top: 60px;
  }
  .editor-contents .list-block ul,
  .editor-contents .list-block ol {
    margin-top: 0;
  }
  .editor-contents .list-block p {
    padding: 5px 17px;
    font-size: 2.0rem;
  }
  .editor-contents .image-block {
    margin-top: 45px;
    margin-bottom: -15px;
  }
  .editor-contents .image-block-caption {
    font-size: 1.2rem;
  }
  .editor-contents .blockquote-block {
    margin-top: 40px;
    padding: 55px 50px 60px;
    border-radius: 15px;
  }
  .editor-contents .blockquote-block::before, .editor-contents .blockquote-block::after {
    width: 28px;
    height: 26px;
  }
  .editor-contents .blockquote-block::before {
    top: 18px;
    left: 18px;
  }
  .editor-contents .blockquote-block::after {
    right: 27px;
    bottom: 19px;
  }
  .editor-contents .blockquote-block p {
    font-size: 1.4rem;
  }
  .editor-contents .blockquote-block cite {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .editor-contents .embed-block-caption {
    font-size: 1.2rem;
    line-height: 2;
  }
  .editor-contents .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding: 20px;
  }
  .editor-contents .info-block-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 213px;
  }
  .editor-contents .info-block-image-col:nth-child(1) {
    width: auto;
  }
  .editor-contents .info-block-image-col:nth-child(2) {
    display: none;
  }
  .editor-contents .info-block-detail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 30px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .editor-contents .info-block-data {
    padding-left: 30px;
  }
  .editor-contents .info-block-data::before {
    top: 4px;
    font-size: 1.6rem;
  }
  .editor-contents .info-block-data.-name {
    display: block;
    margin: -7px 0 12px;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .editor-contents .info-block-data.-tel::before {
    top: 6px;
  }
  .editor-contents .info-block-data.-time::before {
    top: 5px;
  }
  .editor-contents .comment-block {
    margin-top: 60px;
  }
  .editor-contents .comment-block + .comment-block {
    margin-top: 40px;
  }
  .editor-contents .comment-block-image {
    width: 60px;
    margin-right: 26px;
  }
  .editor-contents .comment-block-image-inner {
    width: 60px;
    height: 60px;
  }
  .editor-contents .comment-block-image img {
    height: 60px;
  }
  .editor-contents .comment-block-name {
    font-size: 1.2rem;
  }
  .editor-contents .comment-block-text {
    padding: 20px;
    border-radius: 8px;
    line-height: 2;
  }
  .editor-contents .comment-block-text::before, .editor-contents .comment-block-text::after {
    top: 20px;
    border-top-width: 8px;
    border-right-width: 14px;
    border-bottom-width: 8px;
    border-left-width: 14px;
  }
  .editor-contents .comment-block-text::before {
    left: -28px;
  }
  .editor-contents .comment-block-text::after {
    left: -26px;
  }
  .editor-contents .comment-block.-rightImage .comment-block-image {
    margin: 0 0 0 26px;
  }
  .editor-contents .comment-block.-rightImage .comment-block-text::before {
    right: -28px;
  }
  .editor-contents .comment-block.-rightImage .comment-block-text::after {
    right: -26px;
  }
  .editor-contents .carousel-block {
    margin-top: 80px;
    padding-top: 60px;
    border-top-width: 1px;
  }
  .editor-contents .carousel-block-items.-text {
    margin-top: 50px;
  }
  .editor-contents .carousel-block .slick-prev {
    left: -20px;
  }
  .editor-contents .carousel-block .slick-next {
    right: -20px;
  }
  .editor-contents .carousel-block .slick-dots {
    margin-top: 10px;
  }
  .editor-contents .carousel-block .slick-dots li {
    margin-left: 10px;
  }
  .editor-contents .carousel-block .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .editor-contents .carousel-block .slick-dots button:hover {
    background: #ef8b8b;
  }
  .editor-contents .carousel-block-heading {
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  .editor-contents .carousel-block-heading + p {
    margin-top: 12px;
  }
  .editor-contents .carousel-block p {
    line-height: 1.8;
  }
  .editor-contents .supervisor-block-items {
    margin: 40px 0;
  }
  .editor-contents .supervisor-block-items.slick-slider {
    margin-bottom: 80px;
  }
  .editor-contents .supervisor-block-item-title {
    padding-bottom: 10px;
    text-align: left;
    font-size: 2.0rem;
  }
  .editor-contents .supervisor-block-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .editor-contents .supervisor-block-item-col:nth-child(1) {
    display: block;
    width: 150px;
  }
  .editor-contents .supervisor-block-item-col:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  .editor-contents .supervisor-block-item-image {
    width: 150px;
    height: 150px;
    margin-right: 0;
  }
  .editor-contents .supervisor-block-item-name {
    padding-top: 8px;
  }
  .editor-contents .supervisor-block-item-name.-sm {
    display: none;
  }
  .editor-contents .supervisor-block-item-name.-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .editor-contents .supervisor-block-item-name-ja {
    font-size: 2.4rem;
  }
  .editor-contents .supervisor-block-item-name-en {
    margin-top: 0;
    margin-left: 20px;
    letter-spacing: .3em;
  }
  .editor-contents .supervisor-block-item-profile {
    margin-top: 22px;
  }
  .editor-contents .supervisor-block-item-profile-title {
    position: relative;
    margin-bottom: 5px;
  }
  .editor-contents .supervisor-block-item-profile-title::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ef8b8b;
  }
  .editor-contents .supervisor-block-item-profile-title > span {
    padding-right: 20px;
    font-size: 1.6rem;
  }
  .editor-contents .supervisor-block-arrow {
    width: 10px;
    height: 20px;
  }
  .editor-contents .supervisor-block-arrow.-prev {
    right: 30px;
  }
  .editor-contents .column-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .editor-contents .column-block > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .editor-contents .p-table {
    margin-top: 40px;
  }
  .editor-contents .p-table-content.-column7 {
    width: calc(210px + 80px * 6);
  }
  .editor-contents .p-table-content.-column8 {
    width: calc(210px + 80px * 7);
  }
  .editor-contents .p-table-content.-column9 {
    width: calc(210px + 80px * 8);
  }
  .editor-contents .p-table-content.-column10 {
    width: calc(210px + 80px * 9);
  }
  .editor-contents .p-table-content.-column11 {
    width: calc(210px + 80px * 10);
  }
  .editor-contents .p-table-content.-column12 {
    width: calc(210px + 80px * 11);
  }
  .editor-contents .p-table-content th,
  .editor-contents .p-table-content td {
    font-size: 1.4rem;
  }
  .editor-contents .p-table-content th {
    padding: 8px 0;
  }
  .editor-contents .p-table-content td {
    padding: 20px 0;
  }
  .editor-contents .p-table-content td:not(:first-child):not(:last-child) p {
    font-size: 14px;
  }
  .editor-contents .p-table-banner > a {
    margin: 0 22px 10px 23px;
  }
  .editor-contents .p-table-banner > a[target="_blank"] {
    margin-right: 22px;
  }
  .editor-contents .p-table-detail > a {
    width: 60px;
    height: 66px;
    padding-top: 16px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .editor-contents .p-table-detail > a[target="_blank"]::after {
    bottom: 8px;
  }
  .editor-contents .p-table-detail > a:hover {
    opacity: .6;
  }
  #ez-toc-container {
    margin-top: 40px;
    padding: 22px 20px 20px;
  }
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 0;
    font-size: 2.0rem;
    text-align: left;
  }
  #ez-toc-container .ez-toc-title-container::after {
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  #ez-toc-container .ez-toc-list li {
    margin-top: 15px;
    padding-left: 40px;
    font-size: 1.4rem;
  }
  #ez-toc-container .ez-toc-list li::before {
    top: 3px;
    font-size: 1.8rem;
  }
  #ez-toc-container .ez-toc-list a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #ez-toc-container .ez-toc-list a:hover {
    opacity: 0.6;
  }
  #yesno_wrap {
    margin-top: 75px;
  }
  #yesno_wrap .yesno_q {
    padding: 25px 25px 22px;
    border-radius: 8px;
    font-size: 2.0rem;
  }
  #yesno_wrap .yesno_q dt {
    margin-bottom: 27px !important;
  }
  #yesno_wrap .yesno_q dt span {
    padding: 0 0 6px;
    font-size: 2.4rem;
    border-bottom-width: 3px;
  }
  #yesno_wrap .yesno_q dd {
    line-height: 2.1;
  }
  #yesno_wrap .yesno_q dd img {
    margin-top: 30px;
  }
  #yesno_wrap #choices {
    padding: 10px 0 0;
  }
  #yesno_wrap #choices li button {
    height: 40px;
    border-radius: 20px;
    font-size: 1.6rem;
  }
  .global-mainHeader {
    height: 106px;
    padding: 20px 20px 15px;
  }
  .global-mainHeader.is-scaleDown, .global-mainHeader.is-scaleDownFixed {
    height: 78px;
    padding: 18px 20px 12px;
  }
  .global-mainHeader.is-scaleDown .global-header-logo a, .global-mainHeader.is-scaleDownFixed .global-header-logo a {
    width: 150px;
  }
  .global-mainHeader.is-scaleDown .global-nav-trigger, .global-mainHeader.is-scaleDownFixed .global-nav-trigger {
    top: 7px;
  }
  .global-mainHeader .global-header-logo {
    margin-top: 5px;
    padding-top: 20px;
  }
  .global-mainHeader .global-header-logo span {
    font-size: 1.2rem;
    letter-spacing: .175em;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .global-mainHeader .global-header-logo a {
    width: 180px;
  }
  .global-nav-trigger {
    top: 23px;
    width: 60px;
    height: 60px;
  }
  .global-nav-trigger span:nth-child(-n+3) {
    left: 12px;
    width: 36px;
  }
  .global-nav-trigger span:nth-child(1) {
    top: 11px;
  }
  .global-nav-trigger span:nth-child(2) {
    top: 22px;
  }
  .global-nav-trigger span:nth-child(3) {
    top: 33px;
  }
  .global-nav-trigger-label {
    left: 11px;
    bottom: 6px;
    font-size: 1.1rem;
    letter-spacing: .175em;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .global-nav-trigger.is-open span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
  .global-nav-trigger.is-open span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
  .global-nav-small {
    top: 106px;
  }
  .global-nav-small.is-scaleDown, .global-nav-small.is-scaleDownFixed {
    top: 78px;
    height: calc(100% - 78px);
  }
  .global-nav-small-search {
    padding: 18px 180px 20px 20px;
  }
  .global-nav-small-search-field {
    padding: 0 0 8px 30px;
  }
  .global-nav-small-search-field::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .global-nav-small-search-field::-moz-placeholder {
    font-size: 1.6rem;
  }
  .global-nav-small-search-field:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .global-nav-small-search-button {
    top: 21px;
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .global-nav-small-search-button::before {
    font-size: 1.8rem;
  }
  .global-nav-small-favorite {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 140px;
  }
  .global-nav-small-favorite-button {
    padding: 6px 5px 7px 42px;
    font-size: 1.4rem;
  }
  .global-nav-small-favorite-button::before {
    top: 50%;
    left: 18px;
    font-size: 1.6rem;
  }
  .global-nav-small-heading {
    padding: 3px 20px;
    font-size: 1.4rem;
  }
  .global-footer-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .global-footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .global-footer-logo {
    width: 220px;
    margin: 5px 0 0;
  }
  .global-footer-sns {
    padding-top: 0;
  }
  .global-footer-sns-label {
    padding: 0 4px 0 0;
    font-size: 2.0rem;
  }
  .global-footer-sns-list {
    width: 150px;
    margin-left: 22px;
  }
  .global-footer-nav {
    border-top: 2px solid #222222;
  }
  .global-footer-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1060px;
    margin: 0 auto;
    padding: 35px 20px;
  }
  .global-footer-nav-item {
    width: 33.33334%;
    border: none;
  }
  .global-footer-nav-item:not(:nth-last-child(-n+3)) {
    margin-bottom: 15px;
  }
  .global-footer-nav-item a {
    padding: 0;
    font-size: 1.4rem;
  }
  .global-footer-nav-item a:hover {
    text-decoration: underline;
  }
  .global-footer-nav-item a[target="_blank"] span {
    padding-right: 25px;
  }
  .copyright {
    padding: 14px 20px;
  }
  .p-side-section-subHeading {
    margin: 0 0 20px;
  }
  .p-side-section .p-keyword-list {
    margin: -5px 0 0 -10px;
  }
  .p-side-section .p-keyword-list li {
    margin: 10px 0 0 10px;
  }
  .p-side-section .p-keyword-list a {
    padding: 7px;
    font-size: 1.4rem;
  }
  .p-side-featureItem {
    margin-top: 20px;
  }
  .p-side-rankingItem-image {
    overflow: hidden;
  }
  .p-side-rankingItem-image a img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-side-rankingItem-image a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-topics {
    margin-bottom: -50px;
  }
  .home-topics::before {
    width: 60vw;
    height: 314px;
  }
  .home-topics-header {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .home-topics-heading {
    top: 32px;
    left: 22px;
    font-size: 4.6rem;
    letter-spacing: .3em;
  }
  .home-topics-heading::before, .home-topics-heading::after {
    top: calc(50% + 3px);
    left: calc(100% + 5px);
    width: 100px;
    height: 1px;
  }
  .home-topicsItems-arrow {
    top: calc(50% - 15px);
  }
  .home-topicsItems-arrow-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
  }
  .home-topicsItems-arrow .slick-prev {
    left: 32.5%;
  }
  .home-topicsItems-arrow .slick-next {
    right: 10px;
  }
  .home-topicsItems-dots-inner {
    position: relative;
    max-width: 1060px;
    margin: 10px auto 0;
  }
  .home-topicsItems-dots ul {
    margin-right: -3px;
  }
  .home-topicsItems-dots li {
    margin-left: 8px;
  }
  .home-topicsItems-dots button {
    padding: 5px;
    font-size: 1.7rem;
  }
  .home-topicsItems-dots button:hover {
    color: #ef8b8b;
  }
  .home-topicsItem-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
  .home-topicsItem-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 40%;
    z-index: 2;
    width: 40.2vw;
    max-width: 625px;
    height: 277px;
    background: #f7f4e9;
  }
  .home-topicsItem-image {
    position: relative;
    z-index: 2;
    text-align: right;
  }
  .home-topicsItem-image-inner {
    display: inline-block;
    width: 70%;
    max-width: 650px;
    background: #fff;
    overflow: hidden;
  }
  .home-topicsItem-image a img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .home-topicsItem-image a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-topicsItem-detail {
    width: 500px;
    height: 172px;
    margin: -140px 0 0 75px;
    padding: 23px 20px;
  }
  .home-topicsItem-category {
    top: -20px;
  }
  .home-topicsItem-category li {
    font-size: 1.4rem;
  }
  .home-topicsItem-category li:nth-child(1) a:hover {
    background: #fff;
    color: #ef8b8b;
  }
  .home-topicsItem-category li:nth-child(2) a:hover {
    background: #ef8b8b;
    color: #fff;
  }
  .home-topicsItem-category a {
    padding: 8px 8px 9px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .home-topicsItem-title {
    margin-top: 10px;
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .home-topicsItem-title a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .home-topicsItem-title a:hover {
    opacity: 0.6;
  }
  .home-topicsItem-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    max-width: 900px;
    max-height: 500px;
    background: #fff;
    overflow: hidden;
  }
  .home-topicsItem-bg-inner {
    position: relative;
    width: 100%;
    padding-top: 55%;
  }
  .home-topicsItem-bg-src {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: .5;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .home-section {
    margin-top: 100px;
  }
  .home-more {
    margin-top: 40px;
  }
  .home-articles .p-articleItem:nth-child(odd):last-child {
    display: block;
  }
  .home-ranking {
    padding-top: 50px;
  }
  .home-ranking::before {
    height: 250px;
  }
  .home-feature .home-more {
    margin-top: 50px;
  }
  .home-featureItems {
    margin: 0 -20px;
  }
  .home-featureItem {
    width: calc(50% - 40px);
    margin: 40px 20px 0;
  }
  .home-keyword {
    padding: 50px 0;
  }
  .home-keyword-list-outer {
    margin-top: 50px;
    padding: 20px;
  }
  .home-keyword .p-keyword-list > li:nth-child(n+11) {
    display: inline-block;
  }
  .home-team .c-heading-primary {
    letter-spacing: .3em;
  }
  .home-team-carousel-outer {
    margin: 40px 20px 0;
  }
  .home-team-carouselItem-image {
    overflow: hidden;
  }
  .home-team-carouselItem-image img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .home-team-carouselItem-name {
    margin-top: 20px;
    font-size: 1.6rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .home-team-carouselItem-anchor:hover .home-team-carouselItem-image img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-team-carouselItem-anchor:hover .home-team-carouselItem-name {
    opacity: .6;
  }
  .home-team .slick-arrow {
    top: calc(50% - 25px);
  }
  .home-snap {
    padding-top: 50px;
  }
  .home-snap::before {
    height: 250px;
  }
  .home-snap .c-heading-primary {
    letter-spacing: .3em;
  }
  .home-snap-carousel {
    max-width: 1020px;
    margin: 0 auto;
  }
  .home-snap-carousel-outer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .home-snap .p-snapItem {
    width: 310px;
  }
  .home-snap .home-more {
    margin-top: 50px;
  }
  .home-about {
    margin: 100px 0 -120px;
    padding: 20px;
    background-image: url(../images/home/bg_about_01_lg.jpg);
  }
  .home-about-heading {
    font-size: 4.0rem;
  }
  .home-about-inner {
    padding: 60px 40px 70px;
  }
  .home-about-contents {
    max-width: 1020px;
    margin: 40px auto 70px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .page-articles .p-page-contents {
    margin-top: -40px;
  }
  .article .l-column-main + .p-asideArticle {
    margin-top: 60px;
  }
  .article-header {
    max-width: 1060px;
    margin: 0 auto;
    padding: 24px 20px 40px;
  }
  .article-header::before {
    max-width: 1020px;
    height: 5px;
  }
  .article-header-title {
    margin-top: 6px;
    font-size: 2.4rem;
    letter-spacing: .075em;
  }
  .article-header-category li:nth-child(1) a:hover {
    background: #fff;
    color: #ef8b8b;
  }
  .article-header-category li:nth-child(2) a:hover {
    background: #ef8b8b;
    color: #fff;
  }
  .article-header-category a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .article-header-date {
    bottom: 3px;
    font-size: 1.4rem;
  }
  .article-header-meta02 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
    padding: 10px 0;
  }
  .article-header-provider {
    width: auto;
    margin: 0;
    padding: 0 20px 0 0;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .article-header-favorite {
    width: 134px;
    margin-left: auto;
    padding: 0 20px 0 0;
  }
  .article-header-favorite-button {
    padding: 4px 36px 4px 0;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .article-header-favorite-button::after {
    font-size: 2.4rem;
  }
  .article-header-favorite-button:hover::after {
    color: #ef8b8b;
  }
  .article-header .c-article-share {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    min-width: 206px;
    padding: 0;
    text-align: right;
  }
  .article-header .c-article-share-label {
    margin-right: -3px;
    font-size: 1.4rem;
  }
  .article-header .c-article-share-button {
    width: 32px;
    height: 32px;
  }
  .article-thumbnail {
    margin: 0 20px 30px;
  }
  .article-contents {
    margin: 0 20px 50px;
  }
  .article-writer {
    margin-top: 50px;
    padding: 20px 120px 20px 20px;
  }
  .article-writer-image {
    width: 60px;
    height: 60px;
  }
  .article-writer-image img {
    height: 60px;
  }
  .article-writer-name {
    margin-left: 20px;
    font-size: 1.6rem;
  }
  .article-writer-name span {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
  .article-writer-more a {
    font-size: 1.2rem;
  }
  .article-writer-more a:hover {
    border-bottom-color: transparent;
  }
  .page-search .p-page-header-title > span {
    padding: 6px 60px 8px calc(60px + .1em);
  }
  .page-search .p-page-header-title > span span {
    margin-right: .3em;
    font-size: 3.8rem;
  }
  .search-result-number {
    margin: -20px 0 -25px;
  }
  .search-result-none {
    margin-top: 135px;
    font-size: 2.4rem;
  }
  .search-back {
    margin-top: 80px;
  }
  .category-header {
    padding-bottom: 40px;
  }
  .category-header::before {
    height: calc(100% - 140px);
  }
  .category-header-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .category-header-visual {
    margin: 0 -20px;
  }
  .category-header-visual img {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  .category-header-title {
    left: 70px;
  }
  .category-header-title .langJa {
    font-size: 3.8rem;
  }
  .category-header-title .langEn {
    margin-top: 10px;
    font-size: 2.0rem;
    letter-spacing: .25em;
  }
  .category-header-prologue p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .category-header-nav {
    margin: 40px -1px 0;
  }
  .category-header-nav li {
    width: calc(25% - 2px);
    margin: 2px 1px 0;
  }
  .category-header-nav a {
    min-height: 50px;
    padding: 6px 8px;
    font-size: 1.6rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .category-header-nav a:hover {
    background: #d8c591;
    color: #fff;
  }
  .p-featureItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
  }
  .p-featureItem {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .p-featureItem a {
    display: block;
  }
  .p-featureItem a:hover .p-featureItem-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .p-featureItem a:hover .p-featureItem-title,
  .p-featureItem a:hover .p-featureItem-text {
    opacity: .6;
  }
  .p-featureItem a .p-featureItem-image {
    overflow: hidden;
  }
  .p-featureItem a .p-featureItem-image img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-featureItem:nth-child(n + 2) {
    margin-top: 0;
  }
  .p-featureItem:nth-child(n + 3) {
    margin-top: 60px;
  }
  .p-featureItem-image {
    width: 100%;
  }
  .p-featureItem-text {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .p-featureItem-title {
    font-size: 1.8rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-featureItem-excerpt {
    margin-top: 10px;
    padding-top: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-featureItem.-first {
    width: 100%;
    margin-top: 0;
  }
  .p-featureItem.-first .p-featureItem-text {
    margin-top: 20px;
  }
  .p-featureItem.-first .p-featureItem-title {
    font-size: 2.8rem;
  }
  .p-featureItem.-first + .p-featureItem {
    margin-top: 60px;
  }
  .p-featureItem-new {
    top: -15px;
    left: -15px;
    width: 80px;
  }
  .feature-article-header {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
  .feature-article-header::after {
    height: 70%;
  }
  .feature-article-header-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .feature-article-header-detail {
    padding: 30px;
  }
  .feature-article-header-date {
    font-size: 1.4rem;
  }
  .feature-article-header-title {
    margin-top: 10px;
    font-size: 2.8rem;
  }
  .feature-article-header-description {
    margin-top: 20px;
    padding-top: 25px;
  }
  .feature-article-header-description p + p {
    margin-top: 25px;
  }
  .feature-article-inner {
    margin: 0 20px;
  }
  .feature-article .c-article-share-label {
    font-size: 1.4rem;
  }
  .feature-article-items {
    display: block;
    margin: 35px 0 0;
  }
  .feature-article-item {
    width: 100%;
    margin: 35px 0 0;
  }
  .feature-article-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-article-item a:hover .feature-article-item-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .feature-article-item a:hover .feature-article-item-text {
    opacity: .6;
  }
  .feature-article-item a .feature-article-item-image {
    width: 312px;
  }
  .feature-article-item-date {
    top: 84px;
    right: -5px;
    padding: 7px;
    font-size: 1.6rem;
  }
  .feature-article-item-text {
    margin: 0 0 0 25px;
  }
  .feature-article-item-title {
    font-size: 1.8rem;
  }
  .feature-article-item-description {
    padding-top: 15px;
    font-size: 1.2rem;
  }
  .feature-article-recommend {
    position: relative;
    padding: 25px 30px 30px;
    margin-top: 80px;
  }
  .feature-article-recommend-title {
    padding-bottom: 15px;
    font-size: 2.4rem;
  }
  .feature-article-recommend-items {
    margin-top: 25px;
  }
  .feature-article-recommend-item {
    margin-top: 20px;
  }
  .feature-article-recommend-item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-article-recommend-item a:hover .feature-article-recommend-item-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .feature-article-recommend-item a:hover .feature-article-recommend-item-title {
    opacity: .6;
  }
  .feature-article-recommend-item a .feature-article-recommend-item-image {
    width: 285px;
  }
  .feature-article-recommend-item-title {
    margin-left: 30px;
    font-size: 1.8rem;
  }
  .page-snap .p-page-header-title {
    letter-spacing: .3em;
  }
  .snap-article {
    margin-bottom: -60px;
  }
  .snap-article-header {
    max-width: 1060px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }
  .snap-article-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 427px;
  }
  .snap-article-header-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding-top: 0;
  }
  .snap-article-header-detail {
    width: 44.119%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .snap-article-header-detail-bg {
    display: block;
    position: absolute;
    top: -25%;
    left: 50%;
    width: 190%;
    height: 190%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .snap-article-header-detail-bg img {
    width: 100%;
    height: auto;
  }
  .snap-article-header-detail-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .snap-article-header-detail-inner::before {
    background: rgba(140, 142, 114, 0.9);
  }
  .snap-article-header-detail-contents {
    display: block;
    position: absolute;
    top: calc(50% - 28px);
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .snap-article-header-title {
    position: relative;
    margin: 46px 0 0;
    padding: 0 0 0;
    border: none;
    text-align: center;
  }
  .snap-article-header-title::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    background: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .snap-article-header-title .langJa {
    font-size: 3.2rem;
  }
  .snap-article-header-title .langJa span {
    font-size: 2.4rem;
  }
  .snap-article-header-title .langEn {
    margin-top: 24px;
    font-size: 1.8rem;
  }
  .snap-article-header-label {
    top: 2px;
    left: 100%;
    margin: 0;
    font-size: 3.2rem;
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 3;
    letter-spacing: 0.14em;
  }
  .snap-article-header .c-article-share {
    margin: auto 5px 5px;
    padding: 10px;
  }
  .snap-article-header .c-article-share-label {
    margin-right: -2px;
    font-size: 1.5rem;
  }
  .snap-article-header .c-article-share-button {
    width: 32px;
    height: 32px;
  }
  .snap-article-contents {
    margin: 55px 20px 65px;
  }
  .snap-article-info {
    margin: 0 20px;
  }
  .snap-article-info-heading {
    padding: 2px 0;
    font-size: 2.0rem;
    text-align: left;
  }
  .snap-article-info-name {
    margin-top: 16px;
    font-size: 2.4rem;
  }
  .snap-article-info-name span {
    font-size: 1.8rem;
  }
  .snap-article-info-meta {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .snap-article-info-description {
    margin-top: 30px;
    padding: 15px 20px 20px;
  }
  .snap-article-info-description p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .page-keywordChild .p-page-header-title > span {
    padding: 6px 60px 8px calc(60px + .1em);
  }
  .page-keywordChild .p-page-header-title > span span {
    margin-right: .3em;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
  }
  .keyword-result-number {
    margin: -20px 0 -25px;
  }
  .p-writers {
    margin: -62px -18px 80px;
  }
  .p-writer {
    width: calc(25% - 36px);
    margin: 62px 18px 0;
  }
  .p-writer-anchor:hover .p-writer-image img {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .p-writer-anchor:hover .p-writer-meta,
  .p-writer-anchor:hover .p-writer-title {
    opacity: .6;
  }
  .p-writer-image img {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-writer-meta {
    margin: 22px 0 8px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-writer-title {
    font-size: 1.8rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .writer-article-header {
    margin: 0;
    padding: 0 20px 40px;
  }
  .writer-article-header::after {
    height: 49%;
  }
  .writer-article-header-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1020px;
    margin: 0 auto;
  }
  .writer-article-header-image {
    width: 30.393%;
  }
  .writer-article-header-detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 30px 20px 40px;
    border-top-width: 4px;
  }
  .writer-article-header-detail-inner {
    width: 100%;
  }
  .writer-article-header-meta {
    font-size: 1.4rem;
  }
  .writer-article-header-title {
    margin-top: 7px;
    font-size: 2.0rem;
  }
  .writer-article-header-sns {
    margin-top: 10px;
  }
  .writer-article-header-sns li {
    font-size: 1.4rem;
  }
  .writer-article-header-sns li + li {
    margin-left: 12px;
  }
  .writer-article-header-sns a:hover {
    border-bottom-color: transparent;
  }
  .writer-article-header-description {
    margin-top: 15px;
  }
  .writer-article-header-description p {
    line-height: 1.8;
  }
  .about-header {
    padding-bottom: 0;
  }
  .about-header-inner::after {
    bottom: -41.6%;
    width: 100%;
    height: 58%;
  }
  .about-header-image {
    position: relative;
    margin: 60px 0 75px;
  }
  .about-header-image-sm {
    display: none;
  }
  .about-header-image-lg {
    display: block;
    width: 76.5%;
    margin: 0 0 0 auto;
  }
  .about-header-text {
    position: absolute;
    left: 2.6%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 35.9375%;
    max-width: 650px;
  }
  .about-content-title {
    margin-bottom: 40px;
    font-size: 2.8rem;
    text-align: left;
  }
  .about-content p {
    font-size: 1.8rem;
  }
  .about-message {
    margin-top: 180px;
  }
  .about-message-items {
    margin-top: 50px;
  }
  .about-message-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-message-item:not(:first-child) {
    margin-top: 80px;
  }
  .about-message-item-image {
    width: 310px;
  }
  .about-message-item-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 40px;
  }
  .about-message-item-name {
    font-size: 2.8rem;
  }
  .about-message-item-name span {
    margin-left: 30px;
    font-size: 1.4rem;
  }
  .about-message-item-content h3 {
    font-size: 2.0rem;
  }
  .about-message-item-content p {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .archive-search {
    padding: 25px 30px;
  }
  .archive-search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive-search-form-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .archive-search-year p, .archive-search-category p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: auto;
    margin-right: 5px;
    font-size: 1.6rem;
  }
  .archive-search-year {
    width: 44.375%;
  }
  .archive-search-category {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(55.625% - 20px);
    margin: 0 0 0 20px;
  }
  .archive-search-select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 280px;
    padding: 12px 30px 12px 10px;
    font-size: 1.6rem;
  }
  .archive-search-select::before {
    width: 30px;
  }
  .archive-search-select::after {
    width: 12px;
    height: 6px;
    right: 9px;
    background-size: 12px 6px;
  }
  .archive-search-select-button {
    width: 120px;
    height: 40px;
    margin: 0 0 0 20px;
    font-size: 1.6rem;
  }
  .archive-search-select-button-body {
    padding: 8px 10px 7px;
  }
  .archive-search-select-button:hover .archive-search-select-button-body {
    color: #ef8b8b;
  }
  .archive-search-select-button:hover .archive-search-select-button-body::after {
    right: -1px;
    left: auto;
    width: 0;
  }
  .archive-search-select .list .option {
    margin: 5px;
    line-height: 40px;
    min-height: 40px;
  }
  .archive-search-select .list .option:hover {
    background: #ef8b8b;
    color: #fff;
  }
  .rules-items {
    margin-top: 60px;
  }
  .rules-item {
    margin-top: 30px;
  }
  .rules-item-title {
    font-size: 1.8rem;
  }
  .rules-item-subtitle {
    margin-top: 20px;
  }
  .rules-item dd {
    margin-top: 15px;
  }
  .rules-item dd p {
    font-size: 1.4rem;
  }
  .rules-item dd dt {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .rules-item dd dd {
    margin-top: 0;
  }
  .rules-item dd dd ul li {
    font-size: 1.4rem;
  }
  .rules-item dd > ol,
  .rules-item dd > ul {
    font-size: 1.3rem;
  }
  .rules-item-link a:hover {
    border-bottom-color: transparent;
  }
  .rules-item-link + p {
    margin-top: 10px;
  }
  .contact-prologue {
    padding: 25px 30px 20px;
  }
  .contact-prologue a:hover {
    border-bottom-color: transparent;
  }
  .contact-items {
    margin-top: 75px;
  }
  .contact-item {
    margin-top: 50px;
  }
  .contact-item-title {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .contact-item-text {
    margin-top: 20px;
  }
  .contact-item-form {
    max-width: 320px;
    margin-top: 15px;
  }
  .contact-item-form a {
    padding: 12px 40px 11px 12px;
    font-size: 1.8rem;
  }
  .contact-item-form a:hover {
    background: #2f91bf;
    border: 1px solid #2f91bf;
    color: #fff;
  }
  .contact-item-mail {
    margin-top: 18px;
  }
  .contact-item-mail a {
    margin-left: 35px;
  }
  .contact-item-mail a img {
    height: 29px;
  }
  .contact-item-mail a::before {
    left: -35px;
    font-size: 2.4rem;
  }
  .contact-item-mail a:hover {
    border-bottom-color: transparent;
  }
  .contact-item-mail a:hover img {
    opacity: 1;
  }
  .page-myPage .p-page-header-title > span {
    min-width: 310px;
  }
  .myPage-prologue {
    line-height: 2;
    text-align: center;
  }
  .myPage-save-number {
    margin: 40px 0 -25px;
  }
  .error-contents {
    padding-top: 140px;
  }
  .error-heading {
    font-size: 6.0rem;
  }
  .error-heading span {
    font-size: 2.4rem;
  }
  .error-subHeading {
    font-size: 2.4rem;
  }
  .error-description {
    margin: 20px 20px 85px;
  }
  .sitemap-item {
    padding-bottom: 18px;
  }
  .sitemap-item:not(:first-child) {
    padding-top: 18px;
  }
  .sitemap-item-title {
    width: 240px;
    font-size: 1.8rem;
  }
  .sitemap-item-title a:hover {
    border-bottom-color: #333;
  }
  .sitemap-item-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sitemap-item-list ul li {
    width: 50%;
    font-size: 1.4rem;
  }
  .sitemap-item-list ul li:not(:first-child) {
    margin-top: 0;
  }
  .sitemap-item-list ul li:nth-child(n+3) {
    margin-top: 2px;
  }
  .sitemap-item-list ul li a {
    padding: 4px 0;
    font-size: 1.4rem;
  }
  .sitemap-item-list ul li a:hover {
    border-bottom-color: #333;
  }
  .sitemap-item-list ul li a[target="_blank"] {
    margin-right: 28px;
  }
  _:-ms-fullscreen .p-page-header-title.-langJa > span, :root .p-page-header-title.-langJa > span {
    padding: 13px 50px 7px calc(50px + .1em);
  }
  _:-ms-fullscreen .p-articleItem-category a, :root .p-articleItem-category a {
    padding: 6px 5px 3px;
  }
  _:-ms-fullscreen .p-side-section-subHeading, :root .p-side-section-subHeading {
    padding: 5px 10px 1px;
  }
  _:-ms-fullscreen .home-topicsItem-category a, :root .home-topicsItem-category a {
    padding: 11px 8px 6px;
  }
  _:-ms-fullscreen .article-header-category a, :root .article-header-category a {
    padding: 6px 4px 3px;
  }
  _:-ms-fullscreen .category-header-title, :root .category-header-title {
    top: calc(50% + 5px);
  }
  _:-ms-fullscreen .category-header-title .langEn, :root .category-header-title .langEn {
    margin-top: 5px;
  }
  _:-ms-fullscreen .category-header-nav a, :root .category-header-nav a {
    padding: 8px 8px 4px;
  }
  _:-ms-fullscreen .page-search .p-page-header-title > span, :root .page-search .p-page-header-title > span {
    padding: 9px 60px 5px calc(60px + .1em);
  }
  _:-ms-fullscreen .page-keywordChild .p-page-header-title > span, :root .page-keywordChild .p-page-header-title > span {
    padding: 9px 60px 5px calc(60px + .1em);
  }
  _:-ms-fullscreen .editor-contents .button, :root .editor-contents .button {
    padding: 19px 17px 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .xs-hidden,
  .sm-hidden,
  .md-hidden {
    display: inline;
  }
  .lg-hidden {
    display: none;
  }
  .l-column-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .l-column-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  .l-column-side {
    width: 300px;
    margin-left: 30px;
  }
  .p-articleItems {
    margin: 0 -23px;
  }
  .p-articleItem {
    width: calc(33.33334% - 46px);
    margin: 60px 23px 0;
  }
  .p-articleItem-label {
    top: 0;
    right: 0;
    bottom: auto;
    min-width: 40px;
    padding: 6px 6px 7px;
    border-radius: 12px;
    font-size: 1.2rem;
  }
  .p-articleItem-label span {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-articleItem-image .p-articleItem-label {
    display: none;
  }
  .p-articleItem-contents01 .p-articleItem-label {
    display: block;
  }
  .p-asideItem {
    width: calc(20% - 20px);
  }
  .p-fixed-pagetop {
    display: block;
    position: fixed;
    right: 0;
    bottom: 170px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-fixed-pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
  .p-fixed-pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(205, 205, 205, 0.8);
    border-radius: 6px 0 0 6px;
    font-size: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .p-fixed-pagetop a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 18px;
    background: url(../images/common/icon_arrow-up_02_white.svg) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-fixed-pagetop a:hover {
    background: #ef8b8b;
  }
  .p-fixed-pagetop .-onFooter {
    background: #ef8b8b;
  }
  .p-footer-pagetop {
    display: none;
  }
  .global-footer {
    margin-top: 120px;
  }
  .global-footer-nav-item {
    width: auto;
  }
  .global-footer-nav-item:not(:nth-last-child(-n+3)) {
    margin-bottom: 0;
  }
  .p-side-section {
    padding: 0;
  }
  .p-side-section + .p-side-section {
    margin-top: 60px;
    border: none;
  }
  .p-side-section-inner {
    max-width: auto;
  }
  .p-side-section-heading {
    padding: 3px 10px;
    font-size: 1.6rem;
  }
  .p-side-section-heading::before, .p-side-section-heading::after {
    width: 7px;
  }
  .p-side-section-heading.-ranking {
    padding: 3px 10px;
  }
  .p-side-section-subHeading {
    margin: -5px 0 20px;
    padding: 3px 10px;
  }
  .p-side-section-more {
    margin-top: 15px;
    text-align: right;
  }
  .p-side-section-more .c-button {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 3px;
    border-bottom: 1px dashed #333;
    color: #333;
    font-size: 1.2rem;
    -webkit-transition: none;
    transition: none;
  }
  .p-side-section-more .c-button::after {
    content: none;
  }
  .p-side-section-more .c-button:hover {
    border-bottom-color: transparent;
  }
  .p-side-section-more .c-button-body {
    padding: 0;
    background: transparent;
    border: none;
    overflow: visible;
  }
  .p-side-section-more .c-button-body::before, .p-side-section-more .c-button-body::after {
    content: none;
  }
  .p-side-ad {
    padding: 60px 0 0;
    border: none;
  }
  .p-side-ad-item {
    margin-top: 40px;
  }
  .p-side-rankingItem {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 15px;
  }
  .p-side-rankingItem::before {
    right: 5px;
    bottom: -5px;
    font-size: 7.5rem;
  }
  .p-side-rankingItem-image {
    width: 100px;
  }
  .p-side-rankingItem-label {
    right: 4px;
    bottom: 4px;
  }
  .p-side-rankingItem-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 20px;
  }
  .p-side-rankingItem-title a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-side-rankingItem-title a:hover {
    opacity: 0.6;
  }
  .p-side-rankingItem-category {
    margin-top: auto;
  }
  .p-side-rankingItem-category a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .p-side-rankingItem-category a:hover {
    opacity: 0.6;
  }
  .home-about {
    padding: 50px;
  }
  .home-about-heading {
    font-size: 5.0rem;
  }
  .home-about-contents {
    font-size: 2.4rem;
  }
  .article .l-column-main + .p-asideArticle {
    display: none;
  }
  .article .l-column-wrapper + .p-asideArticle {
    display: block;
  }
  .article-thumbnail {
    margin: 0 0 30px;
  }
  .article-contents {
    margin: 0 0 50px;
  }
  .article-writer {
    padding: 20px 120px 20px 0;
  }
  .article-writer-more {
    right: 0;
  }
  .category-header-nav li {
    width: calc(20% - 2px);
  }
  .p-featureItems {
    margin: 0 -20px;
  }
  .p-featureItem {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .feature-article-inner {
    margin: 0;
  }
  .feature-article-inner::after {
    content: none;
  }
  .snap-article {
    margin-bottom: 0;
  }
  .snap-article-contents {
    margin: 55px 0 65px;
  }
  .snap-article-info {
    margin: 0;
  }
  .p-writers {
    margin: -84px -28px 80px;
  }
  .p-writer {
    width: calc(20% - 56px);
    margin: 84px 28px 0;
  }
  .about-message-item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .about-message-item-text {
    margin: 15px 0 0 40px;
  }
  .archive-search-year p, .archive-search-category p {
    margin-right: 19px;
    font-size: 2rem;
  }
  .archive-search-category {
    margin: 0 0 0 30px;
  }
  .archive-search-select {
    padding: 15px 50px 15px 10px;
    font-size: 2rem;
  }
  .archive-search-select .option {
    font-size: 1.6rem;
  }
  .archive-search-select::before {
    width: 50px;
  }
  .archive-search-select::after {
    width: 20px;
    height: 10px;
    right: 15px;
    background-size: 20px 10px;
  }
  .archive-search-select-button {
    width: 135px;
    height: 50px;
    margin: 0 0 0 30px;
    font-size: 2rem;
  }
  .archive-search-select-button-body {
    padding: 9px 10px;
  }
  .sitemap-item-list ul li {
    width: 34.1%;
  }
  .sitemap-item-list ul li:nth-child(3n) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .sitemap-item-list ul li:nth-child(3) {
    margin-top: 0;
  }
  .sitemap-item-list ul li:nth-child(n+4) {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1200px), print {
  body {
    padding-top: 0;
  }
  .global-header-nav {
    display: block;
    position: absolute;
    -webkit-transition: .25s linear;
    transition: .25s linear;
  }
  .global-header-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
  }
  .global-header-nav a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 1.6rem;
  }
  .global-header-nav a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 4px;
    background: #ef8b8b;
    -webkit-transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .global-header-nav a:hover::after, .global-header-nav a.is-open::after {
    bottom: 3px;
    right: auto;
    left: 0;
    width: 100%;
  }
  .global-header-nav a.is-current {
    font-weight: 700;
  }
  .global-header-nav a.is-current::after {
    bottom: 3px;
    width: 100%;
  }
  .global-header-search {
    display: block;
    position: absolute;
  }
  .global-header-search-field {
    width: 100%;
    border-bottom: 1px solid #333;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
    outline: none;
  }
  .global-header-search-field::-webkit-input-placeholder {
    color: #cdcdcd;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
  }
  .global-header-search-field::-moz-placeholder {
    color: #cdcdcd;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
  }
  .global-header-search-field:-ms-input-placeholder {
    color: #cdcdcd;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
  }
  .global-header-search-button {
    position: absolute;
    top: 15px;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .global-header-search-button:hover {
    opacity: 0.6;
  }
  .global-header-search-button::before {
    content: '\f002';
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 2.0rem;
    line-height: 1;
    color: #333;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .global-header-favorite {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
  }
  .global-header-favorite-button {
    display: block;
    position: relative;
    background: #ef8b8b;
    border-radius: 0 0 8px 8px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .global-header-favorite-button::before {
    content: '\f004';
    position: absolute;
    font-size: 2.0rem;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .global-header-favorite-button:hover {
    background: #e66565;
  }
  .global-mainHeader {
    position: relative;
    height: 145px;
    padding: 28px 50px 15px;
    border-bottom-width: 1px;
  }
  .global-mainHeader .global-header-logo {
    padding-top: 33px;
  }
  .global-mainHeader .global-header-logo span {
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .global-mainHeader .global-header-logo a {
    width: 220px;
  }
  .global-mainHeader .global-header-nav {
    top: 95px;
    right: 50px;
    width: 63%;
    max-width: 800px;
  }
  .global-mainHeader .global-header-nav a {
    padding-bottom: 15px;
  }
  .global-mainHeader .global-header-nav a:hover, .global-mainHeader .global-header-nav a.is-open {
    padding-bottom: 30px;
  }
  .global-mainHeader .global-header-nav a:hover::after, .global-mainHeader .global-header-nav a.is-open::after {
    bottom: 18px;
  }
  .global-mainHeader .global-header-search {
    top: 10px;
    right: 280px;
    width: 300px;
  }
  .global-mainHeader .global-header-search-field {
    padding: 10px 5px 5px 35px;
  }
  .global-mainHeader .global-header-favorite {
    width: 180px;
  }
  .global-mainHeader .global-header-favorite-button {
    padding: 10px 10px 10px 60px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .global-mainHeader .global-header-favorite-button::before {
    top: calc(50% + 1px);
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .global-subHeader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 86px;
    padding: 17px 50px 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .global-subHeader.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .global-subHeader .global-header-logo {
    width: 186px;
    margin-top: 7px;
  }
  .global-subHeader .global-header-nav {
    top: 39px;
    left: calc(50% - 60px);
    width: 45%;
    max-width: 800px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .global-subHeader .global-header-nav a {
    padding-bottom: 12px;
  }
  .global-subHeader .global-header-search {
    top: 16px;
    right: 160px;
    width: 200px;
  }
  .global-subHeader .global-header-search-field {
    padding: 10px 5px 10px 30px;
  }
  .global-subHeader .global-header-favorite-button {
    width: 60px;
    height: 60px;
    font-size: 0;
  }
  .global-subHeader .global-header-favorite-button::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .global-nav-trigger {
    display: none;
  }
  .global-nav-small {
    display: none !important;
  }
  .global-nav-large {
    display: block;
  }
  .global-nav-large-child {
    position: absolute;
    top: 145px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #ef8b8b;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-nav-large-child.is-show {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global-nav-large-child-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 26px 20px 30px;
  }
  .global-nav-large-child-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -12px;
    list-style: none;
  }
  .global-nav-large-child-items li {
    width: 16.66667%;
    margin-top: 12px;
    padding-right: 20px;
  }
  .global-nav-large-child-items a {
    color: #fff;
    font-size: 1.8rem;
  }
  .global-nav-large-child-items a:hover {
    text-decoration: underline;
  }
  .global-nav-large.-sub .global-nav-large-child {
    position: fixed;
    top: 86px;
  }
  .home-topicsItems-arrow .slick-prev {
    left: 33.5%;
  }
  .home-topicsItems-arrow .slick-next {
    right: 25px;
  }
  .home-team-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-team-carousel.slick-initialized {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-team-carousel-outer {
    margin: 40px 0 0;
  }
  .home-team-carouselItem {
    width: calc(100% / 8);
    max-width: 240px;
  }
  .p-featureItem-new {
    top: -25px;
    left: -25px;
    width: 120px;
  }
  _:-ms-fullscreen .global-nav-large-child-inner, :root .global-nav-large-child-inner {
    padding: 30px 20px 26px;
  }
}
@media screen and (min-width: 1440px), print {
  .global-subHeader .global-header-nav {
    left: 50%;
  }
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(.nice-select.open):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .editor-contents .p-table-content th:first-child,
  .editor-contents .p-table-content td:first-child {
    position: static;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
  .editor-contents .p-table-content th:first-child::before, .editor-contents .p-table-content th:first-child::after,
  .editor-contents .p-table-content td:first-child::before,
  .editor-contents .p-table-content td:first-child::after {
    content: none;
  }
  .editor-contents .p-table-content th:nth-child(2),
  .editor-contents .p-table-content td:nth-child(2) {
    border-left: 1px solid #dfdfdf;
  }
}
