@charset "UTF-8";
.productswrapper {
  max-width: 1000px;
  margin: 20px auto; }

.productsannouncement {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 2px; }

.productsannouncement-small {
  margin-bottom: 55px;
  font-size: 16px;
  letter-spacing: 1.5px; }

.products-content-links-wrapper {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #d9d9d9; }

.products-content-links-item {
  margin-bottom: 15px;
  letter-spacing: 0.1em; }
  .products-content-links-item a > span {
    position: relative; }
    .products-content-links-item a > span::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background: url(../img/common/icon_blank.png) 0 0 no-repeat;
      background-size: 100%;
      width: 13px;
      height: 13px;
      position: relative;
      top: -1px; }
  .products-content-links-item .groupmodal-btn span::before {
    background: url(../img/common/icon_blank2.png) 0 0 no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px; }
  .products-content-links-item a:hover {
    text-decoration: underline; }

.products-fukidashi {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 110px; }

/* いのち ---------------------------------------*/
.productslife {
  border-top: 3px solid #d9d9d9;
  padding: 30px 0;
  margin-bottom: 100px; }

.productslife-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.productslife-title-image {
  width: 65px;
  height: 65px;
  margin-right: 15px; }

.productslife-title {
  font-size: 32px;
  color: #ef617c;
  font-weight: bold; }

.productslife-content-wrapper {
  display: flex;
  flex-direction: row-reverse; }

.productslife-content {
  width: calc(50% - 20px);
  margin-right: 20px; }

.productslife-content-title {
  font-size: 24px;
  color: #ef617c;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 3px; }

.productslife-content-text {
  font-size: 16px;
  letter-spacing: 2.5px;
  margin-bottom: 35px;
  line-height: 1.8; }

.productslife-content-btn {
  display: block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d9d9d9;
  transition: all .25s ease; }
  .productslife-content-btn:hover {
    opacity: 0.7; }

.productslife-content-image {
  width: calc(50% - 20px);
  margin-left: 20px; }

/* せいかつ ---------------------------------------*/
.productsliving {
  border-top: 3px solid #d9d9d9;
  padding: 30px 0;
  margin-bottom: 120px; }

.productsliving-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.productsliving-title-image {
  width: 65px;
  height: 65px;
  margin-right: 15px; }

.productsliving-title {
  font-size: 32px;
  color: #0666a8;
  font-weight: bold; }

.productsliving-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 40px; }

.productsliving-content {
  width: calc(50% - 20px);
  margin-right: 20px; }

.productsliving-content-title {
  font-size: 24px;
  color: #0666a8;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px; }

.productsliving-content-text {
  font-size: 16px;
  letter-spacing: 1.7px;
  margin-bottom: 20px;
  line-height: 1.8; }

.productsliving-content .noticelist li {
  font-size: 13px; }

.productsliving-content-image {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-top: 10px; }

.productsliving-links-wrapper {
  margin-bottom: 40px; }

.productsliving-links-list {
  display: flex;
  flex-wrap: wrap; }

.productsliving-links-item {
  width: calc(50% - 20px);
  margin-right: 20px;
  text-align: left;
  margin-bottom: 16px; }
  .productsliving-links-item:nth-of-type(2n) {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-right: auto; }
  .productsliving-links-item a {
    display: inline-block; }
    .productsliving-links-item a:hover {
      text-decoration: underline; }
  .productsliving-links-item span {
    position: relative; }
    .productsliving-links-item span::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      background: url(../img/common/arrow_submenu.png) 0 0 no-repeat;
      background-size: 100%;
      width: 15px;
      height: 15px;
      position: relative;
      top: -1px; }

