@charset "UTF-8";
/*!
Theme Name: 碩学舎様専用テーマ v2
Author: 株式会社上部
Author URI: http://www.kamibu.jp/
Description:
Version: 2.0
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Light.woff") format("woff"), url("fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("fonts/NotoSansCJKjp-Black.woff") format("woff"), url("fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype"); }
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.aligncenter {
  text-align: center; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 1.1rem;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

nav.pagination {
  text-align: center;
  margin: 40px -1px 0 0; }
  nav.pagination > .nav-links > .page-numbers {
    border: solid 1px #cccccc;
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    margin: 0 0 0 1px;
    font-size: 1.6rem;
    color: #222222; }
    nav.pagination > .nav-links > .page-numbers:hover {
      color: #1f90ba;
      border: solid 1px #1f90ba !important; }
    nav.pagination > .nav-links > .page-numbers.current {
      color: #fff;
      background: #1f90ba;
      border: solid 1px #1f90ba; }
    nav.pagination > .nav-links > .page-numbers.next {
      margin: 0 0 0 9px; }
    nav.pagination > .nav-links > .page-numbers.prev {
      margin: 0 9px 0 0; }

.text-xs {
  font-size: 1rem !important; }

.text-sm {
  font-size: 1.3rem !important; }

.text-md {
  font-size: 1.6rem !important; }

.text-lg {
  font-size: 1.9rem !important; }

.text-xl {
  font-size: 2.2rem !important; }

.text-xlg {
  font-size: 2.8rem !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-semibold {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.font-weight-extra-bold {
  font-weight: 900 !important; }

/* Spacements */
/* spacement top & bottom */
.m-none {
  margin: 0 !important; }

.m-auto {
  margin: 0 auto !important; }

.m-xs {
  margin: 20px !important; }

.m-sm {
  margin: 30px !important; }

.m-md {
  margin: 40px !important; }

.m-lg {
  margin: 60px !important; }

.m-xl {
  margin: 70px !important; }

.m-xlg {
  margin: 80px !important; }

/* spacement top  */
.mt-none {
  margin-top: 0 !important; }

.mt-xs {
  margin-top: 20px !important; }

.mt-sm {
  margin-top: 30px !important; }

.mt-md {
  margin-top: 40px !important; }

.mt-lg {
  margin-top: 60px !important; }

.mt-xl {
  margin-top: 70px !important; }

.mt-xlg {
  margin-top: 80px !important; }

/* spacement bottom  */
.mb-none {
  margin-bottom: 0 !important; }

.mb-xs {
  margin-bottom: 20px !important; }

.mb-sm {
  margin-bottom: 30px !important; }

.mb-md {
  margin-bottom: 40px !important; }

.mb-lg {
  margin-bottom: 60px !important; }

.mb-xl {
  margin-bottom: 70px !important; }

.mb-xlg {
  margin-bottom: 80px !important; }

/* spacement left  */
.ml-none {
  margin-left: 0 !important; }

.ml-xs {
  margin-left: 20px !important; }

.ml-sm {
  margin-left: 30px !important; }

.ml-md {
  margin-left: 40px !important; }

.ml-lg {
  margin-left: 60px !important; }

.ml-xl {
  margin-left: 70px !important; }

.ml-xlg {
  margin-left: 80px !important; }

/* spacement right  */
.mr-none {
  margin-right: 0 !important; }

.mr-xs {
  margin-right: 20px !important; }

.mr-sm {
  margin-right: 30px !important; }

.mr-md {
  margin-right: 40px !important; }

.mr-lg {
  margin-right: 60px !important; }

.mr-xl {
  margin-right: 70px !important; }

.mr-xlg {
  margin-right: 80px !important; }

/* Spacement Padding */
.p-none {
  padding: 0 !important; }

.p-xs {
  padding: 20px !important; }

.p-sm {
  padding: 30px !important; }

.p-md {
  padding: 40px !important; }

.p-lg {
  padding: 60px !important; }

.p-xl {
  padding: 70px !important; }

.p-xlg {
  padding: 80px !important; }

/* spacement top  */
.pt-none {
  padding-top: 0 !important; }

.pt-xs {
  padding-top: 20px !important; }

.pt-sm {
  padding-top: 30px !important; }

.pt-md {
  padding-top: 40px !important; }

.pt-lg {
  padding-top: 60px !important; }

.pt-xl {
  padding-top: 70px !important; }

.pt-xlg {
  padding-top: 80px !important; }

/* spacement bottom  */
.pb-none {
  padding-bottom: 0 !important; }

.pb-xs {
  padding-bottom: 20px !important; }

.pb-sm {
  padding-bottom: 30px !important; }

.pb-md {
  padding-bottom: 40px !important; }

.pb-lg {
  padding-bottom: 60px !important; }

.pb-xl {
  padding-bottom: 70px !important; }

.pb-xlg {
  padding-bottom: 80px !important; }

/* spacement left  */
.pl-none {
  padding-left: 0 !important; }

.pl-xs {
  padding-left: 20px !important; }

.pl-sm {
  padding-left: 30px !important; }

.pl-md {
  padding-left: 40px !important; }

.pl-lg {
  padding-left: 60px !important; }

.pl-xl {
  padding-left: 70px !important; }

.pl-xlg {
  padding-left: 80px !important; }

/* spacement right  */
.pr-none {
  padding-right: 0 !important; }

.pr-xs {
  padding-right: 20px !important; }

.pr-sm {
  padding-right: 30px !important; }

.pr-md {
  padding-right: 40px !important; }

.pr-lg {
  padding-right: 60px !important; }

.pr-xl {
  padding-right: 70px !important; }

.pr-xlg {
  padding-right: 80px !important; }

