@charset "UTF-8";
/**
* base variables
* ------------------------------------------------ */
/**
* imports
* ------------------------------------------------ */
/**
* mixins
* ------------------------------------------------ */
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/**
* functions
* ------------------------------------------------ */
/**
* extends
* ------------------------------------------------ */
body {
  background-color: #ccc;
}

ul, li {
  list-style: none;
}

/**
* header
* ------------------------------------------------ */
#nav-global {
  font-size: 0;
  text-align: center;
}
#nav-global * {
  font-size: 16px;
}
#nav-global .nav-item {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#nav-global .nav-item a {
  display: block;
  padding: 10px 30px;
}

/**
* footer
* ------------------------------------------------ */
/**
* sidebar
* ------------------------------------------------ */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html, body {
  position: relative;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
html a, body a {
  text-decoration: none;
}
html a:hover, body a:hover {
  color: #007700;
}
html a:hover img, body a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  opacity: 0.8;
}
html a:link, body a:link {
  color: #007700;
}
html a:visited, body a:visited {
  color: #007700;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSans_Regular.woff2) format("woff2"), url(../font/NotoSans_regular.woff) format("woff"), url(../font/NotoSans_regular.otf) format("opentype"), url(../font/NotoSans_Regular.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSans_Bold.woff2) format("woff2"), url(../font/NotoSans_bold.woff) format("woff"), url(../font/NotoSans_bold.otf) format("opentype"), url(../font/NotoSans_Bold.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Quicksand Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Quicksand-Bold.ttf") format("truetype");
}
body #container {
  position: relative;
  top: 0;
  left: 0;
  min-height: 100%;
  *zoom: 1;
}
body #container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
body #container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 600px) {
  .hide-wide {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .hide-narrow {
    display: none !important;
  }
}
/**
* footer
* ------------------------------------------------ */
/**
* sidebar
* ------------------------------------------------ */
body {
  background: #fff;
}
body.showtalk-bnr-is-open #container,
body.showtalk-bnr-is-open #header,
body.showtalk-bnr-is-open #footer,
body.showtalk-bnr-is-open .mod__bottom-fixed-bnr {
  pointer-events: none;
}
body.is-member .is-member {
  display: block !important;
}
body.is-member .is-non-member {
  display: none !important;
}
body.is-non-member .is-member {
  display: none !important;
}
body.is-non-member .is-non-member {
  display: block !important;
}

* {
  word-wrap: break-word;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

/**
* grid
* ------------------------------------------------ */
body #container .row {
  font-size: 0;
}
body #container .row > * {
  font-size: 16px;
}
body #container [class*=col-] {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body #container .col-1 {
  width: 8.3333333333%;
}
body #container .col-2 {
  width: 16.6666666667%;
}
body #container .col-3 {
  width: 25%;
}
body #container .col-4 {
  width: 33.3333333333%;
}
body #container .col-5 {
  width: 41.6666666667%;
}
body #container .col-6 {
  width: 49.995%;
}
body #container .col-7 {
  width: 58.3333333333%;
}
body #container .col-8 {
  width: 66.6666666667%;
}
body #container .col-9 {
  width: 75%;
}
body #container .col-10 {
  width: 83.3333333333%;
}
body #container .col-11 {
  width: 91.6666666667%;
}
body #container .col-12 {
  width: 100%;
}
@media (max-width: 767px) {
  body #container .col-sp-1 {
    width: 8.3333333333%;
  }
  body #container .col-sp-2 {
    width: 16.6666666667%;
  }
  body #container .col-sp-3 {
    width: 25%;
  }
  body #container .col-sp-4 {
    width: 33.3333333333%;
  }
  body #container .col-sp-5 {
    width: 41.6666666667%;
  }
  body #container .col-sp-6 {
    width: 50%;
  }
  body #container .col-sp-7 {
    width: 58.3333333333%;
  }
  body #container .col-sp-8 {
    width: 66.6666666667%;
  }
  body #container .col-sp-9 {
    width: 75%;
  }
  body #container .col-sp-10 {
    width: 83.3333333333%;
  }
  body #container .col-sp-11 {
    width: 91.6666666667%;
  }
  body #container .col-sp-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body #container .col-pc-1 {
    width: 8.3333333333%;
  }
  body #container .col-pc-2 {
    width: 16.6666666667%;
  }
  body #container .col-pc-3 {
    width: 25%;
  }
  body #container .col-pc-4 {
    width: 33.3333333333%;
  }
  body #container .col-pc-5 {
    width: 41.6666666667%;
  }
  body #container .col-pc-6 {
    width: 50%;
  }
  body #container .col-pc-7 {
    width: 58.3333333333%;
  }
  body #container .col-pc-8 {
    width: 66.6666666667%;
  }
  body #container .col-pc-9 {
    width: 75%;
  }
  body #container .col-pc-10 {
    width: 83.3333333333%;
  }
  body #container .col-pc-11 {
    width: 91.6666666667%;
  }
  body #container .col-pc-12 {
    width: 100%;
  }
}

/**
* Helpers
* ------------------------------------------------ */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.vis-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .vis-hide class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.vis-hide.focusable:active, .vis-hide.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/**
* global parts
* ------------------------------------------------ */
@media (max-width: 767px) {
  .sprite-ico-arrow-gr-down, .ico-arrow-gr-down-af:after, .ico-arrow-gr-down-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -38px -41.3333333333px;
    width: 12.6666666667px;
    height: 8px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-gr-left, .ico-arrow-gr-left-af:after, .ico-arrow-gr-left-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -58px -12.6666666667px;
    width: 8px;
    height: 12.6666666667px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-gr-right-l, .ico-arrow-gr-right-l-af:after, .ico-arrow-gr-right-l-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: 0px 0px;
    width: 22.6666666667px;
    height: 41.3333333333px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-gr-right, .ico-arrow-gr-right-af:after, .ico-arrow-gr-right-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -44.6666666667px -26.6666666667px;
    width: 8px;
    height: 13.3333333333px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-gr-up, .ico-arrow-gr-up-af:after, .ico-arrow-gr-up-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: 0px -41.3333333333px;
    width: 12.6666666667px;
    height: 8px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-wt-down, .ico-arrow-wt-down-af:after, .ico-arrow-wt-down-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -12.6666666667px -41.3333333333px;
    width: 12.6666666667px;
    height: 8px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-wt-left, .ico-arrow-wt-left-af:after, .ico-arrow-wt-left-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -58px 0px;
    width: 8px;
    height: 12.6666666667px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-wt-right-l, .ico-arrow-wt-right-l-af:after, .ico-arrow-wt-right-l-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -22.6666666667px 0px;
    width: 22px;
    height: 41.3333333333px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-wt-right, .ico-arrow-wt-right-af:after, .ico-arrow-wt-right-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -58px -25.3333333333px;
    width: 8px;
    height: 12.6666666667px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-arrow-wt-up, .ico-arrow-wt-up-af:after, .ico-arrow-wt-up-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -25.3333333333px -41.3333333333px;
    width: 12.6666666667px;
    height: 8px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-beginner, .ico-beginner-af:after, .ico-beginner-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: 0px -49.3333333333px;
    width: 8.6666666667px;
    height: 11.3333333333px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-outer-gr, .ico-outer-gr-af:after, .ico-outer-gr-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -44.6666666667px -13.3333333333px;
    width: 13.3333333333px;
    height: 13.3333333333px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-outer-old, .ico-outer-old-af:after, .ico-outer-old-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -58px -38px;
    width: 7.3333333333px;
    height: 6.6666666667px;
    background-size: 66px 60.6666666667px;
  }
  .sprite-ico-outer-wt, .ico-outer-wt-af:after, .ico-outer-wt-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -44.6666666667px 0px;
    width: 13.3333333333px;
    height: 13.3333333333px;
    background-size: 66px 60.6666666667px;
  }
}
@media (min-width: 768px) {
  .sprite-ico-arrow-gr-down, .ico-arrow-gr-down-af:after, .ico-arrow-gr-down-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -57px -62px;
    width: 19px;
    height: 12px;
  }
  .sprite-ico-arrow-gr-left, .ico-arrow-gr-left-af:after, .ico-arrow-gr-left-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -87px -19px;
    width: 12px;
    height: 19px;
  }
  .sprite-ico-arrow-gr-right-l, .ico-arrow-gr-right-l-af:after, .ico-arrow-gr-right-l-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: 0px 0px;
    width: 34px;
    height: 62px;
  }
  .sprite-ico-arrow-gr-right, .ico-arrow-gr-right-af:after, .ico-arrow-gr-right-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -67px -40px;
    width: 12px;
    height: 20px;
  }
  .sprite-ico-arrow-gr-up, .ico-arrow-gr-up-af:after, .ico-arrow-gr-up-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: 0px -62px;
    width: 19px;
    height: 12px;
  }
  .sprite-ico-arrow-wt-down, .ico-arrow-wt-down-af:after, .ico-arrow-wt-down-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -19px -62px;
    width: 19px;
    height: 12px;
  }
  .sprite-ico-arrow-wt-left, .ico-arrow-wt-left-af:after, .ico-arrow-wt-left-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -87px 0px;
    width: 12px;
    height: 19px;
  }
  .sprite-ico-arrow-wt-right-l, .ico-arrow-wt-right-l-af:after, .ico-arrow-wt-right-l-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -34px 0px;
    width: 33px;
    height: 62px;
  }
  .sprite-ico-arrow-wt-right, .ico-arrow-wt-right-af:after, .ico-arrow-wt-right-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -87px -38px;
    width: 12px;
    height: 19px;
  }
  .sprite-ico-arrow-wt-up, .ico-arrow-wt-up-af:after, .ico-arrow-wt-up-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -38px -62px;
    width: 19px;
    height: 12px;
  }
  .sprite-ico-beginner, .ico-beginner-af:after, .ico-beginner-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: 0px -74px;
    width: 13px;
    height: 17px;
  }
  .sprite-ico-outer-gr, .ico-outer-gr-af:after, .ico-outer-gr-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -67px -20px;
    width: 20px;
    height: 20px;
  }
  .sprite-ico-outer-old, .ico-outer-old-af:after, .ico-outer-old-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -87px -57px;
    width: 11px;
    height: 10px;
  }
  .sprite-ico-outer-wt, .ico-outer-wt-af:after, .ico-outer-wt-bf:before {
    background-image: url(../images/common/sprite.png);
    background-position: -67px 0px;
    width: 20px;
    height: 20px;
  }
}
.ico-arrow-wt-up-bf,
.ico-arrow-wt-right-bf,
.ico-arrow-wt-down-bf,
.ico-arrow-wt-left-bf,
.ico-arrow-wt-up-af,
.ico-arrow-wt-right-af,
.ico-arrow-wt-down-af,
.ico-arrow-wt-left-af,
.ico-arrow-gr-up-bf,
.ico-arrow-gr-right-bf,
.ico-arrow-gr-down-bf,
.ico-arrow-gr-left-bf,
.ico-arrow-gr-up-af,
.ico-arrow-gr-right-af,
.ico-arrow-gr-down-af,
.ico-arrow-gr-left-af,
.ico-arrow-wt-right-l-bf,
.ico-arrow-wt-right-l-af,
.ico-arrow-gr-right-l-bf,
.ico-arrow-gr-right-l-af,
.ico-outer-gr-bf,
.ico-outer-gr-af,
.ico-outer-wt-bf,
.ico-outer-wt-af,
.ico-outer-old-bf,
.ico-outer-old-af,
.ico-beginner-bf,
.ico-beginner-af {
  position: relative;
}
.ico-arrow-wt-up-bf:after,
.ico-arrow-wt-right-bf:after,
.ico-arrow-wt-down-bf:after,
.ico-arrow-wt-left-bf:after,
.ico-arrow-wt-up-af:after,
.ico-arrow-wt-right-af:after,
.ico-arrow-wt-down-af:after,
.ico-arrow-wt-left-af:after,
.ico-arrow-gr-up-bf:after,
.ico-arrow-gr-right-bf:after,
.ico-arrow-gr-down-bf:after,
.ico-arrow-gr-left-bf:after,
.ico-arrow-gr-up-af:after,
.ico-arrow-gr-right-af:after,
.ico-arrow-gr-down-af:after,
.ico-arrow-gr-left-af:after,
.ico-arrow-wt-right-l-bf:after,
.ico-arrow-wt-right-l-af:after,
.ico-arrow-gr-right-l-bf:after,
.ico-arrow-gr-right-l-af:after,
.ico-outer-gr-bf:after,
.ico-outer-gr-af:after,
.ico-outer-wt-bf:after,
.ico-outer-wt-af:after,
.ico-outer-old-bf:after,
.ico-outer-old-af:after,
.ico-beginner-bf:after,
.ico-beginner-af:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
}

