@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

dl,
dd,
dt {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------
general Settings
------------------------------------------ */
.pc {
  display: block;
}

.sp {
  display: none;
}

.center {
  text-align: center !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------
container
------------------------------------------ */
#container {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.inner {
  margin: 0 auto;
}

.inner_mb32 {
  margin: 0 auto 32px;
}

/* ------------------------------------------
title
------------------------------------------ */
.ttl_01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #208C00;
  text-align: center;
  margin: 0 auto 20px;
  padding: 12px 0 10px 0;
  border-top: 2px solid #208C00;
  border-bottom: 2px solid #208C00;
}

.ttl_02 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0 0 0 18px;
  position: relative;
}

.ttl_02:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background: #208C00;
  height: 98%;
  width: 8px;
}

.ttl_02:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  display: block;
  background: #333;
  height: 1px;
  width: 100%;
  margin-top: 7px;
}

.ttl_03 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #208C00;
  text-align: left;
  margin: 0 auto 7px;
}

.ttl_03 span {
  font-size: 12px;
}

.ttl_03.bg {
  background-color: #e5f4e1;
  padding: 6px 15px 5px;
  margin: 0 auto 15px;
}

.ttl_04 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto 5px;
}

/* ------------------------------------------
table
------------------------------------------ */
table.table_01 {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed
}

table.table_01 th {
  width: 20%;
  text-align: center;
  font-weight: bold;
  background: #666;
  color: #fff;
  padding: 10px;
  white-space: nowrap;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}

table.table_01 td {
  background: #fff;
  padding: 10px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle !important;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}

table.table_01 td.th_01 {
  font-weight: bold;
}

table.table_01 td.font-lg {
  font-size: 18px;
}

table.table_01 td.font-lg_02 {
  font-size: 22px;
}

table.table_01 tr:nth-child(even) td {
  background: #f5f5f5;
}

/* ------------------------------------------
title used
------------------------------------------ */
.wrap-used .ttl_01 {
  color: #E92E03;
  border-top: 2px solid #E92E03;
  border-bottom: 2px solid #E92E03;
}

.wrap-used .ttl_02:before {
  background: #E92E03;
}

.wrap-used .ttl_03 {
  color: #E92E03;
}

/* ------------------------------------------
common
------------------------------------------ */
.cnt_01 {
  margin-bottom: 40px !important;
}

.blk_01 {
  margin-bottom: 30px !important;
}

.blk_02 {
  margin-bottom: 20px !important;
}

.blk_03 {
  margin-bottom: 10px !important;
}

.mv {
  margin-bottom: 10px;
}

.txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.txt_01 {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.txt_02 {
  font-size: 13px;
  line-height: 1.6;
  padding-bottom: 15px;
}

.txt_notice {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.txt_lead_01 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
  line-height: 1.4;
}

.txt_lead_01.cl {
  color: #208C00;
}


span.marker_01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffff7f 75%);
  font-weight: bold;
}

.ib {
  font-size: 10px;
  display: inline-block;
  border: solid 1px #454545;
}

.bnr_box img {
  border-style: none;
  width: 100%;
  height: auto;
}

