html {
  scroll-behavior: smooth;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ------------------------------------------
color
------------------------------------------ */
:root {
  --bs-blue: #00367c;
  --bs-wt: #fff;
  --bs-bk: #000;
  --price-blue: #39b0e6;
  --price-green: #48b7ae;
  --price-yellow:#cfaa6a;
  --mitsumori-blue:#dde9f3;
  --bs-red:#e6070f;
  --QA-blue:#e1ecf5;
  --bs-blue_hover: #095e80;
  --product_hover: #ffffb4;
  --flow-blue: #81b0d6;
  --bs-gray: #666;
  --bk-gray: #ddd;
  --bk-red:#b9040a;
}
/* ▼使用例
background: var(--bs-bk_ttl); */


/* ------------------------------------------
common
------------------------------------------ */
* {
      box-sizing: border-box;
      /* ← これを追加してpadding込みで幅を計算 */
      margin: 0;
      padding: 0;
    }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

/* for PC */
.pc{
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* for sp */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}

/* ------------------------------------------
mv
------------------------------------------ */
.mv {
  position: relative;
  width: 980px;
  margin: 0 auto 40px;
}
.mv img {
  width: 100%;
}
.mv__inner {
  margin: 0 calc(50% - 50vw); 
  height: 535px; 
  position: relative;  
}
.mv__inner_bk {
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_mv.jpg?251107) no-repeat top center/contain; 
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
  }
  .mv__inner {
  height: 288px; 
  margin: 0 calc(50% - 50vw); 
  }
  .mv__inner_bk {
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_mv_sp.jpg?251107) no-repeat center center/cover; 
  width: 100%;
  }
}

.mv_btn_cont{
  position: absolute;
  top: 290px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin: 150px auto 50px;
  justify-content: center;
  display: flex;
  gap: 15px;
}

.mv_btn_cont a{
  display: block;
  height: 65px;
  width: 300px;
  text-align: center;
  color: var(--bs-wt);
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .mv_btn_cont{
  top: 60px;
  width: 90%;
  }

  .mv_btn_cont a{
  font-size: 0.9rem;
  padding: 23px 0px;
  }
}
.mv_btn_cont a.mv_btn-01{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_btn01.png) no-repeat center center/contain;
}
.mv_btn_cont a.mv_btn-02{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_btn02.png) no-repeat center center/contain;
}
.mv_btn_cont a:hover{
  opacity: 0.9;
  color:var(--product_hover);
}
.mv_btn_cont a span{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 10px;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0 0 0 7px;
  transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
 .mv_btn_cont a span,
 .product_btn_cont a{
  border-width: 5px 6px;
  }
}

/* お悩み */
.nayami_ttl{
  position: absolute;
  top: 45px;
  text-align: center;
  color: var(--bs-wt);
  font-size: 1.7rem;
  font-weight: bold;
  width: 100%;
}

.nayami_ttl span{
  display: inline-block;
  font-size: 2.2rem;
  border-bottom: 1px solid var(--bs-wt);
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .nayami_ttl{
  top: 15px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.nayami_ttl span{
  font-size: 1.5rem;
  }  
}



/* ------------------------------------------
reason  -テンポスが選ばれる理由
------------------------------------------ */
#reason{
  height: 390px;
}
.reason__wrapper{
  position: relative;
  max-width: 950px;
  margin: 20px auto 30px;
  height: 450px;
}
.reason__wrapper h2{
  position: absolute;
  color: var(--bs-blue);
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #reason{
  height: 470px;
  padding: 30px 0 0;
  }
  .reason__wrapper{
  margin: 20px auto 30px;
  }
 .reason__wrapper h2{
  font-size: 1.2rem;
  top: 5px;
  } 
}
.reason__inner{
  width: 95%;
  display: flex;
  gap: 30px;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.reason__inner dl{
  width: 25%;
  text-align: center;
  font-weight: bold;
}

.reason__inner dt{
  height: 200px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_reason-bk.png) no-repeat center top/contain;
  color: var(--bs-wt);
  padding-top: 70px;
  font-size: 1.2rem;
}