@media (max-width: 767px) {
  .ico-arrow-wt-up-bf.vis-pc:after, .ico-arrow-wt-right-bf.vis-pc:after, .ico-arrow-wt-down-bf.vis-pc:after, .ico-arrow-wt-left-bf.vis-pc:after, .ico-arrow-wt-up-af.vis-pc:after, .ico-arrow-wt-right-af.vis-pc:after, .ico-arrow-wt-down-af.vis-pc:after, .ico-arrow-wt-left-af.vis-pc:after, .ico-arrow-gr-up-bf.vis-pc:after, .ico-arrow-gr-right-bf.vis-pc:after, .ico-arrow-gr-down-bf.vis-pc:after, .ico-arrow-gr-left-bf.vis-pc:after, .ico-arrow-gr-up-af.vis-pc:after, .ico-arrow-gr-right-af.vis-pc:after, .ico-arrow-gr-down-af.vis-pc:after, .ico-arrow-gr-left-af.vis-pc:after, .ico-arrow-wt-right-l-bf.vis-pc:after, .ico-arrow-wt-right-l-af.vis-pc:after, .ico-arrow-gr-right-l-bf.vis-pc:after, .ico-arrow-gr-right-l-af.vis-pc:after, .ico-outer-gr-bf.vis-pc:after, .ico-outer-gr-af.vis-pc:after, .ico-outer-wt-bf.vis-pc:after, .ico-outer-wt-af.vis-pc:after, .ico-outer-old-bf.vis-pc:after, .ico-outer-old-af.vis-pc:after, .ico-beginner-bf.vis-pc:after, .ico-beginner-af.vis-pc:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .ico-arrow-wt-up-bf.vis-sp:after, .ico-arrow-wt-right-bf.vis-sp:after, .ico-arrow-wt-down-bf.vis-sp:after, .ico-arrow-wt-left-bf.vis-sp:after, .ico-arrow-wt-up-af.vis-sp:after, .ico-arrow-wt-right-af.vis-sp:after, .ico-arrow-wt-down-af.vis-sp:after, .ico-arrow-wt-left-af.vis-sp:after, .ico-arrow-gr-up-bf.vis-sp:after, .ico-arrow-gr-right-bf.vis-sp:after, .ico-arrow-gr-down-bf.vis-sp:after, .ico-arrow-gr-left-bf.vis-sp:after, .ico-arrow-gr-up-af.vis-sp:after, .ico-arrow-gr-right-af.vis-sp:after, .ico-arrow-gr-down-af.vis-sp:after, .ico-arrow-gr-left-af.vis-sp:after, .ico-arrow-wt-right-l-bf.vis-sp:after, .ico-arrow-wt-right-l-af.vis-sp:after, .ico-arrow-gr-right-l-bf.vis-sp:after, .ico-arrow-gr-right-l-af.vis-sp:after, .ico-outer-gr-bf.vis-sp:after, .ico-outer-gr-af.vis-sp:after, .ico-outer-wt-bf.vis-sp:after, .ico-outer-wt-af.vis-sp:after, .ico-outer-old-bf.vis-sp:after, .ico-outer-old-af.vis-sp:after, .ico-beginner-bf.vis-sp:after, .ico-beginner-af.vis-sp:after {
    display: none;
  }
}
.ico-arrow-wt-up-af:after,
.ico-arrow-wt-right-af:after,
.ico-arrow-wt-down-af:after,
.ico-arrow-wt-left-af:after,
.ico-arrow-gr-up-af:after,
.ico-arrow-gr-right-af:after,
.ico-arrow-gr-down-af:after,
.ico-arrow-gr-left-af:after,
.ico-arrow-wt-right-l-af:after,
.ico-arrow-gr-right-l-af:after {
  right: 10px;
}

.ico-arrow-wt-up-bf:before,
.ico-arrow-wt-right-bf:before,
.ico-arrow-wt-down-bf:before,
.ico-arrow-wt-left-bf:before,
.ico-arrow-gr-up-bf:before,
.ico-arrow-gr-right-bf:before,
.ico-arrow-gr-down-bf:before,
.ico-arrow-gr-left-bf:before,
.ico-arrow-wt-right-l-bf:before,
.ico-arrow-gr-right-l-bf:before {
  left: 10px;
}

.ico-beginner-af:after,
.ico-outer-gr-af:after,
.ico-outer-wt-af:after,
.ico-outer-old-af:after {
  right: 10px;
}

.ico-beginner-bf:after,
.ico-outer-gr-bf:after,
.ico-outer-wt-bf:after,
.ico-outer-old-bf:after {
  left: 10px;
}

.ico-arrow-wt-up-bf:before {
  margin-top: -6px;
}

.ico-arrow-wt-right-bf:before {
  margin-top: -9.5px;
}

.ico-arrow-wt-down-bf:before {
  margin-top: -6px;
}

.ico-arrow-wt-left-bf:before {
  margin-top: -9.5px;
}

.ico-arrow-wt-up-af:after {
  margin-top: -6px;
}

.ico-arrow-wt-right-af:after {
  margin-top: -9.5px;
}

.ico-arrow-wt-down-af:after {
  margin-top: -6px;
}

.ico-arrow-wt-left-af:after {
  margin-top: -9.5px;
}

.ico-arrow-gr-up-bf:before {
  margin-top: -6px;
}

.ico-arrow-gr-right-bf:before {
  margin-top: -10px;
}

.ico-arrow-gr-down-bf:before {
  margin-top: -6px;
}

.ico-arrow-gr-left-bf:before {
  margin-top: -9.5px;
}

.ico-arrow-gr-up-af:after {
  margin-top: -6px;
}

.ico-arrow-gr-right-af:after {
  margin-top: -10px;
}

.ico-arrow-gr-down-af:after {
  margin-top: -6px;
}

.ico-arrow-gr-left-af:after {
  margin-top: -9.5px;
}

.ico-arrow-wt-right-l-bf:before {
  margin-top: -31px;
}

.ico-arrow-wt-right-l-af:after {
  margin-top: -31px;
}

.ico-arrow-gr-right-l-bf:before {
  margin-top: -31px;
}

.ico-arrow-gr-right-l-af:after {
  margin-top: -31px;
}

.ico-outer-gr-bf:before {
  margin-top: -10px;
}

.ico-outer-gr-af:after {
  margin-top: -10px;
}

.ico-outer-wt-bf:before {
  margin-top: -10px;
}

.ico-outer-wt-af:after {
  margin-top: -10px;
}

.ico-outer-old-bf:before {
  margin-top: -5px;
}

.ico-outer-old-af:after {
  margin-top: -5px;
}

.ico-beginner-bf:before {
  margin-top: -8.5px;
}

.ico-beginner-af:after {
  margin-top: -8.5px;
}

.ico-triangle {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: -3px 5px 0 0;
  border-right: none;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 5px #007700;
}

.ico-img-arrow-gr-right,
.ico-img-arrow-gr-up,
.ico-img-arrow-gr-down,
.ico-img-beginner,
.ico-img-outer-gr,
.ico-img-outer-wt {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.ico-img-arrow-gr-right.pos-bf,
.ico-img-arrow-gr-up.pos-bf,
.ico-img-arrow-gr-down.pos-bf,
.ico-img-beginner.pos-bf,
.ico-img-outer-gr.pos-bf,
.ico-img-outer-wt.pos-bf {
  left: 10px;
  right: auto;
}
.ico-img-arrow-gr-right.dis-ib,
.ico-img-arrow-gr-up.dis-ib,
.ico-img-arrow-gr-down.dis-ib,
.ico-img-beginner.dis-ib,
.ico-img-outer-gr.dis-ib,
.ico-img-outer-wt.dis-ib {
  position: relative !important;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  right: auto;
}

.ico-img-arrow-gr-right {
  width: 12px;
  height: 20px;
  background: url(../images/common/ico-arrow-gr-right.png) no-repeat;
}
.ico-img-arrow-gr-right.type-s {
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-size: cover;
}

.ico-img-arrow-gr-up {
  width: 19px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/common/ico-arrow-gr-up.png) no-repeat;
}
.ico-img-arrow-gr-up.type-s {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background-size: cover;
}

