@charset "utf-8";
/*--------------------------------------------
標準設定（common）
---------------------------------------------*/
.new_lxl-wrap * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  /*上に戻るアイコンに不備が発生するため、無効化　height: auto;*/
}

li img {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #69c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

.ttl-01 {
  text-align: center;
}

.icon.arrow {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.icon.arrow.orange {
  border-top: 1px solid #E75500;
  border-right: 1px solid #E75500;
}

button {
  background: none;
  border: none;
  outline: none;
}

.check, input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  display: none;
}

/*--------------------------------------------
タブ（common）
---------------------------------------------*/
.tab-wrap {
  display: flex;
  justify-content: space-between;
}

.tab-wrap .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
}

.tab-wrap .tab.active {
  color: #fff;
  background: #E75500;
}

/*--------------------------------------------
絞り込み機能（common）
---------------------------------------------*/
.search-wrap {
  font-family: 'Noto Sans JP', sans-serif;
}

.search-wrap .search-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.search-wrap .search-ttl .icon {
  position: relative;
}

.search-wrap .search-ttl .icon.arrow {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.search-wrap .search-ttl.active .icon.arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-wrap .search-area {
  overflow: hidden;
  background: #fff;
  display:none;
}

.search-wrap .search-area .search-box .search-list-wrap .search-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.search-wrap .search-area .search-box .search-list-wrap .search-list .list label {
  position: relative;
}

.search-wrap .search-area .search-box .search-list-wrap .search-list .list label:before {
  content: "";
  display: block;
  border: solid 1px #bbbbbb;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-wrap .search-area .search-box .search-list-wrap .search-list .list input[type="checkbox"]:checked + label:before, .search-wrap .search-area .search-box .search-list-wrap .search-list .list input[type="radio"]:checked + label:before {
  background: #E75500;
  border-color: #E75500;
}
/*
.search-wrap .search-area .search-box:first-child .ttl {
  padding-top: 0;
}
*/
/*
.search-wrap .search-area .search-box:first-child .search-list-wrap .search-list .list {
  padding-top: 0;
}
*/
.search-wrap .search-area .search-box:nth-child(4) .ttl {
  padding-bottom: 0;
}

.search-wrap .search-area .search-box:nth-child(4) .search-list-wrap .search-list .list {
  padding-bottom: 0;
}

.search-wrap .search-area .price-box .search-list-wrap .bar-wrap {
  display: flex;
  align-items: flex-start;
}

.search-wrap .search-area .price-box .search-list-wrap .bar-wrap .bar {
  display: inline-block;
}

.search-wrap .search-area .price-box .search-list-wrap .bar-wrap .triangle.bottomLeft {
  display: inline-block;
}

.search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list label {
  position: relative;
}

.search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list label:before {
  content: "";
  display: block;
  border: solid 1px #bbbbbb;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list input[type="checkbox"]:checked + label:before {
  background: #E75500;
  border-color: #E75500;
}

.search-wrap .search-area .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-wrap .search-area .btn-wrap .btn .icon {
  position: relative;
}


/*--------------------------------------------
商品一覧（common）
---------------------------------------------*/
.itm-list-wrap .ttl-02 {
  position: relative;
  text-align: center;
}

.itm-list-wrap .ttl-02:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #E75500;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.itm-list-wrap .itm-list {
  display: flex;
  flex-wrap: wrap;
}

.itm-list-wrap .itm-list .list {
  background: #fff;
}

.itm-list-wrap .itm-list .list .modal-trigger .tag {
  display: inline-block;
  color: #E75500;
  border: 1px solid #E75500;
  background: #FFF;
}

/*--------------------------------------------
モーダル（common）
---------------------------------------------*/
.modal-wrap {
  position: fixed;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear 0s, visibility .3s linear 0s;
}

.modal-wrap.show {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal-wrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .92);
  cursor: pointer;
  z-index: 10000;
}

.modal-wrap .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
  transition: opacity .3s linear .5s, visibility .3s linear .5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-wrap .modal-inner .note {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-top: 8px;
  font-size: 12px;
}

.modal-wrap .modal-inner.show {
  opacity: 1;
  visibility: visible;
}

