@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal; }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sec_top img, .sec_ttl img, .g_header .g_header_logo img, .g_header .pc_head .search_btn a .inner_search_btn img, .mv .mv_ttl img, .present .wrap_search_btn_list .search_btn .inner_search_btn img {
  display: block;
  max-width: 100%;
  height: auto; }

a {
  color: #222;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

html {
  font-size: 62.5%; }

body {
  background: none;
  color: #222;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 768px), print {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

.sec_top {
  overflow: hidden; }
  .sec_top .marker_color {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6eb3d));
    background: -webkit-linear-gradient(transparent 60%, #f6eb3d 60%);
    background: -o-linear-gradient(transparent 60%, #f6eb3d 60%);
    background: linear-gradient(transparent 60%, #f6eb3d 60%); }
  .sec_top .marker_bold {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, #3d7837));
    background: -webkit-linear-gradient(transparent 0, #3d7837 0);
    background: -o-linear-gradient(transparent 0, #3d7837 0);
    background: linear-gradient(transparent 0, #3d7837 0);
    padding: 2px 0; }
  .sec_top .present, .sec_top .impressions, .sec_top .trouble_case, .sec_top .what, .sec_top .effects {
    padding: 60px 0; }
    @media only screen and (min-width: 768px), print {
      .sec_top .present, .sec_top .impressions, .sec_top .trouble_case, .sec_top .what, .sec_top .effects {
        padding: 100px 0; } }
  .sec_top .trouble_case, .sec_top .what {
    padding-bottom: 0; }
  .sec_top .present {
    padding: 60px 0; }
    @media only screen and (min-width: 768px), print {
      .sec_top .present {
        padding: 100px 0 120px; } }
  .sec_top a {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    .sec_top a:hover {
      color: #b5c32f;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }

.sec_ttl {
  text-align: center;
  margin-bottom: 30px; }
  .sec_ttl img {
    margin: 0 auto; }
  @media only screen and (min-width: 768px), print {
    .sec_ttl {
      margin-bottom: 50px; } }

.sec_sub_ttl {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 768px), print {
    .sec_sub_ttl {
      font-size: 28px;
      font-size: 2.8rem; } }

.sec_ttl_txt {
  margin-top: 30px;
  line-height: 2.125em; }
  @media only screen and (min-width: 768px), print {
    .sec_ttl_txt {
      margin-top: 50px; } }

.fade_inview {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }

@-webkit-keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpHalf {
  -webkit-animation-name: fadeInUpHalf;
  animation-name: fadeInUpHalf;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes fadeInLeftHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftHalf {
  -webkit-animation-name: fadeInLeftHalf;
  animation-name: fadeInLeftHalf; }

@-webkit-keyframes fadeInRightHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightHalf {
  -webkit-animation-name: fadeInRightHalf;
  animation-name: fadeInRightHalf; }

@-webkit-keyframes fade_Sway {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    transform: scale(0.9, 0.9) translate(0%, 5%); }
  30% {
    -webkit-transform: scale(1, 0.8) translate(0%, 8%);
    transform: scale(1, 0.8) translate(0%, 8%); }
  50% {
    -webkit-transform: scale(0.8, 1) translate(0%, -5%);
    transform: scale(0.8, 1) translate(0%, -5%); }
  70% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 3%);
    transform: scale(1.2, 0.8) translate(0%, 3%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; } }

@keyframes fade_Sway {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    transform: scale(0.9, 0.9) translate(0%, 5%); }
  30% {
    -webkit-transform: scale(1, 0.8) translate(0%, 8%);
    transform: scale(1, 0.8) translate(0%, 8%); }
  50% {
    -webkit-transform: scale(0.8, 1) translate(0%, -5%);
    transform: scale(0.8, 1) translate(0%, -5%); }
  70% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 3%);
    transform: scale(1.2, 0.8) translate(0%, 3%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; } }

.fade_Sway {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade_Sway;
  animation-name: fade_Sway; }

@-webkit-keyframes fade_Sway_b {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); }
  10% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 4%);
    transform: scale(0.9, 0.9) translate(0%, 4%); }
  30% {
    -webkit-transform: scale(1.2, 1) translate(0%, 8%);
    transform: scale(1.2, 1) translate(0%, 8%); }
  50% {
    -webkit-transform: scale(1, 1.2) translate(0%, -8%);
    transform: scale(1, 1.2) translate(0%, -8%); }
  80% {
    -webkit-transform: scale(1.2, 1) translate(0%, 2%);
    transform: scale(1.2, 1) translate(0%, 2%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; } }

@keyframes fade_Sway_b {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%); }
  10% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 4%);
    transform: scale(0.9, 0.9) translate(0%, 4%); }
  30% {
    -webkit-transform: scale(1.2, 1) translate(0%, 8%);
    transform: scale(1.2, 1) translate(0%, 8%); }
  50% {
    -webkit-transform: scale(1, 1.2) translate(0%, -8%);
    transform: scale(1, 1.2) translate(0%, -8%); }
  80% {
    -webkit-transform: scale(1.2, 1) translate(0%, 2%);
    transform: scale(1.2, 1) translate(0%, 2%); }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; } }