.ico-img-arrow-gr-down {
  width: 19px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/common/ico-arrow-gr-down.png) no-repeat;
}
.ico-img-arrow-gr-down.type-s {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background-size: cover;
}

.ico-img-beginner {
  width: 13px;
  height: 17px;
  margin-top: -9px;
  right: auto;
  left: 20px;
  background: url(../images/common/ico-beginner.png) no-repeat;
}
.ico-img-beginner.type-s {
  width: 6.5px;
  height: 8.5px;
  margin-top: -3px;
  background-size: cover;
}

.ico-img-outer-gr {
  width: 20px;
  height: 20px;
  background: url(../images/common/ico-outer-gr.png) no-repeat;
}
.ico-img-outer-gr.type-s {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-size: cover;
}

.ico-img-outer-wt {
  width: 20px;
  height: 20px;
  background: url(../images/common/ico-outer-wt.png) no-repeat;
}
.ico-img-outer-wt.type-s {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-size: cover;
}

.ico-img-outer-old {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: -5px;
  background: url(../images/common/ico-outer-old.png) no-repeat;
  width: 11px;
  height: 10px;
}

.ico-tag {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: -3px 5px 0 0;
  background: url(../images/common/ico-tag.png) no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}

.ico-img-outer-gr-ttl {
  position: static;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: transparent url(../images/common/ico-outer-gr-ttl.png) no-repeat center center;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: 5px;
}

/**
* header
* ------------------------------------------------ */
/**
* header
* ------------------------------------------------ */
@media screen and (min-width: 1240px) {
  #header {
    background: transparent;
  }
}
@media screen and (max-width: 1239px) {
  #header.headroom--unpinned .fixed-header {
    top: -70px;
  }
}
@media screen and (min-width: 1240px) {
  #header a:hover {
    text-decoration: underline;
  }
  #header a:hover img {
    opacity: 1;
  }
}
#header .clone-header {
  visibility: hidden;
}
@media screen and (min-width: 1240px) {
  #header .clone-header {
    display: none;
  }
}
#header .header-inner {
  transition: 0.6s;
  box-sizing: border-box;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header .header-inner.fixed-header {
  position: fixed;
}
@media screen and (max-width: 1239px) {
  #header .header-inner {
    padding-top: 17px;
    padding-bottom: 15px;
    background: #fff;
  }
}
@media screen and (max-width: 599px) {
  #header .header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1239px) {
  #header .header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner {
    width: 250px;
    height: 100vh;
    background: transparent;
    padding: 60px 30px;
    overflow-y: auto;
    /* Modern browsers with `scrollbar-*` support */
  }
  #header .header-inner::-webkit-scrollbar-thumb {
    background: #E2DDD7;
  }
  #header .header-inner::-webkit-scrollbar-track {
    background: transparent;
  }
  #header .header-inner::-webkit-scrollbar {
    width: 6px;
  }
  @supports (scrollbar-color: auto) {
    #header .header-inner {
      scrollbar-color: #E2DDD7 transparent;
      scrollbar-width: thin;
    }
  }
}
#header .header-inner:after {
  content: "";
  display: table;
  clear: both;
}
#header .header-inner .ctrl-area {
  float: right;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .ctrl-area {
    float: none;
    display: block;
  }
}
#header .header-inner .ctrl-area a {
  color: #000;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .ctrl-area a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .ctrl-area .ctrl__faq {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .ctrl-area .ctrl__faq {
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
  }
}
#header .header-inner .ctrl-area .ctrl__item {
  display: inline-block;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .ctrl-area .ctrl__item {
    margin-right: 25px;
    text-align: center;
    vertical-align: top;
  }
  #header .header-inner .ctrl-area .ctrl__item + .ctrl__item {
    margin-right: 0;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .ctrl-area .ctrl__item {
    text-align: center;
    vertical-align: top;
  }
  #header .header-inner .ctrl-area .ctrl__item + .ctrl__item {
    margin-right: 18px;
  }
}
#header .header-inner .ctrl-area .ctrl__item .btn-intro {
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .ctrl-area .ctrl__item .btn-intro {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: 20px;
  }
}
#header .header-inner .ctrl-area .ctrl__item .btn-intro .btn-intro__img {
  vertical-align: middle;
  height: 17px;
  margin: 0;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .ctrl-area .ctrl__item .btn-intro .btn-intro__img {
    margin: -0.2em 4px 0 0;
  }
}
#header .header-inner .ctrl-area .ctrl__item .btn-intro .btn-intro__txt {
  transition: 0.2s;
  display: block;
  font-size: 11px;
  text-align: center;
  color: #000;
  padding-top: 3px;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .ctrl-area .ctrl__item .btn-intro .btn-intro__txt {
    font-size: 14px;
    display: inline-block;
    padding-top: 0;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .ctrl-area .ctrl__item .btn-intro .btn-intro__txt {
    padding-top: 4px;
    font-size: 10px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 374px) {
  #header .header-inner .ctrl-area .ctrl__item .btn-intro .btn-intro__txt {
    font-size: 10px;
  }
}
#header .header-inner .ctrl-area .ctrl__item .btn-intro-path0 {
  fill: #231815;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .ctrl-area .menu {
    display: none;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .ctrl-area .menu {
    vertical-align: top;
    display: inline-block;
    padding-top: 10px;
  }
  #header .header-inner .ctrl-area .menu .menu__trigger {
    position: relative;
    z-index: 10;
  }
  #header .header-inner .ctrl-area .menu .menu__line {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 16px;
  }
  #header .header-inner .ctrl-area .menu .menu__line span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 100;
  }
  #header .header-inner .ctrl-area .menu .menu__line span:nth-of-type(1) {
    top: 0;
  }
  #header .header-inner .ctrl-area .menu .menu__line span:nth-of-type(2) {
    top: 7px;
  }
  #header .header-inner .ctrl-area .menu .menu__line span:nth-of-type(3) {
    bottom: 0;
  }
  #header .header-inner .ctrl-area .menu .menu__line.is-open span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  #header .header-inner .ctrl-area .menu .menu__line.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  #header .header-inner .ctrl-area .menu .menu__line.is-open span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}
