@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.box:after {
  content: url(../img/common/icon_sikaku_white.svg);
  padding-left: 5px;
  vertical-align: middle;
}

.table_rusupo {
  width: 100%;
}

.table_rusupo th {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 15px;
}

.table_rusupo td {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 15px;
}

.table_rusupo th,
.table_rusupo td {
  text-align: center;
  vertical-align: middle;
  background-color: #F4F4F4;
  border: solid 5px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table_rusupo th em,
.table_rusupo td em {
  font-size: 1.4rem;
}

.table_rusupo th small,
.table_rusupo td small {
  font-size: 1.2rem;
}

.table_rusupo sup {
  vertical-align: super;
  font-size: 1.0rem;
}

.table_rusupo tbody th {
  text-align: left;
}

.bg_gray {
  background: #F4F4F4;
}

.bg_gray_w {
  background: #F4F4F4;
  width: 100% !important;
}

.bg_darkgray {
  background: #dcdcdc;
  margin-bottom: 75px;
}

.sub_container {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bg_gray {
    margin: 0 -35px;
  }
  .bg_darkgray {
    background: #dcdcdc;
    margin: 0 -35px 20px;
  }
  .sub_container {
  width: 100%;
  }
}

.col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col_wrap_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
}

@media (max-width: 767px) {
  .col_wrap, .col_wrap_2 {
    display: block;
  }
}

.ttl_section {
  width: 495px;
  background: rgba(128, 128, 128, 0.8);
  padding: 28px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ttl_section_share {
  background: rgba(51, 51, 51, 0.8);
  margin-top: -105px;
  margin-left: 30px;
}

.ttl_section span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0.05em;
  display: block;
}

@media (max-width: 767px) {
  .ttl_section {
    width: auto;
    padding: 20px;
  }
  .ttl_section p {
    font-size: 1.2rem;
  }
  .ttl_section_share {
    margin-top: -20px;
    margin-left: 0px;
  }
}

.ttl_block {
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
  width: 390px;
  background: #004D9E;
  line-height: 1;
  padding: 10px 17px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.ttl_block_wide {
  width: 100%;
  text-align: center;
}

.ttl_block img {
  vertical-align: text-top;
}

@media (max-width: 767px) {
  .ttl_block {
    width: auto;
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 5px;
    text-align: center;
  }
}

.ttl_border {
  /* font-size: 2.2rem; */
  font-weight: bold;
  border: solid 1px #000;
  margin: 5px 0;
  padding: 0px 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .ttl_border {
    font-size: 2.2rem;
    font-weight: bold;
  }
}

.ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.ttl.small {
  font-size: 1.6rem;
}

.ttl.blue {
  color: #103593;
}

.ttl.box_black {
  padding-right: 10px;
}

.ttl.box_black::before {
  content: url(../img/common/icon_sikaku_black.svg);
  padding-right: 5px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .ttl {
    font-size: 1.4rem;
  }
  .ttl.small {
    font-size: 1.2rem;
  }
}

.video_content {
  background: #E2E2E2;
  padding: 25px 0;
  /* margin-bottom: 75px; */
}

.video_comment {
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .video_content {
    padding: 40px 35px 50px;
    margin: 0 -35px;
  }

  .video_comment {
    margin: 0 35px;
  }
}

.video_wrap {
  text-align: center;
  position: relative;
  z-index: 0;
}

.video_wrap video {
  width: 645px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .video_wrap video {
    width: 100%;
  }
}

.lp_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp_btn_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #031E62;
  padding: 12px 0;
}

.lp_btn_wrap a:last-child {
  background-color: #143891;
}

.lp_btn_wrap span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 65px;
}

.lp_btn_wrap em {
  font-size: 1.6rem;
}

.lp_btn_wrap .download {
  background-image: url(../img/common/icon_download.svg);
}

.lp_btn_wrap .contact {
  background-image: url(../img/common/icon_mail.svg);
}

@media (max-width: 767px) {
  .lp_btn_wrap {
    margin-bottom: 30px;
  }
  .lp_btn_wrap a {
    height: 36px;
  }
  .lp_btn_wrap span {
    padding: 0 5px 0 25px;
    background-size: 17px;
    line-height: 1.3;
  }
  .lp_btn_wrap .download {
    font-size: 1.0rem;
  }
  .lp_btn_wrap .contact {
    font-size: 1.6rem;
  }
  .lp_btn_wrap em {
    font-size: 0.8rem;
  }
}

.line_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 50px;
}

.line_up .txt {
  margin-left: 15px;
}

.line_up .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: calc(100% - 85px);
}

@media (max-width: 767px) {
  .line_up {
    margin: 25px 0 40px;
  }
  .line_up .txt {
    width: 40px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  #eyecatch img {
    width: 100%;
  }
}

#breadcrumbs {
  background: #dfeeff;
  padding: 5px 0;
}

#breadcrumbs ol li {
  display: inline-block;
  line-height: 1;
}

#breadcrumbs ol li:before {
  content: "＞";
  display: inline-block;
  vertical-align: top;
}

#breadcrumbs ol li:first-child:before {
  content: normal;
}

.pagination:empty {
  display: none;
}

.pagination .page-numbers {
  display: inline-block !important;
  width: 2em;
  padding: 6px 0;
  line-height: 1;
  text-align: center;
}

.pagination .page-numbers.current {
  font-weight: bold;
}

@media (max-width: 767px) {
  .scroll_box {
    overflow-x: scroll;
    float: none;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .scroll_box:before, .scroll_box:after {
    content: "←スワイプで左右にスクロールできます→";
    font-size: 10px;
    color: #999;
  }
  .scroll_box::-webkit-scrollbar {
    height: 10px;
  }
  .scroll_box::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 5px;
  }
  .scroll_box::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 5px;
  }
}

.animate_fadeintop {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}