.fade_Sway_b {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: fade_Sway_b;
  animation-name: fade_Sway_b; }

.sp_only {
  display: block;
  line-height: 0; }
  @media only screen and (min-width: 768px), print {
    .sp_only {
      display: none; } }

.pc_only {
  display: none; }
  @media only screen and (min-width: 768px), print {
    .pc_only {
      display: block;
      line-height: 0; } }

.container_sm {
  max-width: 894px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.container {
  max-width: 1182px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.container_wide {
  max-width: 1470px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (min-width: 768px), print {
    .container_wide {
      padding-right: 30px;
      padding-left: 30px; } }

.g_header {
  background-color: #fff;
  border-bottom: solid #2d5308 1px;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 9999; }
  @media only screen and (min-width: 768px), print {
    .g_header {
      height: 80px; } }
  .g_header .inner_g_header {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
  .g_header .g_header_logo {
    padding: 20px; }
    .g_header .g_header_logo img {
      margin: 0 auto;
      min-width: 80px; }
  .g_header .pc_head {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 408px; }
    @media only screen and (min-width: 768px), print {
      .g_header .pc_head {
        width: 50%; } }
    .g_header .pc_head .search_btn {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 50%;
      padding: 8px;
      line-height: 1.4em;
      cursor: pointer;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }
      .g_header .pc_head .search_btn:hover {
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 0.9; }
      .g_header .pc_head .search_btn._place {
        background-color: #b5c32f; }
      .g_header .pc_head .search_btn._web {
        background-color: #ed9914; }
      .g_header .pc_head .search_btn a {
        font-size: 13px;
        font-size: 1.3rem;
        height: 100%;
        width: 100%; }
        @media only screen and (min-width: 768px), print {
          .g_header .pc_head .search_btn a {
            font-size: 14px;
            font-size: 1.4rem; } }
        .g_header .pc_head .search_btn a .inner_search_btn {
          color: #fff;
          font-weight: bold;
          height: 100%;
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .g_header .pc_head .search_btn a .inner_search_btn img {
            margin: 0 auto 3px; }
            @media only screen and (min-width: 768px), print {
              .g_header .pc_head .search_btn a .inner_search_btn img {
                margin-left: 0;
                margin-right: 10px;
                margin-bottom: 0; } }
          .g_header .pc_head .search_btn a .inner_search_btn span {
            display: block;
            text-align: center;
            width: 100%; }
            @media only screen and (min-width: 768px), print {
              .g_header .pc_head .search_btn a .inner_search_btn span {
                display: inline-block;
                width: auto; } }

@media only screen and (min-width: 768px), print {
  .pc_menu {
    margin: 0 -0.25em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    .pc_menu li {
      display: inline-block;
      letter-spacing: -0.01em;
      padding: 0 1rem; }
      .pc_menu li a {
        color: #fff; } }

@media only screen and (min-width: 1440px) {
  .pc_menu {
    margin: 0 -1em;
    font-size: 14px;
    font-size: 1.4rem; }
    .pc_menu li {
      padding: 0 1rem; } }

.mv {
  background: url(../img/mv_img_sp.jpg) no-repeat top center;
  background-size: cover;
  height: 100vh;
  margin-top: 70px;
  padding: 30px;
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .mv {
      background: url(../img/mv_img.jpg) no-repeat top center;
      background-size: cover;
      height: 100vh;
      margin-top: 80px;
      padding: 30px; } }
  .mv .mv_ttl {
    position: absolute;
    top: 5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    width: 65%; }
    @media only screen and (min-width: 768px), print {
      .mv .mv_ttl {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        top: 23.5%;
        left: 12.5%;
        margin: 0;
        width: 28.19%; } }

.trouble_case .trouble_list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media only screen and (min-width: 768px), print {
    .trouble_case .trouble_list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0 -2%; } }
  .trouble_case .trouble_list li {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    width: 50%; }
    @media only screen and (min-width: 768px), print {
      .trouble_case .trouble_list li {
        width: 25%;
        padding: 0 2%; } }
    .trouble_case .trouble_list li img {
      margin: 0 auto; }
    .trouble_case .trouble_list li .trouble_txt {
      margin-top: 10px;
      text-align: justify;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media only screen and (min-width: 768px), print {
        .trouble_case .trouble_list li .trouble_txt {
          margin-top: 30px;
          width: 100%; } }

.trouble_case .trouble_case_next {
  margin-top: 40px; }
  .trouble_case .trouble_case_next img {
    margin: 0 auto; }
  @media only screen and (min-width: 768px), print {
    .trouble_case .trouble_case_next {
      margin-top: 70px; } }

.trouble_case .section_anchor {
  background: url(../img/trouble_case_bg.gif);
  margin-top: 60px;
  padding: 65px 15px 40px;
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .trouble_case .section_anchor {
      margin-top: 80px; } }
  .trouble_case .section_anchor:before {
    content: "";
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  .trouble_case .section_anchor .wrap_section_anchor_btn {
    max-width: 864px;
    margin-right: auto;
    margin-left: auto; }
    .trouble_case .section_anchor .wrap_section_anchor_btn .section_anchor_btn {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (min-width: 768px), print {
        .trouble_case .section_anchor .wrap_section_anchor_btn .section_anchor_btn {
          margin: 0 -12.5px;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .trouble_case .section_anchor .wrap_section_anchor_btn .section_anchor_btn li {
        display: block;
        margin: 0 auto;
        width: 100%; }
        .trouble_case .section_anchor .wrap_section_anchor_btn .section_anchor_btn li + li {
          margin-top: 20px; }
          @media only screen and (min-width: 768px), print {
            .trouble_case .section_anchor .wrap_section_anchor_btn .section_anchor_btn li + li {
              margin-top: 0; } }
        @media only screen and (min-width: 768px), print {
          .trouble_case .section_anchor .wrap_section_anchor_btn .section_anchor_btn li {
            padding: 0 12.5px; } }
    .trouble_case .section_anchor .wrap_section_anchor_btn a img {
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      margin: 0 auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .trouble_case .section_anchor .wrap_section_anchor_btn a img:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 0.8; }

.what {
  background: url(../img/what_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 30px 0; }
  .what .slick-box1 {
    margin-top: 30px;
    position: relative; }
    .what .slick-box1:before {
      content: "";
      background: url(../img/what_img_430kcal.svg) no-repeat center top;
      background-size: contain;
      width: 60%;
      height: 60%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 999; }
      @media only screen and (min-width: 768px), print {
        .what .slick-box1:before {
          width: 100%;
          height: 86%;
          top: 29%;
          left: 0%;
          -webkit-transform: translate(-25%, -25%);
          -ms-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%); } }
    @media only screen and (min-width: 768px), print {
      .what .slick-box1 {
        margin-top: 40px; } }
    .what .slick-box1 .item {
      padding: 0; }
      @media only screen and (min-width: 768px), print {
        .what .slick-box1 .item {
          padding: 0 5px; } }
  .what .wrap_what_img {
    max-width: 1470px;
    margin: 0 auto; }
    .what .wrap_what_img .what_img {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      margin: 0 -2px; }
      @media only screen and (min-width: 768px), print {
        .what .wrap_what_img .what_img {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
    .what .wrap_what_img .what_img_inner {
      margin-top: 1%;
      padding: 0 2px; }
      @media only screen and (min-width: 768px), print {
        .what .wrap_what_img .what_img_inner {
          margin-top: 0;
          width: 50%; } }
  .what .wrap_what_txt {
    margin-top: 20px; }
    @media only screen and (min-width: 768px), print {
      .what .wrap_what_txt {
        margin-top: 50px; } }
    .what .wrap_what_txt .what_txt {
      text-align: justify;
      line-height: 2.5em; }
      @media only screen and (min-width: 768px), print {
        .what .wrap_what_txt .what_txt {
          text-align: center; } }
  .what .what_column {
    background: url(../img/what_column_bg.jpg) repeat-x top center;
    background-size: cover;
    margin-top: 40px; }
    @media only screen and (min-width: 768px), print {
      .what .what_column {
        margin-top: 100px; } }
    .what .what_column .what_column_inner {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (min-width: 768px), print {
        .what .what_column .what_column_inner {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .what .what_column .what_column_inner .column_txt_head {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-size: 2.0rem; }
        @media only screen and (min-width: 768px), print {
          .what .what_column .what_column_inner .column_txt_head {
            font-size: 26px;
            font-size: 2.6rem; } }
        .what .what_column .what_column_inner .column_txt_head .head_point {
          border-radius: 20px;
          display: inline-block;
          background-color: #ed9914;
          padding: 3px 20px;
          font-size: 14px;
          font-size: 1.4rem; }
          @media only screen and (min-width: 768px), print {
            .what .what_column .what_column_inner .column_txt_head .head_point {
              font-size: 18px;
              font-size: 1.8rem; } }
        .what .what_column .what_column_inner .column_txt_head .head_txt {
          display: block;
          margin-top: 8px; }
      .what .what_column .what_column_inner .wrap_what_column_txt {
        color: #fff;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 30px 0 20px; }
        @media only screen and (min-width: 768px), print {
          .what .what_column .what_column_inner .wrap_what_column_txt {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            width: 50%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            padding: 60px 0; } }
        .what .what_column .what_column_inner .wrap_what_column_txt .column_txt {
          font-weight: bold;
          margin-top: 20px; }
          .what .what_column .what_column_inner .wrap_what_column_txt .column_txt._bold {
            font-weight: bold;
            font-size: 2rem;
            letter-spacing: -0.01em;
            line-height: 1.7em;
            -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
      .what .what_column .what_column_inner .wrap_what_column_img {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto;
        position: relative; }
        .what .what_column .what_column_inner .wrap_what_column_img img {
          margin: 0 auto; }
        @media only screen and (min-width: 768px), print {
          .what .what_column .what_column_inner .wrap_what_column_img {
            width: 48%;
            margin-right: 2%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; }
            .what .what_column .what_column_inner .wrap_what_column_img img {
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.effects .wrap_effects_sec_ttl {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .effects .wrap_effects_sec_ttl .effects_sec_ttl {
    max-width: 1182px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px; }
    @media only screen and (min-width: 768px), print {
      .effects .wrap_effects_sec_ttl .effects_sec_ttl {
        max-width: 556px;
        padding-left: 15px;
        padding-right: 0;
        margin-left: auto;
        margin-right: 2%;
        width: 48%; } }
  @media only screen and (min-width: 768px), print {
    .effects .wrap_effects_sec_ttl .effects_sec_img {
      background: url(../img/effects_img.png) no-repeat top center;
      background-size: cover;
      margin-left: 2%;
      width: 48%; } }

.effects .wrap_effects_list {
  margin-top: 60px; }
  @media only screen and (min-width: 768px), print {
    .effects .wrap_effects_list {
      margin-top: 100px; } }

.effects .effects_list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px), print {
    .effects .effects_list {
      margin-left: -2%;
      margin-right: -2%;
      margin-bottom: 6rem; } }
  @media only screen and (min-width: 768px), print {
    .effects .effects_list .effects_list_box {
      padding-left: 2%;
      padding-right: 2%;
      width: 50%; } }
  .effects .effects_list .effects_list_box + .effects_list_box {
    margin-top: 6rem; }
    @media only screen and (min-width: 768px), print {
      .effects .effects_list .effects_list_box + .effects_list_box {
        margin-top: 0; }
        .effects .effects_list .effects_list_box + .effects_list_box:nth-child(n + 3) {
          margin-top: 8rem; }
        .effects .effects_list .effects_list_box + .effects_list_box:nth-child(even) {
          -webkit-transform: translateY(6rem);
          -ms-transform: translateY(6rem);
          transform: translateY(6rem); } }
  .effects .effects_list .effects_list_box .effects_box_head {
    color: #457813;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px), print {
      .effects .effects_list .effects_list_box .effects_box_head {
        margin-bottom: 1rem;
        font-size: 26px;
        font-size: 2.6rem; } }
  .effects .effects_list .effects_list_box .effects_box_txt {
    text-align: justify;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 2em; }
  .effects .effects_list .effects_list_box .effects_box_name {
    text-align: right;
    margin-top: 1rem;
    letter-spacing: -0.015em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media only screen and (min-width: 768px), print {
      .effects .effects_list .effects_list_box .effects_box_name {
        font-size: 16px;
        font-size: 1.6rem; } }
  .effects .effects_list .effects_list_box .effects_box_inner {
    background-color: #fff;
    border: 4px solid #457813;
    border-bottom: 10px solid #457813;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 60px 20px 50px; }
    @media only screen and (min-width: 768px), print {
      .effects .effects_list .effects_list_box .effects_box_inner {
        padding: 60px 40px 50px; } }
    .effects .effects_list .effects_list_box .effects_box_inner:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 98px;
      height: 82px; }
    .effects .effects_list .effects_list_box .effects_box_inner._01:before {
      background: url(../img/effects_num_01.png) no-repeat top center; }
    .effects .effects_list .effects_list_box .effects_box_inner._02:before {
      background: url(../img/effects_num_02.png) no-repeat top center; }
    .effects .effects_list .effects_list_box .effects_box_inner._03:before {
      background: url(../img/effects_num_03.png) no-repeat top center; }
    .effects .effects_list .effects_list_box .effects_box_inner._04:before {
      background: url(../img/effects_num_04.png) no-repeat top center; }
    .effects .effects_list .effects_list_box .effects_box_inner._05:before {
      background: url(../img/effects_num_05.png) no-repeat top center; }
    .effects .effects_list .effects_list_box .effects_box_inner._06:before {
      background: url(../img/effects_num_06.png) no-repeat top center; }

.effects .wrap_effects_more_ttl {
  text-align: center; }

.effects .wrap_effects_more {
  background-color: #efa93a;
  border-radius: 5px;
  padding: 0 15px 30px;
  position: relative;
  margin-top: 6.5rem;
  z-index: 99; }
  @media only screen and (min-width: 768px), print {
    .effects .wrap_effects_more {
      margin-top: 14.5rem;
      padding: 0 90px 60px; }
      .effects .wrap_effects_more:after {
        content: "";
        background: url(../img/effects_more_bg02.png) no-repeat center top;
        position: absolute;
        top: 40px;
        right: 40px;
        width: 114px;
        height: 66px;
        max-width: 100%;
        z-index: -99; } }
  .effects .wrap_effects_more:before {
    content: "";
    background: url(../img/effects_more_bg01.png) no-repeat center top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 572px;
    height: 278px;
    max-width: 100%;
    z-index: -99; }
  .effects .wrap_effects_more .effects_more_ttl {
    background-color: #457813;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 768px), print {
      .effects .wrap_effects_more .effects_more_ttl {
        font-size: 22px;
        font-size: 2.2rem; } }
  .effects .wrap_effects_more .effects_more_ttl_txt {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left; }
    @media only screen and (min-width: 768px), print {
      .effects .wrap_effects_more .effects_more_ttl_txt {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center; } }
  .effects .wrap_effects_more .wrap_effects_more_list {
    position: relative; }
    @media only screen and (min-width: 768px), print {
      .effects .wrap_effects_more .wrap_effects_more_list:before {
        content: "";
        background: url(../img/effects_more_bg03.png) no-repeat center top;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30%;
        height: 90%; } }
    .effects .wrap_effects_more .wrap_effects_more_list .effects_more_list {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (min-width: 768px), print {
        .effects .wrap_effects_more .wrap_effects_more_list .effects_more_list {
          margin-top: 30px;
          margin-right: 0;
          width: 70%;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .effects .wrap_effects_more .wrap_effects_more_list .effects_more_list li {
        padding: 10px;
        margin: 0 auto;
        width: 50%; }
        @media only screen and (min-width: 768px), print {
          .effects .wrap_effects_more .wrap_effects_more_list .effects_more_list li {
            width: 25%; } }
        .effects .wrap_effects_more .wrap_effects_more_list .effects_more_list li img {
          margin: 0 auto; }

.impressions {
  background: url(../img/impressions_bg.jpg) no-repeat top center;
  background-size: cover; }
  .impressions .impressions_list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px), print {
      .impressions .impressions_list {
        margin-left: -2.5rem;
        margin-right: -2.5rem; } }
    @media only screen and (min-width: 768px), print {
      .impressions .impressions_list .impressions_box {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        width: 50%; } }
    .impressions .impressions_list .impressions_box + .impressions_box {
      margin-top: 2rem; }
      @media only screen and (min-width: 768px), print {
        .impressions .impressions_list .impressions_box + .impressions_box {
          margin-top: 0; }
          .impressions .impressions_list .impressions_box + .impressions_box:nth-child(n + 3) {
            margin-top: 5rem; } }
    .impressions .impressions_list .impressions_box .impressions_box_head {
      margin-bottom: 2rem; }
      @media only screen and (min-width: 768px), print {
        .impressions .impressions_list .impressions_box .impressions_box_head {
          margin-bottom: 3rem; } }
    .impressions .impressions_list .impressions_box .impressions_box_txt {
      text-align: justify;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      line-height: 1.6em; }
    .impressions .impressions_list .impressions_box .impressions_box_name {
      text-align: right;
      margin-top: 1rem;
      letter-spacing: -0.015em;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media only screen and (min-width: 768px), print {
        .impressions .impressions_list .impressions_box .impressions_box_name {
          font-size: 16px;
          font-size: 1.6rem; } }
    .impressions .impressions_list .impressions_box .impressions_box_inner {
      background-color: #fffef9;
      border-bottom: 5px solid #457813;
      width: 100%;
      height: 100%;
      display: block;
      padding: 13.15% 20px; }
      @media only screen and (min-width: 768px), print {
        .impressions .impressions_list .impressions_box .impressions_box_inner {
          padding: 13.15% 12.7%; } }
    .impressions .impressions_list .impressions_box:nth-child(1) .impressions_box_inner,
    .impressions .impressions_list .impressions_box:nth-child(4) .impressions_box_inner,
    .impressions .impressions_list .impressions_box:nth-child(5) .impressions_box_inner {
      border-bottom: 5px solid #e18d08; }

.present tr:last-child .table_head_sub {
  border-bottom: 1px solid #eee; }

.present .area_nav {
  margin: 0 -10px;
  margin-top: 10px;
  text-align: center; }
  @media only screen and (min-width: 768px), print {
    .present .area_nav a {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media only screen and (min-width: 768px), print {
    .present .area_nav {
      margin: 0 -14px;
      margin-top: 20px; } }
  .present .area_nav li {
    border-right: 2px solid #eee;
    display: inline-block;
    padding: 4px 10px;
    margin: 1px 0; }
    .present .area_nav li:last-child {
      border-right: none; }
    @media only screen and (min-width: 768px), print {
      .present .area_nav li {
        padding: 2px 14px; } }

.present .wrap_area_table {
  margin-top: 20px; }
  @media only screen and (min-width: 768px), print {
    .present .wrap_area_table {
      margin-top: 50px; } }

.present .area_table {
  margin: 0 auto;
  width: 100%; }
  .present .area_table + .area_table {
    margin-top: 20px; }
    @media only screen and (min-width: 768px), print {
      .present .area_table + .area_table {
        margin-top: 40px; } }
  .present .area_table .table_head {
    background-color: #5da11a;
    border-right: 1px solid #5da11a;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px;
    text-align: center; }
    @media only screen and (min-width: 768px), print {
      .present .area_table .table_head {
        padding: 20px;
        font-size: 20px;
        font-size: 2.0rem; } }
  .present .area_table .table_head_sub {
    background-color: #eee;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 12px 8px;
    text-align: center;
    width: 24.3%; }
    @media only screen and (min-width: 768px), print {
      .present .area_table .table_head_sub {
        padding: 20px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .present .area_table .area_link {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px; }
    @media only screen and (min-width: 768px), print {
      .present .area_table .area_link {
        padding: 20px 30px; } }
    .present .area_table .area_link span {
      display: block;
      text-indent: -1.6em;
      padding-left: 1em; }
      @media only screen and (min-width: 768px), print {
        .present .area_table .area_link span {
          display: inline-block; } }
    .present .area_table .area_link a {
      padding: 0 0.5em; }
      .present .area_table .area_link a:before {
        color: #5da11a;
        content: "・"; }

.present .wrap_search_btn_list {
  margin-top: 30px;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px), print {
    .present .wrap_search_btn_list {
      margin-top: 80px; } }
  .present .wrap_search_btn_list .search_btn_list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px; }
  .present .wrap_search_btn_list .search_btn {
    width: 50%;
    padding: 0 5px;
    line-height: 1.4em;
    cursor: pointer; }
    @media only screen and (min-width: 768px), print {
      .present .wrap_search_btn_list .search_btn {
        font-size: 14px;
        font-size: 1.4rem; } }
    .present .wrap_search_btn_list .search_btn a {
      border-radius: 3px;
      font-size: 14px;
      font-size: 1.4rem;
      height: 100%;
      width: 100%;
      display: block;
      padding: 15px 10px; }
      .present .wrap_search_btn_list .search_btn a:hover {
        opacity: 0.9; }
      @media only screen and (min-width: 768px), print {
        .present .wrap_search_btn_list .search_btn a {
          font-size: 20px;
          font-size: 2.0rem;
          padding: 30px; } }
    .present .wrap_search_btn_list .search_btn._place a {
      background-color: #b5c32f; }
    .present .wrap_search_btn_list .search_btn._web a {
      background-color: #ed9914; }
    .present .wrap_search_btn_list .search_btn .inner_search_btn {
      color: #fff;
      font-weight: bold;
      height: 100%;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .present .wrap_search_btn_list .search_btn .inner_search_btn img {
        margin: 0 auto;
        margin-left: 0;
        margin-right: 10px; }

.g_footer {
  background-color: #eeeeee;
  padding: 50px 15px; }
  .g_footer .footer_logo img {
    margin: 0 auto; }
  .g_footer .footer_menu {
    text-align: center; }
  .g_footer .footer_nav {
    display: inline-block;
    margin: 0 -10px;
    margin-top: 30px;
    text-align: left; }
    @media only screen and (min-width: 768px), print {
      .g_footer .footer_nav {
        text-align: center; } }
    .g_footer .footer_nav li {
      display: block;
      padding: 3px 0; }
      @media only screen and (min-width: 768px), print {
        .g_footer .footer_nav li {
          display: inline-block;
          padding: 0 10px; } }
      .g_footer .footer_nav li a {
        color: #333;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold; }
        .g_footer .footer_nav li a:hover {
          text-decoration: underline; }
        .g_footer .footer_nav li a:before {
          background: url(../img/arrow.gif) no-repeat top center;
          content: "";
          color: #008b5a;
          display: inline-block;
          vertical-align: middle;
          padding-right: 20px;
          width: 6px;
          height: 8px; }

#pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 9999; }
  @media only screen and (min-width: 768px), print {
    #pagetop {
      bottom: 5rem; } }
  #pagetop a {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #555; }
    #pagetop a:after {
      content: "";
      display: block;
      position: absolute;
      top: 17px;
      right: 0;
      bottom: auto;
      left: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #fff;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
      @media only screen and (min-width: 768px), print {
        #pagetop a:after {
          top: 20px;
          width: 16px;
          height: 16px; } }

@media only screen and (min-width: 768px), print {
  #pagetop a {
    width: 46px;
    height: 46px; } }

.copyright {
  color: #fff;
  background-color: #457813;
  padding: 15px 10px;
  text-align: center; }