.reason__inner dd{
  color: var(--bs-blue);
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .reason__inner{
  width: 86%;
  gap: 15px 30px;
  top: 40px;
  flex-wrap: wrap;
  }
  .reason__inner dl{
  width: calc((100% - 30px)/2);
  }

  .reason__inner dt{
  height: 155px;
  padding-top: 50px;
  }

  .reason__inner dd{
  color: var(--bs-blue);
  padding: 0px 0;
  }
  
}

/* ------------------------------------------
price  -レンタル料金(目安)
------------------------------------------ */
.price__wrapper{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_price-bk.jpg) no-repeat center center/cover;
  height: 1080px;
  max-width:  950px;
  margin: 80px auto 0;
}
.price__wrapper h2{
  color: var(--bs-wt);
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  font-size: 2rem;
  padding: 35px 0 ;
}

@media screen and (max-width: 767px) {
  .price__wrapper{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_price-bk_sp.jpg) no-repeat center center/cover;
  height: 470px;
  margin: 50px auto 0;
  }
  .price__wrapper h2{
  font-size: 1rem;
  padding: 20px 0 ;
  }
}


/* 表-1 */
.price__inner_1{
  width: 90%;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  height: 200px;
}
.price__inner_1 dl{
  width: 33%;
  position: relative;
}
.price__inner_1 dl dt,
.price__inner_2 dl dt{
  border-radius: 10px 10px 0 0;
  height: 80px;
  width: 100%;
  color: var(--bs-wt);
  font-weight: bold;
  text-align: center;
  padding: 20px 0  ;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.price__inner_1 dl.price_1 dt{
  background-color:var(--price-blue);
}
.price__inner_1 dl.price_2 dt{
  background-color:var(--price-green);
}
.price__inner_1 dl.price_3 dt{
  background-color:var(--price-yellow);
}
@media screen and (max-width: 767px) {
  .price__inner_1{
  height: 65px;
  }
  .price__inner_1 dl dt,
  .price__inner_2 dl dt{
  border-radius: 10px 10px 0 0;
  height: 30px;
  padding: 8px 0 15px  ;
  font-size: 0.8rem;
  }
}


.price__inner_1 dl dd{
  background-color:var(--bs-wt);
  border-radius: 0 0 0 0;
  height: 90px;
  width: 100%;
  margin-inline-start:  0px;
  color: var(--bs-bk);
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 75px;
  padding: 17px 0 0;
}
.price__inner_1 dl dd span.price_bg{
  font-size: 2.6rem;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .price__inner_1 dl dd{
  height: 35px;
  font-size: 0.8rem;
  top: 30px;
  padding: 5px 0 0;
  }
  .price__inner_1 dl dd span.price_bg{
  font-size: 1.2rem;
  }
}


/* price__arrow */
.price__arrow{
  width: 100%;
  height: 35px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_price-arrow.png?251107) no-repeat center center/contain;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
 .price__arrow{
  height: 15px;
  margin: 13px 0 13px;
  } 
}


/* 白枠 */
.price__inner_wt-1{
  width: 94%;
  margin: 0 auto;
  height: 75px;
  background-color: var(--bs-wt);
  color:var(--bs-red);
  text-align: center;
  font-weight: 900;
  font-size: 1.4rem;
  padding: 0px 0 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
/* 赤文字部分 */
.price__inner_wt-1 p{
  transform: translateY(-10px);
}
/* logo */
.price__inner_wt-1 p span.tenpos_logo{
  display: inline-block;
  width: 80px;
  height: 55px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_price_tenpos.png) no-repeat center center/contain;
  margin: 0 25px 0 0;
  transform: translateY(20px);
}
.price__inner_wt-2{
  width: 94%;
  margin: 0 auto 80px;
  height: 300px;
  border: 3px solid var(--bs-wt);
  color:var(--bs-red);
}
.price__inner_wt-2 p{
  color: var(--bs-wt);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .price__inner_wt-1{
  height: 30px;
  font-size: 0.8rem;
  padding: 5px 0 0;
  }
  /* 赤文字部分 */
  .price__inner_wt-1 p{
  transform: translateY(-10px);
  }
  /* logo */
  .price__inner_wt-1 p span.tenpos_logo{
  display: inline-block;
  width: 40px;
  height: 25px;
  /* background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_price_tenpos.png) no-repeat center center/contain; */
  margin: 0 5px 0 0;
  transform: translateY(8px);
  }
  .price__inner_wt-2{
  /* width: 94%; */
  margin: 0 auto 30px;
  height: 150px;
  border: 1px solid var(--bs-wt);
  }
  .price__inner_wt-2 p{
  font-size: 1rem;
  margin: 10px 0;
  }
}

