@charset "UTF-8";
/* CSS Document */
body {
  color: #707070;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }

a, a img {
  transition: .2s; }

a {
  color: #707070;
  cursor: pointer;
  transition: .25s; }

a:visited {
  color: #707070 !important; }

img {
  backface-visibility: hidden; }

a:hover, a img:hover {
  opacity: 0.7;
  text-decoration: none; }

#re-headerWrap,
#js-clone-nav {
  color: #707070;
  background: #FFF;
  width: 100%;
  min-width: 1160px;
  z-index: 2; }
  @media screen and (max-width: 640px) {
    #re-headerWrap,
    #js-clone-nav {
      min-width: inherit; } }
  #re-headerWrap *,
  #js-clone-nav * {
    box-sizing: border-box; }
  #re-headerWrap .re-mainHeader,
  #js-clone-nav .re-mainHeader {
    max-width: 1180px;
    margin: auto;
    padding: 12px 0;
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      #re-headerWrap .re-mainHeader,
      #js-clone-nav .re-mainHeader {
        width: 96%;
        align-items: baseline;
        display: block; } }
    #re-headerWrap .re-mainHeader .re-menuTrigger,
    #js-clone-nav .re-mainHeader .re-menuTrigger {
      display: none; }
      @media screen and (max-width: 640px) {
        #re-headerWrap .re-mainHeader .re-menuTrigger,
        #js-clone-nav .re-mainHeader .re-menuTrigger {
          display: inline-block;
          width: 32px;
          height: 28px;
          vertical-align: middle;
          cursor: pointer;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 30px;
          margin: auto;
          transform: translateX(0);
          transition: transform .5s; }
          #re-headerWrap .re-mainHeader .re-menuTrigger span,
          #js-clone-nav .re-mainHeader .re-menuTrigger span {
            display: inline-block;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #707070; }
            #re-headerWrap .re-mainHeader .re-menuTrigger span:nth-of-type(1),
            #js-clone-nav .re-mainHeader .re-menuTrigger span:nth-of-type(1) {
              top: 0; }
            #re-headerWrap .re-mainHeader .re-menuTrigger span:nth-of-type(2),
            #js-clone-nav .re-mainHeader .re-menuTrigger span:nth-of-type(2) {
              top: 13px; }
            #re-headerWrap .re-mainHeader .re-menuTrigger span:nth-of-type(3),
            #js-clone-nav .re-mainHeader .re-menuTrigger span:nth-of-type(3) {
              bottom: 0; } }
    #re-headerWrap .re-mainHeader .re-headerlogoBlock,
    #js-clone-nav .re-mainHeader .re-headerlogoBlock {
      width: 277px; }
      @media screen and (max-width: 640px) {
        #re-headerWrap .re-mainHeader .re-headerlogoBlock,
        #js-clone-nav .re-mainHeader .re-headerlogoBlock {
          width: 50%;
          margin: 0 auto; } }
    #re-headerWrap .re-mainHeader .re-headerMenu,
    #js-clone-nav .re-mainHeader .re-headerMenu {
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 640px) {
        #re-headerWrap .re-mainHeader .re-headerMenu,
        #js-clone-nav .re-mainHeader .re-headerMenu {
          box-sizing: border-box;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 16px;
          z-index: 1; } }
      #re-headerWrap .re-mainHeader .re-headerMenu .re-mypageBlock,
      #js-clone-nav .re-mainHeader .re-headerMenu .re-mypageBlock {
        border: 1px solid #BFBFBF;
        border-radius: 4px;
        text-align: center;
        padding: .25em 2em;
        font-size: 1.8rem;
        display: inline-block; }
        @media screen and (max-width: 640px) {
          #re-headerWrap .re-mainHeader .re-headerMenu .re-mypageBlock,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-mypageBlock {
            font-size: 3.6vw;
            width: 32%;
            padding: .25em 0;
            display: none; } }
        #re-headerWrap .re-mainHeader .re-headerMenu .re-mypageBlock .re-mypageName,
        #js-clone-nav .re-mainHeader .re-headerMenu .re-mypageBlock .re-mypageName {
          font-size: .65em;
          display: block; }
        #re-headerWrap .re-mainHeader .re-headerMenu .re-mypageBlock .re-mypageButton,
        #js-clone-nav .re-mainHeader .re-headerMenu .re-mypageBlock .re-mypageButton {
          font-weight: bold; }
      #re-headerWrap .re-mainHeader .re-headerMenu .re-headerGnavi,
      #js-clone-nav .re-mainHeader .re-headerMenu .re-headerGnavi {
        position: relative;
        margin-left: 3em; }
        @media screen and (max-width: 640px) {
          #re-headerWrap .re-mainHeader .re-headerMenu .re-headerGnavi,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-headerGnavi {
            display: none; } }
        #re-headerWrap .re-mainHeader .re-headerMenu .re-headerGnavi ul,
        #js-clone-nav .re-mainHeader .re-headerMenu .re-headerGnavi ul {
          display: flex;
          justify-content: space-between; }
          #re-headerWrap .re-mainHeader .re-headerMenu .re-headerGnavi ul li,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-headerGnavi ul li {
            font-size: 1.8rem;
            font-weight: bold;
            position: relative; }
            #re-headerWrap .re-mainHeader .re-headerMenu .re-headerGnavi ul li:last-of-type,
            #js-clone-nav .re-mainHeader .re-headerMenu .re-headerGnavi ul li:last-of-type {
              margin-right: 0; }
            #re-headerWrap .re-mainHeader .re-headerMenu .re-headerGnavi ul li a,
            #js-clone-nav .re-mainHeader .re-headerMenu .re-headerGnavi ul li a {
              padding: 0 .5em; }
      #re-headerWrap .re-mainHeader .re-headerMenu .re-cartButton,
      #js-clone-nav .re-mainHeader .re-headerMenu .re-cartButton {
        font-size: 1.8rem;
        font-weight: bold;
        margin-left: .5em;
        display: inline-block; }
        @media screen and (max-width: 640px) {
          #re-headerWrap .re-mainHeader .re-headerMenu .re-cartButton,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-cartButton {
            font-size: 3.6vw;
            width: 100%;
            padding: .25em 0;
            border-radius: 4px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; } }
        #re-headerWrap .re-mainHeader .re-headerMenu .re-cartButton a,
        #js-clone-nav .re-mainHeader .re-headerMenu .re-cartButton a {
          padding: 0 .5em;
          position: relative; }
          @media screen and (max-width: 640px) {
            #re-headerWrap .re-mainHeader .re-headerMenu .re-cartButton a .re-cartLabel,
            #js-clone-nav .re-mainHeader .re-headerMenu .re-cartButton a .re-cartLabel {
              display: none; } }
          #re-headerWrap .re-mainHeader .re-headerMenu .re-cartButton a .re-cartIcon,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-cartButton a .re-cartIcon {
            display: inline-block; }
          #re-headerWrap .re-mainHeader .re-headerMenu .re-cartButton a .re-cartNum,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-cartButton a .re-cartNum {
            display: inline-block;
            color: #ED7D31;
            font-size: 2rem;
            font-weight: bold;
            line-height: 1;
            margin: auto;
            width: 33px;
            margin: auto;
            position: absolute;
            bottom: .5em;
            right: .6em; }
            @media screen and (max-width: 640px) {
              #re-headerWrap .re-mainHeader .re-headerMenu .re-cartButton a .re-cartNum,
              #js-clone-nav .re-mainHeader .re-headerMenu .re-cartButton a .re-cartNum {
                font-size: 4vw;
                right: .3em;
                left: 0;
                top: 0; } }
      #re-headerWrap .re-mainHeader .re-headerMenu .re-kaitoriButton,
      #js-clone-nav .re-mainHeader .re-headerMenu .re-kaitoriButton {
        display: inline-block;
        margin-left: .5em; }
        #re-headerWrap .re-mainHeader .re-headerMenu .re-kaitoriButton a,
        #js-clone-nav .re-mainHeader .re-headerMenu .re-kaitoriButton a {
          background: #008AC7;
          border-radius: 4px;
          font-weight: bold;
          padding: .25em .75em;
          font-size: 1.8rem;
          color: #FFF !important; }
          #re-headerWrap .re-mainHeader .re-headerMenu .re-kaitoriButton a span,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-kaitoriButton a span {
            font-size: 75%; }
          #re-headerWrap .re-mainHeader .re-headerMenu .re-kaitoriButton a::after,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-kaitoriButton a::after {
            content: '\f138';
            font-family: 'Font Awesome 5 Free';
            margin-left: .2em; }
        @media screen and (max-width: 640px) {
          #re-headerWrap .re-mainHeader .re-headerMenu .re-kaitoriButton,
          #js-clone-nav .re-mainHeader .re-headerMenu .re-kaitoriButton {
            display: none; } }
    #re-headerWrap .re-mainHeader .re-headerSnavi,
    #js-clone-nav .re-mainHeader .re-headerSnavi {
      position: absolute;
      top: 20px;
      right: 0; }
      @media screen and (max-width: 640px) {
        #re-headerWrap .re-mainHeader .re-headerSnavi,
        #js-clone-nav .re-mainHeader .re-headerSnavi {
          display: none; } }
      #re-headerWrap .re-mainHeader .re-headerSnavi ul,
      #js-clone-nav .re-mainHeader .re-headerSnavi ul {
        display: flex;
        justify-content: flex-end; }
        #re-headerWrap .re-mainHeader .re-headerSnavi ul li,
        #js-clone-nav .re-mainHeader .re-headerSnavi ul li {
          margin-left: 2em; }
  #re-headerWrap .re-searchBlock,
  #js-clone-nav .re-searchBlock {
    background: #43B133;
    width: 100%; }
    @media screen and (max-width: 640px) {
      #re-headerWrap .re-searchBlock,
      #js-clone-nav .re-searchBlock {
        padding: 0 2%; } }
    #re-headerWrap .re-searchBlock .re-searchInner,
    #js-clone-nav .re-searchBlock .re-searchInner {
      margin: auto;
      padding: 12px 0;
      position: relative;
      display: flex;
      justify-content: center; }
      #re-headerWrap .re-searchBlock .re-searchInner select, #re-headerWrap .re-searchBlock .re-searchInner input,
      #js-clone-nav .re-searchBlock .re-searchInner select,
      #js-clone-nav .re-searchBlock .re-searchInner input {
        padding: .5em 1em;
        border-radius: 4px;
        border: none;
        font-size: 1.6rem;
        line-height: 1;
        height: 3em; }
      #re-headerWrap .re-searchBlock .re-searchInner .re-pulldownBlock,
      #js-clone-nav .re-searchBlock .re-searchInner .re-pulldownBlock {
        text-align: left;
        margin-right: 1em; }
        @media screen and (max-width: 640px) {
          #re-headerWrap .re-searchBlock .re-searchInner .re-pulldownBlock,
          #js-clone-nav .re-searchBlock .re-searchInner .re-pulldownBlock {
            margin-right: 2%; } }
      #re-headerWrap .re-searchBlock .re-searchInner .re-searchkeyBlock,
      #js-clone-nav .re-searchBlock .re-searchInner .re-searchkeyBlock {
        position: relative;
        max-width: 683px;
        width: 82.3%; }
        @media screen and (max-width: 640px) {
          #re-headerWrap .re-searchBlock .re-searchInner .re-searchkeyBlock,
          #js-clone-nav .re-searchBlock .re-searchInner .re-searchkeyBlock {
            max-width: inherit;
            width: 100%; } }
        #re-headerWrap .re-searchBlock .re-searchInner .re-searchkeyBlock .re-searchInput,
        #js-clone-nav .re-searchBlock .re-searchInner .re-searchkeyBlock .re-searchInput {
          width: 100%; }
        #re-headerWrap .re-searchBlock .re-searchInner .re-searchkeyBlock .re-searchButton,
        #js-clone-nav .re-searchBlock .re-searchInner .re-searchkeyBlock .re-searchButton {
          position: absolute;
          right: .5em;
          top: 0;
          bottom: 0;
          margin: auto; }
      #re-headerWrap .re-searchBlock .re-searchInner button,
      #js-clone-nav .re-searchBlock .re-searchInner button {
        background: none;
        border: none; }

.re-keywordBlock {
  background: #EDEDED;
  font-size: 1.6rem; }
  @media screen and (max-width: 640px) {
    .re-keywordBlock {
      font-size: 3.6vw; } }
  .re-keywordBlock .re-keywordInner {
    max-width: 1180px;
    margin: auto;
    padding: 12px 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .re-keywordBlock .re-keywordInner {
        display: block;
        overflow: scroll;
        padding: 2% 2%; } }
    .re-keywordBlock .re-keywordInner dl {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .re-keywordBlock .re-keywordInner dl {
          display: flex;
          justify-content: flex-start;
          flex-wrap: nowrap; } }
      @media screen and (max-width: 640px) {
        .re-keywordBlock .re-keywordInner dl dt {
          display: table;
          white-space: nowrap; } }
      .re-keywordBlock .re-keywordInner dl dd {
        margin-right: 1em; }
        @media screen and (max-width: 640px) {
          .re-keywordBlock .re-keywordInner dl dd {
            display: table;
            white-space: nowrap; } }

nav.fs-c-breadcrumb {
  max-width: 1180px;
  font-size: 1.6rem;
  padding: 0 0;
  margin: 0 auto; }
  nav.fs-c-breadcrumb a {
    color: #707070; }
  @media screen and (max-width: 640px) {
    nav.fs-c-breadcrumb {
      overflow: scroll; }
      nav.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
        display: flex;
        flex-wrap: nowrap;
        font-size: 3.6vw; }
        nav.fs-c-breadcrumb ol.fs-c-breadcrumb__list li.fs-c-breadcrumb__listItem {
          display: table;
          white-space: nowrap; } }

div.fs-c-breadcrumb {
  max-width: 1180px;
  font-size: 1.6rem;
  padding: 0 0;
  margin: 0 auto; }
  div.fs-c-breadcrumb a {
    color: #707070; }
  @media screen and (max-width: 640px) {
    div.fs-c-breadcrumb {
      overflow: scroll; }
      div.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
        display: flex;
        flex-wrap: nowrap;
        font-size: 3.6vw; }
        div.fs-c-breadcrumb ol.fs-c-breadcrumb__list li.fs-c-breadcrumb__listItem {
          display: table;
          white-space: nowrap; } }

#re-topHeading {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    #re-topHeading {
      padding: 0 2%;
      font-size: 3.6vw; } }