.animate_fadeintop.delighter.started {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animate_fadeintop.delighter.started.swing {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: swing 1s ease-out forwards;
          animation: swing 1s ease-out forwards;
}

.animate_fadeintop.delighter.started.swing.f01 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animate_fadeintop.delighter.started.swing.f02 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.animate_fadeintop.delighter.started.swing.f03 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animate_fadeintop.delighter.started.swing.f04 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.animate_fadeintop.delighter.started.swing.f05 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.animate_fadeintop.delighter.started.swing.f06 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.animate_fadeintop.delighter.started.swing.f07 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

@media (max-width: 767px) {
  .animate_fadeintop.delighter.started.swing.f01 {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
  .animate_fadeintop.delighter.started.swing.f02 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .animate_fadeintop.delighter.started.swing.f03 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .animate_fadeintop.delighter.started.swing.f04 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .animate_fadeintop.delighter.started.swing.f05 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .animate_fadeintop.delighter.started.swing.f06 {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .animate_fadeintop.delighter.started.swing.f07 {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* googlemapやyoutube */
.iframe_wrap {
  overflow: hidden;
  max-width: 560px;
  margin: auto;
}

.iframe_wrap iframe {
  width: 100% !important;
}

@media (max-width: 767px) {
  .iframe_wrap {
    width: auto;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 1.3em;
  }
}

.bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 1200px;
  margin: auto;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px;
  }
}

.container-narrow {
  width: 910px;
  margin: auto;
}

@media (max-width: 767px) {
  .container-narrow {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}

button#gnav_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 100;
  background: #000;
  border: solid 2px #fff;
}

@media (min-width: 768px) {
  button#gnav_btn {
    display: none;
  }
}

button#gnav_btn .line {
  position: absolute;
  display: block;
  height: 3px;
  width: 70%;
  left: 15%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

button#gnav_btn .line:nth-child(1) {
  top: 23%;
}

button#gnav_btn .line:nth-child(2) {
  top: 48%;
  opacity: 1;
}

button#gnav_btn .line:nth-child(3) {
  top: 72%;
}

button#gnav_btn.open .line {
  -webkit-transition: .2s;
  transition: .2s;
}

button#gnav_btn.open .line:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button#gnav_btn.open .line:nth-child(2) {
  display: none;
  opacity: 0;
}

button#gnav_btn.open .line:nth-child(3) {
  top: 48%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#gnav a {
  display: block;
  padding: 15px 0;
}

@media (min-width: 768px) {
  #gnav {
    display: block;
  }
  #gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  #gnav {
    display: none;
  }
  #gnav ul {
    display: block;
  }
  #gnav li {
    display: block;
  }
}

#lp_rusupo_side_nav {
  position: fixed;
  right: 0;
  top: 115px;
  z-index: 10;
}

#lp_rusupo_side_nav .btn_side {
  width: 38px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.05px;
  text-decoration: none;
  display: block;
  border-radius: 10px 0 0 10px;
  color: #fff;
  padding: 40px 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#lp_rusupo_side_nav .btn_side.catalog {
  background: url(../img/common/icon_download.svg) no-repeat center 10px, #021e62;
  background-size: 20px;
}

#lp_rusupo_side_nav .btn_side.catalog em::before {
  content: '(';
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-left: 6px;
}

#lp_rusupo_side_nav .btn_side.catalog em::after {
  content: ')';
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-right: 6px;
}

#lp_rusupo_side_nav .btn_side.feature {
  background: #666666;
  padding-top: 12px;
}

#lp_rusupo_side_nav .btn_side.mail {
  background: url(../img/common/icon_mail.svg) no-repeat center 10px, #021e62;
  background-size: 20px;
}

#lp_rusupo_side_nav .btn_side.koutaku {
  background: url(../img/common/icon_koutaku.svg) no-repeat center 10px, #666666;
  background-size: 20px;
}

#lp_rusupo_side_nav .btn_side.zyutaku {
  background: url(../img/common/icon_zyutaku.svg) no-repeat center 10px, #666666;
  background-size: 20px;
}

#lp_rusupo_side_nav .btn_side:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  #lp_rusupo_side_nav {
    bottom: 0px;
    top: auto;
    right: initial;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #lp_rusupo_side_nav .btn_side {
    width: 100%;
    font-size: 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px 8px 0 0;
    padding: 20px 0;
    background-origin: 20px !important;
    background-position: center center !important;
  }
  #lp_rusupo_side_nav .btn_side.feature {
    display: none;
  }
  #lp_rusupo_side_nav span {
    display: none;
  }
  #lp_rusupo_side_nav .btn_side.koutaku {
    background: url(../img/common/icon_koutaku.svg) no-repeat center 10px, #535151;
    background-size: 20px;
  }
  #lp_rusupo_side_nav .btn_side.zyutaku {
    background: url(../img/common/icon_zyutaku.svg) no-repeat center 10px, #696969;
    background-size: 20px;
  }
  #lp_rusupo_side_nav .btn_side.catalog {
    background: url(../img/common/icon_download.svg) no-repeat center 10px, #808080;
    background-size: 20px;
  }
  #lp_rusupo_side_nav .btn_side.mail {
    background: url(../img/common/icon_mail.svg) no-repeat center 10px, #9b9898;
    background-size: 20px;
  }
}

.backtotop {
  background: url(../img/rusupo/backtotop.png) no-repeat 19px center;
  cursor: pointer;
  padding: 25px;
}

.backtotop.backtotop {
  width: auto;
}

main {
  display: block;
  position: relative;
}

main p {
  line-height: initial;
  font-size: initial;
}

@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

#totop {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 70px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #totop {
    width: 44px;
    height: 44px;
    bottom: 50px;
    right: 10px;
  }
}

footer .lp_rusupo_footer {
  background: #004D9E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 50px 80px;
}

@media (max-width: 767px) {
  footer .lp_rusupo_footer {
    padding: 15px 50px;
    margin: 0 -35px;
  }
  footer p {
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .nobg {
    width: auto !important;
  }
}

.rusupo_product {
  margin-bottom: 55px;
}

.rusupo_product .product_detail {
  margin-bottom: 60px;
}

.rusupo_product .detail {
  width: 330px;
}

.rusupo_product .detail h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.rusupo_product .detail .txt {
  padding-top: 10px;
}

.rusupo_product .detail .ttl_border {
  display: block;
}

.rusupo_product .detail p.border {
  border: solid 1px #000;
  padding: 2px 5px;
}

@media (max-width: 767px) {
  .rusupo_product {
    margin-bottom: 30px;
    padding: 0 !important;
  }
  .rusupo_product .product_detail {
    margin-bottom: 20px;
  }
  .rusupo_product .detail {
    width: auto;
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
  }
  .rusupo_product .detail img,
  .rusupo_product .detail .txt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
}

@media screen and (max-width: 1220px) {
  .rusupo_product {
    /* 1220px以下のとき左右の余白 */
    padding: 0 15px;
  }
}

.product_size_info {
  padding: 30px 40px;
}

.product_size_info .block_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_size_info .wrap {
  width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_size_info .wrap .col {
  width: 44%;
}

.product_size_info .wrap .col img {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .product_size_info {
    padding: 35px;
    max-width: 500px;
    margin: auto;
  }
  .product_size_info .wrap {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_size_info .wrap .col {
    width: 44%;
  }
  .product_size_info .wrap .col img {
    margin-bottom: 10px;
  }
  .product_size_info .wrap .col:first-child {
    margin-bottom: 30px;
  }
}

.rusupo_method {
  margin-bottom: 40px;
}

.method_wrap .txt {
  width: 816px;
}

.method_wrap .color_types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 8px;
}

.method_wrap .color_types img {
  margin-bottom: 5px;
}

.method_wrap .graph {
  width: 350px;
}

@media (max-width: 767px) {
  .method_wrap {
    padding: 0 !important;
  }
  .method_wrap .txt {
    width: auto;
  }
  .method_wrap .color_types {
    max-width: 450px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .method_wrap .color_types li {
    margin-bottom: 20px;
    width: 48%;
  }
  .method_wrap .graph {
    width: auto;
    text-align: center;
    margin: 50px -20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1220px) {
  .method_wrap {
    /* 1220px以下のとき左右の余白 */
    padding: 0 15px;
  }
}

#lp_rusupo_mv {
  background: rgba(235, 239, 241, 0.5);
  margin-bottom: 35px;
  padding: 80px 0px 0px;
}

#lp_rusupo_mv .mv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

#lp_rusupo_mv .mv_img {
  position: relative;
  margin-left: 150px;
}

#lp_rusupo_mv .mv_img img {
  width: 50%;
}

#lp_rusupo_mv .mv_catch {
  margin-top: 96px;
  margin-right: 130px;
  margin-left: auto;
}