/* 表-2 */
.price__inner_2{
  width: 95%;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  height: 200px;
}
.price__inner_2 dl{
  width: 33%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price__inner_2{
  /* width: 95%;
  display: flex;
  gap: 10px;
  margin: 0 auto; */
  height: 100px;
  }
  /* .price__inner_2 dl{
  width: 33%;
  position: relative;
  } */
}

.price__inner_2 dl.price_1 dt{
  background-color:var(--price-blue);
}
.price__inner_2 dl.price_2 dt{
  background-color:var(--price-green);
}
.price__inner_2 dl.price_3 dt{
  background-color:var(--price-yellow);
}

.price__inner_2 dl dd{
  background-color:var(--bs-wt);
  border-radius: 0 0 0 0;
  height: 120px;
  width: 100%;
  margin-inline-start:  0px;
  color: var(--bs-bk);
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 75px;
  padding: 15px 0 0;
}
.price__inner_2 dl dd span.price_bg{
  font-size: 2.6rem;
  margin-right: 5px;
}
.price__inner_2 dl dd.price_cold{
  padding-left:50px;
}
.price__inner_2 dl dd img{
  height: 30px;
  transform: translateY(10px);
}
/* 2割引 爆弾 */
.price__inner_2 dl.price_1 .price_2wari{
  position: absolute;
  top: 90px;
  left: -20px;
  z-index: 10;
}
.price__inner_2 dl.price_1 .price_2wari img{
  width: 95px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .price__inner_2 dl dd{
  height: 60px;
  font-size: 0.8rem;
  top: 30px;
  padding: 5px 0 0;
  }
  .price__inner_2 dl dd span.price_bg{
  font-size: 1.2rem;
  }
  .price__inner_2 dl dd.price_cold{
  padding-left:0px;
  }
  .price__inner_2 dl dd img{
  height: 10px;
  margin: 0 0 3px;
  }
  .price__inner_2 dl.price_1 dd img{
  height: 10px;
  margin-top: 0px;
  }
  .price__inner_2 dl.price_1 dd span.price_move-y01{
  display: inline-block;
  transform: translateY(-10px);
  }
  .price__inner_2 dl.price_1 dd span.price_move-y02{
  display: inline-block;
  transform: translateY(-10px);
  }
  /* 2割引 爆弾 */
  .price__inner_2 dl.price_1 .price_2wari{
  display: none;
  }
  /* .price__inner_2 dl.price_1 .price_2wari img{
  width: 95px;
  height: auto;
  } */

  p.sp-2wari{
    background-color: var(--bs-red);
    color: var(--bs-wt);
    font-size: 0.8rem;
    position: absolute;
    bottom: -10px;
    width: 100%;
  }
  span.num-2{
    font-size: 1.2rem;
  }
}

/* price_Btn */
.price_btn{
  display: flex;
  width: 78%;
  height: 140px;
  gap: 10px;
  margin: 0px auto 20px;
}
.price_btn a{
  text-decoration: none;
  width: 50%;
  height: 100%;
  color: var(--bs-blue);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_btn03.png) no-repeat center center/contain;
}
.price_btn a:hover{
  color: var(--price-green);
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_btn03_hover.png) no-repeat center center/contain;
}
.price_btn a img{
  margin: 25px 0 5px;
  height: 40px;
}
.price_btn a span.tel_no{
  font-size: 2rem;
  display: inline-block;
  transform: translateY(-15px);
}
.price_btn a span.txt_s{
  font-size: 1rem;
  display: inline-block;
  transform: translateY(-30px);
}
/* contact__wrapper内btn 微調整 */
.contact__wrapper .price_btn a span.tel_no{
  transform: translateY(-18px);
}
.contact__wrapper .price_btn a span.txt_s{
  transform: translateY(-38px);
}
/* --- スマホでタップした時だけ電話発信を有効にする --- */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* --- スマホでタップした時だけ電話発信を有効にする end --- */

