﻿/* 共通 */
body {
  overflow-x: hidden;
}
.btob_std_title_en {
  font-size: 15px;
  letter-spacing: 0.25em;
  color: #404040;
  margin-bottom: 40px;
}
.btob_block {
  text-align: center;
  margin-bottom: 25px;
}
.btob_block_title {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ee9255;
  font-weight: 600;
}
.btob_block_text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 15px;
  color: #404040;
  text-align: center;
}

a {
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .sp {display: none;}
}
@media screen and (max-width: 767px) {
  .pc {display: none;}
  div.wrapper_ {
    overflow-x: hidden;
  }
  div.wrapper_ a, div.wrapper_ a:link {
    color: #EE9255;
    font-size: 15px;
    padding: 15px 0 15px 0.6em;
  }
  .btob_sp_wrapper {
    background: transparent;
    padding: 0;
  }

  .btob_sp_wrapper,
  .btob_sp_wrapper * {
    box-sizing: border-box;
  }

  .btob_std {
    text-align: center;
    margin-bottom: 15px;
  }

  .btob_std_title {
    font-size: 31px;
    line-height: 1.56;
  }

  .btob_std_title_en {
    font-size: 12px;
  }

  .btob_std_text {
    font-size: 14px;
    line-height: 1.55;
    padding: 0 14px;
    letter-spacing: 0.075em;
  }
  .btob_block {
    margin-bottom: 15px;
  }
  .btob_block_title {
    font-size: 23px;
  }
}


/* 会社概要 */
.btob_overview_wrap {
  padding: 40px 0 0px;
  margin: 80px auto 0;
}

.btob_overview {
  width: 870px;
  margin: 0 auto;
}

.btob_overview .btob_block {
  margin-top: 0;
}

.btob_overview_content {
  background: #fffaf6;
  margin-bottom: 20px;
  padding: 50px;
  color: #333;
}

.btob_overview_table {
  text-align: left;
}

.btob_overview_table tr {
  border-bottom: 1px solid #70707060;
}

.btob_overview_table tr:last-of-type {
  border-bottom: 0;
}

.btob_overview_table th {
  width: 185px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 20px;
  vertical-align: text-top;
}

.btob_overview_table td {
  width: 560px;
  margin-left: 25px;
  font-size: 14px;
  padding: 20px 0;
}
.btob_overview_table td .dis_flex {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px
}

@media screen and (max-width: 767px) {
  .btob_overview_wrap {
    width: 100%;
    padding: 25px 0;
    margin: 35px auto 0;
    /* background: #fffaf6; */
  }

  .btob_overview {
    width: 100%;
    margin: 0 auto;
  }

  .btob_overview_content {
    background: #fffaf6;
    margin-bottom: 10px;
    padding: 15px 0;
    margin: 0 15px 10px;
  }

  .btob_overview_table {
    text-align: left;
  }

  .btob_overview_table tr {
    border-bottom: 1px solid #70707050;
  }

  .btob_overview_table th {
    width: 100%;
    display: block;
    padding: 20px 18px 0;
  }

  .btob_overview_table td {
    width: 100%;
    display: block;
    padding: 10px 18px 20px;
    margin-left: 0;
    font-size: 13px;
  }
  .btob_overview_table td a {
    padding: 0 !important;
  }

  .btob_overview_table .dis_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 12px;
  }

  .btob_overview_table .dis_flex>div {
    width: 100%;
  }
}

/* コンセプト */
.btob_concept_wrap {
  margin: 0 auto;
  padding: 40px 0 0;
}

.btob_concept {
  width: 870px;
  margin: 0 auto;
}

.btob_concept_content {
  margin-bottom: 20px;
  color: #333;
}

.btob_concept_block {
  display: flex;
  background: #fffaf6;
  height: 215px;
  align-items: center;
}

.btob_concept_block+.btob_concept_block {
  margin-top: 35px;
}

.btob_concept_img {
  width: 290px;
}

.btob_concept_img img {
  width: 100%;
  height: 100%;
}

.btob_concept_text {
  width: calc(100% - 290px);
  padding: 0px 55px;
  box-sizing: border-box;
}

