@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
span.normal:after,
span.important:after,
span.conversion:after,
.header-inner .searchform-button:before,
.header-inner .searchform input[type="submit"],
.global-nav span.sub-menu-button,
.global-nav a:after,
.edit-area ul > li:before,
#wp-calendar tfoot td#prev a:before,
#wp-calendar tfoot td#next a:after,
.footer .pagetop a:before,
.arrow-list a:before,
.arrow-list .element_sidebar:before,
.post-list.pick-first > article time:before,
.taxonomy-list > article time:before,
.link-button.login:before,
.link-button.register:before,
.link-button.mypage:before,
.link-button.more:after,
.link-more a:after,
.single-header time:before,
.single-footer-tag ul a:before,
.archive-search form input[type="submit"],
.series-list .series-list-text .buttons .first-read:before,
.series-list .series-list-text .buttons .archive-read:before,
.series-list .series-list-text .buttons .last-read:after,
.wpcf7-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:after,
.favorite-post time:before,
.favorite-post .remove-post:before,
.remove-keyword:before,
.wp-tag-cloud li:before,
#wpmem_login .login_element:before,
.nweb_return a:before,
.induction .buttons .important:after,
.free-membership .buttons .important:after,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
span.fa-pull-left.normal:after,
span.fa-pull-left.important:after,
span.fa-pull-left.conversion:after,
.header-inner .fa-pull-left.searchform-button:before,
.header-inner .searchform input.fa-pull-left[type="submit"],
.global-nav span.fa-pull-left.sub-menu-button,
.global-nav a.fa-pull-left:after,
.edit-area ul > li.fa-pull-left:before,
#wp-calendar tfoot td#prev a.fa-pull-left:before,
#wp-calendar tfoot td#next a.fa-pull-left:after,
.footer .pagetop a.fa-pull-left:before,
.arrow-list a.fa-pull-left:before,
.arrow-list .fa-pull-left.element_sidebar:before,
.post-list.pick-first > article time.fa-pull-left:before,
.taxonomy-list > article time.fa-pull-left:before,
.fa-pull-left.link-button.login:before,
.fa-pull-left.link-button.register:before,
.fa-pull-left.link-button.mypage:before,
.fa-pull-left.link-button.more:after,
.link-more a.fa-pull-left:after,
.single-header time.fa-pull-left:before,
.single-footer-tag ul a.fa-pull-left:before,
.archive-search form input.fa-pull-left[type="submit"],
.series-list .series-list-text .buttons .fa-pull-left.first-read:before,
.series-list .series-list-text .buttons .fa-pull-left.archive-read:before,
.series-list .series-list-text .buttons .fa-pull-left.last-read:after,
.wpcf7-form select.fa-pull-left.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:after,
.favorite-post time.fa-pull-left:before,
.favorite-post .fa-pull-left.remove-post:before,
.fa-pull-left.remove-keyword:before,
.wp-tag-cloud li.fa-pull-left:before,
#wpmem_login .fa-pull-left.login_element:before,
.nweb_return a.fa-pull-left:before,
.induction .buttons .fa-pull-left.important:after,
.free-membership .buttons .fa-pull-left.important:after,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
span.fa-pull-right.normal:after,
span.fa-pull-right.important:after,
span.fa-pull-right.conversion:after,
.header-inner .fa-pull-right.searchform-button:before,
.header-inner .searchform input.fa-pull-right[type="submit"],
.global-nav span.fa-pull-right.sub-menu-button,
.global-nav a.fa-pull-right:after,
.edit-area ul > li.fa-pull-right:before,
#wp-calendar tfoot td#prev a.fa-pull-right:before,
#wp-calendar tfoot td#next a.fa-pull-right:after,
.footer .pagetop a.fa-pull-right:before,
.arrow-list a.fa-pull-right:before,
.arrow-list .fa-pull-right.element_sidebar:before,
.post-list.pick-first > article time.fa-pull-right:before,
.taxonomy-list > article time.fa-pull-right:before,
.fa-pull-right.link-button.login:before,
.fa-pull-right.link-button.register:before,
.fa-pull-right.link-button.mypage:before,
.fa-pull-right.link-button.more:after,
.link-more a.fa-pull-right:after,
.single-header time.fa-pull-right:before,
.single-footer-tag ul a.fa-pull-right:before,
.archive-search form input.fa-pull-right[type="submit"],
.series-list .series-list-text .buttons .fa-pull-right.first-read:before,
.series-list .series-list-text .buttons .fa-pull-right.archive-read:before,
.series-list .series-list-text .buttons .fa-pull-right.last-read:after,
.wpcf7-form select.fa-pull-right.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:after,
.favorite-post time.fa-pull-right:before,
.favorite-post .fa-pull-right.remove-post:before,
.fa-pull-right.remove-keyword:before,
.wp-tag-cloud li.fa-pull-right:before,
#wpmem_login .fa-pull-right.login_element:before,
.nweb_return a.fa-pull-right:before,
.induction .buttons .fa-pull-right.important:after,
.free-membership .buttons .fa-pull-right.important:after,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../font-awesome/webfonts/fa-solid-900.eot");
  src: url("../font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
span.normal:after,
span.important:after,
span.conversion:after,
.header-inner .searchform-button:before,
.header-inner .searchform input[type="submit"],
.global-nav span.sub-menu-button,
.global-nav a:after,
.edit-area ul > li:before,
#wp-calendar tfoot td#prev a:before,
#wp-calendar tfoot td#next a:after,
.footer .pagetop a:before,
.arrow-list a:before,
.arrow-list .element_sidebar:before,
.post-list.pick-first > article time:before,
.taxonomy-list > article time:before,
.link-button.login:before,
.link-button.register:before,
.link-button.mypage:before,
.link-button.more:after,
.link-more a:after,
.single-header time:before,
.single-footer-tag ul a:before,
.archive-search form input[type="submit"],
.series-list .series-list-text .buttons .first-read:before,
.series-list .series-list-text .buttons .archive-read:before,
.series-list .series-list-text .buttons .last-read:after,
.wpcf7-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:after,
.favorite-post time:before,
.favorite-post .remove-post:before,
.remove-keyword:before,
.wp-tag-cloud li:before,
#wpmem_login .login_element:before,
.nweb_return a:before,
.induction .buttons .important:after,
.free-membership .buttons .important:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../font-awesome/webfonts/fa-brands-400.eot");
  src: url("../font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../font-awesome/webfonts/fa-regular-400.eot");
  src: url("../font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("../font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* === + General page styling ==================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 14px;
  vertical-align: baseline;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #171717;
  line-height: 1.71;
  width: 100%;
  min-width: 1210px;
  font-family: "メイリオ", Meiryo, sans-serif;
}

* {
  transition: opacity 0.3s, background-color 0.3s;
}

a {
  color: #5d8de4;
  text-decoration: underline;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
}
a:focus {
  outline: none;
}

strong, em, b, i {
  font-weight: bold;
  font-style: normal;
}

small {
  font-size: 70%;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

input, select, button, textarea {
  font-family: "メイリオ", Meiryo, sans-serif;
}

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

figure {
  margin: 0;
}

th {
  text-align: left;
}

dd {
  margin: 0;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

h1 {
  font-size: 1.7142857143rem;
  margin-top: 50px;
  color: #222222;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 1.2142857143rem;
  margin-top: 50px;
  color: #171717;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 1.1428571429rem;
  margin-top: 50px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h4 {
  font-size: 1.1428571429rem;
  margin-top: 50px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/* === - General page styling ==================================================================== */
/* === + WordPress classes ==================================================================== */
/* -- .align -- */
.alignleft {
  float: left;
  margin-right: 22px;
}

.alignright {
  float: right;
  margin-left: 22px;
}

.alignleft:after,
.alignright:after {
  content: "";
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 16px auto;
  text-align: center;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 0.8571428571rem;
  margin-top: 0;
  padding-top: 10px;
  text-align: center;
}

span.normal {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  color: #ffffff;
  border-color: #787878;
  background-color: #000000;
  border: none;
  vertical-align: middle;
  width: 200px;
  line-height: 56px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  color: #fff;
}
span.normal:hover {
  opacity: 0.7;
}
span.normal:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  color: #fff;
  margin-left: 0.5em;
  content: "\f138";
  position: absolute;
  top: 21px;
  right: 10px;
}

span.important {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  color: #ffffff;
  border-color: #787878;
  background-color: #405582;
  border: none;
  vertical-align: middle;
  width: 200px;
  line-height: 56px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  color: #fff;
}
span.important:hover {
  opacity: 0.7;
}
span.important:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  color: #fff;
  margin-left: 0.5em;
  content: "\f138";
  position: absolute;
  top: 21px;
  right: 10px;
}

span.conversion {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  color: #ffffff;
  border-color: #787878;
  background-color: #e93c3c;
  border: none;
  vertical-align: middle;
  width: 200px;
  line-height: 56px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  color: #fff;
}
span.conversion:hover {
  opacity: 0.7;
}
span.conversion:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  color: #fff;
  margin-left: 0.5em;
  content: "\f138";
  position: absolute;
  top: 21px;
  right: 10px;
}

span.free-induction {
  width: 200px;
  padding-right: 20px;
}

/* === - WordPress classes ==================================================================== */
/* === + wrapper ==================================================================== */
/*IEのデフォルトのセレクト矢印を削除
  代わりに議事要素を各箇所に記載 */
select::-ms-expand {
  display: none;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  :
	background: #ffffff;
}
.wrapper .header-global-nav {
  display: none;
}
.wrapper .fixed-wrapper.is-fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.wrapper .fixed-wrapper.is-fixed .header-description-wrap {
  display: none;
}
.wrapper .fixed-wrapper.is-fixed .header-inner .site-id {
  margin: 0;
}
.wrapper .fixed-wrapper.is-fixed .header-inner .site-id img {
  width: 85%;
}
.wrapper .fixed-wrapper.is-fixed .header-inner .utility-nav {
  margin: 6px 0 0 200px;
}
.wrapper .fixed-wrapper.is-fixed .header-inner .utility-nav input {
  display: none;
}
.wrapper .fixed-wrapper.is-fixed .header-inner .utility-nav p {
  font-size: 15px;
}
.wrapper .fixed-wrapper.is-fixed .header-inner .header-advertising-banner-pc {
  margin: 0 0 0 40px;
}

/* === - wrapper ==================================================================== */
/* === + header ==================================================================== */
.header-description-wrap {
  background-color: #eeeeee;
}
.header-description-wrap .header-description {
  *zoom: 1;
  font-size: 0.8571428571rem;
  width: 1210px;
  margin: 0 auto;
  padding: 3px 0;
}
.header-description-wrap .header-description:before, .header-description-wrap .header-description:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.header-description-wrap .header-description:after {
  clear: both;
}
.header-description-wrap .header-description p {
  float: left;
  margin: 0;
  color: #484747;
}
.header-description-wrap .header-description nav {
  float: right;
}
.header-description-wrap .header-description nav ul {
  *zoom: 1;
  margin: 0;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
.header-description-wrap .header-description nav ul:before, .header-description-wrap .header-description nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.header-description-wrap .header-description nav ul:after {
  clear: both;
}
.header-description-wrap .header-description nav ul li {
  float: left;
  margin-left: 20px;
}

.header-inner {
  *zoom: 1;
  width: 1210px;
  display: flex;
  margin: 6px auto 0px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.header-inner:before, .header-inner:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.header-inner:after {
  clear: both;
}
.header-inner .site-id {
  margin: 12px 0 15px;
}
.header-inner .utility-nav {
  margin: 18px 0 0 auto;
}
.header-inner .utility-nav ul {
  *zoom: 1;
  margin: 0;
}
.header-inner .utility-nav ul:before, .header-inner .utility-nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.header-inner .utility-nav ul:after {
  clear: both;
}
.header-inner .utility-nav ul li {
  float: left;
  margin-left: 18px;
}
.header-inner .utility-nav ul li:nth-child(2){
  margin-left: 0;
}
.header-inner .searchform-button {
  display: none;
}
.header-inner .searchform-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1.1964285714rem;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -0.5em;
  color: #222222;
  content: "\f002";
}
.header-inner .searchform {
  vertical-align: middle;
}
.header-inner .searchform input[type="text"] {
  border-radius: 3px 0 0 3px;
  padding: 7px 6px 7px;
  border: 2px solid #a0a0a0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 180px;
  box-sizing: border-box;
  height: 100%;
}
.header-inner .searchform input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
  padding: 5px 6px 5px;
  font-size: 20px;
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
}
.header-inner .searchform-input-group {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 34px;
}
.is-fixed .header-inner .searchform-input-group {
  height: 0;
}
.header-inner .searchform p {
  font-size: 0.8571428571rem;
  margin: 0;
  text-align: right;
}
.header-inner .searchform p a {
  color: #171717;
}

.global-nav {
  font-size: 1.1428571429rem;
  width: 100%;
  height: 40px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  border-bottom: 3px solid #5d8de4;
  background-color: #ffffff;
}
.global-nav span.sub-menu-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1rem;
  position: absolute;
  top: 12px;
  right: 15px;
  display: inline-block;
  color: #222222;
  content: "\f105";
}
.global-nav span.sub-menu-button i {
  display: none;
}
.global-nav .global-nav-button {
  display: none;
}
.global-nav > ul {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.global-nav > ul > li {
  position: relative;
  flex-grow: 1;
}
.global-nav > ul > li > ul {
  border-radius: 0 0 3px 3px;
  box-shadow: 2px 2px 7px -3px #000000;
  display: none;
  position: absolute;
  top: 2.88rem;
  left: 50%;
  z-index: 10;
}
.global-nav > ul > li > ul:before {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -7px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 7px solid #5d8de4;
}
.global-nav > ul > li > ul a {
  border-radius: 0 0 0 0;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  background-color: #5d8de4;
}
.global-nav > ul > li > ul a:hover {
  background-color: #405582;
}
.global-nav > ul > li > ul a:after {
  display: none;
}
.global-nav > ul > li > ul li:last-child a {
  border-radius: 0 0 3px 3px;
  border-bottom: none;
}
.global-nav > ul > li:hover > ul {
  display: block;
}
.global-nav > ul > li:first-child ul {
  display: none;
}
.global-nav a {
  border-radius: 3px 3px 0 0;
  display: block;
  padding: 6px 0 7px;
  color: #222222;
  font-weight: bold;
  text-decoration: none;
}
.global-nav a:hover {
  background-color: #d1e1ff;
}
.global-nav a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1rem;
  display: none;
  float: right;
  margin-top: 0.5em;
  color: #ffffff;
  content: "\f067";
}
.global-nav a.child-open:after {
  content: "\f068";
}
.global-nav .current-post-ancestor a, .global-nav .current-menu-parent a, .global-nav .current-post-parent a, .global-nav .current-menu-item a {
  color: #ffffff;
  background-color: #5d8de4;
}

.global-sub-nav {
  font-size: 1.0714285714rem;
  background-color: #f3f2f2;
}
.global-nav.is-fixed + .global-sub-nav {
  margin-top: 40px;
}
.global-sub-nav ul {
  *zoom: 1;
  width: 1210px;
  margin: 0 auto;
}
.global-sub-nav ul:before, .global-sub-nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.global-sub-nav ul:after {
  clear: both;
}
.global-sub-nav li {
  float: left;
  margin-left: 20px;
  padding: 13px 0;
}
.global-sub-nav li:first-child {
  margin-left: 5px;
  margin-right: 10px;
}
.global-sub-nav li:first-child .pick-date {
  position: relative;
  padding-left: 4rem;
  border-left: none;
}
.global-sub-nav li:first-child .pick-date:before {
  font-size: 0.8571428571rem;
  border-radius: 3px 0 0 3px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "NEW!";
  padding: 0.52em;
  color: #ffffff;
  border-color: #5d8de4;
  background-color: #5d8de4;
}

.breadcrumb {
  width: 1210px;
  margin: 16px auto 21px;
}
.breadcrumb .series-list {
  display: inline;
}
.breadcrumb ul {
  *zoom: 1;
}
.breadcrumb ul:before, .breadcrumb ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.breadcrumb ul:after {
  clear: both;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:before {
  content: '＞';
}
.breadcrumb ul li:first-child:before {
  content: '';
}
.breadcrumb a {
  color: #171717;
}

/* === - header ==================================================================== */
/* === + primary secondary article wysiwyg ==================================================================== */
.content {
  *zoom: 1;
  width: 1210px;
  margin: 20px auto 0;
}
.content:before, .content:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.content:after {
  clear: both;
}
.breadcrumb + .content {
  margin-top: 0;
}

.primary {
  *zoom: 1;
  float: left;
  width: 870px;
  margin-bottom: 30px;
}
.primary:before, .primary:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.primary:after {
  clear: both;
}
body.error404 .primary {
  width: 1170px;
}
.primary > *:first-child {
  margin-top: 0 !important;
}
.primary > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.secondary {
  *zoom: 1;
  float: right;
  width: 300px;
}
.secondary:before, .secondary:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.secondary:after {
  clear: both;
}
.secondary > * {
  margin-bottom: 30px !important;
}
.secondary > *:first-child {
  margin-top: 0 !important;
}
.secondary > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.edit-area {
  *zoom: 1;
}
.edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}
.edit-area.mce-content-body {
  width: 984px;
}
.edit-area.mce-content-body .clearfix,
.edit-area.mce-content-body .clearbox {
  border: 1px solid #dddddd;
}
.edit-area ul > li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  display: flex;
  align-items: center;
  align-content: center;
}
.edit-area ul > li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1.1964285714rem;
  content: "\f105";
  margin-right: 6px;
}
.edit-area ol {
  counter-reset: olcnt;
  padding-right: 10px;
}
.edit-area ol > li {
  list-style: none;
}
.edit-area ol > li:before {
  text-align: center;
  font-size: 12px;
  padding: 1px 5px;
  color: white;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #5d8de4;
  counter-increment: olcnt;
  content: counter(olcnt);
}
.edit-area h2, .edit-area h3, .edit-area h4, .edit-area table {
  clear: both;
}
.edit-area a {
  color: #1111cc;
  text-decoration: none;
}
.edit-area a:hover {
  text-decoration: underline;
}
.edit-area a:visited {
  color: #5f0dab;
}
.edit-area BLOCKQUOTE {
  background-image: url("../images/form-page.gif");
  padding: 1px 15px;
}
.edit-area BLOCKQUOTE p {
  background-color: #fff;
  padding: 5px 20px;
}
.edit-area table {
  background-image: url("../images/form-page.gif");
  padding: 15px;
  width: 100%;
  height: 200px;
  border-collapse: separate;
  font-size: 18px;
}
.edit-area table td {
  background-color: #fff;
  vertical-align: middle;
  border: 2px solid transparent;
  padding: 15px 40px;
}
.edit-area table th {
  font-family: "游ゴシック体";
  background-color: #fff;
  border: 2px solid transparent;
  padding: 20px;
  box-sizing: border-box;
  width: 30%;
}
.edit-area table span.required {
  color: #E00;
}
.edit-area table input {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #cbcbcb;
}
.edit-area table input[type="checkbox"] {
  display: none;
}
.edit-area:before, .edit-area:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.edit-area:after {
  clear: both;
}