.modal-wrap .modal-inner .modal-close {
  position: absolute;
  cursor: pointer;
}

/*=============================================================================================================================================
専用CSS
=============================================================================================================================================*/
/*ローディング画面*/
#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; 
  background-color: rgba(0, 0, 0, .92);    
  z-index: 20000;
  display:none;
}
#animation{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20000;
  animation: flush 1s linear 0s infinite;
  display:none;
}
.loading-circle{
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear 0s infinite;
}
@keyframes flush{
  0%{
    opacity: 0;
  }
  25%{
    opacity: 0.5;
  }
  50%{
    opacity: 1;
  }
  75%{
    opacity: 0.5;
  }
  100%{
    opacity: 0;
  }
}
@keyframes spin{
  0%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(90deg);
  }
  50%{
    transform: rotate(180deg);
  }
  75%{
    transform: rotate(270deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.lodingP{
  margin-bottom: 0;
}
/*===========================================================================================================================================*/

@media screen and (min-width: 768px) {
  /*--------------------------------------------
標準設定（pc）
---------------------------------------------*/
  .sp {
    display: none;
  }
  /*--------------------------------------------
レイアウト（pc）
---------------------------------------------*/
  .new_lxl-wrap {
    margin-top: 70px;
  }
  .new_lxl-itm-contents-inner {
    width: 1000px;
  }
  .ttl-01 {
    font-size: 36px;
  }
  /*--------------------------------------------
タブ（pc）
---------------------------------------------*/
  .tab-wrap {
    margin-top: 48px;
  }
  .tab-wrap .tab {
    width: calc(50% - 5px);
    font-size: 18px;
    padding: 12px;
    cursor: pointer;
    box-shadow: 4px 4px 7px rgba(3, 0, 1, .1);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .tab-wrap .tab:hover {
    opacity: .7;
  }
  /*--------------------------------------------
絞り込み機能（pc）
---------------------------------------------*/
  .search-wrap {
    margin-top: 10px;
  }
  .search-wrap .search-ttl {
    font-size: 18px;
    padding: 12px 0;
    cursor: pointer;
  }
  .search-wrap .search-ttl .icon {
    top: -4px;
    width: 10px;
    height: 10px;
    margin-right: 16px;
  }
  .search-wrap .search-ttl:hover {
    opacity: .7;
  }
  .search-wrap .search-ttl.active .icon {
    top: 2px;
  }
  .search-wrap .search-area {
    padding: 27px 22px 40px;
  }
  .search-wrap .search-area .search-box {
    display: flex;
    font-size: 14px;
    margin-top: 0;
  }
  .search-wrap .search-area .search-box + .search-box {
    margin-top: 0;
  }
  .search-wrap .search-area .search-box .ttl {
    width: 106px;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #bbbbbb;
  }
  .search-wrap .search-area .search-box .search-list-wrap {
    width: calc(100% - 102px);
    padding-left: 15px;
  }
  .search-wrap .search-area .search-box .search-list-wrap .search-list .list {
    min-width: 8em;
    padding: 10px 0;
  }
  .search-wrap .search-area .search-box .search-list-wrap .search-list .list label {
    padding-left: 20px;
  }
  .search-wrap .search-area .search-box .search-list-wrap .search-list .list label:before {
    width: 12px;
    height: 12px;
  }
  .search-wrap .search-area .price-box {
    display: flex;
    font-size: 16px;
    margin-top: 24px;
  }
  .search-wrap .search-area .price-box .ttl {
    width: 102px;
  }
  .search-wrap .search-area .price-box .search-list-wrap {
    width: calc(100% - 102px);
    padding-left: 15px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .mark {
    display: inline-block;
    width: 1em;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .bar {
    width: 81.9%;
    margin: 0 26px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .triangle.bottomLeft {
    width: 103%;
    height: 20px;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #eae8e1 50.5%) no-repeat top left/100% 100%;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list {
    font-size: 14px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list label {
    padding-left: 20px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list label:before {
    width: 12px;
    height: 12px;
  }
  .search-wrap .search-area .btn-wrap {
    margin-top: 40px;
  }
  .search-wrap .search-area .btn-wrap .btn {
    font-size: 16px;
    cursor: pointer;
  }
  .search-wrap .search-area .btn-wrap .btn .icon {
    top: 2px;
    width: 13px;
    margin-right: 9px;
  }
  .search-wrap .search-area .btn-wrap .btn:hover {
    opacity: .7;
  }
        
/*--------------------------------------------
商品一覧（pc）
---------------------------------------------*/
  .itm-list-wrap {
    margin-top: 8px;
  }
  .itm-list-wrap + .itm-list-wrap {
    margin-top: 94px;
  }
  .itm-list-wrap .ttl-02 {
    font-size: 30px;
    padding-bottom: 13px;
  }
  .itm-list-wrap .ttl-02:before {
    width: 50px;
    height: 3px;
  }
  .itm-list-wrap .itm-list .list {
    width: calc(33.3333% - 22px);
    margin-top: 32px;
    margin-right: 32px;
    box-shadow: 0 0 7px rgba(3, 0, 1, .1);
  }
  .itm-list-wrap .itm-list .list.margin-clear {
    margin-right: 0;
  }
  .itm-list-wrap .itm-list .list .modal-trigger {
    padding: 20px 20px 14px;
  }

/*--------------------------------------------
モーダル（pc）
---------------------------------------------*/
  .modal-trigger {
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal-trigger:hover {
    opacity: .7;
  }
  .modal-wrap .modal-inner {
    max-width: 950px;
  }
  .modal-wrap .modal-inner .img-area {
    height: 77vh;
  }
  .modal-wrap .modal-inner .img-area .base-img {
    max-width: none;
    max-width: initial;
    height: 100%;
  }
  .modal-wrap .modal-inner .modal-close {
    top: -50px;
    right: 0;
  }
  .modal-wrap .modal-inner .modal-close img {
    max-width: 85%;
  }
    
/*=============================================================================================================================================
専用CSS　PC
=============================================================================================================================================*/
/*タブをマウスオーバー時、カーソルが変化しないようにする*/
.tab-wrap .tab {
	cursor:default
}
.tab-wrap .tab:hover {
	opacity:1;
}
/*タブを100％に広げる*/
    .tab-wrap .tab {
        width: 100%;;
    }
/*モーダルのmin-widthを無効化する*/
  .modal-wrap .modal-inner .img-area {
    min-width: 0;
  }

/*絞り込み部分の文字間の調整*/
    .search-wrap .search-area .search-box .search-list-wrap .colorTone .list {
        min-width:13em;
    }
    .search-wrap .search-area .search-box .search-list-wrap .itemName .list {
        min-width:19em;
    }
        
/*コマの画像サイズを固定　safari対策*/
    .itm-list-wrap .itm-list .list .modal-trigger .img {
        width: 100%;
        height:180px;
        text-align:center;
    }
/*コマの文字サイズを変更 色名は18px*/
    .itm-list-wrap .itm-list .list .modal-trigger .name{
        font-size: 18px;
    }
    
/*****区切り線を入れる場合のCSS*****/
/*区切り線*/
    .itm-list-wrap .itm-list .separate {
        width:calc(100% - 22px); 
        border-bottom:solid 1px #000;
        font-size:22px;
        margin: 0 auto;
    }
/*区切り線を入れる場合のmargin調整、itm-list内のコマを中央配置になるようにする;*/
    .itm-list-wrap .itm-list .list  {
        margin-right:11px;
        margin-left:11px;
        }
    .itm-list-wrap .itm-list .list .margin-clear {
        margin-right:11px;
        margin-left:11px;
    }
/*******************************/
    
/*****拡大画面調整CSS*****/    
    /*モーダルクローズボタンが隠れないように、img-areaを調整する*/
    .modal-wrap .modal-inner .img-area {
         height:70vh
    }
    /*画面の高さによって、クローズボタンが離れてしまうことを防ぐ*/
    .modal-wrap .modal-inner {
         max-width:106vh;
    }
    /*タブレットなど縦に長く大きい画面で拡大画面を開いた場合に適切なサイズにする*/
    /*画像を切り替えるたび、値が再設定されるため上書きさせないようにする*/
    .modal-wrap .modal-inner {
        width: 70vw!important;
    }
    /*モーダルクローズのボタンを画像上から画像右に配置*/
    .modal-wrap .modal-inner .modal-close {
        right:-50px;
        top:0;
    }
/***********************/

    /*PC表示時の絞り込み：リシェント勝手口ドア アルミPG／SG仕様の文言の幅を広くする*/
    .adjustWidth_rechent_multipurpose_pgsg {
      min-width:22em!important;  
    }
    /*PC表示時の絞り込み：リシェントマンションドアの文言の幅を狭くする*/
    .adjustWidth_rechent_apartmentdoor {
      min-width:16em!important;;
    }

    .itm-list-wrap .itm-list .list  {
      margin-right:11px;
      margin-left:11px;
      }
  .itm-list-wrap .itm-list .list .margin-clear {
      margin-right:11px;
      margin-left:11px;
  }

  /* 一覧内の注記文 */
  .itm-list-wrap .itm-list .colorNotes {
    margin-right:11px;
    margin-left:11px;    
  }
  .itm-list-wrap .itm-list .colorNotes p {
    font-size:0.9rem;
    display: flex;
  }


/*===========================================================================================================================================*/
}

@media screen and (max-width: 767px) {
  /*--------------------------------------------
標準設定（sp）
---------------------------------------------*/
  .pc {
    display: none;
  }
  /*--------------------------------------------
レイアウト（sp）
---------------------------------------------*/
  .new_lxl-wrap {
    margin-top: 25px;
  }
  .ttl-01 {
    font-size: 22px;
  }
  /*--------------------------------------------
タブ（sp）
---------------------------------------------*/
  .tab-wrap {
    margin-top: 25px;
  }
  .tab-wrap .tab {
    width: calc(50% - 5px);
    font-size: 14px;
    padding: 10px;
    box-shadow: 2px 2px 4px rgba(3, 0, 1, .1);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /*--------------------------------------------
絞り込み機能（sp）
---------------------------------------------*/
  .search-wrap {
    margin-top: 10px;
  }
  .search-wrap .search-ttl {
    font-size: 14px;
    padding: 10px 0;
  }
  .search-wrap .search-ttl .icon {
    top: -4px;
    width: 7px;
    height: 7px;
    margin-right: 16px;
  }
  .search-wrap .search-ttl.active .icon {
    top: 0;
  }
  .search-wrap .search-area {
    padding: 15px 13px 23px;
    box-shadow: 0 4px 4px rgba(3, 0, 1, .1);
  }
  .search-wrap .search-area .search-box {
    font-size: 14px;
    margin-top: 0;
  }
  .search-wrap .search-area .search-box + .search-box {
    margin-top: 40px;
  }
  .search-wrap .search-area .search-box .ttl {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #bbbbbb;
  }
  .search-wrap .search-area .search-box .search-list-wrap {
    width: 100%;
    margin-top: 10px;
  }
  .search-wrap .search-area .search-box .search-list-wrap .search-list .list {
    min-width: 33.3333%;
    font-size: 13px;
  }
  .search-wrap .search-area .search-box .search-list-wrap .search-list .list label {
    font-size: 3.3vw;
    padding-left: 23px;
  }
  .search-wrap .search-area .search-box .search-list-wrap .search-list .list label:before {
    width: 18px;
    height: 18px;
  }
  .search-wrap .search-area .search-box .search-list-wrap .search-list .list:nth-child(n + 4) {
    margin-top: 15px;
  }
  .search-wrap .search-area .price-box {
    margin-top: 40px;
  }
  .search-wrap .search-area .price-box .ttl {
    width: 100%;
  }
  .search-wrap .search-area .price-box .search-list-wrap {
    display: flex;
    width: 100%;
    margin-top: 2px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap {
    width: 100%;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .bar {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .triangle.bottomLeft {
    width: 27px;
    height: 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #eae8e1 50.5%) no-repeat top left/100% 100%;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list {
    width: calc(100% - 27px);
    margin-top: 0;
    padding-left: 13px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list {
    width: 100%;
    font-size: 13px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list + .list {
    margin-top: 15px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list label {
    font-size: 3.3vw;
    padding-left: 23px;
  }
  .search-wrap .search-area .price-box .search-list-wrap .bar-wrap .search-list .list label:before {
    width: 18px;
    height: 18px;
  }
  .search-wrap .search-area .btn-wrap {
    margin-top: 40px;
  }
  .search-wrap .search-area .btn-wrap .btn {
    font-size: 14px;
  }
  .search-wrap .search-area .btn-wrap .btn .icon {
    top: 3px;
    width: 11px;
    margin-right: 5px;
  }
    
/*--------------------------------------------
商品一覧（sp）
---------------------------------------------*/
  .itm-list-wrap {
    margin-top: 20px;
  }
  .itm-list-wrap .ttl-02 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .itm-list-wrap .ttl-02:before {
    width: 50px;
    height: 2px;
  }
  .itm-list-wrap .itm-list {
    justify-content: space-between;
    padding: 0 2.6%;
    margin-top: 5px;
  }
  .itm-list-wrap .itm-list .list {
    width: 48%;
    margin-top: 15px;
    box-shadow: 0 0 7px rgba(3, 0, 1, .1);
  }
  .itm-list-wrap .itm-list .list .modal-trigger {
    padding: 5.8%;
  }
  .itm-list-wrap .itm-list .list .modal-trigger .img {
    width: 100%;
    height: 88px;
  }

  /*--------------------------------------------
モーダル（sp）
---------------------------------------------*/
  .modal-wrap .modal-inner {
    /*拡大画面を横幅いっぱいに広げる*/
    width: 100%; /*90%;*/
  }
  .modal-wrap .modal-inner .img-area {
    height: 200px;
  }
  .modal-wrap .modal-inner .note {
    font-size: 10px;
  }
  .modal-wrap .modal-inner .modal-close {
    top: -32px;
    right: 0;
  }
  .modal-wrap .modal-inner .modal-close .icon {
    width: 24px;
  }

/*=============================================================================================================================================
専用CSS　SP
=============================================================================================================================================*/
/*タブをマウスオーバー時、カーソルが変化しないようにする*/
.tab-wrap .tab {
	cursor:default
}
.tab-wrap .tab:hover {
	opacity:1;
}
/*タブを100％に広げる*/
    .tab-wrap .tab {
        width: 100%;;
    }
    
/*区切り線*/
    .itm-list-wrap .itm-list .separate {
        width:100%;
        border-bottom:solid 1px #000;
        font-size:5.2vw;
    }
/*画像サイズの高さを画面幅で調節*/
    .itm-list-wrap .itm-list .list .modal-trigger .img {
        height:27vw;
    }
/*文字サイズの調整 色名はPCに合わせて最大18pxになるようにする*/
    .itm-list-wrap .itm-list .list .modal-trigger .name {
        font-size:2.4vw;
    }
/*画面横幅いっぱいに広げる*/
    .modal-wrap .modal-inner {
        width: 100%;
    }
/*絞り込みの文字サイズを自動調整*/  
    .search-wrap .search-area .search-box .search-list-wrap .search-list .list label {
        font-size:2.3vw;    
    }

/*****絞り込み間隔調整CSS*****/
    /*絞り込みの文字間隔を調整*/
    .search-wrap .search-area .search-box .search-list-wrap .search-list .list {
        padding-bottom:10px;
        min-width:50%;
    }
    /*項目の最後に不自然な余白を作ってしまうのを防ぐ*/
    .search-wrap .search-area .search-box .search-list-wrap .search-list .list:nth-child(n + 4) {
        margin-top:0;
    }
/*************************/

    /*SP表示時の絞り込み：リシェント勝手口ドア アルミPG／SG仕様の文言の幅を広くする*/
    .adjustWidth_rechent_multipurpose_pgsg {
      min-width:100%!important;  
    }

  /* 一覧内の注記文 */
  .itm-list-wrap .itm-list .colorNotes p {
    font-size:0.7rem;
    display: flex;
  }

/*===========================================================================================================================================*/

}

@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: Gray();
            filter: Gray();
    filter: url("desaturate.svg#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
}

