﻿/*共通*/
.list-disc{
  list-style: disc !important;
}

.list-decimal{
  list-style: decimal !important;
}
/*共通　ここまで*/


/*上を設定した場合*/
.rakuraku-detail .row-upper{
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
}
.rakuraku-detail .row-upper .col:first-of-type{
  order: 1;
  margin: 0 auto;
}
.rakuraku-detail .row-upper .col-img{
  width: fit-content;  
}
/*上を設定した場合　ここまで*/

/*左を設定した場合*/
/*右を設定した場合　ここまで*/

/*下を設定した場合*/
.rakuraku-detail .row-under{
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
}
.rakuraku-detail .row-under .col-img{
  width: fit-content;
}

/*下を設定した場合　ここまで*/

/*左を設定した場合*/
.rakuraku-detail .row-left{
  direction: rtl;
}

.rakuraku-detail .row-left .notes{
  direction: ltr;
}

.rakuraku-detail .row-left .col-txt{
  direction: ltr;
}
/*左を設定した場合　ここまで*/

@media screen and (max-width:767px){
  .rakuraku-detail-map{
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
}

.nav-04 .nav-04-item:nth-child(n+6){
  display:none;
}

.top-news{
  margin: 0;
}

.top-product{
  margin: 0;
}

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

@media screen and (max-width:767px){
  .top-event{
    margin: 0 0 56px;
  }
}

/*過去の記事データに使われているCSS*/
.is-hide {
  display: none !important;
}

.nobr {
  display: inline-block;
}

.ta--c {
  text-align: center !important;
}

.ta--r {
  text-align: right !important;
}

.ta--l {
  text-align: left !important;
}

.va--m {
  vertical-align: middle !important;
  display: table-cell;
}

.va--t {
  vertical-align: top !important;
}

.va--b {
  vertical-align: bottom !important;
}

.mw--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt--0, .mh--0, .ma--0 {
  margin-top: 0px !important;
}

.mr--0, .mw--0, .ma--0 {
  margin-right: 0px !important;
}

.mb--0, .mh--0, .ma--0 {
  margin-bottom: 0px !important;
}

.ml--0, .mw--0, .ma--0 {
  margin-left: 0px !important;
}

.pt--0, .ph--0, .pa--0 {
  padding-top: 0px !important;
}

.pr--0, .pw--0, .pa--0 {
  padding-right: 0px !important;
}

.pb--0, .ph--0, .pa--0 {
  padding-bottom: 0px !important;
}

.pl--0, .pw--0, .pa--0 {
  padding-left: 0px !important;
}

.mt--5, .mh--5, .ma--5 {
  margin-top: 5px !important;
}

.mr--5, .mw--5, .ma--5 {
  margin-right: 5px !important;
}

.mb--5, .mh--5, .ma--5 {
  margin-bottom: 5px !important;
}

.ml--5, .mw--5, .ma--5 {
  margin-left: 5px !important;
}

.pt--5, .ph--5, .pa--5 {
  padding-top: 5px !important;
}

.pr--5, .pw--5, .pa--5 {
  padding-right: 5px !important;
}

.pb--5, .ph--5, .pa--5 {
  padding-bottom: 5px !important;
}

.pl--5, .pw--5, .pa--5 {
  padding-left: 5px !important;
}

.mt--10, .mh--10, .ma--10 {
  margin-top: 10px !important;
}

.mr--10, .mw--10, .ma--10 {
  margin-right: 10px !important;
}

.mb--10, .mh--10, .ma--10 {
  margin-bottom: 10px !important;
}

.ml--10, .mw--10, .ma--10 {
  margin-left: 10px !important;
}

.pt--10, .ph--10, .pa--10 {
  padding-top: 10px !important;
}

.pr--10, .pw--10, .pa--10 {
  padding-right: 10px !important;
}

.pb--10, .ph--10, .pa--10 {
  padding-bottom: 10px !important;
}

.pl--10, .pw--10, .pa--10 {
  padding-left: 10px !important;
}

.mt--15, .mh--15, .ma--15 {
  margin-top: 15px !important;
}

.mr--15, .mw--15, .ma--15 {
  margin-right: 15px !important;
}

.mb--15, .mh--15, .ma--15 {
  margin-bottom: 15px !important;
}

.ml--15, .mw--15, .ma--15 {
  margin-left: 15px !important;
}

.pt--15, .ph--15, .pa--15 {
  padding-top: 15px !important;
}

.pr--15, .pw--15, .pa--15 {
  padding-right: 15px !important;
}

.pb--15, .ph--15, .pa--15 {
  padding-bottom: 15px !important;
}

.pl--15, .pw--15, .pa--15 {
  padding-left: 15px !important;
}

.mt--20, .mh--20, .ma--20 {
  margin-top: 20px !important;
}

.mr--20, .mw--20, .ma--20 {
  margin-right: 20px !important;
}

.mb--20, .mh--20, .ma--20 {
  margin-bottom: 20px !important;
}

.ml--20, .mw--20, .ma--20 {
  margin-left: 20px !important;
}

.pt--20, .ph--20, .pa--20 {
  padding-top: 20px !important;
}

.pr--20, .pw--20, .pa--20 {
  padding-right: 20px !important;
}

.pb--20, .ph--20, .pa--20 {
  padding-bottom: 20px !important;
}

.pl--20, .pw--20, .pa--20 {
  padding-left: 20px !important;
}

.mt--25, .mh--25, .ma--25 {
  margin-top: 25px !important;
}

.mr--25, .mw--25, .ma--25 {
  margin-right: 25px !important;
}

.mb--25, .mh--25, .ma--25 {
  margin-bottom: 25px !important;
}

.ml--25, .mw--25, .ma--25 {
  margin-left: 25px !important;
}

.pt--25, .ph--25, .pa--25 {
  padding-top: 25px !important;
}

.pr--25, .pw--25, .pa--25 {
  padding-right: 25px !important;
}

.pb--25, .ph--25, .pa--25 {
  padding-bottom: 25px !important;
}

.pl--25, .pw--25, .pa--25 {
  padding-left: 25px !important;
}

.mt--30, .mh--30, .ma--30 {
  margin-top: 30px !important;
}

.mr--30, .mw--30, .ma--30 {
  margin-right: 30px !important;
}

.mb--30, .mh--30, .ma--30 {
  margin-bottom: 30px !important;
}

.ml--30, .mw--30, .ma--30 {
  margin-left: 30px !important;
}

.pt--30, .ph--30, .pa--30 {
  padding-top: 30px !important;
}

.pr--30, .pw--30, .pa--30 {
  padding-right: 30px !important;
}

.pb--30, .ph--30, .pa--30 {
  padding-bottom: 30px !important;
}

.pl--30, .pw--30, .pa--30 {
  padding-left: 30px !important;
}

.mt--35, .mh--35, .ma--35 {
  margin-top: 35px !important;
}

.mr--35, .mw--35, .ma--35 {
  margin-right: 35px !important;
}

.mb--35, .mh--35, .ma--35 {
  margin-bottom: 35px !important;
}

.ml--35, .mw--35, .ma--35 {
  margin-left: 35px !important;
}

.pt--35, .ph--35, .pa--35 {
  padding-top: 35px !important;
}

.pr--35, .pw--35, .pa--35 {
  padding-right: 35px !important;
}

.pb--35, .ph--35, .pa--35 {
  padding-bottom: 35px !important;
}

.pl--35, .pw--35, .pa--35 {
  padding-left: 35px !important;
}

.mt--40, .mh--40, .ma--40 {
  margin-top: 40px !important;
}

.mr--40, .mw--40, .ma--40 {
  margin-right: 40px !important;
}

.mb--40, .mh--40, .ma--40 {
  margin-bottom: 40px !important;
}

.ml--40, .mw--40, .ma--40 {
  margin-left: 40px !important;
}

.pt--40, .ph--40, .pa--40 {
  padding-top: 40px !important;
}

.pr--40, .pw--40, .pa--40 {
  padding-right: 40px !important;
}

.pb--40, .ph--40, .pa--40 {
  padding-bottom: 40px !important;
}

.pl--40, .pw--40, .pa--40 {
  padding-left: 40px !important;
}

.mt--45, .mh--45, .ma--45 {
  margin-top: 45px !important;
}

.mr--45, .mw--45, .ma--45 {
  margin-right: 45px !important;
}

.mb--45, .mh--45, .ma--45 {
  margin-bottom: 45px !important;
}

.ml--45, .mw--45, .ma--45 {
  margin-left: 45px !important;
}

.pt--45, .ph--45, .pa--45 {
  padding-top: 45px !important;
}

.pr--45, .pw--45, .pa--45 {
  padding-right: 45px !important;
}

.pb--45, .ph--45, .pa--45 {
  padding-bottom: 45px !important;
}

.pl--45, .pw--45, .pa--45 {
  padding-left: 45px !important;
}

.mt--50, .mh--50, .ma--50 {
  margin-top: 50px !important;
}

.mr--50, .mw--50, .ma--50 {
  margin-right: 50px !important;
}

.mb--50, .mh--50, .ma--50 {
  margin-bottom: 50px !important;
}

.ml--50, .mw--50, .ma--50 {
  margin-left: 50px !important;
}

.pt--50, .ph--50, .pa--50 {
  padding-top: 50px !important;
}

.pr--50, .pw--50, .pa--50 {
  padding-right: 50px !important;
}

.pb--50, .ph--50, .pa--50 {
  padding-bottom: 50px !important;
}

.pl--50, .pw--50, .pa--50 {
  padding-left: 50px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.numberList-B {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin: 20px 0;
}

.numberList-B--bold {
  font-weight: bold;
  line-height: 2;
}

.lytMultiCol-A__text, .lytMultiCol-A__image {
  box-sizing: border-box;
  margin: 0;
}

.lytMultiCol-A__text, .lytMultiCol-A__fix {
  word-break: break-word;
}

.numberList-B {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin: 20px 0;
}

.sectionTitle {
  font-size: 22px;
  /*font-size: 2.2rem;*/
  position: relative;
  border-bottom: solid 1px #d0d0d0;
  margin-bottom: 25px;
  line-height: 1.4;
  padding: 5px 15px;
  margin-top: 20px;
}

.sectionTitle:before {
  content: "";
  display: block;
  width: 4px;
  height: 22px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 9px;
}

.anchorBtn-B {
  margin: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.anchorBtn-B__item {
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 10px;
}

.anchorBtn-B__item a {
  color: #333333;
  font-size: 14px;
  /*font-size: 1.4rem;*/
  position: relative;
  transition: all .3s;
  padding: 0 30px;
  background: #fff;
  font-weight: bold;
  border: none;
  min-width: 100px;
  height: 50px;
  box-sizing: border-box;
  display: table;
  line-height: 1.2;
  border: solid 1px #d9d9d9;
}

.anchorBtn-B__item a span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.anchorBtn-B__item a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/cms/css/img/icon-arrow-detail-05.png) center center no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

.anchorBtn-B__item a:hover {
  background: #c0c0c0;
}

.anchorBtn-B--col3 .anchorBtn-B__item {
  width: 340px;
  box-sizing: border-box;
}

.anchorBtn-B--col3 .anchorBtn-B__item a {
  width: 100%;
}

.blockSection .anchorBtn-B:last-child {
  margin-bottom: 0;
}

.tableBasic, .tableForm {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #cccccc;
  margin: 20px 0 40px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #cccccc;
}

.tableBasic tr th, .tableForm tr th, .tableBasic tr td, .tableForm tr td {
  background: white;
  padding: 9px 15px;
  font-weight: normal;
  text-align: left;
}

.tableBasic tr th, .tableForm tr th {
  background: #f6f6f6;
}

.tableBasic p + p, .tableForm p + p {
  margin-top: 20px;
}

.tableBasic--02 tr th {
  background: white;
}

.movieHdg {
  font-size: 20px;
  /*font-size: 2rem;*/
  font-weight: bold;
  border-bottom: solid 1px #d0d0d0;
  margin: 20px 0;
  padding: 3px 0;
}

#teiden .list-disc{
  list-style: disc;
  }
  .mt-1em{
  margin-top: 1em;
  }
  .mb-1em{
  margin-bottom: 1em;
  }
  .teiden>tr>td{
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #cccccc;
  }
  .teiden>tr>td>img{
  margin: 0 auto;
  display: block;
  max-width: inherit;
  }
  #teiden .tableBasic{
  background: #ffffff;
  border: 1px solid #cccccc;
  border-spacing: 0;
  border-bottom: 0;
  }
  #teiden .tableBasic .col-right{
  background: #f6f6f6;
  padding: 1.5em;
  position: relative;
  }
  #teiden .linkPdf_02 {
  text-decoration: underline;
  color:#333;
  position:relative;
  font-weight: bold;
  }
  #teiden .linkPdf_02:after {
    content: "";
    width: 24px;
    height: 28px;
    background: url(/cms/css/img/icon_pdf.png) right center no-repeat;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    margin-left:20px;
    bottom:-2px;
  }
  #teiden .contactBox--Rela{position: relative;}
  #teiden .contactBox--Abso{position: absolute;}
  #teiden .cont-Mail{
  top:37%;
  left: 50%;
  }
  #teiden .cont-Kokochi{
  top:66%;
  left: 34%;
  }
  #teiden p.indent-1 {
  padding-left:1em;
  text-indent:-1em;
  }
  #teiden .fd>.freeDial__number{
  margin-left: 0;
  }
  /*追記*/
  .w--7{
    width: 7% !important;
  }
  .w--12{
    width: 12% !important;
  }
  .w--auto{
    width: auto !important;
  }
  .teiden .em{
    font-weight:bold !important;
  }
  #teiden ::marker {
      font-weight: bold;
  }
  
  #teiden .lytMultiCol-A__text>.numberList-B{
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
  }
  #teiden .lytMultiCol-A__text>.numberList-B li{
    margin-left:1.5em;
    text-indent: -1.5em;
  }
  #teiden .lytMultiCol-A__text>.numberList-B li .list-disc li{
    counter-reset: item;
  }
  #teiden .lytMultiCol-A__text>.numberList-B li:before{
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: bold;
  }
  
  #teiden .list-disc>li:before{
    content: '.' !important;
    width: 2px;
    height: 2px;
      margin-left: -1.5em;
      padding-right: 0 !important;
    display: inline-block;
    position: relative;
    left: -2em;
    top: -.2em;
  }
  #teiden .list-disc>li{
    list-style:none;
      margin-left: -.5em !important;
      text-indent: 1.4em !important;
  }
  table .teiden tr td{
    padding: 14px 15px;
  }
  
  #teiden .em{
    font-weight:bold;
  }

  .main-img{
    text-align: center;
  }

  /*過去の記事データに使われているCSS*/

  .news-detail .lytMultiCol-A__text .numberList-B li{
    padding-left: 0;
  }
  .news-detail .lytMultiCol-A__text .numberList-B li:before{
    content: none;
  }

  .news-detail .lytMultiCol-A__text .numberList-B .list-disc li:before{
    content: "・";
    position: absolute;
    left: -26px;
  }

  .teiden{
    background: white;
  }

  @media screen and (max-width:767px){
    .teiden>tr>td{
      vertical-align: middle;
      word-break: break-all;
    }
    .teiden>tr>td:nth-child(1),
    .teiden>tr>td:nth-child(2){
      width: 50%;
      display: inline-block;
      font-size:15px;
      vertical-align: middle;
    }
    .teiden>tr>td:nth-child(3){
      border-bottom: 1px solid #cccccc;
      display: block;
      text-align: center;
    }
    .teiden>tr>td>img{
      max-width: 100%;
      margin: 0 auto;
      display: block;
      zoom:1;
    }
    #teiden .tableBasic{
      background: #ffffff;
      border: 1px solid #cccccc;
      border-spacing: 0;
      border-bottom: 0;
    }
    #teiden .tableBasic .col-right{
      background: #f6f6f6;
      padding: 1em;
      position: relative;
      height:22px;
    }

    .teiden2>tr>td>img{
      width: 50%;
      margin: 0;
    }

    .w--7{
      width: 7% !important;
    }
    .w--12{
      width: 12% !important;
    }
    .w--auto{
      width: auto !important;
    }
    .teiden2>tr>td>img {
      max-width: 100%;
      zoom: 1;
    }
    table .teiden td,table .teiden2 td{
      padding:7px;
    }
    table .teiden>tr>td:nth-child(2) {
      width:50%;
    }
    .teiden>tr>td{
      border-bottom: none;
    }
    .teiden tr .col-right{
      border-top: 1px solid #cccccc;
    }
    .teiden2>tr>td:nth-child(1),
    .teiden2>tr>td:nth-child(2){
      display: contents;
    }
    .teiden2 p.em,.teiden2 p.em.mb--5{
      display: block;
      margin:-30% 0 25% 50% !important;
    }
  }