@media screen and (max-width: 767px) {
  .price_btn{
  width: 90%;
  height: 65px;
  }
  .price_btn a{
  font-size: 1rem;
  }
  .price_btn a img{
  margin: 10px 0 0px;
  height: 18px;
  }

  .price_btn a span.tel_no{
  font-size: 1.1rem;
  transform: translateY(-5px);
  }
  .price_btn a span.txt_s{
  font-size: 0.75rem;
  display: inline-block;
  transform: translateY(-12px);
  }
  /* contact__wrapper内btn 微調整 */
  .contact__wrapper .price_btn a span.tel_no{
  transform: translateY(-5px);
  }
  .contact__wrapper .price_btn a span.txt_s{
  transform: translateY(-15px);
  }
}



/* ------------------------------------------
product  -取扱い製品
------------------------------------------ */
.product__wrapper{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_product-bk.jpg) no-repeat center center/cover;
  /* height: 950px; */
  max-width:  950px;
  margin: 0px auto;
}
.product__wrapper h2{
  color: var(--bs-blue);
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  font-size: 2.3rem;
  padding: 40px 0 35px ;
}
.product__wrapper h3{
  color: var(--bs-blue);
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  font-size: 2rem;
  padding: 0px 0 ;
  margin: 0 0 10px;
}
.product__wrapper h3 span.txt_s{
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  /* .product__wrapper{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_product-bk.jpg) no-repeat center center/cover;
  max-width:  950px;
  margin: 0px auto;
  } */
  .product__wrapper h2{
  font-size: 1.2rem;
  padding: 10px 0 10px ;
  }
  .product__wrapper h3{
  font-size: 1.2rem;
  margin: 0 0 0px;
  }
  .product__wrapper h3 span.txt_s{
  font-size: 0.9rem;
  }
}

/* 製品写真部分 */
.product__inner{
  width: 95%;
  display: flex;
  gap: 15px;
  margin: 15px auto;
  height: 280px;
  flex-wrap: nowrap;
}
.product__inner dl{
  background-color: var(--bs-wt);
  border-radius: 15px;
  width: 25%;
  height: 280px;
  padding: 20px 10px 10px;
  text-align: center;
}
.product__inner dl dt{
  height: 180px;
  width: 100%;
  text-align: center;
}
.product__inner dl dt img{
  max-height: 170px;
  max-width: 90%;
  object-fit:contain;
}
.product__inner dl dd{
  width: 100%;
  margin: 5px 0;
  color: var(--bs-blue);
  font-weight: bold;
  font-size: 1rem;
}
.product__inner dl dd p.product_price{
  width: 100%;
  margin: 0;
  color: var(--bs-bk);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.product__inner dl dd p.product_price span{
  font-size: 1.2rem;
}
.product__inner dl dd p.product_price span.price-txt_s{
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product__inner{
  width: 95%;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  margin: 5px auto;
  height: 135px;
  flex-wrap: nowrap;
  }
  .product__inner dl{
  border-radius: 10px;
  width: calc(100% - 30px)/4;
  height: 130px;
  padding: 0 1px 10px;
  }
  .product__inner dl dt{
  height: 67px;
  }
  .product__inner dl dt img{
  width: 100%;
  object-fit:contain;
  margin: 2px 0 0;
  }
  .product__inner dl dd{
  width: 100%;
  margin: 10px 0;
  color: var(--bs-blue);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.2;
  }
  .product__inner dl dd p.product{
  height: 26px;
  width: 100%;
  position: relative;
  }
  .product__inner dl dd p.product span.product_name{
  position: absolute;
  display: inline-block;
  line-height: 1.1;
  width: 100%;
  bottom: 0;
  left: 0;
  }
  .product__inner dl dd p.product_price{
  margin: 3px 0 0;
  font-size: 1rem;
  line-height: 1;
  }
  .product__inner dl dd p.product_price span{
  font-size: 0.7rem;
  letter-spacing: -1px;
  }

  .product__inner dl dd p.product_price span.price-txt_s{
  font-size: 0.65rem;
  letter-spacing: -1px;
  text-align: justify;
  }
}

/* 取扱い製品 ボタン */
.product_btn_cont a{
  margin: 60px auto;
  display: block;
  height: 65px;
  width: 300px;
  text-align: center;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_btn02.png) no-repeat center center/contain;
  color: var(--bs-wt);
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 20px;
  letter-spacing: 1px;
}
.product_btn_cont a:hover{
  opacity: 0.9;
  color:var(--product_hover);
}
.product_btn_cont a span{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 10px;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0 0 0 7px;
  transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .product_btn_cont a{
  margin: 7px auto;
  width: 180px;
  font-size: 0.9rem;
  padding: 23px;
  }
  .product_btn_cont a:hover{
  opacity: 0.9;
  color:var(--product_hover);
  }
  .product_btn_cont a span{
  border-width: 5px 6px;
  }
}