@media (max-width: 767px) {
  #lp_rusupo_mv {
    margin-bottom: 8px;
    padding: 35px 0 0;
  }
  #lp_rusupo_mv .mv_wrap {
    display: block;
    max-width: 500px;
  }
  #lp_rusupo_mv .mv_catch {
    width: 50%;
    margin-top: 0;
    margin-left: 0px;
  }
  #lp_rusupo_mv .mv_img {
    max-width: 200px;
    margin-top: 80px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  #lp_rusupo_mv .mv_img img {
    width: 100%;
  }
}

.fukidashi {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
}

.fukidashi.f01 {
  top: 5px;
  left: -42px;
}

.fukidashi.f02 {
  top: -45px;
  left: 415px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.fukidashi.f03 {
  top: 62px;
  right: 517px;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.fukidashi.f04 {
  top: -10px;
  right: -105px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.fukidashi.f05 {
  bottom: 110px;
  left: -95px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fukidashi.f06 {
  bottom: 50px;
  right: 375px;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.fukidashi.f07 {
  bottom: 165px;
  right: 0px;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fukidashi.delighter.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media screen and (max-width: 1427px) {
  .fukidashi.f01 {
    left: 0px;
  }
  .fukidashi.f04 {
    right: 0px;
    top: -50px;
  }
  .fukidashi.f05 {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .fukidashi.f01 {
    top: 170px;
    left: 47px;
    width: 72px;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .fukidashi.f02 {
    top: -14px;
    left: initial;
    right: 24px;
    width: 70px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fukidashi.f03 {
    top: 84px;
    right: 25px;
    width: 68px;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .fukidashi.f04 {
    top: 85px;
    right: initial;
    left: 18px;
    width: 70px;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .fukidashi.f05 {
    bottom: initial;
    top: 40px;
    left: initial;
    right: 110px;
    width: 60px;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .fukidashi.f06 {
    bottom: initial;
    top: 155px;
    right: 4px;
    width: 68px;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .fukidashi.f07 {
    right: initial;
    bottom: 80px;
    left: 47px;
    width: 72px;
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

#lp_rusupo_message {
  background: url(../img/message/message_img_01.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px;
  margin-bottom: 30px;
}

#lp_rusupo_message .block {
  width: 456px;
  font-size: 1.7rem;
  line-height: 1.7;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px 30px 40px;
  margin: auto;
}

@media (max-width: 767px) {
  #lp_rusupo_message {
    background: url(../img/message/message_img_01_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 30px;
  }
  #lp_rusupo_message .block {
    width: auto;
    padding: 20px;
    font-size: 1.4rem;
  }
}

#lp_rusupo_about {
  margin-bottom: 120px;
}

#lp_rusupo_about .feature_content{
  margin-top: 30px;
}

#lp_rusupo_about .feature_content .ttl_block {
  margin-bottom: 50px;
}

#lp_rusupo_about .feature_block_01 {
  margin-bottom: 70px;
}

#lp_rusupo_about .feature_block_01 .feature_txt {
  margin-left: 20px;
}

#lp_rusupo_about .feature_block_01 p {
  text-align: center;
}

#lp_rusupo_about .feature_block_01 ul {
  width: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#lp_rusupo_about .feature_block_01 li {
  width: 50%;
  text-align: center;
  margin-top: 35px;
}

#lp_rusupo_about .feature_block_01 li img {
  margin-bottom: 15px;
}

#lp_rusupo_about .rusupo_img {
  margin-right: -20px;
}

#lp_rusupo_about .feature_block_02 {
  padding-top: 75px;
}

#lp_rusupo_about .feature_block_02 .block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1040px;
  margin: auto;
}

#lp_rusupo_about .feature_block_02 .block {
  text-align: center;
  width: 30%;
}

#lp_rusupo_about .feature_block_02 p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 5px;
}

#lp_rusupo_about .divider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#lp_rusupo_about .divider::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #c6c5c4;
  margin-left: -1px;
}

#lp_rusupo_about .divider::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #c6c5c4;
  margin-right: -1px;
}

@media (max-width: 767px) {
  #lp_rusupo_about {
    margin-bottom: 60px;
  }
  #lp_rusupo_about .feature_content .ttl_block {
    margin-bottom: 30px;
  }
  #lp_rusupo_about .feature_block_01 {
    margin-bottom: 25px;
  }
  #lp_rusupo_about .feature_block_01 .feature_txt {
    margin-left: 0;
  }
  #lp_rusupo_about .feature_block_01 ul {
    width: auto;
    margin-bottom: 15px;
  }
  #lp_rusupo_about .feature_block_01 li {
    width: 49%;
    margin-top: 15px;
  }
  #lp_rusupo_about .feature_block_01 li img {
    width: 125px;
  }
  #lp_rusupo_about .feature_block_01 li:nth-child(2) img {
    width: 140px;
  }
  #lp_rusupo_about .feature_block_01 li:last-child img {
    width: 167px;
  }
  #lp_rusupo_about .rusupo_img {
    text-align: center;
    margin: 0 -30px;
  }
  #lp_rusupo_about .rusupo_img img {
    width: 100%;
    max-width: 375px;
  }
  #lp_rusupo_about .feature_block_02 {
    background-size: 130%;
    padding-top: 45px;
    margin: 0;
  }
  #lp_rusupo_about .feature_block_02 .block_wrap {
    display: block;
    width: auto;
  }
  #lp_rusupo_about .feature_block_02 .block {
    margin-bottom: 25px;
    width: 100%;
  }
  #lp_rusupo_about .feature_block_02 .block img {
    width: 300px;
  }
  #lp_rusupo_about .feature_block_02 p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 5px;
  }
  #lp_rusupo_about .divider {
    margin: 0 -35px;
  }
  #lp_rusupo_about .divider img {
    width: 150px;
  }
}

