
.pane-contents{
    overflow-x: hidden;
    margin: 0;
}

.e150{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.e150 .e150-mainvisual{
  margin: 0;
  padding: 0;
  border: none;
  background: #0060A7 url(../../img/usr/e150/pc/mainvisual_bg.png) center top no-repeat;
  height: 427px;
}
.e150 .e150-mainvisual .e150-mainvisual-inner{
  max-width: 416px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin: auto;
}
.e150 .e150-mainvisual p{
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 28px;
  padding: 16px 0;
  border-bottom: 1px solid #6C8AC9;
  max-width: 338px;
  line-height: 1.6;
}
.e150 .e150-mainvisual p strong{
  color: #FFCC3E;
  font-weight: bold;
}
.e150 .e150-mainvisual h1{
  margin: 0 0 40px;
  padding: 0;
  line-height: 1;
  border: none;
}
.e150 .e150-mainvisual h1 img{
  vertical-align: bottom;
}
/*アンカーリンク*/
.e150-anchorlink{
  margin: 16px 0;
}
.e150-anchorlink ul{
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 8px;
}
.e150-anchorlink li{
  width: calc(100% / 5);
}
.e150-anchorlink li a{
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 48px;
  box-sizing: border-box;
  border: 2px solid #000000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: url(../../img/usr/e150/pc/anchor_link.png) 12px center no-repeat;
}
.e150-anchorlink li a:hover{
  opacity: 0.8;
}
.e150-anchorlink li a span{
  margin: 0 0 0 30px;
  padding: 0 0 0 36px;
}
.e150-anchorlink li:nth-child(1) span{
  background: url(../../img/usr/e150/pc/no01.png) left center no-repeat;
}
.e150-anchorlink li:nth-child(2) span{
  background: url(../../img/usr/e150/pc/no02.png) left center no-repeat;
}
.e150-anchorlink li:nth-child(3) span{
  background: url(../../img/usr/e150/pc/no03.png) left center no-repeat;
}
.e150-anchorlink li:nth-child(4) span{
  background: url(../../img/usr/e150/pc/no04.png) left center no-repeat;
}
.e150-anchorlink li:nth-child(5) span{
  background: url(../../img/usr/e150/pc/no06.png) left center no-repeat;
}
/*アンカーリンク*/

/*cv*/
.e150-cv{
  background: url(../../img/usr/e150/pc/cv_bg.png) no-repeat;
  max-width: 1040px;
  width: 100%;
  height: 160px;
  margin: 0 auto 40px;
  padding: 24px 0;
  box-sizing: border-box;
}
.e150-cv a.cv-btn1{
  max-width: 560px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000 url(../../img/usr/e150/pc/cv-btn1.png) 16px center no-repeat;
  text-decoration: none;
}
.cv-btn1:hover{
  opacity: 0.8;
  text-decoration: none;  
}
.e150-cv ul{
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 8px auto 0;
  gap: 16px;
  width: 100%;
}
.e150-cv ul li{
  width: calc(100% / 2);
}
.e150-cv ul a{
  height: 48px;
  background: #fff url(../../img/usr/e150/pc/cv_btn2.png) 16px center no-repeat;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  color: #0060A7;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 58px;
  box-sizing: border-box;
  text-decoration: none;  
}
.e150-cv ul a:hover{
  opacity: 0.8;

}
/*cv*/

/*spec*/
.e150-spec{
  display: flex;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.e150-spec-item{
  width: calc(100% / 3);
}
.e150-spec-item figcaption{
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 16px 0;
  text-align: center;
}
.e150-spec-item p{
  font-size: 14px;
  color: #000000;
}
.e150-spec-item ul{
  line-height: 1.8;
}
.e150-spec-item ul li{
  font-size: 14px;
  color: #000;
  padding: 0 0 0 15px;
  position: relative;
}
.e150-spec-item ul li::before{
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.e150-spec-item ul li strong{
  font-weight: bold;
}
/*spec*/


/*size*/
.e150-size{
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 64px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.e150-size-item{
  width: calc(100% / 2);
}
.e150-size figcaption{
  height: 48px;
  background: #E0E0E0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 0 32px;
  padding: 0 24px;
  box-sizing: border-box;

}
.e150-size figure{
  margin: 0 auto;
}
.e150-size figure img{
  width: max-content;
  margin: 0 auto;
  display: block;
}
/*size*/

/*オプション*/
.e150-options{
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.e150-option-header{
  text-align: center;
  margin: 0 0 24px;
}
.e150-option-header h2{
  width: max-content;
  margin: 0 auto 38px;
  padding: 0 0 0 82px;
  border: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-bottom;
}
.e150-option-header p{
  font-size: 16px;
  color: #000;
}
.e150-option-items{
  border: 2px solid #000000;
  box-sizing: border-box;
  padding: 38px;
  margin-bottom: 64px;
}
.e150-option-items a{
  text-decoration: none;
}
.e150-option-btn{
  background: #000000 url(../../img/usr/e150/pc/item-btn.png) 16px center no-repeat;
  width: 272px;
  height: 48px;
  margin: 26px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;

}
.e150-option-btn:hover{
  opacity: 0.8;
  text-decoration: none;
}
.e150-option-item-header{
  margin: 0 0 16px;
}
.e150-option-item-header-name{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.e150-option-item-header-price{
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

/*item1*/
.e150-option1 .e150-option-header h2{
  background: url(../../img/usr/e150/pc/item1_no.png) left center no-repeat;
}
.e150-option1 .e150-option-items-inner{
  display: flex;
  flex-direction: row;
  gap: 27px;
}
.e150-option1 .e150-option-item{
  width: calc(100%/2);
}
.e150-option1 .e150-option-item-header{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
/*item1*/

/*item2*/
.e150-option2 .e150-option-header h2{
  background: url(../../img/usr/e150/pc/item2_no.png) left center no-repeat;
}
.e150-option2 .e150-option-items-inner{
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.e150-option2 .e150-option-items-inner figure{
  max-width: 333px;
}
.e150-option2 .e150-option-items-inner .e150-option-item{
 width: calc(100% - 373px); 
}
.e150-option2 .e150-option-btn{
  margin-top: 31px;
}
.e150-option-item-list li{
  border-bottom: 1px solid #707070;
  padding: 0 0 16px;
  margin: 0 0 32px;
}
.e150-option-item-list li .e150-option-item-list-name::before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.e150-option-item-list li:last-child{
  margin-bottom: 0;
}

.e150-option-item-list li:nth-child(1) .e150-option-item-list-name::before{
  background: #0060A7 url(../../img/usr/e150/pc/option-no1.png) center center no-repeat;
}
.e150-option-item-list li:nth-child(2) .e150-option-item-list-name::before{
  background: #0060A7 url(../../img/usr/e150/pc/option-no2.png) center center no-repeat;
}.e150-option-item-list li:nth-child(3) .e150-option-item-list-name::before{
  background: #0060A7 url(../../img/usr/e150/pc/option-no3.png) center center no-repeat;
}.e150-option-item-list li:nth-child(4) .e150-option-item-list-name::before{
  background: #0060A7 url(../../img/usr/e150/pc/option-no4.png) center center no-repeat;
}.e150-option-item-list li:nth-child(5) .e150-option-item-list-name::before{
  background: #0060A7 url(../../img/usr/e150/pc/option-no5.png) center center no-repeat;
}

.e150-option-item-list-top{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin: 0 0 8px;
}
.e150-option-item-list-name{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 0 0 0 48px;
  position: relative;
}

.e150-option-item-list-price{
  margin: 0 0 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.e150-option-item-list-comment{
  font-size: 14px;
  color: #000000;
}
/*item2*/

/*item3*/
.e150-option3 .e150-option-header h2{
  background: url(../../img/usr/e150/pc/item3_no.png) left center no-repeat;
}
.e150-option3 .e150-option-items-inner{
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-bottom: 26px;
}
.e150-option3 .e150-option-item{
  text-align: center;
}
.e150-option3 .e150-option-item figcaption{
  font-size: 16px;
  color: #000;
  margin: 16px 0 0 0;
}
.e150-option3 .e150-option-item p{
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
/*item3*/

/*item4*/
.e150-option4 .e150-option-items{
  padding-top: 30px;
  margin-bottom: 107px;
}
.e150-option4 .e150-option-header h2{
  background: url(../../img/usr/e150/pc/item4_no.png) left center no-repeat;
}
.e150-option4 .e150-option-items-inner{
  display: flex;
  gap: 25px;
  flex-direction: row;
}
.e150-option4 .e150-option-items-inner figure{
  max-width: 468px;
  line-height: 1;
}
.e150-option4 .e150-option-items-inner figure img{
  vertical-align: bottom;
}
.e150-option4 .e150-option-items-inner .e150-option-item{
  width: calc(100% - 493px);
}
.e150-option-item-picts{
  display: flex;
  flex-direction: row;
}
.e150-option-item-picts1{
  gap: 10px;
}
.e150-option-item-picts.e150-option-item-picts2{
  gap: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.e150-option4 .e150-option-item-list li{
  border-top: 1px solid #707070;
  padding: 0 0 15px;
  margin-bottom: 0;
  border-bottom: 0;
  position: relative;
}
.e150-option4 .e150-option-item-list li::before{
  display: inline-block;
  content: '';
  background: url(../../img/usr/e150/pc/plus.png) center bottom no-repeat;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.e150-option4 .e150-option-item-list li:last-child::before{
  background: none;
}
.e150-option4 .e150-option-item-list li a,
.e150-option4 .e150-option-item-list li a:hover{
  text-decoration: none;
  opacity: 1;
}
.e150-option4 .e150-option-item-list li .e150-option-item-list-comment{
  margin: 0 0 0 16px;
}
.e150-option4 .e150-option-item-list li .e150-option-item-list-top{
  text-decoration: none;
  padding: 16px 16px;
  margin: 0 0 20px;
  background: #F5F5F5 url(../../img/usr/e150/pc/option4-anchor.png) right 25px center no-repeat;
}
.e150-option4 .e150-option-item-list li a:hover .e150-option-item-list-top{
  opacity: 0.8;

}
.e150-option4 .e150-option-item-list li .e150-option-item-list-top .e150-option-item-list-name{
  color: #0060A7;
}
.e150-option4 .e150-option-item-list li.e150-option-item-list1{
  padding-bottom: 61px;
  margin-bottom: 0;
}
.e150-option4 .e150-option-item-list li.e150-option-item-list2{
  padding-bottom: 59px;
  margin-bottom: 0;
}
.item4_2_1{
  position: absolute;
  top: 37px;
  left: 18px;
}
.item4_2_2{
  position: absolute;
  top: 117px;
  left: 17px;
}
.e150-option-item-picts{
  margin: 12px 16px 16px;
}
.e150-option4 .e150-option-item-list li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
/*item4*/

/*item5*/
.e150-option5 .e150-option-header h2{
  background: url(../../img/usr/e150/pc/item5_no.png) left center no-repeat;
}
.e150-option5 .e150-option-items{
  padding: 0 0 40px;
}
.e150-option5 .e150-option-items .e150-option-item-top{
  display: flex;
  flex-direction: row;
  padding: 40px 38px 17px;
  gap: 40px;
  background: url(../../img/usr/e150/pc/item5_line1.png) center 43px no-repeat;
}
.e150-option5 .e150-option-items .e150-option-item-top figcaption{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.e150-option5 .e150-option-items .e150-option-item-top p{
  margin-top: 16px;
  font-size: 14px;
  color: #000;
}
.e150-option5 .e150-option-items .e150-option-item-bottom{
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 24px 38px 0;
  background: url(../../img/usr/e150/pc/item5_line2.png) left top no-repeat;
}
.e150-option5 .e150-option-items .e150-option-item-bottom figcaption{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.e150-option5 .e150-option-btn{
  margin-top: 32px;
}
/*item5*/

/*item6*/
.e150-option6 .e150-option-header h2{
  background: url(../../img/usr/e150/pc/item6_no.png) left center no-repeat;
}
.e150-option6 .e150-option-items{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: none;
  margin-bottom: 40px;
}
.e150-option-item-names-main{
  display: flex;
  flex-direction: row;
  margin: 62px 0 35px 31px;
}
.e150-option-item-names-inner{
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 35px;
}
.e150-option-item-name-value{
  height: max-content;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.e150-option-item-name-value::before{
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../../img/usr/e150/pc/item6_mark.png) center center no-repeat;

}
.e150-option-item-name span{
  display: block;
}
.e150-option-item-name:last-child .e150-option-item-name-value::before{
  display: none;
}
.e150-option-item-name{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  position: relative;
}
.item6-img{
  position: absolute;
  top: 30px;
  right: 30px;
}
.e150-option-item-names-main .e150-option-item-name-parts{
  border: 1px solid #707070;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: 64px;
  height: 38px;
}
.e150-option6 .e150-option-items .e150-option-item{
  position: relative;
  width: calc(100% /2);
  border-bottom: 2px solid #000000;
  background: url(../../img/usr/e150/pc/item6-shape.png) left top no-repeat;
}
.e150-option6 .e150-option-items .e150-option-item a:hover{
  text-decoration: none;
}
.e150-option6 .e150-option-items .e150-option-item:nth-child(odd){
  border-right: 1px solid #000000;

}
.e150-option6 .e150-option-items .e150-option-item::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  width: 36px;
  height: 40px;

}
.e150-option6 .e150-option-items .e150-option-item1::before{
  background: url(../../img/usr/e150/pc/item6_no01.png) left top no-repeat;
}
.e150-option6 .e150-option-items .e150-option-item2::before{
  background: url(../../img/usr/e150/pc/item6_no02.png) left top no-repeat;
}
.e150-option6 .e150-option-items .e150-option-item3::before{
  background: url(../../img/usr/e150/pc/item6_no03.png) left top no-repeat;
}
.e150-option6 .e150-option-items .e150-option-item4::before{
  background: url(../../img/usr/e150/pc/item6_no04.png) left top no-repeat;
}
.e150-option6 .e150-option-items .e150-option-item:nth-child(even){
  border-left: 1px solid #000000;
}
.e150-option6 .e150-option-items .e150-option-item table{
  margin: 0 auto 30px;
  width: calc(100% - 64px);
}
.e150-option6 .e150-option-items .e150-option-item:last-child table{
  border-bottom: 0;
}
.e150-option6 .e150-option-items .e150-option-item table tr:first-child td{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 8px 0;
  line-height: 1;
  box-sizing: border-box;
  background: #F4F4F4;
}
.e150-option6 .e150-option-items .e150-option-item table tr td{
  padding: 12px 0 12px;
}
.e150-option6 .e150-option-items .e150-option-item table tr td:first-of-type{
  padding-left: 32px;
  padding-right: 0;
}
.e150-option6 .e150-option-items .e150-option-item table tr td:last-child{
  padding-left: 32px;
  padding-right: 32px;
}
.e150-option6 .e150-option-items .e150-option-item table tr:nth-child(2) th,
.e150-option6 .e150-option-items .e150-option-item table tr:nth-child(2) td{
  padding-top: 20px;
}
.e150-option6 .e150-option-items .e150-option-item table tr:last-child th,
.e150-option6 .e150-option-items .e150-option-item table tr:last-child td{
  padding-bottom: 27px;
}
.e150-option6 .e150-option-items .e150-option-item table tr td a{
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  background: #000000 url(../../img/usr/e150/pc/item6_table_mark.png) 16px center no-repeat;
  width: 100%;
  height: 40px;
  margin: 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.e150-option6 .e150-option-items .e150-option-item table tr td a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.e150-option6 .e150-option-items .e150-option-item table tr td p{
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.e150-option6 .e150-option-items .e150-option-item table th{
  background: #F4F4F4;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 0 8px;
}
.e150-option6 .e150-option-items .e150-option-item table td{
  text-align: center;
}
.e150-option6 .e150-option-items .e150-option-item table tr:first-child th,
.e150-option6 .e150-option-items .e150-option-item table tr:first-child td{
  height: 40px;
}
.e150-option6 .e150-option-items .e150-option-item table tr:last-child th,
.e150-option6 .e150-option-items .e150-option-item table tr:last-child td{
  border: none;
}
.e150 a.e150-lateralshowcase-btn{
  background: #E0E0E0 url(../../img/usr/e150/pc/lateralshowcase-btn.png) 32px center no-repeat;
  width: 560px;
  height: 56px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.e150 a.e150-lateralshowcase-btn:hover{
  text-decoration: none;
  opacity: 0.8;
}
/*item6*/


/*オプション*/


/*Lateral.ROCO*/
.e150-lateral{
  border: 1px solid #000000;
  box-sizing: border-box;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: row;
}
.e150-lateral-detail{
  width: calc(100% - 469px);
  padding: 56px 40px 40px;
}

.e150-lateral-detail img{
  margin-bottom: 8px;
}

.e150-lateral-detail p{
  font-size: 16px;
  color: #000;
  margin-bottom: 24px;
}
.e150-lateral figure{
  width: 469px;
  line-height: 1;
}
.e150-lateral figure img{
  vertical-align: bottom;
}
.e150-lateral-detail a{
  max-width: 400px;
  height: 48px;
  background: #000000 url(../../img/usr/e150/pc/cv-btn1.png) 16px center no-repeat;
  padding: 0 0 0 58px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;

}
.e150-lateral-detail a:hover{
  text-decoration: none;
  opacity: 0.8;
}
/*Lateral.ROCO*/

/*おすすめ特集*/
.e150-feature{
  margin-bottom: 64px;
}
.e150-feature h2{
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 0 32px;
  padding: 0;
  text-align: center;
  border: none;
}
.e150-feature-items{
  display: flex;
  flex-direction: row;
  gap: 17px;

}
.e150-feature-item{
  width: calc(100% / 4);
  border: 1px solid #707070;
  box-sizing: border-box;
  text-align: center ;
}
.e150-feature-item a{
  display: block;
  text-decoration: none;
}

.e150-feature-item a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.e150-feature-item figure{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.e150-feature-item figcaption{
  width: 100%;
  background: #F4F4F4 url(../../img/usr/e150/pc/feature-shape.png) 16px center no-repeat;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000000;

}
/*おすすめ特集*/

/*カタログ*/
#l-roco-bottom {
	position: relative;
	z-index: 1;
	padding: 44px 0;
}
#l-roco-bottom:before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: calc((1040px - 100vw) / 2);
	right: calc((1040px - 100vw) / 2);
	background: #F2F2F2;
}
@media screen and (max-width: 1040px) {
	#l-roco-bottom:before {
		left: 0;
		right: 0;
	}
}
#l-roco-bottom .l-roco-bottom-container {
	width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#l-roco-bottom .l-roco-bottom-container > div {
	width: 465px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#l-roco-bottom .l-roco-bottom-container > div > div {
	width: 242px;
	display: flex;
	flex-flow: column;
}
#l-roco-bottom .l-roco-bottom-container > div > div dl {
	flex: 1;
}
#l-roco-bottom .l-roco-bottom-container > div > div dl dt {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 27px;
}
#l-roco-bottom .l-roco-bottom-container > div > div a:before {
	left: calc(100% - 18px);
}
#l-roco-bottom .l-roco-bottom-container > dl {
	width: 440px;
}
#l-roco-bottom .l-roco-bottom-container > dl dt {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
}
#l-roco-bottom .l-roco-bottom-container > dl dd ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	gap: 8px 0;
}
#l-roco-bottom a.l-roco--btn01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 25px;
  width: 270px;
  max-width: 100%;
  min-height: 45px;
  background: #000000 url(../../img/usr/e150/pc/cv-btn1.png) right 18px center no-repeat;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
#l-roco-bottom a.l-roco--btn01:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*カタログ*/
.pane-footer{
  margin-top: 0;
}
.top-header--sale__bottom + br{
	display: none;
}