/* ------------------------------------------
 Detail
------------------------------------------ */
.item_box_01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.item_box_02 {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.wrap-item_box {
  margin-bottom: 20px;
}

.wrap-item_box .item_box_01 {
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
}

.item_box_01 .img_box {
  width: 22%;
}

.item_box_01 .detail_box {
  width: 75%;
}

.item_box_01 .img_box img {
  width: 100%;
}

.item_box_01 .img_box img {
  width: 100%;
}

ul.item,
ul.item_3clm ul.item_4clm {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ul.item li {
  width: 30%;
  margin: 0 5% 2% 0;
  font-size: 14px;
  font-weight: normal;
}

ul.item li:nth-child(3n) {
  margin: 0 0 2% 0;
}

ul.item_4clm li {
  width: 22%;
  margin: 0 4% 2% 0;
  font-size: 14px;
  font-weight: normal;
}

ul.item_4clm li:nth-child(4n) {
  margin: 0 0 2% 0;
}

.inner-item .inner-box {
  width: 100%;
}

.inner-item .inner-box .ttl {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
}

.item li .price,
.item_4clm li .price {
  margin-top: 5px 0 0;
  text-align: right;
  color: #cc0000;
  font-size: 18px;
  font-weight: bold;
}

.item li .price .yen,
.item_4clm li .price .yen {
  font-size: 14px;
}

.item li .price .txt,
.item li .price .tax,
.item_4clm li .price .txt,
.item_4clm li .price .tax {
  color: #333;
  font-size: 10px;
  font-weight: normal;
}

.item li .price .txt,
.item_4clm li .price .txt {
  margin-right: 5px;
}

.inner-item .inner-img {
  margin-bottom: 10px;
  text-align: center;
  /*height: 180px;*/
}

.inner-item .inner-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.list_01 {
  width: 100%;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.list_02 {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_01 li,
.list_02 li {
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.6;
}

.list_01 li:last-child,
.list_02 li:last-child {
  margin-bottom: 0;
}

.list_01 li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #208C00;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.wrap-used .list_01 li:before {
  background-color: #e92e03;
}

.list_02 li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.btn_box_01 {
  width: 100%;
  text-align: right;
}

.btn_box_01 a,
.btn_box_used a {
  text-decoration: none;
}

.btn_box_01 a {
  margin-top: 0;
}

.btn_box_01 a:nth-child(n+2) {
  margin-top: 10px;
}

.btn_cmn_01 {
  display: inline-block;
  padding: 7px 30px 6px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  background-color: #666;
  border-radius: 2px;
  position: relative;
  line-height: 1;
}

.btn_cmn_01:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff5803;
  margin-top: -6.5px;
  top: 50%;
  right: 10px;
}

.btn_cmn_01:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}

.btn_box_02 {
  width: 100%;
  text-align: center;
}

.btn_cmn_used {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #E92E03 !important;
  border: 2px solid #E92E03;
  /* background-color: #E92E03; */
  border-radius: 2px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  width: 60%;
}

.btn_cmn_new {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #208C00 !important;
  border: 2px solid #208C00;
  /* background-color: #E92E03; */
  border-radius: 2px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  width: 60%;
}

.btn_cmn_new:before,
.btn_cmn_used:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff5803;
  margin-top: -6.5px;
  top: 50%;
  right: 10px;
}

.btn_cmn_new:after,
.btn_cmn_used:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}

.btn_cmn_01:hover,
.btn_cmn_new:hover,
.btn_cmn_used:hover {
  opacity: 0.8;
}

.notice_box {
  background-color: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.notice_box .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #444;
  text-align: left;
  margin: 0 auto 7px;
}

.notice_box .txt {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.notice_box .txt span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/*box_btn_01*/
.box_btn_01 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  gap: 10px 10px;
}

.box_btn_01 li {
  width: calc((100% - 10px) / 2);
  position: relative;
}

.box_btn_01 li a img {
  width: auto;
  height: 60px;
  margin: 7px 25px 7px 0;
}

.box_btn_01 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border: 1px solid #ccc;
  font-size: 16px;
}

.box_btn_01 li a:hover {
  text-decoration: underline;
}

.box_btn_01 li a span {
  width: calc(100% - 60px);
  padding: 0 10px;
}

.box_btn_01 li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff5803;
  top: 50%;
  right: 10px;
  margin-top: -6.5px;
}

.box_btn_01 li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}

/*box_btn_02*/
.box_btn_02 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  gap: 10px 10px;
}

.box_btn_02 li {
  width: calc((100% - 20px) / 3);
  position: relative;
}

.box_btn_02 li a img {
  width: auto;
  height: 60px;
  margin: 7px 25px 7px 0;
}

.box_btn_02 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.4;
}

.box_btn_02 li a span {
  width: calc(100% - 60px);
  padding: 0 10px;
}

.box_btn_02 li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff5803;
  top: 50%;
  right: 10px;
  margin-top: -6.5px;
}

.box_btn_02 li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}

.box_btn_02.f-start {
  align-items: flex-start !important;
}

/*page-link*/
.box_plink {
  list-style-type: none;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}

.box_plink li {
  float: left;
  margin: 0 20px 10px 0;
  line-height: 1;
  position: relative;
}

.box_plink .arrow_01 {
  font-size: 14px;
  margin: 0 2% 2% 0;
  padding-left: 18px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.box_plink li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #208C00;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.box_plink li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 5px solid #fff;
}