#lp_rusupo_home {
  padding-top: 40px;
}

#lp_rusupo_home .rusupo_home_mv {
  background: url(../img/rusupo_home/rusupo_home_mv.jpg) no-repeat center center;
  background-size: cover;
  padding: 5px 0 320px;
}

#lp_rusupo_home .rusupo_home_mv .ttl_section {
  margin-top: -40px;
  margin-left: 30px;
}

#lp_rusupo_home .line_up .product {
  margin-top: -240px;
}

/* #lp_rusupo_home .line_up li:first-child {
  margin-left: 120px;
} */

/* #lp_rusupo_home .line_up li:first-child img {
  width: 265px;
} */

/* #lp_rusupo_home .line_up li:last-child {
  margin-right: 140px;
} */

/* #lp_rusupo_home .line_up li:last-child img {
  width: 336px;
} */

#lp_rusupo_home .graph {
  margin-top: -30px;
}

#lp_rusupo_home .rusupo_new {
  padding: 25px 25px 0;
}

#lp_rusupo_home .rusupo_new h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#lp_rusupo_home .rusupo_new h2 img {
  padding-right: 10px;
}

#lp_rusupo_home .rusupo_new .box_black {
  padding-right: 10px;
}

#lp_rusupo_home .rusupo_new .box_black::before {
  content: url(../img/common/icon_sikaku_black.svg);
  padding-right: 5px;
  vertical-align: middle;
}

#lp_rusupo_home .new_product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 35px;
}

#lp_rusupo_home .new_product_list .product {
  width: 175px;
}

#lp_rusupo_home .new_product_list .ttl {
  margin-top: 18px;
  margin-bottom: 0;
}

#lp_rusupo_home .new_product_feature .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#lp_rusupo_home .new_product_feature .feature:nth-child(odd) {
  width: 575px;
}

#lp_rusupo_home .new_product_feature .feature:nth-child(even) {
  width: 560px;
}

#lp_rusupo_home .new_product_feature .feature:nth-child(3) img {
  margin-left: 0px;
  margin-top: -15px;
}

#lp_rusupo_home .new_product_feature img {
  width: 240px;
  margin-right: 25px;
}

#lp_rusupo_home .new_product_feature .txt {
  width: 264px;
}

#lp_rusupo_home .new_product_feature .ttl {
  margin-top: 20px;
}

#lp_rusupo_home .new_product_feature span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #094f9c;
  border-radius: 10px;
  padding: 4px 25px;
  top: 0;
}

#lp_rusupo_home .note {
  padding: 15px 0 50px 30px;
}

#lp_rusupo_home .video_content {
  margin-bottom: 98px;
}

#lp_rusupo_home .lp_btn_wrap {
  margin-bottom: 130px;
}

.rusupo_home_product {
  padding-top: 25px;
}

@media (max-width: 767px) {
  #lp_rusupo_home .rusupo_home_mv {
    padding: 50px 0 85px;
  }
  #lp_rusupo_home .rusupo_home_mv .ttl_section {
    margin-top: 0px;
    margin-left: 0px;
  }
  #lp_rusupo_home .line_up {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #lp_rusupo_home .line_up .product {
    margin-top: 0px;
    width: 100%;
  }
  #lp_rusupo_home .line_up .product li {
    width: 45%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #lp_rusupo_home .graph {
    margin-top: 20px;
  }
  #lp_rusupo_home .method_wrap {
    margin-top: 0px;
  }
  #lp_rusupo_home .rusupo_new {
    padding: 35px;
    margin-bottom: 25px;
  }
  #lp_rusupo_home .rusupo_new h2 {
    font-size: 1.8rem;
  }
  #lp_rusupo_home .rusupo_new h2 span {
    padding-left: 75px;
  }
  #lp_rusupo_home .rusupo_new h2 img {
    max-width: 260px;
    display: block;
  }
  #lp_rusupo_home .new_product_list {
    max-width: 500px;
    margin: 30px auto 35px;
  }
  #lp_rusupo_home .new_product_list .ttl {
    margin-top: 10px;
  }
  #lp_rusupo_home .new_product_list .product {
    margin-bottom: 20px;
    width: 45%;
  }
  #lp_rusupo_home .new_product_feature {
    padding: 0;
  }
  #lp_rusupo_home .new_product_feature .feature {
    width: auto;
    margin-bottom: 15px;
  }
  #lp_rusupo_home .new_product_feature .feature:nth-child(odd), #lp_rusupo_home .new_product_feature .feature:nth-child(even) {
    width: auto;
  }
  #lp_rusupo_home .new_product_feature .feature:last-child {
    margin-bottom: 0;
  }
  #lp_rusupo_home .new_product_feature .feature:nth-child(2) img {
    margin-left: 0;
    margin-top: 0;
    width: 152px;
  }
  #lp_rusupo_home .new_product_feature img {
    max-width: 150px;
    height: 100%;
    margin-bottom: 15px;
    margin-right: 10px;
  }
  #lp_rusupo_home .new_product_feature .txt {
    width: auto;
  }
  #lp_rusupo_home .new_product_feature .ttl {
    margin-top: 5px;
  }
  #lp_rusupo_home .new_product_feature span {
    font-size: 1.3rem;
    padding: 4px;
    display: inline;
  }
  #lp_rusupo_home .note {
    padding: 0;
    padding-bottom: 50px;
    font-size: 14px;
  }
  #lp_rusupo_home .video_content {
    margin-bottom: 40px;
  }
  #lp_rusupo_home .lp_btn_wrap {
    margin-bottom: 45px;
  }
}

#lp_rusupo_share {
  padding-top: 40px;
}

#lp_rusupo_share .rusupo_share_mv {
  background: url(../img/rusupo_share/rusupo_share_mv.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 30px 264px;
}

#lp_rusupo_share .line_up {
  margin: 23px 0 60px;
}

#lp_rusupo_share .line_up .product {
  margin-top: -260px;
  padding-left: 35px;
}

/* #lp_rusupo_share .line_up .product li {
  margin-right: 55px;
} */

#lp_rusupo_share .line_up .product li:last-child {
  margin-right: 0;
}

#lp_rusupo_share .rusupo_product {
  margin-bottom: 68px;
  padding: 30px 0;
}

#lp_rusupo_share .rusupo_product .product_detail {
  padding: 0 90px;
  margin-bottom: 0px;
}

#lp_rusupo_share .rusupo_product .detail {
  width: 313px;
}

#lp_rusupo_share .accesory_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