#header .header-inner .site-title {
  display: inline-block;
  margin: -3px 30px 20px 0;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .site-title {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .site-title {
    vertical-align: top;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 374px) {
  #header .header-inner .site-title {
    margin-right: 0;
  }
}
#header .header-inner .site-title a {
  color: #000;
}
#header .header-inner .site-title a > * {
  transition: 0.2s;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .site-title a:hover {
    text-decoration: none;
  }
  #header .header-inner .site-title a:hover img {
    opacity: 1;
  }
}
#header .header-inner .site-title .site-title__lead {
  font-size: 12px;
  display: block;
}
#header .header-inner .site-title .site-title__logo {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .site-title .site-title__logo .pal-logo {
    width: 140px;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .site-title .site-title__logo .pal-logo {
    width: 120px;
  }
}
@media only screen and (max-width: 374px) {
  #header .header-inner .site-title .site-title__logo .pal-logo {
    width: 95px;
  }
}
#header .header-inner .entry-head-nav {
  clear: both;
  padding: 10px 0 0;
}
#header .header-inner .entry-head-nav .entry-head-nav__list {
  text-align: right;
  font-size: 0;
  display: block;
}
#header .header-inner .entry-head-nav .entry-head-nav__list .list__item {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .entry-head-nav .entry-head-nav__list .list__item {
    font-size: 16px;
  }
}
#header .header-inner .entry-head-nav .entry-head-nav__list .list__item:not(:first-child) {
  margin-left: 20px;
}
#header .header-inner .entry-head-nav .entry-head-nav__list .list__item a {
  color: #000;
}
#header .header-inner .global-nav {
  font-size: 0;
  vertical-align: bottom;
  box-sizing: border-box;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav {
    pointer-events: none;
    position: absolute;
    background: transparent;
    height: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.3s ease-out, height 0.3s ease-out;
    top: 0;
    z-index: 1;
  }
}
#header .header-inner .global-nav .global-nav__list {
  display: block;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__list {
    padding-bottom: 15px;
  }
  #header .header-inner .global-nav .global-nav__list + .global-nav__list {
    margin-bottom: 15px;
    border-bottom: solid 2px #000;
  }
  #header .header-inner .global-nav .global-nav__list.is-last {
    border-bottom: none;
  }
  #header .header-inner .global-nav .global-nav__list:nth-child(1) {
    margin-bottom: 15px;
    border-bottom: solid 2px #000;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__list {
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 2px #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #header .header-inner .global-nav .global-nav__list.is-last {
    border-bottom: none;
  }
}
#header .header-inner .global-nav .global-nav__list .list__item {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__list .list__item {
    padding: 8px 0;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__list .list__item {
    padding: 6px 0;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__list .list__item.is-net-order {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__list .list__item.is-net-order {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#header .header-inner .global-nav .global-nav__list .list__item a {
  color: #000;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__list .list__item a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__illust {
    display: inline-block;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__illust {
    display: block;
    padding: 5px 5.3333333333% 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__union {
    display: block;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__union {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
#header .header-inner .global-nav .global-nav__union .union__head {
  color: #999999;
  font-size: 12px;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__union .union__head {
    padding: 6px 0;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__union .union__head {
    padding: 8px 0;
  }
}
#header .header-inner .global-nav .global-nav__union .union__list {
  margin-bottom: 15px;
  border-bottom: solid 2px #000;
}
#header .header-inner .global-nav .global-nav__koeteku {
  text-align: center;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__koeteku {
    display: inline-block;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__koeteku {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__img {
    margin: 5px 15px;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__img {
    margin: 10px 11.7647058824% 0;
  }
}
#header .header-inner .global-nav .global-nav__koeteku .koeteku__text {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__text {
    margin: 6px 0;
  }
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__text {
    margin: 15px 9.8039215686%;
  }
}
#header .header-inner .global-nav .global-nav__koeteku .koeteku__btn {
  font-size: 14px;
  border-radius: 30px;
  border: solid 2px #000;
  text-align: center;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__btn {
    padding: 8px 18px;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__btn {
    line-height: 26px;
    padding: 3px 20px;
    margin-top: 3px;
  }
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__btn:hover {
    text-decoration: none !important;
  }
  #header .header-inner .global-nav .global-nav__koeteku .koeteku__btn:hover img {
    opacity: 1;
  }
}
#header .header-inner .global-nav .global-nav__koeteku .koeteku__btn:hover {
  text-decoration: none !important;
}
#header .header-inner .global-nav.is-open {
  pointer-events: all !important;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .global-nav.is-open {
    background: #F5F0EF;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    padding-bottom: 18vh;
  }
  #header .header-inner .global-nav.is-open .global-nav__list,
#header .header-inner .global-nav.is-open .global-nav__union,
#header .header-inner .global-nav.is-open .global-nav__koeteku {
    height: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  #header .header-inner .global-nav.is-open {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1239px) {
  #header .header-inner .global-nav.is-open {
    padding-left: 120px;
    padding-right: 120px;
  }
}
#header .header-inner .is-net-order-btn {
  border-radius: 30px;
  border: solid 2px #000;
  text-align: center;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .is-net-order-btn {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .is-net-order-btn {
    width: 100%;
    line-height: 26px;
    padding: 6px 10px;
  }
  #header .header-inner .is-net-order-btn:hover {
    text-decoration: none !important;
  }
  #header .header-inner .is-net-order-btn:hover img {
    opacity: 1;
  }
}
#header .header-inner .is-net-order-btn img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
@media screen and (max-width: 1239px) {
  #header .header-inner .is-net-order-btn img {
    width: 19px;
  }
}
@media screen and (min-width: 1240px) {
  #header .header-inner .is-net-order-btn img {
    width: 23px;
  }
}
@media screen and (min-width: 1240px) {
  #header.headroom--unpinned .entry-nav .entry-nav__trigger.is-opener {
    top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #header.headroom--unpinned .entry-nav .entry-nav__trigger.is-opener {
    top: 15px !important;
  }
}
#header .entry-nav {
  display: none;
}
#header .entry-nav .entry-nav__trigger {
  background: #1c8849 no-repeat center center;
  border-radius: 50%;
  transition: 0.6s;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__trigger {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__trigger {
    width: 40px;
    height: 40px;
  }
}
#header .entry-nav .entry-nav__trigger.is-opener {
  background-image: url(../images/common/ico-entry-nav-open.png);
  position: fixed;
  z-index: 0;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__trigger.is-opener {
    background-size: 26px auto;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__trigger.is-opener {
    background-size: 20px auto;
    top: 115px;
    right: 20px;
  }
}
#header .entry-nav .entry-nav__trigger.is-closer {
  background-image: url(../images/common/ico-entry-nav-close.png);
  position: fixed;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__trigger.is-closer {
    background-size: 28px auto;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__trigger.is-closer {
    background-size: 16px auto;
    top: 15px;
    right: 20px;
  }
}
#header .entry-nav.is-open .entry-nav__body {
  display: block;
  height: 100vh;
  opacity: 1;
}
#header .entry-nav.is-open .entry-nav__trigger.is-closer {
  display: block;
  pointer-events: all;
  opacity: 1;
}
#header .entry-nav .entry-nav__body {
  display: inline-block;
  position: fixed;
  width: 100vw;
  height: 0;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  transition: 0.4s;
  opacity: 0;
  overflow: hidden;
}
#header .entry-nav .entry-nav__body .entry-nav__body-inner {
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__body .entry-nav__body-inner {
    max-width: 638px;
    padding: 60px;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__body .entry-nav__body-inner {
    max-width: 638px;
    padding: 30px 38px;
  }
}
@media screen and (max-width: 320px) {
  #header .entry-nav .entry-nav__body .entry-nav__body-inner {
    padding: 20px 38px;
  }
}
#header .entry-nav .entry-nav__ttl {
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__ttl {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__ttl {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 320px) {
  #header .entry-nav .entry-nav__ttl {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__ttl img {
    width: 366px;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__ttl img {
    width: 230px;
  }
}
@media screen and (max-width: 320px) {
  #header .entry-nav .entry-nav__ttl img {
    width: 200px;
  }
}
#header .entry-nav .entry-nav__list .entry-nav__list-item {
  border-bottom: solid 1px #e8e8e8;
}
#header .entry-nav .entry-nav__list .entry-nav__list-item > a {
  padding: 15px 0;
  display: block;
  font-weight: bold;
  color: #1c8849;
  font-size: 16px;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__list .entry-nav__list-item > a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__list .entry-nav__list-item > a {
    padding: 10px 0;
  }
}
#header .entry-nav .entry-nav__btn {
  text-align: center;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__btn {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__btn {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 320px) {
  #header .entry-nav .entry-nav__btn {
    margin: 10px 0 0;
  }
}
#header .entry-nav .entry-nav__btn > a {
  display: inline-block;
  padding: 0px 20px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  color: #000;
  background: #ffeb45;
  font-weight: bold;
  margin: 0 auto;
  transition: 0.6s;
}
@media screen and (min-width: 1240px) {
  #header .entry-nav .entry-nav__btn > a {
    width: 380px;
  }
  #header .entry-nav .entry-nav__btn > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1239px) {
  #header .entry-nav .entry-nav__btn > a {
    width: 250px;
  }
}

@media screen and (max-width: 1239px) {
  body.is-member #header .entry-nav .entry-nav__trigger.is-opener {
    top: 85px;
  }
}

/**
* footer
* ------------------------------------------------ */
/**
* footer
* ------------------------------------------------ */
#footer {
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
}
#footer .footer-inner {
  box-sizing: border-box;
}
@media screen and (min-width: 1240px) {
  #footer .footer-inner {
    max-width: 1360px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1239px) {
  #footer .footer-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1239px) {
  #footer .footer-inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
#footer .footer-inner > *:first-child {
  border-top: solid 2px #E2DDD7;
  padding-top: 60px;
}
#footer a {
  color: #000;
}
@media screen and (min-width: 1240px) {
  #footer a:hover {
    text-decoration: underline;
  }
}
#footer .special-btn {
  box-sizing: border-box;
  font-size: 0;
}
@media screen and (min-width: 1240px) {
  #footer .special-btn {
    padding: 0 0 40px;
    max-width: 1480px;
    margin: 0 auto;
  }
}
#footer .special-btn .btn__item {
  transition: 0.3s;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  min-width: 180px;
}
@media screen and (min-width: 1240px) {
  #footer .special-btn .btn__item:last-child {
    margin-bottom: 0;
  }
}
#footer .special-btn .btn__item a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 8px;
}
@media screen and (min-width: 1240px) {
  #footer .special-btn .btn__item a:hover {
    text-decoration: none;
  }
}
@media screen and (-ms-high-contrast: none) {
  #footer .special-btn .btn__item a {
    padding: 8px 8px 4px !important;
  }
}
@media screen and (min-width: 1240px) {
  #footer .footer-column-wrapper {
    display: flex;
    padding-bottom: 50px;
  }
}
#footer .inner-link {
  display: flex;
}
@media screen and (min-width: 1240px) {
  #footer .inner-link {
    padding: 0 0 20px;
    width: 50%;
  }
}
@media screen and (max-width: 1239px) {
  #footer .inner-link {
    font-size: 14px;
    padding-top: 50px;
  }
}
#footer .inner-link .inner-link-list {
  width: 50%;
}
@media screen and (max-width: 1239px) {
  #footer .inner-link .inner-link-list {
    box-sizing: border-box;
    padding-right: 10px;
  }
  #footer .inner-link .inner-link-list:last-child {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1240px) {
  #footer .group-link {
    width: 50%;
  }
}
#footer .group-link .group-link__list:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #d1d1d1;
}
@media screen and (max-width: 1239px) {
  #footer .group-link .group-link__list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1239px) {
  #footer .group-link .group-link__list:nth-last-of-type(1) {
    padding-top: 20px;
  }
}
#footer .group-link .group-link__list .group-link__list-lead {
  color: #999999;
}
@media screen and (min-width: 1240px) {
  #footer .group-link .group-link__list .group-link__list-lead {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1239px) {
  #footer .group-link .group-link__list .group-link__list-lead {
    margin-bottom: 15px;
  }
}
#footer .group-link .group-link__list .group-link__list-body {
  display: flex;
}
#footer .group-link .group-link__list .group-link__list-body .link-list {
  width: 50%;
}
@media screen and (max-width: 1239px) {
  #footer .group-link .group-link__list .group-link__list-body .link-list:last-child .list__item:last-child {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1239px) {
  #footer .group-link .group-link__list.is-open .group-link__list-body {
    display: block;
    animation: visible-animation 1s linear 0s;
  }
  #footer .group-link .group-link__list.is-open .group-link__list-ttl:after {
    transform: rotateZ(0);
  }
}
#footer .union-link {
  border-top: solid 2px #E2DDD7;
  padding-top: 20px;
}
@media screen and (min-width: 1240px) {
  #footer .union-link .union-link__list-body .link-list {
    font-size: 0;
  }
  #footer .union-link .union-link__list-body .link-list .list__item {
    font-size: 14px;
    display: inline-block;
    width: auto;
    margin-right: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1239px) {
  #footer .union-link .union-link__list-body .link-list {
    font-size: 0;
  }
  #footer .union-link .union-link__list-body .link-list .list__item {
    font-size: 14px;
    display: inline-block;
    width: auto;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1240px) {
  #footer .footer-sns {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 1239px) {
  #footer .footer-sns {
    padding: 10px 0 30px;
  }
}
@media screen and (min-width: 1240px) {
  #footer .footer-sns .footer-sns__list {
    display: flex;
  }
}
@media screen and (max-width: 1239px) {
  #footer .footer-sns .footer-sns__list {
    display: flex;
    align-items: center;
  }
}
#footer .footer-sns .footer-sns__list .list__item {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  margin-right: 30px;
}
@media screen and (max-width: 1239px) {
  #footer .footer-sns .footer-sns__list .list__item {
    width: 20px;
  }
}
@media screen and (-ms-high-contrast: none) {
  #footer .footer-sns .footer-sns__list .list__item {
    font-size: 0;
    line-height: 24px;
  }
}
#footer .footer-sns .footer-sns__list .list__item img {
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: none) {
  #footer .footer-sns .footer-sns__list .list__item img {
    width: 100%;
    height: auto;
  }
}
#footer .footer-sns .footer-sns__list .list__item a:hover img {
  opacity: 1;
}
#footer .link-konsen {
  position: relative;
}
#footer .link-konsen .konsen {
  position: absolute;
  width: 52px;
  height: 59px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #footer .link-konsen .konsen {
    width: 42px;
    height: 46px;
  }
}
#footer .link-konsen .konsen:hover img {
  opacity: 1;
}
#footer .link-konsen .konsen img {
  width: 52px;
  height: 69px;
}
@media screen and (max-width: 599px) {
  #footer .link-konsen .konsen img {
    width: 42px;
    height: 56px;
  }
}