/* お見積りいたします */
.omitsumori__inner{
  margin: 60px 0 0;
  width: 100%;
  height: 1045px;
  background-color: var(--mitsumori-blue);
}
.omitsumori__inner h3{
  width: 100%;
  height: 200px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_ttl-bk_blue.png) no-repeat center center/contain;
  color: var(--bs-wt);
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 30px;
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .omitsumori__inner{
  margin: 20px 0 0;
  height: 420px;
  }
  .omitsumori__inner h3{
  height: 80px;
  font-size: 0.9rem;
  padding: 10px;
  }
}

.omitsumori__cont{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  gap: 30px;
}

.omitsumori__item{
  width: calc((100% - 30px)/2);
  /* background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_omitsumori-bk.png) no-repeat bottom center/cover; */
  background-color: var(--bs-wt);
  border: 1px solid var(--bs-bk);
  text-align: center;
  margin-top: 40px;
}

/* .omitsumori__cont .omitsumori__item dl {} */

.omitsumori__cont .omitsumori__item dt {
  /* width: 100%; */
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_ttl-bk_black.png) no-repeat center center/contain;
  color: var(--bs-wt);
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  height: 80px;
  padding: 10px 0 0;
  line-height: 1.3;
  transform: translateY(-40px);
}
/* タイトルが1行の時 */
.omitsumori__cont .omitsumori__item dt.ttl-1l {
  padding: 25px 0 0;
}

.omitsumori__cont .omitsumori__item dd {
  padding: 0px 20px 0px 50px;
  text-align: left;
  transform: translateY(-20px);
}

.omitsumori__cont .omitsumori__item dd ul {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.6;
}

.omitsumori__cont .omitsumori__item dd ul li {
  position: relative;
}
.omitsumori__cont .omitsumori__item dd ul li::before {
  content: '･';
  position: absolute;
  left: -15px;
}

p.omitsumori_price{
  text-align: right;
  color: var(--bs-blue);
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 10px;
}
p.omitsumori_price span{
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .omitsumori__cont{
  gap: 20px;
}

.omitsumori__item{
  width: calc((100% - 20px)/2);
  margin-top: 10px;
}

/* .omitsumori__cont .omitsumori__item dl {} */

.omitsumori__cont .omitsumori__item dt {
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_ttl-bk_black.png) no-repeat center center/contain;
  font-size: 0.8rem;
  height: 33px;
  padding: 5px 0 0;
  line-height: 1.3;
  transform: translateY(-16px);
  }
  /* タイトルが1行の時 */
  .omitsumori__cont .omitsumori__item dt.ttl-1l {
  padding: 10px 0 0;
}

  .omitsumori__cont .omitsumori__item dd {
  padding: 0px 5px 0px 12px;
  text-align: left;
  transform: translateY(-10px);
  }

  .omitsumori__cont .omitsumori__item dd ul {
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  }

  .omitsumori__cont .omitsumori__item dd ul li::before {
  left: -6px;
  }
  p.omitsumori_price{
  font-size: 1rem;
  margin-top: 5px;
  }
  p.omitsumori_price span{
  font-size: 0.7rem;
  }
}

