<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main {
  display: block;
}

.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

html {
  line-height: 1;
  font-size: 16px;
}
/* 共通 */

body {
  background-color: #EDEDE6;
  font-family: "A-OTF Ryumin Pr6N";
  color: #333;
}

a {
  color: #000;
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a:hover {
  text-decoration: none;
}

.mv-under {
  height: 240px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .mv-under {
    height: 160px;
  }
}
.mv-under p,.mv-under h1 {
  height: 40px;
  margin: auto;
  right: 0;
  left: 0;
  max-width: 1120px;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  text-align: left;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .mv-under p,.mv-under h1 {
    font-size: 20px;
    left: 10px;
  }
}

.breadcrumb {
  font-size: 14px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  .breadcrumb {
    display: none;
  }
}

.top-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .top-title {
    margin-bottom: 20px;
  }
  .top-title img {
    height: 34px;
  }
}

.contents {
  margin-top: 60px;
}

.tell-size {
  max-width: 552px;
  margin: auto;
}
.tell-size p.red {
  margin-top: 5px;
  font-size: 17px;
  color: #e01414;
}
@media screen and (max-width: 769px) {
  .tell-size p.red {
    font-size: 10px;
  }
}

.middle-title2 {
  font-size: 18px;
  margin-top: 0px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .middle-title2 {
    font-size: 14px;
  }
}

.caption {
  padding: 0 10px;
}

.map__title p {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .map__title p {
    font-size: 24px;
  }
}

.map__image {
  padding-bottom: 60px;
}

.foot-sp {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 3;
}

.pagetop {
  display: none;
}
@media screen and (max-width: 769px) {
  .pagetop {
    display: block;
    font-size: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #4e87ab;
    border-radius: 100%;
    background: #fff;
    position: relative;
  }
  .pagetop::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4e87ab;
    border-right: 2px solid #4e87ab;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

main {
  display: block;
}

#js-cover {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
@media screen and (max-width: 769px) {
  #js-cover.open {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp-only {
    display: block;
  }
}

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

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.green {
  color: #0082a5;
}

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .mb-10 {
    margin-bottom: 5px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.common-inner {
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .common-inner {
    padding: 0 10px;
  }
}

.common-note {
  max-width: 1120px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .common-note {
    font-size: 1rem;
  }
}

.under-white {
  background: #fff;
  width: 98%;
  height: 182px;
  opacity: 0.5;
  margin: 10px 1%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 769px) {
  .under-white {
    height: 102px;
  }
}
.under-white img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .under-white img {
    max-height: 40px;
  }
}

@media screen and (max-width: 769px) {
  .map__title img {
    max-height: 40px;
  }
}

h2.common-title {
  font-weight: normal;
  color: #666;
  font-size: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 769px) {
  h2.common-title {
    font-size: 14px;
  }
}

.center-btn {
  text-align: center;
}

.contents-wrapper {
  margin-top: 93px;
}
@media screen and (max-width: 966px) {
  .contents-wrapper {
    margin-top: 90px;
  }
}
@media screen and (max-width: 769px) {
  .contents-wrapper {
    margin-top: 60px;
  }
}

.saler-logo {
  max-width: 160px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 769px) {
  .saler-logo {
    max-width: 240px;
  }
}

.navi--header .navi__item span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 1em;
  position: relative;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  opacity: 0.5;
}

@media screen and (max-width: 769px) {
  .navi--menu .navi__item span {
    height: 50px;
  }

  .navi--menu .navi__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 0.5em;
    position: relative;
    opacity: 0.5;
  }
}
.sp-footer {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .sp-footer li {
    width: 20%;
    border-right: 1px solid #fff;
  }
  .sp-footer li img {
    max-width: 100%;
  }
  .sp-footer li a:hover img {
    opacity: 1;
  }
  .sp-footer li:last-child {
    border-right: 1px solid #019973;
  }
}

.js-loaded #leaf .inner div {
  opacity: 0;
  -webkit-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  -webkit-animation-name: Drop;
  animation-name: Drop;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 769px) {
  .js-loaded #leaf .inner div {
    -webkit-animation-name: Drop-sp;
            animation-name: Drop-sp;
  }
}

#leaf .inner div {
  opacity: 0;
  -webkit-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  -webkit-animation-name: Drop;
  animation-name: Drop;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 769px) {
  #leaf .inner div {
    -webkit-animation-name: Drop-sp;
            animation-name: Drop-sp;
  }
}

.main-mv {
  position: relative;
}

.main-mv2 {
  position: relative;
}

#leaf {
  text-align: center;
}

.inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#leaf .inner div {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 100;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  background: url("../img/pc/leaf.png") no-repeat;
}
@media screen and (max-width: 769px) {
  #leaf .inner div {
    width: 6px;
    height: 6px;
    background-size: 6px 6px !important;
  }
}

#leaf .inner div.flake2,
#leaf .inner div.flake4,
#leaf .inner div.flake6,
#leaf .inner div.flake8,
#leaf .inner div.flake12,
#leaf .inner div.flake14,
#leaf .inner div.flake16,
#leaf .inner div.flake18 {
  background-size: 5px 5px !important;
}
@media screen and (max-width: 769px) {
  #leaf .inner div.flake2,
#leaf .inner div.flake4,
#leaf .inner div.flake6,
#leaf .inner div.flake8,
#leaf .inner div.flake12,
#leaf .inner div.flake14,
#leaf .inner div.flake16,
#leaf .inner div.flake18 {
    background-size: 4px 4px !important;
  }
}

.flake1 {
  left: 5%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.flake2 {
  left: 10%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.flake3 {
  left: 15%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.flake4 {
  left: 20%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.flake5 {
  left: 25%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flake6 {
  left: 30%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.flake7 {
  left: 35%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.flake8 {
  left: 40%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.flake9 {
  left: 45%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.flake10 {
  left: 50%;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.flake1 {
  left: 5%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.flake2 {
  left: 10%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.flake3 {
  left: 15%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.flake4 {
  left: 20%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.flake5 {
  left: 25%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flake6 {
  left: 30%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.flake7 {
  left: 35%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.flake8 {
  left: 40%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.flake9 {
  left: 45%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.flake10 {
  left: 50%;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.flake12 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 769px) {
  .flake12 {
    top: 20%;
  }
}

.flake13 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 769px) {
  .flake13 {
    top: 20%;
  }
}

.flake14 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@media screen and (max-width: 769px) {
  .flake14 {
    top: 20%;
  }
}

.flake15 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width: 769px) {
  .flake15 {
    top: 20%;
  }
}

.flake16 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@media screen and (max-width: 769px) {
  .flake16 {
    top: 20%;
  }
}

.flake17 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 769px) {
  .flake17 {
    top: 20%;
  }
}

.flake18 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@media screen and (max-width: 769px) {
  .flake18 {
    top: 20%;
  }
}

.flake19 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
@media screen and (max-width: 769px) {
  .flake19 {
    top: 20%;
  }
}

.flake20 {
  left: 0%;
  top: 40%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (max-width: 769px) {
  .flake20 {
    top: 20%;
  }
}

@-webkit-keyframes Drop {
  0% {
    -webkit-transform: translateY(0px) translateX(0);
            transform: translateY(0px) translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(150px) translateX(100px);
            transform: translateY(150px) translateX(100px);
  }
  50% {
    -webkit-transform: translateY(300px) translateX(300px);
            transform: translateY(300px) translateX(300px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(450px) translateX(500px);
            transform: translateY(450px) translateX(500px);
  }
  100% {
    -webkit-transform: translateY(600px) translateX(800px);
            transform: translateY(600px) translateX(800px);
    opacity: 0.5;
  }
}

@keyframes Drop {
  0% {
    -webkit-transform: translateY(0px) translateX(0);
            transform: translateY(0px) translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(150px) translateX(100px);
            transform: translateY(150px) translateX(100px);
  }
  50% {
    -webkit-transform: translateY(300px) translateX(300px);
            transform: translateY(300px) translateX(300px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(450px) translateX(500px);
            transform: translateY(450px) translateX(500px);
  }
  100% {
    -webkit-transform: translateY(600px) translateX(800px);
            transform: translateY(600px) translateX(800px);
    opacity: 0.5;
  }
}
@-webkit-keyframes Drop-sp {
  0% {
    -webkit-transform: translateY(0px) translateX(0);
            transform: translateY(0px) translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(100px) translateX(100px);
            transform: translateY(100px) translateX(100px);
  }
  50% {
    -webkit-transform: translateY(200px) translateX(200px);
            transform: translateY(200px) translateX(200px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(250px) translateX(250px);
            transform: translateY(250px) translateX(250px);
  }
  100% {
    -webkit-transform: translateY(400px) translateX(400px);
            transform: translateY(400px) translateX(400px);
    opacity: 0.5;
  }
}
@keyframes Drop-sp {
  0% {
    -webkit-transform: translateY(0px) translateX(0);
            transform: translateY(0px) translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(100px) translateX(100px);
            transform: translateY(100px) translateX(100px);
  }
  50% {
    -webkit-transform: translateY(200px) translateX(200px);
            transform: translateY(200px) translateX(200px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(250px) translateX(250px);
            transform: translateY(250px) translateX(250px);
  }
  100% {
    -webkit-transform: translateY(400px) translateX(400px);
            transform: translateY(400px) translateX(400px);
    opacity: 0.5;
  }
}
@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.middle-nav-wrapper {
  position: absolute;
  margin: auto;
  top: 67%;
  left: 0;
  right: 0;
  max-width: 1120px;
}
@media (max-width: 1500px) {
  .middle-nav-wrapper {
    top: 55%;
  }
}
@media (max-width: 800px) {
  .middle-nav-wrapper {
    position: relative;
    top: 0;
  }
}

.middle-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .middle-nav {
    border-top: solid 1px #ccc;
    display: -ms-grid;
    display: grid;
    gap: 0;
    -ms-grid-rows: auto 0 auto;
    -ms-grid-columns: 1fr 0 1fr;
        grid-template: "item1 item2" auto "item3 item4" auto/1fr 1fr;
  }
  .middle-nav .item1 {
    grid-area: item1;
  }
  .middle-nav .item2 {
    grid-area: item2;
  }
  .middle-nav .item3 {
    grid-area: item3;
  }
  .middle-nav .item4 {
    grid-area: item4;
  }
  .middle-nav .item5 {
    grid-area: item5;
  }
}
.middle-nav .nav-item {
  margin: 0 2px;
}
.middle-nav .nav-item img {
  width: 100%;
}
@media (max-width: 800px) {
  .middle-nav .nav-item {
    margin: 0;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }
}
.middle-nav .nav-item .nav-main.main1 {
  cursor: pointer;
  background: url("../img/pc/img_nav_1_text_off.png") center center/cover no-repeat;
}
.middle-nav .nav-item .nav-main.main1.open {
  background: url("../img/pc/img_nav_1_text_on.png") center center/cover no-repeat;
}
.middle-nav .nav-item .nav-main.main2 {
  cursor: pointer;
  background: url("../img/pc/img_nav_2_text_off.png") center center/cover no-repeat;
}
.middle-nav .nav-item .nav-main.main2.open {
  background: url("../img/pc/img_nav_2_text_on.png") center center/cover no-repeat;
}
.middle-nav .nav-item .nav-sub {
  display: none;
}
@media (max-width: 800px) {
  .middle-nav .nav-item .nav-sub {
    width: 200%;
    /*&amp;.nav-sub2 {
      left: -100%;
      position: relative;
    }*/
  }
}
.middle-nav .nav-item .nav-sub .nav-sub-item {
  margin-top: 4px;
}
@media (max-width: 800px) {
  .middle-nav .nav-item .nav-sub .nav-sub-item {
    text-align: center;
    position: relative;
    padding: 5px 0;
    z-index: 1;
    background: #fff;
    margin-top: 0;
    border-top: solid 1px #ccc;
  }
}
.middle-nav .nav-item .nav-sub .nav-sub-item a {
  display: block;
}
@media (max-width: 800px) {
  .middle-nav .nav-item .nav-sub .nav-sub-item img {
    width: 80%;
  }
}

.middle-nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {

/*
  .middle-nav2 {
    border-top: solid 1px #ccc;
    display: -ms-grid;
    display: grid;
    gap: 0;
    -ms-grid-rows: auto 0 auto 0 auto;
    -ms-grid-columns: 1fr 0 1fr;
        grid-template: "item1 item3" auto "item2 item5" auto "item4 item6" auto/1fr 1fr;
  }
*/

.middle-nav2 {
  border-top: solid 1px #ccc;
  display: -ms-grid;
  display: grid;
  gap: 0;
}
.middle-nav2.login_nav {
/*  grid-template: "item1 item3" auto "item2 item5" auto "item4 item6" auto "item8 item9" auto/1fr 1fr;*/
}
.middle-nav2.login_nav .item0 {
  display:none;
}
.middle-nav2.logout_nav {
/*  grid-template: "item1 item3" auto "item2 item5" auto "item4 item6" auto/1fr 1fr;*/
}
.middle-nav2.logout_nav .item8,
.middle-nav2.logout_nav .item9 {
  display:none;
}


.middle-nav2 .item1 {
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}
.middle-nav2 .item2 {
  grid-row: 2 / 3;
  grid-column: 1 / 1;
}
.middle-nav2 .item3 {
  grid-row: 1 / 1;
  grid-column: 2 / 2;
}
.middle-nav2 .item4 {
  grid-row: 3 / 3;
  grid-column: 1 / 2;
}
.middle-nav2 .item5 {
  grid-row: 2 / 2;
  grid-column: 2 / 3;
}
.middle-nav2 .item6 {
  grid-row: 3 / 3;
  grid-column: 2 / 2;
}
.middle-nav2 .item8 {
  grid-row: 4 / 4;
  grid-column: 1 / 2;
}
.middle-nav2 .item9 {
  grid-row: 4 / 4;
  grid-column: 2 / 2;
}
.middle-nav2 .item0 {
  grid-row: 4 / 4;
  grid-column: 1 / 3;
}



/*
  .middle-nav2 .item1 {
    grid-area: item1;
  }
  .middle-nav2 .item2 {
    grid-area: item2;
  }
  .middle-nav2 .item3 {
    grid-area: item3;
  }
  .middle-nav2 .item4 {
    grid-area: item4;
  }
  .middle-nav2 .item5 {
    grid-area: item5;
  }
  .middle-nav2 .item6 {
    grid-area: item6;
  }
  .middle-nav2 &gt; .item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .middle-nav2 &gt; .item2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .middle-nav2 &gt; .item3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .middle-nav2 &gt; .item4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .middle-nav .item5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 800px){
  .middle-nav .item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .middle-nav .item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .middle-nav .item3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .middle-nav .item4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .middle-nav2 .item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .middle-nav2 &gt; .item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .middle-nav2 .item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .middle-nav2 &gt; .item2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .middle-nav2 .item3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .middle-nav2 &gt; .item3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .middle-nav2 .item4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .middle-nav2 &gt; .item4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .middle-nav2 .item5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .middle-nav2 .item6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .middle-nav2 .item7 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
*/

}
.middle-nav2 .nav-item {
  margin: 0 2px;
}
.middle-nav2 .nav-item img {
  width: 100%;
}
@media (max-width: 800px) {
  .middle-nav2 .nav-item {
    margin: 0;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }
}
.middle-nav2 .nav-item .nav-main.main1 {
  cursor: pointer;
  background: url("../img/pc/img_nav_1_text_off.png") center center/cover no-repeat;
}
.middle-nav2 .nav-item .nav-main.main1.open {
  background: url("../img/pc/img_nav_1_text_on.png") center center/cover no-repeat;
}
.middle-nav2 .nav-item .nav-main.main2 {
  cursor: pointer;
  background: url("../img/pc/img_nav_2_text_off.png") center center/cover no-repeat;
}
.middle-nav2 .nav-item .nav-main.main2.open {
  background: url("../img/pc/img_nav_2_text_on.png") center center/cover no-repeat;
}
.middle-nav2 .nav-item .nav-main.main3 {
  cursor: pointer;
  background: url("../img/pc/img_nav_2_text_off.png") center center/cover no-repeat;
}
.middle-nav2 .nav-item .nav-main.main3.open {
  background: url("../img/pc/img_nav_2_text_on.png") center center/cover no-repeat;
}
.middle-nav2 .nav-item .nav-sub {
  display: none;
}
@media (max-width: 800px) {
  .middle-nav2 .nav-item .nav-sub {
    width: 200%;
  }
}
.middle-nav2 .nav-item .nav-sub .nav-sub-item {
  margin-top: 4px;
}
@media (max-width: 800px) {
  .middle-nav2 .nav-item .nav-sub .nav-sub-item {
    text-align: center;
    position: relative;
    padding: 5px 0;
    z-index: 1;
    background: #fff;
    margin-top: 0;
    border-top: solid 1px #ccc;
  }
}
.middle-nav2 .nav-item .nav-sub .nav-sub-item a {
  display: block;
}
@media (max-width: 800px) {
  .middle-nav2 .nav-item .nav-sub .nav-sub-item img {
    width: 80%;
  }
}

.g-header {
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 0 0 0;
}
@media screen and (max-width: 769px) {
  .g-header {
    padding: 0;
  }
}
.g-header .g-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 769px) {
  .g-header .g-header-inner {
    display: block;
  }
}
.g-header .logo {
  padding-left: 20px;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .g-header .logo {
    font-size: 2rem;
    padding: 10px;
    position: relative;
    z-index: 2;
  }
}
.g-header .logo a {
  color: #07368a;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g-header .logo a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.g-header .logo img {
  max-height: 40px;
}
.g-header .menu-text {
  display: none;
}
@media screen and (max-width: 769px) {
  .g-header .menu-text {
    display: block;
    position: absolute;
    z-index: 2;
/*    top: 32px;
    right: 11px;*/
    top: 36px;
    right: 25px;
    text-align: center;
    font-size: 9px;
  }
}
.g-header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 769px) {
  .g-header .hamburger-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
/*    top: 10px;
    right: 10px;*/
    top: 16px;
    right: 23px;
    width: 30px;
    height: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.g-header .hamburger-menu &gt; span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #112D4E;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.g-header .hamburger-menu &gt; span:nth-of-type(1) {
  top: 0;
}
.g-header .hamburger-menu &gt; span:nth-of-type(2) {
  top: 9px;
}
.g-header .hamburger-menu &gt; span:nth-of-type(3) {
  bottom: 0;
}
.g-header .hamburger-menu.is-hamburger-open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.g-header .hamburger-menu.is-hamburger-open &gt; span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.g-header .hamburger-menu.is-hamburger-open &gt; span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.g-header .hamburger-menu.is-hamburger-open &gt; span:nth-of-type(3) {
  opacity: 0;
}
.g-header .g-nav-list-wrapper {
  display: none;
}
@media screen and (max-width: 769px) {
  .g-header .g-nav-list-wrapper {
    position: fixed;
    display: block;
    background: #fff;
/*    top: -100vh;*/
    top: -240vh;
    z-index: 1;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.g-header .g-nav-list-wrapper.is-hamburger-open {
  display: none;
}
@media screen and (max-width: 769px) {
  .g-header .g-nav-list-wrapper.is-hamburger-open {
    display: block;
    top: 60px;
  }
}
.g-header .g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .g-header .g-nav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
  }
}
.g-header .g-nav-list li {
  width: 16.666%;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .g-header .g-nav-list li {
    width: 50%;
    font-size: 1.4rem;
    padding: 15px;
  }
}
.g-header .g-nav-list li.sp-entry-btn {
  width: 90%;
  margin: auto;
  background: #019973;
  margin-bottom: 20px;
}
.g-header .g-nav-list li.sp-entry-btn a {
  color: #fff;
}
.g-header .g-nav-list .soon,
.g-header .g-nav-list a {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  padding: 0 35px;
}
@media screen and (max-width: 769px) {
  .g-header .g-nav-list .soon,
.g-header .g-nav-list a {
    padding: 0;
  }
}
.g-header .g-nav-list .soon::after,
.g-header .g-nav-list a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 1px;
}
@media screen and (max-width: 769px) {
  .g-header .g-nav-list .soon::after,
.g-header .g-nav-list a::after {
    bottom: -10px;
  }
}
.g-header .g-nav-list .soon {
  color: #aaa;
  position: relative;
}
.g-header .g-nav-list a.selected, .g-header .g-nav-list a:hover {
  text-decoration: none;
}
.g-header .g-nav-list a.selected::after, .g-header .g-nav-list a:hover::after {
  background: #000;
}
.g-header .pickup::before {
  content: "PICK UP";
  background-color: #ff0000;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  width: 120px;
  position: absolute;
  z-index: 100;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .g-header .pickup::before {
    content: none;
  }
}
.g-header .soon::before {
  content: "coming soon";
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 13px;
  padding: 2px 5px;
  width: 120px;
  height: 18px;
  position: absolute;
  z-index: 100;
  top: -47px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.g-header .new::before {
  content: "New";
  background-color: #019973;
  border: 1px solid #019973;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px;
  width: 120px;
  height: 18px;
  position: absolute;
  z-index: 100;
  top: -47px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.g-header .aside-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .g-header .aside-nav {
    display: none;
  }
}
.g-header .aside-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #aaa;
  height: 60px;
  text-align: center;
}
.g-header .aside-nav li.purple {
  background: #5C3A93;
}
.g-header .aside-nav li.purple a {
  color: #fff;
}
.g-header .aside-nav li a {
  display: block;
  padding: 0px 25px;
}
@media screen and (max-width: 966px) {
  .g-header .aside-nav li a {
    padding: 0 15px;
    font-size: 12px;
  }
}
.g-header .aside-nav .btn-request {
  color: #fff;
  background: #E60012;
  padding: 10px;
}

.position-link {
  position: relative;
}

.position-menu {
  display: none;
}

.position-menu:hover, .position-link:hover .position-menu {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  /* width: 160px; */
  width: 209px;
  right: 0;
  left: 0;
  top: 0;
  z-index: 220;
}
.position-menu:hover .position-menu-li, .position-link:hover .position-menu .position-menu-li {
  border-bottom: solid 1px #aaa;
  border-right: solid 1px #aaa;
  border-left: solid 1px #aaa;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.position-menu:hover a, .position-link:hover .position-menu a {
  margin: auto;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}
.position-menu:hover a:hover, .position-link:hover .position-menu a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.position-menu:hover a:after, .position-link:hover .position-menu a:after {
  display: none;
}

.bk-header {
  background: #000;
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .bk-header {
    display: none;
  }
}

.bk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bk-flex p.text {
  font-size: 12px;
}
@media screen and (max-width: 966px) {
  .bk-flex p.text {
    font-size: 10px;
  }
}

.bk-right-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bk-right-navi .nav {
  margin-right: 40px;
}
@media screen and (max-width: 966px) {
  .bk-right-navi .nav {
    margin-right: 20px;
    font-size: 12px;
  }
}
.bk-right-navi .nav:last-child {
  margin-right: 0;
}
.bk-right-navi a {
  color: #fff;
}
.bk-right-navi .btn-arw {
  position: relative;
  display: block;
  padding-left: 10px;
}
.bk-right-navi .btn-arw::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 4px 4px 0 4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.footer-store-list {
  max-width: 750px;
  margin: 0 auto 30px;
}

.store-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.store-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store-list-flex li {
  width: 30%;
  margin-right: 5%;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .store-list-flex li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.store-list-flex li:nth-child(3n) {
  margin-right: 0;
  width: 20%;
}
@media screen and (max-width: 769px) {
  .store-list-flex li:nth-child(3n) {
    width: 48%;
  }
}

ul.footer-flex {
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
@media screen and (max-width: 769px) {
  ul.footer-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
ul.footer-flex li {
  width: 25%;
}
@media screen and (max-width: 769px) {
  ul.footer-flex li {
    width: 49%;
    margin-bottom: 10px;
  }
}
ul.footer-flex li p {
  font-weight: bold;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 769px) {
  ul.footer-flex li p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
ul.footer-flex li a.bold {
  font-weight: bold;
}
ul.footer-flex li a {
  color: #333;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 769px) {
  ul.footer-flex li a {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.bk-footer {
  background-color: #000;
  padding: 10px 0;
  color: #fff;
}
.bk-footer a {
  color: #fff;
}
.bk-footer ul.footer-logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px auto 18px;
}
@media screen and (max-width: 769px) {
  .bk-footer ul.footer-logo-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bk-footer ul.footer-logo-flex li {
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .bk-footer ul.footer-logo-flex li {
    width: 48%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.bk-footer ul.footer-logo-flex li img {
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .bk-footer ul.footer-logo-flex li img {
    height: 16px;
  }
}
.bk-footer ul.footer-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px auto 18px;
}
@media screen and (max-width: 769px) {
  .bk-footer ul.footer-link-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bk-footer ul.footer-link-flex li {
  margin-right: 20px;
  text-align: center;
}
.bk-footer ul.footer-link-flex li a {
  font-size: 13px;
  color: #f5f5f5;
}
@media screen and (max-width: 769px) {
  .bk-footer ul.footer-link-flex li {
    width: 48%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .bk-footer ul.footer-link-flex li a {
    font-size: 11px;
    color: #f5f5f5;
  }
}
.bk-footer ul.footer-link-flex li img {
  max-width: 100%;
}
.bk-footer ul.footer-link-flex li:last-child {
  margin-right: 0;
}
.bk-footer ul.footer-tag-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px auto 18px;
}
.bk-footer ul.footer-tag-flex li {
  margin-right: 10px;
  text-align: center;
}
.bk-footer ul.footer-tag-flex li img {
  max-width: 100%;
}
.bk-footer .copyright {
  text-align: center;
  margin: auto;
  display: block;
}

.g-footer-sitemap {
  background: #F7F5F5;
}
.g-footer-sitemap__inner {
  max-width: 1120px;
  margin: auto;
  padding: 90px 0;
}
@media screen and (max-width: 769px) {
  .g-footer-sitemap__inner {
    padding: 20px 5%;
  }
}
.g-footer-sitemap .sitemap-primary,
.g-footer-sitemap .sitemap-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .g-footer-sitemap .sitemap-primary,
.g-footer-sitemap .sitemap-secondary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.g-footer-sitemap .sitemap-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
}
@media screen and (max-width: 769px) {
  .g-footer-sitemap .sitemap-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .g-footer-sitemap .sitemap-item:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.g-footer-sitemap .sitemap-item.wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.g-footer-sitemap .sitemap-item.wide .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-footer-sitemap .sitemap-item.wide .item-list &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
}
@media screen and (max-width: 769px) {
  .g-footer-sitemap .sitemap-item.wide .item-list &gt; li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.g-footer-sitemap .sitemap-item .item-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  margin-bottom: 10px;
}
.g-footer-sitemap .sitemap-item .item-list &gt; li {
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .g-footer-sitemap .sitemap-item .item-list &gt; li {
    padding: 4px 0;
  }
}
.g-footer-sitemap .sitemap-item .item-list &gt; li.arw {
  padding-left: 5px;
}
.g-footer-sitemap .sitemap-item .item-list &gt; li.arw::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 3px 0 3px 3px;
}

#page-top {
  /* モーダル コンテンツエリア */
  /* モーダル 背景エリア */
}
#page-top .slide-item {
  width: 90% !important;
  margin: auto;
}
#page-top .slide-item p {
  font-size: 12px;
}
#page-top .modal-main {
  display: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 2000;
  max-width: 683px;
  height: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#page-top .modal-main ::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#page-top .modal-main2 {
  display: none;
  margin: auto 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  position: fixed;
  z-index: 2000;
  max-width: 1000px;
  height: auto;
}
#page-top .modal-main3 {
  display: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  position: fixed;
  z-index: 2000;
  width: 960px;
  height: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#page-top .modal-main3 ::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (max-width: 768px) {
  #page-top .modal-main, #page-top .modal-main2, #page-top .modal-main3 {
    width: 100%;
  }
}
#page-top #modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#page-top .info-cms-box {
  max-width: 1000px;
  margin: auto;
  max-height: 400px;
  overflow: scroll;
}
#page-top .info-cms-box #index-cms-wrap .location span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-top .info-cms-box #index-cms-wrap .location span {
    font-size: 10px;
  }
}
#page-top .info-cms-box #index-cms-wrap .info_list li {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-top .info-cms-box #index-cms-wrap .info_list li {
    font-size: 11px;
  }
}
#page-top .info-cms-box #index-cms-wrap .info_list li span {
  font-weight: bold;
}
#page-top .info-cms-box #index-cms-wrap .info_list li a {
  color: #0951A2;
}
#page-top .info-cms-box #index-cms-wrap .info_list li .preview-img-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media screen and (max-width: 769px) {
  #page-top .info-cms-box #index-cms-wrap .info_list li .preview-img-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
#page-top .info-box {
  max-height: 400px;
  overflow: scroll;
}
#page-top .slick img {
  width: 100%;
}
#page-top .slick li {
  position: relative;
}
#page-top .box-txt-under {
  padding-bottom: 20px;
}
#page-top .main-mv.js-loaded {
  opacity: 1;
}
#page-top .mv {
  position: relative;
  text-align: center;
}
#page-top .mv .img-max img {
  width: 100%;
}

/* *********************************************** */
/* add by 2021.12.23 */
#page-top .mv .president_message {
  position: fixed;
  top: 25vw;
  right: 3vw;
  z-index: 100;
}

#page-top .mv .president_message img {
  width: 13vw;
}

@media screen and (max-width: 769px) {
  #page-top .mv .president_message {
    position: fixed;
    /*top: 51vw;*/
    top: 130vw;
    right: 1vw;
    z-index: 100;
  }

  #page-top .mv .president_message a {
    outline: none;
  }

  #page-top .mv .president_message img {
    width: 31vw;
  }

  .modaal-video .modaal-inner-wrapper {
    padding: 0;
  }

  div.modaal-video-wrap {
    margin: auto 0px;
  }
}
/* *********************************************** */
#page-top .slide-wrapper {
  background: #FAFAFA;
  padding: 33px 0;
}
#page-top .slide {
  padding: 0 70px;
}
#page-top .slide button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-top .slide .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: 40%;
  margin-top: -15px;
}
#page-top .slide .prev-arrow {
  left: 0;
}
#page-top .slide .next-arrow {
  right: 0;
}
#page-top .slide .slide-dots {
  margin-top: 20px;
}
#page-top .slide .slide-item img {
  margin: 0px auto;
}
@media screen and (max-width: 769px) {
  #page-top .slide .slide-item img {
    width: 100%;
  }
}
#page-top .topic {
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #page-top .topic {
    padding: 30px 0;
  }
}
#page-top .topic-info {
  display: block;
  border: 1px solid #0951A2;
  color: #0951A2;
  font-size: 16px;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  padding: 4px;
  cursor: pointer;
  cursor: hand;
}
#page-top .info {
  padding: 60px 0;
  background: #FAFAFA;
}
@media screen and (max-width: 769px) {
  #page-top .info {
    padding: 30px 0;
  }
}
#page-top .lineup {
  padding: 60px 0;
  background: #FAFAFA;
}
@media screen and (max-width: 769px) {
  #page-top .lineup {
    padding: 30px 0;
  }
}
#page-top .property {
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #page-top .property {
    padding: 30px 0;
  }
}
#page-top .benefit {
  background: url("../img/pc/img_bg.png");
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #page-top .benefit {
    padding: 30px 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#page-top .top-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-top .top-title {
    margin-bottom: 20px;
  }
  #page-top .top-title img {
    height: 34px;
  }
}
#page-top .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px;
  max-width: 1000px;
}
#page-top .info-flex .thumb img {
  max-width: 200px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #page-top .info-flex .thumb img {
    max-width: 100px;
  }
}
#page-top .info-flex .date {
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  #page-top .info-flex .date {
    margin-right: 5px;
    font-size: 9px;
  }
}
#page-top .info-flex .tag {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 6px;
  margin-right: 40px;
}
@media screen and (max-width: 769px) {
  #page-top .info-flex .tag {
    margin-right: 5px;
    font-size: 9px;
  }
}
#page-top .info-flex .purple {
  background-color: #5C3A93;
  color: #fff;
}
#page-top .info-flex .blue {
  background-color: #0951A2;
  color: #fff;
}
#page-top .info-flex .text {
  color: #000;
}
#page-top .info-flex .text a {
  color: #0951A2;
}
@media screen and (max-width: 769px) {
  #page-top .info-flex .text {
    font-size: 11px;
    max-width: 240px;
  }
}
#page-top .property-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
/*
      justify-content: space-between;
*/
  justify-content: space-around;
      margin: 0 auto 10px;
}
#page-top .property-flex li {
  -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
/*  width: 18%; 5つの時*/
/*  width: 24%; 4つの時*/
  width: 32%; /*3つの時*/
  padding: 15px;
}
#page-top .property-flex li img{
  width:100%;
}
@media screen and (max-width: 769px) {
  #page-top .property-flex li {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
#page-top .property-flex li .property-img-box {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#page-top .property-flex li .property-title {
  background-color: #2D2D2D;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  min-height: 60px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-top .property-flex li .property-title h3 {
  margin: auto;
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-top .property-flex li .property-title h3 {
    font-size: 9px;
  }
}
#page-top .property-flex li .property-subtitle {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-top .property-flex li .property-subtitle {
    font-size: 12px;
  }
}
#page-top .property-flex li .property-text {
  font-size: 13px;
  font-weight: lighter;
  font-weight: 100;
}
@media screen and (max-width: 769px) {
  #page-top .property-flex li .property-text {
    font-size: 11px;
  }
}
#page-top .lineup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 10px;
}
#page-top .lineup-flex li {
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 23%;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  #page-top .lineup-flex li {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
#page-top .lineup-flex li .lineup-img-box {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#page-top .lineup-flex li .lineup-text {
  font-size: 13px;
  font-weight: lighter;
}
@media screen and (max-width: 769px) {
  #page-top .lineup-flex li .lineup-text {
    font-size: 12px;
  }
}
#page-top .benefit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
}
#page-top .benefit-flex li {
  -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 23%;
  padding: 15px;
  margin: 0 1%;
}
@media screen and (max-width: 769px) {
  #page-top .benefit-flex li {
    width: 48%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
#page-top .benefit-flex li .benefit-img-box {
  text-align: center;
}
#page-top .benefit-flex li .benefit-title {
  margin: 10px auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  text-align: center;
  color: #938756;
  font-family: serif;
}
@media screen and (max-width: 769px) {
  #page-top .benefit-flex li .benefit-title {
    font-size: 14px;
  }
}
#page-top .benefit-flex li .benefit-text {
  font-size: 16px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  #page-top .benefit-flex li .benefit-text {
    font-size: 12px;
  }
}
#page-top .top-btn {
  margin: 40px 0;
  text-align: center;
}
#page-top .banner-area {
  max-width: 327px;
  width: 100%;
  text-align: center;
  margin: 30px auto;
}
#page-top .banner-area img {
  width: 85%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #page-top .banner-area {
    max-width: 476px;
  }
}
#page-landscape .mt40 {
  margin-top: 60px;
}
#page-landscape .center {
  text-align: center;
}
#page-landscape .full-size {
  width: 100%;
  text-align: center;
}
#page-landscape .full-size img {
  width: 100%;
}
#page-landscape .main-image {
  padding: 60px;
  background: url("../img/pc/concept_bg.png") no-repeat center center;
  background-size: cover;
}
#page-landscape .main-image img {
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}
#page-landscape .common-pageTitle {
  background: #171e36;
  padding: 50px 10px;
}
#page-landscape .sections &gt; header {
  padding-bottom: 50px;
}
#page-landscape .sections h3 {
  padding-bottom: 30px;
  line-height: 1.4;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
#page-landscape .sections &gt; h3 {
  padding-bottom: 50px;
}
#page-landscape .sections .lead {
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-landscape .sections .lead {
    font-size: 1.4rem;
  }
}
#page-landscape .page-annotation {
  padding: 50px 0 150px;
}
@media screen and (max-width: 769px) {
  #page-landscape .page-annotation {
    padding: 30px 0 80px;
    font-size: 11px;
    line-height: 1.5;
  }
}
#page-landscape .wrap {
  margin: 0 auto;
  max-width: 970px;
}
@media screen and (max-width: 769px) {
  #page-landscape .wrap {
    width: 94%;
  }
}
#page-landscape .wrap p {
  line-height: 1;
  margin: 0;
}
#page-landscape .wrap img {
  height: auto;
}
#page-landscape .section-title01 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-landscape .section-title01 {
    padding-bottom: 15px;
  }
}
#page-landscape .section-title01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #bea543;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-landscape .sections h3 {
  padding-bottom: 30px;
  line-height: 1.4;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-landscape .sections h3 {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
#page-landscape .main-visual {
  height: 600px;
  margin-bottom: 0;
  padding-top: 115px;
}
#page-landscape .main-visual .lead {
  padding: 64px 0 174px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 2.1;
}
@media screen and (max-width: 769px) {
  #page-landscape .main-visual .lead {
    width: 94%;
    margin: 0 auto;
    padding: 64px 0 174px;
    text-align: justify;
    font-size: 18px;
    line-height: 2.1;
  }
}
#page-landscape .btn-detail a {
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  clear: both;
  background: url("../img/pc/concept_arrow-right-wh.png") no-repeat right 10px center;
}
#page-landscape .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
}
#page-landscape .section01 {
  background: #faf9f8;
}
#page-landscape .section01 header {
  padding: 54px 0 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 header h3 {
    font-size: 2rem;
  }
}
#page-landscape .section01 li {
  list-style: none;
}
#page-landscape .section01 li .title {
  margin-bottom: 34px;
  text-align: center;
  color: #bea543;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 li .title {
    margin-bottom: 16px;
    text-align: justify;
    font-size: 22px;
    line-height: 1.4;
  }
}
#page-landscape .section01 li .image01 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
#page-landscape .section01 li .texts {
  float: left;
  width: 59%;
}
#page-landscape .section01 li .text {
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
#page-landscape .section01 li .image02 {
  position: relative;
  float: right;
  width: 38%;
}
#page-landscape .section01 li .btn-detail a {
  width: 370px;
  height: 60px;
  border-bottom: 4px solid #b63227;
  border-radius: 8px;
  color: #ffffff;
  line-height: 60px;
  background-color: #e84233;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 li .btn-detail a {
    width: 75%;
    height: 60px;
    border-bottom: 4px solid #b63227;
    border-radius: 14px;
    line-height: 60px;
  }
}
#page-landscape .section01 .detail01 {
  padding: 60px 0 80px;
  border-bottom: 1px solid #d4d4d3;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 .detail01 {
    padding: 30px 0 40px;
  }
}
#page-landscape .section01 .detail01 .logo {
  margin-bottom: 25px;
  text-align: center;
}
#page-landscape .section01 .detail01 .inner {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 .detail01 .inner {
    margin-bottom: 30px;
  }
}
#page-landscape .section01 .detail01 .inner .texts .lead {
  margin-bottom: 29px;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.095em;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 .detail01 .inner .texts .lead {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 .detail01 .text {
    font-size: 1.4rem;
  }
}
#page-landscape .section01 .detail02 {
  padding: 74px 0 80px;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 .detail02 {
    padding: 34px 0 40px;
  }
}
#page-landscape .section01 .detail02 .lead {
  margin-bottom: 35px;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 .detail02 .lead {
    margin-bottom: 1.6rem;
    text-align: justify;
  }
}
#page-landscape .section01 .detail02 .image01 {
  position: relative;
  margin-bottom: 24px;
}
#page-landscape .section01 .detail02 .text {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-landscape .section01 .detail02 .text {
    font-size: 1.4rem;
    text-align: justify;
  }
}
#page-landscape .section01 .detail02 .images {
  margin-bottom: 60px;
  overflow: hidden;
}
#page-landscape .section01 .detail02 .images li {
  position: relative;
  float: left;
  width: 48%;
}
#page-landscape .section01 .detail02 .images li:last-child {
  margin-left: 3.1%;
}
#page-landscape .section02 {
  padding: 82px 0 0;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 {
    padding: 50px 0 0;
  }
}
#page-landscape .section02 h3 {
  margin-bottom: 74px;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 h3 {
    margin-bottom: 30px;
  }
}
#page-landscape .section02 .btn-detail a {
  float: left;
  width: 200px;
  height: 40px;
  margin-top: -40px;
  border: 1px solid #d1d1d1;
  color: #000000;
  line-height: 38px;
  background: url("../img/pc/concept_arrow-right-gr.png") no-repeat right 10px center;
}
#page-landscape .section02 .type02 .btn-detail a {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-landscape .section02 .quality {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality {
    margin-bottom: 30px;
  }
}
#page-landscape .section02 .quality .title {
  margin-bottom: 30px;
  padding: 14px 20px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  background: #494949;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality .title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}
#page-landscape .section02 .quality .inner {
  position: relative;
  overflow: hidden;
}
#page-landscape .section02 .quality .inner .texts {
  float: left;
  width: 48%;
}
#page-landscape .section02 .quality .inner .texts .catch {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality .inner .texts .catch {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
#page-landscape .section02 .quality .inner .texts .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality .inner .texts .text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#page-landscape .section02 .quality .inner .texts .mini {
  margin-bottom: 40px;
  font-size: 68%;
  line-height: 1.6;
}
#page-landscape .section02 .quality .inner .image {
  float: right;
  width: 48%;
}
#page-landscape .section02 .quality02 .note {
  font-size: 12px;
}
#page-landscape .section02 .quality03 ul {
  overflow: hidden;
}
#page-landscape .section02 .quality03 li {
  position: relative;
  float: left;
  width: 30.9%;
  min-height: 353px;
  margin: 40px 3.5% 0 0;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality03 li {
    padding-bottom: 60px;
  }
}
#page-landscape .section02 .quality03 li:nth-child(-n+3) {
  margin: 0 3.5% 0 0;
}
#page-landscape .section02 .quality03 li:nth-child(3n) {
  margin-right: 0;
}
#page-landscape .section02 .quality03 li .image {
  position: relative;
  margin-bottom: 10px;
}
#page-landscape .section02 .quality03 li .image .caption {
  position: absolute;
  right: 3%;
  bottom: 3%;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black;
}
#page-landscape .section02 .quality03 li dt {
  margin-bottom: -3px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality03 li dt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
#page-landscape .section02 .quality03 li dd {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality03 li dd {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality03.type02 .btn-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality03.type02 .btn-detail a {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#page-landscape .section02 .quality03 li dd .note {
  font-size: 12px;
}
#page-landscape .section02 &gt; .wrap {
  overflow: hidden;
}
#page-landscape .section02 .quality05,
#page-landscape .section02 .quality06 {
  position: relative;
  float: left;
  width: 48.5%;
  min-height: 475px;
  margin-bottom: 0;
}
#page-landscape .section02 .quality05 .image,
#page-landscape .section02 .quality06 .image {
  margin-bottom: 15px;
}
#page-landscape .section02 .quality05 .text,
#page-landscape .section02 .quality06 .text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
#page-landscape .section02 .quality05 {
  margin: 0 3% 0 0;
}
@media screen and (max-width: 769px) {
  #page-landscape .section02 .quality05.type02 .btn-detail a,
#page-landscape .section02 .quality06.type02 .btn-detail a {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#page-landscape .movie {
  position: relative;
  width: 100%;
  height: 548px;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #page-landscape .movie {
    width: 96%;
    height: 220px;
    margin-bottom: 70px;
  }
}
#page-landscape .movie iframe {
  position: absolute;
  top: 34px;
  right: 0;
  width: 100%;
  height: 100%;
}
#page-landscape .movie p {
  background: #000;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  #page-landscape .movie p {
    font-size: 1.6rem;
    text-align: center;
    padding: 9px 0;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section01 li .texts {
    float: none;
    width: 100%;
  }
  #page-landscape .section01 li .image02 {
    float: none;
    width: 100%;
    margin: 20px auto 0;
  }
  #page-landscape .section01 li .image02 img {
    width: 100%;
  }
  #page-landscape .section01 .detail01 .inner {
    overflow: unset;
  }
  #page-landscape .section01 .detail02 .images {
    overflow: unset;
  }
  #page-landscape .section01 .detail02 .images li {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  #page-landscape .section01 .detail02 .images li:last-child {
    margin: 0 auto;
  }
  #page-landscape .section01 .detail02 .images li img {
    width: 100%;
  }
  #page-landscape .section02 .btn-detail a {
    float: none;
    margin: 40px auto 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 769px) {
  #page-landscape .section02 .btn-detail a {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 769px) {
  #page-landscape .section02 .type02 .btn-detail {
    position: relative;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .type02 .btn-detail a {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality .inner {
    position: relative;
    overflow: unset;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality .inner .texts {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality .inner .image {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality .inner .image img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 ul {
    overflow: unset;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li {
    position: relative;
    width: 49%;
    min-height: auto;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 769px) {
  #page-landscape .section02 .quality03 li {
    min-height: 360px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 375px) {
  #page-landscape .section02 .quality03 li {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li:nth-child(-n+3) {
    margin: 0 auto 40px;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li:nth-child(2n) {
    float: right;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li .image img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li dd br {
    display: none;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality03 li dd .note {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 &gt; .wrap {
    overflow: unset;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality05,
#page-landscape .section02 .quality06 {
    float: none;
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality05 .image img,
#page-landscape .section02 .quality06 .image img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #page-landscape .section02 .quality05 {
    margin: 0 auto 60px;
  }
}

#page-plan .under-mt {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #page-plan .under-mt {
    margin-top: 30px;
  }
}
#page-plan .entry-info {
  background: url("../img/pc/under_mv_bg.png");
  background-size: cover;
  padding: 40px 0;
}
#page-plan .common-bg {
  background: url("../img/pc/common_bg.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-plan .common-bg2 {
  background: url("../img/pc/common-bg-2.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-plan .re-img {
  position: relative;
}
#page-plan .txt-right-white {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
}
#page-plan .txt-right-black {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #000;
}
#page-plan .middle-title {
  font-size: 32px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-plan .middle-title {
    font-size: 18px;
  }
}
#page-plan #plan-detail {
  margin-top: -80px;
  padding-top: 80px;
}
#page-plan .under-title {
  font-size: 28px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-plan .under-title {
    font-size: 18px;
  }
}
#page-plan .box-title {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
#page-plan .middle-desc {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-plan .middle-desc {
    font-size: 15px;
  }
}
#page-plan .cap {
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-plan .cap {
    font-size: 10px;
  }
}
#page-plan .center {
  text-align: center;
  margin: auto;
}
#page-plan .img-max img {
  width: 100%;
}
#page-plan .mt60 {
  margin-top: 60px;
}
#page-plan .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-plan .size-sp img {
    width: 60%;
    margin-bottom: 20px;
  }
}
#page-plan .under-title {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#page-plan .plan-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-plan .plan-flex {
    font-size: 14px;
  }
}
#page-plan .plan-flex li {
  text-align: center;
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-plan .plan-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-plan .plan-flex li img {
  max-width: 100%;
}
#page-plan .plan-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-plan .plan-flex2 {
    font-size: 14px;
  }
}
#page-plan .plan-flex2 li {
  text-align: center;
  width: 32%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-plan .plan-flex2 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-plan .plan-flex2 li img {
  max-width: 100%;
}
#page-plan p.txt-right {
  font-size: 12px;
  text-align: right;
}
#page-plan .a-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-plan .a-flex-2 {
    font-size: 14px;
  }
}
#page-plan .a-flex-2 li {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-plan .a-flex-2 li {
    width: 100%;
  }
}
#page-plan .a-flex-2 li img {
  max-width: 100%;
}
#page-plan .under-title2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  #page-plan .under-title2 {
    font-size: 18px;
  }
}
#page-plan .a-flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-plan .a-flex-3 {
    font-size: 14px;
  }
}
#page-plan .a-flex-3 li {
  width: 32%;
  text-align: center;
}
#page-plan .a-flex-3 li p {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-plan .a-flex-3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-plan .img-center {
  margin: 40px auto;
  text-align: center;
}
#page-plan .white-box {
  background: #fff;
  padding: 40px;
  margin-top: 60px;
  border: 1px solid #000;
}
@media screen and (max-width: 769px) {
  #page-plan .white-box {
    padding: 20px;
  }
}

#page-location .tab-box {
  margin-top: 60px;
}
#page-location .tab-box .tab-nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-location .tab-box .tab-nav li {
  width: 30%;
  cursor: pointer;
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  background: #44723b;
}
@media screen and (max-width: 769px) {
  #page-location .tab-box .tab-nav li {
    font-size: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}
#page-location .tab-box .tab-nav li.nav1 {
  background: #44723b;
}
#page-location .tab-box .tab-nav li.nav2 {
  background: #44723b;
}
#page-location .tab-box .tab-nav li.nav3 {
  background: #44723b;
}
#page-location .tab-box .tab-nav li.nav4 {
  background: #44723b;
}
#page-location .tab-box .tab-nav li.nav5 {
  background: #44723b;
}
#page-location .tab-box .tab-nav li.nav6 {
  background: #44723b;
}
#page-location .tab-box .tab-nav li &gt; span {
  display: block;
  border: solid 1px transparent;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #page-location .tab-box .tab-nav li &gt; span {
    padding: 5px 0px;
    margin: auto;
    font-size: 10px;
  }
}
#page-location .tab-box .tab-nav li.active {
  color: #333;
  background: #fff;
  cursor: auto;
  border: solid 1px #111;
  margin-bottom: 20px;
}
#page-location .tab-box .tab-content {
  position: relative;
  z-index: 1;
  visibility: hidden;
  height: 0;
  background: #fff;
  overflow: hidden;
}
#page-location .tab-box .tab-content.show {
  visibility: visible;
  height: auto;
  border: solid 1px #111;
}
#page-location .tab-box .tab-content .map {
  margin: 0 auto;
}
#page-location .tab-box .tab-content .map .googlemap {
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 769px) {
  #page-location .tab-box .tab-content .map .googlemap {
    height: 500px;
  }
}
#page-location .tab-box .tab-content .map iframe {
  border: solid 1px #000;
}
@media screen and (max-width: 769px) {
  #page-location .tab-box .tab-content .map iframe {
    height: 560px;
  }
}
#page-location .tab-box .tab-content .image {
  text-align: center;
}
#page-location .btn-a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -38px;
  padding-top: 80px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 769px) {
  #page-location .btn-a-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page-location .btn-a-flex li {
  width: 19%;
}
@media screen and (max-width: 769px) {
  #page-location .btn-a-flex li {
    width: 48%;
    margin-bottom: 10px;
    margin-right: 5px;
  }
}
#page-location .btn-a-flex img {
  max-width: 100%;
}
#page-location .lo-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page-location .lo-img-flex .lo-img-flex-child {
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-location .lo-img-flex .lo-img-flex-child {
    width: 100%;
  }
}
#page-location .lo-img-flex .lo-img-flex-child img {
  max-width: 100%;
}
#page-location .entry-info {
  background: url("../img/pc/under_mv_bg.png");
  background-size: cover;
  padding: 40px 0;
}
#page-location .common-bg {
  background: url("../img/pc/common_bg.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-location .common-bg2 {
  background: url("../img/pc/common-bg-2.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-location .link-info {
  padding-top: 60px;
  margin-top: -60px;
}
#page-location .under-heading {
  margin: auto;
  text-align: center;
  background: url("../img/pc/lo_title_bg.png");
  background-repeat: no-repeat;
  padding: 5px 40px;
  margin-top: 60px;
  max-width: 647px;
  font-size: 20px;
  font-weight: normal;
  background-position-x: center;
}
@media screen and (max-width: 769px) {
  #page-location .under-heading {
    margin-top: 30px;
    padding: 0 10px;
    font-size: 16px;
  }
}
#page-location .re-img {
  position: relative;
}
#page-location .txt-right-white {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
}
#page-location .txt-right-black {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #000;
}
#page-location .middle-title {
  font-size: 32px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-location .middle-title {
    font-size: 20px;
  }
}
#page-location .under-title {
  font-size: 28px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-location .under-title {
    font-size: 16px;
    margin-top: 40px;
  }
}
#page-location .box-title {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
#page-location .green-box {
  border: 1px solid #349c62;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  #page-location .green-box {
    padding: 10px;
  }
}
#page-location .green-line {
  border: 2px solid #349c62;
  margin-bottom: 40px;
}
#page-location .white-line {
  border: 5px solid #fff;
}
#page-location .g-box-title {
  font-size: 24px;
  color: #349c62;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-location .g-box-title {
    margin-top: 20px;
    font-size: 20px;
  }
}
#page-location .ta-left {
  text-align: left;
}
#page-location .desc-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-location .desc-box {
    font-size: 13px;
  }
}
#page-location .desc-box p {
  width: 70%;
}
@media screen and (max-width: 769px) {
  #page-location .desc-box p {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-location .desc-box img {
  max-width: 100%;
  text-align: center;
}
#page-location .desc-box .img-float {
  width: 30%;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-location .desc-box .img-float {
    width: 100%;
  }
}
#page-location .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#page-location .middle-desc {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-location .middle-desc {
    font-size: 15px;
  }
}
#page-location .cap {
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-location .cap {
    font-size: 10px;
  }
}
#page-location .center {
  text-align: center;
  margin: auto;
}
#page-location .img-max img {
  width: 100%;
}
#page-location .mt60 {
  margin-top: 60px;
}
#page-location .mb60 {
  margin-bottom: 60px;
}
#page-location .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-location .size-sp img {
    width: 60%;
    margin-bottom: 20px;
  }
}
#page-location .under-title {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#page-location .lo-flex {
  max-width: 900px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-location .lo-flex {
    font-size: 13px;
    padding: 0;
  }
}
#page-location .lo-flex li {
  width: 48%;
  margin-bottom: 40px;
}
#page-location .lo-flex li img {
  max-width: 100%;
}
#page-location p.txt-right {
  font-size: 12px;
  text-align: right;
}
#page-location .img-center {
  margin: 40px auto;
  text-align: center;
}
#page-location .white-box {
  background: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 60px;
  border: 1px solid #000;
}
#page-location .white-box li:first-child {
  width: 70%;
}
@media screen and (max-width: 769px) {
  #page-location .white-box li:first-child {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  #page-location .white-box li:first-child img {
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  #page-location .white-box li {
    margin: auto;
  }
}
#page-location .white-box .w-box-title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
#page-location .white-box p {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-location .white-box {
    padding: 20px;
  }
}
#page-location .lo-po-box {
  max-width: 900px;
  margin: 60px auto;
  background: #fff;
  padding: 40px;
}
#page-location .lo-po-box .lo-po-title {
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  #page-location .lo-po-box {
    margin-top: 40px;
    padding: 10px;
  }
  #page-location .lo-po-box .lo-po-title {
    font-size: 16px;
  }
}

#page-access .under-mt {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #page-access .under-mt {
    margin-top: 30px;
  }
}
#page-access .entry-info {
  background: url("../img/pc/under_mv_bg.png");
  background-size: cover;
  padding: 40px 0;
}
#page-access .common-bg {
  background: url("../img/pc/common_bg.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-access .common-bg2 {
  background: url("../img/pc/common-bg-2.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-access .re-img {
  position: relative;
}
#page-access .txt-right-white {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
}
#page-access .middle-title {
  font-size: 32px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-access .middle-title {
    font-size: 20px;
  }
}
#page-access .under-title {
  font-size: 28px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-access .under-title {
    font-size: 18px;
  }
}
#page-access .box-title {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
#page-access .middle-desc {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-access .middle-desc {
    font-size: 15px;
  }
}
#page-access .cap {
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-access .cap {
    font-size: 10px;
  }
}
#page-access .center {
  text-align: center;
  margin: auto;
}
#page-access .img-max img {
  width: 100%;
}
#page-access .mt60 {
  margin-top: 60px;
}
#page-access .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-access .size-sp img {
    width: 60%;
    margin-bottom: 20px;
  }
}
#page-access .under-title {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#page-access .a-flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-access .a-flex-1 {
    font-size: 14px;
  }
}
#page-access .a-flex-1 li {
  width: 48%;
  margin-bottom: 40px;
}
#page-access .a-flex-1 li img {
  max-width: 100%;
}
#page-access p.txt-right {
  font-size: 12px;
  text-align: right;
}
#page-access .a-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-access .a-flex-2 {
    font-size: 14px;
  }
}
#page-access .a-flex-2 li {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-access .a-flex-2 li {
    width: 100%;
  }
}
#page-access .a-flex-2 li img {
  max-width: 100%;
}
#page-access .under-title2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  #page-access .under-title2 {
    font-size: 18px;
  }
}
#page-access .a-flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-access .a-flex-3 {
    font-size: 14px;
  }
}
#page-access .a-flex-3 li {
  width: 32%;
  text-align: center;
}
#page-access .a-flex-3 li p {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-access .a-flex-3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-access .img-center {
  margin: 40px auto;
  text-align: center;
}
#page-access .white-box {
  background: #fff;
  padding: 40px;
  margin-top: 60px;
  border: 1px solid #000;
}
@media screen and (max-width: 769px) {
  #page-access .white-box {
    padding: 20px;
  }
}

#page-map .googlemap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 700px;
}
#page-map .googlemap-flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-map .googlemap-flex li {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
  }
}
#page-map .googlemap-flex li a {
  margin: auto;
  text-align: center;
  color: #fff;
}
#page-map .pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 769px) {
  #page-map .pt60 {
    padding-top: 40px;
  }
}
#page-map .main-contents {
  background-image: url("../img/pc/common_bg.png");
  background-size: cover;
}
@media print {
  #page-map .main-contents,
#page-map .main-contents .map,
#page-map .main-contents .map__image,
#page-map .main-contents .common-inner,
#page-map .main-contents .car-navi {
    margin-bottom: 0;
  }
  #page-map #common-header,
#page-map .breadcrumbs-wrapper,
#page-map .gheader,
#page-map .buttons,
#page-map .footer-nav,
#page-map .footer-logos,
#page-map .btn-pagetop,
#page-map #global_footer,
#page-map .google {
    display: none;
  }
}
#page-map .mv-contents {
  position: relative;
  padding: 70px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-map .mv-contents {
    padding: 30px;
    margin-bottom: 20px;
  }
}
#page-map .center {
  text-align: center;
}
#page-map .map__title p {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-map .map__title p {
    font-size: 24px;
  }
}
#page-map .map__image {
  padding-bottom: 60px;
  text-align: center;
}
#page-map .map__image img {
  max-width: 100%;
}
#page-map .main-contents .car-navi {
  margin-bottom: 70px;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .car-navi {
    margin-bottom: 35px;
  }
}
#page-map .main-contents .car-navi__box {
  color: #fff;
  background: #508163;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .car-navi__box {
    padding: 20px;
  }
}
#page-map .main-contents .car-navi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 795px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .car-navi__main {
    display: block;
    font-size: 1rem;
  }
}
#page-map .main-contents .car-navi__main .main-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .car-navi__main .main-icon {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
#page-map .main-contents .car-navi__main .main-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#page-map .main-contents .car-navi__main .main-text-area .area1 {
  margin-bottom: 5px;
}
#page-map .main-contents .car-navi__main .main-text-area span {
  vertical-align: middle;
}
#page-map .main-contents .car-navi__main .main-text-area .icon {
  margin-top: 10px;
}
#page-map .main-contents .car-navi__main .main-text-area .icon img {
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .car-navi__main .main-text-area .icon img {
    width: 47px;
  }
}
#page-map .main-contents .car-navi__sub {
  text-align: center;
  color: #508163;
  background: #fff;
  padding: 10px;
  font-size: 2rem;
  max-width: 795px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .car-navi__sub {
    font-size: 1.2rem;
  }
}
#page-map .main-contents .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 1003px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#page-map .main-contents .buttons .google {
  text-align: center;
  margin-bottom: 30px;
}
#page-map .main-contents .buttons .print {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .buttons .print {
    margin-bottom: 10px;
  }
}
#page-map .main-contents .buttons .btn-google {
  color: #000;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .buttons .btn-google {
    font-size: 1.4rem;
  }
}
#page-map .main-contents .buttons .btn-google:hover {
  text-decoration: none;
}
#page-map .main-contents .buttons .btn-print {
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 10px;
  width: 160px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-map .main-contents .buttons .btn-print {
    font-size: 1.4rem;
  }
}
#page-map .main-contents .buttons .btn-print:hover {
  text-decoration: none;
  background: #333;
}

#page-landplan .mt10 {
  margin-top: -10px;
}
#page-landplan .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#page-landplan .prev-arrow {
  left: -20px;
  z-index: 1000;
}
#page-landplan .next-arrow {
  right: -20px;
  z-index: 1000;
}
#page-landplan .mt40 {
  margin-top: 60px;
}
#page-landplan .center {
  text-align: center;
}
#page-landplan .full-size {
  width: 100%;
  text-align: center;
}
#page-landplan .full-size img {
  width: 100%;
}
#page-landplan .bg-plan {
  margin-top: 40px;
  padding: 40px 0;
  background: #f8fcfc;
}
#page-landplan .main-contents .map {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-landplan .main-contents .map {
    margin-bottom: 15px;
  }
}
#page-landplan .main-contents .map__lead {
  text-align: center;
  font-size: 3.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-landplan .main-contents .map__lead {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#page-landplan .main-contents .price {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #page-landplan .main-contents .price {
    margin-bottom: 50px;
  }
}
#page-landplan .main-contents .price .price-list-title {
  width: 100%;
  color: #fff;
  letter-spacing: 0.1em;
  background: #719659;
  font-size: 1.4rem;
  margin: 0;
  display: table;
}
@media screen and (max-width: 769px) {
  #page-landplan .main-contents .price .price-list-title {
    font-size: 1.2rem;
  }
}
#page-landplan .main-contents .price .price-list-title li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #fff;
  border-bottom: solid 1px #fff;
}
#page-landplan .main-contents .price .price-list-title li:first-child {
  width: 20%;
  border-left: 1px solid #719659;
}
#page-landplan .main-contents .price .price-list-title li:nth-child(2) {
  width: 50%;
}
#page-landplan .main-contents .price .price-list-title li:last-child {
  width: 30%;
  border-right: 1px solid #719659;
}
#page-landplan .main-contents .price .price-list {
  width: 100%;
  letter-spacing: 0.1em;
  background: #efe8d8;
  font-size: 1.4rem;
  margin: 0;
  display: table;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 769px) {
  #page-landplan .main-contents .price .price-list {
    font-size: 1.2rem;
  }
}
#page-landplan .main-contents .price .price-list li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #fff;
}
#page-landplan .main-contents .price .price-list li:first-child {
  width: 20%;
  border-left: 1px solid #efe8d8;
}
#page-landplan .main-contents .price .price-list li:nth-child(2) {
  width: 50%;
}
#page-landplan .main-contents .price .price-list li:last-child {
  width: 30%;
  border: none;
}
#page-landplan .main-contents .price .price-list li.mou {
  width: 80%;
  background: #2b4d7d;
  color: #fff;
  text-align: center;
}
#page-landplan .main-contents .price .price-list li.sei {
  background: #b7282c;
  width: 80%;
  color: #fff;
  text-align: center;
}

#page-outline .outline {
  padding: 40px;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-outline .outline {
    padding: 0;
  }
}
#page-outline #outline h4 {
  font-size: 18px !important;
}
#page-outline #outline table .td-preview {
  font-size: 14px !important;
  line-height: 3.5 !important;
}
@media screen and (max-width: 769px) {
  #page-outline #outline table .td-preview {
    font-size: 12px !important;
    line-height: 2 !important;
  }
}

#page-position .main-mv {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#page-position .main-mv.js-loaded {
  opacity: 1;
}
#page-position #mv-movie {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 769px) {
  #page-position #mv-movie {
    top: 50px;
  }
}
#page-position #mv-movie.js-finished {
  opacity: 0;
}
#page-position .tx-info p.tx-text {
  font-size: 18px;
  margin-bottom: 20px;
}
#page-position .tx-info .tx-img {
  margin: auto;
  text-align: center;
}
#page-position .tx-info .tx-img img {
  max-width: 100%;
}
#page-position .tx-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
}
#page-position .tx-flex li {
  width: 48%;
  text-align: center;
}
#page-position .tx-flex li p {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-position .tx-flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-position .tx-flex li img {
  max-width: 100%;
}
#page-position .tx-flex .tx-caption {
  font-size: 12px;
}
#page-position .tx-flex li:first-child {
  width: 60%;
}
@media screen and (max-width: 769px) {
  #page-position .tx-flex li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-position .tx-flex li:last-child {
  width: 38%;
}
@media screen and (max-width: 769px) {
  #page-position .tx-flex li:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-position .btn-a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  padding-top: 120px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 769px) {
  #page-position .btn-a-flex {
    margin-top: -40px;
    padding-top: 80px;
  }
}
#page-position .btn-a-flex li {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-position .btn-a-flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-position .btn-a-flex li img {
  max-width: 100%;
}
#page-position .entry-info {
  background: url("../img/pc/under_mv_bg.png");
  background-size: cover;
  padding: 40px 0;
}
#page-position .common-bg {
  background: url("../img/pc/common_bg.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-position .common-bg2 {
  background: url("../img/pc/common-bg-2.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-position .re-img {
  position: relative;
}
#page-position .txt-right-white {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
}
#page-position .middle-title {
  font-size: 32px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-position .middle-title {
    font-size: 20px;
  }
}
#page-position .txt-red {
  color: #c7000d;
}
#page-position .under-title {
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-position .under-title {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
#page-position .box-title {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
#page-position .middle-desc {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-position .middle-desc {
    font-size: 15px;
  }
}
#page-position .cap {
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-position .cap {
    font-size: 10px;
  }
}
#page-position .center {
  text-align: center;
  margin: auto;
}
#page-position .img-max img {
  width: 100%;
}
#page-position .mt60 {
  margin-top: 60px;
}
#page-position .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-position .size-sp img {
    width: 60%;
    margin-bottom: 20px;
  }
}
#page-position .po-flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-1 {
    font-size: 14px;
  }
}
#page-position .po-flex-1 li:first-child {
  width: 50%;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-1 li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-position .po-flex-1 li:last-child {
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-1 li:last-child {
    width: 100%;
  }
}
#page-position p.txt-right {
  font-size: 12px;
  text-align: right;
}
#page-position .po-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-2 {
    font-size: 14px;
  }
}
#page-position .po-flex-2 li:first-child {
  width: 60%;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-2 li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-position .po-flex-2 li:last-child {
  width: 38%;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-2 li:last-child {
    width: 100%;
  }
}
#page-position .po-flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-3 {
    font-size: 14px;
  }
}
#page-position .po-flex-3 li {
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-position .po-flex-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-4 {
    font-size: 14px;
  }
}
#page-position .po-flex-4 li {
  width: 31%;
  position: relative;
}
#page-position .po-flex-4 li p.txt-right {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-4 li p.txt-right {
    font-size: 12px;
    bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-4 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-position .img-center {
  margin: 40px auto;
  text-align: center;
}
#page-position .white-box {
  background: #fff;
  padding: 40px;
  margin-top: 60px;
  border: 1px solid #000;
}
@media screen and (max-width: 769px) {
  #page-position .white-box {
    padding: 10px;
  }
}
#page-position .color-box {
  border: 8px solid #67c2ab;
  background: #009973;
  padding: 40px;
  color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #page-position .color-box {
    padding: 10px;
  }
}
#page-position .color-box .box-title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-position .color-box {
    padding: 20px;
  }
}
#page-position .green-box {
  margin: 40px 0;
  background-color: #ccebe3;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  #page-position .green-box {
    padding: 15px;
  }
}
#page-position .po-flex-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-5 {
    font-size: 14px;
  }
}
#page-position .po-flex-5 li {
  width: 32%;
}
@media screen and (max-width: 769px) {
  #page-position .po-flex-5 li {
    width: 100%;
    margin-bottom: 10px;
  }
}

#page-design {
  /* モーダル コンテンツエリア */
  /* モーダル 背景エリア */
}
#page-design .mt60-sp {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page-design .mt60-sp {
    margin-top: 10px !important;
  }
}
#page-design .modal-main {
  display: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: fixed;
  z-index: 2000;
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #page-design .modal-main {
    width: 100%;
  }
}
#page-design #modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#page-design .modal-close {
  text-align: center;
  margin: auto;
}
#page-design .modal-box {
  background: #fff;
}
#page-design .modal-box img {
  max-width: 100%;
}
#page-design .small-desc {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
#page-design .modal-p-box {
  padding: 0 20px 20px;
}
#page-design .modal-p-box img {
  margin-top: 5px;
  height: 24px;
}
#page-design .modal-p-box p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#page-design .modal-p-box p.popup-nob {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  border: none;
  padding-bottom: 0;
}
#page-design .modal-p-box .popup-center {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#page-design .modal-p-box .popup-center img {
  height: auto;
}
#page-design .modal-sp .modal-p-box {
  padding: 0;
}
#page-design .modal-sp .modal-p-box img {
  height: 24px;
}
#page-design .modal-sp .modal-p-box .popup-center img {
  height: auto;
}
#page-design .main-mv {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#page-design .main-mv.js-loaded {
  opacity: 1;
}
#page-design #mv-movie {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 769px) {
  #page-design #mv-movie {
    top: 50px;
  }
}
#page-design #mv-movie.js-finished {
  opacity: 0;
}
#page-design .tx-info p.tx-text {
  font-size: 18px;
  margin-bottom: 20px;
}
#page-design .tx-info .tx-img {
  margin: auto;
  text-align: center;
}
#page-design .tx-info .tx-img img {
  max-width: 100%;
}
#page-design .tx-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
}
#page-design .tx-flex li {
  width: 48%;
  text-align: center;
}
#page-design .tx-flex li p {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-design .tx-flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-design .tx-flex li img {
  max-width: 100%;
}
#page-design .tx-flex .tx-caption {
  font-size: 12px;
}
#page-design .tx-flex li:first-child {
  width: 60%;
}
@media screen and (max-width: 769px) {
  #page-design .tx-flex li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-design .tx-flex li:last-child {
  width: 38%;
}
@media screen and (max-width: 769px) {
  #page-design .tx-flex li:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-design .btn-a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  padding-top: 120px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 769px) {
  #page-design .btn-a-flex {
    margin-top: -40px;
    padding-top: 80px;
  }
}
#page-design .btn-a-flex li {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-design .btn-a-flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#page-design .btn-a-flex li img {
  max-width: 100%;
}
#page-design .entry-info {
  background: url("../img/pc/under_mv_bg.png");
  background-size: cover;
  padding: 40px 0;
}
#page-design .common-bg {
  background: url("../img/pc/common_bg.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-design .common-bg2 {
  background: url("../img/pc/common-bg-2.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-design .re-img {
  position: relative;
}
#page-design .txt-right-white {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  #page-design .txt-right-white {
    font-size: 10px;
  }
}
#page-design .middle-title {
  font-size: 32px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-design .middle-title {
    font-size: 20px;
  }
}
#page-design .txt-red {
  color: #c7000d;
}
#page-design .under-title {
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-design .under-title {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
#page-design .box-title {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
#page-design .middle-desc {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-design .middle-desc {
    font-size: 15px;
  }
}
#page-design .cap {
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-design .cap {
    font-size: 10px;
  }
}
#page-design .center {
  text-align: center;
  margin: auto;
}
#page-design .img-max img {
  width: 100%;
}
#page-design .mt60 {
  margin-top: 60px;
}
#page-design .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-design .size-sp img {
    width: 60%;
    margin-bottom: 20px;
  }
}
#page-design .po-flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-1 {
    font-size: 14px;
  }
}
#page-design .po-flex-1 li:first-child {
  width: 50%;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-1 li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-design .po-flex-1 li:last-child {
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-1 li:last-child {
    width: 100%;
  }
}
#page-design p.txt-right {
  font-size: 12px;
  text-align: right;
}
#page-design .po-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-2 {
    font-size: 14px;
  }
}
#page-design .po-flex-2 li:first-child {
  width: 60%;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-2 li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-design .po-flex-2 li:last-child {
  width: 38%;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-2 li:last-child {
    width: 100%;
  }
}
#page-design .po-flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-3 {
    font-size: 14px;
  }
}
#page-design .po-flex-3 li {
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-design .po-flex-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-4 {
    font-size: 14px;
  }
}
#page-design .po-flex-4 li {
  width: 31%;
  position: relative;
}
#page-design .po-flex-4 li p.txt-right {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-4 li p.txt-right {
    font-size: 12px;
    bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  #page-design .po-flex-4 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-design .img-center {
  margin: 40px auto;
  text-align: center;
}
#page-design .white-box {
  background: #fff;
  padding: 40px;
  margin-top: 60px;
  border: 1px solid #000;
}
@media screen and (max-width: 769px) {
  #page-design .white-box {
    padding: 10px;
  }
}
#page-design .color-box {
  border: 8px solid #67c2ab;
  background: #009973;
  padding: 40px;
  color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #page-design .color-box {
    padding: 10px;
  }
}
#page-design .color-box .box-title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-design .color-box {
    padding: 20px;
  }
}
#page-design .green-box {
  margin: 40px 0;
  background-color: #ccebe3;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  #page-design .green-box {
    padding: 15px;
  }
}
#page-design .bg-design-gray {
  margin-top: 60px;
  background-color: #58585b;
  padding: 20px;
  color: #fff;
}
#page-design .bg-design-gray .gray-title {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 769px) {
  #page-design .bg-design-gray .gray-title {
    font-size: 18px;
  }
}
#page-design .bg-design-gray .gray-text {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-design .bg-design-gray .gray-text {
    font-size: 14px;
  }
}
#page-design .bg-design-gray .gray-text li {
  margin-bottom: 5px;
}
#page-design .bg-design-gray .gray-text li::before {
  content: "◎";
  display: inline-block;
}
#page-design .bg-design-gray .white-bg-gray-title {
  background: #fff;
  padding: 4px;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-design .bg-design-gray .white-bg-gray-title {
    font-size: 14px;
  }
}
#page-design .bg-design-gray .gray-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 12px;
  line-height: 2;
}
#page-design .bg-design-gray .gray-list-flex img {
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  #page-design .bg-design-gray .gray-list-flex {
    font-size: 14px;
  }
}
#page-design .bg-design-gray .gray-list-flex li {
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-design .bg-design-gray .gray-list-flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  #page-design .bg-design-gray .gray-list-flex li {
    font-size: 11px;
  }
}
@media screen and (max-width: 769px) {
  #page-design .bg-design-gray .gray-list-flex li img {
    width: 100%;
  }
}
#page-design .bg-design-gray .gray-list-flex li.flex-name {
  width: 50%;
}
#page-design .bg-design-gray .gray-list-flex li.flex-name .flex-name-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 769px) {
  #page-design .bg-design-gray .gray-list-flex li.flex-name {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-design .bg-design-gray .gray-list-flex li.flex-name img {
    width: 100%;
  }
}
#page-design .design-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-design .design-flex .design-flex-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-design .design-flex .design-flex-title {
    font-size: 20px;
  }
}
#page-design .design-flex .design-flex-txt {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-design .design-flex .design-flex-txt {
    font-size: 14px;
  }
}
#page-design .design-flex li {
  width: 58%;
}
@media screen and (max-width: 769px) {
  #page-design .design-flex li {
    width: 100%;
  }
}
#page-design .design-flex li.img-list {
  width: 40%;
}
@media screen and (max-width: 769px) {
  #page-design .design-flex li.img-list {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  #page-design .design-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
  }
}
#page-design .gray-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page-design .gray-box-flex li:first-child {
  width: 60%;
}
@media screen and (max-width: 769px) {
  #page-design .gray-box-flex li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-design .gray-box-flex .gray-box-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-design .gray-box-flex .gray-box-title {
    font-size: 20px;
  }
}
#page-design .gray-box-flex .gray-box-txt {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-design .gray-box-flex .gray-box-txt {
    font-size: 14px;
  }
}
#page-design .gray-box-flex li:last-child {
  width: 37%;
}
@media screen and (max-width: 769px) {
  #page-design .gray-box-flex li:last-child {
    width: 100%;
  }
}
#page-design .design-border {
  border: 1px solid #268f74;
}
#page-design .design-green-bg {
  border: 20px solid #d8eddf;
  padding: 6px;
}
#page-design .design-green-title {
  text-align: center;
  margin: auto;
}
#page-design .design-green-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 769px) {
  #page-design .design-green-flex {
    padding: 0;
  }
}
#page-design .design-green-flex li:first-child {
  width: 65%;
}
@media screen and (max-width: 769px) {
  #page-design .design-green-flex li:first-child {
    width: 100%;
  }
}
#page-design .design-green-flex .design-green-ttl {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-design .design-green-flex .design-green-ttl {
    margin-top: 10px;
    font-size: 18px;
  }
}
#page-design .design-green-flex .design-green-txt {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-design .design-green-flex .design-green-txt {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
#page-design .design-green-flex li:last-child {
  width: 20%;
}
@media screen and (max-width: 769px) {
  #page-design .design-green-flex li:last-child {
    width: 100%;
    text-align: center;
  }
  #page-design .design-green-flex li:last-child img {
    text-align: center;
  }
}
#page-design .txt-left {
  font-size: 12px;
  text-align: left;
}
#page-design .design-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page-design .design-list-flex li {
  width: 33%;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-design .design-list-flex li {
    width: 100%;
  }
}
#page-design .design-list-flex .list-flex-title {
  font-size: 18px;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  background: #268f74;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-design .design-list-flex .list-flex-title {
    font-size: 14px;
  }
}
#page-design .design-list-flex .design-green-txt {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-design .design-list-flex .design-green-txt {
    font-size: 14px;
  }
}
#page-design .design-list-flex li:last-child {
  width: 100%;
}
#page-design .design-list-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page-design .design-list-box-flex .design-list-box-txt {
  width: 65%;
}
#page-design .design-list-box-flex .design-list-box-img {
  width: 32%;
}
#page-design .design-list-box-flex .design-list-box-img img {
  max-width: 100%;
}
#page-design .design-list-green-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 10px;
}
#page-design .design-list-green-flex .list {
  width: 49%;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-design .design-list-green-flex .list {
    width: 100%;
  }
}
#page-design .design-list-green-flex .list img {
  max-width: 100%;
}
#page-design .img-max .popup {
  position: absolute;
  z-index: 100;
  width: 3%;
}
#page-design .img-max .popup img {
  max-width: 100%;
}
#page-design .img-max .popup1 {
  left: 23.3%;
  top: 26%;
}
#page-design .img-max .popup2 {
  left: 35.3%;
  top: 26%;
}
#page-design .img-max .popup3 {
  left: 3.3%;
  top: 4%;
}
#page-design .img-max .popup4 {
  left: 21.3%;
  top: 78%;
}
#page-design .img-max .popup5 {
  left: 43.3%;
  top: 77%;
}

#page-quality .quality-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
#page-quality .quality-nav-flex li {
  width: 24%;
  text-align: center;
}
#page-quality .quality-nav-flex li img {
  max-width: 100%;
}
#page-quality .quality-tab-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
#page-quality .quality-tab-flex li {
  margin-right: 2%;
  text-align: center;
}
#page-quality .quality-tab-flex li img {
  max-width: 100%;
}
#page-quality .quality-tab-flex li:last-child {
  margin-right: 0;
}
#page-quality .under-mt {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #page-quality .under-mt {
    margin-top: 30px;
  }
}
#page-quality .entry-info {
  background: url("../img/pc/under_mv_bg.png");
  background-size: cover;
  padding: 40px 0;
}
#page-quality .common-bg {
  background: url("../img/pc/common_bg.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-quality .common-bg2 {
  background: url("../img/pc/common-bg-2.png");
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#page-quality .re-img {
  position: relative;
}
#page-quality .txt-right-white {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
}
#page-quality .txt-right-black {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #000;
}
#page-quality .middle-title {
  font-size: 32px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-quality .middle-title {
    font-size: 18px;
  }
}
#page-quality #plan-detail {
  margin-top: -80px;
  padding-top: 80px;
}
#page-quality .under-title {
  font-size: 28px;
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-quality .under-title {
    font-size: 18px;
  }
}
#page-quality .box-title {
  font-size: 24px;
  text-align: left;
  font-weight: normal;
}
#page-quality .middle-desc {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-quality .middle-desc {
    font-size: 15px;
  }
}
#page-quality .cap {
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-quality .cap {
    font-size: 10px;
  }
}
#page-quality .center {
  text-align: center;
  margin: auto;
}
#page-quality .img-max img {
  width: 100%;
}
#page-quality .mt60 {
  margin-top: 60px;
}
#page-quality .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-quality .size-sp img {
    width: 60%;
    margin-bottom: 20px;
  }
}
#page-quality .under-title {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#page-quality .plan-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-quality .plan-flex {
    font-size: 14px;
  }
}
#page-quality .plan-flex li {
  text-align: center;
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-quality .plan-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-quality .plan-flex li img {
  max-width: 100%;
}
#page-quality .plan-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-quality .plan-flex2 {
    font-size: 14px;
  }
}
#page-quality .plan-flex2 li {
  text-align: center;
  width: 32%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-quality .plan-flex2 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-quality .plan-flex2 li img {
  max-width: 100%;
}
#page-quality p.txt-right {
  font-size: 12px;
  text-align: right;
}
#page-quality .a-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-quality .a-flex-2 {
    font-size: 14px;
  }
}
#page-quality .a-flex-2 li {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-quality .a-flex-2 li {
    width: 100%;
  }
}
#page-quality .a-flex-2 li img {
  max-width: 100%;
}
#page-quality .under-title2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  #page-quality .under-title2 {
    font-size: 18px;
  }
}
#page-quality .a-flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #page-quality .a-flex-3 {
    font-size: 14px;
  }
}
#page-quality .a-flex-3 li {
  width: 32%;
  text-align: center;
}
#page-quality .a-flex-3 li p {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-quality .a-flex-3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-quality .img-center {
  margin: 40px auto;
  text-align: center;
}
#page-quality .white-box {
  background: #fff;
  padding: 40px;
  margin-top: 60px;
  border: 1px solid #000;
}
@media screen and (max-width: 769px) {
  #page-quality .white-box {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
1.5 Mod Add Foundation*
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
  5.1 Links
  5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
  10.1 Posts and pages
  10.2 Asides
  10.3 Comments
11.0 Infinite scroll
12.0 Media
  12.1 Captions
  12.2 Galleries
13.0 Modifi
--------------------------------------------------------------*/
.common-old-standard-contents {
  /*ボタンの横幅がtable-cellで自動ではNGな場合ボタン幅を*%で指定
  指定が必要ない場合は0%*/
  /*--------------------------------------------------------------
  1.0 Normalize
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  1.5 Mod Add Foundation*
  --------------------------------------------------------------*/
  /* Accessibility - hides the forward slash */
  /* Clearing Styles */
  /* Foundation Dropdowns */
  /* Standard Forms */
  /* Using forms within rows, we need to set some defaults */
  /* Label Styles */
  /* Attach elements to the beginning or end of an input */
  /* Adjust padding, alignment and radius if pre/post element is a button */
  /* Separate prefix and postfix styles when on span or label so buttons keep their own */
  /* We use this to get basic styling on all basic form elements */
  /* Respect enforced amount of rows for textarea */
  /* Not allow resize out of parent */
  /* Add height value for select elements to match text input height */
  /* Adjust margin for form elements below */
  /* Normalize file input width */
  /* HTML5 Number spinners settings */
  /* We add basic fieldset styling */
  /* Error Handling */
  /* Foundation Joyride */
  /* Default styles for the container */
  /* Add a little css triangle pip, older browser just miss out on the fanciness of it */
  /* Typography */
  /* Styles for screens that are at least 768px; */
  /* Orbit Graceful Loading */
  /* Pagination centred wrapper */
  /* Panels */
  /* Pricing Tables */
  /* Progress Bar */
  /* Image Thumbnails */
  /* Tooltips */
  /* Wrapped around .top-bar to contain to grid width */
  /* Typography resets */
  /* Default Link Styles */
  /* Default paragraph styles */
  /* Default header styles */
  /* Helpful Typography Defaults */
  /* Lists */
  /* Unordered Lists */
  /* Ordered Lists */
  /* Definition Lists */
  /* Abbreviations */
  /* Blockquotes */
  /* Microformats */
  /* small displays */
  /* medium displays */
  /* large displays */
  /* xlarge displays */
  /* xxlarge displays */
  /* Orientation targeting */
  /* Specific visibility for tables */
  /* Touch-enabled device targeting */
  /* Specific visibility for tables */
  /* Screen reader-specific classes */
  /*
   * Print styles.
   *
   * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
  */
  /* Print visibility */
  /*--------------------------------------------------------------
  2.0 Typography
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  3.0 Elements
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  4.0 Forms
  --------------------------------------------------------------*/
  /* Foundation */
  /*--------------------------------------------------------------
  5.0 Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  5.1 Links
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  5.2 Menus
  --------------------------------------------------------------*/
  /* Small menu. */
  /* .left-off-canvas-menu */
  /*--------------------------------------------------------------
  6.0 Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  /*--------------------------------------------------------------
  7.0 Alignments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  8.0 Clearings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  9.0 Widgets
  --------------------------------------------------------------*/
  /* Search widget. */
  /* All in One Sub Navi Widget */
  /* Text Widget */
  /* Header&amp;Footer Text Widget List Nav */
  /*--------------------------------------------------------------
  10.0 Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  10.1 Posts and pages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  10.2 Asides
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  10.3 Comments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  11.0 Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  /*--------------------------------------------------------------
  12.0 Media
  --------------------------------------------------------------*/
  /* Make sure embeds and iframes fit their containers. */
  /*--------------------------------------------------------------
  12.1 Captions
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  12.2 Galleries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  13.0 Modifi
  --------------------------------------------------------------*/
  /*ボタンの横幅がtable-cellで自動ではNGな場合ボタン幅を*%で指定
  指定が必要ない場合は0%*/
  /* Header */
  /*Top Page */
  /*  news topics */
  /* breadcrumb plugin */
  /* Pricing Tabble */
  /* CSS Document */
  /****************************************

  global

  *****************************************/
  /****************************************

  apapointclub

  *****************************************/
  /****************************************

  apapointclub

  *****************************************/
  /*  Footer  */
}
.common-old-standard-contents .head-description-menu {
  margin-bottom: -30px;
}
.common-old-standard-contents #page {
  margin-top: 1em;
}
.common-old-standard-contents .site-description {
  margin-top: 0.5em;
}
.common-old-standard-contents header {
  margin-bottom: 25px;
}
.common-old-standard-contents html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.common-old-standard-contents body {
  margin: 0;
}
.common-old-standard-contents article,
.common-old-standard-contents aside,
.common-old-standard-contents details,
.common-old-standard-contents figcaption,
.common-old-standard-contents figure,
.common-old-standard-contents footer,
.common-old-standard-contents header,
.common-old-standard-contents main,
.common-old-standard-contents menu,
.common-old-standard-contents nav,
.common-old-standard-contents section,
.common-old-standard-contents summary {
  display: block;
}
.common-old-standard-contents audio,
.common-old-standard-contents canvas,
.common-old-standard-contents progress,
.common-old-standard-contents video {
  display: inline-block;
  vertical-align: baseline;
}
.common-old-standard-contents audio:not([controls]) {
  display: none;
  height: 0;
}
.common-old-standard-contents [hidden],
.common-old-standard-contents template {
  display: none;
}
.common-old-standard-contents a {
  background-color: transparent;
}

.common-old-standard-contents a:active,
.common-old-standard-contents a:hover {
  outline: 0;
}
.common-old-standard-contents abbr[title] {
  border-bottom: 1px dotted;
}
.common-old-standard-contents b,
.common-old-standard-contents strong {
  font-weight: bold;
}
.common-old-standard-contents dfn {
  font-style: italic;
}
.common-old-standard-contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.common-old-standard-contents mark {
  background: #ff0;
  color: #000;
}
.common-old-standard-contents small {
  font-size: 80%;
}
.common-old-standard-contents sub,
.common-old-standard-contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.common-old-standard-contents sup {
  top: -0.5em;
}
.common-old-standard-contents sub {
  bottom: -0.25em;
}
.common-old-standard-contents img {
  border: 0;
}
.common-old-standard-contents svg:not(:root) {
  overflow: hidden;
}
.common-old-standard-contents figure {
  margin: 1em 40px;
}
.common-old-standard-contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
.common-old-standard-contents pre {
  overflow: auto;
}
.common-old-standard-contents code,
.common-old-standard-contents kbd,
.common-old-standard-contents pre,
.common-old-standard-contents samp {
  font-family: monospace;
  font-size: 1em;
}
.common-old-standard-contents button,
.common-old-standard-contents input,
.common-old-standard-contents optgroup,
.common-old-standard-contents select,
.common-old-standard-contents textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.common-old-standard-contents button {
  overflow: visible;
}
.common-old-standard-contents button,
.common-old-standard-contents select {
  text-transform: none;
}
.common-old-standard-contents button,
.common-old-standard-contents html input[type=button],
.common-old-standard-contents input[type=reset],
.common-old-standard-contents input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.common-old-standard-contents button[disabled],
.common-old-standard-contents html input[disabled] {
  cursor: default;
}
.common-old-standard-contents button::-moz-focus-inner,
.common-old-standard-contents input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.common-old-standard-contents input {
  line-height: normal;
}
.common-old-standard-contents input[type=checkbox],
.common-old-standard-contents input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.common-old-standard-contents input[type=number]::-webkit-inner-spin-button,
.common-old-standard-contents input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.common-old-standard-contents input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.common-old-standard-contents input[type=search]::-webkit-search-cancel-button,
.common-old-standard-contents input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.common-old-standard-contents fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.common-old-standard-contents legend {
  border: 0;
  padding: 0;
}
.common-old-standard-contents textarea {
  overflow: auto;
}
.common-old-standard-contents optgroup {
  font-weight: bold;
}
.common-old-standard-contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
.common-old-standard-contents td,
.common-old-standard-contents th {
  padding: 0;
}
.common-old-standard-contents meta.foundation-mq-small {
  width: 0;
}
.common-old-standard-contents meta.foundation-mq-small-only {
  width: 0;
}
.common-old-standard-contents meta.foundation-mq-medium {
  width: 40.0625em;
}
.common-old-standard-contents meta.foundation-mq-medium-only {
  width: 40.0625em;
}
.common-old-standard-contents meta.foundation-mq-large {
  width: 64.0625em;
}
.common-old-standard-contents meta.foundation-mq-large-only {
  width: 64.0625em;
}
.common-old-standard-contents meta.foundation-mq-xlarge {
  width: 90.0625em;
}
.common-old-standard-contents meta.foundation-mq-xlarge-only {
  width: 90.0625em;
}
.common-old-standard-contents meta.foundation-mq-xxlarge {
  width: 120.0625em;
}
.common-old-standard-contents html, .common-old-standard-contents body {
  height: 100%;
}
.common-old-standard-contents *,
.common-old-standard-contents *:before,
.common-old-standard-contents *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.common-old-standard-contents html,
.common-old-standard-contents body {
  font-size: 16px;
}
.common-old-standard-contents body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
}
.common-old-standard-contents a:hover {
  cursor: pointer;
}
.common-old-standard-contents img {
  max-width: 100%;
  height: auto;
}
.common-old-standard-contents img {
  -ms-interpolation-mode: bicubic;
}
.common-old-standard-contents #map_canvas img,
.common-old-standard-contents #map_canvas embed,
.common-old-standard-contents #map_canvas object,
.common-old-standard-contents .map_canvas img,
.common-old-standard-contents .map_canvas embed,
.common-old-standard-contents .map_canvas object,
.common-old-standard-contents .mqa-display img,
.common-old-standard-contents .mqa-display embed,
.common-old-standard-contents .mqa-display object {
  max-width: none !important;
}
.common-old-standard-contents .left {
  float: left !important;
}
.common-old-standard-contents .right {
  float: right !important;
}
.common-old-standard-contents .clearfix:before, .common-old-standard-contents .clearfix:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .clearfix:after {
  clear: both;
}
.common-old-standard-contents .hide {
  display: none;
}
.common-old-standard-contents .invisible {
  visibility: hidden;
}
.common-old-standard-contents .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-old-standard-contents img {
  display: inline-block;
  vertical-align: middle;
}
.common-old-standard-contents textarea {
  height: auto;
  min-height: 50px;
}
.common-old-standard-contents select {
  width: 100%;
}
.common-old-standard-contents .row {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.common-old-standard-contents .row:before, .common-old-standard-contents .row:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .row:after {
  clear: both;
}
.common-old-standard-contents .row.collapse &gt; .column,
.common-old-standard-contents .row.collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0;
}
.common-old-standard-contents .row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.common-old-standard-contents .row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.common-old-standard-contents .row .row:before, .common-old-standard-contents .row .row:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .row .row:after {
  clear: both;
}
.common-old-standard-contents .row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.common-old-standard-contents .row .row.collapse:before, .common-old-standard-contents .row .row.collapse:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .row .row.collapse:after {
  clear: both;
}
.common-old-standard-contents .column,
.common-old-standard-contents .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
.common-old-standard-contents .column + .column:last-child,
.common-old-standard-contents .columns + .column:last-child,
.common-old-standard-contents .column + .columns:last-child,
.common-old-standard-contents .columns + .columns:last-child {
  float: right;
}
.common-old-standard-contents .column + .column.end,
.common-old-standard-contents .columns + .column.end,
.common-old-standard-contents .column + .columns.end,
.common-old-standard-contents .columns + .columns.end {
  float: left;
}
#page-.standard .medium-4.columns {/*2*/
	float:left;
}
@media only screen {
  .common-old-standard-contents .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .common-old-standard-contents .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .common-old-standard-contents .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .common-old-standard-contents .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .common-old-standard-contents .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .common-old-standard-contents .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .common-old-standard-contents .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .common-old-standard-contents .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .common-old-standard-contents .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .common-old-standard-contents .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .common-old-standard-contents .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .common-old-standard-contents .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .common-old-standard-contents .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .common-old-standard-contents .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .common-old-standard-contents .column,
.common-old-standard-contents .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .common-old-standard-contents .small-1 {
    width: 8.33333%;
  }
  .common-old-standard-contents .small-2 {
    width: 16.66667%;
  }
  .common-old-standard-contents .small-3 {
    width: 25%;
  }
  .common-old-standard-contents .small-4 {
    width: 33.33333%;
  }
  .common-old-standard-contents .small-5 {
    width: 41.66667%;
  }
  .common-old-standard-contents .small-6 {
    width: 50%;
  }
  .common-old-standard-contents .small-7 {
    width: 58.33333%;
  }
  .common-old-standard-contents .small-8 {
    width: 66.66667%;
  }
  .common-old-standard-contents .small-9 {
    width: 75%;
  }
  .common-old-standard-contents .small-10 {
    width: 83.33333%;
  }
  .common-old-standard-contents .small-11 {
    width: 91.66667%;
  }
  .common-old-standard-contents .small-12 {
    width: 100%;
  }
  .common-old-standard-contents .small-offset-0 {
    margin-left: 0 !important;
  }
  .common-old-standard-contents .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .common-old-standard-contents .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .common-old-standard-contents .small-offset-3 {
    margin-left: 25% !important;
  }
  .common-old-standard-contents .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .common-old-standard-contents .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .common-old-standard-contents .small-offset-6 {
    margin-left: 50% !important;
  }
  .common-old-standard-contents .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .common-old-standard-contents .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .common-old-standard-contents .small-offset-9 {
    margin-left: 75% !important;
  }
  .common-old-standard-contents .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .common-old-standard-contents .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .common-old-standard-contents .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .common-old-standard-contents .column.small-centered,
.common-old-standard-contents .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .common-old-standard-contents .column.small-uncentered,
.common-old-standard-contents .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .common-old-standard-contents .column.small-centered:last-child,
.common-old-standard-contents .columns.small-centered:last-child {
    float: none;
  }
  .common-old-standard-contents .column.small-uncentered:last-child,
.common-old-standard-contents .columns.small-uncentered:last-child {
    float: left;
  }
  .common-old-standard-contents .column.small-uncentered.opposite,
.common-old-standard-contents .columns.small-uncentered.opposite {
    float: right;
  }
  .common-old-standard-contents .row.small-collapse &gt; .column,
.common-old-standard-contents .row.small-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .common-old-standard-contents .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .common-old-standard-contents .row.small-uncollapse &gt; .column,
.common-old-standard-contents .row.small-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .common-old-standard-contents .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .common-old-standard-contents .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .common-old-standard-contents .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .common-old-standard-contents .column,
.common-old-standard-contents .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .common-old-standard-contents .medium-1 {
    width: 8.33333%;
  }
  .common-old-standard-contents .medium-2 {
    width: 16.66667%;
  }
  .common-old-standard-contents .medium-3 {
    width: 25%;
  }
  .common-old-standard-contents .medium-4 {
    width: 33.33333%;
  }
  .common-old-standard-contents .medium-5 {
    width: 41.66667%;
  }
  .common-old-standard-contents .medium-6 {
    width: 50%;
  }
  .common-old-standard-contents .medium-7 {
    width: 58.33333%;
  }
  .common-old-standard-contents .medium-8 {
    width: 66.66667%;
  }
  .common-old-standard-contents .medium-9 {
    width: 75%;
  }
  .common-old-standard-contents .medium-10 {
    width: 83.33333%;
  }
  .common-old-standard-contents .medium-11 {
    width: 91.66667%;
  }
  .common-old-standard-contents .medium-12 {
    width: 100%;
  }
  .common-old-standard-contents .medium-offset-0 {
    margin-left: 0 !important;
  }
  .common-old-standard-contents .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .common-old-standard-contents .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .common-old-standard-contents .medium-offset-3 {
    margin-left: 25% !important;
  }
  .common-old-standard-contents .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .common-old-standard-contents .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .common-old-standard-contents .medium-offset-6 {
    margin-left: 50% !important;
  }
  .common-old-standard-contents .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .common-old-standard-contents .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .common-old-standard-contents .medium-offset-9 {
    margin-left: 75% !important;
  }
  .common-old-standard-contents .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .common-old-standard-contents .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .common-old-standard-contents .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .common-old-standard-contents .column.medium-centered,
.common-old-standard-contents .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .common-old-standard-contents .column.medium-uncentered,
.common-old-standard-contents .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .common-old-standard-contents .column.medium-centered:last-child,
.common-old-standard-contents .columns.medium-centered:last-child {
    float: none;
  }
  .common-old-standard-contents .column.medium-uncentered:last-child,
.common-old-standard-contents .columns.medium-uncentered:last-child {
    float: left;
  }
  .common-old-standard-contents .column.medium-uncentered.opposite,
.common-old-standard-contents .columns.medium-uncentered.opposite {
    float: right;
  }
  .common-old-standard-contents .row.medium-collapse &gt; .column,
.common-old-standard-contents .row.medium-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .common-old-standard-contents .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .common-old-standard-contents .row.medium-uncollapse &gt; .column,
.common-old-standard-contents .row.medium-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .common-old-standard-contents .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .common-old-standard-contents .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .common-old-standard-contents .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .common-old-standard-contents .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .common-old-standard-contents .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .common-old-standard-contents .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .common-old-standard-contents .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .common-old-standard-contents .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .common-old-standard-contents .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .common-old-standard-contents .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .common-old-standard-contents .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .common-old-standard-contents .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .common-old-standard-contents .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .common-old-standard-contents .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .common-old-standard-contents .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .common-old-standard-contents .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .common-old-standard-contents .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .common-old-standard-contents .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .common-old-standard-contents .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .common-old-standard-contents .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .common-old-standard-contents .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .common-old-standard-contents .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .common-old-standard-contents .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .common-old-standard-contents .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .common-old-standard-contents .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .common-old-standard-contents .column,
.common-old-standard-contents .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .common-old-standard-contents .large-1 {
    width: 8.33333%;
  }
  .common-old-standard-contents .large-2 {
    width: 16.66667%;
  }
  .common-old-standard-contents .large-3 {
    width: 25%;
  }
  .common-old-standard-contents .large-4 {
    width: 33.33333%;
  }
  .common-old-standard-contents .large-5 {
    width: 41.66667%;
  }
  .common-old-standard-contents .large-6 {
    width: 50%;
  }
  .common-old-standard-contents .large-7 {
    width: 58.33333%;
  }
  .common-old-standard-contents .large-8 {
    width: 66.66667%;
  }
  .common-old-standard-contents .large-9 {
    width: 75%;
  }
  .common-old-standard-contents .large-10 {
    width: 83.33333%;
  }
  .common-old-standard-contents .large-11 {
    width: 91.66667%;
  }
  .common-old-standard-contents .large-12 {
    width: 100%;
  }
  .common-old-standard-contents .large-offset-0 {
    margin-left: 0 !important;
  }
  .common-old-standard-contents .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .common-old-standard-contents .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .common-old-standard-contents .large-offset-3 {
    margin-left: 25% !important;
  }
  .common-old-standard-contents .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .common-old-standard-contents .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .common-old-standard-contents .large-offset-6 {
    margin-left: 50% !important;
  }
  .common-old-standard-contents .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .common-old-standard-contents .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .common-old-standard-contents .large-offset-9 {
    margin-left: 75% !important;
  }
  .common-old-standard-contents .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .common-old-standard-contents .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .common-old-standard-contents .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .common-old-standard-contents .column.large-centered,
.common-old-standard-contents .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .common-old-standard-contents .column.large-uncentered,
.common-old-standard-contents .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .common-old-standard-contents .column.large-centered:last-child,
.common-old-standard-contents .columns.large-centered:last-child {
    float: none;
  }
  .common-old-standard-contents .column.large-uncentered:last-child,
.common-old-standard-contents .columns.large-uncentered:last-child {
    float: left;
  }
  .common-old-standard-contents .column.large-uncentered.opposite,
.common-old-standard-contents .columns.large-uncentered.opposite {
    float: right;
  }
  .common-old-standard-contents .row.large-collapse &gt; .column,
.common-old-standard-contents .row.large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .common-old-standard-contents .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .common-old-standard-contents .row.large-uncollapse &gt; .column,
.common-old-standard-contents .row.large-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .common-old-standard-contents .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .common-old-standard-contents .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .common-old-standard-contents .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .common-old-standard-contents .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .common-old-standard-contents .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .common-old-standard-contents .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .common-old-standard-contents .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .common-old-standard-contents .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .common-old-standard-contents .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .common-old-standard-contents .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .common-old-standard-contents .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .common-old-standard-contents .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .common-old-standard-contents .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .common-old-standard-contents .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .common-old-standard-contents .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
.common-old-standard-contents .accordion {
  margin-bottom: 0;
}
.common-old-standard-contents .accordion:before, .common-old-standard-contents .accordion:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .accordion:after {
  clear: both;
}
.common-old-standard-contents .accordion .accordion-navigation, .common-old-standard-contents .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.common-old-standard-contents .accordion .accordion-navigation.active &gt; a, .common-old-standard-contents .accordion dd.active &gt; a {
  background: #e8e8e8;
}
.common-old-standard-contents .accordion .accordion-navigation &gt; a, .common-old-standard-contents .accordion dd &gt; a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}
.common-old-standard-contents .accordion .accordion-navigation &gt; a:hover, .common-old-standard-contents .accordion dd &gt; a:hover {
  background: #e3e3e3;
}
.common-old-standard-contents .accordion .accordion-navigation &gt; .content, .common-old-standard-contents .accordion dd &gt; .content {
  display: none;
  padding: 0.9375rem;
}
.common-old-standard-contents .accordion .accordion-navigation &gt; .content.active, .common-old-standard-contents .accordion dd &gt; .content.active {
  background: #FFFFFF;
  display: block;
}
.common-old-standard-contents .alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
}
.common-old-standard-contents .alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: 0.9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.common-old-standard-contents .alert-box .close:hover, .common-old-standard-contents .alert-box .close:focus {
  opacity: 0.5;
}
.common-old-standard-contents .alert-box.radius {
  border-radius: 3px;
}
.common-old-standard-contents .alert-box.round {
  border-radius: 1000px;
}
.common-old-standard-contents .alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.common-old-standard-contents .alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.common-old-standard-contents .alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
.common-old-standard-contents .alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
.common-old-standard-contents .alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
.common-old-standard-contents .alert-box.alert-close {
  opacity: 0;
}
.common-old-standard-contents [class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.common-old-standard-contents [class*=block-grid-]:before, .common-old-standard-contents [class*=block-grid-]:after {
  content: " ";
  display: table;
}
.common-old-standard-contents [class*=block-grid-]:after {
  clear: both;
}
.common-old-standard-contents [class*=block-grid-] &gt; li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .common-old-standard-contents .small-block-grid-1 &gt; li {
    list-style: none;
    width: 100%;
  }
  .common-old-standard-contents .small-block-grid-1 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-1 &gt; li:nth-of-type(1n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-2 &gt; li {
    list-style: none;
    width: 50%;
  }
  .common-old-standard-contents .small-block-grid-2 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-2 &gt; li:nth-of-type(2n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-3 &gt; li {
    list-style: none;
    width: 33.33333%;
  }
  .common-old-standard-contents .small-block-grid-3 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-3 &gt; li:nth-of-type(3n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-4 &gt; li {
    list-style: none;
    width: 25%;
  }
  .common-old-standard-contents .small-block-grid-4 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-4 &gt; li:nth-of-type(4n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-5 &gt; li {
    list-style: none;
    width: 20%;
  }
  .common-old-standard-contents .small-block-grid-5 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-5 &gt; li:nth-of-type(5n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-6 &gt; li {
    list-style: none;
    width: 16.66667%;
  }
  .common-old-standard-contents .small-block-grid-6 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-6 &gt; li:nth-of-type(6n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-7 &gt; li {
    list-style: none;
    width: 14.28571%;
  }
  .common-old-standard-contents .small-block-grid-7 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-7 &gt; li:nth-of-type(7n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-8 &gt; li {
    list-style: none;
    width: 12.5%;
  }
  .common-old-standard-contents .small-block-grid-8 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-8 &gt; li:nth-of-type(8n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-9 &gt; li {
    list-style: none;
    width: 11.11111%;
  }
  .common-old-standard-contents .small-block-grid-9 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-9 &gt; li:nth-of-type(9n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-10 &gt; li {
    list-style: none;
    width: 10%;
  }
  .common-old-standard-contents .small-block-grid-10 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-10 &gt; li:nth-of-type(10n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-11 &gt; li {
    list-style: none;
    width: 9.09091%;
  }
  .common-old-standard-contents .small-block-grid-11 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-11 &gt; li:nth-of-type(11n+1) {
    clear: both;
  }
  .common-old-standard-contents .small-block-grid-12 &gt; li {
    list-style: none;
    width: 8.33333%;
  }
  .common-old-standard-contents .small-block-grid-12 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .small-block-grid-12 &gt; li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .medium-block-grid-1 &gt; li {
    list-style: none;
    width: 100%;
  }
  .common-old-standard-contents .medium-block-grid-1 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-1 &gt; li:nth-of-type(1n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-2 &gt; li {
    list-style: none;
    width: 50%;
  }
  .common-old-standard-contents .medium-block-grid-2 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-2 &gt; li:nth-of-type(2n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-3 &gt; li {
    list-style: none;
    width: 33.33333%;
  }
  .common-old-standard-contents .medium-block-grid-3 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-3 &gt; li:nth-of-type(3n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-4 &gt; li {
    list-style: none;
    width: 25%;
  }
  .common-old-standard-contents .medium-block-grid-4 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-4 &gt; li:nth-of-type(4n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-5 &gt; li {
    list-style: none;
    width: 20%;
  }
  .common-old-standard-contents .medium-block-grid-5 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-5 &gt; li:nth-of-type(5n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-6 &gt; li {
    list-style: none;
    width: 16.66667%;
  }
  .common-old-standard-contents .medium-block-grid-6 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-6 &gt; li:nth-of-type(6n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-7 &gt; li {
    list-style: none;
    width: 14.28571%;
  }
  .common-old-standard-contents .medium-block-grid-7 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-7 &gt; li:nth-of-type(7n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-8 &gt; li {
    list-style: none;
    width: 12.5%;
  }
  .common-old-standard-contents .medium-block-grid-8 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-8 &gt; li:nth-of-type(8n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-9 &gt; li {
    list-style: none;
    width: 11.11111%;
  }
  .common-old-standard-contents .medium-block-grid-9 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-9 &gt; li:nth-of-type(9n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-10 &gt; li {
    list-style: none;
    width: 10%;
  }
  .common-old-standard-contents .medium-block-grid-10 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-10 &gt; li:nth-of-type(10n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-11 &gt; li {
    list-style: none;
    width: 9.09091%;
  }
  .common-old-standard-contents .medium-block-grid-11 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-11 &gt; li:nth-of-type(11n+1) {
    clear: both;
  }
  .common-old-standard-contents .medium-block-grid-12 &gt; li {
    list-style: none;
    width: 8.33333%;
  }
  .common-old-standard-contents .medium-block-grid-12 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .medium-block-grid-12 &gt; li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .large-block-grid-1 &gt; li {
    list-style: none;
    width: 100%;
  }
  .common-old-standard-contents .large-block-grid-1 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-1 &gt; li:nth-of-type(1n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-2 &gt; li {
    list-style: none;
    width: 50%;
  }
  .common-old-standard-contents .large-block-grid-2 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-2 &gt; li:nth-of-type(2n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-3 &gt; li {
    list-style: none;
    width: 33.33333%;
  }
  .common-old-standard-contents .large-block-grid-3 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-3 &gt; li:nth-of-type(3n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-4 &gt; li {
    list-style: none;
    width: 25%;
  }
  .common-old-standard-contents .large-block-grid-4 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-4 &gt; li:nth-of-type(4n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-5 &gt; li {
    list-style: none;
    width: 20%;
  }
  .common-old-standard-contents .large-block-grid-5 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-5 &gt; li:nth-of-type(5n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-6 &gt; li {
    list-style: none;
    width: 16.66667%;
  }
  .common-old-standard-contents .large-block-grid-6 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-6 &gt; li:nth-of-type(6n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-7 &gt; li {
    list-style: none;
    width: 14.28571%;
  }
  .common-old-standard-contents .large-block-grid-7 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-7 &gt; li:nth-of-type(7n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-8 &gt; li {
    list-style: none;
    width: 12.5%;
  }
  .common-old-standard-contents .large-block-grid-8 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-8 &gt; li:nth-of-type(8n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-9 &gt; li {
    list-style: none;
    width: 11.11111%;
  }
  .common-old-standard-contents .large-block-grid-9 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-9 &gt; li:nth-of-type(9n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-10 &gt; li {
    list-style: none;
    width: 10%;
  }
  .common-old-standard-contents .large-block-grid-10 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-10 &gt; li:nth-of-type(10n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-11 &gt; li {
    list-style: none;
    width: 9.09091%;
  }
  .common-old-standard-contents .large-block-grid-11 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-11 &gt; li:nth-of-type(11n+1) {
    clear: both;
  }
  .common-old-standard-contents .large-block-grid-12 &gt; li {
    list-style: none;
    width: 8.33333%;
  }
  .common-old-standard-contents .large-block-grid-12 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .common-old-standard-contents .large-block-grid-12 &gt; li:nth-of-type(12n+1) {
    clear: both;
  }
}
.common-old-standard-contents .breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
.common-old-standard-contents .breadcrumbs &gt; * {
  color: #008CBA;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}
.common-old-standard-contents .breadcrumbs &gt; *:hover a, .common-old-standard-contents .breadcrumbs &gt; *:focus a {
  text-decoration: underline;
}
.common-old-standard-contents .breadcrumbs &gt; * a {
  color: #008CBA;
}
.common-old-standard-contents .breadcrumbs &gt; *.current {
  color: #333333;
  cursor: default;
}
.common-old-standard-contents .breadcrumbs &gt; *.current a {
  color: #333333;
  cursor: default;
}
.common-old-standard-contents .breadcrumbs &gt; *.current:hover, .common-old-standard-contents .breadcrumbs &gt; *.current:hover a, .common-old-standard-contents .breadcrumbs &gt; *.current:focus, .common-old-standard-contents .breadcrumbs &gt; *.current:focus a {
  text-decoration: none;
}
.common-old-standard-contents .breadcrumbs &gt; *.unavailable {
  color: #999999;
}
.common-old-standard-contents .breadcrumbs &gt; *.unavailable a {
  color: #999999;
}
.common-old-standard-contents .breadcrumbs &gt; *.unavailable:hover, .common-old-standard-contents .breadcrumbs &gt; *.unavailable:hover a, .common-old-standard-contents .breadcrumbs &gt; *.unavailable:focus,
.common-old-standard-contents .breadcrumbs &gt; *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.common-old-standard-contents .breadcrumbs &gt; *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.common-old-standard-contents .breadcrumbs &gt; *:first-child:before {
  content: " ";
  margin: 0;
}
.common-old-standard-contents [aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}
.common-old-standard-contents button, .common-old-standard-contents .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.common-old-standard-contents button:hover, .common-old-standard-contents button:focus, .common-old-standard-contents .button:hover, .common-old-standard-contents .button:focus {
  background-color: #007095;
}
.common-old-standard-contents button:hover, .common-old-standard-contents button:focus, .common-old-standard-contents .button:hover, .common-old-standard-contents .button:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.secondary, .common-old-standard-contents .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.common-old-standard-contents button.secondary:hover, .common-old-standard-contents button.secondary:focus, .common-old-standard-contents .button.secondary:hover, .common-old-standard-contents .button.secondary:focus {
  background-color: #b9b9b9;
}
.common-old-standard-contents button.secondary:hover, .common-old-standard-contents button.secondary:focus, .common-old-standard-contents .button.secondary:hover, .common-old-standard-contents .button.secondary:focus {
  color: #333333;
}
.common-old-standard-contents button.success, .common-old-standard-contents .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.common-old-standard-contents button.success:hover, .common-old-standard-contents button.success:focus, .common-old-standard-contents .button.success:hover, .common-old-standard-contents .button.success:focus {
  background-color: #368a55;
}
.common-old-standard-contents button.success:hover, .common-old-standard-contents button.success:focus, .common-old-standard-contents .button.success:hover, .common-old-standard-contents .button.success:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.alert, .common-old-standard-contents .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.common-old-standard-contents button.alert:hover, .common-old-standard-contents button.alert:focus, .common-old-standard-contents .button.alert:hover, .common-old-standard-contents .button.alert:focus {
  background-color: #cf2a0e;
}
.common-old-standard-contents button.alert:hover, .common-old-standard-contents button.alert:focus, .common-old-standard-contents .button.alert:hover, .common-old-standard-contents .button.alert:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.warning, .common-old-standard-contents .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.common-old-standard-contents button.warning:hover, .common-old-standard-contents button.warning:focus, .common-old-standard-contents .button.warning:hover, .common-old-standard-contents .button.warning:focus {
  background-color: #cf6e0e;
}
.common-old-standard-contents button.warning:hover, .common-old-standard-contents button.warning:focus, .common-old-standard-contents .button.warning:hover, .common-old-standard-contents .button.warning:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.info, .common-old-standard-contents .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.common-old-standard-contents button.info:hover, .common-old-standard-contents button.info:focus, .common-old-standard-contents .button.info:hover, .common-old-standard-contents .button.info:focus {
  background-color: #61b6d9;
}
.common-old-standard-contents button.info:hover, .common-old-standard-contents button.info:focus, .common-old-standard-contents .button.info:hover, .common-old-standard-contents .button.info:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.large, .common-old-standard-contents .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
.common-old-standard-contents button.small, .common-old-standard-contents .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
.common-old-standard-contents button.tiny, .common-old-standard-contents .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
.common-old-standard-contents button.expand, .common-old-standard-contents .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.common-old-standard-contents button.left-align, .common-old-standard-contents .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
.common-old-standard-contents button.right-align, .common-old-standard-contents .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
.common-old-standard-contents button.radius, .common-old-standard-contents .button.radius {
  border-radius: 3px;
}
.common-old-standard-contents button.round, .common-old-standard-contents .button.round {
  border-radius: 1000px;
}
.common-old-standard-contents button.disabled, .common-old-standard-contents button[disabled], .common-old-standard-contents .button.disabled, .common-old-standard-contents .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.common-old-standard-contents button.disabled:hover, .common-old-standard-contents button.disabled:focus, .common-old-standard-contents button[disabled]:hover, .common-old-standard-contents button[disabled]:focus, .common-old-standard-contents .button.disabled:hover, .common-old-standard-contents .button.disabled:focus, .common-old-standard-contents .button[disabled]:hover, .common-old-standard-contents .button[disabled]:focus {
  background-color: #007095;
}
.common-old-standard-contents button.disabled:hover, .common-old-standard-contents button.disabled:focus, .common-old-standard-contents button[disabled]:hover, .common-old-standard-contents button[disabled]:focus, .common-old-standard-contents .button.disabled:hover, .common-old-standard-contents .button.disabled:focus, .common-old-standard-contents .button[disabled]:hover, .common-old-standard-contents .button[disabled]:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.disabled:hover, .common-old-standard-contents button.disabled:focus, .common-old-standard-contents button[disabled]:hover, .common-old-standard-contents button[disabled]:focus, .common-old-standard-contents .button.disabled:hover, .common-old-standard-contents .button.disabled:focus, .common-old-standard-contents .button[disabled]:hover, .common-old-standard-contents .button[disabled]:focus {
  background-color: #008CBA;
}
.common-old-standard-contents button.disabled.secondary, .common-old-standard-contents button[disabled].secondary, .common-old-standard-contents .button.disabled.secondary, .common-old-standard-contents .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.common-old-standard-contents button.disabled.secondary:hover, .common-old-standard-contents button.disabled.secondary:focus, .common-old-standard-contents button[disabled].secondary:hover, .common-old-standard-contents button[disabled].secondary:focus, .common-old-standard-contents .button.disabled.secondary:hover, .common-old-standard-contents .button.disabled.secondary:focus, .common-old-standard-contents .button[disabled].secondary:hover, .common-old-standard-contents .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
.common-old-standard-contents button.disabled.secondary:hover, .common-old-standard-contents button.disabled.secondary:focus, .common-old-standard-contents button[disabled].secondary:hover, .common-old-standard-contents button[disabled].secondary:focus, .common-old-standard-contents .button.disabled.secondary:hover, .common-old-standard-contents .button.disabled.secondary:focus, .common-old-standard-contents .button[disabled].secondary:hover, .common-old-standard-contents .button[disabled].secondary:focus {
  color: #333333;
}
.common-old-standard-contents button.disabled.secondary:hover, .common-old-standard-contents button.disabled.secondary:focus, .common-old-standard-contents button[disabled].secondary:hover, .common-old-standard-contents button[disabled].secondary:focus, .common-old-standard-contents .button.disabled.secondary:hover, .common-old-standard-contents .button.disabled.secondary:focus, .common-old-standard-contents .button[disabled].secondary:hover, .common-old-standard-contents .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
.common-old-standard-contents button.disabled.success, .common-old-standard-contents button[disabled].success, .common-old-standard-contents .button.disabled.success, .common-old-standard-contents .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.common-old-standard-contents button.disabled.success:hover, .common-old-standard-contents button.disabled.success:focus, .common-old-standard-contents button[disabled].success:hover, .common-old-standard-contents button[disabled].success:focus, .common-old-standard-contents .button.disabled.success:hover, .common-old-standard-contents .button.disabled.success:focus, .common-old-standard-contents .button[disabled].success:hover, .common-old-standard-contents .button[disabled].success:focus {
  background-color: #368a55;
}
.common-old-standard-contents button.disabled.success:hover, .common-old-standard-contents button.disabled.success:focus, .common-old-standard-contents button[disabled].success:hover, .common-old-standard-contents button[disabled].success:focus, .common-old-standard-contents .button.disabled.success:hover, .common-old-standard-contents .button.disabled.success:focus, .common-old-standard-contents .button[disabled].success:hover, .common-old-standard-contents .button[disabled].success:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.disabled.success:hover, .common-old-standard-contents button.disabled.success:focus, .common-old-standard-contents button[disabled].success:hover, .common-old-standard-contents button[disabled].success:focus, .common-old-standard-contents .button.disabled.success:hover, .common-old-standard-contents .button.disabled.success:focus, .common-old-standard-contents .button[disabled].success:hover, .common-old-standard-contents .button[disabled].success:focus {
  background-color: #43AC6A;
}
.common-old-standard-contents button.disabled.alert, .common-old-standard-contents button[disabled].alert, .common-old-standard-contents .button.disabled.alert, .common-old-standard-contents .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.common-old-standard-contents button.disabled.alert:hover, .common-old-standard-contents button.disabled.alert:focus, .common-old-standard-contents button[disabled].alert:hover, .common-old-standard-contents button[disabled].alert:focus, .common-old-standard-contents .button.disabled.alert:hover, .common-old-standard-contents .button.disabled.alert:focus, .common-old-standard-contents .button[disabled].alert:hover, .common-old-standard-contents .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
.common-old-standard-contents button.disabled.alert:hover, .common-old-standard-contents button.disabled.alert:focus, .common-old-standard-contents button[disabled].alert:hover, .common-old-standard-contents button[disabled].alert:focus, .common-old-standard-contents .button.disabled.alert:hover, .common-old-standard-contents .button.disabled.alert:focus, .common-old-standard-contents .button[disabled].alert:hover, .common-old-standard-contents .button[disabled].alert:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.disabled.alert:hover, .common-old-standard-contents button.disabled.alert:focus, .common-old-standard-contents button[disabled].alert:hover, .common-old-standard-contents button[disabled].alert:focus, .common-old-standard-contents .button.disabled.alert:hover, .common-old-standard-contents .button.disabled.alert:focus, .common-old-standard-contents .button[disabled].alert:hover, .common-old-standard-contents .button[disabled].alert:focus {
  background-color: #f04124;
}
.common-old-standard-contents button.disabled.warning, .common-old-standard-contents button[disabled].warning, .common-old-standard-contents .button.disabled.warning, .common-old-standard-contents .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.common-old-standard-contents button.disabled.warning:hover, .common-old-standard-contents button.disabled.warning:focus, .common-old-standard-contents button[disabled].warning:hover, .common-old-standard-contents button[disabled].warning:focus, .common-old-standard-contents .button.disabled.warning:hover, .common-old-standard-contents .button.disabled.warning:focus, .common-old-standard-contents .button[disabled].warning:hover, .common-old-standard-contents .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
.common-old-standard-contents button.disabled.warning:hover, .common-old-standard-contents button.disabled.warning:focus, .common-old-standard-contents button[disabled].warning:hover, .common-old-standard-contents button[disabled].warning:focus, .common-old-standard-contents .button.disabled.warning:hover, .common-old-standard-contents .button.disabled.warning:focus, .common-old-standard-contents .button[disabled].warning:hover, .common-old-standard-contents .button[disabled].warning:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.disabled.warning:hover, .common-old-standard-contents button.disabled.warning:focus, .common-old-standard-contents button[disabled].warning:hover, .common-old-standard-contents button[disabled].warning:focus, .common-old-standard-contents .button.disabled.warning:hover, .common-old-standard-contents .button.disabled.warning:focus, .common-old-standard-contents .button[disabled].warning:hover, .common-old-standard-contents .button[disabled].warning:focus {
  background-color: #f08a24;
}
.common-old-standard-contents button.disabled.info, .common-old-standard-contents button[disabled].info, .common-old-standard-contents .button.disabled.info, .common-old-standard-contents .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.common-old-standard-contents button.disabled.info:hover, .common-old-standard-contents button.disabled.info:focus, .common-old-standard-contents button[disabled].info:hover, .common-old-standard-contents button[disabled].info:focus, .common-old-standard-contents .button.disabled.info:hover, .common-old-standard-contents .button.disabled.info:focus, .common-old-standard-contents .button[disabled].info:hover, .common-old-standard-contents .button[disabled].info:focus {
  background-color: #61b6d9;
}
.common-old-standard-contents button.disabled.info:hover, .common-old-standard-contents button.disabled.info:focus, .common-old-standard-contents button[disabled].info:hover, .common-old-standard-contents button[disabled].info:focus, .common-old-standard-contents .button.disabled.info:hover, .common-old-standard-contents .button.disabled.info:focus, .common-old-standard-contents .button[disabled].info:hover, .common-old-standard-contents .button[disabled].info:focus {
  color: #FFFFFF;
}
.common-old-standard-contents button.disabled.info:hover, .common-old-standard-contents button.disabled.info:focus, .common-old-standard-contents button[disabled].info:hover, .common-old-standard-contents button[disabled].info:focus, .common-old-standard-contents .button.disabled.info:hover, .common-old-standard-contents .button.disabled.info:focus, .common-old-standard-contents .button[disabled].info:hover, .common-old-standard-contents .button[disabled].info:focus {
  background-color: #a0d3e8;
}
.common-old-standard-contents button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents button, .common-old-standard-contents .button {
    display: inline-block;
  }
}
.common-old-standard-contents .button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.common-old-standard-contents .button-group:before, .common-old-standard-contents .button-group:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .button-group:after {
  clear: both;
}
.common-old-standard-contents .button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}
.common-old-standard-contents .button-group.even-2 li &gt; button, .common-old-standard-contents .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.even-2 li:first-child button, .common-old-standard-contents .button-group.even-2 li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.even-2 li button, .common-old-standard-contents .button-group.even-2 li .button {
  width: 100%;
}
.common-old-standard-contents .button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.33333%;
}
.common-old-standard-contents .button-group.even-3 li &gt; button, .common-old-standard-contents .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.even-3 li:first-child button, .common-old-standard-contents .button-group.even-3 li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.even-3 li button, .common-old-standard-contents .button-group.even-3 li .button {
  width: 100%;
}
.common-old-standard-contents .button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}
.common-old-standard-contents .button-group.even-4 li &gt; button, .common-old-standard-contents .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.even-4 li:first-child button, .common-old-standard-contents .button-group.even-4 li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.even-4 li button, .common-old-standard-contents .button-group.even-4 li .button {
  width: 100%;
}
.common-old-standard-contents .button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}
.common-old-standard-contents .button-group.even-5 li &gt; button, .common-old-standard-contents .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.even-5 li:first-child button, .common-old-standard-contents .button-group.even-5 li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.even-5 li button, .common-old-standard-contents .button-group.even-5 li .button {
  width: 100%;
}
.common-old-standard-contents .button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.66667%;
}
.common-old-standard-contents .button-group.even-6 li &gt; button, .common-old-standard-contents .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.even-6 li:first-child button, .common-old-standard-contents .button-group.even-6 li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.even-6 li button, .common-old-standard-contents .button-group.even-6 li .button {
  width: 100%;
}
.common-old-standard-contents .button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.28571%;
}
.common-old-standard-contents .button-group.even-7 li &gt; button, .common-old-standard-contents .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.even-7 li:first-child button, .common-old-standard-contents .button-group.even-7 li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.even-7 li button, .common-old-standard-contents .button-group.even-7 li .button {
  width: 100%;
}
.common-old-standard-contents .button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}
.common-old-standard-contents .button-group.even-8 li &gt; button, .common-old-standard-contents .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.even-8 li:first-child button, .common-old-standard-contents .button-group.even-8 li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.even-8 li button, .common-old-standard-contents .button-group.even-8 li .button {
  width: 100%;
}
.common-old-standard-contents .button-group &gt; li {
  display: inline-block;
  margin: 0 -2px;
}
.common-old-standard-contents .button-group &gt; li &gt; button, .common-old-standard-contents .button-group &gt; li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group &gt; li:first-child button, .common-old-standard-contents .button-group &gt; li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.stack &gt; li {
  display: block;
  margin: 0;
  float: none;
}
.common-old-standard-contents .button-group.stack &gt; li &gt; button, .common-old-standard-contents .button-group.stack &gt; li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.stack &gt; li:first-child button, .common-old-standard-contents .button-group.stack &gt; li:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.stack &gt; li &gt; button, .common-old-standard-contents .button-group.stack &gt; li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.common-old-standard-contents .button-group.stack &gt; li &gt; button {
  width: 100%;
}
.common-old-standard-contents .button-group.stack &gt; li:first-child button, .common-old-standard-contents .button-group.stack &gt; li:first-child .button {
  border-top: 0;
}
.common-old-standard-contents .button-group.stack-for-small &gt; li {
  display: inline-block;
  margin: 0 -2px;
}
.common-old-standard-contents .button-group.stack-for-small &gt; li &gt; button, .common-old-standard-contents .button-group.stack-for-small &gt; li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.stack-for-small &gt; li:first-child button, .common-old-standard-contents .button-group.stack-for-small &gt; li:first-child .button {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .button-group.stack-for-small &gt; li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .common-old-standard-contents .button-group.stack-for-small &gt; li &gt; button, .common-old-standard-contents .button-group.stack-for-small &gt; li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .common-old-standard-contents .button-group.stack-for-small &gt; li:first-child button, .common-old-standard-contents .button-group.stack-for-small &gt; li:first-child .button {
    border-left: 0;
  }
  .common-old-standard-contents .button-group.stack-for-small &gt; li &gt; button, .common-old-standard-contents .button-group.stack-for-small &gt; li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .common-old-standard-contents .button-group.stack-for-small &gt; li &gt; button {
    width: 100%;
  }
  .common-old-standard-contents .button-group.stack-for-small &gt; li:first-child button, .common-old-standard-contents .button-group.stack-for-small &gt; li:first-child .button {
    border-top: 0;
  }
}
.common-old-standard-contents .button-group.radius &gt; * {
  display: inline-block;
  margin: 0 -2px;
}
.common-old-standard-contents .button-group.radius &gt; * &gt; button, .common-old-standard-contents .button-group.radius &gt; * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.radius &gt; *:first-child button, .common-old-standard-contents .button-group.radius &gt; *:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.radius &gt; *,
.common-old-standard-contents .button-group.radius &gt; * &gt; a,
.common-old-standard-contents .button-group.radius &gt; * &gt; button,
.common-old-standard-contents .button-group.radius &gt; * &gt; .button {
  border-radius: 0;
}
.common-old-standard-contents .button-group.radius &gt; *:first-child, .common-old-standard-contents .button-group.radius &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.radius &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.radius &gt; *:first-child &gt; .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.common-old-standard-contents .button-group.radius &gt; *:last-child, .common-old-standard-contents .button-group.radius &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.radius &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.radius &gt; *:last-child &gt; .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.common-old-standard-contents .button-group.radius.stack &gt; * {
  display: block;
  margin: 0;
}
.common-old-standard-contents .button-group.radius.stack &gt; * &gt; button, .common-old-standard-contents .button-group.radius.stack &gt; * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.radius.stack &gt; *:first-child button, .common-old-standard-contents .button-group.radius.stack &gt; *:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.radius.stack &gt; * &gt; button, .common-old-standard-contents .button-group.radius.stack &gt; * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.common-old-standard-contents .button-group.radius.stack &gt; * &gt; button {
  width: 100%;
}
.common-old-standard-contents .button-group.radius.stack &gt; *:first-child button, .common-old-standard-contents .button-group.radius.stack &gt; *:first-child .button {
  border-top: 0;
}
.common-old-standard-contents .button-group.radius.stack &gt; *,
.common-old-standard-contents .button-group.radius.stack &gt; * &gt; a,
.common-old-standard-contents .button-group.radius.stack &gt; * &gt; button,
.common-old-standard-contents .button-group.radius.stack &gt; * &gt; .button {
  border-radius: 0;
}
.common-old-standard-contents .button-group.radius.stack &gt; *:first-child, .common-old-standard-contents .button-group.radius.stack &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.radius.stack &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.radius.stack &gt; *:first-child &gt; .button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.common-old-standard-contents .button-group.radius.stack &gt; *:last-child, .common-old-standard-contents .button-group.radius.stack &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.radius.stack &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.radius.stack &gt; *:last-child &gt; .button {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; * {
    display: inline-block;
    margin: 0 -2px;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child .button {
    border-left: 0;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *,
.common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; a,
.common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; button,
.common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; .button {
    border-radius: 0;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child &gt; .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child &gt; .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; * {
    display: block;
    margin: 0;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child .button {
    border-left: 0;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; button {
    width: 100%;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child .button {
    border-top: 0;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *,
.common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; a,
.common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; button,
.common-old-standard-contents .button-group.radius.stack-for-small &gt; * &gt; .button {
    border-radius: 0;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:first-child &gt; .button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.radius.stack-for-small &gt; *:last-child &gt; .button {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.common-old-standard-contents .button-group.round &gt; * {
  display: inline-block;
  margin: 0 -2px;
}
.common-old-standard-contents .button-group.round &gt; * &gt; button, .common-old-standard-contents .button-group.round &gt; * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.round &gt; *:first-child button, .common-old-standard-contents .button-group.round &gt; *:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.round &gt; *,
.common-old-standard-contents .button-group.round &gt; * &gt; a,
.common-old-standard-contents .button-group.round &gt; * &gt; button,
.common-old-standard-contents .button-group.round &gt; * &gt; .button {
  border-radius: 0;
}
.common-old-standard-contents .button-group.round &gt; *:first-child, .common-old-standard-contents .button-group.round &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.round &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.round &gt; *:first-child &gt; .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.common-old-standard-contents .button-group.round &gt; *:last-child, .common-old-standard-contents .button-group.round &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.round &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.round &gt; *:last-child &gt; .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.common-old-standard-contents .button-group.round.stack &gt; * {
  display: block;
  margin: 0;
}
.common-old-standard-contents .button-group.round.stack &gt; * &gt; button, .common-old-standard-contents .button-group.round.stack &gt; * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .button-group.round.stack &gt; *:first-child button, .common-old-standard-contents .button-group.round.stack &gt; *:first-child .button {
  border-left: 0;
}
.common-old-standard-contents .button-group.round.stack &gt; * &gt; button, .common-old-standard-contents .button-group.round.stack &gt; * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.common-old-standard-contents .button-group.round.stack &gt; * &gt; button {
  width: 100%;
}
.common-old-standard-contents .button-group.round.stack &gt; *:first-child button, .common-old-standard-contents .button-group.round.stack &gt; *:first-child .button {
  border-top: 0;
}
.common-old-standard-contents .button-group.round.stack &gt; *,
.common-old-standard-contents .button-group.round.stack &gt; * &gt; a,
.common-old-standard-contents .button-group.round.stack &gt; * &gt; button,
.common-old-standard-contents .button-group.round.stack &gt; * &gt; .button {
  border-radius: 0;
}
.common-old-standard-contents .button-group.round.stack &gt; *:first-child, .common-old-standard-contents .button-group.round.stack &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.round.stack &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.round.stack &gt; *:first-child &gt; .button {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.common-old-standard-contents .button-group.round.stack &gt; *:last-child, .common-old-standard-contents .button-group.round.stack &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.round.stack &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.round.stack &gt; *:last-child &gt; .button {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .button-group.round.stack-for-small &gt; * {
    display: inline-block;
    margin: 0 -2px;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; button, .common-old-standard-contents .button-group.round.stack-for-small &gt; * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child button, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child .button {
    border-left: 0;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *,
.common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; a,
.common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; button,
.common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; .button {
    border-radius: 0;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child &gt; .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child &gt; .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .button-group.round.stack-for-small &gt; * {
    display: block;
    margin: 0;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; button, .common-old-standard-contents .button-group.round.stack-for-small &gt; * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child button, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child .button {
    border-left: 0;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; button, .common-old-standard-contents .button-group.round.stack-for-small &gt; * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; button {
    width: 100%;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child button, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child .button {
    border-top: 0;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *,
.common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; a,
.common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; button,
.common-old-standard-contents .button-group.round.stack-for-small &gt; * &gt; .button {
    border-radius: 0;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child &gt; a, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child &gt; button, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:first-child &gt; .button {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child &gt; a, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child &gt; button, .common-old-standard-contents .button-group.round.stack-for-small &gt; *:last-child &gt; .button {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.common-old-standard-contents .button-bar:before, .common-old-standard-contents .button-bar:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .button-bar:after {
  clear: both;
}
.common-old-standard-contents .button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.common-old-standard-contents .button-bar .button-group div {
  overflow: hidden;
}
.common-old-standard-contents .clearing-thumbs, .common-old-standard-contents [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.common-old-standard-contents .clearing-thumbs:before, .common-old-standard-contents .clearing-thumbs:after, .common-old-standard-contents [data-clearing]:before, .common-old-standard-contents [data-clearing]:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .clearing-thumbs:after, .common-old-standard-contents [data-clearing]:after {
  clear: both;
}
.common-old-standard-contents .clearing-thumbs li, .common-old-standard-contents [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.common-old-standard-contents .clearing-thumbs[class*=block-grid-] li, .common-old-standard-contents [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}
.common-old-standard-contents .clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.common-old-standard-contents .clearing-blackout .clearing-close {
  display: block;
}
.common-old-standard-contents .clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}
.common-old-standard-contents .clearing-touch-label {
  color: #AAAAAA;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}
.common-old-standard-contents .visible-img {
  height: 95%;
  position: relative;
}
.common-old-standard-contents .visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}
.common-old-standard-contents .clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}
.common-old-standard-contents .clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.common-old-standard-contents .clearing-close:hover, .common-old-standard-contents .clearing-close:focus {
  color: #CCCCCC;
}
.common-old-standard-contents .clearing-assembled .clearing-container {
  height: 100%;
}
.common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul {
  display: none;
}
.common-old-standard-contents .clearing-feature li {
  display: none;
}
.common-old-standard-contents .clearing-feature li.clearing-featured-img {
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .clearing-main-prev,
.common-old-standard-contents .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .common-old-standard-contents .clearing-main-prev &gt; span,
.common-old-standard-contents .clearing-main-next &gt; span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .common-old-standard-contents .clearing-main-prev &gt; span:hover,
.common-old-standard-contents .clearing-main-next &gt; span:hover {
    opacity: 0.8;
  }
  .common-old-standard-contents .clearing-main-prev {
    left: 0;
  }
  .common-old-standard-contents .clearing-main-prev &gt; span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .common-old-standard-contents .clearing-main-next {
    right: 0;
  }
  .common-old-standard-contents .clearing-main-next &gt; span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .common-old-standard-contents .clearing-main-prev.disabled,
.common-old-standard-contents .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul li a.th {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul li.visible {
    opacity: 1;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .carousel &gt; ul li:hover {
    opacity: 0.8;
  }
  .common-old-standard-contents .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }
  .common-old-standard-contents .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.common-old-standard-contents .f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.common-old-standard-contents .f-dropdown.open {
  display: block;
}
.common-old-standard-contents .f-dropdown &gt; *:first-child {
  margin-top: 0;
}
.common-old-standard-contents .f-dropdown &gt; *:last-child {
  margin-bottom: 0;
}
.common-old-standard-contents .f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.common-old-standard-contents .f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.common-old-standard-contents .f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.common-old-standard-contents .f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.common-old-standard-contents .f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.common-old-standard-contents .f-dropdown.drop-right.open {
  display: block;
}
.common-old-standard-contents .f-dropdown.drop-right &gt; *:first-child {
  margin-top: 0;
}
.common-old-standard-contents .f-dropdown.drop-right &gt; *:last-child {
  margin-bottom: 0;
}
.common-old-standard-contents .f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.common-old-standard-contents .f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.common-old-standard-contents .f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.common-old-standard-contents .f-dropdown.drop-left.open {
  display: block;
}
.common-old-standard-contents .f-dropdown.drop-left &gt; *:first-child {
  margin-top: 0;
}
.common-old-standard-contents .f-dropdown.drop-left &gt; *:last-child {
  margin-bottom: 0;
}
.common-old-standard-contents .f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.common-old-standard-contents .f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.common-old-standard-contents .f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
.common-old-standard-contents .f-dropdown.drop-top.open {
  display: block;
}
.common-old-standard-contents .f-dropdown.drop-top &gt; *:first-child {
  margin-top: 0;
}
.common-old-standard-contents .f-dropdown.drop-top &gt; *:last-child {
  margin-bottom: 0;
}
.common-old-standard-contents .f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
.common-old-standard-contents .f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
.common-old-standard-contents .f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
.common-old-standard-contents .f-dropdown li:hover, .common-old-standard-contents .f-dropdown li:focus {
  background: #EEEEEE;
}
.common-old-standard-contents .f-dropdown li.radius {
  border-radius: 3px;
}
.common-old-standard-contents .f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.common-old-standard-contents .f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.common-old-standard-contents .f-dropdown.content.open {
  display: block;
}
.common-old-standard-contents .f-dropdown.content &gt; *:first-child {
  margin-top: 0;
}
.common-old-standard-contents .f-dropdown.content &gt; *:last-child {
  margin-bottom: 0;
}
.common-old-standard-contents .f-dropdown.tiny {
  max-width: 200px;
}
.common-old-standard-contents .f-dropdown.small {
  max-width: 300px;
}
.common-old-standard-contents .f-dropdown.medium {
  max-width: 500px;
}
.common-old-standard-contents .f-dropdown.large {
  max-width: 800px;
}
.common-old-standard-contents .f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.common-old-standard-contents .f-dropdown.mega.open {
  left: 0 !important;
}
.common-old-standard-contents .dropdown.button, .common-old-standard-contents button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
.common-old-standard-contents .dropdown.button::after, .common-old-standard-contents button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.common-old-standard-contents .dropdown.button::after, .common-old-standard-contents button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.common-old-standard-contents .dropdown.button::after, .common-old-standard-contents button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.common-old-standard-contents .dropdown.button.tiny, .common-old-standard-contents button.dropdown.tiny {
  padding-right: 2.625rem;
}
.common-old-standard-contents .dropdown.button.tiny:after, .common-old-standard-contents button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.common-old-standard-contents .dropdown.button.tiny::after, .common-old-standard-contents button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.common-old-standard-contents .dropdown.button.small, .common-old-standard-contents button.dropdown.small {
  padding-right: 3.0625rem;
}
.common-old-standard-contents .dropdown.button.small::after, .common-old-standard-contents button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.common-old-standard-contents .dropdown.button.small::after, .common-old-standard-contents button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.common-old-standard-contents .dropdown.button.large, .common-old-standard-contents button.dropdown.large {
  padding-right: 3.625rem;
}
.common-old-standard-contents .dropdown.button.large::after, .common-old-standard-contents button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.common-old-standard-contents .dropdown.button.large::after, .common-old-standard-contents button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.common-old-standard-contents .dropdown.button.secondary:after, .common-old-standard-contents button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}
.common-old-standard-contents .flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
.common-old-standard-contents .flex-video.widescreen {
  padding-bottom: 56.34%;
}
.common-old-standard-contents .flex-video.vimeo {
  padding-top: 0;
}
.common-old-standard-contents .flex-video iframe,
.common-old-standard-contents .flex-video object,
.common-old-standard-contents .flex-video embed,
.common-old-standard-contents .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.common-old-standard-contents form {
  margin: 0 0 1rem;
}
.common-old-standard-contents form .row .row {
  margin: 0 -0.5rem;
}
.common-old-standard-contents form .row .row .column,
.common-old-standard-contents form .row .row .columns {
  padding: 0 0.5rem;
}
.common-old-standard-contents form .row .row.collapse {
  margin: 0;
}
.common-old-standard-contents form .row .row.collapse .column,
.common-old-standard-contents form .row .row.collapse .columns {
  padding: 0;
}
.common-old-standard-contents form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.common-old-standard-contents form .row input.column,
.common-old-standard-contents form .row input.columns,
.common-old-standard-contents form .row textarea.column,
.common-old-standard-contents form .row textarea.columns {
  padding-left: 0.5rem;
}
.common-old-standard-contents label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
.common-old-standard-contents label.right {
  float: none !important;
  text-align: right;
}
.common-old-standard-contents label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
.common-old-standard-contents label small {
  text-transform: capitalize;
  color: #676767;
}
.common-old-standard-contents .prefix,
.common-old-standard-contents .postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.common-old-standard-contents .postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.common-old-standard-contents .prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.common-old-standard-contents .prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.common-old-standard-contents .postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.common-old-standard-contents .prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.common-old-standard-contents .postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.common-old-standard-contents span.prefix, .common-old-standard-contents label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
.common-old-standard-contents span.postfix, .common-old-standard-contents label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}
.common-old-standard-contents input[type=text], .common-old-standard-contents input[type=password], .common-old-standard-contents input[type=date], .common-old-standard-contents input[type=datetime], .common-old-standard-contents input[type=datetime-local], .common-old-standard-contents input[type=month], .common-old-standard-contents input[type=week], .common-old-standard-contents input[type=email], .common-old-standard-contents input[type=number], .common-old-standard-contents input[type=search], .common-old-standard-contents input[type=tel], .common-old-standard-contents input[type=time], .common-old-standard-contents input[type=url], .common-old-standard-contents input[type=color], .common-old-standard-contents textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
.common-old-standard-contents input[type=text]:focus, .common-old-standard-contents input[type=password]:focus, .common-old-standard-contents input[type=date]:focus, .common-old-standard-contents input[type=datetime]:focus, .common-old-standard-contents input[type=datetime-local]:focus, .common-old-standard-contents input[type=month]:focus, .common-old-standard-contents input[type=week]:focus, .common-old-standard-contents input[type=email]:focus, .common-old-standard-contents input[type=number]:focus, .common-old-standard-contents input[type=search]:focus, .common-old-standard-contents input[type=tel]:focus, .common-old-standard-contents input[type=time]:focus, .common-old-standard-contents input[type=url]:focus, .common-old-standard-contents input[type=color]:focus, .common-old-standard-contents textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
.common-old-standard-contents input[type=text]:disabled, .common-old-standard-contents input[type=password]:disabled, .common-old-standard-contents input[type=date]:disabled, .common-old-standard-contents input[type=datetime]:disabled, .common-old-standard-contents input[type=datetime-local]:disabled, .common-old-standard-contents input[type=month]:disabled, .common-old-standard-contents input[type=week]:disabled, .common-old-standard-contents input[type=email]:disabled, .common-old-standard-contents input[type=number]:disabled, .common-old-standard-contents input[type=search]:disabled, .common-old-standard-contents input[type=tel]:disabled, .common-old-standard-contents input[type=time]:disabled, .common-old-standard-contents input[type=url]:disabled, .common-old-standard-contents input[type=color]:disabled, .common-old-standard-contents textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
.common-old-standard-contents input[type=text][disabled], .common-old-standard-contents input[type=text][readonly], .common-old-standard-contents fieldset[disabled] input[type=text], .common-old-standard-contents input[type=password][disabled], .common-old-standard-contents input[type=password][readonly], .common-old-standard-contents fieldset[disabled] input[type=password], .common-old-standard-contents input[type=date][disabled], .common-old-standard-contents input[type=date][readonly], .common-old-standard-contents fieldset[disabled] input[type=date], .common-old-standard-contents input[type=datetime][disabled], .common-old-standard-contents input[type=datetime][readonly], .common-old-standard-contents fieldset[disabled] input[type=datetime], .common-old-standard-contents input[type=datetime-local][disabled], .common-old-standard-contents input[type=datetime-local][readonly], .common-old-standard-contents fieldset[disabled] input[type=datetime-local], .common-old-standard-contents input[type=month][disabled], .common-old-standard-contents input[type=month][readonly], .common-old-standard-contents fieldset[disabled] input[type=month], .common-old-standard-contents input[type=week][disabled], .common-old-standard-contents input[type=week][readonly], .common-old-standard-contents fieldset[disabled] input[type=week], .common-old-standard-contents input[type=email][disabled], .common-old-standard-contents input[type=email][readonly], .common-old-standard-contents fieldset[disabled] input[type=email], .common-old-standard-contents input[type=number][disabled], .common-old-standard-contents input[type=number][readonly], .common-old-standard-contents fieldset[disabled] input[type=number], .common-old-standard-contents input[type=search][disabled], .common-old-standard-contents input[type=search][readonly], .common-old-standard-contents fieldset[disabled] input[type=search], .common-old-standard-contents input[type=tel][disabled], .common-old-standard-contents input[type=tel][readonly], .common-old-standard-contents fieldset[disabled] input[type=tel], .common-old-standard-contents input[type=time][disabled], .common-old-standard-contents input[type=time][readonly], .common-old-standard-contents fieldset[disabled] input[type=time], .common-old-standard-contents input[type=url][disabled], .common-old-standard-contents input[type=url][readonly], .common-old-standard-contents fieldset[disabled] input[type=url], .common-old-standard-contents input[type=color][disabled], .common-old-standard-contents input[type=color][readonly], .common-old-standard-contents fieldset[disabled] input[type=color], .common-old-standard-contents textarea[disabled], .common-old-standard-contents textarea[readonly], .common-old-standard-contents fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
.common-old-standard-contents input[type=text].radius, .common-old-standard-contents input[type=password].radius, .common-old-standard-contents input[type=date].radius, .common-old-standard-contents input[type=datetime].radius, .common-old-standard-contents input[type=datetime-local].radius, .common-old-standard-contents input[type=month].radius, .common-old-standard-contents input[type=week].radius, .common-old-standard-contents input[type=email].radius, .common-old-standard-contents input[type=number].radius, .common-old-standard-contents input[type=search].radius, .common-old-standard-contents input[type=tel].radius, .common-old-standard-contents input[type=time].radius, .common-old-standard-contents input[type=url].radius, .common-old-standard-contents input[type=color].radius, .common-old-standard-contents textarea.radius {
  border-radius: 3px;
}
.common-old-standard-contents form .row .prefix-radius.row.collapse input,
.common-old-standard-contents form .row .prefix-radius.row.collapse textarea,
.common-old-standard-contents form .row .prefix-radius.row.collapse select,
.common-old-standard-contents form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.common-old-standard-contents form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.common-old-standard-contents form .row .postfix-radius.row.collapse input,
.common-old-standard-contents form .row .postfix-radius.row.collapse textarea,
.common-old-standard-contents form .row .postfix-radius.row.collapse select,
.common-old-standard-contents form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.common-old-standard-contents form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.common-old-standard-contents form .row .prefix-round.row.collapse input,
.common-old-standard-contents form .row .prefix-round.row.collapse textarea,
.common-old-standard-contents form .row .prefix-round.row.collapse select,
.common-old-standard-contents form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.common-old-standard-contents form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.common-old-standard-contents form .row .postfix-round.row.collapse input,
.common-old-standard-contents form .row .postfix-round.row.collapse textarea,
.common-old-standard-contents form .row .postfix-round.row.collapse select,
.common-old-standard-contents form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.common-old-standard-contents form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.common-old-standard-contents input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.common-old-standard-contents textarea[rows] {
  height: auto;
}
.common-old-standard-contents textarea {
  max-width: 100%;
}
.common-old-standard-contents ::-webkit-input-placeholder {
  color: #666666;
}
.common-old-standard-contents :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.common-old-standard-contents ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.common-old-standard-contents :-ms-input-placeholder {
  color: #666666;
}
.common-old-standard-contents select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
.common-old-standard-contents select::-ms-expand {
  display: none;
}
.common-old-standard-contents select.radius {
  border-radius: 3px;
}
.common-old-standard-contents select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
.common-old-standard-contents select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
.common-old-standard-contents select[multiple] {
  height: auto;
}
.common-old-standard-contents input[type=file],
.common-old-standard-contents input[type=checkbox],
.common-old-standard-contents input[type=radio],
.common-old-standard-contents select {
  margin: 0 0 1rem 0;
}
.common-old-standard-contents input[type=checkbox] + label,
.common-old-standard-contents input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
.common-old-standard-contents input[type=file] {
  width: 100%;
}
.common-old-standard-contents fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
.common-old-standard-contents fieldset legend {
  background: #FFFFFF;
  font-weight: bold;
  margin: 0;
  padding: 0 0.1875rem;
}
.common-old-standard-contents [data-abide] .error small.error, .common-old-standard-contents [data-abide] .error span.error, .common-old-standard-contents [data-abide] span.error, .common-old-standard-contents [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.common-old-standard-contents [data-abide] span.error, .common-old-standard-contents [data-abide] small.error {
  display: none;
}
.common-old-standard-contents span.error, .common-old-standard-contents small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.common-old-standard-contents .error input,
.common-old-standard-contents .error textarea,
.common-old-standard-contents .error select {
  margin-bottom: 0;
}
.common-old-standard-contents .error input[type=checkbox],
.common-old-standard-contents .error input[type=radio] {
  margin-bottom: 1rem;
}
.common-old-standard-contents .error label,
.common-old-standard-contents .error label.error {
  color: #f04124;
}
.common-old-standard-contents .error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.common-old-standard-contents .error &gt; label &gt; small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.common-old-standard-contents .error span.error-message {
  display: block;
}
.common-old-standard-contents input.error,
.common-old-standard-contents textarea.error,
.common-old-standard-contents select.error {
  margin-bottom: 0;
}
.common-old-standard-contents label.error {
  color: #f04124;
}
.common-old-standard-contents .icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333;
}
.common-old-standard-contents .icon-bar &gt; * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}
.common-old-standard-contents .icon-bar &gt; * i, .common-old-standard-contents .icon-bar &gt; * img {
  display: block;
  margin: 0 auto;
}
.common-old-standard-contents .icon-bar &gt; * i + label, .common-old-standard-contents .icon-bar &gt; * img + label {
  margin-top: 0.0625rem;
}
.common-old-standard-contents .icon-bar &gt; * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
.common-old-standard-contents .icon-bar &gt; * img {
  height: 1.875rem;
  width: 1.875rem;
}
.common-old-standard-contents .icon-bar.label-right &gt; * i, .common-old-standard-contents .icon-bar.label-right &gt; * img {
  display: inline-block;
  margin: 0 0.0625rem 0 0;
}
.common-old-standard-contents .icon-bar.label-right &gt; * i + label, .common-old-standard-contents .icon-bar.label-right &gt; * img + label {
  margin-top: 0;
}
.common-old-standard-contents .icon-bar.label-right &gt; * label {
  display: inline-block;
}
.common-old-standard-contents .icon-bar.vertical.label-right &gt; * {
  text-align: left;
}
.common-old-standard-contents .icon-bar.vertical, .common-old-standard-contents .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
.common-old-standard-contents .icon-bar.vertical .item, .common-old-standard-contents .icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .common-old-standard-contents .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .common-old-standard-contents .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
.common-old-standard-contents .icon-bar &gt; * {
  font-size: 1rem;
  padding: 1.25rem;
}
.common-old-standard-contents .icon-bar &gt; * i + label, .common-old-standard-contents .icon-bar &gt; * img + label {
  margin-top: 0.0625rem;
  font-size: 1rem;
}
.common-old-standard-contents .icon-bar &gt; * i {
  font-size: 1.875rem;
}
.common-old-standard-contents .icon-bar &gt; * img {
  height: 1.875rem;
  width: 1.875rem;
}
.common-old-standard-contents .icon-bar &gt; * label {
  color: #FFFFFF;
}
.common-old-standard-contents .icon-bar &gt; * i {
  color: #FFFFFF;
}
.common-old-standard-contents .icon-bar &gt; a:hover {
  background: #008CBA;
}
.common-old-standard-contents .icon-bar &gt; a:hover label {
  color: #FFFFFF;
}
.common-old-standard-contents .icon-bar &gt; a:hover i {
  color: #FFFFFF;
}
.common-old-standard-contents .icon-bar &gt; a.active {
  background: #008CBA;
}
.common-old-standard-contents .icon-bar &gt; a.active label {
  color: #FFFFFF;
}
.common-old-standard-contents .icon-bar &gt; a.active i {
  color: #FFFFFF;
}
.common-old-standard-contents .icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.common-old-standard-contents .icon-bar .item.disabled &gt; * {
  opacity: 0.7;
  cursor: not-allowed;
}
.common-old-standard-contents .icon-bar.two-up .item {
  width: 50%;
}
.common-old-standard-contents .icon-bar.two-up.vertical .item, .common-old-standard-contents .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.three-up .item {
  width: 33.3333%;
}
.common-old-standard-contents .icon-bar.three-up.vertical .item, .common-old-standard-contents .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.four-up .item {
  width: 25%;
}
.common-old-standard-contents .icon-bar.four-up.vertical .item, .common-old-standard-contents .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.five-up .item {
  width: 20%;
}
.common-old-standard-contents .icon-bar.five-up.vertical .item, .common-old-standard-contents .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.six-up .item {
  width: 16.66667%;
}
.common-old-standard-contents .icon-bar.six-up.vertical .item, .common-old-standard-contents .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.seven-up .item {
  width: 14.28571%;
}
.common-old-standard-contents .icon-bar.seven-up.vertical .item, .common-old-standard-contents .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.eight-up .item {
  width: 12.5%;
}
.common-old-standard-contents .icon-bar.eight-up.vertical .item, .common-old-standard-contents .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.two-up .item {
  width: 50%;
}
.common-old-standard-contents .icon-bar.two-up.vertical .item, .common-old-standard-contents .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.three-up .item {
  width: 33.3333%;
}
.common-old-standard-contents .icon-bar.three-up.vertical .item, .common-old-standard-contents .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.four-up .item {
  width: 25%;
}
.common-old-standard-contents .icon-bar.four-up.vertical .item, .common-old-standard-contents .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.five-up .item {
  width: 20%;
}
.common-old-standard-contents .icon-bar.five-up.vertical .item, .common-old-standard-contents .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.six-up .item {
  width: 16.66667%;
}
.common-old-standard-contents .icon-bar.six-up.vertical .item, .common-old-standard-contents .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.seven-up .item {
  width: 14.28571%;
}
.common-old-standard-contents .icon-bar.seven-up.vertical .item, .common-old-standard-contents .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .icon-bar.eight-up .item {
  width: 12.5%;
}
.common-old-standard-contents .icon-bar.eight-up.vertical .item, .common-old-standard-contents .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
.common-old-standard-contents .inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.common-old-standard-contents .inline-list &gt; li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}
.common-old-standard-contents .inline-list &gt; li &gt; * {
  display: block;
}
.common-old-standard-contents .joyride-list {
  display: none;
}
.common-old-standard-contents .joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 101;
  left: 2.5%;
}
.common-old-standard-contents .lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}
.common-old-standard-contents .joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}
.common-old-standard-contents .joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
.common-old-standard-contents .joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}
.common-old-standard-contents .joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}
.common-old-standard-contents .joyride-tip-guide .joyride-nub.top {
  border-color: #333333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.common-old-standard-contents .joyride-tip-guide .joyride-nub.bottom {
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.common-old-standard-contents .joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.common-old-standard-contents .joyride-tip-guide .joyride-nub.left {
  left: -20px;
}
.common-old-standard-contents .joyride-tip-guide h1,
.common-old-standard-contents .joyride-tip-guide h2,
.common-old-standard-contents .joyride-tip-guide h3,
.common-old-standard-contents .joyride-tip-guide h4,
.common-old-standard-contents .joyride-tip-guide h5,
.common-old-standard-contents .joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}
.common-old-standard-contents .joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}
.common-old-standard-contents .joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}
.common-old-standard-contents .joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0;
}
.common-old-standard-contents .joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}
.common-old-standard-contents .joyride-close-tip:hover, .common-old-standard-contents .joyride-close-tip:focus {
  color: #EEEEEE !important;
}
.common-old-standard-contents .joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}
.common-old-standard-contents .joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px #FFFFFF;
          box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102;
}
.common-old-standard-contents .joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .common-old-standard-contents .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .common-old-standard-contents .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  .common-old-standard-contents .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}
.common-old-standard-contents .keystroke,
.common-old-standard-contents kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}
.common-old-standard-contents .label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF;
}
.common-old-standard-contents .label.radius {
  border-radius: 3px;
}
.common-old-standard-contents .label.round {
  border-radius: 1000px;
}
.common-old-standard-contents .label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.common-old-standard-contents .label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.common-old-standard-contents .label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.common-old-standard-contents .label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.common-old-standard-contents .label.info {
  background-color: #a0d3e8;
  color: #333333;
}
.common-old-standard-contents [data-magellan-expedition], .common-old-standard-contents [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}
.common-old-standard-contents [data-magellan-expedition] .sub-nav, .common-old-standard-contents [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
.common-old-standard-contents [data-magellan-expedition] .sub-nav dd, .common-old-standard-contents [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
.common-old-standard-contents [data-magellan-expedition] .sub-nav a, .common-old-standard-contents [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.common-old-standard-contents .slideshow-wrapper {
  position: relative;
}
.common-old-standard-contents .slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.common-old-standard-contents .slideshow-wrapper ul li,
.common-old-standard-contents .slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.common-old-standard-contents .slideshow-wrapper ul li:first-child {
  display: block;
}
.common-old-standard-contents .slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.common-old-standard-contents .slideshow-wrapper .orbit-container li {
  display: block;
}
.common-old-standard-contents .slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.common-old-standard-contents .slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.common-old-standard-contents .slideshow-wrapper .preloader {
  border-radius: 1000px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.common-old-standard-contents .orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.common-old-standard-contents .orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.common-old-standard-contents .orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.common-old-standard-contents .orbit-container .orbit-slides-container &gt; * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.common-old-standard-contents .orbit-container .orbit-slides-container &gt; *:first-child {
  margin-left: 0;
}
.common-old-standard-contents .orbit-container .orbit-slides-container &gt; * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
.common-old-standard-contents .orbit-container .orbit-slide-number {
  left: 10px;
  background: transparent;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.common-old-standard-contents .orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.common-old-standard-contents .orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.common-old-standard-contents .orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.common-old-standard-contents .orbit-container .orbit-timer &gt; span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}
.common-old-standard-contents .orbit-container .orbit-timer.paused &gt; span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}
.common-old-standard-contents .orbit-container .orbit-timer.paused &gt; span.dark {
  border-left-color: #333333;
}
.common-old-standard-contents .orbit-container:hover .orbit-timer &gt; span {
  display: block;
}
.common-old-standard-contents .orbit-container .orbit-prev,
.common-old-standard-contents .orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}
.common-old-standard-contents .orbit-container .orbit-prev:hover,
.common-old-standard-contents .orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.common-old-standard-contents .orbit-container .orbit-prev &gt; span,
.common-old-standard-contents .orbit-container .orbit-next &gt; span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
.common-old-standard-contents .orbit-container .orbit-prev {
  left: 0;
}
.common-old-standard-contents .orbit-container .orbit-prev &gt; span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.common-old-standard-contents .orbit-container .orbit-prev:hover &gt; span {
  border-right-color: #FFFFFF;
}
.common-old-standard-contents .orbit-container .orbit-next {
  right: 0;
}
.common-old-standard-contents .orbit-container .orbit-next &gt; span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.common-old-standard-contents .orbit-container .orbit-next:hover &gt; span {
  border-left-color: #FFFFFF;
}
.common-old-standard-contents .orbit-bullets-container {
  text-align: center;
}
.common-old-standard-contents .orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}
.common-old-standard-contents .orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}
.common-old-standard-contents .orbit-bullets li.active {
  background: #999999;
}
.common-old-standard-contents .orbit-bullets li:last-child {
  margin-right: 0;
}
.common-old-standard-contents .touch .orbit-container .orbit-prev,
.common-old-standard-contents .touch .orbit-container .orbit-next {
  display: none;
}
.common-old-standard-contents .touch .orbit-bullets {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .touch .orbit-container .orbit-prev,
.common-old-standard-contents .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .common-old-standard-contents .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .common-old-standard-contents .orbit-stack-on-small .orbit-slides-container &gt; * {
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
  }
  .common-old-standard-contents .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .common-old-standard-contents .orbit-timer {
    display: none;
  }
  .common-old-standard-contents .orbit-next, .common-old-standard-contents .orbit-prev {
    display: none;
  }
  .common-old-standard-contents .orbit-bullets {
    display: none;
  }
}
.common-old-standard-contents ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
.common-old-standard-contents ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
.common-old-standard-contents ul.pagination li a, .common-old-standard-contents ul.pagination li button {
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
.common-old-standard-contents ul.pagination li:hover a,
.common-old-standard-contents ul.pagination li a:focus, .common-old-standard-contents ul.pagination li:hover button,
.common-old-standard-contents ul.pagination li button:focus {
  background: #e6e6e6;
}
.common-old-standard-contents ul.pagination li.unavailable a, .common-old-standard-contents ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}
.common-old-standard-contents ul.pagination li.unavailable:hover a, .common-old-standard-contents ul.pagination li.unavailable a:focus, .common-old-standard-contents ul.pagination li.unavailable:hover button, .common-old-standard-contents ul.pagination li.unavailable button:focus {
  background: transparent;
}
.common-old-standard-contents ul.pagination li.current a, .common-old-standard-contents ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
.common-old-standard-contents ul.pagination li.current a:hover, .common-old-standard-contents ul.pagination li.current a:focus, .common-old-standard-contents ul.pagination li.current button:hover, .common-old-standard-contents ul.pagination li.current button:focus {
  background: #008CBA;
}
.common-old-standard-contents ul.pagination li {
  display: block;
  float: left;
}
.common-old-standard-contents .pagination-centered {
  text-align: center;
}
.common-old-standard-contents .pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}
.common-old-standard-contents .panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.common-old-standard-contents .panel &gt; :first-child {
  margin-top: 0;
}
.common-old-standard-contents .panel &gt; :last-child {
  margin-bottom: 0;
}
.common-old-standard-contents .panel h1, .common-old-standard-contents .panel h2, .common-old-standard-contents .panel h3, .common-old-standard-contents .panel h4, .common-old-standard-contents .panel h5, .common-old-standard-contents .panel h6, .common-old-standard-contents .panel p, .common-old-standard-contents .panel li, .common-old-standard-contents .panel dl {
  color: #333333;
}
.common-old-standard-contents .panel h1, .common-old-standard-contents .panel h2, .common-old-standard-contents .panel h3, .common-old-standard-contents .panel h4, .common-old-standard-contents .panel h5, .common-old-standard-contents .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.common-old-standard-contents .panel h1.subheader, .common-old-standard-contents .panel h2.subheader, .common-old-standard-contents .panel h3.subheader, .common-old-standard-contents .panel h4.subheader, .common-old-standard-contents .panel h5.subheader, .common-old-standard-contents .panel h6.subheader {
  line-height: 1.4;
}
.common-old-standard-contents .panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333333;
}
.common-old-standard-contents .panel.callout &gt; :first-child {
  margin-top: 0;
}
.common-old-standard-contents .panel.callout &gt; :last-child {
  margin-bottom: 0;
}
.common-old-standard-contents .panel.callout h1, .common-old-standard-contents .panel.callout h2, .common-old-standard-contents .panel.callout h3, .common-old-standard-contents .panel.callout h4, .common-old-standard-contents .panel.callout h5, .common-old-standard-contents .panel.callout h6, .common-old-standard-contents .panel.callout p, .common-old-standard-contents .panel.callout li, .common-old-standard-contents .panel.callout dl {
  color: #333333;
}
.common-old-standard-contents .panel.callout h1, .common-old-standard-contents .panel.callout h2, .common-old-standard-contents .panel.callout h3, .common-old-standard-contents .panel.callout h4, .common-old-standard-contents .panel.callout h5, .common-old-standard-contents .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.common-old-standard-contents .panel.callout h1.subheader, .common-old-standard-contents .panel.callout h2.subheader, .common-old-standard-contents .panel.callout h3.subheader, .common-old-standard-contents .panel.callout h4.subheader, .common-old-standard-contents .panel.callout h5.subheader, .common-old-standard-contents .panel.callout h6.subheader {
  line-height: 1.4;
}
.common-old-standard-contents .panel.callout a:not(.button) {
  color: #008CBA;
}
.common-old-standard-contents .panel.callout a:not(.button):hover, .common-old-standard-contents .panel.callout a:not(.button):focus {
  color: #0078a0;
}
.common-old-standard-contents .panel.radius {
  border-radius: 3px;
}
.common-old-standard-contents .pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.common-old-standard-contents .pricing-table * {
  list-style: none;
  line-height: 1;
}
.common-old-standard-contents .pricing-table .title {
  background-color: #333333;
  color: #EEEEEE;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem 0.625rem;
  text-align: center;
}
.common-old-standard-contents .pricing-table .price {
  background-color: #F6F6F6;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}
.common-old-standard-contents .pricing-table .description {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem 0.625rem;
  text-align: center;
}
.common-old-standard-contents .pricing-table .bullet-item {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #333333;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.9375rem 0.625rem;
  text-align: center;
}
.common-old-standard-contents .pricing-table .cta-button {
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}
.common-old-standard-contents .progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}
.common-old-standard-contents .progress .meter {
  background: #008CBA;
  display: block;
  height: 100%;
}
.common-old-standard-contents .progress.secondary .meter {
  background: #e7e7e7;
  display: block;
  height: 100%;
}
.common-old-standard-contents .progress.success .meter {
  background: #43AC6A;
  display: block;
  height: 100%;
}
.common-old-standard-contents .progress.alert .meter {
  background: #f04124;
  display: block;
  height: 100%;
}
.common-old-standard-contents .progress.radius {
  border-radius: 3px;
}
.common-old-standard-contents .progress.radius .meter {
  border-radius: 2px;
}
.common-old-standard-contents .progress.round {
  border-radius: 1000px;
}
.common-old-standard-contents .progress.round .meter {
  border-radius: 999px;
}
.common-old-standard-contents .range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}
.common-old-standard-contents .range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}
.common-old-standard-contents .range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}
.common-old-standard-contents .range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}
.common-old-standard-contents .range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
.common-old-standard-contents .range-slider.radius .range-slider-handle {
  background: #008CBA;
  border-radius: 3px;
}
.common-old-standard-contents .range-slider.radius .range-slider-handle:hover {
  background: #007ba4;
}
.common-old-standard-contents .range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
.common-old-standard-contents .range-slider.round .range-slider-handle {
  background: #008CBA;
  border-radius: 1000px;
}
.common-old-standard-contents .range-slider.round .range-slider-handle:hover {
  background: #007ba4;
}
.common-old-standard-contents .range-slider.disabled, .common-old-standard-contents .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}
.common-old-standard-contents .range-slider.disabled .range-slider-handle, .common-old-standard-contents .range-slider[disabled] .range-slider-handle {
  background: #008CBA;
  cursor: default;
  opacity: 0.7;
}
.common-old-standard-contents .range-slider.disabled .range-slider-handle:hover, .common-old-standard-contents .range-slider[disabled] .range-slider-handle:hover {
  background: #007ba4;
}
.common-old-standard-contents .range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}
.common-old-standard-contents .range-slider-handle {
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA;
}
.common-old-standard-contents .range-slider-handle:hover {
  background: #007ba4;
}
.common-old-standard-contents .reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}
.common-old-standard-contents .reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .reveal-modal {
    min-height: 100vh;
  }
}
.common-old-standard-contents .reveal-modal .column, .common-old-standard-contents .reveal-modal .columns {
  min-width: 0;
}
.common-old-standard-contents .reveal-modal &gt; :first-child {
  margin-top: 0;
}
.common-old-standard-contents .reveal-modal &gt; :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal {
    top: 6.25rem;
  }
}
.common-old-standard-contents .reveal-modal.radius {
  border-radius: 3px;
}
.common-old-standard-contents .reveal-modal.round {
  border-radius: 1000px;
}
.common-old-standard-contents .reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%;
  }
}
.common-old-standard-contents .reveal-modal.full {
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%;
  }
}
.common-old-standard-contents .reveal-modal.toback {
  z-index: 1003;
}
.common-old-standard-contents .reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}
.common-old-standard-contents .side-nav {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}
.common-old-standard-contents .side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}
.common-old-standard-contents .side-nav li a:not(.button) {
  color: #008CBA;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.common-old-standard-contents .side-nav li a:not(.button):hover, .common-old-standard-contents .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #1cc7ff;
}
.common-old-standard-contents .side-nav li a:not(.button):active {
  color: #1cc7ff;
}
.common-old-standard-contents .side-nav li.active &gt; a:first-child:not(.button) {
  color: #1cc7ff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}
.common-old-standard-contents .side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.common-old-standard-contents .side-nav li.heading {
  color: #008CBA;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.common-old-standard-contents .split.button {
  position: relative;
  padding-right: 5.0625rem;
}
.common-old-standard-contents .split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.common-old-standard-contents .split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.common-old-standard-contents .split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.common-old-standard-contents .split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .split.button span {
  width: 3.09375rem;
}
.common-old-standard-contents .split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.common-old-standard-contents .split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.common-old-standard-contents .split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.common-old-standard-contents .split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.common-old-standard-contents .split.button.tiny {
  padding-right: 3.75rem;
}
.common-old-standard-contents .split.button.tiny span {
  width: 2.25rem;
}
.common-old-standard-contents .split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.common-old-standard-contents .split.button.small {
  padding-right: 4.375rem;
}
.common-old-standard-contents .split.button.small span {
  width: 2.625rem;
}
.common-old-standard-contents .split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.common-old-standard-contents .split.button.large {
  padding-right: 5.5rem;
}
.common-old-standard-contents .split.button.large span {
  width: 3.4375rem;
}
.common-old-standard-contents .split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}
.common-old-standard-contents .split.button.expand {
  padding-left: 2rem;
}
.common-old-standard-contents .split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}
.common-old-standard-contents .split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.common-old-standard-contents .split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.common-old-standard-contents .split.button.no-pip span:before {
  border-style: none;
}
.common-old-standard-contents .split.button.no-pip span:after {
  border-style: none;
}
.common-old-standard-contents .split.button.no-pip span &gt; i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}
.common-old-standard-contents .sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}
.common-old-standard-contents .sub-nav dt {
  text-transform: uppercase;
}
.common-old-standard-contents .sub-nav dt,
.common-old-standard-contents .sub-nav dd,
.common-old-standard-contents .sub-nav li {
  color: #999999;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}
.common-old-standard-contents .sub-nav dt a,
.common-old-standard-contents .sub-nav dd a,
.common-old-standard-contents .sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}
.common-old-standard-contents .sub-nav dt a:hover,
.common-old-standard-contents .sub-nav dd a:hover,
.common-old-standard-contents .sub-nav li a:hover {
  color: #737373;
}
.common-old-standard-contents .sub-nav dt.active a,
.common-old-standard-contents .sub-nav dd.active a,
.common-old-standard-contents .sub-nav li.active a {
  border-radius: 3px;
  background: #008CBA;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}
.common-old-standard-contents .sub-nav dt.active a:hover,
.common-old-standard-contents .sub-nav dd.active a:hover,
.common-old-standard-contents .sub-nav li.active a:hover {
  background: #0078a0;
}
.common-old-standard-contents .switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.common-old-standard-contents .switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.common-old-standard-contents .switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.common-old-standard-contents .switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.common-old-standard-contents .switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.common-old-standard-contents .switch input:checked + label {
  background: #008CBA;
}
.common-old-standard-contents .switch input:checked + label:after {
  left: 2.25rem;
}
.common-old-standard-contents .switch label {
  height: 2rem;
  width: 4rem;
}
.common-old-standard-contents .switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}
.common-old-standard-contents .switch input:checked + label:after {
  left: 2.25rem;
}
.common-old-standard-contents .switch label {
  color: transparent;
  background: #DDDDDD;
}
.common-old-standard-contents .switch label:after {
  background: #FFFFFF;
}
.common-old-standard-contents .switch input:checked + label {
  background: #008CBA;
}
.common-old-standard-contents .switch.large label {
  height: 2.5rem;
  width: 5rem;
}
.common-old-standard-contents .switch.large label:after {
  height: 2rem;
  width: 2rem;
}
.common-old-standard-contents .switch.large input:checked + label:after {
  left: 2.75rem;
}
.common-old-standard-contents .switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}
.common-old-standard-contents .switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}
.common-old-standard-contents .switch.small input:checked + label:after {
  left: 2rem;
}
.common-old-standard-contents .switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}
.common-old-standard-contents .switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}
.common-old-standard-contents .switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.common-old-standard-contents .switch.radius label {
  border-radius: 4px;
}
.common-old-standard-contents .switch.radius label:after {
  border-radius: 3px;
}
.common-old-standard-contents .switch.round {
  border-radius: 1000px;
}
.common-old-standard-contents .switch.round label {
  border-radius: 2rem;
}
.common-old-standard-contents .switch.round label:after {
  border-radius: 2rem;
}
.common-old-standard-contents table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
.common-old-standard-contents table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
.common-old-standard-contents table thead {
  background: #F5F5F5;
}
.common-old-standard-contents table thead tr th,
.common-old-standard-contents table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
.common-old-standard-contents table tfoot {
  background: #F5F5F5;
}
.common-old-standard-contents table tfoot tr th,
.common-old-standard-contents table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
.common-old-standard-contents table tr th,
.common-old-standard-contents table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
.common-old-standard-contents table tr.even, .common-old-standard-contents table tr.alt, .common-old-standard-contents table tr:nth-of-type(even) {
  background: #F9F9F9;
}
.common-old-standard-contents table thead tr th,
.common-old-standard-contents table tfoot tr th,
.common-old-standard-contents table tfoot tr td,
.common-old-standard-contents table tbody tr th,
.common-old-standard-contents table tbody tr td,
.common-old-standard-contents table tr td {
  display: table-cell;
  line-height: 1.125rem;
}
.common-old-standard-contents .tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.common-old-standard-contents .tabs:before, .common-old-standard-contents .tabs:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .tabs:after {
  clear: both;
}
.common-old-standard-contents .tabs dd,
.common-old-standard-contents .tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.common-old-standard-contents .tabs dd &gt; a,
.common-old-standard-contents .tabs .tab-title &gt; a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.common-old-standard-contents .tabs dd &gt; a:hover,
.common-old-standard-contents .tabs .tab-title &gt; a:hover {
  background-color: #e1e1e1;
}
.common-old-standard-contents .tabs dd.active a,
.common-old-standard-contents .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.common-old-standard-contents .tabs.radius dd:first-child a,
.common-old-standard-contents .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.common-old-standard-contents .tabs.radius dd:last-child a,
.common-old-standard-contents .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.common-old-standard-contents .tabs.vertical dd,
.common-old-standard-contents .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.common-old-standard-contents .tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.common-old-standard-contents .tabs-content:before, .common-old-standard-contents .tabs-content:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .tabs-content:after {
  clear: both;
}
.common-old-standard-contents .tabs-content &gt; .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.common-old-standard-contents .tabs-content &gt; .content.active {
  display: block;
  float: none;
}
.common-old-standard-contents .tabs-content &gt; .content.contained {
  padding: 0.9375rem;
}
.common-old-standard-contents .tabs-content.vertical {
  display: block;
}
.common-old-standard-contents .tabs-content.vertical &gt; .content {
  padding: 0 0.9375rem;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .common-old-standard-contents .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.common-old-standard-contents .no-js .tabs-content &gt; .content {
  display: block;
  float: none;
}
.common-old-standard-contents .th {
  border: solid 4px #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.common-old-standard-contents .th:hover, .common-old-standard-contents .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
          box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.common-old-standard-contents .th.radius {
  border-radius: 3px;
}
.common-old-standard-contents .has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold;
}
.common-old-standard-contents .has-tip:hover, .common-old-standard-contents .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008CBA;
}
.common-old-standard-contents .has-tip.tip-left, .common-old-standard-contents .has-tip.tip-right {
  float: none !important;
}
.common-old-standard-contents .tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
.common-old-standard-contents .tooltip &gt; .nub {
  border-color: transparent transparent #333333 transparent;
  border: solid 5px;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}
.common-old-standard-contents .tooltip &gt; .nub.rtl {
  left: auto;
  right: 5px;
}
.common-old-standard-contents .tooltip.radius {
  border-radius: 3px;
}
.common-old-standard-contents .tooltip.round {
  border-radius: 1000px;
}
.common-old-standard-contents .tooltip.round &gt; .nub {
  left: 2rem;
}
.common-old-standard-contents .tooltip.opened {
  border-bottom: dotted 1px #003f54 !important;
  color: #008CBA !important;
}
.common-old-standard-contents .tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .tooltip &gt; .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .common-old-standard-contents .tooltip.tip-top &gt; .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .common-old-standard-contents .tooltip.tip-left, .common-old-standard-contents .tooltip.tip-right {
    float: none !important;
  }
  .common-old-standard-contents .tooltip.tip-left &gt; .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .common-old-standard-contents .tooltip.tip-right &gt; .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
.common-old-standard-contents meta.foundation-mq-topbar {
  width: 40.0625em;
}
.common-old-standard-contents .contain-to-grid {
  width: 100%;
  background: #333333;
}
.common-old-standard-contents .contain-to-grid .top-bar {
  margin-bottom: 0;
}
.common-old-standard-contents .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.common-old-standard-contents .fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.common-old-standard-contents .fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.common-old-standard-contents .fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}
.common-old-standard-contents .top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.common-old-standard-contents .top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.common-old-standard-contents .top-bar .row {
  max-width: none;
}
.common-old-standard-contents .top-bar form,
.common-old-standard-contents .top-bar input,
.common-old-standard-contents .top-bar select {
  margin-bottom: 0;
}
.common-old-standard-contents .top-bar input,
.common-old-standard-contents .top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.common-old-standard-contents .top-bar .button, .common-old-standard-contents .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .top-bar .button, .common-old-standard-contents .top-bar button {
    position: relative;
    top: -1px;
  }
}
.common-old-standard-contents .top-bar .title-area {
  margin: 0;
  position: relative;
}
.common-old-standard-contents .top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.common-old-standard-contents .top-bar .name h1, .common-old-standard-contents .top-bar .name h2, .common-old-standard-contents .top-bar .name h3, .common-old-standard-contents .top-bar .name h4, .common-old-standard-contents .top-bar .name p, .common-old-standard-contents .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.common-old-standard-contents .top-bar .name h1 a, .common-old-standard-contents .top-bar .name h2 a, .common-old-standard-contents .top-bar .name h3 a, .common-old-standard-contents .top-bar .name h4 a, .common-old-standard-contents .top-bar .name p a, .common-old-standard-contents .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
.common-old-standard-contents .top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.common-old-standard-contents .top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.common-old-standard-contents .top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.common-old-standard-contents .top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.common-old-standard-contents .top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.common-old-standard-contents .top-bar.expanded {
  background: transparent;
  height: auto;
}
.common-old-standard-contents .top-bar.expanded .title-area {
  background: #333333;
}
.common-old-standard-contents .top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.common-old-standard-contents .top-bar.expanded .toggle-topbar a span::after {
  -webkit-box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
          box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .common-old-standard-contents .top-bar.expanded .top-bar-section .has-dropdown.moved &gt; .dropdown,
.common-old-standard-contents .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .common-old-standard-contents .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) &gt; ul {
    padding: 0;
  }
}
.common-old-standard-contents .top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.common-old-standard-contents .top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.common-old-standard-contents .top-bar-section .divider,
.common-old-standard-contents .top-bar-section [role=separator] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.common-old-standard-contents .top-bar-section ul li {
  background: #333333;
}
.common-old-standard-contents .top-bar-section ul li &gt; a {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button:focus {
  background-color: #007095;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.secondary:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.secondary:focus {
  background-color: #b9b9b9;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.secondary:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.secondary:focus {
  color: #333333;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.success:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.success:focus {
  background-color: #368a55;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.success:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.success:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.alert:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.alert:focus {
  background-color: #cf2a0e;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.alert:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.alert:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.warning:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.warning:focus {
  background-color: #cf6e0e;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.warning:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.warning:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.info:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.info:focus {
  background-color: #61b6d9;
}
.common-old-standard-contents .top-bar-section ul li &gt; a.button.info:hover, .common-old-standard-contents .top-bar-section ul li &gt; a.button.info:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button:hover, .common-old-standard-contents .top-bar-section ul li &gt; button:focus {
  background-color: #007095;
}
.common-old-standard-contents .top-bar-section ul li &gt; button:hover, .common-old-standard-contents .top-bar-section ul li &gt; button:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.secondary:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.secondary:focus {
  background-color: #b9b9b9;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.secondary:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.secondary:focus {
  color: #333333;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.success:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.success:focus {
  background-color: #368a55;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.success:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.success:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.alert:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.alert:focus {
  background-color: #cf2a0e;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.alert:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.alert:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.warning:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.warning:focus {
  background-color: #cf6e0e;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.warning:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.warning:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.info:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.info:focus {
  background-color: #61b6d9;
}
.common-old-standard-contents .top-bar-section ul li &gt; button.info:hover, .common-old-standard-contents .top-bar-section ul li &gt; button.info:focus {
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li:hover:not(.has-form) &gt; a {
  color: #FFFFFF;
  background: #222222;
}
.common-old-standard-contents .top-bar-section ul li.active &gt; a {
  background: #008CBA;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section ul li.active &gt; a:hover {
  background: #0078a0;
  color: #FFFFFF;
}
.common-old-standard-contents .top-bar-section .has-form {
  padding: 0.9375rem;
}
.common-old-standard-contents .top-bar-section .has-dropdown {
  position: relative;
}
.common-old-standard-contents .top-bar-section .has-dropdown &gt; a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.common-old-standard-contents .top-bar-section .has-dropdown.moved {
  position: static;
}
.common-old-standard-contents .top-bar-section .has-dropdown.moved &gt; .dropdown {
  height: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.common-old-standard-contents .top-bar-section .has-dropdown.moved &gt; a:after {
  display: none;
}
.common-old-standard-contents .top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  top: 0;
  z-index: 99;
  left: 100%;
}
.common-old-standard-contents .top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.common-old-standard-contents .top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.common-old-standard-contents .top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.common-old-standard-contents .top-bar-section .dropdown li.title h5, .common-old-standard-contents .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.common-old-standard-contents .top-bar-section .dropdown li.title h5 a, .common-old-standard-contents .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.common-old-standard-contents .top-bar-section .dropdown li.title h5 a:hover, .common-old-standard-contents .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.common-old-standard-contents .top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.common-old-standard-contents .top-bar-section .dropdown li .button,
.common-old-standard-contents .top-bar-section .dropdown li button {
  top: auto;
}
.common-old-standard-contents .top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}
.common-old-standard-contents .js-generated {
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .top-bar {
    background: #333333;
    overflow: visible;
  }
  .common-old-standard-contents .top-bar:before, .common-old-standard-contents .top-bar:after {
    content: " ";
    display: table;
  }
  .common-old-standard-contents .top-bar:after {
    clear: both;
  }
  .common-old-standard-contents .top-bar .toggle-topbar {
    display: none;
  }
  .common-old-standard-contents .top-bar .title-area {
    float: left;
  }
  .common-old-standard-contents .top-bar .name h1 a,
.common-old-standard-contents .top-bar .name h2 a,
.common-old-standard-contents .top-bar .name h3 a,
.common-old-standard-contents .top-bar .name h4 a,
.common-old-standard-contents .top-bar .name h5 a,
.common-old-standard-contents .top-bar .name h6 a {
    width: auto;
  }
  .common-old-standard-contents .top-bar input,
.common-old-standard-contents .top-bar select,
.common-old-standard-contents .top-bar .button,
.common-old-standard-contents .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .common-old-standard-contents .top-bar .has-form &gt; .button,
.common-old-standard-contents .top-bar .has-form &gt; button {
    padding-top: 0.3125rem;
    top: 0.4375rem;
  }
  .common-old-standard-contents .top-bar.expanded {
    background: #333333;
  }
  .common-old-standard-contents .contain-to-grid .top-bar {
    margin: 0 auto;
    max-width: 62.5rem;
  }
  .common-old-standard-contents .top-bar-section {
    -webkit-transition: none;
    transition: none;
    left: 0 !important;
  }
  .common-old-standard-contents .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .common-old-standard-contents .top-bar-section ul li {
    float: left;
  }
  .common-old-standard-contents .top-bar-section ul li .js-generated {
    display: none;
  }
  .common-old-standard-contents .top-bar-section li.hover &gt; a:not(.button) {
    background: #222222;
    color: #FFFFFF;
  }
  .common-old-standard-contents .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .common-old-standard-contents .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #222222;
  }
  .common-old-standard-contents .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008CBA;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .common-old-standard-contents .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  .common-old-standard-contents .top-bar-section .has-dropdown &gt; a {
    padding-right: 2.1875rem !important;
  }
  .common-old-standard-contents .top-bar-section .has-dropdown &gt; a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .common-old-standard-contents .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .common-old-standard-contents .top-bar-section .has-dropdown.moved &gt; .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .common-old-standard-contents .top-bar-section .has-dropdown.hover &gt; .dropdown, .common-old-standard-contents .top-bar-section .has-dropdown.not-click:hover &gt; .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .common-old-standard-contents .top-bar-section .has-dropdown &gt; a:focus + .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .common-old-standard-contents .top-bar-section .has-dropdown .dropdown li.has-dropdown &gt; a:after {
    border: none;
    content: "»";
    top: 0.1875rem;
    right: 5px;
  }
  .common-old-standard-contents .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .common-old-standard-contents .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .common-old-standard-contents .top-bar-section .dropdown li:not(.has-form):not(.active) &gt; a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  .common-old-standard-contents .top-bar-section .dropdown li:not(.has-form):not(.active):hover &gt; a:not(.button) {
    color: #FFFFFF;
    background: #222222;
  }
  .common-old-standard-contents .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .common-old-standard-contents .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .common-old-standard-contents .top-bar-section &gt; ul &gt; .divider,
.common-old-standard-contents .top-bar-section &gt; ul &gt; [role=separator] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .common-old-standard-contents .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .common-old-standard-contents .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .common-old-standard-contents .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .common-old-standard-contents .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .common-old-standard-contents .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .common-old-standard-contents .no-js .top-bar-section ul li:hover &gt; a {
    background: #222222;
    color: #FFFFFF;
  }
  .common-old-standard-contents .no-js .top-bar-section ul li:active &gt; a {
    background: #008CBA;
    color: #FFFFFF;
  }
  .common-old-standard-contents .no-js .top-bar-section .has-dropdown:hover &gt; .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .common-old-standard-contents .no-js .top-bar-section .has-dropdown &gt; a:focus + .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.common-old-standard-contents .text-left {
  text-align: left !important;
}
.common-old-standard-contents .text-right {
  text-align: right !important;
}
.common-old-standard-contents .text-center {
  text-align: center !important;
}
.common-old-standard-contents .text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .small-only-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .small-only-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .small-only-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .common-old-standard-contents .small-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .small-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .small-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .common-old-standard-contents .medium-only-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .medium-only-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .medium-only-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .medium-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .medium-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .medium-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .common-old-standard-contents .large-only-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .large-only-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .large-only-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .large-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .large-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .large-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .common-old-standard-contents .xlarge-only-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .xlarge-only-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .xlarge-only-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .common-old-standard-contents .xlarge-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .xlarge-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .xlarge-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .common-old-standard-contents .xxlarge-only-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .xxlarge-only-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .xxlarge-only-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .common-old-standard-contents .xxlarge-text-left {
    text-align: left !important;
  }
  .common-old-standard-contents .xxlarge-text-right {
    text-align: right !important;
  }
  .common-old-standard-contents .xxlarge-text-center {
    text-align: center !important;
  }
  .common-old-standard-contents .xxlarge-text-justify {
    text-align: justify !important;
  }
}
.common-old-standard-contents div,
.common-old-standard-contents dl,
.common-old-standard-contents dt,
.common-old-standard-contents dd,
.common-old-standard-contents ul,
.common-old-standard-contents ol,
.common-old-standard-contents li,
.common-old-standard-contents h1,
.common-old-standard-contents h2,
.common-old-standard-contents h3,
.common-old-standard-contents h4,
.common-old-standard-contents h5,
.common-old-standard-contents h6,
.common-old-standard-contents pre,
.common-old-standard-contents form,
.common-old-standard-contents p,
.common-old-standard-contents blockquote,
.common-old-standard-contents th,
.common-old-standard-contents td {
  margin: 0;
  padding: 0;
}
.common-old-standard-contents a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none;
}
.common-old-standard-contents a:hover, .common-old-standard-contents a:focus {
  color: #0078a0;
}
.common-old-standard-contents a img {
  border: none;
}
.common-old-standard-contents p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
.common-old-standard-contents p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
.common-old-standard-contents p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}
.common-old-standard-contents h1, .common-old-standard-contents h2, .common-old-standard-contents h3, .common-old-standard-contents h4, .common-old-standard-contents h5, .common-old-standard-contents h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
.common-old-standard-contents h1 small, .common-old-standard-contents h2 small, .common-old-standard-contents h3 small, .common-old-standard-contents h4 small, .common-old-standard-contents h5 small, .common-old-standard-contents h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}
.common-old-standard-contents h1 {
  font-size: 2.125rem;
}
.common-old-standard-contents h2 {
  font-size: 1.6875rem;
}
.common-old-standard-contents h3 {
  font-size: 1.375rem;
}
.common-old-standard-contents h4 {
  font-size: 1.125rem;
}
.common-old-standard-contents h5 {
  font-size: 1.125rem;
}
.common-old-standard-contents h6 {
  font-size: 1rem;
}
.common-old-standard-contents .subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.common-old-standard-contents hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}
.common-old-standard-contents em,
.common-old-standard-contents i {
  font-style: italic;
  line-height: inherit;
}
.common-old-standard-contents strong,
.common-old-standard-contents b {
  font-weight: bold;
  line-height: inherit;
}
.common-old-standard-contents small {
  font-size: 60%;
  line-height: inherit;
}
.common-old-standard-contents code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
.common-old-standard-contents ul,
.common-old-standard-contents ol,
.common-old-standard-contents dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}
.common-old-standard-contents ul {
  margin-left: 1.1rem;
}
.common-old-standard-contents ul.no-bullet {
  margin-left: 0;
}
.common-old-standard-contents ul.no-bullet li ul,
.common-old-standard-contents ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
.common-old-standard-contents ul li ul,
.common-old-standard-contents ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.common-old-standard-contents ul.square li ul, .common-old-standard-contents ul.circle li ul, .common-old-standard-contents ul.disc li ul {
  list-style: inherit;
}
.common-old-standard-contents ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
.common-old-standard-contents ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
.common-old-standard-contents ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
.common-old-standard-contents ul.no-bullet {
  list-style: none;
}
.common-old-standard-contents ol {
  margin-left: 1.4rem;
}
.common-old-standard-contents ol li ul,
.common-old-standard-contents ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.common-old-standard-contents dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.common-old-standard-contents dl dd {
  margin-bottom: 0.75rem;
}
.common-old-standard-contents abbr,
.common-old-standard-contents acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}
.common-old-standard-contents abbr {
  text-transform: none;
}
.common-old-standard-contents abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}
.common-old-standard-contents blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
.common-old-standard-contents blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
.common-old-standard-contents blockquote cite:before {
  content: "— ";
}
.common-old-standard-contents blockquote cite a,
.common-old-standard-contents blockquote cite a:visited {
  color: #555555;
}
.common-old-standard-contents blockquote,
.common-old-standard-contents blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
.common-old-standard-contents .vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.common-old-standard-contents .vcard li {
  margin: 0;
  display: block;
}
.common-old-standard-contents .vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}
.common-old-standard-contents .vevent .summary {
  font-weight: bold;
}
.common-old-standard-contents .vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents h1, .common-old-standard-contents h2, .common-old-standard-contents h3, .common-old-standard-contents h4, .common-old-standard-contents h5, .common-old-standard-contents h6 {
    line-height: 1.4;
  }
  .common-old-standard-contents h1 {
    font-size: 2.75rem;
  }
  .common-old-standard-contents h2 {
    font-size: 2.3125rem;
  }
  .common-old-standard-contents h3 {
    font-size: 1.6875rem;
  }
  .common-old-standard-contents h4 {
    font-size: 1.4375rem;
  }
  .common-old-standard-contents h5 {
    font-size: 1.125rem;
  }
  .common-old-standard-contents h6 {
    font-size: 1rem;
  }
}
.common-old-standard-contents .off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.common-old-standard-contents .off-canvas-wrap.move-right, .common-old-standard-contents .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.common-old-standard-contents .inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.common-old-standard-contents .inner-wrap:before, .common-old-standard-contents .inner-wrap:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .inner-wrap:after {
  clear: both;
}
.common-old-standard-contents .tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.common-old-standard-contents .tab-bar h1, .common-old-standard-contents .tab-bar h2, .common-old-standard-contents .tab-bar h3, .common-old-standard-contents .tab-bar h4, .common-old-standard-contents .tab-bar h5, .common-old-standard-contents .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.common-old-standard-contents .tab-bar h1, .common-old-standard-contents .tab-bar h2, .common-old-standard-contents .tab-bar h3, .common-old-standard-contents .tab-bar h4 {
  font-size: 1.125rem;
}
.common-old-standard-contents .left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.common-old-standard-contents .right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.common-old-standard-contents .tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.common-old-standard-contents .tab-bar-section.left {
  text-align: left;
}
.common-old-standard-contents .tab-bar-section.right {
  text-align: right;
}
.common-old-standard-contents .tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.common-old-standard-contents .tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.common-old-standard-contents .tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.common-old-standard-contents .tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
.common-old-standard-contents .tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.common-old-standard-contents .tab-bar .menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
          box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.common-old-standard-contents .left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
}
.common-old-standard-contents .left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.common-old-standard-contents .right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
}
.common-old-standard-contents .right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.common-old-standard-contents ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.common-old-standard-contents ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
.common-old-standard-contents ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.66667rem;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.common-old-standard-contents ul.off-canvas-list li a:hover {
  background: #242424;
}
.common-old-standard-contents ul.off-canvas-list li a:active {
  background: #242424;
}
.common-old-standard-contents .move-right &gt; .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
          transform: translate3d(15.625rem, 0, 0);
}
.common-old-standard-contents .move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.common-old-standard-contents .move-left &gt; .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
          transform: translate3d(-15.625rem, 0, 0);
}
.common-old-standard-contents .move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.common-old-standard-contents .offcanvas-overlap .left-off-canvas-menu, .common-old-standard-contents .offcanvas-overlap .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.common-old-standard-contents .offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.common-old-standard-contents .offcanvas-overlap-left .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.common-old-standard-contents .offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.common-old-standard-contents .offcanvas-overlap-right .left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.common-old-standard-contents .offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.common-old-standard-contents .no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.common-old-standard-contents .no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.common-old-standard-contents .no-csstransforms .move-left &gt; .inner-wrap {
  right: 15.625rem;
}
.common-old-standard-contents .no-csstransforms .move-right &gt; .inner-wrap {
  left: 15.625rem;
}
.common-old-standard-contents .left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.common-old-standard-contents .left-submenu * {
  -webkit-backface-visibility: hidden;
}
.common-old-standard-contents .left-submenu .back &gt; a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.common-old-standard-contents .left-submenu .back &gt; a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.common-old-standard-contents .left-submenu .back &gt; a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.common-old-standard-contents .left-submenu.move-right, .common-old-standard-contents .left-submenu.offcanvas-overlap-right, .common-old-standard-contents .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.common-old-standard-contents .right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.common-old-standard-contents .right-submenu * {
  -webkit-backface-visibility: hidden;
}
.common-old-standard-contents .right-submenu .back &gt; a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.common-old-standard-contents .right-submenu .back &gt; a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.common-old-standard-contents .right-submenu .back &gt; a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.common-old-standard-contents .right-submenu.move-left, .common-old-standard-contents .right-submenu.offcanvas-overlap-left, .common-old-standard-contents .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.common-old-standard-contents .left-off-canvas-menu ul.off-canvas-list li.has-submenu &gt; a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.common-old-standard-contents .right-off-canvas-menu ul.off-canvas-list li.has-submenu &gt; a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
@media only screen {
  .common-old-standard-contents .show-for-small-only, .common-old-standard-contents .show-for-small-up, .common-old-standard-contents .show-for-small, .common-old-standard-contents .show-for-small-down, .common-old-standard-contents .hide-for-medium-only, .common-old-standard-contents .hide-for-medium-up, .common-old-standard-contents .hide-for-medium, .common-old-standard-contents .show-for-medium-down, .common-old-standard-contents .hide-for-large-only, .common-old-standard-contents .hide-for-large-up, .common-old-standard-contents .hide-for-large, .common-old-standard-contents .show-for-large-down, .common-old-standard-contents .hide-for-xlarge-only, .common-old-standard-contents .hide-for-xlarge-up, .common-old-standard-contents .hide-for-xlarge, .common-old-standard-contents .show-for-xlarge-down, .common-old-standard-contents .hide-for-xxlarge-only, .common-old-standard-contents .hide-for-xxlarge-up, .common-old-standard-contents .hide-for-xxlarge, .common-old-standard-contents .show-for-xxlarge-down {
    display: inherit !important;
  }
  .common-old-standard-contents .hide-for-small-only, .common-old-standard-contents .hide-for-small-up, .common-old-standard-contents .hide-for-small, .common-old-standard-contents .hide-for-small-down, .common-old-standard-contents .show-for-medium-only, .common-old-standard-contents .show-for-medium-up, .common-old-standard-contents .show-for-medium, .common-old-standard-contents .hide-for-medium-down, .common-old-standard-contents .show-for-large-only, .common-old-standard-contents .show-for-large-up, .common-old-standard-contents .show-for-large, .common-old-standard-contents .hide-for-large-down, .common-old-standard-contents .show-for-xlarge-only, .common-old-standard-contents .show-for-xlarge-up, .common-old-standard-contents .show-for-xlarge, .common-old-standard-contents .hide-for-xlarge-down, .common-old-standard-contents .show-for-xxlarge-only, .common-old-standard-contents .show-for-xxlarge-up, .common-old-standard-contents .show-for-xxlarge, .common-old-standard-contents .hide-for-xxlarge-down {
    display: none !important;
  }
  .common-old-standard-contents .visible-for-small-only, .common-old-standard-contents .visible-for-small-up, .common-old-standard-contents .visible-for-small, .common-old-standard-contents .visible-for-small-down, .common-old-standard-contents .hidden-for-medium-only, .common-old-standard-contents .hidden-for-medium-up, .common-old-standard-contents .hidden-for-medium, .common-old-standard-contents .visible-for-medium-down, .common-old-standard-contents .hidden-for-large-only, .common-old-standard-contents .hidden-for-large-up, .common-old-standard-contents .hidden-for-large, .common-old-standard-contents .visible-for-large-down, .common-old-standard-contents .hidden-for-xlarge-only, .common-old-standard-contents .hidden-for-xlarge-up, .common-old-standard-contents .hidden-for-xlarge, .common-old-standard-contents .visible-for-xlarge-down, .common-old-standard-contents .hidden-for-xxlarge-only, .common-old-standard-contents .hidden-for-xxlarge-up, .common-old-standard-contents .hidden-for-xxlarge, .common-old-standard-contents .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .common-old-standard-contents .hidden-for-small-only, .common-old-standard-contents .hidden-for-small-up, .common-old-standard-contents .hidden-for-small, .common-old-standard-contents .hidden-for-small-down, .common-old-standard-contents .visible-for-medium-only, .common-old-standard-contents .visible-for-medium-up, .common-old-standard-contents .visible-for-medium, .common-old-standard-contents .hidden-for-medium-down, .common-old-standard-contents .visible-for-large-only, .common-old-standard-contents .visible-for-large-up, .common-old-standard-contents .visible-for-large, .common-old-standard-contents .hidden-for-large-down, .common-old-standard-contents .visible-for-xlarge-only, .common-old-standard-contents .visible-for-xlarge-up, .common-old-standard-contents .visible-for-xlarge, .common-old-standard-contents .hidden-for-xlarge-down, .common-old-standard-contents .visible-for-xxlarge-only, .common-old-standard-contents .visible-for-xxlarge-up, .common-old-standard-contents .visible-for-xxlarge, .common-old-standard-contents .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .common-old-standard-contents table.show-for-small-only, .common-old-standard-contents table.show-for-small-up, .common-old-standard-contents table.show-for-small, .common-old-standard-contents table.show-for-small-down, .common-old-standard-contents table.hide-for-medium-only, .common-old-standard-contents table.hide-for-medium-up, .common-old-standard-contents table.hide-for-medium, .common-old-standard-contents table.show-for-medium-down, .common-old-standard-contents table.hide-for-large-only, .common-old-standard-contents table.hide-for-large-up, .common-old-standard-contents table.hide-for-large, .common-old-standard-contents table.show-for-large-down, .common-old-standard-contents table.hide-for-xlarge-only, .common-old-standard-contents table.hide-for-xlarge-up, .common-old-standard-contents table.hide-for-xlarge, .common-old-standard-contents table.show-for-xlarge-down, .common-old-standard-contents table.hide-for-xxlarge-only, .common-old-standard-contents table.hide-for-xxlarge-up, .common-old-standard-contents table.hide-for-xxlarge, .common-old-standard-contents table.show-for-xxlarge-down {
    display: table !important;
  }
  .common-old-standard-contents thead.show-for-small-only, .common-old-standard-contents thead.show-for-small-up, .common-old-standard-contents thead.show-for-small, .common-old-standard-contents thead.show-for-small-down, .common-old-standard-contents thead.hide-for-medium-only, .common-old-standard-contents thead.hide-for-medium-up, .common-old-standard-contents thead.hide-for-medium, .common-old-standard-contents thead.show-for-medium-down, .common-old-standard-contents thead.hide-for-large-only, .common-old-standard-contents thead.hide-for-large-up, .common-old-standard-contents thead.hide-for-large, .common-old-standard-contents thead.show-for-large-down, .common-old-standard-contents thead.hide-for-xlarge-only, .common-old-standard-contents thead.hide-for-xlarge-up, .common-old-standard-contents thead.hide-for-xlarge, .common-old-standard-contents thead.show-for-xlarge-down, .common-old-standard-contents thead.hide-for-xxlarge-only, .common-old-standard-contents thead.hide-for-xxlarge-up, .common-old-standard-contents thead.hide-for-xxlarge, .common-old-standard-contents thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.show-for-small-only, .common-old-standard-contents tbody.show-for-small-up, .common-old-standard-contents tbody.show-for-small, .common-old-standard-contents tbody.show-for-small-down, .common-old-standard-contents tbody.hide-for-medium-only, .common-old-standard-contents tbody.hide-for-medium-up, .common-old-standard-contents tbody.hide-for-medium, .common-old-standard-contents tbody.show-for-medium-down, .common-old-standard-contents tbody.hide-for-large-only, .common-old-standard-contents tbody.hide-for-large-up, .common-old-standard-contents tbody.hide-for-large, .common-old-standard-contents tbody.show-for-large-down, .common-old-standard-contents tbody.hide-for-xlarge-only, .common-old-standard-contents tbody.hide-for-xlarge-up, .common-old-standard-contents tbody.hide-for-xlarge, .common-old-standard-contents tbody.show-for-xlarge-down, .common-old-standard-contents tbody.hide-for-xxlarge-only, .common-old-standard-contents tbody.hide-for-xxlarge-up, .common-old-standard-contents tbody.hide-for-xxlarge, .common-old-standard-contents tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.show-for-small-only, .common-old-standard-contents tr.show-for-small-up, .common-old-standard-contents tr.show-for-small, .common-old-standard-contents tr.show-for-small-down, .common-old-standard-contents tr.hide-for-medium-only, .common-old-standard-contents tr.hide-for-medium-up, .common-old-standard-contents tr.hide-for-medium, .common-old-standard-contents tr.show-for-medium-down, .common-old-standard-contents tr.hide-for-large-only, .common-old-standard-contents tr.hide-for-large-up, .common-old-standard-contents tr.hide-for-large, .common-old-standard-contents tr.show-for-large-down, .common-old-standard-contents tr.hide-for-xlarge-only, .common-old-standard-contents tr.hide-for-xlarge-up, .common-old-standard-contents tr.hide-for-xlarge, .common-old-standard-contents tr.show-for-xlarge-down, .common-old-standard-contents tr.hide-for-xxlarge-only, .common-old-standard-contents tr.hide-for-xxlarge-up, .common-old-standard-contents tr.hide-for-xxlarge, .common-old-standard-contents tr.show-for-xxlarge-down {
    display: table-row;
  }
  .common-old-standard-contents th.show-for-small-only, .common-old-standard-contents td.show-for-small-only, .common-old-standard-contents th.show-for-small-up, .common-old-standard-contents td.show-for-small-up, .common-old-standard-contents th.show-for-small, .common-old-standard-contents td.show-for-small, .common-old-standard-contents th.show-for-small-down, .common-old-standard-contents td.show-for-small-down, .common-old-standard-contents th.hide-for-medium-only, .common-old-standard-contents td.hide-for-medium-only, .common-old-standard-contents th.hide-for-medium-up, .common-old-standard-contents td.hide-for-medium-up, .common-old-standard-contents th.hide-for-medium, .common-old-standard-contents td.hide-for-medium, .common-old-standard-contents th.show-for-medium-down, .common-old-standard-contents td.show-for-medium-down, .common-old-standard-contents th.hide-for-large-only, .common-old-standard-contents td.hide-for-large-only, .common-old-standard-contents th.hide-for-large-up, .common-old-standard-contents td.hide-for-large-up, .common-old-standard-contents th.hide-for-large, .common-old-standard-contents td.hide-for-large, .common-old-standard-contents th.show-for-large-down, .common-old-standard-contents td.show-for-large-down, .common-old-standard-contents th.hide-for-xlarge-only, .common-old-standard-contents td.hide-for-xlarge-only, .common-old-standard-contents th.hide-for-xlarge-up, .common-old-standard-contents td.hide-for-xlarge-up, .common-old-standard-contents th.hide-for-xlarge, .common-old-standard-contents td.hide-for-xlarge, .common-old-standard-contents th.show-for-xlarge-down, .common-old-standard-contents td.show-for-xlarge-down, .common-old-standard-contents th.hide-for-xxlarge-only, .common-old-standard-contents td.hide-for-xxlarge-only, .common-old-standard-contents th.hide-for-xxlarge-up, .common-old-standard-contents td.hide-for-xxlarge-up, .common-old-standard-contents th.hide-for-xxlarge, .common-old-standard-contents td.hide-for-xxlarge, .common-old-standard-contents th.show-for-xxlarge-down, .common-old-standard-contents td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .common-old-standard-contents .hide-for-small-only, .common-old-standard-contents .show-for-small-up, .common-old-standard-contents .hide-for-small, .common-old-standard-contents .hide-for-small-down, .common-old-standard-contents .show-for-medium-only, .common-old-standard-contents .show-for-medium-up, .common-old-standard-contents .show-for-medium, .common-old-standard-contents .show-for-medium-down, .common-old-standard-contents .hide-for-large-only, .common-old-standard-contents .hide-for-large-up, .common-old-standard-contents .hide-for-large, .common-old-standard-contents .show-for-large-down, .common-old-standard-contents .hide-for-xlarge-only, .common-old-standard-contents .hide-for-xlarge-up, .common-old-standard-contents .hide-for-xlarge, .common-old-standard-contents .show-for-xlarge-down, .common-old-standard-contents .hide-for-xxlarge-only, .common-old-standard-contents .hide-for-xxlarge-up, .common-old-standard-contents .hide-for-xxlarge, .common-old-standard-contents .show-for-xxlarge-down {
    display: inherit !important;
  }
  .common-old-standard-contents .show-for-small-only, .common-old-standard-contents .hide-for-small-up, .common-old-standard-contents .show-for-small, .common-old-standard-contents .show-for-small-down, .common-old-standard-contents .hide-for-medium-only, .common-old-standard-contents .hide-for-medium-up, .common-old-standard-contents .hide-for-medium, .common-old-standard-contents .hide-for-medium-down, .common-old-standard-contents .show-for-large-only, .common-old-standard-contents .show-for-large-up, .common-old-standard-contents .show-for-large, .common-old-standard-contents .hide-for-large-down, .common-old-standard-contents .show-for-xlarge-only, .common-old-standard-contents .show-for-xlarge-up, .common-old-standard-contents .show-for-xlarge, .common-old-standard-contents .hide-for-xlarge-down, .common-old-standard-contents .show-for-xxlarge-only, .common-old-standard-contents .show-for-xxlarge-up, .common-old-standard-contents .show-for-xxlarge, .common-old-standard-contents .hide-for-xxlarge-down {
    display: none !important;
  }
  .common-old-standard-contents .hidden-for-small-only, .common-old-standard-contents .visible-for-small-up, .common-old-standard-contents .hidden-for-small, .common-old-standard-contents .hidden-for-small-down, .common-old-standard-contents .visible-for-medium-only, .common-old-standard-contents .visible-for-medium-up, .common-old-standard-contents .visible-for-medium, .common-old-standard-contents .visible-for-medium-down, .common-old-standard-contents .hidden-for-large-only, .common-old-standard-contents .hidden-for-large-up, .common-old-standard-contents .hidden-for-large, .common-old-standard-contents .visible-for-large-down, .common-old-standard-contents .hidden-for-xlarge-only, .common-old-standard-contents .hidden-for-xlarge-up, .common-old-standard-contents .hidden-for-xlarge, .common-old-standard-contents .visible-for-xlarge-down, .common-old-standard-contents .hidden-for-xxlarge-only, .common-old-standard-contents .hidden-for-xxlarge-up, .common-old-standard-contents .hidden-for-xxlarge, .common-old-standard-contents .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .common-old-standard-contents .visible-for-small-only, .common-old-standard-contents .hidden-for-small-up, .common-old-standard-contents .visible-for-small, .common-old-standard-contents .visible-for-small-down, .common-old-standard-contents .hidden-for-medium-only, .common-old-standard-contents .hidden-for-medium-up, .common-old-standard-contents .hidden-for-medium, .common-old-standard-contents .hidden-for-medium-down, .common-old-standard-contents .visible-for-large-only, .common-old-standard-contents .visible-for-large-up, .common-old-standard-contents .visible-for-large, .common-old-standard-contents .hidden-for-large-down, .common-old-standard-contents .visible-for-xlarge-only, .common-old-standard-contents .visible-for-xlarge-up, .common-old-standard-contents .visible-for-xlarge, .common-old-standard-contents .hidden-for-xlarge-down, .common-old-standard-contents .visible-for-xxlarge-only, .common-old-standard-contents .visible-for-xxlarge-up, .common-old-standard-contents .visible-for-xxlarge, .common-old-standard-contents .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .common-old-standard-contents table.hide-for-small-only, .common-old-standard-contents table.show-for-small-up, .common-old-standard-contents table.hide-for-small, .common-old-standard-contents table.hide-for-small-down, .common-old-standard-contents table.show-for-medium-only, .common-old-standard-contents table.show-for-medium-up, .common-old-standard-contents table.show-for-medium, .common-old-standard-contents table.show-for-medium-down, .common-old-standard-contents table.hide-for-large-only, .common-old-standard-contents table.hide-for-large-up, .common-old-standard-contents table.hide-for-large, .common-old-standard-contents table.show-for-large-down, .common-old-standard-contents table.hide-for-xlarge-only, .common-old-standard-contents table.hide-for-xlarge-up, .common-old-standard-contents table.hide-for-xlarge, .common-old-standard-contents table.show-for-xlarge-down, .common-old-standard-contents table.hide-for-xxlarge-only, .common-old-standard-contents table.hide-for-xxlarge-up, .common-old-standard-contents table.hide-for-xxlarge, .common-old-standard-contents table.show-for-xxlarge-down {
    display: table !important;
  }
  .common-old-standard-contents thead.hide-for-small-only, .common-old-standard-contents thead.show-for-small-up, .common-old-standard-contents thead.hide-for-small, .common-old-standard-contents thead.hide-for-small-down, .common-old-standard-contents thead.show-for-medium-only, .common-old-standard-contents thead.show-for-medium-up, .common-old-standard-contents thead.show-for-medium, .common-old-standard-contents thead.show-for-medium-down, .common-old-standard-contents thead.hide-for-large-only, .common-old-standard-contents thead.hide-for-large-up, .common-old-standard-contents thead.hide-for-large, .common-old-standard-contents thead.show-for-large-down, .common-old-standard-contents thead.hide-for-xlarge-only, .common-old-standard-contents thead.hide-for-xlarge-up, .common-old-standard-contents thead.hide-for-xlarge, .common-old-standard-contents thead.show-for-xlarge-down, .common-old-standard-contents thead.hide-for-xxlarge-only, .common-old-standard-contents thead.hide-for-xxlarge-up, .common-old-standard-contents thead.hide-for-xxlarge, .common-old-standard-contents thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.hide-for-small-only, .common-old-standard-contents tbody.show-for-small-up, .common-old-standard-contents tbody.hide-for-small, .common-old-standard-contents tbody.hide-for-small-down, .common-old-standard-contents tbody.show-for-medium-only, .common-old-standard-contents tbody.show-for-medium-up, .common-old-standard-contents tbody.show-for-medium, .common-old-standard-contents tbody.show-for-medium-down, .common-old-standard-contents tbody.hide-for-large-only, .common-old-standard-contents tbody.hide-for-large-up, .common-old-standard-contents tbody.hide-for-large, .common-old-standard-contents tbody.show-for-large-down, .common-old-standard-contents tbody.hide-for-xlarge-only, .common-old-standard-contents tbody.hide-for-xlarge-up, .common-old-standard-contents tbody.hide-for-xlarge, .common-old-standard-contents tbody.show-for-xlarge-down, .common-old-standard-contents tbody.hide-for-xxlarge-only, .common-old-standard-contents tbody.hide-for-xxlarge-up, .common-old-standard-contents tbody.hide-for-xxlarge, .common-old-standard-contents tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.hide-for-small-only, .common-old-standard-contents tr.show-for-small-up, .common-old-standard-contents tr.hide-for-small, .common-old-standard-contents tr.hide-for-small-down, .common-old-standard-contents tr.show-for-medium-only, .common-old-standard-contents tr.show-for-medium-up, .common-old-standard-contents tr.show-for-medium, .common-old-standard-contents tr.show-for-medium-down, .common-old-standard-contents tr.hide-for-large-only, .common-old-standard-contents tr.hide-for-large-up, .common-old-standard-contents tr.hide-for-large, .common-old-standard-contents tr.show-for-large-down, .common-old-standard-contents tr.hide-for-xlarge-only, .common-old-standard-contents tr.hide-for-xlarge-up, .common-old-standard-contents tr.hide-for-xlarge, .common-old-standard-contents tr.show-for-xlarge-down, .common-old-standard-contents tr.hide-for-xxlarge-only, .common-old-standard-contents tr.hide-for-xxlarge-up, .common-old-standard-contents tr.hide-for-xxlarge, .common-old-standard-contents tr.show-for-xxlarge-down {
    display: table-row;
  }
  .common-old-standard-contents th.hide-for-small-only, .common-old-standard-contents td.hide-for-small-only, .common-old-standard-contents th.show-for-small-up, .common-old-standard-contents td.show-for-small-up, .common-old-standard-contents th.hide-for-small, .common-old-standard-contents td.hide-for-small, .common-old-standard-contents th.hide-for-small-down, .common-old-standard-contents td.hide-for-small-down, .common-old-standard-contents th.show-for-medium-only, .common-old-standard-contents td.show-for-medium-only, .common-old-standard-contents th.show-for-medium-up, .common-old-standard-contents td.show-for-medium-up, .common-old-standard-contents th.show-for-medium, .common-old-standard-contents td.show-for-medium, .common-old-standard-contents th.show-for-medium-down, .common-old-standard-contents td.show-for-medium-down, .common-old-standard-contents th.hide-for-large-only, .common-old-standard-contents td.hide-for-large-only, .common-old-standard-contents th.hide-for-large-up, .common-old-standard-contents td.hide-for-large-up, .common-old-standard-contents th.hide-for-large, .common-old-standard-contents td.hide-for-large, .common-old-standard-contents th.show-for-large-down, .common-old-standard-contents td.show-for-large-down, .common-old-standard-contents th.hide-for-xlarge-only, .common-old-standard-contents td.hide-for-xlarge-only, .common-old-standard-contents th.hide-for-xlarge-up, .common-old-standard-contents td.hide-for-xlarge-up, .common-old-standard-contents th.hide-for-xlarge, .common-old-standard-contents td.hide-for-xlarge, .common-old-standard-contents th.show-for-xlarge-down, .common-old-standard-contents td.show-for-xlarge-down, .common-old-standard-contents th.hide-for-xxlarge-only, .common-old-standard-contents td.hide-for-xxlarge-only, .common-old-standard-contents th.hide-for-xxlarge-up, .common-old-standard-contents td.hide-for-xxlarge-up, .common-old-standard-contents th.hide-for-xxlarge, .common-old-standard-contents td.hide-for-xxlarge, .common-old-standard-contents th.show-for-xxlarge-down, .common-old-standard-contents td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .common-old-standard-contents .hide-for-small-only, .common-old-standard-contents .show-for-small-up, .common-old-standard-contents .hide-for-small, .common-old-standard-contents .hide-for-small-down, .common-old-standard-contents .hide-for-medium-only, .common-old-standard-contents .show-for-medium-up, .common-old-standard-contents .hide-for-medium, .common-old-standard-contents .hide-for-medium-down, .common-old-standard-contents .show-for-large-only, .common-old-standard-contents .show-for-large-up, .common-old-standard-contents .show-for-large, .common-old-standard-contents .show-for-large-down, .common-old-standard-contents .hide-for-xlarge-only, .common-old-standard-contents .hide-for-xlarge-up, .common-old-standard-contents .hide-for-xlarge, .common-old-standard-contents .show-for-xlarge-down, .common-old-standard-contents .hide-for-xxlarge-only, .common-old-standard-contents .hide-for-xxlarge-up, .common-old-standard-contents .hide-for-xxlarge, .common-old-standard-contents .show-for-xxlarge-down {
    display: inherit !important;
  }
  .common-old-standard-contents .show-for-small-only, .common-old-standard-contents .hide-for-small-up, .common-old-standard-contents .show-for-small, .common-old-standard-contents .show-for-small-down, .common-old-standard-contents .show-for-medium-only, .common-old-standard-contents .hide-for-medium-up, .common-old-standard-contents .show-for-medium, .common-old-standard-contents .show-for-medium-down, .common-old-standard-contents .hide-for-large-only, .common-old-standard-contents .hide-for-large-up, .common-old-standard-contents .hide-for-large, .common-old-standard-contents .hide-for-large-down, .common-old-standard-contents .show-for-xlarge-only, .common-old-standard-contents .show-for-xlarge-up, .common-old-standard-contents .show-for-xlarge, .common-old-standard-contents .hide-for-xlarge-down, .common-old-standard-contents .show-for-xxlarge-only, .common-old-standard-contents .show-for-xxlarge-up, .common-old-standard-contents .show-for-xxlarge, .common-old-standard-contents .hide-for-xxlarge-down {
    display: none !important;
  }
  .common-old-standard-contents .hidden-for-small-only, .common-old-standard-contents .visible-for-small-up, .common-old-standard-contents .hidden-for-small, .common-old-standard-contents .hidden-for-small-down, .common-old-standard-contents .hidden-for-medium-only, .common-old-standard-contents .visible-for-medium-up, .common-old-standard-contents .hidden-for-medium, .common-old-standard-contents .hidden-for-medium-down, .common-old-standard-contents .visible-for-large-only, .common-old-standard-contents .visible-for-large-up, .common-old-standard-contents .visible-for-large, .common-old-standard-contents .visible-for-large-down, .common-old-standard-contents .hidden-for-xlarge-only, .common-old-standard-contents .hidden-for-xlarge-up, .common-old-standard-contents .hidden-for-xlarge, .common-old-standard-contents .visible-for-xlarge-down, .common-old-standard-contents .hidden-for-xxlarge-only, .common-old-standard-contents .hidden-for-xxlarge-up, .common-old-standard-contents .hidden-for-xxlarge, .common-old-standard-contents .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .common-old-standard-contents .visible-for-small-only, .common-old-standard-contents .hidden-for-small-up, .common-old-standard-contents .visible-for-small, .common-old-standard-contents .visible-for-small-down, .common-old-standard-contents .visible-for-medium-only, .common-old-standard-contents .hidden-for-medium-up, .common-old-standard-contents .visible-for-medium, .common-old-standard-contents .visible-for-medium-down, .common-old-standard-contents .hidden-for-large-only, .common-old-standard-contents .hidden-for-large-up, .common-old-standard-contents .hidden-for-large, .common-old-standard-contents .hidden-for-large-down, .common-old-standard-contents .visible-for-xlarge-only, .common-old-standard-contents .visible-for-xlarge-up, .common-old-standard-contents .visible-for-xlarge, .common-old-standard-contents .hidden-for-xlarge-down, .common-old-standard-contents .visible-for-xxlarge-only, .common-old-standard-contents .visible-for-xxlarge-up, .common-old-standard-contents .visible-for-xxlarge, .common-old-standard-contents .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .common-old-standard-contents table.hide-for-small-only, .common-old-standard-contents table.show-for-small-up, .common-old-standard-contents table.hide-for-small, .common-old-standard-contents table.hide-for-small-down, .common-old-standard-contents table.hide-for-medium-only, .common-old-standard-contents table.show-for-medium-up, .common-old-standard-contents table.hide-for-medium, .common-old-standard-contents table.hide-for-medium-down, .common-old-standard-contents table.show-for-large-only, .common-old-standard-contents table.show-for-large-up, .common-old-standard-contents table.show-for-large, .common-old-standard-contents table.show-for-large-down, .common-old-standard-contents table.hide-for-xlarge-only, .common-old-standard-contents table.hide-for-xlarge-up, .common-old-standard-contents table.hide-for-xlarge, .common-old-standard-contents table.show-for-xlarge-down, .common-old-standard-contents table.hide-for-xxlarge-only, .common-old-standard-contents table.hide-for-xxlarge-up, .common-old-standard-contents table.hide-for-xxlarge, .common-old-standard-contents table.show-for-xxlarge-down {
    display: table !important;
  }
  .common-old-standard-contents thead.hide-for-small-only, .common-old-standard-contents thead.show-for-small-up, .common-old-standard-contents thead.hide-for-small, .common-old-standard-contents thead.hide-for-small-down, .common-old-standard-contents thead.hide-for-medium-only, .common-old-standard-contents thead.show-for-medium-up, .common-old-standard-contents thead.hide-for-medium, .common-old-standard-contents thead.hide-for-medium-down, .common-old-standard-contents thead.show-for-large-only, .common-old-standard-contents thead.show-for-large-up, .common-old-standard-contents thead.show-for-large, .common-old-standard-contents thead.show-for-large-down, .common-old-standard-contents thead.hide-for-xlarge-only, .common-old-standard-contents thead.hide-for-xlarge-up, .common-old-standard-contents thead.hide-for-xlarge, .common-old-standard-contents thead.show-for-xlarge-down, .common-old-standard-contents thead.hide-for-xxlarge-only, .common-old-standard-contents thead.hide-for-xxlarge-up, .common-old-standard-contents thead.hide-for-xxlarge, .common-old-standard-contents thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.hide-for-small-only, .common-old-standard-contents tbody.show-for-small-up, .common-old-standard-contents tbody.hide-for-small, .common-old-standard-contents tbody.hide-for-small-down, .common-old-standard-contents tbody.hide-for-medium-only, .common-old-standard-contents tbody.show-for-medium-up, .common-old-standard-contents tbody.hide-for-medium, .common-old-standard-contents tbody.hide-for-medium-down, .common-old-standard-contents tbody.show-for-large-only, .common-old-standard-contents tbody.show-for-large-up, .common-old-standard-contents tbody.show-for-large, .common-old-standard-contents tbody.show-for-large-down, .common-old-standard-contents tbody.hide-for-xlarge-only, .common-old-standard-contents tbody.hide-for-xlarge-up, .common-old-standard-contents tbody.hide-for-xlarge, .common-old-standard-contents tbody.show-for-xlarge-down, .common-old-standard-contents tbody.hide-for-xxlarge-only, .common-old-standard-contents tbody.hide-for-xxlarge-up, .common-old-standard-contents tbody.hide-for-xxlarge, .common-old-standard-contents tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.hide-for-small-only, .common-old-standard-contents tr.show-for-small-up, .common-old-standard-contents tr.hide-for-small, .common-old-standard-contents tr.hide-for-small-down, .common-old-standard-contents tr.hide-for-medium-only, .common-old-standard-contents tr.show-for-medium-up, .common-old-standard-contents tr.hide-for-medium, .common-old-standard-contents tr.hide-for-medium-down, .common-old-standard-contents tr.show-for-large-only, .common-old-standard-contents tr.show-for-large-up, .common-old-standard-contents tr.show-for-large, .common-old-standard-contents tr.show-for-large-down, .common-old-standard-contents tr.hide-for-xlarge-only, .common-old-standard-contents tr.hide-for-xlarge-up, .common-old-standard-contents tr.hide-for-xlarge, .common-old-standard-contents tr.show-for-xlarge-down, .common-old-standard-contents tr.hide-for-xxlarge-only, .common-old-standard-contents tr.hide-for-xxlarge-up, .common-old-standard-contents tr.hide-for-xxlarge, .common-old-standard-contents tr.show-for-xxlarge-down {
    display: table-row;
  }
  .common-old-standard-contents th.hide-for-small-only, .common-old-standard-contents td.hide-for-small-only, .common-old-standard-contents th.show-for-small-up, .common-old-standard-contents td.show-for-small-up, .common-old-standard-contents th.hide-for-small, .common-old-standard-contents td.hide-for-small, .common-old-standard-contents th.hide-for-small-down, .common-old-standard-contents td.hide-for-small-down, .common-old-standard-contents th.hide-for-medium-only, .common-old-standard-contents td.hide-for-medium-only, .common-old-standard-contents th.show-for-medium-up, .common-old-standard-contents td.show-for-medium-up, .common-old-standard-contents th.hide-for-medium, .common-old-standard-contents td.hide-for-medium, .common-old-standard-contents th.hide-for-medium-down, .common-old-standard-contents td.hide-for-medium-down, .common-old-standard-contents th.show-for-large-only, .common-old-standard-contents td.show-for-large-only, .common-old-standard-contents th.show-for-large-up, .common-old-standard-contents td.show-for-large-up, .common-old-standard-contents th.show-for-large, .common-old-standard-contents td.show-for-large, .common-old-standard-contents th.show-for-large-down, .common-old-standard-contents td.show-for-large-down, .common-old-standard-contents th.hide-for-xlarge-only, .common-old-standard-contents td.hide-for-xlarge-only, .common-old-standard-contents th.hide-for-xlarge-up, .common-old-standard-contents td.hide-for-xlarge-up, .common-old-standard-contents th.hide-for-xlarge, .common-old-standard-contents td.hide-for-xlarge, .common-old-standard-contents th.show-for-xlarge-down, .common-old-standard-contents td.show-for-xlarge-down, .common-old-standard-contents th.hide-for-xxlarge-only, .common-old-standard-contents td.hide-for-xxlarge-only, .common-old-standard-contents th.hide-for-xxlarge-up, .common-old-standard-contents td.hide-for-xxlarge-up, .common-old-standard-contents th.hide-for-xxlarge, .common-old-standard-contents td.hide-for-xxlarge, .common-old-standard-contents th.show-for-xxlarge-down, .common-old-standard-contents td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .common-old-standard-contents .hide-for-small-only, .common-old-standard-contents .show-for-small-up, .common-old-standard-contents .hide-for-small, .common-old-standard-contents .hide-for-small-down, .common-old-standard-contents .hide-for-medium-only, .common-old-standard-contents .show-for-medium-up, .common-old-standard-contents .hide-for-medium, .common-old-standard-contents .hide-for-medium-down, .common-old-standard-contents .hide-for-large-only, .common-old-standard-contents .show-for-large-up, .common-old-standard-contents .hide-for-large, .common-old-standard-contents .hide-for-large-down, .common-old-standard-contents .show-for-xlarge-only, .common-old-standard-contents .show-for-xlarge-up, .common-old-standard-contents .show-for-xlarge, .common-old-standard-contents .show-for-xlarge-down, .common-old-standard-contents .hide-for-xxlarge-only, .common-old-standard-contents .hide-for-xxlarge-up, .common-old-standard-contents .hide-for-xxlarge, .common-old-standard-contents .show-for-xxlarge-down {
    display: inherit !important;
  }
  .common-old-standard-contents .show-for-small-only, .common-old-standard-contents .hide-for-small-up, .common-old-standard-contents .show-for-small, .common-old-standard-contents .show-for-small-down, .common-old-standard-contents .show-for-medium-only, .common-old-standard-contents .hide-for-medium-up, .common-old-standard-contents .show-for-medium, .common-old-standard-contents .show-for-medium-down, .common-old-standard-contents .show-for-large-only, .common-old-standard-contents .hide-for-large-up, .common-old-standard-contents .show-for-large, .common-old-standard-contents .show-for-large-down, .common-old-standard-contents .hide-for-xlarge-only, .common-old-standard-contents .hide-for-xlarge-up, .common-old-standard-contents .hide-for-xlarge, .common-old-standard-contents .hide-for-xlarge-down, .common-old-standard-contents .show-for-xxlarge-only, .common-old-standard-contents .show-for-xxlarge-up, .common-old-standard-contents .show-for-xxlarge, .common-old-standard-contents .hide-for-xxlarge-down {
    display: none !important;
  }
  .common-old-standard-contents .hidden-for-small-only, .common-old-standard-contents .visible-for-small-up, .common-old-standard-contents .hidden-for-small, .common-old-standard-contents .hidden-for-small-down, .common-old-standard-contents .hidden-for-medium-only, .common-old-standard-contents .visible-for-medium-up, .common-old-standard-contents .hidden-for-medium, .common-old-standard-contents .hidden-for-medium-down, .common-old-standard-contents .hidden-for-large-only, .common-old-standard-contents .visible-for-large-up, .common-old-standard-contents .hidden-for-large, .common-old-standard-contents .hidden-for-large-down, .common-old-standard-contents .visible-for-xlarge-only, .common-old-standard-contents .visible-for-xlarge-up, .common-old-standard-contents .visible-for-xlarge, .common-old-standard-contents .visible-for-xlarge-down, .common-old-standard-contents .hidden-for-xxlarge-only, .common-old-standard-contents .hidden-for-xxlarge-up, .common-old-standard-contents .hidden-for-xxlarge, .common-old-standard-contents .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .common-old-standard-contents .visible-for-small-only, .common-old-standard-contents .hidden-for-small-up, .common-old-standard-contents .visible-for-small, .common-old-standard-contents .visible-for-small-down, .common-old-standard-contents .visible-for-medium-only, .common-old-standard-contents .hidden-for-medium-up, .common-old-standard-contents .visible-for-medium, .common-old-standard-contents .visible-for-medium-down, .common-old-standard-contents .visible-for-large-only, .common-old-standard-contents .hidden-for-large-up, .common-old-standard-contents .visible-for-large, .common-old-standard-contents .visible-for-large-down, .common-old-standard-contents .hidden-for-xlarge-only, .common-old-standard-contents .hidden-for-xlarge-up, .common-old-standard-contents .hidden-for-xlarge, .common-old-standard-contents .hidden-for-xlarge-down, .common-old-standard-contents .visible-for-xxlarge-only, .common-old-standard-contents .visible-for-xxlarge-up, .common-old-standard-contents .visible-for-xxlarge, .common-old-standard-contents .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .common-old-standard-contents table.hide-for-small-only, .common-old-standard-contents table.show-for-small-up, .common-old-standard-contents table.hide-for-small, .common-old-standard-contents table.hide-for-small-down, .common-old-standard-contents table.hide-for-medium-only, .common-old-standard-contents table.show-for-medium-up, .common-old-standard-contents table.hide-for-medium, .common-old-standard-contents table.hide-for-medium-down, .common-old-standard-contents table.hide-for-large-only, .common-old-standard-contents table.show-for-large-up, .common-old-standard-contents table.hide-for-large, .common-old-standard-contents table.hide-for-large-down, .common-old-standard-contents table.show-for-xlarge-only, .common-old-standard-contents table.show-for-xlarge-up, .common-old-standard-contents table.show-for-xlarge, .common-old-standard-contents table.show-for-xlarge-down, .common-old-standard-contents table.hide-for-xxlarge-only, .common-old-standard-contents table.hide-for-xxlarge-up, .common-old-standard-contents table.hide-for-xxlarge, .common-old-standard-contents table.show-for-xxlarge-down {
    display: table !important;
  }
  .common-old-standard-contents thead.hide-for-small-only, .common-old-standard-contents thead.show-for-small-up, .common-old-standard-contents thead.hide-for-small, .common-old-standard-contents thead.hide-for-small-down, .common-old-standard-contents thead.hide-for-medium-only, .common-old-standard-contents thead.show-for-medium-up, .common-old-standard-contents thead.hide-for-medium, .common-old-standard-contents thead.hide-for-medium-down, .common-old-standard-contents thead.hide-for-large-only, .common-old-standard-contents thead.show-for-large-up, .common-old-standard-contents thead.hide-for-large, .common-old-standard-contents thead.hide-for-large-down, .common-old-standard-contents thead.show-for-xlarge-only, .common-old-standard-contents thead.show-for-xlarge-up, .common-old-standard-contents thead.show-for-xlarge, .common-old-standard-contents thead.show-for-xlarge-down, .common-old-standard-contents thead.hide-for-xxlarge-only, .common-old-standard-contents thead.hide-for-xxlarge-up, .common-old-standard-contents thead.hide-for-xxlarge, .common-old-standard-contents thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.hide-for-small-only, .common-old-standard-contents tbody.show-for-small-up, .common-old-standard-contents tbody.hide-for-small, .common-old-standard-contents tbody.hide-for-small-down, .common-old-standard-contents tbody.hide-for-medium-only, .common-old-standard-contents tbody.show-for-medium-up, .common-old-standard-contents tbody.hide-for-medium, .common-old-standard-contents tbody.hide-for-medium-down, .common-old-standard-contents tbody.hide-for-large-only, .common-old-standard-contents tbody.show-for-large-up, .common-old-standard-contents tbody.hide-for-large, .common-old-standard-contents tbody.hide-for-large-down, .common-old-standard-contents tbody.show-for-xlarge-only, .common-old-standard-contents tbody.show-for-xlarge-up, .common-old-standard-contents tbody.show-for-xlarge, .common-old-standard-contents tbody.show-for-xlarge-down, .common-old-standard-contents tbody.hide-for-xxlarge-only, .common-old-standard-contents tbody.hide-for-xxlarge-up, .common-old-standard-contents tbody.hide-for-xxlarge, .common-old-standard-contents tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.hide-for-small-only, .common-old-standard-contents tr.show-for-small-up, .common-old-standard-contents tr.hide-for-small, .common-old-standard-contents tr.hide-for-small-down, .common-old-standard-contents tr.hide-for-medium-only, .common-old-standard-contents tr.show-for-medium-up, .common-old-standard-contents tr.hide-for-medium, .common-old-standard-contents tr.hide-for-medium-down, .common-old-standard-contents tr.hide-for-large-only, .common-old-standard-contents tr.show-for-large-up, .common-old-standard-contents tr.hide-for-large, .common-old-standard-contents tr.hide-for-large-down, .common-old-standard-contents tr.show-for-xlarge-only, .common-old-standard-contents tr.show-for-xlarge-up, .common-old-standard-contents tr.show-for-xlarge, .common-old-standard-contents tr.show-for-xlarge-down, .common-old-standard-contents tr.hide-for-xxlarge-only, .common-old-standard-contents tr.hide-for-xxlarge-up, .common-old-standard-contents tr.hide-for-xxlarge, .common-old-standard-contents tr.show-for-xxlarge-down {
    display: table-row;
  }
  .common-old-standard-contents th.hide-for-small-only, .common-old-standard-contents td.hide-for-small-only, .common-old-standard-contents th.show-for-small-up, .common-old-standard-contents td.show-for-small-up, .common-old-standard-contents th.hide-for-small, .common-old-standard-contents td.hide-for-small, .common-old-standard-contents th.hide-for-small-down, .common-old-standard-contents td.hide-for-small-down, .common-old-standard-contents th.hide-for-medium-only, .common-old-standard-contents td.hide-for-medium-only, .common-old-standard-contents th.show-for-medium-up, .common-old-standard-contents td.show-for-medium-up, .common-old-standard-contents th.hide-for-medium, .common-old-standard-contents td.hide-for-medium, .common-old-standard-contents th.hide-for-medium-down, .common-old-standard-contents td.hide-for-medium-down, .common-old-standard-contents th.hide-for-large-only, .common-old-standard-contents td.hide-for-large-only, .common-old-standard-contents th.show-for-large-up, .common-old-standard-contents td.show-for-large-up, .common-old-standard-contents th.hide-for-large, .common-old-standard-contents td.hide-for-large, .common-old-standard-contents th.hide-for-large-down, .common-old-standard-contents td.hide-for-large-down, .common-old-standard-contents th.show-for-xlarge-only, .common-old-standard-contents td.show-for-xlarge-only, .common-old-standard-contents th.show-for-xlarge-up, .common-old-standard-contents td.show-for-xlarge-up, .common-old-standard-contents th.show-for-xlarge, .common-old-standard-contents td.show-for-xlarge, .common-old-standard-contents th.show-for-xlarge-down, .common-old-standard-contents td.show-for-xlarge-down, .common-old-standard-contents th.hide-for-xxlarge-only, .common-old-standard-contents td.hide-for-xxlarge-only, .common-old-standard-contents th.hide-for-xxlarge-up, .common-old-standard-contents td.hide-for-xxlarge-up, .common-old-standard-contents th.hide-for-xxlarge, .common-old-standard-contents td.hide-for-xxlarge, .common-old-standard-contents th.show-for-xxlarge-down, .common-old-standard-contents td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .common-old-standard-contents .hide-for-small-only, .common-old-standard-contents .show-for-small-up, .common-old-standard-contents .hide-for-small, .common-old-standard-contents .hide-for-small-down, .common-old-standard-contents .hide-for-medium-only, .common-old-standard-contents .show-for-medium-up, .common-old-standard-contents .hide-for-medium, .common-old-standard-contents .hide-for-medium-down, .common-old-standard-contents .hide-for-large-only, .common-old-standard-contents .show-for-large-up, .common-old-standard-contents .hide-for-large, .common-old-standard-contents .hide-for-large-down, .common-old-standard-contents .hide-for-xlarge-only, .common-old-standard-contents .show-for-xlarge-up, .common-old-standard-contents .hide-for-xlarge, .common-old-standard-contents .hide-for-xlarge-down, .common-old-standard-contents .show-for-xxlarge-only, .common-old-standard-contents .show-for-xxlarge-up, .common-old-standard-contents .show-for-xxlarge, .common-old-standard-contents .show-for-xxlarge-down {
    display: inherit !important;
  }
  .common-old-standard-contents .show-for-small-only, .common-old-standard-contents .hide-for-small-up, .common-old-standard-contents .show-for-small, .common-old-standard-contents .show-for-small-down, .common-old-standard-contents .show-for-medium-only, .common-old-standard-contents .hide-for-medium-up, .common-old-standard-contents .show-for-medium, .common-old-standard-contents .show-for-medium-down, .common-old-standard-contents .show-for-large-only, .common-old-standard-contents .hide-for-large-up, .common-old-standard-contents .show-for-large, .common-old-standard-contents .show-for-large-down, .common-old-standard-contents .show-for-xlarge-only, .common-old-standard-contents .hide-for-xlarge-up, .common-old-standard-contents .show-for-xlarge, .common-old-standard-contents .show-for-xlarge-down, .common-old-standard-contents .hide-for-xxlarge-only, .common-old-standard-contents .hide-for-xxlarge-up, .common-old-standard-contents .hide-for-xxlarge, .common-old-standard-contents .hide-for-xxlarge-down {
    display: none !important;
  }
  .common-old-standard-contents .hidden-for-small-only, .common-old-standard-contents .visible-for-small-up, .common-old-standard-contents .hidden-for-small, .common-old-standard-contents .hidden-for-small-down, .common-old-standard-contents .hidden-for-medium-only, .common-old-standard-contents .visible-for-medium-up, .common-old-standard-contents .hidden-for-medium, .common-old-standard-contents .hidden-for-medium-down, .common-old-standard-contents .hidden-for-large-only, .common-old-standard-contents .visible-for-large-up, .common-old-standard-contents .hidden-for-large, .common-old-standard-contents .hidden-for-large-down, .common-old-standard-contents .hidden-for-xlarge-only, .common-old-standard-contents .visible-for-xlarge-up, .common-old-standard-contents .hidden-for-xlarge, .common-old-standard-contents .hidden-for-xlarge-down, .common-old-standard-contents .visible-for-xxlarge-only, .common-old-standard-contents .visible-for-xxlarge-up, .common-old-standard-contents .visible-for-xxlarge, .common-old-standard-contents .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .common-old-standard-contents .visible-for-small-only, .common-old-standard-contents .hidden-for-small-up, .common-old-standard-contents .visible-for-small, .common-old-standard-contents .visible-for-small-down, .common-old-standard-contents .visible-for-medium-only, .common-old-standard-contents .hidden-for-medium-up, .common-old-standard-contents .visible-for-medium, .common-old-standard-contents .visible-for-medium-down, .common-old-standard-contents .visible-for-large-only, .common-old-standard-contents .hidden-for-large-up, .common-old-standard-contents .visible-for-large, .common-old-standard-contents .visible-for-large-down, .common-old-standard-contents .visible-for-xlarge-only, .common-old-standard-contents .hidden-for-xlarge-up, .common-old-standard-contents .visible-for-xlarge, .common-old-standard-contents .visible-for-xlarge-down, .common-old-standard-contents .hidden-for-xxlarge-only, .common-old-standard-contents .hidden-for-xxlarge-up, .common-old-standard-contents .hidden-for-xxlarge, .common-old-standard-contents .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .common-old-standard-contents table.hide-for-small-only, .common-old-standard-contents table.show-for-small-up, .common-old-standard-contents table.hide-for-small, .common-old-standard-contents table.hide-for-small-down, .common-old-standard-contents table.hide-for-medium-only, .common-old-standard-contents table.show-for-medium-up, .common-old-standard-contents table.hide-for-medium, .common-old-standard-contents table.hide-for-medium-down, .common-old-standard-contents table.hide-for-large-only, .common-old-standard-contents table.show-for-large-up, .common-old-standard-contents table.hide-for-large, .common-old-standard-contents table.hide-for-large-down, .common-old-standard-contents table.hide-for-xlarge-only, .common-old-standard-contents table.show-for-xlarge-up, .common-old-standard-contents table.hide-for-xlarge, .common-old-standard-contents table.hide-for-xlarge-down, .common-old-standard-contents table.show-for-xxlarge-only, .common-old-standard-contents table.show-for-xxlarge-up, .common-old-standard-contents table.show-for-xxlarge, .common-old-standard-contents table.show-for-xxlarge-down {
    display: table !important;
  }
  .common-old-standard-contents thead.hide-for-small-only, .common-old-standard-contents thead.show-for-small-up, .common-old-standard-contents thead.hide-for-small, .common-old-standard-contents thead.hide-for-small-down, .common-old-standard-contents thead.hide-for-medium-only, .common-old-standard-contents thead.show-for-medium-up, .common-old-standard-contents thead.hide-for-medium, .common-old-standard-contents thead.hide-for-medium-down, .common-old-standard-contents thead.hide-for-large-only, .common-old-standard-contents thead.show-for-large-up, .common-old-standard-contents thead.hide-for-large, .common-old-standard-contents thead.hide-for-large-down, .common-old-standard-contents thead.hide-for-xlarge-only, .common-old-standard-contents thead.show-for-xlarge-up, .common-old-standard-contents thead.hide-for-xlarge, .common-old-standard-contents thead.hide-for-xlarge-down, .common-old-standard-contents thead.show-for-xxlarge-only, .common-old-standard-contents thead.show-for-xxlarge-up, .common-old-standard-contents thead.show-for-xxlarge, .common-old-standard-contents thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.hide-for-small-only, .common-old-standard-contents tbody.show-for-small-up, .common-old-standard-contents tbody.hide-for-small, .common-old-standard-contents tbody.hide-for-small-down, .common-old-standard-contents tbody.hide-for-medium-only, .common-old-standard-contents tbody.show-for-medium-up, .common-old-standard-contents tbody.hide-for-medium, .common-old-standard-contents tbody.hide-for-medium-down, .common-old-standard-contents tbody.hide-for-large-only, .common-old-standard-contents tbody.show-for-large-up, .common-old-standard-contents tbody.hide-for-large, .common-old-standard-contents tbody.hide-for-large-down, .common-old-standard-contents tbody.hide-for-xlarge-only, .common-old-standard-contents tbody.show-for-xlarge-up, .common-old-standard-contents tbody.hide-for-xlarge, .common-old-standard-contents tbody.hide-for-xlarge-down, .common-old-standard-contents tbody.show-for-xxlarge-only, .common-old-standard-contents tbody.show-for-xxlarge-up, .common-old-standard-contents tbody.show-for-xxlarge, .common-old-standard-contents tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.hide-for-small-only, .common-old-standard-contents tr.show-for-small-up, .common-old-standard-contents tr.hide-for-small, .common-old-standard-contents tr.hide-for-small-down, .common-old-standard-contents tr.hide-for-medium-only, .common-old-standard-contents tr.show-for-medium-up, .common-old-standard-contents tr.hide-for-medium, .common-old-standard-contents tr.hide-for-medium-down, .common-old-standard-contents tr.hide-for-large-only, .common-old-standard-contents tr.show-for-large-up, .common-old-standard-contents tr.hide-for-large, .common-old-standard-contents tr.hide-for-large-down, .common-old-standard-contents tr.hide-for-xlarge-only, .common-old-standard-contents tr.show-for-xlarge-up, .common-old-standard-contents tr.hide-for-xlarge, .common-old-standard-contents tr.hide-for-xlarge-down, .common-old-standard-contents tr.show-for-xxlarge-only, .common-old-standard-contents tr.show-for-xxlarge-up, .common-old-standard-contents tr.show-for-xxlarge, .common-old-standard-contents tr.show-for-xxlarge-down {
    display: table-row;
  }
  .common-old-standard-contents th.hide-for-small-only, .common-old-standard-contents td.hide-for-small-only, .common-old-standard-contents th.show-for-small-up, .common-old-standard-contents td.show-for-small-up, .common-old-standard-contents th.hide-for-small, .common-old-standard-contents td.hide-for-small, .common-old-standard-contents th.hide-for-small-down, .common-old-standard-contents td.hide-for-small-down, .common-old-standard-contents th.hide-for-medium-only, .common-old-standard-contents td.hide-for-medium-only, .common-old-standard-contents th.show-for-medium-up, .common-old-standard-contents td.show-for-medium-up, .common-old-standard-contents th.hide-for-medium, .common-old-standard-contents td.hide-for-medium, .common-old-standard-contents th.hide-for-medium-down, .common-old-standard-contents td.hide-for-medium-down, .common-old-standard-contents th.hide-for-large-only, .common-old-standard-contents td.hide-for-large-only, .common-old-standard-contents th.show-for-large-up, .common-old-standard-contents td.show-for-large-up, .common-old-standard-contents th.hide-for-large, .common-old-standard-contents td.hide-for-large, .common-old-standard-contents th.hide-for-large-down, .common-old-standard-contents td.hide-for-large-down, .common-old-standard-contents th.hide-for-xlarge-only, .common-old-standard-contents td.hide-for-xlarge-only, .common-old-standard-contents th.show-for-xlarge-up, .common-old-standard-contents td.show-for-xlarge-up, .common-old-standard-contents th.hide-for-xlarge, .common-old-standard-contents td.hide-for-xlarge, .common-old-standard-contents th.hide-for-xlarge-down, .common-old-standard-contents td.hide-for-xlarge-down, .common-old-standard-contents th.show-for-xxlarge-only, .common-old-standard-contents td.show-for-xxlarge-only, .common-old-standard-contents th.show-for-xxlarge-up, .common-old-standard-contents td.show-for-xxlarge-up, .common-old-standard-contents th.show-for-xxlarge, .common-old-standard-contents td.show-for-xxlarge, .common-old-standard-contents th.show-for-xxlarge-down, .common-old-standard-contents td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
.common-old-standard-contents .show-for-landscape,
.common-old-standard-contents .hide-for-portrait {
  display: inherit !important;
}
.common-old-standard-contents .hide-for-landscape,
.common-old-standard-contents .show-for-portrait {
  display: none !important;
}
.common-old-standard-contents table.hide-for-landscape, .common-old-standard-contents table.show-for-portrait {
  display: table !important;
}
.common-old-standard-contents thead.hide-for-landscape, .common-old-standard-contents thead.show-for-portrait {
  display: table-header-group !important;
}
.common-old-standard-contents tbody.hide-for-landscape, .common-old-standard-contents tbody.show-for-portrait {
  display: table-row-group !important;
}
.common-old-standard-contents tr.hide-for-landscape, .common-old-standard-contents tr.show-for-portrait {
  display: table-row !important;
}
.common-old-standard-contents td.hide-for-landscape, .common-old-standard-contents td.show-for-portrait,
.common-old-standard-contents th.hide-for-landscape,
.common-old-standard-contents th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .common-old-standard-contents {
    /* Specific visibility for tables */
  }
  .common-old-standard-contents .show-for-landscape,
.common-old-standard-contents .hide-for-portrait {
    display: inherit !important;
  }
  .common-old-standard-contents .hide-for-landscape,
.common-old-standard-contents .show-for-portrait {
    display: none !important;
  }
  .common-old-standard-contents table.show-for-landscape, .common-old-standard-contents table.hide-for-portrait {
    display: table !important;
  }
  .common-old-standard-contents thead.show-for-landscape, .common-old-standard-contents thead.hide-for-portrait {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.show-for-landscape, .common-old-standard-contents tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.show-for-landscape, .common-old-standard-contents tr.hide-for-portrait {
    display: table-row !important;
  }
  .common-old-standard-contents td.show-for-landscape, .common-old-standard-contents td.hide-for-portrait,
.common-old-standard-contents th.show-for-landscape,
.common-old-standard-contents th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .common-old-standard-contents {
    /* Specific visibility for tables */
  }
  .common-old-standard-contents .show-for-portrait,
.common-old-standard-contents .hide-for-landscape {
    display: inherit !important;
  }
  .common-old-standard-contents .hide-for-portrait,
.common-old-standard-contents .show-for-landscape {
    display: none !important;
  }
  .common-old-standard-contents table.show-for-portrait, .common-old-standard-contents table.hide-for-landscape {
    display: table !important;
  }
  .common-old-standard-contents thead.show-for-portrait, .common-old-standard-contents thead.hide-for-landscape {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.show-for-portrait, .common-old-standard-contents tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.show-for-portrait, .common-old-standard-contents tr.hide-for-landscape {
    display: table-row !important;
  }
  .common-old-standard-contents td.show-for-portrait, .common-old-standard-contents td.hide-for-landscape,
.common-old-standard-contents th.show-for-portrait,
.common-old-standard-contents th.hide-for-landscape {
    display: table-cell !important;
  }
}
.common-old-standard-contents .show-for-touch {
  display: none !important;
}
.common-old-standard-contents .hide-for-touch {
  display: inherit !important;
}
.common-old-standard-contents .touch .show-for-touch {
  display: inherit !important;
}
.common-old-standard-contents .touch .hide-for-touch {
  display: none !important;
}
.common-old-standard-contents table.hide-for-touch {
  display: table !important;
}
.common-old-standard-contents .touch table.show-for-touch {
  display: table !important;
}
.common-old-standard-contents thead.hide-for-touch {
  display: table-header-group !important;
}
.common-old-standard-contents .touch thead.show-for-touch {
  display: table-header-group !important;
}
.common-old-standard-contents tbody.hide-for-touch {
  display: table-row-group !important;
}
.common-old-standard-contents .touch tbody.show-for-touch {
  display: table-row-group !important;
}
.common-old-standard-contents tr.hide-for-touch {
  display: table-row !important;
}
.common-old-standard-contents .touch tr.show-for-touch {
  display: table-row !important;
}
.common-old-standard-contents td.hide-for-touch {
  display: table-cell !important;
}
.common-old-standard-contents .touch td.show-for-touch {
  display: table-cell !important;
}
.common-old-standard-contents th.hide-for-touch {
  display: table-cell !important;
}
.common-old-standard-contents .touch th.show-for-touch {
  display: table-cell !important;
}
.common-old-standard-contents .show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.common-old-standard-contents .show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.common-old-standard-contents .show-on-focus:focus, .common-old-standard-contents .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.common-old-standard-contents .print-only {
  display: none !important;
}
@media print {
  .common-old-standard-contents * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  .common-old-standard-contents .show-for-print {
    display: block;
  }
  .common-old-standard-contents .hide-for-print {
    display: none;
  }
  .common-old-standard-contents table.show-for-print {
    display: table !important;
  }
  .common-old-standard-contents thead.show-for-print {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.show-for-print {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.show-for-print {
    display: table-row !important;
  }
  .common-old-standard-contents td.show-for-print {
    display: table-cell !important;
  }
  .common-old-standard-contents th.show-for-print {
    display: table-cell !important;
  }
  .common-old-standard-contents a,
.common-old-standard-contents a:visited {
    text-decoration: underline;
  }
  .common-old-standard-contents a[href]:after {
    content: " (" attr(href) ")";
  }
  .common-old-standard-contents abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .common-old-standard-contents .ir a:after,
.common-old-standard-contents a[href^="javascript:"]:after,
.common-old-standard-contents a[href^="#"]:after {
    content: "";
  }
  .common-old-standard-contents pre,
.common-old-standard-contents blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .common-old-standard-contents thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  .common-old-standard-contents tr,
.common-old-standard-contents img {
    page-break-inside: avoid;
  }
  .common-old-standard-contents img {
    max-width: 100% !important;
  }
  @page {
    .common-old-standard-contents {
      margin: 0.5cm;
    }
  }
  .common-old-standard-contents p,
.common-old-standard-contents h2,
.common-old-standard-contents h3 {
    orphans: 3;
    widows: 3;
  }
  .common-old-standard-contents h2,
.common-old-standard-contents h3 {
    page-break-after: avoid;
  }
  .common-old-standard-contents .hide-on-print {
    display: none !important;
  }
  .common-old-standard-contents .print-only {
    display: block !important;
  }
  .common-old-standard-contents .hide-for-print {
    display: none !important;
  }
  .common-old-standard-contents .show-for-print {
    display: inherit !important;
  }
}
@media print {
  .common-old-standard-contents .show-for-print {
    display: block;
  }
  .common-old-standard-contents .hide-for-print {
    display: none;
  }
  .common-old-standard-contents table.show-for-print {
    display: table !important;
  }
  .common-old-standard-contents thead.show-for-print {
    display: table-header-group !important;
  }
  .common-old-standard-contents tbody.show-for-print {
    display: table-row-group !important;
  }
  .common-old-standard-contents tr.show-for-print {
    display: table-row !important;
  }
  .common-old-standard-contents td.show-for-print {
    display: table-cell !important;
  }
  .common-old-standard-contents th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .common-old-standard-contents .show-for-print {
    display: none !important;
  }
}
.common-old-standard-contents body,
.common-old-standard-contents button,
.common-old-standard-contents input,
.common-old-standard-contents select,
.common-old-standard-contents textarea {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.common-old-standard-contents select {
  color: #676767;
}
.common-old-standard-contents h1, .common-old-standard-contents h2, .common-old-standard-contents h3, .common-old-standard-contents h4, .common-old-standard-contents h5, .common-old-standard-contents h6 {
  clear: both;
  color: #DBC993;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.common-old-standard-contents h1 {
  font-size: 2rem;
}
.common-old-standard-contents h1.entry-title {
  font-size: 0.85rem;
  color: #fff;
  background-color: #333;
  width: 100%;
  padding: 12px 10px;
  line-height: 1.6em;
}
.common-old-standard-contents h1.entry-title a {
  color: #fff;
}
.common-old-standard-contents h2 {
  font-size: 1.8rem;
}
.common-old-standard-contents h3 {
  font-size: 1.5rem;
}
.common-old-standard-contents h3.midtitle, .common-old-standard-contents h3.entry-title {
  font-size: 1.1rem;
  margin-top: 25px;
  color: #FFF;
  background-color: #333;
  font-weight: 500;
  padding-top: 8px;
  padding-left: 10px;
  padding-bottom: 6px;
}
.common-old-standard-contents h4 {
  font-size: 1rem;
}
.common-old-standard-contents h4.midtitle, .common-old-standard-contents h4.entry-title {
  font-size: 1rem;
  margin-top: 22px;
  color: #FFF;
  background-color: #333;
  font-weight: 500;
  padding-top: 8px;
  padding-left: 10px;
  padding-bottom: 6px;
}
.common-old-standard-contents p {
  margin-bottom: 1.5em;
  font-size: 0.9375rem;
}
.common-old-standard-contents dfn, .common-old-standard-contents cite, .common-old-standard-contents em, .common-old-standard-contents i {
  font-style: italic;
}
.common-old-standard-contents blockquote {
  margin: 0 1.5em;
}
.common-old-standard-contents address {
  margin: 0 0 1.5em;
}
.common-old-standard-contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.common-old-standard-contents code, .common-old-standard-contents kbd, .common-old-standard-contents tt, .common-old-standard-contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}
.common-old-standard-contents abbr, .common-old-standard-contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.common-old-standard-contents mark, .common-old-standard-contents ins {
  background: #fff9c0;
  text-decoration: none;
}
.common-old-standard-contents big {
  font-size: 125%;
}
.common-old-standard-contents html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-old-standard-contents *,
.common-old-standard-contents *:before,
.common-old-standard-contents *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.common-old-standard-contents body {
  background: #000;
  /* Fallback for when there is no custom background color defined. */
}
.common-old-standard-contents blockquote, .common-old-standard-contents q {
  quotes: "" "";
}
.common-old-standard-contents blockquote:before, .common-old-standard-contents blockquote:after, .common-old-standard-contents q:before, .common-old-standard-contents q:after {
  content: "";
}
.common-old-standard-contents hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.common-old-standard-contents hr.none {
  background-color: transparent;
}
.common-old-standard-contents ul, .common-old-standard-contents ol {
  margin: 0 0 1.5em 3em;
}
.common-old-standard-contents ul {
  list-style: disc;
}
.common-old-standard-contents ol {
  list-style: decimal;
}
.common-old-standard-contents li &gt; ul,
.common-old-standard-contents li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.common-old-standard-contents dt {
  font-weight: bold;
}
.common-old-standard-contents dd {
  margin: 0 1.5em 1.5em;
}
.common-old-standard-contents img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
.common-old-standard-contents table {
  margin: 0 0 1.5em;
  width: 100%;
}
.common-old-standard-contents button,
.common-old-standard-contents input[type=button],
.common-old-standard-contents input[type=reset],
.common-old-standard-contents input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.common-old-standard-contents button:hover,
.common-old-standard-contents input[type=button]:hover,
.common-old-standard-contents input[type=reset]:hover,
.common-old-standard-contents input[type=submit]:hover {
  border-color: #004389;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
.common-old-standard-contents button:active, .common-old-standard-contents button:focus,
.common-old-standard-contents input[type=button]:active,
.common-old-standard-contents input[type=button]:focus,
.common-old-standard-contents input[type=reset]:active,
.common-old-standard-contents input[type=reset]:focus,
.common-old-standard-contents input[type=submit]:active,
.common-old-standard-contents input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
.common-old-standard-contents a.button {
  background-color: #DBC993;
  border-color: #DBC993;
  color: #333;
}
.common-old-standard-contents a.button:visited {
  color: #333;
}
.common-old-standard-contents a.button:hover {
  background-color: #004389;
  color: #fff;
}
.common-old-standard-contents a.button2 {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #FFFFFF;
}
.common-old-standard-contents a.button2:visited {
  color: #FFFFFF;
}
.common-old-standard-contents a.button2:hover {
  background-color: #004389;
  color: #FFFFFF;
}
.common-old-standard-contents input[type=text],
.common-old-standard-contents input[type=email],
.common-old-standard-contents input[type=url],
.common-old-standard-contents input[type=password],
.common-old-standard-contents input[type=search],
.common-old-standard-contents textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: auto;
}
.common-old-standard-contents input[type=text]:focus,
.common-old-standard-contents input[type=email]:focus,
.common-old-standard-contents input[type=url]:focus,
.common-old-standard-contents input[type=password]:focus,
.common-old-standard-contents input[type=search]:focus,
.common-old-standard-contents textarea:focus {
  color: #111;
}
.common-old-standard-contents input[type=text],
.common-old-standard-contents input[type=email],
.common-old-standard-contents input[type=url],
.common-old-standard-contents input[type=password],
.common-old-standard-contents input[type=search] {
  padding: 3px;
}
.common-old-standard-contents input[type=text] {
  display: inline;
}
.common-old-standard-contents textarea {
  padding-left: 3px;
  width: 100%;
}
.common-old-standard-contents a  {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-old-standard-contents #primary a .colorGold {
  color: #DBC993;
}
.common-old-standard-contents #primary a:visited .colorGold {
  color: #DBC993;
}
.common-old-standard-contents a:visited {
  color: #fff;
}
.common-old-standard-contents a:hover, .common-old-standard-contents a:focus, .common-old-standard-contents a:active {
  color: #DBC993;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-old-standard-contents a:focus {
  outline: thin dotted;
}
.common-old-standard-contents a:hover, .common-old-standard-contents a:active {
  outline: 0;
}
.common-old-standard-contents a &gt; img:hover {
  opacity: 0.9;
}
.common-old-standard-contents .main-navigation {
  clear: both;
  width: 100%;
  margin-top: 24px;
  padding-right: 0;
}
.common-old-standard-contents .main-navigation ul {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #1f1d33;
}
.common-old-standard-contents .main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.common-old-standard-contents .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.common-old-standard-contents .main-navigation ul ul li:hover &gt; ul {
  left: 100%;
}
.common-old-standard-contents .main-navigation ul ul a {
  width: 300px;
  color: #666;
}
.common-old-standard-contents .main-navigation ul ul a:hover {
  color: #DBC993;
}
.common-old-standard-contents .main-navigation ul li:hover &gt; ul {
  left: auto;
}
.common-old-standard-contents .main-navigation .box-button {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dotted #8d8d8d;
  /*&amp;:hover &gt; a {
  }
  */
  /*
  		@media screen and (min-width:481px) and (max-width:800px){
  			display: block;
  			width: 50%;
  			}
  */
}
.common-old-standard-contents .main-navigation .box-button.current_page_item, .common-old-standard-contents .main-navigation .box-button.current-menu-item {
  border-bottom: 2px solid #DBC993;
}
.common-old-standard-contents .main-navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 38px;
  padding: 10px 6px 0 6px;
  line-height: 1.4;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  text-align: center;
}
.common-old-standard-contents .main-navigation a:visited {
  color: #fff;
}
.common-old-standard-contents .main-navigation a:hover {
  color: #DBC993;
}
.common-old-standard-contents .main-navigation a span {
  font-size: 8px;
  font-size: 0.5rem;
  display: block;
  font-weight: normal;
  color: #fff;
}
.common-old-standard-contents .menu-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .common-old-standard-contents .menu-toggle,
.common-old-standard-contents .main-navigation.toggled .nav-menu {
    display: block;
  }
  .common-old-standard-contents .main-navigation ul {
    display: none;
  }
}
.common-old-standard-contents .site-main .comment-navigation, .common-old-standard-contents .site-main .posts-navigation,
.common-old-standard-contents .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.common-old-standard-contents .comment-navigation .nav-previous,
.common-old-standard-contents .posts-navigation .nav-previous,
.common-old-standard-contents .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.common-old-standard-contents .comment-navigation .nav-next,
.common-old-standard-contents .posts-navigation .nav-next,
.common-old-standard-contents .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.common-old-standard-contents .left-off-canvas-menu {
  background: #000;
  border-right: 1px dotted #fff;
}
.common-old-standard-contents .left-off-canvas-menu img {
  width: 100%;
}
.common-old-standard-contents .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.common-old-standard-contents .screen-reader-text:hover, .common-old-standard-contents .screen-reader-text:active, .common-old-standard-contents .screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.common-old-standard-contents .alignleft,
.common-old-standard-contents .imageLeft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.common-old-standard-contents .alignright,
.common-old-standard-contents .imageRight {
  display: inline;
  float: right;
  margin-left: 1em;
}
.common-old-standard-contents .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.common-old-standard-contents .clear:before:before, .common-old-standard-contents .clear:before:after,
.common-old-standard-contents .clear:after:before,
.common-old-standard-contents .clear:after:after,
.common-old-standard-contents .entry-content:before:before,
.common-old-standard-contents .entry-content:before:after,
.common-old-standard-contents .entry-content:after:before,
.common-old-standard-contents .entry-content:after:after,
.common-old-standard-contents .comment-content:before:before,
.common-old-standard-contents .comment-content:before:after,
.common-old-standard-contents .comment-content:after:before,
.common-old-standard-contents .comment-content:after:after,
.common-old-standard-contents .site-header:before:before,
.common-old-standard-contents .site-header:before:after,
.common-old-standard-contents .site-header:after:before,
.common-old-standard-contents .site-header:after:after,
.common-old-standard-contents .site-content:before:before,
.common-old-standard-contents .site-content:before:after,
.common-old-standard-contents .site-content:after:before,
.common-old-standard-contents .site-content:after:after,
.common-old-standard-contents .site-footer:before:before,
.common-old-standard-contents .site-footer:before:after,
.common-old-standard-contents .site-footer:after:before,
.common-old-standard-contents .site-footer:after:after {
  content: " ";
  display: table;
}
.common-old-standard-contents .clear:before:after,
.common-old-standard-contents .clear:after:after,
.common-old-standard-contents .entry-content:before:after,
.common-old-standard-contents .entry-content:after:after,
.common-old-standard-contents .comment-content:before:after,
.common-old-standard-contents .comment-content:after:after,
.common-old-standard-contents .site-header:before:after,
.common-old-standard-contents .site-header:after:after,
.common-old-standard-contents .site-content:before:after,
.common-old-standard-contents .site-content:after:after,
.common-old-standard-contents .site-footer:before:after,
.common-old-standard-contents .site-footer:after:after {
  clear: both;
}
.common-old-standard-contents .clear:after,
.common-old-standard-contents .entry-content:after,
.common-old-standard-contents .comment-content:after,
.common-old-standard-contents .site-header:after,
.common-old-standard-contents .site-content:after,
.common-old-standard-contents .site-footer:after {
  clear: both;
}
.common-old-standard-contents .widget {
  margin: 0 0 0.5em;
  /* Make sure select elements fit in widgets. */
}
.common-old-standard-contents .widget ul.sub_navi,
.common-old-standard-contents .widget ul.sub_navi {
  margin: 0;
}
.common-old-standard-contents .widget ul.sub_navi li,
.common-old-standard-contents .widget ul.sub_navi li {
  list-style: none;
  /* border
  border-top: 1px dotted $color__text-screen;
  &amp;:last-child {
  		border-bottom: 1px dotted $color__text-screen;
  }
  */
}
.common-old-standard-contents .widget ul.sub_navi li a,
.common-old-standard-contents .widget ul.sub_navi li a {
  display: block;
  padding: 4px 20px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.common-old-standard-contents .widget ul.sub_navi li a:before,
.common-old-standard-contents .widget ul.sub_navi li a:before {
  content: "▶";
  margin-right: 0.2em;
  font-size: 9.6px;
  font-size: 0.6rem;
}
.common-old-standard-contents .widget select {
  max-width: 100%;
}
.common-old-standard-contents .widget_search .search-submit {
  display: none;
}
.common-old-standard-contents .textwidget ul li {
  margin-bottom: 0;
}
.common-old-standard-contents .sub_navi-widget {
  color: #fff;
}
.common-old-standard-contents .sub_navi-widget .widget-title {
  font-size: 28.8px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px dotted #fff;
}
.common-old-standard-contents .widget_text h1, .common-old-standard-contents .widget_text h2, .common-old-standard-contents .widget_text h3, .common-old-standard-contents .widget_text h4, .common-old-standard-contents .widget_text h5 {
  font-size: 16px;
  font-size: 1rem;
}
.common-old-standard-contents .widget_text .no-bullet img {
  width: 100%;
}
.common-old-standard-contents #menu-header-top-menu,
.common-old-standard-contents #menu-footer-menu-01,
.common-old-standard-contents ul.header-nav,
.common-old-standard-contents ul.footer-nav {
  margin: 0;
}
.common-old-standard-contents #menu-header-top-menu li,
.common-old-standard-contents #menu-footer-menu-01 li,
.common-old-standard-contents ul.header-nav li,
.common-old-standard-contents ul.footer-nav li {
  list-style: none;
  float: left;
  padding-left: 1em;
}
.common-old-standard-contents #menu-header-top-menu li a,
.common-old-standard-contents #menu-footer-menu-01 li a,
.common-old-standard-contents ul.header-nav li a,
.common-old-standard-contents ul.footer-nav li a {
  display: block;
  padding: 1px 0;
  font-size: 10.4px;
  font-size: 0.65rem;
  color: #DBC993;
}
.common-old-standard-contents #menu-header-top-menu li a:before,
.common-old-standard-contents #menu-footer-menu-01 li a:before,
.common-old-standard-contents ul.header-nav li a:before,
.common-old-standard-contents ul.footer-nav li a:before {
  content: "▶";
  margin-right: 0.2em;
  font-size: 4.8px;
  font-size: 0.3rem;
}
.common-old-standard-contents .sticky {
  display: block;
}
.common-old-standard-contents .hentry {
  margin: 0 0 1.5em;
}
.common-old-standard-contents .byline,
.common-old-standard-contents .updated:not(.published) {
  display: none;
}
.common-old-standard-contents .single .byline,
.common-old-standard-contents .group-blog .byline {
  display: inline;
}
.common-old-standard-contents .page-content,
.common-old-standard-contents .entry-content,
.common-old-standard-contents .entry-summary {
  margin: 1.5em 0 0;
}
.common-old-standard-contents .page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.common-old-standard-contents .blog .format-aside .entry-title,
.common-old-standard-contents .archive .format-aside .entry-title {
  display: none;
}
.common-old-standard-contents .comment-content a {
  word-wrap: break-word;
}
.common-old-standard-contents .bypostauthor {
  display: block;
}
.common-old-standard-contents .infinite-scroll .posts-navigation,
.common-old-standard-contents .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
.common-old-standard-contents .infinity-end.neverending .site-footer {
  display: block;
}
.common-old-standard-contents .page-content .wp-smiley,
.common-old-standard-contents .entry-content .wp-smiley,
.common-old-standard-contents .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.common-old-standard-contents embed,
.common-old-standard-contents iframe,
.common-old-standard-contents object {
  max-width: 100%;
}
.common-old-standard-contents .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.common-old-standard-contents .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.common-old-standard-contents .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.common-old-standard-contents .wp-caption-text {
  text-align: center;
}
.common-old-standard-contents .gallery {
  margin-bottom: 1.5em;
}
.common-old-standard-contents .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.common-old-standard-contents .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.common-old-standard-contents .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.common-old-standard-contents .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.common-old-standard-contents .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.common-old-standard-contents .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.common-old-standard-contents .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.common-old-standard-contents .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.common-old-standard-contents .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.common-old-standard-contents .gallery-caption {
  display: block;
}
.common-old-standard-contents .site-description {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 0.9em;
}
.common-old-standard-contents .top-image-wrap {
  margin-bottom: 15px;
}
.common-old-standard-contents .top-brand-bnr-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-old-standard-contents .top-brand-bnr-wrap .top-bnr-inner-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-old-standard-contents .top-brand-bnr-wrap .top-bnr-inner-small &gt; div {
  margin-left: 0;
  padding-left: 0;
}
.common-old-standard-contents .top-title-new,
.common-old-standard-contents .top-title-media {
  font-size: 11.2px;
  font-size: 0.7rem;
  color: #fff;
  background-color: #999;
  width: 100%;
  padding: 12px 10px;
  line-height: 1.6em;
  margin: 0;
}
.common-old-standard-contents .top-title-media {
  background-color: #333;
}
.common-old-standard-contents dl.infolist {
  font-size: 11.2px;
  font-size: 0.7rem;
}
.common-old-standard-contents dl.infolist dt {
  margin: 0 0 0 0.3em;
  width: 8em;
}
.common-old-standard-contents dl.infolist dd {
  margin-bottom: 0.8em;
  margin-left: 0.3em;
}
.common-old-standard-contents .panel {
  background-color: #242321;
}
.common-old-standard-contents .cm-box {
  background-color: #242321;
  min-height: 250px;
}
.common-old-standard-contents .cm-box p.cm-title {
  font-size: 11.2px;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 1.2em;
  line-height: 1.6em;
}
.common-old-standard-contents .breadcrumb-container li {
  font-size: 11.2px;
  font-size: 0.7rem;
}
.common-old-standard-contents .breadcrumb-container li span:last-child {
  display: none;
}
.common-old-standard-contents .pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
  background: white;
}
.common-old-standard-contents .smalltext {
  font-size: 80%;
}
.common-old-standard-contents #contentsWrapper, .common-old-standard-contents #contentWrapper {
  background-color: #fff;
  padding: 2em;
  color: #000;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common-old-standard-contents .caption {
  margin: 2em 0 3em;
  padding: 0;
  font-size: 60%;
  line-height: 1.5em;
  color: #666;
}
.common-old-standard-contents h3.gmidashi {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  font-size: 16px;
  width: 100%;
  margin-top: 1.5em;
  padding: 0 0 0 1em;
  font-weight: 400;
  line-height: 3em;
}
.common-old-standard-contents h2#mainimg {
  margin-top: 1em;
}
.common-old-standard-contents #pointclub {
  margin: 0 auto 1.5em;
  color: #000;
}
.common-old-standard-contents .read {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-size: 80%;
  line-height: 2em;
}
.common-old-standard-contents #pointline {
  margin: 0;
  padding-bottom: 15px;
}
.common-old-standard-contents .pointwaku {
  margin: 2em 0 1em;
  padding: 0;
}
.common-old-standard-contents .pointwaku th {
  margin: 0;
  padding: 10px;
  background-color: #e6f0f9;
  border: 1px solid #fff;
  font-weight: normal;
}
.common-old-standard-contents .pointwaku td {
  margin: 0;
  padding: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
.common-old-standard-contents .pickuptext {
  font-size: 110%;
  color: #f31111;
}
.common-old-standard-contents h3.midashi {
  margin: 1em 1em 0 1em;
  padding: 0;
}
.common-old-standard-contents #pickuparea {
  margin: 0.5em auto 1em;
  padding: 2em 2em 4em 2em;
  background-color: #fff;
}
.common-old-standard-contents .pickupphoto {
  margin: 1em 0;
  padding: 0;
}
.common-old-standard-contents .pickupdata {
  margin: 1em 0;
  padding: 0;
}
.common-old-standard-contents h4.pickup {
  color: #000;
  font-size: 18px;
}
.common-old-standard-contents .accessdata {
  font-size: 12px;
  line-height: 1.5em;
}
.common-old-standard-contents .pickcopy {
  margin: 1em 0 0.5em;
  padding: 0;
  font-size: 24px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
.common-old-standard-contents .requestbtn {
  float: left;
  margin: 0 0.5em 0.5em 0;
  padding: 1.5em 1em;
  background-color: #163f85;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  display: block;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}
.common-old-standard-contents .raijyobtn {
  float: left;
  margin: 0 0 0.5em 0;
  padding: 1.5em 1em;
  background-color: #87376a;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  display: block;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}
.common-old-standard-contents h4.ichiran {
  color: #000;
  font-size: 14px;
}
.common-old-standard-contents .ichiranphoto {
  margin: 0 0 0.5em 0;
}
.common-old-standard-contents .requestbtn2 {
  float: left;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em;
  background-color: #163f85;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 47%;
  text-align: center;
  display: block;
}
.common-old-standard-contents .raijyobtn2 {
  float: left;
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  background-color: #87376a;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 47%;
  text-align: center;
  display: block;
}
.common-old-standard-contents .banarea {
  margin-top: 1.5em;
}
.common-old-standard-contents .pricing-tablewide {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
  width: 100%;
  background-color: #fff;
}
.common-old-standard-contents .pricing-tablewide * {
  list-style: none;
  line-height: 1;
  float: left;
  background-color: #fff;
  height: 100%;
  font-size: 1rem;
}
.common-old-standard-contents .pricing-tablewide .title {
  background-color: #333333;
  color: #EEEEEE;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.9375rem 2rem;
  text-align: center;
  width: 100%;
}
.common-old-standard-contents .pricing-tablewide .price {
  background-color: #F6F6F6;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}
.common-old-standard-contents .pricing-tablewide .description {
  background-color: #FFFFFF;
  color: #333;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.2rem;
  padding: 0.675rem;
  text-align: left;
  width: 40%;
}
.common-old-standard-contents .pricing-tablewide .bullet-item, .common-old-standard-contents .pricing-tablewide .bullet-item a {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.675rem;
  text-align: left;
  line-height: 1rem;
  width: 20%;
}
.common-old-standard-contents .pricing-tablewide .bullet-item2 {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.675rem;
  text-align: left;
  line-height: 1rem;
  width: 40%;
}
.common-old-standard-contents .pricing-tablewide p {
  font-size: 0.75rem !important;
  line-height: 1.5rem;
}
.common-old-standard-contents .pricing-tablewide .cta-button {
  background-color: #FFFFFF;
  padding: 0.275rem 0.275rem 0;
  text-align: center;
  width: 50%;
  font-size: 1rem;
}
.common-old-standard-contents .pricing-tablewide .cta-button a {
  font-size: 0.75rem;
}
.common-old-standard-contents .fleft {
  float: left;
  padding: 0 0.675rem;
}
.common-old-standard-contents .copyt50_b50 {
  margin: 3em auto 2em !important;
  padding: 0;
  max-width: 670px;
}
@media only screen and (max-width: 40em) {
  .common-old-standard-contents .copyt50_b50 {
    margin: 1.5em auto !important;
  }
  .common-old-standard-contents #pickuparea {
    background-image: none;
    padding: 1em;
  }
  .common-old-standard-contents .requestbtn {
    padding: 1em;
    width: 48%;
    text-align: center;
  }
  .common-old-standard-contents .raijyobtn {
    padding: 1em;
    width: 48%;
    text-align: center;
  }
  .common-old-standard-contents .banarea {
    margin-top: 0;
  }
  .common-old-standard-contents .banarea img {
    margin-top: 1.5em;
  }
  .common-old-standard-contents .pricing-tablewide * {
    clear: both;
    width: 100% !important;
    margin: 0;
    line-height: 0.75rem;
  }
  .common-old-standard-contents .tab-bar-section h1 {
    display: none;
    /*font-size:0.65rem !important;
    font-weight:normal;
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  }
}
.common-old-standard-contents address {
  display: block;
  margin: 15px auto;
  font-size: 11.2px;
  font-size: 0.7rem;
  color: #DBC993;
  text-align: center;
  font-style: normal;
}
.common-old-standard-contents #contentsWrapper, .common-old-standard-contents #contentWrapper {
  background-color: #fff;
  padding: 2em;
  color: #000;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common-old-standard-contents .hrtb {
  margin: 2rem 0;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}
.common-old-standard-contents .footnav {
  margin: 2rem 0;
  padding: 0.25rem;
  text-align: left;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.common-old-standard-contents .footnav li {
  list-style: none;
  width: 100%;
  padding: 0.675rem 0 0 0;
  font-size: 0.675rem;
  line-height: 0.75rem;
}

.mv-under.standard-bg {
  background: #2D2D2D;
}

#page-concept .section-video {
  max-width: 900px;
  margin: auto;
}
#page-concept .section-video video {
  width: 100%;
}
#page-concept .section-title {
  font-size: 32px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-concept .section-title {
    font-size: 20px;
  }
}
#page-concept .section-img {
  text-align: center;
  margin: auto;
}
#page-concept .section-subtitle {
  font-size: 28px;
  color: #000;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-concept .section-subtitle {
    font-size: 20px;
  }
}
#page-concept .section-text {
  font-size: 16px;
  line-height: 2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-concept .section-text {
    font-size: 14px;
  }
}
#page-concept .message-bg {
  background: url("../img/pc/message_img_title_bg.png");
  background-size: cover;
  background-position: center center;
}
#page-concept .mv-under {
  position: relative;
}
#page-concept .mv-under .img-max img {
  width: 100%;
}
#page-concept .message-movie, #page-concept .access {
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #page-concept .message-movie, #page-concept .access {
    padding: 30px 0;
  }
}
#page-concept .about {
  padding: 60px 0;
  background: #FAFAFA;
}
@media screen and (max-width: 769px) {
  #page-concept .about {
    padding: 30px 0;
  }
}
#page-concept .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
#page-concept .about-flex li {
  -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 31%;
  margin-bottom: 30px;
}
#page-concept .about-flex li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
#page-concept .about-flex li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  #page-concept .about-flex li {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
#page-concept .about-flex li .img-box {
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}
#page-concept .about-flex li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2D2D2D;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  min-height: 60px;
  height: 60px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-concept .about-flex li .title h3 {
  margin: auto;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-concept .about-flex li .title h3 {
    font-size: 9px;
  }
}
#page-concept .about-flex li .text {
  width: 100%;
  font-size: 13px;
  font-weight: lighter;
  font-weight: 100;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  #page-concept .about-flex li .text {
    font-size: 11px;
  }
}
#page-concept .about-flex li .text2 {
  width: 100%;
  font-size: 13px;
  font-weight: lighter;
  font-weight: 100;
  padding: 15px 15px 0 15px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-concept .about-flex li .text2 {
    font-size: 11px;
  }
}
#page-concept .about-flex li .bold {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  padding: 0 15px 15px 15px;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  #page-concept .about-flex li .bold {
    font-size: 11px;
  }
}
#page-concept .about-flex li .caption {
  width: 100%;
  font-size: 11px;
  padding: 0 15px 15px;
  text-align: right;
}
#page-concept .access-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
}
#page-concept .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px;
}
#page-concept .access-flex li:first-child {
  width: 58%;
}
@media screen and (max-width: 769px) {
  #page-concept .access-flex li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-concept .access-flex li:first-child .aspect-ratio {
  height: 0;
  padding-top: 76%;
  position: relative;
}
#page-concept .access-flex li:first-child .aspect-ratio--object {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#page-concept .access-flex li:last-child {
  width: 40%;
}
@media screen and (max-width: 769px) {
  #page-concept .access-flex li:last-child {
    width: 100%;
  }
}
#page-concept .access-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  #page-concept .access-flex2 {
    margin: 20px auto;
  }
}
#page-concept .access-flex2 .first {
  width: 30%;
}
@media screen and (max-width: 769px) {
  #page-concept .access-flex2 .first {
    width: 100%;
    margin-bottom: 40px;
  }
}
#page-concept .access-flex2 .second {
  width: 68%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 769px) {
  #page-concept .access-flex2 .second {
    width: 100%;
  }
}
#page-concept .access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 30px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
#page-concept .access-info p {
  margin-bottom: 20px;
}
#page-concept .top-btn {
  margin: 40px 0;
  text-align: center;
}

#page-branch .store-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page-branch .store-info-flex li.store-img {
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  #page-branch .store-info-flex li.store-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#page-branch .store-info-flex li.store-img img {
  max-height: 140px;
}
@media screen and (max-width: 769px) {
  #page-branch .store-info-flex li.store-img img {
    width: 100%;
    max-height: none;
  }
}
#page-branch .mansion-bg {
  background: url("../img/pc/mansion_img_title_bg.png");
  background-size: cover;
  background-position: center center;
}
#page-branch .mv-under {
  position: relative;
}
#page-branch .mv-under .img-max img {
  width: 100%;
}
#page-branch .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background: #fff;
}
#page-branch .tab_item {
  width: 12.5%;
  margin-right: 5px;
  height: 28px;
  background-color: #d9d9d9;
  line-height: 28px;
  font-size: 13px;
  border: 1px solid #707070;
  border-bottom: none;
  color: #000;
  border-radius: 4px 4px 0 0;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #page-branch .tab_item {
    width: 13%;
    margin-right: 4px;
  }
}
#page-branch .tab_item:hover {
  opacity: 0.75;
}
#page-branch input[name=tab_item] {
  display: none;
}
#page-branch .tab_content {
  border-top: 1px solid #707070;
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
#page-branch #all:checked ~ #all_content,
#page-branch #capital:checked ~ #capital_content,
#page-branch #kansai:checked ~ #kansai_content,
#page-branch #nigata:checked ~ #nigata_content,
#page-branch #ishikawa:checked ~ #ishikawa_content,
#page-branch #toyama:checked ~ #toyama_content,
#page-branch #fukui:checked ~ #fukui_content {
  display: block;
}
#page-branch .tabs input:checked + .tab_item {
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  margin-top: 0;
}
#page-branch .store-link-adjust {
  padding-top: 90px;
  margin-top: -90px;
}
#page-branch .store-flex {
  border-top: 1px solid #707070;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-branch .store-flex li {
  position: relative;
}
#page-branch .store-flex li .store-title {
  color: #707070;
  font-size: 18px;
  font-weight: normal;
}
#page-branch .store-flex li .store-address {
  color: #707070;
  font-size: 14px;
}
#page-branch .store-flex li .store-map {
  display: block;
  margin: 5px 0;
  width: 140px;
  background-color: #5C3A93;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
}
#page-branch .store-flex li .store-icon {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#page-branch .store-flex li .store-icon img {
  margin-right: 5px;
}
#page-branch .store-flex li .store-tel {
  color: #5C3A93;
  font-size: 20px;
}
#page-branch .store-flex li .store-tel span {
  margin-right: 5px;
}
#page-branch .store-flex li .store-time {
  margin-top: 10px;
  font-size: 12px;
  color: #707070;
}
#page-branch .store-flex li .store-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  border-radius: 8px;
  margin-top: auto;
  border: 1px solid #707070;
  padding: 8px 10px;
  color: #707070;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-branch .store-flex li .store-btn {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  #page-branch .store-flex li:first-child {
    margin-bottom: 10px;
  }
}
#page-branch .store-flex li:last-child {
  text-align: left;
}
#page-branch .store-flex-under {
  border-bottom: 1px solid #707070;
}
#page-mansion .property-header {
  display: flex;
  justify-content: center;
  max-width: 1120px;
  margin: 60px auto 0;
  padding: 0 10px;
  text-align: center;
}
#page-mansion .property-header a {
  padding-bottom: 5px;
  font-size: 20px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: normal;
}
#page-mansion .property-header a:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #page-mansion .property-header a:first-child {
    margin-right: 10px;
  }
}
#page-mansion .property-header a.active {
  border-bottom: solid 1px #000;
}
#page-mansion .property-header a:hover {
  opacity: 0.8;
}
#page-mansion .property-inner {
  padding: 100px 0 50px;
}
#page-mansion .property-title {
  font-size: 26px;
  margin-bottom: 40px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-mansion .property-title {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
#page-mansion .property-bg {
  background: url("../img/pc/property_img_title_bg.png");
  background-size: cover;
  background-position: center center;
}
#page-mansion .mv-under {
  position: relative;
}
#page-mansion .mv-under .img-max img {
  width: 100%;
}
/*#page-mansion .property {
  padding: 60px 0;
}*/
@media screen and (max-width: 769px) {
  #page-mansion .property {
    padding: 30px 0;
  }
}
#page-mansion .property-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
/*
      justify-content: space-between;
*/
  justify-content: space-around;
  margin: 0 auto 10px;
}
#page-mansion #sold-out .property-flex {
  justify-content: left;
}

#page-mansion .property-flex li {
  -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 18%;
  padding: 15px;
}
#page-mansion #sold-out .property-flex li:not(:nth-of-type(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 769px){
  #page-mansion .property-flex li {
    justify-content: space-between;
  }
  #page-mansion #sold-out .property-flex li:not(:nth-of-type(2n)) {
    margin-right: 1%;
  }
  #page-mansion #sold-out .property-flex li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#page-mansion .property-flex.item4 li {/*4/3*/
/*  width: 24%;*//*4*/
  width: 32%;/**/
  margin-bottom: 15px;
}
#page-mansion .property-flex.item4 li .property-img-box &gt; img{
	/*width: 100%;*/
  width: auto;
  height: 220px;
}
@media screen and (max-width: 769px) {
  #page-mansion .property-flex li {
    width: 49% !important;
    padding: 10px;
    margin-bottom: 10px;
  }
  #page-mansion .property-flex.item4 li .property-img-box &gt; img{
    height: 180px;
  }
}
#page-mansion .property-flex li .property-img-box {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#page-mansion .property-flex li .property-title {
  background-color: #2D2D2D;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  min-height: 60px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-mansion .property-flex li .property-title h3 {
  margin: auto;
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-mansion .property-flex li .property-title h3 {
    font-size: 9px;
  }
}
#page-mansion .property-flex li .property-subtitle {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-mansion .property-flex li .property-subtitle {
    font-size: 12px;
  }
}
#page-mansion .property-flex li .property-text {
  font-size: 13px;
  font-weight: lighter;
  font-weight: 100;
}
@media screen and (max-width: 769px) {
  #page-mansion .property-flex li .property-text {
    font-size: 11px;
  }
}

#page-mansion .cta-button {
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}
#page-mansion .cta-button a {
  font-size: 0.75rem;
}
#page-mansion .link_btn2.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#page-mansion .link_btn2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 0.5rem 1.0625rem 0.5rem;
  background-color: #DBC993;
  border-color: #DBC993;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
#page-mansion .link_btn2:hover {
  background-color: #007095;
}

#page-404 .sitemap-info {
  font-size: 16px;
  text-align: center;
  background-color: #ffcedf;
  padding: 40px 20px;
  font-weight: normal;
  margin: 40px auto;
}
#page-404 .sitemap-info p {
  color: #000;
}
#page-404 .sitemap-title {
  font-size: 24px;
  text-align: center;
  background-color: #1e0f40;
  color: #fff;
  font-weight: normal;
  margin: 40px auto;
  padding: 10px 20px;
}
#page-404 .sitemap-subtitle {
  font-size: 18px;
  padding: 10px;
  background-color: #cccccc;
  color: #000;
  font-weight: normal;
  margin: 40px auto;
}

#page-rent-buy .mv-under {
  position: relative;
}
#page-rent-buy .mv-under .img-max img {
  width: 100%;
}
#page-rent-buy .mv-under.bg-rent-1 {
  background: url("../img/pc/rent_img_title_bg_1.png") center center/cover no-repeat;
}
#page-rent-buy .mv-under.bg-buy-1 {
  background: url("../img/pc/buy_img_title_bg_1.png") center center/cover no-repeat;
}
#page-rent-buy .mv-under.bg-normal {
  background: #FAFAFA;
  height: 216px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .mv-under.bg-normal {
    height: 108px;
  }
}
#page-rent-buy .mv-under.bg-normal p,
#page-rent-buy .mv-under.bg-normal h1 {
  color: #000;
  max-width: 1120px;
  font-weight: normal;
}
#page-rent-buy .breadcrumb {
  margin-bottom: 40px;
}
#page-rent-buy .breadcrumb .common-inner {
  max-width: 1120px;
}
#page-rent-buy .page-main-content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .page-main-content {
    padding: 20px;
  }
}
#page-rent-buy .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#page-rent-buy .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff url("../img/pc/rent_icon_select.png") right 0.75rem center/10px 5px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-rent-buy input[type=submit],
#page-rent-buy input[type=button],
#page-rent-buy label,
#page-rent-buy button,
#page-rent-buy select {
  cursor: pointer;
}
#page-rent-buy input[type=submit]:hover,
#page-rent-buy input[type=button]:hover,
#page-rent-buy label:hover,
#page-rent-buy button:hover,
#page-rent-buy select:hover {
  opacity: 0.8;
}
#page-rent-buy input[type=text] {
  font-size: 18px;
  padding: 26px;
  border-radius: 5px;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-rent-buy input[type=text] {
    font-size: 14px;
    padding: 14px;
  }
}
#page-rent-buy input[type=text]::-webkit-input-placeholder {
  color: #D5D2D2;
}
#page-rent-buy input[type=text]::-moz-placeholder {
  color: #D5D2D2;
}
#page-rent-buy input[type=text]:-ms-input-placeholder {
  color: #D5D2D2;
}
#page-rent-buy input[type=text]::-ms-input-placeholder {
  color: #D5D2D2;
}
#page-rent-buy input[type=text]::placeholder {
  color: #D5D2D2;
}
#page-rent-buy .btn-rent-1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #5C3A93;
  padding: 20px;
  border-radius: 5px;
}
#page-rent-buy button.btn-rent-1 {
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .btn-rent-1 {
    font-size: 14px;
    padding: 10px;
  }
}
#page-rent-buy .btn-rent-2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #000;
  background: #fff;
  padding: 15px 60px;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .btn-rent-2 {
    font-size: 14px;
    padding: 8px 30px;
  }
}
#page-rent-buy .btn-rent-3 {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .btn-rent-3 {
    font-size: 14px;
  }
}
#page-rent-buy .btn-rent-3:hover {
  text-decoration: none;
}
#page-rent-buy .btn-rent-4 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #5C3A93;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .btn-rent-4 {
/*    font-size: 12px;*/
      font-size: 26px;
letter-spacing:0.2em;
    }
}
#page-rent-buy .btn-rent-5 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  background: #5C3A93;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  max-width: 320px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .btn-rent-5 {
    font-size: 12px;
  }
}
#page-rent-buy .search-tab-box {
  margin-bottom: 50px;
}
#page-rent-buy .search-tab-box__header {
  background: #E3E0C8;
}
#page-rent-buy .search-tab-box__body {
  background: #F9F9F6;
}
#page-rent-buy .search-tab-box .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 5px #E3E0C8;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    border-top: none;
  }
}
#page-rent-buy .search-tab-box .tab .tab-item {
  cursor: pointer;
  padding: 18px 50px;
  font-weight: bold;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab .tab-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    padding: 10px 20px;
    font-size: 14px;
  }
}
#page-rent-buy .search-tab-box .tab .tab-item:hover, #page-rent-buy .search-tab-box .tab .tab-item.selected {
  background: #F9F9F6;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab .tab-item:hover, #page-rent-buy .search-tab-box .tab .tab-item.selected {
    background: #F9F9F6;
    border-radius: 5px;
  }
}
#page-rent-buy .search-tab-box .tab-content {
  padding: 40px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab-content {
    padding: 20px;
  }
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item {
  display: none;
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab-content .tab-content-item.show {
    display: block;
  }
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .content-primary {
  width: 380px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab-content .tab-content-item .content-primary {
    width: auto;
  }
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .content-secondary {
  width: 680px;
  padding: 0 40px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab-content .tab-content-item .content-secondary {
    width: auto;
    padding: 40px 0 0;
  }
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .button:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .button .icon {
  margin-right: 5px;
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .button .icon img {
  max-width: 30px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab-content .tab-content-item .button .icon img {
    max-width: 15px;
  }
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .keyword-search__header {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab-content .tab-content-item .keyword-search__header {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .keyword-search__header .icon {
  margin-right: 5px;
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .keyword-search__header .icon img {
  max-width: 30px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-box .tab-content .tab-content-item .keyword-search__header .icon img {
    max-width: 15px;
  }
}
#page-rent-buy .search-tab-box .tab-content .tab-content-item .keyword-search__body .search-box input[type=text] {
  width: 100%;
}
#page-rent-buy .search-detail-box__header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #727272;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-detail-box__header {
    padding: 10px;
    font-size: 14px;
  }
}
#page-rent-buy .search-detail-box__header .icon {
  display: block;
  margin-left: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/pc/rent_icon_plus.png") bottom center/100% 100% no-repeat;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-detail-box__header .icon {
    width: 20px;
    height: 20px;
  }
}
#page-rent-buy .search-detail-box__header.open .icon {
  background: url("../img/pc/rent_icon_minus.png") bottom center/100% 100% no-repeat;
}
#page-rent-buy .search-detail-box__body {
  display: none;
}
#page-rent-buy .search-detail-box .search-table {
  border-collapse: collapse;
  width: 100%;
}
#page-rent-buy .search-detail-box .search-table tr {
  border-bottom: solid 1px #EAE8E8;
}
#page-rent-buy .search-detail-box .search-table th, #page-rent-buy .search-detail-box .search-table td {
  color: #333;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-detail-box .search-table th, #page-rent-buy .search-detail-box .search-table td {
    padding: 15px;
  }
}
#page-rent-buy .search-detail-box .search-table th {
  font-size: 20px;
  background: #D1D1D1;
  width: 310px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-detail-box .search-table th {
    font-size: 12px;
    width: 150px;
    white-space: nowrap;
  }
}
#page-rent-buy .search-detail-box .search-table td {
  font-size: 16px;
  background: #F9F9F6;
}
#page-rent-buy .search-detail-box .search-table .icon img {
  width: 30px;
}
#page-rent-buy .search-detail-box .form-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-detail-box .form-select-wrapper {
    display: block;
  }
}
#page-rent-buy .search-detail-box .form-select-wrapper .icon {
  margin: 0 10px;
}
#page-rent-buy .search-detail-box .form-select-item {
/*  width: 310px;*/
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-detail-box .form-select-item {
/*    width: 200px;*/
  }
}
#page-rent-buy .search-detail-box .form-check-wrapper .icon {
  margin: 0 10px;
}
#page-rent-buy .search-detail-box .form-check-item {
  float: left;
  width: 250px;
  padding: 5px 0;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-detail-box .form-check-item {
    font-size: 12px;
  }
}
#page-rent-buy .search-control-box {
  background: #4C4C4C;
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box {
    margin: 0 0 50px;
    width: 100%;
  }
}
#page-rent-buy .search-control-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
/*
      justify-content: space-between;
*/
justify-content:space-around;
          -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box__body {
    display: block;
    text-align: center;
    padding: 20px;
  }
}
#page-rent-buy .search-control-box__body a {
  color: inherit;
}
#page-rent-buy .search-control-box .control-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-primary {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-primary .control-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#page-rent-buy .search-control-box .control-primary .control-item:nth-child(1) {
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-primary .control-item:nth-child(1) {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-primary .control-item button {
    margin: auto;
  }
}
#page-rent-buy .search-control-box .control-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-secondary {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-secondary .control-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#page-rent-buy .search-control-box .control-secondary .control-item:nth-child(1) {
  text-align: right;
  padding: 0 40px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-secondary .control-item:nth-child(1) {
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-secondary button {
    margin: 20px auto 0;
  }
}
/*
#page-rent-buy .search-control-box .control-item {
  width: 310px;
}
*/
#page-rent-buy .search-control-box .control-item.control-item1 {
  width: auto;
}
#page-rent-buy .search-control-box .control-item.control-item2 {
  width: 310px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-item.control-item1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-control-box .control-item.control-item2 {
    width:auto;
  }
}
#page-rent-buy .search-control-box .number-count {
  font-size: 26px;
  font-weight: bold;
}
#page-rent-buy .search-result-box {
  color: #000;
  margin-bottom: 120px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box {
    margin-bottom: 60px;
  }
}
#page-rent-buy .search-result-box__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box__header {
    margin-bottom: 25px;
  }
}
#page-rent-buy .search-result-box__header .header-title {
  text-align: center;
}
#page-rent-buy .search-result-box__header .header-title__sub {
  font-size: 18px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  letter-spacing: 0.2em;
  color: #5C3A93;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box__header .header-title__sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#page-rent-buy .search-result-box__header .header-title__main {
  font-size: 32px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box__header .header-title__main {
    font-size: 20px;
  }
}
#page-rent-buy .search-result-box .result-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card-wrapper {
    margin-bottom: 45px;
  }
}
#page-rent-buy .search-result-box .result-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
  margin: 0 1% 40px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 20px;
    padding: 10px;
  }
}
#page-rent-buy .search-result-box .result-card__header {
  padding-bottom: 20px;
  border-bottom: solid 1px #C7C7C7;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card__header {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
#page-rent-buy .search-result-box .result-card .card-badge {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  width: 120px;
  text-align: center;
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card .card-badge {
    font-size: 10px;
    width: 80px;
  }
}
#page-rent-buy .search-result-box .result-card .card-badge.type-1 {
  background: #3E67B2;
}
#page-rent-buy .search-result-box .result-card .card-badge.type-2 {
  background: #E09F25;
}
#page-rent-buy .search-result-box .result-card .card-badge.type-3 {
  background: #89B65E;
}
#page-rent-buy .search-result-box .result-card .card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card .card-title {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
#page-rent-buy .search-result-box .result-card .card-price {
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card .card-price {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
#page-rent-buy .search-result-box .result-card .card-price .price {
  color: #f00;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card .card-price .price {
    font-size: 18px;
  }
}
#page-rent-buy .search-result-box .result-card .card-other {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-result-box .result-card .card-other {
    font-size: 10px;
  }
}
#page-rent-buy .search-result-box .result-card__overlayWrap {
  position: relative;
}
#page-rent-buy .search-result-box .result-card__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
}
.result-card__overlaytext {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 50px;
}
#page-rent-buy .search-result-box .result-button {
  text-align: center;
}
#page-rent-buy .search-result-box .result-button .btn-search {
  width: 369px;
}
#page-rent-buy .search-tab-mini {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini {
    margin-bottom: 25px;
  }
}
#page-rent-buy .search-tab-mini__header {
  background: #eee;
  max-width: 480px;
  padding: 7px;
}
#page-rent-buy .search-tab-mini .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-rent-buy .search-tab-mini .tab.column-2 .tab-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#page-rent-buy .search-tab-mini .tab .tab-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab .tab-item {
    font-size: 12px;
    padding: 10px 4px;
  }
}
#page-rent-buy .search-tab-mini .tab .tab-item:hover, #page-rent-buy .search-tab-mini .tab .tab-item.selected {
  color: #fff;
  background: #5C3A93;
  border-radius: 5px;
}
#page-rent-buy .search-tab-mini .tab-content {
  padding: 40px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab-content {
    padding: 20px;
  }
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item {
  display: none;
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab-content .tab-content-item.show {
    display: block;
  }
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .content-primary {
  width: 380px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab-content .tab-content-item .content-primary {
    width: auto;
  }
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .content-secondary {
  width: 680px;
  padding: 20px 40px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab-content .tab-content-item .content-secondary {
    width: auto;
    padding: 40px 0 0;
  }
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .button:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .button .icon {
  margin-right: 5px;
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .button .icon img {
  max-width: 30px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab-content .tab-content-item .button .icon img {
    max-width: 15px;
  }
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .keyword-search__header {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab-content .tab-content-item .keyword-search__header {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .keyword-search__header .icon {
  margin-right: 5px;
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .keyword-search__header .icon img {
  max-width: 30px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .search-tab-mini .tab-content .tab-content-item .keyword-search__header .icon img {
    max-width: 15px;
  }
}
#page-rent-buy .search-tab-mini .tab-content .tab-content-item .keyword-search__body .search-box input[type=text] {
  width: 100%;
}
#page-result .select-area-box_md,
#page-rent-buy .select-area-box {
  color: #000;
}

#page-result .select-area-box_md{
  background-color: #fff;
  width: 90%;
  padding: 30px 50px;
  margin: 20px auto;
}
#page-result .modal-close{
  text-align: right;
}
#page-result .select-area-box_md .select-area-box__header,
#page-rent-buy .select-area-box__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .select-area-box__header,
  #page-rent-buy .select-area-box__header {
    margin-bottom: 25px;
  }
}
#page-result .select-area-box_md .select-area-box__header .header-title__sub,
#page-rent-buy .select-area-box__header .header-title__sub {
  font-size: 18px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  letter-spacing: 0.2em;
  color: #5C3A93;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .select-area-box__header .header-title__sub,
  #page-rent-buy .select-area-box__header .header-title__sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#page-result .select-area-box_md .select-area-box__header .header-title__main,
#page-rent-buy .select-area-box__header .header-title__main {
  font-size: 32px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .select-area-box__header .header-title__main,
  #page-rent-buy .select-area-box__header .header-title__main {
    font-size: 20px;
  }
}
#page-result .select-area-box_md .select-area-box__body .form-check-wrapper,
#page-rent-buy .select-area-box__body .form-check-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-result .select-area-box_md .select-area-box__body .form-check-wrapper .icon,
#page-rent-buy .select-area-box__body .form-check-wrapper .icon {
  margin: 0 10px;
}
#page-result .select-area-box_md .select-area-box__body .form-check-item,
#page-rent-buy .select-area-box__body .form-check-item {
  width: 300px;
  padding: 10px 0;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .select-area-box__body .form-check-item,
  #page-rent-buy .select-area-box__body .form-check-item {
    font-size: 12px;
  }
}
#page-result .select-area-box_md .select-area-box__body .form-check-item .form-check a ,
#page-rent-buy .select-area-box__body .form-check-item .form-check a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
#page-result .select-area-box_md .area-select-card,
#page-rent-buy .select-area-box .area-select-card {
  padding-bottom: 60px;
  border-bottom: solid 1px #707070;
  margin-bottom: 40px;
}
#page-result .select-area-box_md .area-select-card:not(:last-of-type),
#page-rent-buy .select-area-box .area-select-card:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-select-card:not(:last-of-type),
  #page-rent-buy .select-area-box .area-select-card:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#page-result .select-area-box_md .area-select-card__header,
#page-rent-buy .select-area-box .area-select-card__header {
  margin-bottom: 30px;
}
#page-result .select-area-box_md .area-select-card__header .header-title,
#page-rent-buy .select-area-box .area-select-card__header .header-title {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-size: 22px;
  border-left: solid 5px #D3D3D3;
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-select-card__header .header-title,
  #page-rent-buy .select-area-box .area-select-card__header .header-title {
    font-size: 16px;
  }
}
#page-result .select-area-box_md .area-select-card__body .inside-list,
#page-rent-buy .select-area-box .area-select-card__body .inside-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-result .select-area-box_md .area-select-card__body .inside-list .list-item,
#page-rent-buy .select-area-box .area-select-card__body .inside-list .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
  margin: 1%;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-select-card__body .inside-list .list-item,
  #page-rent-buy .select-area-box .area-select-card__body .inside-list .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
#page-result .select-area-box_md .area-select-card__body .inside-list .list-item a,
#page-rent-buy .select-area-box .area-select-card__body .inside-list .list-item a {
  display: block;
  border: solid 1px #707070;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-select-card__body .inside-list .list-item a,
  #page-rent-buy .select-area-box .area-select-card__body .inside-list .list-item a {
    font-size: 14px;
  }
}
#page-result .select-area-box_md .area-select-card__body .inside-list .list-item a:hover,
#page-rent-buy .select-area-box .area-select-card__body .inside-list .list-item a:hover {
  background: #eee;
}
#page-result .select-area-box_md .list-item button, 
#page-rent-buy .list-item button {
  background-color: transparent;
  width:100%;
  cursor: pointer;
  outline: none;
  appearance: none;
  display: block;
  border: solid 1px #707070;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #000;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .list-item button, 
  #page-rent-buy .list-item button {
    font-size: 14px;
  }
}
#page-result .select-area-box_md .list-item button:hover, 
#page-rent-buy .list-item button:hover {
  background: #eee;
}
#page-result .select-area-box_md .area-single-card, 
#page-rent-buy .select-area-box .area-single-card {
  background: #FAFAF7;
  border-top: solid 5px #B1B1B1;
}
#page-result .select-area-box_md .area-single-card:not(:last-of-type), 
#page-rent-buy .select-area-box .area-single-card:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-single-card:not(:last-of-type), 
  #page-rent-buy .select-area-box .area-single-card:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#page-result .select-area-box_md .area-single-card__header, 
#page-rent-buy .select-area-box .area-single-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
#page-result .select-area-box_md .area-single-card__header .header-title,
#page-rent-buy .select-area-box .area-single-card__header .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 20px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-single-card__header .header-title,
  #page-rent-buy .select-area-box .area-single-card__header .header-title {
    display: block;
    padding: 0 20px 10px;
  }
}
#page-result .select-area-box_md .area-single-card__header .header-title__main, 
#page-rent-buy .select-area-box .area-single-card__header .header-title__main {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-single-card__header .header-title__main,
  #page-rent-buy .select-area-box .area-single-card__header .header-title__main {
    font-size: 14px;
  }
}
#page-result .select-area-box_md .area-single-card__header .header-title__sub, 
#page-rent-buy .select-area-box .area-single-card__header .header-title__sub {
  font-size: 16px;
  font-weight: bold;
  color: #605F5F;
  margin-left: 1em;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-single-card__header .header-title__sub,
  #page-rent-buy .select-area-box .area-single-card__header .header-title__sub {
    margin-top: 1em;
    margin-left: 0;
    font-size: 12px;
  }
}
#page-result .select-area-box_md .area-single-card__body .inside-box, 
#page-rent-buy .select-area-box .area-single-card__body .inside-box {
  background: #fff;
  padding: 0 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-single-card__body .inside-box,
  #page-rent-buy .select-area-box .area-single-card__body .inside-box {
    padding: 0 15px;
  }
}
#page-result .select-area-box_md .area-single-card__body .inside-box:not(:last-of-type), 
#page-rent-buy .select-area-box .area-single-card__body .inside-box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-single-card__body .inside-box:not(:last-of-type),
  #page-rent-buy .select-area-box .area-single-card__body .inside-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-result .select-area-box_md .area-single-card__body .inside-box .form-check-wrapper, 
#page-rent-buy .select-area-box .area-single-card__body .inside-box .form-check-wrapper {
  font-size: 16px;
  font-weight: bold;
  color: #605F5F;
  padding: 50px 40px 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-single-card__body .inside-box .form-check-wrapper,
  #page-rent-buy .select-area-box .area-single-card__body .inside-box .form-check-wrapper {
    font-size: 12px;
    padding: 25px 20px 15px;
  }
}
.select-area-box__body.subssearch {
  margin-bottom: 50px;
}
.select-area-box__body.subssearch .area-single-card__header {
  padding-bottom: 20px;
}
.select-area-box__body.subssearch .area-single-card__header .item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px;
}
.select-area-box__body.subssearch .area-single-card__header .item-list li {
  margin-right: 20px;
  margin-bottom: 10px;
  list-style: none;
}
#page-result .select-area-box_md .area-card, 
#page-rent-buy .select-area-box .area-card {
  background: #FAFAF7;
  border-top: solid 5px #B1B1B1;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card,
  #page-rent-buy .select-area-box .area-card {
    padding: 15px;
  }
}
#page-result .select-area-box_md .area-card:not(:last-of-type), 
#page-rent-buy .select-area-box .area-card:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card:not(:last-of-type), 
  #page-rent-buy .select-area-box .area-card:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#page-result .select-area-box_md .area-card__header, 
#page-rent-buy .select-area-box .area-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-result .select-area-box_md .area-card__header .header-title, 
#page-rent-buy .select-area-box .area-card__header .header-title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__header .header-title,
  #page-rent-buy .select-area-box .area-card__header .header-title {
    font-size: 16px;
  }
}
#page-result .select-area-box_md .area-card__header .icon, 
#page-rent-buy .select-area-box .area-card__header .icon {
  cursor: pointer;
  display: block;
  margin-left: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/pc/rent_icon_plus_2.png") bottom center/100% 100% no-repeat;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__header .icon,
  #page-rent-buy .select-area-box .area-card__header .icon {
    width: 20px;
    height: 20px;
  }
}
#page-result .select-area-box_md .area-card__body,
#page-rent-buy .select-area-box .area-card__body {
  display: none;
  padding-top: 15px;
}
#page-result .select-area-box_md .area-card__body.open, 
#page-rent-buy .select-area-box .area-card__body.open {
  display: block;
}
#page-result .select-area-box_md .area-card__body .inside-box,
#page-rent-buy .select-area-box .area-card__body .inside-box {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__body .inside-box,
  #page-rent-buy .select-area-box .area-card__body .inside-box {
    padding: 15px;
  }
}
#page-result .select-area-box_md .area-card__body .inside-box:not(:last-of-type),
#page-rent-buy .select-area-box .area-card__body .inside-box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__body .inside-box:not(:last-of-type),
  #page-rent-buy .select-area-box .area-card__body .inside-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-result .select-area-box_md .area-card__body .inside-box .inside-title,
#page-rent-buy .select-area-box .area-card__body .inside-box .inside-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 20px;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__body .inside-box .inside-title,
  #page-rent-buy .select-area-box .area-card__body .inside-box .inside-title {
    display: block;
    padding: 0 20px 10px;
  }
}
#page-result .select-area-box_md .area-card__body .inside-box .inside-title__main,
#page-rent-buy .select-area-box .area-card__body .inside-box .inside-title__main {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__body .inside-box .inside-title__main,
  #page-rent-buy .select-area-box .area-card__body .inside-box .inside-title__main {
    font-size: 14px;
  }
}
#page-result .select-area-box_md .area-card__body .inside-box .inside-title__sub,
#page-rent-buy .select-area-box .area-card__body .inside-box .inside-title__sub {
  font-size: 16px;
  font-weight: bold;
  color: #605F5F;
  margin-left: 1em;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__body .inside-box .inside-title__sub,
  #page-rent-buy .select-area-box .area-card__body .inside-box .inside-title__sub {
    margin-top: 1em;
    margin-left: 0;
    font-size: 12px;
  }
}
#page-result .select-area-box_md .area-card__body .inside-box .form-check-wrapper,
#page-rent-buy .select-area-box .area-card__body .inside-box .form-check-wrapper {
  font-size: 16px;
  font-weight: bold;
  color: #605F5F;
  padding: 50px 40px 30px;
}
@media screen and (max-width: 769px) {
  #page-result .select-area-box_md .area-card__body .inside-box .form-check-wrapper,
  #page-rent-buy .select-area-box .area-card__body .inside-box .form-check-wrapper {
    font-size: 12px;
    padding: 25px 20px 15px;
  }
}
#page-rent-buy .rent-footer-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .rent-footer-button-box {
    display: block;
  }
}
#page-rent-buy .rent-footer-button-box .button-item {
  margin: 0 10px;
  width: 320px;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .rent-footer-button-box .button-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

#page-result .mv-under {
  position: relative;
}
#page-result .mv-under .img-max img {
  width: 100%;
}
#page-result .mv-under.bg-rent-1 {
  background: url("../img/pc/rent_img_title_bg_1.png") center center/cover no-repeat;
}
#page-result .mv-under.bg-buy-1 {
  background: url("../img/pc/buy_img_title_bg_1.png") center center/cover no-repeat;
}
#page-result .mv-under.bg-normal {
  background: #FAFAFA;
  height: 216px;
}
@media screen and (max-width: 769px) {
  #page-result .mv-under.bg-normal {
    height: 108px;
  }
}
#page-result .mv-under.bg-normal p,
#page-result .mv-under.bg-normal h1 {
  color: #000;
  max-width: 1120px;
  font-weight: normal;
}
#page-result .breadcrumb {
  margin-bottom: 40px;
}
#page-result .breadcrumb .common-inner {
  max-width: 1120px;
}
#page-result .page-main-content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  #page-result .page-main-content {
    padding: 20px;
  }
}
#page-result .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#page-result .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff url("../img/pc/rent_icon_select.png") right 0.75rem center/10px 5px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-result input[type=submit],
#page-result input[type=button],
#page-result label,
#page-result button,
#page-result select {
  cursor: pointer;
}
#page-result input[type=submit]:hover,
#page-result input[type=button]:hover,
#page-result label:hover,
#page-result button:hover,
#page-result select:hover {
  opacity: 0.8;
}
#page-result input[type=text] {
  font-size: 18px;
  padding: 26px;
  border-radius: 5px;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-result input[type=text] {
    font-size: 14px;
    padding: 14px;
  }
}
#page-result input[type=text]::-webkit-input-placeholder {
  color: #D5D2D2;
}
#page-result input[type=text]::-moz-placeholder {
  color: #D5D2D2;
}
#page-result input[type=text]:-ms-input-placeholder {
  color: #D5D2D2;
}
#page-result input[type=text]::-ms-input-placeholder {
  color: #D5D2D2;
}
#page-result input[type=text]::placeholder {
  color: #D5D2D2;
}
#page-result .form-check-wrapper {
  font-size: 16px;
}
#page-result .form-check-wrapper .icon {
  margin: 0 10px;
}
#page-result .form-check-item {
  padding: 4px 0;
}
@media screen and (max-width: 769px) {
  #page-result .form-check-item {
    font-size: 12px;
  }
}
#page-result .btn-result-1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #000;
  width: 100%;
  max-width: 170px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-result .btn-result-1 {
    font-size: 12px;
  }
}
#page-result .btn-result-1.selected {
  color: #fff;
  background: #5C3A93;
}
#page-result .btn-result-2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-result .btn-result-2 {
    font-size: 12px;
  }
}
#page-result .btn-result-3 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  background: #5C3A93;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-result .btn-result-3 {
    font-size: 12px;
  }
}
#page-result .btn-result-4 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  outline: none;
  font-size: 12px;
  color: #fff;
  background: #E58231;
  padding: 10px 45px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 769px) {
  #page-result .btn-result-4 {
    font-size: 12px;
  }
}
#page-result .result-box {
  color: #000;
  margin-bottom: 100px;
}
#page-result .result-box__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box__header {
    margin-bottom: 25px;
  }
}
#page-result .result-box__header .header-title__sub {
  font-size: 18px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  letter-spacing: 0.2em;
  color: #5C3A93;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box__header .header-title__sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#page-result .result-box__header .header-title__main {
  font-size: 32px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  #page-result .result-box__header .header-title__main {
    font-size: 20px;
  }
}
#page-result .result-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #page-result .result-box__body {
    display: block;
  }
}
#page-result .result-box__body .result-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 366px;
          flex: 0 0 366px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box__body .result-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 40px;
  }
}
#page-result .result-box__body .result-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 769px) {
  #page-result .result-box__body .result-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-result .result-box .widget {
  background: #F9F9F6;
}
#page-result .result-box .widget:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#page-result .result-box .widget__header {
  font-size: 20px;
  background: #F1F0E9;
  padding: 10px 20px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget__header {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#page-result .result-box .widget__header &gt; .icon {
  display: none;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget__header &gt; .icon {
    cursor: pointer;
    display: block;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    background: url("../img/pc/result_icon_plus.png") bottom center/100% 100% no-repeat;
  }
}
#page-result .result-box .widget__header.open &gt; .icon {
  background: url("../img/pc/result_icon_minus.png") bottom center/100% 100% no-repeat;
}
#page-result .result-box .widget__body {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget__body {
    display: none;
    font-size: 14px;
  }
}
#page-result .result-box .widget .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
#page-result .result-box .widget .button-wrapper.column2 .button-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-bottom: 10px;
}
#page-result .result-box .widget .button-wrapper.column2:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: solid 1px #F1F0E9;
}
#page-result .result-box .js-btn-widget-card-accordion {
  cursor: pointer;
}
#page-result .result-box .widget-card {
  padding: 20px;
}
#page-result .result-box .widget-card.bg-2 {
  background: #fff;
  border: solid 1px #F1F0E9;
}
#page-result .result-box .widget-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px;
  padding: 20px;
}
#page-result .result-box .widget-card__header .icon {
  cursor: pointer;
  display: block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/pc/result_icon_plus.png") bottom center/100% 100% no-repeat;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-card__header .icon {
    width: 16px;
    height: 16px;
  }
}
#page-result .result-box .widget-card__header.open .icon {
  background: url("../img/pc/result_icon_minus.png") bottom center/100% 100% no-repeat;
}
#page-result .result-box .widget-card__body {
  display: none;
}
#page-result .result-box .widget-card__body.open {
  display: block;
}
#page-result .result-box .widget-main-box {
  padding: 20px;
}
#page-result .result-box .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-result .result-box .form-inline:not(:last-of-type) {
  margin-bottom: 15px;
}
#page-result .result-box .form-inline__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#page-result .result-box .form-card:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-result .result-box .form-card__header {
  margin-bottom: 10px;
}
#page-result .result-box .form-card .icon {
  display: block;
  text-align: center;
}
#page-result .result-box .widget-control-box {
  background: #7D7D7D;
  padding: 16px 26px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-control-box {
    padding: 10px;
  }
}
#page-result .result-box .widget-control-box__body {
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-control-box__body {
    display: block;
    text-align: center;
  }
}
#page-result .result-box .widget-control-box__body a {
  color: inherit;
}
#page-result .result-box .widget-control-box .control-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-control-box .control-primary {
    display: block;
  }
}
#page-result .result-box .widget-control-box .control-primary .control-item {
  text-align: center;
}
#page-result .result-box .widget-control-box .control-primary .control-item2 {
  margin: 0px auto;
}
#page-result .result-box .widget-control-box .control-primary .control-item2 .btn-result-2{
  text-decoration: underline;
	cursor:pointer;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-control-box .control-primary .control-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#page-result .result-box .widget-control-box .control-primary .control-item:nth-child(2) {
  margin-bottom: 4px;
}
#page-result .result-box .widget-control-box .control-primary .control-item:nth-child(2){
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-control-box .control-primary .control-item button {
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-control-box .control-secondary .control-item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  #page-result .result-box .widget-control-box .control-secondary button {
    margin: 20px auto 0;
  }
}
#page-result .result-box .widget-control-box .number-count {
  font-size: 26px;
  font-weight: bold;
}
#page-result .result-box .result-main {
  margin-top: -60px;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main {
    margin-top: 0;
    padding-left: 0;
  }
}
#page-result .result-box .result-main .search-result-message {
  background: #F9F9F6;
  padding: 40px 20px;
  text-align: center;
}
#page-result .result-box .result-main input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#page-result .result-box .result-main .btn-homepage {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #E58231;
  background: #fff;
  padding: 13px;
  border: solid 1px #E58231;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 235px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .btn-homepage {
    font-size: 12px;
    width: 100%;
  }
}
#page-result .result-box .result-main .btn-favorite-off {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #9D9D9D;
  padding: 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #9D9D9D;
  width: 180px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .btn-favorite-off {
    font-size: 12px;
    width: 100%;
  }
}
#page-result .result-box .result-main .btn-favorite-off .icon {
  margin-right: 10px;
}
#page-result .result-box .result-main .btn-favorite-off .icon img {
  width: 16px;
}
#page-result .result-box .result-main .btn-favorite-on {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #E58231;
  padding: 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #E58231;
  width: 180px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .btn-favorite-on {
    font-size: 12px;
    width: 100%;
  }
}
#page-result .result-box .result-main .btn-favorite-on .icon {
  margin-right: 10px;
}
#page-result .result-box .result-main .btn-favorite-on .icon img {
  width: 16px;
}
#page-result .result-box .result-main .btn-request {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #E58231;
  padding: 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #E58231;
  width: 180px;
}


@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .btn-request {
    font-size: 12px;
    width: 100%;
  }
}
#page-result .result-box .result-main .btn-request .icon {
  margin-right: 10px;
}
#page-result .result-box .result-main .btn-request .icon img {
  width: 16px;
}
#page-result .result-box .result-main .btn-reserve {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #DF5252;
  padding: 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #DF5252;
/*  width: 218px;*/
width: 180px;/*お気に入り未使用時*/
}

#page-result .result-box .result-main .control-item &gt; button,
#page-result .result-box .result-main .control-item &gt; a{
  transition:all 0.3s ease;
}

@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .btn-reserve {
    font-size: 12px;
    width: 100%;
  }
}
#page-result .result-box .result-main .btn-reserve .icon {
  margin-right: 10px;
}
#page-result .result-box .result-main .btn-reserve .icon img {
  width: 16px;
}
#page-result .result-box .result-main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-result .result-box .result-main__header .search-results-no-title {
  font-size: 16px;
  font-weight: bold;
}
#page-result .result-box .result-main__header .search-results-no-title .search-results-no {
  font-size: 20px;
  padding: 0 5px 0 10px;
  color: #FF0000;
}
#page-result .result-box .result-main__header .header-item {
  padding: 6px 10px;
}
#page-result .result-box .result-main__header .header-item.item1 {
  position: relative;
  background: #CED4FF;
}
#page-result .result-box .result-main__header .header-item.item1::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #CED4FF transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#page-result .result-box .result-main__header .header-item.item2 {
  background: #eee;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main__header .header-item.item3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 1rem;
  }
}
#page-result .result-box .result-main__header .header-item.item3 .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main__header .header-item.item3 .select-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#page-result .result-box .result-main__header .header-item.item3 .select-box .box-primary {
  padding-left: 2em;
  font-size: 12px;
}
#page-result .result-box .result-main__header .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-result .result-box .result-main__header .form-item {
  font-size: 12px;
  font-weight: bold;
  color: #5C3A93;
}
#page-result .result-box .result-main__header .form-item:nth-child(1) {
  margin-right: 10px;
}
#page-result .result-box .result-main .result-card {
  position: relative;
  border-top: solid 5px #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#page-result .result-box .result-main .result-card.type-member {
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='10' result='b'/%3E%3CfeMorphology operator='dilate' radius='10'/%3E%3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a");
}
#page-result .result-box .result-main .result-card.type-member::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  #page-result .result-box .result-main .result-card.type-member::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
#page-result .result-box .result-main .result-card__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  background: #F3F2EC;
  padding: 20px 10px;
  text-align: center;
}
#page-result .result-box .result-main .result-card__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background: #FAFAF7;
}
#page-result .result-box .result-main .member-result-card {
  position: relative;
}
#page-result .result-box .result-main .member-result-card .btn-member {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("../img/pc/result_img_member.png") center center/534px auto no-repeat;
}
#page-result .result-box .result-main .card-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .card-item__header {
    display: block;
    padding: 10px;
  }
}
#page-result .result-box .result-main .card-item__body {
  background: #fff;
  padding: 20px;
  border-right: solid 20px #FAFAF7;
  border-bottom: solid 16px #FAFAF7;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .card-item__body {
    padding: 10px;
  }
}
#page-result .result-box .result-main .property-name {
  font-size: 22px;
  margin-right: 25px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-name {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#page-result .result-box .result-main .property-name a {
  color: #5C3A93;
  text-decoration: underline;
}
#page-result .result-box .result-main .property-name a:hover {
  text-decoration: none;
}
#page-result .result-box .result-main .property-badge {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 25px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-badge {
    font-size: 10px;
    padding: 4px 8px;
    margin-right: 10px;
  }
}
#page-result .result-box .result-main .property-badge.type-1 {
  background: #E03B59;
}
#page-result .result-box .result-main .property-badge.type-2 {
  background: #345AA7;
}
#page-result .result-box .result-main .property-badge.type-new {
  background: #67429E;
}
#page-result .result-box .result-main .property-description {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-description {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-result .result-box .result-main .property-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-detail-box {
    display: block;
  }
}
#page-result .result-box .result-main .property-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 238px;
          flex: 0 0 238px;
  margin-right: 15px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-image img {
    width: 100%;
  }
}
#page-result .result-box .result-main .property-table-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-result .result-box .result-main .property-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-table {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-table tbody, #page-result .result-box .result-main .property-table tr {
    display: block;
  }
}
#page-result .result-box .result-main .property-table th, #page-result .result-box .result-main .property-table td {
  font-size: 12px;
  font-weight: normal;
  color: #707070;
  border: solid 1px #E7E7E7;
  padding: 11px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-table th, #page-result .result-box .result-main .property-table td {
    padding: 5px;
    display: block;
  }
}
#page-result .result-box .result-main .property-table th {
  background: #F0F0F0;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-table th {
    border-bottom: none;
  }
}
#page-result .result-box .result-main .property-table .red {
  color: #FF0000;
  font-weight: bold;
}
#page-result .result-box .result-main .property-control-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
/*          justify-content: flex-end;*//*お気に入り使用時*/
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
padding:0px 12px;/*お気に入り未使用時*/
transition: all 0.3s ease 0s;
}
#page-result .result-box .result-main .property-control-box__body a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-control-box__body {
    display: block;
  }
}
#page-result .result-box .result-main .property-control-box__body .control-item {
  margin-right: 13px;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-control-box__body .control-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#page-result .result-box .result-main .property-control-box__body .control-item:nth-child(1) {
/*  margin-right: auto;*/ /*お気に入り使用時*/
}
#page-result .result-box .result-main .property-control-box__body .control-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #page-result .result-box .result-main .property-control-box__body .control-item:last-of-type {
    margin-bottom: 0;
  }
}

#page-detail .detail-contact {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 769px) {
  #page-detail .detail-contact {
    position: relative;
    top: initial;
  }
}
#page-detail .detail-price {
  margin-top: 20px;
}
#page-detail .detail-price .price {
  color: #DF5252;
  font-size: 22px;
}
#page-detail .detail-price .price .small {
  font-size: 18px;
}
#page-detail .detail-price .price .btn-loan-c {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: normal;
  margin-left: 20px;
}
#page-detail .detail-tag {
  margin-top: 20px;
}
#page-detail .detail-tag span {
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background-color: #000;
  margin-right: 10px;
  font-size: 12px;
  padding: 4px 8px;
}
#page-detail .detail-tag span.blue-tag {
/*  background-color: #2E509D;*/
  background: #E03B59;
}
#page-detail .detail-tag span.purple-tag {
  background-color: #5C3A93;
}
@media screen and (max-width: 769px) {
  #page-detail .detail-tag {
    margin-top: 10px;
  }
  #page-detail .detail-tag span {
    margin-right: 5px;
  }
}
#page-detail .recommend-point {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #page-detail .recommend-point {
    margin-top: 20px;
  }
}
#page-detail .recommend-point__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-detail .recommend-point__header {
    margin-bottom: 10px;
  }
}
#page-detail .point-title {
  font-size: 22px;
  font-weight: normal;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
#page-detail .outline-title {
  font-size: 22px;
  font-weight: normal;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-detail .outline-title {
    margin-bottom: 10px;
  }
}
#page-detail .tag-wrapper .point-tag {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #E58231;
  background: #FFDBBE;
  border: solid 1px #E58231;
  padding: 2px 12px;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #page-detail .tag-wrapper {
    margin-top: 10px;
  }
  #page-detail .tag-wrapper span {
    margin-right: 5px;
  }
}
#page-detail .detail-outline {
  margin-top: 40px;
}
#page-detail .point-desc {
  margin-top: 20px;
  font-size: 13px;
}
#page-detail .slider {
  margin-bottom: 5px;
}
#page-detail .detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-detail .detail-flex .main {
  width: 65%;
}
@media screen and (max-width: 769px) {
  #page-detail .detail-flex .main {
    width: 100%;
  }
}
#page-detail .detail-flex .sub {
  width: 32%;
}
@media screen and (max-width: 769px) {
  #page-detail .detail-flex .sub {
    width: 100%;
  }
}
#page-detail .favorite-btn {
  margin-left: 30px;
  background-color: #9D9D9D;
  padding: 5px 15px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#page-detail .favorite-btn img {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  #page-detail .favorite-btn img {
    margin-top: 8px;
  }
}
@media screen and (max-width: 769px) {
  #page-detail .favorite-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
#page-detail .section-title {
  margin-top: 20px;
  font-size: 28px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-detail .section-title {
    font-size: 20px;
  }
}
#page-detail .section-img {
  text-align: center;
  margin: auto;
}
#page-detail .section-subtitle {
  font-size: 28px;
  color: #000;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-detail .section-subtitle {
    font-size: 20px;
  }
}
#page-detail .section-text {
  font-size: 16px;
  line-height: 2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #page-detail .section-text {
    font-size: 14px;
  }
}
#page-detail .mv-bg {
  background-color: #FAFAFA;
}
#page-detail .mv-under {
  position: relative;
}
#page-detail .mv-under p {
  color: #000;
}
#page-detail .mv-under .img-max img {
  width: 100%;
}
#page-detail .table-type1 {
  width: 100%;
  margin-bottom: 40px;
}
#page-detail .table-type1 table, #page-detail .table-type1 tr, #page-detail .table-type1 th, #page-detail .table-type1 td, #page-detail .table-type1 tbody {
  border-collapse: collapse;
  border-spacing: 0;
}
#page-detail .table-type1 tbody {
  border-top: solid 1px #aaa;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#page-detail .table-type1 tr.twice {
  width: 100%;
}
#page-detail .table-type1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 769px) {
  #page-detail .table-type1 tr {
    width: 100%;
  }
}
#page-detail .table-type1 th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  height: 100%;
  width: 80px;
  padding-left: 10px;
  background-color: #efefef;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-detail .table-type1 th {
    width: 32%;
  }
}
#page-detail .table-type1 td {
  width: 70%;
  padding: 8px 5px 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-detail .table-type1 td {
    width: 60%;
  }
}
#page-detail .btn-map {
  margin-left: 20px;
  border-radius: 5px;
  background-color: #5C3A93;
  color: #fff;
  height: 30px;
  font-size: 12px;
  padding: 0px 20px;
  line-height: 30px; 
}
#page-detail .assign-box {
  border: 1px solid #000;
  padding: 20px;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 769px) {
  #page-detail .assign-box {
    padding: 15px;
    margin-bottom: 60px;
  }
}
#page-detail .assigner {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  background: #fff;
  padding: 4px 10px;
  font-weight: normal;
  position: absolute;
  top: -20px;
  z-index: 10;
}
#page-detail .assign-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media screen and (max-width: 769px) {
  #page-detail .assign-flex {
    padding: 0;
  }
}
#page-detail .assign-flex .assign-thumb {
  width: 20%;
}
@media screen and (max-width: 769px) {
  #page-detail .assign-flex .assign-thumb {
    width: 40%;
  }
}
#page-detail .assign-flex .assign-txt {
  width: 78%;
}
@media screen and (max-width: 769px) {
  #page-detail .assign-flex .assign-txt {
    width: 58%;
    font-size: 13px;
  }
}
#page-detail .detail-title {
  background-color: #F1F0E9;
  padding: 4px;
  font-weight: normal;
  font-size: 14px;
}
#page-detail .detail-info {
  padding: 20px;
  background: #F9F9F6;
}
#page-detail .detail-info &gt; *:last-child {
  margin-bottom: 0px !important;
}
#page-detail .detail-info .detail-info-title {
  font-size: 22px;
  color: #666;
  margin: 0 0 20px;
}
#page-detail .detail-info .detail-info-address {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}
#page-detail .detail-info .detail-info-link {
  display: block;
  margin: 5px 0;
  width: 140px;
  background-color: #5C3A93;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
}
#page-detail .detail-info .store-icon {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#page-detail .detail-info .store-icon img {
  margin-right: 5px;
}
#page-detail .detail-info .detail-info-tel {
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 4px;
  margin: 20px auto 15px;
  background: #E9E9E9;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#page-detail .detail-info .store-tel {
  color: #5C3A93;
  font-size: 24px;
  padding: 5px;
  text-align: center;
}
#page-detail .detail-info .store-tel span {
  margin-right: 5px;
}
#page-detail .detail-info .store-time {
  margin-top: 10px;
  font-size: 12px;
  color: #707070;
}
#page-detail .detail-info .detail-info-visit {
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #DF5252;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-bottom: 10px;
}
#page-detail .detail-info .detail-info-contact {
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #E58231;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-bottom: 10px;
}
#page-detail .detail-info .detail-info-favorite {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #E58231;
  background: #fff;
  border: solid 1px #E58231;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-bottom: 10px;
  width: 100%;
}
#page-detail .modal-item {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item {
    max-width: 100%;
  }
}
#page-detail .modal-item .modal-main-content__body {
  padding: 2%;
}
#page-detail .modal-item .modal-main-content__body .simulation-form-content-header {
  margin-bottom: 30px;
}
#page-detail .modal-item .modal-main-content__body .simulation-form-content-header p {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item .modal-main-content__body .simulation-form-content-header p {
    font-size: 13px;
  }
}
#page-detail .modal-item .modal-main-content__body .simulation-form-content-header p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item .modal-main-content__body .simulation-form-content-header p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
#page-detail .modal-item .modal-main-content__body .simulation-form-content-header p.note {
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item .modal-main-content__body .simulation-form-content-header p.note {
    font-size: 10px;
  }
}
#page-detail .modal-item .modal-main-content__body .simulation-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item .modal-main-content__body .simulation-form-content {
    display: block;
  }
}
#page-detail .modal-item .modal-main-content__body .simulation-form-content__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
}
#page-detail .modal-item .modal-main-content__body .simulation-form-content__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
}
#page-detail .modal-item .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#page-detail .modal-item .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff url("../img/pc/rent_icon_select.png") right 0.75rem center/10px 5px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-detail .modal-item input[type=submit],
#page-detail .modal-item input[type=button],
#page-detail .modal-item label,
#page-detail .modal-item button,
#page-detail .modal-item select {
  cursor: pointer;
}
#page-detail .modal-item input[type=submit]:hover,
#page-detail .modal-item input[type=button]:hover,
#page-detail .modal-item label:hover,
#page-detail .modal-item button:hover,
#page-detail .modal-item select:hover {
  opacity: 0.8;
}
#page-detail .modal-item input[type=text] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-detail .modal-item__body {
  position: relative;
  background: #fff;
}
#page-detail .modal-item__body .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#page-detail .modal-item__body .modal-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 40px;
  color: #000;
  background: #FAFAFA;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .modal-title {
    font-size: 20px;
  }
}
#page-detail .modal-item__body .search-detail-box__header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box__header {
    font-size: 18px;
  }
}
#page-detail .modal-item__body .search-detail-box .form-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-detail .modal-item__body .search-detail-box .form-text-wrapper .form-text-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#page-detail .modal-item__body .search-detail-box .form-text-wrapper .unit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 1em;
}
#page-detail .modal-item__body .search-detail-box .form-text-wrapper.type-result .form-text-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-top: 10px;
}
#page-detail .modal-item__body .search-detail-box .form-text-wrapper.type-result .unit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  padding-left: 1em;
}
#page-detail .modal-item__body .search-detail-box .search-table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .search-table {
    display: block;
  }
}
#page-detail .modal-item__body .search-detail-box .search-table__title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .search-table__title {
    font-size: 16px;
  }
}
#page-detail .modal-item__body .search-detail-box .search-table__text {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .search-table tbody {
    display: block;
  }
}
#page-detail .modal-item__body .search-detail-box .search-table tr {
  border-bottom: solid 1px #EAE8E8;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .search-table tr {
    display: block;
  }
}
#page-detail .modal-item__body .search-detail-box .search-table th, #page-detail .modal-item__body .search-detail-box .search-table td {
  color: #333;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .search-table th, #page-detail .modal-item__body .search-detail-box .search-table td {
    padding: 10px;
    display: block;
  }
}
#page-detail .modal-item__body .search-detail-box .search-table th {
  font-size: 20px;
  background: #D1D1D1;
  width: 310px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .search-table th {
    font-size: 12px;
    width: 150px;
    white-space: nowrap;
  }
}
#page-detail .modal-item__body .search-detail-box .search-table td {
  font-size: 16px;
  background: #F9F9F6;
}
#page-detail .modal-item__body .search-detail-box .search-table .icon img {
  width: 30px;
}
#page-detail .modal-item__body .search-detail-box .search-table.border-result {
  border: solid 4px #CAC6B5;
}
#page-detail .modal-item__body .search-detail-box .form-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .form-select-wrapper {
    display: block;
  }
}
#page-detail .modal-item__body .search-detail-box .form-select-wrapper .icon {
  margin: 0 10px;
}
#page-detail .modal-item__body .search-detail-box .form-select-item {
  width: 310px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .form-select-item {
    width: 200px;
  }
}
#page-detail .modal-item__body .search-detail-box .form-check-wrapper .icon {
  margin: 0 10px;
}
#page-detail .modal-item__body .search-detail-box .form-check-item {
  float: left;
  width: 250px;
  padding: 5px 0;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .search-detail-box .form-check-item {
    font-size: 12px;
  }
}
#page-detail .modal-item__body .simulation-footer-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 240px;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .simulation-footer-button-box {
    padding: 30px 0;
    margin-bottom: 0;
  }
}
#page-detail .modal-item__body .simulation-footer-button-box .button-item {
  margin: 0 10px;
  width: 49%;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .simulation-footer-button-box .button-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-detail .modal-item__body .simulation-footer-button-box .btn-calculate {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  background: #5C3A93;
  padding: 14px;
  border-radius: 5px;
  border: solid 1px #5C3A93;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .simulation-footer-button-box .btn-calculate {
    font-size: 12px;
  }
}
#page-detail .modal-item__body .simulation-footer-button-box .btn-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #5C3A93;
  background: #fff;
  padding: 14px;
  border-radius: 5px;
  border: solid 1px #5C3A93;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #page-detail .modal-item__body .simulation-footer-button-box .btn-reset {
    font-size: 12px;
  }
}

#page-myapa .myapa-h2 {
  font-size: 32px;
  font-weight: normal;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-h2 {
    font-size: 20px;
  }
}
#page-myapa .myapa-h3 {
  font-size: 26px;
  font-weight: normal;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-h3 {
    font-size: 18px;
  }
}
#page-myapa .myapa-h3.has-border {
  border-left: solid 6px #5C3A93;
  padding-left: 10px;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-h3.has-border {
    border-left: solid 3px #5C3A93;
  }
}
#page-myapa .myapa-text {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
#page-myapa .text-center {
  text-align: center;
}
#page-myapa .color-purple {
  color: #5C3A93;
}
#page-myapa .color-gray {
  color: #7E7E7E;
}
#page-myapa .underline {
  text-decoration: underline;
}
#page-myapa .mv-under {
  position: relative;
}
#page-myapa .mv-under .img-max img {
  width: 100%;
}
#page-myapa .mv-under.bg-rent-1 {
  background: url("../img/pc/rent_img_title_bg_1.png") center center/cover no-repeat;
}
#page-myapa .mv-under.bg-buy-1 {
  background: url("../img/pc/buy_img_title_bg_1.png") center center/cover no-repeat;
}
#page-myapa .mv-under.bg-normal {
  background: #FAFAFA;
  height: 216px;
}
@media screen and (max-width: 769px) {
  #page-myapa .mv-under.bg-normal {
    height: 108px;
  }
}
#page-myapa .mv-under.bg-normal p,
#page-myapa .mv-under.bg-normal h1 {
  color: #000;
  max-width: 1120px;
  font-weight: normal;
}
#page-myapa .breadcrumb {
  margin-bottom: 40px;
}
#page-myapa .breadcrumb .common-inner {
  max-width: 1120px;
}
#page-myapa .btn_look {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 60px;
}
#page-myapa .btn_look img {
  vertical-align: top;
}
#page-myapa .page-main-content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  #page-myapa .page-main-content {
    padding: 20px;
  }
}
#page-myapa .required {
  color: #f00;
  margin-left: 1em;
}
#page-myapa .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#page-myapa .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff url("../img/pc/rent_icon_select.png") right 0.75rem center/10px 5px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-myapa input[type=submit],
#page-myapa input[type=button],
#page-myapa label,
#page-myapa button,
#page-myapa select {
  cursor: pointer;
}
#page-myapa input[type=submit]:hover,
#page-myapa input[type=button]:hover,
#page-myapa label:hover,
#page-myapa button:hover,
#page-myapa select:hover {
  opacity: 0.8;
}
#page-myapa input[type=password],
#page-myapa input[type=text],
#page-myapa input[type=date] {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page-myapa input[type=password]::-webkit-input-placeholder,
#page-myapa input[type=text]::-webkit-input-placeholder,
#page-myapa input[type=date]::-webkit-input-placeholder {
  color: #D5D2D2;
}
#page-myapa input[type=date]{
  cursor: pointer;
}
#page-myapa input[type=password]::-moz-placeholder,
#page-myapa input[type=text]::-moz-placeholder,
#page-myapa input[type=date]::-moz-input-placeholder {
  color: #D5D2D2;
}
#page-myapa input[type=password]::-ms-placeholder,
#page-myapa input[type=text]:-ms-input-placeholder,
#page-myapa input[type=date]:-ms-input-placeholder {
  color: #D5D2D2;
}
#page-myapa input[type=password]::-ms-input-placeholder,
#page-myapa input[type=text]::-ms-input-placeholder,
#page-myapa input[type=date]::-ms-input-placeholder {
  color: #D5D2D2;
}
#page-myapa input[type=password]::placeholder,
#page-myapa input[type=text]::placeholder,
#page-myapa input[type=date]::placeholder {
  color: #D5D2D2;
}

#page-myapa .form-textarea {
  font-size: 18px;
  padding: 26px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-myapa .form-textarea {
    font-size: 14px;
    padding: 14px;
  }
}
#page-myapa .form-textarea::-webkit-input-placeholder {
  color: #D5D2D2;
}
#page-myapa .form-textarea::-moz-placeholder {
  color: #D5D2D2;
}
#page-myapa .form-textarea:-ms-input-placeholder {
  color: #D5D2D2;
}
#page-myapa .form-textarea::-ms-input-placeholder {
  color: #D5D2D2;
}
#page-myapa .form-textarea::placeholder {
  color: #D5D2D2;
}
#page-myapa .btn-myapa-1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #5C3A93;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  padding: 23px;
  border: solid 1px #5C3A93;
  border-radius: 5px;
  width: 576px;
  margin: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 769px) {
  #page-myapa .btn-myapa-1 {
    font-size: 14px;
    width: 100%;
  }
}
#page-myapa .btn-myapa-1:hover {
  background: rgba(92, 58, 147, 0.1);
}
#page-myapa .btn-myapa-1.w-full {
  width: 100%;
}
#page-myapa .btn-myapa-2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #626262;
  background: #DDDDDD;
  padding: 23px;
  border: solid 1px transparent;
  border-radius: 5px;
  width: 576px;
  margin: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 769px) {
  #page-myapa .btn-myapa-2 {
    font-size: 14px;
    width: 100%;
  }
}
#page-myapa .btn-myapa-2:hover {
  background: #ccc;
}
#page-myapa .btn-myapa-3 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  background: #5C3A93;
  padding: 23px;
  border: solid 1px transparent;
  border-radius: 5px;
  width: 576px;
  margin: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 769px) {
  #page-myapa .btn-myapa-3 {
    font-size: 14px;
    width: 100%;
  }
}
#page-myapa .btn-myapa-3:hover {
  opacity: 0.8;
}
#page-myapa .myapa-header {
  font-size: 32px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  text-align: center;
}
#page-myapa .myapa-header.left {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-header {
    font-size: 20px;
  }
}
#page-myapa .finish-box {
  padding: 100px 20px 200px;
  text-align: center;
  max-width: 890px;
  margin: auto;
}
#page-myapa .ma-box {
  padding: 20px 20px 200px;
  text-align:;
  max-width: 890px;
  margin: auto;
}

@media screen and (max-width: 769px) {
  #page-myapa .finish-box {
    padding: 100px 20px;
  }
  #page-myapa .ma-box {
    padding: 20px 20px 100px;
  }
}
#page-myapa .finish-box.type-left {
  text-align: left;
}
#page-myapa .members-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  #page-myapa .members-about-list {
    display: block;
  }
}
#page-myapa .members-about-list .members-about-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-bottom: 50px;
}
#page-myapa .members-about-list .members-about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-myapa .members-about-list .members-about-card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 769px) {
  #page-myapa .members-about-list .members-about-card__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 38%;
            flex: 0 1 38%;
  }
}
#page-myapa .members-about-list .members-about-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 769px) {
  #page-myapa .members-about-list .members-about-card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}
#page-myapa .members-about-list .members-about-card .image {
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  #page-myapa .members-about-list .members-about-card .image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  #page-myapa .members-about-list .members-about-card .image img {
    width: 100%;
  }
}
#page-myapa .members-about-list .members-about-card .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  #page-myapa .members-about-list .members-about-card .title {
    font-size: 16px;
  }
}
#page-myapa .members-about-list .members-about-card .text {
  font-size: 14px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  #page-myapa .members-about-list .members-about-card .text {
    font-size: 12px;
  }
}
#page-myapa .myapa-form {
  max-width: 838px;
  margin: auto;
}
#page-myapa .myapa-form .form-error {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  color: #FA0808;
  text-align: center;
}
#page-myapa .myapa-form .bg-red {
  background: #FDEEED;
}
#page-myapa .myapa-form .link {
  color: #2E509D;
}
#page-myapa .myapa-form .underline {
  text-decoration: underline;
}
#page-myapa .myapa-form .form-text-note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-form .form-text-note {
    font-size: 12px;
  }
}
#page-myapa .myapa-form .form-check-input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#page-myapa .myapa-form .form-check-wrapper {
  font-size: 16px;
  color: #605F5F;
}
#page-myapa .myapa-table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table {
    display: block;
  }
}
#page-myapa .myapa-table__title {
  text-align: left;
}
#page-myapa .myapa-table__item {
  padding: 20px;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table tbody {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table tr {
    display: block;
  }
}
#page-myapa .myapa-table th, #page-myapa .myapa-table td {
  color: #333;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table th, #page-myapa .myapa-table td {
    display: block;
  }
}
#page-myapa .myapa-table th {
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
  width: 222px;
  padding: 40px 20px;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table th {
    font-weight: bold;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 10px;
  }
}
#page-myapa .myapa-table td {
  font-size: 16px;
  vertical-align: top;
  padding: 20px;
}
#page-myapa .myapa-table td.middle{
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table td {
    padding: 0;
    margin-bottom: 20px;
  }
}
#page-myapa .myapa-table .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table .form-row {
    display: block;
  }
}
#page-myapa .myapa-table .form-row.column-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-myapa .myapa-table .form-row.column-2 .form-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-table .form-row.column-2 .form-col {
    margin-bottom: 10px;
  }
}
#page-myapa .myapa-info-box {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 1px;
  border: solid 1px #E0E0E0;
  padding: 40px 80px;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box {
    padding: 20px;
  }
}
#page-myapa .myapa-info-box .info-table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table {
    display: block;
  }
}
#page-myapa .myapa-info-box .info-table__title {
  text-align: left;
}
#page-myapa .myapa-info-box .info-table__item {
  padding: 20px;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table__item {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table tbody {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table tr {
    display: block;
  }
}
#page-myapa .myapa-info-box .info-table tr.border-b {
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table tr.border-b {
    margin-bottom: 10px;
  }
}
#page-myapa .myapa-info-box .info-table th, #page-myapa .myapa-info-box .info-table td {
  color: #333;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table th, #page-myapa .myapa-info-box .info-table td {
    display: block;
  }
}
#page-myapa .myapa-info-box .info-table th {
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
  width: 222px;
  padding: 40px 20px;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table th {
    font-weight: bold;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 10px;
  }
}
#page-myapa .myapa-info-box .info-table td {
  font-size: 16px;
  vertical-align: top;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  #page-myapa .myapa-info-box .info-table td {
    padding: 0;
    margin-bottom: 10px;
  }
}

/*****/
#page-myapa .ma-box{
}

#page-myapa .ma-box *{
  line-height: 180%;
}
#page-myapa .ma-box .top_text{
  margin: 0px 0px 30px;
}
#page-myapa .ma-box dl{
  margin:0px 0px 30px;
}

#page-myapa .ma-box dl &gt; dt{
  font-weight: bold;
  margin:0px 0px 3px;
}
#page-myapa .ma-box dl &gt; dd ol{
  margin:0px;
  padding:0px;
}
#page-myapa .ma-box dl &gt; dd li{
  list-style: none;
  margin: 5px 0px 5px 48px;
  text-indent: -48px;
}
#page-myapa .ma-box dl &gt; dd li &gt; ol &gt; li{
  margin: 3px 0px 3px 21px;
  text-indent: -19px;
}
#page-myapa .ma-box dl &gt; dd li &gt; ol &gt; li,
#page-myapa .ma-box dl &gt; dd li &gt; ol &gt; li *{
  font-size:14px;
}
#page-myapa .ma-box dl &gt; dd li &gt; ol &gt; li:last-child{
  margin: 3px 0px 5px 21px;
}
#page-myapa .ma-box .underline.link {
  color: #2E509D;
  text-decoration: underline;
}
#page-myapa .ma-box .underline.link:hover {
  text-decoration: none;
}
#page-myapa .ma-box .text_s {
  font-size:90%;
  text-align: right;
}
#page-myapa .ma-box .text_und {
  font-size:90%;
  text-indent: 0px;
}
#page-myapa .ma-box .inq_box {
  line-height: 160%;
}
#page-myapa .ma-box .inq_box+.inq_box {
  margin:40px 0px 0px 0px;
}
#page-myapa .ma-box .inq_box &gt; p {
  margin: 0px 0px 10px;
}
#page-myapa .ma-box .inq_box &gt; div,
#page-myapa .ma-box .inq_box &gt; div &gt; p {
  line-height: 140%;
  margin: 10px 0px;
}
#page-rent-buy .rent-footer-button-box .button-item button.btn-rent-5:disabled,
#page-rent-buy .rent-footer-button-box .button-item button.btn-rent-5[disabled]{
	color: #fff;
	background: #9D9D9D;
	pointer-events:none;
}
#page-result .result-box .result-main .btn-detail{
  color: #E58231;
  background: #fff;
  border: solid 1px #E58231;
}
#page-detail .detail-info-favorite.on,
#page-result .result-box .result-main .btn-detail.on{
  color: #E58231;
  background: #fbede1;
  border: solid 1px #E58231;
}
#page-rent-buy .search-tab-mini .tab button.tab-item {
  background-color: #eee;
}
#page-rent-buy .search-tab-mini .tab button.tab-item {
  background-color: #eee;
}
#page-rent-buy .search-tab-mini .tab button.tab-item:hover,
#page-rent-buy .search-tab-mini .tab button.tab-item {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  opacity: 1;
  padding: 15px;
}
.login_head{
  line-height:120%;
}
.login_head span{
  font-size:82%;
}


#page-result .select-area-box_md .rent-footer-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}
#page-result .select-area-box_md .rent-footer-button-box .button-item {
  margin: 0 10px;
  width: 320px;
}
#page-result .select-area-box_md .btn-rent-5{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
    font-size: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #5C3A93;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  max-width: 320px;
  margin: auto;
}
#page-result .select-area-box_md .btn-rent-5:disabled,
#page-result .select-area-box_md .btn-rent-5[disabled] {
  color: #fff;
  background: #9D9D9D;
  pointer-events: none;
}
#cal-date::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#cal-date::-webkit-clear-button {
  -webkit-appearance: none;
}

#cal-date{
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  position: relative;
  border-width: thin;
  width: 100%;
}
#cal-date::after{
  content:"";
  opacity: 1;
  display: inline-block;
  background: url(images/cul_icon.svg) no-repeat 50% 100%;
  width: 28px;
  height: 28px;
  position:absolute;
  border-width: thin;
  right: 4%;
}
#page-myapa.regist .regist_text_sub{
	text-indent: -1em;
	margin: 0px 0px 50px 1em;
	font-size: 82%;
}
#page-myapa.regist .btn-myapa-3.off{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #626262;
	background: #DDDDDD;
	padding: 23px;
	border: solid 1px transparent;
	border-radius: 5px;
	width: 576px;
	margin: auto;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
cursor:none;
pointer-events: none;	
}
#page-myapa .page-main-content.conf{
  text-align: center;
}
#page-myapa .page-main-content.conf &gt; div{
  font-size: 120%;
  margin: 0px auto 20px;
}
#page-myapa .page-main-content.conf .text-center{
  margin: 80px auto 80px;
}
#page-result .result-box__body {

}
#page-result .page-main-content {
	margin: 100px auto 0px;
}
#page-result .btn-result-4 {
	padding: 10px 30px;
}
#page-result .result-box .result-main__header .header-item {
	padding: 6px 25px;
}
#page-result .result-box .result-main__header .header-item.item3{
  display: block;
  margin-left: auto;
}
#page-result .result-box .result-main__header .header-item.item3 .select-box .box-primary {
  padding-left:0em;
}

@media screen and (max-width: 769px) {
	#page-result .page-main-content {
    margin:-20px auto 0px;
    padding:0px 20px 20px;
	}
	#page-result .result-box .result-box__body {
/*		margin:-10px 0px 0px;*/
	}
  #page-result .result-box .widget__header {
	  margin-bottom: 0px;
    cursor: pointer !important;
  }
  #page-result .result-box .result-main__header .header-item {
    padding: 6px 10px !important;
  }
  #page-result .result-box .result-main__header .header-item.item3{
   flex: 0 1 auto;
  }
}
#page-result .property-badge{
  white-space: nowrap;
}

/*******************************************/
#page-rent-buy .card-image{
  position: relative;
  height:35vh;
}
#page-rent-buy .card-image &gt; img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media screen and (max-width: 769px) {
  #page-rent-buy .card-image{
    height:30vh;
  }
}
/*******************************************/


#page-detail .slider,
.slider.slick-initialized.slick-slider{
  margin: 0px;
  padding:0px;
  line-height:0px;
}
#page-detail .slider_box{
  padding: 5px;
  border: 3px solid #eee;
  margin-bottom:10px;
}
#page-detail .slider_box a.slick-img.sli_pop{
  display: block !important;
}
#page-detail .slider_box a.slick-img.sli_pop &gt; img{
 margin: 0px auto;
 max-width:714px;
 max-height:400px;
 width: 100%;
 height: 96%;
 object-fit: scale-down;
}
@media screen and (max-width: 769px) {
  #page-detail .slider_box{
    position: relative;
    height:40vh;
  }
  #page-detail .slider_box *{
    height:40vh;
  }
  #page-detail .slider_box a.slick-img.sli_pop{
    max-width: 100%;
    max-height: 100%;
  }
  #page-detail .slider_box a.slick-img.sli_pop &gt; img{
    max-width: inherit;
    max-height: 91%;
    object-fit: scale-down;
  }
}

/*************************/
#page-detail .thumb-img{
  position: relative;
  padding:2px;
  max-width: 92px;
  max-height: 60px;
  border: 1px solid #ddd;
}
#page-detail .thumb-img &gt; img{
  max-width: 88px;
  max-height:54px;
  margin: 0px auto;
  object-fit: scale-down;
}
/*************************
#page-detail .thumb-img &gt; img.hhh{
  max-width:none;
  height:100%;
}
#page-detail .thumb-img &gt; img.www{
  width:100%;
  max-height:none;
}
*/

#page-detail .thumb-img &gt; img{
  display: block;
}
#primary.content-area.small-12.columns article+hr{
  visibility:hidden;
	margin:0px auto 120px;
}
@media screen and (max-width: 769px) {
  #primary.content-area.small-12.columns article+hr{
    margin:0px auto 60px;
  }  
}
#page-rent-buy .center_box{
  text-align: center;
  margin: 0px 0px 120px;
}
#page-rent-buy .center_box a{
  text-decoration: underline;
}
#page-campaign #main article{
  margin:50px 0px;
}



/*fixed360*/
#page-detail .fixed360{
  display: flex;
  flex-wrap: wrap;
}
#page-detail .fixed360 &gt; h3{
  width: 100%;
}
#page-detail .fixed360 &gt; div{
  width: fit-content;
}
#page-detail .fixed360 &gt; div.f360_box{
  margin-top: 16px;
}
#page-detail .fixed360 &gt; div.f360_box &gt; a{
  transition: all 0.3s;
}
#page-detail .fixed360 &gt; div.f360_box &gt; a:hover{
  opacity: 0.85;
}
#page-detail .fixed360 &gt; div.f360_box &gt; a &gt;img{
  width: 160px;
}
@media screen and (max-width: 769px) {
  #page-detail .fixed360 &gt; div.f360_box{
    margin-top: 7px;
  }
}
#page-result .result-box .result-main .property-detail-box{
  margin-top:0px;
}
#page-result .result-box .result-main .property-description{
  padding-top: 10px;
  margin-bottom: 0px;
}
#page-result .f360_box{
  margin: -10px 0px 10px;
}
#page-result .property-description_text{
  margin: 20px 0px 20px;
}
#page-result .result-box .result-main .card-item__body {
  padding-top: 0px;
}
#page-result .f360_box &gt; a{
  transition: all 0.3s;
}
#page-result .f360_box &gt; a:hover{
  opacity: 0.85;
}
#page-result .f360_box &gt; a &gt; img{
  width: 180px
}

/* new tag */
#page-rent-buy .search-result-box .result-card__header{
  position: relative;
}

#page-rent-buy .search-result-box .result-card__header .new_tag{
  position: absolute;
  z-index: 100;
  background-color: #e03b59;
  padding:0px 15px;
  top:0;
  left:0;
}
#page-rent-buy .search-result-box .result-card__header .new_tag &gt; span{
  color: #fff;
  font-weight: bold;
}

.button-box.fix_myapa{
  margin: 0px 0px 0px 0px;
  font-weight: bold;
}
.button-box.fix_myapa2{
  margin: 0px 0px 20px 0px;
}
.button-box.fix_myapa .button-item,
.button-box.fix_myapa2 .button-item{
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.button-box.fix_myapa a,
.button-box.fix_myapa2 a{
  width: auto !important;
  max-width: 838px;
}


/*一時 検索結果：サイドバー：エリア検索*/
#page-result .center_1{
  flex-wrap: wrap;
}
#page-result .center_1 .form-inline__item.center_2{
  margin-top: 20px;
  flex: 0 1 100%;
}
#page-result .center_1 .form-inline__item.center_2{
  margin-top: 20px;
  flex: 0 1 100%;
}
#page-detail .detail-info .detail-info-title &gt; span{
  font-size: 15px;
}
/************************************************/


.tab_fix &gt; div:not(div:first-child){
  display: none;
}

.tab_fix &gt; div.tab_a_on{
  display: block !important;
}

.tab_fix &gt; div:first-child &gt; a.tab_a_on{

}

/************************************************/

.page-main-content .tab_head{
  display: flex;
  justify-content: space-between;
}
.page-main-content .tab_head h2{
  width: 50%;
}
.page-main-content .tab_head h2 &gt; a{
  display: block;
  padding:15px 40px;
  font-size: 26px !important;
  background-color: #e1e1e1;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  pointer-events: auto;
}
.page-main-content .tab_head h2:last-of-type &gt; a{
  border-right: 1px solid #ccc;
}

.page-main-content .tab_head h2 &gt; a.tab_a_on{
  border-bottom: 1px solid #fff;
  background-color: #fff;
  pointer-events: none;
}
.page-main-content .tab_head h2 &gt; a:hover{
  opacity: 0.7;
}
.myapa-info-box.tab_fix{
  padding: 0px 0px 20px 0px !important;
}
.myapa-info-box.tab_fix .menu_box{
  padding: 20px 40px 0px 40px !important;
}

.myapa-info-box.tab_fix .menu_box &gt; *{
  display: flex;
  width: 100%;
}
.myapa-info-box.tab_fix .menu_box &gt; ul.box_ct{
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.myapa-info-box.tab_fix .menu_box &gt; div{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.myapa-info-box.tab_fix .menu_box &gt; ul &gt; li{
  margin-bottom: 10px;
  margin-right: 30px;
}
.myapa-info-box.tab_fix .menu_box &gt; ul &gt; li:last-child{
  margin-right: 0px;
}






.myapa-info-box.tab_fix .select-box {
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.myapa-info-box.tab_fix .box_ct_sub{
  display: flex;
  justify-content: space-between;
}
.myapa-info-box.tab_fix .box_ct_sub &gt; div{
  margin-top: 5px;
}
.myapa-info-box.tab_fix .box_ct_sub &gt; div &gt; *{
  padding-bottom: 20px;
}
.myapa-info-box.tab_fix .box_ct_sub label{
  font-size: 20px;
  margin-right: 30px;
}

.myapa-info-box.tab_fix .box_ct &gt; *{
  margin-bottom: 20px;
}




.myapa-info-box.tab_fix{
  padding: 0px 0px 0px 0px !important;
}
.myapa-info-box.tab_fix .tab_box{
/*  padding:0px 40px 20px;*/
  max-width: 1030px;
  margin: 0px auto 50px;
}
.myapa-info-box.tab_fix .tab_box .result-card{
    margin: 30px auto;
}  
.myapa-info-box.tab_fix .tab_box img{
  width: 100%;
}

.myapa-info-box.tab_fix .btn_head {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
    font-size: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #000;
  width: 100%;
  margin: auto;
}

.myapa-info-box.tab_fix .btn_head.tab_b_on{
  color: #fff;
  background: #5C3A93;
  pointer-events: none;
}

.tab_fix dl.tab_box &gt; dd{
  display: none;
}
.tab_fix dl.tab_box &gt; dd.tab_b_on{
  display: block;
}
.box_ct_sub &gt; div{
  display: none;
}
.box_ct_sub &gt; div.tab_b_on{
  display: block;
}
#page-myapa .myapa-info-box.tab_a_on{
  border-top: solid 0px #E0E0E0;
  padding:20px 80px 0px;
}
#page-myapa .myapa-info-box.tab_a_on &gt; div{
  margin: 100px 0px;
}
#page-myapa .myapa-info-box.tab_a_on &gt; div:first-child{
  margin: 0px 0px 100px;
}
#page-myapa .myapa-info-box.tab_a_on &gt; div:last-child{
  margin: 100px 0px 80px;
}
#page-myapa .myapa-info-box.tab_a_on &gt; div &gt; *{
  margin: 30px 0px;
}
#page-myapa .myapa-info-box.tab_a_on &gt; div:last-child &gt; .button-box &gt; div{
  margin: 30px 0px;
}

.result-box .result-main .property-name a:hover {
  text-decoration: none;
}
.result-box .result-main .property-name a {
  color: #5C3A93;
  text-decoration: underline;
}
/*****************************************************************/

#myapa_index .result-card {
  position: relative;
  border-top: solid 5px #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: flex;*/
  margin-bottom: 80px;
}
#myapa_index .result-card:last-child {
  margin-bottom: 40px;
}
#myapa_index .property-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 238px;
  flex: 0 0 238px;
  margin-right: 15px;
}
#myapa_index .result-card__secondary {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  background: #FAFAF7;
  width: 100%;
}
#myapa_index .card-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}
#myapa_index .property-name {
  font-size: 22px;
  margin-right: 25px;
}
#myapa_index .property-name a {
  color: #5C3A93;
  text-decoration: underline;
}
#myapa_index .property-name a:hover {
  text-decoration: none;
}
#myapa_index .property-badge.type-1 {
  background: #E03B59;
  white-space: nowrap;
}
#myapa_index .property-badge {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 25px;
  border-radius: 10px;
}
#myapa_index .card-item__body {
  background: #fff;
  padding: 20px;
    padding-top: 0px;
  border-right: solid 20px #FAFAF7;
  border-left: solid 20px #FAFAF7;
  border-bottom: solid 16px #FAFAF7;
}

#myapa_index .property-description {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.8;
}
#myapa_index .f360_box {
  margin: 10px 0px 10px;
}

#myapa_index .f360_box &gt; a &gt; img {
  width: 180px;
}
#myapa_index .property-detail-box {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
#myapa_index .property-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin-right: 15px;
}
#myapa_index .property-table-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
#myapa_index .property-table {
  border-collapse: collapse;
  width: 100%;
}
#myapa_index .property-table th,
#myapa_index .property-table td {
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  border: solid 1px #E7E7E7;
  padding: 11px;
}
#myapa_index .property-table th {
  background: #F0F0F0;
}
#myapa_index .property-control-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px;
  transition: all 0.3s ease 0s;
}
#myapa_index .btn-request,
#myapa_index .btn-reserve{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
    font-size: inherit;
    line-height: inherit;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #E58231;
  padding: 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #E58231;
  width: 200px;
  margin: 0px 20px;
}

#myapa_index .btn-reserve{
  background: #DF5252;
  border: solid 1px #DF5252;
}
#myapa_index .property-control-box__body a:hover {
  opacity: 0.7;
}
#myapa_index .control-item &gt; button,
#myapa_index .control-item &gt; a {
  transition: all 0.3s ease;
}
#myapa_index .btn-detail {
  color: #E58231;
  background: #fff;
  border: solid 1px #E58231;
}
#myapa_index .btn-lift {
  color: #E58231;
  background: #fbede1;
  border: solid 1px #E58231;
}
#myapa_index .result-card_del{
  text-align: right;
  padding:20px 30px 0px;
}
#myapa_index .result-card_del img{
  width: 25px;
  height: 25px;
}
#myapa_index .no_item{
  text-align: center;
  padding: 50px 0px;
  font-size: 24px;
}
@media screen and (max-width: 1000px){
  #myapa_index .property-control-box__body a{
    width: 170px;
    margin: 0px 10px;
  }
  #myapa_index .btn-request,
  #myapa_index .btn-reserve{
    font-size: 16px;
  }
}
@media screen and (max-width: 860px){
  #myapa_index .property-control-box__body a{
    width: 150px;
  }
  #myapa_index .btn-request,
  #myapa_index .btn-reserve{
    font-size: 16px;
  }
}

@media screen and (max-width: 769px){
  #page-myapa .myapa-info-box.tab_a_on{
    padding:10px 20px;
  }  
  #page-myapa .myapa-info-box.tab_a_on{
    padding:10px 20px;
  }
  #page-myapa .myapa-info-box.tab_a_on &gt; div:last-child {
    margin: 100px 0px 20px;
  }
  .page-main-content .tab_head h2 &gt; a{
    font-size: 18px !important;
    padding:12px 20px;
  }
  .myapa-info-box.tab_fix .menu_box &gt; ul &gt; li{
    margin-right: 0px;
    width: 100%;
  }
  .myapa-info-box.tab_fix .menu_box{
    padding: 25px 15px 0px 15px !important;
  }
  .myapa-info-box.tab_fix .box_ct_sub label{
    font-size: 22px;
    margin-right: 0px;
    display: block;
  }
  .myapa-info-box.tab_fix .box_ct_sub &gt; div &gt; * {
    padding-bottom: 10px;
  }
  .myapa-info-box.tab_fix .select-box{
  }
  .myapa-info-box.tab_fix .menu_box &gt; ul.box_ct{
    margin-bottom: 10px;
  }
  .myapa-info-box.tab_fix .menu_box &gt; div &gt; div{
    margin-bottom: 20px;
  }

  .myapa-info-box.tab_fix .control-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #myapa_index .property-detail-box {
    display: block;
  }
  #myapa_index .property-image img{
    width: 100%;
  }
  #myapa_index .property-control-box__body {
    display: block;
    margin: 20px 0px;
  }
  #myapa_index .btn-request,
  #myapa_index .btn-reserve{
    width: 100%;
  }
  #myapa_index .card-item__header {
    display: block;
    padding: 10px 30px;
  }
  #myapa_index .card-item__body {
    padding: 10px;
  }
  #myapa_index .property-image {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #myapa_index .no_item{
    text-align: center;
    padding: 20px 0px 40px;
    font-size: 18px;
  }
  #myapa_index .property-control-box__body a{
    width: 100%;
  }
}


#page-result .fsize06 {
  font-size: 13px !important;
  padding: 15px 10px;
}
@media screen and (max-width: 769px){
  #page-result .fsize06 {
    padding: 10px 10px;
  }
}


.detail-slider-img {
	max-height: 45vh;
	margin-left: auto;
	margin-right: auto;
}
/*****/
#js-toggle-nav_left{
  display: none;
}
.is-sp #js-toggle-nav_left{
  display: block;
  position: absolute;
  z-index: 3;
  top: 3px;
  right: 75px;
  width: 76px;
  height: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
#js-toggle-nav_left &gt; a{
  font-size: 10px;
  line-height: 5px;
}


.cam_ad{
  padding: 0px 20px;
}
.is-sp .cam_ad{
  padding: 40px 0px;
}
.cam_ad &gt; a &gt; img:first-child{
  display: block;
  margin: 0px auto;
  text-align: center;
}
.cam_ad &gt; a &gt; img:last-child{
  display: none;
  margin: 0px auto;
  text-align: center;
}
.is-sp .cam_ad &gt; a &gt; img:first-child{
  display: none;
}
.is-sp .cam_ad &gt; a &gt; img:last-child{
  display: block;
}

.button-box.fix_myapa &gt; span{
  border-left: 4px solid #5C3A93;
  padding-left: 8px;
  font-size: 18px;
}
.is-sp .button-box.fix_myapa{
  margin-top: 60px;
}



/**************************/
@charset "UTF-8";
.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

#page-campaign .ver-220829 .breadcrumb {
  padding: 10px 0;
}
#page-campaign .ver-220829 .cp-bg-1 {
  background: url("/common/img/campaign/220829/bg_1.jpg") top center/100% auto repeat-y;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-bg-1 {
    padding-bottom: 50px;
  }
}
#page-campaign .ver-220829 .cp-bg-2 {
  background: #F0EFE9;
  padding: 100px 0;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-bg-2 {
    padding: 50px 0;
  }
}
#page-campaign .ver-220829 .cp-bg-3 {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-bg-3 {
    padding: 50px 0;
  }
}
#page-campaign .ver-220829 .cp-mv {
  position: relative;
  text-align: center;
}
#page-campaign .ver-220829 .cp-mv .cp-mv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-mv .cp-mv__title {
    padding: 0 20px;
  }
}
#page-campaign .ver-220829 .cp-main {
  color: #141414;
}
#page-campaign .ver-220829 .cp-main .btn-type-1 {
  position: relative;
  display: block;
  color: #fff;
  background: #e64d1b -webkit-gradient(linear, left top, right top, from(#e64d1b), color-stop(44.33%, #d63718), to(#af0111));
  background: #e64d1b linear-gradient(to right, #e64d1b 0%, #d63718 44.33%, #af0111 100%);
  max-width: 564px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .btn-type-1 {
    font-size: 12px;
    padding: 20px;
  }
}
#page-campaign .ver-220829 .cp-main .btn-type-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  background: url("/common/img/campaign/220829/icon_arw.png") center center/100% auto no-repeat;
  width: 16px;
  height: 23px;
}
#page-campaign .ver-220829 .cp-main .btn-type-1:hover {
  background: #e18769;
}
#page-campaign .ver-220829 .cp-main .btn-type-2 {
  position: relative;
  display: block;
  color: #fff;
  background: #B85039;
  width: 386px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 820px) {
  #page-campaign .ver-220829 .cp-main .btn-type-2 {
    width: 100%;
    margin: auto;
    font-size: 12px;
    padding: 20px;
  }
}
#page-campaign .ver-220829 .cp-main .btn-type-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  background: url("/common/img/campaign/220829/icon_arw.png") center center/100% auto no-repeat;
  width: 16px;
  height: 23px;
}
#page-campaign .ver-220829 .cp-main .btn-type-3 {
  position: relative;
  display: block;
  color: #fff;
  background: #5C3A93;
  width: 386px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 820px) {
  #page-campaign .ver-220829 .cp-main .btn-type-3 {
    width: 100%;
    margin: auto;
    font-size: 12px;
    padding: 20px;
  }
}
#page-campaign .ver-220829 .cp-main .btn-type-3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  background: url("/common/img/campaign/220829/icon_arw.png") center center/100% auto no-repeat;
  width: 16px;
  height: 23px;
}
#page-campaign .ver-220829 .cp-main .cp-btn-hover {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#page-campaign .ver-220829 .cp-main .cp-btn-hover:hover {
  opacity: 0.8;
}
#page-campaign .ver-220829 .cp-main .link-underline {
  text-decoration: underline;
}
#page-campaign .ver-220829 .cp-main .link-underline:hover {
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-outline {
    padding: 0 20px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__inner {
  max-width: 1150px;
  margin: auto;
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__title {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__title img {
    width: auto;
    height: 30px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table-wrapper {
    margin-bottom: 30px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table {
  border-collapse: collapse;
  width: 100%;
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table tr:nth-child(odd) {
  background: #F0EFE9;
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table tr:nth-child(even) {
  background: #fff;
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table th, #page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table td {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 10px 15px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table th, #page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table td {
    font-size: 12px;
    padding: 5px 10px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table th {
  min-width: 170px;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-outline .cp-outline__table th {
    min-width: 90px;
  }
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-prize {
    padding: 0 20px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__inner {
  max-width: 1150px;
  margin: auto;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__title {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__title img {
    width: auto;
    height: 30px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list {
  display: -ms-grid;
  display: grid;
  gap: 10px 5px;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
      grid-template: "item-1 item-1 item-1 item-1 item-1 item-1" auto "item-2 item-2 item-2 item-3 item-3 item-3" auto "item-4 item-4 item-4 item-10 item-10 item-10" auto "item-5 item-5 item-6 item-6 item-7 item-7" auto "item-8 item-8 item-8 item-9 item-9 item-9" auto/1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list {
    display: block;
  }
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: item-1;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: item-2;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: item-3;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: item-4;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-10 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: item-10;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-5 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: item-5;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-6 {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: item-6;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-7 {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: item-7;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-8 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: item-8;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-9 {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: item-9;
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .list-item {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .list-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-8 {
  text-align: right;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-8 {
    text-align: center;
  }
}
#page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-9 {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-prize .cp-prize__list .item-9 {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-about {
    padding: 0 20px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__inner {
  max-width: 1150px;
  margin: auto;
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__title {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__title img {
    width: auto;
    height: 30px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__text-1 {
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__text-1 {
    font-size: 14px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list {
  max-width: 900px;
  margin: 0 auto 120px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-rows: auto 10px auto;
  -ms-grid-columns: 1fr 10px 1fr;
      grid-template: "item-1 item-2" auto "item-3 item-4" auto/1fr 1fr;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__list {
    display: block;
    margin-bottom: 60px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: item-1;
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .item-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: item-2;
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .item-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: item-3;
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .item-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: item-4;
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .list-item {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 600;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .list-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .list-item .large {
  font-size: 121%;
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__list .list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 59%;
  left: 0;
  margin-top: -12px;
  background: url("/common/img/campaign/220829/icon_check.png") bottom center/100% 100% no-repeat;
  width: 24px;
  height: 24px;
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__button-list {
    display: block;
  }
}
#page-campaign .ver-220829 .cp-main .cp-about .cp-about__button-list .list-item {
  margin: 0 10px;
}
@media screen and (max-width: 820px) {
  #page-campaign .ver-220829 .cp-main .cp-about .cp-about__button-list .list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
/**********************************************/
#page-campaign .president_message {
  display: none;
}
#page-campaign.is-pc .president_message {
  display: block;
  position: fixed;
  top: 25vw;
  right: 3vw;
  z-index: 100;
}
#page-campaign.is-sp .president_message {
  display: none;
}
body#page-top .president_message2,
body#page-campaign .president_message2 {
  display: none;
}
body#page-top.is-sp .president_message2,
body#page-campaign.is-sp .president_message2 {
  display: block;
  position: fixed;
  bottom: 0px;
  z-index: 200;
  width: 100%;
  margin: 0;
}
body#page-top .president_message2 img,
body#page-campaign .president_message2 img{
  width: 100%;
}
body#page-top .president_message2,
body#page-campaign .president_message2 {
  
}

#page-detail .size-2 .price {
	font-size: 44px;
}

#page-detail .size-2 .price .small {
	font-size: 36px;
}

.g-footer-sitemap .prefecture-list .sitemap-item.wide .item-list {
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.g-footer-sitemap .prefecture-list .sitemap-item.wide .item-list &gt; li {
	-ms-flex: 0 1 7%;
	flex: 0 1 7%;
}
.g-footer-sitemap .prefecture-list .sitemap-item.wide .item-list &gt; li a {
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .g-footer-sitemap .prefecture-list .sitemap-item.wide .item-list &gt; li {
    flex: 0 1 auto;
    margin-right: 12px;
  }
}

.prefecture-list {
	font-size: 12px;
	color: #000;
	margin-bottom: 5em;
}
.prefecture-list .has-subcontent {
	margin-bottom: 0.5em;
}
.prefecture-list ul {
	list-style: none;
	padding-left: 0;
}

.prefecture-list .area-list &gt; li,
.prefecture-list .kanto-list &gt; li {
	margin-top:2em;
}
.prefecture-list .area-list &gt; li a,
.prefecture-list .kanto-list &gt; li a{
  text-decoration: underline;
}

.prefecture-list .kanto-list &gt; li:first-child {
	margin-top:0;
}
</pre></body></html>