#footer{
  background: #fff;
  border-top: none;
}

/*パンくず　調整用*/
.breadCrumb__item {
  position: relative;
}

.breadCrumb__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3.5px;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  border-color: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.snsGroup__list, .navGrobal__list, .navGrobal__childList, .navGrobalFooter__item, .navUtilityFooter__list, .breadCrumb__item {
  list-style-type: none;
}

.breadCrumb {
  margin: auto;
  width: 1000px;
}

.breadCrumb__list {
  padding: 2px 50%;
  margin: 0 -50%;
  letter-spacing: -.5em;
}

.breadCrumb__item {
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: inline-block;
  padding-right: 25px;
}

.breadCrumb__item:after {
  border-color: #3a3a3a;
}

.breadCrumb__item:last-child:after {
  display: none;
  right: 0;
}

.breadCrumb__list .breadCrumb__item a{
  text-decoration: underline;
}

.breadCrumb__item > a,
.breadCrumb__item strong {
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 400;
}

.breadCrumb__item strong {
  font-weight: bold;
}

.breadCrumb__item span {
  font-size: 1.2rem;
  font-size: 12px;
}

.breadcrumb{
  max-width: 1200px;
  margin: 0 auto;
  padding:0 40px;
  box-sizing: content-box;
}

.breadCrumb__list{
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 56px;
}

@media screen and (max-width:767px){
  .breadcrumb{
    padding: 0 20px;
  }

  .breadCrumb__list{
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .breadCrumb__item > a,
  .breadCrumb__item strong {
    font-size: 14px;
    color: #3a3a3a;
  }

  .breadCrumb__item span {
    font-size: 14px;
  }
}
/*パンくず　調整用ここまで*/

/*ページャー　調整用*/
.pagenation__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation__btn{
  margin-left: 12px;
  font-weight: bold;
}

.pagenation__btn a{
  color: inherit;
  text-decoration: none;
}

.pagenation__list .pagenation__btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #d3d1d0;
  border-radius: 8px;
  background: #fff;
}

.pagenation__list .pagenation__link a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #d3d1d0;
  border-radius: 8px;
  background: #fff;
}

.pagenation__link--prev{
  margin-left: 12px;
}

.pagenation__btn a:hover {
  border-color: #716e69;
  color: #fff;
  background: #716e69;
}

.pagenation__btn.cur a {
  border-color: #716e69;
  color: #fff;
  background: #716e69;
}

.en_form_{
  display: none;
}

.navipage_reverse_{
  position: relative;
  display: flex;
}

.navipage_forward_{
  position: relative;
  display: flex;
}

.navipage_reverse_ .pagenation__link--first a:before,
.navipage_forward_ .pagenation__link--last a:before,
.navipage_reverse_ .pagenation__link--first span:before,
.navipage_forward_ .pagenation__link--last span:before,
.navipage_reverse_ .pagenation__link--first a:after,
.navipage_forward_ .pagenation__link--last a:after,
.navipage_reverse_ .pagenation__link--first span:after,
.navipage_forward_ .pagenation__link--last span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #716e69;
  border-left: 2px solid #716e69;
  transition: 0.3s;
}

.navipage_reverse_ .pagenation__link--first a:before,
.navipage_forward_ .pagenation__link--last a:before,
.navipage_reverse_ .pagenation__link--first span:before,
.navipage_forward_ .pagenation__link--last span:before{
  transform: translate(10%, -50%) rotate(-45deg);
}

.navipage_reverse_ .pagenation__link--first a:after,
.navipage_forward_ .pagenation__link--last a:after,
.navipage_reverse_ .pagenation__link--first span:after,
.navipage_forward_ .pagenation__link--last span:after {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.navipage_reverse_ .pagenation__link--first span:before,
.navipage_forward_ .pagenation__link--last span:before {
  border-color: #d3d1d0;
}

.navipage_reverse_ .pagenation__link--first span:after,
.navipage_forward_ .pagenation__link--last span:after {
  border-color: #d3d1d0;
}

.navipage_forward_ .pagenation__link--last a:before,
.navipage_forward_ .pagenation__link--last span:before {
  transform: translate(-100%, -50%) rotate(135deg);
}

.navipage_forward_ .pagenation__link--last a:after,
.navipage_forward_ .pagenation__link--last span:after {
  transform: translate(-20%, -50%) rotate(135deg);
}

.navipage_reverse_ .pagenation__link--prev,
.navipage_forward_ .pagenation__link--next {
  margin-right: 12px;
}

.navipage_reverse_ .pagenation__link--prev a:before,
.navipage_forward_ .pagenation__link--next a:before,
.navipage_reverse_ .pagenation__link--prev span:before,
.navipage_forward_ .pagenation__link--next span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #716e69;
  border-left: 2px solid #716e69;
  transform: translate(-30%, -50%) rotate(-45deg);
  transition: 0.3s;
}

.pagenation__link--next {
  margin-right: 0;
  margin-left: 24px;
}

.navipage_forward_ .pagenation__link--next a:before,
.navipage_forward_ .pagenation__link--next span:before {
  transform: translate(-70%, -50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .pagenation__list {
    position: relative;
    height: 112px;
    align-items: baseline;
  }
  .pagenation__list {
    font-size: 20px;
  }
  .pagenation__list:not(:first-child) {
    margin: 0 6px;
  }
  .pagenation__list .pagenation__link--first,
  .pagenation__list .pagenation__link--last,
  .pagenation__list .pagenation__link--prev,
  .pagenation__list .pagenation__link--next {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  .pagenation__list .pagenation__link--first {
    margin: 0 0 0 -94px;
  }
  .pagenation__list .pagenation__link--last {
    margin: 0 0 0 94px;
  }
  .pagenation__list .pagenation__link--prev {
    margin: 0 0 0 -34px;
  }
  .pagenation__list .pagenation__link--next {
    margin: 0 0 0 34px;
  }
  .navipage_reverse_, .navipage_forward_{
    position: initial;
  }
}
/*ページャー　調整用ここまで*/

/*会社沿革*/
.container .history-table{
  margin:0 0 48px;
}

.history-table th a{
  color: white;
}

.history-table th a:hover{
  text-decoration: underline;
}
/*会社沿革　ここまで*/

/*受賞歴調整*/
.awards .heading-07{
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.awards td a{
  color: black;
}

.awards td a:hover{
  text-decoration: underline;
}

.awards .row{
  margin-right: 0;
}

.awards .table-01{
  margin: 20px 0;
}

.awards .row-irregular{
  grid-template-columns: 1fr 50%;
}

.awards .btn-outline{
  width: 240px;
  padding: 5px 52px 5px 10px;
  margin-right: 0;
}

.awards .row .col .col-txt{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.awards .row .col-img img{
  width: auto;
}

#img-left{
  max-width: inherit;
}

@media screen and (max-width:767px){
  .awards .row .col-img{
    text-align: right;
  }
}

.monozukuri .row.col-2,
.nemuriG2018 .row.col-2,
.smartbed .row.col-2{
  justify-items: center;
}

.monozukuri .btn-outline{
  width: auto;
}

.nemuriG2018 .row.col-2 .col-img,
.smartbed .row.col-2 .col,
.smartbed .row.col-2 .col-img,
.nemuriG2018 .row.col-2 .col{
  text-align: center;
}

.nemuriG2018 .row.col-2 img,
.smartbed .row.col-2 img{
  height: 305px;
  width: auto;
}

.toretama .toretama-img{
  padding: 30px 25px;
  background: #f6f6f6;
}

.toretama .row.col-1{
  max-width: 480px;
}
/*受賞歴調整　ここまで*/

/*楽匠プラス*/
.rakusyou_header .header-nav-search input[type="text"]{
  border:none;
  border-bottom: 1px solid #d3d1d0;
}

body #contents{
  letter-spacing: 0.50px;
  line-height: 1.6;
}

p{
  line-height: 1.75;
}
.mb-0, .mh-0, .ma-0{
  margin-bottom: 0 !important;
}

.mb-15, .mh-15, .ma-15{
  margin-bottom: 15px !important;
}

.pb-30, .ph-30, .pa-30{
  padding-bottom: 30px !important;
}

.mt-40, .mh-40, .ma-40{
  margin-top: 40px !important;
}

.mt-50, .mh-50, .ma-50{
  margin-top: 80px !important;
}

.lp-header__nav a{
  font-size: 16px;
  margin: 0 20px;
}

.lp-header__nav a span{
  font-size: 12px;
}

.lp-topTitle{
  font-size: 32px;
  margin-bottom: 40px;
}

.lp-topTitle span{
  font-size: 16px;
}

.lp-topTitle2{
  font-size: 24px;
  margin-bottom: 20px;
}

.lp-topTitle2 span{
  padding: 0 20px;
}

.lp-topTitle2 span:before, .lp-topTitle2 span:after{
  width: 10px;
  height: 10px;
}

.lp-videoFigure{
  margin: 20px auto;
}

.lp-section{
  padding: 50px 20px;
  width: 1040px;
}

.lp-section p{
  font-size: 16px;
  margin: 10px 0;
}

.lp-block + .lp-block{
  margin-top: 100px;
}

.lp-lead{
  font-size: 18px !important;
}

.lp-flowFigure dl dt{
  font-size: 18px;
  margin-bottom: 15px;
}

.lp-flowFigure dl dd{
  font-size: 14px;
}

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

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

.lp-block2 + .lp-block2{
  margin-top: 100px;
}

.lp-topTitle3{
  margin-bottom: 40px;
}

.lp-topTitle4{
  font-size: 18px;
  margin-bottom: 20px;
}

.lp-topTitle4--plus span{
  padding-right: 45px;
}

.lp-topTitle4--plus span:before{
  width: 35px;
  height: 35px;
}

p.lp-note--small{
  font-size: 12px !important;
}

.lp-row__col .lp-videoFigure__caption{
  font-size: 16px;
}

#top .lp-row{
  margin-right: -20px;
  margin-left: -20px;
}

#top .lp-row__col--2{
  width: calc((100% - 160px) / 4 * 1);
}

#top .lp-row__col{
  margin: 0 20px 40px;
}