#lp_rusupo_share .accesory_wrap .wrap {
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#lp_rusupo_share .accesory_wrap .col {
  width: 47%;
}

#lp_rusupo_share .ttl_block {
  margin-bottom: 20px;
}

#lp_rusupo_share .method_wrap .txt {
  width: 796px;
}

#lp_rusupo_share tbody th,
#lp_rusupo_share tbody td {
  padding: 12px 15px;
  line-height: 1.5;
}

#lp_rusupo_share .note {
  padding-top: 5px;
}

#lp_rusupo_share .color_types {
  margin: -10px auto 10px;
}

#lp_rusupo_share .product_size_info {
  padding-bottom: 20px;
}

#lp_rusupo_share .product_size_info .ttl_border {
  border: none;
  padding: 0;
}

#lp_rusupo_share .product_size_info .block {
  margin-bottom: 35px;
}

#lp_rusupo_share .product_size_info .wrap {
  width: 542px;
}

#lp_rusupo_share .product_size_info .col {
  width: 47%;
}

#lp_rusupo_share .product_size_info .ttl {
  font-size: 1.4rem;
}

#lp_rusupo_share .block.rusupo_share .wrap {
  display: block;
}

#lp_rusupo_share .block.rusupo_share .col {
  width: auto;
}

#lp_rusupo_share .block.rusupo_share img {
  width: 100%;
}

@media (max-width: 767px) {
  #lp_rusupo_share .rusupo_share_mv {
    padding: 60px 0 130px;
  }
  #lp_rusupo_share .line_up {
    margin: 85px 0 0;
  }
  #lp_rusupo_share .line_up .product {
    margin-top: -160px;
    width: 100%;
    padding-left: 0;
  }
  #lp_rusupo_share .line_up .product li {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 0;
    /* margin-left: 35px; */
  }
  #lp_rusupo_share .line_up .product li:first-child {
    margin-right: 0;
  }
  #lp_rusupo_share .line_up .product img {
    width: 100%;
  }
  #lp_rusupo_share .rusupo_product {
    margin-bottom: 50px;
  }
  #lp_rusupo_share .rusupo_product .product_detail {
    padding: 30px;
    margin-bottom: 50px;
  }
  #lp_rusupo_share .rusupo_product .detail {
    width: auto;
  }
  #lp_rusupo_share .accesory_wrap {
    margin-top: 30px;
  }
  #lp_rusupo_share .accesory_wrap .block {
    margin-bottom: 25px;
  }
  #lp_rusupo_share .accesory_wrap .wrap {
    width: auto;
  }
  #lp_rusupo_share .accesory_wrap .col img {
    margin-bottom: 10px;
  }
  #lp_rusupo_share .product_size_info {
    padding-bottom: 20px;
  }
  #lp_rusupo_share .product_size_info .block {
    margin-bottom: 20px;
  }
  #lp_rusupo_share .product_size_info .block:nth-child(3) .wrap,
  #lp_rusupo_share .product_size_info .block:nth-child(4) .wrap {
    display: block;
  }
  #lp_rusupo_share .product_size_info .block:nth-child(3) .col,
  #lp_rusupo_share .product_size_info .block:nth-child(4) .col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
  #lp_rusupo_share .product_size_info .block:nth-child(3) img,
  #lp_rusupo_share .product_size_info .block:nth-child(4) img {
    width: 100%;
  }
  #lp_rusupo_share .product_size_info .wrap {
    width: auto;
  }
  #lp_rusupo_share .product_size_info .col {
    width: 47%;
  }
  #lp_rusupo_share .product_size_info .ttl {
    font-size: 1.4rem;
  }
  #lp_rusupo_share .method_wrap .txt {
    width: auto;
  }
  #lp_rusupo_share .video_content {
    margin-bottom: 50px;
  }
}

#lp_rusupo_voice .ttl_voice {
  font-size: 2.4rem;
  font-weight: bold;
  background: url(../img/voice/icon_user_voice.svg) no-repeat 0px 19px;
  padding: 32px 0 25px 118px;
  margin: 60px auto;
}

#lp_rusupo_voice .voice_block .img {
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 15px;
}

#lp_rusupo_voice .label {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  padding: 0 15px;
  display: inline-block;
  position: relative;
}

#lp_rusupo_voice .label::before, #lp_rusupo_voice .label::after {
  position: absolute;
  top: -2px;
}

#lp_rusupo_voice .label::before {
  content: url(../img/voice/bracket_left.svg);
  left: 0;
}

#lp_rusupo_voice .label::after {
  content: url(../img/voice/bracket_right.svg);
  right: 0;
}

#lp_rusupo_voice .voice_wrap.home {
  margin-bottom: 100px;
}

#lp_rusupo_voice .voice_wrap.share {
  margin-bottom: 85px;
}

#lp_rusupo_voice .voice_wrap .voice_block {
  width: 371px;
}

#lp_rusupo_voice .txt_box {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 5px #094f9c;
  padding: 45px 35px 25px;
  margin-bottom: 60px;
}

#lp_rusupo_voice .txt_box .txt {
  font-size: 1.8rem;
  width: 557px;
}

#lp_rusupo_voice .txt_box .txt:first-child {
  width: 444px;
}

#lp_rusupo_voice .txt_box .ttl {
  font-size: 2.2rem;
  color: #094f9c;
}

#lp_rusupo_voice .lp_btn_wrap {
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  #lp_rusupo_voice {
    padding: 0 35px !important;
  }
  #lp_rusupo_voice .ttl_voice {
    font-size: 1.6rem;
    background-size: 70px;
    background-position: 0 0;
    padding: 0 0 0 80px;
    margin: 0 -25px 35px;
  }
  #lp_rusupo_voice .label {
    font-size: 1.8rem;
    padding: 0 10px;
    margin: 0 -30px;
  }
  #lp_rusupo_voice .label img {
    width: 180px;
    padding-right: 10px;
  }
  #lp_rusupo_voice .voice_wrap.home, #lp_rusupo_voice .voice_wrap.share {
    margin-bottom: 40px;
  }
  #lp_rusupo_voice .voice_wrap .voice_block {
    width: auto;
    margin-bottom: 40px;
  }
  #lp_rusupo_voice .voice_wrap .img {
    padding-left: 0;
  }
  #lp_rusupo_voice .voice_wrap .ttl {
    font-size: 1.6rem;
  }
  #lp_rusupo_voice .txt_box {
    border: solid 2px #094f9c;
    padding: 20px;
    margin: 0 0px 35px;
  }
  #lp_rusupo_voice .txt_box .txt {
    font-size: 1.5rem;
    width: auto;
  }
  #lp_rusupo_voice .txt_box .txt:first-child {
    width: auto;
  }
}