@media screen and (max-width: 1239px) {
  #footer .inner-link .inner-link-list .list__item, #footer .group-link .group-link__list .group-link__list-body .list__item, #footer .union-link .union-link__list-body .list__item {
    font-size: 14px;
  }
  #footer .inner-link .inner-link-list .list__item:first-child, #footer .group-link .group-link__list .group-link__list-body .list__item:first-child, #footer .union-link .union-link__list-body .list__item:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 1240px) {
  #footer .inner-link .inner-link-list .list__item, #footer .group-link .group-link__list .group-link__list-body .list__item, #footer .union-link .union-link__list-body .list__item {
    width: 100%;
  }
}
@media screen and (max-width: 1239px) {
  #footer .inner-link .inner-link-list .list__item a, #footer .group-link .group-link__list .group-link__list-body .list__item a, #footer .union-link .union-link__list-body .list__item a {
    display: block;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1240px) {
  #footer .inner-link .inner-link-list .list__item a, #footer .group-link .group-link__list .group-link__list-body .list__item a, #footer .union-link .union-link__list-body .list__item a {
    padding: 6px 0;
    display: inline-block;
    margin-right: auto;
  }
}

@keyframes visible-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes height-spreads-animation {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/**
* baselayout / module
* ------------------------------------------------ */
/**
* MODULE
* ------------------------------------------------ */
#container .mod__link-list-01 {
  padding-left: 0;
  margin-top: 20px;
  font-size: 12px;
}
#container .mod__link-list-01 > li {
  list-style-type: none;
  margin-top: 10px;
  color: #666;
  padding-left: 1.4em;
  position: relative;
  font-size: 14px;
}
#container .mod__link-list-01 > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#container .mod__link-list-02 {
  padding-left: 0;
  margin-top: 20px;
  font-size: 0;
}
#container .mod__link-list-02 > li {
  list-style-type: none;
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}
#container .mod__link-list-02 > li:last-child {
  margin-right: 0;
}
#container .mod__link-list-02 > li a, #container .mod__link-list-02 > li .anc {
  color: #666;
  background: #ecece9;
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  padding: 6px 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 18px;
}
@media screen and (min-width: 768px) {
  #container .mod__link-list-02 > li a:hover {
    color: #070;
    text-decoration: underline;
  }
}
#container .mod__link-list-03 {
  padding-left: 0;
  margin-top: 10px;
  font-size: 12px;
}
#container .mod__link-list-03 > li {
  list-style-type: none;
  margin-top: 0px;
  color: #666;
  padding-left: 1.4em;
  margin-top: 5px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}
#container .mod__link-list-03 > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#container .mod__link-list-04 {
  padding-left: 0;
  margin: 30px 0 0;
  letter-spacing: -0.4em;
}
#container .mod__link-list-04 > li {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 1em;
  position: relative;
  box-sizing: border-box;
  line-height: 1.4;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
}
#container .mod__link-list-04 > li:before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  #container .mod__link-list-04 > li {
    width: 50%;
    padding-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  #container .mod__link-list-04 > li {
    width: 25%;
    padding-right: 1.1363636364%;
  }
}
#container .mod__btn-01 {
  margin-top: 30px;
}
#container .mod__btn-01 a {
  border: solid 1px #070;
  border-radius: 32px;
  padding: 12px 32px 12px 16px;
  display: inline-block;
  color: #070;
  text-decoration: none;
  position: relative;
  margin-right: auto;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #container .mod__btn-01 a :hover {
    text-decoration: none;
  }
}
#container .mod__btn-01 a:after {
  content: "";
  position: absolute;
  background: url("../images/common/ico-arrow-forward-grn.png") no-repeat center center;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 8px;
  margin-top: -4px;
  background-size: contain;
}
#container .mod__btn-01 a.is-ico-down:after {
  background-image: url("../images/common/ico-arrow-gr-down.png");
  width: 10px;
  height: 6px;
}
#container .mod__link-01 {
  margin-top: 10px;
  text-align: center;
}
#container .mod__link-01 a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #container .mod__link-01 a:hover {
    text-decoration: underline;
  }
}
#container [class*=mod__ico-] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 3px;
}
#container .mod__ico-01 {
  background: url("../images/common/ico-search-grn.png") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: -3px;
}
#container .mod__ico-02 {
  background: url("../images/common/ico-arrow-forward-grn.png") no-repeat center center;
  background-size: contain;
  width: 9px;
  height: 8px;
  margin-top: -3px;
}
#container .mod__img-01 {
  margin-top: 30px;
}
#container .mod__img-01 img {
  max-width: 100%;
  height: auto;
}
#container .mod__img-02 {
  margin-top: 30px;
}
#container .mod__label-01 {
  background: #999;
  color: #fff;
  font-size: 14px;
  padding: 1px 4px;
  margin-right: 6px;
}
#container .mod__text-01 {
  margin-top: 20px;
  color: #666;
}
#container .mod__table-01 {
  border-bottom: solid 1px #e8e8e8;
}
#container .mod__table-01 .mod__table-01-row {
  border-top: solid 1px #e8e8e8;
  padding: 30px 0;
}
#container .mod__table-01 .mod__table-01-row > *:first-child {
  margin-top: 0;
}
#container .mod__iframe-01 {
  text-align: center;
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#container .mod__iframe-01.is-ar43 {
  padding-top: 75%;
}
#container .mod__iframe-01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#container .mod__iframe-02 {
  text-align: center;
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
#container .mod__iframe-02 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#container .mod__wrap-01 {
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #container .mod__wrap-01 {
    padding: 30px 16px;
  }
}
@media screen and (min-width: 768px) {
  #container .mod__wrap-01 {
    padding: 30px;
  }
}
#container .mod__wrap-01 > *:first-child {
  margin-top: 0;
}
#container .mod__wrap-02 {
  background: #f1f1eb;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #container .mod__wrap-02 {
    padding: 30px 16px;
  }
}
@media screen and (min-width: 768px) {
  #container .mod__wrap-02 {
    padding: 40px;
  }
}
#container .mod__wrap-02 > *:first-child {
  margin-top: 0;
}
#container .mod__wrap-03 {
  background: #f5f5bf;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #container .mod__wrap-03 {
    padding: 30px 16px;
  }
}
@media screen and (min-width: 768px) {
  #container .mod__wrap-03 {
    padding: 40px;
  }
}
#container .mod__wrap-03 > *:first-child {
  margin-top: 0;
}

.utl__article {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.utl__article-head {
  background: #333;
  padding: 40px 0;
}
.utl__article-head .utl__article-head__text {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .utl__article-head .utl__article-head__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .utl__article-head .utl__article-head__text {
    font-size: 28px;
  }
}
.utl__article-head.has-bg {
  display: table;
  width: 100%;
  padding: 0;
}
.utl__article-head.has-bg > * {
  overflow: hidden;
}
.utl__article-head.has-bg .utl__article-head__text {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .utl__article-head.has-bg .utl__article-head__text {
    height: 200px;
    width: 539px;
  }
}
@media screen and (min-width: 768px) {
  .utl__article-head.has-bg .utl__article-head__text {
    width: 1480px;
    height: 400px;
  }
}

.utl__article-section {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .utl__article-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .utl__article-section {
    padding: 90px 0;
  }
}
.utl__article-section .utl__content > *:first-child {
  margin-top: 0;
}
.utl__article-section .utl__content .utl__content-box > *:first-child {
  margin-top: 0;
}

#container .utl__content .utl__content-box > *:first-child {
  margin-top: 0;
}
#container .utl__content .utl__content-box > [class*=mod__wrap-]:first-child {
  margin-top: 0;
}
#container .utl__content .utl__content-box > [class*=mod__wrap-] > *:first-child {
  margin-top: 0;
}

.utl__content > *:first-child {
  margin-top: 0;
}
.utl__content a {
  color: #070;
  text-decoration: underline;
}
.utl__content ul {
  padding-left: 30px;
  margin: 30px 0 0;
}
.utl__content ul li {
  list-style-type: disc;
  margin-top: 10px;
}
.utl__content ol {
  padding-left: 30px;
  margin: 30px 0 0;
}
.utl__content ol li {
  list-style-type: decimal;
  margin-top: 10px;
}
.utl__content p {
  margin-top: 30px;
}
.utl__content i {
  font-style: italic;
}
.utl__content strong, .utl__content b {
  font-weight: bold;
}

.utl__fs-small {
  font-size: 14px;
  line-height: 1.6;
}

.utl__fs-xsmall {
  font-size: 12px;
  line-height: 1.6;
}

.utl__bg-gray {
  background-color: #f9f9f5;
}

.utl__head-lv1 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .utl__head-lv1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .utl__head-lv1 {
    font-size: 28px;
  }
}

.utl__head-lv2 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .utl__head-lv2 {
    font-size: 22px;
    margin: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .utl__head-lv2 {
    font-size: 36px;
    margin: 90px 0 60px;
  }
}

.utl__head-lv3 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .utl__head-lv3 {
    font-size: 18px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .utl__head-lv3 {
    font-size: 24px;
    margin-top: 60px;
  }
}

.utl__head-lv4 {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .utl__head-lv4 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .utl__head-lv4 {
    margin-top: 30px;
  }
}