/* === - primary secondary article wysiwyg ==================================================================== */
/* === + primary ==================================================================== */
.primary h1 {
  padding: 6px 19px;
  border-left: 8px solid #5d8de4;
  background-color: #f3f2f2;
}
.primary h1 + .link-more {
  margin: -3.7rem 0 2.2rem;
}
body.archive .primary h1 {
  margin-top: 25px;
}
.primary h2 {
  padding: 6px 12px;
  border-bottom: 2px solid #5d8de4;
  background-color: #f1f1f1;
}
.primary h2 + .link-more {
  margin: -3.4rem 0 1.9rem;
}
.primary h3 {
  font-size: 21px;
}
.primary h4 {
  font-size: 17px;
  border-bottom: 2px solid #5d8de4;
}
.primary h5 {
  font-size: 17px;
  color: #5d8de4;
}
.primary h6 {
  font-size: 17px;
}

/* === - primary ==================================================================== */
/* === + secondary ==================================================================== */
.secondary h2 {
  border-radius: 3px 3px 3px 3px;
  margin: 0;
  padding: 8px 15px;
  color: #ffffff;
  background-color: #405582;
}
.secondary h2 + .link-more {
  margin: -2.4rem 0 0.9rem;
  padding-right: 8px;
}
.secondary h2 + .link-more a {
  color: #ffffff;
}
.secondary h2 + .link-more a:after {
  color: #ffffff;
}
.secondary .ranking .ranking-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}
.secondary .ranking .ranking-switcher > h2 {
  box-sizing: border-box;
  flex-basis: 150px;
  max-width: 150px;
}
.secondary .ranking h2 {
  box-sizing: border-box;
  font-size: 1.1428571429rem;
  color: #222222;
  text-align: center;
  line-height: 1.06;
  background-color: #f3f2f2;
}
.secondary .ranking h2.current {
  color: #ffffff;
  background-color: #405582;
}
.secondary .ranking .ranking-block {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.42;
}
.secondary .ranking .ranking-block ol {
  counter-reset: olcnt;
  display: none;
  margin-top: 0;
}
.secondary .ranking .ranking-block ol:first-child {
  display: block;
}
.secondary .ranking .ranking-block ol li:nth-child(2n) {
  background-color: #f6f6f6;
}
.secondary .ranking a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 8px 10px 8px 3em;
  color: #222222;
  text-decoration: none;
  vertical-align: middle;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
}
.secondary .ranking a:hover {
  color: #5d8de4;
  text-decoration: underline;
}
.secondary .ranking a:before {
  counter-increment: olcnt;
  content: counter(olcnt);
  position: absolute;
  top: auto;
  left: 1em;
}
.secondary .ranking li:first-child a:before {
  content: '';
  left: 0.3em;
  width: 28px;
  height: 24px;
  background: url("../images/crown.png") no-repeat 0 0/100% auto;
}
.secondary .ranking li:first-child + li a:before {
  content: '';
  left: 0.3em;
  width: 28px;
  height: 24px;
  background: url("../images/crown.png") no-repeat 0 -24.5px/100% auto;
}
.secondary .ranking li:first-child + li + li a:before {
  content: '';
  left: 0.3em;
  width: 28px;
  height: 24px;
  background: url("../images/crown.png") no-repeat 0 bottom/100% auto;
}

#wp-calendar {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
#wp-calendar caption {
  border-radius: 3px 3px 0 0;
  font-size: 1.2857142857rem;
  padding: 8px 15px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-weight: bold;
  background-color: #405582;
}
#wp-calendar thead th, #wp-calendar thead td, #wp-calendar tbody th, #wp-calendar tbody td {
  width: 37px;
  height: 34px;
  padding: 0;
  border: 1px solid #d6d6d6;
}
#wp-calendar thead th, #wp-calendar tbody th {
  text-align: center;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  background-color: #ededed;
}
#wp-calendar thead td, #wp-calendar tbody td {
  background-color: #ffffff;
}
#wp-calendar thead tr th:last-child, #wp-calendar thead tr td:last-child, #wp-calendar tbody tr th:last-child, #wp-calendar tbody tr td:last-child {
  background-color: #fff2ef;
}
#wp-calendar thead tr th:nth-last-child(2), #wp-calendar thead tr td:nth-last-child(2), #wp-calendar tbody tr th:nth-last-child(2), #wp-calendar tbody tr td:nth-last-child(2) {
  background-color: #eff2ff;
}
#wp-calendar thead #today, #wp-calendar tbody #today {
  color: #ffffff;
  background-image: radial-gradient(#5d8de4 57%, transparent 69%);
}
#wp-calendar thead #today a, #wp-calendar tbody #today a {
  color: #ffffff;
}
#wp-calendar tfoot td {
  padding: 10px 0 0;
  border: none;
}
#wp-calendar tfoot td a {
  border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  display: block;
  padding: 0.38rem 0.5rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #405582;
  background-color: #405582;
}
#wp-calendar tfoot td a:hover {
  background-color: #5d8de4;
}
#wp-calendar tfoot td#prev a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1rem;
  position: relative;
  top: auto;
  left: -1em;
  color: #ffffff;
  margin-right: 0.5em;
  content: "\f137";
}
#wp-calendar tfoot td#next a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1rem;
  position: relative;
  top: auto;
  right: -1em;
  color: #ffffff;
  margin-left: 0.5em;
  content: "\f138";
}

/* === - secondary ==================================================================== */
/* === + footer ==================================================================== */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1210px;
  margin: 24px auto 0;
}
.footer-content > section {
  box-sizing: border-box;
  flex-basis: 585px;
  max-width: 585px;
}
.footer-content h2 {
  font-size: 1.7142857143rem;
  margin: 0;
  padding: 8px 18px;
  color: #ffffff;
  background-color: #5d8de4;
}
.footer-content h2 + .link-more {
  margin: -2.7rem 0 1.3rem;
}
.footer-content h2 + .link-more a {
  color: #ffffff;
}
.footer-content h2 + .link-more a:after {
  color: #ffffff;
}
.footer-content .arrow-list.post a:hover {
  color: #222222;
  text-decoration: none;
  background-color: #f1f1f1;
}

.footer {
  position: relative;
  margin-top: 84px;
  background-color: #ededed;
}
.footer .content {
  position: relative;
}
.footer img.kangaroo {
  position: absolute;
  right: 560px;
  right: 90px;
  top: 8px;
  height: 90%;
}
.footer .pagetop {
  display: none;
  position: fixed;
  bottom: 162px;
  left: 50%;
  z-index: 50;
  margin-left: 530px;
}
.footer .pagetop a {
  box-sizing: border-box;
  border-radius: 5px 5px 5px 5px;
  font-size: 1.1428571429rem;
  display: inline-block;
  width: 55px;
  height: 55px;
  padding-top: 27px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color: #5d8de4;
}
.footer .pagetop a:hover {
  background-color: #405582;
}
.footer .pagetop a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  position: absolute;
  top: 0;
  left: 50%;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  margin-left: -0.3em;
  content: "\f106";
}
.footer .utility-footer-nav {
  width: 1210px;
  margin: 0 auto;
  padding: 22px 0 23px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.footer .utility-footer-nav ul {
  *zoom: 1;
  margin: 0;
  width: 800px;
}
.footer .utility-footer-nav ul:before, .footer .utility-footer-nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.footer .utility-footer-nav ul:after {
  clear: both;
}
.footer .utility-footer-nav ul li {
  float: left;
  width: 200px;
  margin-bottom: 7px;
  font-weight: bold;
}
.footer .sns-footer-nav {
  display: none;
}
.footer .copyright {
  padding: 26px 0 24px;
  text-align: center;
  background-color: #222222;
}
.footer .copyright p {
  margin: 0 0 2px;
  color: #ffffff;
}
.footer .copyright p small {
  font-size: 1rem;
}
.footer .copyright p + p {
  margin: 0;
  color: #bbbbbb;
}
.footer .copyright p + p small {
  font-size: 0.7857142857rem;
}
.footer .copyright br {
  display: none;
}

/* === - footer ==================================================================== */
/* === + non-semantic helper classes ==================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.forsp {
  display: none !important;
}

.arrow-list {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.arrow-list a {
  position: relative;
  padding-left: 1em;
  color: #222222;
  text-decoration: none;
}
.arrow-list a:hover {
  color: #5d8de4;
  text-decoration: underline;
}
.arrow-list a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -0.5em;
  color: #222222;
  content: "\f105";
}
.arrow-list .element_sidebar:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  position: absolute;
  top: 17px;
  left: 0;
  margin-top: -0.5em;
  color: #222222;
  content: "\f105";
}
.arrow-list.post {
  margin-top: 0;
  line-height: 1.42;
}
.arrow-list.post a {
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 28px;
  vertical-align: middle;
  border-bottom: 1px solid #d6d6d6;
}
.arrow-list.post a:before {
  padding-left: 0.8em;
}
.arrow-list.mutually li:nth-child(2n) {
  background-color: #f6f6f6;
}

.post-list, .taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
}
.post-list > article, .taxonomy-list > article {
  box-sizing: border-box;
  flex-basis: 435px;
  max-width: 435px;
}
.post-list article, .taxonomy-list article {
  *zoom: 1;
  position: relative;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.post-list article:before, .taxonomy-list article:before, .post-list article:after, .taxonomy-list article:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.post-list article:after, .taxonomy-list article:after {
  clear: both;
}
.post-list article span.display_nweb, .taxonomy-list article span.display_nweb {
  float: right;
}
.post-list .post-list-link, .taxonomy-list .post-list-link {
  *zoom: 1;
  display: block;
  height: 100%;
  text-decoration: none;
}
.post-list .post-list-link:before, .taxonomy-list .post-list-link:before, .post-list .post-list-link:after, .taxonomy-list .post-list-link:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.post-list .post-list-link:after, .taxonomy-list .post-list-link:after {
  clear: both;
}
.post-list .post-list-link:hover, .taxonomy-list .post-list-link:hover {
  background-color: #f1f1f1;
}
.post-list .post-list-link:hover img, .taxonomy-list .post-list-link:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.post-list .post-list-link:hover .post-section, .taxonomy-list .post-list-link:hover .post-section {
  background-color: #787878;
}
.post-list figure, .taxonomy-list figure {
  float: left;
  width: 126px;
  padding: 15px 0 15px 14px;
}
.post-list figure.figure_sp, .taxonomy-list figure.figure_sp {
  text-align: center;
}
.post-list .post-section, .taxonomy-list .post-section {
  font-size: 0.8571428571rem;
  display: block;
  width: 126px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background-color: #222222;
}
.post-list .post-list-text, .taxonomy-list .post-list-text {
  *zoom: 1;
  box-sizing: border-box;
  float: right;
  width: 293px;
  padding: 15px 15px 15px 12px;
}
.post-list .post-list-text:before, .taxonomy-list .post-list-text:before, .post-list .post-list-text:after, .taxonomy-list .post-list-text:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.post-list .post-list-text:after, .taxonomy-list .post-list-text:after {
  clear: both;
}
.post-list time, .taxonomy-list time {
  font-size: 0.9285714286rem;
  display: block;
  width: 86px;
  color: #ffffff;
  text-align: center;
  background-color: #405582;
}
.post-list h2, .taxonomy-list h2 {
  font-size: 1.1428571429rem;
  margin: 15px 0 0;
  padding: 0;
  line-height: 1.375;
  border-bottom: none;
  background-color: transparent;
}
.post-list .post-list-tag, .taxonomy-list .post-list-tag {
  font-size: 0.9285714286rem;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 14px;
  margin: 0;
}
.post-list .post-list-tag a, .taxonomy-list .post-list-tag a {
  padding: 0.1em 0.3em;
  color: #171717;
  text-decoration: none;
  background-color: #d8d8d8;
}
.post-list .post-list-tag a:hover, .taxonomy-list .post-list-tag a:hover {
  text-decoration: underline;
}
.post-list.pick-first > article:nth-child(2n), .taxonomy-list > article:nth-child(2n) {
  border-left: 1px solid #d6d6d6;
}
.post-list.pick-first > article time:before, .taxonomy-list > article time:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  display: none;
  margin-right: 0.5em;
  vertical-align: inherit;
  content: "\f073";
}
.post-list.pick-first > article:first-child, .taxonomy-list > article:first-child {
  flex-basis: 100%;
  max-width: 100%;
  border-left: 1px solid #d6d6d6;
}
.post-list.pick-first > article:first-child figure, .taxonomy-list > article:first-child figure {
  width: 390px;
  padding-bottom: 15px;
}
.post-list.pick-first > article:first-child .post-list-text, .taxonomy-list > article:first-child .post-list-text {
  width: 464px;
  padding-left: 20px;
}
.post-list.pick-first > article:first-child time, .taxonomy-list > article:first-child time {
  display: inline;
  width: auto;
  color: #171717;
  background-color: transparent;
}
.post-list.pick-first > article:first-child time:before, .taxonomy-list > article:first-child time:before {
  display: inline-block;
}
.post-list.pick-first > article:first-child .post-section, .taxonomy-list > article:first-child .post-section {
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  padding: 0 1.3rem;
}
.post-list.pick-first > article:first-child h2, .taxonomy-list > article:first-child h2 {
  font-size: 1.5rem;
  margin: 23px 0 11px;
}
.post-list.pick-first > article:first-child h2 + p, .taxonomy-list > article:first-child h2 + p {
  margin: 0;
  color: #171717;
  word-break: break-all;
}
.post-list.pick-first > article:first-child .post-list-tag, .taxonomy-list > article:first-child .post-list-tag {
  left: 578px;
  right: auto;
  font-size: 0.9285714286rem;
  display: inline-block;
}
.post-list.pick-first > article:first-child .post-list-tag a, .taxonomy-list > article:first-child .post-list-tag a {
  padding: 0.1em 0.3em;
  color: #171717;
  text-decoration: none;
  background-color: #d8d8d8;
}
.post-list.pick-first > article:first-child .post-list-tag a:hover, .taxonomy-list > article:first-child .post-list-tag a:hover {
  text-decoration: underline;
}
.post-list.pick-first .link-button.more, .taxonomy-list .link-button.more {
  float: right;
  margin: 19px 0 0;
}

.post-list-image-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-list-image-block > article {
  box-sizing: border-box;
  flex-basis: 276px;
  max-width: 276px;
}
.post-list-image-block article {
  margin-bottom: 20px;
}
.post-list-image-block article:first-child, .post-list-image-block article:nth-child(2) {
  flex-basis: 415px;
  max-width: 415px;
}
.post-list-image-block a {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #000000;
}
.post-list-image-block a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.post-list-image-block a:hover .post-list-meta {
  height: 133px;
}
.post-list-image-block .post-list-meta {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 7px 13px 13px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  transition: height 0.3s;
}
.post-list-image-block time {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.post-list-image-block h2 {
  font-size: 1.2857142857rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
.post-list-image-block p {
  font-size: 0.8571428571rem;
  margin: 0;
}

.link-button {
  border-radius: 3px 3px 3px 3px;
  display: block;
  padding: 0.2rem 0.5rem 0.25rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #a6a6a6;
  background-color: #ffffff;
}
.link-button.login {
  padding-left: 1em;
  padding-right: 1em;
  color: #5d8de4;
  border: 2px solid #5d8de4;
}
.link-button.login:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1.1964285714rem;
  margin-right: 0.5em;
  content: "\f084";
}
.link-button.login:hover {
  background-color: #d1e1ff;
}
.link-button.register {
  padding-left: 1em;
  padding-right: 1em;
  color: #ffffff;
  border: 2px solid #e93c3c;
  background-color: #e93c3c;
}
.link-button.register:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1.1964285714rem;
  margin-right: 0.5em;
  content: "\f007";
}
.link-button.register:hover {
  background-color: #f49595;
}
.link-button.mypage {
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  border: 2px solid #d0be00;
  background-color: #d0be00;
}
.link-button.mypage:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1.1964285714rem;
  margin-right: 0.5em;
  content: "\f007";
}
.link-button.mypage:hover {
  background-color: #dad173;
}
.link-button.pick-date:hover {
  background-color: #cecdcd;
}
.link-button.more {
  padding-left: 19px;
  padding-right: 13px;
  color: #ffffff;
  border-color: #787878;
  background-color: #787878;
}
.link-button.more:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1rem;
  color: #ffffff;
  margin-left: 0.5em;
  content: "\f138";
}

.link-more {
  font-size: 0.8571428571rem;
  margin: 0;
  padding-right: 20px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: right;
}
.link-more a {
  color: #000000;
  text-decoration: none;
}
.link-more a:hover {
  color: #5d8de4;
  text-decoration: underline;
}
.link-more a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  color: #5d8de4;
  margin-left: 0.5em;
  content: "\f138";
}

/* === - non-semantic helper classes ==================================================================== */
/* ========================================== */
/*                                            */
/* page design                                */
/*                                            */
/* ========================================== */
/* === + single ==================================================================== */
.single-header h1 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0.25em;
  padding: 0;
  line-height: 1.4;
  border: none;
  background-color: transparent;
}
.single-header time {
  font-size: 0.9285714286rem;
}
.single-header time:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  margin-right: 0.5em;
  vertical-align: inherit;
  content: "\f073";
}
.single-header .single-category {
  display: inline;
}
.single-header .single-category a {
  margin-left: 20px;
  padding: 0.1em 0.3em;
  color: #171717;
  text-decoration: none;
  background-color: #d8d8d8;
}
.single-header .single-category a:hover {
  text-decoration: underline;
}
.single-header .post-section {
  display: inline;
  margin-left: 20px;
  text-decoration: none;
}

.single-header-nav ul {
  margin: 5px 0;
}
.single-header-nav li {
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
}
.single-header-nav .twitter a {
  font-size: 1.5714285714rem;
  display: block;
  width: 89px;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  background-color: #55acee;
}
.single-header-nav .twitter a i {
  vertical-align: middle;
}
.single-header-nav .facebook a {
  font-size: 1.5714285714rem;
  width: 89px;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  background-color: #315096;
}
.single-header-nav .facebook a i {
  vertical-align: middle;
}
.single-header-nav .print a {
  font-size: 0.9285714286rem;
  display: block;
  padding: 0 1em;
  color: #222222;
  text-align: center;
  line-height: 2.2;
  font-weight: bold;
  text-decoration: none;
  background-color: #f3f2f2;
  border: 1px solid #999999;
}
.single-header-nav .print a i {
  font-size: 1.5714285714rem;
  margin-right: 0.3em;
  vertical-align: middle;
}
.single-header-nav .favorite a {
  font-size: 0.9285714286rem;
  display: block;
  padding: 0 1em;
  text-align: center;
  line-height: 2.2;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #4c7fdc;
}
.single-header-nav .favorite .add i {
  margin-right: 0.3em;
  vertical-align: middle;
}
.single-header-nav .favorite .del i {
  margin-right: 0.3em;
  vertical-align: middle;
}
.single-header-nav .favorite .max i {
  color: #FF0000;
  margin-right: 0.3em;
  vertical-align: middle;
}