@media screen and (max-width: 1220px) {
  #lp_rusupo_voice {
    /* 1220px以下のとき左右の余白 */
    padding: 0 15px;
  }
}

#lp_rusupo_top_info dt {
  float: left;
  clear: left;
}

#lp_rusupo_top_info dd {
  padding-left: 10em;
}

#loading {
  display: none;
}

.thanks {
  padding: 20px;
  font-size: 1.8rem;
}

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 30px;
}

.table_form td {
  vertical-align: middle;
  padding: 10px;
}

@media (max-width: 767px) {
  .table_form td {
    padding: 10px 5px;
  }
}

.table_form th {
  width: 225px;
  text-align: left;
  vertical-align: top;
  position: relative;
  background-clip: padding-box !important;
  font-weight: bold;
}

@media (max-width: 767px) {
  .table_form th {
    padding: 5px;
  }
}

.table_form th:after {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 1.2rem;
  padding: 4px 5px;
  line-height: 1;
  font-weight: normal;
}

@media (max-width: 767px) {
  .table_form th:after {
    top: 5px;
    right: 10px;
  }
}

.table_form th.required:after {
  content: "必須";
  color: #fff;
  background: #c90000;
}

.table_form th.option:after {
  content: "任意";
  color: #fff;
  background: #999999;
}

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 3px;
  border: solid 1px #e6edf2;
  background: #e6edf2;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  color: #333;
}

.table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
  outline: none;
  border: solid 1px #e6edf2;
  background: #fff;
}

.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold;
}

.table_form textarea {
  width: 100%;
  height: 130px;
}

.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px;
}

.table_form select option {
  padding: 0;
}

.table_form .mwform-tel-field input[type="text"], .table_form .mwform-zip-field input[type="text"] {
  width: 5em;
}

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}

.form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
  height: 60px;
  width: 220px;
  border: none;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
  color: #fff;
}

.form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    max-width: 80%;
  }
}

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem;
}

.frm.danger:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}



/* ******9/20以降追加CSS****** */
.pt_30 {
  padding-top: 30px;
}

.fs_1 {
  font-size: 1.0rem;
}

.fs_12 {
  font-size: 1.2rem;
}

.border {
  border: 1px solid #000;
}

.sp_br {
  display: none;
}

.pc_only {
  display: block!important;
}

.sp_only {
  display: none!important;
}

@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
  .pc_only {
    display: none!important;
  }
  .sp_only {
    display: block!important;
  }
  .flex_wrap {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .flex_wrap img {
    margin: 10px 0;
  }
}

.mv_catch_sp {
  max-width: 15rem;
}

.feature_txt span {
  font-size: 1.0rem;
}

/* 製品一覧 */
.lineup_box {
  display: flex;
  justify-content: space-between;
}

.lineup_ttl {
  display: flex;
}

.lineup_home,
.lineup_share {
  width: 48%;
}

.lineup_ttl_section {
  margin: 15px 20px;
}

.lineup_home_img,
.lineup_share_img {
  width: 50%;
}

@media (max-width: 767px) {
  .lineup_box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lineup_home,
  .lineup_share {
    width: 100%;
  }
}

.lineup_home_ttl {
  background-color: #808080;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
}

.lineup_share_ttl {
  background-color: #333333;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
}

.line_up {
  justify-content: center;
}

.rusupo_ttl_block {
  color: #fff !important;
  display: flex;
  align-items: baseline;
  padding: 10px;
  position: relative;
}

.lineup_ttl_section span {
  position: relative;
  display: block;
  width: 100%;
}

.lineup_ttl_section span::after {
  position: absolute;
  content: "";
  top: 120%;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background-color: #fff;
}

.lineup_ttl_section img {
  padding-top: 20px;
  width: 248px;
}

.lp_rusupo_lineup {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .rusupo_ttl_block {
    flex-wrap: wrap;
  }
}