.utl__content-wrap-01 {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .utl__content-wrap-01 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .utl__content-wrap-01 {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.utl__content-wrap-02 {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .utl__content-wrap-02 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .utl__content-wrap-02 {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.utl__content .utl__row {
  font-size: 0;
}
.utl__content .utl__row > * {
  font-size: 16px;
}
.utl__content .utl__row [class*=utl__col-] {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media screen and (max-width: 767px) {
  .utl__content .utl__row .utl__col-pc2-sp1 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .utl__content .utl__row .utl__col-pc2-sp1 {
    width: 47.7272727273%;
  }
  .utl__content .utl__row .utl__col-pc2-sp1:nth-child(odd) {
    margin-right: 4.5454545455%;
  }
}
@media screen and (max-width: 767px) {
  .utl__content .utl__row .utl__col-pc4-sp2 {
    width: 48.2638888889%;
  }
  .utl__content .utl__row .utl__col-pc4-sp2:nth-child(odd) {
    margin-right: 3.4722222222%;
  }
}
@media screen and (min-width: 768px) {
  .utl__content .utl__row .utl__col-pc4-sp2 {
    width: 21.5909090909%;
    margin-right: 4.5454545455%;
  }
  .utl__content .utl__row .utl__col-pc4-sp2:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .utl__content .utl__row .utl__col-pc4-sp1 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .utl__content .utl__row .utl__col-pc4-sp1 {
    width: 21.5909090909%;
    margin-right: 4.5454545455%;
  }
  .utl__content .utl__row .utl__col-pc4-sp1:nth-child(4n) {
    margin-right: 0;
  }
}

/**
* COMMON LAYOUT
* ------------------------------------------------ */
#local-nav {
  background: #fff;
  border-top: solid 1px #e6e5e1;
}
@media screen and (max-width: 767px) {
  #local-nav {
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #local-nav {
    padding: 0 0 40px;
  }
}
#local-nav .local-nav__main-block {
  font-size: 0;
}
#local-nav .local-nav__main-block .local-nav__box {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #local-nav .local-nav__main-block .local-nav__box {
    width: 48.2638888889%;
    padding-top: 30px;
  }
  #local-nav .local-nav__main-block .local-nav__box:nth-child(odd) {
    margin-right: 3.4722222222%;
  }
}
@media screen and (min-width: 768px) {
  #local-nav .local-nav__main-block .local-nav__box {
    width: 21.8421052632%;
    padding-top: 40px;
    margin-right: 4.2105263158%;
  }
  #local-nav .local-nav__main-block .local-nav__box:nth-child(4n) {
    margin-right: 0;
  }
}
#local-nav .local-nav__main-block .local-nav__box .local-nav__head {
  border-bottom: solid 1px #e6e5e1;
  padding: 0 0 10px;
}
#local-nav .local-nav__main-block .local-nav__box .local-nav__head .local-nav__head-item {
  color: #c5cbc5;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
#local-nav .local-nav__main-block .local-nav__box .local-nav__head .local-nav__head-item a {
  color: #000;
}
@media screen and (min-width: 768px) {
  #local-nav .local-nav__main-block .local-nav__box .local-nav__head .local-nav__head-item a:hover {
    color: #070;
    text-decoration: underline;
  }
}
#local-nav .local-nav__main-block .local-nav__box .local-nav___body ul {
  padding-top: 4px;
}
#local-nav .local-nav__main-block .local-nav__box .local-nav___body ul li {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
#local-nav .local-nav__main-block .local-nav__box .local-nav___body ul li a {
  color: #000;
}
@media screen and (min-width: 768px) {
  #local-nav .local-nav__main-block .local-nav__box .local-nav___body ul li a:hover {
    color: #070;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #local-nav .local-nav__sub-block {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #local-nav .local-nav__sub-block {
    padding-top: 40px;
  }
}
#local-nav .local-nav__sub-block ul {
  font-size: 0;
}
#local-nav .local-nav__sub-block ul li {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local-nav .local-nav__sub-block ul li {
    margin-top: 10px;
  }
  #local-nav .local-nav__sub-block ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #local-nav .local-nav__sub-block ul li {
    display: inline-block;
    width: 21.8421052632%;
    vertical-align: top;
    margin-right: 4.2105263158%;
  }
}
#local-nav .local-nav__sub-block ul li a, #local-nav .local-nav__sub-block ul li span.anc {
  color: #333;
  border: solid 1px #6d716d;
  padding: 10px 25px 10px 15px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #local-nav .local-nav__sub-block ul li a, #local-nav .local-nav__sub-block ul li span.anc {
    height: 60px;
    width: 570px;
  }
}
@media screen and (min-width: 768px) {
  #local-nav .local-nav__sub-block ul li a, #local-nav .local-nav__sub-block ul li span.anc {
    min-height: 60px;
    width: 207.5px;
  }
}
@media screen and (min-width: 768px) {
  #local-nav .local-nav__sub-block ul li a:hover {
    color: #070;
    text-decoration: underline;
  }
}
#local-nav .local-nav__sub-block ul li a:after {
  content: "";
  position: absolute;
  background: url("../images/common/ico-arrow-forward-wht.png") no-repeat center center;
  right: 10px;
  top: 50%;
  width: 9px;
  height: 8px;
  margin-top: -4px;
  background-size: contain;
}

#breadcrumb {
  background: #fff;
}
#breadcrumb .utl__content-wrap-02 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#breadcrumb .breadcrumb__list {
  font-size: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1239px) {
  #breadcrumb .breadcrumb__list {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1239px) {
  #breadcrumb .breadcrumb__list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1240px) {
  #breadcrumb .breadcrumb__list {
    max-width: 1360px;
    padding: 30px 80px;
    margin: 0 auto;
  }
}
#breadcrumb .breadcrumb__list li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
#breadcrumb .breadcrumb__list li:after {
  content: "/";
  display: inline;
  color: #000;
  padding: 0 0.5em;
}
#breadcrumb .breadcrumb__list li a {
  color: #000;
}
@media screen and (max-width: 1239px) {
  #breadcrumb .breadcrumb__list li a {
    display: inline-block;
  }
}
@media screen and (min-width: 1240px) {
  #breadcrumb .breadcrumb__list li a:hover {
    text-decoration: underline;
  }
}
#breadcrumb .breadcrumb__list li:last-child:after {
  content: none;
}

/**
* common parts
* ------------------------------------------------ */
body #container .box-yt {
  margin-bottom: 30px;
}
body #container .box-yt .youtube {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
body #container .box-yt .youtube iframe,
body #container .box-yt .youtube object,
body #container .box-yt .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #container .rate {
  color: #fc0;
  text-align: center;
  font-size: 12px;
}
body #container .rate span {
  color: #000;
}
body #container .tab-switch {
  font-size: 0;
}
body #container .tab-switch > * {
  font-size: 16px;
}
body #container .tab-switch .tab {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 60px;
  position: relative;
}
body #container .tab-switch .tab a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 60px;
}
body #container .tab-switch .tab.current, body #container .tab-switch .tab.current:hover {
  background: #938b78;
}
body #container .tab-switch .tab.current a, body #container .tab-switch .tab.current:hover a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
body #container .tab-switch .tab.current:after, body #container .tab-switch .tab.current:hover:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  border-top: solid 12px #938b78;
  border-right: solid 6px transparent;
  border-left: solid 6px transparent;
}
body #container .tab-switch .tab:hover {
  background: #f8f4ed;
}
body #container .tab-switch .tab:hover a {
  text-decoration: none;
}
body #container .tab-switch .tab:hover:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  border-top: solid 12px #f8f4ed;
  border-right: solid 6px transparent;
  border-left: solid 6px transparent;
}
body #container .box-rate .graph-rate {
  font-size: 0;
  margin-bottom: 20px;
}
body #container .box-rate .graph-rate > * {
  font-size: 16px;
}
body #container .box-rate .rate,
body #container .box-rate .score {
  margin-bottom: 8px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body #container .box-rate .rate {
  width: 30%;
  text-align: left;
}
body #container .box-rate .score {
  position: relative;
  width: 70%;
}
body #container .box-rate .score:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #fc0;
  content: "";
}
body #container .box-rate .score.w-12:before {
  width: 100%;
}
body #container .box-rate .score.w-3:before {
  width: 30%;
}
body #container .box-rate .score.w-1:before {
  width: 10%;
}
body #container .box-rate .score.w-0:before {
  width: 0px;
}
body #container .box-rate .score.w-0:before {
  width: 0px;
}
body #container .box-rate span {
  position: relative;
  z-index: 10;
  display: block;
  box-sizing: border-box;
  padding-left: 8px;
  color: #000;
  text-align: left;
}
body #container .box-rate .annotation {
  text-align: center;
}
body #container .sort-switch {
  font-size: 0;
  text-align: center;
}
body #container .sort-switch > * {
  font-size: 16px;
}
body #container .sort-switch .btn-sort {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: border-box;
}
body #container .sort-switch .btn-sort.current a, body #container .sort-switch .btn-sort:hover a {
  color: #000;
}
body #container .sort-switch .btn-sort:hover a {
  text-decoration: underline;
}
body #container .sort-switch .btn-sort.order-new {
  width: 25.36%;
}
body #container .sort-switch .btn-sort.order-hi {
  width: 37.5%;
}
body #container .sort-switch .btn-sort.order-low {
  width: 36.79%;
}
body #container .sort-switch .btn-sort:last-child {
  border-right: solid 1px #e1e1e1;
}
body #container .sort-switch .btn-sort a {
  display: block;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #e1e1e1;
  border-right: none;
  text-align: center;
  line-height: 40px;
}
body #container .btn-more {
  display: block;
  width: 100%;
  color: #007700;
  text-align: center;
  font-size: 16px;
}
body #container .thumb {
  width: 100%;
  height: auto;
}
body #container .area-cat .item-cat,
body #container .area-cmmdty .item-cmmdty {
  overflow: hidden;
}
body #container .area-keyimg {
  position: relative;
  overflow: hidden;
}
body #container .area-keyimg .ttl-cat {
  position: absolute;
  top: 50%;
  -dt-display: table;
  display: table;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  color: #fff;
  height: 6em;
  margin-top: -3em;
  z-index: 10;
  background: transparent;
}
body #container .area-keyimg .ttl-cat span {
  -dt-display: table-cell;
  display: table-cell;
  vertical-align: middle;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