.ib {
  display: inline-block;
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.ws-nowrap {
  white-space: nowrap; }

.ws-normal {
  white-space: normal; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -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 {
  -webkit-filter: none;
          filter: none; }

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

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

.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-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

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

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

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

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

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

.fa-times-circle:before {
  content: ""; }

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

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

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

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

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

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

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

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

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

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

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

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

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

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

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

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

.fa-venus-mars:before {
  content: ""; }

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

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

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

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

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

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

.fa-sticky-note-o:before {
  content: ""; }

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

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

.fa-clone:before {
  content: ""; }

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

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

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

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

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

.fa-pause-circle-o:before {
  content: ""; }

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

.fa-stop-circle-o:before {
  content: ""; }

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

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

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

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

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

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

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

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

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

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

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * PC用スタイル
 *
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025rem; }

.pc {
  display: inherit; }

.sp {
  display: none; }

.tb {
  display: none; }

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

.wrap {
  margin: 0 auto;
  width: 960px; }

/*--- レイアウト
--------------------------------------------------------------------------*/
footer {
  padding: 0 0 70px; }

/*--- header
--------------------------------------------------------------------------*/
header.header01 {
  text-align: center;
  padding: 30px 0 25px;
  background: #fff;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 5000; }
  header.header01 .nav_wrap {
    width: 960px;
    margin: 0 auto; }

.top01 {
  border: none;
  padding: 128px 0 0 0;
  margin: 0; }

nav > ul {
  padding: 0;
  margin: 0;
  list-style: none; }
nav.gNav {
  float: right;
  font-size: 1.6rem;
  padding: 24px 0 14px; }
  nav.gNav > ul {
    overflow: hidden; }
    nav.gNav > ul > li {
      float: left;
      text-align: center; }
      nav.gNav > ul > li a {
        color: #222222;
        display: block;
        margin: 0 1em;
        padding: 0 0 10px 0;
        position: relative; }
        nav.gNav > ul > li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          right: 100%;
          bottom: 0;
          background: #1f90ba;
          height: 2px;
          -webkit-transition-property: right;
          transition-property: right;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        nav.gNav > ul > li a:hover:before, nav.gNav > ul > li a:focus:before, nav.gNav > ul > li a:active:before {
          right: 0; }
        nav.gNav > ul > li a.current {
          color: #1f90ba; }
        nav.gNav > ul > li a:link {
          color: #2e2e2e;
          text-decoration: none; }
      nav.gNav > ul > li:last-child a {
        margin: 0 0 0 1em; }
nav.fNav {
  font-size: 1.4rem;
  padding: 20px 0; }
  nav.fNav > ul {
    overflow: hidden; }
    nav.fNav > ul > li {
      float: left;
      text-align: center; }
      nav.fNav > ul > li a {
        color: #222222;
        display: block;
        margin: 0 2.8rem 0 0;
        padding: 0 0 0 1.3rem;
        position: relative; }
        nav.fNav > ul > li a:before {
          content: "\f105";
          font-family: FontAwesome;
          position: absolute;
          left: 0; }

/*--- YoastSEOが出力するパンくずナビ
--------------------------------------------------------------------------*/
.breadcrumb-wrap {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }
  .breadcrumb-wrap .breadcrumb {
    padding: 20px 10px;
    text-align: left; }
    .breadcrumb-wrap .breadcrumb .separator {
      display: inline;
      margin: 0 10px; }
    .breadcrumb-wrap .breadcrumb a {
      color: #222222 !important; }
      .breadcrumb-wrap .breadcrumb a:link {
        text-decoration: none; }
      .breadcrumb-wrap .breadcrumb a:hover {
        text-decoration: underline; }

/*--- トップページ
--------------------------------------------------------------------------*/
h1.sitelogo, p.sitelogo {
  float: left;
  line-height: 0;
  padding: 0;
  margin: 0; }

.slider01 {
  height: 600px;
  overflow: hidden;
  background: #e9e9e9; }
  .slider01 .slider {
    display: none; }
    .slider01 .slider img {
      margin: 0 auto;
      display: block;
      height: auto;
      max-width: none;
      min-height: 600px;
      min-width: 1425px;
      width: 100%; }
  .slider01 .bx-wrapper .bx-controls-direction a {
    z-index: 4000; }
  .slider01 .bx_loader {
    text-align: center;
    margin: 60px; }

.bx-wrapper, .bx-viewport {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent; }

.banner01 {
  padding: 40px 0 0 0; }
  .banner01 a[target="_blank"]:after {
    content: ''; }
  .banner01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 0;
    list-style: none;
    padding: 0;
    margin: 0; }

.banner_sp > .slider {
  display: none; }

/*--- content-box
--------------------------------------------------------------------------*/
.content-box {
  padding: 76px 0; }
  .content-box h1 {
    font-size: 4rem;
    font-family: Noto Sans Japanese;
    font-weight: 200;
    letter-spacing: 0.3rem;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center; }
    .content-box h1 span {
      color: #747474;
      display: block;
      font-size: 1.6rem;
      letter-spacing: 0.1rem !important;
      margin: 1.5rem 0 0 0; }
    .content-box h1._02 {
      font-size: 4.6rem;
      margin: 0 0 70px 0; }
  .content-box .text_lead {
    margin: 0 0 30px 0;
    text-align: left; }
  .content-box._01 .postList03 .postListContent {
    border: solid 1px #cccccc; }
  .content-box._01._single01 {
    padding: 80px 0 60px; }
  .content-box._02 {
    background: #e1ecf0; }
    .content-box._02._4col-wrap, .content-box._02._6col-wrap {
      margin: 0 0 80px 0;
      padding: 80px 0 60px; }
    .content-box._02 h1, .content-box._02 h2 {
      color: #154d61; }
    .content-box._02 h3 {
      border-bottom: solid 1px #154d61;
      color: #154d61;
      font-size: 2.6rem;
      font-weight: normal;
      text-align: left;
      margin: 0 0 40px 0;
      padding: 0 0 10px 20px; }
  .content-box h2.topttl01 {
    font-size: 4rem;
    font-family: Noto Sans Japanese;
    font-weight: 200;
    letter-spacing: 0.3rem;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center; }
    .content-box h2.topttl01 span {
      color: #747474;
      display: block;
      font-size: 1.6rem;
      letter-spacing: 0.1rem !important;
      margin: 1.5rem 0 0 0; }
  .content-box._03 {
    margin: 0 auto;
    overflow: auto;
    width: 960px; }
    .content-box._03 .thumbnail {
      float: left;
      text-align: center;
      width: 250px; }
      .content-box._03 .thumbnail + .content {
        float: right;
        margin-left: 60px;
        margin-right: 10px;
        width: 640px; }
    .content-box._03 .name01 {
      font-size: 1.6rem;
      margin: 0 0 25px; }
    .content-box._03 .btn_summary01._shop01 {
      margin: 15px 0 0 0; }
    .content-box._03 .ico_kindle01 {
      margin: 10px 0 0 0; }
    .content-box._03 .ico_kindle01 + .social-sharing01 {
      margin-top: 30px !important; }
    .content-box._03 .social-sharing01 {
      margin-top: 20px !important; }
      .content-box._03 .social-sharing01.mb-none {
        margin-bottom: 0 !important; }
    .content-box._03 h1 {
      /*font-size: 4.2rem;*/
      font-weight: 300;
      letter-spacing: 0;
      text-align: left;
      margin: 0 0 20px 0; }
      .content-box._03 h1 .sub01 {
        color: #1f90ba;
        font-size: 2.6rem;
        margin: 0 0 22px 0; }
      .content-box._03 h1 .sub02 {
        color: #222222;
        font-size: 2.6rem;
        margin: 25px 0 0 0; }
    .content-box._03 h3 {
      border-bottom: solid 1px #222222;
      font-size: 2.6rem;
      font-weight: normal;
      padding: 0 0 10px 20px; }
    .content-box._03 h4 {
      background: #e1ecf0;
      color: #154d61;
      font-size: 1.6rem;
      padding: 8px 20px 7px;
      margin: 40px 0 20px 0; }
    .content-box._03 h5 {
      font-size: 1.6rem;
      margin: 0 0 10px 0;
      padding: 0; }
    .content-box._03 p {
      margin: 0; }
    .content-box._03 hr {
      overflow: hidden; }
      .content-box._03 hr.bd-none {
        border: none;
        clear: both;
        height: 40px;
        margin: 0; }
    .content-box._03 .content dl {
      margin: 0; }
      .content-box._03 .content dl dt {
        font-weight: 600;
        margin: 20px 0 14px 0;
        padding: 0; }
        .content-box._03 .content dl dt span {
          font-weight: normal;
          display: block; }
      .content-box._03 .content dl dd {
        margin: 0; }
    .content-box._03 .content .issue01 {
      font-weight: 600;
      margin: 20px 0 0 0;
      padding: 0; }
      .content-box._03 .content .issue01 span {
        font-weight: normal;
        display: block; }
    .content-box._03 .content .issue01 + .issue02 {
      margin: 14px 0 0 0; }
    .content-box._03 .content .issue02 {
      margin: 28px 0 0 0; }
    .content-box._03 .w100 {
      clear: both;
      overflow: hidden;
      padding: 80px 0 0;
      width: 100%; }
      .content-box._03 .w100 .col-6 {
        padding: 0 15px; }
      .content-box._03 .w100 dl dt {
        font-weight: 600;
        margin: 12px 0 0 0;
        text-indent: -1.3em;
        padding: 0 0 0 2rem; }
      .content-box._03 .w100 dl dd {
        margin: 0; }
      .content-box._03 .w100 ol li {
        font-weight: 600;
        margin: 12px 0 0 -1.5em;
        text-indent: 0em;
        padding: 0 0 0 0; }
      .content-box._03 .w100 ol li ul.point01 {
        padding: 0 0 0 0; }
      .content-box._03 .w100 ol li ul.point01 li {
        font-weight: 400;
        font-size: 1.2rem;
        margin: 10px 0 0 0;
        text-indent: 0em;
        padding: 0 0 0 0; }

.postList01 {
  text-align: left;
  padding: 10px 0 0 0; }
  .postList01 article.postListContent {
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 16px; }
    .postList01 article.postListContent:first-child {
      padding: 0 16px 25px; }
    .postList01 article.postListContent .date {
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100px; }

.postList02 {
  text-align: left; }
  .postList02 .postListContent {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    padding: 30px; }
    .postList02 .postListContent .post01 {
      margin: 0 30px 0 0;
      text-align: center;
      width: 240px; }
    .postList02 .postListContent .post02 dl {
      margin: 0; }
      .postList02 .postListContent .post02 dl dt {
        font-family: Noto Sans Japanese;
        font-size: 2.4rem;
        font-weight: 500;
        margin: -0.5rem 0 5px 0; }
      .postList02 .postListContent .post02 dl dd {
        margin: 0 0 15px; }

.postList03 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .postList03 .postListContent {
    background: #fff;
    border: solid 1px #fff;
    height: 100%;
    padding: 30px 30px 25px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    /* Hack to improve aliasing on mobile/tablet devices */ }
    .postList03 .postListContent a.link01 {
      height: 100%;
      left: 0;
      position: absolute;
      text-indent: -9999px;
      top: 0;
      width: 100%; }
    .postList03 .postListContent:hover {
      background: #eff7fa;
      border: 1px solid #1f90ba !important; }
    .postList03 .postListContent .post01 {
      text-align: center; }
      .postList03 .postListContent .post01 img {
        margin: 0 0 25px 0;
        height: 310px;
        width: auto; }
      .postList03 .postListContent .post01 .ico_kindle01 {
        margin: 0 0 0.5rem 0; }
    .postList03 .postListContent .post02 dl {
      margin: 0; }
      .postList03 .postListContent .post02 dl dt {
        font-family: Noto Sans Japanese;
        font-size: 2rem;
        font-weight: 500;
        margin: 0 0 0.8rem 0; }
        .postList03 .postListContent .post02 dl dt span {
          display: block;
          font-size: 1.6rem !important; }
      .postList03 .postListContent .post02 dl dd {
        margin: 0 0 15px; }
        .postList03 .postListContent .post02 dl dd:last-child {
          margin: 0; }
  .postList03._4col .col-3 {
    margin: 0 0 20px 0; }
  .postList03._4col .postListContent {
    padding: 20px; }
    .postList03._4col .postListContent .ico_new01 {
      left: 10px; }
    .postList03._4col .postListContent .ico_kindle01 span {
      margin: 0 0 1.4rem 0; }
    .postList03._4col .postListContent .post01 img {
      margin: 0 0 14px 0;
      height: auto;
      width: auto;
      max-height: 263px;
      max-width: 178px; }
    .postList03._4col .postListContent .post02 dl dt {
      font-size: 1.4rem; }
  .postList03._6col .col-2 {
    margin: 0 0 20px 0; }
  .postList03._6col .postListContent {
    padding: 10px 10px 15px; }
    .postList03._6col .postListContent .ico_new01 {
      left: 10px; }
    .postList03._6col .postListContent .ico_kindle01 {
      font-size: 1.2rem; }
      .postList03._6col .postListContent .ico_kindle01 span {
        margin: 0 0 1.2rem 0; }
    .postList03._6col .postListContent .post01 img {
      margin: 0 0 12px 0;
      height: auto;
      width: 80%; }
    .postList03._6col .postListContent .post02 dl dt {
      font-size: 1.2rem; }
    .postList03._6col .postListContent .post02 dl dd {
      font-size: 1.2rem; }

.postList04 {
  text-align: left; }
  .postList04 .postListContent a.link01 {
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%; }
  .postList04 .postListContent:hover {
    color: #1f90ba; }
    .postList04 .postListContent:hover .post01 img {
      opacity: .85;
      filter: alpha(opacity=85); }
  .postList04 .postListContent .post01 {
    text-align: center; }
    .postList04 .postListContent .post01 img {
      margin: 0 0 15px 0;
      width: auto;
      height: auto;
      max-width: 220px;
      max-height: 325px; }
  .postList04 .postListContent .post02 dl {
    margin: 0; }
    .postList04 .postListContent .post02 dl dt {
      font-family: Noto Sans Japanese;
      font-size: 1.4rem;
      font-weight: 600;
      margin: 0 0 0.5rem 0; }
    .postList04 .postListContent .post02 dl dd {
      margin: 0 0 15px; }

.postList05 {
  text-align: left;
  overflow: hidden;
  padding: 40px 0 0 0; }
  .postList05 .postListContent {
    min-width: 960px;
    width: 100%; }
    .postList05 .postListContent .col {
      background: #e1ecf0;
      float: left;
      height: 393px;
      overflow: hidden;
      position: relative;
      width: 50%; }
      .postList05 .postListContent .col dl {
        float: right;
        margin: 70px 70px 0 0;
        width: 400px; }
        .postList05 .postListContent .col dl dt {
          color: #154d61;
          font-family: Noto Sans Japanese;
          font-size: 3.6rem;
          font-weight: 200;
          margin: 0 0 2rem 0; }
        .postList05 .postListContent .col dl dd {
          margin: 0; }
      .postList05 .postListContent .col .btn_more02_wrap {
        float: right;
        padding: 25px 0 80px;
        width: 470px; }
        .postList05 .postListContent .col .btn_more02_wrap .btn_more02 {
          margin: 0; }
      .postList05 .postListContent .col img {
        height: auto;
        min-width: 720px;
        width: 100%; }
    .postList05 .postListContent:nth-child(even) .col {
      background: #fff; }
      .postList05 .postListContent:nth-child(even) .col dl {
        float: left;
        margin: 70px 0 0 70px; }
        .postList05 .postListContent:nth-child(even) .col dl dt {
          color: #222222; }
      .postList05 .postListContent:nth-child(even) .col .btn_more02_wrap {
        float: left;
        padding: 25px 0 80px 70px; }

/*--- コンテンツエリア
--------------------------------------------------------------------------*/
.content-area {
  margin: 0 auto;
  width: 960px;
  overflow: auto; }

.content {
  width: 100%; }
  .content.has-sidebar {
    width: 696px; }
    .content.has-sidebar + .sidebar {
      width: 240px; }
    .content.has-sidebar.left {
      float: left; }
      .content.has-sidebar.left + .sidebar {
        float: right;
        margin-left: 24px; }
    .content.has-sidebar.right {
      float: right; }
      .content.has-sidebar.right + .sidebar {
        float: left;
        margin-right: 24px; }
  .content > div, .content > p, .content > section, .content > article, .content > blockquote, .content > dl, .content > ul, .content > ol, .content > hr, .content > form, .content > table, .content > video, .content > nav {
    margin-top: 0;
    margin-bottom: 0; }
    .content > div:not(:last-child), .content > p:not(:last-child), .content > section:not(:last-child), .content > article:not(:last-child), .content > blockquote:not(:last-child), .content > dl:not(:last-child), .content > ul:not(:last-child), .content > ol:not(:last-child), .content > hr:not(:last-child), .content > form:not(:last-child), .content > table:not(:last-child), .content > video:not(:last-child), .content > nav:not(:last-child) {
      margin-bottom: 20px; }

/*--- Information 詳細
--------------------------------------------------------------------------*/
.single-post {
  text-align: left; }
  .single-post .header02 {
    border-bottom: solid 1px #222222;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0 18px 16px; }
    .single-post .header02 .date {
      color: #828282;
      font-size: 1.4rem; }
    .single-post .header02 h2 {
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
      font-size: 2.6rem;
      font-weight: normal;
      margin: 8px 0 0 0;
      padding: 0;
      text-align: left; }
  .single-post h3 {
    font-size: 2rem;
    font-weight: normal;
    position: relative;
    padding: 0 17px 15px;
    margin-top: 40px; }
    .single-post h3:before {
      background: #222222;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      height: 2px;
      width: 170px; }
    .single-post h3:after {
      background: #dadada;
      bottom: 0;
      content: "";
      right: 0;
      position: absolute;
      height: 2px;
      width: 770px; }
  .single-post .social-sharing01 {
    text-align: right;
    margin: 0 0 40px 0; }
  .single-post article {
    text-align: left; }
    .single-post article .detail01 {
      text-align: left; }
      .single-post article .detail01 p {
        text-indent: 1em; }
    .single-post article .detail02 {
      text-align: left;
      margin: 40px 0; }
      .single-post article .detail02 .ttl01 {
        font-weight: bold;
        margin: 0 0 20px 0; }
      .single-post article .detail02 dl {
        text-align: left;
        display: table;
        margin: 0 0 15px 0; }
        .single-post article .detail02 dl dt, .single-post article .detail02 dl dd {
          display: table-cell; }
    .single-post article dl.dl01 dt {
      float: left; }
    .single-post article dl.dl01 dd {
      margin: 0 0 2rem 6.6rem; }

/*--- フッター
--------------------------------------------------------------------------*/
.pagetop01 {
  text-align: center; }

.fNav_wrap {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: 20px 0 0 0; }

.address_area01 {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0 0; }
  .address_area01 .col-4, .address_area01 .col-8 {
    float: right !important; }
  .address_area01 address span {
    margin: 0 0 0 1em; }
  .address_area01 dl {
    float: left;
    text-align: left;
    margin: 0; }
    .address_area01 dl dt {
      font-weight: 600; }
    .address_area01 dl dd {
      margin: 0; }
      .address_area01 dl dd small {
        display: block;
        font-size: 1.4rem;
        margin: 40px 0 0 0; }
      .address_area01 dl dd address {
        font-style: normal; }
  .address_area01 .bn_area01 a:after {
    content: none; }

/* フォーム */
form h3 {
  border-bottom: solid 1px #222222;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 18px 16px; }

form h4 {
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  padding: 0 17px 15px 0px;
  border-bottom: solid 2px #dadada;
  position: relative;
  margin: 40px 0 20px 0; }

form h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #222222;
  bottom: -2px;
  width: 30%; }

form p {
  margin: 0 0 10px 0 !important; }

.formtbl03 th {
  padding: 10px 10px 8px 10px;
  background-color: #e4e2d4;
  border: 1px solid #f4f3ec;
  text-align: left;
  width: 280px; }

.formtbl03 td {
  padding: 10px 10px 8px 10px;
  background-color: #ffffff;
  border: 1px solid #f4f3ec; }

.formtbl03 input {
  margin-left: 5px;
  margin-right: 5px; }

.formtbl03 p {
  margin-bottom: 0 !important; }

.formtbl03 input.text1, .formtbl03 input.text2 {
  border: 1px solid #bababa;
  height: 20px;
  padding: 0; }

.formtbl03 input.text1 {
  width: 500px; }

.formtbl03 .message {
  color: red;
  border: none;
  background-color: #fff;
  text-align: left;
  margin: 0 5px 0;
  padding: 0 0 0 0; }

.formtbl03 .checkboxFloat label {
  display: block;
  width: 48%;
  float: left; }

.formtbl03 .shortArea input {
  width: 160px; }

.formtbl03 .longArea input, .formtbl03 .longArea textarea {
  width: 475px; }

.formtbl03 textarea {
  margin: 0 5px;
  width: 475px; }

/* step2 */
.tfbk01 {
  clear: both;
  background: url(../img/tf_bk01.gif) no-repeat;
  height: 38px;
  margin-bottom: 10px; }

.tfbk01 span {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 108%;
  padding: 10px 10px 0 10px;
  display: block; }

.sendbox {
  float: left;
  width: 43%;
  border: solid #e7e7e7 5px;
  padding: 15px 15px 10px 15px;
  margin-left: 10px;
  margin-bottom: 10px; }

#content .sendbox p.center {
  margin-bottom: 0; }

ul.sendlist {
  padding-left: 5px;
  padding-right: 5px; }

ul.sendlist li {
  margin-bottom: 10px; }

#content p.sendadd {
  color: #3085db;
  font-weight: bold;
  background-color: #e2f0ff;
  padding: 8px 10px 5px 10px;
  margin-bottom: 15px; }

.sendname {
  font-weight: bold;
  font-size: 124%; }

ul.point02 li {
  background-image: url(../mmg/img/point01.gif);
  background-repeat: no-repeat;
  background-position: 10px 7px;
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 10px; }

/* 教員会員情報変更 */
.bkform02 {
  padding: 30px 40px 20px 40px;
  background: url(../img/bk01.gif) repeat; }

.changelist li {
  font-size: 108%;
  font-weight: bold;
  background: url(../img/arrow01.gif) no-repeat;
  background-position: 0px 5px;
  padding-left: 15px;
  margin-bottom: 10px; }

/* form06ページ用ボタンデザイン */
/* 確認ボタン */
.confbtn {
  background: #1f90ba;
  color: #FFF;
  width: 300px;
  height: 60px;
  padding: 10px 0;
  cursor: pointer; }

/*戻るボタン*/
.backbtn {
  background: #1f90ba;
  color: #FFF;
  width: 300px;
  height: 60px;
  padding: 10px 0;
  cursor: pointer; }

/* 必須入力頁目エラー表示時 */
.invalid-feedback {
  color: red; }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 10px;
  width: 100%; }

@media only screen and (min-width: 767px) {
  .col-1 {
    width: 8.3333333333%; }

  .col-2 {
    width: 16.6666666667%; }

  .col-3 {
    width: 25%; }

  .col-4 {
    width: 33.3333333333%; }

  .col-5 {
    width: 41.6666666667%; }

  .col-6 {
    width: 50%; }

  .col-7 {
    width: 58.3333333333%; }

  .col-8 {
    width: 66.6666666667%; }

  .col-9 {
    width: 75%; }

  .col-10 {
    width: 83.3333333333%; }

  .col-11 {
    width: 91.6666666667%; }

  .col-12 {
    width: 100%; } }
a:link {
  color: #1f90ba;
  text-decoration: none; }
a:visited {
  color: #1f90ba; }
a:hover {
  text-decoration: underline; }
  a:hover img {
    opacity: .85;
    filter: alpha(opacity=85); }

a[target="_blank"]:after {
  font-family: FontAwesome;
  margin-left: .25em;
  content: "\f08e"; }
a[href$=".pdf"]:after {
  font-family: FontAwesome;
  margin-left: .25em;
  content: "\f1c1";
  color: red; }
a[href$=".doc"]:after, a[href$=".docx"]:after {
  font-family: FontAwesome;
  margin-left: .25em;
  content: "\f1c2";
  color: blue; }
a[href$=".xls"]:after, a a[href$=".xlsx"]:after {
  font-family: FontAwesome;
  margin-left: .25em;
  content: "\f1c3";
  color: green; }
a[href$=".zip"]:after, a[href$=".lzh"]:after, a[href$=".gz"]:after, a[href$=".rar"]:after {
  font-family: FontAwesome;
  margin-left: .25em;
  content: "\f1c6"; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
  .image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap; }
  .button:focus, .button.is-focused, .button:active, .button.is-active {
    outline: none; }
  .button[disabled] {
    cursor: not-allowed; }
  .button strong {
    color: inherit; }
  .button .icon {
    height: 1.5em;
    width: 1.5em; }
    .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
      height: 1.5em;
      width: 1.5em; }
    .button .icon:first-child:not(:last-child) {
      margin-left: calc(-0.375em - 1px);
      margin-right: 0.1875em; }
    .button .icon:last-child:not(:first-child) {
      margin-left: 0.1875em;
      margin-right: calc(-0.375em - 1px); }
    .button .icon:first-child:last-child {
      margin-left: calc(-0.375em - 1px);
      margin-right: calc(-0.375em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636;
    text-decoration: none; }
  .button:focus, .button.is-focused {
    border-color: #00d1b2;
    -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
            box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
    color: #363636; }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
            box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
    color: #363636; }
  .button.is-small {
    border-radius: 2px;
    font-size: 0.75em; }
  .button.is-medium {
    font-size: 1.25em; }
  .button.is-large {
    font-size: 1.5em; }
  .button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading:after {
      -webkit-animation: spinAround 500ms infinite linear;
      animation: spinAround 500ms infinite linear;
      border: 2px solid #dbdbdb;
      border-radius: 290486px;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 1em;
      position: relative;
      width: 1em;
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }

button.button, input[type="submit"].button {
  line-height: 1;
  padding-bottom: 0.4em;
  padding-top: 0.35em; }

.btn_summary01 {
  background: #1f90ba;
  color: #fff !important;
  display: block;
  padding: 12px 0;
  text-align: center;
  width: 230px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .btn_summary01:hover {
    background: #1857ad;
    text-decoration: none; }
  .btn_summary01 span {
    position: relative;
    padding: 0.2rem 1em 0 0; }
    .btn_summary01 span:after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      right: 0; }
  .btn_summary01._shop01 {
    width: 300px; }
    .btn_summary01._shop01 i {
      font-size: 2rem;
      margin: 0 6px 0 0; }
    .btn_summary01._shop01:after {
      content: none; }

.btn_more01_wrap {
  text-align: right;
  margin: 30px 0 0; }
  .btn_more01_wrap .btn_more01 span {
    position: relative;
    padding: 0.4rem 1em 0 0; }
    .btn_more01_wrap .btn_more01 span:after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      right: 0; }

.btn_more02_wrap {
  clear: both;
  text-align: center;
  padding: 25px 0; }
  .btn_more02_wrap .btn_more02 {
    border: solid 1px #1f90ba;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 300px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color; }
    .btn_more02_wrap .btn_more02 span {
      position: relative;
      padding: 0.25rem 1em 0 0; }
      .btn_more02_wrap .btn_more02 span:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 0; }
    .btn_more02_wrap .btn_more02:hover {
      text-decoration: none;
      background: #1f90ba;
      color: #fff; }

hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #b3b3b3; }

blockquote {
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: #cccccc;
  padding: 10px 20px; }

/**
@see http://www.modularscale.com/
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0.25em 0; }
  h1.border01, h2.border01, h3.border01, h4.border01, h5.border01, h6.border01 {
    border-bottom-style: solid; }
    h1.border01.dashed, h2.border01.dashed, h3.border01.dashed, h4.border01.dashed, h5.border01.dashed, h6.border01.dashed {
      border-bottom-style: dashed; }
    h1.border01.dotted, h2.border01.dotted, h3.border01.dotted, h4.border01.dotted, h5.border01.dotted, h6.border01.dotted {
      border-bottom-style: dotted; }
    h1.border01_01, h2.border01_01, h3.border01_01, h4.border01_01, h5.border01_01, h6.border01_01 {
      border-bottom-style: none;
      position: relative; }
      h1.border01_01:after, h2.border01_01:after, h3.border01_01:after, h4.border01_01:after, h5.border01_01:after, h6.border01_01:after {
        content: "";
        display: block;
        height: 4px;
        background: -webkit-gradient(linear, left top, right top, from(#1f90ba), to(transparent));
        background: linear-gradient(to right, #1f90ba, transparent); }
    h1.border01_02, h2.border01_02, h3.border01_02, h4.border01_02, h5.border01_02, h6.border01_02 {
      position: relative; }
      h1.border01_02:after, h2.border01_02:after, h3.border01_02:after, h4.border01_02:after, h5.border01_02:after, h6.border01_02:after {
        content: "";
        display: block;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(#1f90ba), to(#3eb3d4));
        background: linear-gradient(to right, #1f90ba, #3eb3d4); }
    h1.border01_03, h2.border01_03, h3.border01_03, h4.border01_03, h5.border01_03, h6.border01_03 {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #1f90ba;
      position: relative; }
      h1.border01_03:after, h2.border01_03:after, h3.border01_03:after, h4.border01_03:after, h5.border01_03:after, h6.border01_03:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #f23f3f;
        bottom: -1px;
        width: 30%; }
    h1.border01_04, h2.border01_04, h3.border01_04, h4.border01_04, h5.border01_04, h6.border01_04 {
      position: relative; }
      h1.border01_04:after, h2.border01_04:after, h3.border01_04:after, h4.border01_04:after, h5.border01_04:after, h6.border01_04:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: repeating-linear-gradient(-58deg, #1f90ba, #1f90ba 2px, #fff 2px, #fff 5px); }
    h1.border01_05, h2.border01_05, h3.border01_05, h4.border01_05, h5.border01_05, h6.border01_05 {
      position: relative;
      display: inline-block;
      padding: 0 85px; }
      h1.border01_05:before, h1.border01_05:after, h2.border01_05:before, h2.border01_05:after, h3.border01_05:before, h3.border01_05:after, h4.border01_05:before, h4.border01_05:after, h5.border01_05:before, h5.border01_05:after, h6.border01_05:before, h6.border01_05:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 75px;
        height: 1px;
        background-color: black; }
      h1.border01_05:before, h2.border01_05:before, h3.border01_05:before, h4.border01_05:before, h5.border01_05:before, h6.border01_05:before {
        left: 0; }
      h1.border01_05:after, h2.border01_05:after, h3.border01_05:after, h4.border01_05:after, h5.border01_05:after, h6.border01_05:after {
        right: 0; }
      h1.border01_05.double:before, h1.border01_05.double:after, h2.border01_05.double:before, h2.border01_05.double:after, h3.border01_05.double:before, h3.border01_05.double:after, h4.border01_05.double:before, h4.border01_05.double:after, h5.border01_05.double:before, h5.border01_05.double:after, h6.border01_05.double:before, h6.border01_05.double:after {
        height: 1px;
        border-top-width: 1px;
        border-top-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        background-color: transparent; }
    h1.border01_06, h2.border01_06, h3.border01_06, h4.border01_06, h5.border01_06, h6.border01_06 {
      position: relative;
      display: inline-block;
      margin-bottom: 1em; }
      h1.border01_06:before, h2.border01_06:before, h3.border01_06:before, h4.border01_06:before, h5.border01_06:before, h6.border01_06:before {
        content: '';
        position: absolute;
        bottom: 0;
        display: inline-block;
        width: 3em;
        height: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #1f90ba;
        border-radius: 2px; }
    h1.border01_07, h2.border01_07, h3.border01_07, h4.border01_07, h5.border01_07, h6.border01_07 {
      border-top-style: solid;
      border-top-color: #1f90ba;
      border-bottom-style: solid;
      border-bottom-color: #1f90ba; }
  h1.border02, h1.border02_01, h2.border02, h2.border02_01, h3.border02, h3.border02_01, h4.border02, h4.border02_01, h5.border02, h5.border02_01, h6.border02, h6.border02_01 {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #1f90ba;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent; }
    h1.border02_01, h2.border02_01, h3.border02_01, h4.border02_01, h5.border02_01, h6.border02_01 {
      border-bottom: solid 1px #d7d7d7; }
  h1.border03, h1.border03_01, h1.border03_02, h1.border03_03, h1.border03_04, h2.border03, h2.border03_01, h2.border03_02, h2.border03_03, h2.border03_04, h3.border03, h3.border03_01, h3.border03_02, h3.border03_03, h3.border03_04, h4.border03, h4.border03_01, h4.border03_02, h4.border03_03, h4.border03_04, h5.border03, h5.border03_01, h5.border03_02, h5.border03_03, h5.border03_04, h6.border03, h6.border03_01, h6.border03_02, h6.border03_03, h6.border03_04 {
    position: relative; }
    h1.border03_01, h2.border03_01, h3.border03_01, h4.border03_01, h5.border03_01, h6.border03_01 {
      padding-left: 1.2em;
      line-height: 1.4; }
      h1.border03_01:before, h2.border03_01:before, h3.border03_01:before, h4.border03_01:before, h5.border03_01:before, h6.border03_01:before {
        font-family: FontAwesome;
        content: "\f00c";
        position: absolute;
        font-size: 1em;
        left: 0;
        color: #1f90ba; }
    h1.border03_02, h2.border03_02, h3.border03_02, h4.border03_02, h5.border03_02, h6.border03_02 {
      line-height: 1.4;
      display: inline-block; }
      h1.border03_02:before, h1.border03_02:after, h2.border03_02:before, h2.border03_02:after, h3.border03_02:before, h3.border03_02:after, h4.border03_02:before, h4.border03_02:after, h5.border03_02:before, h5.border03_02:after, h6.border03_02:before, h6.border03_02:after {
        position: relative;
        font-family: FontAwesome;
        display: inline-block;
        font-size: 1.0em;
        color: #1f90ba; }
      h1.border03_02:before, h2.border03_02:before, h3.border03_02:before, h4.border03_02:before, h5.border03_02:before, h6.border03_02:before {
        content: "\f053";
        padding-right: 0.5em; }
      h1.border03_02:after, h2.border03_02:after, h3.border03_02:after, h4.border03_02:after, h5.border03_02:after, h6.border03_02:after {
        content: "\f054";
        padding-left: 0.5em; }
    h1.border03_03, h2.border03_03, h3.border03_03, h4.border03_03, h5.border03_03, h6.border03_03 {
      color: black;
      background: #d6eff8;
      line-height: 1.4;
      padding: 0.25em 0.5em;
      margin: 2em 0 0.5em;
      border-radius: 0 5px 5px 5px; }
      h1.border03_03:after, h2.border03_03:after, h3.border03_03:after, h4.border03_03:after, h5.border03_03:after, h6.border03_03:after {
        position: absolute;
        font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
        content: '\f00c Check';
        background: #1f90ba;
        color: #fff;
        left: 0;
        bottom: 100%;
        border-radius: 5px 5px 0 0;
        padding: 3px 7px 1px;
        font-size: 0.7em;
        line-height: 1;
        letter-spacing: 0.05em; }
    h1.border03_04, h2.border03_04, h3.border03_04, h4.border03_04, h5.border03_04, h6.border03_04 {
      background: #f1f8ff;
      padding: 0.25em 0.5em;
      border-left: solid 2em #1f90ba; }
      h1.border03_04:before, h2.border03_04:before, h3.border03_04:before, h4.border03_04:before, h5.border03_04:before, h6.border03_04:before {
        font-family: FontAwesome;
        content: "\f040";
        position: absolute;
        padding: 0em;
        color: white;
        font-weight: normal;
        left: -1.35em;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  h1.bg01, h2.bg01, h3.bg01, h4.bg01, h5.bg01, h6.bg01 {
    background: repeating-linear-gradient(-45deg, #d6eff8, #d6eff8 3px, #e9f4ff 3px, #e9f4ff 7px);
    color: rgba(0, 0, 0, 0.7); }
  h1.bg02, h2.bg02, h3.bg02, h4.bg02, h5.bg02, h6.bg02 {
    background: -webkit-gradient(linear, left top, right top, from(#1f90ba), to(transparent));
    background: linear-gradient(to right, #1f90ba, transparent);
    color: #fff; }
  h1.bg03, h2.bg03, h3.bg03, h4.bg03, h5.bg03, h6.bg03 {
    background: -webkit-gradient(linear, left top, right top, from(#1f90ba), to(#3eb3d4));
    background: linear-gradient(to right, #1f90ba, #3eb3d4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.56); }

h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 20px; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6rem; }

.title, .subtitle {
  word-break: break-all; }

.title em, .title span {
  font-weight: 300; }

.subtitle em, .subtitle span {
  font-weight: 300; }

.title strong, .subtitle strong {
  font-weight: 500; }

.title .tag, .subtitle .tag {
  vertical-align: middle; }

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.125; }
  .title strong {
    color: inherit; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.5rem; }
  .title.is-1 {
    font-size: 3rem; }
  .title.is-2 {
    font-size: 2rem; }
  .title.is-3 {
    font-size: 1.8rem; }
  .title.is-4 {
    font-size: 1.6rem; }
  .title.is-5 {
    font-size: 1.25rem; }
  .title.is-6 {
    font-size: 1rem; }

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25; }
  .subtitle strong {
    color: #363636; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.5rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2rem; }
  .subtitle.is-3 {
    font-size: 1.8rem; }
  .subtitle.is-4 {
    font-size: 1.6rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }

/* デフォルトテーブル（投稿エリア デフォルト） */
table,
th,
td {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc; }

table {
  border-collapse: collapse; }
  table th, table td {
    padding: .5em; }

/*--- ULリスト
--------------------------------------------------------------------------*/
.content-box {
  /* 縦並びリスト（アイコン付き） */ }
  .content-box ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 1.5rem;
    /* 横並びリスト */
    /* 縦並びリスト */ }
    .content-box ul li {
      margin: 0 0 1rem 0; }
      .content-box ul li:before {
        content: '';
        width: 3px;
        height: 3px;
        display: inline-block;
        border-radius: 100%;
        background: #222222;
        position: relative;
        left: -0.8rem;
        top: -0.34em; }
    .content-box ul._size02 li {
      font-size: 1.2rem;
      margin: 0 0 0.4rem 0; }
      .content-box ul._size02 li:before {
        width: 3px;
        height: 3px; }
    .content-box ul.ul_floatList01 {
      overflow: hidden;
      zoom: 1; }
      .content-box ul.ul_floatList01 li {
        float: left; }
    .content-box ul.ul_List01 li {
      margin: 0 0 5px; }
      .content-box ul.ul_List01 li a {
        padding: 0 0 0 12px;
        background: no-repeat 8px .5em; }
  .content-box ol {
    list-style: none;
    counter-reset: num; }
    .content-box ol > li:before {
      font-family: monospace;
      content: counter(num) ". ";
      counter-increment: num;
      display: inline-block;
      min-width: 2em;
      margin-left: -2em;
      margin-right: 0.5em;
      text-align: right; }
  .content-box dl.dl_list01 dt {
    font-weight: bold;
    padding: 0 0 0 18px;
    background: no-repeat 8px .6em; }
    .content-box dl.dl_list01 dt dd {
      margin: 0 0 0 18px; }
  .content-box .link01 {
    padding: 0 0 0 15px !important;
    background: no-repeat 4px center !important; }

.box {
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  display: block;
  padding: 1.25rem;
  margin-left: 2px; }
  .box figure {
    margin: 0;
    padding: 0; }

.media-left, .media-right {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left; }

.media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child), .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

/* --- フォーム
--------------------------------------------------------------------------*/
.inquiries01 .wrap {
  text-align: left !important; }

.inquiries02 {
  margin-bottom: 80px;
  margin-top: -20px; }
  .inquiries02 p {
    margin: 0; }
  .inquiries02 .form-wrap {
    background: #fff;
    margin: 36px 0;
    padding: 36px 40px; }

form {
  /* リスト */
  /* 共通 */
  /* 氏名 */
  /* 生年月日 */
  /* 住所 */
  /* メール */
  /* 電話番号 */
  /* 郵便番号 */
  /* 個人情報同意 */
  /* 確認画面ボタン */ }
  form legend,
  form dl dt,
  form dl dd,
  form .list01 li {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  form legend {
    background-color: #f3f3f3; }
  form p {
    margin: 0; }
  form legend {
    font-weight: bold;
    margin: 30px 0 0 0;
    padding: 15px 15px 8px 15px;
    vertical-align: top; }
    form legend .required {
      margin: 0 0 0 10px; }
  form fieldset {
    padding: 20px 0 40px;
    border: none; }
  form .required {
    font-size: 90%;
    font-weight: normal;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #b70000; }
  form dl {
    display: table;
    overflow: hidden;
    margin: 0;
    text-align: left;
    width: 100%; }
    form dl:first-child dt {
      padding: 5px 0 20px; }
    form dl:first-child dd {
      padding: 0 0 20px; }
    form dl:last-child dt {
      border-bottom: none;
      padding: 25px 0 0; }
    form dl:last-child dd {
      border-bottom: none;
      padding: 20px 0 0; }
    form dl dt {
      border-bottom-color: #c0dae4;
      display: table-cell;
      overflow: hidden;
      padding: 25px 0 20px;
      vertical-align: top;
      width: 190px; }
      form dl dt span {
        margin: 0 0 0 0.8rem !important; }
    form dl dd {
      border-bottom-color: #c0dae4;
      display: table-cell;
      padding: 20px 0;
      vertical-align: middle;
      width: 670px; }
  form .list01 {
    overflow: hidden;
    margin: 0;
    padding: 0; }
    form .list01 li {
      float: left;
      width: 50%;
      margin: 0;
      padding: 1%; }
      form .list01 li:last-child {
        border-bottom: none; }
    form .list01 .listText01 {
      font-size: 90%;
      margin: 5px 0 0 0;
      padding: 10px 20px; }
    form .list01 p {
      margin: 0 0 10px; }
  form input {
    font-size: 120%;
    padding: 4px; }
    form input[type=number]::-webkit-inner-spin-button, form input[type=number]::-webkit-outer-spin-button {
      margin: 0;
      -webkit-appearance: none; }
    form input[type=radio] {
      margin: 0 5px 0 40px; }
    form input[type=checkbox] {
      margin: 0 5px 0 3px; }
    form input[type=text] {
      width: 100%; }
  form select {
    font-size: 150%;
    margin: 0 1px; }
  form textarea {
    border: solid 1px #cccccc;
    height: 240px;
    padding: 1%;
    width: 100%; }
  form .name {
    overflow: hidden; }
    form .name input {
      width: 290px;
      margin: 0 20px 0 10px; }
  form .job input:first-child {
    margin: 0 5px 0 0; }
  form .birthday input {
    width: 6em; }
  form .address input {
    width: 90%; }
  form .mail input {
    width: 25em; }
  form .tel input {
    width: 15em; }
  form .zip input {
    width: 8em; }
  form .zip input:nth-of-type(2) {
    width: 8em; }
  form .checkBox01 legend + p {
    margin: 0 0 20px; }
  form .submitBtn {
    margin: 20px 0 0 0;
    text-align: center; }
    form .submitBtn input {
      background: #1f90ba;
      border: none;
      color: #fff !important;
      margin: 0 auto;
      display: block;
      font-size: 1.4rem;
      padding: 23px 0;
      text-align: center;
      width: 300px;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color; }
      form .submitBtn input:hover {
        background: #1857ad;
        text-decoration: none; }

.card-header {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-header-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }

.card-header-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  padding: 1.5rem; }

.card-footer {
  border-top: 1px solid #dbdbdb;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-footer-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb; }

.card {
  background-color: white;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
  margin-left: 2px; }
  .card .media:not(:last-child) {
    margin-bottom: 0.75rem; }
  .card figure {
    margin: 0;
    padding: 0; }

.tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.875em;
  padding-right: 0.875em;
  white-space: nowrap; }
  .tag .delete {
    margin-left: 0.25em;
    margin-right: -0.375em; }
  .tag.is-medium {
    font-size: 1rem; }
  .tag.is-large {
    font-size: 1.25rem; }

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete:before, .delete:after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  .delete:before {
    height: 2px;
    width: 50%; }
  .delete:after {
    height: 50%;
    width: 2px; }
  .delete:hover, .delete:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .delete.is-small {
    height: 16px;
    width: 16px; }
  .delete.is-medium {
    height: 24px;
    width: 24px; }
  .delete.is-large {
    height: 32px;
    width: 32px; }

.postListContent {
  position: relative; }
  .postListContent .ico_new01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fa279c), to(#f23f3f));
    background: linear-gradient(#fa279c 0%, #f23f3f 100%);
    border-radius: 2px 0 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.7rem;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 30px;
    top: -6px;
    text-align: center;
    width: 60px;
    z-index: 2; }
    .postListContent .ico_new01:before {
      position: absolute;
      content: '';
      top: 0;
      right: -6px;
      border: none;
      border-bottom: solid 6px #cf4a2d;
      border-right: solid 6px transparent; }
    .postListContent .ico_new01:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      height: 0;
      width: 0;
      border-left: 30px solid #f23f3f;
      border-right: 30px solid #f23f3f;
      border-bottom: 10px solid transparent; }

.ico_kindle01 {
  clear: both;
  overflow: hidden; }
  .ico_kindle01 span {
    border: solid 1px #f23f3f;
    color: #f23f3f;
    display: block;
    float: left;
    padding: 0 0.5rem; }

.social-sharing01 {
  margin: 0 0 30px 0 !important; }
  .social-sharing01 .fb_iframe_widget iframe {
    margin-top: -5px; }

.ico_caution {
  background: #f23f3f;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0.6rem 0 0;
  padding: 0 0.6rem; }

@media only screen and (max-width: 767px) {
  /*
   * SP用スタイル
   *
   */
  .pc {
    display: none !important; }

  .sp {
    display: inherit !important; }

  .tb {
    display: none !important; }

  .wrap {
    width: 100%; }

  /*--- レイアウト
  --------------------------------------------------------------------------*/
  header, footer {
    width: 100%; }

  footer {
    padding: 0 0 40px; }

  /*--- header
  --------------------------------------------------------------------------*/
  header.header01 {
    padding: 0; }
    header.header01 .nav_wrap {
      border-bottom: 1px solid #cccccc;
      width: 100%;
      z-index: 5000; }
      header.header01 .nav_wrap h1.sitelogo, header.header01 .nav_wrap p.sitelogo {
        float: none;
        margin: 0 auto;
        padding: 15px 0;
        height: 65px;
        width: 74px; }
        header.header01 .nav_wrap h1.sitelogo img, header.header01 .nav_wrap p.sitelogo img {
          height: auto;
          width: 100%; }
    header.header01 .spNav {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px; }
      header.header01 .spNav img {
        width: 100%; }
      header.header01 .spNav.open:before {
        background: url(images//ico_spNav02.png) no-repeat;
        background-size: 30px;
        content: "";
        display: block;
        height: 22px;
        width: 30px; }
      header.header01 .spNav.open img {
        display: none; }

  .top01 {
    padding: 65px 0 0 0; }

  nav.gNav {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 100%; }
    nav.gNav ul {
      background: #e1ecf0;
      width: 100%; }
      nav.gNav ul li {
        float: none; }
        nav.gNav ul li a {
          border-bottom: 1px solid #b1c8d1;
          color: #222222;
          display: block;
          margin: 0;
          text-align: left;
          padding: 14px 15px;
          position: relative;
          width: 100%; }
          nav.gNav ul li a:hover:after {
            content: none; }
          nav.gNav ul li a:last-child {
            margin: 0; }
          nav.gNav ul li a:before {
            color: #222222;
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            right: 20px;
            top: 14px; }
  nav.fNav {
    font-size: 1.2rem;
    padding: 0; }
    nav.fNav > ul {
      border-top: 1px solid #cccccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      nav.fNav > ul > li {
        float: none;
        width: 50%; }
        nav.fNav > ul > li a {
          border-bottom: 1px solid #cccccc;
          height: 100%;
          padding: 1rem 0;
          text-decoration: none;
          width: 100%; }
          nav.fNav > ul > li a:before {
            content: none; }
        nav.fNav > ul > li:nth-child(odd) a {
          border-right: 1px solid #cccccc; }
  nav.breadcrumb {
    overflow: auto;
    white-space: nowrap;
    padding: 20px 10px 30px; }

  /*--- YoastSEOが出力するパンくずナビ
  --------------------------------------------------------------------------*/
  .breadcrumb-wrap {
    display: none; }

  /*--- トップページ
  --------------------------------------------------------------------------*/
  .slider01 {
    height: auto; }
    .slider01 .slider {
      min-height: 156px; }
      .slider01 .slider img {
        height: auto;
        min-height: inherit !important;
        min-width: 100% !important; }

  /*--- content-box
  --------------------------------------------------------------------------*/
  .content-box {
    text-align: left;
    padding: 40px 0; }
    .content-box h1, .content-box h2 {
      font-size: 2.5rem;
      margin: 0 0 18px 0; }
      .content-box h1 span, .content-box h2 span {
        font-size: 1.4rem;
        margin: 0.5rem 0 0 0; }
      .content-box h1._02, .content-box h2._02 {
        font-size: 2.5rem;
        margin: 0 0 30px 0; }
    .content-box h2.topttl01 {
      font-size: 3.2rem; }
    .content-box .text_lead {
      margin: 0 0 18px 0; }
    .content-box._01 {
      padding: 40px 20px;
      width: 100%; }
      .content-box._01._single01 {
        padding: 40px 20px 20px; }
    .content-box._02 {
      padding: 40px 20px;
      width: 100%; }
      .content-box._02._4col-wrap, .content-box._02._6col-wrap {
        padding: 30px 20px 10px;
        margin: 0 0 40px 0; }
      .content-box._02._4col-wrap {
        padding: 30px 20px 60px; }
      .content-box._02 h3 {
        font-size: 1.8rem;
        margin: 0 0 20px 0;
        padding: 0 0 5px 10px; }
    .content-box._03 {
      padding: 40px 20px;
      width: 100%; }
      .content-box._03 .thumbnail {
        float: none;
        text-align: center;
        width: 100%; }
        .content-box._03 .thumbnail img {
          height: 330px;
          width: auto; }
        .content-box._03 .thumbnail + .content {
          float: none;
          margin: 0;
          width: 100%; }
      .content-box._03 .content {
        width: 100%; }
      .content-box._03 .name01 {
        font-size: 1.4rem;
        margin: 0 0 15px; }
      .content-box._03 .ico_kindle01 {
        margin: 10px 0 20px 0; }
      .content-box._03 h1, .content-box._03 h2 {
        font-size: 2.4rem;
        margin: 20px 0 16px 0; }
        .content-box._03 h1 .sub01, .content-box._03 h2 .sub01 {
          color: #222222;
          font-size: 1.8rem;
          margin: 0 0 14px 0; }
        .content-box._03 h1 .sub02, .content-box._03 h2 .sub02 {
          font-size: 1.8rem;
          margin: 15px 0 0 0; }
      .content-box._03 h3 {
        font-size: 1.8rem;
        padding: 0 0 5px 10px; }
      .content-box._03 h4 {
        font-size: 1.4rem;
        padding: 5px 10px;
        margin: 20px 0 10px 0; }
      .content-box._03 h5 {
        font-size: 1.4rem; }
      .content-box._03 p {
        font-size: 1.4rem; }
      .content-box._03 dl {
        margin: 0;
        font-size: 1.4rem; }
      .content-box._03 hr, .content-box._03 .bd-none {
        border-top: 1px solid #cccccc !important;
        border-left: none;
        border-right: none;
        border-bottom: none;
        clear: both;
        height: 0 !important;
        overflow: hidden;
        padding: 20px 0 0 0 !important; }
      .content-box._03 .content .issue02 {
        margin: 14px 0 0 0; }
      .content-box._03 .w100 .col-6 {
        padding: 0;
        margin: 0 0 15px; }
      .content-box._03 .w100 dl {
        font-size: 1.2rem; }
    .content-box.sp_pd-none {
      padding: 40px 0 0 0; }
      .content-box.sp_pd-none .wrap {
        padding: 0 20px; }
      .content-box.sp_pd-none .col {
        padding: 0 20px; }

  .postListContent .ico_new01 {
    font-size: 1rem;
    left: 14px;
    padding: 8px 0;
    width: 40px; }
    .postListContent .ico_new01:after {
      border-left: 20px solid #ea2492;
      border-right: 20px solid #ea2492;
      border-bottom: 5px solid transparent; }
  .postListContent .ico_kindle01 span {
    font-size: 1rem;
    padding: 0 0.2rem; }

  .postList01 {
    padding: 2px 0 0 0; }
    .postList01 article.postListContent {
      display: block;
      padding: 15px 20px; }
      .postList01 article.postListContent:first-child {
        padding: 0 20px 15px; }
      .postList01 article.postListContent .date {
        display: block; }

  .postList02 .postListContent {
    display: block;
    padding: 18px 20px 20px; }
    .postList02 .postListContent .post01 {
      text-align: center;
      margin: 0; }
      .postList02 .postListContent .post01 img {
        height: auto;
        width: 35%; }
    .postList02 .postListContent .post02 dl dt {
      font-size: 1.6rem;
      margin: 1rem 0 0.2rem; }
    .postList02 .postListContent .btn_summary01 {
      margin: 0 auto;
      min-width: 230px; }

  .postList03 {
    display: block; }
    .postList03 .postListContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 18px 20px 15px;
      margin: 0 0 10px 0;
      width: 100%; }
      .postList03 .postListContent .post01 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0 8px 0 0;
        width: 30%; }
        .postList03 .postListContent .post01 img {
          height: auto;
          margin: 0 0 0.5rem 0;
          width: 100%; }
      .postList03 .postListContent .post02 {
        width: 70%; }
        .postList03 .postListContent .post02 dl dt {
          font-size: 1.4rem;
          margin: 0 0 8px; }
          .postList03 .postListContent .post02 dl dt span {
            font-size: 1.2rem !important; }
        .postList03 .postListContent .post02 dl dd {
          font-size: 1.2rem; }
    .postList03._4col, .postList03._6col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .postList03._4col:after, .postList03._6col:after {
        content: none; }
      .postList03._4col .col-3, .postList03._4col .col-2, .postList03._6col .col-3, .postList03._6col .col-2 {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 48%; }
        .postList03._4col .col-3:hover, .postList03._4col .col-2:hover, .postList03._6col .col-3:hover, .postList03._6col .col-2:hover {
          background: #eff7fa;
          border: 1px solid #1f90ba !important; }
      .postList03._4col .postListContent, .postList03._6col .postListContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        padding: 20px 10px 10px 10px; }
        .postList03._4col .postListContent:hover, .postList03._6col .postListContent:hover {
          background: none !important;
          border: none !important; }
        .postList03._4col .postListContent .ico_kindle01 span, .postList03._6col .postListContent .ico_kindle01 span {
          margin: 0.5rem 0 1.4rem 0; }
        .postList03._4col .postListContent .post01, .postList03._6col .postListContent .post01 {
          text-align: center;
          width: 100%; }
          .postList03._4col .postListContent .post01 img, .postList03._6col .postListContent .post01 img {
            height: auto;
            margin: 0;
            width: 80%; }
        .postList03._4col .postListContent .post02, .postList03._6col .postListContent .post02 {
          width: 100%; }

  .postList04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .postList04:after {
      content: none; }
    .postList04 .col-3 {
      width: 46%; }
    .postList04 .postListContent .post01 {
      text-align: center; }
      .postList04 .postListContent .post01 img {
        height: auto;
        margin: 0;
        width: 70%; }

  .postList05 {
    padding: 20px 0 0 0; }
    .postList05 .postListContent {
      min-width: 100%; }
      .postList05 .postListContent .col {
        height: auto;
        width: 100%; }
        .postList05 .postListContent .col dl {
          float: none;
          margin: 24px 0 0 0;
          width: 100%; }
          .postList05 .postListContent .col dl dt {
            font-size: 2.4rem;
            margin: 0 0 1.4rem 0; }
        .postList05 .postListContent .col .btn_more02_wrap {
          float: none;
          padding: 14px 0 36px;
          width: 100%; }
          .postList05 .postListContent .col .btn_more02_wrap .btn_more02 {
            width: 100%; }
        .postList05 .postListContent .col img {
          display: none; }
      .postList05 .postListContent:nth-child(even) .col dl {
        float: none;
        margin: 24px 0 0 0; }
      .postList05 .postListContent:nth-child(even) .col .btn_more02_wrap {
        float: none;
        padding: 14px 0 36px; }

  /*--- コンテンツエリア
  --------------------------------------------------------------------------*/
  .content-area {
    width: 100%;
    padding: 0 10px;
    margin: 0; }

  .content {
    width: 100%; }
    .content.has-sidebar {
      width: 100%; }
      .content.has-sidebar + .sidebar {
        width: 100%; }
      .content.has-sidebar.left {
        float: none; }
        .content.has-sidebar.left + .sidebar {
          float: none;
          margin: 0; }
      .content.has-sidebar.right {
        float: none; }
        .content.has-sidebar.right + .sidebar {
          float: none;
          margin: 0; }
    .content p {
      word-wrap: break-word;
      overflow-wrap: break-word; }
    .content img.alignnone, .content img.aligncenter, .content img.alignleft, .content img.alignright {
      width: 100%;
      float: none;
      margin: 0 0 .4em; }

  /*--- Information 詳細
  --------------------------------------------------------------------------*/
  .single-post .content-box {
    padding: 40px 20px; }
    .single-post .content-box img {
      height: auto;
      width: 100%; }
  .single-post .header02 {
    padding: 0 10px 10px;
    margin: 0 0 10px; }
    .single-post .header02 h3 {
      font-size: 1.8rem;
      margin: 0; }
  .single-post h4 {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
    padding: 10px; }
    .single-post h4:before {
      width: 40%; }
    .single-post h4:after {
      width: 60%; }
  .single-post .alignright {
    float: none;
    margin: 0 0 18px 0 !important; }
  .single-post .social-sharing01 {
    text-align: left;
    margin: 0 0 20px !important; }
  .single-post article .detail02 {
    margin: 0; }
    .single-post article .detail02 .ttl01 {
      margin: 0 0 14px 0; }
    .single-post article .detail02 dl {
      margin: 0 0 12px 0; }
      .single-post article .detail02 dl dt {
        white-space: nowrap; }
  .single-post article dl.dl01 dd {
    margin: 0 0 10px 6.6rem; }

  /*--- フッター
  --------------------------------------------------------------------------*/
  .fNav_wrap {
    border: none;
    margin: 12px 0 0 0; }

  .address_area01 {
    padding: 20px 0 0 0; }
    .address_area01 dl {
      font-size: 1.2rem;
      padding: 20px 20px 0;
      width: 100%; }
      .address_area01 dl dd small {
        font-size: 1.2rem;
        text-align: center;
        margin: 15px 0 0 0; }
    .address_area01 address span {
      display: block;
      margin: 0; }
    .address_area01 .bn_area01 {
      float: none;
      text-align: center; }
      .address_area01 .bn_area01 img {
        height: auto;
        width: 80%; }

  /*--- grid
  --------------------------------------------------------------------------*/
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding: 0; }

  /*--- button
  --------------------------------------------------------------------------*/
  .btn_summary01._shop01 {
    width: 100%; }

  .btn_more01_wrap {
    text-align: center;
    margin: 15px 20px 0; }
    .btn_more01_wrap .btn_more01 {
      border: solid 1px #1f90ba;
      display: block;
      padding: 24px 0 20px;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color; }
      .btn_more01_wrap .btn_more01:hover {
        text-decoration: none; }
      .btn_more01_wrap .btn_more01:hover {
        text-decoration: none;
        background: #1f90ba;
        color: #fff; }

  .btn_more02_wrap {
    padding: 5px 0 0; }
    .btn_more02_wrap .btn_more02 {
      width: 100%; }

  .banner_sp .bx-wrapper .bx-controls-direction a {
    z-index: 4000;
    background-size: 20px !important;
    height: 70px;
    top: 15px;
    width: 40px;
    z-index: 3000; }
    .banner_sp .bx-wrapper .bx-controls-direction a.bx-prev {
      left: 0;
      background: url("images//controls-prev.png") no-repeat center; }
    .banner_sp .bx-wrapper .bx-controls-direction a.bx-next {
      right: 0;
      background: url("images//controls-next.png") no-repeat center; }
  .banner_sp a, .banner_sp img {
    margin: 0 auto; }
  .banner_sp a[target="_blank"]:after {
    content: none; }

  /* --- フォーム
  --------------------------------------------------------------------------*/
  .inquiries01 .wrap {
    padding: 0 20px; }

  .inquiries02 {
    margin: 0 0 40px; }
    .inquiries02 p {
      text-align: left; }
    .inquiries02 .form-wrap {
      margin: 18px 0;
      padding: 16px 20px; }

  form {
    /* 共通 */
    /* 氏名 */
    /* 確認画面ボタン */
    /* ユーザーエージェントCSS iPhone*/ }
    form dl {
      display: block; }
      form dl:first-child dt {
        padding: 0 0 10px; }
      form dl:last-child dd {
        padding: 10px 0 0; }
      form dl dt {
        border-bottom: none;
        display: block;
        padding: 20px 0 0; }
      form dl dd {
        display: block;
        margin: 0;
        padding: 10px 0 20px;
        width: 100%; }
    form input[type=radio] {
      margin: 0 0.5rem 0 1.8rem;
      height: 20px;
      width: 20px; }
    form .name {
      padding: 0 0 10px !important; }
      form .name span {
        display: block; }
      form .name input {
        margin: 0 0 10px 10px;
        width: 85%; }
    form .submitBtn {
      margin: 10px 0 0 0; }
      form .submitBtn input {
        width: 100%; }
    form textarea, form input[type="range"], form input, form input:matches([type="password"], [type="search"]) {
      border-radius: 0;
      border-color: #cccccc; }
    form input[type='radio'] {
      border: solid 1px #cccccc; }

  .sp_margin {
    margin-left: 20px;
    margin-right: 20px; }

  /*--- wp
  --------------------------------------------------------------------------*/
  nav.pagination {
    margin: 20px -1px 0 0; }

  /*--- TABLE
  --------------------------------------------------------------------------*/
  div.scrollable {
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
    div.scrollable > table {
      white-space: nowrap; }
    div.scrollable.alt {
      width: 100%;
      overflow-y: hidden;
      overflow-x: auto; }
      div.scrollable.alt > table {
        white-space: inherit; }
    div.scrollable::-webkit-scrollbar {
      height: 5px; }
    div.scrollable::-webkit-scrollbar-track {
      background: #f1f1f1; }
    div.scrollable::-webkit-scrollbar-thumb {
      background: #bcbcbc; }

  table.responsive.table01 th,
  table.responsive.table01 td {
    display: block;
    width: 100%; }
  table.responsive.table02 {
    display: block;
    width: 100%; }
    table.responsive.table02 thead {
      display: block;
      float: left;
      overflow-x: scroll; }
    table.responsive.table02 tbody {
      display: block;
      overflow-x: auto;
      width: auto;
      white-space: nowrap; }
      table.responsive.table02 tbody tr {
        display: inline-block;
        margin: 0 -3px; }
    table.responsive.table02 th {
      display: block;
      width: auto;
      border-top-width: 0;
      border-left-width: 0; }
      table.responsive.table02 th:last-child {
        border-bottom-width: 0; }
    table.responsive.table02 td {
      display: block;
      border-top-width: 0; }
      table.responsive.table02 td:last-child {
        border-bottom-width: 0; }

  input[type='checkbox'] {
    position: relative;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border: 2px solid #4c4c4c;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
    -webkit-appearance: none; }

  /* チェック時は背景色を変更 */
  input[type='checkbox']:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#8f8f8f)); }

  /* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
  input[type='checkbox']:checked:before {
    position: absolute;
    top: 17px;
    left: 1px;
    display: block;
    width: 10px;
    height: 4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px black; }

  input[type='checkbox']:checked:after {
    position: absolute;
    top: 17px;
    left: 9px;
    display: block;
    width: 19px;
    height: 4px;
    content: '';
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px black; }

  /*------------------------------
  　ラジオボタン
  ------------------------------*/
  input[type='radio'] {
    position: relative;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    vertical-align: middle;
    border: 2px solid #4c4c4c;
    border-radius: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
    -webkit-appearance: none; }

  /* チェック時は背景色を変更 */
  input[type='radio']:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#8f8f8f)); }

  /* チェックの印を:before疑似要素を使って作成 */
  input[type='radio']:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    content: '';
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
    -webkit-box-shadow: 0 2px 1px black; } }
@media only print {
  header, footer, nav {
    display: none; }

  .content {
    width: 100%; }
    .content.has-sidebar.left + .sidebar, .content.has-sidebar.right + .sidebar {
      display: none; } }