.single-footer-tag {
  display: table;
  margin-top: 10px;
  vertical-align: middle;
}
.single-footer-tag h2 {
  font-size: 1rem;
  display: table-cell;
  padding: 0 0.5em 0 0;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  border: none;
  background-color: transparent;
  width: 72px;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
}
.single-footer-tag ul {
  font-size: 0.9285714286rem;
  display: table-cell;
}
.single-footer-tag ul li {
  display: inline-block;
  margin-right: 1em;
}
.single-footer-tag ul a {
  color: #171717;
}
.single-footer-tag ul a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  margin-right: 0.3em;
  content: "\f02b";
}

.single-footer-relation h2 {
  margin: 40px 0 0;
}
.single-footer-relation ul > li {
  position: relative;
  margin-bottom: 0.35em;
  padding-left: 1em;
}
.single-footer-relation ul > li:before {
  content: "\30FB";
  position: absolute;
  top: 0;
  left: 0;
}

/* === - archive ==================================================================== */
.lock-head {
  position: relative;
}
.lock-head:after {
  content: '';
  background: url(../images/locked.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 12px;
  margin-left: 5px;
  margin-top: 2px;
}

.lock-front {
  position: relative;
}
.lock-front:after {
  content: '';
  background: url(../images/locked.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 12px;
  margin-left: 5px;
  margin-top: 5px;
}

.lock-footer {
  position: relative;
}
.lock-footer:after {
  content: '';
  background: url(../images/locked.png) no-repeat;
  width: 20px;
  height: 19px;
  background-size: 12px;
  margin-left: 5px;
}

.lock-side {
  position: relative;
}
.lock-side:after {
  content: '';
  background: url(../images/locked.png) no-repeat;
  width: 20px;
  height: 19px;
  background-size: 12px;
  margin-left: 5px;
  position: absolute;
  right: -3px;
}

.archive-search {
  padding: 15px 10px;
  border: 6px solid #ddd;
  text-align: center;
}
.archive-search form {
  width: 100%;
}
.archive-search form label {
  font-weight: bold;
  font-size: 1.2857142857rem;
}
.archive-search form label:first-child {
  letter-spacing: 15px;
}
.archive-search form .publish-date {
  margin-right: 25px;
}
.archive-search form .publish-date input[type="date"] {
  border-radius: 3px 3px 3px 3px;
  padding: 0.5rem 0.4rem 0.5rem;
  border: 1px solid #a0a0a0;
  width: 120px;
}
.archive-search form .keyword-search input[type="text"] {
  border-radius: 3px 0 0 3px;
  border: 1px solid #a0a0a0;
  width: 223px;
  height: 32px;
}
.archive-search form input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
  width: 36px;
  font-size: 1.5rem;
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 6px 0px 7px;
}

/* === - series-list==================================================================== */
.series-list {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
}
.series-list:last-child {
  border-bottom: none;
}
.series-list figure {
  width: 276px;
  margin: 30px 20px 30px 0;
}
.series-list figure img {
  max-width: 100%;
  height: auto;
}
.series-list .series-list-text {
  width: 570px;
}
.series-list .series-list-text h2 {
  font-size: 1.1428571429rem;
  margin: 30px 0 0;
  padding: 0;
  line-height: 1.375;
  border-bottom: none;
  background-color: transparent;
  font-size: 1.5rem;
}
.series-list .series-list-text .buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.series-list .series-list-text .buttons .link-button {
  color: #ffffff;
  background-color: #000000;
  vertical-align: middle;
  position: relative;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
  width: 25%;
  padding: 8px 0 8px 20px;
}
.series-list .series-list-text .buttons .link-button:hover {
  opacity: 0.7;
}
.series-list .series-list-text .buttons .link-button:nth-child(2) {
  background-color: #405582;
}
.series-list .series-list-text .buttons .first-read:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  color: #ffffff;
  content: "\f137";
  position: absolute;
  top: 13px;
  left: 10px;
}
.series-list .series-list-text .buttons .archive-read {
  margin: 0 20px 0 20px;
}
.series-list .series-list-text .buttons .archive-read:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  color: #ffffff;
  content: "\f037";
  position: absolute;
  top: 13px;
  left: 10px;
}
.series-list .series-list-text .buttons .last-read:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  color: #ffffff;
  content: "\f138";
  position: absolute;
  top: 13px;
  right: 10px;
}
.series-list .series-list-text .buttons .last-read span {
  padding-right: 15%;
}

/* === taxonomy-list ==================================================================== */
.taxonomy-list {
  border-top: none;
}
.taxonomy-list article:first-child {
  display: flex;
  border-right: none;
  border-left: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.taxonomy-list #figure_test {
  width: 275px;
  padding: 0;
  margin-top: 23px;
}
.taxonomy-list h2 {
  margin: 30px 0 11px;
}
.taxonomy-list .buttons {
  width: 100%;
  margin: 20px 0 10px 0;
  display: flex;
  justify-content: center;
}
.taxonomy-list .link-button {
  color: #ffffff;
  border-color: #787878;
  background-color: #000;
  float: left;
  vertical-align: middle;
  position: relative;
  padding: 13px 50px;
  text-align: center;
}
.taxonomy-list .link-button:hover {
  opacity: 0.7;
}
.taxonomy-list .taxonomy-series-text {
  box-sizing: border-box;
  float: left;
  width: 446px;
  margin-left: 20px;
}
.taxonomy-list .first-read {
  text-align: center;
  margin-right: 20px;
}
.taxonomy-list .last-read {
  text-align: center;
}

.pager {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  color: #171717;
}
.pager li {
  float: left;
  margin-right: 10px;
}
.pager li:nth-child(n+1):nth-child(-n+8) {
  font-weight: bold;
}
.pager a {
  border-radius: 3px 3px 3px 3px;
  padding: 11px 14px;
  border: 1px solid #c4c4c4;
  color: #000;
  padding: 11px 14px;
  text-decoration: none;
}
.pager a:hover {
  background-color: #5d8de4;
}

/* === - contact==================================================================== */
.wpcf7-form {
  position: relative;
}
.wpcf7-form input[type="submit"] {
  background-color: #e93c3c;
  margin: 0 auto;
  padding: 13px 45px 13px 45px;
  color: #ffffff;
  border: none;
}
.wpcf7-form span.wpcf7-form-control-wrap.your-type:before {
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  right: 1px;
  top: -6px;
  content: "▼";
  color: #405582;
  font-size: 15px;
  padding: 6px;
  display: block;
  text-align: center;
  pointer-events: none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cbcbcb;
  vertical-align: middle;
}
.wpcf7-form .area {
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  height: 40px;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 30px 0;
}
.wpcf7-form span.wpcf7-list-item a {
  text-decoration: underline;
  color: #5d8de4;
}
.wpcf7-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:after {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  margin-right: 0.5em;
  content: "\f073";
}
.wpcf7-form .contact_submit {
  text-align: center;
  background-color: #fff;
}
.wpcf7-form .contact_submit .c-checkbox-pc {
  position: relative;
}
.wpcf7-form .contact_submit .c-checkbox-pc .alternative-pc {
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  display: block;
  vertical-align: bottom;
  width: 17px;
  height: 17px;
  top: 60px;
  left: -181px;
  border: 1px solid #c7c7c7;
}
.wpcf7-form .contact_submit .c-checkbox-pc .alternative-pc:before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  background-color: #fff;
}
.wpcf7-form .contact_submit .c-checkbox-pc input[type="checkbox"] {
  display: none;
}
.wpcf7-form .contact-check:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 5px;
  width: 10px;
  height: 19px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e93c3c;
  border-right: 3px solid #e93c3c;
}
.wpcf7-form .wpcf7-recaptcha {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 304px;
}

/* === - favorite-post==================================================================== */
.bulk-action {
  margin: 30px 0 20px;
  text-align: right;
  /* input要素の代替（外側）：チェック後 */
  /* input要素の代替（内側）：チェック後 */
}
.bulk-action select {
  border-radius: 3px 3px 3px 3px;
  width: 235px;
  height: 33px;
  margin-right: 18px;
}
.bulk-action input {
  border-radius: 3px 3px 3px 3px;
  padding: 10px 20px;
  border-color: #787878;
  background-color: #787878;
  color: #fff;
  border: #000;
}
.bulk-action .check-all {
  float: left;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
}
.bulk-action .all-item {
  display: none;
}
.bulk-action .alternative-all {
  position: absolute;
  display: block;
  vertical-align: bottom;
  width: 17px;
  height: 17px;
  left: -25px;
  top: 2px;
  background-color: #fff;
}
.bulk-action .alternative-all:before,
.bulk-action .alternative-all:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bulk-action .alternative-all:before {
  border-radius: 3px 3px 3px 3px;
  width: 17px;
  height: 17px;
  border: 1px solid #c7c7c7;
  top: 0;
  left: 0;
}
.bulk-action .check-all input[type="checkbox"]:checked + .alternative-all:before {
  background-color: #fcfcfc;
  border-radius: 4px;
}
.bulk-action .check-all input[type="checkbox"]:checked + .alternative-all:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 6px;
  width: 10px;
  height: 19px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e93c3c;
  border-right: 3px solid #e93c3c;
}

.favorite-post {
  border: 1px solid #d6d6d6;
  border-right: none;
  border-left: 30px solid #e5e5e5;
  position: relative;
  /* input要素の代替 */
  /* input要素の代替（外側） */
  /* 本来のinput[type="checkbox"]を非表示 */
  /* input要素の代替（外側）：チェック後 */
  /* input要素の代替（内側）：チェック後 */
}
.favorite-post .favorite-check {
  margin-bottom: 20px;
}
.favorite-post .favorite-link {
  width: 100%;
  display: flex;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.favorite-post .alternative-pc {
  position: absolute;
  display: block;
  vertical-align: bottom;
  width: 17px;
  height: 17px;
  top: 115px;
  left: -23px;
  background-color: #fff;
}
.favorite-post .alternative-pc:before,
.favorite-post .alternative-pc:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.favorite-post .alternative-pc:before {
  border-radius: 3px 3px 3px 3px;
  width: 17px;
  height: 17px;
  border: 1px solid #c7c7c7;
  top: 0;
  left: 0;
}
.favorite-post .c-checkbox-pc input[type="checkbox"] {
  display: none;
}
.favorite-post .c-checkbox-pc input[type="checkbox"]:checked + .alternative-pc:before {
  background-color: #fcfcfc;
  border-radius: 4px;
}
.favorite-post .c-checkbox-pc input[type="checkbox"]:checked + .alternative-pc:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 6px;
  width: 10px;
  height: 19px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e93c3c;
  border-right: 3px solid #e93c3c;
}
.favorite-post .buttons-pc {
  display: flex;
  justify-content: center;
  text-align: center;
}
.favorite-post .buttons-sp {
  display: none;
}
.favorite-post .series-list-text {
  box-sizing: border-box;
  padding: 30px;
}
.favorite-post figure {
  margin: 30px 20px 30px 0;
}
.favorite-post time {
  font-size: 0.9285714286rem;
  display: inline;
  width: auto;
  color: #171717;
  background-color: transparent;
}
.favorite-post time:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  margin-right: 0.5em;
  vertical-align: inherit;
  content: "\f073";
}
.favorite-post .post-section {
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 30px;
  right: 15px;
  width: auto;
  padding: 0 1.3rem;
  font-size: 0.8571428571rem;
  color: #ffffff;
  background-color: #222222;
}
.favorite-post h2 {
  font-size: 1.1428571429rem;
  margin-top: 10px;
  padding: 0;
  line-height: 1.375;
  border-bottom: none;
  background-color: transparent;
  font-size: 1.5rem;
}
.favorite-post img {
  max-width: 276px;
  height: auto;
  margin-left: 20px;
}
.favorite-post .link-button {
  color: #fff;
  border-color: #ec621c;
  background-color: #ec621c;
  vertical-align: middle;
  padding: 12px 9px 12px 35px;
  position: relative;
}
.favorite-post .link-button:hover {
  opacity: 0.7;
}
.favorite-post span {
  line-height: 30px;
  vertical-align: middle;
}
.favorite-post .select-post {
  display: none;
}
.favorite-post .remove-post:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\f005";
  position: absolute;
  top: 16px;
  left: 10px;
}
.favorite-post .remove-post span {
  padding-left: 15%;
}
.favorite-post .read-post {
  border-color: #787878;
  background-color: #787878;
  padding: 12px 50px;
  margin: 0 20px 0 20px;
}
.favorite-post .pager {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #171717;
  padding-top: 50px;
}
.favorite-post .pager li {
  float: left;
  margin-right: 10px;
}
.favorite-post .pager li:nth-child(n+3):nth-child(-n+8) {
  font-weight: bold;
}
.favorite-post .pager li:hover {
  background-color: #5d8de4;
}
.favorite-post .pager a {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #c4c4c4;
  color: #000;
  padding: 11px 14px;
  text-decoration: none;
}

/* === - favorite-keyword==================================================================== */
#tag_live_search .search_keyword {
  display: inline-block;
  margin-left: 5px;
}
#tag_live_search #tag_name {
  width: 300px;
  display: block;
  border-radius: 3px 3px 3px 3px;
  padding: 0.5rem 0px 0.6rem;
  border: 1px solid #a0a0a0;
}
#tag_live_search #tag_name_list {
  box-shadow: 2px 2px 4px grey;
  width: 300px;
}

.favorite-keyword {
  position: relative;
}
.favorite-keyword .add {
  position: absolute;
  right: 36px;
  top: -51px;
  color: #5d8de4;
  text-decoration: none;
}
.favorite-keyword .del {
  position: absolute;
  right: 36px;
  top: -51px;
  text-decoration: none;
}
.favorite-keyword .max {
  position: absolute;
  right: 36px;
  top: -51px;
  text-decoration: none;
}

.remove-keyword {
  color: #fff;
  text-decoration: none;
  background-color: #ec621c;
  padding: 10px 30px;
  margin: 20px auto 10px;
  position: relative;
  border: #ec621c;
  display: table;
  text-align: center;
}
.remove-keyword:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  position: absolute;
  color: #fff;
  top: 13px;
  left: 8px;
  content: "\f005";
}
.remove-keyword:hover {
  opacity: 0.7;
}

.wp-tag-cloud {
  display: flex;
  flex-wrap: wrap;
}
.wp-tag-cloud li {
  border-radius: 3px 3px 3px 3px;
  margin-right: 20px;
  background-color: #808080;
  padding: 5px 20px;
  color: #fff;
  margin-bottom: 10px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.wp-tag-cloud li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 0.9664285714rem;
  margin-right: 0.5em;
  content: "\f02b";
}
.wp-tag-cloud li:hover {
  opacity: 0.7;
}
.wp-tag-cloud a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/* === - register==================================================================== */
.primary.primary-201902 {
  width: 100%;
}

#wpmem_reg {
  background-image: url("../images/form-page.gif");
  padding: 15px;
  border-collapse: separate;
  font-size: 18px;
}
#wpmem_reg fieldset {
  border: none;
  background-color: #fff;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  #wpmem_reg fieldset {
    padding: 5% 3%;
    box-sizing: border-box;
  }
}
#wpmem_reg h4 {
  border: none;
  font-size: 25px;
  text-align: center;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  #wpmem_reg h4 {
    text-align: left;
    margin: 0 auto 5%;
    font-size: 16px;
  }
}
#wpmem_reg .form_row_wrapper:not(#reader_cdWrap) {
  margin-top: 35px;
}
#wpmem_reg #postal_cdWrap:after {
  border-bottom: 2px solid #5d8de4;
  content: "";
  display: block;
  width: 100%;
  padding: 40px 0 0;
}
#wpmem_reg label {
  font-family: "Font Awesome 5 Free", 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  float: left;
  width: 25%;
  font-size: 20px;
}
#wpmem_reg label .titleWrap {
  border: 2px solid #5d8de4;
  padding: 1%;
}
@media only screen and (max-width: 768px) {
  #wpmem_reg label .titleWrap {
    padding: 1% 3%;
  }
}
@media only screen and (max-width: 768px) {
  #wpmem_reg label {
    float: none;
  }
}
#wpmem_reg .valuebBox {
  width: 75%;
  float: right;
}
#wpmem_reg .valuebBox input {
  border-radius: 3px 3px 3px 3px;
  width: 95%;
  height: 1em;
  padding: 2% 2%;
  line-height: 1em;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #wpmem_reg .valuebBox {
    float: none;
    width: 100%;
    margin-top: 2%;
  }
}
#wpmem_reg .wComments {
  margin: 5px 0 0 auto;
  font-size: 16px;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  #wpmem_reg .wComments {
    padding: 0;
  }
}
#wpmem_reg #confirm_passwordWrap .req, #wpmem_reg #confirm_emailWrap .req {
  margin-left: -.4em;
}
#wpmem_reg #usernameWrap {
  margin-top: 40px;
}
#wpmem_reg #confirm_emailWrap {
  margin-top: 64px;
}
#wpmem_reg #e_magazineWrap {
  margin-top: 53px;
}
#wpmem_reg #e_magazineWrap .valuebBox {
  position: relative;
}
#wpmem_reg #e_magazineWrap #e_magazine {
  float: left;
  width: 1em;
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#wpmem_reg #e_magazineWrap #radio_label {
  width: 70%;
  padding-left: 1.5em;
}
#wpmem_reg #accenptanceWrap .personal_info {
  float: none;
  width: 100%;
  display: block;
}
#wpmem_reg #accenptanceWrap .term_of_service {
  border-radius: 3px 3px 3px 3px;
  font-size: 13px;
  border: solid 1px #000;
  padding: 10px 20px;
  overflow: auto;
  height: 250px;
  text-align: left;
  margin-bottom: 20px;
}
#wpmem_reg #accenptanceWrap .term_of_service + label {
  width: 10.5em;
  line-height: 1em;
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
}
#wpmem_reg #accenptanceWrap .term_of_service + label + .valuebBox {
  width: 1em;
  float: left;
  position: absolute;
  font-size: 20px;
  height: 1em;
  right: 0;
  left: 11em;
  margin: auto;
}
#wpmem_reg #accenptanceWrap .term_of_service + label + .valuebBox #accenptance {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#wpmem_reg #username_error {
  color: #ff4646;
  font-size: 14px;
  font-weight: bold;
}
#wpmem_reg #username_ok {
  color: #10CC4C;
  font-size: 14px;
  font-weight: bold;
}
#wpmem_reg #username_empty {
  color: #ff4646;
  font-size: 14px;
  font-weight: bold;
}
#wpmem_reg #username_characters {
  color: #ff4646;
  font-size: 14px;
  font-weight: bold;
}
#wpmem_reg .req {
  color: #E90808;
}
#wpmem_reg .req-text {
  display: none;
}
#wpmem_reg span.req {
  color: #E71212;
}
#wpmem_reg input.buttons {
  border-radius: 3px 3px 3px 3px;
  background-color: #e93c3c;
  padding: 13px 13px 13px 13px;
  color: #ffffff;
  border: none;
}
#wpmem_reg legend {
  display: none;
}
#wpmem_reg .button_div {
  text-align: center;
  width: 30%;
  margin: 60px auto 0;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #wpmem_reg .button_div {
    width: 100%;
  }
}
#wpmem_reg .button_div .buttons {
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
#wpmem_reg a.register-induction {
  font-size: 14px;
  text-align: left;
  display: inline-block;
  text-align: right;
  margin-bottom: 12px;
  color: #000;
}
#wpmem_reg a.register-induction:hover {
  color: #5d8de4;
  text-decoration: underline;
}
#wpmem_reg .register_line.acceptance {
  text-align: center;
}