body #container .area-keyimg.type-top .wrap-cover {
  position: relative;
  width: 100%;
}
body #container .area-keyimg.type-top .wrap-cover .inner-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
body #container .area-keyimg.type-top .wrap-cover .inner-cover .tx-cover {
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial, body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 2px solid #e85454;
  color: #e85454;
}
body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial span .icon, body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present span .icon {
  vertical-align: baseline;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  background: url("../images/bnr/ico_arrow_red.png") no-repeat;
  width: 12px;
  height: 21px;
}
body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present {
  border: 2px solid #007700;
  color: #007700;
}
body #container .area-keyimg.type-feature {
  background: #fff9f5;
}
body #container .area-keyimg.type-content {
  background-color: #f8f4ed;
}
body #container .area-keyimg.type-content .wrap-cover img {
  width: 100%;
}
body #container .area-keyimg.type-content .wrap-item .item-cmmdty .item-info {
  padding: 0 20px;
}
body #container #content-main {
  overflow: hidden;
  background: #fff;
}
body #container #content-main.content-feature {
  background: #fff9f5;
}
body #container #content-main .bnr-flex {
  box-sizing: border-box;
}
body #container #content-main .bnr-flex .bnr-trial, body #container #content-main .bnr-flex .bnr-present {
  display: block;
  border: 3px solid #e85454;
  color: #e85454;
  font-size: 24px;
  transition: opacity 0.15s;
}
body #container #content-main .bnr-flex .bnr-trial:hover, body #container #content-main .bnr-flex .bnr-present:hover {
  opacity: 0.9;
}
body #container #content-main .bnr-flex .bnr-trial .ttl-bnr, body #container #content-main .bnr-flex .bnr-present .ttl-bnr {
  font-weight: bold;
}
body #container #content-main .bnr-flex .bnr-trial .icon, body #container #content-main .bnr-flex .bnr-present .icon {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 21px;
  margin: 5px 0 0 5px;
}
body #container #content-main .bnr-flex .bnr-trial .icon img, body #container #content-main .bnr-flex .bnr-present .icon img {
  display: block;
  vertical-align: middle;
}
body #container #content-main .bnr-flex .bnr-present {
  margin-top: 30px;
  border: 3px solid #007700;
  color: #007700;
}
body #container #content-main .box-log .time {
  display: block;
  color: #666;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body #container #content-main .box-log .time {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body #container #content-main .box-log .time {
    max-width: 800px;
  }
}
body #container #content-main .area-content {
  *zoom: 1;
}
body #container #content-main .area-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
body #container #content-main .area-content .ttl-index.ta-l,
body #container #content-main .area-content .capt-catch.ta-l {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
body #container #content-main .area-content .ttl-index {
  padding: 0 10px;
}
body #container #content-main .area-links {
  background: #f8f4ed;
  padding: 0 10px;
}
body #container #content-main .area-links.area-kanren {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
body #container #content-main .area-links.area-kanren .list-item a {
  display: block;
  position: relative;
  color: #007700;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3;
}
body #container #content-main .area-links.area-kanren .list-item a:hover {
  text-decoration: underline;
}

/**
* devices style
* ------------------------------------------------ */
/**
* sp style
* ----------------------- */
@media (max-width: 767px) {
  body.standard #container .btn-more {
    height: 70px;
    line-height: 70px;
  }
  body.standard #container .bar-top {
    border-bottom: solid 1px #ccc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 50;
  }
  body.standard #container .bar-top .logo {
    display: block;
    min-width: 98px;
    width: 50%;
    margin: 0 auto;
  }
  body.standard #container .wrap-join {
    text-align: right;
  }
  body.standard #container .wrap-join .link-join {
    padding-right: 15px;
    color: #070;
    font-weight: bold;
  }
  body.standard #container .area-keyimg .ttl-cat {
    font-size: 24px;
  }
  body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30%;
  }
  body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .tx-cover {
    font-size: 30px;
  }
  body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial, body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present {
    max-width: 70%;
    padding: 10px;
  }
  margin body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial:active, margin body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present:active {
    background: #e85454;
    color: #fff;
  }
  margin body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial:active span .icon, margin body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present:active span .icon {
    background-image: url("../images/bnr/ico_arrow_wt.png");
  }
  body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial span .icon, body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present span .icon {
    width: 6px;
    height: 11px;
    background-size: cover;
  }
  body.standard #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present:active {
    background: #007700;
  }
  body.standard #container .area-keyimg.type-content {
    margin-bottom: 30px;
  }
  body.standard #container .area-keyimg.type-content .wrap-item .ttl-post {
    padding: 1em 20px 1em;
    font-size: 24px;
  }
  body.standard #container .area-keyimg.type-content .wrap-item .item-cmmdty {
    text-align: center;
  }
  body.standard #container .area-keyimg.type-content .wrap-item .item-cmmdty .thumb {
    display: block;
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
  }
  body.standard #container .area-keyimg.type-content .wrap-item .item-cmmdty .thumb img {
    width: 100%;
    height: auto;
  }
  body.standard #container .area-keyimg.type-content .wrap-item .item-cmmdty .name {
    font-size: 16px;
  }
  body.standard #container .area-keyimg.type-content .wrap-item .item-cmmdty .name .price {
    display: block;
  }
  body.standard #container .area-keyimg.type-archive .wrap-cover {
    width: 100%;
  }
  body.standard #container .area-keyimg.type-archive .wrap-cover img {
    width: 100%;
  }
  body.standard #container .area-keyimg.type-feature .wrap-cover .img-cover {
    width: 100%;
  }
  body.standard #container .area-keyimg.type-feature .summary {
    padding: 30px 20px;
    line-height: 2;
    text-align: center;
    font-size: 14px;
  }
  body.standard #container #content-main .tab-switch {
    margin-bottom: 30px;
  }
  body.standard #container #content-main .box-rate {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
  }
  body.standard #container #content-main .box-rate .graph-rate {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 0;
  }
  body.standard #container #content-main .box-rate .graph-rate > * {
    font-size: 16px;
  }
  body.standard #container #content-main .box-rate .rate {
    width: 30%;
    text-align: left;
  }
  body.standard #container #content-main .box-rate .score {
    width: 70%;
  }
  body.standard #container #content-main .box-rate span {
    font-size: 14px;
  }
  body.standard #container #content-main .box-rate .annotation {
    margin: 0 auto 30px;
    padding: 0 10px;
    text-align: left;
    font-size: 12px;
  }
  body.standard #container #content-main .sort-switch {
    margin: 0 20px 30px;
  }
  body.standard #container #content-main .sort-switch .btn-sort a {
    min-height: 40px;
    height: auto;
    padding: 0 0.5em;
    font-size: 12px;
  }
  body.standard #container #content-main .bnr-flex {
    padding: 0 0 50px;
  }
  body.standard #container #content-main .bnr-flex .bnr-trial, body.standard #container #content-main .bnr-flex .bnr-present {
    padding: 10px;
    text-align: center;
  }
  body.standard #container #content-main .bnr-flex .bnr-trial .bnr-capt, body.standard #container #content-main .bnr-flex .bnr-present .bnr-capt {
    font-size: 16px;
  }
  body.standard #container #content-main .bnr-flex .bnr-trial .ttl-bnr, body.standard #container #content-main .bnr-flex .bnr-present .ttl-bnr {
    font-size: 22px;
  }
  body.standard #container #content-main .bnr-flex .bnr-trial .icon, body.standard #container #content-main .bnr-flex .bnr-present .icon {
    width: 6px;
    margin: 7px 0 0 7px;
  }
  body.standard #container #content-main .bnr-flex .bnr-trial .icon img, body.standard #container #content-main .bnr-flex .bnr-present .icon img {
    width: 100%;
    height: auto;
  }
  body.standard #container #content-main .bnr-flex .bnr-present {
    margin-top: 10px;
    padding-bottom: 0;
  }
  body.standard #container #content-main .bnr-flex .bnr-present .icon {
    margin: 10px 0 0 7px;
  }
  body.standard #container #content-main .wrap-bnr .bnr-flex {
    padding: 38px auto 27px;
  }
  body.standard #container #content-main .box-log {
    padding: 0 10px;
  }
  body.standard #container #content-main .box-log .time {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
  }
  body.standard #container #content-main .area-content {
    overflow: hidden;
    padding: 0 10px;
    *zoom: 1;
  }
  body.standard #container #content-main .area-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  body.standard #container #content-main .area-content .ttl-index,
body.standard #container #content-main .area-content .capt-catch {
    text-align: center;
  }
  body.standard #container #content-main .area-content .ttl-index.ta-l,