.home_lineup {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.home_lineup_block {
  width: 34%;
  margin: 20px 0;
}

.home_lineup_block:hover {
  opacity: 0.8;
}

.share_lineup_block {
  width: 30%;
  margin: 20px 0;
}

.share_lineup_block:hover {
  opacity: 0.8;
}

.lineup_img {
  background-color: #f6ead8;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

@media (max-width: 767px) {
  .home_lineup_block {
    width: 45%;
    margin: 10px 0;
  }

  .share_lineup_block {
    margin: 10px 0;
  }

  .lineup_img {
    min-height: 180px;
  }
}

.lineup_kadai_img {
  background-color: #f6ead8;
}

.lineup_diy_img {
  background-color: #fae3e1;
}

.lineup_entry_img {
  background-color: #f6e5ec;
}

.lineup_skadai_img {
  background-color: #c1e0f3;
}

.lineup_pole_img {
  background-color: #dbdef4;
}

.lineup_roof_img {
  background-color: #cbd9f3;
}

.lineup_post_img {
  background-color: #d3f0eb;
}

.lineup_slim_img {
  background-color: #d9edd9;
}

.lineup_img img {
  max-width: 80%;
  max-height: 200px;
}

@media (max-width: 767px) {
  .lineup_img img {
    max-height: 150px;
  }
}

.lineup_kadai_cont {
  color: #fff;
  font-size: 1.5rem;
  min-height: 4.0rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.arrow {
  position: relative;
  width: 100%;
}

.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}

.home_lineup a {
  text-decoration: none;
}

.detail_ttl_flex {
  display: flex;
  align-items: center;
}

.detail_ttl {
  min-height: 6.0rem;
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}

.product_ttl p {
  font-size: 3.0rem;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  border-bottom: 2px solid #000;
  margin: 0 auto 60px;
  width: 30rem;
  text-align: center;
}

.kadai {
  background-color: #eb9c2d;
}

.diy {
  background-color: #ea6d65;
}

.entry {
  background-color: #e06898;
}

.skadai {
  background-color: #0089ca;
}

.pole {
  background-color: #505db3;
}

.roof {
  background-color: #2854bc;
}

.post {
  background-color: #009b9d;
}

.slim {
  background-color: #50b274;
}

.rusupo_ttl_block h2 {
  font-size: 3.0rem;
  font-weight: bold;
  margin-left: 100px;
}

.rusupo_ttl_block p {
  margin-left: 10px;
  color: #fff;
}


@media (max-width: 767px) {
  .detail_ttl {
    height: auto;
  }

  .rusupo_ttl_block h2 {
    margin-left: 90px;
    font-size: 2.0rem;
  }

  .rusupo_ttl_block p {
    margin-left: 90px;
    font-size: 0.9rem;
  }
}

.rusupo_ttl_img {
  position: absolute;
  top: -10px;
  left: 15px;
  max-width: 7.0rem;
  max-height: 11.5rem;
}

.rusupo_share_ttl_img {
  top: -25px;
}

/* 製品仕様タブ */
.tab p {
  font-size: 2.0rem;
  font-weight: bold;
}

.tab-1,
.tab-2,
.tab-3,
.tab-4,
.tab-5,
.tab-6,
.tab-7,
.tab-8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 40px;
  justify-content: center;

}

.tab-1 > label,
.tab-2 > label,
.tab-3 > label,
.tab-4 > label,
.tab-5 > label,
.tab-6 > label,
.tab-7 > label,
.tab-8 > label {
  flex: 1 1;
  order: -1;
  opacity: .5;
  min-width: 180px;
  max-width: 200px;
  padding: 1em 1em;
  border-radius: 15px 15px 0 0;
  background-color: #ddd;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}

.tab-2 > label {
  max-width: 200px;
}

.tab-7 > label{
  max-width: 160px;
  min-width: 150px;
}

.tab-1 > label:hover,
.tab-2 > label:hover,
.tab-3 > label:hover,
.tab-4 > label:hover,
.tab-5 > label:hover,
.tab-6 > label:hover,
.tab-7 > label:hover,
.tab-8 > label:hover {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: none;
}

.tab-1 input,
.tab-2 input,
.tab-3 input,
.tab-4 input,
.tab-5 input,
.tab-6 input,
.tab-7 input,
.tab-8 input {
  display: none;
}

.tab-1 > div,
.tab-2 > div,
.tab-3 > div,
.tab-4 > div,
.tab-5 > div,
.tab-6 > div,
.tab-7 > div,
.tab-8 > div {
  display: none;
  width: 100%;
  padding: 2.5em 1em;
  background-color: #fff;
  /* min-height: 430px; */
}

.tab-1 label:has(:checked),
.tab-2 label:has(:checked),
.tab-3 label:has(:checked),
.tab-4 label:has(:checked),
.tab-5 label:has(:checked),
.tab-6 label:has(:checked),
.tab-7 label:has(:checked),
.tab-8 label:has(:checked) {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: none;
  z-index: 10;
}

.tab-1 label:has(:checked) + div,
.tab-2 label:has(:checked) + div,
.tab-3 label:has(:checked) + div,
.tab-4 label:has(:checked) + div,
.tab-5 label:has(:checked) + div,
.tab-6 label:has(:checked) + div,
.tab-7 label:has(:checked) + div,
.tab-8 label:has(:checked) + div {
  display: block;
}

input:checked + .tab {
  position: relative;
}

.tab-contents {
  margin-top: -1px;
  z-index: 0;
  position: relative;
  display: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1em;
  margin-bottom: 40px;
  background-color: #ffffcc;
}

.rusupo_tbl {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed; /* 列幅を均等に */
  margin-bottom: 20px; /* テーブルの下に20pxの余白を追加 */
}

.rusupo_tbl_s {
  width: 83.3%;
}

.rusupo_tbl span {
  font-size: 1.0rem;
}

.rusupo_tbl th, .rusupo_tbl td {
  padding: 8px;
  border-left: 2px solid white; /* 縦のborderを2pxに設定 */
  border-right: 2px solid white; /* 縦のborderを2pxに設定 */
  font-size: 1.4rem; /* thとtdの文字サイズを1.4remに設定 */
  text-align: center; /* 文字を左右中央揃えに設定 */
  vertical-align: middle; /* 文字を上下中央揃えに設定 */
}

.rusupo_tbl th {
  background-color: #d1dfeb;
  border-bottom: 2px solid white; /* thの真下のborderを2pxに設定 */
  font-weight: bold; /* thの文字を太字に設定 */
}

.rusupo_tbl td {
  border-bottom: 1px solid white; /* それ以外の部分を1pxに設定 */
}

.rusupo_tbl tr:nth-child(even) td {
  background-color: #e9e9e9;
}

.rusupo_tbl tr:nth-child(odd) td {
  background-color: #ddd;
}

@media (max-width: 767px) {
  .rusupo_tbl,
  .rusupo_tbl_s {
    overflow: auto;
    display: block;
  }

  .rusupo_tbl th,
  .rusupo_tbl td,
  .rusupo_tbl_s th,
  .rusupo_tbl_s td {
    white-space: nowrap;
  }

  .rusupo_tbl_s {
    width: 100%;
  }
}

.rusupo_graph {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.rusupo_graph img {
  max-height: 430px;
}

.rusupo_option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.rusupo_need {
  text-align: center;
  height: 100%;
}

.rusupo_need_exp {
  padding: 10px;
  max-width: 390px;
  margin: 10px auto;
}

.rusupo_need_exp a{
  text-decoration: underline;
  color: #0036D4;
}

.rusupo_image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.slim_open_img {
  justify-content: space-evenly;
}

p.slim-info{
  text-align: right;
  margin-top: 15px;
}

.rusupo_size_ttl {
  text-align: center;
}

.rusupo_size_ttl span {
  font-size: 2.0rem;
  padding: 5px 0;
  border-bottom: 1px solid #000;
}

.rusupo_size .size-info {
  font-size: 1.2rem;
  text-align: right;
  margin-left: 50%;
  position: absolute;
  top: -20px;
}

.rusupo_size_ttl p {
  margin-top: 10px;
}

.rusupo_size {
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.rusupo_size img {
  margin: 0 25px;
}

.rusupo_size_4 img {
  width: 20%;
}

@media (max-width: 767px) {
  .rusupo_graph {
    flex-wrap: wrap;
  }

  .rusupo_graph img {
    max-height: 330px;
    margin-bottom: 25px;
  }

  .rusupo_size_ttl span {
    font-size: 1.3rem;
  }

  .rusupo_size_ttl p {
    font-size: 1.0rem;
  }

  .rusupo_size {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

.rusupo_size .size-info {
  font-size: 1rem;
  text-align: right;
  margin-left: 0;
  position: absolute;
  top: -25px;
  right: 0;
}

  .rusupo_size img {
    width: 80%;
    margin: 0 15px 45px 15px;
  }

  .s_rusupo_post_img img{
    width: 45%;
  }
}

/* sp版製品仕様タブ */

#lp_rusupo_home,
#lp_rusupo_share{
  dl,
  dt,
  dd {
      margin: 25px 0 10px;
      padding: 0;
  }
  
  dl+dl {
    margin-top: 1rem;
  }
  
  dt,
  dd {
    padding: 10px;
  }
  
  dl {
    position: relative;
    overflow: hidden;
  }
  
  dl>input {
    display: none;
  }
  
  dt {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    padding: 1.5rem 1.0rem;
    border-radius: 15px 15px 0 0;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #000;
  }
  
  dd {
    position: absolute;
    visibility: hidden;
    /* transform: translateY(-100%); */
    border-bottom: 1px solid black;
  }
  
  dl>input:checked+label+dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
  }
  
  dt::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    right: 10px;
    background: #333;
    transform: translateY(-50%);
  }
  
  dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 3px;
    background: #333;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
  }
  
  dl>input:checked+label>dt::after {
    transform: translateY(-50%) rotate(180deg);
  }
}


/* カラーラインナップ */
.rusupo_color_b {
  margin-bottom: 100px;
}

.rusupo_color {
  display: flex;
  width: 80%;
  justify-content: space-between;
  margin: 0 auto;
}

.color_5 {
  width: 100%;
}

.color_types {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.color_types li {
  width: 50%;
  margin-bottom: 15px;
}

.color_types li img,
.color_5_types li img {
  width: 90%;
  border: 2px solid #000;
  box-sizing: border-box;
}

.color_5_types li {
  width: 33%;
}

.color_lineup {
  width: 66%;
}

.color_5 .color_lineup {
  width: 75%;
}

.color_lineup_ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.color_lineup_ttl h3 {
  font-size: 2.0rem;
  font-weight: bold;
}

.color_lineup_ttl p {
  font-size: 1.0rem;
  padding-left: 15px;
}

.ttl.s_small {
  font-size: 1.2rem;
}

.rusupo_kadai_silver {
  max-height: 400px;
  object-fit: contain;
}

.color_5_img {
  width: 25%;
}

.exp {
  font-size: 1.4rem;
}

.btn,
.btn_2,
.btn_3,
.btn_4,
.btn_5,
.btn_6,
.btn_7,
.btn_8 {
  border: none;
  background-color: transparent;
}

.color_types li button {
  width: 90%;
  margin-bottom: 15px;
  text-align: left;
}

.share_line_up li {
  width: 33%;
  text-align: center;
}

.share_line_up_top li:first-child {
  width: 25%;
}

.share_line_up_top li:nth-child(2) {
  width: 25%;
}

.share_line_up_top li:nth-last-child(1) {
  width: 39%;
}

.btnWrapper button.btn.show img,
.btnWrapper button.btn_2.show img,
.btnWrapper button.btn_3.show img,
.btnWrapper button.btn_4.show img,
.btnWrapper button.btn_5.show img,
.btnWrapper button.btn_6.show img,
.btnWrapper button.btn_7.show img,
.btnWrapper button.btn_8.show img {
  border: solid 8px #0036D4;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .rusupo_color_b {
    margin-top: 50px;
  }

  .rusupo_color {
    flex-wrap: wrap-reverse;
    width: 100%;
    justify-content: center;
  }

  .color_5 .color_lineup {
    width: 100%;
  }

  .color_types li img,
  .color_5_types li img {
    margin-left: 5%;
}

  .color_types li {
    margin-bottom: 0px;
  }

  .color_5_types li {
    width: 50%;
  }

  .color_lineup {
    width: 100%;
  }

  .color_lineup_ttl {
    flex-wrap: wrap;
    justify-content: center;
  }

  .color_lineup_ttl p {
    padding-left: 0px;
  }

  .ttl.small {
    margin-left: 5%;
  }

  .ttl.s_small {
    font-size: 1.0rem;
  }

  .rusupo_kadai_silver {
    max-height: 200px;
    margin-bottom: 20px;
  }

  .color_types li button {
    width: 100%;
  }

  .color_5_img {
    width: 100%;
  }

  #lp_rusupo_share .share_line_up_top li:nth-last-child(1) {
    width: 78%;
  }
}