.lp-layout--rtl .lp-layout__figure{
  margin-left: 20px;
  margin-bottom: 0;
}

.lp-btn01 {
  width: 168px;
  min-height: 36px;
  border-radius: 18px;
  border: solid 1px #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #1A1A1A;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lp-btn01:hover {
  opacity: 0.6;
}

.lp-topTitle5{
  font-size: 14px;
  margin: 40px 0 15px;
}

.lp-section p{
  font-size: 16px;
  margin: 10px 0;
}

.lp-block2 p{
  font-size: 14px;
}

.lp-consTitle{
  margin-bottom: 40px;
}

.lp-consTitle span{
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
}

.lp-box dl dt{
  font-size: 18px;
  margin-bottom: 15px;
}

.lp-consBox{
  padding: 25px 30px;
}

.lp-consBox__title{
  font-size: 14px;
}

.lp-layout--ltr .lp-layout__figure{
  margin-right: 20px;
  margin-bottom: 0;
}

.lp-topTitle3 span{
  font-size: 14px;
}

.lp-vieoBlock__title{
  margin-top: 20px;
  font-size: 14px;
}

.lp-vieoBlock .lp-videoFigure__caption{
  font-size: 12px;
}

.lp-row{
  margin-top: 40px;
}

#top .lp-row .lp-row__col--5{
  width: calc((100% - 80px) / 2);
}

.lp-appFigure{
  font-size: 20px;
}

.lp-appFigure span{
  margin-top: 10px;
}

.lp-row__col .lp-appFigure p{
  font-size: 14px;
}

.lp-row__col .lp-appDlLink figcaption{
  font-size: 12px;
}

.lp-appDlLink{
  font-size: 16px;
}

.lp-appFigure.lp-appFigure--border{
  padding: 40px 20px;
}

.lp-btn{
  height: 60px;
  width: 310px;
}

.lp-btn > span{
  font-size: 18px;
  padding: 0 20px;
}

.lp-contact{
  margin-bottom: 62px;
}

.lp-contact .lp-contactBox__title{
  font-size: 28px;
}

.lp-row__col > *:first-child{
  margin-top: 0;
}

.lp-contact__inner{
  padding: 40px 0;
}

.lp-contact .lp-contactBox{
  padding: 37px;
  height: 301px;
}

.lp-contact .lp-contactBox__text{
  font-size: 20px;
}

.lp-contact .lp-contactBox__note{
  font-size: 14px;
  margin-bottom: 16px;
}

#top .lp-contactBox__note{
  text-align: left;
}

.lp-contact .lp-contactBox__text a[href^="tel"]{
  font-size: 30px;
}

/*.lp-contact .lp-contactBox__btnWrap{
  margin-bottom: 37px;
}*/

.lp-contact .lp-contactBox__btn{
  width: 310px;
  height: 60px;
}

.lp-contact .lp-contactBox__btn > span{
  font-size: 18px;
  padding: 0 20px;
}

#top .lp-row__col{
  margin: 0 20px 40px;
}

.boxList{
  margin: 20px 0 40px;
}

.topicBox{
  margin: 20px 0;
  border: solid 1px #d0d0d0;
  display: table;
  width: 100%;
  transition: opacity .3s;
}

.topicBox > div{
    vertical-align: top;
    display: table-cell;
    width: 50%;
}

.lytMultiCol-B--imgL .lytMultiCol-B__image, .lytMultiCol-B--imgL .lytMultiCol-B__auto, .lytMultiCol-B--imgL .lytMultiCol-B__text, .lytMultiCol-B--imgL .lytMultiCol-B__fix{
  direction: ltr;
}

.lytMultiCol-B{
  width: 100%;
  margin: 30px 0;
  display: table;
}

.lytMultiCol-B--imgL{
  direction: rtl;
}

.lp-section p{
  font-size: 16px;
  margin: 10px 0;
}

.profileText{
  margin: 10px 0;
  line-height: 1.6;
}

.profileText > span{
  display: inline-block;
}

.profileText__name{
  font-size: 18px;
}

.topicBox__hdg{
    padding: 15px 15px 15px 30px;
    background: #f6f6f6;
    position: relative;
    padding-top: 42px;
    padding-bottom: 35px;
}

.topicBox__ttl{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.topicBox__caption{
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 16px;
}

.topicBox__cont{
  padding: 15px 10px 15px 20px;
  background: white;
}

.topicBox__cont > div:first-child{
  margin-top: 0;
}

.topicBox__cont > div:last-child{
  margin-bottom: 0;
}

.lytMultiCol-B{
  width: 100%;
  margin: 30px 0;
  display: table;
}

.lytMultiCol-B__text, .lytMultiCol-B__image{
  display: table-cell;
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
}

.topicBox__ttl, .topicBox__caption, .profileText__position, .profileText__name{
  color: #333
}

@media only screen and (max-width:768px){
  .mt-50, .mh-50, .ma-50{
    margin-top: 50px !important;
  }

  body #contents{
    letter-spacing: 0.5px;
    line-height: 25.2px;
  }

  .lp-header__drop__btn a{
    color: #002f5f;
  }

  .lp-topTitle2{
    font-size: 20px;
    margin-bottom: 20px;
  }

  .lp-content{
    padding-bottom: 30px;
  }

  #top .lp-content{
    min-height: auto;
  }

  .lp-topTitle2 span{
    padding: 0 20px;
  }

  .lp-section p{
    line-height: 1.8;
    margin: 15px 0;
  }

  .lp-lead{
    font-size: 18px !important;
  }

  .lp-topTitle3{
    margin-bottom: 40px;
    font-size: 14px;
  }

  .lp-block2 + .lp-block2{
    margin-top: 100px;
  }

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

  .lp-figure{
    margin: 0;
  }

  .lp-box dl dt{
    font-size: 14px;
  }

  .lp-consTitle{
    margin-bottom: 40px;
  }

  .lp-row{
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: 40px;
  }

  #top .lp-row{
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .lp-row__col{
    margin: 0 12.5px 40px;
  }

  .lp-box dl dt.lp-topTitle4{
    font-size: 18px;
  }

  .lp-consBox{
    padding: 20px 25px;
  }

  .lp-block2 p{
    font-size: 14px;
  }

  .lp-topTitle{
    font-size: 32px;
    margin-bottom: 40px;
    line-height: .8;
  }

  .lp-appFigure--02.lp-appFigure--border p{
    font-size: 14px;
    line-height: 2.1;
  }

  #Application .lp-appDlLink figcaption{
    font-size: 10px;
  }

  .lp-appDlLink figcaption{
    margin-bottom: 10px;
  }

  .lp-appFigure figcaption{
    margin-top: 10px;
  }

  .lp-appDlLink img{
    max-width: 100%;
  }

  img[src*="@2x"]{
    zoom: .5;
  }

  #top .lp-row__col--2,
  #top .lp-row .lp-row__col--5{
    width: calc((100% - 50px) / 2);
  }

  #Application .lp-row .lp-row__col--5{
    width: calc((100% - 50px) / 2);
  }

  #top .lp-row__col{
    margin: 0 12.5px 40px;
  }

  #Application .lp-row__col{
    margin-bottom: 0;
  }

  .lp-contact{
    margin-top: 50px;
    margin-bottom: 48px;
  }

  .lp-contact__inner{
    margin: auto;
    padding: 40px 15px 100px;
  }

  #top .lp-contact__inner{
    padding-bottom: 100px;
  }

  .lp-contact .lp-contactBox{
    padding: 40px 25px;
    height: auto;
    text-align: center;
  }

  .lp-contact .lp-contactBox__title{
    font-size: 24px;
  }

  #top .lp-contactBox__note{
    text-align: center;
  }

  .lp-contactBox__text strong{
    font-size: 13px;
  }

  .lp-contactBox__text strong a{
    font-size: 30px;
  }

  .lp-contact .lp-contactBox__btn{
    width: 100%;
  }

  .lp-contact .lp-contactBox__btnWrap{
    margin-bottom: 0;
  }

  .topicBox > div{
    display: block;
    width: 100%;
  }

  .topicBox__ttl{
    font-size: 16px;
  }

  .topicBox__caption{
    font-size: 14px;
  }

  #contents #main_area{
    padding-top: 0;
    padding-bottom: 0;
  }

  .topicBox__hdg{
    padding: 10px;
  }

  .topicBox__caption{
    position: initial;
  }

  .topicBox__cont{
    padding: 10px;
  }

  .lp-vieoBlock__title span{
    font-size: 12px;
  }

  #top .lp-videoFigure.lp-row__col{
    margin: 0 12.5px 20px;
  }

  .rakuraku_application{
    margin-bottom: 0;
  }

  .rakuraku_application figure{
    margin-bottom: 0;
  }

  .rakuraku_application figcaption{
    margin-top: 0;
  }

  .freedial_text{
    line-height: 18.2px;
  }

  .lp-contact .rakuraku_note{
    line-height: 21.6px;
  }
}
/*楽匠プラス　ここまで*/

/*ベッド操作アプリ*/
.lp-sectionTitle{
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: center;
}

.lp-blockTitle{
  font-size: 20px;
  padding-left: 20px;
  margin-top: 40px;
}

h2.lp-sectionTitle{
  font-size: 27px;
}

.lp-section p{
  font-size: 16px;
  margin: 10px 0;
}

.lp-block2 p{
  font-size: 14px;
}

.lp-row{
  margin-left: -22px;
  margin-right: -22px;
  margin-top: 40px;
}

.lp-row .lp-row__col{
  margin: 0 22px 40px;
}

.lp-row .lp-row__col--2{
  width: calc((100% - 17.6px) / 4 * 1);
}

.lp-row .lp-row__col--7{
  width: calc((100% - 30.8px) / 7 * 3 + 42.3px);
}

.family__lp-table tr td:nth-child(5),.family__lp-table tr td:nth-child(6){
	text-align:center;
}

.lp-numTitle{
  margin-bottom: 30px;
}

#family .lp-section, #business .lp-section{
  padding: 50px 0;
}

.lp-section .lp-appFigure.lp-appFigure--02{
  margin-top: 50px;
}

#family #contents .forcms_block:nth-child(n+3), #business #contents .forcms_block:nth-child(n+3){
  width: 1040px;
  margin: auto;
  padding: 0 20px;
}

#section-04{
  margin-top: 40px;
}

p.lp-note{
  padding-left: 14px;
  font-size: 12px;
}

.lp-section .lp-appFigure.lp-appFigure--01{
  margin-top: 50px;
}

.lp-appFigure--01.lp-appFigure--border{
  width: 594px;
}

.lp-row__col .lp-appFigure{
  width: 100%;
}

.lp-appFigure.lp-appFigure--border{
  padding: 40px 30px;
}

.lp-appFigure.lp-appFigure--border{
  margin-top: 120px;
}

#family figcaption{
  font-size: 16px;
}

#business .lp-content, #family .lp-content{
  min-height: auto;
  padding-bottom: 0;
}

@media screen and (max-width:767px){
  .lp-section{
    width: auto;
  }

  #family #contents .forcms_block:nth-child(n+3), #business #contents .forcms_block:nth-child(n+3){
    width: auto;
  }

  .lp-row__col{
    margin: 0 12.5px 40px;
  }

  .lp-row .lp-row__col{
    margin: 0 12.5px 40px;
  }

  #family figcaption{
    font-size: 12px;
  }

  .lp-row{
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .lp-appDlLink{
    text-decoration: none;
    text-align: center;
    font-size: 12px;
  }

  .lp-bnr{
    margin: 20px 0;
    display: inline-block;
  }

  #family #section-04{
    padding-top: 0;
    margin-top: 0;
  }

  .lp-blockTitle{
    font-size: 18px;
    padding-left: 20px;
    margin-top: 40px;
  }

  .lp-appFigure--01.lp-appFigure--border{
    width: auto;
    margin: auto;
    padding: 35px 30px 30px;
  }

  .family-content a:link , .family-content a:visited{
    color: #002f5f;
    text-decoration: underline;
  }

  .family-content .lp-section p{
    margin: 15px 0;
  }

  .family-content .lp-sectionTitle{
    line-height: 36.923px;
  }

  .family-content .lp-section figure{
    margin: 0;
  }

  .family-content .lp-appFigure figcaption{
    font-size: 20px;
  }

  .family-content .lp-link{
    color: rgba(0, 53, 103, 0.5);
    font-weight: bold;
    text-decoration: underline;
  }

  .family-content .lp-table th{
    line-height: 19.6px;
  }

  .family-content .lp-table td{
    line-height: 16.8px;
  }
}
/*ベッド操作アプリ　ここまで*/


/* <!-- ↓↓ 音声操作・入力スイッチ操作 ↓↓ --> */