/* ------------------------------------------
flow  -ご利用の流れ
------------------------------------------ */
#flow{
  margin: 0 0 50px;
}
.flow__wrapper{
  max-width:  950px;
  margin: 20px auto;
  font-weight: bold;
  color: var(--bs-blue);
}
.flow__wrapper h2{
  color: var(--bs-wt);
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  font-size: 2rem;
  padding: 15px 0 ;
  background-color: var(--bs-blue);
  border-radius: 40px;
  margin: 40px 50px 30px;
}
@media screen and (max-width: 767px) {
  #flow{
  margin: 0 0 20px;
  }
  .flow__wrapper h2{
  color: var(--bs-wt);
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  font-size: 1rem;
  padding: 7px 0 ;
  background-color: var(--bs-blue);
  border-radius: 40px;
  margin: 20px 15px 20px;
  }
}
.flow__inner{
  display: flex;
  width: 90%;
  margin: 50px auto 55px;
  gap: 15px
}

.flow__inner div.flow__item{
  width: 16%;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .flow__inner{
  width: 93%;
  margin: 0px auto 20px;
  gap: 5px
  }

  .flow__inner div.flow__item{
  font-size: 0.9rem;
  }
}



 /* flow arrow ここから */
 .flow__arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2em;
  transform: translateX(-25%) translateY(60px) rotate(45deg);
}

.flow__arrow::before, .flow__arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  /* ↓ 数値は線の太さに合わせる */
  border-radius: 0.3em;
}

.flow__arrow::before {
  top: 0;
  left: 0;
  right: 0;
  /* 上の線の太さ */
  height: 0.3em;
}

.flow__arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  /* 下の線の太さ */
  width: 0.3em;
}
/* flow arrow ここまで */
@media screen and (max-width: 767px) {
  .flow__arrow {
  width: 0.8em;
  height: 0.8em;
  transform: translateX(-25%) translateY(20px) rotate(45deg);
  }

  .flow__arrow::before, .flow__arrow::after {
  /* ↓ 数値は線の太さに合わせる */
  border-radius: 0.1em;
  }

  .flow__arrow::before {
  /* 上の線の太さ */
  height: 0.1em;
  }

  .flow__arrow::after {
  /* 下の線の太さ */
  width: 0.1em;
  }
}


/* iconの設定 */
.flow__inner div dl dt.flow__icon01{
  height: 150px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow01.png) no-repeat center center/contain;
}
.flow__inner div dl dt.flow__icon02{
  height: 150px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow02.png) no-repeat center center/contain;
}
.flow__inner div dl dt.flow__icon03{
  height: 150px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow03.png) no-repeat center center/contain;
}
.flow__inner div dl dt.flow__icon04{
  height: 150px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow04.png) no-repeat center center/contain;
}
.flow__inner div dl dt.flow__icon05{
  height: 150px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow05.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .flow__inner div dl dt.flow__icon01{
  height: 50px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow01.png) no-repeat center center/contain;
  }
  .flow__inner div dl dt.flow__icon02{
  height: 50px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow02.png) no-repeat center center/contain;
  }
  .flow__inner div dl dt.flow__icon03{
  height: 50px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow03.png) no-repeat center center/contain;
  }
  .flow__inner div dl dt.flow__icon04{
  height: 50px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow04.png) no-repeat center center/contain;
  }
  .flow__inner div dl dt.flow__icon05{
  height: 50px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_flow05.png) no-repeat center center/contain;
  }
}


p.flow__text{
  width: 65%;
  margin: 30px auto 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  p.flow__text{
  width: 93%;
  margin: 20px auto 20px;
  font-size: 0.78rem;
  padding-left: 10px;
  }
}


/* ------------------------------------------
contact  -問合せボタン
------------------------------------------ */
.contact__wrapper{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_btn-bk.jpg) no-repeat center center/cover;
  height: 420px;
  max-width:  950px;
  margin: 20px auto 0;
  color: var(--bs-wt);
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  padding: 35px 0 0;
}
.contact__wrapper p{
  width: 85%;
  margin: 0 auto 65px;
}
.contact__wrapper p span.contact__txt{
  display: inline-block;
  font-size: 2.3rem;
  border-bottom: 1px solid var(--bs-wt); 
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
 .contact__wrapper{
  width: 100%;
  height: 175px;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 15px 0 0;
  }
  .contact__wrapper p{
  width: 95%;
  margin: 0 auto 25px;
  }
  .contact__wrapper p span.contact__txt{
  font-size: 1.1rem;
  height: 1.8rem;
  } 
}