/* === - prof-edit==================================================================== */
#modification #wpmem_reg h4 {
  font-size: 110%;
}
#modification #wpmem_reg label {
  width: 28%;
  font-size: 18px;
}
#modification #wpmem_reg .valuebBox {
  width: 71%;
}
@media only screen and (max-width: 768px) {
  #modification #wpmem_reg .valuebBox {
    width: 100%;
  }
}
#modification #wpmem_reg .noinput {
  margin: 0;
}
#modification #wpmem_reg #passwordWrap,
#modification #wpmem_reg #confirm_passwordWrap {
  display: none;
}
#modification #wpmem_reg #sexWrap .valuebBox [type="radio"] {
  width: 2em;
  margin-bottom: 15px;
}
#modification #wpmem_reg #e_magazineWrap .valuebBox label {
  width: 100%;
}
#modification #wpmem_reg .button_div {
  width: 70%;
}

/* === - after_register==================================================================== */
.after_register {
  text-align: center;
}

/* === - login==================================================================== */
.cookie-checker {
  color: #ff0000;
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
}

#wpmem_login {
  background-image: url("../images/form-page.gif");
  padding: 15px;
  border-collapse: separate;
  font-size: 18px;
}
#wpmem_login form {
  background-color: #fff;
  padding: 30px 20px;
}
#wpmem_login label {
  float: left;
  clear: both;
  width: 30.5%;
  line-height: 1.4em;
}
#wpmem_login label:nth-child(2) {
  width: 20%;
  font-size: 14px;
}
#wpmem_login .col-sm-offset-4 {
  text-align: center;
  margin: 40px 0 10px 0;
}
#wpmem_login .col-sm-offset-4 input[type="submit"] {
  background-color: #e93c3c;
  padding: 8px 55px 8px 55px;
  color: #ffffff;
  border: none;
}
#wpmem_login .text_after {
  margin-bottom: 30px;
}
#wpmem_login .text_after .div_text {
  width: 60%;
  display: inline-block;
  text-align: center;
}
#wpmem_login .text_after .div_text label {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
#wpmem_login .text_after .div_text input {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
#wpmem_login .text_after .div_text input#pwd {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 100%;
  height: 40px;
}
#wpmem_login .login_element {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.page-id-13454 #wpmem_login .login_element {
  display: none;
}
#wpmem_login .login_element:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  margin-right: 5px;
  color: #222222;
  content: "\f105";
}
#wpmem_login input#user {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 475px;
  height: 40px;
}
#wpmem_login input#email {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 475px;
  height: 40px;
}
#wpmem_login input#user_email {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 475px;
  height: 40px;
}

/* === - search==================================================================== */
.detail-search {
  position: relative;
}
.detail-search .keyword-search {
  display: flex;
}
.detail-search .keyword-search input[type="text"] {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 100%;
  height: 40px;
}
.detail-search .select-wrap {
  border-radius: 3px 3px 3px 3px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  min-width: 12em;
  background-color: transparent;
  border: 1px solid #cbcbcb;
}
.detail-search .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 9px;
  border: 0;
}
.detail-search .select-wrap:before {
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  right: 1px;
  top: 0px;
  content: "▼";
  color: #405582;
  font-size: 15px;
  padding: 6px;
  display: block;
  text-align: center;
  pointer-events: none;
}
.detail-search .search-object-input {
  display: none;
}
.detail-search .search-object-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.detail-search .search-object-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
}
.detail-search .search-object-input:checked + label {
  color: #e93c3c;
}
.detail-search .search-object-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #e93c3c;
  border-radius: 50%;
  box-sizing: border-box;
}
.detail-search select {
  display: block;
  width: 100%;
}
.detail-search select:nth-child(2) {
  margin-top: 8px;
}
.detail-search th:nth-child(4) {
  vertical-align: top;
}
.detail-search tr:nth-child(5) td {
  text-align: center;
}
.detail-search .detail-search-submit {
  width: 40%;
  height: 33px;
  background-color: #e93c3c;
  border: none;
  color: #fff;
  font-weight: bold;
  font-family: "Font Awesome 5 Free", 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}
.detail-search input[type="date"] {
  margin: 10px 0 0;
  height: 33px;
  width: 222px;
}

/* === - mypage==================================================================== */
.mypage-special .favorite-post-url {
  font-weight: bold;
}

.form-horizontal #pass1 {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 475px;
  height: 40px;
}
.form-horizontal #pass2 {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: 475px;
  height: 40px;
}

.paying_membership .register_line:nth-child(11) .radio {
  display: none;
}
.paying_membership .register_line:nth-child(11) .div_radio {
  display: none !important;
}

.logged-in .personal_info {
  display: none;
}
.logged-in .term_of_service {
  display: none;
}
.logged-in .acceptance .KP_register {
  display: none !important;
}
.logged-in .acceptance .div_checkbox {
  display: none !important;
}

/* === -index.php==================================================================== */
.not-found-wrap {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.not-found-wrap h2 {
  margin: 0 2px 0 2px;
  border-bottom: none;
  padding: 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  padding: 10px 0 15px 0;
}
.not-found-wrap .not-found-text {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}
.not-found-wrap .not-found-text h1 {
  padding: 0;
  border-left: none;
  background-color: #fff;
  font-size: 36px;
  font-weight: normal;
  position: relative;
}
.not-found-wrap .not-found-text h1:before {
  content: "";
  width: 100%;
  height: 101px;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("../images/404.png");
  top: -44px;
  left: 352px;
}
.not-found-wrap .search-ranking-wrap {
  background-image: url("../images/form-page.gif");
  padding: 15px;
  border-collapse: separate;
  display: flex;
}
.not-found-wrap .search-ranking-wrap .not-found-search {
  flex-basis: 50%;
}
.not-found-wrap .search-ranking-wrap .not-found-search table {
  background-image: none;
  padding: 0;
  height: auto;
}
.not-found-wrap .search-ranking-wrap .not-found-search table th {
  padding: 10px 10px;
}
.not-found-wrap .search-ranking-wrap .not-found-search table td {
  text-align: center;
  padding: 12px 15px;
}
.not-found-wrap .search-ranking-wrap .not-found-search table td input[type="date"] {
  width: 141px;
}
.not-found-wrap .search-ranking-wrap .ranking {
  box-sizing: border-box;
  flex-basis: 50%;
  padding: 0 90px;
  background-color: #fff;
  margin-bottom: 2px;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-switch {
  border-radius: 3px 0 0 3px;
  width: 50%;
  height: 50px;
  padding: 17px;
  cursor: pointer;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-switcher > h2 {
  box-sizing: border-box;
  flex-basis: 295px;
  max-width: 295px;
}
.not-found-wrap .search-ranking-wrap .ranking h2 {
  text-align: center;
  margin-bottom: 11px;
}
.not-found-wrap .search-ranking-wrap .ranking h3 {
  box-sizing: border-box;
  font-size: 1.1428571429rem;
  color: #222222;
  text-align: center;
  line-height: 1.06;
  background-color: #f3f2f2;
  margin: 0;
}
.not-found-wrap .search-ranking-wrap .ranking h3.current {
  color: #ffffff;
  background-color: #405582;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.42;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block ol {
  counter-reset: olcnt;
  display: none;
  margin-top: 0;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block ol:first-child {
  display: block;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block ol li:before {
  float: right;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block ol li:nth-child(odd) {
  background-color: #fff;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block ol li:nth-child(odd):before {
  background-color: #fff;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block ol li:nth-child(2n) {
  background-color: #f6f6f6;
}
.not-found-wrap .search-ranking-wrap .ranking .ranking-block ol li:nth-child(2n):before {
  background-color: #f6f6f6;
  color: #f6f6f6;
}
.not-found-wrap .search-ranking-wrap .ranking a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3rm;
  padding: 15px 10px 15px 3em;
  color: #222222;
  text-decoration: none;
  vertical-align: middle;
  border-bottom: 1px solid #d6d6d6;
  font-size: 14px;
}
.not-found-wrap .search-ranking-wrap .ranking a:hover {
  color: #5d8de4;
  text-decoration: underline;
}
.not-found-wrap .search-ranking-wrap .ranking a:before {
  content: counter(olcnt);
  position: absolute;
  top: auto;
  left: 1em;
}
.not-found-wrap .search-ranking-wrap .ranking a:last-child {
  border-bottom: none;
}
.not-found-wrap .search-ranking-wrap .ranking li:first-child a:before {
  content: '';
  left: 0.3em;
  width: 28px;
  height: 24px;
  background: url("../images/crown.png") no-repeat 0 0/100% auto;
}
.not-found-wrap .search-ranking-wrap .ranking li:first-child + li a:before {
  content: '';
  left: 0.3em;
  width: 28px;
  height: 24px;
  background: url("../images/crown.png") no-repeat 0 -24.5px/100% auto;
}
.not-found-wrap .search-ranking-wrap .ranking li:first-child + li + li a:before {
  content: '';
  left: 0.3em;
  width: 28px;
  height: 24px;
  background: url("../images/crown.png") no-repeat 0 bottom/100% auto;
}

/* === -nweb==================================================================== */
.nweb h2 {
  border-radius: 3px 3px 3px 3px;
  float: left;
  clear: none;
  text-align: center;
  clear: none;
}
.nweb h2:nth-child(odd) {
  margin-right: 10%;
}
.nweb h2 a {
  padding: 10px 100px;
  display: inline-block;
}
.nweb h2 a:hover {
  opacity: 0.7;
}

.nweb_return {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  color: #fff;
  border: solid 1px #787878;
  text-align: center;
  margin-top: 45px;
  background-color: #787878;
}
.nweb_return i.fas.fa-undo-alt, .nweb_return .header-inner i.fa-undo-alt.searchform-button:before, .header-inner .nweb_return i.fa-undo-alt.searchform-button:before, .nweb_return .arrow-list i.fa-undo-alt.element_sidebar:before, .arrow-list .nweb_return i.fa-undo-alt.element_sidebar:before, .nweb_return i.fa-undo-alt.link-button.login:before, .nweb_return i.fa-undo-alt.link-button.register:before, .nweb_return i.fa-undo-alt.link-button.mypage:before, .nweb_return i.fa-undo-alt.link-button.more:after, .nweb_return .series-list .series-list-text .buttons i.fa-undo-alt.first-read:before, .series-list .series-list-text .buttons .nweb_return i.fa-undo-alt.first-read:before, .nweb_return .series-list .series-list-text .buttons i.fa-undo-alt.archive-read:before, .series-list .series-list-text .buttons .nweb_return i.fa-undo-alt.archive-read:before, .nweb_return .series-list .series-list-text .buttons i.fa-undo-alt.last-read:after, .series-list .series-list-text .buttons .nweb_return i.fa-undo-alt.last-read:after, .nweb_return .favorite-post i.fa-undo-alt.remove-post:before, .favorite-post .nweb_return i.fa-undo-alt.remove-post:before, .nweb_return i.fa-undo-alt.remove-keyword:before, .nweb_return #wpmem_login i.fa-undo-alt.login_element:before, #wpmem_login .nweb_return i.fa-undo-alt.login_element:before, .nweb_return .induction .buttons i.fa-undo-alt.important:after, .induction .buttons .nweb_return i.fa-undo-alt.important:after, .nweb_return .free-membership .buttons i.fa-undo-alt.important:after, .free-membership .buttons .nweb_return i.fa-undo-alt.important:after {
  margin-right: 5px;
}
.nweb_return a {
  color: #fff !important;
  width: 187px;
  line-height: 40px;
  display: inline-block;
}
.nweb_return a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  margin-right: 0.5em;
  content: "\f2ea";
}

/* === -single-induction-frame.php==================================================================== */
.induction {
  margin-bottom: 30px;
}
.induction h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.induction .notice {
  text-align: center;
}
.induction p {
  display: inline;
  font-weight: bold;
}
.induction p br.pcDisnon {
  display: none;
}
@media (max-width: 768px) {
  .induction p br.pcDisnon {
    display: block;
  }
}
.induction .buttons .normal {
  color: #5d8de4;
  border: 2px solid #5d8de4;
  background-color: #fff;
}
.induction .buttons .important:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  position: absolute;
  top: 16px;
  right: 10px;
  color: #222222;
  content: "\f35d";
  content: "\f35d";
  color: #fff;
  top: 19px;
}

.free-membership {
  margin-bottom: 30px;
}
.free-membership h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.free-membership .notice {
  text-align: center;
}
.free-membership p {
  display: inline;
  font-weight: bold;
}
.free-membership .display-all {
  margin-bottom: 10px;
  text-align: center;
}
.free-membership .buttons .normal {
  color: #5d8de4;
  border: 2px solid #5d8de4;
  background-color: #fff;
}
.free-membership .buttons .important:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  position: absolute;
  top: 16px;
  right: 10px;
  color: #222222;
  content: "\f35d";
  content: "\f35d";
  color: #fff;
  top: 19px;
}

/* === undescribe ==================================================================== */
.parent-pageid-142 .edit-area p {
  margin: 0px;
  padding: 0px 15px;
}
.parent-pageid-142 .edit-area button {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* === modal window==================================================================== */
#modal {
  display: none;
  text-align: center;
  background-color: transparent;
  width: 658px;
}
#modal button {
  background: transparent;
  border: none;
  color: white;
  font-size: 34px;
  position: absolute;
  top: 0;
  right: 0;
}
#modal h1 {
  color: #fff;
  margin-top: 32px;
  text-align: center;
  width: 100%;
}
#modal span.conversion {
  margin-bottom: 30px;
  margin-right: 0px;
}
#modal .iziModal-header {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#modal .iziModal-header .iziModal-header-title {
  text-align: center;
}
#modal .iziModal-header .iziModal-header-subtitle {
  text-align: center;
}
#modal .iziModal-wrap {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
#modal .iziModal-wrap .iziModal-content {
  border: solid 1px #fff;
}

.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* aboutページ用SCSS */
/*
.content .secondary {
    *zoom: 1;
    float: right;
    width: 300px;
}

.wrapper .fixed-wrapper.is-fixed .header-inner .site-id img {
    width: 85%;
    margin-bottom: 10px;
}
.content{
	width: 1210px;
	margin: 0 auto;
}
*/
#about.primary > article > h1 {
  margin-top: 0 !important;
}

#about.primary {
  *zoom: 1;
  float: left;
  width: 870px;
  margin: 0 auto;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/*.primary h2 {
    margin-bottom: 0px;
}*/
#about.primary p,
#about.primary a {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#about.primary .sp_only {
  display: none !important;
}

#about.primary .ElectronicVer {
  width: 870px;
}

#about.primary h1 {
  padding: 6px 19px;
  margin: 0.67em 0 2em !important;
  height: 41px;
  line-height: 41px;
}

@media all and (-ms-high-contrast: none) {
  #about.primary .Btn:after {
    margin-top: -2px;
  }
}
#about .sec01 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

#about .sec01 .sec01_left {
  width: 56%;
}

#about .sec01 .sec01_left p {
  font-size: 24px;
  line-height: 50px;
}

#about .sec01 .sec01_left p strong {
  font-size: 30px;
}

#about .ElectronicVer .header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

#about .sec01 .sec01_left p strong.f-red {
  color: #f33429;
  font-size: 30px;
}

#about .ElectronicVer .about {
  /*-- display:none; --*/
  border-bottom: none;
  margin-bottom: 0;
  width: 870px;
}

#about ul.about {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#about ul.about li:before {
  content: none;
}

#about ul.about li {
  display: list-item;
}

#about ul.about li.left_item {
  padding-right: 3%;
}

#about ul.about li.left_item.about_img {
  width: 30%;
  margin-top: 25px;
}

#about ul.about li.right_item.about_img {
  width: 30%;
  margin-top: 25px;
}

#about ul.about li.left_item.about_txt {
  width: 61%;
  margin-top: 15px;
}

#about ul.about li.about_txt_logo {
  position: absolute;
  top: 175px;
  left: 0;
}

#about ul.about li.right_item.about_txt {
  width: 61%;
}

#about ul.about li.about_txt .title {
  font-size: 23px;
  color: #5d8de4;
  font-weight: bold;
  margin-bottom: 15px;
}

#about ul.about li.about_txt .txt {
  line-height: 36px;
  font-size: 17px;
  letter-spacing: -1px;
}

#about ul.line-dashed {
  background: url(../asset/nikkyo_line.png) no-repeat;
  background-position: top center;
  margin-top: 50px;
  padding-top: 0px;
}

#about .functions {
  padding: 30px 0 0;
  border-bottom: none;
  margin-bottom: 0;
}

#about .functions.line-dashed {
  background: url(../asset/nikkyo_line.png) no-repeat;
  background-position: top center;
  margin-top: 30px;
  padding-top: 40px;
}

#about .functions dt {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}

#about .functions dd {
  padding-left: 0;
  color: #5d8de4;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

#about .PaperVer {
  background: url("../asset/paperVer_bg.png") no-repeat;
  background-size: contain;
  height: 161px;
  padding: 0 85px;
}

#about .PaperVer .header h2.hn {
  font-size: 30px;
  font-weight: bold;
  line-height: 58px;
  margin: 0 !important;
}

#about .PaperVer .link {
  width: 100%;
  text-align: right;
}

#about .PaperVer .link a {
  max-width: 412px;
  height: 87px;
  line-height: 92px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

#about .freeBlog_sec {
  background: #ebebeb;
  padding: 0 45px 45px;
  margin-top: 60px;
}

#about .freeBlog_sec h4 {
  border-bottom: none;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
}

.edit-area ul > li:before {
  display: none;
}

#about .title {
  font-size: 25px;
  margin-bottom: 30px;
  color: #5d8de4;
  font-weight: bold;
}

#about .mt110 {
  margin-top: 110px !important;
}