.productsliving-btn {
  display: block;
  height: 80px;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .productsliving-btn span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3; }
    .productsliving-btn span i {
      font-style: normal;
      font-size: 13px; }
  .productsliving-btn::before, .productsliving-btn::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%; }
  .productsliving-btn::before {
    background: linear-gradient(90deg, #0081de 0%, #42b1e1 100%); }
  .productsliving-btn::after {
    background: linear-gradient(270deg, #0081de 0%, #42b1e1 100%);
    transition: all .25s ease;
    opacity: 0; }
  .productsliving-btn:hover::after {
    opacity: 1; }
  .productsliving-btn.old::before {
    background: linear-gradient(90deg, #b3b3b3 0%, #d9d9d9 100%); }
  .productsliving-btn.old::after {
    background: linear-gradient(270deg, #b3b3b3 0%, #d9d9d9 100%); }
  .productsliving-btn.support {
    height: 60px; }
    .productsliving-btn.support:before {
      background: -webkit-linear-gradient(left, #e64a2a 0%, #ee6449 100%);
      background: -o-linear-gradient(left, #e64a2a 0%, #ee6449 100%);
      background: linear-gradient(to right, #e64a2a 0%, #ee6449 100%); }
    .productsliving-btn.support:after {
      background: linear-gradient(270deg, #e64a2a 0%, #ee6449 100%);
      transition: all .25s ease;
      opacity: 0; }
    .productsliving-btn.support:hover::after {
      opacity: 1; }
    .productsliving-btn.support span {
      font-size: 16px; }

.productsliving-btn-pdf-wrapper {
  position: relative; }
  .productsliving-btn-pdf-wrapper::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../img/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 20;
    transform: translate(0, -50%); }

.productsliving-btn-nolink {
  border: solid 2px #0666a8;
  width: 100%;
  height: 80px;
  position: relative; }
  .productsliving-btn-nolink span {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    text-align: center;
    color: #0666a8;
    font-size: 20px;
    font-weight: bold; }
    .productsliving-btn-nolink span i {
      font-style: normal;
      font-size: 13px; }

.ob-box {
  border: solid 1px #d9d9d9;
  padding: 40px;
  margin-bottom: 20px; }

/* のりもの ---------------------------------------*/
.productsvehicle {
  border-top: 3px solid #d9d9d9;
  padding-top: 30px;
  margin-bottom: 120px; }

.productsvehicle-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }

.productsvehicle-title-image {
  width: 65px;
  height: 65px;
  margin-right: 15px; }

.productsvehicle-title {
  font-size: 32px;
  color: #00a595;
  font-weight: bold;
  letter-spacing: 4px; }

.productsvehicle-content-wrapper {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap; }

.productsvehicle-content {
  width: calc(50% - 20px);
  margin-right: 20px;
  border: solid 1px #d9d9d9;
  padding: 30px 40px 35px;
  margin-bottom: 40px;
  position: relative; }
  .productsvehicle-content:nth-of-type(2n) {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-right: auto; }

.productsvehicle-content-top-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.productsvehicle-content-top-image {
  width: 30%;
  height: 120px;
  position: relative;
  order: 2; }
  .productsvehicle-content-top-image.with-fukidashi {
    padding-right: 10%; }
  .productsvehicle-content-top-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .productsvehicle-content-top-image.with-fukidashi img {
    width: 80%; }

.productsvehicle-content-top {
  width: calc(70% - 20px); }

.productsvehicle-content-title {
  color: #00a595;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 1px; }

.productsvehicle-content-text {
  letter-spacing: 1.9px;
  margin-bottom: 20px; }

.productsvehicle-content-btn {
  display: block;
  height: 45px;
  position: relative;
  margin-bottom: 10px; }
  .productsvehicle-content-btn:last-of-type {
    border: 1px solid #00a595;
    transition: all .25s ease; }
    .productsvehicle-content-btn:last-of-type:hover {
      opacity: 0.7; }

.btn-estimate::before, .btn-estimate::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%; }
.btn-estimate::before {
  background: linear-gradient(90deg, #00b3a1 0%, #1ed9ce 100%); }
.btn-estimate::after {
  background: linear-gradient(270deg, #00b3a1 0%, #1ed9ce 100%);
  transition: all .25s ease;
  opacity: 0; }
.btn-estimate:hover::after {
  opacity: 1; }

.productsvehicle-content-btn span {
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  transform: translate(0%, -50%);
  text-align: center;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap; }
  .productsvehicle-content-btn span::after {
    display: block;
    content: '';
    background: url("../img/common/icon_blank2.png") no-repeat left top;
    background-size: 100%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%; }

.btn-estimate span {
  color: #fff;
  letter-spacing: 1px; }

.btn-update span {
  color: #00a595; }

.productsvehicle-content-btn.btn-estimate span::after {
  background-image: url("../img/common/icon_blank_white.png"); }

/* すまい ---------------------------------------*/
.productshouse {
  border-top: 3px solid #d9d9d9;
  padding-top: 30px;
  margin-bottom: 120px; }

.productshouse-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }

.productshouse-title-image {
  width: 65px;
  height: 65px;
  margin-right: 15px; }

.productshouse-title {
  font-size: 32px;
  color: #e39d05;
  font-weight: bold; }

.productshouse-content-wrapper {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap; }

.productshouse-content {
  width: calc(50% - 20px);
  margin-right: 20px;
  border: solid 1px #d9d9d9;
  padding: 30px 40px 35px;
  margin-bottom: 40px;
  position: relative; }
  .productshouse-content:nth-of-type(2n) {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-right: auto; }

.productshouse-content-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }

.productshouse-content-top-image {
  width: 30%;
  height: 120px;
  position: relative;
  order: 2; }
  .productshouse-content-top-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.productshouse-content-top {
  width: calc(70% - 20px); }

.productshouse-content-title {
  color: #e39d05;
  font-size: 22px;
  margin-bottom: 15px; }

.productshouse-content-text {
  letter-spacing: 1.9px; }

/* からだ ---------------------------------------*/
.productsbody {
  border-top: 3px solid #d9d9d9;
  padding-top: 30px;
  margin-bottom: 115px; }

.productsbody-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }

.productsbody-title-image {
  width: 65px;
  height: 65px;
  margin-right: 15px; }

.productsbody-title {
  font-size: 32px;
  color: #e2223d;
  font-weight: bold;
  letter-spacing: 5px; }

.productsbody-content-wrapper {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap; }

.productsbody-content {
  width: calc(50% - 20px);
  border: solid 1px #d9d9d9;
  padding: 30px 40px 35px;
  margin-bottom: 50px;
  position: relative; }

.productsbody-content-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.productsbody-content-top-image {
  width: 30%;
  height: 110px;
  position: relative;
  order: 2; }
  .productsbody-content-top-image img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.productsbody-content-top {
  width: calc(70% - 20px); }

.productsbody-content-title {
  color: #e2223d;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 1px; }

.productsbody-content-text {
  letter-spacing: 1.9px; }

/* レジャー ---------------------------------------*/
.productsleisure {
  border-top: 3px solid #d9d9d9;
  padding: 30px 0;
  margin-bottom: 0px; }

.productsleisure-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }

.productsleisure-title-image {
  width: 65px;
  height: 65px;
  margin-right: 15px; }

.productsleisure-title {
  font-size: 32px;
  color: #65a110;
  font-weight: bold;
  letter-spacing: 4px; }

.productsleisure-content-wrapper {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap; }

.productsleisure-content {
  width: calc(50% - 20px);
  margin-right: 20px;
  border: solid 1px #d9d9d9;
  padding: 50px 40px 35px;
  position: relative; }
  .productsleisure-content:nth-of-type(2n) {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-right: auto; }

.productsleisure-content-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.productsleisure-content-top-image {
  width: 28%;
  height: 110px;
  position: relative;
  margin-right: 30px;
  order: 2; }
  .productsleisure-content-top-image img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.productsleisure-content-top {
  width: calc(72% - 30px); }

.productsleisure-content-title {
  color: #65a110;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 1px; }

.productsleisure-content-text {
  letter-spacing: 1.7px; }

/* small pc */
@media screen and (min-width: 769px) and (max-width: 950px) {
  .productsvehicle-content-btn:first-of-type span, .productsvehicle-content-btn:last-of-type span {
    font-size: 12px; }

  .products-fukidashi {
    width: 90px; } }
@media screen and (max-width: 768px) {
  .productswrapper {
    padding: 0 15px;
    margin: 83px auto 0; }

  .productsannouncement {
    font-size: 21px;
    line-height: 1.75;
    margin-bottom: 25px;
    letter-spacing: 0px;
    text-align: justify;
    padding-right: 20px; }

  .productsannouncement-small {
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 1.7px; }

  .products-content-links-wrapper {
    margin-top: 30px;
    padding-top: 30px; }

  .products-content-links-list {
    display: block; }

  .products-content-links-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    font-size: 17px; }
    .products-content-links-item:nth-of-type(2n) {
      width: 100%;
      margin-left: 0px; }
    .products-content-links-item span::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background: url(../img/common/icon_blank.png) 0 0 no-repeat;
      background-size: 100%;
      width: 12px;
      height: 12px;
      position: relative;
      top: -1px; }

  .products-fukidashi {
    top: -8px;
    right: -10px;
    width: 105px; }

  /* いのち ---------------------------------------*/
  .productslife {
    padding: 25px 0; }

  .productslife-title-wrapper {
    margin-bottom: 40px; }

  .productslife-title-image {
    width: 60px;
    height: 60px;
    margin-right: 15px; }

  .productslife-title {
    font-size: 35px; }

  .productslife-content-wrapper {
    display: block; }

  .productslife-content {
    width: 100%;
    margin-right: 0px; }

  .productslife-content-title {
    font-size: 23px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    line-height: 1.6; }

  .productslife-content-text {
    margin-bottom: 32px;
    line-height: 1.8; }

  .productslife-content-btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px; }

  .productslife-content-image {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 35px; }

  /* せいかつ ---------------------------------------*/
  .productsliving {
    padding: 25px 0;
    margin-bottom: 85px; }

  .productsliving-title-wrapper {
    margin-bottom: 40px; }

  .productsliving-title-image {
    width: 60px;
    height: 60px;
    margin-right: 15px; }

  .productsliving-title {
    font-size: 35px; }

  .productsliving-content-wrapper {
    display: block;
    margin-bottom: 35px; }

  .productsliving-content {
    width: 100%;
    margin-right: 0px; }

  .productsliving-content-title {
    font-size: 23px;
    margin-bottom: 18px;
    letter-spacing: 2px;
    line-height: 1.6; }

  .productsliving-content-text {
    margin-bottom: 17px;
    line-height: 1.8; }

  .productsliving-content .noticelist li {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.8; }

  .productsliving-content-image {
    width: 100%;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 40px; }

  .productsliving-links-wrapper {
    margin-bottom: 45px; }

  .productsliving-links-list {
    display: block;
    flex-wrap: wrap; }

  .productsliving-links-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 17px;
    letter-spacing: 2px; }
    .productsliving-links-item:nth-of-type(2n) {
      width: 100%;
      margin-left: 0px;
      margin-right: auto; }
    .productsliving-links-item span {
      position: relative;
      letter-spacing: 2px; }
      .productsliving-links-item span::before {
        margin-right: 5px;
        width: 15px;
        height: 15px;
        top: -1px; }

  .productsliving-btn-pdf-wrapper::before {
    display: none; }

  .productsliving-btn {
    height: 105px;
    margin: 0 auto; }

  .productsliving-btn-wrapper .productsliving-btn,
  .productsliving-btn-nolink {
    height: 105px; }
    .productsliving-btn-wrapper .productsliving-btn.support,
    .productsliving-btn-nolink.support {
      height: 90px; }

  .productsliving-btn-pdf-wrapper .productsliving-btn {
    height: 80px;
    margin: 0 auto; }

  .productsliving-btn span {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 2px;
    /* 2109 add */
    left: 10%;
    right: 10%;
    transform: translate(0%, -50%); }
    .productsliving-btn span i {
      font-size: 10px; }

  .productsliving-btn.support span {
    font-size: 15px; }

  .productsliving-btn-pdf-wrapper .productsliving-btn span {
    white-space: nowrap;
    line-height: 1.3;
    font-size: 18px;
    letter-spacing: 2px;
    left: 10%;
    top: 53%; }
    .productsliving-btn-pdf-wrapper .productsliving-btn span::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      background: url(../img/common/icon_pdf.png) 0 0 no-repeat;
      background-size: 100%;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 6px;
      left: 11px;
      z-index: 20; }

  .ob-box {
    padding: 20px; }

  /* のりもの ---------------------------------------*/
  .productsvehicle {
    padding: 30px 0;
    margin-bottom: 85px; }

  .productsvehicle-title-wrapper {
    margin-bottom: 65px; }

  .productsvehicle-title-image {
    width: 60px;
    height: 60px;
    margin-right: 20px; }

  .productsvehicle-title {
    font-size: 35px;
    letter-spacing: 1px; }

  .productsvehicle-content-wrapper {
    display: block;
    margin-bottom: 40px; }

  .productsvehicle-content {
    width: 100%;
    margin-right: 0px;
    padding: 45px 20px 30px;
    margin-bottom: 40px; }
    .productsvehicle-content:nth-of-type(2n) {
      width: 100%;
      margin-left: 0px; }

  .productsvehicle-content-top-wrapper {
    display: block;
    margin-bottom: 20px; }

  .productsvehicle-content-top-image {
    width: 180px;
    height: 120px;
    position: relative;
    margin-right: auto;
    margin: 0 auto 5px; }

  .productsvehicle-content:nth-of-type(2) .productsvehicle-content-top-image {
    margin: 0 auto 18px; }
  .productsvehicle-content:nth-of-type(3) .productsvehicle-content-top-image {
    margin: 0 auto 10px; }
  .productsvehicle-content:nth-of-type(4) .productsvehicle-content-top-image {
    margin: 0 auto 5px;
    height: 115px; }

  .productsvehicle-content-top-image img {
    width: 150px; }

  .productsvehicle-content:nth-of-type(2) .productsvehicle-content-top-image img, .productsvehicle-content:nth-of-type(3) .productsvehicle-content-top-image img, .productsvehicle-content:nth-of-type(4) .productsvehicle-content-top-image img {
    width: 115px; }

  .productsvehicle-content-top {
    width: 100%; }

  .productsvehicle-content-title {
    font-size: 19px;
    margin-bottom: 13px;
    letter-spacing: 2px; }

  .productsvehicle-content-text {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.8; }

  .productsvehicle-content-btn-wrapper {
    display: block; }

  .productsvehicle-content-btn:first-of-type, .productsvehicle-content-btn:last-of-type {
    height: 45px;
    position: relative;
    width: 100%; }
  .productsvehicle-content-btn:first-of-type {
    margin-right: 0;
    margin-bottom: 10px; }
    .productsvehicle-content-btn:first-of-type span {
      letter-spacing: 1.5px;
      font-size: 16px; }
  .productsvehicle-content-btn:last-of-type span {
    letter-spacing: 1.5px;
    font-size: 16px; }

  /* すまい ---------------------------------------*/
  .productshouse {
    padding: 30px 0;
    margin-bottom: 85px; }

  .productshouse-title-wrapper {
    margin-bottom: 65px; }

  .productshouse-title-image {
    width: 60px;
    height: 60px;
    margin-right: 20px; }

  .productshouse-title {
    font-size: 35px; }

  .productshouse-content-wrapper {
    display: block;
    margin-bottom: 40px; }

  .productshouse-content {
    width: 100%;
    margin-right: 0px;
    padding: 45px 20px 30px;
    margin-bottom: 40px; }
    .productshouse-content:nth-of-type(2n) {
      width: 100%;
      margin-left: 0px; }

  .productshouse-content-top-wrapper {
    display: block;
    margin-bottom: 20px; }

  .productshouse-content-top-image {
    width: 180px;
    height: 120px;
    position: relative;
    margin-right: auto;
    margin: 0 auto 25px; }
    .productshouse-content-top-image img {
      width: 140px; }

  .productshouse-content-top {
    width: 100%; }

  .productshouse-content-title {
    font-size: 19px;
    margin-bottom: 13px;
    letter-spacing: 2px; }

  .productshouse-content-text {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.8; }

  /* からだ ---------------------------------------*/
  .productsbody {
    padding: 30px 0;
    margin-bottom: 85px; }

  .productsbody-title-wrapper {
    margin-bottom: 65px; }

  .productsbody-title-image {
    width: 60px;
    height: 60px;
    margin-right: 20px; }

  .productsbody-title {
    font-size: 35px; }

  .productsbody-content-wrapper {
    display: block;
    margin-bottom: 40px; }

  .productsbody-content {
    width: 100%;
    padding: 45px 20px 30px;
    margin-bottom: 40px; }

  .productsbody-content-top-wrapper {
    display: block;
    margin-bottom: 20px; }

  .productsbody-content-top-image {
    width: 180px;
    height: 120px;
    position: relative;
    margin-right: 0px;
    margin: 0 auto 5px; }
    .productsbody-content-top-image img {
      width: 65px; }

  .productsbody-content-top {
    width: 100%; }

  .productsbody-content-title {
    font-size: 19px;
    margin-bottom: 13px;
    letter-spacing: 2px; }

  .productsbody-content-text {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.8; }

  /* レジャー ---------------------------------------*/
  .productsleisure {
    padding: 30px 0;
    margin-bottom: 0px; }

  .productsleisure-title-wrapper {
    margin-bottom: 65px; }

  .productsleisure-title-image {
    width: 60px;
    height: 60px;
    margin-right: 20px; }

  .productsleisure-title {
    font-size: 35px; }

  .productsleisure-content-wrapper {
    display: block;
    margin-bottom: 40px; }

  .productsleisure-content {
    width: 100%;
    margin-right: 20px;
    padding: 45px 20px 30px;
    margin-bottom: 40px; }
    .productsleisure-content:nth-of-type(2n) {
      width: 100%;
      margin-left: 0px; }

  .productsleisure-content-top-wrapper {
    display: block;
    margin-bottom: 20px; }

  .productsleisure-content-top-image {
    width: 180px;
    height: 120px;
    position: relative;
    margin: 0 auto 20px; }
    .productsleisure-content-top-image img {
      width: 80px; }

  .productsleisure-content-top {
    width: 100%; }

  .productsleisure-content-title {
    font-size: 19px;
    margin-bottom: 16px;
    letter-spacing: 2px; }

  .productsleisure-content-text {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.8; } }
/*240115 のりものQRの為の追加*/
#car-day {
  display: block;
  margin-top: -160px;
  padding-top: 160px; }

@media screen and (max-width: 767px) {
  #car-day {
    margin-top: -120px;
    padding-top: 120px; } }
/* index modal ---------------------------------------*/
.modaleindex-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .modaleindex-btn-list li {
    width: calc(50% - 10px);
    margin-bottom: 20px; }

.modaleindex-btn {
  margin: 0 auto;
  font-size: 18px;
  width: 100%;
  line-height: 1.1;
  padding: 0px;
  display: block;
  border: 2px solid #0666a8;
  color: #0666a8;
  font-weight: bold;
  display: inline-block;
  transition: all .25s ease;
  position: relative;
  text-align: center;
  border-radius: 10px; }

.modaleindex-btn-image {
  padding: 10px 20px;
  border-bottom: 2px solid #0666a8; }
  .modaleindex-btn-image img {
    width: 385px;
    max-width: 100%; }

.modaleindex-btn p {
  position: relative;
  padding: 12px 15px; }
  .modaleindex-btn p::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../img/common/icon_blank.png") 0 0 no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px; }
  .modaleindex-btn p.link:before {
    background: url("../img/common/arrow_innerlink.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 15px;
    transform: translate(0, -50%) rotate(-90deg); }

@media screen and (max-width: 768px) {
  /* index modal ---------------------------------------*/
  .modaleindex-btn-list {
    display: block; }
    .modaleindex-btn-list li {
      width: 100%;
      margin-bottom: 15px; }

  .modaleindex-btn {
    margin: 0 auto;
    font-size: 18px;
    width: 100%;
    line-height: 1.1;
    display: block;
    border: 2px solid #0666a8;
    color: #0666a8;
    font-weight: bold;
    display: inline-block;
    transition: all .25s ease;
    position: relative;
    text-align: center; }
    .modaleindex-btn p::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      background: url("../img/common/icon_blank.png") 0 0 no-repeat;
      background-size: 100%;
      width: 12px;
      height: 12px; }

  .modaleindex-btn-image img {
    max-width: 100%; }

  #modalupdate .modaleindex-btn {
    font-size: 16px; } }