.btob_concept_ttl {
  font-size: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 400;
}

.btob_concept_ttl span {
  font-size: 14px;
  display: block;
  margin-left: 17px;
}

.btob_concept_desc {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.57;
}

.btob_concept_desc a {
  color: #F45100;
  text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
  .btob_concept_img-right .btob_concept_img {
    order: 2;
  }

  .btob_concept_img-right .btob_concept_text {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .btob_concept_wrap {
    width: 100%;
    padding: 25px 0;
    margin: 0 auto;
  }

  .btob_concept {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  .btob_concept_content {
    margin-bottom: 10px;
    padding: 15px;
    overflow: visible;
    margin: 0 auto;
    position: relative;
    padding: 0px 30px;
    box-sizing: border-box;
  }

  .btob_concept_block {
    flex-wrap: wrap;
    height: auto;
    box-shadow: 3px 2px 4px #ccc;
    margin-bottom: 5px;
  }

  .btob_concept_img {
    width: 100%;
  }

  .btob_concept_img img {
    width: 100%;
    height: auto;
  }

  .btob_concept_text {
    width: 100%;
    padding: 45px 18px 25px 18px;
    position: relative;
  }

  .btob_concept_ttl span {
    position: absolute;
    top: 20px;
    left: 18px;
    margin-left: 0;
  }
  .btob_concept_desc a {
    padding: 0 !important;
    margin-top: 10px;
    display: block;
  }
}

.btob_concept_content.slick-initialized {
  position: relative !important;
}

.btob_concept_content .slick-slide {
  margin: 0 5px;
  box-sizing: border-box;
  width: 90%;
  /* padding: 0 15px; */
  box-sizing: border-box;
  margin-bottom: 5px;
  height: auto;
}

.btob_concept_content .slick-track {
  display: flex !important;
  align-items: stretch;
  overflow: visible;
}

.btob_concept_content .slick-list {
  margin: 0 -30px;
  padding: 0 15px !important;
}

.slick-arrow {
  font-size: 0;
  background: #ffffffA3;
  border: none;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc((85 / 375) * 100vw);
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  position: absolute;
  display: block;
  top: 50%;
}

.slick-prev::before {
  left: 70%;
  transform: translate(-50%, -50%) rotate(225deg)
}

.slick-next::before {
  right: 70%;
  transform: translate(50%, -50%) rotate(45deg)
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 15px;
}

.slick-dots li button {
  font-size: 0;
  border: 1px solid #EE9255;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #EE9255;
}

/* 売り場づくり */
.btob_floor_wrap {
  margin: 0 auto;
  padding: 40px 0;
}

.btob_floor {
  width: 870px;
  margin: 0 auto;
}

.btob_floor_content {
  background: #fffaf6;
  padding: 45px 55px;
}

.btob_floor_content .dis_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btob_floor_content > div > a {
  width: calc((100% - 24px) / 3);
}

.btob_floor_more a {
  width: 295px;
  height: 52px;
  border: 1px solid #EE9255;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: #fff;
}


@media screen and (max-width: 767px) {
  .btob_floor_wrap {
    width: auto;
    padding: 30px 12px;
    margin: 0 auto;
    background: #fffaf6;
    box-sizing: border-box;
    margin: 70px 15px 0;
  }

  .btob_floor {
    width: 100%;
    margin: 0 auto;
  }
  .btob_floor .btob_block_text {
    font-size: 13px;
  }

  .btob_floor_content {
    background: #fffaf6;
    margin-bottom: 10px;
    padding: 0;
  }
  
  .btob_floor_content .dis_flex {
    gap: 10px 12px;
  }

  .btob_floor_content>div>a {
    width: calc((100% - 12px) / 2);
      padding: 0 !important;
  }

  .btob_floor_content>div>a img {
    width: 100%;
    height: auto;
  }
  .btob_floor_content > .btob_floor_more a {
    width: 275px;
    color: #333;
    font-size:  17.5px;
    line-height: 52px;
  }
}




/* お取引開始までの流れ */
.btob_flow_wrap {
  margin: 0 auto;
  padding: 60px 0 110px;
}

.btob_flow {
  width: 870px;
  margin: 0 auto;
}

.btob_flow_content {
}

.btob_flow_block_step_ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.btob_flow_block_line {
  border: 1px solid #EE9255;
  padding: 13px 55px;
}

.btob_flow_content .dis_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: center;
}
.btob_flow_block_text {
  width: 50%;
}
.btob_flow_block_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.btob_flow_block_desc {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.btob_flow_block_desc a {
  color: #EF9255;
  text-decoration: underline !important;
}
.btob_flow_block_img {
  width: calc(50% - 35px);
}

.btob_flow_block_boxs {
  margin: 30px auto;
  padding: 57px 0;
  justify-content: center;
  position: relative;
}
.btob_flow_block_boxs::before {
  content:"";
  background: #EF9255;
  width: 38px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0.45;
}
.btob_flow_block_boxs::after {
  content:"";
  background: #EF9255;
  width: 38px;
  height: 27px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0.45;
}
.btob_flow_block_box {
  border: 2px solid #EE9255;
  width: 210px;
  height: 90px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #EF9255;
  box-sizing: border-box;
}

.btob_flow_block > .btob_flow_block_desc {
  padding: 20px 55px;
}

.btob_flow_block_contact {
  padding: 0 55px;
}

.btob_flow_block_links {
  width: 270px;
}
.btob_flow_block_links a {
  display: flex;
  width: 100%;
  height: 35px;
  justify-content: center;
  align-items: center;
  border: 1px solid #404040;
  font-size: 15px;
  line-height: 35px;
}
.btob_flow_block_links a + a {
  margin-top: 10px;
}
.btob_flow_block_links a.btob_flow_block_link_faq {
  color: #404040;
  position: relative;
}
.btob_flow_block_links a.btob_flow_block_link_faq:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}
.btob_flow_block_links a.btob_flow_block_link_contact {
  background: #404040;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btob_flow_wrap {
    width: auto;
    box-sizing: border-box;
    margin: 40px 15px 0;
    padding: 30px 0 60px;
  }

  .btob_flow {
    width: 100%;
    margin: 0 auto;
  }
  .btob_flow_block_step_ttl {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .btob_flow_content {
    margin-bottom: 0;
    padding: 0;
  }
  
  .btob_flow_block_line {
    padding: 25px 15px;
  }
  
  .btob_flow_content .dis_flex {
    gap: 20px;
  }
  .btob_flow_block_text {
    width: 100%;
  }
  .btob_flow_block_ttl {
    font-size: 15px;
  }
  .btob_flow_block_desc {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .btob_flow_block_desc a {
    color: #EF9255;
    text-decoration: underline !important;
  }
  .btob_flow_block_img {
    width: 60%;
    margin: 0 auto;
    min-width: 184px;
  }
  .btob_flow_block_boxs + .btob_flow_block_step_ttl + .btob_flow_block_line .btob_flow_block_img {
    width: 35%;
    min-width: 120px;
  }
  
  .btob_flow_block_boxs.dis_flex {
    margin: 25px auto;
    padding: 52px 17.5px;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .btob_flow_block_boxs::before {
    content:"";
    background: #EF9255;
    width: 38px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    opacity: 0.45;
  }
  .btob_flow_block_boxs::after {
    content:"";
    background: #EF9255;
    width: 38px;
    height: 27px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    opacity: 0.45;
  }
  .btob_flow_block_box {
    border: 2px solid #EE9255;
    width: 210px;
    height: 85px;
    font-size: 15px;
    line-height: 21px;
  }
  
  .btob_flow_block > .btob_flow_block_desc {
    padding: 20px 16.5px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  
  .btob_flow_block_contact {
    padding: 0 16.5px;
  }
  
  .btob_flow_block_links {
    width: 270px;
    margin: 0 auto;
  }
  .btob_flow_block_links a {
    display: flex;
    width: 100%;
    height: 35px;
    justify-content: center;
    align-items: center;
    border: 1px solid #404040;
    font-size: 15px;
    line-height: 35px;
  }
  .btob_flow_block_links a + a {
    margin-top: 10px;
  }
  .btob_flow_block_links a.btob_flow_block_link_faq {
    color: #404040 !important;
  }
  .btob_flow_block_links a.btob_flow_block_link_faq:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
  }
  .btob_flow_block_links a.btob_flow_block_link_contact {
    background: #404040;
    color: #fff !important;
  }
}






/* 社会課題への取り組み */
.btob_csr_wrap {
  margin: 0 auto;
  padding: 40px 0 150px;
}

.btob_csr {
  width: 870px;
  margin: 0 auto;
}

.btob_csr_content {
  background: #fffaf6;
  padding: 45px 55px;
}

.btob_csr_content .dis_flex {
  display: flex;
  justify-content: space-between;
}

.btob_csr .btob_block {
  margin-bottom: 12px;
}

.btob_csr .btob_block_text {
  font-weight: bold;
  font-size: 20px;
}
.btob_csr .btob_block_title + .btob_block_text {
  font-weight: 400;
}

.btob_csr_content+.btob_block {
  margin-top: 60px;
}

.btob_csr_content-02 .btob_csr_block {
  padding: 0;
}

.btob_csr_block {
  padding: 0 36px 36px 0;
}

.btob_csr_block_text {
  width: calc(50% + 18px);
}

.btob_csr_block>.btob_csr_block_text {
  width: 100%;
  margin-top: 55px;
}

.btob_csr_content-02 .btob_csr_block_text {
  margin-top: 0;
}

.btob_csr_content .btob_csr_block_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btob_csr_block_desc {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
}

.btob_csr_block_img {
  width: 270px;
}

.btob_product_block {
  padding: 36px 36px 36px 0;
  border-top: 1px solid #ccc;
}

.btob_product_block:last-child {
  padding-bottom: 0;
}

.btob_csr_product_text {
  width: 410px;
}

.btob_csr_product_ttl {
  font-size: 23px;
  margin-bottom: 8px;
}

.btob_csr_product_desc {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.btob_csr_product_list {
  font-size: 14px;
  line-height: 1.77;
  letter-spacing: 0.05em;
}

.btob_product_block_img {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .btob_csr_wrap {
    margin: 0 auto;
    padding: 40px 0;
  }

  .btob_csr {
    width: 100%;
    margin: 0 auto;
  }

  .btob_csr_content {
    margin: 0 15px;
    padding: 25px 0;
  }
  .btob_csr .btob_block_text {
    font-size: 16px;
  }
  .btob_csr .btob_block_title + .btob_block_text {
    font-weight: bold;
  }

  .btob_csr_block {
    margin: 0 15px;
    padding: 0 0 25px;
  }
  .btob_csr .btob_block {
    margin-bottom: 10px;
  }
  .btob_csr_content+.btob_block {
    margin-top: 15px;
  }

  .btob_csr_content .dis_flex {
    flex-wrap: wrap;
  }

  .btob_csr_block_text {
    width: 100%;
  }

  .btob_product_block {
    padding: 25px 15px 30px;
  }

  .btob_csr_product_text {
    width: 100%;
    position: relative;
  }
  .btob_csr_content .btob_csr_block_ttl {
    font-size: 15px;
  }

  .btob_csr_block_img {
    width: 215px;
    margin: 10px auto 0;
  }
  .btob_csr_block>.btob_csr_block_text {
    margin-top: 50px;
  }
  .btob_csr_content-02 .btob_csr_block>.btob_csr_block_text {
    margin-top: 0px;
  }

  .btob_csr_product_img {
    width: 240px;
    margin: 10px auto 0;
  }

  .btob_csr_product_ttl {
    padding-top: 50px;
    font-weight: 400;
    font-size: 25px;
  }

  .btob_csr_product_desc {
    position: absolute;
    top: 0;
  }
  .btob_csr_product_list {
    line-height: 1.5;
  }
  .btob_product_block:nth-of-type(4) .btob_csr_product_ttl,
  .btob_product_block:nth-of-type(5) .btob_csr_product_ttl {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .btob_qa .btob_std_title {
    font-size: 17.5px;
    line-height: 1.56;
  }
  .btob_qa_list {
    margin-left: 15px;
    margin-right: 15px;
  }
}



/* 追従メニュー */
/* 追従ボタン（開閉両対応） */
.menu-toggle {
  position: fixed;
  background-color: #fff;
  color: #EF9255;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  right: 0;
  bottom: 20px;
  width: 70px;
  height: 70px;
  border: 2px solid #EE9255;
  border-right: 0;
  box-sizing: border-box;
}
.fix_menu:has(.side-menu.open) .menu-toggle {
  right: 240px;
  background-color: #EE9255;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
.menu-label {
  font-size: 15px;
  position: relative;
}


/* メニュー本体 */
.side-menu {
  position: fixed;
  height: auto;
  background-color: #FFFCF4;
  z-index: 1000;
  bottom: 100px;
  right: 0;
  width: 290px;
  padding: 1rem 0 0 0;
  border-radius: 0px 0 0 20px;
  transition: right 0.3s ease;
  box-shadow: 0px 2px 4px #00000038;
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    bottom: 20px
  }
  .side-menu {
    width: 240px;
    transition: 0.3s;
    bottom: 20px;
    transform: translateX(100%);
    border-radius: 6px 0 0 0;
    border: 1px solid #EE9255;
    border-right: none;
    padding: 7px 0;
  }
  
  .side-menu.open {
    transform: translateY(0);
  }
  .side-menu.open .menu-register {
    opacity: 0;
    visibility: hidden;
    transform: translateX(240px);
  }
}


a.menu-item {
  border-top: 0.5px solid #EE9255;
  padding: 20px 0 20px 0.6em;
  cursor: pointer;
  color: #EE9255 !important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: block;
  margin-left: 1rem;
  z-index: 1;
}

.menu-item:first-of-type,
.menu-item:last-of-type {
  border-top: none;
}



.menu-item::after {
  content: "";
  background: url(/cms/img/usr/btob_company/icon_menu.png) no-repeat;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

a.menu-register {
  background: #EE9255;
  color: #fff !important;
  padding-left: 1rem;
  margin-left: 0;
  border-radius: 0 0 0 20px;
  padding-left: 0;
  padding-bottom: 24px;
  font-size: 21px;
  line-height: 1;
  padding-top: 25px;
  text-align: center;
}
a.menu-register::before {
  content:none;
}

@media screen and (max-width: 767px) {
  a.menu-register {
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 0;
    font-size: 0 !important;
    padding: 0 !important;
    text-align: center;
    bottom: 80px;
    left: -70px;
    transition: 0.3s;
  }
  a.menu-register::after {
    content:"新規\A法人登録";
    white-space: pre;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none;
    display: flex;
    justify-content:center;
    align-items: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}




.btob_brand {
  background: #fff;
  width: 870px;
  margin: 0 auto;
}
.btob_brand_content {
  margin-bottom: 60px;
}
.btob_brand_block {
  text-align: center;
}
.btob_brand_block + .btob_brand_block {
  margin-top: 55px;
}
.btob_brand_block_ttl {
  position: relative;
  z-index: 2
}
.btob_brand_block_ttl span {
  display: inline-block;
  font-size: 20px;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
}
.btob_brand_block_ttl::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #404040;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btob_brand_list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}
.btob_brand_item {
  width: calc((100% - 32px) / 3);
  box-sizing: border-box;
  height: 90px;
}
.btob_brand_item img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 767px) {
  
  .btob_brand {
    width: 100%;
    padding: 40px 15px 0;
  }
  .btob_brand_content {
    margin-bottom: 0;
  }
  .btob_brand_block + .btob_brand_block {
    margin-top: 25px;
  }
  .btob_brand_block_ttl span {
    font-weight: 400;
    font-size: 16px;
  }
  .btob_brand_list {
    gap: 8px 10px;
    margin-top: 15px;
  }
  .btob_brand_item {
    width: calc((100% - 10px) / 2);
    height: 60px;
  }
}