@media (max-width: 768px) {
  /*-- 右コンテンツ --*/
  .content .secondary {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 72px;
  }

  .secondary h2 {
    border-radius: 3px 3px 3px 3px;
    margin: 0;
    padding: 8px 15px;
    color: #ffffff;
    background-color: #405582;
  }

  /*---- end ----*/
  .edit-area ul > li {
    padding-left: 0 !important;
  }

  #about.primary .ElectronicVer {
    width: 100%;
  }

  #about ul.line-dashed {
    margin-top: 76px;
    font-size: 20px;
  }

  #about ul.about li.about_txt .title {
    margin-bottom: -20px;
  }

  .about {
    width: 100% !important;
    padding: 0 2% 0 1%;
  }

  #about.primary {
    width: 100%;
  }

  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  #about {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
    margin-bottom: 1%;
  }

  .wrapper {
    padding: 0;
  }

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

  .header-inner h1.site-id {
    text-align: center;
  }

  #about.primary {
    width: 100%;
  }

  #about.primary article {
    margin-top: 72px !important;
  }

  #about.primary .campain-banner {
    padding: 10px 0 30px;
  }

  #about.primary .pc_only {
    display: none !important;
  }

  #about.primary .sp_only {
    display: block !important;
  }

  #about.primary h1 {
    font-size: 24px;
    margin-top: 0;
  }

  #about.primary .header {
    position: static;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 55px;
    border: none;
    background-color: none;
  }

  #about.primary .Btn:after {
    margin-top: 0;
  }

  #about .ElectronicVer {
    margin-bottom: 30px;
  }

  #about .ElectronicVer .header.accordion .accordion_h2 {
    font-size: 24px;
  }

  #about .ElectronicVer .abouts {
    padding: 0 3%;
  }

  #about .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #about .txt {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 40%;
  }

  #about .about {
    display: block;
  }

  #about .left_item.about_img {
    width: 100% !important;
    padding-right: 0;
    text-align: center;
    position: absolute;
    top: 45%;
    left: -1%;
  }

  #about .right_item.about_img {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center;
  }

  #about .left_item.about_txt {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  #about .left_item .txt01 {
    position: relative;
    min-height: 162px;
    order: 2;
  }

  #about .about_txt_logo {
    top: 80px;
    right: 0%;
    left: unset;
  }

  #about .txt.about_txt_logo {
    width: calc(100% - 135px);
  }

  #about .about_txt {
    width: 100%;
    margin-bottom: 20px;
  }

  #about .reverse {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  #about .functions dt {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #about .functions dd {
    font-size: 16px;
  }

  #about .ElectronicVer .header.accordion::after {
    top: 30px;
  }

  #about .PaperVer.OtherVer {
    display: block;
    background: url(../asset/paperVer_bg_sp.png) no-repeat;
    background-size: cover;
    height: auto;
    padding: 20px 0;
    width: 94%;
    text-align: center;
    margin: 0 3%;
  }

  #about .PaperVer.OtherVer .header {
    width: 100%;
    padding: 0;
    height: auto;
    background: none;
  }

  #about .PaperVer.OtherVer .header h2.hn {
    font-size: 22px;
    line-height: 32px;
  }

  #about .PaperVer .link {
    text-align: center;
    margin-top: 20px;
  }

  #about .PaperVer .link a {
    width: 72%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  #about .Btn:after {
    margin-top: 0;
  }

  #about .guide {
    margin: 40px 0;
    text-align: center;
  }

  #about .guide a::after {
    margin-top: 0;
    margin-left: 5px;
    position: absolute;
    content: "";
    color: #fff;
    width: 18px;
    height: 18px;
    background: url("../asset/arrow_blue.png") no-repeat;
    background-size: cover;
  }

  #about .guide a {
    text-decoration: underline;
    font-size: 18px;
    position: relative;
  }

  #about.primary h1 {
    height: auto;
  }

  #about ul.about li.right_item.about_txt {
    width: 100%;
    margin-left: 7%;
  }

  #about ul.about li.left_item.about_txt {
    width: 100%;
    margin-left: 7%;
  }

  #about .txt02 {
    margin-bottom: -30% !important;
  }

  #about ul.about li.about_txt_logo {
    position: absolute;
    top: 110px;
    left: unset;
    width: 15%;
    right: 6%;
  }

  #about .functions.line-dashed03 {
    background: url(../asset/nikkyo_line.png) no-repeat;
    background-position: top center;
    margin-top: 75px;
    padding-top: 40px;
  }

  #about .mt110 {
    margin-top: 2% !important;
  }
}
@media (max-width: 670px) {
  #about ul.line-dashed {
    margin-top: 100px;
  }

  #about .mt110 {
    margin-top: 2% !important;
  }
}
@media (max-width: 640px) {
  #about ul.about li.right_item.about_img02 {
    left: -3%;
    margin-top: -1%;
  }

  #about .left_item.about_img {
    left: -3%;
  }
}
@media (max-width: 570px) {
  #about ul.about li.left_item.about_img01 {
    top: 240px;
  }

  #about .about_img03 {
    margin-top: 10% !important;
  }

  #about .functions.line-dashed03 {
    margin-top: 19%;
  }
}
@media (max-width: 480px) {
  #about .top_p {
    margin: -5% 0;
  }

  #about ul.about li.right_item.about_txt {
    width: 100%;
    margin-left: 0;
  }

  #about ul.about li.left_item.about_img01 {
    position: static;
    order: 1;
    margin-top: -2%;
  }

  #about ul.about li.left_item.about_img03 {
    position: static;
    order: 1;
  }

  #about .txt {
    margin-bottom: 0;
  }

  #about ul.about li.about_txt .title {
    font-size: 21px;
  }

  #about ul.line-dashed {
    margin-top: 7%;
  }

  #about ul.about li.about_txt_logo {
    top: 110px;
    left: unset;
    width: 35%;
    right: 1%;
  }

  #about .txt.about_txt_logo {
    width: calc(100% - 135px);
    padding: 10px 10px 10px 15px;
  }

  #about .txt02 {
    margin-bottom: 2% !important;
  }

  #about ul.about li.left_item.about_txt {
    margin-left: 0%;
    margin-top: 0%;
  }

  #about .about_img03 {
    margin-top: -3% !important;
  }

  #about .functions.line-dashed03 {
    margin-top: 8%;
  }

  #about ul.about li.right_item.about_img02 {
    left: 0%;
  }

  #about ul.about li.left_item {
    padding-right: 1%;
  }
}
@media (max-width: 385px) {
  #about ul.about li.about_txt_logo {
    top: 100px;
    left: unset;
    width: 35%;
    right: 4%;
  }

  #about ul.about li.about_txt .title2 {
    padding: 0 0 0 15px;
  }

  #about ul.about li.left_item {
    padding-right: 0%;
  }
}
@media (max-width: 360px) {
  #about ul.about li.about_txt_logo {
    right: 0px;
    top: 110px;
    left: unset;
    width: 40%;
  }
}
@media (max-width: 320px) {
  #about.primary .link a {
    font-size: 16px;
  }

  #about ul.about li.about_txt .txt {
    font-size: 16px;
    line-height: 32px;
  }

  #about .txt.about_txt_logo {
    width: calc(100% - 122px);
  }

  #about ul.about li.about_txt .title2 {
    font-size: 18px;
  }

  #about ul.about li.about_txt_logo {
    top: 95px;
    left: unset;
    right: 0;
  }

  #about ul.about li.about_txt_logo img {
    width: 95%;
  }

  #about ul.about li.about_txt .title {
    font-size: 18px;
  }

  #about ul.about li.about_txt .title2 {
    font-size: 18px;
  }
}
/* 「【 会員登録 】を行いたい」ページ用SCSS */
/*-------- 右コンテンツ --------*/
/*.content .secondary {
  *zoom: 1;
  float: right;
  width: 300px;
}*/
/*----------------------------*/
#about_register .mt30 {
  margin-top: 30px;
}

#about_register .pcnone {
  display: none;
}

.wrapper .fixed-wrapper.is-fixed .header-inner .site-id img {
  width: 100%;
  margin-bottom: 10px;
}

/*.content{
  width: 1210px;
  margin: 0 auto;
}*/
#about_register {
  *zoom: 1;
  float: left;
  width: 870px;
  margin: 0 auto;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#about_register p,
#about_register a {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
}

#about_register .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

#about_register .edit-area h2, .edit-area h3 {
  clear: both;
}

#about_register .red {
  color: #ff0000;
  font-size: 17px;
  font-weight: bold;
}

#about_register h1 {
  margin: 0;
  padding: 6px 19px;
  border-left: 8px solid #5d8de4;
  background-color: #f3f2f2;
}

#about_register .memberbox {
  margin-bottom: 40px;
}

#about_register .member_txt {
  margin-bottom: 30px;
}

#about_register .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
  /*-- padding: 0 0.5%;  --*/
}

/*-------- Btn --------*/
#about_register .Btn {
  background: #44557F;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 69px;
  width: 250px;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 8% 5% 0%;
}

#about_register .top_btn {
  width: 810px;
  margin-bottom: 120px;
  padding-left: 35px;
}

#about_register .edit-area ul > li:before {
  display: none;
}

#about_register .edit-area ul > li {
  padding-left: 0;
  display: inline-block;
  float: left;
  width: 250px;
  height: 72px;
}

#about_register .edit-area ul > li:first-child {
  margin-left: -35px;
}

#about_register .edit-area ul > li:nth-child(2n) {
  margin: 0px 13px 0 47px;
}

#about_register .edit-area ul > li:last-child {
  margin-left: 35px;
}

#about_register .Btn:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  margin-top: 0px;
  padding-left: 10px;
  position: absolute;
  content: "\f35d";
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  #about_register .Btn:after {
    margin-top: -2px;
  }

  #about_register .Btn2:after {
    padding-left: 138px !important;
  }
}
#about_register .Btn:hover {
  opacity: 0.7;
}

#about_register .Btn.isNormal:after {
  content: "\f138";
  -webkit-transform: translateX(5px) translateY(-5px) rotate(90deg);
  transform: translateX(5px) translateY(-5px) rotate(90deg);
}

#about_register .Btn2 {
  background: #44557F;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 72px;
  /*-- line-height: 70px;  --*/
  max-width: 285px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 4% 5% 1%;
}

#about_register .Btn2:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  margin-top: 40px;
  padding-left: 0px;
  position: absolute;
  content: "\f35d";
  color: #fff;
}

#about_register .Btn2:hover {
  opacity: 0.7;
}

#about_register .Btn2.isNormal:after {
  content: "\f138";
}

#about_register .btn_txt {
  position: absolute;
  left: 7%;
  top: 14%;
}

#about_register .indentback {
  text-indent: -1em;
  padding-left: 1em;
}

/*--- ページ内リンク ---*/
#about_register .anchor {
  display: block;
  padding-top: 210px;
  margin-top: -210px;
}

#about_register .anchor2 {
  display: block;
  padding-top: 86px;
  margin-top: -100px;
}

@media (max-width: 768px) {
  /*-- 右コンテンツ --*/
  .content .secondary {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 72px;
    clear: both;
  }

  /*---- end ----*/
  /*---- アコーディオン閉じる ----*/
  #about_register .edit-area .memberbox,
  #about_register .edit-area center {
    display: none;
  }

  #about_register .edit-area {
    padding: 0 0.5%;
  }

  #about_register .pcnone {
    display: block;
  }

  #about_register {
    width: 100%;
  }

  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  #about_register p, #about_register a {
    font-size: 14px;
  }

  #about_register {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
  }

  #about_register h1 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
  }

  #about_register .anchor {
    padding-top: 0;
    margin-top: -25px;
  }

  #about_register .red {
    font-size: 14px;
  }

  #about_register .edit-area p {
    /*-- padding: 0 15px!important;  --*/
    box-sizing: border-box !important;
    width: 100% !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #about_register .edit-area .member1904_top {
    margin-top: 0;
    margin-bottom: 0;
  }

  #about_register .top_btn {
    display: none;
  }

  #about_register .edit-area h2 {
    position: relative;
    padding: 6px 40px 6px 12px;
    margin-bottom: 0;
    text-align: center;
    background-color: #44557F;
    color: #ffffff;
    border-radius: 3px;
    border-bottom: none;
  }

  #about_register .edit-area h2::after {
    position: absolute;
    top: 0;
    right: 10px;
    content: "";
    color: #fff;
    width: 32px;
    height: 72px;
    /*-- height: 43px; --*/
    background: url(/wp-content/themes/kyoiku-press/resources/asset/ico_arr_close.png) no-repeat;
    background-size: 80%;
    background-position: center;
  }

  #about_register .edit-area .open h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #about_register .Btn2 {
    height: 65px;
    max-width: 90%;
    width: 90%;
    padding: 3% 0% 0%;
    margin: 0 5%;
    font-size: 18px;
  }

  #about_register .btn_txt {
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 0;
    right: 0;
  }

  #about_register .Btn2.isNormal:after {
    /*-- -webkit-transform: translateX(5px) translateY(-5px) rotate(90deg);
    transform: translateX(5px) translateY(-5px) rotate(90deg); --*/
    right: 36%;
    bottom: 14px;
  }

  #about_register .edit-area .nikkyo_memberbox {
    margin-bottom: 50px;
  }

  #about_register .memberbox {
    margin-bottom: 30px;
  }

  #about_register .indentback {
    text-indent: -1em;
    padding-left: 2em;
  }
}
@media (max-width: 670px) {
  #about_register .Btn2.isNormal:after {
    bottom: 13px;
  }
}
@media (max-width: 640px) {
  #about_register .Btn2.isNormal:after {
    bottom: 12px;
  }
}
@media (max-width: 570px) {
  #about_register .Btn2.isNormal:after {
    bottom: 10px;
    right: 33%;
  }
}
@media (max-width: 468px) {
  #about_register .edit-area h2::after {
    height: 72px;
  }

  #about_register .edit-area #trial h2:after {
    /*-- height: 43px; --*/
  }

  #about_register .Btn2 {
    font-size: 16px;
  }

  #about_register .Btn2.isNormal:after {
    right: 26%;
    bottom: 12px;
  }

  #about_register .btn_txt {
    top: 14%;
  }
}
@media (max-width: 385px) {
  #about_register .Btn2.isNormal:after {
    right: 23%;
    bottom: 11px;
  }
}
@media (max-width: 320px) {
  #about_register h1 {
    font-size: 23px;
  }

  #about_register .btn_txt {
    font-size: 15px;
  }
}
/* 「【ご利用いただく前に…」ページ用SCSS */
#before_use .mt30 {
  margin-top: 30px;
}

#before_use .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

#before_use.edit-area h3 {
  clear: both;
  margin-top: 0;
}

#before_use .red {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

#before_use h1 {
  margin: 0;
  padding: 6px 19px;
  border-left: 8px solid #5d8de4;
  background-color: #f3f2f2;
}

#before_use .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

#before_use a:hover {
  text-decoration: underline;
  color: #5d8de4;
}

#before_use .h3box {
  width: 870px;
}

#before_use .pc3 {
  width: 400px;
  float: left;
}

#before_use .sp3 {
  width: 400px;
  float: right;
}

#before_use .clear {
  clear: both;
  padding-top: 20px;
}

#nikkyo_service1904 .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  #nikkyo_service1904 .ff {
    background-color: #FFFFFF;
  }

  #nikkyo_guide1904 .edit-area h3 {
    padding-left: 3%;
  }

  .primary-201904.primary {
    width: 100%;
  }

  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  #before_use {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
    margin-bottom: 1%;
  }

  #before_use h1 {
    margin-bottom: 2%;
  }

  #before_use .edit-area p {
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  #before_use .h3box {
    width: 100%;
  }

  #before_use .pc3 {
    float: none;
    padding-left: 2%;
  }

  #before_use .sp3 {
    float: none;
    padding-left: 2%;
  }

  #before_use .mb-5 {
    margin-bottom: -5% !important;
  }
}
@media (max-width: 670px) {
  #before_use .before_use1904_top li {
    margin-left: 12% !important;
  }
}
@media (max-width: 640px) {
  #before_use .before_use1904_top li {
    margin-left: 13% !important;
  }
}
@media (max-width: 570px) {
  #before_use .before_use1904_top li {
    width: 440px !important;
    margin-left: 11% !important;
  }
}
@media (max-width: 480px) {
  #before_use h1 {
    margin-bottom: 2%;
  }

  #before_use .before_use1904_top li {
    width: 85vw !important;
    height: 55px;
    margin-left: 6% !important;
    margin-top: 5%;
    float: none;
  }
}
@media (max-width: 385px) {
  #before_use .before_use1904_top li {
    width: 83vw !important;
    margin-left: 7% !important;
    margin-top: 25px;
  }
}
@media (max-width: 360px) {
  #before_use .before_use1904_top li {
    margin-left: 7% !important;
  }
}
@media (max-width: 320px) {
  #before_use .before_use1904_top li {
    width: 82vw !important;
    margin-left: 8% !important;
  }
}
.primary#faq .mt30 {
  margin-top: 30px;
}

/*.content{
  width: 1210px;
  margin: 0 auto;
}*/
.primary#faq {
  *zoom: 1;
  float: left;
  width: 870px;
  margin: 0 auto;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.primary#faq p,
.primary#faq a {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
}

.primary#faq .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

.primary#faq .edit-area h2, .edit-area h3 {
  clear: both;
}

.primary#faq .red {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

.primary#faq h1 {
  margin: 0;
  padding: 6px 19px;
  border-left: 8px solid #5d8de4;
  background-color: #f3f2f2;
}

.primary#faq .faqbox {
  margin-bottom: 40px;
}

.primary#faq .faq_txt {
  /*-- margin-bottom: 30px; --*/
}

.primary#faq .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

.primary#faq .faq1904_h3 {
  margin-top: 25px;
  margin-bottom: 0px;
}

.primary#faq h2 {
  padding: 6px 12px;
  background-color: #f3f2f2;
  border-bottom: none;
  padding-right: 50px;
  margin-top: 20px;
  font-weight: normal;
}

.primary#faq .indent-1 {
  padding-right: 0.5em;
  text-indent: -0.5em;
}

.primary#faq .faqbox img {
  margin-bottom: 10px;
}

.primary#faq .edit-area a {
  color: #1111cc;
  text-decoration: underline;
}

.primary#faq .mb2 {
  margin-bottom: 20px;
}

/*------ アコーディオン ------*/
.primary#faq .ElectronicVer .header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.primary#faq .ElectronicVer .header.accordion::after {
  position: absolute;
  top: 14px;
  right: 10px;
  content: "";
  width: 29px;
  height: 19px;
  background: url(../asset/faq_ico_arr_close.png) no-repeat;
}

.primary#faq .ElectronicVer .header.accordion.close::after {
  background: url(../asset/faq_ico_arr_open.png) no-repeat;
}

.primary#faq .edit-area .ElectronicVer .products {
  display: none;
}