body.standard #container #content-main .area-content .capt-catch.ta-l {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  body.standard #container #content-main .area-content .ttl-index {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
  }
  body.standard #container #content-main .area-content .capt-catch {
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: left;
  }
  body.standard #container #content-main .area-content .bnr-flex {
    padding: 38px 0 27px;
  }
  body.standard #container #content-main .area-content.area-404 {
    line-height: 1.6;
    padding: 60px 0 40px;
  }
  body.standard #container #content-main .area-content.area-404 .lead {
    margin: 0 20px;
  }
}
/**
* pc style
* ----------------------- */
@media (min-width: 768px) {
  body #container .btn-more {
    max-width: 560px;
    height: 46px;
    box-sizing: border-box;
    margin: 0 auto;
    border: solid 2px #007700;
    line-height: 46px;
  }
  body #container .btn-more:hover {
    background: #007700;
    text-decoration: none;
    color: #FFF;
  }
  body #container .btn-detail {
    height: 46px;
    box-sizing: border-box;
    margin: 0 auto;
    border: solid 2px #007700;
    line-height: 46px;
    text-align: center;
  }
  body #container .btn-detail:hover {
    background: #007700;
    text-decoration: none;
    color: #FFF;
  }
  body #container .box-yt {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  body #container .area-keyimg {
    position: relative;
    height: 400px;
  }
  body #container .area-keyimg .ttl-cat {
    font-size: 50px;
    width: 767px;
    left: 50%;
    margin-left: -384px;
  }
  body #container .area-keyimg.type-top .wrap-cover .tx-cover {
    top: -180px;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover {
    width: 767px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    bottom: -140px;
    height: 35%;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .tx-cover {
    font-size: 54px;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial {
    max-width: 70%;
    padding: 10px 30px;
    font-size: 18px;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial:hover {
    background: #e85454;
    color: #fff;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial:hover span .icon {
    background-image: url("../images/bnr/ico_arrow_wt.png");
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial span .icon {
    vertical-align: middle;
    margin: -6px 0 0 10px;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-trial span .icon img {
    vertical-align: baseline;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present {
    max-width: 70%;
    padding: 10px 30px;
    font-size: 18px;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present:hover {
    background: #e85454;
    color: #fff;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present:hover span .icon {
    background-image: url("../images/bnr/ico_arrow_wt.png");
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present span .icon {
    vertical-align: middle;
    margin: -6px 0 0 10px;
  }
  body #container .area-keyimg.type-top .wrap-cover .inner-cover .bnr-present span .icon img {
    vertical-align: baseline;
  }
  body #container .area-keyimg.type-archive {
    height: 400px;
  }
  body #container .area-keyimg.type-content {
    min-height: 400px;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    *zoom: 1;
  }
  body #container .area-keyimg.type-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  body #container .area-keyimg.type-content .wrap-item {
    padding: 70px 400px 0 0;
  }
  body #container .area-keyimg.type-content .wrap-item .ttl-post {
    font-size: 32px;
    line-height: 1.4;
    padding: 0 0 40px;
    margin: 0 40px 0 20px;
    border-bottom: solid 1px #CCC;
  }
  body #container .area-keyimg.type-content .wrap-item .item-cmmdty .thumb {
    display: block;
    float: right;
    width: 200px;
    max-width: 43%;
    box-sizing: border-box;
    padding: 10px 40px 0 0;
  }
  body #container .area-keyimg.type-content .wrap-item .item-cmmdty .item-info {
    float: left;
    padding: 20px 0 20px 20px;
    width: 50%;
    max-width: 350px;
  }
  body #container .area-keyimg.type-content .wrap-item .item-cmmdty .item-info .name {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
  }
  body #container .area-keyimg.type-content .wrap-item .item-cmmdty .item-info .name .price {
    margin-left: 20px;
  }
  body #container .area-keyimg.type-content .wrap-item .item-cmmdty .item-info .rate {
    text-align: left;
    font-size: 16px;
  }
  body #container .area-keyimg.type-content .wrap-cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
  }
  body #container .area-keyimg.type-content .wrap-cover img {
    width: 100%;
    height: auto;
  }
  body #container .area-keyimg.type-feature {
    height: auto;
    min-width: initial;
  }
  body #container .area-keyimg.type-feature .wrap-cover {
    width: 640px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  body #container .area-keyimg.type-feature .wrap-cover .img-cover {
    position: relative;
    right: auto;
    left: auto;
    max-width: none;
    width: 100%;
    margin: 50px auto auto;
    *right: auto;
    *left: auto;
  }
  body #container .area-keyimg.type-feature .summary {
    width: 767px;
    max-width: 100%;
    min-height: 145px;
    text-align: center;
    margin: 0 auto;
    line-height: 2;
  }
  body #container #content-main .tab-switch {
    width: 560px;
    margin: 60px auto;
  }
  body #container #content-main .box-rate {
    max-width: 560px;
    margin: 0 auto 30px;
  }
  body #container #content-main .box-rate .graph-rate {
    margin-bottom: 20px;
    font-size: 0;
  }
  body #container #content-main .box-rate .graph-rate > * {
    font-size: 16px;
  }
  body #container #content-main .box-rate .rate {
    width: 118px;
    box-sizing: border-box;
    padding-left: 10px;
  }
  body #container #content-main .box-rate .score {
    width: 442px;
  }
  body #container #content-main .box-rate span {
    font-size: 14px;
  }
  body #container #content-main .box-rate .annotation {
    font-size: 12px;
  }
  body #container #content-main .sort-switch {
    width: 560px;
    margin: 0 auto 40px;
  }
  body #container #content-main .sort-switch .btn-sort a {
    font-size: 14px;
  }
  body #container #content-main .bnr-flex {
    max-width: 767px;
    margin: 0 auto;
    padding: 0 20px;
  }
  body #container #content-main .bnr-flex .bnr-trial, body #container #content-main .bnr-flex .bnr-present {
    padding: 2px 10px;
    border: 3px solid #e85454;
    *zoom: 1;
    font-size: 0;
    text-align: center;
  }
  body #container #content-main .bnr-flex .bnr-trial:after, body #container #content-main .bnr-flex .bnr-present:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  body #container #content-main .bnr-flex .bnr-trial .bnr-capt,
body #container #content-main .bnr-flex .bnr-trial .bnr-img, body #container #content-main .bnr-flex .bnr-present .bnr-capt,
body #container #content-main .bnr-flex .bnr-present .bnr-img {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
  }
  body #container #content-main .bnr-flex .bnr-trial .bnr-img, body #container #content-main .bnr-flex .bnr-present .bnr-img {
    max-width: 40%;
  }
  body #container #content-main .bnr-flex .bnr-trial .bnr-capt, body #container #content-main .bnr-flex .bnr-present .bnr-capt {
    max-width: 384px;
    margin-right: 10px;
    padding: 20px 0;
    text-align: left;
  }
  body #container #content-main .bnr-flex .bnr-trial .ttl-bnr, body #container #content-main .bnr-flex .bnr-present .ttl-bnr {
    font-size: 32px;
  }
  body #container #content-main .bnr-flex .bnr-trial .icon, body #container #content-main .bnr-flex .bnr-present .icon {
    margin: 5px 0 0 5px;
  }
  body #container #content-main .bnr-flex .bnr-present {
    border: 3px solid #007700;
    position: relative;
    overflow: hidden;
    min-height: 146px;
  }
  body #container #content-main .bnr-flex .bnr-present .bnr-capt {
    margin-right: 318px;
    padding: 35px 0;
  }
  body #container #content-main .bnr-flex .bnr-present .bnr-img {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  body #container #content-main .bnr-flex .bnr-present .icon {
    margin: 12px 0 0 5px;
  }
  body #container #content-main .wrap-bnr {
    margin: 0 auto 100px;
  }
  body #container #content-main .box-log .time {
    margin-bottom: 15px;
    font-size: 14px;
  }
  body #container #content-main .area-content {
    padding-top: 75px;
    *zoom: 1;
  }
  body #container #content-main .area-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  body #container #content-main .area-content .ttl-index {
    max-width: 727px;
  }
  body #container #content-main .area-content > p {
    margin: 0 auto;
    max-width: 727px;
  }
  body #container #content-main .area-content .bnr-flex {
    margin-bottom: 100px;
  }
  body #container #content-main .area-content.area-404 {
    padding: 100px 0 200px;
    margin: 0 auto;
    background: transparent url(../images/pc/404/img_cover.jpg) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    text-shadow: #000 0 0 10px;
    line-height: 1.6;
  }
  body #container #content-main .area-content.area-404 .ttl-index {
    font-size: 50px;
    line-height: 1.4em;
    padding: 0 20px;
    font-weight: 400;
    text-align: center;
    max-width: 728px;
    margin: 0 auto 20px;
  }
  body #container #content-main .area-content.area-404 .lead {
    text-align: center;
    margin-bottom: 35px;
  }
  body #container #content-main .area-content.area-404 .summary {
    padding-top: 15px;
    border-top: solid 1px #FFF;
  }
  body #container #content-main .area-links {
    padding: 0 20px;
  }
  body #container #content-main .area-links.area-kanren {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  body #container #content-main .area-links.area-kanren .list-link {
    max-width: 1000px;
    margin: 0 auto;
  }
  body #container #content-main .area-links.area-kanren .list-item {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  body #container #content-main .area-links.area-kanren .list-item a {
    padding-left: 6px;
    padding-right: 6px;
  }
  body #container #content-main .area-links.area-kanren .list-item a .ico-img-arrow-gr-right,
body #container #content-main .area-links.area-kanren .list-item a .ico-img-outer-gr {
    margin-top: -5px;
  }
  body #container #content-main .area-links.area-kanren .list-item a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1240px) {
  body #container {
    margin-left: 250px;
  }
}
/**
* mid (tablet) style for cover
* ----------------------- */
@media screen and (min-width: 768px) and (max-width: 1240px) {
  body #container .area-keyimg .img-cover {
    position: absolute;
    right: -100%;
    left: -100%;
    max-width: none;
    width: 100%;
    margin: auto;
    *right: auto;
    *left: auto;
  }
  body #container .area-keyimg.type-top .img-cover {
    width: auto;
    height: 100%;
  }
}
/**
* mid (tablet) style common
* ----------------------- */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body #container #content-main .area-content.area-example {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 767px;
    box-sizing: border-box;
  }
  body #container #content-main .area-content.area-example > ul {
    font-size: 0;
  }
  body #container #content-main .area-content.area-example > ul > * {
    font-size: 16px;
  }
  body #container #content-main .area-content.area-example .box-example {
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
  }
  body #container #content-main .area-content.area-example .box-example:nth-child(2n) {
    margin: 0 auto 20px;
  }
  body #container #content-main .area-content.area-example .box-example > .thumb {
    display: block;
    border-top-width: 4px;
    border-top-style: solid;
  }
  body #container #content-main .area-content.area-example .box-example .thumb img {
    width: 100%;
    height: auto;
  }
  body #container #content-main .area-content.area-example .box-example .item-info {
    padding: 30px 40px;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .capt-catch {
    font-size: 27px;
    margin-bottom: 20px;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty {
    width: 490px;
    margin: 0 auto 20px;
    *zoom: 1;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .thumb,
body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .name,
body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .price,
body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .rate {
    display: block;
    float: left;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .thumb {
    width: 120px;
    height: 120px;
    margin: 0 40px;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .name,
body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .price,
body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .rate {
    width: 290px;
    text-align: left;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .item-cmmdty .price {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .summary .supple,
body #container #content-main .area-content.area-example .box-example .item-info .summary .caution {
    display: block;
    line-height: 2;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .summary .supple {
    font-size: 14px;
    color: #666;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .summary .caution {
    font-size: 12px;
    color: #000;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .summary .caution:before {
    content: "※";
    color: #f00;
    font-size: 12px;
    line-height: 2;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .btn-detail {
    display: block;
    width: 380px;
    height: 50px;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .btn-detail .ico-img-arrow-gr-right {
    margin-left: 20px;
    vertical-align: top;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .btn-detail:hover {
    background: #007700;
    text-decoration: none;
    color: #FFF;
  }
  body #container #content-main .area-content.area-example .box-example .item-info .btn-detail:hover .ico-img-arrow-gr-right {
    background-image: url(../images/common/ico-arrow-wt-right.png);
  }
  body #container #content-main .area-content.area-example .ttl-index {
    margin: 0 auto 20px;
  }
  body #container #content-main .area-content.area-example p {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1000px) {
  body #container .area-keyimg.type-content .wrap-item .item-cmmdty .item-info {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  body #container .area-keyimg .img-cover {
    position: static;
    right: -100%;
    left: -100%;
    max-width: none;
    width: 100%;
    margin: auto;
  }
  body #container .area-keyimg.type-archive .img-cover {
    position: static;
    width: auto;
    height: 100%;
  }
}
/**
* full style
* ----------------------- */
@media (min-width: 1291px) {
  body #container .area-keyimg {
    margin: 0 auto;
  }
  body #container .area-keyimg .img-cover {
    width: 100%;
    height: auto;
  }
}
/**
* plugin style override
* ----------------------- */
#infscr-loading {
  text-align: center;
  display: none !important;
}

/*
 * .hide-sp .hide-pc
*/
@media screen and (max-width: 1239px) {
  #container #header .hide-sp, #container #footer .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) {
  #container #header .hide-pc, #container #footer .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #container > article .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #container > article .hide-pc {
    display: none !important;
  }
}