/*contact*/
.wrap-box_contact {
  width: 100%;
  padding: 25px 40px 40px;
  background-color: #f5f5f5;
}

/* 20251110 add */
@media only screen and (max-width:768px) {
  .wrap-box_contact {
    padding: 8px 20px 20px;
  }

  .wrap-lead_01 {
    position: relative;
    text-align: center;
  }

  .wrap-lead_01:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 0.6em;
    left: -1.5rem;
    width: 2px;
    height: 50px;
    background-color: #dd2c00;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  .wrap-lead_01:after {
    display: inline-block;
    content: "";
    position: relative;
    top: 0.6em;
    right: -1.5rem;
    width: 2px;
    height: 50px;
    background-color: #dd2c00;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

/* 20251110 add end */

.wrap-box_contact a {
  text-decoration: none;
}

.box_contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 2px solid #dd2c00;
  border-radius: 4px;
  background-color: #fff;
  padding: 0;
}

.box_contact div {
  width: 50%;
  text-align: center;
  padding: 13px 15px 10px;
}

.box_contact .box_tel {
  border-right: 2px dotted #dd2c00;
}

.box_contact .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #333 !important;
  margin: 0 0 7px;
}

.box_contact .box_mail .ttl {
  margin: 0 0 10px;
}

.box_contact .box_tel {
  color: #333 !important;
}

.box_contact .box_tel a:hover {
  color: #333 !important;
  text-decoration: none !important;
}

.box_contact .tel {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #dd2c00;
  position: relative;
  padding-left: 20px;
  margin: 0;
}

.box_contact .tel:before {
  content: '';
  width: 18px;
  height: 26px;
  display: inline-block;
  background-image: url(https://tools.itembox.design/item/common/img01/ico_tel_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.box_contact .txt {
  margin: 0;
  font-size: 12px;
  color: #333 !important;
}

.box_contact .txt_notice {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #dd2c00;
}

a.btn_cmn_02 {
  display: inline-block;
  width: 90%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #dd2c00;
  border-radius: 2px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}

a.btn_cmn_02:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #c52700;
}

a.btn_cmn_02:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: -3px 8px 0 0;
  background: url(https://tools.itembox.design/item/common/img01/ico_mail_white.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* 20251110 add */
@media only screen and (max-width:768px) {
  .box_contact {
    flex-direction: column;
    padding: 10px 20px;
  }

  .box_contact div {
    width: 100%;
    padding: 10px 0;
  }

  .box_contact .box_tel {
    border-right: none;
  }

  .box_contact .box_tel {
    border-bottom: 2px dotted #dd2c00;
  }

  a.btn_cmn_02 {
    width: 100%;
  }
}

/* 20251110 add end */

.lead_01 {
  font-size: 18px;
  font-weight: bold;
  color: #dd2c00;
  text-align: center;
  margin: 0 0 8px;
}

.lead_01:before {
  display: inline-block;
  content: "";
  position: relative;
  top: .5rem;
  left: -1.5rem;
  width: 2px;
  height: 25px;
  background-color: #dd2c00;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.lead_01:after {
  display: inline-block;
  content: "";
  position: relative;
  top: .5rem;
  left: 1.5rem;
  width: 2px;
  height: 25px;
  background-color: #dd2c00;
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
}

/* 20251110 add */
@media only screen and (max-width:768px) {
  .wrap-box_contact .wrap-lead_01 .lead_01 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 auto 10px;
  }

  .wrap-box_contact .wrap-lead_01 .lead_01:before,
  .wrap-box_contact .wrap-lead_01 .lead_01:after {
    content: none;
  }
}

/* 20251110 add end */

.wrap_youtube {
  width: 780px;
  margin: 0 auto 40px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/*アコーディオン式開閉ボタン*/
.ac {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ac-parent {
  position: relative;
  cursor: pointer;
}

.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

.ac-parent.open:after {
  transform: rotate(225deg);
}

.ac-parent .ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  text-align: left;
  margin: 0 auto 15px;
  padding: 12px 35px 12px 25px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.ac-parent .ttl:before {
  content: '';
  display: inline-block;
  background: #208C00;
  border-radius: 2px;
  height: calc(100% - 20px);
  width: 4px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
}

.ac-child {
  display: none;
}



@media only screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}

/* 202509 add */
.mv-space {
  height: 55px;
}

/* 202509 add end */