.primary#faq .edit-area .ElectronicVer .products .faqbox,
.primary#faq .edit-area .ElectronicVer .products .faq_txt {
  margin: 0;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  /*-- 右コンテンツ --*/
  .content .secondary {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 72px;
  }

  /*----- end -----*/
  .primary#faq {
    width: 100%;
  }

  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  .primary#faq {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
  }

  .primary#faq .ElectronicVer .header {
    height: auto;
  }

  .primary#faq h1 {
    margin-bottom: 0;
  }

  .primary#faq .edit-area p {
    padding: 0% 2% !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .primary#faq .accordion {
    border: none !important;
  }

  .primary#faq .edit-area {
    padding: 0% 4% 5% 4% !important;
  }

  .primary#faq .edit-area .ElectronicVer .products .faqbox {
    padding-bottom: 0%;
  }

  .primary#faq .ElectronicVer .header.ac2::after {
    top: 26px;
  }

  .primary#faq .mt2 {
    margin-top: 2% !important;
  }

  .primary#faq .mb2 {
    margin-bottom: 2% !important;
  }
}
@media (max-width: 670px) {
  .primary#faq .ElectronicVer .header.ac3::after {
    top: 26px;
  }
}
@media (max-width: 570px) {
  .primary#faq .ElectronicVer .header.ac4::after {
    top: 26px;
  }
}
@media (max-width: 480px) {
  .primary#faq .ElectronicVer .header.ac2::after {
    top: 41px;
  }

  .primary#faq .ElectronicVer .header.ac5::after {
    top: 42px;
  }

  .primary#faq .ElectronicVer .header.ac6::after {
    top: 28px;
  }

  .primary#faq .mb2 {
    margin-bottom: 5% !important;
  }
}
@media (max-width: 385px) {
  .primary#faq .ElectronicVer .header.ac7::after {
    top: 42px;
  }

  .primary#faq .ElectronicVer .header.ac8::after {
    top: 28px;
  }

  .primary#faq .mt4 {
    margin-top: 4% !important;
  }
}
@media (max-width: 360px) {
  .primary#faq .ElectronicVer .header.ac9::after {
    top: 42px;
  }
}
@media (max-width: 320px) {
  .primary#faq .ElectronicVer .header.ac4::after {
    top: 42px;
  }

  .primary#faq .ElectronicVer .header.ac10::after {
    top: 56px;
  }

  .primary#faq .ElectronicVer .header.ac11::after {
    top: 28px;
  }
}
.primary#term_of_service .mt30 {
  margin-top: 30px;
}

.primary#term_of_service {
  *zoom: 1;
  float: left;
  width: 870px;
  margin: 0 auto;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.primary#term_of_service p,
.primary#term_of_service a {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
}

.primary#term_of_service .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

.primary#term_of_service .edit-area h2, .edit-area h3 {
  clear: both;
}

.primary#term_of_service .red {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

.primary#term_of_service h1 {
  margin: 0;
  padding: 6px 19px;
  border-left: 8px solid #5d8de4;
  background-color: #f3f2f2;
}

.primary#term_of_service .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

.primary#term_of_service .service1904_top ul {
  width: 870px;
}

.primary#term_of_service .service1904_top li {
  float: left;
  width: 265px;
  height: 67px;
  border: solid 1px #dddddd;
  /*-- padding: 0px 0px 0px 7px;  --*/
  list-style: none;
  margin-top: 30px;
}

.primary#term_of_service .size32 {
  width: 32% !important;
}

.primary#term_of_service .size30 {
  width: 30% !important;
}

.primary#term_of_service .size17 {
  width: 30% !important;
}

.primary#term_of_service .service1904_top a {
  font-size: 15px;
  color: #222222;
  text-decoration: none;
}

.primary#term_of_service .service1904_top a:hover {
  text-decoration: underline;
}

.primary#term_of_service .edit-area ul > li:before {
  display: none;
}

.primary#term_of_service .service_icon1 {
  padding-left: 7px;
}

.primary#term_of_service .service_icon2 {
  margin-left: 20px;
  padding-left: 7px;
}

.primary#term_of_service .service_icon3 {
  margin-left: 19px;
}

.primary#term_of_service .service_icon4 {
  padding-left: 7px;
}

.primary#term_of_service .service_icon5 {
  margin-left: 20px;
  padding-left: 7px;
}

@media (max-width: 768px) {
  /*-- 右コンテンツ --*/
  .content .secondary {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 72px;
  }

  .secondary h2 {
    border-radius: 3px 3px 3px 3px;
    margin: 0;
    padding: 8px 15px;
    color: #ffffff;
    background-color: #405582;
  }

  /*---- end ----*/
  .primary#term_of_service .edit-area h3 {
    padding-left: 3%;
  }

  .primary-201904.primary {
    width: 100%;
  }

  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  .primary#term_of_service {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
    margin-bottom: 1%;
  }

  .primary#term_of_service h1 {
    margin-bottom: 2%;
  }

  .primary#term_of_service .edit-area p {
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .primary#term_of_service .service1904_top {
    margin-top: 0%;
  }

  .primary#term_of_service .service1904_top li {
    width: 70vw !important;
    margin-left: 15% !important;
  }

  .primary#term_of_service .size32 {
    width: 17% !important;
  }

  .primary#term_of_service .size30 {
    width: 19% !important;
  }

  .primary#term_of_service .size17 {
    width: 17% !important;
  }

  .primary#term_of_service .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }

  .primary#term_of_service .indent-2 {
    padding-left: 1.6em;
    text-indent: -1.6em;
  }

  .primary#term_of_service .service_icon3 {
    padding-left: 1%;
  }

  .primary#term_of_service .service_icon5 {
    margin-bottom: 7%;
  }
}
@media (max-width: 670px) {
  .primary#term_of_service .service1904_top li {
    margin-left: 12% !important;
  }
}
@media (max-width: 640px) {
  .primary#term_of_service .service1904_top li {
    margin-left: 13% !important;
  }
}
@media (max-width: 570px) {
  .primary#term_of_service .service1904_top li {
    width: 440px !important;
    margin-left: 11% !important;
  }
}
@media (max-width: 480px) {
  .primary#term_of_service h1 {
    margin-bottom: 2%;
  }

  .primary#term_of_service .service1904_top li {
    width: 85vw !important;
    height: 55px;
    margin-left: 6% !important;
    margin-top: 5%;
    float: none;
  }

  .primary#term_of_service .size32 {
    width: 18% !important;
  }

  .primary#term_of_service .size30 {
    width: 20% !important;
  }

  .primary#term_of_service .size17 {
    width: 18% !important;
  }
}
@media (max-width: 385px) {
  .primary#term_of_service .service1904_top li {
    width: 83vw !important;
    margin-left: 7% !important;
    margin-top: 25px;
  }

  .primary#term_of_service .size32 {
    width: 20% !important;
  }

  .primary#term_of_service .size30 {
    width: 22% !important;
  }

  .primary#term_of_service .size17 {
    width: 20% !important;
  }

  .primary#term_of_service .service_icon5 {
    margin-bottom: 9%;
  }
}
@media (max-width: 360px) {
  .primary#term_of_service .service1904_top li {
    margin-left: 7% !important;
  }
}
@media (max-width: 320px) {
  .primary#term_of_service .service1904_top li {
    width: 82vw !important;
    margin-left: 8% !important;
  }

  .primary#term_of_service .service_icon5 {
    margin-bottom: 11%;
  }
}
/*----------------------------*/
.primary#info .mt30 {
  margin-top: 30px;
}

.primary#info .mt30 {
  margin-top: 30px;
}

.primary#info {
  *zoom: 1;
  float: left;
  width: 870px;
  margin: 0 auto;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.primary#info p,
.primary#info a {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
}

.primary#info .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

.primary#info .edit-area h2, .edit-area h3 {
  clear: both;
}

.primary#info .red {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

.primary#info h1 {
  margin: 0;
  padding: 6px 19px;
  border-left: 8px solid #5d8de4;
  background-color: #f3f2f2;
}

.primary#info .edit-area {
  font-size: 1.1428571429rem;
  word-wrap: break-word;
}

.primary#info .guide1904_top ul {
  width: 870px;
}

.primary#info .guide1904_top li {
  float: left;
  width: 265px;
  height: 67px;
  border: solid 1px #dddddd;
  /*-- padding: 0px 0px 0px 7px;  --*/
  list-style: none;
  margin-top: 30px;
}

.primary#info .size32 {
  width: 32% !important;
}

.primary#info .size30 {
  width: 30% !important;
}

.primary#info .size17 {
  width: 30% !important;
}

.primary#info .guide1904_top a {
  font-size: 15px;
  color: #222222;
  text-decoration: none;
}

.primary#info .guide1904_top a:hover {
  text-decoration: underline;
}

.primary#info .edit-area ul > li:before {
  display: none;
}

.primary#info .guide_icon1 {
  padding-left: 7px;
}

.primary#info .guide_icon2 {
  margin-left: 20px;
  padding-left: 7px;
}

.primary#info .guide_icon3 {
  margin-left: 19px;
}

.primary#info .guide_icon4 {
  padding-left: 7px;
}

.primary#info .guide_icon5 {
  margin-left: 20px;
  padding-left: 7px;
}