/* ------------------------------------------
mail -お問合せ
------------------------------------------ */
.mail__wrapper{
  max-width:  950px;
  margin: 0 auto 20px;
  padding: 20px 20px 50px;
  
  font-size: 1.2rem;
  color: var(--bs-blue);
  background-color: var(--mitsumori-blue);
}

.mail__wrapper h2{
  max-width: 100%;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 10px 0 15px ;
  text-align: center;
}
.mail__wrapper p.mail_txt{
  max-width: 100%;
  padding: 10px 0 35px ;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mail__wrapper{
  max-width:  100%;
  font-size: 0.85rem;
  }
  .mail__wrapper h2{
  font-size: 1.2rem;
  }
  .mail__wrapper p.mail_txt{
  max-width: 100%;
  padding: 0px 0 30px ;
  text-align: center;
  }
}

/* メールフォーム表示設定 */
span.mail_required{
  display: inline-block;
  text-align: center;
  color: var(--bs-wt);
  background-color: var(--bs-blue_hover);
  width: 50px;
  font-size: 1rem;
  padding: 3px 8px 5px;
  margin: 0 5px;
  letter-spacing: 2px;
  border-radius: 5px;
  transform: translateY(-2px);
}

div.mail-form_cont{
  border: 1px solid var(--bs-gray);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  span.mail_required{
  width: 38px;
  font-size: 0.8rem;
  padding: 2px 5px 3px;
  margin: 2px 0px;
  letter-spacing: 1px;
  border-radius: 3px;
  transform: translateY(0px);
  }
}


.mail__wrapper dl{
  padding: 0px 0px;
  display: flex;
  border-bottom: 1px solid var(--bs-gray);
}

.mail__wrapper dl.border_none{
  border-bottom: none;
}

.mail__wrapper dl dt{
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  width: 30%;
  padding: 15px;
  background-color: var(--bk-gray);
}

.mail__wrapper dl dd{
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  width: 70%;
  padding: 10px 20px 15px;
  background-color: var(--bs-wt);
}

.mail__wrapper dl dt.mail-radio{
  display: flex;
}

.mail__wrapper dl dd input{
  width: 100%;
  height: 45px;
  padding: 8px 10px;
  margin: 0 0 10px;
  border-color: var(--flow-blue);
  transform: translateY(5px);
  border: 1px solid var(--bs-gray);
}
.mail__wrapper dl dd input.mail_zip{
  width: 280px;
}

.mail__wrapper dl dd.mail_name{
  display: flex;
  gap: 10px;
  align-items: center;
}
.mail__wrapper dl dd.mail_name input{
  width: calc((100% - 20px) / 2);
}

.mail__wrapper dl dd select{
  height: 45px;
  padding: 8px 10px;
  margin: 0 0 10px;
}

.mail__wrapper dl dd textarea{
  width: 100%;
  padding: 5px 10px;
  transform: translateY(5px);
}

.mail__wrapper dl dd.mail-radio{
  display: flex;
  align-items: center;
}

span.mail_line-break{
    display: inline-block;
}

.mail__wrapper dl dd.mail-radio input{
  width: 30px;
  height: 20px;
  margin-left: 15px;
}