@media screen and (min-width: 769px){
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .voice_operation_block.mv {
    background-image: url(/cms/voice_operation/img/mv_bg.png);
    background-repeat: repeat-x;
    background-position: center;
  }
  .voice_operation_block.mv h1.lp-mv {
    width: 966px;
    margin: auto;
    background: none;
    right: 115px;
  }
  .voice_operation_block.mv h1.lp-mv img{
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .voice_operation_sec .lp-subSectionTitle{
    font-size: 16px;
    text-align: center;
  }
  .voice_operation_intro {
    border: 3px solid #839ab3;
    width: 818px;
    margin: -25px auto 55px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
  }
  .voice_operation_intro_head {
    display: flex;
    justify-content: space-between;
  }
  .voice_operation_intro_round {
    background: #e5eaee;
    width: 81px;
    height: 81px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    color: #4e5056;
    font-weight: bold;
  }
  .voice_operation_intro_download {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #dbdbdb;
  }
  .voice_operation_intro_download p{
    margin-bottom: 0;
  }
  .voice_operation_intro_download_ttl {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .voice_operation_intro_download_img_wrap {
    display: flex;
    align-items: center;
  }
  .voice_operation_intro_download_txt {
    font-size: 12px;
    color: #666;
  }
  .l-section_block.voice_operation_anc {
    margin-top: 60px;
  }
  .voice_operation_anc .lp-pageNav {
    width: 1000px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    display: table;
    border-right: solid 1px #CBCBCB;
  }
  .voice_operation_sec{
    margin-top: 95px;
  }
  .voice_operation_sec h2.lp-sectionTitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .voice_operation_sec .lp-subSectionTitle {
    font-size: 16px;
    text-align: center;
  }
  .voice_operation_block_border_box {
    border-radius: 10px;
    background: #fff;
    border: 3px solid #839ab3;
    padding: 30px 28px;
    width: 827px;
    margin: 40px auto 55px;
    position: relative;
  }
  .voice_operation_block_border_box_head {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .voice_operation_block_border_box_head span {
    font-size: 16px;
    font-weight: bold;
    background-color: #839ab3;
    color: #fff;
    display: block;
    border-radius: 16px;
    padding: 3px 30px;
    text-align: center;
    position: absolute;
    top: -16px;
    margin: auto;
  }
  .voice_operation_block_border_box_caution {
    font-size: 12px;
    color: #666;
    padding-top: 8px;
    display: block;
  }
  .voice_operation_block_movie_ttl {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .voice_operation_block_movie_wrap {
    position: relative;
    margin-bottom: 110px;
    width: 1000px;
    margin: auto;
    padding: 0 50px;
  }
  .voice_operation_block_movie_wrap:before {
    content: "";
    display: block;
    background-color: #f5f9fc;
    position: absolute;
    width: 1000px;
    height: calc(100% - 54px);
    z-index: -1;
    top: 110px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .voice_operation_block_movie_step_wrap {
    display: flex;
    margin-top: 75px;
  }
  .voice_operation_block_movie_step_list {
    list-style: none;
  }
  .voice_operation_block_movie_step_item {
    position: relative;
    padding-left: 46px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .voice_operation_block_movie_step_item:last-child {
    margin-bottom: 0;
  }
  .voice_operation_block_movie_step_item:nth-child(1):before {
    content: "1";
  }
  .voice_operation_block_movie_step_item:nth-child(2):before {
    content: "2";
  }
  .voice_operation_block_movie_step_item:before {
    font-weight: bold;
    font-size: 20px;
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    background-color: #839ab3;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    padding: 3px 0 0;
    box-sizing: border-box;
  }
  .voice_operation_block_movie_step_item .marker {
    background-color: rgba(131,154,179,0.15);
  }
  .voice_operation_block_movie_step_ilast {
    width: 203px;
    margin-left: 100px;
    margin-top: 10px;
  }
  .voice_operation_block_movie_step_img {
    margin: 30px auto 0;
    width: 900px;
    position: relative;
  }
  .voice_operation_block_movie_step_img span {
    position: absolute;
    bottom: 14px;
    right: 72px;
    font-weight: bold;
    font-size: 14px;
  }
  .voice_operation_sec.switch {
    margin-top: 180px;
  }
  .voice_operation_sec h2.lp-sectionTitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .voice_operation_sec h2.lp-sectionTitle span {
    padding-bottom: 7px;
  }
  .voice_operation_sec .lp-subSectionTitle {
    font-size: 16px;
    text-align: center;
  }
  .voice_operation_sec.safe {
    margin-top: 110px;
  }
  .voice_operation_safe_list {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
  }
  .voice_operation_safe_item {
    width: 490px;
    background-color: #f5f9fc;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  .voice_operation_safe_txt_wrap {
    flex: 1;
  }
  .voice_operation_safe_ttl {
    padding-bottom: 15px;
    font-weight: bold;
  }
  .voice_operation_safe_item:nth-child(1) .voice_operation_safe_img {
    width: 78px;
  }
  .voice_operation_safe_img {
    width: 96px;
    margin: auto;
  }
  .voice_operation_safe_item:nth-child(2) .voice_operation_safe_img {
    width: 133px;
  }
  .voice_operation_specification_txt {
    text-align: center;
    font-weight: bold;
  }
  .voice_operation_safe_img_wrap {
    text-align: center;
    border: 8px solid #927663;
    padding: 44px 0 30px;
    width: 558px;
    margin: 20px auto 0;
  }
  .voice_operation_safe_img_txt {
    color: #927663;
    line-height: 1;
    margin: 10px 0 18px;
    font-weight: bold;
  }
  .voice_operation_sec.contact {
    text-align: center;
    margin: 100px auto 100px;
  }
  .voice_operation_sec.contact .lp-link {
    font-size: 18px;
    color: #839ab3;
    margin: 25px 0 0;
    display: block;
  }
  .voice_operation_block_border_box_link {
    font-size: 16px;
    text-decoration: underline;
    padding-top: 47px;
    display: block;
    color: #000;
    font-weight: bold;
  }
  .voice_operation_block_border_box_img.switch {
    width: 335px;
    position: absolute;
    right: 0;
    bottom: 30px;
  }
  .voice_content .voice_operation_intro_download_img{
    width: 180px;
    margin-right: 20px;
  }
}

.lp-link, .voice_operation_block_border_box_link {
  text-decoration: underline !important;
}
.voice_operation_block_movie_wrap:before {
  top: 0;
  height: calc(100% + 54px);
}
.voice_operation_block_border_box_head span {
  font-family: 'M PLUS Rounded 1c', "Noto Sans CJK JP", sans-serif !important;
}
.voice_operation_block_border_box_head span {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px){
  .isSp {
    display: block;
  }

  .isPc {
    display: none;
  }

  .voice_content.voice_operation_intro{
    border: 3px solid #839ab3;
    width: calc(100% - 20px);
    margin: -130px auto 35px;
    padding: 42px 15px 30px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
  }

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

  .voice_content .voice_operation_intro_round{
    background: #e5eaee;
    width: 81px;
    height: 81px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .voice_content .voice_operation_intro_download{
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #dbdbdb;
  }

  .voice_content .voice_operation_intro_download_ttl{
    font-size: 16px;
    font-weight: bold;
  }

  .voice_content .voice_operation_intro_download_img{
    width: 180px;
    margin: 15px auto 25px;
    display: block;
  }

  .voice_content .voice_operation_intro_download_txt{
    font-size: 12px;
    color: #666;
  }

  .voice_content .l-section_block.anc{
    margin-top: 35px;
  }

  .voice_content nav.lp-pageNav{
    border-radius: 8px;
    padding: 5px 0;
    border: 1px solid #839ab3;
  }

  .voice_content nav.lp-pageNav option{
    text-align: left;
  }

  .voice_content.l-section_block{
    margin-top: 70px;
  }

  .voice_content h2.lp-sectionTitle{
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 40px;
  }

  .voice_content .lp-subSectionTitle{
    font-size: calc((16 / 375) * 100vw);
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
  }

  .voice_content.voice_operation_block_border_box{
    border-radius: 10px;
    background: #fff;
    border: 3px solid #839ab3;
    padding: 28px 15px 20px;
    width: calc(100% - 20px);
    margin: 30px auto 30px;
    position: relative;
  }

  .voice_content .voice_operation_block_border_box_head{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .voice_content .voice_operation_block_border_box_txt{
    line-height: 26px;
    font-size: calc((16 / 375) * 100vw);
    text-align: left;
  }

  .voice_content .voice_operation_block_border_box_caution{
    font-size: 12px;
    color: #666;
    padding-top: 18px;
    display: block;
  }

  .voice_content .voice_operation_block_movie_ttl{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .voice_content .lp-sectionTitle, .lp-pageNav a, .voice_operation_block_movie_ttl, .lp-subSectionTitle, .voice_operatino_intro_round{
    font-family: 'M PLUS Rounded 1c', "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
  }

  .voice_content .voice_operation_block_movie_wrap{
    position: relative;
    margin-bottom: 110px;
    margin: auto;
    padding: 0;
  }

  .voice_content .voice_operation_block_movie_step_wrap{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 10px 25px;
  }

  .voice_content .voice_operation_block_movie_wrap:before{
    top: 0;
    height: calc(100% + 54px);
  }

  .voice_content .voice_operation_block_movie_wrap:before{
    content: "";
    display: block;
    background-color: #f5f9fc;
    position: absolute;
    height: calc(100% - 90px);
    z-index: 0;
    top: 110px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .voice_content .voice_operation_block_movie_step_item{
    position: relative;
    padding-left: 46px;
    margin-bottom: 40px;
  }

  .voice_content .voice_operation_block_movie_step_item:nth-child(1):before{
    content: "1";
  }

  .voice_content .voice_operation_block_movie_step_item:nth-child(2):before{
    content: "2";
  }

  .voice_content .voice_operation_block_movie_step_item:nth-child(3):before{
    content: "3";
  }

  .voice_content .voice_operation_block_movie_step_item:before{
    font-weight: bold;
    font-size: 20px;
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    background-color: #839ab3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 3px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .voice_content .marker{
    background-color: rgba(131,154,179,0.15);
  }

  .voice_content .voice_operation_block_movie_step_item .caution{
    font-size: 12px;
    padding-top: 10px;
    display: block;
    color: #666;
    line-height: 16.8px;
  }

  .voice_content .voice_operation_block_movie_step_ilast{
    width: 138px;
    margin: 0 auto 40px;
    position: relative;
  }

  .voice_content .voice_operation_block_movie_step_img{
    margin: 30px auto 0;
    position: relative;
    width: calc(100% - 20px);
    background-color: #fff;
    padding: 25px 0;
    border-radius: 10px;
  }

  .voice_content .voice_operation_block_movie_step_img img{
    margin: auto;
    width: 408px;
  }

  .voice_content .voice_operation_block_movie_step_img span{
    text-align: center;
    margin-top: 20px;
    display: block;
    font-weight: bold;
  }

  .voice_content .voice_operation_block_movie_step_item{
    position: relative;
    padding-left: 46px;
    margin-bottom: 40px;
    line-height: 22.4px;
  }

  .voice_content .voice_operation_block_movie_step_item:last-child{
    margin-bottom: 0;
  }

  .voice_content .voice_operation_block_movie_step_list{
    margin-bottom: 0;
  }

  .voice_content .voice_operation_block_border_box_head span{
    font-size: 16px;
    font-weight: bold;
    background-color: #839ab3;
    color: #fff;
    display: block;
    border-radius: 16px;
    padding: 3px 30px 3px;
    text-align: center;
    position: absolute;
    top: -16px;
    margin: auto;
  }

  .voice_content .voice_operation_block_border_box_head span{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .voice_content .voice_operation_block_border_box_link{
    font-size: 16px;
    text-decoration: underline;
    padding-top: 20px;
    display: block;
    color: #000;
  }

  .voice_content .voice_operation_block_border_box_img.switch{
    margin-top: 16px;
    width: calc((310 / 375) * 100vw);
  }

  .voice_content .voice_operation_block_border_box{
    border-radius: 10px;
    background: #fff;
    border: 3px solid #839ab3;
    padding: 28px 15px 20px;
    width: calc(100% - 20px);
    margin: 30px auto 30px;
    position: relative;
  }

  .voice_content .voice_operation_block_border_box.center{
    text-align: center;
  }

  .voice_content.voice_operation_block_border_box.large{
    width: calc(100% - 20px);
    margin-top: 90px;
  }

  .voice_content.voice_operation_block_border_box.large .voice_operation_block_border_box_head span{
    font-size: 20px;
    padding: 9px 30px 9px;
    line-height: 1;
    border-radius: 30px;
    top: -26px;
    width: 90%;
  }

  .voice_content .voice_operation_block_border_box_img.cursor{
    width: calc((280 / 375) * 100vw);
    margin: 20px auto 0;
  }

  .voice_content .voice_operation_block_border_box_img.cursor span{
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    line-height: 20px;
    display: block;
  }

  .voice_content.voice_operation_block_border_box.large + .voice_operation_block_border_box.large{
    margin-top: 70px;
  }

  .voice_content .voice_operation_block_border_box_img.item{
    width: calc((300 / 375) * 100vw);
    margin: 30px auto 0;
  }

  .voice_content.l-section_block.safe{
    margin-top: 60px;
  }

  .voice_content .voice_operation_safe_list{
    width: calc(100% - 20px);
    border-radius: 8px;
    margin: auto;
  }

  .voice_content .voice_operation_safe_item{
    background-color: #f5f9fc;
    padding: 20px 15px 15px;
    margin-bottom: 20px;
  }

  .voice_content .voice_operation_safe_txt_wrap{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 7px;
  }

  .voice_content .voice_operation_safe_ttl{
    padding-bottom: 15px;
    font-weight: bold;
    text-align: center;
  }

  .voice_content .voice_operation_safe_img{
    width: 96px;
    margin: auto;
  }

  .voice_content .voice_operation_safe_item:nth-child(1) .voice_operation_safe_img{
    width: 78px;
  }

  .voice_content .voice_operation_safe_item:nth-child(2) .voice_operation_safe_img{
    width: 133px;
  }

  .voice_content.l-section_block.specification{
    margin-top: 50px;
  }

  .voice_content .voice_operation_specification_txt{
    text-align: center;
    font-size: calc((14 / 375) * 100vw);
    line-height: 20px;
    font-weight: bold;
  }

  .voice_content .voice_operation_safe_img_wrap{
    text-align: center;
    border: 8px solid #927663;
    padding: 30px 0 30px;
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }

  .voice_content.l-section_block.contact{
    text-align: center;
    margin: 60px auto 135px;
    padding: 0 10px;
  }

  .voice_content p{
    line-height: 22.4px;
    margin-bottom: 0;
  }

  .voice_content .voice_operation_intro_download_txt{
    line-height: 16.8px;
  }

  .voice_content.l-section_block.anc{
    margin-top: 35px;
  }

  .voice_content .lp-sectionTitle, .voice_content  .lp-pageNav a, .voice_content  .voice_operation_block_movie_ttl, .voice_content  .lp-subSectionTitle, .voice_content  .voice_operatino_intro_round{
    font-family: 'M PLUS Rounded 1c', "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
  }

  .voice_content .voice_operation_block_border_box_caution{
    line-height: 16.8px;
  }

  .voice_content .voice_operation_safe_img_wrap{
    text-align: center;
    border: 8px solid #927663;
    padding: 30px 0 30px;
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }

  .voice_content .voice_operation_safe_img_txt{
    color: #927663;
    line-height: 1;
    margin: 10px 0 18px;
    font-weight: bold;
  }

  .voice_content.l-section_block.contact .lp-link{
    font-size: 18px;
    color: #839ab3;
    margin: 25px 0 0;
    display: block;
  }
}
/* <!-- ↑↑ 音声操作・入力スイッチ操作 ↑↑ --> */

/*事業者サポートアプリ*/
@media screen and (max-width:768px){
  .business_content.lp-content{
    min-height: auto;
    padding-bottom: 0;
  }

  .business_content#business #section-01 .lp-sectionTitle{
    margin-bottom: 60px;
  }

  .business_content h2.lp-sectionTitle{
    font-size: 24px;
  }

  .business_content .lp-sectionTitle{
    line-height: 36.923px;
  }

  .business_content#business .lp-section{
    padding: 50px 20px;
  }

  .business_content .lp-flowList__item:not(:last-child){
    padding-bottom: 65px;
  }

  .business_content .lp-flowList__item{
    padding-left: 90px;
  }

  .business_content .lp-flowList__icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 75px;
    height: 75px;
  }

  .business_content .lp-flowList__item:not(:last-child):before{
    content: "";
    display: block;
    width: 3px;
    height: calc(100% + 20px);
    background: #7F99B2;
    position: absolute;
    top: 0;
    left: 37px;
  }

  .business_content .lp-flowList__head{
    color: rgba(0, 53, 103, 0.5);
    font-weight: bold;
    font-size: 28px;
    line-height: 39.2px;
    padding-top: 0;
  }

  .business_content .lp-flowList__head small{
    font-size: 20px;
  }

  .business_content .lp-section dd{
    line-height: 28.8px;
  }

  .business_content .lp-flowList__body{
    padding-top: 10px;
  }

  .business_content .lp-flowList__body > *:first-child{
    margin-top: 0;
  }

  .business_content .lp-flowList__body p{
    line-height: 32.4px;
  }

  .business_content .lp-flowList{
    margin-bottom: 0;
  }

  .business_content .lp-sectionTitle{
    margin-bottom: 40px;
  }

  .business_content .lp-row figure{
    margin-bottom: 0;
  }

  .business_content #section-04{
    margin-top: 0;
  }
}
/*事業者サポートアプリ　ここまで*/

/*プライバシーポリシー調整*/
.privacy-policy .heading-06{
  margin-bottom: 20px;
}

.privacy-policy .ta-r{
  text-align: right;
}

.privacy-policy .ta-r p{
  margin-bottom: 0;
}

.privacy-policy .btn{
  width: fit-content;
}

.privacy-policy ul{
  margin-left: 20px;
}

.privacy-policy li{
  list-style: disc;
}

/*プライバシーポリシー調整　ここまで*/

/*睡眠研究*/
.not-last{
  padding-bottom: 0;
}

.not-last .research-grid-02{
  margin-bottom: 0;
  padding-bottom: 56px;
}

.not-first{
  padding-top: 56px;
  margin-top: 0;
}

.not-last.not-first{
  padding: 0;
  margin: 0;
}
/*睡眠研究　ここまで*/

/*弊社製品による対応*/
.news-product .col{
  text-align:center;
}

.news-product .col img{
  width: auto;
}
/*弊社製品による対応　ここまで*/

/*お問い合わせ*/
.contact-title.heading-04{
  margin-top: 56px;
}

.faq-contact-wrapper .faq-contact-flex{
  display: flex;
  justify-content: space-between;
}

.faq-contact-wrapper .faq-contact-flex .tel-title,
.faq-contact-wrapper .faq-contact-flex .tel-number{
  font-weight: bold;
}

.faq-contact-wrapper .faq-contact-flex .tel-number span{
  padding-right: 5px;
}

.faq-contact-title{
  font-size:20px;
  margin: 20px 0 10px;
}

.contact-faq li{
  list-style: disc;
}

@media screen and (max-width:767px){
  .faq-contact-wrapper .faq-contact-flex{
    display:block;
  }

  .faq-contact-flex > div{
    margin-bottom: 5px;
  }
}

#bed .heading-04,
#mattress .heading-04,
#lift .heading-04{
  margin-top: 56px;
}

.table-lineup tbody tr td,
.table-lineup tbody tr th{
  vertical-align: middle;
}

.table-lineup tbody tr td{
  width: 65%;
}

.table-lineup tbody tr .table-img{
  width: 25%;
}

.table-lineup tbody tr th{
  width: 10%;
}

@media screen and (max-width:767px){
  .table-lineup tbody tr td,
  .table-lineup tbody tr th{
    margin-bottom: 0;
  }

  .table-lineup tbody tr td,
  .table-lineup tbody tr th,
  .table-lineup tbody tr .table-img{
    width: 100%;
  }

  .table-lineup tbody tr .table-img{
    text-align: center;
  }

}

.power_failure_wrapper{
  background: #f6f6f6;
  padding: 20px;
}

.power_failure_flex{
  display:flex;
  justify-content: flex-start;
  align-items: end;
}

.freeDial{
  background: url(/cms/css/img/icon-contact-free.png) left center no-repeat;
  padding-left: 50px;
}

.freeDial strong{
  font-size: 30px;
  margin-left: 10px
}

.flex-mail_btn{
  margin-left: 15%;
}

.power_failure_contact_title{
  font-size: 22px;
  margin-bottom: 20px;
}

.no_mail_tel{
  font-size: 36px;
}

.table-text{
  text-indent: -20px;
}

@media screen and (max-width:767px){
  .power_failure_flex{
  display: block;
  }

  .table-responsive.table-lineup td{
    border-bottom: none;
  }

  .freeDial strong{
    font-size: 18px;
  }

  .freeDial{
    background: url(/cms/css/img/icon-contact-free.png) left center no-repeat;
    background-size: 22px 15px;
    padding-left: 28px;
  }

  .flex-mail_btn{
    margin-left: 0;
  }

  .flex-no_mail{
    font-size: 18px;
  }

  .no_mail_tel{
    font-size: 18px
  }
}
/*お問い合わせ　ここまで*/

/*お問い合わせフォーム*/
.input-birthday select:first-of-type{
  margin-right: 8px;
}

.input-birthday select:not(:first-of-type){
  margin: 0 8px;
}

form .table-01 th{
  padding-right: 65px;
}

/*お問い合わせフォーム　ここまで*/

/*ログインページ*/
.login-table{
  border: 1px solid black;
}

.login-table th{
  border-bottom: 1px solid black;
}

.login-table td{
  background: white;
  border-bottom: 1px solid black;
}

.login-table td input{
  border: solid 1px #d6d6d6;
  border-radius: 0;
}

.login .btn{
  margin: 0 auto;
}
/*ログインページ　ここまで*/

.download-process{
  list-style: decimal;
  padding-left: 18px;
}

.login-article .btn,
.download .btn{
  margin: 0 auto; 
}


/* <!-- ↓↓ アスリート支援 ↓↓ --> */
.mv__wrap .inner .swiming-box .athlete_btn,
.mv__wrap .inner .canoe-box .athlete_btn {
  width: 228px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px){
  .mv__wrap .inner .canoe-box .athlete_btn,
  .mv__wrap .inner .swiming-box .athlete_btn {
    width: calc(228/1440 * 100vw);
  }
}

/* <!-- ↑↑ アスリート支援 ↑↑ --> */

/* <!-- ↓↓ 福祉用具の選び方・転倒転落　ナビ ↓↓ --> */
  .learn_row_item{
    padding: 0;
  }
  .learn_row_item .row-irregular{
    grid-template-columns:200px 1fr;
  }
  .learn_btn{
    max-width: 100%;
  }
/* <!-- ↑↑ 福祉用具の選び方・転倒転落　ナビ ↑↑ --> */


/* <!-- ↓↓ 転倒転落追加スタイル ↓↓ --> */

.inversion-study {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 0 80px;
  border: 1px solid #716e69;
  border-radius: 8px;
}
.inversion-study-img {
  width: 31.333333333333336%;
  text-align: center;
}
.inversion-study-inner {
  flex: 1;
  padding: 40px 48px;
  background: #f5f5f5;
}
.inversion-study-ttl {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
}
.inversion-study-txt {
  margin: 0;
}
.inversion-step {
  margin: 0 0 80px;
}
.inversion-step.row {
  grid-gap: 0 6.75%;
}
.inversion-step-item:not(:first-child) .inversion-step-item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -52px;
  width: 24px;
  height: 21px;
  background: url("../img/corporate/inversion_05.svg") no-repeat 0 0;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.inversion-step-item-ttl {
  margin: 0 0 16px;
  font-size: 24px;
}
.inversion-step-item-ttl span {
  display: inline-block;
  width: 90px;
  vertical-align: top;
  margin: 1px 16px 0 0;
  padding: 4px 0;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  background: #fcca00;
}
.inversion-step-item-img {
  position: relative;
  margin: 0 0 16px;
  border: 1px solid #716e69;
  border-radius: 8px;
  text-align: center;
}
.inversion-step-item-txt {
  margin: 0;
}
.inversion-suggest {
  display: flex;
  gap: 0 28px;
  margin: 0 0 80px;
}
.inversion-suggest-case {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #efefef;
}
.inversion-suggest-case-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  padding: 16px 20px;
  font-size: 22px;
  background: #fcca00;
}
.inversion-suggest-case-ttl span {
  display: inline-block;
  margin: 0 0 0 16px;
  padding: 4px 16px;
  border-radius: 4px;
  background: #fff;
}
.inversion-suggest-case-img {
  margin: 0 0 20px;
  text-align: center;
}
.inversion-suggest-case-img img {
  border-radius: 8px;
}
.inversion-suggest-case-list {
  line-height: 1.7;
  margin: 0 20px;
  font-weight: 500;
}
.inversion-suggest-case-list li {
  position: relative;
  padding-left: 1em;
}
.inversion-suggest-case-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.inversion-suggest-case-point {
  position: relative;
  margin: auto 0 0;
  padding: 30px 20px 24px;
  border: 2px solid #efefef;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.inversion-suggest-case-point dt {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 3px 16px;
  border-radius: 4px;
  font-weight: bold;
  background: #fcca00;
  transform: translateY(-50%);
}
.inversion-suggest-case-point dd {
  line-height: 1.5;
  font-weight: bold;
}
.inversion-suggest-img {
  position: relative;
  width: 780px;
}
.inversion-suggest-img img {
  border-radius: 8px;
}
.inversion-suggest-img-num {
  position: absolute;
}
.inversion-suggest-img-num.numa1 {
  top: 540px;
  left: 197px;
}
.inversion-suggest-img-num.numa2 {
  top: 412px;
  left: 458px;
}
.inversion-suggest-img-num.numa3 {
  top: 452px;
  left: 223px;
}
.inversion-suggest-img-num.numa4 {
  top: 352px;
  left: 243px;
}
.inversion-suggest-img-num.numa5 {
  top: 491px;
  left: 507px;
}
.inversion-suggest-img-num.numa5 a:last-child {
  transform: translate(70%, calc(-100% - 32px));
}
.inversion-suggest-img-num.numa5 a:last-child:before,
.inversion-suggest-img-num.numa5 a:last-child:after {
  transform: translateX(66px);
}
.inversion-suggest-img-num.numa6 {
  top: 222px;
  left: 594px;
}
.inversion-suggest-img-num.numa6 a:last-child {
  transform: translate(40%, calc(-100% - 32px));
}
.inversion-suggest-img-num.numa6 a:last-child:before,
.inversion-suggest-img-num.numa6 a:last-child:after {
  transform: translateX(148px);
}
.inversion-suggest-img-num.numa7 {
  top: 408px;
  left: 379px;
}
.inversion-suggest-img-num.numb1 {
  top: 415px;
  left: 450px;
}
.inversion-suggest-img-num.numb2 {
  top: 425px;
  left: 188px;
}
.inversion-suggest-img-num.numb3 {
  top: 338px;
  left: 274px;
}
.inversion-suggest-img-num.numb4 {
  top: 387px;
  left: 334px;
}
.inversion-suggest-img-num.numb5 {
  top: 522px;
  left: 211px;
}
.inversion-suggest-img-num.numb6 {
  top: 348px;
  left: 91px;
}
.inversion-suggest-img-num.numb7 {
  top: 565px;
  left: 351px;
}
.inversion-suggest-img-num a:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #44423f;
  border-radius: 100%;
  color: inherit;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
}
.inversion-suggest-img-num a:first-child:before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/corporate/inversion_06.svg") no-repeat 0 0;
  background-size: 100% 100%;
  transform: translate(100%, -50%);
}
.inversion-suggest-img-num a:last-child {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  padding: 16px;
  border: 1px solid #716e69;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transform: translate(92%, calc(-100% - 32px));
  z-index: 1;
  transition: none;
}
.inversion-suggest-img-num a:last-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #716e69 transparent transparent transparent;
}
.inversion-suggest-img-num a:last-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
.inversion-suggest-img-num a:last-child dt {
  margin: 0 0 8px;
  font-weight: bold;
}
.inversion-suggest-img-num a:last-child dd {
  font-size: 16px;
}
.inversion-prevention {
  position: relative;
  margin: 120px 0 0;
  padding: 120px 0 80px;
  z-index: 0;
}
.inversion-prevention:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f4f2f0;
  z-index: -1;
}
.corporate-voice {
  position: relative;
  padding: 80px 0 120px;
  z-index: 0;
}
.corporate-voice:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #716e69;
  z-index: -1;
}
.corporate-voice .heading-04 {
  border-color: #fff;
  color: #fff;
}
.corporate-voice .heading-04:before {
  background: #fff;
}
.corporate-voice-list {
  margin: 0;
}
.corporate-voice-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .corporate-voice-item a:hover {
    text-decoration: underline;
  }
  .corporate-voice-item a:hover .corporate-voice-item-img:before {
    opacity: 1;
  }
}
.corporate-voice-item-img {
  position: relative;
  margin: 0 0 24px;
}
.corporate-voice-item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #57c2e9;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}
.corporate-voice-item-img img {
  border-radius: 8px;
}
.corporate-voice-item-txt {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .corporate-lead {
    margin: 0 0 40px;
    font-size: 24px;
    text-align: left;
  }
  .corporate-lineup-menu {
    display: block;
    margin: 0 0 56px;
  }
  .corporate-lineup-menu-item {
    margin: 0 0 40px;
  }
  .corporate-lineup-menu-item-ttl {
    font-size: 20px;
  }
  .suggested-list {
    margin: 0 0 56px;
  }
  .suggested-list.row {
    grid-gap: 28px 0;
  }
  .suggested-list-ttl {
    font-size: 18px;
  }
  .suggested-list-ttl small {
    font-size: 14px;
  }
  
  .inversion-study {
    display: block;
    margin: 0 0 56px;
  }
  .inversion-study-img {
    width: auto;
    padding: 40px 0;
  }
  .inversion-study-img img {
    width: 200px;
  }
  .inversion-study-inner {
    padding: 32px 16px;
  }
  .inversion-study-ttl {
    font-size: 18px;
  }
  .inversion-step {
    margin: 0 0 56px;
  }
  .inversion-step.row {
    grid-gap: 44px 0;
  }
  .inversion-step-item {
    position: relative;
  }
  .inversion-step-item:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: -34px;
    left: 50%;
    width: 24px;
    height: 21px;
    background: url("../img/corporate/inversion_05.svg") no-repeat 0 0;
    background-size: 100% 100%;
    transform: translateX(-50%) rotate(90deg);
  }
  .inversion-step-item:not(:first-child) .inversion-step-item-img:before {
    content: none;
  }
  .inversion-step-item-ttl {
    font-size: 20px;
  }
  .inversion-step-item-ttl span {
    width: 70px;
    margin: 0 16px 0 0;
    font-size: 16px;
  }
  .inversion-suggest {
    display: block;
    margin: 0 0 48px;
  }
  .inversion-suggest-case {
    margin: 0 0 24px;
  }
  .inversion-suggest-case-ttl {
    margin: 0 0 16px;
    padding: 12px 16px;
  }
  .inversion-suggest-case-img {
    margin: 0 16px 20px;
  }
  .inversion-suggest-case-list {
    margin: 0 16px 32px;
  }
  .inversion-suggest-case-point {
    padding: 32px 16px 24px;
  }
  .inversion-suggest-case-point dt {
    left: 16px;
  }
  .inversion-suggest-img {
    width: 335px;
    margin-inline: auto;
  }
  .inversion-suggest-img-num.numa1 {
    top: 231px;
    left: 82px;
  }
  .inversion-suggest-img-num.numa2 {
    top: 190px;
    left: 168px;
  }
  .inversion-suggest-img-num.numa2 a:last-child {
    transform: translate(50%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numa2 a:last-child:before,
  .inversion-suggest-img-num.numa2 a:last-child:after {
    transform: translateX(94px);
  }
  .inversion-suggest-img-num.numa3 {
    top: 195px;
    left: 67px;
  }
  .inversion-suggest-img-num.numa4 {
    top: 155px;
    left: 61px;
  }
  .inversion-suggest-img-num.numa5 {
    top: 217px;
    left: 198px;
  }
  .inversion-suggest-img-num.numa5 a:last-child {
    transform: translate(40%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numa5 a:last-child:before,
  .inversion-suggest-img-num.numa5 a:last-child:after {
    transform: translateX(120px);
  }
  .inversion-suggest-img-num.numa6 {
    top: 101px;
    left: 232px;
  }
  .inversion-suggest-img-num.numa6 a:last-child {
    transform: translate(23%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numa6 a:last-child:before,
  .inversion-suggest-img-num.numa6 a:last-child:after {
    transform: translateX(160px);
  }
  .inversion-suggest-img-num.numa7 {
    top: 162px;
    left: 139px;
  }
  .inversion-suggest-img-num.numa7 a:last-child {
    transform: translate(60%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numa7 a:last-child:before,
  .inversion-suggest-img-num.numa7 a:last-child:after {
    transform: translateX(70px);
  }
  .inversion-suggest-img-num.numb1 {
    top: 180px;
    left: 173px;
  }
  .inversion-suggest-img-num.numb1 a:last-child {
    transform: translate(50%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numb1 a:last-child:before,
  .inversion-suggest-img-num.numb1 a:last-child:after {
    transform: translateX(94px);
  }
  .inversion-suggest-img-num.numb2 {
    top: 197px;
    left: 46px;
  }
  .inversion-suggest-img-num.numb3 {
    top: 144px;
    left: 97px;
  }
  .inversion-suggest-img-num.numb3 a:last-child {
    transform: translate(80%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numb3 a:last-child:before,
  .inversion-suggest-img-num.numb3 a:last-child:after {
    transform: translateX(20px);
  }
  .inversion-suggest-img-num.numb4 {
    top: 166px;
    left: 127px;
  }
  .inversion-suggest-img-num.numb4 a:last-child {
    transform: translate(68%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numb4 a:last-child:before,
  .inversion-suggest-img-num.numb4 a:last-child:after {
    transform: translateX(50px);
  }
  .inversion-suggest-img-num.numb5 {
    top: 235px;
    left: 60px;
  }
  .inversion-suggest-img-num.numb6 {
    top: 153px;
    left: 19px;
  }
  .inversion-suggest-img-num.numb7 {
    top: 259px;
    left: 98px;
  }
  .inversion-suggest-img-num.numb7 a:last-child {
    transform: translate(80%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num.numb7 a:last-child:before,
  .inversion-suggest-img-num.numb7 a:last-child:after {
    transform: translateX(20px);
  }
  .inversion-suggest-img-num a:first-child {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .inversion-suggest-img-num a:first-child:before {
    width: 27px;
    height: 27px;
  }
  .inversion-suggest-img-num a:last-child {
    width: 250px;
    transform: translate(88%, calc(-100% - 24px));
  }
  .inversion-suggest-img-num a:last-child dd {
    font-size: 14px;
  }
  .inversion-prevention {
    margin: 64px 0 0;
    padding: 64px 0 32px;
  }
  .corporate-voice {
    padding: 56px 0;
  }
  .corporate-voice-list.row {
    grid-gap: 32px 0;
  }
  .corporate-voice-item-img {
    margin: 0 0 16px;
  }
}

/* <!-- ↑↑ 転倒転落追加スタイル ↑↑ --> */

/*納入事例系記事調整*/
.case_stydy_wrapper .btn{
  max-width: 100%;
  text-align: left;
  font-weight: bold;
}

.btn-center{
  margin: 0 auto;
}

/*納入事例系記事調整　ここまで*/


/* <!-- ↓↓ 医療介護トピックス ↓↓ --> */
.topic_item {
  align-items: stretch;
  text-decoration: none;
  }
  
  .topic_item .rakuraku-detail-profile-ttl,
  .topic_item .rakuraku-detail-profile-txt {
  color: #44423f;
  }
  
  .topic_ttl {
  position: relative;
  width: 100%;
  }
  
  /*.topic_ttl .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #44423f;
  margin: 0;
  }*/
  
  .topic_profile .rakuraku-detail-profile-inner {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
  }
  .topic_profile .rakuraku-detail-profile-inner:last-child{
    margin-bottom: 0;
  }
  
  .topic_profile {
  width: 59.252669039145914%;
  margin-left: 4.98220640569395%;
  flex-shrink: 0;
  }

  .label-C {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  min-width: 36px;
  padding: 4px 6px 4px;
  text-align: center;
  color: white;
  background: #54585a;
  border-radius: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 3px;
}

.label-C--01 {
  background: #5463bb;
}

.label-C--02 {
  background: #9575cd;
}

.label-C--03 {
  background: #5da7e2;
}

.label-C--04 {
  background: #64a1ab;
}

.label-C--05 {
  background: #90caf8;
}

/* <!-- ↑↑ 医療介護トピックス ↑↑ --> */


/* <!-- ↓↓ 3Rへの取り組み ↓↓ --> */

.rrr-mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 80px;
  padding: 72px 0;
  border-radius: 8px;
  background: url("/cms/parabed/img/company/3r/3r_mv_02.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.rrr-mv-inner {
  line-height: 1.5;
  margin: 0 0 56px;
  padding: 0 0 0 256px;
  background: url("/cms/parabed/img/company/3r/3r_mv_01.svg") no-repeat 0 50%;
  background-size: 206px auto;
}
.rrr-mv-lead {
  margin: 0 0 16px;
  color: #4bff83;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.rrr-mv-declaration {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.rrr-mv-declaration small {
  display: block;
  margin: 16px 0 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.rrr-mv-txt {
  max-width: 920px;
  margin-inline: auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.rrr-area {
  position: relative;
  max-width: 880px;
  margin: 0 auto 56px;
  height: 719px;
  background: url("/cms/parabed/img/company/3r/3r_efforts_02.png") no-repeat 100% 100%;
  background-size: auto 100%;
}
.rrr-area-inner {
  position: absolute;
  top: 80px;
  left: 16px;
}
.rrr-area-num {
  position: relative;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 24px 40px 24px 166px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
  background: #f4f2f0;
}
.rrr-area-num:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 13.5px 0 13.5px;
  border-color: #f4f2f0 transparent transparent transparent;
  transform: translateX(-50%);
}
.rrr-area-num span {
  display: inline-block;
  margin-right: 2px;
  color: #57c2e9;
  font-size: 40px;
  font-style: italic;
  transform: translateY(2px);
}
.rrr-area-num-all {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 126px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #57c2e9;
}
.rrr-area-request {
  font-size: 24px;
  font-weight: bold;
}
.rrr-area-request span {
  color: #57c2e9;
  font-size: 32px;
}
.rrr-area-onestop {
  line-height: 1;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #57c2e9;
}
.rrr-area-certification {
  margin: 0 0 80px;
  padding: 40px;
  border-radius: 8px;
  background: #f4f2f0;
}
.rrr-area-certification-label {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
}
.rrr-achievements {
  margin: 0 0 80px;
}
.rrr-achievements-label {
  line-height: 1.5;
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.rrr-achievements-label span {
  display: inline-block;
  padding: 3px 32px;
  color: #fff;
  font-size: 22px;
  background: #57c2e9;
}
.rrr-achievements-chart canvas {
  height: 424px;
}
.rrr-achievements-chart-data {
  width: calc(100% - 70px);
  margin: -38px 0 0 70px;
  background: #fff;
}
.rrr-achievements-chart-data th {
  width: 10%;
  padding: 10px 8px;
  border: 1px solid #d3d1d0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #f4f2f0;
}
.rrr-achievements-chart-data td {
  padding: 10px 8px;
  border: 1px solid #d3d1d0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.rrr-case-other {
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px 32px;
}
.rrr-case-other-item {
  position: relative;
  padding-left: 1.2em;
  font-weight: 500;
}
.rrr-case-other-item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.rrr-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 48px;
  position: relative;
  margin: 120px 0 0;
  padding: 56px 0;
  z-index: 0;
}
.rrr-contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f4f2f0;
  z-index: -1;
}
.rrr-contact-btn .btn-lg {
  width: 560px;
}
.rrr-contact-txt {
  width: 100%;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/*20231003追加*/
.rrr-case-list .rrr-case-other .rrr-case-other-item a{
  color:#44423f
}
/*20231003追加　ここまで*/

@media screen and (max-width: 767px){
  .rrr-mv {
    display: block;
    margin: 0 -20px 48px;
    padding: 40px 24px;
    border-radius: 0;
    background-image: url("/cms/parabed/img/company/3r/3r_mv_02_sp.jpg");
  }
  .rrr-mv-inner {
    margin: 0 0 40px;
    padding: 180px 0 0;
    background-position: 50% 0;
    background-size: 144px auto;
  }
  .rrr-mv-lead {
    font-size: 18px;
    letter-spacing: inherit;
  }
  .rrr-mv-declaration {
    font-size: 22px;
    letter-spacing: inherit;
  }
  .rrr-mv-declaration small {
    font-size: 16px;
    letter-spacing: inherit;
  }
  .rrr-mv-txt {
    font-size: 16px;
  }
  .rrr-area {
    margin: 0 0 32px;
    height: auto;
    padding: 0 0 107.2vw;
    background-position: 50% 100%;
    background-size: calc(100vw - 40px) auto;
  }
  .rrr-area-inner {
    position: static;
  }
  .rrr-area-num {
    margin: 0 0 24px;
    padding: 20px 0 20px 104px;
    font-size: 16px;
  }
  .rrr-area-num:after {
    bottom: -14px;
    border-width: 16px 9px 0 9px;
  }
  .rrr-area-num span {
    font-size: 26px;
  }
  .rrr-area-num-all {
    width: 80px;
    font-size: 16px;
  }
  .rrr-area-request {
    font-size: 15px;
  }
  .rrr-area-request span {
    font-size: 20px;
  }
  .rrr-area-onestop {
    font-size: 16px;
  }
  .rrr-area-certification {
    margin: 0 0 48px;
    padding: 16px;
  }
  .rrr-area-certification-label {
    font-size: 18px;
  }
  .rrr-achievements {
    margin: 0 0 48px;
  }
  .rrr-achievements-label {
    font-size: 26px;
  }
  .rrr-achievements-label span {
    font-size: 20px;
  }
  .rrr-achievements-graph {
    position: relative;
    height: 420px;
    overflow: hidden;
    margin-right: -20px;
  }
  .rrr-achievements-graph-scale {
    position: absolute;
    top: 0;
    left: 0;
  }
  .rrr-achievements-graph-data {
    overflow: auto;
    padding-left: 71px;
  }
  .rrr-achievements-graph-data img {
    max-width: inherit;
  }
  .rrr-achievements-chart {
    overflow: auto;
  }
  .rrr-achievements-chart-inner {
    width: 900px;
  }
  .rrr-achievements-chart canvas {
    height: 256px !important;
  }
  .rrr-achievements-chart-data {
    width: calc(900px - 62px);
    margin: -31px 0 0 62px;
    letter-spacing: 0;
    background: #fff;
  }
  .rrr-achievements-chart-data th {
    padding: 10px 0;
    font-size: inherit;
  }
  .rrr-achievements-chart-data td {
    padding: 10px 0;
    font-size: inherit;
  }
  .rrr-case-other {
    display: block;
  }
  .rrr-case-other-item {
    margin: 0 0 8px;
    font-size: 18px;
  }
  .rrr-contact {
    display: block;
    margin: 48px 0 0;
    padding: 48px 0;
  }
  .rrr-contact-icon {
    margin: 0 0 32px;
    text-align: center;
  }
  .rrr-contact-icon img {
    width: 254px;
  }
  .rrr-contact-btn {
    margin: 0 0 32px;
  }
  .rrr-contact-txt {
    font-size: 18px;
  }
}
/* <!-- ↑↑ 3Rへの取り組み ↑↑ --> */

/*20230830 製品検索用*/
.searchBox {
  background: #f6f6f6;
  border: solid 1px #d0d0d0;
  padding: 50px 100px;
  margin: 50px 0;
}

.searchBox__head {
  text-align: center;
  margin-bottom: 40px; 
}

.searchBox__head p{
  margin-bottom: 0;
}

.searchBox__head p strong {
  font-size: 22px;
  font-weight: bold; 
}

.searchBox__row {
  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; 
}

.searchBox__row__col {
    width: calc(50% - 15px); 
}

.searchBox dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px; 
}

.searchBox dl + dl {
  margin-top: 25px; 
}

.searchBox__bottom {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

.searchBox__bottom > * {
  margin: 0 15px;
  width: 200px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}

.searchBox__bottom > *:hover {
  opacity: .65; 
}

.searchBox__btn {
  border: solid 1px #cccccc !important;
  background: #54585a url("/cms/img/icon-search-wt.png") left 10px center no-repeat;
  color: white; 
  font-size: 14px;
  text-align: center;
}

.searchBox__clear {
  border: solid 1px #cccccc !important;
  background: white;
  font-size: 14px;
  text-align: center; 
}

.selectbox {
  position: relative; 
}

.selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; 
}

.selectbox__hook {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d0d0d0;
  line-height: 34px;
  height: 34px;
  background: #fff;
  position: relative;
  padding: 0 50px 0 10px;
  text-decoration: none !important;
  color: #333;
  font-size:12.6px; 
}

.selectbox__hook img {
  vertical-align: middle; 
}

.selectbox__hook:before {
  content: "";
  display: block;
  width: 33px;
  height: 100%;
  border-left: solid 1px #d0d0d0;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0; 
}

.selectbox__hook:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #54585a transparent transparent transparent;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}

.selectbox__list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
  background: white;
  border: solid 1px #d0d0d0;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

.selectbox__list a {
  display: block;
  line-height: 34px;
  height: 34px;
  padding: 5px 10px;
  color: #333;
  text-decoration: none !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}

.selectbox__list a:hover {
  background: rgba(128, 128, 128, 0.4); 
}

.selectbox__list a img {
  vertical-align: middle; 
}

.resultItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #d0d0d0; 
}

.resultItem__primary {
  border-right: solid 1px #d0d0d0;
  max-width: 190px;
}

.resultItem__primary img {
  width: 100%;
  height: auto; 
}

.resultItem__secondly {
  padding: 16px 20px;
  width: 510px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

.resultItem__name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2; 
}

.resultItem__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
}

.resultItem__icon {
  margin-right: 10px; 
}

.resultItem__tertiary {
  border-left: solid 1px #d0d0d0;
  padding: 16px 20px;
  text-align: right;
  margin-left: auto;
  min-width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resultItem__code {
  text-align: left; 
}

.resultItem__btn {
  margin-top: 30px;
  display: inline-block;
  width: 150px;
  line-height: 30px;
  height: 30px;
  border: solid 1px #d0d0d0;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: url("/cms/img/icon-arrow.png") right 10px center no-repeat;
  text-decoration: none !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}

.resultItem__btn:hover {
  opacity: .65; 
}

.resultItem + .resultItem {
  margin-top: 30px; 
}

.main#search{
  overflow: initial;
}

.main#search{
  overflow-y: visible;
}

@media screen and (max-width:767px){
  .main#search{
    overflow-y: visible;
  }

  .searchBox__row{
    display:block;
  }

  .searchBox__row__col{
    width: 100%;
  }

  .searchBox {
    margin: 50px 0;
    background: #f6f6f6;
    border: solid 1px #d0d0d0;
    padding: 10px; 
  }

  .searchBox__head {
    text-align: center;
    margin-bottom: 40px; 
    font-size: 16px;
  }

  .searchBox__head p strong {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block; 
  }

  .searchBox__row__col:first-child {
    margin-bottom: 25px; 
  }

  .searchBox dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; 
  }

  .searchBox dl + dl {
    margin-top: 25px; 
  }

  .searchBox__bottom {
    width: 100%;
    margin: 30px auto;
    width: 200px;
  }

  .searchBox__bottom > * {
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-weight: bold; 
  }

  .searchBox__bottom{
    display: block;
    margin: 30px auto;
    width: 200px;
  }

  .searchBox__btn {
    border: solid 1px #cccccc !important;
    background: #54585a url("/cms/img/icon-search-wt.png") left 10px center no-repeat !important;
    color: white !important; 
    font-size: 16px;
  }

  .searchBox__clear {
    border: solid 1px #cccccc !important;
    background: white !important;
    color: #333 !important; 
    font-size: 16px;
  }
  
  .selectbox {
    position: relative; 
  }

  .selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; 
  }

  .selectbox__hook {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d0d0d0;
    line-height: 34px;
    height: 34px;
    background: #fff;
    position: relative;
    padding: 0 50px 0 10px;
    text-decoration: none !important;
    color: #333;
    white-space: nowrap;
    /* 横幅のMAXに達しても改行しない */
    overflow: hidden;
    /* ハミ出した部分を隠す */
    text-overflow: ellipsis;
    /* 「…」と省略 */
    -webkit-text-overflow: ellipsis;
    /* Safari */
    -o-text-overflow: ellipsis;
    /* Opera */
    font-size: 11px; 
  }

  .selectbox__hook img {
    vertical-align: middle; 
  }

  .selectbox__hook:before {
    content: "";
    display: block;
    width: 33px;
    height: 100%;
    border-left: solid 1px #d0d0d0;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 0; 
  }
  .selectbox__hook:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #54585a transparent transparent transparent;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
  }

  .selectbox__list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1;
    background: white;
    border: solid 1px #d0d0d0;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
  }

  .selectbox__list a {
    display: block;
    padding: 8px 10px;
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; 
  }

  .selectbox__list a:hover {
    background: rgba(128, 128, 128, 0.4); 
  }

  .selectbox__list a img {
    vertical-align: middle; 
  }
  
  .resultItem {
    border: solid 1px #d0d0d0;
  }

  .resultItem__primary {
    border-bottom: solid 1px #d0d0d0; 
  }

  .resultItem__primary img {
    width: 100%;
    height: auto; 
  }

  .resultItem__secondly {
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
  }

  .resultItem__name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2; 
  }

  .resultItem__icons {
    letter-spacing: -50px;
    width: 270px;
    margin: auto; 
    flex-wrap: wrap;
  }

  .resultItem__icon {
    letter-spacing: normal;
    zoom: 1;
    margin: 10px;
    width: 70px; 
  }

  .resultItem__tertiary {
    border-top: solid 1px #d0d0d0;
    padding: 20px 10px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
  }

  .resultItem__code {
    text-align: left;
    font-size: 11px; 
  }

  .resultItem__btn {
    margin-top: 20px;
    display: inline-block;
    width: 150px;
    line-height: 30px;
    height: 30px;
    border: solid 1px #d0d0d0;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: url("/cms/img/icon-arrow.png") right 10px center no-repeat;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; 
  }

  .resultItem__btn:hover {
    opacity: .65; 
  }

  .resultItem + .resultItem {
    margin-top: 30px; 
  }

  .resultItem{
    display: block;
  }

  .resultItem__primary{
    max-width: inherit;
  }

  .resultItem__primary img{
    width: 100%;
  }

  .resultItem__secondly{
    width: 100%;
  }

  .selectbox__hook {
    font-size: 11px;
  }
}
/*20230830 製品検索用 ここまで*/

/*20230831 介護ソリューション製品ブロック調整*/
.nursing_dx-product-block{
  padding-top: 50px;
  padding-bottom: 0;
}

.nursing_dx-product-first{
  padding-top: 87px;
}

.nursing_dx-product-last{
  padding-bottom: 120px;
}

.nursing_dx-product-info-unit-block ,
.nursing_dx-product-link-block{
  margin-bottom: 0;
}
/*20230831 介護ソリューション製品ブロック調整*/

/*20230901 ショールーム調整*/
.showroom-flex{
  display: flex;
  height: 180px;
}

.showroom-flex img{
  max-height: 100%;
}

.showroom-img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  margin-right: 10px;
}

.showroom-flex .rakuraku-results-inner{
  width: 100%;
}
/*20230901 ショールーム調整*/

/*20230905 介護ベッドについて 強制改行調整*/
.insurance_system{
  word-break: break-word;
}
/*20230905 介護ベッドについて 強制改行調整　ここまで*/

/*20230911 ここちあ*/
.cococia .lp-section{
  width: 1040px;
}

@media only screen and (max-width: 1399px){
  .cococia .lp-section{
    width: 1000px;
  }
}

@media screen and (max-width: 767px){
  .cococia .lp-section{
    width: inherit;
  }

  .cococia .lp-feature-01__item__text ul{
    margin-bottom: 0;
  }
}
/*20230911 ここちあ　ここまで*/

/*20230912 サイトマップ*/
.sitemap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitemap-item{
  width: 48%;
}

.sitemap-item{
  margin-bottom: 28px;
}

.sitemap .btn-outline{
  max-width: inherit;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){
  .sitemap{
    display: block;
  }

  .sitemap-item{
    width: 100%;
  }
}
/*20230912 サイトマップ　ここまで*/

/*透明性ガイドライン利用規約*/
.agreement-list{
  padding-left: 20px;
}

.agreement-list li{
  list-style-type: disc;
}

input.agreement_btn:disabled{
  border-color: #d9d9d9;
  background: #d9d9d9;
}
/*透明性ガイドライン利用規約　ここまで*/

/*20230915 個人のお客様タブ調整*/
.product-nav-top{
  margin-bottom: 27px;
}

product-nav-bottom{
  margin-bottom: 80px;
}
/*20230915 個人のお客様タブ調整　ここまで*/

/*20230920デジタル介護お知らせ調整*/
.nursing_dx-news-wrapper a{
  color: inherit;
}

.nursing_dx-news-wrapper a:hover{
  text-decoration: underline;
  transition: 0.3s;
}
/*20230920デジタル介護お知らせ調整　ここまで*/

/*20230920 ショールーム調整*/
.label-B--01 {
  background: #5463bb;
}

.label-B--02 {
  background: #9575cd;
}

.label-B--03 {
  background: #5da7e2;
}

.label-B--04 {
  background: #64a1ab;
}

.showroom-flex .showroom-img img{
  width: 135px;
  height: 180px;
}

.showroom-detail-data{
  justify-content: flex-start;
}

.showroom-detail-data-left{
  width: 30%;
}

.showroom-detail-data-left .btn{
  margin-top: 20px;
}

.showroom-detail-data-left .btn{
  margin-bottom: 20px;
  max-width: 300px;
  line-height: 19.2px;
}

.showroom-detail-data-left .btn span{
  text-align: left;
  font-size: 13px;
}

.showroom-detail-data-left .btn strong{
  font-size: 18px;
}

.showroom-detail-data table p{
  margin-bottom: 0;
}

.showroom-detail-data table .labelGroup__item{
  display: inline-block;
  margin-right: 5px;
}

.showroom-detail-data table .label-B{
  color: white;
  padding: 4px 6px 4px;
  font-size: 14px;
  border-radius: 3px;
}

@media screen and (max-width: 767px){
  .showroom-flex .showroom-img img{
    width: auto;
    height: auto;
  } 

  .showroom-img{
    width: 50%;
    align-items: flex-start;
  }

  .showroom-detail-data-left{
    width: auto;
  }

  .showroom-detail-data-left .btn{
    max-width: inherit;
  }

  .showroom-detail-data table .btn-outline{
    padding: 10px 40px 10px 4px;
  }
}
/*20230920 ショールーム調整　ここまで*/

/*20230921 ヘッダー調整*/
.header-megamenu-item-ttl{
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.header-megamenu-item.no-img .header-megamenu-item-ttl:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  background: url(/cms/parabed/img/common/icon_arrow_circle_gray.svg) no-repeat 0 0;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: auto;
}

@media screen and (max-width:767px){
  .header-nav-item.no-megamenu > a:before, .header-nav-item.no-megamenu > span:before{
    content: none;
  }
}
/*20230921 ヘッダー調整*/

/*20230922 企業情報・SDGs調整*/
@media screen and (max-width:767px){
  .img-panel-nav .company-nav-item img{
    width: 100%;
  }
}
/*20230922 企業情報・SDGs調整　ここまで*/

/*20230922 修正依頼*/
.corporate-search-block .product-catalog-item-ttl{
  margin-bottom: 0;
  padding: 20px 8px;
  font-size: 24px;
}

.corporate-search-block .product-catalog-inner2{
  align-items: center;
}

.corporate-search-block .product-catalog{
  padding: 28px 40px;
}

.corporate-search-block .product-catalog-item .search-box-inner{
  height: inherit;
  padding-top: 0;
}

@media screen and (max-width:767px){
  .corporate-search-block .product-catalog-item-ttl{
    font-size: 16px;
  } 
}
/*20230922 修正依頼　ここまで*/

/*20230925*/
.inversion-suggest-img.inversion-2col{
  width: 65%;
}

@media screen and (max-width:767px){
  .inversion-img img{
      width: 100%;
      height: auto;
  }
}

.care-gray{
  background: #f6f6f6;
  padding: 30px;
}

.care-gray .care-2col{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.care-gray .care-list{
  font-weight: bold;
}

.care-gray .link-btn{
  text-align: right;
  text-align: -webkit-right;
}

.care-3col{
  display: flex;
  justify-content: space-around;
}

.care-3col a{
  width: 30%;
}

.care-3col .indexList__link{
  position: relative;
  display: block;
  width: auto;
  transition: all .3s;
}

.care-3col figure{
  margin-bottom: 0;
}

.care-3col .indexList__text{
  position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.title-img{
  text-align: center;
  text-align: -webkit-center;
}

.care-section{
  margin-bottom: 30px;
}

.care_support .care_support_img{
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width:767px){
  .care-3col{
    display: block;
  }

  .care-3col a{
    margin-bottom: 32px;
  }

  .indexList__image img{
    width: 100%;
  }
}
/*20230925 ここまで*/

/*20230926 追加*/
.topic_left_txt{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.topic_left_txt .caption{
  font-size: 16px;
  color: #44423f;
}

.clild_img{
  text-align: center;
}

.care_support_content{
  background: #f6f6f6;
  padding: 20px;
  margin: 20px;
}

.care_support_content .step{
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 15px;
}

.care_support_content .step span{
  display: inline-block;
    background: #48b2f3;
    color: white;
    font-size: 16px;
    font-weight: bold;
    min-width: 110px;
    padding: 2px 10px;
    text-align: center;
}


.care_support{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.care_support .care_support_img{
  display: flex;
  justify-content: flex-end;
}

.care_support .care_support_img img{
  margin-left: 15px;
}


@media screen and (min-width:767px){
  .btn:hover:not(.is-disabled){
    background: white;
  }

  .top-corporate-btn .btn:hover{
    background: #716e69;
  }
}

@media screen and (max-width:767px){
  .femtech-develop-content{
    padding-bottom: 43px;
  }

  .femtech-develop-content .femtech-development-img{
    top: 145px
  }

  .femtech-develop-content .femtech-development-img img{
    height: auto;
  }

  .femtech-develop-content .femtech-development-txt{
    padding-top: 145px;
  }

  .product-first-data-title{
    justify-content: center;
  }

  .topic_profile{
    width: auto;
    margin: 0;
  }

  .topic_ttl .caption{
    position: relative;
  }

  .header-megamenu-ttl{
    display: block;
    margin: 0 24px;
  }

  .header-nav-item .is-open{
    padding-bottom: 5px;
  }

  .header-megamenu-item .header-megamenu-item-ttl:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url(/cms/parabed/img/common/icon_arrow_circle_gray.svg) no-repeat 0 0;
    background-size: 100% 100%;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: auto;
  }

  .col-2img .care_support .care_support_txt{
    display: block;
    width: 100%;
  }

  .col-2img .care_support{
    display: block;
  }

  .col-2img .care_support .care_support_img{
    width: 100%;
    justify-content: space-between;
  }

  .col-2img .care_support .care_support_img img{
    margin-left: 0;
    width: 48%;
  }


}
/*20230926 ここまで*/

/*20230926 クリティカルケア記事調整*/
.publications{
  display: flex;
  justify-content: space-between;
}

.publications .publications__item{
  width: 25%;
  padding: 0 22px;
}

.publications .publications__item figure{
  text-align: center;
}

.publications__item{
  border-right: dotted 1px #cccccc;
  margin-bottom: 10px;
}

.publications__item:last-of-type{
  border-right: none;
}

.publications__ttl{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.publications__detail{
  margin-top: 5px;
  margin-bottom: 0;
}

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

.care_btn{
  text-align: center;
  text-align: -webkit-center;
}

.child_publish .publications{
  display: flex;
  justify-content: center;
}

.child_publish .publications .publications__item{
  width: 32%;
}

.child_publish .care_btn {
  margin-bottom: 60px;
}

.publish-list{
  display: flex;
}

.publish-list .lytCol__item{
  width: 25%;
  padding: 0 10px;
}

.publish-list .backNumberBox{
  border: solid 1px #cccccc;
}

.publish-list .backNumberBox__hdg{
  background: #48b2f3;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    display: table;
    width: 100%;
    line-height: 1.2;
    height: 45px;
}

.publish-list .backNumberBox__thumb{
  text-align: center;
  padding: 20px 10px;
}

.publish-list .backNumberBox__item{
  border: solid 1px #cccccc;
}

.publish-list .backNumberBox__name{
  border-bottom: solid 1px #cccccc;
  font-size: 14px;
  font-weight: bold;
  background: #f6f6f6;
  padding-top: 6px;
  padding-bottom: 5px;
  padding: 10px;
  word-break: break-word;
}

.backNumberBox__detail{
  letter-spacing: 0;
  text-align: justify;
  padding: 10px;
  font-size: 14px;
  word-break: break-word;
}

@media screen and (max-width:767px){
  .publications{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .publications .publications__item{
    width: 50%;
    padding: 0 22px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: dotted 1px #cccccc;
    border-right:none;
  }

  .child_publish .publications{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .child_publish .publications .publications__item{
    width: 50%;
  }

  .publish-list{
    display: flex;
    flex-wrap: wrap;
  }

  .publish-list .lytCol__item{
    width: 100%;
    margin-bottom: 20px;
  }
}
/*20230926 クリティカルケア記事調整　ここまで*/

/*20230927 ページトップボタン追加*/
#footer{
  position:relative;
}

.pagetop{
  position: fixed;
  right: 50px;
  bottom: 45px;
  width: 60px;
  z-index: 1000;
}

body{
  position: relative;
}

@media screen and (max-width:767px){
  .pagetop{
    right: 20px;
    bottom: 20px;
    width: 40px;
  }
}
/*20230927 ページトップボタン追加　ここまで*/

/*20230927 スカットクリーンページ作成*/
.skutclean .btn{
  max-width: fit-content;
}

.skutclean_bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.skutclean_bnr p{
  width: 22%;
}

.skutclean_bnr a{
  height: 78px;
}

.skutclean_anchor{
  display: flex;
  gap: 10px;
}

.howtouse_example{
  display: flex;
}

.howtouse_example {
  display: flex;
  gap: 30px;
}

.skutclean_backgray{
  padding: 20px;
  background: #EDF1F5;
}

.skutclean_backgray span{
  font-weight: bold;
}

.howtouse_flex{
  display: flex;
  gap: 40px;
}

.howtouse_2col {
  display: flex;
  gap: 10px;
}

.howtouse_2col .howtouse_col_img{
  width: 100%;
}

.skutclean_lineup{
  display: flex;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width:767px){
  .skutclean_bnr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .skutclean_bnr p{
    width: 100%;
  }

  .skutclean_bnr a{
    height: inherit;
  }

  .skutclean_anchor{
    display: block;
  }

  .skutclean_anchor p{
    width: 100%;
    text-align: left;
  }

  .howtouse_2col{
    display: block;
    margin-bottom: 20px;
  }

  .howtouse_flex{
    display: block;
  }

  .howtouse_flex img{
    width: 100%;
  }

  .skutclean_lineup{
    display: block;
  }

  .skutclean_lineup_img img{
    width: 100%;
  }
}
/*20230927 スカットクリーンページ作成 ここまで*/

/*20230927 個人のお客様TOP修正*/
.product-catalog-title a{
  color: inherit;
}

.product-search-box .search-box-inner{
  padding-top: 0;
}
/*20230927 個人のお客様TOP修正　ここまで*/

/*20230928 フェムテック画像調整*/
.femtech-table-toc-block{
  height: 156px;
}

.femtech-table-toc-block:last-child{
  height: 307px;
}
/*20230928 フェムテック画像調整　ここまで*/

.acordion-ttl a{
  color: #44423f;
  text-decoration: none;
}

@media screen and (min-width:768px){
  .header.is-fixed .header-logo{
    z-index:100;
  }
}

/*サイト内検索*/
.site_search_list .heading-03 span{
  font-size: 30px;
}

.site_search_list a{
  font-weight: bold;
  text-decoration: underline;
  color :#57c2e9;
}

.search-box .en{
  display: none;
}

.site_search_box .heading-02{
  margin-top: 56px;
}
/*サイト内検索　ここまで*/


/*楽匠ベッド調整*/
@media screen and (min-width:768px){
  .rakusyou_plus_top_mv{
    margin-top: 105px;
  }
}

@media screen and (max-width:767px){
  .header-nav-search input[type="text"]{
    flex: 1;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    background: transparent;
  }
}
/*楽匠ベッド調整　ここまで*/

/* 楽匠ベッド調整 */
body.rakusyou #contents a {
  text-decoration: unset;
}
body.rakusyou #contents div.forcms_block:nth-child(1) {
  margin-top: 100px;
}
@media screen and (max-width:767px){
  body.rakusyou #contents div.forcms_block:nth-child(1) {
    margin-top: 0;
  }
  body.rakusyou #contents div.forcms_block:nth-child(1) .lp-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .h-680 {
    height: 680px;
  }
}


/*20231002眠りSCANページ調整*/
.scan_bnr{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.scan_bnr .bnr_item{
  width: 24%;
  padding: 20px 10px;
}

@media screen and (max-width:767px){
  .scan_bnr{
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .scan_bnr .bnr_item{
    width: 100%;
    padding: 2px;
  }
}
/*20231002眠りSCANページ調整　ここまで*/
select#forcms_execute_command {
    background-image: url(/cms/css/img/icon-arrow-select.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    padding: 2px;
    background-color: #FFF;
    width: 110px;
}

/*20231101 調整*/
.footer .bnr-sns-item-X a{
  background: #000000
}

.heading-02.line_cyan:before{
  background:#57c2e9;
}

.top_bnr.col-1{
  max-width: 1200px;
}

.top_bnr img{
  border-radius: 8px;
}
/*20231101 調整 ここまで*/

/*20240222　研究（論文・学会発表）アコーディオン廃止対応*/
.research-list .research-item-era.no-icon:before, .research-list .research-item-era.no-icon:after{
  content: none;
}

.research-intro-tag.monitor{
  width: 200px;
}
/*20240222　研究（論文・学会発表）アコーディオン廃止対応　ここまで*/

/*20240415調整*/
.border-g img{
  border:1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
}

.border-g2 img{
  border:1px solid #d6d6d6;
  border-radius: 10px;
}
/*20240415調整　ここまで*/

/* 20251014 */
.page-silentshift .section.partners h2.head2 {
    font-size: 35px;
}
@media screen and (max-width: 767px) {
  .page-silentshift .section.partners h2.head2 {
    font-size: 5.692308vw;
  }
}