@media (max-width: 768px) {
  /*-- 右コンテンツ --*/
  .content .secondary {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 72px;
  }

  .secondary h2 {
    border-radius: 3px 3px 3px 3px;
    margin: 0;
    padding: 8px 15px;
    color: #ffffff;
    background-color: #405582;
  }

  /*---- end ----*/
  .primary-201904.primary {
    width: 100%;
  }

  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  .primary#info {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
    margin-bottom: 1%;
  }

  .primary#info h1 {
    margin-bottom: 2%;
  }

  .primary#info .edit-area p {
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .primary#info .guide1904_top {
    margin-top: 0%;
  }

  .primary#info .guide1904_top li {
    width: 70vw !important;
    margin-left: 15% !important;
  }

  .primary#info .size32 {
    width: 17% !important;
  }

  .primary#info .size30 {
    width: 19% !important;
  }

  .primary#info .size17 {
    width: 17% !important;
  }

  .primary#info .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }

  .primary#info .indent-2 {
    padding-left: 1.6em;
    text-indent: -1.6em;
  }

  .primary#info .guide_icon3 {
    padding-left: 1%;
  }

  .primary#info .guide_icon5 {
    margin-bottom: 7%;
  }
}
@media (max-width: 670px) {
  .primary#info .guide1904_top li {
    margin-left: 12% !important;
  }
}
@media (max-width: 640px) {
  .primary#info .guide1904_top li {
    margin-left: 13% !important;
  }
}
@media (max-width: 570px) {
  .primary#info .guide1904_top li {
    width: 440px !important;
    margin-left: 11% !important;
  }
}
@media (max-width: 480px) {
  .primary#info h1 {
    margin-bottom: 2%;
  }

  .primary#info .guide1904_top li {
    width: 85vw !important;
    height: 55px;
    margin-left: 6% !important;
    margin-top: 5%;
    float: none;
  }

  .primary#info .size32 {
    width: 18% !important;
  }

  .primary#info .size30 {
    width: 20% !important;
  }

  .primary#info .size17 {
    width: 18% !important;
  }
}
@media (max-width: 385px) {
  .primary#info .guide1904_top li {
    width: 83vw !important;
    margin-left: 7% !important;
    margin-top: 25px;
  }

  .primary#info .size32 {
    width: 20% !important;
  }

  .primary#info .size30 {
    width: 22% !important;
  }

  .primary#info .size17 {
    width: 20% !important;
  }

  .primary#info .guide_icon5 {
    margin-bottom: 9%;
  }
}
@media (max-width: 360px) {
  .primary#info .guide1904_top li {
    margin-left: 7% !important;
  }
}
@media (max-width: 320px) {
  .primary#info .guide1904_top li {
    width: 82vw !important;
    margin-left: 8% !important;
  }

  .primary#info .guide_icon5 {
    margin-bottom: 11%;
  }
}
@media (max-width: 768px) {
  /* === + wrapper ==================================================================== */
  body {
    min-width: 100%;
  }
  body.gnav-open {
    height: 100vh;
    overflow-y: hidden;
  }
  body section {
    position: relative;
  }

  .wrapper {
    padding-top: 55px;
  }

  /* === - wrapper ==================================================================== */
  /* === + sidebar ==================================================================== */
  .a-single.a-1 {
    text-align: center;
  }

  /* === - sidebar ==================================================================== */
  /* === + header ==================================================================== */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 55px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .header .header-global-nav {
    display: block;
  }

  .header-description-wrap {
    display: none;
  }

  .header-inner {
    display: flex;
    width: 100%;
  }
  .header-inner .site-id {
    position: absolute;
    top: 50%;
    left: 30%;
    float: none;
    width: 40%;
    margin: -22.5px 0 0;
  }
  .header-inner .searchform input[type="submit"] {
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    width: 36px;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
  }
  .header-inner .searchform p {
    font-size: 0.8571428571rem;
    margin: 0;
    text-align: right;
  }
  .header-inner .searchform p a {
    color: #171717;
  }
  .header-inner .utility-nav {
    float: none;
    margin: 0;
  }
  .header-inner .utility-nav ul li {
    float: none;
    margin: 0;
  }
  .header-inner .searchform-button {
    font-size: 0.7678571429rem;
    box-sizing: border-box;
    display: block;
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15%;
    padding-top: 30px;
    text-align: center;
  }
  .header-inner .link-button {
    border-radius: 0 0 0 0;
    font-size: 0.7678571429rem;
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    border: none;
    padding: 30px 0 0;
    text-align: center;
  }
  .header-inner .link-button:before {
    font-size: 1.1964285714rem;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -0.5em;
  }
  .header-inner .link-button.login {
    right: 15%;
  }
  .header-inner .link-button.register {
    right: 0;
  }
  .header-inner .link-button.mypage {
    right: 0;
  }
  .header-inner .searchform {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 1em 0;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
  }
  .header-inner .searchform p {
    display: none;
  }
  .header-global-nav {
    position: fixed;
    top: 55px;
    right: 100%;
    z-index: 50;
    width: 100%;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .header-global-nav p {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    text-align: center;
    font-size: 1.1428571429rem;
  }
  .gnav-open .header-global-nav {
    right: 0;
    height: calc(100vh - 55px);
    overflow-y: visible;
  }
  .gnav-open .header-global-nav .global-nav-button span:first-child {
    transform: translateY(6px) rotateZ(-135deg);
  }
  .gnav-open .header-global-nav .global-nav-button span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .gnav-open .header-global-nav .global-nav-button span:last-child {
    transform: translateY(-6px) rotateZ(135deg);
  }
  .header-global-nav .global-nav-button {
    font-size: 0.7678571429rem;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 38px;
    margin: 0;
    padding: 11px 0 0 0;
  }
  .header-global-nav .global-nav-button span {
    display: block;
    width: 2.5em;
    height: 2px;
    margin: 4px auto 2px;
    background-color: #0e0e0e;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    transform: translateZ(0);
  }

  .global-nav {
    position: fixed;
    top: 55px;
    right: 100%;
    z-index: 50;
    width: 100%;
    overflow-x: auto;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .global-nav span.sub-menu-button {
    margin: 0;
    padding: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px dotted #fff;
    background: #3e6cbf;
    width: 50px;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    height: 53px;
  }
  .global-nav span.sub-menu-button i {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
  }
  .gnav-open .global-nav {
    right: 0;
    height: calc(100vh - 145px);
    overflow-y: visible;
  }
  .gnav-open .global-nav .global-nav-button span:first-child {
    transform: translateY(6px) rotateZ(-135deg);
  }
  .gnav-open .global-nav .global-nav-button span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .gnav-open .global-nav .global-nav-button span:last-child {
    transform: translateY(-6px) rotateZ(135deg);
  }
  .global-nav .global-nav-button {
    font-size: 0.7678571429rem;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 38px;
    margin: 0;
    padding: 11px 0 0 0;
  }
  .global-nav .global-nav-button span {
    display: block;
    width: 2.5em;
    height: 2px;
    margin: 4px auto 2px;
    background-color: #0e0e0e;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    transform: translateZ(0);
  }
  .global-nav > ul {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 0 0 transparent;
    width: 100%;
    flex-direction: column;
    text-align: left;
    background-color: #ffffff;
  }
  .global-nav > ul > li > ul {
    *zoom: 1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 transparent;
    position: static;
  }
  .global-nav > ul > li > ul:before, .global-nav > ul > li > ul:after {
    content: "";
    display: table;
    overflow: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .global-nav > ul > li > ul:after {
    clear: both;
  }
  .global-nav > ul > li > ul:before {
    display: none;
  }
  .global-nav > ul > li > ul a {
    color: #222222 !important;
    border-top: 1px solid #d8d8d8;
    background-color: #ffffff !important;
  }
  .global-nav > ul > li > ul a:hover {
    background-color: #d1e1ff;
  }
  .global-nav > ul > li > ul li {
    float: left;
    width: 50%;
  }
  .global-nav > ul > li > ul li:last-child:nth-child(2n+1) {
    width: 100%;
  }
  .global-nav > ul > li > ul li:nth-child(2n) a {
    border-left: 1px solid #d8d8d8;
  }
  .global-nav > ul > li > ul li:last-child a {
    border-radius: 0 0 0 0;
  }
  .global-nav > ul > li:hover > ul {
    display: none;
  }
  .global-nav > ul > li:first-child ul {
    display: block;
  }
  .global-nav > ul > li:first-child ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em;
  }
  .global-nav > ul > li:first-child ul li a {
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #d8d8d8;
  }
  .global-nav a,
  .global-nav .current-menu-item a {
    border-radius: 0 0 0 0;
    color: #ffffff;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: 1px dotted #ffffff;
    background-color: #5d8de4;
  }
  .global-nav a:hover,
  .global-nav .current-menu-item a:hover {
    background-color: #405582;
  }
  .global-nav li:last-child a {
    border-radius: 0 0 3px 3px;
    border-bottom: none;
  }
  .global-nav .current-menu-item > ul a {
    color: #222222;
    background-color: #ffffff;
  }
  .global-nav .current-menu-item > ul a:hover {
    background-color: #d1e1ff;
  }

  .global-sub-nav {
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
  }
  .global-sub-nav .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 7px;
  }
  .global-sub-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    background-color: #5d8de4;
  }
  .global-sub-nav ul {
    width: auto !important;
    height: 60px;
    background-color: #f3f2f2;
  }
  .global-sub-nav li:first-child {
    margin-left: 20px;
    margin-right: 0;
  }

  .breadcrumb {
    width: 100%;
  }

  /* === - header ==================================================================== */
  /* === + primary secondary article wysiwyg ==================================================================== */
  .content {
    width: 100%;
    margin-top: 22.5px;
  }

  .primary {
    float: none;
    width: 100%;
  }
  body.error404 .primary {
    width: 100%;
  }

  .secondary {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 72px;
  }

  .edit-area table {
    background-image: url("../images/form-page.gif");
    padding: 15px;
    width: 100%;
    height: 200px;
    border-collapse: separate;
    font-size: 18px;
  }
  .edit-area table td {
    background-color: #fff;
    vertical-align: middle;
    border: 2px solid transparent;
    padding: 0 13px 15px;
  }
  .edit-area table th {
    font-family: "游ゴシック体";
    background-color: #fff;
    border: 2px solid transparent;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0 7px 16px;
  }
  .edit-area table span.required {
    color: #E00;
  }
  .edit-area table input {
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #cbcbcb;
  }
  .edit-area table input[type="checkbox"] {
    display: none;
  }
  .edit-area p {
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
  }

  /* === - primary secondary article wysiwyg ==================================================================== */
  /* === + primary ==================================================================== */
  .primary h1 {
    margin-bottom: 0;
    margin-top: 72px;
  }
  .primary h1 + .link-more {
    margin: -2.6rem 0 1.1rem;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .archive h2 {
    margin-top: 72px;
  }
  .archive article h2 {
    margin-top: 0px;
  }

  body.archive .primary h1 {
    margin-top: 72px;
  }

  /* === - primary ==================================================================== */
  /* === + secondary ==================================================================== */
  .secondary .facebook_timeline {
    display: none;
  }
  .secondary .twitter_timeline {
    display: none;
  }
  .secondary .ranking .ranking-switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .secondary .ranking .ranking-switcher > h2 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
  }
  .secondary .ranking h2 {
    border-radius: 0 0 0 0;
  }

  #wp-calendar {
    display: none;
  }

  /* === - secondary ==================================================================== */
  /* === + footer ==================================================================== */
  .footer-content {
    display: block;
    width: 100%;
  }
  .footer-content section {
    flex-width: 100%;
    max-width: 100%;
  }
  .footer-content h2 + .link-more a {
    color: #000000;
  }
  .footer-content h2 + .link-more a:after {
    color: #5d8de4;
  }
  .footer-content h2 + .link-more a:hover {
    color: #5d8de4;
  }
  .footer-content .arrow-list.post {
    margin-bottom: 0;
  }

  .footer img.kangaroo {
    display: none;
  }
  .footer .pagetop {
    bottom: 10%;
    right: 3%;
    left: auto;
    margin-left: 0;
  }
  .footer .utility-footer-nav {
    width: 100%;
    padding: 0;
    background-color: #ffffff;
  }
  .footer .utility-footer-nav ul {
    *zoom: 1;
    width: 100%;
    border-top: 1px solid #d6d6d6;
  }
  .footer .utility-footer-nav ul:before, .footer .utility-footer-nav ul:after {
    content: "";
    display: table;
    overflow: hidden;
    font-size: 0.1em;
    line-height: 0;
  }
  .footer .utility-footer-nav ul:after {
    clear: both;
  }
  .footer .utility-footer-nav ul li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .footer .utility-footer-nav ul li:nth-child(2n-1) {
    border-right: 1px solid #d6d6d6;
  }
  .footer .utility-footer-nav a {
    display: block;
    padding: 1em;
    text-align: center;
  }
  .footer .utility-footer-nav a:before {
    display: none;
  }
  .footer .sns-footer-nav {
    font-size: 1.5rem;
    display: block;
    text-align: center;
  }
  .footer .sns-footer-nav ul {
    margin: 0.5em 0;
  }
  .footer .sns-footer-nav li {
    display: inline-block;
    padding: 0 0.5em;
  }
  .footer .sns-footer-nav a {
    color: #171717;
  }
  .footer .copyright {
    line-height: 1.3;
  }
  .footer .copyright br {
    display: inline;
  }

  /* === - footer ==================================================================== */
  /* === + non-semantic helper classes ==================================================================== */
  .forsp {
    display: block !important;
  }

  .forpc {
    display: none !important;
  }

  .post-list, .taxonomy-list {
    border: none;
  }
  .post-list article, .taxonomy-list article {
    flex-basis: 100%;
    max-width: 100%;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
  .post-list article:first-child, .taxonomy-list article:first-child {
    border-top: 1px solid #d6d6d6;
  }
  .post-list article.taxonomy-series, .taxonomy-list article.taxonomy-series {
    display: block;
  }
  .post-list article.taxonomy-series #figure_test:before, .taxonomy-list article.taxonomy-series #figure_test:before {
    content: "";
    display: none;
  }
  .post-list img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, .taxonomy-list img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .post-list img.attachment-150x150.size-150x150.wp-post-image, .taxonomy-list img.attachment-150x150.size-150x150.wp-post-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .post-list .taxonomy-series-text, .taxonomy-list .taxonomy-series-text {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .post-list .post-list-link:hover, .taxonomy-list .post-list-link:hover {
    background-color: transparent;
  }
  .post-list figure, .taxonomy-list figure {
    width: 27.6%;
    padding: 3% 0 3% 3%;
  }
  .post-list .post-section, .taxonomy-list .post-section {
    width: 100%;
  }
  .post-list .post-list-text, .taxonomy-list .post-list-text {
    width: 66.4%;
    padding: 3% 3% 3% 0;
  }
  .post-list time, .taxonomy-list time {
    font-size: 0.7857142857rem;
    width: 30%;
    min-width: 8em;
  }
  .post-list .post-list-tag, .taxonomy-list .post-list-tag {
    font-size: 0.7857142857rem;
    top: 9%;
    right: 3%;
  }
  .post-list.pick-first, .taxonomy-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-list.pick-first > article, .taxonomy-list > article {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
  }
  .post-list.pick-first > article .post-list-link, .taxonomy-list > article .post-list-link {
    height: auto;
    padding: 6% 6% 0 6%;
  }
  .post-list.pick-first > article .post-list-link:hover .post-section, .taxonomy-list > article .post-list-link:hover .post-section {
    background-color: transparent;
  }
  .post-list.pick-first > article figure, .taxonomy-list > article figure {
    box-sizing: border-box;
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-list.pick-first > article figure:before, .taxonomy-list > article figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 5em solid transparent;
    border-left: 5em solid rgba(0, 0, 0, 0.75);
  }
  .post-list.pick-first > article .post-list-text, .taxonomy-list > article .post-list-text {
    float: none;
    width: 100%;
    padding: 3% 0 0 0;
  }
  .post-list.pick-first > article time, .taxonomy-list > article time {
    font-size: 1rem;
    width: 100%;
    color: #171717;
    text-align: left;
    background-color: transparent;
  }
  .post-list.pick-first > article time:before, .taxonomy-list > article time:before {
    display: inline-block;
  }
  .post-list.pick-first > article .post-section, .taxonomy-list > article .post-section {
    position: absolute;
    top: 1.3em;
    left: -0.3em;
    right: auto;
    width: 5em;
    padding: 0;
    transform: rotate(-45deg);
    background-color: transparent;
  }
  .post-list.pick-first > article h2, .taxonomy-list > article h2 {
    margin-top: 5px;
  }
  .post-list.pick-first > article .post-list-tag, .taxonomy-list > article .post-list-tag {
    position: static;
    display: block;
    padding: 6% 6%;
    text-align: center;
  }
  .post-list.pick-first > article .post-list-tag a, .taxonomy-list > article .post-list-tag a {
    position: relative;
    padding: 2px 8px 1px 10px;
    color: #ffffff;
    background-color: #405582;
  }
  .post-list.pick-first > article .post-list-tag a:hover, .taxonomy-list > article .post-list-tag a:hover {
    text-decoration: none;
    background-color: #5d8de4;
  }
  .post-list.pick-first > article .post-list-tag a:hover:before, .taxonomy-list > article .post-list-tag a:hover:before {
    border-right-color: #5d8de4;
  }
  .post-list.pick-first > article .post-list-tag a:before, .taxonomy-list > article .post-list-tag a:before {
    position: absolute;
    top: 0;
    left: -9px;
    content: '';
    border-top: 10px solid transparent;
    border-right: 9px solid #405582;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
  }
  .post-list.pick-first > article .post-list-tag a:after, .taxonomy-list > article .post-list-tag a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.1em;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.25em;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .post-list.pick-first > article:first-child .post-list-link, .taxonomy-list > article:first-child .post-list-link {
    height: auto;
    padding: 3%;
  }
  .post-list.pick-first > article:first-child figure, .taxonomy-list > article:first-child figure {
    width: 100%;
    padding: 0;
  }
  .post-list.pick-first > article:first-child .post-section, .taxonomy-list > article:first-child .post-section {
    top: 1.3em;
    left: -0.3em;
    right: auto;
    width: 5em;
    padding: 0;
  }
  .post-list.pick-first > article:first-child .post-list-text, .taxonomy-list > article:first-child .post-list-text {
    width: 100%;
    padding: 3% 0 0 0;
  }
  .post-list.pick-first > article:first-child .post-list-tag, .taxonomy-list > article:first-child .post-list-tag {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 3%;
    left: auto;
    padding: 0;
  }
  .post-list.pick-first > article:first-child .post-list-tag a, .taxonomy-list > article:first-child .post-list-tag a {
    color: #171717;
    text-decoration: none;
  }
  .post-list.pick-first > article:first-child .post-list-tag a:hover, .taxonomy-list > article:first-child .post-list-tag a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  .post-list.pick-first > article:first-child .post-list-tag a:before, .taxonomy-list > article:first-child .post-list-tag a:before {
    position: static;
    border: none;
  }
  .post-list.pick-first > article:first-child .post-list-tag a:after, .taxonomy-list > article:first-child .post-list-tag a:after {
    display: none;
  }
  .post-list.pick-first .link-button.more, .taxonomy-list .link-button.more {
    float: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .post-list-image-block {
    margin-top: 3%;
    padding: 0 3%;
  }
  .post-list-image-block h2 {
    margin: 0;
    font-size: 15px;
  }
  .post-list-image-block article {
    flex-basis: 48%;
    max-width: 48%;
  }
  .post-list-image-block article:first-child {
    flex-basis: 100%;
    max-width: 100%;
  }
  .post-list-image-block article:first-child a {
    flex-direction: row;
    height: auto;
  }
  .post-list-image-block article:first-child a figure {
    flex-basis: 49%;
  }
  .post-list-image-block article:first-child a .post-list-meta {
    flex-basis: 51%;
    height: 164px;
  }
  .post-list-image-block article:first-child p {
    display: block;
    max-height: 5em;
    overflow: hidden;
  }
  .post-list-image-block article:nth-child(2) {
    flex-basis: 48%;
  }
  .post-list-image-block img.attachment-series-thumbnail.size-series-thumbnail.wp-post-image {
    width: 415px;
    height: 164px;
    object-fit: cover;
  }
  .post-list-image-block a {
    display: flex;
    flex-direction: column;
    height: 98%;
  }
  .post-list-image-block a:hover .post-list-meta {
    height: 100%;
  }
  .post-list-image-block .post-list-meta {
    position: static;
    height: 100%;
    background-color: #000000;
  }
  .post-list-image-block p {
    display: none;
  }

  .link-more {
    padding-right: 3%;
    margin: -2.6rem 0 1.1rem;
    position: absolute;
    bottom: -61px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .link-more a {
    border-radius: 3px 3px 3px 3px;
    padding: 10px 36px;
    border: 1px solid #a3a3a3;
    background-color: #ffffff;
  }

  /* === - non-semantic helper classes ==================================================================== */
  /* ========================================== */
  /*                                            */
  /* page design                                */
  /*                                            */
  /* ========================================== */
  /* === + single ==================================================================== */
  .single-header {
    margin: 0 15px;
  }
  .single-header h1 {
    margin: 0;
  }
  .single-header .single-header-nav ul {
    margin: 5px 0;
    display: flex;
    justify-content: center;
  }
  .single-header .single-header-nav li {
    margin: 0;
  }
  .single-header .single-header-nav .twitter a {
    line-height: 1.4;
  }
  .single-header .single-header-nav .twitter a i {
    vertical-align: unset;
  }
  .single-header .single-header-nav .facebook a {
    line-height: 1.4;
  }
  .single-header .single-header-nav .facebook a i {
    vertical-align: unset;
  }
  .single-header .single-header-nav .print a {
    display: none;
  }
  .single-header .single-header-nav .favorite a {
    background-color: #db923d;
    color: #fff;
    border: 1px solid #db923d;
    font-size: 12px;
    line-height: 2.4;
  }
  .single-header .single-header-nav .favorite a.max {
    line-height: 1.2;
  }
  .single-header .single-header-nav .favorite .add i {
    margin-right: 0.3em;
    vertical-align: middle;
  }
  .single-header .single-header-nav .favorite .del i {
    margin-right: 0.3em;
    vertical-align: middle;
  }
  .single-header .single-header-nav .favorite .max i {
    color: #fff;
  }

  .single-footer-tag {
    display: block;
    margin-top: 10px;
    padding: 0 15px;
  }
  .single-footer-tag h2 {
    vertical-align: top;
    margin: 0;
    display: block;
  }
  .single-footer-tag ul {
    font-size: 0.9285714286rem;
    display: table-cell;
  }
  .single-footer-tag ul li {
    display: inline-block;
    margin-right: 1em;
  }
  .single-footer-tag ul a {
    color: #171717;
  }
  .single-footer-tag ul a:before {
    margin-right: 0.3em;
    content: "\f02b";
  }

  /* === - single ==================================================================== */
  /* === - archive ==================================================================== */
  .archive-search {
    margin: 22.5px 15px 30px 15px;
  }
  .archive-search form label {
    text-align: left;
    display: block;
  }
  .archive-search form label:first-child {
    letter-spacing: 12px;
  }
  .archive-search form .publish-date {
    display: block;
    margin: 0 auto;
  }
  .archive-search form .publish-date input[type="date"] {
    width: 40%;
  }
  .archive-search form .keyword-search input[type="text"] {
    vertical-align: none;
    height: 27px;
    width: 80%;
  }
  .archive-search form input[type="submit"] {
    border-radius: 0px 3px 3px 0px;
    padding: 7px 7px 6px 7px;
    font-size: 1.5rem;
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
    vertical-align: middle;
  }

  /* === - series-list ==================================================================== */
  .series-list {
    flex-wrap: wrap;
    justify-content: space-around;
    flex-basis: 100%;
  }
  .series-list .series-list-text {
    width: 100%;
    padding: 0 5px 0 5px;
    margin-bottom: 30px;
  }
  .series-list .series-list-text .buttons .link-button {
    width: 100%;
    font-size: 12px;
    line-height: 50px;
    vertical-align: middle;
  }
  .series-list .series-list-text .buttons .first-read {
    margin: 0;
    padding: 0;
  }
  .series-list .series-list-text .buttons .first-read:before {
    position: absolute;
    top: 19px;
    left: 5px;
  }
  .series-list .series-list-text .buttons .archive-read {
    margin: 0 5px 0 5px;
    padding: 0;
  }
  .series-list .series-list-text .buttons .archive-read:before {
    position: absolute;
    top: 19px;
    left: 5px;
  }
  .series-list .series-list-text .buttons .last-read {
    padding: 0;
  }
  .series-list .series-list-text .buttons .last-read:after {
    position: absolute;
    top: 19px;
    right: 5px;
  }

  /* === taxonomy-list ==================================================================== */
  .taxonomy-list #figure_test {
    width: 100%;
    text-align: center;
    padding: 0 50px;
  }
  .taxonomy-list .post-list-text {
    max-width: 100%;
    padding: 0 15px;
  }
  .taxonomy-list .test-series-text {
    width: 100%;
    padding: 0 6px 0 6px;
  }
  .taxonomy-list time {
    font-size: 0.7857142857rem;
    width: 30%;
    min-width: 8em;
  }
  .taxonomy-list .post-list-tag {
    font-size: 0.7857142857rem;
    top: 9%;
    right: 3%;
  }
  .taxonomy-list .link-button {
    background-color: #405582;
    width: 100%;
    height: 40px;
  }
  .taxonomy-list .link-button span {
    display: block;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
  }
  .taxonomy-list .test-series-text {
    width: 100%;
    margin-left: 0px;
  }
  .taxonomy-list .first-read {
    margin: 0;
    font-size: 12px;
    padding: 0;
  }
  .taxonomy-list .first-read:before {
    margin-left: 0;
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .taxonomy-list .first-read span {
    padding-left: 15%;
  }
  .taxonomy-list .last-read {
    padding: 0;
    font-size: 12px;
  }
  .taxonomy-list .last-read:after {
    margin-left: 0;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  .taxonomy-list .last-read span {
    padding-right: 15%;
  }

  .pager a {
    width: 30px;
    height: auto;
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 5px 10px;
    color: #000;
    border-radius: 3px 3px 3px 3px;
  }
  .last .pager a, .first .pager a {
    display: none;
  }

  /* === - contact==================================================================== */
  .wpcf7-form span.wpcf7-form-control-wrap.your-type:before {
    position: absolute;
    right: 0;
    top: -8px;
  }
  .wpcf7-form .contact {
    margin: 25px 15px 0;
    padding: 16px;
    background-image: url("../images/form-page.gif");
  }
  .wpcf7-form table {
    width: 100%;
    height: auto;
    padding: 0;
    margin: auto 0;
  }
  .wpcf7-form td {
    display: block;
    vertical-align: middle;
    border-left: none;
    padding: 0 5% 15px;
  }
  .wpcf7-form td:last-child {
    padding-bottom: 10px;
  }
  .wpcf7-form th {
    padding: 5px 0 0 15px;
    border-bottom: none;
    display: block;
  }
  .wpcf7-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
  }
  .wpcf7-form input.wpcf7-form-control.wpcf7-submit.submit {
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto;
  }
  .wpcf7-form .contact_submit .c-checkbox-pc .alternative-pc {
    top: 27px;
  }
  .wpcf7-form span.wpcf7-list-item {
    margin: 0;
  }
  .wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
  }
  .wpcf7-form .area {
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px 3px 3px 3px;
  }

  /* === - favorite-post==================================================================== */
  .bulk-action {
    text-align: center;
  }
  .bulk-action select {
    width: 50%;
  }
  .bulk-action input {
    border-radius: 3px 3px 3px 3px;
    padding: 10px 20px;
    background-color: #808080;
    color: #fff;
    border: #808080;
  }

  .favorite-post {
    border: 1px solid #d6d6d6;
    border-right: none;
    border-left: 0;
    position: relative;
    /* input要素の代替 */
  }
  .favorite-post .favorite-check {
    display: static;
  }
  .favorite-post .favorite-link {
    margin: 3%;
    width: 94%;
    box-shadow: 2px 2px 4px #a1a1a1;
  }
  .favorite-post .buttons-pc {
    display: none;
  }
  .favorite-post .buttons-sp {
    width: 100%;
    display: flex;
    justify-content: center;
    /* input要素の代替（外側） */
    /* 本来のinput[type="checkbox"]を非表示 */
    /* input要素の代替（外側）：チェック後 */
    /* input要素の代替（内側）：チェック後 */
  }
  .favorite-post .buttons-sp .favorite-check {
    display: none;
  }
  .favorite-post .buttons-sp .alternative-sp {
    position: static;
    display: block;
    vertical-align: bottom;
  }
  .favorite-post .buttons-sp .alternative-sp:before,
  .favorite-post .buttons-sp .alternative-sp:after {
    content: "";
    display: block;
    position: static;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .favorite-post .buttons-sp .alternative-sp:before {
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    padding: 8px;
    border: 1px solid #000;
    top: 11px;
    left: 8px;
    background-color: #fff;
  }
  .favorite-post .buttons-sp .c-checkbox-sp input[type="checkbox"] {
    display: none;
  }
  .favorite-post .buttons-sp .c-checkbox-sp input[type="checkbox"]:checked + .alternative-sp:before {
    background-color: #fcfcfc;
    border-radius: 4px;
  }
  .favorite-post .buttons-sp .c-checkbox-sp input[type="checkbox"]:checked + .alternative-sp:after {
    content: "";
    display: inline;
    position: absolute;
    top: 4px;
    left: 13px;
    width: 10px;
    height: 19px;
    transform: rotate(40deg);
    border-bottom: 3px solid #e93c3c;
    border-right: 3px solid #e93c3c;
  }
  .favorite-post .series-list-text {
    box-sizing: border-box;
    width: 60%;
    padding: 20px 0;
  }
  .favorite-post figure {
    width: 27.6%;
    padding: 3%;
    margin: 0;
    text-align: center;
    height: auto;
  }
  .favorite-post p {
    display: none;
  }
  .favorite-post time {
    font-size: 0.9285714286rem;
    display: inline;
    width: auto;
    color: #171717;
    background-color: transparent;
  }
  .favorite-post .post-section {
    display: block;
    border-radius: 0;
    position: static;
    font-size: 0.8571428571rem;
    color: #ffffff;
    background-color: #222222;
    text-align: center;
  }
  .favorite-post h2 {
    font-size: 1.1428571429rem;
    margin: 30px 0 0;
    padding: 0;
    line-height: 1.375;
    border-bottom: none;
    background-color: transparent;
    font-size: 1.5rem;
  }
  .favorite-post img {
    max-width: 100%;
    height: auto;
    margin: 0;
    vertical-align: middle;
  }
  .favorite-post .link-button {
    display: flex;
    justify-content: center;
    color: #ffffff;
    border-color: #ec621c;
    background-color: #ec621c;
    vertical-align: middle;
    padding: 10px 5px 10px 30px;
    position: relative;
    margin: 0 10px 16px 10px;
  }
  .favorite-post .link-button:hover {
    opacity: 0.7;
  }
  .favorite-post .link-button:nth-child(2) {
    border-color: #808080;
    background-color: #808080;
  }
  .favorite-post span {
    line-height: 30px;
    vertical-align: middle;
  }
  .favorite-post .select-post {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    color: #3a3a3a;
  }
  .favorite-post .remove-post:before {
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .favorite-post .read-post {
    display: none;
  }

  /* === - favorite-keyword==================================================================== */
  /* === - register==================================================================== */
  #wpmem_reg {
    margin: 25px 15px;
  }
  #wpmem_reg fieldset {
    box-sizing: border-box;
  }
  #wpmem_reg .KP_register {
    width: 100%;
    vertical-align: baseline;
  }
  #wpmem_reg .div_text {
    width: 95%;
  }
  #wpmem_reg .div_text input {
    width: 95%;
    font-size: 12px;
  }
  #wpmem_reg .div_text #username_exist {
    display: inline;
  }
  #wpmem_reg .div_date {
    width: 100%;
  }
  #wpmem_reg .div_select {
    width: 100%;
  }
  #wpmem_reg .div_select select {
    width: 100%;
  }
  #wpmem_reg .acceptance .KP_register {
    display: unset;
  }

  /* === - login==================================================================== */
  .text_before {
    margin: 25px 15px;
  }

  #wpmem_login form {
    text-align: center;
  }
  #wpmem_login label {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: .5%;
  }
  #wpmem_login .text_after .div_text {
    width: 80%;
  }
  #wpmem_login .col-sm-offset-4 {
    margin: 0;
  }
  #wpmem_login .col-sm-offset-4 input[type="submit"] {
    padding: 8px 10px 8px 10px;
    margin-bottom: 20px;
  }
  #wpmem_login .col-sm-offset-2.col-sm-10 {
    margin: 0;
  }
  #wpmem_login .col-sm-offset-2.col-sm-10 a {
    display: block;
    margin-bottom: 10px;
  }
  #wpmem_login input#user {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    width: 100%;
    height: 40px;
  }
  #wpmem_login input#email {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    width: 100%;
    height: 40px;
  }
  #wpmem_login input#user_email {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    width: 100%;
    height: 40px;
  }

  /* === - search==================================================================== */
  .detail-search table {
    width: 95%;
    height: auto;
    padding: 15px;
    margin: 15px auto;
    box-sizing: border-box;
  }
  .detail-search table td {
    display: block;
    vertical-align: middle;
    border-left: none;
    padding: 10px;
  }
  .detail-search table td:nth-child(2) {
    text-align: center;
  }
  .detail-search table th {
    padding: 0;
    border-bottom: none;
    display: block;
    font-family: "Font Awesome 5 Free", 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    width: 100%;
  }
  .detail-search table .keyword-search input[type="text"] {
    border: 1px solid #a0a0a0;
    width: 100%;
    height: 33px;
  }
  .detail-search table .search-object {
    display: flex;
    justify-content: center;
  }
  .detail-search table label {
    display: block;
  }
  .detail-search table .detail-search-submit {
    width: 80%;
  }
  .detail-search table input[type="date"] {
    margin: 0;
    box-sizing: border-box;
    font-size: 12px;
    width: 39%;
  }

  /* === - mypage==================================================================== */
  .mypage-top table {
    width: 95%;
    height: auto;
    padding: 15px;
    margin: 15px auto;
    box-sizing: border-box;
  }
  .mypage-top table td {
    display: block;
    vertical-align: middle;
    border-left: none;
    padding: 10px;
  }
  .mypage-top table td:last-child {
    padding-bottom: 10px;
  }
  .mypage-top table th {
    padding: 0;
    border-bottom: none;
    display: block;
    font-family: "Font Awesome 5 Free", 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    width: 100%;
  }
  .mypage-top table .keyword-search input[type="text"] {
    border: 1px solid #a0a0a0;
    width: 70%;
    height: 33px;
  }
  .mypage-top table label {
    display: block;
  }
  .mypage-top table input[type="date"] {
    margin: 0;
    width: 120px;
  }

  /* === -index.php==================================================================== */
  .not-found-wrap {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  .not-found-wrap h2 {
    margin: 0 2px 0 2px;
    border-bottom: none;
    padding: 0;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 40px 15px 40px;
    position: relative;
  }
  .not-found-wrap h2:after {
    font-size: 1rem;
    position: absolute;
    top: auto;
    font-family: "Font Awesome 5 Free", 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    content: "\f107";
    top: 12px;
    right: 23px;
  }
  .not-found-wrap .active:after {
    transform: rotate(180deg);
  }
  .not-found-wrap .not-found-text {
    position: relative;
    margin-bottom: 90px;
  }
  .not-found-wrap .not-found-text h1 {
    padding: 0;
    border-left: none;
    background-color: #fff;
    font-size: 27px;
    font-weight: normal;
    position: relative;
  }
  .not-found-wrap .not-found-text h1:before {
    display: none;
  }
  .not-found-wrap .not-found-text p {
    font-size: 15px;
  }
  .not-found-wrap .search-ranking-wrap {
    display: block;
    background-image: url("../images/form-page.gif");
    padding: 15px;
    border-collapse: separate;
  }
  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion {
    display: none;
  }
  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table {
    background-image: none;
    padding: 0;
    height: auto;
  }
  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table th {
    padding: 10px 10px;
  }
  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table td {
    text-align: center;
    padding: 12px 15px;
  }
  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table td input {
    width: 100%;
  }
  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table td input[type="date"] {
    width: 40%;
  }
  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table .search-object-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 8px;
  }
  .not-found-wrap .search-ranking-wrap .ranking {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-bottom: 2px;
    margin-top: 30px;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion {
    display: none;
    padding: 0 15px;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-switch {
    border-radius: 3px 0 0 3px;
    width: 48%;
    height: 50px;
    padding: 17px;
    cursor: pointer;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-switcher > h2 {
    box-sizing: border-box;
    flex-basis: 295px;
    max-width: 295px;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion h2 {
    text-align: center;
    margin-bottom: 11px;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion h3 {
    box-sizing: border-box;
    font-size: 1.1428571429rem;
    color: #222222;
    text-align: center;
    line-height: 1.06;
    background-color: #f3f2f2;
    margin: 0;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion h3.current {
    color: #ffffff;
    background-color: #405582;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.42;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block ol {
    counter-reset: olcnt;
    display: none;
    margin-top: 0;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block ol:first-child {
    display: block;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block ol li:before {
    float: right;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block ol li:nth-child(odd) {
    background-color: #fff;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block ol li:nth-child(odd):before {
    background-color: #fff;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block ol li:nth-child(2n) {
    background-color: #f6f6f6;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion .ranking-block ol li:nth-child(2n):before {
    background-color: #f6f6f6;
    color: #f6f6f6;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 3rm;
    padding: 15px 10px 15px 3em;
    color: #222222;
    text-decoration: none;
    vertical-align: middle;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion a:hover {
    color: #5d8de4;
    text-decoration: underline;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion a:before {
    content: counter(olcnt);
    position: absolute;
    top: auto;
    left: 1em;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion a:last-child {
    border-bottom: none;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion li:first-child a:before {
    content: '';
    left: 0.3em;
    width: 28px;
    height: 24px;
    background: url("../images/crown.png") no-repeat 0 0/100% auto;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion li:first-child + li a:before {
    content: '';
    left: 0.3em;
    width: 28px;
    height: 24px;
    background: url("../images/crown.png") no-repeat 0 -24.5px/100% auto;
  }
  .not-found-wrap .search-ranking-wrap .ranking .ranking-accordion li:first-child + li + li a:before {
    content: '';
    left: 0.3em;
    width: 28px;
    height: 24px;
    background: url("../images/crown.png") no-repeat 0 bottom/100% auto;
  }

  /* === -nweb==================================================================== */
  .nweb h2 {
    border-radius: 3px 3px 3px 3px;
    float: none;
    text-align: center;
    clear: none;
  }
  .nweb h2:nth-child(odd) {
    margin-right: 0;
  }
  .nweb h2 a {
    padding: 10px 100px;
    display: inline-block;
  }
  .nweb h2 a:hover {
    opacity: 0.7;
  }

  p.nweb_return {
    width: 41%;
    margin: 45px auto 0;
    line-height: 20px;
  }

  /* === -single-induction-frame.php==================================================================== */
  .induction {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .header-inner .site-id {
    left: 28%;
    width: 44%;
  }

  span.search-header {
    margin-right: 22px;
    font-size: 8px;
    font-weight: bold;
  }

  .header-inner .link-button {
    font-size: 8px !important;
  }

  .header-inner .link-button.login {
    right: 13% !important;
  }

  .header-inner .link-button {
    width: 13% !important;
  }

  .header-inner .searchform-button {
    padding-top: 27px;
  }
  .header-inner .searchform-button:before {
    left: 25%;
    top: 12px;
  }

  .header-global-nav .global-nav-button {
    font-size: 8px;
    width: 13%;
    font-weight: bold;
    padding: 11px 0 0 0;
  }
  .header-global-nav .global-nav-button span {
    width: 20px;
  }

  .header-inner .link-button.login {
    right: 17%;
    font-weight: bold !important;
  }

  .header-inner .link-button {
    width: 17%;
    font-size: 10px;
  }

  .post-list-image-block time {
    font-size: 12px;
  }

  .post-list-image-block .post-list-meta {
    height: auto;
  }

  .post-list-image-block img.attachment-series-thumbnail.size-series-thumbnail.wp-post-image {
    height: 118px;
  }

  .post-list-image-block h2 {
    font-size: 12px;
  }

  .post-list-image-block article:first-child p {
    font-size: 10px;
  }

  .post-list .post-list-tag, .taxonomy-list .post-list-tag, .taxonomy-list .post-list-tag {
    font-size: 0.7857142857rem;
    top: 22%;
    left: 3%;
  }

  .utility-footer-nav {
    font-size: 12px;
  }

  .post-list h2, .taxonomy-list h2, .taxonomy-list h2 {
    font-size: 1.1428571429rem;
    margin: 6% 0 0;
    padding: 0;
    line-height: 1.375;
    border-bottom: none;
    background-color: transparent;
  }

  .detail-search table td {
    font-size: 14px;
  }

  .detail-search table input[type="date"] {
    width: 104px;
  }

  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table td {
    font-size: 14px;
  }

  .not-found-wrap .search-ranking-wrap .not-found-search .search-accordion table td input[type="date"] {
    width: 104px;
  }

  .archive-search form .keyword-search input[type="text"] {
    vertical-align: none;
    height: 27px;
    width: 75%;
  }

  .archive-search form input[type="submit"] {
    border-radius: 0px 3px 3px 0px;
    vertical-align: middle;
    line-height: 20px;
  }

  .single-header-nav .twitter a {
    width: 76px;
  }

  .single-header-nav .facebook a {
    width: 76px;
  }

  .single-header .single-header-nav .favorite a {
    background-color: #db923d;
    color: #fff;
    border: 1px solid #db923d;
    font-size: 10px;
    line-height: 28px;
  }

  .pager li {
    float: left;
    margin-right: 5px;
  }

  .single-header .single-category {
    display: block;
    margin-top: 0;
  }

  .post-list .post-list-tag, .taxonomy-list .post-list-tag, .taxonomy-list .post-list-tag, .taxonomy-list .post-list-tag {
    font-size: 0.7857142857rem;
    top: 22%;
    left: 3%;
    display: inline-block;
    position: static;
    margin: 0px 0px 10px 10px;
  }

  .wpcf7-form .contact {
    margin: 25px 8px 0;
  }

  #modal p {
    font-size: 12px;
  }
  #modal h1 {
    font-size: 22px;
  }

  .post-list .post-list-link, .taxonomy-list .post-list-link, .taxonomy-list .post-list-link {
    height: auto;
  }

  .post-list.pick-first > article .post-list-tag a, .taxonomy-list > article .post-list-tag a, .taxonomy-list > article .post-list-tag a {
    font-size: 9px;
  }

  .post-list.pick-first > article .post-list-tag a:before, .taxonomy-list > article .post-list-tag a:before, .taxonomy-list > article .post-list-tag a:before {
    top: -2px;
    border-top: 11px solid transparent;
  }

  .post-list.pick-first > article .post-list-tag a, .taxonomy-list > article .post-list-tag a, .taxonomy-list > article .post-list-tag a {
    padding: 1px 8px 1px 10px;
  }
}
@media print {
  @page {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /*
  印刷用のスタイルシート
  */
  .ie11 .header {
    border: none;
  }
  .ie11 .header:after {
    content: "先生解決ネット";
    position: absolute;
    top: 0;
    right: 0;
  }
  .ie11 .header .header-inner {
    margin: 30px 0 60px;
    position: relative;
  }
  .ie11 .header .header-inner .site-id {
    display: none;
    width: 300px;
    height: 50px;
    position: absolute;
    top: -58px;
    left: 0;
    background-color: red;
    margin-bottom: 60px;
  }
  .ie11 .header .header-inner .site-id a, .ie11 .header .header-inner .site-id img {
    display: block;
  }
  .ie11 .header .header-description-wrap {
    display: none;
    position: relative;
  }
  .ie11 .header .utility-nav {
    display: none;
  }
  .ie11 .global-nav {
    display: none;
  }
  .ie11 .breadcrumb {
    display: none;
  }
  .ie11 .content .primary {
    width: 1170px;
  }
  .ie11 article .single-header h1 {
    margin: 0;
  }
  .ie11 article nav.single-header-nav {
    display: none;
  }
  .ie11 aside.secondary {
    display: none;
  }
  .ie11 section {
    display: none;
  }
  .ie11 footer {
    display: none;
  }

  .print_logo {
    text-align: center;
  }

  .wrapper .fixed-wrapper.is-fixed {
    position: static;
    width: auto;
    z-index: auto;
    background-color: transparent;
    top: 0;
    left: 0;
  }

  .single .wrapper .global-sub-nav {
    display: none;
  }
  .single .wrapper .header {
    border: none;
  }
  .single .wrapper .header:after {
    content: "";
    position: absolute;
    font-size: 20px;
    top: 10px;
    left: 20px;
  }
  .single .wrapper .header .header-inner {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0px auto;
  }
  .single .wrapper .header .header-inner .site-id {
    position: static;
    margin: 0px;
  }
  .single .wrapper .header .header-description-wrap {
    display: none;
    position: relative;
  }
  .single .wrapper .header .utility-nav {
    display: none;
  }
  .single .wrapper .global-nav {
    display: none;
  }
  .single .wrapper .breadcrumb {
    display: none;
  }
  .single .wrapper .content .primary {
    width: 1000px;
  }
  .single .wrapper article {
    margin-left: 50px;
    margin-right: 50px;
  }
  .single .wrapper article .single-header h1 {
    margin: 0;
  }
  .single .wrapper article .single-header .single-category {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .single .wrapper article .single-header .single-category a {
    margin-left: 0;
    background-color: #fff;
  }
  .single .wrapper article .single-header .single-category a:before {
    content: "カテゴリー：";
  }
  .single .wrapper article nav.single-header-nav {
    display: none;
  }
  .single .wrapper article .edit-area img.mosaic {
    display: none;
  }
  .single .wrapper article .edit-area .free-membership {
    display: none;
  }
  .single .wrapper aside.secondary {
    display: none;
  }
  .single .wrapper section {
    display: none;
  }
  .single .wrapper .induction {
    display: none;
  }
  .single .wrapper footer {
    display: none;
  }
}
_::-webkit-full-page-media, _:future, :root .post-list-tag a {
  padding: 4px 8px 3px 10px !important;
}

@-moz-document url-prefix() {
  .detail-search .select-wrap:before {
    top: 6px;
  }
}
_:-ms-fullscreen, :root .detail-search .select-wrap:before {
  top: 6px;
}

.Android .header-inner .searchform input[type="submit"] {
  vertical-align: top;
  padding: 5px;
}

/*# sourceMappingURL=style.css.map */

/*add new 202102*/
.locked-article-login-button--override {
  background-color: #5D8DE4 !important;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: inline-block;
  }
}

.header-advertising-banner-pc{
  margin: 12px 0 0 40px;
}

@media (max-width: 768px) {
  .header-advertising-banner-pc{
    display: none;
  }
}

.header-advertising-banner-nothing{
  margin-left: 298px;
}

.header-advertising-banner{
  display: none;
}

@media (max-width: 768px) {
  .header-advertising-banner {
    display: block;
    margin: 16px auto 0;
    max-width: 300px;
  }
}

.single-footer-advertising-image{
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.single-footer-advertising-image--multiple {
  justify-content: space-around;

}

@media (max-width: 768px) {
  .single-footer-advertising-image {
    max-width: 300px;
    margin: 40px auto 0;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .single-footer-advertising-image .g{
    margin-top: 40px;
  }
  .single-footer-advertising-image .g:first-child{
    margin-top: 0;
  }
}

.single-footer-advertising-text{
  font-size: 14px;
  margin-top: 8px;
  max-width: 300px;
  line-height: 1.71em;
}

@media (max-width: 768px) {
  .single-footer-advertising-text {
    width: 100%;
    margin: 8px auto 0;
  }
}