@media screen and (max-width: 767px) {


  html{
    width: 100%;
  }
  
  #business .pc-only {
    display: none !important;
  }
  #business .sp-only{
    display: block;
  }
  .pane-main {
    margin-top: 0;
  }
  div#business {
    line-height: 1;
    margin-top: 23px;
    font-weight: 500;
    width: 100%;
  }
  #business a{
    text-decoration: none;
  }
  
  #business a:hover{
  opacity: 0.8;
  }

/*==============================
btn
==============================*/
#business .btn{
  width: 100%;
  height: 40px;
  padding: 0;
  margin-bottom: 10px;
  border: 1px solid #231815;
}


#business .btn a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

#business .btn a.blk{
  background-color: #231815;
  color: #fff;
}

/*==============================
fade in
==============================*/

.js-fadein,
.js-fadein2 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}


/*==============================
slick dot
==============================*/
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '⚫︎';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*==============================
mainvisual_sp
==============================*/
#business #mainvisual_sp {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}

/*==============================
anchor link
==============================*/

#items_anchor{
  display: block;
  justify-content: space-between;
  margin-bottom: 60px;
}

#items_anchor .item_anchor_wrap{
  width: 90%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 7% 6% 3%;
}
#items_anchor .item_anchor_wrap img{
  width: 167px;
}

#items_anchor .item_anchor_wrap .anchor{
  width: 60% !important;
}

#items_anchor .item_anchor_wrap a.anchor{
  width: 40%;
  height: auto;
  object-fit: contain;
  margin-bottom: 25px;
}


#business .item_anchor_right{
  width: 60%;
}

#items_anchor .item_anchor_wrap p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 5px 0;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 2%;

}
#items_anchor .item_anchor_wrap p::after{
  position: absolute;
  content: "";
  top: 50%;
  right:0px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #231815;
}

/*==============================
text area
==============================*/

#catch_text {
  background-color: #F5F5F5;
  padding: 60px 5%;
  text-align: center;
  margin-bottom: 80px;
}

#catch_text img{
  width: 90%;
  margin-bottom: 30px;
}

#catch_text p{
  font-size: 15px;
  line-height: 2;
}


/*==============================
item
==============================*/
.item_desc{
  margin-bottom: 50px;
}
.item_desc .item_desc_wrap{
  width: 100%;
  margin-bottom: 40px;
}
.item_desc .item_desc_img{
  padding: 46px 0 46px 20px;
  width: 100%;
  margin-bottom: 40px;
}

.item_desc_wrap .item_line_wrap{
  width: 100%;
  padding: 0 5%;
}

.item_desc_wrap .item_line_wrap .item_text{
  padding: 39px 34px;
  line-height: 2;
  color: #444;
  font-size: 14px;
  margin-bottom: 49px;
  font-weight: bold;
}

.item_desc_wrap .item_line_wrap .item_line_up .item_line_desc{
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.item_desc_wrap .item_line_wrap .item_line_up .item_line_desc img{
  width: 136px;
}

.item_desc_wrap .item_line_wrap .item_line_up .item_line_desc .item_line_desc_b{
  font-size: 15px;
  font-weight: bold;
    line-height: 2;
}

.item_desc_wrap .item_line_wrap .item_line_up .item_line_desc .item_line_desc_s{
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
}

.item_desc_wrap .item_line_btn_wrap{
  display: flex;
  justify-content: space-between;
}  
#business .item_desc_wrap .item_line_btn_wrap .btn{
  width: 48%;
  height: 48px;
  font-size: 15px;
  letter-spacing: 2px;
}

#business .item_detail_wrap{
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
}
#business .item_detail_wrap .item_detail{
  width: 160px;
  flex-shrink: 0;
  margin-right: 20px;
}
#business .item_detail_wrap .item_detail:first-child{
  margin-left: 20px;
}
#business .item_detail_wrap .item_detail p{
  font-size: 13px;
  margin-top: 13px;
  line-height: 1.4;
}


/*==============================
item(desc02)
==============================*/
#business #item_combi02 .item_desc .item_desc_wrap .item_desc_img,
#business #item_dura02 .item_desc .item_desc_wrap .item_desc_img{
  width: 400px;
  height: 362px;
  padding: 46px 0 46px 30px
}

#business #item_combi02.item_desc .item_desc_wrap .item_line_up .item_line_desc img,
#business #item_dura02.item_desc .item_desc_wrap .item_line_up .item_line_desc img{
  width: 170px;
}


/*==============================
BG-color
==============================*/

#item_combi.item_desc .item_desc_wrap.bg01 .item_desc_img{
  background: rgb(162,164,156);
  background: linear-gradient(90deg, rgba(162,164,156,1) 0%, rgba(162,164,156,1) 90%, rgba(255,255,255,1) 90%);
  }
  
  #item_combi.item_desc .item_desc_wrap .item_line_wrap .item_text.bg02{
  background-color: #F9FAF8;
  }
  
  #item_combi02.item_desc .item_desc_wrap.bg01 .item_desc_img{
    background: rgb(215,217,207);
    background: linear-gradient(90deg, rgba(215,217,207,1) 40%, rgba(215,217,207,1) 90%, rgba(255,255,255,1) 90%);
  }
  
  #item_dura.item_desc .item_desc_wrap.bg01 .item_desc_img{
    background: rgb(107,112,129);
    background: linear-gradient(90deg, rgba(107,112,129,1) 40%, rgba(107,112,129,1) 90%, rgba(255,255,255,1) 90%);}
  
  #item_dura.item_desc .item_desc_wrap .item_line_wrap .item_text.bg02{
  background-color: #F1F1F3;
  }
  
  #item_dura02.item_desc .item_desc_wrap.bg01 .item_desc_img{
    background: rgb(199,200,207);
    background: linear-gradient(90deg, rgba(199,200,207,1) 40%, rgba(199,200,207,1) 90%, rgba(255,255,255,1) 90%);}












}