.balloon_red {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1.5em 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #FF0000;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}

.balloon_red:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon_red:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FF0000;
  z-index: 1;
}

.balloon_red p {
  margin: 0;
  padding: 0;
  color: #FF0000;
  font-size: 2.5rem;
  font-weight: bold;
}

/* SHARE POST&SLIM 見出し */
#lp_rusupo_share .rusupo_share_post_mv {
  background: url(../img/rusupo_share/rusupo_share_post_mv.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0 345px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-height: 100px;
  margin-bottom: 200px;
  width: 99.24vw;
}

#lp_rusupo_share .rusupo_share_slim_mv {
  background: url(../img/rusupo_share/rusupo_share_slim_mv.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0 345px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-height: 100px;
  margin-bottom: 200px;
  width: 99.24vw;
}

#lp_rusupo_share .line_up .product_2 {
  margin-top: 90px;
  /* padding-left: 35px; */
  justify-content: center;
  gap: 15px;
}

#lp_rusupo_share .line_up .product_2 li img{
  max-width: 320px;
}

@media (max-width: 767px) {
  #lp_rusupo_share .line_up .product_2 {
    margin-top: -10px;
  }

  #lp_rusupo_share .line_up .product_2 li{
    width: 47%;
  }
  
  #lp_rusupo_share .rusupo_share_post_mv {
    margin-bottom: 10px;
    padding: 20px 30px 250px  ;
    width: auto;
  }
  #lp_rusupo_share .rusupo_share_slim_mv {
    margin-bottom: 10px;
    padding: 20px 30px 250px;
    width: auto;
  }
}

/* 動画2個 */
.video_box {
  display: flex;
  justify-content: space-evenly;
}

.video_content h3 {
  font-size: 2.0rem;
  font-weight: bold;
}

.video_content .video_comment{
  padding: 0 0 30px;
}

.share_video_2 .iframe_wrap {
  max-width: 40%;
  margin: 0;
}

@media (max-width: 767px) {
  .video_box {
    flex-wrap: wrap;
  }
  .share_video_2 .iframe_wrap {
    max-width: 100%;
  }
  .share_video_2 h3 {
    text-align: center;
  }
}

/* nav */
#lp_rusupo_side_nav .feature {
  border-radius: 10px 0 0 0;
}

#lp_rusupo_side_nav .koutaku {
  border-radius: 0 0 0 0;
}

#lp_rusupo_side_nav .zyutaku {
  border-radius: 0 0 0 10px;
}

#lp_rusupo_side_nav .catalog {
  border-radius: 10px 0 0 0;
  margin-top: 10px;
}

#lp_rusupo_side_nav .mail {
  border-radius: 0 0 0 10px;
}

#lp_rusupo_side_nav .feature.color_active,
#lp_rusupo_side_nav .koutaku.color_active,
#lp_rusupo_side_nav .zyutaku.color_active {
  background-color: #005fa3;
  transition: color 0.4s ease-out;
}

@media (max-width: 767px) {
  #lp_rusupo_side_nav .btn_side {
    margin-top: 1px;
  }
  #lp_rusupo_side_nav .koutaku,
  #lp_rusupo_side_nav .zyutaku,
  #lp_rusupo_side_nav .catalog,
  #lp_rusupo_side_nav .mail {
    border-radius: 8px 8px 0 0;
  }
}