.re-mainWrap {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #707070;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  padding-top: 24px; }
  @media screen and (max-width: 640px) {
    .re-mainWrap {
      padding: 4% 2%;
      display: block; } }
  .re-mainWrap * {
    box-sizing: border-box; }
  .re-mainWrap a {
    color: #707070 !important;
    cursor: pointer;
    transition: .2s;
    display: block; }
  .re-mainWrap .re-mainLeft {
    max-width: 900px;
    width: 76.27%; }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainLeft {
        max-width: inherit;
        width: 100%; } }
    .re-mainWrap .re-mainLeft h2 {
      font-size: 2.4rem;
      font-weight: bold;
      text-align: left;
      margin-bottom: .5em; }
      @media screen and (max-width: 640px) {
        .re-mainWrap .re-mainLeft h2 {
          font-size: 4.8vw;
          margin-bottom: 4%; } }
    .re-mainWrap .re-mainLeft #re-carouselWrap {
      margin-bottom: 0; }
    .re-mainWrap .re-mainLeft #re-featureWrap {
      margin-bottom: 4%;
      text-align: right;
      font-size: 1.6rem; }
      @media screen and (max-width: 640px) {
        .re-mainWrap .re-mainLeft #re-featureWrap {
          font-size: 3.6vw; } }
      .re-mainWrap .re-mainLeft #re-featureWrap a::before {
        content: '>';
        margin-right: .5em;
        display: inline-block; }
    .re-mainWrap .re-mainLeft section {
      margin-bottom: 3em; }
    .re-mainWrap .re-mainLeft #re-sellspWrap .re-sectionTitle, .re-mainWrap .re-mainLeft #re-selltlWrap .re-sectionTitle, .re-mainWrap .re-mainLeft #re-sellacWrap .re-sectionTitle, .re-mainWrap .re-mainLeft #re-sellgdWrap .re-sectionTitle {
      display: flex;
      padding-bottom: .8em;
      margin-bottom: .8em;
      border-bottom: 1px solid #707070;
      align-items: center; }
      .re-mainWrap .re-mainLeft #re-sellspWrap .re-sectionTitle h2, .re-mainWrap .re-mainLeft #re-selltlWrap .re-sectionTitle h2, .re-mainWrap .re-mainLeft #re-sellacWrap .re-sectionTitle h2, .re-mainWrap .re-mainLeft #re-sellgdWrap .re-sectionTitle h2 {
        line-height: 1;
        padding: 0;
        margin: 0 .5em 0 0; }
      .re-mainWrap .re-mainLeft #re-sellspWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-selltlWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-sellacWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-sellgdWrap .re-sectionTitle ul li.re-tagPopular {
        background: #6BC1E4;
        padding: .5em 1.5em;
        border-radius: 4px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        color: #FFF;
        display: inline-block; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-sellspWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-selltlWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-sellacWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-sellgdWrap .re-sectionTitle ul li.re-tagPopular {
            padding: .25em 1em;
            font-size: 2.8vw; } }
      .re-mainWrap .re-mainLeft #re-sellspWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-selltlWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-sellacWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-sellgdWrap .re-sectionTitle ul li.re-tagReccomend {
        background: #F35B9B;
        padding: .5em 1.5em;
        border-radius: 4px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        color: #FFF;
        display: inline-block; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-sellspWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-selltlWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-sellacWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-sellgdWrap .re-sectionTitle ul li.re-tagReccomend {
            padding: .25em 1em;
            font-size: 2.8vw; } }
    .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel {
      position: relative; }
      .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev {
        position: absolute;
        left: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5); }
      .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next {
        position: absolute;
        right: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5); }
      .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem {
        max-width: 210px;
        width: 23.33%;
        border: none;
        padding: 0; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem {
            max-width: 46vw; } }
        .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName {
          padding: 0 5%;
          margin-bottom: 5%; }
          .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy {
            text-align: left;
            font-size: 1rem;
            font-weight: normal; }
          .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
            font-size: 1.2rem;
            font-weight: bold; }
            @media screen and (max-width: 640px) {
              .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
                font-size: 3.2vw; } }
        .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value {
          font-size: 1.8rem;
          font-weight: bold;
          color: #707070; }
        .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices {
          padding: 0 5% 5%; }
        .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control {
          display: none !important; }
        .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks {
          padding: 0 5%;
          text-align: left; }
          .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--normalAndSubscription, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--normalAndSubscription, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--normalAndSubscription, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--normalAndSubscription {
            display: none !important; }
          .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--firstTimeSpecialPrice, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--firstTimeSpecialPrice, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--firstTimeSpecialPrice, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--firstTimeSpecialPrice {
            display: none !important; }
          .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--7, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--7, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--7, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks .fs-c-mark--7 {
            border: 1px solid #ED7D31 !important;
            color: #ED7D31 !important;
            font-size: 1.2rem !important;
            background: #FFF !important; }
        .re-mainWrap .re-mainLeft #re-sellspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription, .re-mainWrap .re-mainLeft #re-selltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription, .re-mainWrap .re-mainLeft #re-sellacWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription, .re-mainWrap .re-mainLeft #re-sellgdWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription {
          display: none !important; }
    .re-mainWrap .re-mainLeft #re-rentalspWrap .re-sectionTitle, .re-mainWrap .re-mainLeft #re-rentaltlWrap .re-sectionTitle {
      display: flex;
      padding-bottom: .8em;
      margin-bottom: .8em;
      border-bottom: 1px solid #707070;
      align-items: center; }
      .re-mainWrap .re-mainLeft #re-rentalspWrap .re-sectionTitle h2, .re-mainWrap .re-mainLeft #re-rentaltlWrap .re-sectionTitle h2 {
        line-height: 1;
        padding: 0;
        margin: 0 .5em 0 0; }
      .re-mainWrap .re-mainLeft #re-rentalspWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-rentaltlWrap .re-sectionTitle ul li.re-tagPopular {
        background: #6BC1E4;
        padding: .5em 1.5em;
        border-radius: 4px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        color: #FFF;
        display: inline-block; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-rentalspWrap .re-sectionTitle ul li.re-tagPopular, .re-mainWrap .re-mainLeft #re-rentaltlWrap .re-sectionTitle ul li.re-tagPopular {
            padding: .25em 1em;
            font-size: 2.8vw; } }
      .re-mainWrap .re-mainLeft #re-rentalspWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-rentaltlWrap .re-sectionTitle ul li.re-tagReccomend {
        background: #F35B9B;
        padding: .5em 1.5em;
        border-radius: 4px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        color: #FFF;
        display: inline-block; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-rentalspWrap .re-sectionTitle ul li.re-tagReccomend, .re-mainWrap .re-mainLeft #re-rentaltlWrap .re-sectionTitle ul li.re-tagReccomend {
            padding: .25em 1em;
            font-size: 2.8vw; } }
    .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel {
      position: relative; }
      .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev {
        position: absolute;
        left: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5); }
      .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next {
        position: absolute;
        right: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5); }
      .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem {
        max-width: 210px;
        width: 23.33%;
        border: none;
        padding: 0; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem {
            max-width: 46vw; } }
        .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName {
          padding: 0 5%;
          margin-bottom: 5%;
          display: none; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy {
            text-align: left;
            font-size: 1rem;
            font-weight: normal; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
            font-size: 1.2rem;
            font-weight: bold; }
            @media screen and (max-width: 640px) {
              .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
                font-size: 3.2vw; } }
        .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices {
          display: none; }
        .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription {
          text-align: left;
          padding: 0 5%; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap {
            margin-bottom: 5%;
            color: #707070;
            font-size: 1.2rem; }
            .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap::before, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap::before {
              display: none; }
            .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap .re-nameCopy, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap .re-nameCopy {
              font-size: 1.0rem;
              display: block; }
            .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap .re-nameName, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap .re-nameName {
              font-size: 1.2rem;
              font-weight: bold;
              display: block; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dt .re-priceTerm, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dt .re-priceTerm {
            font-size: 1.0rem;
            font-weight: bold; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceValue, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceValue {
            font-size: 1.8rem;
            font-weight: bold;
            margin-right: .25em; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceYen, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceYen {
            font-size: 1.2rem;
            font-weight: bold; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceTax, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceTax {
            font-size: 1.2rem;
            font-weight: bold; }
          .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-dateStart, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription .re-dateStart {
            font-size: 1.2rem;
            font-weight: bold;
            display: none; }
        .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control {
          display: none !important; }
        .re-mainWrap .re-mainLeft #re-rentalspWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks, .re-mainWrap .re-mainLeft #re-rentaltlWrap .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks {
          display: none !important; }
    .re-mainWrap .re-mainLeft #re-sellspWrap h2 {
      color: #43B133; }
    .re-mainWrap .re-mainLeft #re-sellspWrap article {
      background: #F6FFF0; }
    .re-mainWrap .re-mainLeft #re-selltlWrap h2 {
      color: #43B133; }
    .re-mainWrap .re-mainLeft #re-selltlWrap article {
      background: #F6FFF0; }
    .re-mainWrap .re-mainLeft #re-rentalspWrap h2 {
      color: #F78F49; }
    .re-mainWrap .re-mainLeft #re-rentalspWrap article {
      background: #FCF1E0; }
    .re-mainWrap .re-mainLeft #re-rentaltlWrap h2 {
      color: #F78F49; }
    .re-mainWrap .re-mainLeft #re-rentaltlWrap article {
      background: #FCF1E0; }
    .re-mainWrap .re-mainLeft #re-sellacWrap h2 {
      color: #707070; }
    .re-mainWrap .re-mainLeft #re-sellacWrap article {
      background: #F7F7F7; }
    .re-mainWrap .re-mainLeft #re-selectWrap ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .re-mainWrap .re-mainLeft #re-selectWrap ul li {
        max-width: 176px;
        width: 18.80%;
        margin-bottom: .75em;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-selectWrap ul li {
            max-width: inherit;
            width: 32%;
            margin-bottom: .5em; } }
        .re-mainWrap .re-mainLeft #re-selectWrap ul li a {
          padding: .5em 0;
          border: 1px solid #707070;
          border-radius: 8px;
          display: block;
          font-size: 1.4rem;
          line-height: 1.5;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%; }
          @media screen and (max-width: 640px) {
            .re-mainWrap .re-mainLeft #re-selectWrap ul li a {
              font-size: 3.2vw;
              padding: 0.5em;
              min-height: 4em; } }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainLeft #re-qualityWrap h2 {
        font-size: 6vw;
        text-align: center; } }
    .re-mainWrap .re-mainLeft #re-qualityWrap ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        .re-mainWrap .re-mainLeft #re-qualityWrap ul {
          display: block; } }
      .re-mainWrap .re-mainLeft #re-qualityWrap ul li {
        /*max-width: 288px;
        width: 32%;*/
        width: 40%;
        margin: 0 25px;}
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-qualityWrap ul li {
            max-width: inherit;
            width: 100%;
            margin: 0 auto 8%; } }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-qualityWrap ul li figure {
            width: 80%;
            margin: auto; } }
        .re-mainWrap .re-mainLeft #re-qualityWrap ul li figure img {
          width: 100%;
          margin: 0 auto 1em; }
          @media screen and (max-width: 640px) {
            .re-mainWrap .re-mainLeft #re-qualityWrap ul li figure img {
              width: inherit;
              margin: 0 auto 4%; } }
        .re-mainWrap .re-mainLeft #re-qualityWrap ul li figure figcaption {
          font-size: 1.6rem;
          text-align: left;
          line-height: 1.5; }
          @media screen and (max-width: 640px) {
            .re-mainWrap .re-mainLeft #re-qualityWrap ul li figure figcaption {
              font-size: 3.2vw;
              text-align: center; } }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainLeft #re-returnWrap h2 {
        font-size: 6vw;
        text-align: center; } }
    .re-mainWrap .re-mainLeft #re-returnWrap ul {
      display: flex;
      justify-content: space-around; }
      @media screen and (max-width: 640px) {
        .re-mainWrap .re-mainLeft #re-returnWrap ul {
          display: block; } }
      .re-mainWrap .re-mainLeft #re-returnWrap ul li {
        max-width: 288px;
        width: 32%;}
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-returnWrap ul li {
            max-width: inherit;
            width: 80%;
            margin: 0 auto 2%; } }
        .re-mainWrap .re-mainLeft #re-returnWrap ul li a {
          padding: .5em;
          border: 2px solid;
          border-radius: 8px;
          display: block;
          font-size: 2.4rem; }
          @media screen and (max-width: 640px) {
            .re-mainWrap .re-mainLeft #re-returnWrap ul li a {
              font-size: 4vw; } }
        .re-mainWrap .re-mainLeft #re-returnWrap ul li#re-returnSell a {
          border-color: #70AD47;
          color: #70AD47 !important; }
        .re-mainWrap .re-mainLeft #re-returnWrap ul li#re-returnRental a {
          border-color: #ED7D31;
          color: #ED7D31 !important; }
        .re-mainWrap .re-mainLeft #re-returnWrap ul li#re-returnSim a {
          border-color: #707070;
          color: #707070 !important; }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainLeft #re-aboutWrap h2 {
        font-size: 6vw;
        text-align: center; } }
    .re-mainWrap .re-mainLeft #re-aboutWrap figure img {
      margin-bottom: 2%; }
    .re-mainWrap .re-mainLeft #re-aboutWrap figure figcaption {
      text-align: left; }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainLeft #re-aboutWrap figure {
        max-width: inherit;
        width: 80%;
        margin: 0 auto 2%; } }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainLeft #re-mediaWrap h2 {
        text-align: center; } }
    .re-mainWrap .re-mainLeft #re-mediaWrap ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .re-mainWrap .re-mainLeft #re-mediaWrap ul li {
        margin: 0 3em 1em 0; }
        .re-mainWrap .re-mainLeft #re-mediaWrap ul li figure img {
          width: auto; }
        @media screen and (max-width: 640px) {
          .re-mainWrap .re-mainLeft #re-mediaWrap ul li {
            margin: 0 4% 4%; }
            .re-mainWrap .re-mainLeft #re-mediaWrap ul li figure {
              display: inline-block; }
              .re-mainWrap .re-mainLeft #re-mediaWrap ul li figure img {
                display: inline-block;
                zoom: 0.5; } }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainLeft #re-snsWrap h2 {
        font-size: 6vw;
        text-align: center; } }
    .re-mainWrap .re-mainLeft #re-snsWrap .re-sectionWrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .re-mainWrap .re-mainLeft #re-snsWrap .re-snsBlock {
      max-width: 441px;
      width: 49%; }
      @media screen and (max-width: 640px) {
        .re-mainWrap .re-mainLeft #re-snsWrap .re-snsBlock {
          max-width: inherit;
          width: 100%; } }
      .re-mainWrap .re-mainLeft #re-snsWrap .re-snsBlock .re-snsTitle {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: bold;
        margin-bottom: 1em;
        min-height: 42px; }
        .re-mainWrap .re-mainLeft #re-snsWrap .re-snsBlock .re-snsTitle img {
          padding-right: .5em; }
      .re-mainWrap .re-mainLeft #re-snsWrap .re-snsBlock .re-youtubeWrap {
        position: relative;
        padding-top: 56.25%;
        height: 0;
        overflow: hidden;
        margin: 0 auto .5em; }
        .re-mainWrap .re-mainLeft #re-snsWrap .re-snsBlock .re-youtubeWrap iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .re-mainWrap .re-mainRight {
    max-width: 240px;
    width: 20.34%; }
    @media screen and (max-width: 640px) {
      .re-mainWrap .re-mainRight {
        display: none; } }
    .re-mainWrap .re-mainRight .re-sideBlock {
      text-align: left;
      margin: 0 auto 2em; }
      .re-mainWrap .re-mainRight .re-sideBlock h3 {
        font-size: 1.8rem;
        padding-bottom: .4em;
        margin-bottom: .4em;
        border-bottom: 1px solid #707070; }
      .re-mainWrap .re-mainRight .re-sideBlock h4 {
        font-weight: bold; }
      .re-mainWrap .re-mainRight .re-sideBlock.re-conditionWrap ul.re-outerWrap li h4 a {
        position: relative;
        padding-left: 1.2em;
        display: block; }
        .re-mainWrap .re-mainRight .re-sideBlock.re-conditionWrap ul.re-outerWrap li h4 a::before {
          content: '■';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0; }
      .re-mainWrap .re-mainRight .re-sideBlock.re-conditionWrap ul.re-outerWrap li h5 {
        padding-left: 1em; }
      .re-mainWrap .re-mainRight .re-sideBlock.re-conditionWrap ul.re-outerWrap li ul.re-innerWrap {
        padding-left: 1em; }
        .re-mainWrap .re-mainRight .re-sideBlock.re-conditionWrap ul.re-outerWrap li ul.re-innerWrap li a {
          position: relative;
          padding-left: 1.2em;
          display: block; }
          .re-mainWrap .re-mainRight .re-sideBlock.re-conditionWrap ul.re-outerWrap li ul.re-innerWrap li a::before {
            content: '○';
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0; }
      .re-mainWrap .re-mainRight .re-sideBlock.re-bannerWrap ul li {
        margin: 0 auto .5em; }
      .re-mainWrap .re-mainRight .re-sideBlock.re-newsWrap ul li {
        margin: 0 auto 1em; }
        .re-mainWrap .re-mainRight .re-sideBlock.re-newsWrap ul li .newsDate {
          font-size: 1.4rem;
          margin: 0 auto .2em;
          display: block; }
      .re-mainWrap .re-mainRight .re-sideBlock.re-blogWrap ul li {
        margin: 0 auto 1em; }
        .re-mainWrap .re-mainRight .re-sideBlock.re-blogWrap ul li .newsDate {
          font-size: 1.4rem;
          margin: 0 auto .2em;
          display: block; }
  .re-mainWrap .re-mainCenter {
    width: 100%; }

.re-mainWrap#re-groupList a {
  color: #707070;
  cursor: pointer;
  transition: .2s;
  display: block; }
.re-mainWrap#re-groupList h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  background: #43B133;
  padding: .25em 0;
  border-radius: 8px;
  margin-bottom: .5em; }
  @media screen and (max-width: 640px) {
    .re-mainWrap#re-groupList h1 {
      font-size: 6vw; } }
.re-mainWrap#re-groupList h2 {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  .re-mainWrap#re-groupList h2::before {
    margin-right: .5em; }
  @media screen and (max-width: 640px) {
    .re-mainWrap#re-groupList h2 {
      font-size: 4.8vw;
      text-align: left; } }
.re-mainWrap#re-groupList .re-sellCategory {
  margin-bottom: 5%; }
  .re-mainWrap#re-groupList .re-sellCategory h2 {
    color: #43B133; }

  .re-mainWrap#re-groupList .re-sellCategory h3 {
    color: #ED7D31;
    font-weight: bold;
    border-bottom: 3px #ED7D31 solid;
  }
  .re-mainWrap#re-groupList h3{
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 640px) {
    .re-mainWrap#re-groupList h3 {
      font-size: 4.8vw;} }

.re-mainWrap#re-groupList .re-rentalCategory h2 {
  color: #F78F49; }
.re-mainWrap#re-groupList .fs-c-subgroup, .re-mainWrap#re-groupList .fs-c-productList {
  display: none; }
.re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel {
  position: relative; }
  .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev {
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5); }
  .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next {
    position: absolute;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5); }
  .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem {
    max-width: 210px;
    width: 23.33%;
    border: none;
    padding: 0; }
    @media screen and (max-width: 640px) {
      .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem {
        max-width: 46vw; } }
    .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName {
      padding: 0 5%;
      margin-bottom: 5%; }
      .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName::before, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName::before, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName::before, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName::before {
        display: none; }
      .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy {
        text-align: left;
        font-size: 1rem;
        font-weight: normal; }
      .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
        font-size: 1.6rem;
        font-weight: bold; }
    .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-price__value {
      font-size: 1.8rem;
      font-weight: bold;
      color: #707070; }
    .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__prices {
      padding: 0 5% 5%;
      display: none !important; }
    .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__control {
      display: none !important; }
    .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productMarks {
      display: none !important; }
    .re-mainWrap#re-groupList #re-groupIphone .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription, .re-mainWrap#re-groupList #re-groupIphonecase .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription, .re-mainWrap#re-groupList #re-groupIphoneranking .fs-c-productListCarousel .fs-c-productListItem .fs-c-productListItem__productDescription {
      display: none !important; }
.re-mainWrap#re-groupList #re-groupIphone h2::before {
  content: url(../images/group/groupicon_iphone.svg); }
.re-mainWrap#re-groupList #re-groupIphone .child-category {
  width: 100%;
  max-width: 1180px; }
  @media screen and (max-width: 640px) {
    .re-mainWrap#re-groupList #re-groupIphone .child-category {
      overflow: scroll; } }
  .re-mainWrap#re-groupList #re-groupIphone .child-category ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      .re-mainWrap#re-groupList #re-groupIphone .child-category ul {
        flex-wrap:wrap; } }
    .re-mainWrap#re-groupList #re-groupIphone .child-category ul li {
      max-width: 220px !important;
      width: 24% !important;
      margin: 0 auto 2em;
      min-width: 50px !important;}
      .re-mainWrap#re-groupList #re-groupIphone .child-category ul li p {
        background: none;
        color: #707070;
        font-size: 1.8rem;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          .re-mainWrap#re-groupList #re-groupIphone .child-category ul li p {
            font-size: 3.6vw; } }
      .re-mainWrap#re-groupList #re-groupIphone .child-category ul li a img {
        margin-bottom: .5em; }
.re-mainWrap#re-groupList #re-groupIphonecase h2::before {
  content: url(../images/group/groupicon_iphonecase.svg); }
.re-mainWrap#re-groupList #re-groupCategory h2::before {
  content: url(../images/group/groupicon_category.svg); }
.re-mainWrap#re-groupList #re-groupCategory ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .re-mainWrap#re-groupList #re-groupCategory ul {
      justify-content: flex-start; } }
  .re-mainWrap#re-groupList #re-groupCategory ul li {
    max-width: 220px;
    width: 18.09%;
    margin-bottom: 2em;
    position: relative; }
    @media screen and (max-width: 640px) {
      .re-mainWrap#re-groupList #re-groupCategory ul li {
        max-width: inherit;
        width: 32%;
        margin-right: 2%; }
        .re-mainWrap#re-groupList #re-groupCategory ul li:nth-of-type(3n) {
          margin-right: 0; } }
    .re-mainWrap#re-groupList #re-groupCategory ul li a {
      display: block;
      width: 100%;
      height: 100%; }
      .re-mainWrap#re-groupList #re-groupCategory ul li a .groupIcon {
        background: #43B133;
        border-radius: 10px;
        width: 100%;
        color: #FFF;
        font-size: 3rem;
        font-weight: bold;
        display: flex;
        margin-bottom: .4em;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 640px) {
          .re-mainWrap#re-groupList #re-groupCategory ul li a .groupIcon {
            font-size: 4.8vw; } }
        .re-mainWrap#re-groupList #re-groupCategory ul li a .groupIcon::before {
          content: "";
          display: block;
          padding-top: 100%; }
      .re-mainWrap#re-groupList #re-groupCategory ul li a .groupName {
        font-size: 1.8rem;
        line-height: 1.2;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          .re-mainWrap#re-groupList #re-groupCategory ul li a .groupName {
            font-size: 4vw; } }
.re-mainWrap#re-groupList #re-groupIphoneranking h2::before {
  content: url(../images/group/groupicon_iphoneranking.svg); }
.re-mainWrap#re-groupList #re-groupIphonerental h2::before {
  content: url(../images/group/groupicon_iphonerental.svg); }