input.mail_btn{
  width: 300px;
  height: 70px;
  background-color: var(--bs-blue);
  border-radius: 10px;
  color: var(--bs-wt);
  display: block;
  margin: 50px auto 20px;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
input.mail_btn:hover{
  opacity: 0.8;
  color:var(--product_hover);
}

dl.add-hidden{
  display: none;
}
@media screen and (max-width: 767px) {
  .mail__wrapper dl dt{
  font-size: 0.9rem;
  width: 30%;
  padding: 10px 5px;
  background-color: var(--bk-gray);
  }

  .mail__wrapper dl dd{
  font-size: 0.9rem;
  padding: 5px 10px 10px;
  }

  .mail__wrapper dl dd input{
  height: 25px;
  padding: 3px 5px;
  border: 1px solid var(--bs-gray);
  }
  .mail__wrapper dl dd input.mail_zip{
  width: 70%;
  max-width: 280px;
  }

  .mail__wrapper dl dd.mail_name{
  display: flex;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
  }
  .mail__wrapper dl dd.mail_name input{
  width: 100%;
  }

  .mail__wrapper dl dd select{
  height: 25px;
  padding: 3px 5px;
  }

  .mail__wrapper dl dd textarea{
  width: 100%;
  padding: 3px 5px;
  }

  .mail__wrapper dl dd.mail-radio{
  flex-wrap: wrap;
  }
  span.mail_line-break{
    display: block;
  }

  .mail__wrapper dl dd.mail-radio input{
  width: 20px;
  height: 15px;
  margin-left: 5px;
  }

  input.mail_btn{
  width: 180px;
  height: 45px;
  border-radius: 5px;
  margin: 35px auto 0px;
  font-size: 1rem;
  letter-spacing: 2px;
  }
  input.mail_btn:hover{
  opacity: 0.8;
  color:var(--product_hover);
  }
}
/* ------------------------------------------
qa  -よくある質問
------------------------------------------ */
.qa__wrapper{
  max-width:  950px;
  margin: 0px auto;
  color: var(--bs-blue);
}
.qa__wrapper h2{
  color: var(--bs-blue);
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  font-size: 2.3rem;
  padding: 40px 0 35px ;
}

@media screen and (max-width: 767px) {
  .qa__wrapper h2{
  font-size: 1.2rem;
  padding: 10px 0 15px ;
  }
}

.qa__inner{
  width: 92%;
  margin: 0 auto;
}

.qa__inner dt{
  background-color: var(--QA-blue);
  height: 60px;
  border-radius: 30px;
  padding: 7px 10px 10px 10px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

.qa__inner dd{
 font-size: 1.18rem;
 color: var(--bs-bk);
 width: 100%;
 padding: 5px 0 20px 55px;
 letter-spacing: -1px;
}

span.q-icon{
  display: inline-block;
  height: 40px;
  position: relative;
  padding: 5px 0 0 50px;
}

span.q-icon::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_Q.png) no-repeat center left/contain;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .qa__inner{
  width: 97%;
  }

  .qa__inner dt{
  height: 30px;
  padding: 7px 0px 10px 10px;
  font-size: 0.9rem;
  letter-spacing: -0.9px;
  }

  .qa__inner dd{
  font-size: 0.8rem;
  padding: 3px 5px 10px 20px;
  line-height: 1.3;
  }

  span.q-icon{
  padding: 0px 0 0 20px;
  letter-spacing: -1;
  }

  span.q-icon::before{
  width: 20px;
  height: 20px;
  left: -3px;
  top: -3px;
  }
}

/* ------------------------------------------
banner  -バナーエリア
------------------------------------------ */
.banner__wrapper{
  background: url(https://tools.itembox.design/item/category/rental-service/img/img_rental_banner-bk.jpg) no-repeat center center/cover;
  height: 300px;
  max-width:  950px;
  margin: 40px auto 0;
}
.banner__wrapper h2{
  color: var(--bs-blue);
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  font-size: 1.8rem;
  padding: 30px 0 ;
}

.banner__inner{
  display: flex;
  justify-content: center;
  gap: 35px;
  text-align: center;
}

.banner__inner a:hover{
  filter: drop-shadow(0px 3px 5px rgba(60,80,100,0.7));
}

  .banner__inner a img{
    height: 150px;
  }
@media screen and (max-width: 767px) {
  .banner__wrapper{
  height: 130px;
  margin: 20px auto 0;
  }
  .banner__wrapper h2{
  font-size: 1rem;
  padding: 5px 0 ;
  margin: 0 0 10px;
  }

  .banner__inner{
  gap: 20px;
  }

  /* .banner__inner a:hover{
  filter: drop-shadow(0px 3px 5px rgba(60,80,100,0.7));
  } */
  .banner__inner a img{
    height: 70px;
  }
}


.main.main--page-detail-1column section:not(:first-child),
.main.main--page-detail-2column section:not(:first-child) {
  margin-top: 0em; 
}

/* section#product{
  margin-top: 0;
} */