@charset "UTF-8";

.wrapperHead {
  width: auto;
  padding: 0 50px 0 50px;
}

@media screen and (max-width: 1148px) {
  .wrapperHead {
    margin: 0 0 0 0;
  }
}

.wrapperFot {
  width: 1020px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {
  .wrapperFot {
    width: auto;
    margin: 0 0 0 0;
  }
}

.wrapperMain {
  width: auto;
  margin: 0 50px 0 50px;
}

@media screen and (max-width: 1148px) {
  .wrapperMain {
    margin: 0 20px 0 20px;
  }
}

@media screen and (max-width: 540px) {
  .wrapperMain {
    margin: 0 15px 0 15px;
  }
}

.wrapperMax {
  width: auto;
  margin: 0 170px 180px 170px;
}

@media screen and (max-width: 1400px) {
  .wrapperMax {
    margin: 0 100px 180px 100px;
  }
}

@media screen and (max-width: 1148px) {
  .wrapperMax {
    margin: 0 30px 80px 30px;
  }
}

@media screen and (max-width: 540px) {
  .wrapperMax {
    margin: 0 15px 50px 15px;
  }
}

.wrapperOne {
  width: auto;
  margin: 0 0 135px 170px;
}

@media screen and (max-width: 1400px) {
  .wrapperOne {
    margin: 0 0 135px 100px;
  }
}

@media screen and (max-width: 1148px) {
  .wrapperOne {
    margin: 0 30px 117px 30px;
  }
}

@media screen and (max-width: 540px) {
  .wrapperOne {
    margin: 0 15px 120px 15px;
  }
}

.wrapperMaxUP {
  width: auto;
  margin: 0 170px 0 170px;
}

@media screen and (max-width: 1400px) {
  .wrapperMaxUP {
    margin: 0 100px 0 100px;
  }
}

@media screen and (max-width: 1148px) {
  .wrapperMaxUP {
    margin: 0 30px 80px 30px;
  }
}

@media screen and (max-width: 540px) {
  .wrapperMaxUP {
    margin: 0 15px 20px 15px;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 1148px) {
  .wrapper {
    width: auto;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  .wrapper {
    margin: 0 0 60px 0;
  }
}

.wrapperCom {
  width: 64%;
  margin: 0 auto 80px auto;
}

@media screen and (max-width: 1148px) {
  .wrapperCom {
    width: auto;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  .wrapperCom {
    margin: 0 0 60px 0;
  }
}

.wrapperInf {
  width: 64%;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {
  .wrapperInf {
    width: auto;
    margin: 0 auto 0 auto;
  }
}

.wrapperCon {
  width: 64%;
  margin: 0 auto 120px auto;
}

@media screen and (max-width: 1148px) {
  .wrapperCon {
    width: auto;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  .wrapperCon {
    margin: 0 0 60px 0;
  }
}

.wrapperEl {
  width: auto;
  margin: 0 auto 120px auto;
}

@media screen and (max-width: 1148px) {
  .wrapperEl {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  .wrapperEl {
    margin: 0 0 60px 0;
  }
}

.wrapperSp {
  width: 83%;
  margin: 0 auto 0 0px;
}

@media screen and (max-width: 540px) {
  .wrapperSp {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.margin {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 540px) {
  .margin {
    margin: 0 0 60px 0;
  }
}

.margin-120 {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 540px) {
  .margin-120 {
    margin: 0 0 60px 0;
  }
}

.margin-75 {
  margin: 0 0 75px 0;
}

.margin-60 {
  margin: 0 0 60px 0;
}

.margin-40 {
  margin: 0 0 40px 0;
}

.essay {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
}

.notice {
  border: 1px solid #c7000c;
  color: #c7000c;
  line-height: 1.5;
  padding: 20px;
  width: min(100%, 870px);
  margin: 0 auto;
  font-size: 14px;
}

.notice .title {
  line-height: 1.2;
  margin-bottom: 10px;
}

.notice p {
  line-height: 1.5;

}

.more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  background-color: white;
  color: #170e09;
  font-size: 1.125rem;
  font-weight: 500;
  max-width: 340px;
  width: calc(100% - 60px);
  height: 80px;
  margin: 0 auto;
  border: solid 1px #170e09;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.more.bordernone {
  border: none;
}

@media screen and (max-width: 540px) {
  .more {
    width: 100%;
  }
}

.more:hover {
  background-color: #3f251e;
  color: white;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.cols-1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cols-1 .col {
  margin-bottom: 20px;
  width: calc(100% / 1 - calc(20px * calc(1 - 1) / 1));
  margin-right: 2px;
  margin-bottom: 0;
}

.cols-1 .col:nth-child(1n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1148px) {
  .cols-1 .col {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 2px white;
  }
}

.cols-1 .col img {
  width: 100%;
}

.cols-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cols-2 .col {
  margin-bottom: 20px;
  width: calc(100% / 2 - calc(20px * calc(2 - 1) / 2));
  margin-right: 2px;
  margin-bottom: 0;
}

.cols-2 .col:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1148px) {
  .cols-2 .col {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 2px white;
  }
}

.cols-2 .col img {
  width: 100%;
}

.cols-3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cols-3 .col {
  margin-bottom: 20px;
  width: calc(100% / 3 - calc(20px * calc(3 - 1) / 3));
  margin-right: 2px;
  margin-bottom: 0;
}

.cols-3 .col:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1148px) {
  .cols-3 .col {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 2px white;
  }
}

.cols-3 .col img {
  width: 100%;
}

.cols-4 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cols-4 .col {
  margin-bottom: 20px;
  width: calc(100% / 4 - calc(20px * calc(4 - 1) / 4));
  margin-right: 2px;
  margin-bottom: 0;
}

.cols-4 .col:nth-child(4n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1148px) {
  .cols-4 .col {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 2px white;
  }
}

.cols-4 .col img {
  width: 100%;
}

.cols-5 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cols-5 .col {
  margin-bottom: 20px;
  width: calc(100% / 5 - calc(20px * calc(5 - 1) / 5));
  margin-right: 2px;
  margin-bottom: 0;
}

.cols-5 .col:nth-child(5n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1148px) {
  .cols-5 .col {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 2px white;
  }
}

.cols-5 .col img {
  width: 100%;
}

.cols-6 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cols-6 .col {
  margin-bottom: 20px;
  width: calc(100% / 6 - calc(20px * calc(6 - 1) / 6));
  margin-right: 2px;
  margin-bottom: 0;
}

.cols-6 .col:nth-child(6n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1148px) {
  .cols-6 .col {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 2px white;
  }
}

.cols-6 .col img {
  width: 100%;
}

@keyframes humb {
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes byeShutter {
  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes shutterOpen {
  90% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes scaleOut {
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes pageTransition {
  100% {
    transform: translateX(0);
  }
}

@keyframes pageFadeout {
  100% {
    opacity: 0;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes slideOut {
  0% {
    transform: translate(0, 0);
  }

  2% {
    transform: translate(1%, 1%);
  }

  10% {
    transform: translate(1%, 1%);
  }

  50% {
    transform: translate(50%, 50%);
  }

  100% {
    transform: translate(100%, 70%);
    opacity: 0;
  }
}

@keyframes neon {
  40% {
    opacity: .85;
  }

  42% {
    opacity: .4;
  }

  43% {
    opacity: .85;
  }

  45% {
    opacity: .4;
  }

  46% {
    opacity: .85;
  }
}

@keyframes cerejamap {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes cerejaleft {
  0% {
    opacity: 0;
    transform: rotate(-5deg) translateX(-20%);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg) translateY(0);
  }
}

@keyframes cerejaright {
  0% {
    opacity: 0;
    transform: rotate(2deg) translateX(10%);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg) translateY(0);
  }
}

.fx {
  opacity: 1;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx .fxBox {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx .cols {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fx .cols .fxInr {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx .left {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  backface-visibility: hidden;
  opacity: 0;
  will-change: transform;
}

.fx.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s;
  backface-visibility: hidden;
  overflow: hidden;
  will-change: transform;
}

.fx.on .left {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s;
}

.fx.on .fxBox {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.fx.on .cols .fxInr {
  opacity: 1;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 2s 0.6s;
  transition: ease 2s 0.6s;
}

.fx.on .cols .fxInr:nth-child(1) {
  -webkit-transition: ease-out 0.6s 0.1s;
  transition: ease-out 0.6s 0.1s;
}

.fx.on .cols .fxInr:nth-child(2) {
  -webkit-transition: ease-out 0.6s 0.3s;
  transition: ease-out 0.6s 0.3s;
}

.fx.on .cols .fxInr:nth-child(3) {
  -webkit-transition: ease-out 0.6s 0.5s;
  transition: ease-out 0.6s 0.5s;
}

.fx.on .cols .fxInr:nth-child(4) {
  -webkit-transition: ease-out 0.6s 0.7s;
  transition: ease-out 0.6s 0.7s;
}

.fx.on .cols .fxInr:nth-child(5) {
  -webkit-transition: ease-out 0.6s 0.9s;
  transition: ease-out 0.6s 0.9s;
}

.fx.on .cols .fxInr:nth-child(6) {
  -webkit-transition: ease-out 0.6s 1.1s;
  transition: ease-out 0.6s 1.1s;
}

.fx.on .cols .fxInr:nth-child(7) {
  -webkit-transition: ease-out 0.6s 1.3s;
  transition: ease-out 0.6s 1.3s;
}

.fx.on .cols .fxInr:nth-child(8) {
  -webkit-transition: ease-out 0.6s 1.5s;
  transition: ease-out 0.6s 1.5s;
}

.fx.on .cols .fxInr:nth-child(9) {
  -webkit-transition: ease-out 0.6s 1.7s;
  transition: ease-out 0.6s 1.7s;
}

.fx.on .cols .fxInr:nth-child(10) {
  -webkit-transition: ease-out 0.6s 1.9s;
  transition: ease-out 0.6s 1.9s;
}

.fx.on .cols .fxInr:nth-child(11) {
  -webkit-transition: ease-out 0.6s 2.1s;
  transition: ease-out 0.6s 2.1s;
}

.fx.on .cols .fxInr:nth-child(12) {
  -webkit-transition: ease-out 0.6s 2.3s;
  transition: ease-out 0.6s 2.3s;
}

.fx.on .cols .fxInr:nth-child(13) {
  -webkit-transition: ease-out 0.6s 2.5s;
  transition: ease-out 0.6s 2.5s;
}

.fx.on .cols .fxInr:nth-child(14) {
  -webkit-transition: ease-out 0.6s 2.7s;
  transition: ease-out 0.6s 2.7s;
}

.fx.on .cols .fxInr:nth-child(15) {
  -webkit-transition: ease-out 0.6s 2.9s;
  transition: ease-out 0.6s 2.9s;
}

.fx.on .cols .fxInr:nth-child(16) {
  -webkit-transition: ease-out 0.6s 3.1s;
  transition: ease-out 0.6s 3.1s;
}

.fx.on .cols .fxInr:nth-child(17) {
  -webkit-transition: ease-out 0.6s 3.3s;
  transition: ease-out 0.6s 3.3s;
}

.fx.on .cols .fxInr:nth-child(18) {
  -webkit-transition: ease-out 0.6s 3.5s;
  transition: ease-out 0.6s 3.5s;
}

.fx.on .cols .fxInr:nth-child(19) {
  -webkit-transition: ease-out 0.6s 3.7s;
  transition: ease-out 0.6s 3.7s;
}

.fx.on .cols .fxInr:nth-child(20) {
  -webkit-transition: ease-out 0.6s 3.9s;
  transition: ease-out 0.6s 3.9s;
}

.fx.on .cols .fxInr:nth-child(21) {
  -webkit-transition: ease-out 0.6s 4.1s;
  transition: ease-out 0.6s 4.1s;
}

.fx.on .cols .fxInr:nth-child(22) {
  -webkit-transition: ease-out 0.6s 4.3s;
  transition: ease-out 0.6s 4.3s;
}

.fx.on .cols .fxInr:nth-child(23) {
  -webkit-transition: ease-out 0.6s 4.5s;
  transition: ease-out 0.6s 4.5s;
}

.fx.on .cols .fxInr:nth-child(24) {
  -webkit-transition: ease-out 0.6s 4.7s;
  transition: ease-out 0.6s 4.7s;
}

.fx.on .cols .fxInr:nth-child(25) {
  -webkit-transition: ease-out 0.6s 4.9s;
  transition: ease-out 0.6s 4.9s;
}

.fx.on .cols .fxInr:nth-child(26) {
  -webkit-transition: ease-out 0.6s 5.1s;
  transition: ease-out 0.6s 5.1s;
}

.fx.on .cols .fxInr:nth-child(27) {
  -webkit-transition: ease-out 0.6s 5.3s;
  transition: ease-out 0.6s 5.3s;
}

.fx.on .cols .fxInr:nth-child(28) {
  -webkit-transition: ease-out 0.6s 5.5s;
  transition: ease-out 0.6s 5.5s;
}

.fx.on .cols .fxInr:nth-child(29) {
  -webkit-transition: ease-out 0.6s 5.7s;
  transition: ease-out 0.6s 5.7s;
}

.fx.on .cols .fxInr:nth-child(30) {
  -webkit-transition: ease-out 0.6s 5.9s;
  transition: ease-out 0.6s 5.9s;
}

.fx1 {
  opacity: 0;
  transform: translateY(20px);
}

.fx1.on {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fx2 {
  opacity: 0;
  transform: translateY(20px);
}

.fx2::before {
  opacity: 0;
  transform: translate(-15px, 15px);
}

.fx2::after {
  opacity: 0;
  transform: translate(15px, 15px);
}

.fx2.on {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fx2.on::before {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s 0.5s ease, opacity 0.3s 0.5s ease;
}

.fx2.on::after {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s 0.7s ease, opacity 0.3s 0.7s ease;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* border-box
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix
   ========================================================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  scroll-behavior: smooth;
}

html body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  box-sizing: border-box;
  padding: 90px 0 0 0;
}

@media screen and (max-width: 1148px) {
  html body {
    padding: 70px 0 0 0;
  }
}

html body #splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body #splash::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 0;
  height: 0;
  -webkit-animation: shutterOpen 5.0s ease forwards;
  animation: shutterOpen 5.0s ease forwards;
}

html body #splash #splash_logo {
  width: 170px;
}

@media screen and (max-width: 540px) {
  html body #splash #splash_logo {
    width: 120px;
  }
}

html body #splash #splash_logo img {
  width: 100%;
}

html body #splash #splash_logo img.fadeUp-img,
html body #splash #splash_logo img.fadeUp-catch {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

html body #splash.cereja_load {
  background-color: white;
}

html body #splash.cereja_load #splash_logo {
  width: auto;
}

html body #splash.cereja_load #splash_logo span {
  display: block;
  font-size: 2.75rem;
  font-weight: 700;
  font-family: "Sacramento", cursive, sans-serif;
  text-align: center;
}

@media screen and (max-width: 540px) {
  html body #splash.cereja_load #splash_logo span {
    font-size: 2rem;
  }
}

html body #kv {
  font-family: "Shippori Mincho", serif;
  position: relative;
  margin: 0 0 140px 0;
}

@media screen and (max-width: 1148px) {
  html body #kv {
    margin: 0 0 65px 0;
  }
}

html body #kv #slider ul li img {
  width: 100%;
  height: calc(100vh - 230px);
  object-fit: cover;
}

html body #kv #slider ul li img.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1148px) {
  html body #kv #slider {
    display: none;
  }
}

html body #kv #slider_sp {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #kv #slider_sp {
    display: block;
  }
}

html body #kv #slider_sp ul li img {
  width: 100%;
  height: calc(100vh - 135px);
  object-fit: cover;
}

html body #kv #slider_sp ul li img.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

html body #kv .kvInr {
  position: absolute;
  bottom: 100px;
  left: 50px;
  color: white;
}

@media screen and (max-width: 1148px) {
  html body #kv .kvInr {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 100px);
    text-align: center;
    left: auto;
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 540px) {
  html body #kv .kvInr {
    height: calc(100% - 180px);
  }
}

html body #kv .kvInr h1 {
  padding: 0;
  margin: 0 0 35px 0;
  font-size: 3.375rem;
  font-weight: 400;
  text-shadow: 0px 0px 10px #170e09;
}

@media screen and (max-width: 1148px) {
  html body #kv .kvInr h1 {
    text-align: center;
    margin: 0 auto 25px auto;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  html body #kv .kvInr h1 {
    font-size: 3.375rem;
    margin: 0 auto 25px auto;
  }
}

@media screen and (max-width: 540px) {
  html body #kv .kvInr h1 {
    font-size: 1.75rem;
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width: 320px) {
  html body #kv .kvInr h1 {
    font-size: 1.375rem;
    margin: 0 8px 25px 8px;
  }
}

html body #kv .kvInr h1 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #kv .kvInr h1 .sp {
    display: block;
  }
}

html body #kv .kvInr p {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  text-shadow: 0px 0px 10px #170e09;
}

@media screen and (max-width: 1148px) {
  html body #kv .kvInr p {
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  html body #kv .kvInr p {
    margin: 0 15px 0 15px;
  }
}

@media screen and (max-width: 540px) {
  html body #kv .kvInr p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 320px) {
  html body #kv .kvInr p {
    font-size: 0.75rem;
    margin: 0 8px 0 8px;
  }
}

html body #kv .kvInr p .sp {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #kv .kvInr p .sp {
    display: block;
  }
}

html body #kv .kvNews {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  bottom: 10px;
  right: 0px;
  border: solid 1px white;
  background-color: white;
  padding: 20px 50px 20px 20px;
  line-height: 2;
}

@media screen and (max-width: 1148px) {
  html body #kv .kvNews {
    bottom: 15px;
    padding: 3px 50px 3px 15px;
    line-height: 1.7;
    height: 70px;
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  html body #kv .kvNews {
    width: calc(100% - 30px);
  }
}

html body #kv .kvNews a time {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #170e09;
  font-size: 0.875rem;
}

html body #kv .kvNews a span.news {
  font-size: 0.625rem;
  border: solid 1px #3F251E;
  background-color: #3F251E;
  color: white;
  padding: 1px 5px;
  font-weight: 400;
}

html body #kv .kvNews a span.title {
  color: #170e09;
  font-size: 1rem;
  font-weight: 400;
}

html body #kv .kvNews a p.title {
  font-family: "Quicksand", sans-serif;
  color: #170e09;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.2s ease;
}

html body #kv .kvNews a p.title:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

html body #businessArea {
  margin-bottom: 80px;
}

@media screen and (max-width: 1148px) {
  html body #businessArea {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  html body #businessArea {
    margin-bottom: 0px;
  }
}

html body #businessArea #franchises,
html body #businessArea #opening {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises,
  html body #businessArea #opening {
    display: block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {

  html body #businessArea #franchises,
  html body #businessArea #opening {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 540px) {

  html body #businessArea #franchises,
  html body #businessArea #opening {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
}

html body #businessArea #franchises .franchisesText,
html body #businessArea #franchises .openingText,
html body #businessArea #opening .franchisesText,
html body #businessArea #opening .openingText {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 0 auto;
  width: 353px;
  position: relative;
}

html body #businessArea #franchises .franchisesText::before,
html body #businessArea #franchises .openingText::before,
html body #businessArea #opening .franchisesText::before,
html body #businessArea #opening .openingText::before {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  background-color: white;
  height: 31px;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .franchisesText,
  html body #businessArea #franchises .openingText,
  html body #businessArea #opening .franchisesText,
  html body #businessArea #opening .openingText {
    display: block;
    margin: 0 20px 0 20px;
    background-color: white;
    width: calc(100% - 40px);
    padding: 0 20px 0 20px;
    text-align: center;
  }
}

@media screen and (max-width: 540px) {

  html body #businessArea #franchises .franchisesText,
  html body #businessArea #franchises .openingText,
  html body #businessArea #opening .franchisesText,
  html body #businessArea #opening .openingText {
    width: calc(100% - 30px);
    padding: 0 15px 0 15px;
    margin: 0 15px 0 15px;
  }
}

@media screen and (max-width: 320px) {

  html body #businessArea #franchises .franchisesText,
  html body #businessArea #franchises .openingText,
  html body #businessArea #opening .franchisesText,
  html body #businessArea #opening .openingText {
    top: 0%;
    padding: 0 0 0 0;
  }
}

html body #businessArea #franchises .franchisesText h2,
html body #businessArea #franchises .openingText h2,
html body #businessArea #opening .franchisesText h2,
html body #businessArea #opening .openingText h2 {
  font-size: 2.125rem;
  margin: 0 0 10px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #businessArea #franchises .franchisesText h2,
  html body #businessArea #franchises .openingText h2,
  html body #businessArea #opening .franchisesText h2,
  html body #businessArea #opening .openingText h2 {
    font-size: 1.625rem;
  }
}

html body #businessArea #franchises .franchisesText span,
html body #businessArea #franchises .openingText span,
html body #businessArea #opening .franchisesText span,
html body #businessArea #opening .openingText span {
  font-size: 1.125rem;
  display: block;
  margin: 0 0 30px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .franchisesText span,
  html body #businessArea #franchises .openingText span,
  html body #businessArea #opening .franchisesText span,
  html body #businessArea #opening .openingText span {
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 768px) {

  html body #businessArea #franchises .franchisesText span,
  html body #businessArea #franchises .openingText span,
  html body #businessArea #opening .franchisesText span,
  html body #businessArea #opening .openingText span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #businessArea #franchises .franchisesText span,
  html body #businessArea #franchises .openingText span,
  html body #businessArea #opening .franchisesText span,
  html body #businessArea #opening .openingText span {
    font-size: 0.875rem;
    margin: 0 0 40px 0;
  }
}

html body #businessArea #franchises .franchisesText p,
html body #businessArea #franchises .openingText p,
html body #businessArea #opening .franchisesText p,
html body #businessArea #opening .openingText p {
  font-size: 1rem;
  font-weight: 300;
}

html body #businessArea #franchises .franchisesText p.text,
html body #businessArea #franchises .openingText p.text,
html body #businessArea #opening .franchisesText p.text,
html body #businessArea #opening .openingText p.text {
  line-height: 1.7;
  display: block;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .franchisesText p.text,
  html body #businessArea #franchises .openingText p.text,
  html body #businessArea #opening .franchisesText p.text,
  html body #businessArea #opening .openingText p.text {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #businessArea #franchises .franchisesText p.text,
  html body #businessArea #franchises .openingText p.text,
  html body #businessArea #opening .franchisesText p.text,
  html body #businessArea #opening .openingText p.text {
    display: block;
    line-height: 2.0;
  }
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .franchisesText p.text .pc,
  html body #businessArea #franchises .openingText p.text .pc,
  html body #businessArea #opening .franchisesText p.text .pc,
  html body #businessArea #opening .openingText p.text .pc {
    display: none;
  }
}

html body #businessArea #franchises .franchisesImage,
html body #businessArea #franchises .openingImage,
html body #businessArea #opening .franchisesImage,
html body #businessArea #opening .openingImage {
  width: 65%;
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .franchisesImage,
  html body #businessArea #franchises .openingImage,
  html body #businessArea #opening .franchisesImage,
  html body #businessArea #opening .openingImage {
    width: 100%;
  }
}

html body #businessArea #franchises .franchisesImage img,
html body #businessArea #franchises .openingImage img,
html body #businessArea #opening .franchisesImage img,
html body #businessArea #opening .openingImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .franchisesImage img,
  html body #businessArea #franchises .openingImage img,
  html body #businessArea #opening .franchisesImage img,
  html body #businessArea #opening .openingImage img {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {

  html body #businessArea #franchises .franchisesImage img,
  html body #businessArea #franchises .openingImage img,
  html body #businessArea #opening .franchisesImage img,
  html body #businessArea #opening .openingImage img {
    display: none;
    z-index: -10;
  }
}

html body #businessArea #franchises .franchisesImage,
html body #businessArea #opening .franchisesImage {
  margin-left: 20px;
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .franchisesImage,
  html body #businessArea #opening .franchisesImage {
    margin-left: 0;
  }
}

html body #businessArea #franchises .openingImage,
html body #businessArea #opening .openingImage {
  margin-right: 20px;
}

@media screen and (max-width: 1148px) {

  html body #businessArea #franchises .openingImage,
  html body #businessArea #opening .openingImage {
    margin-right: 0;
  }
}

html body #businessArea #franchises .franchisesImage_sp,
html body #businessArea #franchises .openingImage_sp,
html body #businessArea #opening .franchisesImage_sp,
html body #businessArea #opening .openingImage_sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #businessArea #franchises .franchisesImage_sp,
  html body #businessArea #franchises .openingImage_sp,
  html body #businessArea #opening .franchisesImage_sp,
  html body #businessArea #opening .openingImage_sp {
    display: block;
    margin: 0 0 0 0;
  }

  html body #businessArea #franchises .franchisesImage_sp img,
  html body #businessArea #franchises .openingImage_sp img,
  html body #businessArea #opening .franchisesImage_sp img,
  html body #businessArea #opening .openingImage_sp img {
    width: 100%;
  }
}

html body #businessArea #opening {
  flex-direction: row;
}

@media screen and (max-width: 540px) {
  html body #businessArea #opening {
    flex-direction: column-reverse;
  }
}

html body #businessArea .more {
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {
  html body #businessArea .more {
    margin: 0 auto 75px auto;
  }
}

@media screen and (max-width: 320px) {
  html body #businessArea .more {
    margin: 0 auto 50px auto;
  }
}

html body #sustainabilityArea {
  background-image: url("../image/sus.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  color: white;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea {
    margin: 0 0 20px 0;
    background-image: url("../image/sus_sp.jpg");
  }
}

html body #sustainabilityArea #sustainability {
  padding: 110px 50px 100px 50px;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability {
    padding: 40px 15px 25px 15px;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability {
    padding: 40px 15px 25px 15px;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle h2 {
  font-size: 2.125rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle h2 {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle h2 {
    font-size: 1.625rem;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle span {
    font-size: 0.875rem;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .flex_col {
  display: flex;
  justify-content: center;
  width: calc(100% - 200px);
  margin: 0 auto 0 auto;
  max-width: 1020px;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .flex_col {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .flex_col {
    flex-direction: column;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 1px white;
  padding: 50px 50px 40px 50px;
  position: relative;
  width: calc(50% - 25px);
  max-width: 1080px;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical {
    padding: 60px 40px 60px 40px;
    width: calc(50% - 7.5px);
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical {
    padding: 45px 15px 45px 15px;
    width: 100%;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical::before {
  position: absolute;
  display: block;
  content: "";
  filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical:nth-child(1) {
  margin-right: 50px;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical:nth-child(1) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical:nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical:nth-child(2) h3 {
  margin-top: 20px;
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical h3 {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  margin: 0 0 35px 0;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical h3 {
    font-size: 1.25rem;
    margin: 0 0 35px 0;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical h3 .sp {
  display: none;
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical h3 .sp {
    display: block;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .text {
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
  text-shadow: 0px 0px 3px #3f251e;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1148px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .text {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .text {
    line-height: 2.0;
  }
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .text .pc {
    display: none;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .text .sp {
  display: none;
}

@media screen and (max-width: 540px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .text .sp {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .text .sp {
    display: none;
  }
}

html body #sustainabilityArea #sustainability .sustainabilityTitle .ethical .more::after {
  background-color: white;
}

html body #columnArea {
  color: white;
  margin-bottom: 60px;
}

@media screen and (max-width: 1148px) {
  html body #columnArea {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  html body #columnArea {
    margin-bottom: 15px;
  }
}

html body #columnArea .column {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1148px) {
  html body #columnArea .column {
    flex-wrap: wrap;
  }
}

html body #columnArea .column .f-overview,
html body #columnArea .column .f-philosophy,
html body #columnArea .column .f-history {
  width: 33.3333333%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 380px 0 25px 0;
}

@media screen and (max-width: 768px) {

  html body #columnArea .column .f-overview,
  html body #columnArea .column .f-philosophy,
  html body #columnArea .column .f-history {
    width: 100%;
    padding: 40.5vw 0 25px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #columnArea .column .f-overview,
  html body #columnArea .column .f-philosophy,
  html body #columnArea .column .f-history {
    padding-bottom: 20px;
  }
}

html body #columnArea .column .f-overview h2,
html body #columnArea .column .f-philosophy h2,
html body #columnArea .column .f-history h2 {
  font-size: 1.875rem;
  margin: 0 0 10px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #columnArea .column .f-overview h2,
  html body #columnArea .column .f-philosophy h2,
  html body #columnArea .column .f-history h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) {

  html body #columnArea .column .f-overview h2,
  html body #columnArea .column .f-philosophy h2,
  html body #columnArea .column .f-history h2 {
    font-size: 0.875rem;
  }
}

html body #columnArea .column .f-overview span,
html body #columnArea .column .f-philosophy span,
html body #columnArea .column .f-history span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #columnArea .column .f-overview span,
  html body #columnArea .column .f-philosophy span,
  html body #columnArea .column .f-history span {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #columnArea .column .f-overview span,
  html body #columnArea .column .f-philosophy span,
  html body #columnArea .column .f-history span {
    font-size: 0.75rem;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #columnArea .column .f-overview .more,
  html body #columnArea .column .f-philosophy .more,
  html body #columnArea .column .f-history .more {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 540px) {

  html body #columnArea .column .f-overview .more,
  html body #columnArea .column .f-philosophy .more,
  html body #columnArea .column .f-history .more {
    height: 50px;
  }
}

html body #columnArea .column .f-overview {
  background-image: url("../image/overview.jpg");
}

@media screen and (max-width: 768px) {
  html body #columnArea .column .f-overview {
    background-image: url("../image/overview_sp.jpg");
  }
}

html body #columnArea .column .f-philosophy {
  border-right: solid 1px white;
  border-left: solid 1px white;
  background-image: url("../image/philosophy.jpg");
}

@media screen and (max-width: 768px) {
  html body #columnArea .column .f-philosophy {
    background-image: url("../image/philosophy_sp.jpg");
    border-right: none;
    border-left: none;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
  }
}

html body #columnArea .column .f-history {
  background-image: url("../image/history.jpg");
}

@media screen and (max-width: 768px) {
  html body #columnArea .column .f-history {
    background-image: url("../image/history_sp.jpg");
  }
}

html body #brandArea {
  margin-bottom: 100px;
}

@media screen and (max-width: 1148px) {
  html body #brandArea {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  html body #brandArea {
    margin-bottom: 40px;
  }
}

html body #brandArea #cereja {
  padding: 100px 0px 65px 0;
  display: block;
  background-image: url("../image/brand.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  color: white;
}

@media screen and (max-width: 1148px) {
  html body #brandArea #cereja {
    padding: 60px 30px 60px 30px;
  }
}

@media screen and (max-width: 540px) {
  html body #brandArea #cereja {
    padding: 60px 30px 30px 30px;
  }
}

html body #brandArea #cereja h2 {
  font-size: 2.125rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {
  html body #brandArea #cereja h2 {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #brandArea #cereja h2 {
    font-size: 1.625rem;
  }
}

html body #brandArea #cereja span {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 35px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {
  html body #brandArea #cereja span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #brandArea #cereja span {
    font-size: 0.875rem;
  }
}

html body #brandArea #cereja span img {
  display: block;
  width: 491px;
  max-width: 100%;
  margin: 0 auto;
}

html body #brandArea #cereja .text {
  line-height: 1.7;
  font-size: 1rem;
  margin: 0 auto 40px auto;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {
  html body #brandArea #cereja .text {
    margin: 0 auto 40px auto;
  }
}

@media screen and (max-width: 540px) {
  html body #brandArea #cereja .text {
    line-height: 2.0;
    margin: 0 0 40px 0;
  }
}

html body #brandArea #cereja .text .pc {
  display: block;
}

@media screen and (max-width: 540px) {
  html body #brandArea #cereja .text .pc {
    display: none;
  }
}

html body #brandArea #cereja .more::after {
  background-color: white;
}

html body #newsArea .newS {
  text-align: center;
  width: 55%;
  margin: 0 auto 0 auto;
  padding: 0 0 100px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 1148px) {
  html body #newsArea .newS {
    width: 75%;
    padding: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #newsArea .newS {
    width: 90%;
    padding: 0 0 65px 0;
  }
}

html body #newsArea .newS h2 {
  font-size: 2.125rem;
  margin: 0 0 10px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {
  html body #newsArea .newS h2 {
    font-size: 1.625rem;
  }
}

html body #newsArea .newS .sub {
  font-size: 1.125rem;
  display: block;
  margin: 0 0 50px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {
  html body #newsArea .newS .sub {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #newsArea .newS .sub {
    font-size: 0.875rem;
  }
}

html body #newsArea .newS ul {
  display: block;
  margin: 0 0 65px 0;
  text-align: left;
}

@media screen and (max-width: 1148px) {
  html body #newsArea .newS ul {
    margin: 0 0 50px 0;
  }
}

html body #newsArea .newS ul li {
  background-color: white;
  bottom: 10px;
  right: 0px;
  padding: 20px 0 15px 0;
  line-height: 1.7;
}

@media screen and (max-width: 1148px) {
  html body #newsArea .newS ul li {
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
  }
}

html body #newsArea .newS ul li a {
  transition: opacity 0.2s ease;
}

html body #newsArea .newS ul li a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

html body #newsArea .newS ul li time {
  display: block;
  color: #170e09;
  font-size: 0.875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

html body #newsArea .newS ul li .item {
  display: inline-block;
  font-size: 0.625rem;
  background-color: #3F251E;
  color: white;
  text-align: center;
  padding: 0px 5px 0px 5px;
  font-weight: 400;
  min-width: 52px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.7;
}

@media screen and (max-width: 1148px) {
  html body #newsArea .newS ul li .item {
    margin: 0 0 0 0;
  }
}

html body #newsArea .newS ul li .title {
  color: #170e09;
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
}

html body #newsArea .newS ul li .title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
}

html body #info {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 140px 0;
}

@media screen and (max-width: 1148px) {
  html body #info {
    flex-direction: column;
    margin: 0 0 90px 0;
  }
}

@media screen and (max-width: 768px) {
  html body #info {
    flex-direction: column;
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #info {
    flex-direction: column;
    margin: 0 0 50px 0;
  }
}

html body #info #recruitArea,
html body #info #contactArea {
  width: 50%;
  background-color: #F6F4EF;
  padding: 70px 0px 70px 0px;
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #info #recruitArea,
  html body #info #contactArea {
    width: 100%;
    padding: 70px 20px 70px 20px;
  }
}

@media screen and (max-width: 768px) {

  html body #info #recruitArea,
  html body #info #contactArea {
    width: 100%;
  }
}

html body #info #recruitArea h2,
html body #info #contactArea h2 {
  font-size: 2.125rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #info #recruitArea h2,
  html body #info #contactArea h2 {
    font-size: 1.625rem;
    margin: 0 0 10px 0;
  }
}

html body #info #recruitArea span,
html body #info #contactArea span {
  font-size: 1.125rem;
  display: block;
  margin: 0 0 50px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #info #recruitArea span,
  html body #info #contactArea span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #info #recruitArea span,
  html body #info #contactArea span {
    font-size: 0.875rem;
    margin: 0 0 40px 0;
  }
}

html body #info #recruitArea .text,
html body #info #contactArea .text {
  line-height: 1.7;
  font-size: 1rem;
  margin: 0 auto 65px auto;
  font-weight: 300;
  width: 510px;
}

@media screen and (max-width: 1148px) {

  html body #info #recruitArea .text,
  html body #info #contactArea .text {
    margin: 0 auto 70px auto;
    width: 450px;
  }
}

@media screen and (max-width: 540px) {

  html body #info #recruitArea .text,
  html body #info #contactArea .text {
    margin: 0 15px 70px 15px;
    width: auto;
  }
}

@media screen and (max-width: 1148px) {

  html body #info #recruitArea .text .pc,
  html body #info #contactArea .text .pc {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  html body #info #recruitArea {
    width: 100%;
    padding: 60px 30px 80px 30px;
    margin: 0 0 0 0;
  }
}

html body #info #contactArea {
  padding: 70px 45px 70px 45px;
  color: white;
  background-color: #55342C;
}

@media screen and (max-width: 1400px) {
  html body #info #contactArea {
    padding: 70px 20px 70px 20px;
  }
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea {
    width: 100%;
    padding: 60px 20px 30px 20px;
  }
}

@media screen and (max-width: 540px) {
  html body #info #contactArea {
    padding: 60px 5% 30px 5%;
  }
}

html body #info #contactArea .contact .contact-text {
  max-width: 1020px;
}

html body #info #contactArea .contact .contact-text h2 {
  font-size: 2.125rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {
  html body #info #contactArea .contact .contact-text h2 {
    font-size: 1.625rem;
    margin: 0 0 10px 0;
  }
}

html body #info #contactArea .contact .contact-text span {
  font-size: 1.125rem;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-text span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #info #contactArea .contact .contact-text span {
    font-size: 0.875rem;
  }
}

html body #info #contactArea .contact .contact-item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1020px;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item {
    display: block;
  }
}

html body #info #contactArea .contact .contact-item .contact-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48%;
  min-height: 170px;
  border: solid 1px white;
  padding: 50px 10px 50px 10px;
  position: relative;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-mail {
    width: auto;
    height: 145px;
    min-height: auto;
    margin: 0 0 15px 0;
    padding: 45px 10px 45px 10px;
  }
}

html body #info #contactArea .contact .contact-item .contact-mail .mail {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-mail .mail {
    font-size: 1.125rem;
  }
}

html body #info #contactArea .contact .contact-item .contact-mail .mail::before {
  display: block;
  content: url("../image/mail.svg");
  margin: 0 0 15px 0;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-mail .mail::before {
    margin: 0 0 10px 0;
    content: url("../image/mail_sp.svg");
  }
}

html body #info #contactArea .contact .contact-item .contact-mail .mail::after {
  position: absolute;
  display: block;
  content: "";
  filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

html body #info #contactArea .contact .contact-item .contact-mail .mail:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

html body #info #contactArea .contact .contact-item .contact-tel {
  pointer-events: none;
  width: 48%;
  min-height: 170px;
  border: solid 1px white;
  padding: 25px 10px 25px 10px;
  position: relative;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-tel {
    width: auto;
    height: auto;
    min-height: auto;
    padding: 20px 10px 20px 10px;
    margin: 0 auto 0 auto;
    pointer-events: all;
  }
}

@media screen and (max-width: 540px) {
  html body #info #contactArea .contact .contact-item .contact-tel {
    margin: 0 0 15px 0;
  }
}

html body #info #contactArea .contact .contact-item .contact-tel::before {
  display: block;
  content: url("../image/tel.svg");
  margin: 0 auto 10px auto;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-tel::before {
    content: url("../image/tel_sp.svg");
    height: 35px;
    width: 35px;
  }
}

html body #info #contactArea .contact .contact-item .contact-tel a.tel {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-tel a.tel {
    font-size: 1.75rem;
    display: inline-block;
    line-height: 0.8;
    margin: 5px 0 5px 0;
  }
}

html body #info #contactArea .contact .contact-item .contact-tel a.tel span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-tel a.tel span {
    font-size: 1.25rem;
  }
}

html body #info #contactArea .contact .contact-item .contact-tel a::after {
  position: absolute;
  display: block;
  content: "";
  filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

html body #info #contactArea .contact .contact-item .contact-tel a:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

html body #info #contactArea .contact .contact-item .contact-tel p {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {
  html body #info #contactArea .contact .contact-item .contact-tel p {
    font-size: 0.625rem;
  }
}

html body #news_list #imageArea a .pic {
  height: 0;
  margin-bottom: 20px;
  padding-top: 58.32%;
  position: relative;
}

html body #news_list #imageArea a .pic .pic_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: white;
  height: 90px;
  z-index: 99999;
  color: #170e09;
  /*animation-name: fadeDown;
	animation-delay: 3.0s;
    animation-duration: 2.0s;
    animation-iteration-count: 1;
	opacity: 0;
	animation-fill-mode: forwards;*/
}

@media screen and (max-width: 1148px) {
  #mainHeader {
    width: 100%;
    height: 70px;
    justify-content: center;
  }
}

@media screen and (max-width: 540px) {
  #mainHeader #logoArea {
    padding: 15px 0 15px 0;
  }
}

#mainHeader #logoArea span.logo_vi {
  width: 246px;
  display: block;
}

@media screen and (max-width: 540px) {
  #mainHeader #logoArea span.logo_vi {
    display: none;
  }
}

#mainHeader #logoArea span.logo_vi img {
  display: block;
  padding: 22px 0 22px 0;
  width: 100%;
}

@media screen and (max-width: 1148px) {
  #mainHeader #logoArea span.logo_vi img {
    justify-content: center;
    width: 100%;
    padding: 12px 0 12px 0;
  }
}

#mainHeader #logoArea span.logo_sp {
  width: 80px;
  height: 40px;
  display: none;
}

@media screen and (max-width: 540px) {
  #mainHeader #logoArea span.logo_sp {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  #mainHeader #logoArea span.logo_sp img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea {
    padding: 0px 0 170px 0;
    height: 100vh;
    display: none;
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    overflow-y: scroll;
    background-color: white;
    text-decoration: none;
  }
}

#mainHeader .gNavArea #gNav {
  height: auto;
}

#mainHeader .gNavArea #gNav .gnav {
  display: flex;
  align-items: center;
  padding: 45px 180px 45px 0;
  font-size: 1rem;
  height: 2rem;
  width: 100%;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav {
    box-sizing: border-box;
    padding: 36px 30px 25px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
  }
}

#mainHeader .gNavArea #gNav .gnav .gnav>li {
  width: 25%;
}

#mainHeader .gNavArea #gNav .gnav li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 25px;
  position: relative;
  list-style: none;
  height: 90px;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li {
    display: block;
    width: 100%;
    order: 0;
    height: auto;
  }
}

#mainHeader .gNavArea #gNav .gnav li a {
  color: #170e09;
  display: block;
  height: 2rem;
  line-height: 2rem;
  text-decoration: none;
  width: 100%;
  z-index: 50;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li a {
    text-align: left;
    margin: 0 0 10px 0;
  }
}

#mainHeader .gNavArea #gNav .gnav li a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li a:hover {
    opacity: 1.0;
  }
}

#mainHeader .gNavArea #gNav .gnav li.new::before {
  position: absolute;
  top: 37px;
  right: 88px;
  content: "";
  width: 2px;
  height: 15px;
  display: block;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.new::before {
    content: none;
  }
}

#mainHeader .gNavArea #gNav .gnav li.new::after {
  position: absolute;
  top: 37px;
  right: -26px;
  content: "";
  width: 2px;
  height: 15px;
  display: block;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.new::after {
    content: none;
  }
}

@media screen and (max-width: 1148px) {

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo,
  #mainHeader .gNavArea #gNav .gnav li.companyPro {
    padding: 10px 0 10px 0;
  }
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo::after,
#mainHeader .gNavArea #gNav .gnav li.companyPro::after {
  position: absolute;
  top: 37px;
  right: -26px;
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1148px) {

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo::after,
  #mainHeader .gNavArea #gNav .gnav li.companyPro::after {
    top: 51px;
    right: 0px;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #170e09;
  }
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo #bisinessInfoDrawer,
#mainHeader .gNavArea #gNav .gnav li.companyPro #bisinessInfoDrawer {
  position: absolute;
  top: -3px;
  right: 0px;
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul,
#mainHeader .gNavArea #gNav .gnav li.companyPro ul {
  box-sizing: border-box;
  position: absolute;
  top: 90px;
  display: block;
  background-color: #3f251e;
  width: 230px;
  left: calc(50% - 115px);
  padding: 26px 26px 16px 26px;
  display: none;
}

@media screen and (max-width: 1148px) {

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul,
  #mainHeader .gNavArea #gNav .gnav li.companyPro ul {
    position: static;
    background-color: white;
    display: none;
    top: 80px;
    left: 0;
    padding: 0;
    width: 100%;
    transform: none;
  }
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li,
#mainHeader .gNavArea #gNav .gnav li.companyPro ul li {
  display: block;
  position: relative;
  height: auto;
  margin: 0;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li,
  #mainHeader .gNavArea #gNav .gnav li.companyPro ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
    border-bottom: solid 1px #d6d6d6;
    text-align: left;
    overflow: hidden;
    transition: 0.5s;
  }
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li a,
#mainHeader .gNavArea #gNav .gnav li.companyPro ul li a {
  position: relative;
  color: white;
  display: block;
  height: 2rem;
  line-height: 2rem;
  text-align: left;
  text-decoration: none;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  width: auto;
  font-size: 0.875rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li a:hover,
#mainHeader .gNavArea #gNav .gnav li.companyPro ul li a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li a::before,
#mainHeader .gNavArea #gNav .gnav li.companyPro ul li a::before {
  position: absolute;
  top: 16px;
  left: 5px;
  content: "";
  width: 7px;
  height: 1px;
  display: block;
  background-color: #f0f0f0;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li a::before,
  #mainHeader .gNavArea #gNav .gnav li.companyPro ul li a::before {
    background-color: #170e09;
  }
}

@media screen and (max-width: 1148px) {

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li a,
  #mainHeader .gNavArea #gNav .gnav li.companyPro ul li a {
    text-align: left;
    background-color: white;
    color: #170e09;
    display: block;
    font-size: 1rem;
    margin: 14px 0 14px 0;
    width: 100%;
    order: 0;
  }

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo ul li a::after,
  #mainHeader .gNavArea #gNav .gnav li.companyPro ul li a::after {
    position: absolute;
    bottom: -15px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #170e09;
  }
}

@media screen and (min-width: 1148px) {

  #mainHeader .gNavArea #gNav .gnav li.bisinessInfo:hover ul,
  #mainHeader .gNavArea #gNav .gnav li.companyPro:hover ul {
    display: block;
  }
}

#mainHeader .gNavArea #gNav .gnav li.bisinessInfo #bisinessInfoInput:checked~ul {
  display: block;
}

#mainHeader .gNavArea #gNav .gnav li.companyPro #companyProInput:checked~ul {
  display: block;
}

#mainHeader .gNavArea #gNav .gnav li.companyPro #companyProDrawer {
  position: absolute;
  top: -2px;
  right: 0px;
}

#mainHeader .gNavArea #gNav .gnav li.companyPro ul {
  width: 205px;
  left: calc(50% - 102.5px);
  padding: 26px 34px 16px 34px;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.companyPro ul {
    position: static;
    background-color: white;
    display: none;
    top: 80px;
    left: 0;
    padding: 0;
    width: 100%;
    transform: none;
  }
}

#mainHeader .gNavArea #gNav .gnav li.employmentInfo::after {
  position: absolute;
  top: 37px;
  right: -26px;
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.employmentInfo {
    margin: 30px 0 0 0;
    font-size: 1rem;
  }

  #mainHeader .gNavArea #gNav .gnav li.employmentInfo::after {
    display: none;
  }
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.new {
    order: 1;
    font-size: 1rem;
    text-align: left;
    margin: 30px 0 30px 0;
  }
}

#mainHeader .gNavArea #gNav .gnav li.cont::after {
  position: absolute;
  top: 37px;
  right: -26px;
  content: "";
  width: 2px;
  height: 15px;
  display: block;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.cont::after {
    content: none;
  }
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.cont {
    font-size: 1rem;
    text-align: left;
    margin: 0 0 30px 0;
    order: 3;
  }
}

#mainHeader .gNavArea #gNav .gnav li.pp {
  display: none;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.pp {
    display: block;
    font-size: 1rem;
    order: 2;
    text-align: left;
    margin: 0 0 30px 0;
  }
}

#mainHeader .gNavArea #gNav .gnav li.os {
  display: none;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea #gNav .gnav li.os {
    display: block;
    font-size: 1.5rem;
    order: 4;
    text-align: center;
    border-top: solid 2px #170e09;
    border-bottom: solid 2px #170e09;
    padding: 25px 0 25px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
  }

  #mainHeader .gNavArea #gNav .gnav li.os a {
    position: relative;
    text-align: center;
  }

  #mainHeader .gNavArea #gNav .gnav li.os a::after {
    position: absolute;
    display: block;
    content: url("../image/onlinestore.svg");
    top: -3px;
    right: 50px;
  }
}

#mainHeader .gNavArea .follow {
  display: none;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea .follow {
    display: block;
  }
}

#mainHeader .gNavArea .follow ul {
  display: flex;
  justify-content: center;
}

#mainHeader .gNavArea .follow ul li {
  font-size: 2.5rem;
  margin: 0 0 50px 0;
  padding: 0 25px 0 25px;
}

@media screen and (max-width: 1148px) {
  #mainHeader .gNavArea .follow ul li {
    margin: 0 0 30px 0;
  }
}

#mainHeader .gNavArea .follow ul li.tw a,
#mainHeader .gNavArea .follow ul li.fb a,
#mainHeader .gNavArea .follow ul li.in a {
  transition: opacity 0.2s ease;
}

#mainHeader .gNavArea .follow ul li.tw a:hover,
#mainHeader .gNavArea .follow ul li.fb a:hover,
#mainHeader .gNavArea .follow ul li.in a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

#mainHeader .gNavArea .follow ul li.tw a img {
  width: 25px;
  height: 20px;
}

#mainHeader .gNavArea .follow ul li.fb a img {
  width: 10px;
  height: 21px;
}

#mainHeader .gNavArea .follow ul li.in a img {
  width: 21px;
  height: 21px;
}

#mainHeader .onlineStore {
  position: absolute;
  background-color: #3f251e;
  top: 0;
  right: 50px;
  width: 120px;
  height: 105px;
  font-weight: 400;
  transition: background-color 0.2s ease;
}

#mainHeader .onlineStore:hover {
  background-color: #55342c;
  transition: background-color 0.2s ease;
}

@media screen and (max-width: 1148px) {
  #mainHeader .onlineStore {
    width: 70px;
    height: 70px;
    right: 0;
    margin: 0 0 0 0;
    display: block;
  }
}

#mainHeader .onlineStore a {
  font-size: 0.75rem;
  line-height: 1.5;
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  color: white;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 1148px) {
  #mainHeader .onlineStore a {
    text-align: center;
    padding: 10px 10px 10px 10px;
    order: 4;
  }
}

#mainHeader .onlineStore a::before {
  display: block;
  content: url("../image/cart.svg");
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {
  #mainHeader .onlineStore a::before {
    display: none;
  }
}

#navInput,
#bisinessInfoInput,
#companyProInput,
#questionInput {
  display: none;
}

.chkNav {
  display: none;
}

#navDrawer {
  display: none;
}

@media screen and (max-width: 1148px) {
  #navDrawer {
    box-sizing: border-box;
    position: absolute;
    display: block;
    z-index: 999;
    text-align: right;
    top: 7px;
    left: 3px;
    width: 56px;
    height: 56px;
    -webkit-transition: 0.5s 0.3s ease;
    transition: 0.5s 0.3s ease;
  }

  #navDrawer #humb {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    background-image: linear-gradient(to right, #170e09, #170e09);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 2px;
    -webkit-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
  }

  #navDrawer #humb:before,
  #navDrawer #humb:after {
    width: 30px;
    height: 2px;
    margin: auto;
    background-color: #170e09;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    -webkit-transition: 0.5s 0s ease;
    transition: 0.5s 0s ease;
  }

  #navDrawer #humb:before {
    top: 16px;
  }

  #navDrawer #humb:after {
    bottom: 15px;
  }
}

#questionDrawer {
  box-sizing: border-box;
  position: absolute;
  display: block;
  z-index: 999;
  top: 0px;
  right: 0px;
  text-align: right;
  width: 56px;
  height: 56px;
  -webkit-transition: 0.5s 0.3s ease;
  transition: 0.5s 0.3s ease;
}

#questionDrawer #questionhumb {
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  background-image: linear-gradient(to right, #170e09, #170e09);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 2px;
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}

#questionDrawer #questionhumb:before {
  width: 0px;
  height: 0px;
  margin: auto;
  background-color: #170e09;
  display: block;
  position: absolute;
  top: -10px;
  left: 40px;
  content: url("../image/downArrow.svg");
  -webkit-transition: 0s 0s ease;
  transition: 0s 0s ease;
}

.archumb {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1148px) {

  #bisinessInfoDrawer,
  #companyProDrawer {
    box-sizing: border-box;
    position: absolute;
    display: block;
    z-index: 999;
    text-align: right;
    top: 40px;
    right: 25px;
    width: 56px;
    height: 56px;
    -webkit-transition: 0.5s 0.3s ease;
    transition: 0.5s 0.3s ease;
  }

  #bisinessInfoDrawer #bisinessInfohumb,
  #bisinessInfoDrawer #companyProhumb,
  #companyProDrawer #bisinessInfohumb,
  #companyProDrawer #companyProhumb {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    background-image: linear-gradient(to right, #170e09, #170e09);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 15px 1px;
    -webkit-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
  }

  #bisinessInfoDrawer #bisinessInfohumb:before,
  #bisinessInfoDrawer #companyProhumb:before,
  #companyProDrawer #bisinessInfohumb:before,
  #companyProDrawer #companyProhumb:before {
    width: 1px;
    height: 15px;
    background-color: #170e09;
    display: block;
    position: absolute;
    left: 48px;
    content: '';
    -webkit-transition: 0s 0s ease;
    transition: 0s 0s ease;
  }

  #bisinessInfoDrawer #bisinessInfohumb:before,
  #bisinessInfoDrawer #companyProhumb:before,
  #companyProDrawer #bisinessInfohumb:before,
  #companyProDrawer #companyProhumb:before {
    top: 21px;
  }
}

@media screen and (max-width: 1148px) {
  #companyProDrawer {
    top: 100px;
    right: 25px;
    -webkit-transition: 0.5s 0.3s ease;
    transition: 0.5s 0.3s ease;
  }
}

#navInput:checked~#mainHeader #navDrawer #humb {
  -webkit-animation: humb 0.1s forwards;
  animation: humb 0.1s forwards;
}

#navInput:checked~#mainHeader #navDrawer #humb:before,
#navInput:checked~#mainHeader #navDrawer #humb:after {
  background-color: #3f251e;
  width: 38px;
}

#navInput:checked~#mainHeader #navDrawer #humb:before {
  -webkit-transform: translateY(11.5px) rotate(-45deg);
  transform: translateY(11.5px) rotate(-45deg);
}

#navInput:checked~#mainHeader #navDrawer #humb:after {
  -webkit-transform: translateY(-11.5px) rotate(45deg);
  transform: translateY(-11.5px) rotate(45deg);
}

#questionInput:checked~#qA #questionDrawer #questionhumb:before {
  content: url("../image/upArrow.svg");
  top: -8px;
}

.arcinput:checked~.arc .year .cross::before {
  display: none !important;
}

.arcinput:checked~.arc .month {
  display: block !important;
}

#questionInput:checked~#qA #question {
  border-bottom: none;
}

#bisinessInfoInput:checked~#bisinessInfoDrawer #bisinessInfohumb:before {
  background-color: #170e09;
  width: 0;
  height: 0;
}

#companyProInput:checked~#companyProDrawer #companyProhumb:before {
  background-color: #170e09;
  width: 0;
  height: 0;
}

#navInput:checked~#mainfixd {
  overflow: hidden;
  position: fixed;
}

#navInput:checked~#mainHeader .gNavArea {
  display: block;
}

#questionInput:checked~#qA #ans {
  display: block;
}

.contentWrap {
  width: 100%;
}

#spMenu {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 540px) {
  #spMenu {
    position: relative;
  }
}

#navInput:checked~#spMenu {
  display: none;
}

#navInput:checked~#spMenu nav#globalMenu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 540px) {
  #navInput:checked~#spMenu nav#globalMenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#spMenu nav#globalMenu {
  overflow-x: hidden;
  background-color: #3f251e;
  -webkit-transition: 0.5s 0s ease-in-out;
  transition: 0.5s 0s ease-in-out;
  width: 30%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 999;
  padding: 0;
  margin: 0;
}

#spMenu nav#globalMenu::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 540px) {
  #spMenu nav#globalMenu {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    width: 100%;
    right: 0;
    box-sizing: border-box;
  }
}

#spMenu nav#globalMenu #nav-content {
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 30px 50px 30px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  #spMenu nav#globalMenu #nav-content {
    padding: 80px 0 50px 0;
  }
}

#spMenu nav#globalMenu #nav-content h1 {
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 3.6rem;
  position: relative;
}

#spMenu nav#globalMenu #nav-content h1::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #170e09;
  width: 80px;
  height: 5px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#spMenu nav#globalMenu #nav-content h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

#spMenu nav#globalMenu #nav-content ul {
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #170e09;
}

#spMenu nav#globalMenu #nav-content ul#aboutList li a {
  font-size: 0.8rem;
}

#spMenu nav#globalMenu #nav-content ul li {
  list-style: none;
  margin: 0 0 0 0;
  width: calc(100% / 2);
  border-bottom: 1px solid #170e09;
  border-right: 1px solid #170e09;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#spMenu nav#globalMenu #nav-content ul li:nth-of-type(2n) {
  border-right: none;
}

@media screen and (max-width: 540px) {
  #spMenu nav#globalMenu #nav-content ul li {
    width: calc(100% / 2);
  }

  #spMenu nav#globalMenu #nav-content ul li:nth-of-type(2n) {
    border-right: none;
  }

  #spMenu nav#globalMenu #nav-content ul li:nth-of-type(3n) {
    border-right: 1px solid #170e09;
  }
}

#spMenu nav#globalMenu #nav-content ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #170e09;
  line-height: 1.7;
  padding: 30px 5px;
  width: 100%;
  -webkit-transition: 0.3s 0s ease-in-out;
  transition: 0.3s 0s ease-in-out;
}

@media screen and (max-width: 540px) {
  #spMenu nav#globalMenu #nav-content ul li a {
    font-size: 1rem;
  }
}

#spMenu nav#globalMenu #nav-content ul li a:hover {
  color: #3f251e;
  background-color: #170e09;
}

#spMenu nav#globalMenu #snsBtnArea {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 15px 0 0 0;
}

#spMenu nav#globalMenu #snsBtnArea .snsBtn {
  padding: 0 15px 15px 15px;
}

#spMenu nav#globalMenu #snsBtnArea .snsBtn img {
  width: 20px;
  height: 20px;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 74.7%;
  }
}

html body {
  box-sizing: border-box;
  color: #170e09;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

html body #headingArea #heading-1,
html body #headingArea #heading-2,
html body .headingArea #heading-1,
html body .headingArea #heading-2 {
  padding: 85px 0 0 0;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-1,
  html body #headingArea #heading-2,
  html body .headingArea #heading-1,
  html body .headingArea #heading-2 {
    padding: 50px 0 0 0;
  }
}

html body #headingArea #heading-1 h1,
html body #headingArea #heading-1 h2,
html body #headingArea #heading-1 span,
html body #headingArea #heading-2 h1,
html body #headingArea #heading-2 h2,
html body #headingArea #heading-2 span,
html body .headingArea #heading-1 h1,
html body .headingArea #heading-1 h2,
html body .headingArea #heading-1 span,
html body .headingArea #heading-2 h1,
html body .headingArea #heading-2 h2,
html body .headingArea #heading-2 span {
  display: block;
  margin: 0 0 10px 0;
  font-size: 2.25rem;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-1 h1.pc,
  html body #headingArea #heading-1 h2.pc,
  html body #headingArea #heading-1 span.pc,
  html body #headingArea #heading-2 h1.pc,
  html body #headingArea #heading-2 h2.pc,
  html body #headingArea #heading-2 span.pc,
  html body .headingArea #heading-1 h1.pc,
  html body .headingArea #heading-1 h2.pc,
  html body .headingArea #heading-1 span.pc,
  html body .headingArea #heading-2 h1.pc,
  html body .headingArea #heading-2 h2.pc,
  html body .headingArea #heading-2 span.pc {
    display: none;
  }
}

html body #headingArea #heading-1 h1.sp,
html body #headingArea #heading-1 h2.sp,
html body #headingArea #heading-1 span.sp,
html body #headingArea #heading-2 h1.sp,
html body #headingArea #heading-2 h2.sp,
html body #headingArea #heading-2 span.sp,
html body .headingArea #heading-1 h1.sp,
html body .headingArea #heading-1 h2.sp,
html body .headingArea #heading-1 span.sp,
html body .headingArea #heading-2 h1.sp,
html body .headingArea #heading-2 h2.sp,
html body .headingArea #heading-2 span.sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-1 h1.sp,
  html body #headingArea #heading-1 h2.sp,
  html body #headingArea #heading-1 span.sp,
  html body #headingArea #heading-2 h1.sp,
  html body #headingArea #heading-2 h2.sp,
  html body #headingArea #heading-2 span.sp,
  html body .headingArea #heading-1 h1.sp,
  html body .headingArea #heading-1 h2.sp,
  html body .headingArea #heading-1 span.sp,
  html body .headingArea #heading-2 h1.sp,
  html body .headingArea #heading-2 h2.sp,
  html body .headingArea #heading-2 span.sp {
    display: block;
  }
}

html body #headingArea #heading-1 p,
html body #headingArea #heading-2 p,
html body .headingArea #heading-1 p,
html body .headingArea #heading-2 p {
  font-size: 1.25rem;
  padding: 0 0 80px 0;
  border-bottom: solid 1px #d6d6d6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-1 p,
  html body #headingArea #heading-2 p,
  html body .headingArea #heading-1 p,
  html body .headingArea #heading-2 p {
    padding: 0 0 60px 0;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-2 h2,
  html body .headingArea #heading-2 h2 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-2 p,
  html body .headingArea #heading-2 p {
    font-size: 1.125rem;
    padding: 0 0 50px 0;
  }
}

html body #headingArea #store-title,
html body .headingArea #store-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #store-title,
  html body .headingArea #store-title {
    display: block;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #headingArea #store-title,
  html body .headingArea #store-title {
    margin: 0 0 20px 0;
  }
}

html body #headingArea #store-title .col-img,
html body #headingArea #store-title .col-text,
html body .headingArea #store-title .col-img,
html body .headingArea #store-title .col-text {
  width: 397px;
}

@media screen and (max-width: 1600px) {

  html body #headingArea #store-title .col-img,
  html body #headingArea #store-title .col-text,
  html body .headingArea #store-title .col-img,
  html body .headingArea #store-title .col-text {
    width: 277px;
  }
}

@media screen and (max-width: 1400px) {

  html body #headingArea #store-title .col-img,
  html body #headingArea #store-title .col-text,
  html body .headingArea #store-title .col-img,
  html body .headingArea #store-title .col-text {
    width: 247px;
  }
}

@media screen and (max-width: 1148px) {

  html body #headingArea #store-title .col-img,
  html body #headingArea #store-title .col-text,
  html body .headingArea #store-title .col-img,
  html body .headingArea #store-title .col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

html body #headingArea #store-title .col-img img,
html body .headingArea #store-title .col-img img {
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #store-title .col-img img,
  html body .headingArea #store-title .col-img img {
    margin: 0 auto 40px auto;
    max-width: 397px;
  }
}

@media screen and (max-width: 540px) {

  html body #headingArea #store-title .col-img img.pc,
  html body .headingArea #store-title .col-img img.pc {
    display: none;
  }
}

html body #headingArea #store-title .col-img img.sp,
html body .headingArea #store-title .col-img img.sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #store-title .col-img img.sp,
  html body .headingArea #store-title .col-img img.sp {
    max-width: 227px;
    display: block;
  }
}

html body #headingArea #store-title .col-text,
html body .headingArea #store-title .col-text {
  width: calc(100% - 447px);
  padding: 54.14px 0 54.14px 0;
}

@media screen and (max-width: 1600px) {

  html body #headingArea #store-title .col-text,
  html body .headingArea #store-title .col-text {
    width: calc(100% - 346px);
    padding: 30px 0 30px 0;
  }
}

@media screen and (max-width: 1400px) {

  html body #headingArea #store-title .col-text,
  html body .headingArea #store-title .col-text {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 1148px) {

  html body #headingArea #store-title .col-text,
  html body .headingArea #store-title .col-text {
    width: 100%;
    padding: 0;
  }
}

html body #headingArea #store-title .col-text h1,
html body .headingArea #store-title .col-text h1 {
  font-size: 3.125rem;
  font-weight: 400;
  color: #55342c;
}

@media screen and (max-width: 1600px) {

  html body #headingArea #store-title .col-text h1,
  html body .headingArea #store-title .col-text h1 {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 1400px) {

  html body #headingArea #store-title .col-text h1,
  html body .headingArea #store-title .col-text h1 {
    font-size: 2.9vw;
  }
}

@media screen and (max-width: 1148px) {

  html body #headingArea #store-title .col-text h1,
  html body .headingArea #store-title .col-text h1 {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 540px) {

  html body #headingArea #store-title .col-text h1,
  html body .headingArea #store-title .col-text h1 {
    font-size: 1.75rem;
  }
}

html body #headingArea #store-title .col-text .anchor,
html body .headingArea #store-title .col-text .anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

html body #headingArea #store-title .col-text .sp,
html body .headingArea #store-title .col-text .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #store-title .col-text .sp,
  html body .headingArea #store-title .col-text .sp {
    display: block;
  }
}

html body #headingArea #bc .breadcrumbs,
html body .headingArea #bc .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {

  html body #headingArea #bc .breadcrumbs,
  html body .headingArea #bc .breadcrumbs {
    margin: 0 0 25px 0;
  }
}

html body #headingArea #bc .breadcrumbs li,
html body .headingArea #bc .breadcrumbs li {
  display: inline-block;
  position: relative;
  margin: 0 16px 0 0;
}

html body #headingArea #bc .breadcrumbs li::before,
html body .headingArea #bc .breadcrumbs li::before {
  content: '>';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 0.75rem;
  color: #747474;
  position: absolute;
  top: 4px;
  right: -14px;
}

html body #headingArea #bc .breadcrumbs li a,
html body .headingArea #bc .breadcrumbs li a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #747474;
}

html body #headingArea #bc .breadcrumbs li a:hover,
html body .headingArea #bc .breadcrumbs li a:hover {
  text-decoration: underline;
}

html body #headingArea #bc .breadcrumbs li.last,
html body .headingArea #bc .breadcrumbs li.last {
  pointer-events: none;
}

html body #headingArea #bc .breadcrumbs li.last::before,
html body .headingArea #bc .breadcrumbs li.last::before {
  display: none;
}

html body #headingArea #tag,
html body .headingArea #tag {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 540px) {

  html body #headingArea #tag,
  html body .headingArea #tag {
    margin: 0 0 40px 0;
  }
}

html body #headingArea #tag .tagFC,
html body #headingArea #tag .tagMANA,
html body .headingArea #tag .tagFC,
html body .headingArea #tag .tagMANA {
  display: inline-block;
}

html body #headingArea #tag .tagFC p,
html body #headingArea #tag .tagMANA p,
html body .headingArea #tag .tagFC p,
html body .headingArea #tag .tagMANA p {
  display: inline-block;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #tag .tagFC p,
  html body #headingArea #tag .tagMANA p,
  html body .headingArea #tag .tagFC p,
  html body .headingArea #tag .tagMANA p {
    margin: 0 0 20px 0;
  }
}

html body #headingArea #tag .tagFC p.fc,
html body #headingArea #tag .tagFC p.mana,
html body #headingArea #tag .tagMANA p.fc,
html body #headingArea #tag .tagMANA p.mana,
html body .headingArea #tag .tagFC p.fc,
html body .headingArea #tag .tagFC p.mana,
html body .headingArea #tag .tagMANA p.fc,
html body .headingArea #tag .tagMANA p.mana {
  font-size: 0.75rem;
  font-weight: 500;
  color: #55342c;
  background-color: #f6f4ef;
  padding: 2px 14px 2px 14px;
}

html body #headingArea #tag .tagFC p.mana,
html body #headingArea #tag .tagMANA p.mana,
html body .headingArea #tag .tagFC p.mana,
html body .headingArea #tag .tagMANA p.mana {
  color: white;
  background-color: #3f251e;
  padding: 2px 8px 2px 8px;
}

html body #headingArea #tag .tagFC p.title,
html body #headingArea #tag .tagMANA p.title,
html body .headingArea #tag .tagFC p.title,
html body .headingArea #tag .tagMANA p.title {
  font-size: 0.875rem;
  font-weight: 300;
  color: #170e09;
}

html body #headingArea #tag .tagFC,
html body .headingArea #tag .tagFC {
  margin: 0 30px 0 0;
}

html body #headingArea #heading-rows,
html body #headingArea .heading-rows,
html body #headingArea #headingCon,
html body .headingArea #heading-rows,
html body .headingArea .heading-rows,
html body .headingArea #headingCon {
  text-align: center;
}

html body #headingArea #heading-rows.mab_0,
html body #headingArea .heading-rows.mab_0,
html body #headingArea #headingCon.mab_0,
html body .headingArea #heading-rows.mab_0,
html body .headingArea .heading-rows.mab_0,
html body .headingArea #headingCon.mab_0 {
  margin-bottom: 0;
}

html body #headingArea #heading-rows h2,
html body #headingArea #heading-rows h4,
html body #headingArea .heading-rows h2,
html body #headingArea .heading-rows h4,
html body #headingArea #headingCon h2,
html body #headingArea #headingCon h4,
html body .headingArea #heading-rows h2,
html body .headingArea #heading-rows h4,
html body .headingArea .heading-rows h2,
html body .headingArea .heading-rows h4,
html body .headingArea #headingCon h2,
html body .headingArea #headingCon h4 {
  font-size: 1.571428571rem;
  margin: 0 0 50px 0;
  font-weight: 400;
  line-height: 2.0;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #heading-rows h2,
  html body #headingArea #heading-rows h4,
  html body #headingArea .heading-rows h2,
  html body #headingArea .heading-rows h4,
  html body #headingArea #headingCon h2,
  html body #headingArea #headingCon h4,
  html body .headingArea #heading-rows h2,
  html body .headingArea #heading-rows h4,
  html body .headingArea .heading-rows h2,
  html body .headingArea .heading-rows h4,
  html body .headingArea #headingCon h2,
  html body .headingArea #headingCon h4 {
    font-size: 1.125rem;
    margin: 0 0 30px 0;
  }
}

html body #headingArea #heading-rows h2 .sp,
html body #headingArea #heading-rows h4 .sp,
html body #headingArea .heading-rows h2 .sp,
html body #headingArea .heading-rows h4 .sp,
html body #headingArea #headingCon h2 .sp,
html body #headingArea #headingCon h4 .sp,
html body .headingArea #heading-rows h2 .sp,
html body .headingArea #heading-rows h4 .sp,
html body .headingArea .heading-rows h2 .sp,
html body .headingArea .heading-rows h4 .sp,
html body .headingArea #headingCon h2 .sp,
html body .headingArea #headingCon h4 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-rows h2 .sp,
  html body #headingArea #heading-rows h4 .sp,
  html body #headingArea .heading-rows h2 .sp,
  html body #headingArea .heading-rows h4 .sp,
  html body #headingArea #headingCon h2 .sp,
  html body #headingArea #headingCon h4 .sp,
  html body .headingArea #heading-rows h2 .sp,
  html body .headingArea #heading-rows h4 .sp,
  html body .headingArea .heading-rows h2 .sp,
  html body .headingArea .heading-rows h4 .sp,
  html body .headingArea #headingCon h2 .sp,
  html body .headingArea #headingCon h4 .sp {
    display: block;
  }
}

html body #headingArea #heading-rows .text01,
html body #headingArea .heading-rows .text01,
html body #headingArea #headingCon .text01,
html body .headingArea #heading-rows .text01,
html body .headingArea .heading-rows .text01,
html body .headingArea #headingCon .text01 {
  font-size: 1.375rem;
  margin: 0 0 50px 0;
  font-weight: 400;
  line-height: 2.0;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #heading-rows .text01,
  html body #headingArea .heading-rows .text01,
  html body #headingArea #headingCon .text01,
  html body .headingArea #heading-rows .text01,
  html body .headingArea .heading-rows .text01,
  html body .headingArea #headingCon .text01 {
    font-size: 1.125rem;
    margin: 0 0 40px 0;
  }
}

html body #headingArea #heading-rows .text01 .sp,
html body #headingArea .heading-rows .text01 .sp,
html body #headingArea #headingCon .text01 .sp,
html body .headingArea #heading-rows .text01 .sp,
html body .headingArea .heading-rows .text01 .sp,
html body .headingArea #headingCon .text01 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-rows .text01 .sp,
  html body #headingArea .heading-rows .text01 .sp,
  html body #headingArea #headingCon .text01 .sp,
  html body .headingArea #heading-rows .text01 .sp,
  html body .headingArea .heading-rows .text01 .sp,
  html body .headingArea #headingCon .text01 .sp {
    display: block;
  }
}

html body #headingArea #heading-rows .essay,
html body #headingArea .heading-rows .essay,
html body #headingArea #headingCon .essay,
html body .headingArea #heading-rows .essay,
html body .headingArea .heading-rows .essay,
html body .headingArea #headingCon .essay {
  margin: 0 0 30px 0;
}

html body #headingArea #headingCon h4,
html body .headingArea #headingCon h4 {
  margin: 0 0 40px 0;
}

html body #headingArea #headingCon .essay,
html body .headingArea #headingCon .essay {
  margin: 0 0 0 0;
}

html body #headingArea #heading-rows-bar,
html body .headingArea #heading-rows-bar {
  text-align: center;
  padding: 120px 0 0 0;
  border-top: solid 1px #d6d6d6;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #heading-rows-bar,
  html body .headingArea #heading-rows-bar {
    padding: 80px 0 0 0;
  }
}

html body #headingArea #heading-rows-bar h4,
html body .headingArea #heading-rows-bar h4 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.0;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #heading-rows-bar h4,
  html body .headingArea #heading-rows-bar h4 {
    font-size: 1.125rem;
  }
}

html body #headingArea #heading-rows-bar h4 .sp,
html body .headingArea #heading-rows-bar h4 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-rows-bar h4 .sp,
  html body .headingArea #heading-rows-bar h4 .sp {
    display: block;
  }
}

html body #headingArea #heading-rows-bar .essay,
html body .headingArea #heading-rows-bar .essay {
  margin: 0 0 30px 0;
}

html body #headingArea #heading-h2 h2,
html body #headingArea #heading-h2 .titleh2,
html body #headingArea #heading-h2-bar h2,
html body #headingArea #heading-h2-bar .titleh2,
html body #headingArea .heading-h2-bar h2,
html body #headingArea .heading-h2-bar .titleh2,
html body #headingArea #heading-h2-time h2,
html body #headingArea #heading-h2-time .titleh2,
html body .headingArea #heading-h2 h2,
html body .headingArea #heading-h2 .titleh2,
html body .headingArea #heading-h2-bar h2,
html body .headingArea #heading-h2-bar .titleh2,
html body .headingArea .heading-h2-bar h2,
html body .headingArea .heading-h2-bar .titleh2,
html body .headingArea #heading-h2-time h2,
html body .headingArea #heading-h2-time .titleh2 {
  margin: 0 0 15px 0;
  font-size: 1.875rem;
  font-weight: 300;
}

.heading-h2-bar-none {
  border-top: none !important;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h2 h2,
  html body #headingArea #heading-h2 .titleh2,
  html body #headingArea #heading-h2-bar h2,
  html body #headingArea #heading-h2-bar .titleh2,
  html body #headingArea .heading-h2-bar h2,
  html body #headingArea .heading-h2-bar .titleh2,
  html body #headingArea #heading-h2-time h2,
  html body #headingArea #heading-h2-time .titleh2,
  html body .headingArea #heading-h2 h2,
  html body .headingArea #heading-h2 .titleh2,
  html body .headingArea #heading-h2-bar h2,
  html body .headingArea #heading-h2-bar .titleh2,
  html body .headingArea .heading-h2-bar h2,
  html body .headingArea .heading-h2-bar .titleh2,
  html body .headingArea #heading-h2-time h2,
  html body .headingArea #heading-h2-time .titleh2 {
    line-height: 1.5;
  }
}

html body #headingArea #heading-h2 h2 .sp,
html body #headingArea #heading-h2 .titleh2 .sp,
html body #headingArea #heading-h2-bar h2 .sp,
html body #headingArea #heading-h2-bar .titleh2 .sp,
html body #headingArea .heading-h2-bar h2 .sp,
html body #headingArea .heading-h2-bar .titleh2 .sp,
html body #headingArea #heading-h2-time h2 .sp,
html body #headingArea #heading-h2-time .titleh2 .sp,
html body .headingArea #heading-h2 h2 .sp,
html body .headingArea #heading-h2 .titleh2 .sp,
html body .headingArea #heading-h2-bar h2 .sp,
html body .headingArea #heading-h2-bar .titleh2 .sp,
html body .headingArea .heading-h2-bar h2 .sp,
html body .headingArea .heading-h2-bar .titleh2 .sp,
html body .headingArea #heading-h2-time h2 .sp,
html body .headingArea #heading-h2-time .titleh2 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h2 h2 .sp,
  html body #headingArea #heading-h2 .titleh2 .sp,
  html body #headingArea #heading-h2-bar h2 .sp,
  html body #headingArea #heading-h2-bar .titleh2 .sp,
  html body #headingArea .heading-h2-bar h2 .sp,
  html body #headingArea .heading-h2-bar .titleh2 .sp,
  html body #headingArea #heading-h2-time h2 .sp,
  html body #headingArea #heading-h2-time .titleh2 .sp,
  html body .headingArea #heading-h2 h2 .sp,
  html body .headingArea #heading-h2 .titleh2 .sp,
  html body .headingArea #heading-h2-bar h2 .sp,
  html body .headingArea #heading-h2-bar .titleh2 .sp,
  html body .headingArea .heading-h2-bar h2 .sp,
  html body .headingArea .heading-h2-bar .titleh2 .sp,
  html body .headingArea #heading-h2-time h2 .sp,
  html body .headingArea #heading-h2-time .titleh2 .sp {
    display: inline-block;
  }
}

html body #headingArea #heading-h2 .anchor,
html body #headingArea #heading-h2-bar .anchor,
html body #headingArea .heading-h2-bar .anchor,
html body #headingArea #heading-h2-time .anchor,
html body .headingArea #heading-h2 .anchor,
html body .headingArea #heading-h2-bar .anchor,
html body .headingArea .heading-h2-bar .anchor,
html body .headingArea #heading-h2-time .anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

html body #headingArea #heading-h2 .sub,
html body #headingArea #heading-h2-bar .sub,
html body #headingArea .heading-h2-bar .sub,
html body #headingArea #heading-h2-time .sub,
html body .headingArea #heading-h2 .sub,
html body .headingArea #heading-h2-bar .sub,
html body .headingArea .heading-h2-bar .sub,
html body .headingArea #heading-h2-time .sub {
  font-size: 1.125rem;
  margin: 0 0 60px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #55342c;
  font-weight: 300;
}

html body #headingArea #heading-h2 h5,
html body #headingArea #heading-h2-bar h5,
html body #headingArea .heading-h2-bar h5,
html body #headingArea #heading-h2-time h5,
html body .headingArea #heading-h2 h5,
html body .headingArea #heading-h2-bar h5,
html body .headingArea .heading-h2-bar h5,
html body .headingArea #heading-h2-time h5 {
  margin: 0 0 25px 0;
  font-weight: 400;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h2 h5,
  html body #headingArea #heading-h2-bar h5,
  html body #headingArea .heading-h2-bar h5,
  html body #headingArea #heading-h2-time h5,
  html body .headingArea #heading-h2 h5,
  html body .headingArea #heading-h2-bar h5,
  html body .headingArea .heading-h2-bar h5,
  html body .headingArea #heading-h2-time h5 {
    line-height: 2.0;
  }
}

html body #headingArea #heading-h2-time,
html body .headingArea #heading-h2-time {
  margin: 0 0 100px 0;
}

html body #headingArea #heading-h2-time h2,
html body .headingArea #heading-h2-time h2 {
  margin: 0 0 0 0;
}

html body #headingArea #heading-h2-time time,
html body .headingArea #heading-h2-time time {
  display: block;
  color: #170e09;
  font-size: 0.875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

html body #headingArea #heading-h2-time time:hover,
html body .headingArea #heading-h2-time time:hover {
  opacity: 0.5;
}

html body #headingArea #heading-h2-time time .item,
html body .headingArea #heading-h2-time time .item {
  display: inline-block;
  font-size: 0.625rem;
  background-color: #3F251E;
  color: white;
  text-align: center;
  padding: 0px 5px 0px 5px;
  font-weight: 400;
  min-width: 52px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.7;
  margin: 0 0 25px 0;
}

html body #headingArea .heading-h2PP h2,
html body .headingArea .heading-h2PP h2 {
  margin: 0 0 20px 0;
  font-size: 1.875rem;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP h2,
  html body .headingArea .heading-h2PP h2 {
    line-height: 1.5;
  }
}

html body #headingArea .heading-h2PP h2 .sp,
html body .headingArea .heading-h2PP h2 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP h2 .sp,
  html body .headingArea .heading-h2PP h2 .sp {
    display: inline-block;
  }
}

html body #headingArea .heading-h2PP .essay,
html body .headingArea .heading-h2PP .essay {
  margin: 0 0 30px 0;
}

html body #headingArea .heading-h2PP .list-count ol,
html body .headingArea .heading-h2PP .list-count ol {
  counter-reset: number 0;
}

html body #headingArea .heading-h2PP .list-count ol li,
html body .headingArea .heading-h2PP .list-count ol li {
  position: relative;
}

html body #headingArea .heading-h2PP .list-count ol li::before,
html body .headingArea .heading-h2PP .list-count ol li::before {
  position: absolute;
  top: 3px;
  counter-increment: number 1;
  content: counter(number);
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #55342c;
}

html body #headingArea .heading-h2PP .list-count ol li.lines,
html body .headingArea .heading-h2PP .list-count ol li.lines {
  margin: 0 0 30px 0;
}

html body #headingArea .heading-h2PP .list-count ol li p,
html body .headingArea .heading-h2PP .list-count ol li p {
  margin: 0 0 20px 25px;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP .list-count ol li p,
  html body .headingArea .heading-h2PP .list-count ol li p {
    margin: 0 0 30px 25px;
  }
}

html body #headingArea .heading-h2PP-para h2,
html body .headingArea .heading-h2PP-para h2 {
  margin: 0 0 20px 0;
  font-size: 1.875rem;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP-para h2,
  html body .headingArea .heading-h2PP-para h2 {
    line-height: 1.5;
  }
}

html body #headingArea .heading-h2PP-para h2 .sp,
html body .headingArea .heading-h2PP-para h2 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP-para h2 .sp,
  html body .headingArea .heading-h2PP-para h2 .sp {
    display: inline-block;
  }
}

html body #headingArea .heading-h2PP-para .list-count-para ol,
html body .headingArea .heading-h2PP-para .list-count-para ol {
  counter-reset: number 0;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li,
html body .headingArea .heading-h2PP-para .list-count-para ol li {
  position: relative;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li::before,
html body .headingArea .heading-h2PP-para .list-count-para ol li::before {
  position: absolute;
  top: 4px;
  counter-increment: number 1;
  content: counter(number);
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #55342c;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li p,
html body .headingArea .heading-h2PP-para .list-count-para ol li p {
  margin: 0 0 0 25px;
  line-height: 2.0;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP-para .list-count-para ol li p,
  html body .headingArea .heading-h2PP-para .list-count-para ol li p {
    margin: 0 0 30px 25px;
  }
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 {
  margin: 0 0 0 45px;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2,
  html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 {
    margin: 0 0 0 25px;
  }
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol {
  counter-reset: number 0;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li {
  position: relative;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li::before,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li::before {
  position: absolute;
  top: 5px;
  counter-increment: number 1;
  content: "(" counter(number) ")";
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #170e09;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li p,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li p {
  margin: 0 0 0 25px;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 {
  margin: 0 0 30px 35px;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3,
  html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 {
    margin: 0 0 30px 25px;
  }
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol {
  counter-reset: number 0;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol li,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol li {
  position: relative;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol li::before,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol li::before {
  position: absolute;
  top: 5px;
  counter-increment: number 1;
  content: "[" counter(number) "]";
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #170e09;
}

html body #headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol li p,
html body .headingArea .heading-h2PP-para .list-count-para ol li .list-count-para2 ol li .list-count-para3 ol li p {
  margin: 0 0 0 25px;
}

html body #headingArea #heading-h2-bar,
html body #headingArea .heading-h2-bar,
html body .headingArea #heading-h2-bar,
html body .headingArea .heading-h2-bar {
  padding: 120px 0 0 0;
  border-top: solid 1px #d6d6d6;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #heading-h2-bar,
  html body #headingArea .heading-h2-bar,
  html body .headingArea #heading-h2-bar,
  html body .headingArea .heading-h2-bar {
    padding: 80px 0 0 0;
  }
}

html body #headingArea #heading-h2-bar .sub,
html body #headingArea .heading-h2-bar .sub,
html body .headingArea #heading-h2-bar .sub,
html body .headingArea .heading-h2-bar .sub {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #heading-h2-bar .sub,
  html body #headingArea .heading-h2-bar .sub,
  html body .headingArea #heading-h2-bar .sub,
  html body .headingArea .heading-h2-bar .sub {
    margin: 0 0 60px 0;
  }
}

html body #headingArea #heading-h3 h3,
html body .headingArea #heading-h3 h3 {
  margin: 0 0 30px 0;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h3 h3,
  html body .headingArea #heading-h3 h3 {
    line-height: 1.5;
  }
}

html body #headingArea #heading-h3 h3 .sp,
html body .headingArea #heading-h3 h3 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h3 h3 .sp,
  html body .headingArea #heading-h3 h3 .sp {
    display: inline-block;
  }
}

html body #headingArea #heading-h3 h5,
html body .headingArea #heading-h3 h5 {
  margin: 0 0 25px 0;
  font-weight: 400;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h3 h5,
  html body .headingArea #heading-h3 h5 {
    line-height: 2.0;
  }
}

html body #headingArea #heading-h4Title,
html body .headingArea #heading-h4Title {
  margin: 0 0 100px 0;
}

html body #headingArea #heading-h4Title h3,
html body .headingArea #heading-h4Title h3 {
  margin: 0 0 35px 0;
  font-size: 1.375rem;
  color: #170e09;
  font-weight: 400;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h4Title h3,
  html body .headingArea #heading-h4Title h3 {
    line-height: 1.5;
  }
}

html body #headingArea #heading-h4Title .essay,
html body .headingArea #heading-h4Title .essay {
  margin: 0 0 30px 0;
  color: #170e09;
}

html body #headingArea #heading-h4,
html body .headingArea #heading-h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h4,
  html body .headingArea #heading-h4 {
    display: block;
  }
}

html body #headingArea #heading-h4 .col,
html body .headingArea #heading-h4 .col {
  width: 48.5%;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h4 .col,
  html body .headingArea #heading-h4 .col {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

html body #headingArea #heading-h4 .col h4,
html body .headingArea #heading-h4 .col h4 {
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  color: #55342c;
  font-weight: 400;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h4-news .col,
  html body .headingArea #heading-h4-news .col {
    margin: 0 0 40px 0;
  }
}

html body #headingArea #heading-h4-news .col h4,
html body .headingArea #heading-h4-news .col h4 {
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  color: #55342c;
  font-weight: 400;
}

html body #headingArea #heading-h4-news .col .essay,
html body .headingArea #heading-h4-news .col .essay {
  color: #170e09;
}

html body #headingArea .link a,
html body .headingArea .link a {
  font-size: 0.875rem;
  color: #55342c;
  font-weight: 300;
  position: relative;
  text-decoration: underline;
}

html body #headingArea .link a:hover,
html body .headingArea .link a:hover {
  opacity: 0.5;
}

html body #headingArea .link a::after,
html body .headingArea .link a::after {
  display: block;
  content: url("../image/onlinestore-KC.svg");
  position: absolute;
  height: 25px;
  line-height: 25px;
  top: -1px;
  left: 135px;
}

html body #headingArea .heading-h3-list,
html body .headingArea .heading-h3-list {
  margin: 0 0 150px 0;
}

html body #headingArea .heading-h3-list ol,
html body .headingArea .heading-h3-list ol {
  counter-reset: number 0;
}

html body #headingArea .heading-h3-list ol li,
html body .headingArea .heading-h3-list ol li {
  position: relative;
}

html body #headingArea .heading-h3-list ol li::before,
html body .headingArea .heading-h3-list ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #55342c;
}

html body #headingArea .heading-h3-list ol li h3,
html body .headingArea .heading-h3-list ol li h3 {
  position: absolute;
  display: block;
  top: 7px;
  left: 65px;
  margin: 0 0 0 0px;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h3-list ol li h3,
  html body .headingArea .heading-h3-list ol li h3 {
    line-height: 1.5;
    left: 40px;
  }
}

html body #headingArea .heading-h3-list ol li p,
html body .headingArea .heading-h3-list ol li p {
  display: block;
  margin: 24px 0 60px 65px;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h3-list ol li p,
  html body .headingArea .heading-h3-list ol li p {
    margin: 54px 0 60px 40px;
  }
}

html body #headingArea .heading-h3-listD,
html body .headingArea .heading-h3-listD {
  margin: 0 0 150px 0;
  counter-reset: number 0;
}

html body #headingArea .heading-h3-listD dl,
html body .headingArea .heading-h3-listD dl {
  counter-reset: number 0;
}

html body #headingArea .heading-h3-listD dl dt,
html body .headingArea .heading-h3-listD dl dt {
  position: relative;
  display: inline-block;
}

html body #headingArea .heading-h3-listD dl dt::before,
html body .headingArea .heading-h3-listD dl dt::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #55342c;
}

html body #headingArea .heading-h3-listD dl dt .teloph3,
html body .headingArea .heading-h3-listD dl dt .teloph3 {
  display: inline-block;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
  margin: 0 0 0 44.14px;
  vertical-align: super;
}

html body #headingArea .heading-h3-listD dl dd p,
html body .headingArea .heading-h3-listD dl dd p {
  display: block;
  margin: 24px 0 60px 65px;
}

@media screen and (max-width: 540px) {

  html body #headingArea .heading-h3-listD dl dd p,
  html body .headingArea .heading-h3-listD dl dd p {
    margin: 54px 0 60px 40px;
  }
}

html body #headingArea #heading-h3-title,
html body #headingArea .heading-h3-title,
html body .headingArea #heading-h3-title,
html body .headingArea .heading-h3-title {
  margin: 0 0 40px 0;
}

html body #headingArea #heading-h3-title h3,
html body #headingArea #heading-h3-title .h3-title,
html body #headingArea .heading-h3-title h3,
html body #headingArea .heading-h3-title .h3-title,
html body .headingArea #heading-h3-title h3,
html body .headingArea #heading-h3-title .h3-title,
html body .headingArea .heading-h3-title h3,
html body .headingArea .heading-h3-title .h3-title {
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
}

html body #headingArea #heading-h3-titleMenu,
html body .headingArea #heading-h3-titleMenu {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-h3-titleMenu,
  html body .headingArea #heading-h3-titleMenu {
    margin: 0 0 30px 0;
  }
}

html body #headingArea #heading-h3-titleMenu h3,
html body .headingArea #heading-h3-titleMenu h3 {
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
}

html body #headingArea #heading-p,
html body .headingArea #heading-p {
  /*margin: 0 0 80px 0;									
      @include mq-max(sp) {
      	margin: 0 0 60px 0;					
      }*/
}

html body #headingArea #heading-news,
html body .headingArea #heading-news {
  margin: 0 0 180px 0;
}

@media screen and (max-width: 1148px) {

  html body #headingArea #heading-news,
  html body .headingArea #heading-news {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #headingArea #heading-news,
  html body .headingArea #heading-news {
    margin: 0 0 50px 0;
  }
}

html body #headingArea #heading-con,
html body .headingArea #heading-con {
  margin: 0 0 30px 0;
}

html body #headingArea #heading-con .essay,
html body .headingArea #heading-con .essay {
  font-weight: 400;
}

html body #headingArea #bold,
html body .headingArea #bold {
  margin: 0 0 32px 0;
}

html body #headingArea #bold p,
html body .headingArea #bold p {
  font-weight: 500;
}

html body #headingArea #red,
html body .headingArea #red {
  margin: 0 0 60px 0;
}

html body #headingArea #red p,
html body .headingArea #red p {
  color: #ac0000;
  font-weight: 300;
}

html body #headingArea #list-point ul li,
html body .headingArea #list-point ul li {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
  position: relative;
}

html body #headingArea #list-point ul li::before,
html body .headingArea #list-point ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: url("../image/point.svg");
}

@media screen and (max-width: 540px) {

  html body #headingArea #list-point ul li::before,
  html body .headingArea #list-point ul li::before {
    top: 0px;
  }
}

html body #headingArea #list-point ul li .essay,
html body .headingArea #list-point ul li .essay {
  font-weight: 300;
}

html body #headingArea #list-point ul li a,
html body .headingArea #list-point ul li a {
  font-size: 0.875rem;
  color: #55342c;
  font-weight: 300;
  position: relative;
  text-decoration: underline;
  padding: 0 15px 0 0;
}

html body #headingArea #list-point ul li a:hover,
html body .headingArea #list-point ul li a:hover {
  opacity: 0.5;
}

html body #headingArea #list-point ul li a::after,
html body .headingArea #list-point ul li a::after {
  display: block;
  content: url("../image/onlinestore-KC.svg");
  position: absolute;
  height: 25px;
  line-height: 25px;
  top: -2px;
  left: 45px;
}

html body #headingArea .list-count,
html body .headingArea .list-count {
  margin: 0 0 75px 0;
}

html body #headingArea .list-count ol,
html body .headingArea .list-count ol {
  counter-reset: number 0;
}

html body #headingArea .list-count ol li,
html body .headingArea .list-count ol li {
  position: relative;
}

html body #headingArea .list-count ol li::before,
html body .headingArea .list-count ol li::before {
  position: absolute;
  top: 3px;
  counter-increment: number 1;
  content: counter(number);
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

html body #headingArea .list-count ol li p,
html body .headingArea .list-count ol li p {
  margin: 0 0 30px 25px;
}

@media screen and (max-width: 540px) {

  html body #headingArea .list-count ol li p,
  html body .headingArea .list-count ol li p {
    margin: 0 0 30px 25px;
  }
}

html body #headingArea #qA,
html body .headingArea #qA {
  position: relative;
  margin: 0 0 40px 0;
}

html body #headingArea #qA p#question,
html body .headingArea #qA p#question {
  font-size: 1.125rem;
  padding: 40px 0 40px 68px;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  position: relative;
  font-weight: 300;
  color: #55342c;
}

@media screen and (max-width: 540px) {

  html body #headingArea #qA p#question,
  html body .headingArea #qA p#question {
    font-size: 1rem;
    padding: 40px 20px 40px 40px;
    line-height: 2.0;
  }
}

html body #headingArea #qA p#question::before,
html body .headingArea #qA p#question::before {
  position: absolute;
  top: 30px;
  left: 0px;
  display: block;
  content: url("../image/Q.svg");
}

@media screen and (max-width: 540px) {

  html body #headingArea #qA p#question::before,
  html body .headingArea #qA p#question::before {
    top: 35px;
  }
}

html body #headingArea #qA p#question .sp,
html body .headingArea #qA p#question .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #qA p#question .sp,
  html body .headingArea #qA p#question .sp {
    display: inline-block;
  }
}

html body #headingArea #qA p#ans,
html body .headingArea #qA p#ans {
  display: none;
  font-size: 0.875rem;
  padding: 0 30px 30px 68px;
  border-top: none;
  border-bottom: solid 1px #d6d6d6;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body #headingArea #qA p#ans,
  html body .headingArea #qA p#ans {
    padding: 0px 20px 30px 40px;
  }
}

html body #headingArea #qA p#ans::before,
html body .headingArea #qA p#ans::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: url("../image/A..svg");
}

html body #headingArea #qA #questionDrawer,
html body .headingArea #qA #questionDrawer {
  position: absolute;
  top: 50px;
  right: 0px;
}

@media screen and (max-width: 540px) {

  html body #headingArea #qA #questionDrawer,
  html body .headingArea #qA #questionDrawer {
    top: 58px;
    right: 0px;
  }
}

html body #headingArea #QA,
html body .headingArea #QA {
  position: relative;
  margin: 0 0 100px 0;
}

html body #headingArea #QA p#Question,
html body .headingArea #QA p#Question {
  font-size: 1.125rem;
  padding: 40px 0 40px 68px;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  position: relative;
  font-weight: 300;
  color: #55342c;
}

@media screen and (max-width: 540px) {

  html body #headingArea #QA p#Question,
  html body .headingArea #QA p#Question {
    font-size: 1rem;
    padding: 40px 20px 40px 40px;
    line-height: 2.0;
  }
}

html body #headingArea #QA p#Question::before,
html body .headingArea #QA p#Question::before {
  position: absolute;
  top: 30px;
  left: 0px;
  display: block;
  content: url("../image/Q.svg");
}

@media screen and (max-width: 540px) {

  html body #headingArea #QA p#Question::before,
  html body .headingArea #QA p#Question::before {
    top: 35px;
  }
}

html body #headingArea #QA p#Question .sp,
html body .headingArea #QA p#Question .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #headingArea #QA p#Question .sp,
  html body .headingArea #QA p#Question .sp {
    display: inline-block;
  }
}

html body #headingArea #QA p#Ans,
html body .headingArea #QA p#Ans {
  display: none;
  font-size: 0.875rem;
  padding: 0 30px 30px 68px;
  border-top: none;
  border-bottom: solid 1px #d6d6d6;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body #headingArea #QA p#Ans,
  html body .headingArea #QA p#Ans {
    padding: 0px 20px 30px 40px;
  }
}

html body #headingArea #QA p#Ans::before,
html body .headingArea #QA p#Ans::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: url("../image/A..svg");
}

html body #headingArea #QA #QuestionDrawer,
html body .headingArea #QA #QuestionDrawer {
  position: absolute;
  top: 50px;
  right: 0px;
}

@media screen and (max-width: 540px) {

  html body #headingArea #QA #QuestionDrawer,
  html body .headingArea #QA #QuestionDrawer {
    top: 58px;
    right: 0px;
  }
}

html body #side {
  width: 17.5%;
  float: left;
}

@media screen and (max-width: 1148px) {
  html body #side {
    width: 100%;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #side {
    margin: 0 0 50px 0;
  }
}

html body #side .newsnav .newsNav {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1148px) {
  html body #side .newsnav .newsNav {
    display: flex;
  }
}

@media screen and (max-width: 1148px) {

  html body #side .newsnav .newsNav .cat,
  html body #side .newsnav .newsNav .arc {
    justify-content: center;
    text-align: center;
    width: 50%;
    margin: 0 auto 0 auto;
  }
}

html body #side .newsnav .newsNav .cat a,
html body #side .newsnav .newsNav .arc a {
  display: block;
  font-size: 1.125rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #3f251e;
  text-align: left;
  margin: 0 0 20px 0;
}

html body #side .newsnav .newsNav .cat a.last,
html body #side .newsnav .newsNav .arc a.last {
  margin: 0 0 75px 0;
}

@media screen and (max-width: 1148px) {

  html body #side .newsnav .newsNav .cat a.last,
  html body #side .newsnav .newsNav .arc a.last {
    margin: 0 0 0 0;
  }
}

html body #side .newsnav .newsNav .cat li a,
html body #side .newsnav .newsNav .arc li a {
  display: block;
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #170e09;
  text-align: left;
  margin: 0 0 20px 0;
}

html body #side .newsnav .newsNav .cat li a:hover,
html body #side .newsnav .newsNav .arc li a:hover {
  opacity: 0.5;
}

html body #side .newsnav .newsNav .cat li a.current,
html body #side .newsnav .newsNav .arc li a.current {
  opacity: 0.3;
  pointer-events: none;
}

html body #side .newsnav .newsNav .cat li.last,
html body #side .newsnav .newsNav .arc li.last {
  margin: 0 0 95px 0;
}

html body #imageArea #img #img-1,
html body #imageArea #img #img-1-news,
html body #imageArea #img #img-1-2,
html body #imageArea #img #img-2,
html body #imageArea #img #img-3,
html body .imageArea #img #img-1,
html body .imageArea #img #img-1-news,
html body .imageArea #img #img-1-2,
html body .imageArea #img #img-2,
html body .imageArea #img #img-3 {
  margin: 0 0 100px 0;
}

html body #imageArea #img #img-1 img,
html body #imageArea #img #img-1-news img,
html body #imageArea #img #img-1-2 img,
html body #imageArea #img #img-2 img,
html body #imageArea #img #img-3 img,
html body #imageArea #img #img-4 img,
html body .imageArea #img #img-1 img,
html body .imageArea #img #img-1-news img,
html body .imageArea #img #img-1-2 img,
html body .imageArea #img #img-2 img,
html body .imageArea #img #img-3 img,
html body .imageArea #img #img-4 img {
  width: 100%;
}

@media screen and (max-width: 540px) {

  html body #imageArea #img #img-1,
  html body #imageArea #img #img-1-news,
  html body .imageArea #img #img-1,
  html body .imageArea #img #img-1-news {
    margin: 0 0 40px 0;
  }
}

html body #imageArea #img #img-1 img,
html body #imageArea #img #img-1-news img,
html body .imageArea #img #img-1 img,
html body .imageArea #img #img-1-news img {
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #img #img-1 img,
  html body #imageArea #img #img-1-news img,
  html body .imageArea #img #img-1 img,
  html body .imageArea #img #img-1-news img {
    height: 50vh;
    object-fit: cover;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #img #img-1 img,
  html body #imageArea #img #img-1-news img,
  html body .imageArea #img #img-1 img,
  html body .imageArea #img #img-1-news img {
    height: 50vh;
    object-fit: cover;
  }
}

html body #imageArea #img #img-1.w_100,
html body .imageArea #img #img-1.w_100 {
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #img #img-1.w_100,
  html body .imageArea #img #img-1.w_100 {
    left: -30px;
  }

  html body #imageArea #img #img-1.w_100 img,
  html body .imageArea #img #img-1.w_100 img {
    width: calc(100% + 60px);
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #img #img-1.w_100,
  html body .imageArea #img #img-1.w_100 {
    left: -15px;
    margin-bottom: 60px;
  }

  html body #imageArea #img #img-1.w_100 img,
  html body .imageArea #img #img-1.w_100 img {
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 1148px) {

  html body #imageArea #img #img-1-news,
  html body .imageArea #img #img-1-news {
    margin: 0 0 60px 0;
  }
}

html body #imageArea #img #img-1-news img,
html body .imageArea #img #img-1-news img {
  margin: 0 0 30px 0;
}

html body #imageArea #img #img-1-news .essay,
html body .imageArea #img #img-1-news .essay {
  font-weight: 300;
}

html body #imageArea #img #img-2,
html body .imageArea #img #img-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

html body #imageArea #img #img-3,
html body #imageArea #img #img-4,
html body .imageArea #img #img-3,
html body .imageArea #img #img-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 540px) {

  html body #imageArea #img #img-3,
  html body #imageArea #img #img-4,
  html body .imageArea #img #img-3,
  html body .imageArea #img #img-4 {
    display: none;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #img #img-2 img,
  html body #imageArea #img #img-3 img,
  html body #imageArea #img #img-4 img,
  html body .imageArea #img #img-2 img,
  html body .imageArea #img #img-3 img,
  html body .imageArea #img #img-4 img {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px auto;
  }
}

html body #imageArea #img #img-2 img,
html body #imageArea #img #img-2-news img,
html body .imageArea #img #img-2 img,
html body .imageArea #img #img-2-news img {
  width: 48.5%;
}

html body #imageArea #img #img-3 img,
html body .imageArea #img #img-3 img {
  width: 31%;
}

html body #imageArea #img #img-4 img,
html body .imageArea #img #img-4 img {
  width: 23%;
}

html body #imageArea #img #img-4,
html body .imageArea #img #img-4 {
  margin: 0 0 143px 0;
}

html body #imageArea #img #img-2-news,
html body .imageArea #img #img-2-news {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #img #img-2-news,
  html body .imageArea #img #img-2-news {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #img #img-2-news,
  html body .imageArea #img #img-2-news {
    display: block;
    margin: 0 0 0 0;
  }
}

html body #imageArea #img #img-2-news .col,
html body .imageArea #img #img-2-news .col {
  width: 48.5%;
}

@media screen and (max-width: 540px) {

  html body #imageArea #img #img-2-news .col,
  html body .imageArea #img #img-2-news .col {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

html body #imageArea #img #img-2-news .col img,
html body .imageArea #img #img-2-news .col img {
  width: 100%;
  margin: 0 0 20px 0;
}

html body #imageArea #img #img-2-news .col .essay,
html body .imageArea #img #img-2-news .col .essay {
  font-size: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #55342c;
}

html body #imageArea #imgEL,
html body .imageArea #imgEL {
  background-image: url("../image/EI01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  align-items: center;
  color: white;
  height: 850px;
  position: relative;
  margin: 0 0 75px 0;
}

@media screen and (min-width: 1148px) {

  html body #imageArea #imgEL,
  html body .imageArea #imgEL {
    width: 100%;
    height: calc(100vh - 230px);
  }
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgEL,
  html body .imageArea #imgEL {
    height: calc(100vh - 135px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgEL,
  html body .imageArea #imgEL {
    margin-bottom: 20px;
  }
}

html body #imageArea #imgEL .text,
html body .imageArea #imgEL .text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

html body #imageArea #imgEL .text h1,
html body .imageArea #imgEL .text h1 {
  font-size: 3.375rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin: 0 0 35px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgEL .text h1,
  html body .imageArea #imgEL .text h1 {
    text-align: center;
    margin: 0 auto 25px auto;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {

  html body #imageArea #imgEL .text h1,
  html body .imageArea #imgEL .text h1 {
    font-size: 3.375rem;
    margin: 0 auto 25px auto;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgEL .text h1,
  html body .imageArea #imgEL .text h1 {
    font-size: 1.75rem;
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width: 320px) {

  html body #imageArea #imgEL .text h1,
  html body .imageArea #imgEL .text h1 {
    font-size: 1.375rem;
    margin: 0 8px 25px 8px;
  }
}

html body #imageArea #imgEL .text p,
html body .imageArea #imgEL .text p {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 2.0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgEL .text p,
  html body .imageArea #imgEL .text p {
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 768px) {

  html body #imageArea #imgEL .text p,
  html body .imageArea #imgEL .text p {
    margin: 0 15px 0 15px;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgEL .text p,
  html body .imageArea #imgEL .text p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 320px) {

  html body #imageArea #imgEL .text p,
  html body .imageArea #imgEL .text p {
    font-size: 0.75rem;
    margin: 0 8px 0 8px;
  }
}

html body #imageArea .img-col100.mab_100,
html body .imageArea .img-col100.mab_100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 540px) {

  html body #imageArea .img-col100.mab_100,
  html body .imageArea .img-col100.mab_100 {
    margin-bottom: 60px;
  }
}

html body #imageArea .img-col100 img,
html body .imageArea .img-col100 img {
  display: block;
  max-width: 100%;
  margin: 0 auto 60px auto;
}

@media screen and (max-width: 540px) {

  html body #imageArea .img-col100 img,
  html body .imageArea .img-col100 img {
    margin-bottom: 25px;
  }
}

html body #imageArea .img-col100 p,
html body .imageArea .img-col100 p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 540px) {

  html body #imageArea .img-col100 p,
  html body .imageArea .img-col100 p {
    font-size: 1.25rem;
  }

  html body #imageArea .img-col100 p br.sp,
  html body .imageArea .img-col100 p br.sp {
    display: none;
  }
}

html body #imageArea #imgSep #img-h2,
html body #imageArea #imgSep .img-h2,
html body #imageArea #imgSep #img-h2UP,
html body #imageArea #imgSep #img-h2-EL,
html body #imageArea #imgSep #img-h2Re,
html body #imageArea #imgSep .img-h2Re,
html body #imageArea #imgSep #img-h2Re-EL,
html body #imageArea #imgSep #img-h3,
html body #imageArea #imgSep #img-h3Re,
html body #imageArea #imgSep #img-h3Ve4,
html body #imageArea #imgSep .img-h3Ve4,
html body #imageArea #imgSep #img-h2-sum,
html body #imageArea #imgSep #img-h2-sum-re,
html body #imageArea #imgSep #img-h2-sumFC,
html body #imageArea #imgSep #img-h2-slide,
html body #imageArea #imgSep #img-h3Ve3,
html body #imageArea #imgSep #img-h3Ve3FC,
html body #imageArea #imgSep #img-h3Ve3Nav,
html body #imageArea #imgSep #img-h3Ve3MO,
html body #imageArea #imgSep #img-h3Ve4-title,
html body #imageArea #imgSep #img-h3Ve4-shop,
html body #imageArea #imgSep #img-h2-long,
html body #imageArea #imgSep #img-h2-txt-h3,
html body #imageArea #imgSep #img-h2-txt-h3Re,
html body #imageArea #imgSep #img-h2-mes,
html body #imageArea #imgSep #img-h2-longMes,
html body #imageArea #imgSep .img-h2-longMes,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS,
html body #imageArea #imgSep #img-h2-txt-h3-Bl,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100,
html body #imageArea #imgSep #img-h3Title,
html body #imageArea .imgSep #img-h2,
html body #imageArea .imgSep .img-h2,
html body #imageArea .imgSep #img-h2UP,
html body #imageArea .imgSep #img-h2-EL,
html body #imageArea .imgSep #img-h2Re,
html body #imageArea .imgSep .img-h2Re,
html body #imageArea .imgSep #img-h2Re-EL,
html body #imageArea .imgSep #img-h3,
html body #imageArea .imgSep #img-h3Re,
html body #imageArea .imgSep #img-h3Ve4,
html body #imageArea .imgSep .img-h3Ve4,
html body #imageArea .imgSep #img-h2-sum,
html body #imageArea .imgSep #img-h2-sum-re,
html body #imageArea .imgSep #img-h2-sumFC,
html body #imageArea .imgSep #img-h2-slide,
html body #imageArea .imgSep #img-h3Ve3,
html body #imageArea .imgSep #img-h3Ve3FC,
html body #imageArea .imgSep #img-h3Ve3Nav,
html body #imageArea .imgSep #img-h3Ve3MO,
html body #imageArea .imgSep #img-h3Ve4-title,
html body #imageArea .imgSep #img-h3Ve4-shop,
html body #imageArea .imgSep #img-h2-long,
html body #imageArea .imgSep #img-h2-txt-h3,
html body #imageArea .imgSep #img-h2-txt-h3Re,
html body #imageArea .imgSep #img-h2-mes,
html body #imageArea .imgSep #img-h2-longMes,
html body #imageArea .imgSep .img-h2-longMes,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS,
html body #imageArea .imgSep #img-h2-txt-h3-Bl,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100,
html body #imageArea .imgSep #img-h3Title,
html body .imageArea #imgSep #img-h2,
html body .imageArea #imgSep .img-h2,
html body .imageArea #imgSep #img-h2UP,
html body .imageArea #imgSep #img-h2-EL,
html body .imageArea #imgSep #img-h2Re,
html body .imageArea #imgSep .img-h2Re,
html body .imageArea #imgSep #img-h2Re-EL,
html body .imageArea #imgSep #img-h3,
html body .imageArea #imgSep #img-h3Re,
html body .imageArea #imgSep #img-h3Ve4,
html body .imageArea #imgSep .img-h3Ve4,
html body .imageArea #imgSep #img-h2-sum,
html body .imageArea #imgSep #img-h2-sum-re,
html body .imageArea #imgSep #img-h2-sumFC,
html body .imageArea #imgSep #img-h2-slide,
html body .imageArea #imgSep #img-h3Ve3,
html body .imageArea #imgSep #img-h3Ve3FC,
html body .imageArea #imgSep #img-h3Ve3Nav,
html body .imageArea #imgSep #img-h3Ve3MO,
html body .imageArea #imgSep #img-h3Ve4-title,
html body .imageArea #imgSep #img-h3Ve4-shop,
html body .imageArea #imgSep #img-h2-long,
html body .imageArea #imgSep #img-h2-txt-h3,
html body .imageArea #imgSep #img-h2-txt-h3Re,
html body .imageArea #imgSep #img-h2-mes,
html body .imageArea #imgSep #img-h2-longMes,
html body .imageArea #imgSep .img-h2-longMes,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS,
html body .imageArea #imgSep #img-h2-txt-h3-Bl,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100,
html body .imageArea #imgSep #img-h3Title,
html body .imageArea .imgSep #img-h2,
html body .imageArea .imgSep .img-h2,
html body .imageArea .imgSep #img-h2UP,
html body .imageArea .imgSep #img-h2-EL,
html body .imageArea .imgSep #img-h2Re,
html body .imageArea .imgSep .img-h2Re,
html body .imageArea .imgSep #img-h2Re-EL,
html body .imageArea .imgSep #img-h3,
html body .imageArea .imgSep #img-h3Re,
html body .imageArea .imgSep #img-h3Ve4,
html body .imageArea .imgSep .img-h3Ve4,
html body .imageArea .imgSep #img-h2-sum,
html body .imageArea .imgSep #img-h2-sum-re,
html body .imageArea .imgSep #img-h2-sumFC,
html body .imageArea .imgSep #img-h2-slide,
html body .imageArea .imgSep #img-h3Ve3,
html body .imageArea .imgSep #img-h3Ve3FC,
html body .imageArea .imgSep #img-h3Ve3Nav,
html body .imageArea .imgSep #img-h3Ve3MO,
html body .imageArea .imgSep #img-h3Ve4-title,
html body .imageArea .imgSep #img-h3Ve4-shop,
html body .imageArea .imgSep #img-h2-long,
html body .imageArea .imgSep #img-h2-txt-h3,
html body .imageArea .imgSep #img-h2-txt-h3Re,
html body .imageArea .imgSep #img-h2-mes,
html body .imageArea .imgSep #img-h2-longMes,
html body .imageArea .imgSep .img-h2-longMes,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS,
html body .imageArea .imgSep #img-h2-txt-h3-Bl,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100,
html body .imageArea .imgSep #img-h3Title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2,
  html body #imageArea #imgSep .img-h2,
  html body #imageArea #imgSep #img-h2UP,
  html body #imageArea #imgSep #img-h2-EL,
  html body #imageArea #imgSep #img-h2Re,
  html body #imageArea #imgSep .img-h2Re,
  html body #imageArea #imgSep #img-h2Re-EL,
  html body #imageArea #imgSep #img-h3,
  html body #imageArea #imgSep #img-h3Re,
  html body #imageArea #imgSep #img-h3Ve4,
  html body #imageArea #imgSep .img-h3Ve4,
  html body #imageArea #imgSep #img-h2-sum,
  html body #imageArea #imgSep #img-h2-sum-re,
  html body #imageArea #imgSep #img-h2-sumFC,
  html body #imageArea #imgSep #img-h2-slide,
  html body #imageArea #imgSep #img-h3Ve3,
  html body #imageArea #imgSep #img-h3Ve3FC,
  html body #imageArea #imgSep #img-h3Ve3Nav,
  html body #imageArea #imgSep #img-h3Ve3MO,
  html body #imageArea #imgSep #img-h3Ve4-title,
  html body #imageArea #imgSep #img-h3Ve4-shop,
  html body #imageArea #imgSep #img-h2-long,
  html body #imageArea #imgSep #img-h2-txt-h3,
  html body #imageArea #imgSep #img-h2-txt-h3Re,
  html body #imageArea #imgSep #img-h2-mes,
  html body #imageArea #imgSep #img-h2-longMes,
  html body #imageArea #imgSep .img-h2-longMes,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100,
  html body #imageArea #imgSep #img-h3Title,
  html body #imageArea .imgSep #img-h2,
  html body #imageArea .imgSep .img-h2,
  html body #imageArea .imgSep #img-h2UP,
  html body #imageArea .imgSep #img-h2-EL,
  html body #imageArea .imgSep #img-h2Re,
  html body #imageArea .imgSep .img-h2Re,
  html body #imageArea .imgSep #img-h2Re-EL,
  html body #imageArea .imgSep #img-h3,
  html body #imageArea .imgSep #img-h3Re,
  html body #imageArea .imgSep #img-h3Ve4,
  html body #imageArea .imgSep .img-h3Ve4,
  html body #imageArea .imgSep #img-h2-sum,
  html body #imageArea .imgSep #img-h2-sum-re,
  html body #imageArea .imgSep #img-h2-sumFC,
  html body #imageArea .imgSep #img-h2-slide,
  html body #imageArea .imgSep #img-h3Ve3,
  html body #imageArea .imgSep #img-h3Ve3FC,
  html body #imageArea .imgSep #img-h3Ve3Nav,
  html body #imageArea .imgSep #img-h3Ve3MO,
  html body #imageArea .imgSep #img-h3Ve4-title,
  html body #imageArea .imgSep #img-h3Ve4-shop,
  html body #imageArea .imgSep #img-h2-long,
  html body #imageArea .imgSep #img-h2-txt-h3,
  html body #imageArea .imgSep #img-h2-txt-h3Re,
  html body #imageArea .imgSep #img-h2-mes,
  html body #imageArea .imgSep #img-h2-longMes,
  html body #imageArea .imgSep .img-h2-longMes,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100,
  html body #imageArea .imgSep #img-h3Title,
  html body .imageArea #imgSep #img-h2,
  html body .imageArea #imgSep .img-h2,
  html body .imageArea #imgSep #img-h2UP,
  html body .imageArea #imgSep #img-h2-EL,
  html body .imageArea #imgSep #img-h2Re,
  html body .imageArea #imgSep .img-h2Re,
  html body .imageArea #imgSep #img-h2Re-EL,
  html body .imageArea #imgSep #img-h3,
  html body .imageArea #imgSep #img-h3Re,
  html body .imageArea #imgSep #img-h3Ve4,
  html body .imageArea #imgSep .img-h3Ve4,
  html body .imageArea #imgSep #img-h2-sum,
  html body .imageArea #imgSep #img-h2-sum-re,
  html body .imageArea #imgSep #img-h2-sumFC,
  html body .imageArea #imgSep #img-h2-slide,
  html body .imageArea #imgSep #img-h3Ve3,
  html body .imageArea #imgSep #img-h3Ve3FC,
  html body .imageArea #imgSep #img-h3Ve3Nav,
  html body .imageArea #imgSep #img-h3Ve3MO,
  html body .imageArea #imgSep #img-h3Ve4-title,
  html body .imageArea #imgSep #img-h3Ve4-shop,
  html body .imageArea #imgSep #img-h2-long,
  html body .imageArea #imgSep #img-h2-txt-h3,
  html body .imageArea #imgSep #img-h2-txt-h3Re,
  html body .imageArea #imgSep #img-h2-mes,
  html body .imageArea #imgSep #img-h2-longMes,
  html body .imageArea #imgSep .img-h2-longMes,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100,
  html body .imageArea #imgSep #img-h3Title,
  html body .imageArea .imgSep #img-h2,
  html body .imageArea .imgSep .img-h2,
  html body .imageArea .imgSep #img-h2UP,
  html body .imageArea .imgSep #img-h2-EL,
  html body .imageArea .imgSep #img-h2Re,
  html body .imageArea .imgSep .img-h2Re,
  html body .imageArea .imgSep #img-h2Re-EL,
  html body .imageArea .imgSep #img-h3,
  html body .imageArea .imgSep #img-h3Re,
  html body .imageArea .imgSep #img-h3Ve4,
  html body .imageArea .imgSep .img-h3Ve4,
  html body .imageArea .imgSep #img-h2-sum,
  html body .imageArea .imgSep #img-h2-sum-re,
  html body .imageArea .imgSep #img-h2-sumFC,
  html body .imageArea .imgSep #img-h2-slide,
  html body .imageArea .imgSep #img-h3Ve3,
  html body .imageArea .imgSep #img-h3Ve3FC,
  html body .imageArea .imgSep #img-h3Ve3Nav,
  html body .imageArea .imgSep #img-h3Ve3MO,
  html body .imageArea .imgSep #img-h3Ve4-title,
  html body .imageArea .imgSep #img-h3Ve4-shop,
  html body .imageArea .imgSep #img-h2-long,
  html body .imageArea .imgSep #img-h2-txt-h3,
  html body .imageArea .imgSep #img-h2-txt-h3Re,
  html body .imageArea .imgSep #img-h2-mes,
  html body .imageArea .imgSep #img-h2-longMes,
  html body .imageArea .imgSep .img-h2-longMes,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100,
  html body .imageArea .imgSep #img-h3Title {
    display: block;
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h2.ma_b100,
html body #imageArea #imgSep .img-h2.ma_b100,
html body #imageArea #imgSep #img-h2UP.ma_b100,
html body #imageArea #imgSep #img-h2-EL.ma_b100,
html body #imageArea #imgSep #img-h2Re.ma_b100,
html body #imageArea #imgSep .img-h2Re.ma_b100,
html body #imageArea #imgSep #img-h2Re-EL.ma_b100,
html body #imageArea #imgSep #img-h3.ma_b100,
html body #imageArea #imgSep #img-h3Re.ma_b100,
html body #imageArea #imgSep #img-h3Ve4.ma_b100,
html body #imageArea #imgSep .img-h3Ve4.ma_b100,
html body #imageArea #imgSep #img-h2-sum.ma_b100,
html body #imageArea #imgSep #img-h2-sum-re.ma_b100,
html body #imageArea #imgSep #img-h2-sumFC.ma_b100,
html body #imageArea #imgSep #img-h2-slide.ma_b100,
html body #imageArea #imgSep #img-h3Ve3.ma_b100,
html body #imageArea #imgSep #img-h3Ve3FC.ma_b100,
html body #imageArea #imgSep #img-h3Ve3Nav.ma_b100,
html body #imageArea #imgSep #img-h3Ve3MO.ma_b100,
html body #imageArea #imgSep #img-h3Ve4-title.ma_b100,
html body #imageArea #imgSep #img-h3Ve4-shop.ma_b100,
html body #imageArea #imgSep #img-h2-long.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3Re.ma_b100,
html body #imageArea #imgSep #img-h2-mes.ma_b100,
html body #imageArea #imgSep #img-h2-longMes.ma_b100,
html body #imageArea #imgSep .img-h2-longMes.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl.ma_b100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100.ma_b100,
html body #imageArea #imgSep #img-h3Title.ma_b100,
html body #imageArea .imgSep #img-h2.ma_b100,
html body #imageArea .imgSep .img-h2.ma_b100,
html body #imageArea .imgSep #img-h2UP.ma_b100,
html body #imageArea .imgSep #img-h2-EL.ma_b100,
html body #imageArea .imgSep #img-h2Re.ma_b100,
html body #imageArea .imgSep .img-h2Re.ma_b100,
html body #imageArea .imgSep #img-h2Re-EL.ma_b100,
html body #imageArea .imgSep #img-h3.ma_b100,
html body #imageArea .imgSep #img-h3Re.ma_b100,
html body #imageArea .imgSep #img-h3Ve4.ma_b100,
html body #imageArea .imgSep .img-h3Ve4.ma_b100,
html body #imageArea .imgSep #img-h2-sum.ma_b100,
html body #imageArea .imgSep #img-h2-sum-re.ma_b100,
html body #imageArea .imgSep #img-h2-sumFC.ma_b100,
html body #imageArea .imgSep #img-h2-slide.ma_b100,
html body #imageArea .imgSep #img-h3Ve3.ma_b100,
html body #imageArea .imgSep #img-h3Ve3FC.ma_b100,
html body #imageArea .imgSep #img-h3Ve3Nav.ma_b100,
html body #imageArea .imgSep #img-h3Ve3MO.ma_b100,
html body #imageArea .imgSep #img-h3Ve4-title.ma_b100,
html body #imageArea .imgSep #img-h3Ve4-shop.ma_b100,
html body #imageArea .imgSep #img-h2-long.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3Re.ma_b100,
html body #imageArea .imgSep #img-h2-mes.ma_b100,
html body #imageArea .imgSep #img-h2-longMes.ma_b100,
html body #imageArea .imgSep .img-h2-longMes.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl.ma_b100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100.ma_b100,
html body #imageArea .imgSep #img-h3Title.ma_b100,
html body .imageArea #imgSep #img-h2.ma_b100,
html body .imageArea #imgSep .img-h2.ma_b100,
html body .imageArea #imgSep #img-h2UP.ma_b100,
html body .imageArea #imgSep #img-h2-EL.ma_b100,
html body .imageArea #imgSep #img-h2Re.ma_b100,
html body .imageArea #imgSep .img-h2Re.ma_b100,
html body .imageArea #imgSep #img-h2Re-EL.ma_b100,
html body .imageArea #imgSep #img-h3.ma_b100,
html body .imageArea #imgSep #img-h3Re.ma_b100,
html body .imageArea #imgSep #img-h3Ve4.ma_b100,
html body .imageArea #imgSep .img-h3Ve4.ma_b100,
html body .imageArea #imgSep #img-h2-sum.ma_b100,
html body .imageArea #imgSep #img-h2-sum-re.ma_b100,
html body .imageArea #imgSep #img-h2-sumFC.ma_b100,
html body .imageArea #imgSep #img-h2-slide.ma_b100,
html body .imageArea #imgSep #img-h3Ve3.ma_b100,
html body .imageArea #imgSep #img-h3Ve3FC.ma_b100,
html body .imageArea #imgSep #img-h3Ve3Nav.ma_b100,
html body .imageArea #imgSep #img-h3Ve3MO.ma_b100,
html body .imageArea #imgSep #img-h3Ve4-title.ma_b100,
html body .imageArea #imgSep #img-h3Ve4-shop.ma_b100,
html body .imageArea #imgSep #img-h2-long.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3Re.ma_b100,
html body .imageArea #imgSep #img-h2-mes.ma_b100,
html body .imageArea #imgSep #img-h2-longMes.ma_b100,
html body .imageArea #imgSep .img-h2-longMes.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl.ma_b100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100.ma_b100,
html body .imageArea #imgSep #img-h3Title.ma_b100,
html body .imageArea .imgSep #img-h2.ma_b100,
html body .imageArea .imgSep .img-h2.ma_b100,
html body .imageArea .imgSep #img-h2UP.ma_b100,
html body .imageArea .imgSep #img-h2-EL.ma_b100,
html body .imageArea .imgSep #img-h2Re.ma_b100,
html body .imageArea .imgSep .img-h2Re.ma_b100,
html body .imageArea .imgSep #img-h2Re-EL.ma_b100,
html body .imageArea .imgSep #img-h3.ma_b100,
html body .imageArea .imgSep #img-h3Re.ma_b100,
html body .imageArea .imgSep #img-h3Ve4.ma_b100,
html body .imageArea .imgSep .img-h3Ve4.ma_b100,
html body .imageArea .imgSep #img-h2-sum.ma_b100,
html body .imageArea .imgSep #img-h2-sum-re.ma_b100,
html body .imageArea .imgSep #img-h2-sumFC.ma_b100,
html body .imageArea .imgSep #img-h2-slide.ma_b100,
html body .imageArea .imgSep #img-h3Ve3.ma_b100,
html body .imageArea .imgSep #img-h3Ve3FC.ma_b100,
html body .imageArea .imgSep #img-h3Ve3Nav.ma_b100,
html body .imageArea .imgSep #img-h3Ve3MO.ma_b100,
html body .imageArea .imgSep #img-h3Ve4-title.ma_b100,
html body .imageArea .imgSep #img-h3Ve4-shop.ma_b100,
html body .imageArea .imgSep #img-h2-long.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3Re.ma_b100,
html body .imageArea .imgSep #img-h2-mes.ma_b100,
html body .imageArea .imgSep #img-h2-longMes.ma_b100,
html body .imageArea .imgSep .img-h2-longMes.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl.ma_b100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100.ma_b100,
html body .imageArea .imgSep #img-h3Title.ma_b100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2.ma_b100,
  html body #imageArea #imgSep .img-h2.ma_b100,
  html body #imageArea #imgSep #img-h2UP.ma_b100,
  html body #imageArea #imgSep #img-h2-EL.ma_b100,
  html body #imageArea #imgSep #img-h2Re.ma_b100,
  html body #imageArea #imgSep .img-h2Re.ma_b100,
  html body #imageArea #imgSep #img-h2Re-EL.ma_b100,
  html body #imageArea #imgSep #img-h3.ma_b100,
  html body #imageArea #imgSep #img-h3Re.ma_b100,
  html body #imageArea #imgSep #img-h3Ve4.ma_b100,
  html body #imageArea #imgSep .img-h3Ve4.ma_b100,
  html body #imageArea #imgSep #img-h2-sum.ma_b100,
  html body #imageArea #imgSep #img-h2-sum-re.ma_b100,
  html body #imageArea #imgSep #img-h2-sumFC.ma_b100,
  html body #imageArea #imgSep #img-h2-slide.ma_b100,
  html body #imageArea #imgSep #img-h3Ve3.ma_b100,
  html body #imageArea #imgSep #img-h3Ve3FC.ma_b100,
  html body #imageArea #imgSep #img-h3Ve3Nav.ma_b100,
  html body #imageArea #imgSep #img-h3Ve3MO.ma_b100,
  html body #imageArea #imgSep #img-h3Ve4-title.ma_b100,
  html body #imageArea #imgSep #img-h3Ve4-shop.ma_b100,
  html body #imageArea #imgSep #img-h2-long.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3Re.ma_b100,
  html body #imageArea #imgSep #img-h2-mes.ma_b100,
  html body #imageArea #imgSep #img-h2-longMes.ma_b100,
  html body #imageArea #imgSep .img-h2-longMes.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl.ma_b100,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100.ma_b100,
  html body #imageArea #imgSep #img-h3Title.ma_b100,
  html body #imageArea .imgSep #img-h2.ma_b100,
  html body #imageArea .imgSep .img-h2.ma_b100,
  html body #imageArea .imgSep #img-h2UP.ma_b100,
  html body #imageArea .imgSep #img-h2-EL.ma_b100,
  html body #imageArea .imgSep #img-h2Re.ma_b100,
  html body #imageArea .imgSep .img-h2Re.ma_b100,
  html body #imageArea .imgSep #img-h2Re-EL.ma_b100,
  html body #imageArea .imgSep #img-h3.ma_b100,
  html body #imageArea .imgSep #img-h3Re.ma_b100,
  html body #imageArea .imgSep #img-h3Ve4.ma_b100,
  html body #imageArea .imgSep .img-h3Ve4.ma_b100,
  html body #imageArea .imgSep #img-h2-sum.ma_b100,
  html body #imageArea .imgSep #img-h2-sum-re.ma_b100,
  html body #imageArea .imgSep #img-h2-sumFC.ma_b100,
  html body #imageArea .imgSep #img-h2-slide.ma_b100,
  html body #imageArea .imgSep #img-h3Ve3.ma_b100,
  html body #imageArea .imgSep #img-h3Ve3FC.ma_b100,
  html body #imageArea .imgSep #img-h3Ve3Nav.ma_b100,
  html body #imageArea .imgSep #img-h3Ve3MO.ma_b100,
  html body #imageArea .imgSep #img-h3Ve4-title.ma_b100,
  html body #imageArea .imgSep #img-h3Ve4-shop.ma_b100,
  html body #imageArea .imgSep #img-h2-long.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3Re.ma_b100,
  html body #imageArea .imgSep #img-h2-mes.ma_b100,
  html body #imageArea .imgSep #img-h2-longMes.ma_b100,
  html body #imageArea .imgSep .img-h2-longMes.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl.ma_b100,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100.ma_b100,
  html body #imageArea .imgSep #img-h3Title.ma_b100,
  html body .imageArea #imgSep #img-h2.ma_b100,
  html body .imageArea #imgSep .img-h2.ma_b100,
  html body .imageArea #imgSep #img-h2UP.ma_b100,
  html body .imageArea #imgSep #img-h2-EL.ma_b100,
  html body .imageArea #imgSep #img-h2Re.ma_b100,
  html body .imageArea #imgSep .img-h2Re.ma_b100,
  html body .imageArea #imgSep #img-h2Re-EL.ma_b100,
  html body .imageArea #imgSep #img-h3.ma_b100,
  html body .imageArea #imgSep #img-h3Re.ma_b100,
  html body .imageArea #imgSep #img-h3Ve4.ma_b100,
  html body .imageArea #imgSep .img-h3Ve4.ma_b100,
  html body .imageArea #imgSep #img-h2-sum.ma_b100,
  html body .imageArea #imgSep #img-h2-sum-re.ma_b100,
  html body .imageArea #imgSep #img-h2-sumFC.ma_b100,
  html body .imageArea #imgSep #img-h2-slide.ma_b100,
  html body .imageArea #imgSep #img-h3Ve3.ma_b100,
  html body .imageArea #imgSep #img-h3Ve3FC.ma_b100,
  html body .imageArea #imgSep #img-h3Ve3Nav.ma_b100,
  html body .imageArea #imgSep #img-h3Ve3MO.ma_b100,
  html body .imageArea #imgSep #img-h3Ve4-title.ma_b100,
  html body .imageArea #imgSep #img-h3Ve4-shop.ma_b100,
  html body .imageArea #imgSep #img-h2-long.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3Re.ma_b100,
  html body .imageArea #imgSep #img-h2-mes.ma_b100,
  html body .imageArea #imgSep #img-h2-longMes.ma_b100,
  html body .imageArea #imgSep .img-h2-longMes.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl.ma_b100,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100.ma_b100,
  html body .imageArea #imgSep #img-h3Title.ma_b100,
  html body .imageArea .imgSep #img-h2.ma_b100,
  html body .imageArea .imgSep .img-h2.ma_b100,
  html body .imageArea .imgSep #img-h2UP.ma_b100,
  html body .imageArea .imgSep #img-h2-EL.ma_b100,
  html body .imageArea .imgSep #img-h2Re.ma_b100,
  html body .imageArea .imgSep .img-h2Re.ma_b100,
  html body .imageArea .imgSep #img-h2Re-EL.ma_b100,
  html body .imageArea .imgSep #img-h3.ma_b100,
  html body .imageArea .imgSep #img-h3Re.ma_b100,
  html body .imageArea .imgSep #img-h3Ve4.ma_b100,
  html body .imageArea .imgSep .img-h3Ve4.ma_b100,
  html body .imageArea .imgSep #img-h2-sum.ma_b100,
  html body .imageArea .imgSep #img-h2-sum-re.ma_b100,
  html body .imageArea .imgSep #img-h2-sumFC.ma_b100,
  html body .imageArea .imgSep #img-h2-slide.ma_b100,
  html body .imageArea .imgSep #img-h3Ve3.ma_b100,
  html body .imageArea .imgSep #img-h3Ve3FC.ma_b100,
  html body .imageArea .imgSep #img-h3Ve3Nav.ma_b100,
  html body .imageArea .imgSep #img-h3Ve3MO.ma_b100,
  html body .imageArea .imgSep #img-h3Ve4-title.ma_b100,
  html body .imageArea .imgSep #img-h3Ve4-shop.ma_b100,
  html body .imageArea .imgSep #img-h2-long.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3Re.ma_b100,
  html body .imageArea .imgSep #img-h2-mes.ma_b100,
  html body .imageArea .imgSep #img-h2-longMes.ma_b100,
  html body .imageArea .imgSep .img-h2-longMes.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl.ma_b100,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80.ma_b100,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120.ma_b100,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100.ma_b100,
  html body .imageArea .imgSep #img-h3Title.ma_b100 {
    margin-bottom: 80px;
  }
}

html body #imageArea #imgSep #img-h2.aftre-col::after,
html body #imageArea #imgSep .img-h2.aftre-col::after,
html body #imageArea #imgSep #img-h2UP.aftre-col::after,
html body #imageArea #imgSep #img-h2-EL.aftre-col::after,
html body #imageArea #imgSep #img-h2Re.aftre-col::after,
html body #imageArea #imgSep .img-h2Re.aftre-col::after,
html body #imageArea #imgSep #img-h2Re-EL.aftre-col::after,
html body #imageArea #imgSep #img-h3.aftre-col::after,
html body #imageArea #imgSep #img-h3Re.aftre-col::after,
html body #imageArea #imgSep #img-h3Ve4.aftre-col::after,
html body #imageArea #imgSep .img-h3Ve4.aftre-col::after,
html body #imageArea #imgSep #img-h2-sum.aftre-col::after,
html body #imageArea #imgSep #img-h2-sum-re.aftre-col::after,
html body #imageArea #imgSep #img-h2-sumFC.aftre-col::after,
html body #imageArea #imgSep #img-h2-slide.aftre-col::after,
html body #imageArea #imgSep #img-h3Ve3.aftre-col::after,
html body #imageArea #imgSep #img-h3Ve3FC.aftre-col::after,
html body #imageArea #imgSep #img-h3Ve3Nav.aftre-col::after,
html body #imageArea #imgSep #img-h3Ve3MO.aftre-col::after,
html body #imageArea #imgSep #img-h3Ve4-title.aftre-col::after,
html body #imageArea #imgSep #img-h3Ve4-shop.aftre-col::after,
html body #imageArea #imgSep #img-h2-long.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3Re.aftre-col::after,
html body #imageArea #imgSep #img-h2-mes.aftre-col::after,
html body #imageArea #imgSep #img-h2-longMes.aftre-col::after,
html body #imageArea #imgSep .img-h2-longMes.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3-Bl.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl.aftre-col::after,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80.aftre-col::after,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120.aftre-col::after,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100.aftre-col::after,
html body #imageArea #imgSep #img-h3Title.aftre-col::after,
html body #imageArea .imgSep #img-h2.aftre-col::after,
html body #imageArea .imgSep .img-h2.aftre-col::after,
html body #imageArea .imgSep #img-h2UP.aftre-col::after,
html body #imageArea .imgSep #img-h2-EL.aftre-col::after,
html body #imageArea .imgSep #img-h2Re.aftre-col::after,
html body #imageArea .imgSep .img-h2Re.aftre-col::after,
html body #imageArea .imgSep #img-h2Re-EL.aftre-col::after,
html body #imageArea .imgSep #img-h3.aftre-col::after,
html body #imageArea .imgSep #img-h3Re.aftre-col::after,
html body #imageArea .imgSep #img-h3Ve4.aftre-col::after,
html body #imageArea .imgSep .img-h3Ve4.aftre-col::after,
html body #imageArea .imgSep #img-h2-sum.aftre-col::after,
html body #imageArea .imgSep #img-h2-sum-re.aftre-col::after,
html body #imageArea .imgSep #img-h2-sumFC.aftre-col::after,
html body #imageArea .imgSep #img-h2-slide.aftre-col::after,
html body #imageArea .imgSep #img-h3Ve3.aftre-col::after,
html body #imageArea .imgSep #img-h3Ve3FC.aftre-col::after,
html body #imageArea .imgSep #img-h3Ve3Nav.aftre-col::after,
html body #imageArea .imgSep #img-h3Ve3MO.aftre-col::after,
html body #imageArea .imgSep #img-h3Ve4-title.aftre-col::after,
html body #imageArea .imgSep #img-h3Ve4-shop.aftre-col::after,
html body #imageArea .imgSep #img-h2-long.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3Re.aftre-col::after,
html body #imageArea .imgSep #img-h2-mes.aftre-col::after,
html body #imageArea .imgSep #img-h2-longMes.aftre-col::after,
html body #imageArea .imgSep .img-h2-longMes.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3-Bl.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl.aftre-col::after,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80.aftre-col::after,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120.aftre-col::after,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100.aftre-col::after,
html body #imageArea .imgSep #img-h3Title.aftre-col::after,
html body .imageArea #imgSep #img-h2.aftre-col::after,
html body .imageArea #imgSep .img-h2.aftre-col::after,
html body .imageArea #imgSep #img-h2UP.aftre-col::after,
html body .imageArea #imgSep #img-h2-EL.aftre-col::after,
html body .imageArea #imgSep #img-h2Re.aftre-col::after,
html body .imageArea #imgSep .img-h2Re.aftre-col::after,
html body .imageArea #imgSep #img-h2Re-EL.aftre-col::after,
html body .imageArea #imgSep #img-h3.aftre-col::after,
html body .imageArea #imgSep #img-h3Re.aftre-col::after,
html body .imageArea #imgSep #img-h3Ve4.aftre-col::after,
html body .imageArea #imgSep .img-h3Ve4.aftre-col::after,
html body .imageArea #imgSep #img-h2-sum.aftre-col::after,
html body .imageArea #imgSep #img-h2-sum-re.aftre-col::after,
html body .imageArea #imgSep #img-h2-sumFC.aftre-col::after,
html body .imageArea #imgSep #img-h2-slide.aftre-col::after,
html body .imageArea #imgSep #img-h3Ve3.aftre-col::after,
html body .imageArea #imgSep #img-h3Ve3FC.aftre-col::after,
html body .imageArea #imgSep #img-h3Ve3Nav.aftre-col::after,
html body .imageArea #imgSep #img-h3Ve3MO.aftre-col::after,
html body .imageArea #imgSep #img-h3Ve4-title.aftre-col::after,
html body .imageArea #imgSep #img-h3Ve4-shop.aftre-col::after,
html body .imageArea #imgSep #img-h2-long.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3Re.aftre-col::after,
html body .imageArea #imgSep #img-h2-mes.aftre-col::after,
html body .imageArea #imgSep #img-h2-longMes.aftre-col::after,
html body .imageArea #imgSep .img-h2-longMes.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3-Bl.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl.aftre-col::after,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80.aftre-col::after,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120.aftre-col::after,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100.aftre-col::after,
html body .imageArea #imgSep #img-h3Title.aftre-col::after,
html body .imageArea .imgSep #img-h2.aftre-col::after,
html body .imageArea .imgSep .img-h2.aftre-col::after,
html body .imageArea .imgSep #img-h2UP.aftre-col::after,
html body .imageArea .imgSep #img-h2-EL.aftre-col::after,
html body .imageArea .imgSep #img-h2Re.aftre-col::after,
html body .imageArea .imgSep .img-h2Re.aftre-col::after,
html body .imageArea .imgSep #img-h2Re-EL.aftre-col::after,
html body .imageArea .imgSep #img-h3.aftre-col::after,
html body .imageArea .imgSep #img-h3Re.aftre-col::after,
html body .imageArea .imgSep #img-h3Ve4.aftre-col::after,
html body .imageArea .imgSep .img-h3Ve4.aftre-col::after,
html body .imageArea .imgSep #img-h2-sum.aftre-col::after,
html body .imageArea .imgSep #img-h2-sum-re.aftre-col::after,
html body .imageArea .imgSep #img-h2-sumFC.aftre-col::after,
html body .imageArea .imgSep #img-h2-slide.aftre-col::after,
html body .imageArea .imgSep #img-h3Ve3.aftre-col::after,
html body .imageArea .imgSep #img-h3Ve3FC.aftre-col::after,
html body .imageArea .imgSep #img-h3Ve3Nav.aftre-col::after,
html body .imageArea .imgSep #img-h3Ve3MO.aftre-col::after,
html body .imageArea .imgSep #img-h3Ve4-title.aftre-col::after,
html body .imageArea .imgSep #img-h3Ve4-shop.aftre-col::after,
html body .imageArea .imgSep #img-h2-long.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3Re.aftre-col::after,
html body .imageArea .imgSep #img-h2-mes.aftre-col::after,
html body .imageArea .imgSep #img-h2-longMes.aftre-col::after,
html body .imageArea .imgSep .img-h2-longMes.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3-Bl.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl.aftre-col::after,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80.aftre-col::after,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120.aftre-col::after,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100.aftre-col::after,
html body .imageArea .imgSep #img-h3Title.aftre-col::after {
  content: "";
  display: block;
  width: 23.5%;
}

html body #imageArea #imgSep #img-h2 .col-img,
html body #imageArea #imgSep #img-h2 .col-text,
html body #imageArea #imgSep .img-h2 .col-img,
html body #imageArea #imgSep .img-h2 .col-text,
html body #imageArea #imgSep #img-h2UP .col-img,
html body #imageArea #imgSep #img-h2UP .col-text,
html body #imageArea #imgSep #img-h2-EL .col-img,
html body #imageArea #imgSep #img-h2-EL .col-text,
html body #imageArea #imgSep #img-h2Re .col-img,
html body #imageArea #imgSep #img-h2Re .col-text,
html body #imageArea #imgSep .img-h2Re .col-img,
html body #imageArea #imgSep .img-h2Re .col-text,
html body #imageArea #imgSep #img-h2Re-EL .col-img,
html body #imageArea #imgSep #img-h2Re-EL .col-text,
html body #imageArea #imgSep #img-h2-sum .col-img,
html body #imageArea #imgSep #img-h2-sum .col-text,
html body #imageArea #imgSep #img-h2-sum-re .col-img,
html body #imageArea #imgSep #img-h2-sum-re .col-text,
html body #imageArea #imgSep #img-h2-sumFC .col-img,
html body #imageArea #imgSep #img-h2-sumFC .col-text,
html body #imageArea #imgSep #img-h2-slide .col-img,
html body #imageArea #imgSep #img-h2-slide .col-text,
html body #imageArea #imgSep #img-h2-txt-h3 .col-img,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-img,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text,
html body #imageArea #imgSep #img-h2-mes .col-img,
html body #imageArea #imgSep #img-h2-mes .col-text,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text,
html body #imageArea .imgSep #img-h2 .col-img,
html body #imageArea .imgSep #img-h2 .col-text,
html body #imageArea .imgSep .img-h2 .col-img,
html body #imageArea .imgSep .img-h2 .col-text,
html body #imageArea .imgSep #img-h2UP .col-img,
html body #imageArea .imgSep #img-h2UP .col-text,
html body #imageArea .imgSep #img-h2-EL .col-img,
html body #imageArea .imgSep #img-h2-EL .col-text,
html body #imageArea .imgSep #img-h2Re .col-img,
html body #imageArea .imgSep #img-h2Re .col-text,
html body #imageArea .imgSep .img-h2Re .col-img,
html body #imageArea .imgSep .img-h2Re .col-text,
html body #imageArea .imgSep #img-h2Re-EL .col-img,
html body #imageArea .imgSep #img-h2Re-EL .col-text,
html body #imageArea .imgSep #img-h2-sum .col-img,
html body #imageArea .imgSep #img-h2-sum .col-text,
html body #imageArea .imgSep #img-h2-sum-re .col-img,
html body #imageArea .imgSep #img-h2-sum-re .col-text,
html body #imageArea .imgSep #img-h2-sumFC .col-img,
html body #imageArea .imgSep #img-h2-sumFC .col-text,
html body #imageArea .imgSep #img-h2-slide .col-img,
html body #imageArea .imgSep #img-h2-slide .col-text,
html body #imageArea .imgSep #img-h2-txt-h3 .col-img,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-img,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text,
html body #imageArea .imgSep #img-h2-mes .col-img,
html body #imageArea .imgSep #img-h2-mes .col-text,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text,
html body .imageArea #imgSep #img-h2 .col-img,
html body .imageArea #imgSep #img-h2 .col-text,
html body .imageArea #imgSep .img-h2 .col-img,
html body .imageArea #imgSep .img-h2 .col-text,
html body .imageArea #imgSep #img-h2UP .col-img,
html body .imageArea #imgSep #img-h2UP .col-text,
html body .imageArea #imgSep #img-h2-EL .col-img,
html body .imageArea #imgSep #img-h2-EL .col-text,
html body .imageArea #imgSep #img-h2Re .col-img,
html body .imageArea #imgSep #img-h2Re .col-text,
html body .imageArea #imgSep .img-h2Re .col-img,
html body .imageArea #imgSep .img-h2Re .col-text,
html body .imageArea #imgSep #img-h2Re-EL .col-img,
html body .imageArea #imgSep #img-h2Re-EL .col-text,
html body .imageArea #imgSep #img-h2-sum .col-img,
html body .imageArea #imgSep #img-h2-sum .col-text,
html body .imageArea #imgSep #img-h2-sum-re .col-img,
html body .imageArea #imgSep #img-h2-sum-re .col-text,
html body .imageArea #imgSep #img-h2-sumFC .col-img,
html body .imageArea #imgSep #img-h2-sumFC .col-text,
html body .imageArea #imgSep #img-h2-slide .col-img,
html body .imageArea #imgSep #img-h2-slide .col-text,
html body .imageArea #imgSep #img-h2-txt-h3 .col-img,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-img,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text,
html body .imageArea #imgSep #img-h2-mes .col-img,
html body .imageArea #imgSep #img-h2-mes .col-text,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text,
html body .imageArea .imgSep #img-h2 .col-img,
html body .imageArea .imgSep #img-h2 .col-text,
html body .imageArea .imgSep .img-h2 .col-img,
html body .imageArea .imgSep .img-h2 .col-text,
html body .imageArea .imgSep #img-h2UP .col-img,
html body .imageArea .imgSep #img-h2UP .col-text,
html body .imageArea .imgSep #img-h2-EL .col-img,
html body .imageArea .imgSep #img-h2-EL .col-text,
html body .imageArea .imgSep #img-h2Re .col-img,
html body .imageArea .imgSep #img-h2Re .col-text,
html body .imageArea .imgSep .img-h2Re .col-img,
html body .imageArea .imgSep .img-h2Re .col-text,
html body .imageArea .imgSep #img-h2Re-EL .col-img,
html body .imageArea .imgSep #img-h2Re-EL .col-text,
html body .imageArea .imgSep #img-h2-sum .col-img,
html body .imageArea .imgSep #img-h2-sum .col-text,
html body .imageArea .imgSep #img-h2-sum-re .col-img,
html body .imageArea .imgSep #img-h2-sum-re .col-text,
html body .imageArea .imgSep #img-h2-sumFC .col-img,
html body .imageArea .imgSep #img-h2-sumFC .col-text,
html body .imageArea .imgSep #img-h2-slide .col-img,
html body .imageArea .imgSep #img-h2-slide .col-text,
html body .imageArea .imgSep #img-h2-txt-h3 .col-img,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-img,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text,
html body .imageArea .imgSep #img-h2-mes .col-img,
html body .imageArea .imgSep #img-h2-mes .col-text,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text {
  width: 48.5%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2 .col-img,
  html body #imageArea #imgSep #img-h2 .col-text,
  html body #imageArea #imgSep .img-h2 .col-img,
  html body #imageArea #imgSep .img-h2 .col-text,
  html body #imageArea #imgSep #img-h2UP .col-img,
  html body #imageArea #imgSep #img-h2UP .col-text,
  html body #imageArea #imgSep #img-h2-EL .col-img,
  html body #imageArea #imgSep #img-h2-EL .col-text,
  html body #imageArea #imgSep #img-h2Re .col-img,
  html body #imageArea #imgSep #img-h2Re .col-text,
  html body #imageArea #imgSep .img-h2Re .col-img,
  html body #imageArea #imgSep .img-h2Re .col-text,
  html body #imageArea #imgSep #img-h2Re-EL .col-img,
  html body #imageArea #imgSep #img-h2Re-EL .col-text,
  html body #imageArea #imgSep #img-h2-sum .col-img,
  html body #imageArea #imgSep #img-h2-sum .col-text,
  html body #imageArea #imgSep #img-h2-sum-re .col-img,
  html body #imageArea #imgSep #img-h2-sum-re .col-text,
  html body #imageArea #imgSep #img-h2-sumFC .col-img,
  html body #imageArea #imgSep #img-h2-sumFC .col-text,
  html body #imageArea #imgSep #img-h2-slide .col-img,
  html body #imageArea #imgSep #img-h2-slide .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-text,
  html body #imageArea #imgSep #img-h2-mes .col-img,
  html body #imageArea #imgSep #img-h2-mes .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text,
  html body #imageArea .imgSep #img-h2 .col-img,
  html body #imageArea .imgSep #img-h2 .col-text,
  html body #imageArea .imgSep .img-h2 .col-img,
  html body #imageArea .imgSep .img-h2 .col-text,
  html body #imageArea .imgSep #img-h2UP .col-img,
  html body #imageArea .imgSep #img-h2UP .col-text,
  html body #imageArea .imgSep #img-h2-EL .col-img,
  html body #imageArea .imgSep #img-h2-EL .col-text,
  html body #imageArea .imgSep #img-h2Re .col-img,
  html body #imageArea .imgSep #img-h2Re .col-text,
  html body #imageArea .imgSep .img-h2Re .col-img,
  html body #imageArea .imgSep .img-h2Re .col-text,
  html body #imageArea .imgSep #img-h2Re-EL .col-img,
  html body #imageArea .imgSep #img-h2Re-EL .col-text,
  html body #imageArea .imgSep #img-h2-sum .col-img,
  html body #imageArea .imgSep #img-h2-sum .col-text,
  html body #imageArea .imgSep #img-h2-sum-re .col-img,
  html body #imageArea .imgSep #img-h2-sum-re .col-text,
  html body #imageArea .imgSep #img-h2-sumFC .col-img,
  html body #imageArea .imgSep #img-h2-sumFC .col-text,
  html body #imageArea .imgSep #img-h2-slide .col-img,
  html body #imageArea .imgSep #img-h2-slide .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-text,
  html body #imageArea .imgSep #img-h2-mes .col-img,
  html body #imageArea .imgSep #img-h2-mes .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text,
  html body .imageArea #imgSep #img-h2 .col-img,
  html body .imageArea #imgSep #img-h2 .col-text,
  html body .imageArea #imgSep .img-h2 .col-img,
  html body .imageArea #imgSep .img-h2 .col-text,
  html body .imageArea #imgSep #img-h2UP .col-img,
  html body .imageArea #imgSep #img-h2UP .col-text,
  html body .imageArea #imgSep #img-h2-EL .col-img,
  html body .imageArea #imgSep #img-h2-EL .col-text,
  html body .imageArea #imgSep #img-h2Re .col-img,
  html body .imageArea #imgSep #img-h2Re .col-text,
  html body .imageArea #imgSep .img-h2Re .col-img,
  html body .imageArea #imgSep .img-h2Re .col-text,
  html body .imageArea #imgSep #img-h2Re-EL .col-img,
  html body .imageArea #imgSep #img-h2Re-EL .col-text,
  html body .imageArea #imgSep #img-h2-sum .col-img,
  html body .imageArea #imgSep #img-h2-sum .col-text,
  html body .imageArea #imgSep #img-h2-sum-re .col-img,
  html body .imageArea #imgSep #img-h2-sum-re .col-text,
  html body .imageArea #imgSep #img-h2-sumFC .col-img,
  html body .imageArea #imgSep #img-h2-sumFC .col-text,
  html body .imageArea #imgSep #img-h2-slide .col-img,
  html body .imageArea #imgSep #img-h2-slide .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-text,
  html body .imageArea #imgSep #img-h2-mes .col-img,
  html body .imageArea #imgSep #img-h2-mes .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text,
  html body .imageArea .imgSep #img-h2 .col-img,
  html body .imageArea .imgSep #img-h2 .col-text,
  html body .imageArea .imgSep .img-h2 .col-img,
  html body .imageArea .imgSep .img-h2 .col-text,
  html body .imageArea .imgSep #img-h2UP .col-img,
  html body .imageArea .imgSep #img-h2UP .col-text,
  html body .imageArea .imgSep #img-h2-EL .col-img,
  html body .imageArea .imgSep #img-h2-EL .col-text,
  html body .imageArea .imgSep #img-h2Re .col-img,
  html body .imageArea .imgSep #img-h2Re .col-text,
  html body .imageArea .imgSep .img-h2Re .col-img,
  html body .imageArea .imgSep .img-h2Re .col-text,
  html body .imageArea .imgSep #img-h2Re-EL .col-img,
  html body .imageArea .imgSep #img-h2Re-EL .col-text,
  html body .imageArea .imgSep #img-h2-sum .col-img,
  html body .imageArea .imgSep #img-h2-sum .col-text,
  html body .imageArea .imgSep #img-h2-sum-re .col-img,
  html body .imageArea .imgSep #img-h2-sum-re .col-text,
  html body .imageArea .imgSep #img-h2-sumFC .col-img,
  html body .imageArea .imgSep #img-h2-sumFC .col-text,
  html body .imageArea .imgSep #img-h2-slide .col-img,
  html body .imageArea .imgSep #img-h2-slide .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-text,
  html body .imageArea .imgSep #img-h2-mes .col-img,
  html body .imageArea .imgSep #img-h2-mes .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

html body #imageArea #imgSep #img-h2 .col-img.w-100,
html body #imageArea #imgSep #img-h2 .col-text.w-100,
html body #imageArea #imgSep .img-h2 .col-img.w-100,
html body #imageArea #imgSep .img-h2 .col-text.w-100,
html body #imageArea #imgSep #img-h2UP .col-img.w-100,
html body #imageArea #imgSep #img-h2UP .col-text.w-100,
html body #imageArea #imgSep #img-h2-EL .col-img.w-100,
html body #imageArea #imgSep #img-h2-EL .col-text.w-100,
html body #imageArea #imgSep #img-h2Re .col-img.w-100,
html body #imageArea #imgSep #img-h2Re .col-text.w-100,
html body #imageArea #imgSep .img-h2Re .col-img.w-100,
html body #imageArea #imgSep .img-h2Re .col-text.w-100,
html body #imageArea #imgSep #img-h2Re-EL .col-img.w-100,
html body #imageArea #imgSep #img-h2Re-EL .col-text.w-100,
html body #imageArea #imgSep #img-h2-sum .col-img.w-100,
html body #imageArea #imgSep #img-h2-sum .col-text.w-100,
html body #imageArea #imgSep #img-h2-sum-re .col-img.w-100,
html body #imageArea #imgSep #img-h2-sum-re .col-text.w-100,
html body #imageArea #imgSep #img-h2-sumFC .col-img.w-100,
html body #imageArea #imgSep #img-h2-sumFC .col-text.w-100,
html body #imageArea #imgSep #img-h2-slide .col-img.w-100,
html body #imageArea #imgSep #img-h2-slide .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3 .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text.w-100,
html body #imageArea #imgSep #img-h2-mes .col-img.w-100,
html body #imageArea #imgSep #img-h2-mes .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text.w-100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text.w-100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text.w-100,
html body #imageArea .imgSep #img-h2 .col-img.w-100,
html body #imageArea .imgSep #img-h2 .col-text.w-100,
html body #imageArea .imgSep .img-h2 .col-img.w-100,
html body #imageArea .imgSep .img-h2 .col-text.w-100,
html body #imageArea .imgSep #img-h2UP .col-img.w-100,
html body #imageArea .imgSep #img-h2UP .col-text.w-100,
html body #imageArea .imgSep #img-h2-EL .col-img.w-100,
html body #imageArea .imgSep #img-h2-EL .col-text.w-100,
html body #imageArea .imgSep #img-h2Re .col-img.w-100,
html body #imageArea .imgSep #img-h2Re .col-text.w-100,
html body #imageArea .imgSep .img-h2Re .col-img.w-100,
html body #imageArea .imgSep .img-h2Re .col-text.w-100,
html body #imageArea .imgSep #img-h2Re-EL .col-img.w-100,
html body #imageArea .imgSep #img-h2Re-EL .col-text.w-100,
html body #imageArea .imgSep #img-h2-sum .col-img.w-100,
html body #imageArea .imgSep #img-h2-sum .col-text.w-100,
html body #imageArea .imgSep #img-h2-sum-re .col-img.w-100,
html body #imageArea .imgSep #img-h2-sum-re .col-text.w-100,
html body #imageArea .imgSep #img-h2-sumFC .col-img.w-100,
html body #imageArea .imgSep #img-h2-sumFC .col-text.w-100,
html body #imageArea .imgSep #img-h2-slide .col-img.w-100,
html body #imageArea .imgSep #img-h2-slide .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3 .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text.w-100,
html body #imageArea .imgSep #img-h2-mes .col-img.w-100,
html body #imageArea .imgSep #img-h2-mes .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text.w-100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text.w-100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text.w-100,
html body .imageArea #imgSep #img-h2 .col-img.w-100,
html body .imageArea #imgSep #img-h2 .col-text.w-100,
html body .imageArea #imgSep .img-h2 .col-img.w-100,
html body .imageArea #imgSep .img-h2 .col-text.w-100,
html body .imageArea #imgSep #img-h2UP .col-img.w-100,
html body .imageArea #imgSep #img-h2UP .col-text.w-100,
html body .imageArea #imgSep #img-h2-EL .col-img.w-100,
html body .imageArea #imgSep #img-h2-EL .col-text.w-100,
html body .imageArea #imgSep #img-h2Re .col-img.w-100,
html body .imageArea #imgSep #img-h2Re .col-text.w-100,
html body .imageArea #imgSep .img-h2Re .col-img.w-100,
html body .imageArea #imgSep .img-h2Re .col-text.w-100,
html body .imageArea #imgSep #img-h2Re-EL .col-img.w-100,
html body .imageArea #imgSep #img-h2Re-EL .col-text.w-100,
html body .imageArea #imgSep #img-h2-sum .col-img.w-100,
html body .imageArea #imgSep #img-h2-sum .col-text.w-100,
html body .imageArea #imgSep #img-h2-sum-re .col-img.w-100,
html body .imageArea #imgSep #img-h2-sum-re .col-text.w-100,
html body .imageArea #imgSep #img-h2-sumFC .col-img.w-100,
html body .imageArea #imgSep #img-h2-sumFC .col-text.w-100,
html body .imageArea #imgSep #img-h2-slide .col-img.w-100,
html body .imageArea #imgSep #img-h2-slide .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3 .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text.w-100,
html body .imageArea #imgSep #img-h2-mes .col-img.w-100,
html body .imageArea #imgSep #img-h2-mes .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text.w-100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text.w-100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text.w-100,
html body .imageArea .imgSep #img-h2 .col-img.w-100,
html body .imageArea .imgSep #img-h2 .col-text.w-100,
html body .imageArea .imgSep .img-h2 .col-img.w-100,
html body .imageArea .imgSep .img-h2 .col-text.w-100,
html body .imageArea .imgSep #img-h2UP .col-img.w-100,
html body .imageArea .imgSep #img-h2UP .col-text.w-100,
html body .imageArea .imgSep #img-h2-EL .col-img.w-100,
html body .imageArea .imgSep #img-h2-EL .col-text.w-100,
html body .imageArea .imgSep #img-h2Re .col-img.w-100,
html body .imageArea .imgSep #img-h2Re .col-text.w-100,
html body .imageArea .imgSep .img-h2Re .col-img.w-100,
html body .imageArea .imgSep .img-h2Re .col-text.w-100,
html body .imageArea .imgSep #img-h2Re-EL .col-img.w-100,
html body .imageArea .imgSep #img-h2Re-EL .col-text.w-100,
html body .imageArea .imgSep #img-h2-sum .col-img.w-100,
html body .imageArea .imgSep #img-h2-sum .col-text.w-100,
html body .imageArea .imgSep #img-h2-sum-re .col-img.w-100,
html body .imageArea .imgSep #img-h2-sum-re .col-text.w-100,
html body .imageArea .imgSep #img-h2-sumFC .col-img.w-100,
html body .imageArea .imgSep #img-h2-sumFC .col-text.w-100,
html body .imageArea .imgSep #img-h2-slide .col-img.w-100,
html body .imageArea .imgSep #img-h2-slide .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3 .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text.w-100,
html body .imageArea .imgSep #img-h2-mes .col-img.w-100,
html body .imageArea .imgSep #img-h2-mes .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text.w-100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text.w-100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text.w-100 {
  width: 100%;
}

html body #imageArea #imgSep #img-h2 .col-img.t-center,
html body #imageArea #imgSep #img-h2 .col-text.t-center,
html body #imageArea #imgSep .img-h2 .col-img.t-center,
html body #imageArea #imgSep .img-h2 .col-text.t-center,
html body #imageArea #imgSep #img-h2UP .col-img.t-center,
html body #imageArea #imgSep #img-h2UP .col-text.t-center,
html body #imageArea #imgSep #img-h2-EL .col-img.t-center,
html body #imageArea #imgSep #img-h2-EL .col-text.t-center,
html body #imageArea #imgSep #img-h2Re .col-img.t-center,
html body #imageArea #imgSep #img-h2Re .col-text.t-center,
html body #imageArea #imgSep .img-h2Re .col-img.t-center,
html body #imageArea #imgSep .img-h2Re .col-text.t-center,
html body #imageArea #imgSep #img-h2Re-EL .col-img.t-center,
html body #imageArea #imgSep #img-h2Re-EL .col-text.t-center,
html body #imageArea #imgSep #img-h2-sum .col-img.t-center,
html body #imageArea #imgSep #img-h2-sum .col-text.t-center,
html body #imageArea #imgSep #img-h2-sum-re .col-img.t-center,
html body #imageArea #imgSep #img-h2-sum-re .col-text.t-center,
html body #imageArea #imgSep #img-h2-sumFC .col-img.t-center,
html body #imageArea #imgSep #img-h2-sumFC .col-text.t-center,
html body #imageArea #imgSep #img-h2-slide .col-img.t-center,
html body #imageArea #imgSep #img-h2-slide .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3 .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text.t-center,
html body #imageArea #imgSep #img-h2-mes .col-img.t-center,
html body #imageArea #imgSep #img-h2-mes .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text.t-center,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img.t-center,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text.t-center,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img.t-center,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text.t-center,
html body #imageArea .imgSep #img-h2 .col-img.t-center,
html body #imageArea .imgSep #img-h2 .col-text.t-center,
html body #imageArea .imgSep .img-h2 .col-img.t-center,
html body #imageArea .imgSep .img-h2 .col-text.t-center,
html body #imageArea .imgSep #img-h2UP .col-img.t-center,
html body #imageArea .imgSep #img-h2UP .col-text.t-center,
html body #imageArea .imgSep #img-h2-EL .col-img.t-center,
html body #imageArea .imgSep #img-h2-EL .col-text.t-center,
html body #imageArea .imgSep #img-h2Re .col-img.t-center,
html body #imageArea .imgSep #img-h2Re .col-text.t-center,
html body #imageArea .imgSep .img-h2Re .col-img.t-center,
html body #imageArea .imgSep .img-h2Re .col-text.t-center,
html body #imageArea .imgSep #img-h2Re-EL .col-img.t-center,
html body #imageArea .imgSep #img-h2Re-EL .col-text.t-center,
html body #imageArea .imgSep #img-h2-sum .col-img.t-center,
html body #imageArea .imgSep #img-h2-sum .col-text.t-center,
html body #imageArea .imgSep #img-h2-sum-re .col-img.t-center,
html body #imageArea .imgSep #img-h2-sum-re .col-text.t-center,
html body #imageArea .imgSep #img-h2-sumFC .col-img.t-center,
html body #imageArea .imgSep #img-h2-sumFC .col-text.t-center,
html body #imageArea .imgSep #img-h2-slide .col-img.t-center,
html body #imageArea .imgSep #img-h2-slide .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3 .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text.t-center,
html body #imageArea .imgSep #img-h2-mes .col-img.t-center,
html body #imageArea .imgSep #img-h2-mes .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text.t-center,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img.t-center,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text.t-center,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img.t-center,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text.t-center,
html body .imageArea #imgSep #img-h2 .col-img.t-center,
html body .imageArea #imgSep #img-h2 .col-text.t-center,
html body .imageArea #imgSep .img-h2 .col-img.t-center,
html body .imageArea #imgSep .img-h2 .col-text.t-center,
html body .imageArea #imgSep #img-h2UP .col-img.t-center,
html body .imageArea #imgSep #img-h2UP .col-text.t-center,
html body .imageArea #imgSep #img-h2-EL .col-img.t-center,
html body .imageArea #imgSep #img-h2-EL .col-text.t-center,
html body .imageArea #imgSep #img-h2Re .col-img.t-center,
html body .imageArea #imgSep #img-h2Re .col-text.t-center,
html body .imageArea #imgSep .img-h2Re .col-img.t-center,
html body .imageArea #imgSep .img-h2Re .col-text.t-center,
html body .imageArea #imgSep #img-h2Re-EL .col-img.t-center,
html body .imageArea #imgSep #img-h2Re-EL .col-text.t-center,
html body .imageArea #imgSep #img-h2-sum .col-img.t-center,
html body .imageArea #imgSep #img-h2-sum .col-text.t-center,
html body .imageArea #imgSep #img-h2-sum-re .col-img.t-center,
html body .imageArea #imgSep #img-h2-sum-re .col-text.t-center,
html body .imageArea #imgSep #img-h2-sumFC .col-img.t-center,
html body .imageArea #imgSep #img-h2-sumFC .col-text.t-center,
html body .imageArea #imgSep #img-h2-slide .col-img.t-center,
html body .imageArea #imgSep #img-h2-slide .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3 .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text.t-center,
html body .imageArea #imgSep #img-h2-mes .col-img.t-center,
html body .imageArea #imgSep #img-h2-mes .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text.t-center,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img.t-center,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text.t-center,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img.t-center,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text.t-center,
html body .imageArea .imgSep #img-h2 .col-img.t-center,
html body .imageArea .imgSep #img-h2 .col-text.t-center,
html body .imageArea .imgSep .img-h2 .col-img.t-center,
html body .imageArea .imgSep .img-h2 .col-text.t-center,
html body .imageArea .imgSep #img-h2UP .col-img.t-center,
html body .imageArea .imgSep #img-h2UP .col-text.t-center,
html body .imageArea .imgSep #img-h2-EL .col-img.t-center,
html body .imageArea .imgSep #img-h2-EL .col-text.t-center,
html body .imageArea .imgSep #img-h2Re .col-img.t-center,
html body .imageArea .imgSep #img-h2Re .col-text.t-center,
html body .imageArea .imgSep .img-h2Re .col-img.t-center,
html body .imageArea .imgSep .img-h2Re .col-text.t-center,
html body .imageArea .imgSep #img-h2Re-EL .col-img.t-center,
html body .imageArea .imgSep #img-h2Re-EL .col-text.t-center,
html body .imageArea .imgSep #img-h2-sum .col-img.t-center,
html body .imageArea .imgSep #img-h2-sum .col-text.t-center,
html body .imageArea .imgSep #img-h2-sum-re .col-img.t-center,
html body .imageArea .imgSep #img-h2-sum-re .col-text.t-center,
html body .imageArea .imgSep #img-h2-sumFC .col-img.t-center,
html body .imageArea .imgSep #img-h2-sumFC .col-text.t-center,
html body .imageArea .imgSep #img-h2-slide .col-img.t-center,
html body .imageArea .imgSep #img-h2-slide .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3 .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text.t-center,
html body .imageArea .imgSep #img-h2-mes .col-img.t-center,
html body .imageArea .imgSep #img-h2-mes .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text.t-center,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img.t-center,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img.t-center,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text.t-center,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img.t-center,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text.t-center {
  text-align: center;
}

html body #imageArea #imgSep #img-h2 .col-img img,
html body #imageArea #imgSep .img-h2 .col-img img,
html body #imageArea #imgSep #img-h2UP .col-img img,
html body #imageArea #imgSep #img-h2-EL .col-img img,
html body #imageArea #imgSep #img-h2Re .col-img img,
html body #imageArea #imgSep .img-h2Re .col-img img,
html body #imageArea #imgSep #img-h2Re-EL .col-img img,
html body #imageArea #imgSep #img-h2-sum .col-img img,
html body #imageArea #imgSep #img-h2-sum-re .col-img img,
html body #imageArea #imgSep #img-h2-sumFC .col-img img,
html body #imageArea #imgSep #img-h2-slide .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3 .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-img img,
html body #imageArea #imgSep #img-h2-mes .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img,
html body #imageArea .imgSep #img-h2 .col-img img,
html body #imageArea .imgSep .img-h2 .col-img img,
html body #imageArea .imgSep #img-h2UP .col-img img,
html body #imageArea .imgSep #img-h2-EL .col-img img,
html body #imageArea .imgSep #img-h2Re .col-img img,
html body #imageArea .imgSep .img-h2Re .col-img img,
html body #imageArea .imgSep #img-h2Re-EL .col-img img,
html body #imageArea .imgSep #img-h2-sum .col-img img,
html body #imageArea .imgSep #img-h2-sum-re .col-img img,
html body #imageArea .imgSep #img-h2-sumFC .col-img img,
html body #imageArea .imgSep #img-h2-slide .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3 .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-img img,
html body #imageArea .imgSep #img-h2-mes .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img,
html body .imageArea #imgSep #img-h2 .col-img img,
html body .imageArea #imgSep .img-h2 .col-img img,
html body .imageArea #imgSep #img-h2UP .col-img img,
html body .imageArea #imgSep #img-h2-EL .col-img img,
html body .imageArea #imgSep #img-h2Re .col-img img,
html body .imageArea #imgSep .img-h2Re .col-img img,
html body .imageArea #imgSep #img-h2Re-EL .col-img img,
html body .imageArea #imgSep #img-h2-sum .col-img img,
html body .imageArea #imgSep #img-h2-sum-re .col-img img,
html body .imageArea #imgSep #img-h2-sumFC .col-img img,
html body .imageArea #imgSep #img-h2-slide .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3 .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-img img,
html body .imageArea #imgSep #img-h2-mes .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img,
html body .imageArea .imgSep #img-h2 .col-img img,
html body .imageArea .imgSep .img-h2 .col-img img,
html body .imageArea .imgSep #img-h2UP .col-img img,
html body .imageArea .imgSep #img-h2-EL .col-img img,
html body .imageArea .imgSep #img-h2Re .col-img img,
html body .imageArea .imgSep .img-h2Re .col-img img,
html body .imageArea .imgSep #img-h2Re-EL .col-img img,
html body .imageArea .imgSep #img-h2-sum .col-img img,
html body .imageArea .imgSep #img-h2-sum-re .col-img img,
html body .imageArea .imgSep #img-h2-sumFC .col-img img,
html body .imageArea .imgSep #img-h2-slide .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3 .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-img img,
html body .imageArea .imgSep #img-h2-mes .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img {
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2 .col-img img,
  html body #imageArea #imgSep .img-h2 .col-img img,
  html body #imageArea #imgSep #img-h2UP .col-img img,
  html body #imageArea #imgSep #img-h2-EL .col-img img,
  html body #imageArea #imgSep #img-h2Re .col-img img,
  html body #imageArea #imgSep .img-h2Re .col-img img,
  html body #imageArea #imgSep #img-h2Re-EL .col-img img,
  html body #imageArea #imgSep #img-h2-sum .col-img img,
  html body #imageArea #imgSep #img-h2-sum-re .col-img img,
  html body #imageArea #imgSep #img-h2-sumFC .col-img img,
  html body #imageArea #imgSep #img-h2-slide .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-img img,
  html body #imageArea #imgSep #img-h2-mes .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img,
  html body #imageArea .imgSep #img-h2 .col-img img,
  html body #imageArea .imgSep .img-h2 .col-img img,
  html body #imageArea .imgSep #img-h2UP .col-img img,
  html body #imageArea .imgSep #img-h2-EL .col-img img,
  html body #imageArea .imgSep #img-h2Re .col-img img,
  html body #imageArea .imgSep .img-h2Re .col-img img,
  html body #imageArea .imgSep #img-h2Re-EL .col-img img,
  html body #imageArea .imgSep #img-h2-sum .col-img img,
  html body #imageArea .imgSep #img-h2-sum-re .col-img img,
  html body #imageArea .imgSep #img-h2-sumFC .col-img img,
  html body #imageArea .imgSep #img-h2-slide .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-img img,
  html body #imageArea .imgSep #img-h2-mes .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img,
  html body .imageArea #imgSep #img-h2 .col-img img,
  html body .imageArea #imgSep .img-h2 .col-img img,
  html body .imageArea #imgSep #img-h2UP .col-img img,
  html body .imageArea #imgSep #img-h2-EL .col-img img,
  html body .imageArea #imgSep #img-h2Re .col-img img,
  html body .imageArea #imgSep .img-h2Re .col-img img,
  html body .imageArea #imgSep #img-h2Re-EL .col-img img,
  html body .imageArea #imgSep #img-h2-sum .col-img img,
  html body .imageArea #imgSep #img-h2-sum-re .col-img img,
  html body .imageArea #imgSep #img-h2-sumFC .col-img img,
  html body .imageArea #imgSep #img-h2-slide .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-img img,
  html body .imageArea #imgSep #img-h2-mes .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img,
  html body .imageArea .imgSep #img-h2 .col-img img,
  html body .imageArea .imgSep .img-h2 .col-img img,
  html body .imageArea .imgSep #img-h2UP .col-img img,
  html body .imageArea .imgSep #img-h2-EL .col-img img,
  html body .imageArea .imgSep #img-h2Re .col-img img,
  html body .imageArea .imgSep .img-h2Re .col-img img,
  html body .imageArea .imgSep #img-h2Re-EL .col-img img,
  html body .imageArea .imgSep #img-h2-sum .col-img img,
  html body .imageArea .imgSep #img-h2-sum-re .col-img img,
  html body .imageArea .imgSep #img-h2-sumFC .col-img img,
  html body .imageArea .imgSep #img-h2-slide .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-img img,
  html body .imageArea .imgSep #img-h2-mes .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img {
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2 .col-img img,
  html body #imageArea #imgSep .img-h2 .col-img img,
  html body #imageArea #imgSep #img-h2UP .col-img img,
  html body #imageArea #imgSep #img-h2-EL .col-img img,
  html body #imageArea #imgSep #img-h2Re .col-img img,
  html body #imageArea #imgSep .img-h2Re .col-img img,
  html body #imageArea #imgSep #img-h2Re-EL .col-img img,
  html body #imageArea #imgSep #img-h2-sum .col-img img,
  html body #imageArea #imgSep #img-h2-sum-re .col-img img,
  html body #imageArea #imgSep #img-h2-sumFC .col-img img,
  html body #imageArea #imgSep #img-h2-slide .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-img img,
  html body #imageArea #imgSep #img-h2-mes .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img,
  html body #imageArea .imgSep #img-h2 .col-img img,
  html body #imageArea .imgSep .img-h2 .col-img img,
  html body #imageArea .imgSep #img-h2UP .col-img img,
  html body #imageArea .imgSep #img-h2-EL .col-img img,
  html body #imageArea .imgSep #img-h2Re .col-img img,
  html body #imageArea .imgSep .img-h2Re .col-img img,
  html body #imageArea .imgSep #img-h2Re-EL .col-img img,
  html body #imageArea .imgSep #img-h2-sum .col-img img,
  html body #imageArea .imgSep #img-h2-sum-re .col-img img,
  html body #imageArea .imgSep #img-h2-sumFC .col-img img,
  html body #imageArea .imgSep #img-h2-slide .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-img img,
  html body #imageArea .imgSep #img-h2-mes .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img,
  html body .imageArea #imgSep #img-h2 .col-img img,
  html body .imageArea #imgSep .img-h2 .col-img img,
  html body .imageArea #imgSep #img-h2UP .col-img img,
  html body .imageArea #imgSep #img-h2-EL .col-img img,
  html body .imageArea #imgSep #img-h2Re .col-img img,
  html body .imageArea #imgSep .img-h2Re .col-img img,
  html body .imageArea #imgSep #img-h2Re-EL .col-img img,
  html body .imageArea #imgSep #img-h2-sum .col-img img,
  html body .imageArea #imgSep #img-h2-sum-re .col-img img,
  html body .imageArea #imgSep #img-h2-sumFC .col-img img,
  html body .imageArea #imgSep #img-h2-slide .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-img img,
  html body .imageArea #imgSep #img-h2-mes .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img,
  html body .imageArea .imgSep #img-h2 .col-img img,
  html body .imageArea .imgSep .img-h2 .col-img img,
  html body .imageArea .imgSep #img-h2UP .col-img img,
  html body .imageArea .imgSep #img-h2-EL .col-img img,
  html body .imageArea .imgSep #img-h2Re .col-img img,
  html body .imageArea .imgSep .img-h2Re .col-img img,
  html body .imageArea .imgSep #img-h2Re-EL .col-img img,
  html body .imageArea .imgSep #img-h2-sum .col-img img,
  html body .imageArea .imgSep #img-h2-sum-re .col-img img,
  html body .imageArea .imgSep #img-h2-sumFC .col-img img,
  html body .imageArea .imgSep #img-h2-slide .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-img img,
  html body .imageArea .imgSep #img-h2-mes .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img {
    margin: 0 auto 30px auto;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2 .col-img img.pc,
  html body #imageArea #imgSep .img-h2 .col-img img.pc,
  html body #imageArea #imgSep #img-h2UP .col-img img.pc,
  html body #imageArea #imgSep #img-h2-EL .col-img img.pc,
  html body #imageArea #imgSep #img-h2Re .col-img img.pc,
  html body #imageArea #imgSep .img-h2Re .col-img img.pc,
  html body #imageArea #imgSep #img-h2Re-EL .col-img img.pc,
  html body #imageArea #imgSep #img-h2-sum .col-img img.pc,
  html body #imageArea #imgSep #img-h2-sum-re .col-img img.pc,
  html body #imageArea #imgSep #img-h2-sumFC .col-img img.pc,
  html body #imageArea #imgSep #img-h2-slide .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-img img.pc,
  html body #imageArea #imgSep #img-h2-mes .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.pc,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.pc,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.pc,
  html body #imageArea .imgSep #img-h2 .col-img img.pc,
  html body #imageArea .imgSep .img-h2 .col-img img.pc,
  html body #imageArea .imgSep #img-h2UP .col-img img.pc,
  html body #imageArea .imgSep #img-h2-EL .col-img img.pc,
  html body #imageArea .imgSep #img-h2Re .col-img img.pc,
  html body #imageArea .imgSep .img-h2Re .col-img img.pc,
  html body #imageArea .imgSep #img-h2Re-EL .col-img img.pc,
  html body #imageArea .imgSep #img-h2-sum .col-img img.pc,
  html body #imageArea .imgSep #img-h2-sum-re .col-img img.pc,
  html body #imageArea .imgSep #img-h2-sumFC .col-img img.pc,
  html body #imageArea .imgSep #img-h2-slide .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-img img.pc,
  html body #imageArea .imgSep #img-h2-mes .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.pc,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.pc,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.pc,
  html body .imageArea #imgSep #img-h2 .col-img img.pc,
  html body .imageArea #imgSep .img-h2 .col-img img.pc,
  html body .imageArea #imgSep #img-h2UP .col-img img.pc,
  html body .imageArea #imgSep #img-h2-EL .col-img img.pc,
  html body .imageArea #imgSep #img-h2Re .col-img img.pc,
  html body .imageArea #imgSep .img-h2Re .col-img img.pc,
  html body .imageArea #imgSep #img-h2Re-EL .col-img img.pc,
  html body .imageArea #imgSep #img-h2-sum .col-img img.pc,
  html body .imageArea #imgSep #img-h2-sum-re .col-img img.pc,
  html body .imageArea #imgSep #img-h2-sumFC .col-img img.pc,
  html body .imageArea #imgSep #img-h2-slide .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-img img.pc,
  html body .imageArea #imgSep #img-h2-mes .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.pc,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.pc,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.pc,
  html body .imageArea .imgSep #img-h2 .col-img img.pc,
  html body .imageArea .imgSep .img-h2 .col-img img.pc,
  html body .imageArea .imgSep #img-h2UP .col-img img.pc,
  html body .imageArea .imgSep #img-h2-EL .col-img img.pc,
  html body .imageArea .imgSep #img-h2Re .col-img img.pc,
  html body .imageArea .imgSep .img-h2Re .col-img img.pc,
  html body .imageArea .imgSep #img-h2Re-EL .col-img img.pc,
  html body .imageArea .imgSep #img-h2-sum .col-img img.pc,
  html body .imageArea .imgSep #img-h2-sum-re .col-img img.pc,
  html body .imageArea .imgSep #img-h2-sumFC .col-img img.pc,
  html body .imageArea .imgSep #img-h2-slide .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-img img.pc,
  html body .imageArea .imgSep #img-h2-mes .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.pc,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.pc,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.pc {
    display: none;
  }
}

html body #imageArea #imgSep #img-h2 .col-img img.sp,
html body #imageArea #imgSep .img-h2 .col-img img.sp,
html body #imageArea #imgSep #img-h2UP .col-img img.sp,
html body #imageArea #imgSep #img-h2-EL .col-img img.sp,
html body #imageArea #imgSep #img-h2Re .col-img img.sp,
html body #imageArea #imgSep .img-h2Re .col-img img.sp,
html body #imageArea #imgSep #img-h2Re-EL .col-img img.sp,
html body #imageArea #imgSep #img-h2-sum .col-img img.sp,
html body #imageArea #imgSep #img-h2-sum-re .col-img img.sp,
html body #imageArea #imgSep #img-h2-sumFC .col-img img.sp,
html body #imageArea #imgSep #img-h2-slide .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3 .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-img img.sp,
html body #imageArea #imgSep #img-h2-mes .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.sp,
html body #imageArea .imgSep #img-h2 .col-img img.sp,
html body #imageArea .imgSep .img-h2 .col-img img.sp,
html body #imageArea .imgSep #img-h2UP .col-img img.sp,
html body #imageArea .imgSep #img-h2-EL .col-img img.sp,
html body #imageArea .imgSep #img-h2Re .col-img img.sp,
html body #imageArea .imgSep .img-h2Re .col-img img.sp,
html body #imageArea .imgSep #img-h2Re-EL .col-img img.sp,
html body #imageArea .imgSep #img-h2-sum .col-img img.sp,
html body #imageArea .imgSep #img-h2-sum-re .col-img img.sp,
html body #imageArea .imgSep #img-h2-sumFC .col-img img.sp,
html body #imageArea .imgSep #img-h2-slide .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3 .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-img img.sp,
html body #imageArea .imgSep #img-h2-mes .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.sp,
html body .imageArea #imgSep #img-h2 .col-img img.sp,
html body .imageArea #imgSep .img-h2 .col-img img.sp,
html body .imageArea #imgSep #img-h2UP .col-img img.sp,
html body .imageArea #imgSep #img-h2-EL .col-img img.sp,
html body .imageArea #imgSep #img-h2Re .col-img img.sp,
html body .imageArea #imgSep .img-h2Re .col-img img.sp,
html body .imageArea #imgSep #img-h2Re-EL .col-img img.sp,
html body .imageArea #imgSep #img-h2-sum .col-img img.sp,
html body .imageArea #imgSep #img-h2-sum-re .col-img img.sp,
html body .imageArea #imgSep #img-h2-sumFC .col-img img.sp,
html body .imageArea #imgSep #img-h2-slide .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3 .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-img img.sp,
html body .imageArea #imgSep #img-h2-mes .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.sp,
html body .imageArea .imgSep #img-h2 .col-img img.sp,
html body .imageArea .imgSep .img-h2 .col-img img.sp,
html body .imageArea .imgSep #img-h2UP .col-img img.sp,
html body .imageArea .imgSep #img-h2-EL .col-img img.sp,
html body .imageArea .imgSep #img-h2Re .col-img img.sp,
html body .imageArea .imgSep .img-h2Re .col-img img.sp,
html body .imageArea .imgSep #img-h2Re-EL .col-img img.sp,
html body .imageArea .imgSep #img-h2-sum .col-img img.sp,
html body .imageArea .imgSep #img-h2-sum-re .col-img img.sp,
html body .imageArea .imgSep #img-h2-sumFC .col-img img.sp,
html body .imageArea .imgSep #img-h2-slide .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3 .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-img img.sp,
html body .imageArea .imgSep #img-h2-mes .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2 .col-img img.sp,
  html body #imageArea #imgSep .img-h2 .col-img img.sp,
  html body #imageArea #imgSep #img-h2UP .col-img img.sp,
  html body #imageArea #imgSep #img-h2-EL .col-img img.sp,
  html body #imageArea #imgSep #img-h2Re .col-img img.sp,
  html body #imageArea #imgSep .img-h2Re .col-img img.sp,
  html body #imageArea #imgSep #img-h2Re-EL .col-img img.sp,
  html body #imageArea #imgSep #img-h2-sum .col-img img.sp,
  html body #imageArea #imgSep #img-h2-sum-re .col-img img.sp,
  html body #imageArea #imgSep #img-h2-sumFC .col-img img.sp,
  html body #imageArea #imgSep #img-h2-slide .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-img img.sp,
  html body #imageArea #imgSep #img-h2-mes .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.sp,
  html body #imageArea .imgSep #img-h2 .col-img img.sp,
  html body #imageArea .imgSep .img-h2 .col-img img.sp,
  html body #imageArea .imgSep #img-h2UP .col-img img.sp,
  html body #imageArea .imgSep #img-h2-EL .col-img img.sp,
  html body #imageArea .imgSep #img-h2Re .col-img img.sp,
  html body #imageArea .imgSep .img-h2Re .col-img img.sp,
  html body #imageArea .imgSep #img-h2Re-EL .col-img img.sp,
  html body #imageArea .imgSep #img-h2-sum .col-img img.sp,
  html body #imageArea .imgSep #img-h2-sum-re .col-img img.sp,
  html body #imageArea .imgSep #img-h2-sumFC .col-img img.sp,
  html body #imageArea .imgSep #img-h2-slide .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-img img.sp,
  html body #imageArea .imgSep #img-h2-mes .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.sp,
  html body .imageArea #imgSep #img-h2 .col-img img.sp,
  html body .imageArea #imgSep .img-h2 .col-img img.sp,
  html body .imageArea #imgSep #img-h2UP .col-img img.sp,
  html body .imageArea #imgSep #img-h2-EL .col-img img.sp,
  html body .imageArea #imgSep #img-h2Re .col-img img.sp,
  html body .imageArea #imgSep .img-h2Re .col-img img.sp,
  html body .imageArea #imgSep #img-h2Re-EL .col-img img.sp,
  html body .imageArea #imgSep #img-h2-sum .col-img img.sp,
  html body .imageArea #imgSep #img-h2-sum-re .col-img img.sp,
  html body .imageArea #imgSep #img-h2-sumFC .col-img img.sp,
  html body .imageArea #imgSep #img-h2-slide .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-img img.sp,
  html body .imageArea #imgSep #img-h2-mes .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.sp,
  html body .imageArea .imgSep #img-h2 .col-img img.sp,
  html body .imageArea .imgSep .img-h2 .col-img img.sp,
  html body .imageArea .imgSep #img-h2UP .col-img img.sp,
  html body .imageArea .imgSep #img-h2-EL .col-img img.sp,
  html body .imageArea .imgSep #img-h2Re .col-img img.sp,
  html body .imageArea .imgSep .img-h2Re .col-img img.sp,
  html body .imageArea .imgSep #img-h2Re-EL .col-img img.sp,
  html body .imageArea .imgSep #img-h2-sum .col-img img.sp,
  html body .imageArea .imgSep #img-h2-sum-re .col-img img.sp,
  html body .imageArea .imgSep #img-h2-sumFC .col-img img.sp,
  html body .imageArea .imgSep #img-h2-slide .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-img img.sp,
  html body .imageArea .imgSep #img-h2-mes .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.sp,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.sp,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.sp {
    display: block;
  }
}

html body #imageArea #imgSep #img-h2 .col-img img.border-b,
html body #imageArea #imgSep .img-h2 .col-img img.border-b,
html body #imageArea #imgSep #img-h2UP .col-img img.border-b,
html body #imageArea #imgSep #img-h2-EL .col-img img.border-b,
html body #imageArea #imgSep #img-h2Re .col-img img.border-b,
html body #imageArea #imgSep .img-h2Re .col-img img.border-b,
html body #imageArea #imgSep #img-h2Re-EL .col-img img.border-b,
html body #imageArea #imgSep #img-h2-sum .col-img img.border-b,
html body #imageArea #imgSep #img-h2-sum-re .col-img img.border-b,
html body #imageArea #imgSep #img-h2-sumFC .col-img img.border-b,
html body #imageArea #imgSep #img-h2-slide .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3 .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-img img.border-b,
html body #imageArea #imgSep #img-h2-mes .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.border-b,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.border-b,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.border-b,
html body #imageArea .imgSep #img-h2 .col-img img.border-b,
html body #imageArea .imgSep .img-h2 .col-img img.border-b,
html body #imageArea .imgSep #img-h2UP .col-img img.border-b,
html body #imageArea .imgSep #img-h2-EL .col-img img.border-b,
html body #imageArea .imgSep #img-h2Re .col-img img.border-b,
html body #imageArea .imgSep .img-h2Re .col-img img.border-b,
html body #imageArea .imgSep #img-h2Re-EL .col-img img.border-b,
html body #imageArea .imgSep #img-h2-sum .col-img img.border-b,
html body #imageArea .imgSep #img-h2-sum-re .col-img img.border-b,
html body #imageArea .imgSep #img-h2-sumFC .col-img img.border-b,
html body #imageArea .imgSep #img-h2-slide .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3 .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-img img.border-b,
html body #imageArea .imgSep #img-h2-mes .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.border-b,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.border-b,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.border-b,
html body .imageArea #imgSep #img-h2 .col-img img.border-b,
html body .imageArea #imgSep .img-h2 .col-img img.border-b,
html body .imageArea #imgSep #img-h2UP .col-img img.border-b,
html body .imageArea #imgSep #img-h2-EL .col-img img.border-b,
html body .imageArea #imgSep #img-h2Re .col-img img.border-b,
html body .imageArea #imgSep .img-h2Re .col-img img.border-b,
html body .imageArea #imgSep #img-h2Re-EL .col-img img.border-b,
html body .imageArea #imgSep #img-h2-sum .col-img img.border-b,
html body .imageArea #imgSep #img-h2-sum-re .col-img img.border-b,
html body .imageArea #imgSep #img-h2-sumFC .col-img img.border-b,
html body .imageArea #imgSep #img-h2-slide .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3 .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-img img.border-b,
html body .imageArea #imgSep #img-h2-mes .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img img.border-b,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img img.border-b,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img img.border-b,
html body .imageArea .imgSep #img-h2 .col-img img.border-b,
html body .imageArea .imgSep .img-h2 .col-img img.border-b,
html body .imageArea .imgSep #img-h2UP .col-img img.border-b,
html body .imageArea .imgSep #img-h2-EL .col-img img.border-b,
html body .imageArea .imgSep #img-h2Re .col-img img.border-b,
html body .imageArea .imgSep .img-h2Re .col-img img.border-b,
html body .imageArea .imgSep #img-h2Re-EL .col-img img.border-b,
html body .imageArea .imgSep #img-h2-sum .col-img img.border-b,
html body .imageArea .imgSep #img-h2-sum-re .col-img img.border-b,
html body .imageArea .imgSep #img-h2-sumFC .col-img img.border-b,
html body .imageArea .imgSep #img-h2-slide .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3 .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-img img.border-b,
html body .imageArea .imgSep #img-h2-mes .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img img.border-b,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img img.border-b,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img img.border-b {
  border: solid 1px #d6d6d6;
}

html body #imageArea #imgSep #img-h2 .col-img.w-100,
html body #imageArea #imgSep .img-h2 .col-img.w-100,
html body #imageArea #imgSep #img-h2UP .col-img.w-100,
html body #imageArea #imgSep #img-h2-EL .col-img.w-100,
html body #imageArea #imgSep #img-h2Re .col-img.w-100,
html body #imageArea #imgSep .img-h2Re .col-img.w-100,
html body #imageArea #imgSep #img-h2Re-EL .col-img.w-100,
html body #imageArea #imgSep #img-h2-sum .col-img.w-100,
html body #imageArea #imgSep #img-h2-sum-re .col-img.w-100,
html body #imageArea #imgSep #img-h2-sumFC .col-img.w-100,
html body #imageArea #imgSep #img-h2-slide .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3 .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-img.w-100,
html body #imageArea #imgSep #img-h2-mes .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img.w-100,
html body #imageArea .imgSep #img-h2 .col-img.w-100,
html body #imageArea .imgSep .img-h2 .col-img.w-100,
html body #imageArea .imgSep #img-h2UP .col-img.w-100,
html body #imageArea .imgSep #img-h2-EL .col-img.w-100,
html body #imageArea .imgSep #img-h2Re .col-img.w-100,
html body #imageArea .imgSep .img-h2Re .col-img.w-100,
html body #imageArea .imgSep #img-h2Re-EL .col-img.w-100,
html body #imageArea .imgSep #img-h2-sum .col-img.w-100,
html body #imageArea .imgSep #img-h2-sum-re .col-img.w-100,
html body #imageArea .imgSep #img-h2-sumFC .col-img.w-100,
html body #imageArea .imgSep #img-h2-slide .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3 .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-img.w-100,
html body #imageArea .imgSep #img-h2-mes .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img.w-100,
html body .imageArea #imgSep #img-h2 .col-img.w-100,
html body .imageArea #imgSep .img-h2 .col-img.w-100,
html body .imageArea #imgSep #img-h2UP .col-img.w-100,
html body .imageArea #imgSep #img-h2-EL .col-img.w-100,
html body .imageArea #imgSep #img-h2Re .col-img.w-100,
html body .imageArea #imgSep .img-h2Re .col-img.w-100,
html body .imageArea #imgSep #img-h2Re-EL .col-img.w-100,
html body .imageArea #imgSep #img-h2-sum .col-img.w-100,
html body .imageArea #imgSep #img-h2-sum-re .col-img.w-100,
html body .imageArea #imgSep #img-h2-sumFC .col-img.w-100,
html body .imageArea #imgSep #img-h2-slide .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3 .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-img.w-100,
html body .imageArea #imgSep #img-h2-mes .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-img.w-100,
html body .imageArea .imgSep #img-h2 .col-img.w-100,
html body .imageArea .imgSep .img-h2 .col-img.w-100,
html body .imageArea .imgSep #img-h2UP .col-img.w-100,
html body .imageArea .imgSep #img-h2-EL .col-img.w-100,
html body .imageArea .imgSep #img-h2Re .col-img.w-100,
html body .imageArea .imgSep .img-h2Re .col-img.w-100,
html body .imageArea .imgSep #img-h2Re-EL .col-img.w-100,
html body .imageArea .imgSep #img-h2-sum .col-img.w-100,
html body .imageArea .imgSep #img-h2-sum-re .col-img.w-100,
html body .imageArea .imgSep #img-h2-sumFC .col-img.w-100,
html body .imageArea .imgSep #img-h2-slide .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3 .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-img.w-100,
html body .imageArea .imgSep #img-h2-mes .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-img.w-100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-img.w-100 {
  width: 100%;
}

html body #imageArea #imgSep #img-h2 .col-text h2,
html body #imageArea #imgSep .img-h2 .col-text h2,
html body #imageArea #imgSep #img-h2UP .col-text h2,
html body #imageArea #imgSep #img-h2-EL .col-text h2,
html body #imageArea #imgSep #img-h2Re .col-text h2,
html body #imageArea #imgSep .img-h2Re .col-text h2,
html body #imageArea #imgSep #img-h2Re-EL .col-text h2,
html body #imageArea #imgSep #img-h2-sum .col-text h2,
html body #imageArea #imgSep #img-h2-sum-re .col-text h2,
html body #imageArea #imgSep #img-h2-sumFC .col-text h2,
html body #imageArea #imgSep #img-h2-slide .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text h2,
html body #imageArea #imgSep #img-h2-mes .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h2,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h2,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h2,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h2,
html body #imageArea .imgSep #img-h2 .col-text h2,
html body #imageArea .imgSep .img-h2 .col-text h2,
html body #imageArea .imgSep #img-h2UP .col-text h2,
html body #imageArea .imgSep #img-h2-EL .col-text h2,
html body #imageArea .imgSep #img-h2Re .col-text h2,
html body #imageArea .imgSep .img-h2Re .col-text h2,
html body #imageArea .imgSep #img-h2Re-EL .col-text h2,
html body #imageArea .imgSep #img-h2-sum .col-text h2,
html body #imageArea .imgSep #img-h2-sum-re .col-text h2,
html body #imageArea .imgSep #img-h2-sumFC .col-text h2,
html body #imageArea .imgSep #img-h2-slide .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text h2,
html body #imageArea .imgSep #img-h2-mes .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h2,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h2,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h2,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h2,
html body .imageArea #imgSep #img-h2 .col-text h2,
html body .imageArea #imgSep .img-h2 .col-text h2,
html body .imageArea #imgSep #img-h2UP .col-text h2,
html body .imageArea #imgSep #img-h2-EL .col-text h2,
html body .imageArea #imgSep #img-h2Re .col-text h2,
html body .imageArea #imgSep .img-h2Re .col-text h2,
html body .imageArea #imgSep #img-h2Re-EL .col-text h2,
html body .imageArea #imgSep #img-h2-sum .col-text h2,
html body .imageArea #imgSep #img-h2-sum-re .col-text h2,
html body .imageArea #imgSep #img-h2-sumFC .col-text h2,
html body .imageArea #imgSep #img-h2-slide .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text h2,
html body .imageArea #imgSep #img-h2-mes .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h2,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h2,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h2,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h2,
html body .imageArea .imgSep #img-h2 .col-text h2,
html body .imageArea .imgSep .img-h2 .col-text h2,
html body .imageArea .imgSep #img-h2UP .col-text h2,
html body .imageArea .imgSep #img-h2-EL .col-text h2,
html body .imageArea .imgSep #img-h2Re .col-text h2,
html body .imageArea .imgSep .img-h2Re .col-text h2,
html body .imageArea .imgSep #img-h2Re-EL .col-text h2,
html body .imageArea .imgSep #img-h2-sum .col-text h2,
html body .imageArea .imgSep #img-h2-sum-re .col-text h2,
html body .imageArea .imgSep #img-h2-sumFC .col-text h2,
html body .imageArea .imgSep #img-h2-slide .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text h2,
html body .imageArea .imgSep #img-h2-mes .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h2,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h2,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h2,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h2 {
  margin: 0 0 6px 0;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.5;
}

html body #imageArea #imgSep #img-h2 .col-text h2 .sp,
html body #imageArea #imgSep .img-h2 .col-text h2 .sp,
html body #imageArea #imgSep #img-h2UP .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-EL .col-text h2 .sp,
html body #imageArea #imgSep #img-h2Re .col-text h2 .sp,
html body #imageArea #imgSep .img-h2Re .col-text h2 .sp,
html body #imageArea #imgSep #img-h2Re-EL .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-sum .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-sum-re .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-sumFC .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-slide .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-mes .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp,
html body #imageArea .imgSep #img-h2 .col-text h2 .sp,
html body #imageArea .imgSep .img-h2 .col-text h2 .sp,
html body #imageArea .imgSep #img-h2UP .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-EL .col-text h2 .sp,
html body #imageArea .imgSep #img-h2Re .col-text h2 .sp,
html body #imageArea .imgSep .img-h2Re .col-text h2 .sp,
html body #imageArea .imgSep #img-h2Re-EL .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-sum .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-sum-re .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-sumFC .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-slide .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-mes .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp,
html body .imageArea #imgSep #img-h2 .col-text h2 .sp,
html body .imageArea #imgSep .img-h2 .col-text h2 .sp,
html body .imageArea #imgSep #img-h2UP .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-EL .col-text h2 .sp,
html body .imageArea #imgSep #img-h2Re .col-text h2 .sp,
html body .imageArea #imgSep .img-h2Re .col-text h2 .sp,
html body .imageArea #imgSep #img-h2Re-EL .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-sum .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-sum-re .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-sumFC .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-slide .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-mes .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp,
html body .imageArea .imgSep #img-h2 .col-text h2 .sp,
html body .imageArea .imgSep .img-h2 .col-text h2 .sp,
html body .imageArea .imgSep #img-h2UP .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-EL .col-text h2 .sp,
html body .imageArea .imgSep #img-h2Re .col-text h2 .sp,
html body .imageArea .imgSep .img-h2Re .col-text h2 .sp,
html body .imageArea .imgSep #img-h2Re-EL .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-sum .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-sum-re .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-sumFC .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-slide .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-mes .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2 .col-text h2 .sp,
  html body #imageArea #imgSep .img-h2 .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2UP .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-EL .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2Re .col-text h2 .sp,
  html body #imageArea #imgSep .img-h2Re .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2Re-EL .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-sum .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-sum-re .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-sumFC .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-slide .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-mes .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2 .col-text h2 .sp,
  html body #imageArea .imgSep .img-h2 .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2UP .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-EL .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2Re .col-text h2 .sp,
  html body #imageArea .imgSep .img-h2Re .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2Re-EL .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-sum .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-sum-re .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-sumFC .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-slide .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-mes .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2 .col-text h2 .sp,
  html body .imageArea #imgSep .img-h2 .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2UP .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-EL .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2Re .col-text h2 .sp,
  html body .imageArea #imgSep .img-h2Re .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2Re-EL .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-sum .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-sum-re .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-sumFC .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-slide .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-mes .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2 .col-text h2 .sp,
  html body .imageArea .imgSep .img-h2 .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2UP .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-EL .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2Re .col-text h2 .sp,
  html body .imageArea .imgSep .img-h2Re .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2Re-EL .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-sum .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-sum-re .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-sumFC .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-slide .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-mes .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h2 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h2 .sp {
    display: inline-block;
  }
}

html body #imageArea #imgSep #img-h2 .col-text .sub,
html body #imageArea #imgSep .img-h2 .col-text .sub,
html body #imageArea #imgSep #img-h2UP .col-text .sub,
html body #imageArea #imgSep #img-h2-EL .col-text .sub,
html body #imageArea #imgSep #img-h2Re .col-text .sub,
html body #imageArea #imgSep .img-h2Re .col-text .sub,
html body #imageArea #imgSep #img-h2Re-EL .col-text .sub,
html body #imageArea #imgSep #img-h2-sum .col-text .sub,
html body #imageArea #imgSep #img-h2-sum-re .col-text .sub,
html body #imageArea #imgSep #img-h2-sumFC .col-text .sub,
html body #imageArea #imgSep #img-h2-slide .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text .sub,
html body #imageArea #imgSep #img-h2-mes .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .sub,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .sub,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .sub,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .sub,
html body #imageArea .imgSep #img-h2 .col-text .sub,
html body #imageArea .imgSep .img-h2 .col-text .sub,
html body #imageArea .imgSep #img-h2UP .col-text .sub,
html body #imageArea .imgSep #img-h2-EL .col-text .sub,
html body #imageArea .imgSep #img-h2Re .col-text .sub,
html body #imageArea .imgSep .img-h2Re .col-text .sub,
html body #imageArea .imgSep #img-h2Re-EL .col-text .sub,
html body #imageArea .imgSep #img-h2-sum .col-text .sub,
html body #imageArea .imgSep #img-h2-sum-re .col-text .sub,
html body #imageArea .imgSep #img-h2-sumFC .col-text .sub,
html body #imageArea .imgSep #img-h2-slide .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text .sub,
html body #imageArea .imgSep #img-h2-mes .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .sub,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .sub,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .sub,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .sub,
html body .imageArea #imgSep #img-h2 .col-text .sub,
html body .imageArea #imgSep .img-h2 .col-text .sub,
html body .imageArea #imgSep #img-h2UP .col-text .sub,
html body .imageArea #imgSep #img-h2-EL .col-text .sub,
html body .imageArea #imgSep #img-h2Re .col-text .sub,
html body .imageArea #imgSep .img-h2Re .col-text .sub,
html body .imageArea #imgSep #img-h2Re-EL .col-text .sub,
html body .imageArea #imgSep #img-h2-sum .col-text .sub,
html body .imageArea #imgSep #img-h2-sum-re .col-text .sub,
html body .imageArea #imgSep #img-h2-sumFC .col-text .sub,
html body .imageArea #imgSep #img-h2-slide .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text .sub,
html body .imageArea #imgSep #img-h2-mes .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .sub,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .sub,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .sub,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .sub,
html body .imageArea .imgSep #img-h2 .col-text .sub,
html body .imageArea .imgSep .img-h2 .col-text .sub,
html body .imageArea .imgSep #img-h2UP .col-text .sub,
html body .imageArea .imgSep #img-h2-EL .col-text .sub,
html body .imageArea .imgSep #img-h2Re .col-text .sub,
html body .imageArea .imgSep .img-h2Re .col-text .sub,
html body .imageArea .imgSep #img-h2Re-EL .col-text .sub,
html body .imageArea .imgSep #img-h2-sum .col-text .sub,
html body .imageArea .imgSep #img-h2-sum-re .col-text .sub,
html body .imageArea .imgSep #img-h2-sumFC .col-text .sub,
html body .imageArea .imgSep #img-h2-slide .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text .sub,
html body .imageArea .imgSep #img-h2-mes .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .sub,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .sub,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .sub,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .sub {
  font-size: 1.125rem;
  margin: 0 0 60px 0;
  color: #55342c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

html body #imageArea #imgSep #img-h2 .col-text .more,
html body #imageArea #imgSep .img-h2 .col-text .more,
html body #imageArea #imgSep #img-h2UP .col-text .more,
html body #imageArea #imgSep #img-h2-EL .col-text .more,
html body #imageArea #imgSep #img-h2Re .col-text .more,
html body #imageArea #imgSep .img-h2Re .col-text .more,
html body #imageArea #imgSep #img-h2Re-EL .col-text .more,
html body #imageArea #imgSep #img-h2-sum .col-text .more,
html body #imageArea #imgSep #img-h2-sum-re .col-text .more,
html body #imageArea #imgSep #img-h2-sumFC .col-text .more,
html body #imageArea #imgSep #img-h2-slide .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text .more,
html body #imageArea #imgSep #img-h2-mes .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .more,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .more,
html body #imageArea .imgSep #img-h2 .col-text .more,
html body #imageArea .imgSep .img-h2 .col-text .more,
html body #imageArea .imgSep #img-h2UP .col-text .more,
html body #imageArea .imgSep #img-h2-EL .col-text .more,
html body #imageArea .imgSep #img-h2Re .col-text .more,
html body #imageArea .imgSep .img-h2Re .col-text .more,
html body #imageArea .imgSep #img-h2Re-EL .col-text .more,
html body #imageArea .imgSep #img-h2-sum .col-text .more,
html body #imageArea .imgSep #img-h2-sum-re .col-text .more,
html body #imageArea .imgSep #img-h2-sumFC .col-text .more,
html body #imageArea .imgSep #img-h2-slide .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text .more,
html body #imageArea .imgSep #img-h2-mes .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .more,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .more,
html body .imageArea #imgSep #img-h2 .col-text .more,
html body .imageArea #imgSep .img-h2 .col-text .more,
html body .imageArea #imgSep #img-h2UP .col-text .more,
html body .imageArea #imgSep #img-h2-EL .col-text .more,
html body .imageArea #imgSep #img-h2Re .col-text .more,
html body .imageArea #imgSep .img-h2Re .col-text .more,
html body .imageArea #imgSep #img-h2Re-EL .col-text .more,
html body .imageArea #imgSep #img-h2-sum .col-text .more,
html body .imageArea #imgSep #img-h2-sum-re .col-text .more,
html body .imageArea #imgSep #img-h2-sumFC .col-text .more,
html body .imageArea #imgSep #img-h2-slide .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text .more,
html body .imageArea #imgSep #img-h2-mes .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .more,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .more,
html body .imageArea .imgSep #img-h2 .col-text .more,
html body .imageArea .imgSep .img-h2 .col-text .more,
html body .imageArea .imgSep #img-h2UP .col-text .more,
html body .imageArea .imgSep #img-h2-EL .col-text .more,
html body .imageArea .imgSep #img-h2Re .col-text .more,
html body .imageArea .imgSep .img-h2Re .col-text .more,
html body .imageArea .imgSep #img-h2Re-EL .col-text .more,
html body .imageArea .imgSep #img-h2-sum .col-text .more,
html body .imageArea .imgSep #img-h2-sum-re .col-text .more,
html body .imageArea .imgSep #img-h2-sumFC .col-text .more,
html body .imageArea .imgSep #img-h2-slide .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text .more,
html body .imageArea .imgSep #img-h2-mes .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .more,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .more {
  margin: 55px 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2 .col-text .more,
  html body #imageArea #imgSep .img-h2 .col-text .more,
  html body #imageArea #imgSep #img-h2UP .col-text .more,
  html body #imageArea #imgSep #img-h2-EL .col-text .more,
  html body #imageArea #imgSep #img-h2Re .col-text .more,
  html body #imageArea #imgSep .img-h2Re .col-text .more,
  html body #imageArea #imgSep #img-h2Re-EL .col-text .more,
  html body #imageArea #imgSep #img-h2-sum .col-text .more,
  html body #imageArea #imgSep #img-h2-sum-re .col-text .more,
  html body #imageArea #imgSep #img-h2-sumFC .col-text .more,
  html body #imageArea #imgSep #img-h2-slide .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-text .more,
  html body #imageArea #imgSep #img-h2-mes .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .more,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .more,
  html body #imageArea .imgSep #img-h2 .col-text .more,
  html body #imageArea .imgSep .img-h2 .col-text .more,
  html body #imageArea .imgSep #img-h2UP .col-text .more,
  html body #imageArea .imgSep #img-h2-EL .col-text .more,
  html body #imageArea .imgSep #img-h2Re .col-text .more,
  html body #imageArea .imgSep .img-h2Re .col-text .more,
  html body #imageArea .imgSep #img-h2Re-EL .col-text .more,
  html body #imageArea .imgSep #img-h2-sum .col-text .more,
  html body #imageArea .imgSep #img-h2-sum-re .col-text .more,
  html body #imageArea .imgSep #img-h2-sumFC .col-text .more,
  html body #imageArea .imgSep #img-h2-slide .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-text .more,
  html body #imageArea .imgSep #img-h2-mes .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .more,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .more,
  html body .imageArea #imgSep #img-h2 .col-text .more,
  html body .imageArea #imgSep .img-h2 .col-text .more,
  html body .imageArea #imgSep #img-h2UP .col-text .more,
  html body .imageArea #imgSep #img-h2-EL .col-text .more,
  html body .imageArea #imgSep #img-h2Re .col-text .more,
  html body .imageArea #imgSep .img-h2Re .col-text .more,
  html body .imageArea #imgSep #img-h2Re-EL .col-text .more,
  html body .imageArea #imgSep #img-h2-sum .col-text .more,
  html body .imageArea #imgSep #img-h2-sum-re .col-text .more,
  html body .imageArea #imgSep #img-h2-sumFC .col-text .more,
  html body .imageArea #imgSep #img-h2-slide .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-text .more,
  html body .imageArea #imgSep #img-h2-mes .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .more,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .more,
  html body .imageArea .imgSep #img-h2 .col-text .more,
  html body .imageArea .imgSep .img-h2 .col-text .more,
  html body .imageArea .imgSep #img-h2UP .col-text .more,
  html body .imageArea .imgSep #img-h2-EL .col-text .more,
  html body .imageArea .imgSep #img-h2Re .col-text .more,
  html body .imageArea .imgSep .img-h2Re .col-text .more,
  html body .imageArea .imgSep #img-h2Re-EL .col-text .more,
  html body .imageArea .imgSep #img-h2-sum .col-text .more,
  html body .imageArea .imgSep #img-h2-sum-re .col-text .more,
  html body .imageArea .imgSep #img-h2-sumFC .col-text .more,
  html body .imageArea .imgSep #img-h2-slide .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-text .more,
  html body .imageArea .imgSep #img-h2-mes .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .more,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .more,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .more,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .more {
    margin: 55px auto 0 auto;
  }
}

html body #imageArea #imgSep #img-h2 .col-text h5,
html body #imageArea #imgSep .img-h2 .col-text h5,
html body #imageArea #imgSep #img-h2UP .col-text h5,
html body #imageArea #imgSep #img-h2-EL .col-text h5,
html body #imageArea #imgSep #img-h2Re .col-text h5,
html body #imageArea #imgSep .img-h2Re .col-text h5,
html body #imageArea #imgSep #img-h2Re-EL .col-text h5,
html body #imageArea #imgSep #img-h2-sum .col-text h5,
html body #imageArea #imgSep #img-h2-sum-re .col-text h5,
html body #imageArea #imgSep #img-h2-sumFC .col-text h5,
html body #imageArea #imgSep #img-h2-slide .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3 .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text h5,
html body #imageArea #imgSep #img-h2-mes .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h5,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h5,
html body #imageArea .imgSep #img-h2 .col-text h5,
html body #imageArea .imgSep .img-h2 .col-text h5,
html body #imageArea .imgSep #img-h2UP .col-text h5,
html body #imageArea .imgSep #img-h2-EL .col-text h5,
html body #imageArea .imgSep #img-h2Re .col-text h5,
html body #imageArea .imgSep .img-h2Re .col-text h5,
html body #imageArea .imgSep #img-h2Re-EL .col-text h5,
html body #imageArea .imgSep #img-h2-sum .col-text h5,
html body #imageArea .imgSep #img-h2-sum-re .col-text h5,
html body #imageArea .imgSep #img-h2-sumFC .col-text h5,
html body #imageArea .imgSep #img-h2-slide .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text h5,
html body #imageArea .imgSep #img-h2-mes .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h5,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h5,
html body .imageArea #imgSep #img-h2 .col-text h5,
html body .imageArea #imgSep .img-h2 .col-text h5,
html body .imageArea #imgSep #img-h2UP .col-text h5,
html body .imageArea #imgSep #img-h2-EL .col-text h5,
html body .imageArea #imgSep #img-h2Re .col-text h5,
html body .imageArea #imgSep .img-h2Re .col-text h5,
html body .imageArea #imgSep #img-h2Re-EL .col-text h5,
html body .imageArea #imgSep #img-h2-sum .col-text h5,
html body .imageArea #imgSep #img-h2-sum-re .col-text h5,
html body .imageArea #imgSep #img-h2-sumFC .col-text h5,
html body .imageArea #imgSep #img-h2-slide .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text h5,
html body .imageArea #imgSep #img-h2-mes .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h5,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h5,
html body .imageArea .imgSep #img-h2 .col-text h5,
html body .imageArea .imgSep .img-h2 .col-text h5,
html body .imageArea .imgSep #img-h2UP .col-text h5,
html body .imageArea .imgSep #img-h2-EL .col-text h5,
html body .imageArea .imgSep #img-h2Re .col-text h5,
html body .imageArea .imgSep .img-h2Re .col-text h5,
html body .imageArea .imgSep #img-h2Re-EL .col-text h5,
html body .imageArea .imgSep #img-h2-sum .col-text h5,
html body .imageArea .imgSep #img-h2-sum-re .col-text h5,
html body .imageArea .imgSep #img-h2-sumFC .col-text h5,
html body .imageArea .imgSep #img-h2-slide .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text h5,
html body .imageArea .imgSep #img-h2-mes .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h5,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h5 {
  margin: 0 0 25px 0;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2 .col-text h5,
  html body #imageArea #imgSep .img-h2 .col-text h5,
  html body #imageArea #imgSep #img-h2UP .col-text h5,
  html body #imageArea #imgSep #img-h2-EL .col-text h5,
  html body #imageArea #imgSep #img-h2Re .col-text h5,
  html body #imageArea #imgSep .img-h2Re .col-text h5,
  html body #imageArea #imgSep #img-h2Re-EL .col-text h5,
  html body #imageArea #imgSep #img-h2-sum .col-text h5,
  html body #imageArea #imgSep #img-h2-sum-re .col-text h5,
  html body #imageArea #imgSep #img-h2-sumFC .col-text h5,
  html body #imageArea #imgSep #img-h2-slide .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3 .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-text h5,
  html body #imageArea #imgSep #img-h2-mes .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h5,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h5,
  html body #imageArea .imgSep #img-h2 .col-text h5,
  html body #imageArea .imgSep .img-h2 .col-text h5,
  html body #imageArea .imgSep #img-h2UP .col-text h5,
  html body #imageArea .imgSep #img-h2-EL .col-text h5,
  html body #imageArea .imgSep #img-h2Re .col-text h5,
  html body #imageArea .imgSep .img-h2Re .col-text h5,
  html body #imageArea .imgSep #img-h2Re-EL .col-text h5,
  html body #imageArea .imgSep #img-h2-sum .col-text h5,
  html body #imageArea .imgSep #img-h2-sum-re .col-text h5,
  html body #imageArea .imgSep #img-h2-sumFC .col-text h5,
  html body #imageArea .imgSep #img-h2-slide .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-text h5,
  html body #imageArea .imgSep #img-h2-mes .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h5,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h5,
  html body .imageArea #imgSep #img-h2 .col-text h5,
  html body .imageArea #imgSep .img-h2 .col-text h5,
  html body .imageArea #imgSep #img-h2UP .col-text h5,
  html body .imageArea #imgSep #img-h2-EL .col-text h5,
  html body .imageArea #imgSep #img-h2Re .col-text h5,
  html body .imageArea #imgSep .img-h2Re .col-text h5,
  html body .imageArea #imgSep #img-h2Re-EL .col-text h5,
  html body .imageArea #imgSep #img-h2-sum .col-text h5,
  html body .imageArea #imgSep #img-h2-sum-re .col-text h5,
  html body .imageArea #imgSep #img-h2-sumFC .col-text h5,
  html body .imageArea #imgSep #img-h2-slide .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-text h5,
  html body .imageArea #imgSep #img-h2-mes .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h5,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h5,
  html body .imageArea .imgSep #img-h2 .col-text h5,
  html body .imageArea .imgSep .img-h2 .col-text h5,
  html body .imageArea .imgSep #img-h2UP .col-text h5,
  html body .imageArea .imgSep #img-h2-EL .col-text h5,
  html body .imageArea .imgSep #img-h2Re .col-text h5,
  html body .imageArea .imgSep .img-h2Re .col-text h5,
  html body .imageArea .imgSep #img-h2Re-EL .col-text h5,
  html body .imageArea .imgSep #img-h2-sum .col-text h5,
  html body .imageArea .imgSep #img-h2-sum-re .col-text h5,
  html body .imageArea .imgSep #img-h2-sumFC .col-text h5,
  html body .imageArea .imgSep #img-h2-slide .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-text h5,
  html body .imageArea .imgSep #img-h2-mes .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h5,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h5,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h5,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h5 {
    line-height: 2.0;
  }
}

html body #imageArea #imgSep #img-h2-slide .col-img,
html body #imageArea .imgSep #img-h2-slide .col-img,
html body .imageArea #imgSep #img-h2-slide .col-img,
html body .imageArea .imgSep #img-h2-slide .col-img {
  width: 48.5%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-slide .col-img,
  html body #imageArea .imgSep #img-h2-slide .col-img,
  html body .imageArea #imgSep #img-h2-slide .col-img,
  html body .imageArea .imgSep #img-h2-slide .col-img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

html body #imageArea #imgSep #img-h2-slide .col-img .more,
html body #imageArea .imgSep #img-h2-slide .col-img .more,
html body .imageArea #imgSep #img-h2-slide .col-img .more,
html body .imageArea .imgSep #img-h2-slide .col-img .more {
  margin: 55px 0 0 0;
}

html body #imageArea #imgSep #img-h2-slide .col-text,
html body #imageArea .imgSep #img-h2-slide .col-text,
html body .imageArea #imgSep #img-h2-slide .col-text,
html body .imageArea .imgSep #img-h2-slide .col-text {
  width: 48%;
  padding: 200px 240px 200px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-slide .col-text,
  html body #imageArea .imgSep #img-h2-slide .col-text,
  html body .imageArea #imgSep #img-h2-slide .col-text,
  html body .imageArea .imgSep #img-h2-slide .col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h2-slide .col-text .sub,
html body #imageArea .imgSep #img-h2-slide .col-text .sub,
html body .imageArea #imgSep #img-h2-slide .col-text .sub,
html body .imageArea .imgSep #img-h2-slide .col-text .sub {
  font-size: 1.125rem;
  margin: 0 0 20px 0;
  color: #55342c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

html body #imageArea #imgSep #img-h2-mes .col-img,
html body #imageArea .imgSep #img-h2-mes .col-img,
html body .imageArea #imgSep #img-h2-mes .col-img,
html body .imageArea .imgSep #img-h2-mes .col-img {
  width: 48.5%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-mes .col-img,
  html body #imageArea .imgSep #img-h2-mes .col-img,
  html body .imageArea #imgSep #img-h2-mes .col-img,
  html body .imageArea .imgSep #img-h2-mes .col-img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

html body #imageArea #imgSep #img-h2-mes .col-text,
html body #imageArea .imgSep #img-h2-mes .col-text,
html body .imageArea #imgSep #img-h2-mes .col-text,
html body .imageArea .imgSep #img-h2-mes .col-text {
  width: 48.5%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-mes .col-text,
  html body #imageArea .imgSep #img-h2-mes .col-text,
  html body .imageArea #imgSep #img-h2-mes .col-text,
  html body .imageArea .imgSep #img-h2-mes .col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h2-mes .col-text .mes,
html body #imageArea .imgSep #img-h2-mes .col-text .mes,
html body .imageArea #imgSep #img-h2-mes .col-text .mes,
html body .imageArea .imgSep #img-h2-mes .col-text .mes {
  margin: 0 0 45px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-mes .col-text .mes,
  html body #imageArea .imgSep #img-h2-mes .col-text .mes,
  html body .imageArea #imgSep #img-h2-mes .col-text .mes,
  html body .imageArea .imgSep #img-h2-mes .col-text .mes {
    margin: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h2-mes .col-text .mes .gree01,
html body #imageArea #imgSep #img-h2-mes .col-text .mes .gree02,
html body #imageArea #imgSep #img-h2-mes .col-text .mes .gree03,
html body #imageArea .imgSep #img-h2-mes .col-text .mes .gree01,
html body #imageArea .imgSep #img-h2-mes .col-text .mes .gree02,
html body #imageArea .imgSep #img-h2-mes .col-text .mes .gree03,
html body .imageArea #imgSep #img-h2-mes .col-text .mes .gree01,
html body .imageArea #imgSep #img-h2-mes .col-text .mes .gree02,
html body .imageArea #imgSep #img-h2-mes .col-text .mes .gree03,
html body .imageArea .imgSep #img-h2-mes .col-text .mes .gree01,
html body .imageArea .imgSep #img-h2-mes .col-text .mes .gree02,
html body .imageArea .imgSep #img-h2-mes .col-text .mes .gree03 {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-mes .col-text .mes .gree03,
  html body #imageArea .imgSep #img-h2-mes .col-text .mes .gree03,
  html body .imageArea #imgSep #img-h2-mes .col-text .mes .gree03,
  html body .imageArea .imgSep #img-h2-mes .col-text .mes .gree03 {
    margin: 0 0 10px 0;
  }
}

html body #imageArea #imgSep #img-h2-mes .col-text .title,
html body #imageArea .imgSep #img-h2-mes .col-text .title,
html body .imageArea #imgSep #img-h2-mes .col-text .title,
html body .imageArea .imgSep #img-h2-mes .col-text .title {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  font-weight: 300;
}

html body #imageArea #imgSep #img-h2-mes .col-text .name,
html body #imageArea .imgSep #img-h2-mes .col-text .name,
html body .imageArea #imgSep #img-h2-mes .col-text .name,
html body .imageArea .imgSep #img-h2-mes .col-text .name {
  font-size: 1.25rem;
  font-weight: 500;
}

html body #imageArea #imgSep #arrow,
html body #imageArea .imgSep #arrow,
html body .imageArea #imgSep #arrow,
html body .imageArea .imgSep #arrow {
  margin: 0 0 80px 0;
}

html body #imageArea #imgSep #arrow .next,
html body #imageArea .imgSep #arrow .next,
html body .imageArea #imgSep #arrow .next,
html body .imageArea .imgSep #arrow .next {
  padding: 0 0 0 200px;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #arrow .next,
  html body #imageArea .imgSep #arrow .next,
  html body .imageArea #imgSep #arrow .next,
  html body .imageArea .imgSep #arrow .next {
    padding: 0 0 0 194px;
  }
}

html body #imageArea #imgSep #arrowNew,
html body #imageArea .imgSep #arrowNew,
html body .imageArea #imgSep #arrowNew,
html body .imageArea .imgSep #arrowNew {
  margin: 0 0 180px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #arrowNew,
  html body #imageArea .imgSep #arrowNew,
  html body .imageArea #imgSep #arrowNew,
  html body .imageArea .imgSep #arrowNew {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #arrowNew,
  html body #imageArea .imgSep #arrowNew,
  html body .imageArea #imgSep #arrowNew,
  html body .imageArea .imgSep #arrowNew {
    margin: 0 0 73px 0;
  }
}

html body #imageArea #imgSep #arrowNew ul,
html body #imageArea .imgSep #arrowNew ul,
html body .imageArea #imgSep #arrowNew ul,
html body .imageArea .imgSep #arrowNew ul {
  display: flex;
  justify-content: space-between;
}

html body #imageArea #imgSep #arrowNew li a,
html body #imageArea #imgSep #arrowNew li span,
html body #imageArea .imgSep #arrowNew li a,
html body #imageArea .imgSep #arrowNew li span,
html body .imageArea #imgSep #arrowNew li a,
html body .imageArea #imgSep #arrowNew li span,
html body .imageArea .imgSep #arrowNew li a,
html body .imageArea .imgSep #arrowNew li span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #170e09;
}

html body #imageArea #imgSep #arrowNew li a,
html body #imageArea .imgSep #arrowNew li a,
html body .imageArea #imgSep #arrowNew li a,
html body .imageArea .imgSep #arrowNew li a {
  transition: opacity 0.2s ease;
}

html body #imageArea #imgSep #arrowNew li a:hover,
html body #imageArea .imgSep #arrowNew li a:hover,
html body .imageArea #imgSep #arrowNew li a:hover,
html body .imageArea .imgSep #arrowNew li a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

html body #imageArea #imgSep #arrowNew li:nth-child(1) a,
html body #imageArea #imgSep #arrowNew li:nth-child(1) span,
html body #imageArea .imgSep #arrowNew li:nth-child(1) a,
html body #imageArea .imgSep #arrowNew li:nth-child(1) span,
html body .imageArea #imgSep #arrowNew li:nth-child(1) a,
html body .imageArea #imgSep #arrowNew li:nth-child(1) span,
html body .imageArea .imgSep #arrowNew li:nth-child(1) a,
html body .imageArea .imgSep #arrowNew li:nth-child(1) span {
  padding: 0 0 0 70px;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #arrowNew li:nth-child(1) a,
  html body #imageArea #imgSep #arrowNew li:nth-child(1) span,
  html body #imageArea .imgSep #arrowNew li:nth-child(1) a,
  html body #imageArea .imgSep #arrowNew li:nth-child(1) span,
  html body .imageArea #imgSep #arrowNew li:nth-child(1) a,
  html body .imageArea #imgSep #arrowNew li:nth-child(1) span,
  html body .imageArea .imgSep #arrowNew li:nth-child(1) a,
  html body .imageArea .imgSep #arrowNew li:nth-child(1) span {
    padding: 30px 0 0 0;
  }
}

html body #imageArea #imgSep #arrowNew li:nth-child(1) a::before,
html body #imageArea #imgSep #arrowNew li:nth-child(1) span::before,
html body #imageArea .imgSep #arrowNew li:nth-child(1) a::before,
html body #imageArea .imgSep #arrowNew li:nth-child(1) span::before,
html body .imageArea #imgSep #arrowNew li:nth-child(1) a::before,
html body .imageArea #imgSep #arrowNew li:nth-child(1) span::before,
html body .imageArea .imgSep #arrowNew li:nth-child(1) a::before,
html body .imageArea .imgSep #arrowNew li:nth-child(1) span::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: url("../image/return.svg");
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #arrowNew li:nth-child(1) a::before,
  html body #imageArea #imgSep #arrowNew li:nth-child(1) span::before,
  html body #imageArea .imgSep #arrowNew li:nth-child(1) a::before,
  html body #imageArea .imgSep #arrowNew li:nth-child(1) span::before,
  html body .imageArea #imgSep #arrowNew li:nth-child(1) a::before,
  html body .imageArea #imgSep #arrowNew li:nth-child(1) span::before,
  html body .imageArea .imgSep #arrowNew li:nth-child(1) a::before,
  html body .imageArea .imgSep #arrowNew li:nth-child(1) span::before {
    display: none;
  }
}

html body #imageArea #imgSep #arrowNew li:nth-child(1) span,
html body #imageArea .imgSep #arrowNew li:nth-child(1) span,
html body .imageArea #imgSep #arrowNew li:nth-child(1) span,
html body .imageArea .imgSep #arrowNew li:nth-child(1) span {
  pointer-events: none;
  color: #acacac;
}

html body #imageArea #imgSep #arrowNew li:nth-child(1) span::before,
html body #imageArea .imgSep #arrowNew li:nth-child(1) span::before,
html body .imageArea #imgSep #arrowNew li:nth-child(1) span::before,
html body .imageArea .imgSep #arrowNew li:nth-child(1) span::before {
  opacity: 0.3;
}

html body #imageArea #imgSep #arrowNew li:nth-last-child(1) a,
html body #imageArea #imgSep #arrowNew li:nth-last-child(1) span,
html body #imageArea .imgSep #arrowNew li:nth-last-child(1) a,
html body #imageArea .imgSep #arrowNew li:nth-last-child(1) span,
html body .imageArea #imgSep #arrowNew li:nth-last-child(1) a,
html body .imageArea #imgSep #arrowNew li:nth-last-child(1) span,
html body .imageArea .imgSep #arrowNew li:nth-last-child(1) a,
html body .imageArea .imgSep #arrowNew li:nth-last-child(1) span {
  padding: 0 70px 0 0;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #arrowNew li:nth-last-child(1) a,
  html body #imageArea #imgSep #arrowNew li:nth-last-child(1) span,
  html body #imageArea .imgSep #arrowNew li:nth-last-child(1) a,
  html body #imageArea .imgSep #arrowNew li:nth-last-child(1) span,
  html body .imageArea #imgSep #arrowNew li:nth-last-child(1) a,
  html body .imageArea #imgSep #arrowNew li:nth-last-child(1) span,
  html body .imageArea .imgSep #arrowNew li:nth-last-child(1) a,
  html body .imageArea .imgSep #arrowNew li:nth-last-child(1) span {
    padding: 30px 0 0 0;
  }
}

html body #imageArea #imgSep #arrowNew li:nth-last-child(1) a::after,
html body #imageArea #imgSep #arrowNew li:nth-last-child(1) span::after,
html body #imageArea .imgSep #arrowNew li:nth-last-child(1) a::after,
html body #imageArea .imgSep #arrowNew li:nth-last-child(1) span::after,
html body .imageArea #imgSep #arrowNew li:nth-last-child(1) a::after,
html body .imageArea #imgSep #arrowNew li:nth-last-child(1) span::after,
html body .imageArea .imgSep #arrowNew li:nth-last-child(1) a::after,
html body .imageArea .imgSep #arrowNew li:nth-last-child(1) span::after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: url("../image/next.svg");
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #arrowNew li:nth-last-child(1) a::after,
  html body #imageArea #imgSep #arrowNew li:nth-last-child(1) span::after,
  html body #imageArea .imgSep #arrowNew li:nth-last-child(1) a::after,
  html body #imageArea .imgSep #arrowNew li:nth-last-child(1) span::after,
  html body .imageArea #imgSep #arrowNew li:nth-last-child(1) a::after,
  html body .imageArea #imgSep #arrowNew li:nth-last-child(1) span::after,
  html body .imageArea .imgSep #arrowNew li:nth-last-child(1) a::after,
  html body .imageArea .imgSep #arrowNew li:nth-last-child(1) span::after {
    display: none;
  }
}

html body #imageArea #imgSep #arrowNew li:nth-last-child(1) span,
html body #imageArea .imgSep #arrowNew li:nth-last-child(1) span,
html body .imageArea #imgSep #arrowNew li:nth-last-child(1) span,
html body .imageArea .imgSep #arrowNew li:nth-last-child(1) span {
  pointer-events: none;
  color: #acacac;
}

html body #imageArea #imgSep #arrowNew li:nth-last-child(1) span::after,
html body #imageArea .imgSep #arrowNew li:nth-last-child(1) span::after,
html body .imageArea #imgSep #arrowNew li:nth-last-child(1) span::after,
html body .imageArea .imgSep #arrowNew li:nth-last-child(1) span::after {
  opacity: 0.3;
}

html body #imageArea #imgSep #circle,
html body #imageArea #imgSep #send,
html body #imageArea #imgSep #fix,
html body #imageArea #imgSep #toTop,
html body #imageArea #imgSep #ver,
html body #imageArea #imgSep .circle2,
html body #imageArea .imgSep #circle,
html body #imageArea .imgSep #send,
html body #imageArea .imgSep #fix,
html body #imageArea .imgSep #toTop,
html body #imageArea .imgSep #ver,
html body #imageArea .imgSep .circle2,
html body .imageArea #imgSep #circle,
html body .imageArea #imgSep #send,
html body .imageArea #imgSep #fix,
html body .imageArea #imgSep #toTop,
html body .imageArea #imgSep #ver,
html body .imageArea #imgSep .circle2,
html body .imageArea .imgSep #circle,
html body .imageArea .imgSep #send,
html body .imageArea .imgSep #fix,
html body .imageArea .imgSep #toTop,
html body .imageArea .imgSep #ver,
html body .imageArea .imgSep .circle2 {
  width: 500px;
  height: 100px;
  border-radius: 100vh;
  margin: 0 auto 80px auto;
  text-align: center;
  line-height: 100px;
  border: solid 1px #170e09;
}

html body #imageArea #imgSep #circle:hover,
html body #imageArea #imgSep #send:hover,
html body #imageArea #imgSep #fix:hover,
html body #imageArea #imgSep #toTop:hover,
html body #imageArea #imgSep #ver:hover,
html body #imageArea #imgSep .circle2:hover,
html body #imageArea .imgSep #circle:hover,
html body #imageArea .imgSep #send:hover,
html body #imageArea .imgSep #fix:hover,
html body #imageArea .imgSep #toTop:hover,
html body #imageArea .imgSep #ver:hover,
html body #imageArea .imgSep .circle2:hover,
html body .imageArea #imgSep #circle:hover,
html body .imageArea #imgSep #send:hover,
html body .imageArea #imgSep #fix:hover,
html body .imageArea #imgSep #toTop:hover,
html body .imageArea #imgSep #ver:hover,
html body .imageArea #imgSep .circle2:hover,
html body .imageArea .imgSep #circle:hover,
html body .imageArea .imgSep #send:hover,
html body .imageArea .imgSep #fix:hover,
html body .imageArea .imgSep #toTop:hover,
html body .imageArea .imgSep #ver:hover,
html body .imageArea .imgSep .circle2:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #circle,
  html body #imageArea #imgSep #send,
  html body #imageArea #imgSep #fix,
  html body #imageArea #imgSep #toTop,
  html body #imageArea #imgSep #ver,
  html body #imageArea #imgSep .circle2,
  html body #imageArea .imgSep #circle,
  html body #imageArea .imgSep #send,
  html body #imageArea .imgSep #fix,
  html body #imageArea .imgSep #toTop,
  html body #imageArea .imgSep #ver,
  html body #imageArea .imgSep .circle2,
  html body .imageArea #imgSep #circle,
  html body .imageArea #imgSep #send,
  html body .imageArea #imgSep #fix,
  html body .imageArea #imgSep #toTop,
  html body .imageArea #imgSep #ver,
  html body .imageArea #imgSep .circle2,
  html body .imageArea .imgSep #circle,
  html body .imageArea .imgSep #send,
  html body .imageArea .imgSep #fix,
  html body .imageArea .imgSep #toTop,
  html body .imageArea .imgSep #ver,
  html body .imageArea .imgSep .circle2 {
    max-width: 315px;
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
}

html body #imageArea #imgSep #circle .store,
html body #imageArea #imgSep #circle .send,
html body #imageArea #imgSep #send .store,
html body #imageArea #imgSep #send .send,
html body #imageArea #imgSep #fix .store,
html body #imageArea #imgSep #fix .send,
html body #imageArea #imgSep #toTop .store,
html body #imageArea #imgSep #toTop .send,
html body #imageArea #imgSep #ver .store,
html body #imageArea #imgSep #ver .send,
html body #imageArea #imgSep .circle2 .store,
html body #imageArea #imgSep .circle2 .send,
html body #imageArea .imgSep #circle .store,
html body #imageArea .imgSep #circle .send,
html body #imageArea .imgSep #send .store,
html body #imageArea .imgSep #send .send,
html body #imageArea .imgSep #fix .store,
html body #imageArea .imgSep #fix .send,
html body #imageArea .imgSep #toTop .store,
html body #imageArea .imgSep #toTop .send,
html body #imageArea .imgSep #ver .store,
html body #imageArea .imgSep #ver .send,
html body #imageArea .imgSep .circle2 .store,
html body #imageArea .imgSep .circle2 .send,
html body .imageArea #imgSep #circle .store,
html body .imageArea #imgSep #circle .send,
html body .imageArea #imgSep #send .store,
html body .imageArea #imgSep #send .send,
html body .imageArea #imgSep #fix .store,
html body .imageArea #imgSep #fix .send,
html body .imageArea #imgSep #toTop .store,
html body .imageArea #imgSep #toTop .send,
html body .imageArea #imgSep #ver .store,
html body .imageArea #imgSep #ver .send,
html body .imageArea #imgSep .circle2 .store,
html body .imageArea #imgSep .circle2 .send,
html body .imageArea .imgSep #circle .store,
html body .imageArea .imgSep #circle .send,
html body .imageArea .imgSep #send .store,
html body .imageArea .imgSep #send .send,
html body .imageArea .imgSep #fix .store,
html body .imageArea .imgSep #fix .send,
html body .imageArea .imgSep #toTop .store,
html body .imageArea .imgSep #toTop .send,
html body .imageArea .imgSep #ver .store,
html body .imageArea .imgSep #ver .send,
html body .imageArea .imgSep .circle2 .store,
html body .imageArea .imgSep .circle2 .send {
  font-weight: 400;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #circle .store,
  html body #imageArea #imgSep #circle .send,
  html body #imageArea #imgSep #send .store,
  html body #imageArea #imgSep #send .send,
  html body #imageArea #imgSep #fix .store,
  html body #imageArea #imgSep #fix .send,
  html body #imageArea #imgSep #toTop .store,
  html body #imageArea #imgSep #toTop .send,
  html body #imageArea #imgSep #ver .store,
  html body #imageArea #imgSep #ver .send,
  html body #imageArea #imgSep .circle2 .store,
  html body #imageArea #imgSep .circle2 .send,
  html body #imageArea .imgSep #circle .store,
  html body #imageArea .imgSep #circle .send,
  html body #imageArea .imgSep #send .store,
  html body #imageArea .imgSep #send .send,
  html body #imageArea .imgSep #fix .store,
  html body #imageArea .imgSep #fix .send,
  html body #imageArea .imgSep #toTop .store,
  html body #imageArea .imgSep #toTop .send,
  html body #imageArea .imgSep #ver .store,
  html body #imageArea .imgSep #ver .send,
  html body #imageArea .imgSep .circle2 .store,
  html body #imageArea .imgSep .circle2 .send,
  html body .imageArea #imgSep #circle .store,
  html body .imageArea #imgSep #circle .send,
  html body .imageArea #imgSep #send .store,
  html body .imageArea #imgSep #send .send,
  html body .imageArea #imgSep #fix .store,
  html body .imageArea #imgSep #fix .send,
  html body .imageArea #imgSep #toTop .store,
  html body .imageArea #imgSep #toTop .send,
  html body .imageArea #imgSep #ver .store,
  html body .imageArea #imgSep #ver .send,
  html body .imageArea #imgSep .circle2 .store,
  html body .imageArea #imgSep .circle2 .send,
  html body .imageArea .imgSep #circle .store,
  html body .imageArea .imgSep #circle .send,
  html body .imageArea .imgSep #send .store,
  html body .imageArea .imgSep #send .send,
  html body .imageArea .imgSep #fix .store,
  html body .imageArea .imgSep #fix .send,
  html body .imageArea .imgSep #toTop .store,
  html body .imageArea .imgSep #toTop .send,
  html body .imageArea .imgSep #ver .store,
  html body .imageArea .imgSep #ver .send,
  html body .imageArea .imgSep .circle2 .store,
  html body .imageArea .imgSep .circle2 .send {
    font-size: 1.0rem;
  }
}

html body #imageArea #imgSep #circle,
html body #imageArea #imgSep .circle2,
html body #imageArea .imgSep #circle,
html body #imageArea .imgSep .circle2,
html body .imageArea #imgSep #circle,
html body .imageArea #imgSep .circle2,
html body .imageArea .imgSep #circle,
html body .imageArea .imgSep .circle2 {
  margin: 0 auto 90px auto;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #circle,
  html body #imageArea #imgSep .circle2,
  html body #imageArea .imgSep #circle,
  html body #imageArea .imgSep .circle2,
  html body .imageArea #imgSep #circle,
  html body .imageArea #imgSep .circle2,
  html body .imageArea .imgSep #circle,
  html body .imageArea .imgSep .circle2 {
    margin: 0 auto 80px auto;
  }
}

html body #imageArea #imgSep #circle:hover,
html body #imageArea #imgSep .circle2:hover,
html body #imageArea .imgSep #circle:hover,
html body #imageArea .imgSep .circle2:hover,
html body .imageArea #imgSep #circle:hover,
html body .imageArea #imgSep .circle2:hover,
html body .imageArea .imgSep #circle:hover,
html body .imageArea .imgSep .circle2:hover {
  opacity: 1.0;
}

html body #imageArea #imgSep #circle a,
html body #imageArea #imgSep .circle2 a,
html body #imageArea .imgSep #circle a,
html body #imageArea .imgSep .circle2 a,
html body .imageArea #imgSep #circle a,
html body .imageArea #imgSep .circle2 a,
html body .imageArea .imgSep #circle a,
html body .imageArea .imgSep .circle2 a {
  display: block;
  width: 100%;
  height: 100%;
}

html body #imageArea #imgSep #circle a:hover,
html body #imageArea #imgSep .circle2 a:hover,
html body #imageArea .imgSep #circle a:hover,
html body #imageArea .imgSep .circle2 a:hover,
html body .imageArea #imgSep #circle a:hover,
html body .imageArea #imgSep .circle2 a:hover,
html body .imageArea .imgSep #circle a:hover,
html body .imageArea .imgSep .circle2 a:hover {
  background-color: #55342c;
  border-radius: 100vh;
  transition: background-color 0.2s ease;
}

html body #imageArea #imgSep #circle a.store,
html body #imageArea #imgSep .circle2 a.store,
html body #imageArea .imgSep #circle a.store,
html body #imageArea .imgSep .circle2 a.store,
html body .imageArea #imgSep #circle a.store,
html body .imageArea #imgSep .circle2 a.store,
html body .imageArea .imgSep #circle a.store,
html body .imageArea .imgSep .circle2 a.store {
  font-size: 1.125rem;
  font-weight: 400;
  color: #55342c;
  line-height: 100px;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #circle a.store,
  html body #imageArea #imgSep .circle2 a.store,
  html body #imageArea .imgSep #circle a.store,
  html body #imageArea .imgSep .circle2 a.store,
  html body .imageArea #imgSep #circle a.store,
  html body .imageArea #imgSep .circle2 a.store,
  html body .imageArea .imgSep #circle a.store,
  html body .imageArea .imgSep .circle2 a.store {
    font-size: 1.0rem;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 320px) {

  html body #imageArea #imgSep #circle a.store,
  html body #imageArea #imgSep .circle2 a.store,
  html body #imageArea .imgSep #circle a.store,
  html body #imageArea .imgSep .circle2 a.store,
  html body .imageArea #imgSep #circle a.store,
  html body .imageArea #imgSep .circle2 a.store,
  html body .imageArea .imgSep #circle a.store,
  html body .imageArea .imgSep .circle2 a.store {
    height: 80px;
    line-height: 80px;
    padding: 0 20px 0 20px;
  }
}

html body #imageArea #imgSep #circle a.store:hover,
html body #imageArea #imgSep .circle2 a.store:hover,
html body #imageArea .imgSep #circle a.store:hover,
html body #imageArea .imgSep .circle2 a.store:hover,
html body .imageArea #imgSep #circle a.store:hover,
html body .imageArea #imgSep .circle2 a.store:hover,
html body .imageArea .imgSep #circle a.store:hover,
html body .imageArea .imgSep .circle2 a.store:hover {
  color: white;
  background-color: #55342c;
  transition: color 0.2s ease, background-color 0.2s ease;
}

html body #imageArea #imgSep .circle2,
html body #imageArea .imgSep .circle2,
html body .imageArea #imgSep .circle2,
html body .imageArea .imgSep .circle2 {
  margin: 0 0 0 0;
}

html body #imageArea #imgSep .circle2:nth-child(1),
html body #imageArea .imgSep .circle2:nth-child(1),
html body .imageArea #imgSep .circle2:nth-child(1),
html body .imageArea .imgSep .circle2:nth-child(1) {
  margin-right: 60px;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep .circle2,
  html body #imageArea .imgSep .circle2,
  html body .imageArea #imgSep .circle2,
  html body .imageArea .imgSep .circle2 {
    width: calc(50% - 30px);
    max-width: 500px;
  }

  html body #imageArea #imgSep .circle2:nth-child(1),
  html body #imageArea .imgSep .circle2:nth-child(1),
  html body .imageArea #imgSep .circle2:nth-child(1),
  html body .imageArea .imgSep .circle2:nth-child(1) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep .circle2,
  html body #imageArea .imgSep .circle2,
  html body .imageArea #imgSep .circle2,
  html body .imageArea .imgSep .circle2 {
    width: 100%;
  }

  html body #imageArea #imgSep .circle2:nth-child(1),
  html body #imageArea .imgSep .circle2:nth-child(1),
  html body .imageArea #imgSep .circle2:nth-child(1),
  html body .imageArea .imgSep .circle2:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

html body #imageArea #imgSep #send:hover,
html body #imageArea #imgSep #toTop:hover,
html body #imageArea .imgSep #send:hover,
html body #imageArea .imgSep #toTop:hover,
html body .imageArea #imgSep #send:hover,
html body .imageArea #imgSep #toTop:hover,
html body .imageArea .imgSep #send:hover,
html body .imageArea .imgSep #toTop:hover {
  opacity: 1.0;
  color: white;
}

html body #imageArea #imgSep #send:hover,
html body #imageArea #imgSep #toTop:hover,
html body #imageArea .imgSep #send:hover,
html body #imageArea .imgSep #toTop:hover,
html body .imageArea #imgSep #send:hover,
html body .imageArea #imgSep #toTop:hover,
html body .imageArea .imgSep #send:hover,
html body .imageArea .imgSep #toTop:hover {
  background-color: #55342c;
  border-radius: 100vh;
  transition: background-color 0.2s ease;
}

html body #imageArea #imgSep #send .send,
html body #imageArea #imgSep #send .store,
html body #imageArea #imgSep #toTop .send,
html body #imageArea #imgSep #toTop .store,
html body #imageArea .imgSep #send .send,
html body #imageArea .imgSep #send .store,
html body #imageArea .imgSep #toTop .send,
html body #imageArea .imgSep #toTop .store,
html body .imageArea #imgSep #send .send,
html body .imageArea #imgSep #send .store,
html body .imageArea #imgSep #toTop .send,
html body .imageArea #imgSep #toTop .store,
html body .imageArea .imgSep #send .send,
html body .imageArea .imgSep #send .store,
html body .imageArea .imgSep #toTop .send,
html body .imageArea .imgSep #toTop .store {
  display: block;
  width: 500px;
  height: 100px;
  border-radius: 100vh;
  font-size: 1.125rem;
  font-weight: 400;
  color: #55342c;
  line-height: 100px;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #send .send,
  html body #imageArea #imgSep #send .store,
  html body #imageArea #imgSep #toTop .send,
  html body #imageArea #imgSep #toTop .store,
  html body #imageArea .imgSep #send .send,
  html body #imageArea .imgSep #send .store,
  html body #imageArea .imgSep #toTop .send,
  html body #imageArea .imgSep #toTop .store,
  html body .imageArea #imgSep #send .send,
  html body .imageArea #imgSep #send .store,
  html body .imageArea #imgSep #toTop .send,
  html body .imageArea #imgSep #toTop .store,
  html body .imageArea .imgSep #send .send,
  html body .imageArea .imgSep #send .store,
  html body .imageArea .imgSep #toTop .send,
  html body .imageArea .imgSep #toTop .store {
    font-size: 1.0rem;
    max-width: 315px;
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 320px) {

  html body #imageArea #imgSep #send .send,
  html body #imageArea #imgSep #send .store,
  html body #imageArea #imgSep #toTop .send,
  html body #imageArea #imgSep #toTop .store,
  html body #imageArea .imgSep #send .send,
  html body #imageArea .imgSep #send .store,
  html body #imageArea .imgSep #toTop .send,
  html body #imageArea .imgSep #toTop .store,
  html body .imageArea #imgSep #send .send,
  html body .imageArea #imgSep #send .store,
  html body .imageArea #imgSep #toTop .send,
  html body .imageArea #imgSep #toTop .store,
  html body .imageArea .imgSep #send .send,
  html body .imageArea .imgSep #send .store,
  html body .imageArea .imgSep #toTop .send,
  html body .imageArea .imgSep #toTop .store {
    height: 80px;
    line-height: 80px;
  }
}

html body #imageArea #imgSep #send .send:hover,
html body #imageArea #imgSep #send .store:hover,
html body #imageArea #imgSep #toTop .send:hover,
html body #imageArea #imgSep #toTop .store:hover,
html body #imageArea .imgSep #send .send:hover,
html body #imageArea .imgSep #send .store:hover,
html body #imageArea .imgSep #toTop .send:hover,
html body #imageArea .imgSep #toTop .store:hover,
html body .imageArea #imgSep #send .send:hover,
html body .imageArea #imgSep #send .store:hover,
html body .imageArea #imgSep #toTop .send:hover,
html body .imageArea #imgSep #toTop .store:hover,
html body .imageArea .imgSep #send .send:hover,
html body .imageArea .imgSep #send .store:hover,
html body .imageArea .imgSep #toTop .send:hover,
html body .imageArea .imgSep #toTop .store:hover {
  color: white;
  background-color: #55342c;
  transition: color 0.2s ease, background-color 0.2s ease;
}

html body #imageArea #imgSep #fix,
html body #imageArea .imgSep #fix,
html body .imageArea #imgSep #fix,
html body .imageArea .imgSep #fix {
  width: 330px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 180px auto;
}

html body #imageArea #imgSep #fix:hover,
html body #imageArea .imgSep #fix:hover,
html body .imageArea #imgSep #fix:hover,
html body .imageArea .imgSep #fix:hover {
  opacity: 1.0;
  color: white;
  transition: color 0.2s ease, opacity 0.2s ease;
}

html body #imageArea #imgSep #fix:hover,
html body #imageArea .imgSep #fix:hover,
html body .imageArea #imgSep #fix:hover,
html body .imageArea .imgSep #fix:hover {
  background-color: #55342c;
  border-radius: 100vh;
  transition: background-color 0.2s ease;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #fix,
  html body #imageArea .imgSep #fix,
  html body .imageArea #imgSep #fix,
  html body .imageArea .imgSep #fix {
    margin: 0 auto 80px auto;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #fix,
  html body #imageArea .imgSep #fix,
  html body .imageArea #imgSep #fix,
  html body .imageArea .imgSep #fix {
    max-width: 315px;
    width: calc(100% - 80px);
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 320px) {

  html body #imageArea #imgSep #fix,
  html body #imageArea .imgSep #fix,
  html body .imageArea #imgSep #fix,
  html body .imageArea .imgSep #fix {
    width: calc(100% - 60px);
  }
}

html body #imageArea #imgSep #fix .back,
html body #imageArea .imgSep #fix .back,
html body .imageArea #imgSep #fix .back,
html body .imageArea .imgSep #fix .back {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #fix .back,
  html body #imageArea .imgSep #fix .back,
  html body .imageArea #imgSep #fix .back,
  html body .imageArea .imgSep #fix .back {
    font-size: 1.0rem;
  }
}

html body #imageArea #imgSep #ver:hover,
html body #imageArea .imgSep #ver:hover,
html body .imageArea #imgSep #ver:hover,
html body .imageArea .imgSep #ver:hover {
  opacity: 1.0;
  color: white;
  transition: color 0.2s ease;
}

html body #imageArea #imgSep #ver .store,
html body #imageArea .imgSep #ver .store,
html body .imageArea #imgSep #ver .store,
html body .imageArea .imgSep #ver .store {
  display: block;
  width: 500px;
  height: 100px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #55342c;
  line-height: 100px;
  position: relative;
  cursor: pointer;
  pointer-events: none;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #ver .store,
  html body #imageArea .imgSep #ver .store,
  html body .imageArea #imgSep #ver .store,
  html body .imageArea .imgSep #ver .store {
    font-size: 1rem;
    max-width: 315px;
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
}

html body #imageArea #imgSep #ver .store:hover,
html body #imageArea .imgSep #ver .store:hover,
html body .imageArea #imgSep #ver .store:hover,
html body .imageArea .imgSep #ver .store:hover {
  color: white;
  background-color: #55342c;
  border-radius: 100vh;
  transition: color 0.2s ease, background-color 0.2s ease;
}

html body #imageArea #imgSep #img-h2-long,
html body #imageArea #imgSep #img-h2-longMes,
html body #imageArea #imgSep .img-h2-longMes,
html body #imageArea .imgSep #img-h2-long,
html body #imageArea .imgSep #img-h2-longMes,
html body #imageArea .imgSep .img-h2-longMes,
html body .imageArea #imgSep #img-h2-long,
html body .imageArea #imgSep #img-h2-longMes,
html body .imageArea #imgSep .img-h2-longMes,
html body .imageArea .imgSep #img-h2-long,
html body .imageArea .imgSep #img-h2-longMes,
html body .imageArea .imgSep .img-h2-longMes {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-long,
  html body #imageArea #imgSep #img-h2-longMes,
  html body #imageArea #imgSep .img-h2-longMes,
  html body #imageArea .imgSep #img-h2-long,
  html body #imageArea .imgSep #img-h2-longMes,
  html body #imageArea .imgSep .img-h2-longMes,
  html body .imageArea #imgSep #img-h2-long,
  html body .imageArea #imgSep #img-h2-longMes,
  html body .imageArea #imgSep .img-h2-longMes,
  html body .imageArea .imgSep #img-h2-long,
  html body .imageArea .imgSep #img-h2-longMes,
  html body .imageArea .imgSep .img-h2-longMes {
    display: block;
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h2-long.reverse,
html body #imageArea #imgSep #img-h2-longMes.reverse,
html body #imageArea #imgSep .img-h2-longMes.reverse,
html body #imageArea .imgSep #img-h2-long.reverse,
html body #imageArea .imgSep #img-h2-longMes.reverse,
html body #imageArea .imgSep .img-h2-longMes.reverse,
html body .imageArea #imgSep #img-h2-long.reverse,
html body .imageArea #imgSep #img-h2-longMes.reverse,
html body .imageArea #imgSep .img-h2-longMes.reverse,
html body .imageArea .imgSep #img-h2-long.reverse,
html body .imageArea .imgSep #img-h2-longMes.reverse,
html body .imageArea .imgSep .img-h2-longMes.reverse {
  flex-direction: row-reverse;
}

html body #imageArea #imgSep #img-h2-long .col-img,
html body #imageArea #imgSep #img-h2-longMes .col-img,
html body #imageArea #imgSep .img-h2-longMes .col-img,
html body #imageArea .imgSep #img-h2-long .col-img,
html body #imageArea .imgSep #img-h2-longMes .col-img,
html body #imageArea .imgSep .img-h2-longMes .col-img,
html body .imageArea #imgSep #img-h2-long .col-img,
html body .imageArea #imgSep #img-h2-longMes .col-img,
html body .imageArea #imgSep .img-h2-longMes .col-img,
html body .imageArea .imgSep #img-h2-long .col-img,
html body .imageArea .imgSep #img-h2-longMes .col-img,
html body .imageArea .imgSep .img-h2-longMes .col-img {
  width: 65%;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-long .col-img,
  html body #imageArea #imgSep #img-h2-longMes .col-img,
  html body #imageArea #imgSep .img-h2-longMes .col-img,
  html body #imageArea .imgSep #img-h2-long .col-img,
  html body #imageArea .imgSep #img-h2-longMes .col-img,
  html body #imageArea .imgSep .img-h2-longMes .col-img,
  html body .imageArea #imgSep #img-h2-long .col-img,
  html body .imageArea #imgSep #img-h2-longMes .col-img,
  html body .imageArea #imgSep .img-h2-longMes .col-img,
  html body .imageArea .imgSep #img-h2-long .col-img,
  html body .imageArea .imgSep #img-h2-longMes .col-img,
  html body .imageArea .imgSep .img-h2-longMes .col-img {
    width: 100%;
    height: 38.3vw;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-long .col-img,
  html body #imageArea #imgSep #img-h2-longMes .col-img,
  html body #imageArea #imgSep .img-h2-longMes .col-img,
  html body #imageArea .imgSep #img-h2-long .col-img,
  html body #imageArea .imgSep #img-h2-longMes .col-img,
  html body #imageArea .imgSep .img-h2-longMes .col-img,
  html body .imageArea #imgSep #img-h2-long .col-img,
  html body .imageArea #imgSep #img-h2-longMes .col-img,
  html body .imageArea #imgSep .img-h2-longMes .col-img,
  html body .imageArea .imgSep #img-h2-long .col-img,
  html body .imageArea .imgSep #img-h2-longMes .col-img,
  html body .imageArea .imgSep .img-h2-longMes .col-img {
    height: 220px;
  }
}

html body #imageArea #imgSep #img-h2-long .col-img img,
html body #imageArea #imgSep #img-h2-longMes .col-img img,
html body #imageArea #imgSep .img-h2-longMes .col-img img,
html body #imageArea .imgSep #img-h2-long .col-img img,
html body #imageArea .imgSep #img-h2-longMes .col-img img,
html body #imageArea .imgSep .img-h2-longMes .col-img img,
html body .imageArea #imgSep #img-h2-long .col-img img,
html body .imageArea #imgSep #img-h2-longMes .col-img img,
html body .imageArea #imgSep .img-h2-longMes .col-img img,
html body .imageArea .imgSep #img-h2-long .col-img img,
html body .imageArea .imgSep #img-h2-longMes .col-img img,
html body .imageArea .imgSep .img-h2-longMes .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-long .col-img img,
  html body #imageArea #imgSep #img-h2-longMes .col-img img,
  html body #imageArea #imgSep .img-h2-longMes .col-img img,
  html body #imageArea .imgSep #img-h2-long .col-img img,
  html body #imageArea .imgSep #img-h2-longMes .col-img img,
  html body #imageArea .imgSep .img-h2-longMes .col-img img,
  html body .imageArea #imgSep #img-h2-long .col-img img,
  html body .imageArea #imgSep #img-h2-longMes .col-img img,
  html body .imageArea #imgSep .img-h2-longMes .col-img img,
  html body .imageArea .imgSep #img-h2-long .col-img img,
  html body .imageArea .imgSep #img-h2-longMes .col-img img,
  html body .imageArea .imgSep .img-h2-longMes .col-img img {
    width: 100%;
    object-fit: cover;
  }
}

html body #imageArea #imgSep #img-h2-long .col-text,
html body #imageArea #imgSep #img-h2-longMes .col-text,
html body #imageArea #imgSep .img-h2-longMes .col-text,
html body #imageArea .imgSep #img-h2-long .col-text,
html body #imageArea .imgSep #img-h2-longMes .col-text,
html body #imageArea .imgSep .img-h2-longMes .col-text,
html body .imageArea #imgSep #img-h2-long .col-text,
html body .imageArea #imgSep #img-h2-longMes .col-text,
html body .imageArea #imgSep .img-h2-longMes .col-text,
html body .imageArea .imgSep #img-h2-long .col-text,
html body .imageArea .imgSep #img-h2-longMes .col-text,
html body .imageArea .imgSep .img-h2-longMes .col-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: calc(35% - 100px);
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-long .col-text,
  html body #imageArea #imgSep #img-h2-longMes .col-text,
  html body #imageArea #imgSep .img-h2-longMes .col-text,
  html body #imageArea .imgSep #img-h2-long .col-text,
  html body #imageArea .imgSep #img-h2-longMes .col-text,
  html body #imageArea .imgSep .img-h2-longMes .col-text,
  html body .imageArea #imgSep #img-h2-long .col-text,
  html body .imageArea #imgSep #img-h2-longMes .col-text,
  html body .imageArea #imgSep .img-h2-longMes .col-text,
  html body .imageArea .imgSep #img-h2-long .col-text,
  html body .imageArea .imgSep #img-h2-longMes .col-text,
  html body .imageArea .imgSep .img-h2-longMes .col-text {
    justify-content: flex-start;
    width: 100%;
  }
}

html body #imageArea #imgSep #img-h2-long .col-text h2,
html body #imageArea #imgSep #img-h2-longMes .col-text h2,
html body #imageArea #imgSep .img-h2-longMes .col-text h2,
html body #imageArea .imgSep #img-h2-long .col-text h2,
html body #imageArea .imgSep #img-h2-longMes .col-text h2,
html body #imageArea .imgSep .img-h2-longMes .col-text h2,
html body .imageArea #imgSep #img-h2-long .col-text h2,
html body .imageArea #imgSep #img-h2-longMes .col-text h2,
html body .imageArea #imgSep .img-h2-longMes .col-text h2,
html body .imageArea .imgSep #img-h2-long .col-text h2,
html body .imageArea .imgSep #img-h2-longMes .col-text h2,
html body .imageArea .imgSep .img-h2-longMes .col-text h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0 0 10px 0;
}

html body #imageArea #imgSep #img-h2-long .col-text span,
html body #imageArea #imgSep #img-h2-longMes .col-text span,
html body #imageArea #imgSep .img-h2-longMes .col-text span,
html body #imageArea .imgSep #img-h2-long .col-text span,
html body #imageArea .imgSep #img-h2-longMes .col-text span,
html body #imageArea .imgSep .img-h2-longMes .col-text span,
html body .imageArea #imgSep #img-h2-long .col-text span,
html body .imageArea #imgSep #img-h2-longMes .col-text span,
html body .imageArea #imgSep .img-h2-longMes .col-text span,
html body .imageArea .imgSep #img-h2-long .col-text span,
html body .imageArea .imgSep #img-h2-longMes .col-text span,
html body .imageArea .imgSep .img-h2-longMes .col-text span {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0 0 60px 0;
  color: #55342c;
}

html body #imageArea #imgSep #img-h2-long .col-text div,
html body #imageArea #imgSep #img-h2-longMes .col-text div,
html body #imageArea #imgSep .img-h2-longMes .col-text div,
html body #imageArea .imgSep #img-h2-long .col-text div,
html body #imageArea .imgSep #img-h2-longMes .col-text div,
html body #imageArea .imgSep .img-h2-longMes .col-text div,
html body .imageArea #imgSep #img-h2-long .col-text div,
html body .imageArea #imgSep #img-h2-longMes .col-text div,
html body .imageArea #imgSep .img-h2-longMes .col-text div,
html body .imageArea .imgSep #img-h2-long .col-text div,
html body .imageArea .imgSep #img-h2-longMes .col-text div,
html body .imageArea .imgSep .img-h2-longMes .col-text div {
  width: 100%;
}

html body #imageArea #imgSep #img-h2-long .col-text .more,
html body #imageArea #imgSep #img-h2-longMes .col-text .more,
html body #imageArea #imgSep .img-h2-longMes .col-text .more,
html body #imageArea .imgSep #img-h2-long .col-text .more,
html body #imageArea .imgSep #img-h2-longMes .col-text .more,
html body #imageArea .imgSep .img-h2-longMes .col-text .more,
html body .imageArea #imgSep #img-h2-long .col-text .more,
html body .imageArea #imgSep #img-h2-longMes .col-text .more,
html body .imageArea #imgSep .img-h2-longMes .col-text .more,
html body .imageArea .imgSep #img-h2-long .col-text .more,
html body .imageArea .imgSep #img-h2-longMes .col-text .more,
html body .imageArea .imgSep .img-h2-longMes .col-text .more {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-long .col-text .more,
  html body #imageArea #imgSep #img-h2-longMes .col-text .more,
  html body #imageArea #imgSep .img-h2-longMes .col-text .more,
  html body #imageArea .imgSep #img-h2-long .col-text .more,
  html body #imageArea .imgSep #img-h2-longMes .col-text .more,
  html body #imageArea .imgSep .img-h2-longMes .col-text .more,
  html body .imageArea #imgSep #img-h2-long .col-text .more,
  html body .imageArea #imgSep #img-h2-longMes .col-text .more,
  html body .imageArea #imgSep .img-h2-longMes .col-text .more,
  html body .imageArea .imgSep #img-h2-long .col-text .more,
  html body .imageArea .imgSep #img-h2-longMes .col-text .more,
  html body .imageArea .imgSep .img-h2-longMes .col-text .more {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

html body #imageArea #imgSep #img-h2-longMes,
html body #imageArea #imgSep .img-h2-longMes,
html body #imageArea .imgSep #img-h2-longMes,
html body #imageArea .imgSep .img-h2-longMes,
html body .imageArea #imgSep #img-h2-longMes,
html body .imageArea #imgSep .img-h2-longMes,
html body .imageArea .imgSep #img-h2-longMes,
html body .imageArea .imgSep .img-h2-longMes {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-longMes,
  html body #imageArea #imgSep .img-h2-longMes,
  html body #imageArea .imgSep #img-h2-longMes,
  html body #imageArea .imgSep .img-h2-longMes,
  html body .imageArea #imgSep #img-h2-longMes,
  html body .imageArea #imgSep .img-h2-longMes,
  html body .imageArea .imgSep #img-h2-longMes,
  html body .imageArea .imgSep .img-h2-longMes {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-longMes,
  html body #imageArea #imgSep .img-h2-longMes,
  html body #imageArea .imgSep #img-h2-longMes,
  html body #imageArea .imgSep .img-h2-longMes,
  html body .imageArea #imgSep #img-h2-longMes,
  html body .imageArea #imgSep .img-h2-longMes,
  html body .imageArea .imgSep #img-h2-longMes,
  html body .imageArea .imgSep .img-h2-longMes {
    margin-bottom: 80px;
  }
}

html body #imageArea #imgSep #img-h2-longMes .col-text-in,
html body #imageArea #imgSep .img-h2-longMes .col-text-in,
html body #imageArea .imgSep #img-h2-longMes .col-text-in,
html body #imageArea .imgSep .img-h2-longMes .col-text-in,
html body .imageArea #imgSep #img-h2-longMes .col-text-in,
html body .imageArea #imgSep .img-h2-longMes .col-text-in,
html body .imageArea .imgSep #img-h2-longMes .col-text-in,
html body .imageArea .imgSep .img-h2-longMes .col-text-in {
  max-width: 360px;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-longMes .col-text-in,
  html body #imageArea #imgSep .img-h2-longMes .col-text-in,
  html body #imageArea .imgSep #img-h2-longMes .col-text-in,
  html body #imageArea .imgSep .img-h2-longMes .col-text-in,
  html body .imageArea #imgSep #img-h2-longMes .col-text-in,
  html body .imageArea #imgSep .img-h2-longMes .col-text-in,
  html body .imageArea .imgSep #img-h2-longMes .col-text-in,
  html body .imageArea .imgSep .img-h2-longMes .col-text-in {
    max-width: none;
  }
}

html body #imageArea #imgSep #img-h2-longMes .col-text,
html body #imageArea #imgSep .img-h2-longMes .col-text,
html body #imageArea .imgSep #img-h2-longMes .col-text,
html body #imageArea .imgSep .img-h2-longMes .col-text,
html body .imageArea #imgSep #img-h2-longMes .col-text,
html body .imageArea #imgSep .img-h2-longMes .col-text,
html body .imageArea .imgSep #img-h2-longMes .col-text,
html body .imageArea .imgSep .img-h2-longMes .col-text {
  padding: 0 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-longMes .col-text,
  html body #imageArea #imgSep .img-h2-longMes .col-text,
  html body #imageArea .imgSep #img-h2-longMes .col-text,
  html body #imageArea .imgSep .img-h2-longMes .col-text,
  html body .imageArea #imgSep #img-h2-longMes .col-text,
  html body .imageArea #imgSep .img-h2-longMes .col-text,
  html body .imageArea .imgSep #img-h2-longMes .col-text,
  html body .imageArea .imgSep .img-h2-longMes .col-text {
    padding: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h2-longMes .col-text span,
html body #imageArea #imgSep .img-h2-longMes .col-text span,
html body #imageArea .imgSep #img-h2-longMes .col-text span,
html body #imageArea .imgSep .img-h2-longMes .col-text span,
html body .imageArea #imgSep #img-h2-longMes .col-text span,
html body .imageArea #imgSep .img-h2-longMes .col-text span,
html body .imageArea .imgSep #img-h2-longMes .col-text span,
html body .imageArea .imgSep .img-h2-longMes .col-text span {
  margin: 0 0 40px 0;
}

html body #imageArea #imgSep #img-h2-longMes .col-text .essay,
html body #imageArea #imgSep .img-h2-longMes .col-text .essay,
html body #imageArea .imgSep #img-h2-longMes .col-text .essay,
html body #imageArea .imgSep .img-h2-longMes .col-text .essay,
html body .imageArea #imgSep #img-h2-longMes .col-text .essay,
html body .imageArea #imgSep .img-h2-longMes .col-text .essay,
html body .imageArea .imgSep #img-h2-longMes .col-text .essay,
html body .imageArea .imgSep .img-h2-longMes .col-text .essay {
  margin: 0 0 60px 0;
}

html body #imageArea #imgSep #img-h2-sum,
html body #imageArea #imgSep #img-h2-sum-re,
html body #imageArea #imgSep #img-h2-sumFC,
html body #imageArea .imgSep #img-h2-sum,
html body #imageArea .imgSep #img-h2-sum-re,
html body #imageArea .imgSep #img-h2-sumFC,
html body .imageArea #imgSep #img-h2-sum,
html body .imageArea #imgSep #img-h2-sum-re,
html body .imageArea #imgSep #img-h2-sumFC,
html body .imageArea .imgSep #img-h2-sum,
html body .imageArea .imgSep #img-h2-sum-re,
html body .imageArea .imgSep #img-h2-sumFC {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-sum,
  html body #imageArea #imgSep #img-h2-sum-re,
  html body #imageArea #imgSep #img-h2-sumFC,
  html body #imageArea .imgSep #img-h2-sum,
  html body #imageArea .imgSep #img-h2-sum-re,
  html body #imageArea .imgSep #img-h2-sumFC,
  html body .imageArea #imgSep #img-h2-sum,
  html body .imageArea #imgSep #img-h2-sum-re,
  html body .imageArea #imgSep #img-h2-sumFC,
  html body .imageArea .imgSep #img-h2-sum,
  html body .imageArea .imgSep #img-h2-sum-re,
  html body .imageArea .imgSep #img-h2-sumFC {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h2-sum .anchor,
html body #imageArea #imgSep #img-h2-sum-re .anchor,
html body #imageArea #imgSep #img-h2-sumFC .anchor,
html body #imageArea .imgSep #img-h2-sum .anchor,
html body #imageArea .imgSep #img-h2-sum-re .anchor,
html body #imageArea .imgSep #img-h2-sumFC .anchor,
html body .imageArea #imgSep #img-h2-sum .anchor,
html body .imageArea #imgSep #img-h2-sum-re .anchor,
html body .imageArea #imgSep #img-h2-sumFC .anchor,
html body .imageArea .imgSep #img-h2-sum .anchor,
html body .imageArea .imgSep #img-h2-sum-re .anchor,
html body .imageArea .imgSep #img-h2-sumFC .anchor {
  display: block;
  padding-top: 170px;
  margin-top: -170px;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-sum .anchor,
  html body #imageArea #imgSep #img-h2-sum-re .anchor,
  html body #imageArea #imgSep #img-h2-sumFC .anchor,
  html body #imageArea .imgSep #img-h2-sum .anchor,
  html body #imageArea .imgSep #img-h2-sum-re .anchor,
  html body #imageArea .imgSep #img-h2-sumFC .anchor,
  html body .imageArea #imgSep #img-h2-sum .anchor,
  html body .imageArea #imgSep #img-h2-sum-re .anchor,
  html body .imageArea #imgSep #img-h2-sumFC .anchor,
  html body .imageArea .imgSep #img-h2-sum .anchor,
  html body .imageArea .imgSep #img-h2-sum-re .anchor,
  html body .imageArea .imgSep #img-h2-sumFC .anchor {
    padding-top: 550px;
    margin-top: -550px;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-sum .anchor,
  html body #imageArea #imgSep #img-h2-sum-re .anchor,
  html body #imageArea #imgSep #img-h2-sumFC .anchor,
  html body #imageArea .imgSep #img-h2-sum .anchor,
  html body #imageArea .imgSep #img-h2-sum-re .anchor,
  html body #imageArea .imgSep #img-h2-sumFC .anchor,
  html body .imageArea #imgSep #img-h2-sum .anchor,
  html body .imageArea #imgSep #img-h2-sum-re .anchor,
  html body .imageArea #imgSep #img-h2-sumFC .anchor,
  html body .imageArea .imgSep #img-h2-sum .anchor,
  html body .imageArea .imgSep #img-h2-sum-re .anchor,
  html body .imageArea .imgSep #img-h2-sumFC .anchor {
    padding-top: 350px;
    margin-top: -350px;
  }
}

html body #imageArea #imgSep #img-h2-sum .col-text h2,
html body #imageArea #imgSep #img-h2-sum-re .col-text h2,
html body #imageArea #imgSep #img-h2-sumFC .col-text h2,
html body #imageArea .imgSep #img-h2-sum .col-text h2,
html body #imageArea .imgSep #img-h2-sum-re .col-text h2,
html body #imageArea .imgSep #img-h2-sumFC .col-text h2,
html body .imageArea #imgSep #img-h2-sum .col-text h2,
html body .imageArea #imgSep #img-h2-sum-re .col-text h2,
html body .imageArea #imgSep #img-h2-sumFC .col-text h2,
html body .imageArea .imgSep #img-h2-sum .col-text h2,
html body .imageArea .imgSep #img-h2-sum-re .col-text h2,
html body .imageArea .imgSep #img-h2-sumFC .col-text h2 {
  margin: 0 0 40px 0;
  line-height: 1.5;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-sum .col-text h2,
  html body #imageArea #imgSep #img-h2-sum-re .col-text h2,
  html body #imageArea #imgSep #img-h2-sumFC .col-text h2,
  html body #imageArea .imgSep #img-h2-sum .col-text h2,
  html body #imageArea .imgSep #img-h2-sum-re .col-text h2,
  html body #imageArea .imgSep #img-h2-sumFC .col-text h2,
  html body .imageArea #imgSep #img-h2-sum .col-text h2,
  html body .imageArea #imgSep #img-h2-sum-re .col-text h2,
  html body .imageArea #imgSep #img-h2-sumFC .col-text h2,
  html body .imageArea .imgSep #img-h2-sum .col-text h2,
  html body .imageArea .imgSep #img-h2-sum-re .col-text h2,
  html body .imageArea .imgSep #img-h2-sumFC .col-text h2 {
    font-size: 1.75rem;
  }
}

html body #imageArea #imgSep #img-h2-sumFC,
html body #imageArea .imgSep #img-h2-sumFC,
html body .imageArea #imgSep #img-h2-sumFC,
html body .imageArea .imgSep #img-h2-sumFC {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-sumFC,
  html body #imageArea .imgSep #img-h2-sumFC,
  html body .imageArea #imgSep #img-h2-sumFC,
  html body .imageArea .imgSep #img-h2-sumFC {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h2-txt-h3 .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h3 {
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
  line-height: 1.7;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-txt-h3 .col-text h3,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-text h3,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h3,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h3,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h3,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h3,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-text h3,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-text h3,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h3,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h3,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h3,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h3,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-text h3,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-text h3,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h3,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h3,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h3,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h3,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-text h3,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-text h3,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h3,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h3,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h3,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h3 {
    line-height: 1.5;
  }
}

html body #imageArea #imgSep #img-h2-txt-h3 .col-text .essay,
html body #imageArea #imgSep #img-h2-txt-h3Re .col-text .essay,
html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text .essay,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3 .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3Re .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3 .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3Re .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3 .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3Re .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .essay {
  margin: 0 0 70px 0;
  line-height: 1.7;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-txt-h3 .col-text .essay,
  html body #imageArea #imgSep #img-h2-txt-h3Re .col-text .essay,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text .essay,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .essay,
  html body #imageArea .imgSep #img-h2-txt-h3 .col-text .essay,
  html body #imageArea .imgSep #img-h2-txt-h3Re .col-text .essay,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text .essay,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .essay,
  html body .imageArea #imgSep #img-h2-txt-h3 .col-text .essay,
  html body .imageArea #imgSep #img-h2-txt-h3Re .col-text .essay,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text .essay,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text .essay,
  html body .imageArea .imgSep #img-h2-txt-h3 .col-text .essay,
  html body .imageArea .imgSep #img-h2-txt-h3Re .col-text .essay,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text .essay,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text .essay,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text .essay,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text .essay,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text .essay,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text .essay {
    margin: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h2-txt-h3-Bl,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-txt-h3-Bl,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80,
  html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80,
  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl100,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80,
  html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl100,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80,
  html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl100,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80,
  html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl100 {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h2-txt-h3-Bl .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3-Bl .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3-Bl .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100 .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3-Bl .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 .col-text h3 {
  color: #170e09;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-Bl80,
html body #imageArea #imgSep .img-h2-txt-h3Re-Bl80,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl80,
html body #imageArea .imgSep .img-h2-txt-h3Re-Bl80,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl80,
html body .imageArea #imgSep .img-h2-txt-h3Re-Bl80,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl80,
html body .imageArea .imgSep .img-h2-txt-h3Re-Bl80 {
  margin: 0 0 80px 0;
}

html body #imageArea #imgSep #img-h2-txt-h3-Bl100,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 {
  margin: 0 0 100px 0;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120,
html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120,
html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120,
html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-txt-h3Re-Bl120,
  html body #imageArea .imgSep #img-h2-txt-h3Re-Bl120,
  html body .imageArea #imgSep #img-h2-txt-h3Re-Bl120,
  html body .imageArea .imgSep #img-h2-txt-h3Re-Bl120 {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h2Re,
html body #imageArea #imgSep .img-h2Re,
html body #imageArea #imgSep #img-h2Re-EL,
html body #imageArea #imgSep #img-h2-sum-re,
html body #imageArea #imgSep #img-h2-txt-h3Re,
html body #imageArea #imgSep #img-h2-txt-h3-Bl,
html body #imageArea #imgSep #img-h2-txt-h3-Bl100,
html body #imageArea .imgSep #img-h2Re,
html body #imageArea .imgSep .img-h2Re,
html body #imageArea .imgSep #img-h2Re-EL,
html body #imageArea .imgSep #img-h2-sum-re,
html body #imageArea .imgSep #img-h2-txt-h3Re,
html body #imageArea .imgSep #img-h2-txt-h3-Bl,
html body #imageArea .imgSep #img-h2-txt-h3-Bl100,
html body .imageArea #imgSep #img-h2Re,
html body .imageArea #imgSep .img-h2Re,
html body .imageArea #imgSep #img-h2Re-EL,
html body .imageArea #imgSep #img-h2-sum-re,
html body .imageArea #imgSep #img-h2-txt-h3Re,
html body .imageArea #imgSep #img-h2-txt-h3-Bl,
html body .imageArea #imgSep #img-h2-txt-h3-Bl100,
html body .imageArea .imgSep #img-h2Re,
html body .imageArea .imgSep .img-h2Re,
html body .imageArea .imgSep #img-h2Re-EL,
html body .imageArea .imgSep #img-h2-sum-re,
html body .imageArea .imgSep #img-h2-txt-h3Re,
html body .imageArea .imgSep #img-h2-txt-h3-Bl,
html body .imageArea .imgSep #img-h2-txt-h3-Bl100 {
  flex-direction: row-reverse;
}

html body #imageArea #imgSep #img-h2-txt-h3Re,
html body #imageArea #imgSep #img-h2-txt-h3-Bl,
html body #imageArea .imgSep #img-h2-txt-h3Re,
html body #imageArea .imgSep #img-h2-txt-h3-Bl,
html body .imageArea #imgSep #img-h2-txt-h3Re,
html body .imageArea #imgSep #img-h2-txt-h3-Bl,
html body .imageArea .imgSep #img-h2-txt-h3Re,
html body .imageArea .imgSep #img-h2-txt-h3-Bl {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-txt-h3Re,
  html body #imageArea #imgSep #img-h2-txt-h3-Bl,
  html body #imageArea .imgSep #img-h2-txt-h3Re,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl,
  html body .imageArea #imgSep #img-h2-txt-h3Re,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl,
  html body .imageArea .imgSep #img-h2-txt-h3Re,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-txt-h3-Bl,
  html body #imageArea .imgSep #img-h2-txt-h3-Bl,
  html body .imageArea #imgSep #img-h2-txt-h3-Bl,
  html body .imageArea .imgSep #img-h2-txt-h3-Bl {
    margin: 0 0 50px 0;
  }
}

html body #imageArea #imgSep #img-h3 .col-img,
html body #imageArea #imgSep #img-h3 .col-text,
html body #imageArea #imgSep #img-h3Re .col-img,
html body #imageArea #imgSep #img-h3Re .col-text,
html body #imageArea .imgSep #img-h3 .col-img,
html body #imageArea .imgSep #img-h3 .col-text,
html body #imageArea .imgSep #img-h3Re .col-img,
html body #imageArea .imgSep #img-h3Re .col-text,
html body .imageArea #imgSep #img-h3 .col-img,
html body .imageArea #imgSep #img-h3 .col-text,
html body .imageArea #imgSep #img-h3Re .col-img,
html body .imageArea #imgSep #img-h3Re .col-text,
html body .imageArea .imgSep #img-h3 .col-img,
html body .imageArea .imgSep #img-h3 .col-text,
html body .imageArea .imgSep #img-h3Re .col-img,
html body .imageArea .imgSep #img-h3Re .col-text {
  width: 31%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3 .col-img,
  html body #imageArea #imgSep #img-h3 .col-text,
  html body #imageArea #imgSep #img-h3Re .col-img,
  html body #imageArea #imgSep #img-h3Re .col-text,
  html body #imageArea .imgSep #img-h3 .col-img,
  html body #imageArea .imgSep #img-h3 .col-text,
  html body #imageArea .imgSep #img-h3Re .col-img,
  html body #imageArea .imgSep #img-h3Re .col-text,
  html body .imageArea #imgSep #img-h3 .col-img,
  html body .imageArea #imgSep #img-h3 .col-text,
  html body .imageArea #imgSep #img-h3Re .col-img,
  html body .imageArea #imgSep #img-h3Re .col-text,
  html body .imageArea .imgSep #img-h3 .col-img,
  html body .imageArea .imgSep #img-h3 .col-text,
  html body .imageArea .imgSep #img-h3Re .col-img,
  html body .imageArea .imgSep #img-h3Re .col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

html body #imageArea #imgSep #img-h3 .col-img img,
html body #imageArea #imgSep #img-h3 .col-text img,
html body #imageArea #imgSep #img-h3Re .col-img img,
html body #imageArea #imgSep #img-h3Re .col-text img,
html body #imageArea .imgSep #img-h3 .col-img img,
html body #imageArea .imgSep #img-h3 .col-text img,
html body #imageArea .imgSep #img-h3Re .col-img img,
html body #imageArea .imgSep #img-h3Re .col-text img,
html body .imageArea #imgSep #img-h3 .col-img img,
html body .imageArea #imgSep #img-h3 .col-text img,
html body .imageArea #imgSep #img-h3Re .col-img img,
html body .imageArea #imgSep #img-h3Re .col-text img,
html body .imageArea .imgSep #img-h3 .col-img img,
html body .imageArea .imgSep #img-h3 .col-text img,
html body .imageArea .imgSep #img-h3Re .col-img img,
html body .imageArea .imgSep #img-h3Re .col-text img {
  width: 100%;
}

html body #imageArea #imgSep #img-h3 .col-img img,
html body #imageArea #imgSep #img-h3Re .col-img img,
html body #imageArea .imgSep #img-h3 .col-img img,
html body #imageArea .imgSep #img-h3Re .col-img img,
html body .imageArea #imgSep #img-h3 .col-img img,
html body .imageArea #imgSep #img-h3Re .col-img img,
html body .imageArea .imgSep #img-h3 .col-img img,
html body .imageArea .imgSep #img-h3Re .col-img img {
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3 .col-img img,
  html body #imageArea #imgSep #img-h3Re .col-img img,
  html body #imageArea .imgSep #img-h3 .col-img img,
  html body #imageArea .imgSep #img-h3Re .col-img img,
  html body .imageArea #imgSep #img-h3 .col-img img,
  html body .imageArea #imgSep #img-h3Re .col-img img,
  html body .imageArea .imgSep #img-h3 .col-img img,
  html body .imageArea .imgSep #img-h3Re .col-img img {
    margin: 0 auto 20px auto;
  }
}

html body #imageArea #imgSep #img-h3 .col-text,
html body #imageArea #imgSep #img-h3Re .col-text,
html body #imageArea .imgSep #img-h3 .col-text,
html body #imageArea .imgSep #img-h3Re .col-text,
html body .imageArea #imgSep #img-h3 .col-text,
html body .imageArea #imgSep #img-h3Re .col-text,
html body .imageArea .imgSep #img-h3 .col-text,
html body .imageArea .imgSep #img-h3Re .col-text {
  width: 65.5%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3 .col-text,
  html body #imageArea #imgSep #img-h3Re .col-text,
  html body #imageArea .imgSep #img-h3 .col-text,
  html body #imageArea .imgSep #img-h3Re .col-text,
  html body .imageArea #imgSep #img-h3 .col-text,
  html body .imageArea #imgSep #img-h3Re .col-text,
  html body .imageArea .imgSep #img-h3 .col-text,
  html body .imageArea .imgSep #img-h3Re .col-text {
    width: 100%;
  }
}

html body #imageArea #imgSep #img-h3 .col-text h3,
html body #imageArea #imgSep #img-h3Re .col-text h3,
html body #imageArea .imgSep #img-h3 .col-text h3,
html body #imageArea .imgSep #img-h3Re .col-text h3,
html body .imageArea #imgSep #img-h3 .col-text h3,
html body .imageArea #imgSep #img-h3Re .col-text h3,
html body .imageArea .imgSep #img-h3 .col-text h3,
html body .imageArea .imgSep #img-h3Re .col-text h3 {
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3 .col-text h3,
  html body #imageArea #imgSep #img-h3Re .col-text h3,
  html body #imageArea .imgSep #img-h3 .col-text h3,
  html body #imageArea .imgSep #img-h3Re .col-text h3,
  html body .imageArea #imgSep #img-h3 .col-text h3,
  html body .imageArea #imgSep #img-h3Re .col-text h3,
  html body .imageArea .imgSep #img-h3 .col-text h3,
  html body .imageArea .imgSep #img-h3Re .col-text h3 {
    line-height: 1.5;
  }
}

html body #imageArea #imgSep #img-h3 .col-text h3 .sp,
html body #imageArea #imgSep #img-h3Re .col-text h3 .sp,
html body #imageArea .imgSep #img-h3 .col-text h3 .sp,
html body #imageArea .imgSep #img-h3Re .col-text h3 .sp,
html body .imageArea #imgSep #img-h3 .col-text h3 .sp,
html body .imageArea #imgSep #img-h3Re .col-text h3 .sp,
html body .imageArea .imgSep #img-h3 .col-text h3 .sp,
html body .imageArea .imgSep #img-h3Re .col-text h3 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3 .col-text h3 .sp,
  html body #imageArea #imgSep #img-h3Re .col-text h3 .sp,
  html body #imageArea .imgSep #img-h3 .col-text h3 .sp,
  html body #imageArea .imgSep #img-h3Re .col-text h3 .sp,
  html body .imageArea #imgSep #img-h3 .col-text h3 .sp,
  html body .imageArea #imgSep #img-h3Re .col-text h3 .sp,
  html body .imageArea .imgSep #img-h3 .col-text h3 .sp,
  html body .imageArea .imgSep #img-h3Re .col-text h3 .sp {
    display: inline-block;
  }
}

html body #imageArea #imgSep #img-h3 .col-text h5,
html body #imageArea #imgSep #img-h3Re .col-text h5,
html body #imageArea .imgSep #img-h3 .col-text h5,
html body #imageArea .imgSep #img-h3Re .col-text h5,
html body .imageArea #imgSep #img-h3 .col-text h5,
html body .imageArea #imgSep #img-h3Re .col-text h5,
html body .imageArea .imgSep #img-h3 .col-text h5,
html body .imageArea .imgSep #img-h3Re .col-text h5 {
  margin: 0 0 25px 0;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3 .col-text h5,
  html body #imageArea #imgSep #img-h3Re .col-text h5,
  html body #imageArea .imgSep #img-h3 .col-text h5,
  html body #imageArea .imgSep #img-h3Re .col-text h5,
  html body .imageArea #imgSep #img-h3 .col-text h5,
  html body .imageArea #imgSep #img-h3Re .col-text h5,
  html body .imageArea .imgSep #img-h3 .col-text h5,
  html body .imageArea .imgSep #img-h3Re .col-text h5 {
    line-height: 2.0;
  }
}

html body #imageArea #imgSep #img-h2UP,
html body #imageArea .imgSep #img-h2UP,
html body .imageArea #imgSep #img-h2UP,
html body .imageArea .imgSep #img-h2UP {
  margin: 0 0 0 0;
}

html body #imageArea #imgSep #img-h2UP .col-text h2,
html body #imageArea .imgSep #img-h2UP .col-text h2,
html body .imageArea #imgSep #img-h2UP .col-text h2,
html body .imageArea .imgSep #img-h2UP .col-text h2 {
  margin: 0 0 45px 0;
}

html body #imageArea #imgSep #img-h2UP .col-text h5,
html body #imageArea .imgSep #img-h2UP .col-text h5,
html body .imageArea #imgSep #img-h2UP .col-text h5,
html body .imageArea .imgSep #img-h2UP .col-text h5 {
  line-height: 1.5;
  margin: 0 0 40px 0;
}

html body #imageArea #imgSep #img-h2UP .col-text h5.title,
html body #imageArea .imgSep #img-h2UP .col-text h5.title,
html body .imageArea #imgSep #img-h2UP .col-text h5.title,
html body .imageArea .imgSep #img-h2UP .col-text h5.title {
  margin: 0 0 20px 0;
}

html body #imageArea #imgSep #img-h2UP .col-text .essay,
html body #imageArea .imgSep #img-h2UP .col-text .essay,
html body .imageArea #imgSep #img-h2UP .col-text .essay,
html body .imageArea .imgSep #img-h2UP .col-text .essay {
  margin: 0 0 40px 0;
}

html body #imageArea #imgSep #img-h2UP .col-text .last,
html body #imageArea .imgSep #img-h2UP .col-text .last,
html body .imageArea #imgSep #img-h2UP .col-text .last,
html body .imageArea .imgSep #img-h2UP .col-text .last {
  margin: 0 0 70px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2UP .col-text .last,
  html body #imageArea .imgSep #img-h2UP .col-text .last,
  html body .imageArea #imgSep #img-h2UP .col-text .last,
  html body .imageArea .imgSep #img-h2UP .col-text .last {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h2-EL .col-text .anchor,
html body #imageArea .imgSep #img-h2-EL .col-text .anchor,
html body .imageArea #imgSep #img-h2-EL .col-text .anchor,
html body .imageArea .imgSep #img-h2-EL .col-text .anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD {
  counter-reset: number 0;
  margin: 0 0 0 0;
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl {
  counter-reset: number 0;
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt {
  position: relative;
  display: flex;
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt::before,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt::before,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt::before,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #55342c;
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3 {
  display: inline-block;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
  margin: 10px 0 0 40px;
  vertical-align: super;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
  html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
  html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
  html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3 {
    margin: 10px 0 0 20px;
  }
}

@media screen and (max-width: 320px) {

  html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
  html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
  html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3,
  html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3 {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp,
  html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp,
  html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp,
  html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp {
    width: 260px;
    vertical-align: top;
  }
}

@media screen and (max-width: 320px) {

  html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp,
  html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp,
  html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp,
  html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt .teloph3.sp {
    width: calc(100% - 50px);
  }
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3 {
  margin: 10px 0 0 45px;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3,
  html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3,
  html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3,
  html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dt:nth-child(1) .teloph3 {
    margin: 10px 0 0 27px;
  }
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd {
  margin: 0 0 40px 0;
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd.last,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd.last,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd.last,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd.last {
  margin: 0 0 0 0;
}

html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p,
html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p,
html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p,
html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p {
  display: block;
  margin: 0 0 0 70px;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p,
  html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p,
  html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p,
  html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p {
    margin: 20px 0 60px 50px;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p.sp,
  html body #imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p.sp,
  html body .imageArea #imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p.sp,
  html body .imageArea .imgSep #img-h2-EL .col-text .heading-h3-listD dl dd p.sp {
    margin-bottom: 0;
  }
}

html body #imageArea #imgSep #img-h2Re-EL,
html body #imageArea .imgSep #img-h2Re-EL,
html body .imageArea #imgSep #img-h2Re-EL,
html body .imageArea .imgSep #img-h2Re-EL {
  margin: 0 0 100px 0;
}

html body #imageArea #imgSep #img-h2Re-EL .col-text h5,
html body #imageArea .imgSep #img-h2Re-EL .col-text h5,
html body .imageArea #imgSep #img-h2Re-EL .col-text h5,
html body .imageArea .imgSep #img-h2Re-EL .col-text h5 {
  line-height: 1.5;
}

html body #imageArea #imgSep #img-h2Re-EL .col-text .essay,
html body #imageArea .imgSep #img-h2Re-EL .col-text .essay,
html body .imageArea #imgSep #img-h2Re-EL .col-text .essay,
html body .imageArea .imgSep #img-h2Re-EL .col-text .essay {
  margin: 0 0 40px 0;
}

html body #imageArea #imgSep #img-h2Re-EL .col-text .title,
html body #imageArea .imgSep #img-h2Re-EL .col-text .title,
html body .imageArea #imgSep #img-h2Re-EL .col-text .title,
html body .imageArea .imgSep #img-h2Re-EL .col-text .title {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  font-weight: 300;
}

html body #imageArea #imgSep #img-h2Re-EL .col-text .name,
html body #imageArea .imgSep #img-h2Re-EL .col-text .name,
html body .imageArea #imgSep #img-h2Re-EL .col-text .name,
html body .imageArea .imgSep #img-h2Re-EL .col-text .name {
  font-size: 1.25rem;
  font-weight: 500;
}

html body #imageArea #imgSep #img-h2Re-EL .col-text .anchor,
html body #imageArea .imgSep #img-h2Re-EL .col-text .anchor,
html body .imageArea #imgSep #img-h2Re-EL .col-text .anchor,
html body .imageArea .imgSep #img-h2Re-EL .col-text .anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS {
  flex-direction: row-reverse;
  margin: 0 0 100px 0;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h3,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h3,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h3,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h3 {
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  color: #170e09;
  font-weight: 300;
  line-height: 1.7;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h3 .sp {
    display: block;
  }
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .essay,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .essay,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .essay,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .essay {
  margin: 0 0 70px 0;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf {
    flex-wrap: wrap;
    margin: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col {
  width: 24%;
  background-color: #f6f4ef;
  padding: 14px 0px 14px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col,
  html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col,
  html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col,
  html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col h4,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col h4,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col h4,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text #back-col4-harf .col h4 {
  font-size: 1.0rem;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 auto 0 auto;
  color: #170e09;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .etc,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .etc,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text .etc,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text .etc {
  display: block;
  margin: 10px 0 50px 0;
  font-size: 0.875rem;
  font-weight: 300;
}

html body #imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h4,
html body #imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h4,
html body .imageArea #imgSep #img-h2-txt-h3Re-CS .col-text h4,
html body .imageArea .imgSep #img-h2-txt-h3Re-CS .col-text h4 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.7;
  color: #55342c;
}

html body #imageArea #imgSep #img-h3Re,
html body #imageArea .imgSep #img-h3Re,
html body .imageArea #imgSep #img-h3Re,
html body .imageArea .imgSep #img-h3Re {
  flex-direction: row-reverse;
}

html body #imageArea #imgSep #img-h3Ve4,
html body #imageArea #imgSep .img-h3Ve4,
html body #imageArea #imgSep #img-h3Ve4-title,
html body #imageArea #imgSep #img-h3Ve4-shop,
html body #imageArea #imgSep #img-h3Title,
html body #imageArea .imgSep #img-h3Ve4,
html body #imageArea .imgSep .img-h3Ve4,
html body #imageArea .imgSep #img-h3Ve4-title,
html body #imageArea .imgSep #img-h3Ve4-shop,
html body #imageArea .imgSep #img-h3Title,
html body .imageArea #imgSep #img-h3Ve4,
html body .imageArea #imgSep .img-h3Ve4,
html body .imageArea #imgSep #img-h3Ve4-title,
html body .imageArea #imgSep #img-h3Ve4-shop,
html body .imageArea #imgSep #img-h3Title,
html body .imageArea .imgSep #img-h3Ve4,
html body .imageArea .imgSep .img-h3Ve4,
html body .imageArea .imgSep #img-h3Ve4-title,
html body .imageArea .imgSep #img-h3Ve4-shop,
html body .imageArea .imgSep #img-h3Title {
  margin: 0 0 208px 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4,
  html body #imageArea #imgSep .img-h3Ve4,
  html body #imageArea #imgSep #img-h3Ve4-title,
  html body #imageArea #imgSep #img-h3Ve4-shop,
  html body #imageArea #imgSep #img-h3Title,
  html body #imageArea .imgSep #img-h3Ve4,
  html body #imageArea .imgSep .img-h3Ve4,
  html body #imageArea .imgSep #img-h3Ve4-title,
  html body #imageArea .imgSep #img-h3Ve4-shop,
  html body #imageArea .imgSep #img-h3Title,
  html body .imageArea #imgSep #img-h3Ve4,
  html body .imageArea #imgSep .img-h3Ve4,
  html body .imageArea #imgSep #img-h3Ve4-title,
  html body .imageArea #imgSep #img-h3Ve4-shop,
  html body .imageArea #imgSep #img-h3Title,
  html body .imageArea .imgSep #img-h3Ve4,
  html body .imageArea .imgSep .img-h3Ve4,
  html body .imageArea .imgSep #img-h3Ve4-title,
  html body .imageArea .imgSep #img-h3Ve4-shop,
  html body .imageArea .imgSep #img-h3Title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 100px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve4,
  html body #imageArea #imgSep .img-h3Ve4,
  html body #imageArea #imgSep #img-h3Ve4-title,
  html body #imageArea #imgSep #img-h3Ve4-shop,
  html body #imageArea #imgSep #img-h3Title,
  html body #imageArea .imgSep #img-h3Ve4,
  html body #imageArea .imgSep .img-h3Ve4,
  html body #imageArea .imgSep #img-h3Ve4-title,
  html body #imageArea .imgSep #img-h3Ve4-shop,
  html body #imageArea .imgSep #img-h3Title,
  html body .imageArea #imgSep #img-h3Ve4,
  html body .imageArea #imgSep .img-h3Ve4,
  html body .imageArea #imgSep #img-h3Ve4-title,
  html body .imageArea #imgSep #img-h3Ve4-shop,
  html body .imageArea #imgSep #img-h3Title,
  html body .imageArea .imgSep #img-h3Ve4,
  html body .imageArea .imgSep .img-h3Ve4,
  html body .imageArea .imgSep #img-h3Ve4-title,
  html body .imageArea .imgSep #img-h3Ve4-shop,
  html body .imageArea .imgSep #img-h3Title {
    display: block;
  }
}

html body #imageArea #imgSep #img-h3Ve4 a,
html body #imageArea #imgSep .img-h3Ve4 a,
html body #imageArea #imgSep #img-h3Ve4-title a,
html body #imageArea #imgSep #img-h3Ve4-shop a,
html body #imageArea #imgSep #img-h3Title a,
html body #imageArea .imgSep #img-h3Ve4 a,
html body #imageArea .imgSep .img-h3Ve4 a,
html body #imageArea .imgSep #img-h3Ve4-title a,
html body #imageArea .imgSep #img-h3Ve4-shop a,
html body #imageArea .imgSep #img-h3Title a,
html body .imageArea #imgSep #img-h3Ve4 a,
html body .imageArea #imgSep .img-h3Ve4 a,
html body .imageArea #imgSep #img-h3Ve4-title a,
html body .imageArea #imgSep #img-h3Ve4-shop a,
html body .imageArea #imgSep #img-h3Title a,
html body .imageArea .imgSep #img-h3Ve4 a,
html body .imageArea .imgSep .img-h3Ve4 a,
html body .imageArea .imgSep #img-h3Ve4-title a,
html body .imageArea .imgSep #img-h3Ve4-shop a,
html body .imageArea .imgSep #img-h3Title a {
  transition: opacity 0.2s ease;
}

html body #imageArea #imgSep #img-h3Ve4 a:hover,
html body #imageArea #imgSep .img-h3Ve4 a:hover,
html body #imageArea #imgSep #img-h3Ve4-title a:hover,
html body #imageArea #imgSep #img-h3Ve4-shop a:hover,
html body #imageArea #imgSep #img-h3Title a:hover,
html body #imageArea .imgSep #img-h3Ve4 a:hover,
html body #imageArea .imgSep .img-h3Ve4 a:hover,
html body #imageArea .imgSep #img-h3Ve4-title a:hover,
html body #imageArea .imgSep #img-h3Ve4-shop a:hover,
html body #imageArea .imgSep #img-h3Title a:hover,
html body .imageArea #imgSep #img-h3Ve4 a:hover,
html body .imageArea #imgSep .img-h3Ve4 a:hover,
html body .imageArea #imgSep #img-h3Ve4-title a:hover,
html body .imageArea #imgSep #img-h3Ve4-shop a:hover,
html body .imageArea #imgSep #img-h3Title a:hover,
html body .imageArea .imgSep #img-h3Ve4 a:hover,
html body .imageArea .imgSep .img-h3Ve4 a:hover,
html body .imageArea .imgSep #img-h3Ve4-title a:hover,
html body .imageArea .imgSep #img-h3Ve4-shop a:hover,
html body .imageArea .imgSep #img-h3Title a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

html body #imageArea #imgSep #img-h3Ve4 .col,
html body #imageArea #imgSep .img-h3Ve4 .col,
html body #imageArea #imgSep #img-h3Ve4-title .col,
html body #imageArea #imgSep #img-h3Ve4-shop .col,
html body #imageArea #imgSep #img-h3Title .col,
html body #imageArea .imgSep #img-h3Ve4 .col,
html body #imageArea .imgSep .img-h3Ve4 .col,
html body #imageArea .imgSep #img-h3Ve4-title .col,
html body #imageArea .imgSep #img-h3Ve4-shop .col,
html body #imageArea .imgSep #img-h3Title .col,
html body .imageArea #imgSep #img-h3Ve4 .col,
html body .imageArea #imgSep .img-h3Ve4 .col,
html body .imageArea #imgSep #img-h3Ve4-title .col,
html body .imageArea #imgSep #img-h3Ve4-shop .col,
html body .imageArea #imgSep #img-h3Title .col,
html body .imageArea .imgSep #img-h3Ve4 .col,
html body .imageArea .imgSep .img-h3Ve4 .col,
html body .imageArea .imgSep #img-h3Ve4-title .col,
html body .imageArea .imgSep #img-h3Ve4-shop .col,
html body .imageArea .imgSep #img-h3Title .col {
  width: 23.5%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4 .col.pc,
  html body #imageArea #imgSep .img-h3Ve4 .col.pc,
  html body #imageArea #imgSep #img-h3Ve4-title .col.pc,
  html body #imageArea #imgSep #img-h3Ve4-shop .col.pc,
  html body #imageArea #imgSep #img-h3Title .col.pc,
  html body #imageArea .imgSep #img-h3Ve4 .col.pc,
  html body #imageArea .imgSep .img-h3Ve4 .col.pc,
  html body #imageArea .imgSep #img-h3Ve4-title .col.pc,
  html body #imageArea .imgSep #img-h3Ve4-shop .col.pc,
  html body #imageArea .imgSep #img-h3Title .col.pc,
  html body .imageArea #imgSep #img-h3Ve4 .col.pc,
  html body .imageArea #imgSep .img-h3Ve4 .col.pc,
  html body .imageArea #imgSep #img-h3Ve4-title .col.pc,
  html body .imageArea #imgSep #img-h3Ve4-shop .col.pc,
  html body .imageArea #imgSep #img-h3Title .col.pc,
  html body .imageArea .imgSep #img-h3Ve4 .col.pc,
  html body .imageArea .imgSep .img-h3Ve4 .col.pc,
  html body .imageArea .imgSep #img-h3Ve4-title .col.pc,
  html body .imageArea .imgSep #img-h3Ve4-shop .col.pc,
  html body .imageArea .imgSep #img-h3Title .col.pc {
    display: none;
  }
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4 .col,
  html body #imageArea #imgSep .img-h3Ve4 .col,
  html body #imageArea #imgSep #img-h3Ve4-title .col,
  html body #imageArea #imgSep #img-h3Ve4-shop .col,
  html body #imageArea #imgSep #img-h3Title .col,
  html body #imageArea .imgSep #img-h3Ve4 .col,
  html body #imageArea .imgSep .img-h3Ve4 .col,
  html body #imageArea .imgSep #img-h3Ve4-title .col,
  html body #imageArea .imgSep #img-h3Ve4-shop .col,
  html body #imageArea .imgSep #img-h3Title .col,
  html body .imageArea #imgSep #img-h3Ve4 .col,
  html body .imageArea #imgSep .img-h3Ve4 .col,
  html body .imageArea #imgSep #img-h3Ve4-title .col,
  html body .imageArea #imgSep #img-h3Ve4-shop .col,
  html body .imageArea #imgSep #img-h3Title .col,
  html body .imageArea .imgSep #img-h3Ve4 .col,
  html body .imageArea .imgSep .img-h3Ve4 .col,
  html body .imageArea .imgSep #img-h3Ve4-title .col,
  html body .imageArea .imgSep #img-h3Ve4-shop .col,
  html body .imageArea .imgSep #img-h3Title .col {
    width: 47%;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve4 .col,
  html body #imageArea #imgSep .img-h3Ve4 .col,
  html body #imageArea #imgSep #img-h3Ve4-title .col,
  html body #imageArea #imgSep #img-h3Ve4-shop .col,
  html body #imageArea #imgSep #img-h3Title .col,
  html body #imageArea .imgSep #img-h3Ve4 .col,
  html body #imageArea .imgSep .img-h3Ve4 .col,
  html body #imageArea .imgSep #img-h3Ve4-title .col,
  html body #imageArea .imgSep #img-h3Ve4-shop .col,
  html body #imageArea .imgSep #img-h3Title .col,
  html body .imageArea #imgSep #img-h3Ve4 .col,
  html body .imageArea #imgSep .img-h3Ve4 .col,
  html body .imageArea #imgSep #img-h3Ve4-title .col,
  html body .imageArea #imgSep #img-h3Ve4-shop .col,
  html body .imageArea #imgSep #img-h3Title .col,
  html body .imageArea .imgSep #img-h3Ve4 .col,
  html body .imageArea .imgSep .img-h3Ve4 .col,
  html body .imageArea .imgSep #img-h3Ve4-title .col,
  html body .imageArea .imgSep #img-h3Ve4-shop .col,
  html body .imageArea .imgSep #img-h3Title .col {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

html body #imageArea #imgSep #img-h3Ve4 .col.mab_80,
html body #imageArea #imgSep .img-h3Ve4 .col.mab_80,
html body #imageArea #imgSep #img-h3Ve4-title .col.mab_80,
html body #imageArea #imgSep #img-h3Ve4-shop .col.mab_80,
html body #imageArea #imgSep #img-h3Title .col.mab_80,
html body #imageArea .imgSep #img-h3Ve4 .col.mab_80,
html body #imageArea .imgSep .img-h3Ve4 .col.mab_80,
html body #imageArea .imgSep #img-h3Ve4-title .col.mab_80,
html body #imageArea .imgSep #img-h3Ve4-shop .col.mab_80,
html body #imageArea .imgSep #img-h3Title .col.mab_80,
html body .imageArea #imgSep #img-h3Ve4 .col.mab_80,
html body .imageArea #imgSep .img-h3Ve4 .col.mab_80,
html body .imageArea #imgSep #img-h3Ve4-title .col.mab_80,
html body .imageArea #imgSep #img-h3Ve4-shop .col.mab_80,
html body .imageArea #imgSep #img-h3Title .col.mab_80,
html body .imageArea .imgSep #img-h3Ve4 .col.mab_80,
html body .imageArea .imgSep .img-h3Ve4 .col.mab_80,
html body .imageArea .imgSep #img-h3Ve4-title .col.mab_80,
html body .imageArea .imgSep #img-h3Ve4-shop .col.mab_80,
html body .imageArea .imgSep #img-h3Title .col.mab_80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve4 .col.mab_80,
  html body #imageArea #imgSep .img-h3Ve4 .col.mab_80,
  html body #imageArea #imgSep #img-h3Ve4-title .col.mab_80,
  html body #imageArea #imgSep #img-h3Ve4-shop .col.mab_80,
  html body #imageArea #imgSep #img-h3Title .col.mab_80,
  html body #imageArea .imgSep #img-h3Ve4 .col.mab_80,
  html body #imageArea .imgSep .img-h3Ve4 .col.mab_80,
  html body #imageArea .imgSep #img-h3Ve4-title .col.mab_80,
  html body #imageArea .imgSep #img-h3Ve4-shop .col.mab_80,
  html body #imageArea .imgSep #img-h3Title .col.mab_80,
  html body .imageArea #imgSep #img-h3Ve4 .col.mab_80,
  html body .imageArea #imgSep .img-h3Ve4 .col.mab_80,
  html body .imageArea #imgSep #img-h3Ve4-title .col.mab_80,
  html body .imageArea #imgSep #img-h3Ve4-shop .col.mab_80,
  html body .imageArea #imgSep #img-h3Title .col.mab_80,
  html body .imageArea .imgSep #img-h3Ve4 .col.mab_80,
  html body .imageArea .imgSep .img-h3Ve4 .col.mab_80,
  html body .imageArea .imgSep #img-h3Ve4-title .col.mab_80,
  html body .imageArea .imgSep #img-h3Ve4-shop .col.mab_80,
  html body .imageArea .imgSep #img-h3Title .col.mab_80 {
    margin-bottom: 40px;
  }
}

html body #imageArea #imgSep #img-h3Ve4 .col.mab_40sp,
html body #imageArea #imgSep .img-h3Ve4 .col.mab_40sp,
html body #imageArea #imgSep #img-h3Ve4-title .col.mab_40sp,
html body #imageArea #imgSep #img-h3Ve4-shop .col.mab_40sp,
html body #imageArea #imgSep #img-h3Title .col.mab_40sp,
html body #imageArea .imgSep #img-h3Ve4 .col.mab_40sp,
html body #imageArea .imgSep .img-h3Ve4 .col.mab_40sp,
html body #imageArea .imgSep #img-h3Ve4-title .col.mab_40sp,
html body #imageArea .imgSep #img-h3Ve4-shop .col.mab_40sp,
html body #imageArea .imgSep #img-h3Title .col.mab_40sp,
html body .imageArea #imgSep #img-h3Ve4 .col.mab_40sp,
html body .imageArea #imgSep .img-h3Ve4 .col.mab_40sp,
html body .imageArea #imgSep #img-h3Ve4-title .col.mab_40sp,
html body .imageArea #imgSep #img-h3Ve4-shop .col.mab_40sp,
html body .imageArea #imgSep #img-h3Title .col.mab_40sp,
html body .imageArea .imgSep #img-h3Ve4 .col.mab_40sp,
html body .imageArea .imgSep .img-h3Ve4 .col.mab_40sp,
html body .imageArea .imgSep #img-h3Ve4-title .col.mab_40sp,
html body .imageArea .imgSep #img-h3Ve4-shop .col.mab_40sp,
html body .imageArea .imgSep #img-h3Title .col.mab_40sp {
  margin-bottom: 80px;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body #imageArea #imgSep .img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body #imageArea #imgSep #img-h3Ve4-title .col.mab_40sp:nth-last-child(1),
  html body #imageArea #imgSep #img-h3Ve4-shop .col.mab_40sp:nth-last-child(1),
  html body #imageArea #imgSep #img-h3Title .col.mab_40sp:nth-last-child(1),
  html body #imageArea .imgSep #img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body #imageArea .imgSep .img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body #imageArea .imgSep #img-h3Ve4-title .col.mab_40sp:nth-last-child(1),
  html body #imageArea .imgSep #img-h3Ve4-shop .col.mab_40sp:nth-last-child(1),
  html body #imageArea .imgSep #img-h3Title .col.mab_40sp:nth-last-child(1),
  html body .imageArea #imgSep #img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body .imageArea #imgSep .img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body .imageArea #imgSep #img-h3Ve4-title .col.mab_40sp:nth-last-child(1),
  html body .imageArea #imgSep #img-h3Ve4-shop .col.mab_40sp:nth-last-child(1),
  html body .imageArea #imgSep #img-h3Title .col.mab_40sp:nth-last-child(1),
  html body .imageArea .imgSep #img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body .imageArea .imgSep .img-h3Ve4 .col.mab_40sp:nth-last-child(1),
  html body .imageArea .imgSep #img-h3Ve4-title .col.mab_40sp:nth-last-child(1),
  html body .imageArea .imgSep #img-h3Ve4-shop .col.mab_40sp:nth-last-child(1),
  html body .imageArea .imgSep #img-h3Title .col.mab_40sp:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve4 .col.mab_40sp,
  html body #imageArea #imgSep .img-h3Ve4 .col.mab_40sp,
  html body #imageArea #imgSep #img-h3Ve4-title .col.mab_40sp,
  html body #imageArea #imgSep #img-h3Ve4-shop .col.mab_40sp,
  html body #imageArea #imgSep #img-h3Title .col.mab_40sp,
  html body #imageArea .imgSep #img-h3Ve4 .col.mab_40sp,
  html body #imageArea .imgSep .img-h3Ve4 .col.mab_40sp,
  html body #imageArea .imgSep #img-h3Ve4-title .col.mab_40sp,
  html body #imageArea .imgSep #img-h3Ve4-shop .col.mab_40sp,
  html body #imageArea .imgSep #img-h3Title .col.mab_40sp,
  html body .imageArea #imgSep #img-h3Ve4 .col.mab_40sp,
  html body .imageArea #imgSep .img-h3Ve4 .col.mab_40sp,
  html body .imageArea #imgSep #img-h3Ve4-title .col.mab_40sp,
  html body .imageArea #imgSep #img-h3Ve4-shop .col.mab_40sp,
  html body .imageArea #imgSep #img-h3Title .col.mab_40sp,
  html body .imageArea .imgSep #img-h3Ve4 .col.mab_40sp,
  html body .imageArea .imgSep .img-h3Ve4 .col.mab_40sp,
  html body .imageArea .imgSep #img-h3Ve4-title .col.mab_40sp,
  html body .imageArea .imgSep #img-h3Ve4-shop .col.mab_40sp,
  html body .imageArea .imgSep #img-h3Title .col.mab_40sp {
    margin-bottom: 40px;
  }
}

html body #imageArea #imgSep #img-h3Ve4 .col img,
html body #imageArea #imgSep .img-h3Ve4 .col img,
html body #imageArea #imgSep #img-h3Ve4-title .col img,
html body #imageArea #imgSep #img-h3Ve4-shop .col img,
html body #imageArea #imgSep #img-h3Title .col img,
html body #imageArea .imgSep #img-h3Ve4 .col img,
html body #imageArea .imgSep .img-h3Ve4 .col img,
html body #imageArea .imgSep #img-h3Ve4-title .col img,
html body #imageArea .imgSep #img-h3Ve4-shop .col img,
html body #imageArea .imgSep #img-h3Title .col img,
html body .imageArea #imgSep #img-h3Ve4 .col img,
html body .imageArea #imgSep .img-h3Ve4 .col img,
html body .imageArea #imgSep #img-h3Ve4-title .col img,
html body .imageArea #imgSep #img-h3Ve4-shop .col img,
html body .imageArea #imgSep #img-h3Title .col img,
html body .imageArea .imgSep #img-h3Ve4 .col img,
html body .imageArea .imgSep .img-h3Ve4 .col img,
html body .imageArea .imgSep #img-h3Ve4-title .col img,
html body .imageArea .imgSep #img-h3Ve4-shop .col img,
html body .imageArea .imgSep #img-h3Title .col img {
  margin: 0 0 30px 0;
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4 .col img,
  html body #imageArea #imgSep .img-h3Ve4 .col img,
  html body #imageArea #imgSep #img-h3Ve4-title .col img,
  html body #imageArea #imgSep #img-h3Ve4-shop .col img,
  html body #imageArea #imgSep #img-h3Title .col img,
  html body #imageArea .imgSep #img-h3Ve4 .col img,
  html body #imageArea .imgSep .img-h3Ve4 .col img,
  html body #imageArea .imgSep #img-h3Ve4-title .col img,
  html body #imageArea .imgSep #img-h3Ve4-shop .col img,
  html body #imageArea .imgSep #img-h3Title .col img,
  html body .imageArea #imgSep #img-h3Ve4 .col img,
  html body .imageArea #imgSep .img-h3Ve4 .col img,
  html body .imageArea #imgSep #img-h3Ve4-title .col img,
  html body .imageArea #imgSep #img-h3Ve4-shop .col img,
  html body .imageArea #imgSep #img-h3Title .col img,
  html body .imageArea .imgSep #img-h3Ve4 .col img,
  html body .imageArea .imgSep .img-h3Ve4 .col img,
  html body .imageArea .imgSep #img-h3Ve4-title .col img,
  html body .imageArea .imgSep #img-h3Ve4-shop .col img,
  html body .imageArea .imgSep #img-h3Title .col img {
    margin: 0 auto 20px auto;
  }
}

html body #imageArea #imgSep #img-h3Ve4 .col h3,
html body #imageArea #imgSep .img-h3Ve4 .col h3,
html body #imageArea #imgSep #img-h3Ve4-title .col h3,
html body #imageArea #imgSep #img-h3Ve4-shop .col h3,
html body #imageArea #imgSep #img-h3Title .col h3,
html body #imageArea .imgSep #img-h3Ve4 .col h3,
html body #imageArea .imgSep .img-h3Ve4 .col h3,
html body #imageArea .imgSep #img-h3Ve4-title .col h3,
html body #imageArea .imgSep #img-h3Ve4-shop .col h3,
html body #imageArea .imgSep #img-h3Title .col h3,
html body .imageArea #imgSep #img-h3Ve4 .col h3,
html body .imageArea #imgSep .img-h3Ve4 .col h3,
html body .imageArea #imgSep #img-h3Ve4-title .col h3,
html body .imageArea #imgSep #img-h3Ve4-shop .col h3,
html body .imageArea #imgSep #img-h3Title .col h3,
html body .imageArea .imgSep #img-h3Ve4 .col h3,
html body .imageArea .imgSep .img-h3Ve4 .col h3,
html body .imageArea .imgSep #img-h3Ve4-title .col h3,
html body .imageArea .imgSep #img-h3Ve4-shop .col h3,
html body .imageArea .imgSep #img-h3Title .col h3 {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4 .col h3,
  html body #imageArea #imgSep .img-h3Ve4 .col h3,
  html body #imageArea #imgSep #img-h3Ve4-title .col h3,
  html body #imageArea #imgSep #img-h3Ve4-shop .col h3,
  html body #imageArea #imgSep #img-h3Title .col h3,
  html body #imageArea .imgSep #img-h3Ve4 .col h3,
  html body #imageArea .imgSep .img-h3Ve4 .col h3,
  html body #imageArea .imgSep #img-h3Ve4-title .col h3,
  html body #imageArea .imgSep #img-h3Ve4-shop .col h3,
  html body #imageArea .imgSep #img-h3Title .col h3,
  html body .imageArea #imgSep #img-h3Ve4 .col h3,
  html body .imageArea #imgSep .img-h3Ve4 .col h3,
  html body .imageArea #imgSep #img-h3Ve4-title .col h3,
  html body .imageArea #imgSep #img-h3Ve4-shop .col h3,
  html body .imageArea #imgSep #img-h3Title .col h3,
  html body .imageArea .imgSep #img-h3Ve4 .col h3,
  html body .imageArea .imgSep .img-h3Ve4 .col h3,
  html body .imageArea .imgSep #img-h3Ve4-title .col h3,
  html body .imageArea .imgSep #img-h3Ve4-shop .col h3,
  html body .imageArea .imgSep #img-h3Title .col h3 {
    line-height: 1.5;
  }
}

html body #imageArea #imgSep #img-h3Ve4 .col h3 .sp,
html body #imageArea #imgSep .img-h3Ve4 .col h3 .sp,
html body #imageArea #imgSep #img-h3Ve4-title .col h3 .sp,
html body #imageArea #imgSep #img-h3Ve4-shop .col h3 .sp,
html body #imageArea #imgSep #img-h3Title .col h3 .sp,
html body #imageArea .imgSep #img-h3Ve4 .col h3 .sp,
html body #imageArea .imgSep .img-h3Ve4 .col h3 .sp,
html body #imageArea .imgSep #img-h3Ve4-title .col h3 .sp,
html body #imageArea .imgSep #img-h3Ve4-shop .col h3 .sp,
html body #imageArea .imgSep #img-h3Title .col h3 .sp,
html body .imageArea #imgSep #img-h3Ve4 .col h3 .sp,
html body .imageArea #imgSep .img-h3Ve4 .col h3 .sp,
html body .imageArea #imgSep #img-h3Ve4-title .col h3 .sp,
html body .imageArea #imgSep #img-h3Ve4-shop .col h3 .sp,
html body .imageArea #imgSep #img-h3Title .col h3 .sp,
html body .imageArea .imgSep #img-h3Ve4 .col h3 .sp,
html body .imageArea .imgSep .img-h3Ve4 .col h3 .sp,
html body .imageArea .imgSep #img-h3Ve4-title .col h3 .sp,
html body .imageArea .imgSep #img-h3Ve4-shop .col h3 .sp,
html body .imageArea .imgSep #img-h3Title .col h3 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4 .col h3 .sp,
  html body #imageArea #imgSep .img-h3Ve4 .col h3 .sp,
  html body #imageArea #imgSep #img-h3Ve4-title .col h3 .sp,
  html body #imageArea #imgSep #img-h3Ve4-shop .col h3 .sp,
  html body #imageArea #imgSep #img-h3Title .col h3 .sp,
  html body #imageArea .imgSep #img-h3Ve4 .col h3 .sp,
  html body #imageArea .imgSep .img-h3Ve4 .col h3 .sp,
  html body #imageArea .imgSep #img-h3Ve4-title .col h3 .sp,
  html body #imageArea .imgSep #img-h3Ve4-shop .col h3 .sp,
  html body #imageArea .imgSep #img-h3Title .col h3 .sp,
  html body .imageArea #imgSep #img-h3Ve4 .col h3 .sp,
  html body .imageArea #imgSep .img-h3Ve4 .col h3 .sp,
  html body .imageArea #imgSep #img-h3Ve4-title .col h3 .sp,
  html body .imageArea #imgSep #img-h3Ve4-shop .col h3 .sp,
  html body .imageArea #imgSep #img-h3Title .col h3 .sp,
  html body .imageArea .imgSep #img-h3Ve4 .col h3 .sp,
  html body .imageArea .imgSep .img-h3Ve4 .col h3 .sp,
  html body .imageArea .imgSep #img-h3Ve4-title .col h3 .sp,
  html body .imageArea .imgSep #img-h3Ve4-shop .col h3 .sp,
  html body .imageArea .imgSep #img-h3Title .col h3 .sp {
    display: inline-block;
  }
}

html body #imageArea #imgSep #img-h3Ve4 .col h3.under,
html body #imageArea #imgSep .img-h3Ve4 .col h3.under,
html body #imageArea #imgSep #img-h3Ve4-title .col h3.under,
html body #imageArea #imgSep #img-h3Ve4-shop .col h3.under,
html body #imageArea #imgSep #img-h3Title .col h3.under,
html body #imageArea .imgSep #img-h3Ve4 .col h3.under,
html body #imageArea .imgSep .img-h3Ve4 .col h3.under,
html body #imageArea .imgSep #img-h3Ve4-title .col h3.under,
html body #imageArea .imgSep #img-h3Ve4-shop .col h3.under,
html body #imageArea .imgSep #img-h3Title .col h3.under,
html body .imageArea #imgSep #img-h3Ve4 .col h3.under,
html body .imageArea #imgSep .img-h3Ve4 .col h3.under,
html body .imageArea #imgSep #img-h3Ve4-title .col h3.under,
html body .imageArea #imgSep #img-h3Ve4-shop .col h3.under,
html body .imageArea #imgSep #img-h3Title .col h3.under,
html body .imageArea .imgSep #img-h3Ve4 .col h3.under,
html body .imageArea .imgSep .img-h3Ve4 .col h3.under,
html body .imageArea .imgSep #img-h3Ve4-title .col h3.under,
html body .imageArea .imgSep #img-h3Ve4-shop .col h3.under,
html body .imageArea .imgSep #img-h3Title .col h3.under {
  text-decoration: underline;
  line-height: 1.4;
}

html body #imageArea #imgSep #img-h3Ve4 .col h3.pdf,
html body #imageArea #imgSep .img-h3Ve4 .col h3.pdf,
html body #imageArea #imgSep #img-h3Ve4-title .col h3.pdf,
html body #imageArea #imgSep #img-h3Ve4-shop .col h3.pdf,
html body #imageArea #imgSep #img-h3Title .col h3.pdf,
html body #imageArea .imgSep #img-h3Ve4 .col h3.pdf,
html body #imageArea .imgSep .img-h3Ve4 .col h3.pdf,
html body #imageArea .imgSep #img-h3Ve4-title .col h3.pdf,
html body #imageArea .imgSep #img-h3Ve4-shop .col h3.pdf,
html body #imageArea .imgSep #img-h3Title .col h3.pdf,
html body .imageArea #imgSep #img-h3Ve4 .col h3.pdf,
html body .imageArea #imgSep .img-h3Ve4 .col h3.pdf,
html body .imageArea #imgSep #img-h3Ve4-title .col h3.pdf,
html body .imageArea #imgSep #img-h3Ve4-shop .col h3.pdf,
html body .imageArea #imgSep #img-h3Title .col h3.pdf,
html body .imageArea .imgSep #img-h3Ve4 .col h3.pdf,
html body .imageArea .imgSep .img-h3Ve4 .col h3.pdf,
html body .imageArea .imgSep #img-h3Ve4-title .col h3.pdf,
html body .imageArea .imgSep #img-h3Ve4-shop .col h3.pdf,
html body .imageArea .imgSep #img-h3Title .col h3.pdf {
  display: flex;
}

html body #imageArea #imgSep #img-h3Ve4 .col h3.pdf::after,
html body #imageArea #imgSep .img-h3Ve4 .col h3.pdf::after,
html body #imageArea #imgSep #img-h3Ve4-title .col h3.pdf::after,
html body #imageArea #imgSep #img-h3Ve4-shop .col h3.pdf::after,
html body #imageArea #imgSep #img-h3Title .col h3.pdf::after,
html body #imageArea .imgSep #img-h3Ve4 .col h3.pdf::after,
html body #imageArea .imgSep .img-h3Ve4 .col h3.pdf::after,
html body #imageArea .imgSep #img-h3Ve4-title .col h3.pdf::after,
html body #imageArea .imgSep #img-h3Ve4-shop .col h3.pdf::after,
html body #imageArea .imgSep #img-h3Title .col h3.pdf::after,
html body .imageArea #imgSep #img-h3Ve4 .col h3.pdf::after,
html body .imageArea #imgSep .img-h3Ve4 .col h3.pdf::after,
html body .imageArea #imgSep #img-h3Ve4-title .col h3.pdf::after,
html body .imageArea #imgSep #img-h3Ve4-shop .col h3.pdf::after,
html body .imageArea #imgSep #img-h3Title .col h3.pdf::after,
html body .imageArea .imgSep #img-h3Ve4 .col h3.pdf::after,
html body .imageArea .imgSep .img-h3Ve4 .col h3.pdf::after,
html body .imageArea .imgSep #img-h3Ve4-title .col h3.pdf::after,
html body .imageArea .imgSep #img-h3Ve4-shop .col h3.pdf::after,
html body .imageArea .imgSep #img-h3Title .col h3.pdf::after {
  content: "";
  display: block;
  position: relative;
  background-image: url("../image/pdf.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20px;
  min-height: 25px;
  margin-left: 20px;
  top: 5px;
}

html body #imageArea #imgSep #img-h3Ve4 .col h5,
html body #imageArea #imgSep .img-h3Ve4 .col h5,
html body #imageArea #imgSep #img-h3Ve4-title .col h5,
html body #imageArea #imgSep #img-h3Ve4-shop .col h5,
html body #imageArea #imgSep #img-h3Title .col h5,
html body #imageArea .imgSep #img-h3Ve4 .col h5,
html body #imageArea .imgSep .img-h3Ve4 .col h5,
html body #imageArea .imgSep #img-h3Ve4-title .col h5,
html body #imageArea .imgSep #img-h3Ve4-shop .col h5,
html body #imageArea .imgSep #img-h3Title .col h5,
html body .imageArea #imgSep #img-h3Ve4 .col h5,
html body .imageArea #imgSep .img-h3Ve4 .col h5,
html body .imageArea #imgSep #img-h3Ve4-title .col h5,
html body .imageArea #imgSep #img-h3Ve4-shop .col h5,
html body .imageArea #imgSep #img-h3Title .col h5,
html body .imageArea .imgSep #img-h3Ve4 .col h5,
html body .imageArea .imgSep .img-h3Ve4 .col h5,
html body .imageArea .imgSep #img-h3Ve4-title .col h5,
html body .imageArea .imgSep #img-h3Ve4-shop .col h5,
html body .imageArea .imgSep #img-h3Title .col h5 {
  margin: 0 0 25px 0;
  font-weight: 400;
  line-height: 2.0;
}

html body #imageArea #imgSep #img-h3Ve4-title,
html body #imageArea #imgSep #img-h3Ve4-shop,
html body #imageArea .imgSep #img-h3Ve4-title,
html body #imageArea .imgSep #img-h3Ve4-shop,
html body .imageArea #imgSep #img-h3Ve4-title,
html body .imageArea #imgSep #img-h3Ve4-shop,
html body .imageArea .imgSep #img-h3Ve4-title,
html body .imageArea .imgSep #img-h3Ve4-shop {
  margin: 0 0 0 0;
}

html body #imageArea #imgSep #img-h3Ve4-title .col h3,
html body #imageArea #imgSep #img-h3Ve4-shop .col h3,
html body #imageArea .imgSep #img-h3Ve4-title .col h3,
html body #imageArea .imgSep #img-h3Ve4-shop .col h3,
html body .imageArea #imgSep #img-h3Ve4-title .col h3,
html body .imageArea #imgSep #img-h3Ve4-shop .col h3,
html body .imageArea .imgSep #img-h3Ve4-title .col h3,
html body .imageArea .imgSep #img-h3Ve4-shop .col h3 {
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4-title .col h3,
  html body #imageArea #imgSep #img-h3Ve4-shop .col h3,
  html body #imageArea .imgSep #img-h3Ve4-title .col h3,
  html body #imageArea .imgSep #img-h3Ve4-shop .col h3,
  html body .imageArea #imgSep #img-h3Ve4-title .col h3,
  html body .imageArea #imgSep #img-h3Ve4-shop .col h3,
  html body .imageArea .imgSep #img-h3Ve4-title .col h3,
  html body .imageArea .imgSep #img-h3Ve4-shop .col h3 {
    margin: 0 0 20px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve4-title .col .essay,
html body #imageArea #imgSep #img-h3Ve4-shop .col .essay,
html body #imageArea .imgSep #img-h3Ve4-title .col .essay,
html body #imageArea .imgSep #img-h3Ve4-shop .col .essay,
html body .imageArea #imgSep #img-h3Ve4-title .col .essay,
html body .imageArea #imgSep #img-h3Ve4-shop .col .essay,
html body .imageArea .imgSep #img-h3Ve4-title .col .essay,
html body .imageArea .imgSep #img-h3Ve4-shop .col .essay {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4-title .col .essay,
  html body #imageArea #imgSep #img-h3Ve4-shop .col .essay,
  html body #imageArea .imgSep #img-h3Ve4-title .col .essay,
  html body #imageArea .imgSep #img-h3Ve4-shop .col .essay,
  html body .imageArea #imgSep #img-h3Ve4-title .col .essay,
  html body .imageArea #imgSep #img-h3Ve4-shop .col .essay,
  html body .imageArea .imgSep #img-h3Ve4-title .col .essay,
  html body .imageArea .imgSep #img-h3Ve4-shop .col .essay {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve4-title .col .last,
html body #imageArea #imgSep #img-h3Ve4-shop .col .last,
html body #imageArea .imgSep #img-h3Ve4-title .col .last,
html body #imageArea .imgSep #img-h3Ve4-shop .col .last,
html body .imageArea #imgSep #img-h3Ve4-title .col .last,
html body .imageArea #imgSep #img-h3Ve4-shop .col .last,
html body .imageArea .imgSep #img-h3Ve4-title .col .last,
html body .imageArea .imgSep #img-h3Ve4-shop .col .last {
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4-title .col .last,
  html body #imageArea #imgSep #img-h3Ve4-shop .col .last,
  html body #imageArea .imgSep #img-h3Ve4-title .col .last,
  html body #imageArea .imgSep #img-h3Ve4-shop .col .last,
  html body .imageArea #imgSep #img-h3Ve4-title .col .last,
  html body .imageArea #imgSep #img-h3Ve4-shop .col .last,
  html body .imageArea .imgSep #img-h3Ve4-title .col .last,
  html body .imageArea .imgSep #img-h3Ve4-shop .col .last {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve4-shop,
html body #imageArea .imgSep #img-h3Ve4-shop,
html body .imageArea #imgSep #img-h3Ve4-shop,
html body .imageArea .imgSep #img-h3Ve4-shop {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4-shop,
  html body #imageArea .imgSep #img-h3Ve4-shop,
  html body .imageArea #imgSep #img-h3Ve4-shop,
  html body .imageArea .imgSep #img-h3Ve4-shop {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve4-shop,
  html body #imageArea .imgSep #img-h3Ve4-shop,
  html body .imageArea #imgSep #img-h3Ve4-shop,
  html body .imageArea .imgSep #img-h3Ve4-shop {
    margin: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h3Ve4-shop .col .essay,
html body #imageArea .imgSep #img-h3Ve4-shop .col .essay,
html body .imageArea #imgSep #img-h3Ve4-shop .col .essay,
html body .imageArea .imgSep #img-h3Ve4-shop .col .essay {
  margin: 0 0 80px 0;
}

html body #imageArea #imgSep #img-h3Ve4-shop .col .before-last,
html body #imageArea .imgSep #img-h3Ve4-shop .col .before-last,
html body .imageArea #imgSep #img-h3Ve4-shop .col .before-last,
html body .imageArea .imgSep #img-h3Ve4-shop .col .before-last {
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve4-shop .col .before-last,
  html body #imageArea .imgSep #img-h3Ve4-shop .col .before-last,
  html body .imageArea #imgSep #img-h3Ve4-shop .col .before-last,
  html body .imageArea .imgSep #img-h3Ve4-shop .col .before-last {
    margin: 0 0 80px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve4-shop .col .last,
html body #imageArea .imgSep #img-h3Ve4-shop .col .last,
html body .imageArea #imgSep #img-h3Ve4-shop .col .last,
html body .imageArea .imgSep #img-h3Ve4-shop .col .last {
  margin: 0 0 0 0;
}

html body #imageArea #imgSep #img-h3Title,
html body #imageArea .imgSep #img-h3Title,
html body .imageArea #imgSep #img-h3Title,
html body .imageArea .imgSep #img-h3Title {
  margin: 0 0 0 0;
}

html body #imageArea #imgSep #img-h3Title .col h3,
html body #imageArea #imgSep #img-h3Title .col h4,
html body #imageArea .imgSep #img-h3Title .col h3,
html body #imageArea .imgSep #img-h3Title .col h4,
html body .imageArea #imgSep #img-h3Title .col h3,
html body .imageArea #imgSep #img-h3Title .col h4,
html body .imageArea .imgSep #img-h3Title .col h3,
html body .imageArea .imgSep #img-h3Title .col h4 {
  margin: 0 0 100px 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #55342c;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Title .col h3,
  html body #imageArea #imgSep #img-h3Title .col h4,
  html body #imageArea .imgSep #img-h3Title .col h3,
  html body #imageArea .imgSep #img-h3Title .col h4,
  html body .imageArea #imgSep #img-h3Title .col h3,
  html body .imageArea #imgSep #img-h3Title .col h4,
  html body .imageArea .imgSep #img-h3Title .col h3,
  html body .imageArea .imgSep #img-h3Title .col h4 {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Title .col h3,
  html body #imageArea #imgSep #img-h3Title .col h4,
  html body #imageArea .imgSep #img-h3Title .col h3,
  html body #imageArea .imgSep #img-h3Title .col h4,
  html body .imageArea #imgSep #img-h3Title .col h3,
  html body .imageArea #imgSep #img-h3Title .col h4,
  html body .imageArea .imgSep #img-h3Title .col h3,
  html body .imageArea .imgSep #img-h3Title .col h4 {
    margin: 0 0 50px 0;
  }
}

html body #imageArea #imgSep #img-h3Title .col img,
html body #imageArea .imgSep #img-h3Title .col img,
html body .imageArea #imgSep #img-h3Title .col img,
html body .imageArea .imgSep #img-h3Title .col img {
  margin: 0 0 30px 0;
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Title .col img,
  html body #imageArea .imgSep #img-h3Title .col img,
  html body .imageArea #imgSep #img-h3Title .col img,
  html body .imageArea .imgSep #img-h3Title .col img {
    margin: 0 auto 20px auto;
  }
}

html body #imageArea #imgSep #img-h3Ve3,
html body #imageArea #imgSep #img-h3Ve3FC,
html body #imageArea #imgSep #img-h3Ve3MO,
html body #imageArea #imgSep #img-h3Ve3Nav,
html body #imageArea .imgSep #img-h3Ve3,
html body #imageArea .imgSep #img-h3Ve3FC,
html body #imageArea .imgSep #img-h3Ve3MO,
html body #imageArea .imgSep #img-h3Ve3Nav,
html body .imageArea #imgSep #img-h3Ve3,
html body .imageArea #imgSep #img-h3Ve3FC,
html body .imageArea #imgSep #img-h3Ve3MO,
html body .imageArea #imgSep #img-h3Ve3Nav,
html body .imageArea .imgSep #img-h3Ve3,
html body .imageArea .imgSep #img-h3Ve3FC,
html body .imageArea .imgSep #img-h3Ve3MO,
html body .imageArea .imgSep #img-h3Ve3Nav {
  margin: 0 0 80px 0;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3,
  html body #imageArea #imgSep #img-h3Ve3FC,
  html body #imageArea #imgSep #img-h3Ve3MO,
  html body #imageArea #imgSep #img-h3Ve3Nav,
  html body #imageArea .imgSep #img-h3Ve3,
  html body #imageArea .imgSep #img-h3Ve3FC,
  html body #imageArea .imgSep #img-h3Ve3MO,
  html body #imageArea .imgSep #img-h3Ve3Nav,
  html body .imageArea #imgSep #img-h3Ve3,
  html body .imageArea #imgSep #img-h3Ve3FC,
  html body .imageArea #imgSep #img-h3Ve3MO,
  html body .imageArea #imgSep #img-h3Ve3Nav,
  html body .imageArea .imgSep #img-h3Ve3,
  html body .imageArea .imgSep #img-h3Ve3FC,
  html body .imageArea .imgSep #img-h3Ve3MO,
  html body .imageArea .imgSep #img-h3Ve3Nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve3,
  html body #imageArea #imgSep #img-h3Ve3FC,
  html body #imageArea #imgSep #img-h3Ve3MO,
  html body #imageArea #imgSep #img-h3Ve3Nav,
  html body #imageArea .imgSep #img-h3Ve3,
  html body #imageArea .imgSep #img-h3Ve3FC,
  html body #imageArea .imgSep #img-h3Ve3MO,
  html body #imageArea .imgSep #img-h3Ve3Nav,
  html body .imageArea #imgSep #img-h3Ve3,
  html body .imageArea #imgSep #img-h3Ve3FC,
  html body .imageArea #imgSep #img-h3Ve3MO,
  html body .imageArea #imgSep #img-h3Ve3Nav,
  html body .imageArea .imgSep #img-h3Ve3,
  html body .imageArea .imgSep #img-h3Ve3FC,
  html body .imageArea .imgSep #img-h3Ve3MO,
  html body .imageArea .imgSep #img-h3Ve3Nav {
    display: block;
  }
}

html body #imageArea #imgSep #img-h3Ve3 .col,
html body #imageArea #imgSep #img-h3Ve3FC .col,
html body #imageArea #imgSep #img-h3Ve3MO .col,
html body #imageArea #imgSep #img-h3Ve3Nav .col,
html body #imageArea .imgSep #img-h3Ve3 .col,
html body #imageArea .imgSep #img-h3Ve3FC .col,
html body #imageArea .imgSep #img-h3Ve3MO .col,
html body #imageArea .imgSep #img-h3Ve3Nav .col,
html body .imageArea #imgSep #img-h3Ve3 .col,
html body .imageArea #imgSep #img-h3Ve3FC .col,
html body .imageArea #imgSep #img-h3Ve3MO .col,
html body .imageArea #imgSep #img-h3Ve3Nav .col,
html body .imageArea .imgSep #img-h3Ve3 .col,
html body .imageArea .imgSep #img-h3Ve3FC .col,
html body .imageArea .imgSep #img-h3Ve3MO .col,
html body .imageArea .imgSep #img-h3Ve3Nav .col {
  width: 31.5%;
  margin: 0 2.75% 0 0;
}

html body #imageArea #imgSep #img-h3Ve3 .col:nth-child(3n),
html body #imageArea #imgSep #img-h3Ve3FC .col:nth-child(3n),
html body #imageArea #imgSep #img-h3Ve3MO .col:nth-child(3n),
html body #imageArea #imgSep #img-h3Ve3Nav .col:nth-child(3n),
html body #imageArea .imgSep #img-h3Ve3 .col:nth-child(3n),
html body #imageArea .imgSep #img-h3Ve3FC .col:nth-child(3n),
html body #imageArea .imgSep #img-h3Ve3MO .col:nth-child(3n),
html body #imageArea .imgSep #img-h3Ve3Nav .col:nth-child(3n),
html body .imageArea #imgSep #img-h3Ve3 .col:nth-child(3n),
html body .imageArea #imgSep #img-h3Ve3FC .col:nth-child(3n),
html body .imageArea #imgSep #img-h3Ve3MO .col:nth-child(3n),
html body .imageArea #imgSep #img-h3Ve3Nav .col:nth-child(3n),
html body .imageArea .imgSep #img-h3Ve3 .col:nth-child(3n),
html body .imageArea .imgSep #img-h3Ve3FC .col:nth-child(3n),
html body .imageArea .imgSep #img-h3Ve3MO .col:nth-child(3n),
html body .imageArea .imgSep #img-h3Ve3Nav .col:nth-child(3n) {
  margin-right: 0;
}

html body #imageArea #imgSep #img-h3Ve3 .col.sp,
html body #imageArea #imgSep #img-h3Ve3FC .col.sp,
html body #imageArea #imgSep #img-h3Ve3MO .col.sp,
html body #imageArea #imgSep #img-h3Ve3Nav .col.sp,
html body #imageArea .imgSep #img-h3Ve3 .col.sp,
html body #imageArea .imgSep #img-h3Ve3FC .col.sp,
html body #imageArea .imgSep #img-h3Ve3MO .col.sp,
html body #imageArea .imgSep #img-h3Ve3Nav .col.sp,
html body .imageArea #imgSep #img-h3Ve3 .col.sp,
html body .imageArea #imgSep #img-h3Ve3FC .col.sp,
html body .imageArea #imgSep #img-h3Ve3MO .col.sp,
html body .imageArea #imgSep #img-h3Ve3Nav .col.sp,
html body .imageArea .imgSep #img-h3Ve3 .col.sp,
html body .imageArea .imgSep #img-h3Ve3FC .col.sp,
html body .imageArea .imgSep #img-h3Ve3MO .col.sp,
html body .imageArea .imgSep #img-h3Ve3Nav .col.sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3 .col.sp,
  html body #imageArea #imgSep #img-h3Ve3FC .col.sp,
  html body #imageArea #imgSep #img-h3Ve3MO .col.sp,
  html body #imageArea #imgSep #img-h3Ve3Nav .col.sp,
  html body #imageArea .imgSep #img-h3Ve3 .col.sp,
  html body #imageArea .imgSep #img-h3Ve3FC .col.sp,
  html body #imageArea .imgSep #img-h3Ve3MO .col.sp,
  html body #imageArea .imgSep #img-h3Ve3Nav .col.sp,
  html body .imageArea #imgSep #img-h3Ve3 .col.sp,
  html body .imageArea #imgSep #img-h3Ve3FC .col.sp,
  html body .imageArea #imgSep #img-h3Ve3MO .col.sp,
  html body .imageArea #imgSep #img-h3Ve3Nav .col.sp,
  html body .imageArea .imgSep #img-h3Ve3 .col.sp,
  html body .imageArea .imgSep #img-h3Ve3FC .col.sp,
  html body .imageArea .imgSep #img-h3Ve3MO .col.sp,
  html body .imageArea .imgSep #img-h3Ve3Nav .col.sp {
    display: block;
  }
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3 .col,
  html body #imageArea #imgSep #img-h3Ve3FC .col,
  html body #imageArea #imgSep #img-h3Ve3MO .col,
  html body #imageArea #imgSep #img-h3Ve3Nav .col,
  html body #imageArea .imgSep #img-h3Ve3 .col,
  html body #imageArea .imgSep #img-h3Ve3FC .col,
  html body #imageArea .imgSep #img-h3Ve3MO .col,
  html body #imageArea .imgSep #img-h3Ve3Nav .col,
  html body .imageArea #imgSep #img-h3Ve3 .col,
  html body .imageArea #imgSep #img-h3Ve3FC .col,
  html body .imageArea #imgSep #img-h3Ve3MO .col,
  html body .imageArea #imgSep #img-h3Ve3Nav .col,
  html body .imageArea .imgSep #img-h3Ve3 .col,
  html body .imageArea .imgSep #img-h3Ve3FC .col,
  html body .imageArea .imgSep #img-h3Ve3MO .col,
  html body .imageArea .imgSep #img-h3Ve3Nav .col {
    width: 47%;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve3 .col,
  html body #imageArea #imgSep #img-h3Ve3FC .col,
  html body #imageArea #imgSep #img-h3Ve3MO .col,
  html body #imageArea #imgSep #img-h3Ve3Nav .col,
  html body #imageArea .imgSep #img-h3Ve3 .col,
  html body #imageArea .imgSep #img-h3Ve3FC .col,
  html body #imageArea .imgSep #img-h3Ve3MO .col,
  html body #imageArea .imgSep #img-h3Ve3Nav .col,
  html body .imageArea #imgSep #img-h3Ve3 .col,
  html body .imageArea #imgSep #img-h3Ve3FC .col,
  html body .imageArea #imgSep #img-h3Ve3MO .col,
  html body .imageArea #imgSep #img-h3Ve3Nav .col,
  html body .imageArea .imgSep #img-h3Ve3 .col,
  html body .imageArea .imgSep #img-h3Ve3FC .col,
  html body .imageArea .imgSep #img-h3Ve3MO .col,
  html body .imageArea .imgSep #img-h3Ve3Nav .col {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

html body #imageArea #imgSep #img-h3Ve3 .col img,
html body #imageArea #imgSep #img-h3Ve3FC .col img,
html body #imageArea #imgSep #img-h3Ve3MO .col img,
html body #imageArea #imgSep #img-h3Ve3Nav .col img,
html body #imageArea .imgSep #img-h3Ve3 .col img,
html body #imageArea .imgSep #img-h3Ve3FC .col img,
html body #imageArea .imgSep #img-h3Ve3MO .col img,
html body #imageArea .imgSep #img-h3Ve3Nav .col img,
html body .imageArea #imgSep #img-h3Ve3 .col img,
html body .imageArea #imgSep #img-h3Ve3FC .col img,
html body .imageArea #imgSep #img-h3Ve3MO .col img,
html body .imageArea #imgSep #img-h3Ve3Nav .col img,
html body .imageArea .imgSep #img-h3Ve3 .col img,
html body .imageArea .imgSep #img-h3Ve3FC .col img,
html body .imageArea .imgSep #img-h3Ve3MO .col img,
html body .imageArea .imgSep #img-h3Ve3Nav .col img {
  margin: 0 0 30px 0;
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3 .col img,
  html body #imageArea #imgSep #img-h3Ve3FC .col img,
  html body #imageArea #imgSep #img-h3Ve3MO .col img,
  html body #imageArea #imgSep #img-h3Ve3Nav .col img,
  html body #imageArea .imgSep #img-h3Ve3 .col img,
  html body #imageArea .imgSep #img-h3Ve3FC .col img,
  html body #imageArea .imgSep #img-h3Ve3MO .col img,
  html body #imageArea .imgSep #img-h3Ve3Nav .col img,
  html body .imageArea #imgSep #img-h3Ve3 .col img,
  html body .imageArea #imgSep #img-h3Ve3FC .col img,
  html body .imageArea #imgSep #img-h3Ve3MO .col img,
  html body .imageArea #imgSep #img-h3Ve3Nav .col img,
  html body .imageArea .imgSep #img-h3Ve3 .col img,
  html body .imageArea .imgSep #img-h3Ve3FC .col img,
  html body .imageArea .imgSep #img-h3Ve3MO .col img,
  html body .imageArea .imgSep #img-h3Ve3Nav .col img {
    margin: 0 auto 20px auto;
  }
}

html body #imageArea #imgSep #img-h3Ve3 .col h4,
html body #imageArea #imgSep #img-h3Ve3FC .col h4,
html body #imageArea #imgSep #img-h3Ve3MO .col h4,
html body #imageArea #imgSep #img-h3Ve3Nav .col h4,
html body #imageArea .imgSep #img-h3Ve3 .col h4,
html body #imageArea .imgSep #img-h3Ve3FC .col h4,
html body #imageArea .imgSep #img-h3Ve3MO .col h4,
html body #imageArea .imgSep #img-h3Ve3Nav .col h4,
html body .imageArea #imgSep #img-h3Ve3 .col h4,
html body .imageArea #imgSep #img-h3Ve3FC .col h4,
html body .imageArea #imgSep #img-h3Ve3MO .col h4,
html body .imageArea #imgSep #img-h3Ve3Nav .col h4,
html body .imageArea .imgSep #img-h3Ve3 .col h4,
html body .imageArea .imgSep #img-h3Ve3FC .col h4,
html body .imageArea .imgSep #img-h3Ve3MO .col h4,
html body .imageArea .imgSep #img-h3Ve3Nav .col h4 {
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  color: #55342c;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3 .col h4,
  html body #imageArea #imgSep #img-h3Ve3FC .col h4,
  html body #imageArea #imgSep #img-h3Ve3MO .col h4,
  html body #imageArea #imgSep #img-h3Ve3Nav .col h4,
  html body #imageArea .imgSep #img-h3Ve3 .col h4,
  html body #imageArea .imgSep #img-h3Ve3FC .col h4,
  html body #imageArea .imgSep #img-h3Ve3MO .col h4,
  html body #imageArea .imgSep #img-h3Ve3Nav .col h4,
  html body .imageArea #imgSep #img-h3Ve3 .col h4,
  html body .imageArea #imgSep #img-h3Ve3FC .col h4,
  html body .imageArea #imgSep #img-h3Ve3MO .col h4,
  html body .imageArea #imgSep #img-h3Ve3Nav .col h4,
  html body .imageArea .imgSep #img-h3Ve3 .col h4,
  html body .imageArea .imgSep #img-h3Ve3FC .col h4,
  html body .imageArea .imgSep #img-h3Ve3MO .col h4,
  html body .imageArea .imgSep #img-h3Ve3Nav .col h4 {
    line-height: 1.5;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve3 .col h4,
  html body #imageArea #imgSep #img-h3Ve3FC .col h4,
  html body #imageArea #imgSep #img-h3Ve3MO .col h4,
  html body #imageArea #imgSep #img-h3Ve3Nav .col h4,
  html body #imageArea .imgSep #img-h3Ve3 .col h4,
  html body #imageArea .imgSep #img-h3Ve3FC .col h4,
  html body #imageArea .imgSep #img-h3Ve3MO .col h4,
  html body #imageArea .imgSep #img-h3Ve3Nav .col h4,
  html body .imageArea #imgSep #img-h3Ve3 .col h4,
  html body .imageArea #imgSep #img-h3Ve3FC .col h4,
  html body .imageArea #imgSep #img-h3Ve3MO .col h4,
  html body .imageArea #imgSep #img-h3Ve3Nav .col h4,
  html body .imageArea .imgSep #img-h3Ve3 .col h4,
  html body .imageArea .imgSep #img-h3Ve3FC .col h4,
  html body .imageArea .imgSep #img-h3Ve3MO .col h4,
  html body .imageArea .imgSep #img-h3Ve3Nav .col h4 {
    margin: 0 0 50px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3 .col h4 .sp,
html body #imageArea #imgSep #img-h3Ve3FC .col h4 .sp,
html body #imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
html body #imageArea #imgSep #img-h3Ve3Nav .col h4 .sp,
html body #imageArea .imgSep #img-h3Ve3 .col h4 .sp,
html body #imageArea .imgSep #img-h3Ve3FC .col h4 .sp,
html body #imageArea .imgSep #img-h3Ve3MO .col h4 .sp,
html body #imageArea .imgSep #img-h3Ve3Nav .col h4 .sp,
html body .imageArea #imgSep #img-h3Ve3 .col h4 .sp,
html body .imageArea #imgSep #img-h3Ve3FC .col h4 .sp,
html body .imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
html body .imageArea #imgSep #img-h3Ve3Nav .col h4 .sp,
html body .imageArea .imgSep #img-h3Ve3 .col h4 .sp,
html body .imageArea .imgSep #img-h3Ve3FC .col h4 .sp,
html body .imageArea .imgSep #img-h3Ve3MO .col h4 .sp,
html body .imageArea .imgSep #img-h3Ve3Nav .col h4 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3 .col h4 .sp,
  html body #imageArea #imgSep #img-h3Ve3FC .col h4 .sp,
  html body #imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
  html body #imageArea #imgSep #img-h3Ve3Nav .col h4 .sp,
  html body #imageArea .imgSep #img-h3Ve3 .col h4 .sp,
  html body #imageArea .imgSep #img-h3Ve3FC .col h4 .sp,
  html body #imageArea .imgSep #img-h3Ve3MO .col h4 .sp,
  html body #imageArea .imgSep #img-h3Ve3Nav .col h4 .sp,
  html body .imageArea #imgSep #img-h3Ve3 .col h4 .sp,
  html body .imageArea #imgSep #img-h3Ve3FC .col h4 .sp,
  html body .imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
  html body .imageArea #imgSep #img-h3Ve3Nav .col h4 .sp,
  html body .imageArea .imgSep #img-h3Ve3 .col h4 .sp,
  html body .imageArea .imgSep #img-h3Ve3FC .col h4 .sp,
  html body .imageArea .imgSep #img-h3Ve3MO .col h4 .sp,
  html body .imageArea .imgSep #img-h3Ve3Nav .col h4 .sp {
    display: inline-block;
  }
}

html body #imageArea #imgSep #img-h3Ve3 .col .essay,
html body #imageArea #imgSep #img-h3Ve3FC .col .essay,
html body #imageArea #imgSep #img-h3Ve3MO .col .essay,
html body #imageArea #imgSep #img-h3Ve3Nav .col .essay,
html body #imageArea .imgSep #img-h3Ve3 .col .essay,
html body #imageArea .imgSep #img-h3Ve3FC .col .essay,
html body #imageArea .imgSep #img-h3Ve3MO .col .essay,
html body #imageArea .imgSep #img-h3Ve3Nav .col .essay,
html body .imageArea #imgSep #img-h3Ve3 .col .essay,
html body .imageArea #imgSep #img-h3Ve3FC .col .essay,
html body .imageArea #imgSep #img-h3Ve3MO .col .essay,
html body .imageArea #imgSep #img-h3Ve3Nav .col .essay,
html body .imageArea .imgSep #img-h3Ve3 .col .essay,
html body .imageArea .imgSep #img-h3Ve3FC .col .essay,
html body .imageArea .imgSep #img-h3Ve3MO .col .essay,
html body .imageArea .imgSep #img-h3Ve3Nav .col .essay {
  margin: 0 0 40px 0;
}

html body #imageArea #imgSep #img-h3Ve3 .col .list-point ul li,
html body #imageArea #imgSep #img-h3Ve3FC .col .list-point ul li,
html body #imageArea #imgSep #img-h3Ve3MO .col .list-point ul li,
html body #imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li,
html body #imageArea .imgSep #img-h3Ve3 .col .list-point ul li,
html body #imageArea .imgSep #img-h3Ve3FC .col .list-point ul li,
html body #imageArea .imgSep #img-h3Ve3MO .col .list-point ul li,
html body #imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li,
html body .imageArea #imgSep #img-h3Ve3 .col .list-point ul li,
html body .imageArea #imgSep #img-h3Ve3FC .col .list-point ul li,
html body .imageArea #imgSep #img-h3Ve3MO .col .list-point ul li,
html body .imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li,
html body .imageArea .imgSep #img-h3Ve3 .col .list-point ul li,
html body .imageArea .imgSep #img-h3Ve3FC .col .list-point ul li,
html body .imageArea .imgSep #img-h3Ve3MO .col .list-point ul li,
html body .imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
  position: relative;
}

html body #imageArea #imgSep #img-h3Ve3 .col .list-point ul li::before,
html body #imageArea #imgSep #img-h3Ve3FC .col .list-point ul li::before,
html body #imageArea #imgSep #img-h3Ve3MO .col .list-point ul li::before,
html body #imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li::before,
html body #imageArea .imgSep #img-h3Ve3 .col .list-point ul li::before,
html body #imageArea .imgSep #img-h3Ve3FC .col .list-point ul li::before,
html body #imageArea .imgSep #img-h3Ve3MO .col .list-point ul li::before,
html body #imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li::before,
html body .imageArea #imgSep #img-h3Ve3 .col .list-point ul li::before,
html body .imageArea #imgSep #img-h3Ve3FC .col .list-point ul li::before,
html body .imageArea #imgSep #img-h3Ve3MO .col .list-point ul li::before,
html body .imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li::before,
html body .imageArea .imgSep #img-h3Ve3 .col .list-point ul li::before,
html body .imageArea .imgSep #img-h3Ve3FC .col .list-point ul li::before,
html body .imageArea .imgSep #img-h3Ve3MO .col .list-point ul li::before,
html body .imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: url("../image/point.svg");
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve3 .col .list-point ul li::before,
  html body #imageArea #imgSep #img-h3Ve3FC .col .list-point ul li::before,
  html body #imageArea #imgSep #img-h3Ve3MO .col .list-point ul li::before,
  html body #imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li::before,
  html body #imageArea .imgSep #img-h3Ve3 .col .list-point ul li::before,
  html body #imageArea .imgSep #img-h3Ve3FC .col .list-point ul li::before,
  html body #imageArea .imgSep #img-h3Ve3MO .col .list-point ul li::before,
  html body #imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li::before,
  html body .imageArea #imgSep #img-h3Ve3 .col .list-point ul li::before,
  html body .imageArea #imgSep #img-h3Ve3FC .col .list-point ul li::before,
  html body .imageArea #imgSep #img-h3Ve3MO .col .list-point ul li::before,
  html body .imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li::before,
  html body .imageArea .imgSep #img-h3Ve3 .col .list-point ul li::before,
  html body .imageArea .imgSep #img-h3Ve3FC .col .list-point ul li::before,
  html body .imageArea .imgSep #img-h3Ve3MO .col .list-point ul li::before,
  html body .imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li::before {
    top: 0px;
  }
}

html body #imageArea #imgSep #img-h3Ve3 .col .list-point ul li .essay,
html body #imageArea #imgSep #img-h3Ve3FC .col .list-point ul li .essay,
html body #imageArea #imgSep #img-h3Ve3MO .col .list-point ul li .essay,
html body #imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li .essay,
html body #imageArea .imgSep #img-h3Ve3 .col .list-point ul li .essay,
html body #imageArea .imgSep #img-h3Ve3FC .col .list-point ul li .essay,
html body #imageArea .imgSep #img-h3Ve3MO .col .list-point ul li .essay,
html body #imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li .essay,
html body .imageArea #imgSep #img-h3Ve3 .col .list-point ul li .essay,
html body .imageArea #imgSep #img-h3Ve3FC .col .list-point ul li .essay,
html body .imageArea #imgSep #img-h3Ve3MO .col .list-point ul li .essay,
html body .imageArea #imgSep #img-h3Ve3Nav .col .list-point ul li .essay,
html body .imageArea .imgSep #img-h3Ve3 .col .list-point ul li .essay,
html body .imageArea .imgSep #img-h3Ve3FC .col .list-point ul li .essay,
html body .imageArea .imgSep #img-h3Ve3MO .col .list-point ul li .essay,
html body .imageArea .imgSep #img-h3Ve3Nav .col .list-point ul li .essay {
  margin: 0 0 30px 0;
  font-weight: 400;
}

html body #imageArea #imgSep #img-h3Ve3FC,
html body #imageArea .imgSep #img-h3Ve3FC,
html body .imageArea #imgSep #img-h3Ve3FC,
html body .imageArea .imgSep #img-h3Ve3FC {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve3FC,
  html body #imageArea .imgSep #img-h3Ve3FC,
  html body .imageArea #imgSep #img-h3Ve3FC,
  html body .imageArea .imgSep #img-h3Ve3FC {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3FC .col h4,
  html body #imageArea .imgSep #img-h3Ve3FC .col h4,
  html body .imageArea #imgSep #img-h3Ve3FC .col h4,
  html body .imageArea .imgSep #img-h3Ve3FC .col h4 {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve3FC .col .essay,
  html body #imageArea .imgSep #img-h3Ve3FC .col .essay,
  html body .imageArea #imgSep #img-h3Ve3FC .col .essay,
  html body .imageArea .imgSep #img-h3Ve3FC .col .essay {
    margin: 0 0 60px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3MO,
html body #imageArea .imgSep #img-h3Ve3MO,
html body .imageArea #imgSep #img-h3Ve3MO,
html body .imageArea .imgSep #img-h3Ve3MO {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3MO,
  html body #imageArea .imgSep #img-h3Ve3MO,
  html body .imageArea #imgSep #img-h3Ve3MO,
  html body .imageArea .imgSep #img-h3Ve3MO {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3MO .col,
  html body #imageArea .imgSep #img-h3Ve3MO .col,
  html body .imageArea #imgSep #img-h3Ve3MO .col,
  html body .imageArea .imgSep #img-h3Ve3MO .col {
    margin: 0 0 40px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3MO .col h4,
html body #imageArea .imgSep #img-h3Ve3MO .col h4,
html body .imageArea #imgSep #img-h3Ve3MO .col h4,
html body .imageArea .imgSep #img-h3Ve3MO .col h4 {
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  color: #55342c;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3MO .col h4,
  html body #imageArea .imgSep #img-h3Ve3MO .col h4,
  html body .imageArea #imgSep #img-h3Ve3MO .col h4,
  html body .imageArea .imgSep #img-h3Ve3MO .col h4 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #img-h3Ve3MO .col h4,
  html body #imageArea .imgSep #img-h3Ve3MO .col h4,
  html body .imageArea #imgSep #img-h3Ve3MO .col h4,
  html body .imageArea .imgSep #img-h3Ve3MO .col h4 {
    margin: 0 0 20px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
html body #imageArea .imgSep #img-h3Ve3MO .col h4 .sp,
html body .imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
html body .imageArea .imgSep #img-h3Ve3MO .col h4 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
  html body #imageArea .imgSep #img-h3Ve3MO .col h4 .sp,
  html body .imageArea #imgSep #img-h3Ve3MO .col h4 .sp,
  html body .imageArea .imgSep #img-h3Ve3MO .col h4 .sp {
    display: inline-block;
  }
}

html body #imageArea #imgSep #img-h3Ve3MO .col .more,
html body #imageArea .imgSep #img-h3Ve3MO .col .more,
html body .imageArea #imgSep #img-h3Ve3MO .col .more,
html body .imageArea .imgSep #img-h3Ve3MO .col .more {
  margin: 0 auto 15px auto;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3MO .col .more,
  html body #imageArea .imgSep #img-h3Ve3MO .col .more,
  html body .imageArea #imgSep #img-h3Ve3MO .col .more,
  html body .imageArea .imgSep #img-h3Ve3MO .col .more {
    width: calc(100% - 30px);
    height: 50px;
  }
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3MO .last,
  html body #imageArea .imgSep #img-h3Ve3MO .last,
  html body .imageArea #imgSep #img-h3Ve3MO .last,
  html body .imageArea .imgSep #img-h3Ve3MO .last {
    margin: 0 0 0 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3Nav,
html body #imageArea .imgSep #img-h3Ve3Nav,
html body .imageArea #imgSep #img-h3Ve3Nav,
html body .imageArea .imgSep #img-h3Ve3Nav {
  flex-wrap: wrap;
  margin: 0 0 150px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3Nav,
  html body #imageArea .imgSep #img-h3Ve3Nav,
  html body .imageArea #imgSep #img-h3Ve3Nav,
  html body .imageArea .imgSep #img-h3Ve3Nav {
    margin: 0 0 40px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3Nav.last,
html body #imageArea .imgSep #img-h3Ve3Nav.last,
html body .imageArea #imgSep #img-h3Ve3Nav.last,
html body .imageArea .imgSep #img-h3Ve3Nav.last {
  margin: 0 0 150px 0;
}

html body #imageArea #imgSep #img-h3Ve3Nav .col div img,
html body #imageArea .imgSep #img-h3Ve3Nav .col div img,
html body .imageArea #imgSep #img-h3Ve3Nav .col div img,
html body .imageArea .imgSep #img-h3Ve3Nav .col div img {
  margin: 0 0 20px 0;
}

html body #imageArea #imgSep #img-h3Ve3Nav .col div time,
html body #imageArea .imgSep #img-h3Ve3Nav .col div time,
html body .imageArea #imgSep #img-h3Ve3Nav .col div time,
html body .imageArea .imgSep #img-h3Ve3Nav .col div time {
  display: block;
  color: #170e09;
  font-size: 0.875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

html body #imageArea #imgSep #img-h3Ve3Nav .col div .item,
html body #imageArea .imgSep #img-h3Ve3Nav .col div .item,
html body .imageArea #imgSep #img-h3Ve3Nav .col div .item,
html body .imageArea .imgSep #img-h3Ve3Nav .col div .item {
  display: inline-block;
  font-size: 0.625rem;
  background-color: #3F251E;
  color: white;
  text-align: center;
  padding: 0px 5px 0px 5px;
  font-weight: 400;
  min-width: 52px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.7;
  margin: 0 0 15px 0;
}

html body #imageArea #imgSep #img-h3Ve3Nav .col div .essay,
html body #imageArea .imgSep #img-h3Ve3Nav .col div .essay,
html body .imageArea #imgSep #img-h3Ve3Nav .col div .essay,
html body .imageArea .imgSep #img-h3Ve3Nav .col div .essay {
  font-weight: 400;
  margin: 0 0 75px 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3Nav .col div .essay,
  html body #imageArea .imgSep #img-h3Ve3Nav .col div .essay,
  html body .imageArea #imgSep #img-h3Ve3Nav .col div .essay,
  html body .imageArea .imgSep #img-h3Ve3Nav .col div .essay {
    margin: 0 0 40px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3Nav .col div .last,
html body #imageArea .imgSep #img-h3Ve3Nav .col div .last,
html body .imageArea #imgSep #img-h3Ve3Nav .col div .last,
html body .imageArea .imgSep #img-h3Ve3Nav .col div .last {
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #img-h3Ve3Nav .col div .last,
  html body #imageArea .imgSep #img-h3Ve3Nav .col div .last,
  html body .imageArea #imgSep #img-h3Ve3Nav .col div .last,
  html body .imageArea .imgSep #img-h3Ve3Nav .col div .last {
    margin: 0 0 40px 0;
  }
}

html body #imageArea #imgSep #img-h3Ve3Nav .col div.news-img-col,
html body #imageArea .imgSep #img-h3Ve3Nav .col div.news-img-col,
html body .imageArea #imgSep #img-h3Ve3Nav .col div.news-img-col,
html body .imageArea .imgSep #img-h3Ve3Nav .col div.news-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 58.2%;
}

html body #imageArea #imgSep #img-h3Ve3Nav .col div.news-img-col img,
html body #imageArea .imgSep #img-h3Ve3Nav .col div.news-img-col img,
html body .imageArea #imgSep #img-h3Ve3Nav .col div.news-img-col img,
html body .imageArea .imgSep #img-h3Ve3Nav .col div.news-img-col img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

html body #imageArea #imgSep #img-h3Ve3Nav .col:hover,
html body #imageArea .imgSep #img-h3Ve3Nav .col:hover,
html body .imageArea #imgSep #img-h3Ve3Nav .col:hover,
html body .imageArea .imgSep #img-h3Ve3Nav .col:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

html body #imageArea #imgSep #brandSite,
html body #imageArea .imgSep #brandSite,
html body .imageArea #imgSep #brandSite,
html body .imageArea .imgSep #brandSite {
  margin: 0 auto 120px auto;
  width: calc(100% - 100px);
  max-width: 1160px;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #brandSite,
  html body #imageArea .imgSep #brandSite,
  html body .imageArea #imgSep #brandSite,
  html body .imageArea .imgSep #brandSite {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {

  html body #imageArea #imgSep #brandSite,
  html body #imageArea .imgSep #brandSite,
  html body .imageArea #imgSep #brandSite,
  html body .imageArea .imgSep #brandSite {
    margin-bottom: 80px;
  }
}

html body #imageArea #imgSep #brandSite a,
html body #imageArea .imgSep #brandSite a,
html body .imageArea #imgSep #brandSite a,
html body .imageArea .imgSep #brandSite a {
  display: block;
  transition: opacity 0.2s ease;
}

html body #imageArea #imgSep #brandSite a:hover,
html body #imageArea .imgSep #brandSite a:hover,
html body .imageArea #imgSep #brandSite a:hover,
html body .imageArea .imgSep #brandSite a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

html body #imageArea #imgSep #brandSite a img,
html body #imageArea .imgSep #brandSite a img,
html body .imageArea #imgSep #brandSite a img,
html body .imageArea .imgSep #brandSite a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #brandSite a img.pc,
  html body #imageArea .imgSep #brandSite a img.pc,
  html body .imageArea #imgSep #brandSite a img.pc,
  html body .imageArea .imgSep #brandSite a img.pc {
    display: none;
  }
}

html body #imageArea #imgSep #brandSite a img.sp,
html body #imageArea .imgSep #brandSite a img.sp,
html body .imageArea #imgSep #brandSite a img.sp,
html body .imageArea .imgSep #brandSite a img.sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #imageArea #imgSep #brandSite a img.sp,
  html body #imageArea .imgSep #brandSite a img.sp,
  html body .imageArea #imgSep #brandSite a img.sp,
  html body .imageArea .imgSep #brandSite a img.sp {
    display: block;
  }
}

html body .introArea .titleArea,
html body #introAreaMana .titleArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1148px) {

  html body .introArea .titleArea,
  html body #introAreaMana .titleArea {
    margin: 0 0 30px 0;
    align-items: flex-start;
  }
}

html body .introArea .titleArea h2,
html body #introAreaMana .titleArea h2 {
  font-size: 2.125rem;
  margin: 0;
  position: relative;
  font-weight: 300;
}

html body .introArea .titleArea h2 .sp,
html body #introAreaMana .titleArea h2 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body .introArea .titleArea h2 .sp,
  html body #introAreaMana .titleArea h2 .sp {
    display: block;
  }
}

html body .introArea h2,
html body #introAreaMana h2 {
  font-size: 2.125rem;
  margin: 0 0 40px 0;
  position: relative;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body .introArea h2,
  html body #introAreaMana h2 {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 540px) {

  html body .introArea h2,
  html body #introAreaMana h2 {
    margin: 0 0 70px 0;
  }
}

html body .introArea h2 .sp,
html body #introAreaMana h2 .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body .introArea h2 .sp,
  html body #introAreaMana h2 .sp {
    display: block;
  }
}

html body .introArea .fc,
html body #introAreaMana .fc {
  display: inline-block;
  margin: 0 0 50px 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #55342c;
  background-color: #f6f4ef;
  padding: 2px 14px 2px 14px;
}

@media screen and (max-width: 1148px) {

  html body .introArea .fc,
  html body #introAreaMana .fc {
    margin: 0 0 30px 0;
  }
}

html body .introArea .mana,
html body #introAreaMana .mana {
  display: inline-block;
  margin: 0 0 50px 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  background-color: #3f251e;
  padding: 2px 8px 2px 8px;
}

html body .introArea .intro,
html body #introAreaMana .intro {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 45px 0;
}

@media screen and (max-width: 1148px) {

  html body .introArea .intro,
  html body #introAreaMana .intro {
    flex-direction: column-reverse;
  }
}

html body .introArea .intro .col-text,
html body #introAreaMana .intro .col-text {
  width: calc(50% - 25px);
  padding: 20px 0 20px 0;
}

@media screen and (max-width: 1148px) {

  html body .introArea .intro .col-text,
  html body #introAreaMana .intro .col-text {
    width: 100%;
  }
}

html body .introArea .intro .col-text dl,
html body #introAreaMana .intro .col-text dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body .introArea .intro .col-text dl,
  html body #introAreaMana .intro .col-text dl {
    display: block;
  }
}

html body .introArea .intro .col-text dl dt,
html body #introAreaMana .intro .col-text dl dt {
  width: 25%;
  font-weight: 300;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body .introArea .intro .col-text dl dt,
  html body #introAreaMana .intro .col-text dl dt {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

html body .introArea .intro .col-text dl dt::before,
html body #introAreaMana .intro .col-text dl dt::before {
  position: absolute;
  top: 11px;
  left: 0px;
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #3f251e;
}

html body .introArea .intro .col-text dl dd,
html body #introAreaMana .intro .col-text dl dd {
  width: 75%;
  margin: 0 0 40px 0;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width: 1148px) {

  html body .introArea .intro .col-text dl dd,
  html body #introAreaMana .intro .col-text dl dd {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

html body .introArea .intro .col-text dl dd.last,
html body #introAreaMana .intro .col-text dl dd.last {
  margin: 0 0 30px 0;
}

html body .introArea .intro .col-text dl dd a.outlink,
html body #introAreaMana .intro .col-text dl dd a.outlink {
  display: inline-block;
  text-decoration: underline;
}

html body .introArea .intro .col-text dl dd a.outlink::after,
html body #introAreaMana .intro .col-text dl dd a.outlink::after {
  content: "";
  display: inline-block;
  background-image: url("../image/onlinestore.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}

html body .introArea .intro .col-text dl dd a.outlink:hover,
html body #introAreaMana .intro .col-text dl dd a.outlink:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

html body .introArea .intro .col-text .detail,
html body #introAreaMana .intro .col-text .detail {
  font-size: 0.875rem;
  font-weight: 300;
  color: #170e09;
  margin: 0 0 50px 0;
}

html body .introArea .intro .col-text .EL,
html body #introAreaMana .intro .col-text .EL {
  width: 330px;
  height: 60px;
  border-radius: 100vh;
  text-align: center;
  line-height: 60px;
  border: solid 1px #170e09;
}

@media screen and (max-width: 540px) {

  html body .introArea .intro .col-text .EL,
  html body #introAreaMana .intro .col-text .EL {
    width: auto;
    height: 80px;
    line-height: 80px;
    margin: 0 0 0 0;
  }
}

html body .introArea .intro .col-text .EL a,
html body #introAreaMana .intro .col-text .EL a {
  display: block;
  width: 330px;
  height: 60px;
}

@media screen and (max-width: 1148px) {

  html body .introArea .intro .col-text .EL a,
  html body #introAreaMana .intro .col-text .EL a {
    width: auto;
  }
}

html body .introArea .intro .col-text .EL a:hover,
html body #introAreaMana .intro .col-text .EL a:hover {
  background-color: #55342c;
  border-radius: 100vh;
  transition: background-color 0.2s ease;
}

html body .introArea .intro .col-text .EL a.EL-log,
html body #introAreaMana .intro .col-text .EL a.EL-log {
  font-size: 1.0rem;
  font-weight: 400;
  color: #170e09;
  line-height: 60px;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body .introArea .intro .col-text .EL a.EL-log,
  html body #introAreaMana .intro .col-text .EL a.EL-log {
    height: 80px;
    line-height: 80px;
  }
}

html body .introArea .intro .col-text .EL a.EL-log::after,
html body #introAreaMana .intro .col-text .EL a.EL-log::after {
  display: block;
  content: url("../image/onlinestore.svg");
  position: absolute;
  height: 25px;
  line-height: 25px;
  top: 17px;
  right: 100px;
}

@media screen and (max-width: 540px) {

  html body .introArea .intro .col-text .EL a.EL-log::after,
  html body #introAreaMana .intro .col-text .EL a.EL-log::after {
    transform: scale(0.8);
    top: 28px;
    right: 30%;
  }
}

html body .introArea .intro .col-text .EL a.EL-log:hover::after,
html body #introAreaMana .intro .col-text .EL a.EL-log:hover::after {
  content: url("../image/onlinestoreW.svg");
  transform: scale(0.8);
  transition: transform 0.2s ease;
}

html body .introArea .intro .col-text .EL a.EL-log:hover,
html body #introAreaMana .intro .col-text .EL a.EL-log:hover {
  color: white;
  transition: color 0.2s ease;
}

html body .introArea .intro .col-text .sns_wrap,
html body #introAreaMana .intro .col-text .sns_wrap {
  display: flex;
}

@media screen and (max-width: 540px) {

  html body .introArea .intro .col-text .sns_wrap,
  html body #introAreaMana .intro .col-text .sns_wrap {
    justify-content: center;
  }
}

html body .introArea .intro .col-text .sns_wrap a,
html body #introAreaMana .intro .col-text .sns_wrap a {
  display: inline-block;
  margin-right: 55px;
}

html body .introArea .intro .col-text .sns_wrap a.instagram-icon img,
html body #introAreaMana .intro .col-text .sns_wrap a.instagram-icon img {
  width: 34px;
  height: 35px;
}

html body .introArea .intro .col-text .sns_wrap a.facebook-icon img,
html body #introAreaMana .intro .col-text .sns_wrap a.facebook-icon img {
  width: 17px;
  height: 34px;
}

html body .introArea .intro .col-text .sns_wrap a:hover,
html body #introAreaMana .intro .col-text .sns_wrap a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

html body .introArea .intro .col-text .sns_wrap a:nth-last-child(1),
html body #introAreaMana .intro .col-text .sns_wrap a:nth-last-child(1) {
  margin-right: 0;
}

html body .introArea .intro .col-img,
html body #introAreaMana .intro .col-img {
  width: calc(50% - 25px);
}

@media screen and (max-width: 1148px) {

  html body .introArea .intro .col-img,
  html body #introAreaMana .intro .col-img {
    width: 100%;
    height: 100%;
    margin: 0 0 30px 0;
  }
}

html body .introArea .intro .col-img img,
html body #introAreaMana .intro .col-img img {
  width: 100%;
}

html body .introArea .map,
html body #introAreaMana .map {
  margin: 0 0 130px 0;
}

@media screen and (max-width: 1148px) {

  html body .introArea .map,
  html body #introAreaMana .map {
    margin: 0 0 80px 0;
  }
}

html body .introArea .map iframe,
html body #introAreaMana .map iframe {
  width: 100%;
}

html body .introArea .anchor,
html body #introAreaMana .anchor {
  padding-top: 170px;
  margin-top: -170px;
  display: block;
}

@media screen and (max-width: 1148px) {

  html body .introArea .anchor,
  html body #introAreaMana .anchor {
    padding-top: 130px;
    margin-top: -130px;
  }
}

@media screen and (max-width: 540px) {

  html body .introArea .anchor,
  html body #introAreaMana .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 540px) {
  html body #introAreaMana h2 {
    margin: 0 0 30px 0;
  }
}

html body #introAreaMana h2::after {
  display: none;
}

html body #introAreaMana h2 .sp {
  display: none;
}

@media screen and (max-width: 540px) {
  html body #introAreaMana h2 .sp {
    display: block;
  }
}

html body #introAreaMana .mana {
  display: inline-block;
  margin: 0 0 50px 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  background-color: #3f251e;
  padding: 2px 8px 2px 8px;
}

@media screen and (max-width: 1148px) {
  html body #introAreaMana .mana {
    margin: 0 0 30px 0;
  }
}

html body #introAreaMana .intro .col-text .sp {
  display: none;
}

@media screen and (max-width: 540px) {
  html body #introAreaMana .intro .col-text .sp {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  html body #introAreaMana .intro .col-text span {
    display: none;
  }
}

html body #itemArea #item {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {
  html body #itemArea #item {
    margin: 0 0 50px 0;
  }
}

html body #itemArea #item .item-1 dl,
html body #itemArea #item .item-2 dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #d6d6d6;
  align-items: center;
  background-color: #55342c;
  font-weight: 400;
}

@media screen and (max-width: 768px) {

  html body #itemArea #item .item-1 dl,
  html body #itemArea #item .item-2 dl {
    display: block;
    border: none;
    background-color: white;
  }
}

html body #itemArea #item .item-1 dt,
html body #itemArea #item .item-2 dt {
  width: 280px;
  padding: 0 40px 0 40px;
  font-weight: normal;
  background-color: #55342c;
  color: white;
}

@media screen and (max-width: 1148px) {

  html body #itemArea #item .item-1 dt,
  html body #itemArea #item .item-2 dt {
    width: 220px;
    padding: 0 20px 0 20px;
  }
}

@media screen and (max-width: 768px) {

  html body #itemArea #item .item-1 dt,
  html body #itemArea #item .item-2 dt {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}

html body #itemArea #item .item-1 dd,
html body #itemArea #item .item-2 dd {
  width: calc(100% - 280px);
  padding: 40px 40px 40px 40px;
  background-color: white;
}

@media screen and (max-width: 1148px) {

  html body #itemArea #item .item-1 dd,
  html body #itemArea #item .item-2 dd {
    width: calc(100% - 220px);
    padding: 40px 20px 40px 20px;
  }
}

@media screen and (max-width: 768px) {

  html body #itemArea #item .item-1 dd,
  html body #itemArea #item .item-2 dd {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
}

@media screen and (max-width: 540px) {

  html body #itemArea #item .item-1 dd,
  html body #itemArea #item .item-2 dd {
    padding: 20px 10px 15px 10px;
  }

  html body #itemArea #item .item-1 dd span,
  html body #itemArea #item .item-2 dd span {
    margin: 0 10px 5px 0;
  }
}

html body #itemArea #item .item-1 dd .rikunabi,
html body #itemArea #item .item-2 dd .rikunabi {
  position: relative;
  text-decoration: underline;
}

@media screen and (max-width: 540px) {

  html body #itemArea #item .item-1 dd .rikunabi,
  html body #itemArea #item .item-2 dd .rikunabi {
    display: block;
  }
}

html body #itemArea #item .item-1 dd .rikunabi:hover,
html body #itemArea #item .item-2 dd .rikunabi:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

html body #itemArea #item .item-2 dl {
  border-bottom: solid 1px #d6d6d6;
}

@media screen and (max-width: 768px) {
  html body #itemArea #item .item-2 dl {
    border-bottom: none;
  }
}

html body #inputArea #inputform {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform {
    margin: 0 0 50px 0;
  }
}

html body #inputArea #inputform .example {
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example {
    display: block;
    margin: 0 0 20px 0;
  }
}

html body #inputArea #inputform .example label[for="namelabel"] {
  width: 30%;
  font-weight: normal;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example label[for="namelabel"] {
    width: 100%;
  }
}

html body #inputArea #inputform .example label[for="namelabel"] span {
  color: #ac0000;
}

html body #inputArea #inputform .example .namelabel {
  width: 30%;
  font-weight: normal;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example .namelabel {
    width: 100%;
  }
}

html body #inputArea #inputform .example .namelabel span {
  color: #ac0000;
}

html body #inputArea #inputform .example input {
  width: 70%;
  height: 80px;
  background-color: #f6f4ef;
  padding: 0 20px 0 20px;
  font-size: 16px;
}

html body #inputArea #inputform .example input#consultation,
html body #inputArea #inputform .example input#request,
html body #inputArea #inputform .example input#others {
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example input {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

html body #inputArea #inputform .example .add {
  width: 70%;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example .add {
    width: 100%;
  }
}

html body #inputArea #inputform .example .add input {
  font-size: 16px;
}

html body #inputArea #inputform .example .add input#fc_postalCode01 {
  width: 20%;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example .add input#fc_postalCode01 {
    width: 30%;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 540px) {
  html body #inputArea #inputform .example .add input#fc_postalCode01 {
    width: 50%;
    margin: 10px 0 0 0;
  }
}

html body #inputArea #inputform .example .add input#fc_postalCode02 {
  margin: 40px 0 0 0;
  width: 100%;
}

html body #inputArea #inputform .example .checkPur {
  display: flex;
  width: 70%;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example .checkPur {
    display: block;
    width: 100%;
    margin: 10px 0 20px 0;
  }
}

html body #inputArea #inputform .example .checkPur label[for="consultation"] {
  width: auto;
  display: inline-block;
  padding: 0 0 0 10px;
  margin-right: 80px;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example .checkPur label[for="consultation"] {
    margin-right: 40px;
  }
}

@media screen and (max-width: 540px) {
  html body #inputArea #inputform .example .checkPur label[for="consultation"] {
    width: 100%;
    margin: 10px 0 20px 0;
    display: block;
  }
}

html body #inputArea #inputform .example .checkPur label[for="request"] {
  width: auto;
  display: inline-block;
  padding: 0 0 0 10px;
  margin-right: 80px;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example .checkPur label[for="request"] {
    margin-right: 40px;
  }
}

@media screen and (max-width: 540px) {
  html body #inputArea #inputform .example .checkPur label[for="request"] {
    width: 100%;
    margin: 10px 0 20px 0;
    display: block;
  }
}

html body #inputArea #inputform .example .checkPur label[for="others"] {
  width: auto;
  display: inline-block;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 540px) {
  html body #inputArea #inputform .example .checkPur label[for="others"] {
    width: 100%;
    margin: 10px 0 20px 0;
    display: block;
  }
}

html body #inputArea #inputform .example .checkPur input[type="checkbox"] {
  display: none;
}

html body #inputArea #inputform .example .checkPur input[type="checkbox"]+label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

html body #inputArea #inputform .example .checkPur input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  left: 0;
  top: -25%;
  border: 1px solid;
  border-color: #fff;
  /* 枠の色変更 お好きな色を */
  background-color: #f6f4ef;
  /* 背景の色変更 お好きな色を */
}

html body #inputArea #inputform .example .checkPur input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 10px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #170e09;
  /* チェックの色変更 お好きな色を */
}

html body #inputArea #inputform .example .checkCon {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

@media screen and (max-width: 1148px) {
  html body #inputArea #inputform .example .checkCon {
    width: 100%;
    margin: 10px 0 20px 0;
    display: block;
  }
}

html body #inputArea #inputform .example .checkCon small {
  width: 100%;
}

html body #inputArea #inputform .example .checkCon label[for="new"] {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 30px 25px 0;
}

@media screen and (max-width: 540px) {
  html body #inputArea #inputform .example .checkCon label[for="new"] {
    width: 100%;
    margin: 10px 0 20px 0;
    display: block;
  }
}

html body #inputArea #inputform .example .checkCon label[for="school"] {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 30px 25px 0;
}

@media screen and (max-width: 540px) {
  html body #inputArea #inputform .example .checkCon label[for="school"] {
    display: block;
    width: 100%;
    margin: 10px 0 20px 0;
  }
}

html body #inputArea #inputform .example .checkCon label[for="fc"],
html body #inputArea #inputform .example .checkCon label[for="apply"] {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 30px 25px 0;
}

@media screen and (max-width: 540px) {

  html body #inputArea #inputform .example .checkCon label[for="fc"],
  html body #inputArea #inputform .example .checkCon label[for="apply"] {
    display: block;
    width: 100%;
    margin: 10px 0 20px 0;
  }
}

html body #inputArea #inputform .example .checkCon label[for="othersCon"] {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 540px) {
  html body #inputArea #inputform .example .checkCon label[for="othersCon"] {
    display: block;
    width: 100%;
    margin: 10px 0 20px 0;
  }
}

html body #inputArea #inputform .example .checkCon label[for="checklabelCon"] {
  width: 100%;
  display: inline-block;
  height: 250px;
  background-color: #f6f4ef;
}

html body #inputArea #inputform .example .checkCon .inpnone {
  display: none;
}

html body #inputArea #inputform .example .checkCon .inpnone+label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

html body #inputArea #inputform .example .checkCon .inpnone+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  left: 0;
  top: -25%;
  border-radius: 50%;
  border: 1px solid;
  border-color: #fff;
  /* 枠の色変更 お好きな色を */
  background-color: #f6f4ef;
  /* 背景の色変更 お好きな色を */
}

html body #inputArea #inputform .example .checkCon .inpnone:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  background-color: #170e09;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 10px;
}

html body #inputArea #inputform .example .checkCon textarea {
  background-color: #f6f4ef;
  padding: 20px 20px 20px 20px;
  width: 100%;
  height: 250px;
}

html body #inputArea #inputform .text {
  align-items: baseline;
}

html body #examplePri {
  text-align: center;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 540px) {
  html body #examplePri {
    text-align: left;
  }
}

html body #examplePri input[type="checkbox"] {
  display: none;
}

html body #examplePri input[type="checkbox"]+label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 70px;
  font-size: 1.375rem;
  font-weight: 400;
  color: #170e09;
}

@media screen and (max-width: 540px) {
  html body #examplePri input[type="checkbox"]+label {
    padding-left: 50px;
    font-size: 1.125rem;
  }
}

html body #examplePri input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  left: 0;
  top: -5px;
  border: 1px solid;
  border-color: #fff;
  /* 枠の色変更 お好きな色を */
  background-color: #f6f4ef;
  /* 背景の色変更 お好きな色を */
}

@media screen and (max-width: 540px) {
  html body #examplePri input[type="checkbox"]+label::before {
    width: 40px;
    height: 40px;
  }
}

html body #examplePri input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 60%;
  left: 18px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #170e09;
  /* チェックの色変更 お好きな色を */
}

@media screen and (max-width: 540px) {
  html body #examplePri input[type="checkbox"]:checked+label::after {
    top: 17px;
    left: 12px;
  }
}

html body #inputAreaContact {
  padding: 0 0 120px 0;
  border-bottom: solid 1px #d6d6d6;
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1148px) {
  html body #inputAreaContact {
    padding: 0 0 80px 0;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  html body #inputAreaContact {
    padding: 0 0 60px 0;
    margin: 0 0 60px 0;
  }
}

html body #inputAreaContact #inputformCon .example {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 400;
  color: #170e09;
}

@media screen and (max-width: 768px) {
  html body #inputAreaContact #inputformCon .example {
    display: block;
  }
}

html body #inputAreaContact #inputformCon .example .title {
  width: 30%;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 768px) {
  html body #inputAreaContact #inputformCon .example .title {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

html body #inputAreaContact #inputformCon .example .answer {
  width: 70%;
}

@media screen and (max-width: 768px) {
  html body #inputAreaContact #inputformCon .example .answer {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

html body #inputAreaContact #inputformCon .example .last {
  margin: 0 0 80px;
}

html body #inputAreaContact #inputformCon .example span {
  display: block;
}

html body #inputAreaContact #inputformCon .example span.ahead {
  margin: 0 0 20px 0;
}

html body #contactArea #contact {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact {
    margin: 0 0 80px 0;
  }
}

html body #contactArea #contact dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dl {
    display: block;
  }
}

html body #contactArea #contact dt {
  width: 17%;
  color: #3f251e;
  text-align: right;
  font-size: 1.0rem;
  position: relative;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt {
    width: 100%;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
  }
}

html body #contactArea #contact dt::before {
  display: block;
  position: absolute;
  content: '';
  background-color: #d6d6d6;
  width: 1px;
  height: 100%;
  top: 5px;
  right: -63px;
  z-index: -1;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt::before {
    top: 12px;
    left: -1px;
    right: auto;
  }
}

html body #contactArea #contact dt::after {
  position: absolute;
  display: block;
  content: url("../image/brownPoint.svg");
  top: 0px;
  right: -70px;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt::after {
    width: 100%;
    top: 1px;
    left: -8px;
  }
}

@media screen and (max-width: 540px) {
  html body #contactArea #contact dt.bar::before {
    display: block;
    height: 80%;
    top: 10px;
    right: 315px;
  }
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt.memberShip {
    margin: 0 0 55px 0;
  }
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt.plan {
    display: none;
  }
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt.member {
    display: none;
  }
}

html body #contactArea #contact dt.interview {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt.interview {
    display: block;
    font-size: 1.125rem;
  }
}

html body #contactArea #contact dt.application {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt.application {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
  }
}

html body #contactArea #contact dt.agreement {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt.agreement {
    display: block;
    padding: 0 0 0 30px;
    margin: 0 0 107px 0;
  }
}

html body #contactArea #contact dt.last::before {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dt p {
    margin: 0 0 15px 0;
  }
}

html body #contactArea #contact dd {
  width: 68%;
  margin: 0 0 60px 0;
  position: relative;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 60px 15px;
  }

  html body #contactArea #contact dd::before {
    display: block;
    content: '';
    position: absolute;
    background-color: #d6d6d6;
    width: 1px;
    height: calc(100% + 15px);
    top: 0;
    left: -1px;
    z-index: -1;
  }
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.bar::before {
    top: -55px;
    height: calc(100% + 100px);
  }
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd span.pc {
    display: none;
  }
}

html body #contactArea #contact dd span.sp {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd span.sp {
    display: block;
  }
}

html body #contactArea #contact dd a.inquiry {
  border-bottom: solid 1px #170e09;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.cT {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.mS {
    display: none;
  }
}

html body #contactArea #contact dd.pL {
  margin: 0 0 48px 0;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.pL {
    display: none;
  }
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.Member {
    display: none;
  }
}

html body #contactArea #contact dd img {
  width: 100%;
  margin: 0 0 22px 0;
}

html body #contactArea #contact dd .member {
  font-size: 1.125rem;
  margin: 0 0 25px 0;
}

html body #contactArea #contact dd.examination {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.examination {
    display: block;
    width: 300px;
    margin: 0 0 20px 15px;
    padding: 40px 200px 40px 15px;
    background-color: #f6f4ef;
    font-size: 0.875rem;
  }
}

html body #contactArea #contact dd.iV {
  display: none;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.iV {
    display: block;
    margin: 0 0 50px 0;
  }
}

html body #contactArea #contact dd.last {
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {
  html body #contactArea #contact dd.last {
    margin: 0 0 80px 0;
  }

  html body #contactArea #contact dd.last::before {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  html body #contactArea #contact dd.last {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea,
  html body .backArea {
    margin: 0 0 0 0;
  }
}

html body #backArea #back-h2,
html body .backArea #back-h2 {
  text-align: center;
  padding: 100px 280px 100px 280px;
  margin: 0 0 50px 0;
  background-color: #f6f4ef;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2,
  html body .backArea #back-h2 {
    padding: 50px 15px 50px 15px;
  }
}

html body #backArea #back-h2 h2,
html body .backArea #back-h2 h2 {
  margin: 0 0 10px 0;
  font-size: 1.875rem;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2 h2,
  html body .backArea #back-h2 h2 {
    line-height: 1.5;
  }
}

html body #backArea #back-h2 h2 .sp,
html body .backArea #back-h2 h2 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2 h2 .sp,
  html body .backArea #back-h2 h2 .sp {
    display: inline-block;
  }
}

html body #backArea #back-h2 .sub,
html body .backArea #back-h2 .sub {
  margin: 0 0 60px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #55342c;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2 .sub,
  html body .backArea #back-h2 .sub {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2 .back,
  html body .backArea #back-h2 .back {
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2 .back .sp,
  html body .backArea #back-h2 .back .sp {
    display: none;
  }
}

html body #backArea #back-h2 h5,
html body .backArea #back-h2 h5 {
  margin: 0 0 25px 0;
  font-weight: 400;
  line-height: 2.0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2 h5,
  html body .backArea #back-h2 h5 {
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2 h5 .sp,
  html body .backArea #back-h2 h5 .sp {
    display: none;
  }
}

html body #backArea #back-h2-com,
html body .backArea #back-h2-com {
  padding: 120px 0 20px 0;
  margin: 0 0 100px 0;
  background-color: #f6f4ef;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2-com,
  html body .backArea #back-h2-com {
    padding: 60px 0 20px 0;
    margin: 0 0 60px 0;
  }
}

html body #backArea #back-h2-com dl,
html body .backArea #back-h2-com dl {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2-com dl,
  html body .backArea #back-h2-com dl {
    margin: 0 0 50px 0;
  }
}

html body #backArea #back-h2-com dl dt,
html body .backArea #back-h2-com dl dt {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  color: #170e09;
  margin: 0 0 35px 0;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h2-com dl dt,
  html body .backArea #back-h2-com dl dt {
    font-size: 1.875rem;
  }
}

html body #backArea #back-h2-com dl dd,
html body .backArea #back-h2-com dl dd {
  font-size: 1.5rem;
  font-weight: 300;
  color: #55342c;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2-com dl dd,
  html body .backArea #back-h2-com dl dd {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

html body #backArea #back-h2-com dl .sub,
html body .backArea #back-h2-com dl .sub {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  color: #170e09;
  margin: 0 0 60px 0;
}

html body #backArea #back-h2-com .com dd,
html body .backArea #back-h2-com .com dd {
  width: 384px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h2-com .com dd,
  html body .backArea #back-h2-com .com dd {
    width: calc(100% - 50px);
  }
}

html body #backArea #back-h2-com .mis dd,
html body .backArea #back-h2-com .mis dd {
  width: 918.31px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h2-com .mis dd,
  html body .backArea #back-h2-com .mis dd {
    width: 689px;
  }
}

@media screen and (max-width: 768px) {

  html body #backArea #back-h2-com .mis dd,
  html body .backArea #back-h2-com .mis dd {
    width: 550px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h2-com .mis dd,
  html body .backArea #back-h2-com .mis dd {
    width: calc(100% - 50px);
  }
}

html body #backArea #back-h2-com .mis dd.sub,
html body .backArea #back-h2-com .mis dd.sub {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  color: #170e09;
  margin: 0 0 60px 0;
  width: auto;
}

html body #backArea #back-h3-col2,
html body #backArea #back-h3-col3,
html body .backArea #back-h3-col2,
html body .backArea #back-h3-col3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
  text-align: center;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2,
  html body #backArea #back-h3-col3,
  html body .backArea #back-h3-col2,
  html body .backArea #back-h3-col3 {
    display: block;
  }
}

html body #backArea #back-h3-col2 .col,
html body #backArea #back-h3-col3 .col,
html body .backArea #back-h3-col2 .col,
html body .backArea #back-h3-col3 .col {
  width: 48.5%;
  background-color: #f6f4ef;
  padding: 80px 58px 65px 58px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2 .col,
  html body #backArea #back-h3-col3 .col,
  html body .backArea #back-h3-col2 .col,
  html body .backArea #back-h3-col3 .col {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 50px 15px 40px 15px;
  }
}

html body #backArea #back-h3-col2 h3,
html body #backArea #back-h3-col3 h3,
html body .backArea #back-h3-col2 h3,
html body .backArea #back-h3-col3 h3 {
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  color: #55342c;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2 h3,
  html body #backArea #back-h3-col3 h3,
  html body .backArea #back-h3-col2 h3,
  html body .backArea #back-h3-col3 h3 {
    font-weight: 300;
    line-height: 1.5;
  }
}

html body #backArea #back-h3-col2 h3 .sp,
html body #backArea #back-h3-col3 h3 .sp,
html body .backArea #back-h3-col2 h3 .sp,
html body .backArea #back-h3-col3 h3 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2 h3 .sp,
  html body #backArea #back-h3-col3 h3 .sp,
  html body .backArea #back-h3-col2 h3 .sp,
  html body .backArea #back-h3-col3 h3 .sp {
    display: inline-block;
  }
}

html body #backArea #back-h3-col2 h5,
html body #backArea #back-h3-col3 h5,
html body .backArea #back-h3-col2 h5,
html body .backArea #back-h3-col3 h5 {
  margin: 0 0 25px 0;
  font-weight: 400;
  line-height: 2.0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2 h5,
  html body #backArea #back-h3-col3 h5,
  html body .backArea #back-h3-col2 h5,
  html body .backArea #back-h3-col3 h5 {
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2 h5 .sp,
  html body #backArea #back-h3-col3 h5 .sp,
  html body .backArea #back-h3-col2 h5 .sp,
  html body .backArea #back-h3-col3 h5 .sp {
    display: none;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2 p,
  html body #backArea #back-h3-col3 p,
  html body .backArea #back-h3-col2 p,
  html body .backArea #back-h3-col3 p {
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2 p .sp,
  html body #backArea #back-h3-col3 p .sp,
  html body .backArea #back-h3-col2 p .sp,
  html body .backArea #back-h3-col3 p .sp {
    display: none;
  }
}

html body #backArea #back-h3-col3,
html body .backArea #back-h3-col3 {
  margin: 0 0 50px 0;
}

html body #backArea #back-h3-col3 .col,
html body .backArea #back-h3-col3 .col {
  width: 31%;
  background-color: #f6f4ef;
  padding: 60px 60px 60px 60px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col3 .col,
  html body .backArea #back-h3-col3 .col {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 50px 15px 40px 15px;
  }
}

html body #backArea #back-h3-col3 h3,
html body .backArea #back-h3-col3 h3 {
  margin: 0 0 45px 0;
  font-size: 1.5rem;
  color: #55342c;
  font-weight: 500;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col3 h3,
  html body .backArea #back-h3-col3 h3 {
    font-weight: 300;
    line-height: 1.5;
  }
}

html body #backArea #back-h3-col3 h3 .sp,
html body .backArea #back-h3-col3 h3 .sp {
  display: none;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col3 h3 .sp,
  html body .backArea #back-h3-col3 h3 .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col3 h3 p,
  html body .backArea #back-h3-col3 h3 p {
    padding: 0 15px 0 15px;
  }
}

html body #backArea #back-h3-col2CT,
html body .backArea #back-h3-col2CT {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 120px 0;
  text-align: center;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-h3-col2CT,
  html body .backArea #back-h3-col2CT {
    display: block;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2CT,
  html body .backArea #back-h3-col2CT {
    margin: 0 0 80px 0;
  }
}

html body #backArea #back-h3-col2CT .contact-01,
html body #backArea #back-h3-col2CT .contact-02,
html body .backArea #back-h3-col2CT .contact-01,
html body .backArea #back-h3-col2CT .contact-02 {
  background-color: #f6f4ef;
  width: 100%;
  padding: 35px 0 55px 0;
  position: relative;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-h3-col2CT .contact-01,
  html body #backArea #back-h3-col2CT .contact-02,
  html body .backArea #back-h3-col2CT .contact-01,
  html body .backArea #back-h3-col2CT .contact-02 {
    margin: 0 0 50px 0;
    padding: 50px 15px 40px 15px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h3-col2CT .contact-01,
  html body #backArea #back-h3-col2CT .contact-02,
  html body .backArea #back-h3-col2CT .contact-01,
  html body .backArea #back-h3-col2CT .contact-02 {
    padding: 30px 15px 30px 15px;
  }
}

html body #backArea #back-h3-col2CT .contact-01 .contact-sales h3,
html body #backArea #back-h3-col2CT .contact-02 .contact-sales h3,
html body .backArea #back-h3-col2CT .contact-01 .contact-sales h3,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  color: #55342c;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h3-col2CT .contact-01 .contact-sales h3,
  html body #backArea #back-h3-col2CT .contact-02 .contact-sales h3,
  html body .backArea #back-h3-col2CT .contact-01 .contact-sales h3,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales h3 {
    font-size: 1rem;
    margin: 0 0 20px 0;
  }
}

html body #backArea #back-h3-col2CT .contact-01 .contact-sales p,
html body #backArea #back-h3-col2CT .contact-02 .contact-sales p,
html body .backArea #back-h3-col2CT .contact-01 .contact-sales p,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #55342c;
  margin: 0 0 0 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h3-col2CT .contact-01 .contact-sales p,
  html body #backArea #back-h3-col2CT .contact-02 .contact-sales p,
  html body .backArea #back-h3-col2CT .contact-01 .contact-sales p,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales p {
    font-size: 0.875rem;
    margin: 0 0 15px 0;
  }
}

html body #backArea #back-h3-col2CT .contact-01 .contact-sales a.tel,
html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel,
html body .backArea #back-h3-col2CT .contact-01 .contact-sales a.tel,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #55342c;
  font-family: "Quicksand", sans-serif;
  font-size: 3.4375rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  pointer-events: none;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2CT .contact-01 .contact-sales a.tel,
  html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel,
  html body .backArea #back-h3-col2CT .contact-01 .contact-sales a.tel,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel {
    font-size: 2.8125rem;
    pointer-events: all;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h3-col2CT .contact-01 .contact-sales a.tel,
  html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel,
  html body .backArea #back-h3-col2CT .contact-01 .contact-sales a.tel,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel {
    margin: 0 0 15px 0;
    font-size: 2.25rem;
  }
}

html body #backArea #back-h3-col2CT .contact-01 .contact-sales a.tel::before,
html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before,
html body .backArea #back-h3-col2CT .contact-01 .contact-sales a.tel::before,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before {
  display: block;
  content: "";
  background-image: url(../image/tel-cont.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 74px;
  height: 85px;
  margin-right: 10px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2CT .contact-01 .contact-sales a.tel::before,
  html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before,
  html body .backArea #back-h3-col2CT .contact-01 .contact-sales a.tel::before,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before {
    width: 60px;
    height: 68px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h3-col2CT .contact-01 .contact-sales a.tel::before,
  html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before,
  html body .backArea #back-h3-col2CT .contact-01 .contact-sales a.tel::before,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before {
    background-image: url("../image/tel-cont-SP.svg");
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }
}

html body #backArea #back-h3-col2CT .contact-02,
html body .backArea #back-h3-col2CT .contact-02 {
  background-color: #55342c;
}

html body #backArea #back-h3-col2CT .contact-02 .contact-sales h3,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales h3 {
  margin: 0 0 30px 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-h3-col2CT .contact-02 .contact-sales h3,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales h3 {
    font-weight: 300;
    line-height: 1.5;
  }
}

html body #backArea #back-h3-col2CT .contact-02 .contact-sales h3 span,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales h3 span {
  display: block;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h3-col2CT .contact-02 .contact-sales h3,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales h3 {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0 0 20px 0;
  }

  html body #backArea #back-h3-col2CT .contact-02 .contact-sales h3 span,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales h3 span {
    display: block;
    margin: 0 0 10px 0;
  }
}

html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel {
  color: white;
}

html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before {
  content: url("../image/tel-contW.svg");
}

@media screen and (max-width: 540px) {

  html body #backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before,
  html body .backArea #back-h3-col2CT .contact-02 .contact-sales a.tel::before {
    content: url("../image/tel-contW-SP.svg");
    transform: scale(1);
    top: 137px;
    left: 5%;
  }
}

html body #backArea #back-h3-col2CT .contact-02 .contact-sales p,
html body .backArea #back-h3-col2CT .contact-02 .contact-sales p {
  color: white;
}

html body #backArea #back-col4,
html body #backArea #back-col2,
html body #backArea #back-col3-nav,
html body .backArea #back-col4,
html body .backArea #back-col2,
html body .backArea #back-col3-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col4,
  html body #backArea #back-col2,
  html body #backArea #back-col3-nav,
  html body .backArea #back-col4,
  html body .backArea #back-col2,
  html body .backArea #back-col3-nav {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col4,
  html body #backArea #back-col2,
  html body #backArea #back-col3-nav,
  html body .backArea #back-col4,
  html body .backArea #back-col2,
  html body .backArea #back-col3-nav {
    display: block;
    margin: 0 0 60px 0;
  }
}

html body #backArea #back-col4 .col,
html body #backArea #back-col4 a,
html body #backArea #back-col2 .col,
html body #backArea #back-col2 a,
html body #backArea #back-col3-nav .col,
html body #backArea #back-col3-nav a,
html body .backArea #back-col4 .col,
html body .backArea #back-col4 a,
html body .backArea #back-col2 .col,
html body .backArea #back-col2 a,
html body .backArea #back-col3-nav .col,
html body .backArea #back-col3-nav a {
  width: 24%;
  background-color: #f6f4ef;
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col4 .col,
  html body #backArea #back-col4 a,
  html body #backArea #back-col2 .col,
  html body #backArea #back-col2 a,
  html body #backArea #back-col3-nav .col,
  html body #backArea #back-col3-nav a,
  html body .backArea #back-col4 .col,
  html body .backArea #back-col4 a,
  html body .backArea #back-col2 .col,
  html body .backArea #back-col2 a,
  html body .backArea #back-col3-nav .col,
  html body .backArea #back-col3-nav a {
    width: calc(50% - 7.5px);
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col4 .col,
  html body #backArea #back-col4 a,
  html body #backArea #back-col2 .col,
  html body #backArea #back-col2 a,
  html body #backArea #back-col3-nav .col,
  html body #backArea #back-col3-nav a,
  html body .backArea #back-col4 .col,
  html body .backArea #back-col4 a,
  html body .backArea #back-col2 .col,
  html body .backArea #back-col2 a,
  html body .backArea #back-col3-nav .col,
  html body .backArea #back-col3-nav a {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

html body #backArea #back-col4 a,
html body #backArea #back-col2 a,
html body #backArea #back-col3-nav a,
html body .backArea #back-col4 a,
html body .backArea #back-col2 a,
html body .backArea #back-col3-nav a {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 30px 40px 30px 20px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col4 a,
  html body #backArea #back-col2 a,
  html body #backArea #back-col3-nav a,
  html body .backArea #back-col4 a,
  html body .backArea #back-col2 a,
  html body .backArea #back-col3-nav a {
    font-size: 0.875rem;
    padding: 15px 30px 15px 15px;
  }
}

html body #backArea #back-col4 a::before,
html body #backArea #back-col2 a::before,
html body #backArea #back-col3-nav a::before,
html body .backArea #back-col4 a::before,
html body .backArea #back-col2 a::before,
html body .backArea #back-col3-nav a::before {
  display: block;
  content: url("../image/downArrow.svg");
  position: absolute;
  top: calc(50% - 11.5px);
  right: 20px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col4 a::before,
  html body #backArea #back-col2 a::before,
  html body #backArea #back-col3-nav a::before,
  html body .backArea #back-col4 a::before,
  html body .backArea #back-col2 a::before,
  html body .backArea #back-col3-nav a::before {
    right: 15px;
    top: calc(50% - 8.5px);
  }
}

html body #backArea #back-col4 a .num,
html body #backArea #back-col2 a .num,
html body #backArea #back-col3-nav a .num,
html body .backArea #back-col4 a .num,
html body .backArea #back-col2 a .num,
html body .backArea #back-col3-nav a .num {
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col4 a .num,
  html body #backArea #back-col2 a .num,
  html body #backArea #back-col3-nav a .num,
  html body .backArea #back-col4 a .num,
  html body .backArea #back-col2 a .num,
  html body .backArea #back-col3-nav a .num {
    margin-right: 10px;
  }
}

html body #backArea #back-col2 .col,
html body .backArea #back-col2 .col {
  width: 48.5%;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col2 .col,
  html body .backArea #back-col2 .col {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

html body #backArea #back-col3-nav .col,
html body .backArea #back-col3-nav .col {
  width: 32.3%;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-nav .col,
  html body .backArea #back-col3-nav .col {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-nav .col,
  html body .backArea #back-col3-nav .col {
    width: 100%;
  }
}

html body #backArea #back-col3-store01,
html body #backArea #back-col3-store02,
html body #backArea #back-col3-store03,
html body .backArea #back-col3-store01,
html body .backArea #back-col3-store02,
html body .backArea #back-col3-store03 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 110px 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01,
  html body #backArea #back-col3-store02,
  html body #backArea #back-col3-store03,
  html body .backArea #back-col3-store01,
  html body .backArea #back-col3-store02,
  html body .backArea #back-col3-store03 {
    display: block;
    margin: 0 0 30px 0;
  }
}

html body #backArea #back-col3-store01 .col-01,
html body #backArea #back-col3-store01 .col-02,
html body #backArea #back-col3-store01 .col-03,
html body #backArea #back-col3-store02 .col-01,
html body #backArea #back-col3-store02 .col-02,
html body #backArea #back-col3-store02 .col-03,
html body #backArea #back-col3-store03 .col-01,
html body #backArea #back-col3-store03 .col-02,
html body #backArea #back-col3-store03 .col-03,
html body .backArea #back-col3-store01 .col-01,
html body .backArea #back-col3-store01 .col-02,
html body .backArea #back-col3-store01 .col-03,
html body .backArea #back-col3-store02 .col-01,
html body .backArea #back-col3-store02 .col-02,
html body .backArea #back-col3-store02 .col-03,
html body .backArea #back-col3-store03 .col-01,
html body .backArea #back-col3-store03 .col-02,
html body .backArea #back-col3-store03 .col-03 {
  width: 31%;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-01,
  html body #backArea #back-col3-store01 .col-02,
  html body #backArea #back-col3-store01 .col-03,
  html body #backArea #back-col3-store02 .col-01,
  html body #backArea #back-col3-store02 .col-02,
  html body #backArea #back-col3-store02 .col-03,
  html body #backArea #back-col3-store03 .col-01,
  html body #backArea #back-col3-store03 .col-02,
  html body #backArea #back-col3-store03 .col-03,
  html body .backArea #back-col3-store01 .col-01,
  html body .backArea #back-col3-store01 .col-02,
  html body .backArea #back-col3-store01 .col-03,
  html body .backArea #back-col3-store02 .col-01,
  html body .backArea #back-col3-store02 .col-02,
  html body .backArea #back-col3-store02 .col-03,
  html body .backArea #back-col3-store03 .col-01,
  html body .backArea #back-col3-store03 .col-02,
  html body .backArea #back-col3-store03 .col-03 {
    width: 100%;
  }
}

html body #backArea #back-col3-store01 .col-01 a,
html body #backArea #back-col3-store01 .col-02 a,
html body #backArea #back-col3-store01 .col-03 a,
html body #backArea #back-col3-store02 .col-01 a,
html body #backArea #back-col3-store02 .col-02 a,
html body #backArea #back-col3-store02 .col-03 a,
html body #backArea #back-col3-store03 .col-01 a,
html body #backArea #back-col3-store03 .col-02 a,
html body #backArea #back-col3-store03 .col-03 a,
html body .backArea #back-col3-store01 .col-01 a,
html body .backArea #back-col3-store01 .col-02 a,
html body .backArea #back-col3-store01 .col-03 a,
html body .backArea #back-col3-store02 .col-01 a,
html body .backArea #back-col3-store02 .col-02 a,
html body .backArea #back-col3-store02 .col-03 a,
html body .backArea #back-col3-store03 .col-01 a,
html body .backArea #back-col3-store03 .col-02 a,
html body .backArea #back-col3-store03 .col-03 a {
  display: block;
  padding: 30px 0 0 0;
}

html body #backArea #back-col3-store01 .col-01 a:hover,
html body #backArea #back-col3-store01 .col-02 a:hover,
html body #backArea #back-col3-store01 .col-03 a:hover,
html body #backArea #back-col3-store02 .col-01 a:hover,
html body #backArea #back-col3-store02 .col-02 a:hover,
html body #backArea #back-col3-store02 .col-03 a:hover,
html body #backArea #back-col3-store03 .col-01 a:hover,
html body #backArea #back-col3-store03 .col-02 a:hover,
html body #backArea #back-col3-store03 .col-03 a:hover,
html body .backArea #back-col3-store01 .col-01 a:hover,
html body .backArea #back-col3-store01 .col-02 a:hover,
html body .backArea #back-col3-store01 .col-03 a:hover,
html body .backArea #back-col3-store02 .col-01 a:hover,
html body .backArea #back-col3-store02 .col-02 a:hover,
html body .backArea #back-col3-store02 .col-03 a:hover,
html body .backArea #back-col3-store03 .col-01 a:hover,
html body .backArea #back-col3-store03 .col-02 a:hover,
html body .backArea #back-col3-store03 .col-03 a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

html body #backArea #back-col3-store01 .col-01 a img,
html body #backArea #back-col3-store01 .col-02 a img,
html body #backArea #back-col3-store01 .col-03 a img,
html body #backArea #back-col3-store02 .col-01 a img,
html body #backArea #back-col3-store02 .col-02 a img,
html body #backArea #back-col3-store02 .col-03 a img,
html body #backArea #back-col3-store03 .col-01 a img,
html body #backArea #back-col3-store03 .col-02 a img,
html body #backArea #back-col3-store03 .col-03 a img,
html body .backArea #back-col3-store01 .col-01 a img,
html body .backArea #back-col3-store01 .col-02 a img,
html body .backArea #back-col3-store01 .col-03 a img,
html body .backArea #back-col3-store02 .col-01 a img,
html body .backArea #back-col3-store02 .col-02 a img,
html body .backArea #back-col3-store02 .col-03 a img,
html body .backArea #back-col3-store03 .col-01 a img,
html body .backArea #back-col3-store03 .col-02 a img,
html body .backArea #back-col3-store03 .col-03 a img {
  display: block;
  margin: 0 auto 0 auto;
}

html body #backArea #back-col3-store01 .col-01 a p,
html body #backArea #back-col3-store01 .col-02 a p,
html body #backArea #back-col3-store01 .col-03 a p,
html body #backArea #back-col3-store02 .col-01 a p,
html body #backArea #back-col3-store02 .col-02 a p,
html body #backArea #back-col3-store02 .col-03 a p,
html body #backArea #back-col3-store03 .col-01 a p,
html body #backArea #back-col3-store03 .col-02 a p,
html body #backArea #back-col3-store03 .col-03 a p,
html body .backArea #back-col3-store01 .col-01 a p,
html body .backArea #back-col3-store01 .col-02 a p,
html body .backArea #back-col3-store01 .col-03 a p,
html body .backArea #back-col3-store02 .col-01 a p,
html body .backArea #back-col3-store02 .col-02 a p,
html body .backArea #back-col3-store02 .col-03 a p,
html body .backArea #back-col3-store03 .col-01 a p,
html body .backArea #back-col3-store03 .col-02 a p,
html body .backArea #back-col3-store03 .col-03 a p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 15px 0 30px 0;
  color: #170e09;
  text-align: center;
}

html body #backArea #back-col3-store01 .col-01,
html body #backArea #back-col3-store02 .col-01,
html body #backArea #back-col3-store03 .col-01,
html body .backArea #back-col3-store01 .col-01,
html body .backArea #back-col3-store02 .col-01,
html body .backArea #back-col3-store03 .col-01 {
  padding: 40px 0 0 0;
}

html body #backArea #back-col3-store01 .col-01 img,
html body #backArea #back-col3-store02 .col-01 img,
html body #backArea #back-col3-store03 .col-01 img,
html body .backArea #back-col3-store01 .col-01 img,
html body .backArea #back-col3-store02 .col-01 img,
html body .backArea #back-col3-store03 .col-01 img {
  display: block;
  margin: 0 auto 0 auto;
}

html body #backArea #back-col3-store01 .col-01 p,
html body #backArea #back-col3-store02 .col-01 p,
html body #backArea #back-col3-store03 .col-01 p,
html body .backArea #back-col3-store01 .col-01 p,
html body .backArea #back-col3-store02 .col-01 p,
html body .backArea #back-col3-store03 .col-01 p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 15px 0 30px 0;
  color: #170e09;
  text-align: center;
}

html body #backArea #back-col3-store01 .col-02,
html body #backArea #back-col3-store01 .col-03,
html body #backArea #back-col3-store02 .col-02,
html body #backArea #back-col3-store02 .col-03,
html body #backArea #back-col3-store03 .col-02,
html body #backArea #back-col3-store03 .col-03,
html body .backArea #back-col3-store01 .col-02,
html body .backArea #back-col3-store01 .col-03,
html body .backArea #back-col3-store02 .col-02,
html body .backArea #back-col3-store02 .col-03,
html body .backArea #back-col3-store03 .col-02,
html body .backArea #back-col3-store03 .col-03 {
  padding: 0 0 0 0;
}

html body #backArea #back-col3-store01 .col-01,
html body .backArea #back-col3-store01 .col-01 {
  background-color: #f6f4ef;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store01 .col-01,
  html body .backArea #back-col3-store01 .col-01 {
    padding: 60px 0 0 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-01,
  html body .backArea #back-col3-store01 .col-01 {
    padding: 10px 0 0 0;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store01 .col-01 img,
  html body .backArea #back-col3-store01 .col-01 img {
    width: 200px;
    height: 59px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-01 img,
  html body .backArea #back-col3-store01 .col-01 img {
    width: auto;
    height: 72px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-01 p,
  html body .backArea #back-col3-store01 .col-01 p {
    padding: 5px 0 10px 0;
  }
}

html body #backArea #back-col3-store01 .col-02,
html body #backArea #back-col3-store01 .col-03,
html body .backArea #back-col3-store01 .col-02,
html body .backArea #back-col3-store01 .col-03 {
  border: solid 1px #55342c;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-02 a,
  html body #backArea #back-col3-store01 .col-03 a,
  html body .backArea #back-col3-store01 .col-02 a,
  html body .backArea #back-col3-store01 .col-03 a {
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-02 a p,
  html body #backArea #back-col3-store01 .col-03 a p,
  html body .backArea #back-col3-store01 .col-02 a p,
  html body .backArea #back-col3-store01 .col-03 a p {
    padding: 5px 0 10px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-02,
  html body .backArea #back-col3-store01 .col-02 {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-02 img,
  html body .backArea #back-col3-store01 .col-02 img {
    height: 70px;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store01 .col-03 img,
  html body .backArea #back-col3-store01 .col-03 img {
    height: 88px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01 .col-03 img,
  html body .backArea #back-col3-store01 .col-03 img {
    height: 70px;
  }
}

html body #backArea #back-col3-store02 .col-01,
html body .backArea #back-col3-store02 .col-01 {
  padding: 0 0 0 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-01,
  html body .backArea #back-col3-store02 .col-01 {
    margin: 0 0 20px 0;
  }
}

html body #backArea #back-col3-store02 .col-01 a,
html body .backArea #back-col3-store02 .col-01 a {
  display: block;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store02 .col-01 a,
  html body .backArea #back-col3-store02 .col-01 a {
    padding: 60px 0 0 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-01 a,
  html body .backArea #back-col3-store02 .col-01 a {
    padding: 10px 0 0 0;
  }
}

html body #backArea #back-col3-store02 .col-01 a img,
html body .backArea #back-col3-store02 .col-01 a img {
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store02 .col-01 a img,
  html body .backArea #back-col3-store02 .col-01 a img {
    width: 200px;
    height: 58px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-01 a img,
  html body .backArea #back-col3-store02 .col-01 a img {
    width: auto;
    height: 70px;
  }
}

html body #backArea #back-col3-store02 .col-01 a p,
html body .backArea #back-col3-store02 .col-01 a p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 15px 0 30px 0;
  color: #170e09;
  text-align: center;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-01 a p,
  html body .backArea #back-col3-store02 .col-01 a p {
    padding: 5px 0 10px 0;
  }
}

html body #backArea #back-col3-store02 .col-02,
html body .backArea #back-col3-store02 .col-02 {
  background-color: #f6f4ef;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-02,
  html body .backArea #back-col3-store02 .col-02 {
    padding: 10px 0 0 0;
    margin: 0 0 20px 0;
  }
}

html body #backArea #back-col3-store02 .col-02 img,
html body .backArea #back-col3-store02 .col-02 img {
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-02 img,
  html body .backArea #back-col3-store02 .col-02 img {
    height: 72px;
  }
}

html body #backArea #back-col3-store02 .col-02 p,
html body .backArea #back-col3-store02 .col-02 p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 15px 0 30px 0;
  color: #170e09;
  text-align: center;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-02 p,
  html body .backArea #back-col3-store02 .col-02 p {
    padding: 5px 0 10px 0;
  }
}

html body #backArea #back-col3-store02 .col-01,
html body #backArea #back-col3-store02 .col-03,
html body .backArea #back-col3-store02 .col-01,
html body .backArea #back-col3-store02 .col-03 {
  border: solid 1px #55342c;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-03 a,
  html body .backArea #back-col3-store02 .col-03 a {
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store02 .col-03 a img,
  html body .backArea #back-col3-store02 .col-03 a img {
    height: 88px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-03 a img,
  html body .backArea #back-col3-store02 .col-03 a img {
    height: 70px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store02 .col-03 a p,
  html body .backArea #back-col3-store02 .col-03 a p {
    padding: 5px 0 10px 0;
  }
}

html body #backArea #back-col3-store03 .col-01,
html body .backArea #back-col3-store03 .col-01 {
  padding: 0 0 0 0;
  border: solid 1px #55342c;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-01,
  html body .backArea #back-col3-store03 .col-01 {
    margin: 0 0 20px 0;
  }
}

html body #backArea #back-col3-store03 .col-01 a,
html body .backArea #back-col3-store03 .col-01 a {
  display: block;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store03 .col-01 a,
  html body .backArea #back-col3-store03 .col-01 a {
    padding: 60px 0 0 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-01 a,
  html body .backArea #back-col3-store03 .col-01 a {
    padding: 10px 0 0 0;
  }
}

html body #backArea #back-col3-store03 .col-01 a img,
html body .backArea #back-col3-store03 .col-01 a img {
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store03 .col-01 a img,
  html body .backArea #back-col3-store03 .col-01 a img {
    width: 200px;
    height: 58px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-01 a img,
  html body .backArea #back-col3-store03 .col-01 a img {
    width: auto;
    height: 70px;
  }
}

html body #backArea #back-col3-store03 .col-01 a p,
html body .backArea #back-col3-store03 .col-01 a p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 15px 0 30px 0;
  color: #170e09;
  text-align: center;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-01 a p,
  html body .backArea #back-col3-store03 .col-01 a p {
    padding: 5px 0 10px 0;
  }
}

html body #backArea #back-col3-store03 .col-02,
html body .backArea #back-col3-store03 .col-02 {
  border: solid 1px #55342c;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-02,
  html body .backArea #back-col3-store03 .col-02 {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-02 a,
  html body .backArea #back-col3-store03 .col-02 a {
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-02 a p,
  html body .backArea #back-col3-store03 .col-02 a p {
    padding: 5px 0 10px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-02 a img,
  html body .backArea #back-col3-store03 .col-02 a img {
    height: 70px;
  }
}

html body #backArea #back-col3-store03 .col-03,
html body .backArea #back-col3-store03 .col-03 {
  background-color: #f6f4ef;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-03,
  html body .backArea #back-col3-store03 .col-03 {
    padding: 10px 0 0 0;
  }
}

html body #backArea #back-col3-store03 .col-03 img,
html body .backArea #back-col3-store03 .col-03 img {
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-03 img,
  html body .backArea #back-col3-store03 .col-03 img {
    height: 72px;
  }
}

html body #backArea #back-col3-store03 .col-03 p,
html body .backArea #back-col3-store03 .col-03 p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 15px 0 30px 0;
  color: #170e09;
  text-align: center;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store03 .col-03 p,
  html body .backArea #back-col3-store03 .col-03 p {
    padding: 5px 0 10px 0;
  }
}

html body #backArea #back-col3-store01Title,
html body #backArea #back-col3-store02Title,
html body #backArea #back-col3-store03Title,
html body .backArea #back-col3-store01Title,
html body .backArea #back-col3-store02Title,
html body .backArea #back-col3-store03Title {
  margin: 0 0 80px 0;
}

html body #backArea #back-col3-store01Title img,
html body #backArea #back-col3-store02Title img,
html body #backArea #back-col3-store03Title img,
html body .backArea #back-col3-store01Title img,
html body .backArea #back-col3-store02Title img,
html body .backArea #back-col3-store03Title img {
  display: block;
  margin: 0 auto 0 auto;
  /*&.sp {
        	display: none;
        	@include mq-max(sp) {						
        		display: block;
        	}
        }*/
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3-store01Title img,
  html body #backArea #back-col3-store02Title img,
  html body #backArea #back-col3-store03Title img,
  html body .backArea #back-col3-store01Title img,
  html body .backArea #back-col3-store02Title img,
  html body .backArea #back-col3-store03Title img {
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3-store01Title img.pc,
  html body #backArea #back-col3-store02Title img.pc,
  html body #backArea #back-col3-store03Title img.pc,
  html body .backArea #back-col3-store01Title img.pc,
  html body .backArea #back-col3-store02Title img.pc,
  html body .backArea #back-col3-store03Title img.pc {
    width: 280px;
    height: 83px;
  }
}

html body #backArea #back-col3-store01Title p,
html body #backArea #back-col3-store02Title p,
html body #backArea #back-col3-store03Title p,
html body .backArea #back-col3-store01Title p,
html body .backArea #back-col3-store02Title p,
html body .backArea #back-col3-store03Title p {
  font-size: 2.125rem;
  font-weight: 300;
  color: #55342c;
  text-align: center;
}

html body #backArea #back-col5,
html body #backArea #back-col3,
html body .backArea #back-col5,
html body .backArea #back-col3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-col5,
  html body #backArea #back-col3,
  html body .backArea #back-col5,
  html body .backArea #back-col3 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col5,
  html body #backArea #back-col3,
  html body .backArea #back-col5,
  html body .backArea #back-col3 {
    display: block;
    margin: 0 0 80px 0;
  }
}

html body #backArea #back-col5 .col,
html body #backArea #back-col3 .col,
html body .backArea #back-col5 .col,
html body .backArea #back-col3 .col {
  width: 19%;
  background-color: #f6f4ef;
  padding: 30px 30px 30px 30px;
  height: auto;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-col5 .col,
  html body #backArea #back-col3 .col,
  html body .backArea #back-col5 .col,
  html body .backArea #back-col3 .col {
    width: 48%;
    margin: 0 0 30px 0;
    height: auto;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col5 .col,
  html body #backArea #back-col3 .col,
  html body .backArea #back-col5 .col,
  html body .backArea #back-col3 .col {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
    padding: 40px 25px 40px 25px;
  }
}

html body #backArea #back-col5 .col dt,
html body #backArea #back-col3 .col dt,
html body .backArea #back-col5 .col dt,
html body .backArea #back-col3 .col dt {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #55342c;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col5 .col dt,
  html body #backArea #back-col3 .col dt,
  html body .backArea #back-col5 .col dt,
  html body .backArea #back-col3 .col dt {
    margin: 0 auto 30px auto;
  }
}

html body #backArea #back-col5 .col dt figure,
html body #backArea #back-col3 .col dt figure,
html body .backArea #back-col5 .col dt figure,
html body .backArea #back-col3 .col dt figure {
  padding: 30px;
  background-color: white;
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col5 .col dt figure,
  html body #backArea #back-col3 .col dt figure,
  html body .backArea #back-col5 .col dt figure,
  html body .backArea #back-col3 .col dt figure {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}

html body #backArea #back-col5 .col dt figure img,
html body #backArea #back-col3 .col dt figure img,
html body .backArea #back-col5 .col dt figure img,
html body .backArea #back-col3 .col dt figure img {
  display: block;
  max-width: 100%;
  margin: 20px auto 0 auto;
}

html body #backArea #back-col5 .col dt .sdgs-text01,
html body #backArea #back-col3 .col dt .sdgs-text01,
html body .backArea #back-col5 .col dt .sdgs-text01,
html body .backArea #back-col3 .col dt .sdgs-text01 {
  font-size: 1rem;
  font-weight: 300;
  color: #170e09;
  margin: 0 0 0 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col5 .col dt br,
  html body #backArea #back-col3 .col dt br,
  html body .backArea #back-col5 .col dt br,
  html body .backArea #back-col3 .col dt br {
    display: none;
  }
}

html body #backArea #back-col5 .col dd,
html body #backArea #back-col3 .col dd,
html body .backArea #back-col5 .col dd,
html body .backArea #back-col3 .col dd {
  position: relative;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 30px 0;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col5 .col dd,
  html body #backArea #back-col3 .col dd,
  html body .backArea #back-col5 .col dd,
  html body .backArea #back-col3 .col dd {
    margin-bottom: 20px;
  }
}

html body #backArea #back-col5 .col dd::before,
html body #backArea #back-col3 .col dd::before,
html body .backArea #back-col5 .col dd::before,
html body .backArea #back-col3 .col dd::before {
  position: absolute;
  top: -3px;
  left: 0px;
  display: block;
  content: url("../image/point.svg");
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col5 .col dd::before,
  html body #backArea #back-col3 .col dd::before,
  html body .backArea #back-col5 .col dd::before,
  html body .backArea #back-col3 .col dd::before {
    top: -2px;
  }
}

html body #backArea #back-col5 .col dd:nth-last-child(1),
html body #backArea #back-col3 .col dd:nth-last-child(1),
html body .backArea #back-col5 .col dd:nth-last-child(1),
html body .backArea #back-col3 .col dd:nth-last-child(1) {
  margin-bottom: 0;
}

html body #backArea #back-col5 .col dd.dd-text,
html body #backArea #back-col3 .col dd.dd-text,
html body .backArea #back-col5 .col dd.dd-text,
html body .backArea #back-col3 .col dd.dd-text {
  text-align: center;
  padding-left: 0;
}

html body #backArea #back-col5 .col dd.dd-text::before,
html body #backArea #back-col3 .col dd.dd-text::before,
html body .backArea #back-col5 .col dd.dd-text::before,
html body .backArea #back-col3 .col dd.dd-text::before {
  display: none;
}

html body #backArea #back-col3,
html body .backArea #back-col3 {
  margin-bottom: 100px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3,
  html body .backArea #back-col3 {
    margin-bottom: 80px;
  }
}

html body #backArea #back-col3 .col,
html body .backArea #back-col3 .col {
  display: flex;
  flex-direction: column;
  padding: 60px 45px 70px 45px;
  width: calc(33.3% - 33px);
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-col3 .col,
  html body .backArea #back-col3 .col {
    width: calc(50% - 25px);
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-col3 .col,
  html body .backArea #back-col3 .col {
    width: calc(50% - 15px);
    padding: 60px 30px 70px 30px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3 .col,
  html body .backArea #back-col3 .col {
    width: 100%;
    padding: 60px 25px 50px 25px;
  }
}

html body #backArea #back-col3 .col dt,
html body .backArea #back-col3 .col dt {
  width: 100%;
  color: #170e09;
}

html body #backArea #back-col3 .col dt .h3-title,
html body .backArea #back-col3 .col dt .h3-title {
  font-size: 1.75rem;
}

html body #backArea #back-col3 .col dt.ma_b18,
html body .backArea #back-col3 .col dt.ma_b18 {
  margin-bottom: 18px;
}

html body #backArea #back-col3 .col dt.min-h,
html body .backArea #back-col3 .col dt.min-h {
  min-height: 100px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-col3 .col dt.min-h,
  html body .backArea #back-col3 .col dt.min-h {
    min-height: auto;
  }
}

html body #backArea #back-contactArea,
html body .backArea #back-contactArea {
  padding: 70px;
  color: white;
  background-color: #55342C;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea,
  html body .backArea #back-contactArea {
    padding: 70px 0 70px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea,
  html body .backArea #back-contactArea {
    width: 100%;
    padding: 60px 15px 30px 15px;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #back-contactArea,
  html body .backArea #back-contactArea {
    width: 100%;
    padding: 60px 15px 30px 15px;
    margin: 0 0 0 0;
  }
}

html body #backArea #back-contactArea .contact .contact-text,
html body .backArea #back-contactArea .contact .contact-text {
  text-align: center;
}

html body #backArea #back-contactArea .contact .contact-text h2,
html body .backArea #back-contactArea .contact .contact-text h2 {
  font-size: 2.125rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea .contact .contact-text h2,
  html body .backArea #back-contactArea .contact .contact-text h2 {
    font-size: 1.625rem;
    margin: 0 0 10px 0;
  }
}

html body #backArea #back-contactArea .contact .contact-text span,
html body .backArea #back-contactArea .contact .contact-text span {
  font-size: 1.125rem;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-text span,
  html body .backArea #back-contactArea .contact .contact-text span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea .contact .contact-text span,
  html body .backArea #back-contactArea .contact .contact-text span {
    font-size: 0.875rem;
  }
}

html body #backArea #back-contactArea .contact .contact-item,
html body .backArea #back-contactArea .contact .contact-item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item,
  html body .backArea #back-contactArea .contact .contact-item {
    display: block;
    width: auto;
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-mail,
html body .backArea #back-contactArea .contact .contact-item .contact-mail {
  width: 48%;
  height: 170px;
  border: solid 1px white;
  padding: 50px 0 50px 0;
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-mail,
  html body .backArea #back-contactArea .contact .contact-item .contact-mail {
    width: calc(100% - 40px);
    height: 142px;
    padding: 45px 10px 45px 10px;
    margin: 0 auto 15px auto;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-mail,
  html body .backArea #back-contactArea .contact .contact-item .contact-mail {
    width: auto;
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-mail .mail,
html body .backArea #back-contactArea .contact .contact-item .contact-mail .mail {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-mail .mail,
  html body .backArea #back-contactArea .contact .contact-item .contact-mail .mail {
    font-size: 1.125rem;
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-mail .mail::before,
html body .backArea #back-contactArea .contact .contact-item .contact-mail .mail::before {
  display: block;
  content: url("../image/mail.svg");
  margin: 0 0 15px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-mail .mail::before,
  html body .backArea #back-contactArea .contact .contact-item .contact-mail .mail::before {
    margin: 0 0 10px 0;
    content: url("../image/mail_sp.svg");
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-mail .mail::after,
html body .backArea #back-contactArea .contact .contact-item .contact-mail .mail::after {
  position: absolute;
  display: block;
  content: "";
  filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

html body #backArea #back-contactArea .contact .contact-item .contact-mail .mail:hover::after,
html body .backArea #back-contactArea .contact .contact-item .contact-mail .mail:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

html body #backArea #back-contactArea .contact .contact-item .contact-tel,
html body .backArea #back-contactArea .contact .contact-item .contact-tel {
  pointer-events: none;
  width: 48%;
  height: 170px;
  border: solid 1px white;
  padding: 25px 0 25px 0;
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-tel,
  html body .backArea #back-contactArea .contact .contact-item .contact-tel {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px 10px 20px 10px;
    margin: 0 auto 0 auto;
    pointer-events: all;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-tel,
  html body .backArea #back-contactArea .contact .contact-item .contact-tel {
    width: auto;
    padding: 20px 10px 20px 10px;
    margin-bottom: 15px;
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-tel::before,
html body .backArea #back-contactArea .contact .contact-item .contact-tel::before {
  display: block;
  content: url("../image/tel.svg");
  height: 40px;
  width: 40px;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-tel::before,
  html body .backArea #back-contactArea .contact .contact-item .contact-tel::before {
    content: url("../image/tel_sp.svg");
    height: 35px;
    width: 35px;
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-tel a.tel,
html body .backArea #back-contactArea .contact .contact-item .contact-tel a.tel {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-tel a.tel,
  html body .backArea #back-contactArea .contact .contact-item .contact-tel a.tel {
    font-size: 1.75rem;
    display: inline-block;
    line-height: 0.8;
    margin: 5px 0 5px 0;
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-tel a.tel span,
html body .backArea #back-contactArea .contact .contact-item .contact-tel a.tel span {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-tel a.tel span,
  html body .backArea #back-contactArea .contact .contact-item .contact-tel a.tel span {
    font-size: 1.25rem;
  }
}

html body #backArea #back-contactArea .contact .contact-item .contact-tel a::after,
html body .backArea #back-contactArea .contact .contact-item .contact-tel a::after {
  position: absolute;
  display: block;
  content: "";
  filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

html body #backArea #back-contactArea .contact .contact-item .contact-tel a:hover::after,
html body .backArea #back-contactArea .contact .contact-item .contact-tel a:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

html body #backArea #back-contactArea .contact .contact-item .contact-tel p,
html body .backArea #back-contactArea .contact .contact-item .contact-tel p {
  font-size: 0.75rem;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea .contact .contact-item .contact-tel p,
  html body .backArea #back-contactArea .contact .contact-item .contact-tel p {
    font-size: 0.625rem;
  }
}

html body #backArea #back-contactArea-sales,
html body .backArea #back-contactArea-sales {
  padding: 70px;
  color: white;
  background-color: #55342C;
  margin: 0 0 180px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales,
  html body .backArea #back-contactArea-sales {
    padding: 70px 0 70px 0;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea-sales,
  html body .backArea #back-contactArea-sales {
    width: 100%;
    padding: 60px 15px 30px 15px;
    margin: 0 0 0 0;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-text,
html body .backArea #back-contactArea-sales .contact .contact-text {
  text-align: center;
}

html body #backArea #back-contactArea-sales .contact .contact-text h2,
html body .backArea #back-contactArea-sales .contact .contact-text h2 {
  font-size: 2.125rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea-sales .contact .contact-text h2,
  html body .backArea #back-contactArea-sales .contact .contact-text h2 {
    font-size: 1.625rem;
    margin: 0 0 10px 0;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-text span,
html body .backArea #back-contactArea-sales .contact .contact-text span {
  font-size: 1.125rem;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-text span,
  html body .backArea #back-contactArea-sales .contact .contact-text span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea-sales .contact .contact-text span,
  html body .backArea #back-contactArea-sales .contact .contact-text span {
    font-size: 0.875rem;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item,
html body .backArea #back-contactArea-sales .contact .contact-item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item,
  html body .backArea #back-contactArea-sales .contact .contact-item {
    display: block;
    width: auto;
    margin: 0 0 0 0;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail {
  width: 48%;
  height: 170px;
  border: solid 1px white;
  padding: 50px 0 50px 0;
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail {
    width: calc(100% - 40px);
    height: 142px;
    padding: 45px 10px 45px 10px;
    margin: 0 auto 15px auto;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail {
    width: auto;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail {
    font-size: 1.125rem;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail::before,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail::before {
  display: block;
  content: url("../image/mail.svg");
  margin: 0 0 15px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail::before,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail::before {
    margin: 0 0 10px 0;
    content: url("../image/mail_sp.svg");
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail::after,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail::after {
  position: absolute;
  display: block;
  content: "";
  filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail:hover::after,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-mail .mail:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel {
  pointer-events: none;
  width: 48%;
  height: 170px;
  border: solid 1px white;
  padding: 50px 0 0 0;
  position: relative;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px 10px 20px 10px;
    margin: 0 auto 15px auto;
    pointer-events: all;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel {
    width: 100%;
    padding: 20px 10px 20px 10px;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel::before,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel::before {
  display: block;
  content: url("../image/tel.svg");
  position: absolute;
  top: 60px;
  left: calc(50% - 155px);
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel::before,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel::before {
    height: 35px;
    width: 35px;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel::before,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel::before {
    position: relative;
    top: 0;
    left: calc(50% - 17.5px);
    content: url("../image/tel_sp.svg");
    margin-bottom: 10px;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales {
  padding: 0 0 0 40px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales {
    padding: 0;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel {
  pointer-events: none;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin: 5px 0 5px 0;
  display: block;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel {
    font-size: 1.75rem;
    display: inline-block;
    line-height: 0.8;
    margin: 5px 0 5px 0;
    pointer-events: all;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel span,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel span {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel span,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a.tel span {
    font-size: 1.25rem;
  }
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a::after,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a::after {
  position: absolute;
  display: block;
  content: "";
  filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a:hover::after,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales a:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales p,
html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales p {
  font-size: 0.75rem;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales p,
  html body .backArea #back-contactArea-sales .contact .contact-item .contact-tel .contact-sales p {
    font-size: 0.625rem;
  }
}

html body #backArea #back-img-h2,
html body #backArea #back-img-h3,
html body #backArea .back-img-h3,
html body .backArea #back-img-h2,
html body .backArea #back-img-h3,
html body .backArea .back-img-h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 100px 0;
  padding: 50px 50px 50px 50px;
  background-color: #f6f4ef;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h2,
  html body #backArea #back-img-h3,
  html body #backArea .back-img-h3,
  html body .backArea #back-img-h2,
  html body .backArea #back-img-h3,
  html body .backArea .back-img-h3 {
    width: 100%;
    display: block;
    margin: 0 0 80px 0;
    padding: 30px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-h2,
  html body #backArea #back-img-h3,
  html body #backArea .back-img-h3,
  html body .backArea #back-img-h2,
  html body .backArea #back-img-h3,
  html body .backArea .back-img-h3 {
    padding: 20px;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h2 .col-img,
  html body #backArea #back-img-h2 .col-text,
  html body #backArea #back-img-h3 .col-img,
  html body #backArea #back-img-h3 .col-text,
  html body #backArea .back-img-h3 .col-img,
  html body #backArea .back-img-h3 .col-text,
  html body .backArea #back-img-h2 .col-img,
  html body .backArea #back-img-h2 .col-text,
  html body .backArea #back-img-h3 .col-img,
  html body .backArea #back-img-h3 .col-text,
  html body .backArea .back-img-h3 .col-img,
  html body .backArea .back-img-h3 .col-text {
    display: flex;
    flex-direction: column;
  }
}

html body #backArea #back-img-h2 .col-img,
html body #backArea #back-img-h3 .col-img,
html body #backArea .back-img-h3 .col-img,
html body .backArea #back-img-h2 .col-img,
html body .backArea #back-img-h3 .col-img,
html body .backArea .back-img-h3 .col-img {
  width: 31.5%;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h2 .col-img,
  html body #backArea #back-img-h3 .col-img,
  html body #backArea .back-img-h3 .col-img,
  html body .backArea #back-img-h2 .col-img,
  html body .backArea #back-img-h3 .col-img,
  html body .backArea .back-img-h3 .col-img {
    width: 100%;
    margin: 0;
  }
}

html body #backArea #back-img-h2 .col-img img,
html body #backArea #back-img-h3 .col-img img,
html body #backArea .back-img-h3 .col-img img,
html body .backArea #back-img-h2 .col-img img,
html body .backArea #back-img-h3 .col-img img,
html body .backArea .back-img-h3 .col-img img {
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h2 .col-img img,
  html body #backArea #back-img-h3 .col-img img,
  html body #backArea .back-img-h3 .col-img img,
  html body .backArea #back-img-h2 .col-img img,
  html body .backArea #back-img-h3 .col-img img,
  html body .backArea .back-img-h3 .col-img img {
    margin: 0 auto 20px auto;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

html body #backArea #back-img-h2 .col-text,
html body #backArea #back-img-h3 .col-text,
html body #backArea .back-img-h3 .col-text,
html body .backArea #back-img-h2 .col-text,
html body .backArea #back-img-h3 .col-text,
html body .backArea .back-img-h3 .col-text {
  width: 60%;
  margin: 0 0 0 25px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h2 .col-text,
  html body #backArea #back-img-h3 .col-text,
  html body #backArea .back-img-h3 .col-text,
  html body .backArea #back-img-h2 .col-text,
  html body .backArea #back-img-h3 .col-text,
  html body .backArea .back-img-h3 .col-text {
    width: 100%;
    margin: 0;
  }
}

html body #backArea #back-img-h2 .col-text h3,
html body #backArea #back-img-h3 .col-text h3,
html body #backArea .back-img-h3 .col-text h3,
html body .backArea #back-img-h2 .col-text h3,
html body .backArea #back-img-h3 .col-text h3,
html body .backArea .back-img-h3 .col-text h3 {
  margin: 0 0 30px 0;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #55342c;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h2 .col-text h3,
  html body #backArea #back-img-h3 .col-text h3,
  html body #backArea .back-img-h3 .col-text h3,
  html body .backArea #back-img-h2 .col-text h3,
  html body .backArea #back-img-h3 .col-text h3,
  html body .backArea .back-img-h3 .col-text h3 {
    margin: 0 0 30px 0;
    line-height: 1.5;
  }
}

html body #backArea #back-img-h2 .col-text p,
html body #backArea #back-img-h3 .col-text p,
html body #backArea .back-img-h3 .col-text p,
html body .backArea #back-img-h2 .col-text p,
html body .backArea #back-img-h3 .col-text p,
html body .backArea .back-img-h3 .col-text p {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h2 .col-text p,
  html body #backArea #back-img-h3 .col-text p,
  html body #backArea .back-img-h3 .col-text p,
  html body .backArea #back-img-h2 .col-text p,
  html body .backArea #back-img-h3 .col-text p,
  html body .backArea .back-img-h3 .col-text p {
    margin: 0 0 0 0;
  }
}

html body #backArea #back-img-h3 .col-img,
html body #backArea .back-img-h3 .col-img,
html body .backArea #back-img-h3 .col-img,
html body .backArea .back-img-h3 .col-img {
  width: 29%;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h3 .col-img,
  html body #backArea .back-img-h3 .col-img,
  html body .backArea #back-img-h3 .col-img,
  html body .backArea .back-img-h3 .col-img {
    width: auto;
    margin: 0 0 0 0;
  }
}

html body #backArea #back-img-h3 .col-img img,
html body #backArea .back-img-h3 .col-img img,
html body .backArea #back-img-h3 .col-img img,
html body .backArea .back-img-h3 .col-img img {
  width: 100%;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h3 .col-img img,
  html body #backArea .back-img-h3 .col-img img,
  html body .backArea #back-img-h3 .col-img img,
  html body .backArea .back-img-h3 .col-img img {
    margin: 0 auto 20px auto;
  }
}

html body #backArea #back-img-h3 .col-text,
html body #backArea .back-img-h3 .col-text,
html body .backArea #back-img-h3 .col-text,
html body .backArea .back-img-h3 .col-text {
  width: 68%;
  margin: 0 0 0 25px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h3 .col-text,
  html body #backArea .back-img-h3 .col-text,
  html body .backArea #back-img-h3 .col-text,
  html body .backArea .back-img-h3 .col-text {
    width: 90%;
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-h3 .col-text,
  html body #backArea .back-img-h3 .col-text,
  html body .backArea #back-img-h3 .col-text,
  html body .backArea .back-img-h3 .col-text {
    width: 95%;
  }
}

html body #backArea #back-img-h3 .col-text h3,
html body #backArea .back-img-h3 .col-text h3,
html body .backArea #back-img-h3 .col-text h3,
html body .backArea .back-img-h3 .col-text h3 {
  margin: 0 0 30px 0;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #55342c;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h3 .col-text h3,
  html body #backArea .back-img-h3 .col-text h3,
  html body .backArea #back-img-h3 .col-text h3,
  html body .backArea .back-img-h3 .col-text h3 {
    margin: 0 0 30px 0;
    line-height: 1.5;
  }
}

html body #backArea #back-img-h3 .col-text p,
html body #backArea .back-img-h3 .col-text p,
html body .backArea #back-img-h3 .col-text p,
html body .backArea .back-img-h3 .col-text p {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-h3 .col-text p,
  html body #backArea .back-img-h3 .col-text p,
  html body .backArea #back-img-h3 .col-text p,
  html body .backArea .back-img-h3 .col-text p {
    margin: 0 0 20px 0;
  }
}

html body #backArea #back-img-step,
html body .backArea #back-img-step {
  background-color: #f6f4ef;
  padding: 70px 50px 80px 50px;
  margin: 0 0 100px 0;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step,
  html body .backArea #back-img-step {
    padding: 30px 15px 80px 15px;
  }
}

html body #backArea #back-img-step .title,
html body .backArea #back-img-step .title {
  width: 100%;
  height: auto;
  border-radius: 100vh;
  margin: 0 auto 120px auto;
  text-align: center;
  line-height: 1.4;
  padding: 23px 40px;
  background-color: white;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step .title,
  html body .backArea #back-img-step .title {
    margin-bottom: 30px;
    padding: 13px 25px;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #back-img-step .title,
  html body .backArea #back-img-step .title {
    margin-bottom: 30px;
    padding: 13px 15px;
  }
}

html body #backArea #back-img-step .title .store,
html body .backArea #back-img-step .title .store {
  font-size: 1.5rem;
  font-weight: 300;
  color: #55342c;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-step .title .store,
  html body .backArea #back-img-step .title .store {
    font-size: 1rem;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step .title .store,
  html body .backArea #back-img-step .title .store {
    font-size: 1.5rem;
    height: auto;
    padding: 10px 0 10px 0;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #back-img-step .title .store,
  html body .backArea #back-img-step .title .store {
    font-size: 1.125rem;
  }
}

html body #backArea #back-img-step .title .store .sp,
html body .backArea #back-img-step .title .store .sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step .title .store .sp,
  html body .backArea #back-img-step .title .store .sp {
    display: block;
  }
}

html body #backArea #back-img-step #back-img-step5,
html body .backArea #back-img-step #back-img-step5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-img-step #back-img-step5,
  html body .backArea #back-img-step #back-img-step5 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

html body #backArea #back-img-step #back-img-step5 .col,
html body .backArea #back-img-step #back-img-step5 .col {
  width: 19%;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-img-step #back-img-step5 .col,
  html body .backArea #back-img-step #back-img-step5 .col {
    width: calc(33.3% - 12px);
    margin: 0 15px 50px 0;
  }

  html body #backArea #back-img-step #back-img-step5 .col:nth-child(3n),
  html body .backArea #back-img-step #back-img-step5 .col:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step #back-img-step5 .col,
  html body .backArea #back-img-step #back-img-step5 .col {
    width: calc(50% - 7.5px);
  }

  html body #backArea #back-img-step #back-img-step5 .col:nth-child(even),
  html body .backArea #back-img-step #back-img-step5 .col:nth-child(even) {
    margin: 0 0 50px 0;
  }

  html body #backArea #back-img-step #back-img-step5 .col:nth-child(odd),
  html body .backArea #back-img-step #back-img-step5 .col:nth-child(odd) {
    margin: 0 15px 50px 0;
  }
}

html body #backArea #back-img-step #back-img-step5 .col h4,
html body .backArea #back-img-step #back-img-step5 .col h4 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #55342c;
  margin: 0 0 10px 0;
}

html body #backArea #back-img-step #back-img-step5 .col p,
html body .backArea #back-img-step #back-img-step5 .col p {
  font-size: 1rem;
  font-weight: 400;
  color: #55342c;
  line-height: 1.5;
}

html body #backArea #back-img-step #back-img-step5 .col img,
html body .backArea #back-img-step #back-img-step5 .col img {
  width: 100%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1400px) {

  html body #backArea #back-img-step #back-img-step5 .col img,
  html body .backArea #back-img-step #back-img-step5 .col img {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step #back-img-step5 .col img.pc,
  html body .backArea #back-img-step #back-img-step5 .col img.pc {
    display: none;
  }
}

html body #backArea #back-img-step #back-img-step5 .col img.sp,
html body .backArea #back-img-step #back-img-step5 .col img.sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step #back-img-step5 .col img.sp,
  html body .backArea #back-img-step #back-img-step5 .col img.sp {
    display: block;
  }
}

html body #backArea #back-img-step .online,
html body .backArea #back-img-step .online {
  width: 500px;
  height: 100px;
  border-radius: 100vh;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 100px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-step .online,
  html body .backArea #back-img-step .online {
    width: auto;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step .online,
  html body .backArea #back-img-step .online {
    width: auto;
    height: 80px;
    line-height: 80px;
  }
}

html body #backArea #back-img-step .online:hover,
html body .backArea #back-img-step .online:hover {
  border: none;
}

html body #backArea #back-img-step .online a,
html body .backArea #back-img-step .online a {
  display: block;
  width: 500px;
  height: 100px;
  border-radius: 100vh;
  border: solid 1px #170e09;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-step .online a,
  html body .backArea #back-img-step .online a {
    width: auto;
  }
}

html body #backArea #back-img-step .online a:hover,
html body .backArea #back-img-step .online a:hover {
  background-color: #55342c;
  transition: background-color 0.2s ease;
}

html body #backArea #back-img-step .online a.store,
html body .backArea #back-img-step .online a.store {
  font-size: 1.125rem;
  position: relative;
  font-weight: 400;
  color: #55342c;
  line-height: 100px;
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step .online a.store,
  html body .backArea #back-img-step .online a.store {
    font-size: 1.0rem;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #back-img-step .online a.store,
  html body .backArea #back-img-step .online a.store {
    height: 80px;
    line-height: 80px;
    padding: 0 20px 0 20px;
  }
}

html body #backArea #back-img-step .online a.store::after,
html body .backArea #back-img-step .online a.store::after {
  display: block;
  content: "";
  background-image: url("../image/shopping-cart.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 21px;
  width: 27px;
  top: 40px;
  left: 340px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #back-img-step .online a.store::after,
  html body .backArea #back-img-step .online a.store::after {
    left: calc(50% + 130px);
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #back-img-step .online a.store::after,
  html body .backArea #back-img-step .online a.store::after {
    top: 30px;
    left: calc(50% + 80px);
    height: 16.8px;
    width: 21.6px;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #back-img-step .online a.store::after,
  html body .backArea #back-img-step .online a.store::after {
    top: 30px;
    left: calc(50% + 60px);
  }
}

html body #backArea #back-img-step .online a.store:hover::after,
html body .backArea #back-img-step .online a.store:hover::after {
  background-image: url("../image/shopping-cartON.svg");
}

html body #backArea #back-img-step .online a.store:hover,
html body .backArea #back-img-step .online a.store:hover {
  color: white;
  transition: background-color 0.2s ease;
}

html body #backArea #online,
html body .backArea #online {
  width: 500px;
  height: 100px;
  border-radius: 100vh;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 100px;
}

@media screen and (max-width: 540px) {

  html body #backArea #online,
  html body .backArea #online {
    width: auto;
    height: 80px;
    line-height: 80px;
    margin: 0 0 0 0;
  }
}

html body #backArea #online a,
html body .backArea #online a {
  display: block;
  width: 500px;
  height: 100px;
  border-radius: 100vh;
  border: solid 1px #170e09;
}

@media screen and (max-width: 1148px) {

  html body #backArea #online a,
  html body .backArea #online a {
    width: auto;
  }
}

html body #backArea #online a:hover,
html body .backArea #online a:hover {
  background-color: #55342c;
  transition: background-color 0.2s ease;
}

html body #backArea #online a.store,
html body .backArea #online a.store {
  font-size: 1.125rem;
  font-weight: 400;
  color: #55342c;
  line-height: 100px;
  position: relative;
}

@media screen and (max-width: 540px) {

  html body #backArea #online a.store,
  html body .backArea #online a.store {
    font-size: 1.0rem;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #online a.store,
  html body .backArea #online a.store {
    height: 80px;
    line-height: 80px;
    padding: 0 20px 0 20px;
  }
}

html body #backArea #online a.store::after,
html body .backArea #online a.store::after {
  display: block;
  content: "";
  background-image: url("../image/shopping-cart.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 21px;
  width: 27px;
  top: 40px;
  left: 340px;
}

@media screen and (max-width: 1148px) {

  html body #backArea #online a.store::after,
  html body .backArea #online a.store::after {
    left: calc(50% + 130px);
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #online a.store::after,
  html body .backArea #online a.store::after {
    top: 30px;
    left: calc(50% + 80px);
    height: 16.8px;
    width: 21.6px;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #online a.store::after,
  html body .backArea #online a.store::after {
    top: 30px;
    left: calc(50% + 60px);
  }
}

html body #backArea #online a.store:hover::after,
html body .backArea #online a.store:hover::after {
  background-image: url("../image/shopping-cartON.svg");
}

html body #backArea #online a.store:hover,
html body .backArea #online a.store:hover {
  color: white;
  transition: background-color 0.2s ease;
}

html body #backArea #columnSep,
html body .backArea #columnSep {
  color: white;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep,
  html body .backArea #columnSep {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #columnSep,
  html body .backArea #columnSep {
    margin-bottom: 15px;
  }
}

html body #backArea #columnSep .column,
html body .backArea #columnSep .column {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column,
  html body .backArea #columnSep .column {
    flex-wrap: wrap;
  }
}

html body #backArea #columnSep .column .col-1,
html body #backArea #columnSep .column .col-2,
html body #backArea #columnSep .column .col,
html body .backArea #columnSep .column .col-1,
html body .backArea #columnSep .column .col-2,
html body .backArea #columnSep .column .col {
  width: calc(50% - 1px);
  height: 450px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 70px 0 0 0;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column .col-1,
  html body #backArea #columnSep .column .col-2,
  html body #backArea #columnSep .column .col,
  html body .backArea #columnSep .column .col-1,
  html body .backArea #columnSep .column .col-2,
  html body .backArea #columnSep .column .col {
    width: 100%;
    height: auto;
    padding: 95px 15px 80px 15px;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #columnSep .column .col-1,
  html body #backArea #columnSep .column .col-2,
  html body #backArea #columnSep .column .col,
  html body .backArea #columnSep .column .col-1,
  html body .backArea #columnSep .column .col-2,
  html body .backArea #columnSep .column .col {
    height: auto;
    padding: 40px 15px 30px 15px;
  }
}

html body #backArea #columnSep .column .col-1 h2,
html body #backArea #columnSep .column .col-2 h2,
html body #backArea #columnSep .column .col h2,
html body .backArea #columnSep .column .col-1 h2,
html body .backArea #columnSep .column .col-2 h2,
html body .backArea #columnSep .column .col h2 {
  font-size: 2.25rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column .col-1 h2,
  html body #backArea #columnSep .column .col-2 h2,
  html body #backArea #columnSep .column .col h2,
  html body .backArea #columnSep .column .col-1 h2,
  html body .backArea #columnSep .column .col-2 h2,
  html body .backArea #columnSep .column .col h2 {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #columnSep .column .col-1 h2,
  html body #backArea #columnSep .column .col-2 h2,
  html body #backArea #columnSep .column .col h2,
  html body .backArea #columnSep .column .col-1 h2,
  html body .backArea #columnSep .column .col-2 h2,
  html body .backArea #columnSep .column .col h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) {

  html body #backArea #columnSep .column .col-1 h2,
  html body #backArea #columnSep .column .col-2 h2,
  html body #backArea #columnSep .column .col h2,
  html body .backArea #columnSep .column .col-1 h2,
  html body .backArea #columnSep .column .col-2 h2,
  html body .backArea #columnSep .column .col h2 {
    font-size: 0.875rem;
  }
}

html body #backArea #columnSep .column .col-1 span,
html body #backArea #columnSep .column .col-2 span,
html body #backArea #columnSep .column .col span,
html body .backArea #columnSep .column .col-1 span,
html body .backArea #columnSep .column .col-2 span,
html body .backArea #columnSep .column .col span {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 40px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column .col-1 span,
  html body #backArea #columnSep .column .col-2 span,
  html body #backArea #columnSep .column .col span,
  html body .backArea #columnSep .column .col-1 span,
  html body .backArea #columnSep .column .col-2 span,
  html body .backArea #columnSep .column .col span {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #backArea #columnSep .column .col-1 span,
  html body #backArea #columnSep .column .col-2 span,
  html body #backArea #columnSep .column .col span,
  html body .backArea #columnSep .column .col-1 span,
  html body .backArea #columnSep .column .col-2 span,
  html body .backArea #columnSep .column .col span {
    font-size: 0.75rem;
    margin: 0 0 25px 0;
  }
}

html body #backArea #columnSep .column .col-1 .essay,
html body #backArea #columnSep .column .col-2 .essay,
html body #backArea #columnSep .column .col .essay,
html body .backArea #columnSep .column .col-1 .essay,
html body .backArea #columnSep .column .col-2 .essay,
html body .backArea #columnSep .column .col .essay {
  margin: 0 0 80px 0;
  line-height: 2.0;
}

html body #backArea #columnSep .column .col-1 .essay br.sp,
html body #backArea #columnSep .column .col-2 .essay br.sp,
html body #backArea #columnSep .column .col .essay br.sp,
html body .backArea #columnSep .column .col-1 .essay br.sp,
html body .backArea #columnSep .column .col-2 .essay br.sp,
html body .backArea #columnSep .column .col .essay br.sp {
  display: none;
}

@media screen and (max-width: 540px) {

  html body #backArea #columnSep .column .col-1 .essay,
  html body #backArea #columnSep .column .col-2 .essay,
  html body #backArea #columnSep .column .col .essay,
  html body .backArea #columnSep .column .col-1 .essay,
  html body .backArea #columnSep .column .col-2 .essay,
  html body .backArea #columnSep .column .col .essay {
    margin: 0 0 40px 0;
  }

  html body #backArea #columnSep .column .col-1 .essay br.sp,
  html body #backArea #columnSep .column .col-2 .essay br.sp,
  html body #backArea #columnSep .column .col .essay br.sp,
  html body .backArea #columnSep .column .col-1 .essay br.sp,
  html body .backArea #columnSep .column .col-2 .essay br.sp,
  html body .backArea #columnSep .column .col .essay br.sp {
    display: block;
  }
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column .col-1 .more,
  html body #backArea #columnSep .column .col-2 .more,
  html body #backArea #columnSep .column .col .more,
  html body .backArea #columnSep .column .col-1 .more,
  html body .backArea #columnSep .column .col-2 .more,
  html body .backArea #columnSep .column .col .more {
    width: calc(100% - 30px);
  }
}

html body #backArea #columnSep .column .col,
html body .backArea #columnSep .column .col {
  width: 100%;
  background-image: url("../image/CP04.jpg");
  border-right: solid 1px white;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column .col,
  html body .backArea #columnSep .column .col {
    border-bottom: solid 2px white;
  }
}

html body #backArea #columnSep .column .col-1,
html body .backArea #columnSep .column .col-1 {
  background-image: url("../image/CP04.jpg");
  border-right: solid 1px white;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column .col-1,
  html body .backArea #columnSep .column .col-1 {
    border-bottom: solid 2px white;
  }
}

html body #backArea #columnSep .column .col-2,
html body .backArea #columnSep .column .col-2 {
  background-image: url("../image/CP05.jpg");
  border-left: solid 1px white;
}

@media screen and (max-width: 1148px) {

  html body #backArea #columnSep .column .col-2,
  html body .backArea #columnSep .column .col-2 {
    border: none;
  }
}

html body #columnAreaCP {
  color: white;
  margin-bottom: 60px;
}

@media screen and (max-width: 1148px) {
  html body #columnAreaCP {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  html body #columnAreaCP {
    margin-bottom: 15px;
  }
}

html body #columnAreaCP .column {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 1148px) {
  html body #columnAreaCP .column {
    flex-wrap: wrap;
  }
}

html body #columnAreaCP .column .f-overview,
html body #columnAreaCP .column .f-philosophy,
html body #columnAreaCP .column .f-history {
  width: calc(33.3% - 1px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 350px 0 25px 0;
}

@media screen and (max-width: 768px) {

  html body #columnAreaCP .column .f-overview,
  html body #columnAreaCP .column .f-philosophy,
  html body #columnAreaCP .column .f-history {
    width: 100%;
    padding: 40.5vw 0 25px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #columnAreaCP .column .f-overview,
  html body #columnAreaCP .column .f-philosophy,
  html body #columnAreaCP .column .f-history {
    padding: 40.5vw 0 20px 0;
  }
}

html body #columnAreaCP .column .f-overview h2,
html body #columnAreaCP .column .f-philosophy h2,
html body #columnAreaCP .column .f-history h2 {
  font-size: 1.875rem;
  margin: 0 0 10px 0;
  font-weight: 300;
}

@media screen and (max-width: 540px) {

  html body #columnAreaCP .column .f-overview h2,
  html body #columnAreaCP .column .f-philosophy h2,
  html body #columnAreaCP .column .f-history h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) {

  html body #columnAreaCP .column .f-overview h2,
  html body #columnAreaCP .column .f-philosophy h2,
  html body #columnAreaCP .column .f-history h2 {
    font-size: 0.875rem;
  }
}

html body #columnAreaCP .column .f-overview span,
html body #columnAreaCP .column .f-philosophy span,
html body #columnAreaCP .column .f-history span {
  display: block;
  font-size: 1rem;
  margin: 0 0 60px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 1148px) {

  html body #columnAreaCP .column .f-overview span,
  html body #columnAreaCP .column .f-philosophy span,
  html body #columnAreaCP .column .f-history span {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 540px) {

  html body #columnAreaCP .column .f-overview span,
  html body #columnAreaCP .column .f-philosophy span,
  html body #columnAreaCP .column .f-history span {
    font-size: 0.75rem;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 1148px) {

  html body #columnAreaCP .column .f-overview .more,
  html body #columnAreaCP .column .f-philosophy .more,
  html body #columnAreaCP .column .f-history .more {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 540px) {

  html body #columnAreaCP .column .f-overview .more,
  html body #columnAreaCP .column .f-philosophy .more,
  html body #columnAreaCP .column .f-history .more {
    height: 50px;
  }
}

html body #columnAreaCP .column .f-overview {
  background-image: url("../image/CP01.jpg");
}

@media screen and (max-width: 1148px) {
  html body #columnAreaCP .column .f-overview {
    background-image: url("../image/overview_sp.jpg");
  }
}

html body #columnAreaCP .column .f-philosophy {
  background-image: url("../image/CP02.jpg");
}

@media screen and (max-width: 1148px) {
  html body #columnAreaCP .column .f-philosophy {
    background-image: url("../image/philosophy_sp.jpg");
  }
}

html body #columnAreaCP .column .f-history {
  background-image: url("../image/CP03.jpg");
}

@media screen and (max-width: 1148px) {
  html body #columnAreaCP .column .f-history {
    background-image: url("../image/history_sp.jpg");
  }
}

.style-form__error {
  margin-left: 30%;
  margin-top: 5px;
}

@media screen and (max-width: 1148px) {
  .style-form__error {
    margin-left: 0;
  }
}

#article_body {
  margin-bottom: 180px;
}

#article_body h1 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #55342c;
}

#article_body h2 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #55342c;
}

#article_body h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #55342c;
}

#article_body h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #55342c;
}

#article_body h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #55342c;
}

#article_body h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #55342c;
}

#article_body p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 30px;
}

#article_body p em {
  font-weight: bold;
}

#article_body p strong {
  font-weight: bold;
}

#article_body p .has-vivid-red-color {
  color: #ac0000;
}

#article_body img {
  max-width: 100%;
  height: auto;
}

#article_body a {
  font-size: 0.875rem;
  font-weight: 300;
  position: relative;
  color: #55342c;
  text-decoration: underline;
  margin-bottom: 30px;
}

#article_body a::after {
  content: url(../image/onlinestore-KC.svg);
  height: 25px;
  line-height: 25px;
  top: -1px;
  left: 135px;
  display: inline-block;
  position: static;
  margin-left: 5px;
}

#article_body a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

#article_body a[href$="jpg"]::after,
#article_body a[href$="jpeg"]::after,
#article_body a[href$="JPG"]::after,
#article_body a[href$="png"]::after,
#article_body a[href$="PNG"]::after,
#article_body a[href$="gif"]::after,
#article_body a[href$="GIF"]::after {
  display: none;
}

#article_body hr.wp-block-separator {
  margin: 30px 0;
  border-bottom: solid 1px #55342c;
  border-top: none;
}

#article_body .wp-block-image a::after {
  display: none;
}

#article_body figure.wp-block-image {
  margin-bottom: 30px;
}

#article_body figure.wp-block-image.size-full {
  margin-bottom: 80px;
}

#article_body figure.wp-block-table {
  overflow: visible;
  margin-bottom: 50px;
}

#article_body figure.wp-block-table table tbody tr th {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.875rem;
  border: solid 1px #55342c;
}

#article_body figure.wp-block-table table tbody tr td {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.875rem;
  border: solid 1px #55342c;
}

#article_body figure figcaption {
  font-size: 1rem;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

#article_body figure img {
  display: block;
  max-width: 100%;
  border: 1px solid #D6D6D6;
}

#article_body figure.wp-block-gallery {
  display: block;
  margin-bottom: 80px;
}

#article_body figure.wp-block-gallery .blocks-gallery-grid {
  list-style: none;
  justify-content: space-between;
  margin-bottom: 0;
}

@media screen and (max-width: 540px) {
  #article_body figure.wp-block-gallery .blocks-gallery-grid {
    flex-direction: column;
  }
}

#article_body figure.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  width: 48.5%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  flex-grow: inherit;
}

@media screen and (max-width: 540px) {
  #article_body figure.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
    margin-bottom: 20px;
  }

  #article_body figure.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img {
    margin-bottom: 20px;
  }
}

#article_body figure.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item::before {
  display: none;
}

#article_body figure.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  display: block;
}

#article_body figure.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
  height: auto;
}

#article_body figure.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure .blocks-gallery-item__caption {
  position: relative;
  padding: 0;
  background: none;
  color: #170e09;
  text-align: left;
}

#article_body blockquote.wp-block-quote {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
}

#article_body blockquote p {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 10px;
}

#article_body blockquote cite {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
}

#article_body ul {
  margin-bottom: 50px;
}

#article_body ul li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.7;
}

#article_body ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: url(../image/point.svg);
}

#article_body ul li ul li {
  margin: 10px 0;
}

#article_body ol {
  counter-reset: number;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 50px;
}

#article_body ol li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
  text-indent: -1rem;
  padding-left: 1rem;
  margin: 0 0 20px 25px;
}

#article_body ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number);
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

#article_body ol li ol {
  padding-left: 1em;
  list-style-type: none;
  counter-reset: number2;
}

#article_body ol li ol li {
  margin: 10px 0;
}

#article_body ol li ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number2 1;
  content: counter(number2);
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

#article_body .wp-block-embed {
  margin-bottom: 50px;
}

#article_body .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#article_body .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#eyecatch {
  margin-bottom: 30px;
}

#eyecatch img {
  display: block;
  width: 100%;
}

.col2 {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 1148px) {
  .col2 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .col2 {
    flex-direction: column;
    margin-bottom: 70px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}

.sliderfc .slick-list {
  padding: 0 30% 0 0 !important;
}

@media screen and (max-width: 1148px) {
  .sliderfc li {
    width: 708px;
  }
}

.sliderfc li figcaption {
  margin: 10px 0 0;
}

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

/* 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;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 0;
  -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: 0px;
  bottom: -69px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: url(../image/return.svg);
  width: 100px;
  height: 100px;
  display: inline-block;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  left: 15%;
  bottom: -69px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

@media screen and (max-width: 540px) {
  .slick-next {
    left: 40px;
    bottom: -200px;
  }
}

.slick-next:before {
  content: url(../image/next.svg);
  width: 100px;
  height: 100px;
  display: inline-block;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slidersp .slick-prev {
  left: 140px;
  bottom: -69px;
}

@media screen and (max-width: 1148px) {
  .slidersp .slick-prev {
    left: 40px;
    bottom: -200px;
  }
}

[dir="rtl"] .slidersp .slick-prev {
  left: auto;
  right: -25px;
}

.slidersp .slick-prev:before {
  content: url(../image/return.svg);
  width: 52px;
  height: 52px;
  display: inline-block;
}

[dir="rtl"] .slidersp .slick-prev:before {
  content: "→";
}

.slidersp .slick-next {
  left: 520px;
  bottom: -69px;
}

@media screen and (max-width: 1148px) {
  .slidersp .slick-next {
    right: 40px;
    left: auto;
    bottom: -200px;
  }
}

[dir="rtl"] .slidersp .slick-next {
  left: -25px;
  right: auto;
}

.slidersp .slick-next:before {
  content: url(../image/next.svg);
  width: 52px;
  height: 52px;
  display: inline-block;
}

[dir="rtl"] .slidersp .slick-next:before {
  content: "←";
}

.wrapperOne .slick-prev {
  bottom: -170px;
}

@media screen and (max-width: 1148px) {
  .wrapperOne .slick-prev {
    bottom: -110px;
  }
}

.wrapperOne .slick-next {
  bottom: -170px;
}

@media screen and (max-width: 1148px) {
  .wrapperOne .slick-next {
    bottom: -110px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -57px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 1148px) {
  .slick-dots {
    bottom: -34px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 100px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 1148px) {
  .slick-dots li {
    width: 60px;
  }
}

.slick-dots li button {
  background: transparent;
  display: block;
  outline: none;
  color: transparent;
  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: 90px;
  height: 2px;
  background-color: #170e09;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1148px) {
  .slick-dots li button:before {
    width: 50px;
  }
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.sliderfc .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.sliderfc .slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 1148px) {
  .sliderfc .slick-dots {
    bottom: -34px;
  }
}

.sliderfc .slick-dots li {
  position: relative;
  display: inline-block;
  height: 0px;
  width: 0px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 1148px) {
  .sliderfc .slick-dots li {
    width: 0px;
  }
}

.sliderfc .slick-dots li button {
  background: transparent;
  display: block;
  outline: none;
  color: transparent;
  cursor: pointer;
}

.sliderfc .slick-dots li button:hover,
.sliderfc .slick-dots li button:focus {
  outline: none;
}

.sliderfc .slick-dots li button:hover:before,
.sliderfc .slick-dots li button:focus:before {
  opacity: 1;
}

.sliderfc .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("../image/return.svg");
  width: 0px;
  height: 0px;
  background-color: #170e09;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1148px) {
  .sliderfc .slick-dots li button:before {
    width: 50px;
  }
}

.sliderfc .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (max-width: 1148px) {
  #mainFooter {
    padding: 0;
  }
}

#mainFooter #footerArea {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1148px) {
  #mainFooter #footerArea {
    display: block;
  }
}

#mainFooter #footerArea #logoAreaFooter {
  padding: 0 50px 0 0;
  width: 25%;
}

@media screen and (max-width: 1148px) {
  #mainFooter #footerArea #logoAreaFooter {
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 1148px) {
  #mainFooter #footerArea #logoAreaFooter .logo img {
    display: none;
  }
}

#mainFooter #footerArea #logoAreaFooter .logo_fot img {
  display: none;
}

@media screen and (max-width: 1148px) {
  #mainFooter #footerArea #logoAreaFooter .logo_fot img {
    display: block;
    width: 207px;
    margin: 0 auto 0 auto;
  }
}

#mainFooter #footerArea .information {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 0;
  width: 75%;
}

@media screen and (max-width: 1148px) {
  #mainFooter #footerArea .information {
    display: none;
  }
}

#mainFooter #footerArea .information dl.nav,
#mainFooter #footerArea .information dl.news {
  width: 25%;
}

#mainFooter #footerArea .information dl.nav dt,
#mainFooter #footerArea .information dl.news dt {
  font-size: 1rem;
  margin: 0 0 30px 0;
  font-weight: 400;
}

#mainFooter #footerArea .information dl.nav dt a,
#mainFooter #footerArea .information dl.news dt a {
  transition: opacity 0.2s ease;
}

#mainFooter #footerArea .information dl.nav dt a:hover,
#mainFooter #footerArea .information dl.news dt a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

#mainFooter #footerArea .information dl.nav dd,
#mainFooter #footerArea .information dl.news dd {
  padding: 0 0 0 25px;
  font-weight: 300;
}

#mainFooter #footerArea .information dl.nav dd a,
#mainFooter #footerArea .information dl.news dd a {
  font-size: 0.875rem;
  margin: 0 0 20px 0;
  position: relative;
  display: block;
  transition: opacity 0.2s ease;
}

#mainFooter #footerArea .information dl.nav dd a:hover,
#mainFooter #footerArea .information dl.news dd a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

#mainFooter #footerArea .information dl.nav dd a::before,
#mainFooter #footerArea .information dl.news dd a::before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 4px;
  height: 1px;
  display: block;
  background-color: #170e09;
}

#mainFooter #footerArea .information ul li {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 0 25px 0;
  transition: opacity 0.2s ease;
}

#mainFooter #footerArea .information ul li a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

#mainFooter .followArea {
  padding: 30px 0 45px 0;
  text-align: center;
}

@media screen and (max-width: 1148px) {
  #mainFooter .followArea {
    padding: 30px 50px 30px 50px;
  }
}

@media screen and (max-width: 540px) {
  #mainFooter .followArea {
    padding-top: 20px;
  }
}

#mainFooter .followArea .follow ul {
  display: flex;
  justify-content: center;
}

#mainFooter .followArea .follow ul li {
  font-size: 2.5rem;
  margin: 0 0 50px 0;
  padding: 0 20px 0 20px;
}

@media screen and (max-width: 1148px) {
  #mainFooter .followArea .follow ul li {
    margin: 0 0 30px 0;
    padding: 0 25px 0 25px;
  }
}

#mainFooter .followArea .follow ul li.tw a,
#mainFooter .followArea .follow ul li.fb a,
#mainFooter .followArea .follow ul li.in a {
  transition: opacity 0.2s ease;
}

#mainFooter .followArea .follow ul li.tw a:hover,
#mainFooter .followArea .follow ul li.fb a:hover,
#mainFooter .followArea .follow ul li.in a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

#mainFooter .followArea .follow ul li.tw a img {
  width: 25px;
  height: 20px;
}

#mainFooter .followArea .follow ul li.fb a img {
  width: 10px;
  height: 21px;
}

#mainFooter .followArea .follow ul li.in a img {
  width: 21px;
  height: 21px;
}

#mainFooter .followArea p {
  font-size: 0.875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

#mainFooter .bannerArea {
  padding-top: 108px;
}

@media screen and (max-width: 1148px) {
  #mainFooter .bannerArea {
    padding-top: 50px;
  }
}

#mainFooter .bannerArea ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1148px) {
  #mainFooter .bannerArea ul {
    flex-wrap: wrap;
    max-width: 503px;
    width: calc(100% - 30px);
    margin: 0 auto 0 auto;
  }
}

#mainFooter .bannerArea ul li {
  width: calc(20% - 10px);
  max-width: 245px;
}

@media screen and (max-width: 1148px) {
  #mainFooter .bannerArea ul li {
    width: calc(50% - 10px);
  }

  #mainFooter .bannerArea ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  #mainFooter .bannerArea ul li {
    width: calc(50% - 5px);
  }

  #mainFooter .bannerArea ul li:nth-child(n+3) {
    margin-top: 15px;
  }
}

#mainFooter .bannerArea ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}

#mainFooter .bannerArea ul li a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#mainFooter .bannerArea ul li a span {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  #mainFooter .bannerArea ul li a span {
    margin-top: 10px;
    font-size: 0.625rem;
  }
}

#mainFooter .bannerArea ul li a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

#mainFooter .bannerArea ul li a:hover span {
  text-decoration: underline;
}

article {
  width: auto;
  margin: 0 170px 0 170px;
}

@media screen and (max-width: 1148px) {
  article {
    width: auto;
    margin: 0 30px 0 30px;
  }
}

@media screen and (max-width: 540px) {
  article {
    width: auto;
    margin: 0 30px 0 30px;
  }
}

article #main {
  width: 82.5%;
  float: right;
}

@media screen and (max-width: 1148px) {
  article #main {
    width: 100%;
  }
}

article #side {
  width: 17.5%;
  float: left;
}

@media screen and (max-width: 1148px) {
  article #side {
    width: 100%;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 540px) {
  article #side {
    margin: 0 0 50px 0;
  }
}

article #side .arc {
  position: relative;
  margin: 0 0 20px 0;
  display: block;
}

article #side .arc .year {
  position: relative;
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #170e09;
  text-align: left;
  margin: 0 0 20px 0;
}

article #side .arc .year .cross {
  position: absolute;
  top: 0;
  left: 80px;
  width: 15px;
  height: 15px;
}

article #side .arc .year .cross::before,
article #side .arc .year .cross::after {
  width: 1px;
  height: 15px;
  background-color: #170e09;
  display: block;
  position: absolute;
  content: '';
  -webkit-transition: 0s 0s ease;
  transition: 0s 0s ease;
}

article #side .arc .year .cross::before {
  top: 0.5px;
  left: 7px;
}

article #side .arc .year .cross::after {
  top: 7.5px;
  left: 0;
  height: 1px;
  width: 15px;
}

article #side .arc .month {
  display: none;
}

article #side .arc .month a {
  display: block;
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #170e09;
  text-align: left;
  margin: 0 0 20px 0;
}

article #side .arc .month a:hover {
  opacity: 0.5;
}

article #side .arc #arcDrawer-21,
article #side .arc #arcDrawer-20,
article #side .arc #arcDrawer-19,
article #side .arc #arcDrawer-18 {
  position: absolute;
  top: -21px;
  left: 30px;
}

article #side .newsnav .newsNav {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1148px) {
  article #side .newsnav .newsNav {
    display: flex;
  }
}

@media screen and (max-width: 1148px) {

  article #side .newsnav .newsNav #cat,
  article #side .newsnav .newsNav #arc {
    width: 50%;
  }
}

article #side .newsnav .newsNav #cat strong,
article #side .newsnav .newsNav #arc strong {
  display: block;
  font-size: 1.125rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #3f251e;
  text-align: left;
  margin: 0 0 20px 0;
}

article #side .newsnav .newsNav #cat a,
article #side .newsnav .newsNav #arc a {
  display: block;
  font-size: 1.125rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #3f251e;
  text-align: left;
  margin: 0 0 20px 0;
}

article #side .newsnav .newsNav #cat a.last,
article #side .newsnav .newsNav #arc a.last {
  margin: 0 0 75px 0;
}

@media screen and (max-width: 1148px) {

  article #side .newsnav .newsNav #cat a.last,
  article #side .newsnav .newsNav #arc a.last {
    margin: 0 0 0 0;
  }
}

article #side .newsnav .newsNav #cat li a,
article #side .newsnav .newsNav #arc li a {
  display: block;
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #170e09;
  text-align: left;
  margin: 0 0 20px 0;
}

article #side .newsnav .newsNav #cat li a:hover,
article #side .newsnav .newsNav #arc li a:hover {
  opacity: 0.5;
}

article #side .newsnav .newsNav #cat li a.current,
article #side .newsnav .newsNav #arc li a.current {
  opacity: 0.5;
  pointer-events: none;
}

article #side .newsnav .newsNav #cat li.last,
article #side .newsnav .newsNav #arc li.last {
  margin: 0 0 95px 0;
}

@media screen and (max-width: 1148px) {

  article #side .newsnav .newsNav #cat li.last,
  article #side .newsnav .newsNav #arc li.last {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 1148px) {
  article #side .newsnav .newsNav #arc ul li .arc {
    margin: 0;
    width: 100%;
  }
}

article .pages {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 180px 0;
}

@media screen and (max-width: 1148px) {
  article .pages {
    justify-content: space-between;
    margin: 0 0 80px 0;
  }
}

article .pages a,
article .pages span {
  display: inline-block;
  font-size: 1.125rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #170e09;
  font-weight: 400;
  padding: 0 20px 0 0;
  opacity: 0.5;
}

article .pages a.current,
article .pages span.current {
  opacity: 1;
  pointer-events: none;
}

article .pages a.prev,
article .pages a.next,
article .pages span.prev,
article .pages span.next {
  position: relative;
  background-color: white;
  border: solid 1px #170e09;
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 1;
}

article .pages a.prev::after,
article .pages a.next::after,
article .pages span.prev::after,
article .pages span.next::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}

article .pages a.prev,
article .pages span.prev {
  margin-right: 50px;
}

article .pages a.prev::after,
article .pages span.prev::after {
  background-image: url("../image/nav-arr-left.svg");
}

article .pages a.next,
article .pages span.next {
  margin-left: 50px;
}

article .pages a.next::after,
article .pages span.next::after {
  background-image: url("../image/nav-arr-right.svg");
}

article .pages a:hover {
  color: #55342c;
  opacity: 1;
  transition: opacity 0.2s ease, color 0.2s ease;
}

article .pages a.prev:hover,
article .pages a.next:hover {
  opacity: 1;
  background-color: #55342c;
  transition: background-color 0.2s ease;
}

article .pages a.prev:hover::after {
  background-image: url("../image/nav-arr-left-white.svg");
}

article .pages a.next:hover::after {
  background-image: url("../image/nav-arr-right-white.svg");
}

article .pages span {
  color: #170e09;
}

article .pages span.prev,
article .pages span.next {
  opacity: 0.5;
}

#mainFooter {
  clear: both;
}

#slider .sliderfc li .col {
  display: flex;
}

#slider .sliderfc li .col .imgCol {
  width: 60%;
}

#slider .sliderfc li .col .imgCol img {
  width: 100%;
  min-height: 350px;
}

@media screen and (max-width: 1148px) {
  #slider .sliderfc li .col .imgCol img {
    width: 100%;
    object-fit: cover;
  }
}

#slider .sliderfc li .col .imgCol img.object-fit-img {
  object-fit: cover;
}

#slider .sliderfc li .col .col-text {
  width: 40%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}

#slider .sliderfc li .col .col-text .textCol {
  display: block;
  width: 70%;
}

#slider .sliderfc li .col .col-text .textCol p {
  display: block;
}

@media screen and (max-width: 1148px) {
  #slider .sliderfc li .col .col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
  }
}

#slider .sliderfc li .col .col-text .sub {
  font-size: 1.25rem;
  margin: 0 0 20px 0;
  color: #55342c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1148px) {
  #slider {
    display: none;
  }
}

#slider-sp {
  display: none;
}

@media screen and (max-width: 1148px) {
  #slider-sp {
    display: block;
    text-align: left;
  }

  #slider-sp .slidersp li .col .imgCol {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #slider-sp .slidersp li .col .imgCol img {
    width: 100%;
    min-height: 350px;
  }

  #slider-sp .slidersp li .col .imgCol img.object-fit-img {
    object-fit: cover;
  }

  #slider-sp .slidersp li .col .col-text {
    width: 100%;
    box-sizing: border-box;
  }

  #slider-sp .slidersp li .col .col-text .textCol {
    display: block;
    width: 100%;
  }

  #slider-sp .slidersp li .col .col-text .textCol p {
    display: block;
  }

  #slider-sp .slidersp li .col .col-text .sub {
    font-size: 1.125rem;
    margin: 0 0 20px 0;
    color: #55342c;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
  }
}

.brand-slider {
  margin-bottom: 20px;
  padding: 0 10px;
}

@media screen and (max-width: 1148px) {
  .brand-slider {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

.thumbnail {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 1148px) {
  .thumbnail {
    margin-bottom: 0 !important;
  }
}

.thumbnail .slick-slide {
  padding: 0 10px;
}

@media screen and (max-width: 1148px) {
  .thumbnail .slick-slide {
    padding: 0 5px;
  }
}

.thumbnail .slick-dots {
  position: relative;
  bottom: -30px;
}

@media screen and (max-width: 1148px) {
  .thumbnail .slick-dots {
    bottom: -15px;
  }
}

.thumbnail .slick-dots li {
  width: 10px;
  height: 10px;
}

.thumbnail .slick-dots li button {
  width: 10px;
  height: 10px;
}

.thumbnail .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cereja_sub {
  position: relative;
  background-image: url("../image/cereja/bk.jpg");
  background-position: center;
  background-size: auto;
  margin-bottom: 140px;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .cereja_sub {
    margin-bottom: 50px;
  }
}

.cereja_sub.on::before {
  transform: rotate(-5deg) translateX(-20%);
  animation: cerejaleft 0.5s ease 1.4s forwards;
}

.cereja_sub.on::after {
  transform: rotate(2deg) translateX(10%);
  animation: cerejaright 0.5s ease 1.6s forwards;
}

.cereja_sub.on .cereja_sub_kv .cereja_logo {
  animation: fadeIn 0.5s ease 0.2s forwards;
}

.cereja_sub.on .cereja_sub_kv .main_telop {
  animation: fadeIn 0.5s ease 0.5s forwards;
}

.cereja_sub.on .cereja_sub_kv .cereja_text {
  animation: fadeIn 0.5s ease 0.5s forwards;
}

.cereja_sub.on .cereja_sub_kv .cereja_text .map_icon {
  animation: fadeIn 0.5s ease 0.8s forwards;
}

.cereja_sub.on .cereja_sub_kv .cereja_sub_kv_news {
  animation: fadeIn 0.5s ease 1.1s forwards;
}

.cereja_sub::before,
.cereja_sub::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}

.cereja_sub::before {
  background-image: url("../image/cereja/kv_img01.png");
  background-position: left top;
  max-width: 520px;
  max-height: 516px;
  width: 30vw;
  height: 29.4vw;
  left: 0;
  transform-origin: left bottom;
}

@media screen and (max-width: 540px) {
  .cereja_sub::before {
    background-image: url("../image/cereja/kv_img01_sp.png");
    max-width: 242px;
    max-height: 353px;
    width: 37vw;
    height: 85vw;
    left: 0;
    top: -8vw;
  }
}

.cereja_sub::after {
  background-image: url("../image/cereja/kv_img02.png");
  background-position: right top;
  max-width: 512px;
  max-height: 644px;
  width: 26.4vw;
  height: 33vw;
  right: 0;
  transform-origin: right bottom;
}

@media screen and (max-width: 540px) {
  .cereja_sub::after {
    background-image: url("../image/cereja/kv_img02_sp.png");
    max-width: 151px;
    max-height: 414px;
    width: 40vw;
    height: 110.4vw;
    right: 0;
    top: -15vw;
  }
}

.cereja_sub article {
  margin: 0 0 0 0;
}

.cereja_sub .cereja_sub_wrap {
  max-width: 1280px;
  width: calc(100% - 200px);
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_wrap {
    width: calc(100% - 100px);
  }

  .cereja_sub .cereja_sub_wrap.sp_100 {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_wrap {
    width: calc(100% - 30px);
  }
}

.cereja_sub .sub_title {
  text-align: center;
}

.cereja_sub .sub_title .sub_title_eng {
  display: block;
  font-family: "Sacramento", cursive, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 5px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .sub_title .sub_title_eng {
    font-size: 1.25rem;
  }
}

.cereja_sub .sub_title .sub_title_ja {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}

.cereja_sub .sub_title .sub_title_ja br {
  display: none;
}

@media screen and (max-width: 540px) {
  .cereja_sub .sub_title .sub_title_ja {
    font-size: 1.625rem;
  }

  .cereja_sub .sub_title .sub_title_ja br {
    display: block;
  }
}

.cereja_sub .cereja_sub_kv {
  position: relative;
  overflow: hidden;
}

.cereja_sub .cereja_sub_kv .cereja_sub_title {
  position: relative;
  margin: 0 0 0 0;
}

.cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_logo,
.cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop,
.cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_text {
  display: block;
  position: relative;
  margin-bottom: 35px;
  z-index: 99;
  opacity: 0;
}

@media screen and (max-width: 540px) {

  .cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_logo,
  .cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop,
  .cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_text {
    margin-bottom: 15px;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_logo img,
.cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop img,
.cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_text img {
  display: block;
  margin: 0 auto 0 auto;
}

.cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_logo img {
  width: 12.5vw;
  max-width: 240px;
  min-width: 163px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_logo img {
    max-width: 107px;
    min-width: 77px;
    width: 29%;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop img {
  width: 47vw;
  max-width: 772px;
  min-width: 522px;
}

.cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop img {
    min-width: 433px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop img {
    min-width: auto;
    max-width: 250px;
    width: calc(100% - 120px);
  }

  .cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop img.pc {
    display: none;
  }

  .cereja_sub .cereja_sub_kv .cereja_sub_title .main_telop img.sp {
    display: block;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_text {
  position: relative;
  margin-bottom: 55px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}

.cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_text br {
  display: none;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_text {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .cereja_sub .cereja_sub_kv .cereja_sub_title .cereja_text br {
    display: block;
  }
}

.cereja_sub .cereja_sub_kv .map_icon {
  display: block;
  opacity: 0;
}

.cereja_sub .cereja_sub_kv .map_icon::before,
.cereja_sub .cereja_sub_kv .map_icon::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cereja_sub .cereja_sub_kv .map_icon::before {
  background-image: url("../image/cereja/kv_img06.png");
  width: 121px;
  height: 121px;
  z-index: 999;
  right: calc(50% - 380px);
  bottom: -120px;
  transform: translateY(0);
  animation: cerejamap 1.6s ease-in-out infinite;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_kv .map_icon::before {
    right: calc(50% - 260px);
    bottom: -150px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .map_icon::before {
    width: 80px;
    height: 80px;
    right: calc(50% - 160px);
    bottom: -85px;
  }
}

.cereja_sub .cereja_sub_kv .map_icon::after {
  background-image: url("../image/cereja/kv_img06_1.png");
  right: calc(50% - 356px);
  bottom: -132px;
  width: 71px;
  height: 21px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_kv .map_icon::after {
    right: calc(50% - 236px);
    bottom: -162px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .map_icon::after {
    width: 46px;
    height: 13px;
    right: calc(50% - 144px);
    bottom: -92px;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_img {
  display: block;
  margin-bottom: 35px;
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_img img {
  display: block;
  max-width: 300px;
  min-width: 208px;
  width: 16vw;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_kv_img img {
    max-width: 260px;
    min-width: 130px;
    width: 26vw;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_img::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-image: url("../image/cereja/kv_img03.png");
  background-position: top;
  max-width: 1228px;
  max-height: 590px;
  min-width: 935px;
  min-height: 450px;
  width: 67vw;
  height: 33vw;
  top: 0;
  left: calc(50% + 30px);
  transform: translateX(-50%);
  z-index: 9;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_kv_img::before {
    min-width: 895px;
    min-height: 430px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_kv_img::before {
    background-image: url("../image/cereja/kv_img03_sp.png");
    background-position: bottom;
    left: 50%;
    width: 100vw;
    height: 86.4vw;
    min-width: auto;
    min-height: auto;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news {
  position: relative;
  background-color: white;
  width: 100%;
  max-width: 540px;
  max-height: 45px;
  border-radius: 37.5px;
  margin: 0 auto 40px auto;
  padding: 10px 60px 10px 20px;
  z-index: 99;
  opacity: 0;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_kv_news {
    max-height: none;
    width: calc(100% - 100px);
    padding: 20px 60px 20px 20px;
    margin-bottom: 16vw;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_kv_news {
    max-width: none;
    width: calc(100% - 30px);
    margin: 0 auto 130px auto;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .sub_title {
  position: absolute;
  left: 20px;
  top: -28px;
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .sub_title .sub_title_eng {
  font-size: 2.125rem;
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text {
  display: flex;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  margin: 0 0 0 0;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text .title {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text .title::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  background-image: url("../image/cereja/link_arr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 12px;
  transition: transform 0.2s ease;
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text time {
  display: block;
  font-size: 0.75rem;
  margin-right: 20px;
  color: #f44336;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text time {
    margin-right: 0;
  }
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text:hover .title {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_kv .cereja_sub_kv_news .news_text:hover .title::after {
  transform: translateX(5px);
  transition: transform 0.2s ease;
}

.cereja_sub .text03_wrap {
  background-color: white;
  border-radius: 8px;
  padding: 6px 10px;
}

.cereja_sub .text03 {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

@media screen and (max-width: 540px) {
  .cereja_sub .text03 {
    margin-bottom: 5px;
  }
}

.cereja_sub .text03::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/cereja/img07.png");
  width: 28px;
  height: 32px;
  margin-right: 5px;
}

.cereja_sub .link_col {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 60px;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 30px;
  background-color: white;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .cereja_sub .link_col {
    margin: 0 auto;
    max-width: none;
  }
}

.cereja_sub .link_col::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.cereja_sub .link_col.out_link::after {
  background-image: url("../image/cereja/external_icon.png");
  width: 20px;
  height: 20px;
}

.cereja_sub .link_col.mail_icon::after {
  background-image: url("../image/cereja/mail_icon.png");
  width: 21px;
  height: 20px;
}

.cereja_sub .link_col.more_icon::after {
  background-image: url("../image/cereja/link_arr.png");
  width: 6px;
  height: 10px;
}

.cereja_sub .link_col:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_01 {
  position: relative;
  width: calc(100% - 200px);
  background-image: url("../image/cereja/img03.jpg");
  padding: 60px 100px 60px 100px;
  margin: 0 100px 120px 100px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_01 {
    width: calc(100% - 100px);
    margin: 0 auto 120px auto;
    padding: 60px 50px 60px 50px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_01 {
    width: calc(100% - 30px);
    margin: 0 auto 60px auto;
    padding: 30px 15px 30px 15px;
  }
}

.cereja_sub .cereja_sub_01::before,
.cereja_sub .cereja_sub_01::after {
  content: "";
  display: block;
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999;
}

.cereja_sub .cereja_sub_01::before {
  background-image: url("../image/cereja/img01.png");
  width: 16vw;
  height: 16vw;
  top: -3.5vw;
  left: -3.5vw;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_01::before {
    display: none;
  }
}

.cereja_sub .cereja_sub_01::after {
  background-image: url("../image/cereja/img02.png");
  width: 25vw;
  height: 24vw;
  bottom: -9vw;
  right: -4vw;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_01::after {
    display: none;
  }
}

.cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::before,
.cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::after {
  content: "";
  display: block;
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}

.cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::before {
  background-image: url("../image/cereja/kv_img04.png");
  width: 26vw;
  height: 13.6vw;
  left: 0;
  top: -12.6vw;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::before {
    width: 276px;
    height: 142px;
    left: calc(8% - 138px);
    top: -120px;
  }
}

@media screen and (max-width: 320px) {
  .cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::before {
    left: calc(-12% - 138px);
  }
}

.cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::after {
  background-image: url("../image/cereja/kv_img05.png");
  width: 28.4vw;
  height: 11.2vw;
  right: -6px;
  top: -10.2vw;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::after {
    width: 305px;
    height: 122px;
    right: calc(5% - 152.5px);
    top: -104px;
  }
}

@media screen and (max-width: 320px) {
  .cereja_sub .cereja_sub_01 .cereja_sub_01_bk_img::after {
    right: calc(-12% - 152.5px);
  }
}

.cereja_sub .cereja_sub_01 .cereja_sub_01_wrap {
  max-width: 1328px;
  margin: 0 auto 0 auto;
}

.cereja_sub .cereja_sub_01 .cereja_sub_01_wrap .sub_title {
  color: white;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_01 .cereja_sub_01_wrap .sub_title {
    margin-bottom: 20px;
  }
}

.cereja_sub .cereja_sub_01 .cereja_sub_01_wrap .sub_title_text {
  color: white;
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 570px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_01 .cereja_sub_01_wrap .sub_title_text {
    font-size: 1rem;
    margin-bottom: 25px;
  }
}

.cereja_sub .cereja_sub_01 .cereja_sub_01_wrap img {
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_01 .cereja_sub_01_wrap img {
    margin-bottom: 30px;
  }
}

.cereja_sub .cereja_sub_01 .text {
  font-size: 1rem;
  line-height: 2;
  color: white;
  text-align: center;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_01 .text {
    text-align: left;
  }
}

.cereja_sub .cereja_sub_02 {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_02 {
    margin-bottom: 60px;
  }
}

.cereja_sub .cereja_sub_02::before,
.cereja_sub .cereja_sub_02::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37vw;
  height: 29vw;
}

@media screen and (max-width: 540px) {

  .cereja_sub .cereja_sub_02::before,
  .cereja_sub .cereja_sub_02::after {
    width: 70vw;
    height: 54vw;
  }
}

.cereja_sub .cereja_sub_02::before {
  background-image: url("../image/cereja/img12.png");
  top: -15vw;
  left: 0;
}

.cereja_sub .cereja_sub_02::after {
  background-image: url("../image/cereja/img13.png");
  bottom: -3vw;
  right: 0;
}

.cereja_sub .cereja_sub_02 .sub_title {
  margin-bottom: 40px;
}

.cereja_sub .cereja_sub_02 .col2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  margin-bottom: 80px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_02 .col2 {
    margin-bottom: 40px;
  }
}

.cereja_sub .cereja_sub_02 .col2.col_reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2.col_reverse {
    flex-direction: column;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols {
  width: calc(50% - 17.5px);
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 .cols {
    width: 100%;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 .cols img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_02 .col2 .cols img {
    margin-bottom: 30px;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title .cereja_sub_02_title_in {
  display: flex;
  align-items: center;
}

.cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title .cereja_sub_02_title_in .cereja_sub_02_title_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../image/cereja/img03.jpg");
  color: white;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.2;
  height: 57px;
  min-width: 110px;
  padding: 8px 10px;
  margin-right: 10px;
}

.cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title::before {
    margin: 0 auto 10px auto;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title.icon01::before {
  background-image: url("../image/cereja/img05.png");
  width: 78px;
  height: 80px;
}

.cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title.icon02::before {
  background-image: url("../image/cereja/img06.png");
  width: 58px;
  height: 80px;
}

.cereja_sub .cereja_sub_02 .col2 .cols .cereja_sub_02_title.icon03::before {
  background-image: url("../image/cereja/img08.png");
  width: 77px;
  height: 80px;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text01 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_02 .col2 .cols .text01 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols .text02 {
  font-size: 1rem;
  line-height: 2.2;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in {
  background-color: white;
  border-radius: 8px;
  margin-top: 8px;
  padding: 6px 10px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 .cols .text_col_in {
    margin: 20px 0 0 0;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in.col2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 .cols .text_col_in.col2 {
    flex-direction: column;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in.col2 .cols {
  width: auto;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in.col2 .cols:nth-child(1) {
  margin-right: 20px;
  min-width: 235px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_02 .col2 .cols .text_col_in.col2 .cols:nth-child(1) {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 10px;
  }
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in.col2 .cols .text02 {
  font-size: 0.875rem;
  line-height: 1.7;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in .icon_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in .icon_col span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.75rem;
  border-radius: 3px;
  padding: 3px 8px;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in .icon_col span.icon_01 {
  background-color: #b39475;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in .icon_col span.icon_02 {
  background-color: #997147;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in .icon_col span.icon_03 {
  background-color: #734517;
}

.cereja_sub .cereja_sub_02 .col2 .cols .text_col_in .icon_col span.icon_04 {
  background-color: #4d2e0f;
}

.cereja_sub .cereja_sub_03 {
  position: relative;
  padding: 120px 0 120px 0;
  background-color: rgba(96, 56, 19, 0.15);
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 {
    padding: 60px 0 60px 0;
  }
}

.cereja_sub .cereja_sub_03::before,
.cereja_sub .cereja_sub_03::after {
  content: "";
  display: block;
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  top: 3vw;
  width: 34vw;
  height: 25vw;
}

@media screen and (max-width: 540px) {

  .cereja_sub .cereja_sub_03::before,
  .cereja_sub .cereja_sub_03::after {
    top: 0;
    width: 35vw;
    height: 30vw;
  }
}

.cereja_sub .cereja_sub_03::before {
  background-image: url("../image/cereja/img14.png");
  left: -3vw;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03::before {
    left: -3vw;
  }
}

.cereja_sub .cereja_sub_03::after {
  background-image: url("../image/cereja/img15.png");
  right: -3vw;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03::after {
    right: -3vw;
  }
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_img::before,
.cereja_sub .cereja_sub_03 .cereja_sub_03_img::after {
  content: "";
  display: block;
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1vw;
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_img::before {
  background-image: url("../image/cereja/img21.png");
  width: 28.8vw;
  height: 15.3vw;
  left: 0;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .cereja_sub_03_img::before {
    display: none;
  }
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_img::after {
  background-image: url("../image/cereja/img22.png");
  width: 21.6vw;
  height: 16.2vw;
  right: 0;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .cereja_sub_03_img::after {
    display: none;
  }
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_wrap {
  max-width: 1060px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_03 .cereja_sub_03_wrap {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .cereja_sub_03_wrap {
    width: calc(100% - 30px);
  }
}

.cereja_sub .cereja_sub_03 .sub_title {
  margin-bottom: 30px;
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_title {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .cereja_sub_03_title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_list {
  margin-bottom: 20px;
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 2;
}

.cereja_sub .cereja_sub_03 .cereja_sub_03_list li::before {
  content: "■";
  display: inline-block;
  font-size: 0.5rem;
}

.cereja_sub .cereja_sub_03 .text05 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 55px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .text05 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .cereja_sub .cereja_sub_03 .text05 {
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
}

.cereja_sub .cereja_sub_03 .text05 span {
  position: relative;
  color: #df3722;
  font-weight: 400;
}

.cereja_sub .cereja_sub_03 .text05 span::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../image/cereja/red_line.png");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: contain;
  height: 6px;
  width: 100%;
  bottom: -7px;
  left: 0;
}

.cereja_sub .cereja_sub_03 .text05 br {
  display: none;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_03 .text05 br {
    display: block;
  }
}

.cereja_sub .cereja_sub_03 .text05 br.sp {
  display: none;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .text05 br.sp {
    display: block;
  }
}

.cereja_sub .cereja_sub_03 .col3 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_03 .col3 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col3 {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.cereja_sub .cereja_sub_03 .col3 .cols {
  width: calc(33.3% - 30px);
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col3 .cols {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cereja_sub .cereja_sub_03 .col3 .cols img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px auto;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col3 .cols img {
    width: 60%;
  }
}

.cereja_sub .cereja_sub_03 .col3 .cols .text04 {
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col3 .cols .text04 {
    font-size: 1rem;
  }
}

.cereja_sub .cereja_sub_03 .col2 {
  display: flex;
  justify-content: center;
  max-width: 910px;
  margin: 0 auto 80px auto;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col2 {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.cereja_sub .cereja_sub_03 .col2 .cols {
  width: calc(100% - 380px);
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col2 .cols {
    width: 100%;
  }
}

.cereja_sub .cereja_sub_03 .col2 .cols:nth-child(2) {
  width: 345px;
  margin-left: 35px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col2 .cols:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}

.cereja_sub .cereja_sub_03 .col2 .cols img {
  display: block;
  max-width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .col2 .cols img {
    margin: 0 auto 30px auto;
  }
}

.cereja_sub .cereja_sub_03 .link_out {
  display: flex;
  justify-content: center;
  position: relative;
  background-image: url("../image/cereja/img03.jpg");
  max-width: 760px;
  padding: 20px;
  margin: 0 auto;
  z-index: 9;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_03 .link_out {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.cereja_sub .cereja_sub_03 .link_out .link_out_text01 {
  display: block;
  color: white;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .link_out .link_out_text01 {
    margin-bottom: 10px;
  }
}

.cereja_sub .cereja_sub_03 .link_out .link_out_text01 br {
  display: none;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .link_out .link_out_text01 br {
    display: block;
  }
}

.cereja_sub .cereja_sub_03 .link_out .link_out_text02 {
  display: block;
  color: white;
  text-align: center;
  font-size: 1.6875rem;
  line-height: 1.4;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_03 .link_out .link_out_text02 {
    font-size: 1.5rem;
  }
}

.cereja_sub .cereja_sub_03 .link_out::before,
.cereja_sub .cereja_sub_03 .link_out::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cereja_sub .cereja_sub_03 .link_out::before {
  background-image: url("../image/cereja/img20.png");
  width: 120px;
  height: 81px;
  left: 20px;
  top: calc(50% - 40.5px);
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_03 .link_out::before {
    position: relative;
    left: auto;
    margin: 0 auto 20px auto;
  }
}

.cereja_sub .cereja_sub_03 .link_out::after {
  background-image: url("../image/cereja/external_icon_white.png");
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
}

.cereja_sub .cereja_sub_03 .link_out:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_04 {
  padding: 120px 0 120px 0;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_04 {
    padding: 60px 0 60px 0;
  }
}

.cereja_sub .cereja_sub_04 .sub_title {
  margin-bottom: 40px;
}

.cereja_sub .cereja_sub_04 .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_04 .col2 {
    flex-direction: column-reverse;
  }
}

.cereja_sub .cereja_sub_04 .col2 .cols {
  width: calc(50% - 20px);
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_04 .col2 .cols {
    width: 100%;
  }
}

.cereja_sub .cereja_sub_04 .col2 .cols img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_04 .col2 .cols img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_04 .col2 .cols img {
    margin-bottom: 30px;
  }
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_title {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  padding-bottom: 20px;
  border-bottom: dashed 1px #999999;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_04 .cereja_sub_04_title {
    font-size: 1.25rem;
  }
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_title::before {
  content: "";
  display: block;
  background-image: url("../image/cereja/cereja_logo02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 94px;
  margin-right: 30px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_04 .cereja_sub_04_title::before {
    width: 84px;
    height: 65px;
    margin-right: 15px;
  }
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_list {
  display: flex;
  padding: 20px 0;
  border-bottom: dashed 1px #999999;
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_list dt {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  min-width: 110px;
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_list dd {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_list dd br {
  display: none;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_04 .cereja_sub_04_list dd br {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_04 .cereja_sub_04_list dd span {
    display: none;
  }
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_list dd .outlink {
  text-decoration: underline;
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_list dd .outlink::after {
  content: "";
  display: inline-block;
  background-image: url("../image/onlinestore.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}

.cereja_sub .cereja_sub_04 .cereja_sub_04_list dd .outlink:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_04 .text06 {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 25px;
}

.cereja_sub .cereja_sub_04 .link_col_wrap {
  margin-bottom: 120px;
}

.cereja_sub .cereja_sub_04 .link_col_wrap .flex-col {
  display: flex;
  margin-bottom: 40px;
}

.cereja_sub .cereja_sub_04 .link_col_wrap .sns {
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_04 .link_col_wrap .sns.instagram-icon {
  margin-right: 53px;
}

.cereja_sub .cereja_sub_04 .link_col_wrap .sns.instagram-icon img {
  display: block;
  width: 34px;
  height: 34px;
}

.cereja_sub .cereja_sub_04 .link_col_wrap .sns.facebook-icon img {
  display: block;
  width: 17px;
  height: 33px;
}

.cereja_sub .cereja_sub_04 .link_col_wrap .sns:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_04 .map_col {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_04 .map_col {
    height: 200px;
  }
}

.cereja_sub .cereja_sub_04 .map_col iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cereja_sub .cereja_sub_05 {
  padding-bottom: 120px;
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_05 {
    padding-bottom: 60px;
  }
}

.cereja_sub .cereja_sub_05 .sub_title {
  margin-bottom: 40px;
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_wrap {
  max-width: 960px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1148px) {
  .cereja_sub .cereja_sub_05 .cereja_sub_05_wrap {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 540px) {
  .cereja_sub .cereja_sub_05 .cereja_sub_05_wrap {
    width: calc(100% - 30px);
  }
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_list {
  margin-bottom: 40px;
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_list .cereja_sub_05_list_li {
  padding: 25px 0;
  border-bottom: dashed 1px #999999;
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_list .cereja_sub_05_list_li a {
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_list .cereja_sub_05_list_li a time {
  display: block;
  color: #f44336;
  font-size: 0.875rem;
  line-height: 1.4;
  min-width: 100px;
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_list .cereja_sub_05_list_li a .title {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_list .cereja_sub_05_list_li a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.cereja_sub .cereja_sub_05 .cereja_sub_05_list .cereja_sub_05_list_li:nth-child(1) {
  border-top: dashed 1px #999999;
}

.cereja_sub .cereja_sub_05 .link_col {
  margin: 0 auto;
}

.selectArea {
  width: 80%;
  margin: 0 auto;
}

.selectRow {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.selectRow a {
  font-size: 1.25rem;
  margin: 0 0px 20px 0px;
  position: relative;
  text-decoration: underline;
  font-weight: 300;
  width: fit-content;
}

.selectRow a:hover {
  opacity: 0.7;
}

.selectRow a::after {
  content: url(../image/downArrow.svg);
  position: absolute;
  top: 40%;
  right: -16px;
  transform: translateY(-50%);
}

.selectNew {
  display: inline-block;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}

.selectNew a {
  text-decoration: underline;
  position: relative;
  margin: 0;
}

.selectNew a:hover {
  opacity: 0.7;
}

.selectNew a::after {
  content: url(../image/downArrow.svg);
  position: absolute;
  top: 40%;
  right: -16px;
  transform: translateY(-50%);
}

.selectNew span {
  background-color: #C7000B;
  color: #fff;
  padding: 4px 5px;
  margin-right: 6px;
}

.selectNew .notNew {
  background-color: transparent;
  color: inherit;
  padding: 0;
  margin-right: 0;
}

.newArea {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 14px;
  margin-bottom: 70px;
}

.newArea .selectNew {
  display: inline-flex;
}

.titleArea .new {
  background-color: #C7000B;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 1rem;
}

.titleBlock {
  position: relative;
  display: flex;
  align-items: center;
}

.titleBlock .pop {
  position: absolute;
  top: -65%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #C7000B;
  width: max-content;
}

.titleBlock .pop::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #C7000B;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(-30deg);
}

.titleBlock .pop::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #C7000B;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(30deg);
}

.newItemPop {
  position: relative;
}

.newItemPop::before {
  content: "";
  border: 40px solid #C7000B;
  border-right-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.newItemPop::after {
  content: "NEW";
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  left: 3px;
  color: #fff;
  transform: rotate(-45deg);
}

.newArea .selectNew {
  margin-bottom: 10px;
}

@media screen and (max-width: 1148px) {
  .selectArea {
    width: 90%;
  }
}

@media screen and (max-width: 930px) {
  .selectArea {
    width: 100%;
  }

  .selectRow {
    grid-template-columns: repeat(3, 1fr);
  }

  .selectRow a {
    font-size: 1rem;
  }

  .selectNew span {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 540px) {
  .newArea {
    font-size: 0.875rem;
  }

  .selectArea {
    width: 100%;
  }

  .selectNew {
    margin: 0 20px 20px 10px;
  }

  .selectNew span {
    font-size: 0.75rem;
  }

  .selectRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .selectRow a {
    font-size: 1rem;
    margin: 0 30px 20px 10px;
    display: inline-block;
    width: fit-content;
  }

  .selectNew a {
    margin: 0;
  }

  .titleBlock .pop {
    top: -30%;
  }

  .newArea {
    text-align: left;
    align-items: flex-start;
  }

  .newArea .selectNew {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .newArea .selectNew span {
    width: fit-content;
    margin-bottom: 4px;
  }

  .newArea .selectNew a {
    display: inline-block;
    padding-right: 13px;
    width: 100%;
  }

  .newArea .selectNew a::after {
    right: -5px;
  }
}

.menuArea .anchor {
  pointer-events: none;
}

.menuArea .under {
  margin-bottom: 0 !important;
}

.menuArea .mab_80,.menuArea .mab_40sp {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 540px) {
  .menuArea .mab_80,.menuArea .mab_40sp {
    margin-bottom: 60px !important;
  }
}



/************************************************  追加修正  ************************************************/
.spOnly,
.underLg {
  display: none;
}

.ly_cont {
  max-width: 1280px;
  margin: 0 auto;
}

html body #imageArea #imgSep .img-h2-longMes .col-text {
  width: 460px;
}

html body #imageArea #imgSep .img-h2-longMes .col-img {
  width: calc(100% - 460px);
}

html body .imageArea .imgSep .img-h3Ve4 .col img {
  margin: 0 0 20px 0;
}

html body .imageArea .imgSep .img-h3Ve4 .col h3.pdf {
  font-size: 1.25rem;
  display: block;
}

html body .imageArea .imgSep .img-h3Ve4 .col h3.pdf::after {
  margin-left: 10px;
  top: 2px;
  display: inline-block;
}

.bl_banner {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto 120px;
  text-align: center;
}

.bl_banner a {
  transition: opacity 0.2s ease;
  text-align: center;
  display: inline-block;
}

.bl_banner a:hover {
  opacity: .7;
}

.bl_banner a img {
  max-width: 100%;
}

.bl_banner .pc {
  display: inline-block;
}

.bl_banner .sp {
  display: none;
}

#newsArea {
  border-top: 5px solid #F6F4EF;
  padding-top: 100px;
}

.el_comingSoon {
  position: relative;
  pointer-events: none;
}

.el_comingSoon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(63, 37, 30, .8);
  z-index: 99;
}

.el_comingSoon::after {
  content: "coming soon";
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13deg);
  z-index: 99;
}

.el_comingSoon__mw760 {
  max-width: 760px;
  margin: 0 auto;
}

.el_comingSoon__small::after {
  font-size: 1rem;
}

html body #backArea #back-img-step .online a.store {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

.hp_pointerNone {
  pointer-events: none;
}

html body #kv .kvNews {
  max-width: 450px;
}

.el_noteTxt {
  display: inline-block;
  font-size: 0.875rem;
  color: #808080;
}

.center {
  text-align: center;
}

.mb30 {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.menuArea a {
  display: block;
}

.menuArea a+a{
  margin-top: 10px;
}

.menuArea .under:hover{
  text-decoration: none !important;
}

.selectRow .selectLink:hover{
  text-decoration: none !important;
}

.hp_red {
  color: #C7000B;
}

.hp_bold {
  font-weight: bold;
}



@media screen and (max-width: 1520px) {
  .underLg {
    display: inline-block;
  }
}

@media screen and (max-width: 1148px) {
  html body #imageArea #imgSep .img-h2-longMes .col-text {
    width: 100%;
    text-align: center;
  }

  html body #imageArea #imgSep .img-h2-longMes .col-img {
    width: 100%;
    height: 47vw;
  }

  .bl_banner .pc {
    display: none;
  }

  .bl_banner .sp {
    display: inline-block;
  }

  .bl_banner {
    margin-bottom: 80px;
  }

  #newsArea {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: inline-block;
  }

  #mainHeader .onlineStore a {
    font-size: 10px;
  }

  .el_comingSoon::after {
    font-size: 1rem;
  }
}