.re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel {
  position: relative; }
  .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev {
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5); }
  .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next {
    position: absolute;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5); }
  .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0;
    max-width: none !important; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productName {
      padding: 0;
      margin-bottom: 5%;
      display: none !important; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productName::before {
        display: none; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy {
        display: none; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
        font-size: 1.6rem;
        font-weight: bold;
        color: #ED7D31; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-price__value {
      font-size: 1.8rem;
      font-weight: bold;
      color: #707070; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__prices {
      padding: 0 5% 5%;
      display: none !important; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__control {
      display: none !important; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__imageContainer {
      max-width: 210px;
      width: 56.15%; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productMarks {
      display: none !important; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription {
      text-align: left;
      padding: 0;
      max-width: 144px;
      width: 38.50%; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap {
        margin: 0; }
        .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap::before {
          display: none; }
        .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap .re-nameCopy {
          display: none; }
        .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-nameWrap .re-nameName {
          color: #ED7D31;
          font-size: 1.6rem;
          font-weight: bold;
          display: block; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dt .re-priceTerm {
        font-size: 1.2rem;
        font-weight: bold; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceValue {
        font-size: 1.6rem;
        font-weight: bold;
        margin-right: .25em; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceYen {
        font-size: 1.2rem;
        font-weight: bold; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-priceWrap dl dd .re-priceTax {
        font-size: 1.2rem;
        font-weight: bold; }
      .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productDescription .re-dateStart {
        font-size: 1.2rem;
        font-weight: bold; }
    .re-mainWrap#re-groupList #re-groupIphonerental .fs-c-productListCarousel .slick-slide .fs-c-productListItem .fs-c-productListItem__productName {
      display: none; }

.re-mainWrap#re-detailSell,
.re-mainWrap#re-detailRental {
  max-width: 1180px;
  display: block; }
  @media screen and (max-width: 640px) {
    .re-mainWrap#re-detailSell,
    .re-mainWrap#re-detailRental {
      font-size: 3.6vw; } }
  .re-mainWrap#re-detailSell .fs-l-productLayout,
  .re-mainWrap#re-detailRental .fs-l-productLayout {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .re-mainWrap#re-detailSell .fs-l-productLayout,
      .re-mainWrap#re-detailRental .fs-l-productLayout {
        display: block; } }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailLeft,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailLeft {
      max-width: 600px;
      width: 50.85%; }
      @media screen and (max-width: 640px) {
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailLeft,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailLeft {
          max-width: inherit;
          width: 100%; } }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailLeft .fs-c-productThumbnail__image,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailLeft .fs-c-productThumbnail__image {
        max-width: 140px !important;
        width: 23.33% !important;
        margin: 0 2.22% 2.22% 0;
        flex-basis: inherit; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailLeft .fs-c-productThumbnail__image:nth-of-type(3n),
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailLeft .fs-c-productThumbnail__image:nth-of-type(3n) {
          margin-right: 0; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight {
      max-width: 540px;
      width: 45.76%; }
      @media screen and (max-width: 640px) {
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight {
          max-width: inherit;
          width: 100%; } }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .fs-c-productNameHeading,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .fs-c-productNameHeading {
        margin-bottom: 1em;
        color: #707070; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-detailNotice,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-detailNotice {
        border: 2px solid #70AD47;
        padding: .5em 1em;
        font-size: 1.8rem;
        font-weight: bold;
        color: #70AD47;
        margin-bottom: 1.5em; }
        @media screen and (max-width: 640px) {
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-detailNotice,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-detailNotice {
            font-size: 4vw; } }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 2em; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight {
          text-align: left;
          max-width: 250px;
          width: 46.30%; }
          @media screen and (max-width: 640px) {
            .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight,
            .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft,
            .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight {
              max-width: inherit;
              width: 49%; } }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-subscriptionPriceTable, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-subscriptionPriceTable,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-subscriptionPriceTable,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-subscriptionPriceTable {
            display: none !important; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-productPrices, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-productPrices,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-productPrices,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-productPrices {
            display: none !important; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft h2, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight h2,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft h2,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight h2 {
            font-size: 1.8rem;
            font-weight: bold;
            border-bottom: 1px solid #707070;
            padding-bottom: .25em;
            margin-bottom: .75em; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1em;
            align-items: center; }
            @media screen and (max-width: 640px) {
              .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap figure, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap figure,
              .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap figure,
              .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap figure {
                width: 25%; } }
            @media screen and (max-width: 640px) {
              .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul,
              .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul,
              .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul {
                width: 70%; } }
            .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li,
            .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li,
            .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li {
              font-size: 1.3rem;
              text-align: right; }
              @media screen and (max-width: 640px) {
                .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li,
                .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li,
                .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li {
                  font-size: 3vw; } }
              .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li .re-priceValue, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li .re-priceValue,
              .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li .re-priceValue,
              .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li .re-priceValue {
                font-size: 2.0rem;
                font-weight: bold; }
                @media screen and (max-width: 640px) {
                  .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li .re-priceValue, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li .re-priceValue,
                  .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .re-priceWrap ul li .re-priceValue,
                  .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .re-priceWrap ul li .re-priceValue {
                    font-size: 4.8vw; } }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-buttonContainer--addToWishList--detail, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-buttonContainer--addToWishList--detail,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-buttonContainer--addToWishList--detail,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-buttonContainer--addToWishList--detail {
            display: none; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-productQuantityAndAction__quantity, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-productQuantityAndAction__quantity,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft .fs-c-productQuantityAndAction__quantity,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight .fs-c-productQuantityAndAction__quantity {
            display: none; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft h2,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartLeft h2 {
          color: #ED7D31; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight h2,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartRight h2 {
          color: #70AD47; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter {
          text-align: left;
          width: 100%; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter:after,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter:after {
            content: '';
            clear: both; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-subscriptionPriceTable,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-subscriptionPriceTable {
            display: none !important; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-productPrices,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-productPrices {
            display: none !important; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter h2,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter h2 {
            font-size: 1.8rem;
            font-weight: bold;
            border-bottom: 1px solid #707070;
            padding-bottom: .25em;
            margin-bottom: .75em; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .re-priceWrap,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .re-priceWrap {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1em;
            align-items: center;
            float: left;
            max-width: 250px;
            width: 46.30%; }
            .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .re-priceWrap ul li,
            .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .re-priceWrap ul li {
              font-size: 1.3rem;
              text-align: right; }
              .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .re-priceWrap ul li .re-priceValue,
              .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .re-priceWrap ul li .re-priceValue {
                font-size: 2.0rem;
                font-weight: bold; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-buttonContainer,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-buttonContainer {
            display: flex;
            justify-content: flex-end;
            padding: 16px 0; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter h2,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter h2 {
          color: #ED7D31; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-productQuantityAndWishlist,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .re-flexWrap .re-cartCenter .fs-c-productQuantityAndWishlist {
          display: none !important; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRight .fs-p-productDescription,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRight .fs-p-productDescription {
        margin: 0 auto 2em;
        text-align: left; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailReuse figure,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailReuse figure {
      margin-bottom: 12px; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailReuse a,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailReuse a {
      color: #3F3FFB !important;
      text-decoration: underline; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailReuse a:before,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailReuse a:before {
        content: '>';
        margin-right: .25em; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailCategory,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailCategory {
      display: flex;
      align-items: center;
      margin: 0 auto 1.5em; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailCategory .re-categoryLabel,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailCategory .re-categoryLabel {
        padding: .25em 1em;
        border: 1px solid #707070;
        border-radius: 4px;
        font-size: 1.6rem;
        margin-right: .5em;
        white-space: nowrap;
        min-width: 6em; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailCategory ul,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailCategory ul {
        display: flex;
        flex-wrap: wrap; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailCategory ul li,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailCategory ul li {
          padding: 0 .5em;
          border-right: 1px solid #707070;
          line-height: 1;
          font-size: 1.4rem;
          margin-bottom: .25em; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailCategory ul li:last-child,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailCategory ul li:last-child {
            border: none; }
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailCategory ul li a,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailCategory ul li a {
            color: #3F3FFB !important;
            text-decoration: underline; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRange,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRange {
      text-align: left;
      margin: 0 auto 2em; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRange a,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRange a {
        font-size: 1.4rem;
        color: #3F3FFB !important;
        text-decoration: underline; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailRange a:before,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailRange a:before {
          content: '>';
          margin-right: .25em; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap {
      text-align: left;
      margin: 0 auto 2em; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap h2,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap h2 {
        font-size: 2.4rem;
        font-weight: bold;
        color: #70AD47;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 1em; }
        @media screen and (max-width: 640px) {
          .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap h2,
          .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap h2 {
            font-size: 4.8vw; } }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap h2 img,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap h2 img {
          margin-right: .5em; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap h3,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap h3 {
        font-weight: bold;
        font-size: 1.8rem;
        margin: 0 auto .5em; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap p,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap p {
        margin-bottom: 1em; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap figure,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap figure {
        margin-bottom: 1em; }
      @media screen and (max-width: 640px) {
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap table,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap table {
          font-size: 3.6vw; } }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap table tbody tr th, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap table tbody tr td,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap table tbody tr th,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap table tbody tr td {
        padding: .5em 1em; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap table tbody tr th a, .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap table tbody tr td a,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap table tbody tr th a,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap table tbody tr td a {
          color: #3F3FFB !important;
          text-decoration: underline; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap table tbody tr:first-of-type th,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap table tbody tr:first-of-type th {
        font-weight: bold; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap ul,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap ul {
        margin-bottom: 1em; }
        .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap ul li,
        .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap ul li {
          font-size: 1.2rem; }
      .re-mainWrap#re-detailSell .fs-l-productLayout .re-detailWrap a,
      .re-mainWrap#re-detailRental .fs-l-productLayout .re-detailWrap a {
        display: inline; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-buttonRental,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-buttonRental {
      background: #ED7D31 !important;
      border: none !important;
      color: #FFF !important;
      min-width: inherit !important; }
    .re-mainWrap#re-detailSell .fs-l-productLayout .re-buttonBuy,
    .re-mainWrap#re-detailRental .fs-l-productLayout .re-buttonBuy {
      background: #70AD47 !important;
      border: none !important;
      color: #FFF !important;
      min-width: inherit !important; }

.re-footerWrap {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  box-sizing: border-box;
  color: #707070;
  line-height: 1.8;
  width: 100%;
  background: #F7F7F8;
  padding: 30px 0; }
  @media screen and (max-width: 640px) {
    .re-footerWrap {
      padding: 0; } }
  .re-footerWrap * {
    box-sizing: border-box; }
  .re-footerWrap a {
    color: #707070;
    cursor: pointer;
    transition: .2s;
    display: block; }
  .re-footerWrap .re-footerGnavi {
    max-width: 1180px;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #707070; }
    @media screen and (max-width: 640px) {
      .re-footerWrap .re-footerGnavi {
        margin: 0 auto;
        padding: 4% 2% 0; } }
    .re-footerWrap .re-footerGnavi #re-footerColumn1,
    .re-footerWrap .re-footerGnavi #re-footerColumn2 {
      max-width: 240px;
      width: 20.34%; }
    .re-footerWrap .re-footerGnavi #re-footerColumn1 #referenceGuide {
      margin-top: 1.5em; }
    .re-footerWrap .re-footerGnavi #re-footerColumn3 {
      max-width: 256px;
      width: 21.69%; }
    .re-footerWrap .re-footerGnavi #re-footerColumn4 {
      max-width: 360px;
      width: 30.51%; }
    @media screen and (max-width: 640px) {
      .re-footerWrap .re-footerGnavi #re-footerColumn1, .re-footerWrap .re-footerGnavi #re-footerColumn2, .re-footerWrap .re-footerGnavi #re-footerColumn3, .re-footerWrap .re-footerGnavi #re-footerColumn4 {
        max-width: inherit;
        width: 100%; } }
    .re-footerWrap .re-footerGnavi dl {
      text-align: left; }
      .re-footerWrap .re-footerGnavi dl dt {
        font-size: 1.6rem;
        border-bottom: 1px solid #707070;
        padding-bottom: .4em;
        margin-bottom: .4em;
        font-weight: bold; }
      .re-footerWrap .re-footerGnavi dl dd {
        font-size: 1.4rem;
        margin-bottom: .4em; }
        .re-footerWrap .re-footerGnavi dl dd a {
          color: #707070;
          padding-left: 1.25em;
          position: relative;
          display: block;
          line-height: 1.2; }
          .re-footerWrap .re-footerGnavi dl dd a::before {
            content: '>';
            position: absolute;
            left: 0;
            top: 0; }
        .re-footerWrap .re-footerGnavi dl dd dl dt {
          font-size: 1.4rem;
          border: none;
          padding: 0;
          margin: 0;
          font-weight: bold; }
        .re-footerWrap .re-footerGnavi dl dd dl dd p {
          margin-bottom: 1em; }
        .re-footerWrap .re-footerGnavi dl dd:last-child {
          margin-bottom: 1em; }
    .re-footerWrap .re-footerGnavi #re-footerColumn4 dl dd a {
      font-weight: bold;
      line-height: 1.5; }
  .re-footerWrap .re-footerSnavi {
    max-width: 1180px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .re-footerWrap .re-footerSnavi {
        background: #FFF;
        display: block; } }
    .re-footerWrap .re-footerSnavi ul {
      text-align: left;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 640px) {
        .re-footerWrap .re-footerSnavi ul {
          display: block;
          width: 100%; } }
      .re-footerWrap .re-footerSnavi ul li {
        font-size: 1.4rem;
        margin-right: 2em; }
        @media screen and (max-width: 640px) {
          .re-footerWrap .re-footerSnavi ul li {
            border-bottom: 1px solid #707070;
            margin: 0 auto;
            padding: 0 2%; } }
        .re-footerWrap .re-footerSnavi ul li a {
          display: inline-block; }
          @media screen and (max-width: 640px) {
            .re-footerWrap .re-footerSnavi ul li a {
              display: block;
              padding: .5em 2%; } }
    .re-footerWrap .re-footerSnavi #copyrightBlock {
      font-size: 1.4rem; }
      @media screen and (max-width: 640px) {
        .re-footerWrap .re-footerSnavi #copyrightBlock {
          text-align: center;
          font-size: 2.8vw;
          padding: 1em 0; } }

.re-modalWrap {
  display: none; }
  @media screen and (max-width: 640px) {
    .re-modalWrap {
      display: none;
      width: calc(100vw - 50px);
      height: 100%;
      position: fixed;
      top: 0;
      left: -100%;
      transition: all .5s;
      z-index: 3; }
      .re-modalWrap.open {
        transform: translateZ(0);
        left: 0; } }
  .re-modalWrap .re-menuTrigger {
    display: inline-block;
    width: 32px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: -39px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    display: none; }
    .re-modalWrap .re-menuTrigger span {
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000; }
      .re-modalWrap .re-menuTrigger span:nth-of-type(1) {
        top: 0; }
      .re-modalWrap .re-menuTrigger span:nth-of-type(2) {
        top: 13px; }
      .re-modalWrap .re-menuTrigger span:nth-of-type(3) {
        bottom: 0; }
    .re-modalWrap .re-menuTrigger.active {
      display: inline-block; }
      .re-modalWrap .re-menuTrigger.active span {
        background-color: #FFF; }
        .re-modalWrap .re-menuTrigger.active span:nth-of-type(1) {
          transform: translateY(13px) rotate(-45deg); }
        .re-modalWrap .re-menuTrigger.active span:nth-of-type(2) {
          opacity: 0; }
        .re-modalWrap .re-menuTrigger.active span:nth-of-type(3) {
          transform: translateY(-13px) rotate(45deg); }
  .re-modalWrap .re-modalMain {
    display: none; }
    @media screen and (max-width: 640px) {
      .re-modalWrap .re-modalMain {
        display: none;
        width: calc(100vw - 50px);
        height: 100%;
        background-color: white;
        position: fixed;
        z-index: 4;
        overflow: scroll;
        color: #707070; }
        .re-modalWrap .re-modalMain a {
          color: #707070; }
        .re-modalWrap .re-modalMain header {
          display: flex;
          justify-content: space-between;
          padding: 4% 2%;
          margin-bottom: 4%;
          border-bottom: 3px solid #E4E4E4; }
          .re-modalWrap .re-modalMain header .re-logoBlock {
            width: 40%; }
          .re-modalWrap .re-modalMain header .re-mypageBlock .re-mypageButton {
            font-weight: bold;
            font-size: 4vw; }
        .re-modalWrap .re-modalMain .re-kaitoriButton {
          padding: 0 0 4%;
          margin-bottom: 4%;
          border-bottom: 1px solid #707070; }
          .re-modalWrap .re-modalMain .re-kaitoriButton a {
            background: #008AC7;
            display: inline-block;
            border-radius: 4px;
            font-weight: bold;
            padding: .25em 2em;
            font-size: 4vw;
            color: #FFF !important; }
            .re-modalWrap .re-modalMain .re-kaitoriButton a span {
              font-size: 75%; }
            .re-modalWrap .re-modalMain .re-kaitoriButton a::after {
              content: '\f138';
              font-family: 'Font Awesome 5 Free';
              margin-left: .2em; }
        .re-modalWrap .re-modalMain nav {
          margin-bottom: 4%; }
          .re-modalWrap .re-modalMain nav ul {
            padding: 0 0;
            display: flex;
            flex-wrap: wrap; }
            .re-modalWrap .re-modalMain nav ul li {
              border-bottom: 1px solid #707070; }
              .re-modalWrap .re-modalMain nav ul li.re-modalnavHome {
                width: 100%;
                padding: 0 0 4%; }
              .re-modalWrap .re-modalMain nav ul li.re-modalnavSell, .re-modalWrap .re-modalMain nav ul li.re-modalnavRental {
                font-size: 4vw;
                font-weight: bold;
                text-align: center;
                width: 50%;
                padding: 4% 0; }
              .re-modalWrap .re-modalMain nav ul li.re-modalnavSell {
                border-right: 1px solid #707070; }
        .re-modalWrap .re-modalMain .re-modalBlock {
          text-align: left;
          margin: 0 auto;
          padding: 0; }
          .re-modalWrap .re-modalMain .re-modalBlock h3 {
            font-size: 1.8rem;
            padding: 0 2% 4%;
            margin-bottom: 4%;
            border-bottom: 1px solid #707070;
            line-height: 1; }
          .re-modalWrap .re-modalMain .re-modalBlock h4 {
            font-weight: bold; }
          .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap {
            background: #FAF7F7;
            padding-bottom: 4%;
            margin-bottom: 4%;
            border-bottom: 3px solid #E4E4E4; }
            .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap {
              padding: 0 2%; }
              .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li {
                margin: 0 auto 4%; }
                .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li h4 a {
                  position: relative;
                  padding-left: 1.2em;
                  display: block; }
                  .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li h4 a::before {
                    content: '■';
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0; }
                .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li h5 {
                  padding-left: 1em; }
                .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li .re-modalColumns {
                  display: flex;
                  justify-content: space-between; }
                  .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li .re-modalColumns .re-modalLeft {
                    width: 48%; }
                  .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li .re-modalColumns .re-modalRight {
                    width: 48%; }
                .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li:last-of-type {
                  margin-bottom: 0; }
                .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li ul.re-innerWrap {
                  padding-left: 1em; }
                  .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li ul.re-innerWrap li a {
                    position: relative;
                    padding-left: 1.2em;
                    display: block; }
                    .re-modalWrap .re-modalMain .re-modalBlock.re-conditionWrap ul.re-outerWrap > li ul.re-innerWrap li a::before {
                      content: '○';
                      display: inline-block;
                      position: absolute;
                      left: 0;
                      top: 0; }
          .re-modalWrap .re-modalMain .re-modalBlock.re-bannerWrap {
            border-bottom: 3px solid #E4E4E4; }
            .re-modalWrap .re-modalMain .re-modalBlock.re-bannerWrap ul li {
              margin: 0 auto 4%;
              padding: 0 8%; }
          .re-modalWrap .re-modalMain .re-modalBlock.re-naviWrap {
            padding: 4% 0; }
            .re-modalWrap .re-modalMain .re-modalBlock.re-naviWrap ul {
              padding: 0 8%; }
              .re-modalWrap .re-modalMain .re-modalBlock.re-naviWrap ul li {
                margin: 0 auto .5em; }
                .re-modalWrap .re-modalMain .re-modalBlock.re-naviWrap ul li a {
                  color: #707070;
                  padding-left: 1.25em;
                  position: relative;
                  display: block;
                  line-height: 1.2; }
                  .re-modalWrap .re-modalMain .re-modalBlock.re-naviWrap ul li a::before {
                    content: '>';
                    position: absolute;
                    left: 0;
                    top: 0; } }

.re-modalOverlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s; }
  .re-modalOverlay.open {
    width: 100%;
    height: 100%;
    opacity: 1; }

.fs-p-snsArea {
  justify-content: flex-end; }

.fb_iframe_widget {
  bottom: 0; }

#fs_CustomPage {
  /* My050ページ↓ */
  /* My050ページ↑ */ }
  #fs_CustomPage main {
    padding: 2% 0 8%; }
  #fs_CustomPage #re-my050headerWrap {
    background: #6BC1E4;
    background: linear-gradient(180deg, #6BC1E4 0%, #6BC1E4 70%, #FAF1E5 70%, #FAF1E5 100%);
    position: relative;
    padding: 2% 0 0;
    color: #FFF;
    overflow: hidden; }
    #fs_CustomPage #re-my050headerWrap .fs-c-breadcrumb {
      color: #FFF; }
      #fs_CustomPage #re-my050headerWrap .fs-c-breadcrumb a {
        color: #FFF !important; }
    #fs_CustomPage #re-my050headerWrap .re-mainHeader {
      position: relative;
      max-width: 960px;
      margin: auto;
      height: 608px; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-my050headerWrap .re-mainHeader {
          height: 0;
          padding-top: 80%; } }
      #fs_CustomPage #re-my050headerWrap .re-mainHeader .re-h1Shoulder {
        text-align: left;
        position: absolute;
        top: 8%;
        left: 50%; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-my050headerWrap .re-mainHeader .re-h1Shoulder {
            top: 0;
            left: 0;
            right: 0;
            width: 70%;
            margin: auto; } }
      #fs_CustomPage #re-my050headerWrap .re-mainHeader h1 {
        text-align: left;
        position: absolute;
        top: 24%;
        left: 50%; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-my050headerWrap .re-mainHeader h1 {
            top: 20%;
            left: inherit;
            right: 2%;
            width: 60%;
            position: absolute;
            display: block; } }
      #fs_CustomPage #re-my050headerWrap .re-mainHeader p {
        position: absolute; }
        #fs_CustomPage #re-my050headerWrap .re-mainHeader p#re-mainLogo {
          bottom: 18%;
          left: 4%; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-my050headerWrap .re-mainHeader p#re-mainLogo {
              width: 35.2%;
              left: 2%;
              bottom: 20%; } }
        #fs_CustomPage #re-my050headerWrap .re-mainHeader p.re-buttonWrap {
          left: 50%;
          top: 42%; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-my050headerWrap .re-mainHeader p.re-buttonWrap {
              top: 36%;
              left: inherit;
              right: 2%; } }
          #fs_CustomPage #re-my050headerWrap .re-mainHeader p.re-buttonWrap a {
            font-size: 2rem;
            padding: .75em 4em;
            color: #43B133;
            background: #FFF;
            font-weight: bold;
            display: block;
            border-radius: 300px;
            transition: .2s;
            box-shadow: 0px 0px 10px -5px black; }
            #fs_CustomPage #re-my050headerWrap .re-mainHeader p.re-buttonWrap a:hover {
              color: #FFF !important;
              background: #43B133;
              opacity: 1; }
            #fs_CustomPage #re-my050headerWrap .re-mainHeader p.re-buttonWrap a:after {
              content: '\f061';
              font-family: 'Font Awesome 5 Free';
              margin-left: .2em; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage #re-my050headerWrap .re-mainHeader p.re-buttonWrap a {
                padding: .5em 2em;
                font-size: 4vw; } }
    #fs_CustomPage #re-my050headerWrap .re-mainLead {
      max-width: 960px;
      margin: auto;
      position: relative;
      bottom: 0; }
      #fs_CustomPage #re-my050headerWrap .re-mainLead p {
        position: absolute; }
        #fs_CustomPage #re-my050headerWrap .re-mainLead p#re-mainChara {
          bottom: 0%;
          right: -1%; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-my050headerWrap .re-mainLead p#re-mainChara {
              width: 67.6%;
              right: -16%;
              bottom: -4px; } }
        #fs_CustomPage #re-my050headerWrap .re-mainLead p#re-mainText {
          text-align: left;
          font-weight: bold;
          font-size: 2rem;
          color: #0060AF;
          bottom: 100%;
          left: 2%;
          margin-bottom: 3%; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-my050headerWrap .re-mainLead p#re-mainText {
              font-size: 4vw; } }
  #fs_CustomPage main#re-my050mainWrap {
    background: #FAF1E5;
    padding-bottom: 90px;
    text-align: left;
    color: #707070;
    padding: 0 0 8%; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage main#re-my050mainWrap {
        padding-right: 2%;
        padding-left: 2%; } }
    #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap {
      background: #FFF;
      position: relative;
      text-align: left;
      box-shadow: 0px 0px 10px -5px black;
      border-radius: 20px;
      max-width: 960px;
      margin: auto;
      padding: 0; }
      #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap a {
        text-decoration: underline; }
      #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section {
        margin: 0 auto 90px; }
        #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section:last-of-type {
          margin-bottom: 0; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section {
            margin: 0 auto 4%; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section h2 {
          color: #43B133;
          font-size: 3rem;
          font-weight: bold;
          margin-bottom: 1.5em; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section h2 {
              font-size: 6vw;
              margin-bottom: 1em; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 {
          padding: 60px 20px 0 80px; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 {
              padding: 4% 2% 2%; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionLead {
            display: flex;
            justify-content: space-between; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionLead {
                flex-direction: column-reverse; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionLead .re-sectionLeft {
              max-width: 322px;
              width: 33.54%; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionLead .re-sectionLeft {
                  max-width: inherit;
                  width: 100%;
                  text-align: center; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionLead .re-sectionRight {
              max-width: 500px;
              width: 52.08%;
              margin-right: 80px; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionLead .re-sectionRight {
                  max-width: inherit;
                  width: 100%;
                  margin-right: 0;
                  margin-bottom: 4%; } }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionLead .re-sectionRight p {
                font-size: 1.4rem; }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents {
            border: 12px solid #E6E6E6;
            border-radius: 20px;
            background: #FFF;
            padding: 24px;
            position: relative; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents {
                padding: 2%; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents:before {
              content: '';
              border-right: 20px solid transparent;
              border-bottom: 40px solid #E6E6E6;
              border-left: 20px solid transparent;
              position: absolute;
              top: -40px;
              left: 128px; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents:before {
                  left: calc( 50% - 10px); } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents h3 {
              font-size: 1.8rem;
              margin-bottom: .5em;
              line-height: 1; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList {
              display: flex;
              justify-content: space-between;
              font-size: 1.8rem;
              margin: 0 auto 1em; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList {
                  font-size: 4.8vw;
                  flex-wrap: wrap;
                  margin: 0 auto 2%; } }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li {
                background: rgba(67, 177, 51, 0.2);
                border-radius: 6px;
                padding: 12px;
                position: relative; }
                @media screen and (max-width: 640px) {
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li {
                    width: 100%;
                    margin-bottom: 2%;
                    display: block; }
                    #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li:first-of-type {
                      display: flex;
                      justify-content: flex-start;
                      align-items: center; } }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li h4 {
                  font-size: 1.8rem;
                  background: #43B133;
                  border-radius: 300px;
                  line-height: 1;
                  padding: .4em .6em;
                  min-width: 6em;
                  color: #FFF;
                  display: inline-block;
                  margin: auto;
                  margin-bottom: .5em;
                  text-align: center;
                  left: 12px; }
                  @media screen and (max-width: 640px) {
                    #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li h4 {
                      left: 0;
                      margin: 0 0 2% 0;
                      font-size: 4vw;
                      min-width: 7.2em; }
                      #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li h4:first-of-type {
                        margin: 0 2% 0 0; } }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li table tbody tr th {
                  white-space: nowrap; }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li p {
                  position: absolute;
                  bottom: calc( 50% - 1.5em);
                  left: 0;
                  right: 0;
                  margin: auto;
                  text-align: center; }
                  @media screen and (max-width: 640px) {
                    #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li p {
                      position: relative;
                      bottom: 0; } }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-priceList li strong {
                  color: #43B133 !important;
                  font-weight: bold; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-iconList {
              display: flex;
              justify-content: space-between; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-iconList {
                  flex-wrap: wrap; } }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection01 .re-sectionContents ul.re-iconList li {
                  width: 49%;
                  margin-bottom: 2%; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 {
          padding: 0 20px 0 80px; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 {
              padding: 2% 4%;
              overflow: hidden; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 h2 {
            margin-bottom: .75em;
            margin-left: 160px; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 h2 {
                margin-left: inherit;
                text-align: center;
                margin-bottom: 1em; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionLead {
            margin-left: 160px;
            margin-bottom: 60px; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionLead {
                margin-left: 0;
                width: 75%; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionLead p {
              font-size: 1.4rem;
              line-height: 2; }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionLead p.re-textNote {
                font-size: 1.2rem; }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents {
            border: 20px solid #E6E6E6;
            width: 820px;
            margin-left: auto;
            position: relative;
            padding: 12px; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents {
                border: 10px solid #E6E6E6;
                width: 100%;
                padding: 2%; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents:before {
              content: url(../images/my050/re-my050-sec02-bg.png);
              display: block;
              position: absolute;
              left: -20px;
              top: -40px; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents:before {
                  width: calc( 100% + 20px );
                  overflow: hidden;
                  left: -10px; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents:after {
              content: url(../images/my050/re-my050-sec02-header.png);
              display: block;
              position: absolute;
              width: 80px;
              left: -92px;
              top: -220px; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents:after {
                  content: '';
                  width: 35%;
                  height: 0;
                  padding-top: 63.43%;
                  background: url(../images/my050/re-my050-sec02-header.png) no-repeat top center;
                  background-size: contain;
                  right: -10%;
                  left: auto;
                  top: -160px; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents ul {
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap; }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents ul li {
                width: 24%; }
                @media screen and (max-width: 640px) {
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents ul li {
                    width: 48%; } }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents ul li figure {
                  font-size: 1.4rem;
                  text-align: center; }
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents ul li figure img {
                    margin-bottom: 1em; }
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection02 .re-sectionContents ul li figure figcaption {
                    color: #43B133;
                    text-align: center;
                    font-weight: bold; }
        #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 {
          padding: 0 20px 0 80px; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 {
              padding: 2% 4%;
              overflow: hidden; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 h2 {
            margin-bottom: .75em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents {
            display: flex; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft {
              max-width: 510px;
              font-size: 1.4rem; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft {
                  max-width: inherit;
                  width: 100%;
                  font-size: 3.6ve; } }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft p {
                margin-bottom: 1em; }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft p.re-textNote {
                  font-size: 1.2rem; }
                @media screen and (max-width: 640px) {
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft p .spOnly {
                    float: right;
                    padding-left: 1em;
                    padding-bottom: 1em;
                    width: 30%; } }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft figure {
                margin-bottom: 1em; }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft ul {
                margin-bottom: 1em; }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft ul li {
                  position: relative;
                  padding-left: 1.2em;
                  font-size: 1.2rem; }
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionLeft ul li:before {
                    content: '※';
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionRight {
              max-width: 334px; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection03 .re-sectionContents .re-sectionRight {
                  display: none; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 {
          padding: 0 20px 0 80px; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 {
              padding: 2% 4% 4%;
              overflow: hidden; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 h2 {
            margin-bottom: .75em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents {
            display: flex;
            justify-content: space-between; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft {
              max-width: 535px; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft {
                  max-width: inherit;
                  width: 100%; } }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft p {
                font-size: 1.4rem;
                margin-bottom: 1em; }
                @media screen and (max-width: 640px) {
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft p .spOnly {
                    float: right;
                    padding-left: 1em;
                    padding-bottom: 1em;
                    width: 30%; } }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft ol {
                color: #43B133;
                font-size: 1.8rem;
                font-weight: bold;
                margin-bottom: 1em; }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft ol li {
                  margin-bottom: .5em;
                  position: relative;
                  padding-left: 1.2em; }
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft ol li:before {
                    position: absolute;
                    left: 0;
                    top: 0; }
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft ol li:nth-of-type(1):before {
                    content: '❶'; }
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft ol li:nth-of-type(2):before {
                    content: '❷'; }
                  #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionLeft ol li:nth-of-type(3):before {
                    content: '❸'; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionRight {
              max-width: 365px; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-pageSection04 .re-sectionContents .re-sectionRight {
                  display: none; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo {
          background: #43B133;
          border-radius: 0 0 20px 20px;
          padding: 40px;
          color: #FFF;
          text-align: center; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo {
              padding: 4% 2%; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo h2 {
            font-size: 3rem;
            font-weight: bold;
            color: #FFF;
            margin-bottom: 1em; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo h2 {
                font-size: 5.6vw; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo .re-sectionContents {
            border: 2px solid #FFF;
            border-radius: 10px;
            padding: 1em 4em;
            font-size: 3rem;
            margin: 0 auto 1em;
            display: inline-block;
            font-weight: bold; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo .re-sectionContents strong {
              font-size: 4rem;
              display: block; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo .re-sectionContents {
                font-size: 6vw;
                padding: 4%; }
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo .re-sectionContents strong {
                  font-size: 8vw; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo p.re-buttonWrap {
            display: inline-block; }
            #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo p.re-buttonWrap a {
              font-size: 2rem;
              padding: .75em 4em;
              color: #43B133;
              background: #FFF;
              font-weight: bold;
              display: block;
              border-radius: 300px;
              border: 2px solid #43B133;
              transition: .2s;
              text-decoration: none;
              box-shadow: 0px 0px 10px -5px black; }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo p.re-buttonWrap a:hover {
                color: #FFF !important;
                background: #43B133;
                border: 2px solid #FFF;
                opacity: 1; }
              #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo p.re-buttonWrap a:after {
                content: '\f061';
                font-family: 'Font Awesome 5 Free';
                margin-left: .2em; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap section#re-footerInfo p.re-buttonWrap a {
                  font-size: 4.8vw;
                  padding: .5em 2em; } }
      #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap aside.re-bannerWrap {
        text-align: center;
        margin-bottom: 2em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage main#re-my050mainWrap #re-my050pageWrap aside.re-bannerWrap {
            margin-bottom: 4%; } }
    #fs_CustomPage main#re-my050mainWrap #re-formLead {
      max-width: 960px;
      margin: 0 auto;
      padding: 3em 0;
      font-size: 1.4rem; }
      #fs_CustomPage main#re-my050mainWrap #re-formLead section h1 {
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
        margin: 0 auto 2em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage main#re-my050mainWrap #re-formLead section h1 {
            font-size: 6vw;
            margin: 0 auto 1em; } }
      #fs_CustomPage main#re-my050mainWrap #re-formLead section > p {
        color: #222;
        margin: 0 auto 1em; }
      #fs_CustomPage main#re-my050mainWrap #re-formLead section section h2 {
        color: #222; }
      #fs_CustomPage main#re-my050mainWrap #re-formLead section section > p {
        margin: 0;
        color: #222; }
      #fs_CustomPage main#re-my050mainWrap #re-formLead section section ul li {
        color: #222; }
    #fs_CustomPage main#re-my050mainWrap #re-my050formWrap {
      background: #FFF;
      position: relative;
      text-align: left;
      box-shadow: 0px 0px 10px -5px black;
      border-radius: 20px;
      max-width: 960px;
      margin: auto;
      padding: 0;
      font-size: 1.4rem; }
      #fs_CustomPage main#re-my050mainWrap #re-my050formWrap a {
        text-decoration: underline; }
      #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader {
        background: #FFE033;
        border-radius: 20px 20px 0 0;
        padding: 40px 40px;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader {
            padding: 4%;
            display: block; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerLeft {
          width: 440px; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerLeft {
              width: 100%; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight {
          width: 420px; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight {
              width: 100%; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight h2 {
            font-size: 4rem;
            font-weight: bold;
            line-height: 1.5; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight h2 {
                font-size: 8vw; } }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight h2 span {
              display: block;
              font-size: .6em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight p {
            font-weight: bold; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight p.re-priceWrap {
              font-size: 3rem;
              margin-bottom: .5em; }
              #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight p.re-priceWrap span {
                font-size: 2rem; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight p.re-selecteWrap {
              margin-bottom: 1em; }
              #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight p.re-selecteWrap label {
                position: relative;
                display: inline-block;
                width: 4em;
                border: 1px solid #707070;
                border-radius: 5px;
                background: #fff;
                font-size: 3rem; }
                #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight p.re-selecteWrap label:before {
                  content: "";
                  position: absolute;
                  top: 50%;
                  right: 10px;
                  display: block;
                  width: 0;
                  height: 0;
                  margin: -4px 0 0 0;
                  border: 8px solid transparent;
                  border-top: 12px solid #707070; }
                #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight p.re-selecteWrap label select {
                  padding: 0 1em;
                  border: none;
                  color: #707070;
                  font-weight: bold; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formHeader .re-headerRight ul li {
            font-size: 1.6rem;
            font-weight: bold; }
      #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody {
        padding: 60px 120px;
        font-size: 1.4rem;
        color: #222; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody {
            padding: 2% 4%; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody input, #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody select, #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody textarea {
          border-radius: 0;
          width: auto;
          max-width: 100%; }
        #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dt {
          margin-bottom: .5em;
          position: relative; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dt.re-formRequired:after {
            content: "必 須";
            display: block;
            background-color: #EE8673;
            border-radius: 4px;
            color: #ffffff;
            font-size: .8em;
            font-weight: bold;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: auto;
            margin-right: auto;
            z-index: 1;
            line-height: 1;
            padding: .25em 1em; }
        #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd {
          margin-bottom: 1em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd:last-of-type {
            margin-bottom: 1.5em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd dl {
            display: flex;
            align-items: center;
            align-content: center;
            vertical-align: middle; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd ul {
            display: flex;
            align-items: center;
            margin: 0 auto 1em; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd ul li {
              display: flex;
              align-items: center;
              margin-right: 1em; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd ul li {
                  margin-right: .5em; } }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd label {
            margin-right: 1em;
            vertical-align: middle; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd label input[type="radio"], #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd label input[type="checkbox"] {
              margin-right: .5em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm {
            border: 1px solid #BFBFBF;
            background: #F7F7F7;
            padding: 1.5em;
            width: 100%;
            height: 15em;
            overflow: scroll;
            overflow-x: hidden;
            margin: 0 auto 4em; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm {
                margin: 0 auto 8%; } }
                #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm h2 {
                  font-weight: bold;
                  font-size: 1.5em;
                 }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm h3 {
              font-weight: bold; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm section {
              margin-bottom: .5em; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm ul {
              display: block;
              margin: 0; }
              #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm ul li {
                display: block; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol {
              counter-reset: cnt; }
              #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol > li {
                padding-left: 1.5em;
                position: relative; }
                #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol > li:before {
                  counter-increment: cnt;
                  content: counter(cnt) "）";
                  position: absolute;
                  left: 0;
                  top: 0; }
        #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody .re-buttonWrap {
          text-align: center; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"] {
            margin: 0 auto 4em;
            font-size: 2rem;
            padding: .75em 4em;
            color: #43B133;
            background: #FFF;
            font-weight: bold;
            display: block;
            border-radius: 300px;
            transition: .2s;
            border: 2px solid #43B133;
            transition: .2s;
            box-shadow: 0px 0px 10px -5px black; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"]:hover {
              color: #FFF !important;
              background: #43B133;
              opacity: 1;
              cursor: pointer; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"] {
                margin: 0 auto 8%; } }
        #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody #re-formContact {
          background: #F7F7F7;
          padding: 2em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody #re-formContact h3 {
            margin-bottom: 1em;
            font-weight: normal; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody #re-formContact p {
            margin-bottom: 1em; }
          #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody #re-formContact ul li {
            margin-bottom: 1em; }
            #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap .re-formBody #re-formContact ul li:last-of-type {
              margin-bottom: 0; }
      #fs_CustomPage main#re-my050mainWrap #re-my050formWrap .re-formWrap span.validateError {
        color: #F30;
        font-weight: bold;
        padding-bottom: .2em;
        border-bottom: 1px dotted #F30; }
  #fs_CustomPage #re-saleWrap, #fs_CustomPage #re-rentalWrap, #fs_CustomPage #re-warrantyWrap, #fs_CustomPage #re-guideWrap, #fs_CustomPage #re-saleguideWrap, #fs_CustomPage #re-rentalguideWrap, #fs_CustomPage #re-henpinWrap, #fs_CustomPage #re-kaitoriWrap, #fs_CustomPage #re-dpayWrap {
    position: relative;
    margin: auto;
    text-align: left;
    line-height: 1.8;
    padding: 0; }
    #fs_CustomPage #re-saleWrap .re-bgWhite, #fs_CustomPage #re-saleWrap .re-bgGray, #fs_CustomPage #re-saleWrap .re-bgGreen, #fs_CustomPage #re-rentalWrap .re-bgWhite, #fs_CustomPage #re-rentalWrap .re-bgGray, #fs_CustomPage #re-rentalWrap .re-bgGreen, #fs_CustomPage #re-warrantyWrap .re-bgWhite, #fs_CustomPage #re-warrantyWrap .re-bgGray, #fs_CustomPage #re-warrantyWrap .re-bgGreen, #fs_CustomPage #re-guideWrap .re-bgWhite, #fs_CustomPage #re-guideWrap .re-bgGray, #fs_CustomPage #re-guideWrap .re-bgGreen, #fs_CustomPage #re-saleguideWrap .re-bgWhite, #fs_CustomPage #re-saleguideWrap .re-bgGray, #fs_CustomPage #re-saleguideWrap .re-bgGreen, #fs_CustomPage #re-rentalguideWrap .re-bgWhite, #fs_CustomPage #re-rentalguideWrap .re-bgGray, #fs_CustomPage #re-rentalguideWrap .re-bgGreen, #fs_CustomPage #re-henpinWrap .re-bgWhite, #fs_CustomPage #re-henpinWrap .re-bgGray, #fs_CustomPage #re-henpinWrap .re-bgGreen, #fs_CustomPage #re-kaitoriWrap .re-bgWhite, #fs_CustomPage #re-kaitoriWrap .re-bgGray, #fs_CustomPage #re-kaitoriWrap .re-bgGreen, #fs_CustomPage #re-dpayWrap .re-bgWhite, #fs_CustomPage #re-dpayWrap .re-bgGray, #fs_CustomPage #re-dpayWrap .re-bgGreen {
      padding: 4% 0 0 0; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap .re-bgWhite, #fs_CustomPage #re-saleWrap .re-bgGray, #fs_CustomPage #re-saleWrap .re-bgGreen, #fs_CustomPage #re-rentalWrap .re-bgWhite, #fs_CustomPage #re-rentalWrap .re-bgGray, #fs_CustomPage #re-rentalWrap .re-bgGreen, #fs_CustomPage #re-warrantyWrap .re-bgWhite, #fs_CustomPage #re-warrantyWrap .re-bgGray, #fs_CustomPage #re-warrantyWrap .re-bgGreen, #fs_CustomPage #re-guideWrap .re-bgWhite, #fs_CustomPage #re-guideWrap .re-bgGray, #fs_CustomPage #re-guideWrap .re-bgGreen, #fs_CustomPage #re-saleguideWrap .re-bgWhite, #fs_CustomPage #re-saleguideWrap .re-bgGray, #fs_CustomPage #re-saleguideWrap .re-bgGreen, #fs_CustomPage #re-rentalguideWrap .re-bgWhite, #fs_CustomPage #re-rentalguideWrap .re-bgGray, #fs_CustomPage #re-rentalguideWrap .re-bgGreen, #fs_CustomPage #re-henpinWrap .re-bgWhite, #fs_CustomPage #re-henpinWrap .re-bgGray, #fs_CustomPage #re-henpinWrap .re-bgGreen, #fs_CustomPage #re-kaitoriWrap .re-bgWhite, #fs_CustomPage #re-kaitoriWrap .re-bgGray, #fs_CustomPage #re-kaitoriWrap .re-bgGreen, #fs_CustomPage #re-dpayWrap .re-bgWhite, #fs_CustomPage #re-dpayWrap .re-bgGray, #fs_CustomPage #re-dpayWrap .re-bgGreen {
          padding: 4% 2% 0; } }
    #fs_CustomPage #re-saleWrap .re-bgGray, #fs_CustomPage #re-rentalWrap .re-bgGray, #fs_CustomPage #re-warrantyWrap .re-bgGray, #fs_CustomPage #re-guideWrap .re-bgGray, #fs_CustomPage #re-saleguideWrap .re-bgGray, #fs_CustomPage #re-rentalguideWrap .re-bgGray, #fs_CustomPage #re-henpinWrap .re-bgGray, #fs_CustomPage #re-kaitoriWrap .re-bgGray, #fs_CustomPage #re-dpayWrap .re-bgGray {
      background: #F7F7F7; }
    #fs_CustomPage #re-saleWrap .re-bgGreen, #fs_CustomPage #re-rentalWrap .re-bgGreen, #fs_CustomPage #re-warrantyWrap .re-bgGreen, #fs_CustomPage #re-guideWrap .re-bgGreen, #fs_CustomPage #re-saleguideWrap .re-bgGreen, #fs_CustomPage #re-rentalguideWrap .re-bgGreen, #fs_CustomPage #re-henpinWrap .re-bgGreen, #fs_CustomPage #re-kaitoriWrap .re-bgGreen, #fs_CustomPage #re-dpayWrap .re-bgGreen {
      background: #43B133; }
    #fs_CustomPage #re-saleWrap h1, #fs_CustomPage #re-rentalWrap h1, #fs_CustomPage #re-warrantyWrap h1, #fs_CustomPage #re-guideWrap h1, #fs_CustomPage #re-saleguideWrap h1, #fs_CustomPage #re-rentalguideWrap h1, #fs_CustomPage #re-henpinWrap h1, #fs_CustomPage #re-kaitoriWrap h1, #fs_CustomPage #re-dpayWrap h1 {
      margin: 0 auto 4%;
      text-align: center;
      max-width: 900px;
      border-radius: 20px;
      padding: .5em 1em;
      line-height: 1;
      font-size: 3.2rem;
      font-weight: bold;
      color: #FFF; }
      #fs_CustomPage #re-saleWrap h1 img, #fs_CustomPage #re-rentalWrap h1 img, #fs_CustomPage #re-warrantyWrap h1 img, #fs_CustomPage #re-guideWrap h1 img, #fs_CustomPage #re-saleguideWrap h1 img, #fs_CustomPage #re-rentalguideWrap h1 img, #fs_CustomPage #re-henpinWrap h1 img, #fs_CustomPage #re-kaitoriWrap h1 img, #fs_CustomPage #re-dpayWrap h1 img {
        margin: auto; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap h1, #fs_CustomPage #re-rentalWrap h1, #fs_CustomPage #re-warrantyWrap h1, #fs_CustomPage #re-guideWrap h1, #fs_CustomPage #re-saleguideWrap h1, #fs_CustomPage #re-rentalguideWrap h1, #fs_CustomPage #re-henpinWrap h1, #fs_CustomPage #re-kaitoriWrap h1, #fs_CustomPage #re-dpayWrap h1 {
          font-size: 6.4vw; } }
    #fs_CustomPage #re-saleWrap section, #fs_CustomPage #re-rentalWrap section, #fs_CustomPage #re-warrantyWrap section, #fs_CustomPage #re-guideWrap section, #fs_CustomPage #re-saleguideWrap section, #fs_CustomPage #re-rentalguideWrap section, #fs_CustomPage #re-henpinWrap section, #fs_CustomPage #re-kaitoriWrap section, #fs_CustomPage #re-dpayWrap section {
      max-width: 912px;
      margin: auto; }
  #fs_CustomPage #re-saleWrap h1, #fs_CustomPage #re-rentalWrap h1 {
    margin: 0 auto 4%;
    text-align: center;
    border-radius: 20px;
    line-height: 1;
    font-size: 3.2rem;
    font-weight: bold;
    position: relative; }
    #fs_CustomPage #re-saleWrap h1:before, #fs_CustomPage #re-rentalWrap h1:before {
      content: url(https:../images/common/re-common-h1-large.png);
      display: block;
      margin: 0 auto .5em;
      position: static;
      top: 0;
      left: 0;
      right: 0; }
    #fs_CustomPage #re-saleWrap h1 span, #fs_CustomPage #re-rentalWrap h1 span {
      display: inline-block;
      border-radius: 20px;
      color: #FFF;
      padding: .5em 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-saleWrap h1, #fs_CustomPage #re-rentalWrap h1 {
        font-size: 4.8vw; }
        #fs_CustomPage #re-saleWrap h1:before, #fs_CustomPage #re-rentalWrap h1:before {
          content: '';
          max-width: 389px;
          width: 100%;
          padding-top: 21.36%;
          background: url(https:../images/common/re-common-h1-small.png) no-repeat;
          background-size: contain; } }
  #fs_CustomPage #re-saleWrap section.re-featureWrap, #fs_CustomPage #re-rentalWrap section.re-featureWrap {
    margin-bottom: 4%; }
    #fs_CustomPage #re-saleWrap section.re-featureWrap h2, #fs_CustomPage #re-rentalWrap section.re-featureWrap h2 {
      font-size: 3rem;
      font-weight: bold;
      text-align: left;
      line-height: 1.2;
      padding-bottom: .5em;
      padding-left: 140px;
      margin-bottom: 1em;
      position: relative;
      min-height: 106px;
      display: flex;
      align-items: flex-end; }
      #fs_CustomPage #re-saleWrap section.re-featureWrap h2:before, #fs_CustomPage #re-rentalWrap section.re-featureWrap h2:before {
        content: '';
        display: block;
        width: 120px;
        height: 106px;
        background-size: contain;
        position: absolute;
        bottom: -2px;
        left: 0; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap section.re-featureWrap h2, #fs_CustomPage #re-rentalWrap section.re-featureWrap h2 {
          font-size: 6vw;
          padding-bottom: .25em;
          padding-left: 70px;
          min-height: 53px; }
          #fs_CustomPage #re-saleWrap section.re-featureWrap h2:before, #fs_CustomPage #re-rentalWrap section.re-featureWrap h2:before {
            width: 60px;
            height: 53px;
            bottom: -1px; } }
    #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner {
          flex-wrap: wrap-reverse;
          flex-direction: row-reverse; } }
      #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner h3, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner h3 {
        font-weight: bold; }
      #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner .re-sectionLeft, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner .re-sectionLeft {
        max-width: 609px;
        width: 67.67%; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner .re-sectionLeft, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner .re-sectionLeft {
            max-width: inherit;
            width: 100%;
            margin-bottom: 1em; } }
      #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner .re-sectionRight, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner .re-sectionRight {
        max-width: 276px;
        width: 30.67%; }
        #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner .re-sectionRight figure, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner .re-sectionRight figure {
          text-align: center; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner .re-sectionRight, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner .re-sectionRight {
            max-width: inherit;
            width: 100%;
            margin-bottom: 1em; }
            #fs_CustomPage #re-saleWrap section.re-featureWrap .re-sectionInner .re-sectionRight figure img, #fs_CustomPage #re-rentalWrap section.re-featureWrap .re-sectionInner .re-sectionRight figure img {
              margin: auto; } }
    #fs_CustomPage #re-saleWrap section.re-featureWrap p, #fs_CustomPage #re-rentalWrap section.re-featureWrap p {
      margin-bottom: 1em; }
      #fs_CustomPage #re-saleWrap section.re-featureWrap p strong, #fs_CustomPage #re-rentalWrap section.re-featureWrap p strong {
        font-weight: bold; }
      #fs_CustomPage #re-saleWrap section.re-featureWrap p.re-textNote, #fs_CustomPage #re-rentalWrap section.re-featureWrap p.re-textNote {
        font-size: .8em;
        margin-bottom: 1.25em; }
    #fs_CustomPage #re-saleWrap section.re-featureWrap ul, #fs_CustomPage #re-rentalWrap section.re-featureWrap ul {
      margin-bottom: 1em; }
  #fs_CustomPage #re-saleWrap section.re-contentsWrap, #fs_CustomPage #re-rentalWrap section.re-contentsWrap {
    margin-bottom: 4%; }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap:last-of-type, #fs_CustomPage #re-rentalWrap section.re-contentsWrap:last-of-type {
      margin-bottom: 0; }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap h2, #fs_CustomPage #re-rentalWrap section.re-contentsWrap h2 {
      margin: 0 auto 4%;
      text-align: center;
      border-radius: 20px;
      padding: .5em 1em;
      line-height: 1;
      font-size: 3.2rem;
      font-weight: bold;
      color: #FFF;
      margin-bottom: 1em; }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner {
          flex-wrap: wrap-reverse;
          flex-direction: row-reverse; } }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner h3, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner h3 {
        font-weight: bold; }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner .re-sectionLeft, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner .re-sectionLeft {
        max-width: 609px;
        width: 67.67%; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner .re-sectionLeft, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner .re-sectionLeft {
            max-width: inherit;
            width: 100%;
            margin-bottom: 1em; } }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner .re-sectionRight, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner .re-sectionRight {
        max-width: 276px;
        width: 30.67%; }
        #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner .re-sectionRight figure, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner .re-sectionRight figure {
          text-align: center; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner .re-sectionRight, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner .re-sectionRight {
            max-width: inherit;
            width: 100%;
            margin-bottom: 1em; }
            #fs_CustomPage #re-saleWrap section.re-contentsWrap .re-sectionInner .re-sectionRight figure img, #fs_CustomPage #re-rentalWrap section.re-contentsWrap .re-sectionInner .re-sectionRight figure img {
              margin: auto; } }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap p, #fs_CustomPage #re-rentalWrap section.re-contentsWrap p {
      margin: 0 auto 1em; }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap p strong, #fs_CustomPage #re-rentalWrap section.re-contentsWrap p strong {
        font-weight: bold;
        font-size: 1.5em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-contentsWrap p strong, #fs_CustomPage #re-rentalWrap section.re-contentsWrap p strong {
            font-size: 1.25em; } }
  #fs_CustomPage #re-saleWrap aside, #fs_CustomPage #re-rentalWrap aside {
    max-width: 900px;
    margin: auto; }
  #fs_CustomPage #re-saleWrap aside.re-searchWrap, #fs_CustomPage #re-rentalWrap aside.re-searchWrap {
    padding-bottom: 4%; }
    #fs_CustomPage #re-saleWrap aside.re-searchWrap h3, #fs_CustomPage #re-rentalWrap aside.re-searchWrap h3 {
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;
      color: #FFF;
      margin-bottom: 1em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap aside.re-searchWrap h3, #fs_CustomPage #re-rentalWrap aside.re-searchWrap h3 {
          font-size: 4.8vw; } }
    #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner {
      margin: auto;
      padding: 0;
      position: relative;
      display: flex;
      justify-content: center; }
      #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner select, #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner input, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner select, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner input {
        padding: .5em 1em;
        border-radius: 4px;
        border: none;
        font-size: 1.6rem;
        line-height: 1;
        height: 3em; }
      #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner .re-pulldownBlock, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner .re-pulldownBlock {
        text-align: left;
        margin-right: 1em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner .re-pulldownBlock, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner .re-pulldownBlock {
            margin-right: 2%; } }
      #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock {
        position: relative;
        max-width: 683px;
        width: 82.3%; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock {
            max-width: inherit;
            width: 100%; } }
        #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock .re-searchInput, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock .re-searchInput {
          width: 100%; }
        #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock .re-searchButton, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner .re-searchkeyBlock .re-searchButton {
          position: absolute;
          right: .5em;
          top: 0;
          bottom: 0;
          margin: auto; }
      #fs_CustomPage #re-saleWrap aside.re-searchWrap .re-searchInner button, #fs_CustomPage #re-rentalWrap aside.re-searchWrap .re-searchInner button {
        background: none;
        border: none; }
  #fs_CustomPage #re-saleWrap aside.re-supportWrap h3, #fs_CustomPage #re-rentalWrap aside.re-supportWrap h3 {
    text-align: left;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 1em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-saleWrap aside.re-supportWrap h3, #fs_CustomPage #re-rentalWrap aside.re-supportWrap h3 {
        font-size: 6vw; } }
  #fs_CustomPage #re-saleWrap aside.re-supportWrap ul, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul {
    display: flex; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-saleWrap aside.re-supportWrap ul, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul {
        display: block; } }
    #fs_CustomPage #re-saleWrap aside.re-supportWrap ul li, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul li {
      width: 32%;
      margin-right: 2%; }
      #fs_CustomPage #re-saleWrap aside.re-supportWrap ul li:nth-of-type(3n), #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul li:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap aside.re-supportWrap ul li, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul li {
          width: 100%;
          margin-bottom: 4%; }
          #fs_CustomPage #re-saleWrap aside.re-supportWrap ul li:last-of-type, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul li:last-of-type {
            margin-bottom: 0; } }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap aside.re-supportWrap ul li figure, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul li figure {
          width: 80%;
          margin: auto; } }
      #fs_CustomPage #re-saleWrap aside.re-supportWrap ul li figure img, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul li figure img {
        margin-bottom: 1em; }
      #fs_CustomPage #re-saleWrap aside.re-supportWrap ul li figure figcaption, #fs_CustomPage #re-rentalWrap aside.re-supportWrap ul li figure figcaption {
        font-size: 1.4rem; }
  #fs_CustomPage #re-saleWrap h1 span {
    background: #43B133; }
  #fs_CustomPage #re-saleWrap .re-saleLead {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 auto 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-saleWrap .re-saleLead {
        font-size: 4vw; } }
  #fs_CustomPage #re-saleWrap section.re-featureWrap {
    margin-bottom: 4%; }
    #fs_CustomPage #re-saleWrap section.re-featureWrap h2 {
      color: #43B133;
      border-bottom: 2px solid #43B133; }
    #fs_CustomPage #re-saleWrap section.re-featureWrap:nth-of-type(1) h2:before {
      background-image: url(https:../images/sale/re-sale-h2-feature01.png); }
    #fs_CustomPage #re-saleWrap section.re-featureWrap:nth-of-type(2) h2:before {
      background-image: url(https:../images/sale/re-sale-h2-feature02.png); }
    #fs_CustomPage #re-saleWrap section.re-featureWrap:nth-of-type(3) h2:before {
      background-image: url(https:../images/sale/re-sale-h2-feature03.png); }
    #fs_CustomPage #re-saleWrap section.re-featureWrap:nth-of-type(4) h2:before {
      background-image: url(https:../images/sale/re-sale-h2-feature04.png); }
    #fs_CustomPage #re-saleWrap section.re-featureWrap:nth-of-type(5) h2:before {
      background-image: url(https:../images/sale/re-sale-h2-feature05.png); }
  #fs_CustomPage #re-saleWrap section.re-contentsWrap h2 {
    background: #43B133; }
  #fs_CustomPage #re-saleWrap section.re-contentsWrap p strong {
    color: #43B133; }
  #fs_CustomPage #re-saleWrap section.re-contentsWrap h3 {
    color: #43B133; }
  #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:last-of-type {
      margin-bottom: 0; }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n+1) {
      justify-content: flex-end; }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n+1) .re-voiceComment:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 0 42px;
        border-color: transparent transparent transparent #FFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -42px;
        margin: auto; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n+1) .re-voiceComment:after {
            border-width: 15px 0 0 21px;
            right: -21px; } }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n+1) .re-voiceEyecatch {
        margin-left: 42px; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n+1) .re-voiceEyecatch {
            margin-left: 21px; } }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n) {
      flex-direction: row-reverse;
      justify-content: flex-start; }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n) .re-voiceComment:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 30px 42px;
        border-color: transparent transparent #FFF transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -42px;
        margin: auto; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n) .re-voiceComment:after {
            border-width: 0 0 15px 21px;
            left: -21px; } }
      #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n) .re-voiceEyecatch {
        margin-right: 42px; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li:nth-of-type(2n) .re-voiceEyecatch {
            margin-right: 21px; } }
    #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li .re-voiceComment {
      padding: 2em;
      background: #FFF;
      border-radius: 20px;
      width: 640px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleWrap section.re-contentsWrap#re-voiceContents ul li .re-voiceComment {
          padding: 1em;
          width: 71.1%;
          font-size: 3.2vw; } }
  #fs_CustomPage #re-saleWrap aside.re-supportWrap h3 {
    color: #43B133; }
  #fs_CustomPage #re-rentalWrap h1 span {
    background: #F78F49; }
  #fs_CustomPage #re-rentalWrap .re-rentalLead {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-rentalWrap .re-rentalLead {
        font-size: 4.8vw; } }
  #fs_CustomPage #re-rentalWrap section.re-featureWrap {
    margin-bottom: 4%; }
    #fs_CustomPage #re-rentalWrap section.re-featureWrap h2 {
      color: #F78F49;
      border-bottom: 2px solid #F78F49; }
    #fs_CustomPage #re-rentalWrap section.re-featureWrap:nth-of-type(1) h2:before {
      background-image: url(https:../images/rental/re-rental-h2-feature01.png); }
    #fs_CustomPage #re-rentalWrap section.re-featureWrap:nth-of-type(2) h2:before {
      background-image: url(https:../images/rental/re-rental-h2-feature02.png); }
    #fs_CustomPage #re-rentalWrap section.re-featureWrap:nth-of-type(3) h2:before {
      background-image: url(https:../images/rental/re-rental-h2-feature03.png); }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap h2 {
    background: #F78F49; }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap p strong {
    color: #F78F49; }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap h3 {
    margin-bottom: 1em;
    font-size: 2.4rem;
    color: #F78F49;
    font-weight: bold; }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents h3 {
    text-align: center; }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl {
    margin: 0 auto 8%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl {
        display: block; } }
    #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dt {
      width: 35.56%;
      position: relative; }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dt:before {
        content: '';
        height: 100%;
        width: 56px;
        border-right: 6px solid #F78F49;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        top: 0;
        z-index: -1; }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dt:last-of-type:before {
        height: 50%; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dt {
          width: 100%;
          margin: 0 auto 4%; }
          #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dt:before {
            display: none; }
          #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dt figure {
            text-align: center; } }
    #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dd {
      width: 62.22%;
      min-height: 14em;
      font-size: 1.4rem; }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dd:last-of-type {
        display: none;
        align-items: center;
        justify-content: center;
        padding-bottom: 0; }
        #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dd:last-of-type p {
          font-size: 3rem; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-useContents dl dd {
          width: 100%; } }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents h3 {
    text-align: left; }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents p {
    margin: 0 auto 8%; }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents ul {
        display: block; } }
    #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents ul li {
      width: 48%;
      margin: 0 0 5em; }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents ul li .re-youtubeWrap {
        position: relative;
        padding-top: 56.25%;
        height: 0;
        overflow: hidden;
        margin: 0 auto .5em; }
        #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents ul li .re-youtubeWrap iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents ul li p {
        font-size: 1.4rem;
        text-align: center;
        margin: 0 auto 8%; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-youtubeContents ul li {
          width: 80%;
          margin: 0 auto 4%; } }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-voiceContents {
    margin: 0 auto 4em; }
  #fs_CustomPage #re-rentalWrap aside.re-supportWrap h3 {
    text-align: left;
    color: #F78F49; }
  #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl {
        display: block; } }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl dt figure {
        text-align: center;
        margin: 0 auto 4%; } }
    #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl dd {
      padding: 2em;
      background: #F7F7F7;
      border-radius: 10px;
      width: 83.67%;
      position: relative;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl dd {
          width: 100%;
          padding: 1em; } }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl dd:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 24px 10px 0;
        border-color: transparent #F7F7F7 transparent transparent;
        position: absolute;
        left: -24px;
        top: 88px;
        margin: auto; }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl dd h5 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #F78F49;
        margin: 0 auto .5em; }
      #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl dd img {
        display: inline-block;
        float: right;
        margin: 0 0 2em 2em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-rentalWrap section.re-contentsWrap#re-returnContents dl dd img {
            float: none;
            margin: 0 auto 4%;
            display: block; } }
  #fs_CustomPage #re-warrantyWrap h1, #fs_CustomPage #re-guideWrap h1, #fs_CustomPage #re-questionWrap h1, #fs_CustomPage #re-henpinWrap h1, #fs_CustomPage #re-kaitoriWrap h1, #fs_CustomPage #re-snsWrap h1, #fs_CustomPage #re-sitemapWrap h1, #fs_CustomPage #re-corporateWrap h1 {
    margin: 0 auto 4%;
    text-align: center;
    border-radius: 20px;
    line-height: 1;
    font-size: 3.2rem;
    font-weight: bold;
    position: relative; }
    #fs_CustomPage #re-warrantyWrap h1:before, #fs_CustomPage #re-guideWrap h1:before, #fs_CustomPage #re-questionWrap h1:before, #fs_CustomPage #re-henpinWrap h1:before, #fs_CustomPage #re-kaitoriWrap h1:before, #fs_CustomPage #re-snsWrap h1:before, #fs_CustomPage #re-sitemapWrap h1:before, #fs_CustomPage #re-corporateWrap h1:before {
      content: url(https:../images/common/re-common-h1-small.png);
      display: block;
      margin: 0 auto .5em;
      position: static;
      top: 0;
      left: 0;
      right: 0; }
    #fs_CustomPage #re-warrantyWrap h1 span, #fs_CustomPage #re-guideWrap h1 span, #fs_CustomPage #re-questionWrap h1 span, #fs_CustomPage #re-henpinWrap h1 span, #fs_CustomPage #re-kaitoriWrap h1 span, #fs_CustomPage #re-snsWrap h1 span, #fs_CustomPage #re-sitemapWrap h1 span, #fs_CustomPage #re-corporateWrap h1 span {
      display: inline-block;
      background: #43B133;
      border-radius: 20px;
      color: #FFF;
      padding: .5em 4em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-warrantyWrap h1, #fs_CustomPage #re-guideWrap h1, #fs_CustomPage #re-questionWrap h1, #fs_CustomPage #re-henpinWrap h1, #fs_CustomPage #re-kaitoriWrap h1, #fs_CustomPage #re-snsWrap h1, #fs_CustomPage #re-sitemapWrap h1, #fs_CustomPage #re-corporateWrap h1 {
        font-size: 4.8vw; }
        #fs_CustomPage #re-warrantyWrap h1:before, #fs_CustomPage #re-guideWrap h1:before, #fs_CustomPage #re-questionWrap h1:before, #fs_CustomPage #re-henpinWrap h1:before, #fs_CustomPage #re-kaitoriWrap h1:before, #fs_CustomPage #re-snsWrap h1:before, #fs_CustomPage #re-sitemapWrap h1:before, #fs_CustomPage #re-corporateWrap h1:before {
          content: '';
          max-width: 389px;
          width: 100%;
          padding-top: 21.36%;
          background: url(https:../images/common/re-common-h1-small.png) no-repeat;
          background-size: contain; } }
  #fs_CustomPage #re-warrantyWrap .re-warrantyLead {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-warrantyWrap .re-warrantyLead {
        font-size: 4.8vw; } }
  #fs_CustomPage #re-warrantyWrap .re-warrantyTab {
    max-width: 972px;
    margin: 0 auto 4em; }
    #fs_CustomPage #re-warrantyWrap .re-warrantyTab ul {
      border-bottom: 3px solid #43B133;
      display: flex; }
      #fs_CustomPage #re-warrantyWrap .re-warrantyTab ul li {
        /*max-width: 324px;
        width: 33.33%;*/
        width: 50%;
        border-left: 1px solid #FFF; }
        #fs_CustomPage #re-warrantyWrap .re-warrantyTab ul li:first-of-type {
          border: none; }
        #fs_CustomPage #re-warrantyWrap .re-warrantyTab ul li a {
          display: block;
          text-align: center;
          padding: 1em 0;
          background: #F1F1F1;
          margin-bottom: 1px;
          box-sizing: border-box;
          color: #a1d899;
          font-size: 2rem; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-warrantyWrap .re-warrantyTab ul li a {
              font-size: 4vw;
              line-height: 1.2;
              min-height: 5.6em;
              padding: 1em;
              display: flex;
              align-items: center; } }
        #fs_CustomPage #re-warrantyWrap .re-warrantyTab ul li.re-currentPage a {
          color: #FFF !important;
          background: #43B133;
          margin-bottom: 0;
          border-bottom: 1px solid #43B133; }
  #fs_CustomPage #re-warrantyWrap section.re-contentsWrap {
    margin-bottom: 4%; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap:last-of-type {
      margin-bottom: 0; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h2 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1;
      color: #43B133;
      display: flex;
      align-items: center;
      margin: 0 auto 1em;
      line-height: 1.2; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h2 img {
        margin-right: .5em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h2 {
          font-size: 6vw;
          line-height: 1.2; } }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner {
          flex-wrap: wrap-reverse;
          flex-direction: row-reverse; } }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner .re-sectionLeft {
        max-width: 609px;
        width: 67.67%; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner .re-sectionLeft {
            max-width: inherit;
            width: 100%;
            margin-bottom: 1em; } }
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner .re-sectionLeft strong {
          font-size: 1.8rem; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner .re-sectionRight {
        max-width: 276px;
        width: 30.67%; }
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner .re-sectionRight figure {
          text-align: center; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner .re-sectionRight {
            max-width: inherit;
            width: 100%;
            margin-bottom: 1em; }
            #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-sectionInner .re-sectionRight figure img {
              margin: auto; } }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap p {
      margin: 0 auto 1em; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap strong {
      font-weight: bold; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h3 {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1;
      color: #43B133;
      padding-bottom: .5em;
      border-bottom: 2px solid #43B133;
      margin: 0 auto 1em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h3 {
          font-size: 4.8vw;
          line-height: 1.2; } }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h4 {
      text-align: center;
      margin: 0 auto 3em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h4 {
          margin: 0 auto 8%; } }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap h5 {
      font-weight: bold; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap .re-contentsLead {
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-outerList dt {
      font-weight: bold;
      margin: 0 auto .5em; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-outerList dd {
      margin: 0 auto 1em; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-innerList {
      padding: .5em 0; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-innerList dt {
        font-weight: normal;
        margin: 0 auto .5em; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-innerList dd {
        margin: 0 auto .5em; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-qandaList dt {
      font-weight: bold;
      padding-left: 1.6em;
      position: relative; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-qandaList dt:before {
        content: 'Q.';
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-qandaList dd {
      margin: 0 auto 2em;
      padding-left: 1.6em;
      position: relative; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap dl.re-qandaList dd:before {
        content: 'A.';
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ul.re-dotList li {
      padding-left: 1.2em;
      position: relative; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ul.re-dotList li:before {
        content: '・';
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ul.re-asteriskList li {
      padding-left: 1.2em;
      position: relative; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ul.re-asteriskList li:before {
        content: '※';
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ol.re-numberList {
      counter-reset: cnt; }
      #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ol.re-numberList li {
        padding-left: 1.2em;
        position: relative;
        counter-increment: cnt; }
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ol.re-numberList li:before {
          content: counter(cnt) ".";
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ol.re-numberList li:nth-of-type(n+10) {
          padding-left: 1.8em; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap ol.re-nomarkList li:first-letter {
      margin-right: .2em; }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap figure.re-grayFig {
      text-align: center;
      background: #EDEBEB;
      padding: 1em;
      margin: 0 auto 3em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap figure.re-grayFig {
          margin: 0 auto 8%; }
          #fs_CustomPage #re-warrantyWrap section.re-contentsWrap figure.re-grayFig img {
            width: 100%; } }
    #fs_CustomPage #re-warrantyWrap section.re-contentsWrap figure {
      text-align: center;
      margin: 0 auto 3em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-warrantyWrap section.re-contentsWrap figure {
          margin: 0 auto 8%; }
          #fs_CustomPage #re-warrantyWrap section.re-contentsWrap figure img {
            width: 80%; } }
  #fs_CustomPage #re-questionWrap .re-questionLead, #fs_CustomPage #re-questionsaleWrap .re-questionLead, #fs_CustomPage #re-questionrentalWrap .re-questionLead {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-questionWrap .re-questionLead, #fs_CustomPage #re-questionsaleWrap .re-questionLead, #fs_CustomPage #re-questionrentalWrap .re-questionLead {
        font-size: 4.8vw; } }
  #fs_CustomPage #re-questionWrap .re-questionNavi, #fs_CustomPage #re-questionsaleWrap .re-questionNavi, #fs_CustomPage #re-questionrentalWrap .re-questionNavi {
    max-width: 912px;
    margin: 0 auto 4em; }
    #fs_CustomPage #re-questionWrap .re-questionNavi ul, #fs_CustomPage #re-questionsaleWrap .re-questionNavi ul, #fs_CustomPage #re-questionrentalWrap .re-questionNavi ul {
      display: flex;
      justify-content: space-between; }
      #fs_CustomPage #re-questionWrap .re-questionNavi ul li, #fs_CustomPage #re-questionsaleWrap .re-questionNavi ul li, #fs_CustomPage #re-questionrentalWrap .re-questionNavi ul li {
        max-width: 448px;
        width: 49.5%; }
  #fs_CustomPage #re-questionsaleWrap, #fs_CustomPage #re-questionrentalWrap {
    position: relative;
    margin: auto;
    text-align: left;
    line-height: 1.8;
    padding: 0; }
    #fs_CustomPage #re-questionsaleWrap .re-bgWhite, #fs_CustomPage #re-questionsaleWrap .re-bgGray, #fs_CustomPage #re-questionsaleWrap .re-bgGreen, #fs_CustomPage #re-questionrentalWrap .re-bgWhite, #fs_CustomPage #re-questionrentalWrap .re-bgGray, #fs_CustomPage #re-questionrentalWrap .re-bgGreen {
      padding: 4% 0 0 0; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-questionsaleWrap .re-bgWhite, #fs_CustomPage #re-questionsaleWrap .re-bgGray, #fs_CustomPage #re-questionsaleWrap .re-bgGreen, #fs_CustomPage #re-questionrentalWrap .re-bgWhite, #fs_CustomPage #re-questionrentalWrap .re-bgGray, #fs_CustomPage #re-questionrentalWrap .re-bgGreen {
          padding: 4% 2% 0; } }
    #fs_CustomPage #re-questionsaleWrap .re-bgGray, #fs_CustomPage #re-questionrentalWrap .re-bgGray {
      background: #F7F7F7; }
    #fs_CustomPage #re-questionsaleWrap .re-bgGreen, #fs_CustomPage #re-questionrentalWrap .re-bgGreen {
      background: #43B133; }
    #fs_CustomPage #re-questionsaleWrap h1, #fs_CustomPage #re-questionrentalWrap h1 {
      margin: 0 auto 4%;
      text-align: center;
      max-width: 960px;
      border-radius: 20px;
      padding: .5em 1em;
      line-height: 1;
      font-size: 3.2rem;
      font-weight: bold;
      color: #FFF; }
      #fs_CustomPage #re-questionsaleWrap h1 img, #fs_CustomPage #re-questionrentalWrap h1 img {
        margin: auto; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-questionsaleWrap h1, #fs_CustomPage #re-questionrentalWrap h1 {
          font-size: 6.4vw; } }
    #fs_CustomPage #re-questionsaleWrap .re-questionAnchor, #fs_CustomPage #re-questionrentalWrap .re-questionAnchor {
      max-width: 960px;
      margin: 0 auto 4em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-questionsaleWrap .re-questionAnchor, #fs_CustomPage #re-questionrentalWrap .re-questionAnchor {
          margin-bottom: 8%; } }
      #fs_CustomPage #re-questionsaleWrap .re-questionAnchor ul, #fs_CustomPage #re-questionrentalWrap .re-questionAnchor ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #fs_CustomPage #re-questionsaleWrap .re-questionAnchor ul li, #fs_CustomPage #re-questionrentalWrap .re-questionAnchor ul li {
          font-size: 2.4rem;
          font-weight: bold;
          color: #707070 !important;
          transition: .2s;
          margin: 0 1em;
          border-bottom: 4px solid rgba(0, 0, 0, 0); }
          #fs_CustomPage #re-questionsaleWrap .re-questionAnchor ul li:hover, #fs_CustomPage #re-questionrentalWrap .re-questionAnchor ul li:hover {
            padding: 0;
            border-bottom: 4px solid;
            cursor: pointer; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-questionsaleWrap .re-questionAnchor ul li, #fs_CustomPage #re-questionrentalWrap .re-questionAnchor ul li {
              font-size: 4.8vw;
              margin: 0 .5em; } }
          #fs_CustomPage #re-questionsaleWrap .re-questionAnchor ul li.re-currentTab, #fs_CustomPage #re-questionrentalWrap .re-questionAnchor ul li.re-currentTab {
            border-bottom: 4px solid; }
    #fs_CustomPage #re-questionsaleWrap section, #fs_CustomPage #re-questionrentalWrap section {
      max-width: 960px;
      margin: auto; }
    #fs_CustomPage #re-questionsaleWrap .re-contentsWrap, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap {
      max-width: 960px;
      padding-bottom: 4%; }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList {
        background: #FFF;
        border-radius: 20px;
        padding: 2em 0;
        margin: 0 auto 2em;
        display: none; }
        #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList:first-of-type, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList:first-of-type {
          display: block; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList {
            padding: 1em 0;
            margin: 0 auto 1em; } }
        #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dt, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dt {
          font-weight: bold;
          padding: 0 1.6em 0 2.8em;
          position: relative;
          font-size: 2rem;
          margin: 0 auto 1em; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dt, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dt {
              padding: 0 1em 0 2.2em;
              font-size: 4.8vw; } }
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dt:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dt:before {
            content: 'Q';
            display: block;
            position: absolute;
            top: 0;
            left: 1.6em;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            width: 1em; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dt:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dt:before {
                left: 4.8vw;
                font-size: 4.8vw; } }
        #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd {
          margin: 0 auto 2em;
          padding: 0 2em 2em 3.5em;
          position: relative;
          font-size: 1.6rem;
          border-bottom: 4px solid #F7F7F7; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd {
              padding: 0 4.8vw 2em 10.56vw;
              font-size: 3.6vw; } }
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd:last-of-type, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd:last-of-type {
            border: none;
            padding-bottom: 0;
            margin-bottom: 0; }
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd:before {
            content: 'A';
            display: block;
            position: absolute;
            top: -.2em;
            left: 1.6em;
            font-size: 2rem;
            font-weight: bold;
            color: #BFBFBF;
            text-align: center;
            width: 1em; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd:before {
                top: 0;
                left: 4.8vw;
                font-size: 3.6vw;
                width: 4.8vw; } }
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd p, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd p {
            margin: 0 auto .5em; }
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd dl, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd dl {
            font-size: 1.6rem;
            padding: 1em 0; }
            #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd dl dt, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd dl dt {
              font-size: inherit;
              font-weight: inherit;
              padding: 0;
              margin: 0; }
              #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd dl dt:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd dl dt:before {
                display: none; }
            #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd dl dd, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd dl dd {
              padding: 0;
              margin: 0 auto 1em;
              border: none; }
              #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd dl dd:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd dl dd:before {
                display: none; }
              #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dd dl dd:last-of-type, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dd dl dd:last-of-type {
                margin-bottom: 0; }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ul, #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ol, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ul, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ol {
        margin-bottom: .5em; }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ul.re-dotList li, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ul.re-dotList li {
        padding-left: 1.2em;
        position: relative; }
        #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ul.re-dotList li:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ul.re-dotList li:before {
          content: '・';
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ul.re-asteriskList li, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ul.re-asteriskList li {
        padding-left: 1.2em;
        position: relative; }
        #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ul.re-asteriskList li:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ul.re-asteriskList li:before {
          content: '※';
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ol.re-numberList, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ol.re-numberList {
        counter-reset: cnt; }
        #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ol.re-numberList li, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ol.re-numberList li {
          padding-left: 1.2em;
          position: relative;
          counter-increment: cnt; }
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ol.re-numberList li:before, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ol.re-numberList li:before {
            content: counter(cnt) ".";
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap ol.re-nomarkList li:first-letter, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap ol.re-nomarkList li:first-letter {
        margin-right: .2em; }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap figure.re-grayFig, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap figure.re-grayFig {
        text-align: center;
        background: #EDEBEB;
        padding: 1em;
        margin: 0 auto 3em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap figure.re-grayFig, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap figure.re-grayFig {
            margin: 0 auto 8%; }
            #fs_CustomPage #re-questionsaleWrap .re-contentsWrap figure.re-grayFig img, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap figure.re-grayFig img {
              width: 100%; } }
      #fs_CustomPage #re-questionsaleWrap .re-contentsWrap figure, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap figure {
        text-align: center;
        margin: 0 auto 3em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-questionsaleWrap .re-contentsWrap figure, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap figure {
            margin: 0 auto 8%; }
            #fs_CustomPage #re-questionsaleWrap .re-contentsWrap figure img, #fs_CustomPage #re-questionrentalWrap .re-contentsWrap figure img {
              width: 80%; } }
  #fs_CustomPage #re-questionsaleWrap h1 {
    background: #43B133; }
  #fs_CustomPage #re-questionsaleWrap .re-questionAnchor ul li:hover {
    color: #43B133 !important;
    border-bottom-color: #43B133; }
  #fs_CustomPage #re-questionsaleWrap .re-questionAnchor ul li.re-currentTab {
    color: #43B133 !important;
    border-bottom-color: #43B133; }
  #fs_CustomPage #re-questionsaleWrap .re-contentsWrap dl.re-qandaList dt:before {
    color: #43B133; }
  #fs_CustomPage #re-questionrentalWrap h1 {
    background: #F78F49; }
  #fs_CustomPage #re-questionrentalWrap .re-questionAnchor ul li:hover {
    color: #F78F49 !important;
    border-bottom-color: #F78F49; }
  #fs_CustomPage #re-questionrentalWrap .re-questionAnchor ul li.re-currentTab {
    color: #F78F49 !important;
    border-bottom-color: #F78F49; }
  #fs_CustomPage #re-questionrentalWrap .re-contentsWrap dl.re-qandaList dt:before {
    color: #F78F49; }
  #fs_CustomPage #re-kaitoriWrap {
    position: relative;
    margin: auto;
    text-align: left;
    line-height: 1.8;
    padding: 0; }
    #fs_CustomPage #re-kaitoriWrap .re-bgWhite, #fs_CustomPage #re-kaitoriWrap .re-bgGray, #fs_CustomPage #re-kaitoriWrap .re-bgGreen {
      padding: 4% 0 0 0; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-kaitoriWrap .re-bgWhite, #fs_CustomPage #re-kaitoriWrap .re-bgGray, #fs_CustomPage #re-kaitoriWrap .re-bgGreen {
          padding: 4% 2% 0; } }
    #fs_CustomPage #re-kaitoriWrap .re-bgGray {
      background: #F7F7F7; }
    #fs_CustomPage #re-kaitoriWrap .re-bgGreen {
      background: #43B133; }
    #fs_CustomPage #re-kaitoriWrap .re-kaitoriLead {
      max-width: 912px;
      text-align: center;
      font-weight: bold;
      font-size: 2.4rem;
      margin: 0 auto 2em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-kaitoriWrap .re-kaitoriLead {
          font-size: 4.8vw; } }
    #fs_CustomPage #re-kaitoriWrap section {
      max-width: 912px;
      margin: auto; }
    #fs_CustomPage #re-kaitoriWrap .re-contentsWrap {
      max-width: 912px;
      padding-bottom: 4%; }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap:last-of-type {
        margin-bottom: 0; }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h2 {
        font-size: 3rem;
        font-weight: bold;
        line-height: 1;
        color: #43B133;
        display: flex;
        align-items: center;
        margin: 0 auto 1em;
        line-height: 1.2; }
        #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h2 img {
          margin-right: .5em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h2 {
            font-size: 6vw;
            line-height: 1.2; } }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 4em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner {
            flex-wrap: wrap-reverse;
            flex-direction: row-reverse; } }
        #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner h3 {
          font-weight: bold; }
        #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner .re-sectionLeft {
          max-width: 609px;
          width: 67.67%; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner .re-sectionLeft {
              max-width: inherit;
              width: 100%;
              margin-bottom: 1em; } }
        #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner .re-sectionRight {
          max-width: 276px;
          width: 30.67%; }
          #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner .re-sectionRight figure {
            text-align: center; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner .re-sectionRight {
              max-width: inherit;
              width: 100%;
              margin-bottom: 1em; }
              #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-sectionInner .re-sectionRight figure img {
                margin: auto; } }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap .re-footerButton {
        text-align: center; }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap p {
        margin: 0 auto 1em; }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap strong {
        font-weight: bold; }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h3 {
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1;
        color: #43B133;
        padding-bottom: .5em;
        border-bottom: 2px solid #43B133;
        margin: 0 auto 1em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h3 {
            font-size: 4.8vw;
            line-height: 1.2; } }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h4 {
        text-align: center;
        margin: 0 auto 3em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h4 {
            margin: 0 auto 8%; } }
      #fs_CustomPage #re-kaitoriWrap .re-contentsWrap h5 {
        font-weight: bold; }
  #fs_CustomPage #re-guideWrap .re-guideLead, #fs_CustomPage #re-saleguideWrap .re-guideLead, #fs_CustomPage #re-rentalguideWrap .re-guideLead {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-guideWrap .re-guideLead, #fs_CustomPage #re-saleguideWrap .re-guideLead, #fs_CustomPage #re-rentalguideWrap .re-guideLead {
        font-size: 4.8vw; } }
  #fs_CustomPage #re-guideWrap .re-guideNavi, #fs_CustomPage #re-saleguideWrap .re-guideNavi, #fs_CustomPage #re-rentalguideWrap .re-guideNavi {
    max-width: 912px;
    margin: 0 auto 4em; }
    #fs_CustomPage #re-guideWrap .re-guideNavi ul, #fs_CustomPage #re-saleguideWrap .re-guideNavi ul, #fs_CustomPage #re-rentalguideWrap .re-guideNavi ul {
      display: flex;
      justify-content: space-between; }
      #fs_CustomPage #re-guideWrap .re-guideNavi ul li, #fs_CustomPage #re-saleguideWrap .re-guideNavi ul li, #fs_CustomPage #re-rentalguideWrap .re-guideNavi ul li {
        max-width: 448px;
        width: 49.5%; }
  #fs_CustomPage #re-saleguideWrap h1, #fs_CustomPage #re-rentalguideWrap h1 {
    max-width: 1120px; }
  #fs_CustomPage #re-saleguideWrap .re-guideCategory, #fs_CustomPage #re-rentalguideWrap .re-guideCategory {
    max-width: 1120px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #fs_CustomPage #re-saleguideWrap .re-guideCategory nav, #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav {
      max-width: 360px;
      width: 32%;
      margin-bottom: 2em;
      margin-right: 2%; }
      #fs_CustomPage #re-saleguideWrap .re-guideCategory nav:nth-of-type(3n), #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleguideWrap .re-guideCategory nav, #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav {
          max-width: inherit;
          width: 100%;
          margin-right: 0; } }
      #fs_CustomPage #re-saleguideWrap .re-guideCategory nav h2, #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav h2 {
        font-size: 2.4rem;
        font-weight: bold;
        border-bottom: 2px solid;
        margin-bottom: .5em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleguideWrap .re-guideCategory nav h2, #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav h2 {
            font-size: 4.8vw; } }
      #fs_CustomPage #re-saleguideWrap .re-guideCategory nav ul li, #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav ul li {
        margin-bottom: .5em; }
        #fs_CustomPage #re-saleguideWrap .re-guideCategory nav ul li a:after, #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav ul li a:after {
          content: '>';
          display: inline-block;
          margin-left: .5em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-saleguideWrap .re-guideCategory nav ul li:last-of-type, #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav ul li:last-of-type {
            margin-bottom: 0; } }
  #fs_CustomPage #re-saleguideWrap .re-guideAnchor, #fs_CustomPage #re-rentalguideWrap .re-guideAnchor {
    max-width: 1120px;
    margin: 0 auto 4em;
    background: #F7F7F7;
    border-radius: 20px; }
    #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav, #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav {
      padding: 2em 6em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav, #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav {
          padding: 1em; } }
      #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav ul, #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav ul li, #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav ul li {
          width: 32%;
          margin-right: 2%;
          margin-bottom: .6em;
          line-height: 1.2em; }
          #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav ul li:nth-of-type(3n), #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav ul li:nth-of-type(3n) {
            margin-right: 0; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav ul li, #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav ul li {
              width: 49%;
              margin-right: 2%;
              margin-bottom: .5em; }
              #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav ul li:nth-of-type(2n), #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav ul li:nth-of-type(2n) {
                margin-right: 0; } }
          #fs_CustomPage #re-saleguideWrap .re-guideAnchor nav ul li a:after, #fs_CustomPage #re-rentalguideWrap .re-guideAnchor nav ul li a:after {
            content: '>';
            display: inline-block;
            margin-left: .5em; }
  #fs_CustomPage #re-saleguideWrap section.re-contentsWrap, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap {
    max-width: 1120px;
    margin: 0 auto 4em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap h2, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap h2 {
      font-size: 2.4rem;
      font-weight: bold;
      border-bottom: 2px solid;
      margin-bottom: 1em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap h3, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap h3 {
      font-weight: bold;
      margin-bottom: 1em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap h3.re-strongText, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap h3.re-strongText {
      padding: .5em;
      background: #F0F6FF;
      border: 1px solid #BFBFBF; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap h4, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap h4 {
      font-weight: bold;
      margin-bottom: 1em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap p, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap p {
      margin: 0 auto 1em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap strong, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap strong {
      color: #FF0000; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap dl, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap dl {
      margin: 0 auto 1em; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap dl dt, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap dl dt {
        font-weight: bold;
        margin: 0 auto .5em; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap dl dd, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap dl dd {
        margin: 0 auto .5em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ol.re-nomarkList, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ol.re-nomarkList {
      margin: 0 auto 1em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ol.re-numberList, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ol.re-numberList {
      counter-reset: cnt; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ol.re-numberList li, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ol.re-numberList li {
        padding-left: 1.2em;
        position: relative;
        counter-increment: cnt; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ol.re-numberList li:before, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ol.re-numberList li:before {
          content: counter(cnt) ".";
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ol.re-numberList li:nth-of-type(n+10), #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ol.re-numberList li:nth-of-type(n+10) {
          padding-left: 1.8em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-nomarkList, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-nomarkList {
      margin: 0 auto 1em; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-squareList, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-squareList {
      margin: 0 auto 1em; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-squareList li, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-squareList li {
        padding-left: 1.2em;
        position: relative;
        margin: 0 auto; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-squareList li:last-of-type, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-squareList li:last-of-type {
          margin-bottom: 0; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-squareList li:before, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-squareList li:before {
          content: '◆';
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-dotList, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-dotList {
      margin: 0 auto 1em; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-dotList li, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-dotList li {
        padding-left: 1.2em;
        position: relative;
        margin: 0 auto; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-dotList li:last-of-type, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-dotList li:last-of-type {
          margin-bottom: 0; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-dotList li:before, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-dotList li:before {
          content: '・';
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-asteriskList, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-asteriskList {
      margin: 0 auto 1em; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-asteriskList li, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-asteriskList li {
        padding-left: 1.2em;
        position: relative;
        margin: 0 auto; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-asteriskList li:last-of-type, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-asteriskList li:last-of-type {
          margin-bottom: 0; }
        #fs_CustomPage #re-saleguideWrap section.re-contentsWrap ul.re-asteriskList li:before, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap ul.re-asteriskList li:before {
          content: '※';
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap figure.re-scrollTable, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap figure.re-scrollTable {
      width: 100%;
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap figure.re-scrollTable::-webkit-scrollbar, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap figure.re-scrollTable::-webkit-scrollbar {
        display: none; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap table, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap table {
      width: 100%;
      margin-bottom: 1em;
      border: 1px solid #707070;
      border-collapse: collapse; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap table thead th, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap table thead th {
        background: #EDEDED;
        padding: .5em 1em;
        text-align: center;
        font-weight: bold;
        border: 1px solid #707070;
        vertical-align: middle; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap table tbody th, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap table tbody th {
        background: #F7F7F7;
        padding: .5em 1em;
        text-align: center;
        border: 1px solid #707070;
        vertical-align: middle; }
      #fs_CustomPage #re-saleguideWrap section.re-contentsWrap table tbody td, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap table tbody td {
        padding: .5em 1em;
        text-align: left;
        border: 1px solid #707070;
        vertical-align: middle; }
    #fs_CustomPage #re-saleguideWrap section.re-contentsWrap table.re-tdcenterTable tbody td, #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap table.re-tdcenterTable tbody td {
      text-align: center; }
  #fs_CustomPage #re-saleguideWrap h1 {
    background: #43B133; }
  #fs_CustomPage #re-saleguideWrap .re-guideCategory nav h2 {
    color: #43B133;
    border-color: #43B133; }
    #fs_CustomPage #re-saleguideWrap .re-guideCategory nav h2 a {
      color: #43B133 !important; }
  #fs_CustomPage #re-saleguideWrap section.re-contentsWrap h2 {
    color: #43B133;
    border-color: #43B133; }
  #fs_CustomPage #re-rentalguideWrap h1 {
    background: #F78F49; }
  #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav h2 {
    color: #F78F49;
    border-color: #F78F49; }
    #fs_CustomPage #re-rentalguideWrap .re-guideCategory nav h2 a {
      color: #F78F49 !important; }
  #fs_CustomPage #re-rentalguideWrap section.re-contentsWrap h2 {
    color: #F78F49;
    border-color: #F78F49; }
  #fs_CustomPage #re-henpinWrap .re-henpinLead {
    max-width: 912px;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-henpinWrap .re-henpinLead {
        font-size: 4.8vw; } }
  #fs_CustomPage #re-henpinWrap section.re-contentsWrap {
    max-width: 912px;
    margin: 0 auto 4em; }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap h2 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1;
      color: #43B133;
      display: flex;
      align-items: center;
      margin: 0 auto 1em;
      line-height: 1.2; }
      #fs_CustomPage #re-henpinWrap section.re-contentsWrap h2 img {
        margin-right: .5em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-henpinWrap section.re-contentsWrap h2 {
          font-size: 6vw;
          line-height: 1.2; } }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap .re-sectionLead {
      margin: 0 auto 3em; }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap .re-sectionInner {
      margin: 0 auto 3em; }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap .re-footerButton {
      text-align: center; }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap p {
      margin: 0 auto 1em; }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap strong {
      font-weight: bold; }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap h3 {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1;
      color: #43B133;
      padding-bottom: .5em;
      border-bottom: 2px solid #43B133;
      margin: 0 auto 1em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-henpinWrap section.re-contentsWrap h3 {
          font-size: 4.8vw;
          line-height: 1.2; } }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap h4 {
      text-align: center;
      margin: 0 auto 3em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-henpinWrap section.re-contentsWrap h4 {
          margin: 0 auto 8%; } }
    #fs_CustomPage #re-henpinWrap section.re-contentsWrap h5 {
      font-weight: bold; }
  #fs_CustomPage #re-snsWrap .re-bgWhite, #fs_CustomPage #re-snsWrap .re-bgGray, #fs_CustomPage #re-snsWrap .re-bgGreen {
    padding: 4% 0 0 0; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-snsWrap .re-bgWhite, #fs_CustomPage #re-snsWrap .re-bgGray, #fs_CustomPage #re-snsWrap .re-bgGreen {
        padding: 4% 2% 0; } }
  #fs_CustomPage #re-snsWrap .re-bgGray {
    background: #F7F7F7; }
  #fs_CustomPage #re-snsWrap .re-bgGreen {
    background: #43B133; }
  #fs_CustomPage #re-snsWrap .re-snsLead {
    max-width: 912px;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 2em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-snsWrap .re-snsLead {
        font-size: 4.8vw; } }
  #fs_CustomPage #re-snsWrap section.re-contentsWrap {
    max-width: 912px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #fs_CustomPage #re-snsWrap section.re-contentsWrap .re-sectionInner {
      max-width: 420px;
      border-top: 4px solid #43B133;
      padding: 2em 1em;
      background: #FFF;
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
      margin: 0 auto 2em; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-snsWrap section.re-contentsWrap .re-sectionInner {
          width: 100%; } }
      #fs_CustomPage #re-snsWrap section.re-contentsWrap .re-sectionInner h2 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
        display: flex;
        align-items: center;
        margin: 0 auto 1em;
        line-height: 1.2;
        justify-content: flex-start;
        text-align: left;
        min-height: 71px; }
        #fs_CustomPage #re-snsWrap section.re-contentsWrap .re-sectionInner h2 img {
          margin-right: .5em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-snsWrap section.re-contentsWrap .re-sectionInner h2 {
            font-size: 6vw;
            line-height: 1.2; } }
      #fs_CustomPage #re-snsWrap section.re-contentsWrap .re-sectionInner figure {
        margin: 0 auto 1em; }
      #fs_CustomPage #re-snsWrap section.re-contentsWrap .re-sectionInner p {
        text-align: left;
        margin: 0 auto 1em; }
  #fs_CustomPage #re-dpayWrap h1 {
    max-width: 960px;
    background: #43B133; }
  #fs_CustomPage #re-sitemapWrap section.re-contentsWrap {
    max-width: 912px;
    margin: auto; }
    #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul {
      text-align: left; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul {
          padding: 0 2%; } }
      #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li {
        display: block;
        border-bottom: 1px solid #BFBFBF; }
        #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li:first-of-type {
          border-top: 1px solid #BFBFBF; }
        #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul {
          padding: 1em 0; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul {
              padding: 2% 0; } }
          #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li {
            font-size: 2.4rem;
            font-weight: bold;
            width: 100%; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li {
                font-size: 4.8vw; } }
            #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul {
              padding: 0;
              display: flex;
              justify-content: flex-start; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul {
                  display: block; }
                  #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul.re-sitemapInner {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between; }
                    #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul.re-sitemapInner li {
                      width: 49%; } }
              #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul li {
                font-size: 2.4rem;
                font-weight: bold; }
                @media screen and (max-width: 640px) {
                  #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul li {
                    font-size: 4.8vw; } }
                #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul li ul {
                  padding: 1em 0;
                  display: block; }
                  @media screen and (max-width: 640px) {
                    #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul li ul {
                      padding: 2% 0; } }
                  #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul li ul li {
                    font-size: 2rem;
                    font-weight: normal;
                    width: 100%;
                    margin-bottom: .5em; }
                    @media screen and (max-width: 640px) {
                      #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul li ul li {
                        font-size: 4vw; } }
                    #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li ul li ul li:last-of-type {
                      margin-bottom: 0; }
            #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li dl {
              padding: 1em;
              width: 100%; }
              @media screen and (max-width: 640px) {
                #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li dl {
                  padding: 2%; } }
              #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li dl dt {
                font-size: 2rem;
                font-weight: bold;
                margin: 0 auto 1em; }
                @media screen and (max-width: 640px) {
                  #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li dl dt {
                    font-size: 4vw; } }
              #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li dl dd {
                font-size: 2rem;
                font-weight: normal;
                padding: 0 1em;
                border-left: 1px solid #BFBFBF; }
                @media screen and (max-width: 640px) {
                  #fs_CustomPage #re-sitemapWrap section.re-contentsWrap > ul > li ul li dl dd {
                    font-size: 4vw;
                    padding: 0 2%; } }
    #fs_CustomPage #re-sitemapWrap section.re-contentsWrap a {
      position: relative;
      padding-right: 1.2em;
      margin: 0 auto;
      display: inline-block; }
      #fs_CustomPage #re-sitemapWrap section.re-contentsWrap a:after {
        content: '>';
        position: absolute;
        right: 0;
        top: 0; }
    #fs_CustomPage #re-sitemapWrap section.re-contentsWrap span {
      font-size: 2.4rem;
      font-weight: bold;
      margin: 0 auto;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-sitemapWrap section.re-contentsWrap span {
          font-size: 4vw; } }
  #fs_CustomPage #re-corporateWrap section.re-contentsWrap {
    max-width: 912px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporateWrap section.re-contentsWrap {
        padding: 0 2%; } }
    #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl {
      display: flex;
      flex-wrap: wrap;
      text-align: left; }
      #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dt {
        width: 25%;
        font-weight: bold;
        white-space: nowrap;
        padding: 1.5em 0;
        border-bottom: 1px solid #BFBFBF; }
        #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dt:first-of-type {
          border-top: 1px solid #BFBFBF; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dt {
            width: 100%;
            border: none;
            padding-bottom: 0; } }
      #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dd {
        width: 75%;
        padding: 1.5em 0;
        border-bottom: 1px solid #BFBFBF; }
        #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dd:first-of-type {
          border-top: 1px solid #BFBFBF; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dd {
            padding-top: 0;
            width: 100%; } }
        #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dd p {
          margin: 0 auto 1em; }
        #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dd iframe {
          width: 100%;
          min-height: 404px; }
        #fs_CustomPage #re-corporateWrap section.re-contentsWrap dl dd a {
          display: inline-block; }


    /*藤浦追加ここから*/
  #fs_CustomPage #re-corporatesalesWrap .re-bgWhite{
    padding: 0 0 0 0; }
  #re-corporatesalesWrap .houjin-header-right{
      max-width: 1216px;
      margin:0 auto 15px;
      text-align: right;
    }
    #re-corporatesalesWrap .houjin-header-right p{
      max-width: 400px;
      margin-left: auto;
    }
    #re-corporatesalesWrap .houjin-header-right p img{
      width: 100%;
    }
    /* ラインアップ */
    #fs_CustomPage #re-corporatesalesWrap #lineup .new-contents-_title{
      color: #fff;
    }
    #fs_CustomPage #re-corporatesalesWrap #guide .new-contents-_title{
      color: #fff;
    }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .corporatesales-lineup #lineup h3{
      font-size: 1.5em;
      max-width: 1216px;
    }
    #re-corporatesalesWrap .corporatesales-lineup{
      max-width: 960px;
      margin:20px auto;
    }
    #re-corporatesalesWrap .corporatesales-lineup a{
      text-decoration: none;
      color: #fff;
    }
    #re-corporatesalesWrap .corporatesales-lineup a:visited{
      color: #fff!important;
    }
    #re-corporatesalesWrap #lineup h3 {
    	position: relative;
      	background: #f5f5f5;
      	/* padding: 5px 5px 5px 25px;
    	margin-left: 20px;
      	border-radius: 0 10px 10px 0; */
    }

    #re-corporatesalesWrap #lineup h3:before {
      	font-family: "Font Awesome 5 Free";
      	display: inline-block;
      	position: absolute;
      	padding: 0em;
      	color: white;
      	background: #ee859a;
      	font-weight: 900;
      	width: 40px;
      	text-align: center;
      	height: 40px;
      	line-height: 34px;
      	left: -1.35em;
      	top: 50%;
      	-webkit-transform: translateY(-50%);
      	transform: translateY(-50%);
      	border: solid 3px white;
      	border-radius: 50%;
    }

    #re-corporatesalesWrap #lineup h3.phone:before {
      	content: "\f3cd";
    }

    #re-corporatesalesWrap #lineup h3.tablet:before {
      	content: "\f3fa";
    }

    #re-corporatesalesWrap .item_wrap {
        margin-bottom: 50px;
    }

    #re-corporatesalesWrap .item_box {
        margin-top: 30px;
        overflow: hidden;
    }

    #re-corporatesalesWrap .item {
        width: 31%;
        float: left;
        margin-right: 3%;
    }

    #re-corporatesalesWrap .item:last-child {
        margin: 0;
    }

    #re-corporatesalesWrap dd.item_details {
        margin: 20px 0;
        line-height: 1.4;
    }

    #re-corporatesalesWrap .item_bt a {
        width: 100%;
        padding: 20px;
    	font-size: 20px;
        color: #ffffff;
        text-align: center;
        background: #39b5b0;
        display: inline-block;
        border-radius: 100px;
    }

    #re-corporatesalesWrap .item_bt a i {
        margin-left: 10px;
    }

    @media screen and (max-width: 767px) {
    	#re-corporatesalesWrap .item_wrap {
    		margin-bottom: 30px;
    	}
    	#re-corporatesalesWrap .item_box {
    		margin-top: 20px;
    	}
    	#re-corporatesalesWrap .item {
    		width: 100%;
    		float: none;
    		margin-bottom: 20px;
    	}
    	#re-corporatesalesWrap dd.item_details {
    		margin: 10px 0;
    	}
    	#re-corporatesalesWrap .item_bt a {
    		padding: 12px 10px;
    		font-size: 18px;
    	}
    }
    .new-contents-_title{
        font-size: 28px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 50px ;
        background: #43B133;
        color: #fff;
        padding-left: 20px;
    }
    /* ラインナップ */

  .new-item_wrap{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px;
  }

  .new-item_wrap-h{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: space-between;

  }

  .new-item_wrap-1col{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      align-content: center;
      justify-content: space-between;
  }

  .new-item_wrap h3{
      margin-bottom: 60px;
      font-size: 26px;
      padding: 10px 20px;
      background: transparent !important;
      border-left: 2px solid #43B133;
      border-bottom: 2px solid #43B133;
  }

  .new-gadget-list{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px;
  }

  .new-gadget-list-1col{
      width: 50%;
  }
  .new-gadget-wrap{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex: 0 0 auto;
  }


  .new-gadget-wrap-h{

      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: center;
      width: calc((100% - 25px) /2);
      flex: 0 0 auto;
  }

  .new-gadget-wrap-1col{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      flex-direction: column;
      justify-content: center;
      flex: 0 0 auto;
  }

  .new-gadget-sub-title{
      width: 100%;
      margin-bottom: 20px;
  }

  .new-gadget-category{
      width: calc(50% - 10px);
      height: 45px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      background: #43B133;
      color: #fff;
      padding: 5px;
      box-sizing: border-box;
      flex: 0 0 auto;
      margin-bottom: 20px;
  }

  .new-gadget-category--iphone{
      width: calc(50% - 10px);
      height: 45px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      background: #43B133;
      color: #fff;
      padding: 5px;
      box-sizing: border-box;
      flex: 0 0 auto;
  }

  .new-gadget-category--iphone-sp{
     display: none;
  }

  .new-gadget-item{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc((100% - 20px) /4);
      padding: 10px;
      box-sizing: border-box;
  }

  .new-gadget-item-h{
      display: flex;
      align-items: center;
      align-content: center;
      flex-direction: column;
      justify-content: space-between;
      width: 65%;
      padding: 10px;
      box-sizing: border-box;
  }

  .new-gadget-item-1col{
      width: 60%;
      margin: 0 auto;
  }

  .new-gadget-item-1col .new-gadget-name{
      width: 100%;
      height: auto;
      flex: 0 0 auto;
  }

  .new-gadget-item-1col .new-gadget-img{
      width: 90%;
      margin-bottom: auto;
  }

  .new-gadget-name{
      width: 100%;
      text-align: left;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px;
      padding: 0.5rem 1rem;
    border-left: 6px double #000;
  }

  .new-gadget-img{
      display: flex;
      width: 100%;
      box-sizing: border-box;
      margin-top: auto;
      margin-bottom: auto;
  }

  .new-gadget-img img{
      max-width: 100%;
      width: 100%;
  }

  .new-gadget-btn{
      width: 50%;
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
  }

  .new-gadget-btn--android{
      width: 50%;
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
  }

  .new-gadget-btn--android-sp{
      display: none;
  }

  .new-gadget-btn-anch{
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      background: #43B133;
      color: #fff;
      width: 220px;
      box-sizing: border-box;
      text-align: center;
      border-radius: 25px;
      padding: 15px 0;
      margin: 0 auto;
  }

      /* ご利用ガイド */

  .new-users-guide-wrap{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 120px;
  }

  .new-users-guide-item{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc((100% / 5) - 10px);
      /* width: 100%; */
      padding: 10px;
      margin-bottom: 20px;
      flex: 0 1 auto;
      border: 1px solid #43B133;
      box-sizing: border-box
  }

  .new-users-guide-title{
      padding: 10px;
      background: #43B133;
      color: #fff;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1;
  }

    @media screen and (max-width: 767px) {

        .new-contents-_title{
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            margin-bottom: 50px;
            background: #43B133;
            color: #fff;
            padding-left: 20px;
        }


     /* ラインナップ */

     .new-item_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .new-item_wrap-h{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;

    }

    .new-item_wrap h3{
        margin-bottom: 60px;
        font-size: 26px;
        padding: 10px 20px;
        background: transparent !important;

    }

    .new-gadget-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    .new-gadget-list-1col{
        width: 100%;
        padding: 10px;
    }

    .new-gadget-wrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex: 0 0 auto;
    }


    .new-gadget-wrap-h{

        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        width: calc((100% - 25px) /2); /*calc((100% - 25px) /2)*/
        flex: 0 0 auto;
    }

    .new-gadget-sub-title{
        width: 100%;
        margin-bottom: 20px;
    }

    .new-gadget-category{
        width: calc(100% - 10px); /*calc(50% - 10px)*/
        height: 45px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        flex: 0 0 auto;
        margin-bottom: 20px;
    }

    .new-gadget-category--iphone{
        display: none;
        width: calc(50% - 10px);
        height: 45px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        flex: 0 0 auto;
    }

    .new-gadget-category--iphone-sp{
        width: calc(100% - 10px); /*calc(50% - 10px)*/
        height: 45px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background: #43B133;
        color: #fff;
        padding: 5px;
        box-sizing: border-box;
        flex: 0 0 auto;
        margin-bottom: 20px;
       display: block;
    }

    .new-gadget-item{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 20px); /* calc((100% - 20px) /2) */
        padding: 10px;
        box-sizing: border-box;
    }

    .new-gadget-item-h{
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        justify-content: space-between;
        width: 65%;
        padding: 10px;
        box-sizing: border-box;
    }

    .new-gadget-item-1col{
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .new-gadget-item-1col .new-gadget-name{
        width: 100%;
        height: auto;
        flex: 0 0 auto;
    }

    .new-gadget-item-1col .new-gadget-img{
        width: 100%;
        margin-bottom: auto;
    }

    .new-gadget-name{
        width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 0.5rem 1rem;
      border-left: 6px double #000;
    }

    .new-gadget-img{
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-top: auto;
        margin-bottom: auto;
    }

    .new-gadget-btn{
        width: 50%;
        text-align: center;
        padding: 20px;
        display: none;
    }

    .new-gadget-btn--android{
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .new-gadget-btn--android-sp{
        width: 100%;
        text-align: center;
        padding: 20px;
        display: block;
        margin-bottom: 60px;
    }

    .new-gadget-btn-anch{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 220px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 25px;
        padding: 15px 0;
        margin: 0 auto;
    }


    /* ご利用ガイド */

    .new-users-guide-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; /*space-between*/
        margin-bottom: 120px;
    }

    .new-users-guide-item{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 10px); /*/calc((100% / 3) - 10px)*/
        /* width: 100%; */
        padding: 10px;
        margin-bottom: 40px;
        margin-right: 10px;
        flex: 0 1 auto;

    }

    .new-users-guide-item:nth-child(2){
        margin-right: 0px;
    }


    }

    .corporatesales-guide{
      max-width: 960px;
      margin:20px auto;
    }
    .new-users-guide-icon img{
      width: 100%;
    }
    .corporatesales-lineup-bg{
      background: #fff;
      padding: 50px 0 5px;
    }
    .corporatesales-guide-bg{
    background: #fff;
    padding: 50px 0 5px;
    }
    /*藤浦追加ここまで*/

  #fs_CustomPage #re-corporatesalesWrap .re-bgGray, #fs_CustomPage #re-corporatesalesWrap .re-bgGreen {
    padding: 4% 0 0 0; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporatesalesWrap .re-bgWhite, #fs_CustomPage #re-corporatesalesWrap .re-bgGray, #fs_CustomPage #re-corporatesalesWrap .re-bgGreen {
        padding: 4% 2% 0; } }
  #fs_CustomPage #re-corporatesalesWrap .re-bgGray {
    background: #F7F7F7; }
  #fs_CustomPage #re-corporatesalesWrap .re-bgGreen {
    background: rgba(67, 177, 51, 0.05); }
  #fs_CustomPage #re-corporatesalesWrap .re-corporatesalesLead {
    max-width: 912px;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 1em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporatesalesWrap .re-corporatesalesLead {
        font-size: 4.8vw; } }
  #fs_CustomPage #re-corporatesalesWrap h1 {
    background: url(../images/corporatesales/re-corporatesales-h1-bg.png) no-repeat center center;
    background-size: cover;
    color: #FFF;
    padding: 1.5em;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0 0 1em; }
    #fs_CustomPage #re-corporatesalesWrap h1 img {
      display: block;
      margin: auto; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporatesalesWrap h1 {
        font-size: 6.4vw; } }
  #fs_CustomPage #re-corporatesalesWrap h2 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #43B133;
    margin: 0 auto 1em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporatesalesWrap h2 {
        font-size: 6.4vw; } }
  #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents {
    max-width: 912px;
    margin: 0 auto;
    overflow: hidden; }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt {
      background: #43B133;
      padding: 3em 2em;
      border-radius: 10px;
      width: 626px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FFF;
      text-align: left;
      font-weight: bold;
      font-size: 2.4rem;
      position: relative; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt {
          width: 90%;
          font-size: 4.8vw;
          padding: 1.5em 1em; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt:nth-of-type(2n+1) {
        margin-right: auto; }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt:nth-of-type(2n+1):after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 30px 0 0;
          border-color: #43B133 transparent transparent transparent;
          position: absolute;
          top: 0;
          bottom: 0;
          right: -30px;
          margin: auto; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt:nth-of-type(2n+1):after {
              border-width: 15px 21px 0 0;
              right: -21px; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt:nth-of-type(2n) {
        margin-left: auto; }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt:nth-of-type(2n):after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 30px 20px 0;
          border-color: transparent #43B133 transparent transparent;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -30px;
          margin: auto; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dt:nth-of-type(2n):after {
              border-width: 0 21px 15px 0;
              left: -21px; } }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd {
      background: #FFF6B5;
      border-radius: 10px;
      width: 657px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left;
      color: #000000;
      margin-top: -2em; }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd img {
        position: absolute; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd {
          width: 90%;
          margin-top: -1em; }
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd img {
            width: 25%; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd.re-noStyle {
        background: none;
        border-radius: 0;
        width: 100%;
        max-width: 820px;
        position: relative;
        display: block;
        text-align: left;
        color: #000000;
        margin-top: 0;
        margin-bottom: 4em;
        margin-left: 4em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd.re-noStyle {
            margin-left: 0; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd.re-noStyle .re-asteriskList {
          font-size: 1.2rem;
          color: #707070;
          width: 100%; }
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd.re-noStyle .re-asteriskList li {
            margin-bottom: 0; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd.re-noStyle .re-asteriskList {
              width: 100%; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(1) {
        margin-bottom: 5em;
        margin-right: 4em;
        margin-left: auto;
        padding: 3em 3em 3em 6em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(1) {
            margin-right: 0;
            padding: 1.5em 1.5em 1.5em 3em; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(1) img {
          left: -160px;
          bottom: -2em; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(1) img {
              left: -40px;
              bottom: -1em; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(2) {
        margin-bottom: 5em;
        margin-right: auto;
        margin-left: 4em;
        padding: 3em 6em 3em 3em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(2) {
            margin-left: 0;
            padding: 1.5em 3em 1.5em 1.5em; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(2) img {
          right: -120px;
          bottom: -2em; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(2) img {
              right: -30px;
              bottom: -1em; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(3) {
        margin-bottom: 3em;
        margin-right: 4em;
        margin-left: auto;
        padding: 3em 3em 3em 6em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(3) {
            margin-right: 0;
            padding: 1.5em 1.5em 1.5em 3em; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(3) img {
          left: -160px;
          bottom: 0; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(3) img {
              left: -40px;
              bottom: 0; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(4) {
        margin-bottom: 1em;
        margin-right: auto;
        margin-left: 4em;
        padding: 3em 6em 3em 3em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(4) {
            margin-left: 0;
            padding: 1.5em 3em 1.5em 1.5em; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(4) img {
          right: -160px;
          bottom: 0em; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(4) img {
              right: -40px;
              bottom: 0; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(6) {
        margin-bottom: 3em;
        margin-right: 4em;
        margin-left: auto;
        padding: 3em 3em 3em 6em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(6) {
            margin-right: 0;
            padding: 1.5em 1.5em 1.5em 3em; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(6) img {
          left: -160px;
          bottom: 0; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(6) img {
              left: -40px;
              bottom: 0; } }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(7) {
        margin-bottom: 3em;
        margin-right: auto;
        margin-left: 4em;
        padding: 3em 6em 3em 3em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(7) {
            margin-left: 0;
            padding: 1.5em 3em 1.5em 1.5em; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(7) img {
          right: -160px;
          bottom: -2em; }
          @media screen and (max-width: 640px) {
            #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-whyContents dl dd:nth-of-type(7) img {
              right: -40px;
              bottom: -1em; } }
  #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-rakutenContents {
    max-width: 912px;
    margin: 0 auto; }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-rakutenContents p {
      margin-bottom: 2em; }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-rakutenContents .re-rakutenButton a {
      border: 4px solid #CA0C24;
      color: #CA0C24;
      font-size: 2.8rem;
      font-weight: bold;
      text-decoration: underline;
      border-radius: 10px;
      padding: 1em;
      max-width: 840px;
      margin: auto;
      line-height: 1.5;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-rakutenContents .re-rakutenButton a {
          font-size: 5.6vw; } }
  #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: no-wrap;
    max-width: 1000px;
    margin: 0 auto 3em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents ul {
        display: block; } }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents ul li {
      width: 33%;
      padding: 3.5em 2em 1em;
      background: url(../images/corporatesales/re-corporatesales-case-bg.png) no-repeat center top;
      background-size: cover;
      font-size: 2.4rem;
      font-weight: bold;
      color: #43B133; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents ul li {
          width: 100%;
          margin-bottom: 1em;
          padding: 3.5em 2em 1em; } }
  #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents h3 {
    font-size: 4.2rem;
    font-weight: bold;
    margin: 0 auto 1em;
    color: #000;
    max-width: 912px; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents h3 {
        font-size: 8vw; } }
  #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents {
    max-width: 912px;
    margin: 0 auto 3em;
    background: #FFF;
    border-radius: 10px;
    padding: 3em; }
    @media screen and (max-width: 640px) {
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents {
        padding: 1em; } }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents h4, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents h4 {
      font-size: 2.4rem;
      font-weight: bold;
      margin: 0 auto 1em;
      color: #43B133; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents h4, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents h4 {
          font-size: 4.8vw; } }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents p, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents p {
      color: #000;
      font-size: 1.8rem;
      line-height: 1.8;
      margin: 0 auto 1.5em;
      text-align: left; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents p, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents p {
          font-size: 4vw; } }
    #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents dl, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents dl {
      text-align: left; }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents dl dt, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents dl dt {
        font-size: 1.8rem;
        line-height: 1.8;
        padding-left: 1.2em;
        position: relative;
        color: #000; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents dl dt, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents dl dt {
            font-size: 4vw; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents dl dt:before, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents dl dt:before {
          content: '●';
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
      #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents dl dd, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents dl dd {
        font-size: 1.8rem;
        line-height: 1.8;
        color: #000;
        margin: 0 auto 1.5em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents dl dd, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents dl dd {
            font-size: 4vw; } }
        #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-costContents dl dd a, #fs_CustomPage #re-corporatesalesWrap section.re-contentsWrap#re-caseContents .re-flowContents dl dd a {
          color: #000; }
  #fs_CustomPage #re-corporatesalesWrap .re-footerButton p {
    margin: 0 auto 4em; }
  #fs_CustomPage #re-consumerformWrap, #fs_CustomPage #re-businessformWrap {
    position: relative;
    text-align: left;
    padding: 0 0 60px 0; }
    #fs_CustomPage #re-consumerformWrap a, #fs_CustomPage #re-businessformWrap a {
      text-decoration: underline; }
    #fs_CustomPage #re-consumerformWrap #re-formLead, #fs_CustomPage #re-businessformWrap #re-formLead {
      max-width: 960px;
      margin: 0 auto;
      padding: 3em 0;
      font-size: 1.4rem;
      text-align: center; }
      #fs_CustomPage #re-consumerformWrap #re-formLead section h1, #fs_CustomPage #re-businessformWrap #re-formLead section h1 {
        font-size: 3rem;
        font-weight: bold;
        margin: 0 auto 2em; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-consumerformWrap #re-formLead section h1, #fs_CustomPage #re-businessformWrap #re-formLead section h1 {
            font-size: 6vw;
            margin: 0 auto 1em; } }
      #fs_CustomPage #re-consumerformWrap #re-formLead section > p, #fs_CustomPage #re-businessformWrap #re-formLead section > p {
        color: #222;
        margin: 0 auto 1em; }
      #fs_CustomPage #re-consumerformWrap #re-formLead section section h2, #fs_CustomPage #re-businessformWrap #re-formLead section section h2 {
        color: #222; }
      #fs_CustomPage #re-consumerformWrap #re-formLead section section > p, #fs_CustomPage #re-businessformWrap #re-formLead section section > p {
        margin: 0;
        color: #222; }
      #fs_CustomPage #re-consumerformWrap #re-formLead section section ul li, #fs_CustomPage #re-businessformWrap #re-formLead section section ul li {
        color: #222; }
    #fs_CustomPage #re-consumerformWrap .re-formWrap, #fs_CustomPage #re-businessformWrap .re-formWrap {
      background: #FFF;
      box-shadow: 0px 0px 10px -5px black;
      border-radius: 20px;
      max-width: 960px;
      margin: auto;
      padding: 0;
      font-size: 1.4rem; }
      @media screen and (max-width: 640px) {
        #fs_CustomPage #re-consumerformWrap .re-formWrap, #fs_CustomPage #re-businessformWrap .re-formWrap {
          margin: auto 2%; } }
      #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody {
        padding: 60px 120px;
        font-size: 1.4rem;
        color: #222; }
        @media screen and (max-width: 640px) {
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody {
            padding: 2% 4%; } }
        #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody input, #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody select, #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody textarea, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody input, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody select, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody textarea {
          border-radius: 0;
          width: auto; }
        #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody input[type=text], #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody textarea, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody input[type=text], #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody textarea {
          width: 100%; }
        #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dt, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dt {
          margin-bottom: .5em;
          position: relative; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dt.re-formRequired:after, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dt.re-formRequired:after {
            content: "必 須";
            display: block;
            background-color: #EE8673;
            border-radius: 4px;
            color: #ffffff;
            font-size: .8em;
            font-weight: bold;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: auto;
            margin-right: auto;
            z-index: 1;
            line-height: 1;
            padding: .25em 1em; }
        #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd {
          margin-bottom: 1em; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd:last-of-type, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd:last-of-type {
            margin-bottom: 1.5em; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd dl, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd dl {
            display: flex;
            align-items: center;
            align-content: center;
            vertical-align: middle; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd ul, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd ul {
            display: flex;
            align-items: center;
            margin: 0 auto 1em;
            flex-wrap: wrap; }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd ul li, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd ul li {
              display: flex;
              align-items: center;
              margin-right: 1em; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd label, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd label {
            margin-right: 1em;
            vertical-align: middle; }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd label input[type="radio"], #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd label input[type="checkbox"], #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd label input[type="radio"], #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd label input[type="checkbox"] {
              margin-right: .5em; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd .autoConfirmVal, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd .autoConfirmVal {
            font-size: 1.2em;
            font-weight: bold; }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd .autoConfirmVal:before, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd .autoConfirmVal:before {
              content: '\f061';
              font-weight: 900;
              font-family: 'Font Awesome 5 Free';
              display: inline-block;
              margin-right: .5em;
              color: #43B133; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm {
            border: 1px solid #BFBFBF;
            background: #F7F7F7;
            padding: 1.5em;
            width: 100%;
            height: 15em;
            overflow: scroll;
            overflow-x: hidden;
            margin: 0 auto 4em; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm {
                margin: 0 auto 8%; } }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm h3, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm h3 {
              font-weight: bold; }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm section, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm section {
              margin-bottom: .5em; }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ul, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ul {
              display: block;
              margin: 0; }
              #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ul li, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ul li {
                display: block; }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol {
              counter-reset: cnt; }
              #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol > li, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol > li {
                padding-left: 1.5em;
                position: relative; }
                #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol > li:before, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody > dl dd #re-formTerm ol > li:before {
                  counter-increment: cnt;
                  content: counter(cnt) "）";
                  position: absolute;
                  left: 0;
                  top: 0; }
        #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody .re-formRequired, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody .re-formRequired {
          color: #FF0000; }
        #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody .re-formNote, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody .re-formNote {
          font-size: 1.2rem;
          color: #FF0000; }
        #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody .re-buttonWrap, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody .re-buttonWrap {
          text-align: center; }
          #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"], #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"] {
            margin: 0 auto 4em;
            font-size: 2rem;
            padding: .75em 4em;
            color: #43B133;
            background: #FFF;
            font-weight: bold;
            display: block;
            border-radius: 300px;
            transition: .2s;
            border: 2px solid #43B133;
            transition: .2s;
            box-shadow: 0px 0px 10px -5px black; }
            #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"]:hover, #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"]:hover {
              color: #FFF !important;
              background: #43B133;
              opacity: 1;
              cursor: pointer; }
            @media screen and (max-width: 640px) {
              #fs_CustomPage #re-consumerformWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"], #fs_CustomPage #re-businessformWrap .re-formWrap .re-formBody .re-buttonWrap input[type="submit"] {
                margin: 0 auto 8%; } }
      #fs_CustomPage #re-consumerformWrap .re-formWrap span.validateError, #fs_CustomPage #re-businessformWrap .re-formWrap span.validateError {
        color: #F30;
        font-weight: bold;
        padding-bottom: .2em;
        border-bottom: 1px dotted #F30; }
  #fs_CustomPage #re-consumerformWrap {
    background: #ECF7EA; }
  #fs_CustomPage #re-businessformWrap {
    background: #F7F7F7; }

/* 部品 */
.spOnly {
  display: none; }
  @media screen and (max-width: 640px) {
    .spOnly {
      display: block; } }

.pcOnly {
  display: block; }
  @media screen and (max-width: 640px) {
    .pcOnly {
      display: none; } }

.re-linkIcon a {
  position: relative;
  padding-left: 1.2em;
  display: inline-block; }
  .re-linkIcon a:before {
    content: '\f0a9';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0; }

.re-underLine {
  text-decoration: underline; }

.re-cautionIcon {
  position: relative;
  font-weight: bold;
  margin: 4em auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .re-cautionIcon:before {
    content: '\f071';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 2.4em;
    color: #FF0000;
    display: inline-block;
    margin-right: .5em; }
  .re-cautionIcon:after {
    content: '\f071';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 2.4em;
    color: #FF0000;
    display: inline-block;
    margin-left: .5em; }

/* クローン用 */
.clone-nav {
  position: fixed;
  top: -240px;
  left: 0;
  transition: all 1s;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.clone-nav.is-fixed-nav {
  top: 0; }

/* スマホナビ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

/* デバッグ用 */
#web_plugin_chat_box {
  display: none !important; }
