@charset "UTF-8";

/* --------------------------------- 
------------------------------------
car
------------------------------------
------------------------------------*/
#use-categ .content-block {
  margin-bottom: 30px;
}

#use-categ .content-block:first-of-type,
#use-categ .content-block:last-of-type {
  margin-bottom: 0;
}

#use-categ .btn-wrap {
  margin-bottom: 30px;
}

#use-categ .Alpha p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  font-feature-settings: "palt";
}

#use-categ .Alpha h2 {
  border-bottom: none;
  height: unset;
  padding: unset;
  line-height: unset;
  font-size: 16px;
  padding: 7px;
  line-height: 20px;
}

#use-categ .use-categ-fv .page-title {
  padding: 8px 0 4px 2px;
  border-bottom: 2px solid #009900;
}

#use-categ .content-title {
  border-left: 2px solid #009900;
  margin: 0px 0px 5px 0px;
  border-bottom: none;
  font-size: 16px;
  padding: 7px;
  line-height: 20px;
}

#use-categ .Alpha h3 {
  border-left: none;
  height: unset;
  line-height: unset;
  background: unset;
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
}

#use-categ .text-wrap .title,
#use-categ .use-categ-data .tab-body h3,
#use-categ .recommend .title {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
#use-categ .recommend .title {
      display: block;
    font-weight: bold;
    padding: 0 0 0 15px;
}

#use-categ .text-wrap .title::after,
#use-categ .use-categ-data .tab-body h3::after,
#use-categ .recommend .title::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #009900;
}

#use-categ .under-line {
  background: linear-gradient(transparent 50%, #fdedaf 60%);
  padding-bottom: 0.1em;
  font-weight: bold;
}

#use-categ li+li {
  margin-top: 0;
}

#use-categ .HTMLeditor ul,
.HTMLeditor ol {
  margin: 0;
}

/*
---------------------------------------------------------
fv
--------------------------------------------------------- */
#use-categ .use-categ-fv img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

#use-categ .use-categ-fv p+p {
  margin-top: 10px;
}

#use-categ .use-categ-fv .fv-text-last {
  margin-bottom: 30px;
}

/*
---------------------------------------------------------
reason
--------------------------------------------------------- */
#use-categ .use-categ-reason .reason-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


#use-categ .use-categ-reason .reason {
  width: 100%;
}

#use-categ .use-categ-reason .img-wrap {
  margin-bottom: 10px;
}

#use-categ .use-categ-reason .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/*
---------------------------------------------------------
recommend
--------------------------------------------------------- */
#use-categ .use-categ-recommend .recommend-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}

#use-categ .use-categ-recommend .recommend p+p {
  margin-top: 10px;
}

#use-categ .use-categ-recommend .recommend a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

#use-categ .use-categ-recommend .recommend a:active {
  background-color: #f0f0f0;
}

#use-categ .use-categ-recommend .img-wrap {
  margin-bottom: 10px;
}

#use-categ .use-categ-recommend .img-wrap img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
}
#use-categ .use-categ-recommend .recommend-detail .text {
	display: block;
}


#use-categ .use-categ-recommend .recommend-detail .text + .text,
#use-categ .use-categ-recommend .recommend-detail p+p {
  margin-top: 8px;
}

#use-categ .use-categ-recommend .text-wrap::after {
  content: "詳しくはこちら";
  display: block;
  margin-top: auto;
  font-size: 11px;
  color: #009900;
  font-weight: bold;
  padding-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23009900'%3E%3Cpath d='M9.29 15.88L13.17 12 9.29 8.12c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px;
  text-align: right;
  margin-top: 10px;
}

/*
---------------------------------------------------------
material
--------------------------------------------------------- */
#use-categ .use-categ-material .material-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#use-categ .use-categ-material .material {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#use-categ .use-categ-material .img-wrap {
  width: 100%;
}

#use-categ .use-categ-material .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

#use-categ .use-categ-material .text-wrap {
  width: 100%;
}

#use-categ .use-categ-material .material-detail {
  margin-bottom: 15px;
}

#use-categ .use-categ-material .material-detail p {
  line-height: 1.5;
}

#use-categ .use-categ-material .material-table {
  width: 100%;
  overflow-x: auto;
}

#use-categ .use-categ-material .price-table {
  border-collapse: collapse;
  min-width: 300px;
  table-layout: fixed;
}

#use-categ .use-categ-material .price-table th,
#use-categ .use-categ-material .price-table td {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: center;
  word-break: break-all;
}

#use-categ .use-categ-material .price-table th {
  background-color: #F2F2F2;
  font-weight: bold;
  width: 53px;
  font-size: 12px;
}

#use-categ .use-categ-material .price-table td {
  font-size: 12px;
}


/*
---------------------------------------------------------
example
--------------------------------------------------------- */
#use-categ .use-categ-example .example-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

#use-categ .use-categ-example .example-block::-webkit-scrollbar {
  display: none;
}


#use-categ .use-categ-example .example {
  width: 80%;
  flex-shrink: 0;
  scroll-snap-align: center;
  border: 1px solid #e0e0e0;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#use-categ .use-categ-example .img-wrap {
  margin-bottom: 10px;
  width: 100%;
}

#use-categ .use-categ-example .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

#use-categ .use-categ-example .text-wrap p+p {
  margin-top: 5px;
}




/*
---------------------------------------------------------
portfolio
--------------------------------------------------------- */
#use-categ .use-categ-portfolio .portfolio-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

#use-categ .use-categ-portfolio .portfolio-block::-webkit-scrollbar {
  display: none;
}

#use-categ .use-categ-portfolio .portfolio {
  width: 80%;
  flex-shrink: 0;
  scroll-snap-align: center;
  border: 1px solid #e0e0e0;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#use-categ .use-categ-portfolio .img-wrap {
  margin-bottom: 10px;
  width: 100%;
}

#use-categ .use-categ-portfolio .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/*
---------------------------------------------------------
processing
--------------------------------------------------------- */
#use-categ .use-categ-processing .processing-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#use-categ .use-categ-processing .processing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#use-categ .use-categ-processing .img-wrap {
  width: 100%;
  margin-bottom: 5px;
}

#use-categ .use-categ-processing .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

#use-categ .use-categ-processing .text-wrap {
  width: 100%;
}

#use-categ .use-categ-processing .processing-detail {
  margin-bottom: 0;
}

#use-categ .use-categ-processing .processing-detail p+p {
  margin-top: 10px;
}

/*
---------------------------------------------------------
data
--------------------------------------------------------- */
#use-categ .use-categ-data .tab-area {
  margin-bottom: 20px;
}

#use-categ .use-categ-data {
  position: relative;
}

#use-categ .use-categ-data .tab-input {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
}

#use-categ .use-categ-data .tab-btn-wrap {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}

#use-categ .use-categ-data .tab-btn-wrap li {
  width: calc((100% - 10px) / 2);
  margin: 0;
}

#use-categ .use-categ-data .tab-btn-wrap li label {
  position: relative;
  opacity: 0.5;
  border: 1px solid #555;
  background: #fff;
  display: block;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}


#use-categ .use-categ-data .tab-body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  margin: 0;
  padding: 0;
}

#use-categ .use-categ-data #tab-input01:checked~.tab-body.tab01,
#use-categ .use-categ-data #tab-input02:checked~.tab-body.tab02 {
  height: auto;
  opacity: 1;
}

#use-categ .use-categ-data #tab-input01:checked~.tab-btn-wrap .tab01 label,
#use-categ .use-categ-data #tab-input02:checked~.tab-btn-wrap .tab02 label {
  color: #fff;
  background: #555;
  opacity: 1;
}

#use-categ .use-categ-data #tab-input01 .tab01 label:hover,
#use-categ .use-categ-data #tab-input02 .tab02 label:hover {
  background: #d9ebd9;
}

#use-categ .use-categ-data #tab-input01:checked~.tab-btn-wrap .tab01 label::before,
#use-categ .use-categ-data #tab-input02:checked~.tab-btn-wrap .tab02 label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #555;
  border-bottom: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#use-categ .use-categ-data p+p {
  margin-top: 8px;
}

#use-categ .use-categ-data .img-wrap {
  margin: 20px 0 0;
}

#use-categ .use-categ-data .link-wrap {
  padding-top: 20px;
  border-top: 1px dotted #d9d9d9;
}

#use-categ .use-categ-data .link-wrap ul {
  display: flex;
  gap: 5px;
}

#use-categ .use-categ-data .link-wrap ul li {
  width: calc((100% - 10px) / 3);
  border: 1px solid #333;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}


#use-categ .use-categ-data .link-wrap ul li a {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  align-items: center;
  color: #333;
  padding: 56px 0px 35px;
}

#use-categ .use-categ-data .link-wrap ul li.design a::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_data01.svg);
  background-size: 27px auto;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#use-categ .use-categ-data .link-wrap ul li.color a::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_data02.svg);
  background-size: 27px auto;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#use-categ .use-categ-data .link-wrap ul li.howto a::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_data03.svg);
  background-size: 33px auto;
  background-repeat: no-repeat;
  width: 33px;
  height: 27px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#use-categ .use-categ-data .link-wrap ul li.design a::after,
#use-categ .use-categ-data .link-wrap ul li.color a::after,
#use-categ .use-categ-data .link-wrap ul li.howto a::after {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  width: 7px;
  height: 12px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#use-categ .use-categ-data .top-btn {
  margin-top: 30px;
}

/*
---------------------------------------------------------
car-howto
--------------------------------------------------------- */
#use-categ .use-categ-howto .howto-lead {
  margin-bottom: 15px;
}

#use-categ .use-categ-howto .howto-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}

#use-categ .use-categ-howto .howto-block::-webkit-scrollbar {
  display: none;
}

#use-categ .use-categ-howto .howto-block p+p {
  margin-top: 5px;
}

#use-categ .use-categ-howto .howto-step {
  flex-shrink: 0;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#use-categ .use-categ-howto .img-wrap {
  width: 100%;
}

#use-categ .use-categ-howto .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

#use-categ .use-categ-howto .text-wrap {
  width: 100%;
}

#use-categ .use-categ-howto .title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #333;
  border-bottom: 2px solid #28a745;
  padding-bottom: 5px;
}

#use-categ .use-categ-howto .desc+.desc {
  margin-top: 10px;
}

#use-categ .use-categ-howto .howto-tips {
  background: #f7f7f7;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

#use-categ .use-categ-howto .tips-box {
  margin-bottom: 15px;
}

#use-categ .use-categ-howto .tips-box:last-child {
  margin-bottom: 0;
}

#use-categ .use-categ-howto .tips-box.water-sticking .tips-title {
  color: #0056b3;
}

#use-categ .use-categ-howto .tips-box.attention {
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  margin-bottom: 0;
}

#use-categ .use-categ-howto .tips-box.attention .tips-title {
  color: #e60012;
}

#use-categ .use-categ-howto .tips-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}

#use-categ .use-categ-howto .tips-desc+.tips-desc {
  margin-top: 10px;
}

/*
---------------------------------------------------------
faq
--------------------------------------------------------- */
#use-categ .use-categ-faq .faq {
  margin-top: 30px;
}

#use-categ .use-categ-faq .faq .question {
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px dotted #d9d9d9;
  position: relative;
  padding-left: 38px;
}

#use-categ .use-categ-faq .faq .question::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_q.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
  top: -2px;
  left: 0;
}

#use-categ .use-categ-faq .faq .answer {
  position: relative;
  padding-left: 38px;
  padding-top: 10px;
}

#use-categ .use-categ-faq .faq .answer::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_a.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
  top: 8px;
  left: 0;
}

#use-categ .use-categ-faq .faq p+p {
  margin-top: 10px;
}

/*
---------------------------------------------------------
banner
--------------------------------------------------------- */
#use-categ .use-categ-banner .banner-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#use-categ .use-categ-banner .banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/*
---------------------------------------------------------
contact
--------------------------------------------------------- */
#use-categ .use-categ-contact .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#use-categ .use-categ-contact .contact-wrap .tel-wrap,
#use-categ .use-categ-contact .contact-wrap .lot-wrap {
  width: 100%;
}

#use-categ .use-categ-contact .contact-wrap .tel-wrap {
  background: #009900;
}

#use-categ .use-categ-contact .contact-wrap .lot-wrap {
  background: #f5f5f5;
}


#use-categ .use-categ-contact .contact-wrap a {
  position: relative;
  padding: 60px 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

#use-categ .use-categ-contact .contact-wrap .tel-wrap a {
  color: #fff;
}

#use-categ .use-categ-contact .contact-wrap .tel-wrap a::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 34px auto;
  width: 34px;
  height: 25px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#use-categ .use-categ-contact .contact-wrap .lot-wrap a {
  pointer-events: none;
}

#use-categ .use-categ-contact .contact-wrap .lot-wrap a::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_lot.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  width: 28px;
  height: 35px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}


#use-categ .use-categ-contact .contact-wrap a .title {
  margin-bottom: 16px;
  font-weight: bold;
}

#use-categ .use-categ-contact .contact-wrap a .tel {
  position: relative;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  width: fit-content;
  margin: 0 auto;
}


#use-categ .use-categ-contact .contact-wrap a .tel::before {
  content: "";
  position: absolute;
  background-image: url(/img/index/icon_tel_green.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  width: 13px;
  height: 17px;
  top: 7px;
  left: -17px;
}

#use-categ .use-categ-contact .contact-wrap .tel-wrap a .tel::before {
  filter: brightness(0) invert(1);
}

#use-categ .use-categ-contact .contact-wrap a .text-wrap {
  font-size: 12px;
  line-height: 1;
  color: #333;
  font-weight: normal;
  margin-top: 10px;
}

#use-categ .use-categ-contact .contact-wrap .tel-wrap .text-wrap {
  color: #fff;
}

#use-categ .use-categ-contact .contact-wrap .lot-wrap a .title {
  color: #333;
}

#use-categ .use-categ-contact .contact-wrap .lot-wrap a .tel {
  color: #009900;
}


/*
---------------------------------------------------------
contact label
--------------------------------------------------------- */
#use-categ .snow-board .use-categ-contact .contact-wrap,
#use-categ .label .use-categ-contact .contact-wrap {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

#use-categ .snow-board .use-categ-contact .contact-wrap a .tel,
#use-categ .label .use-categ-contact .contact-wrap a .tel {
  padding-left: 16px;
}

#use-categ .snow-board .use-categ-contact .contact-wrap a .tel::before,
#use-categ .label .use-categ-contact .contact-wrap a .tel::before {
  top: 7px;
  left: 0;
}

#use-categ .snow-board .use-categ-contact .contact-wrap a .text-wrap,
#use-categ .label .use-categ-contact .contact-wrap a .text-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}

#use-categ .snow-board .use-categ-contact .contact-wrap a .text-wrap .top,
#use-categ .label .use-categ-contact .contact-wrap a .text-wrap .top {
  margin-bottom: 5px;
}

/*
---------------------------------------------------------
ita-bike
--------------------------------------------------------- */
#use-categ .ita-bike .use-categ-portfolio .portfolio-block {
  display: flex;
  gap: 0;
  margin-top: 15px;
}

#use-categ .ita-bike .use-categ-portfolio .portfolio-block .portfolio {
  width: calc(100% / 3);
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
}


#use-categ .ita-bike .use-categ-portfolio .portfolio-block .portfolio .img-wrap {
  margin-bottom: 0;
}

#use-categ .ita-bike .use-categ-portfolio .portfolio-block .portfolio .text-wrap {
  display: none;
}



/*
---------------------------------------------------------
wall-sticker recommend
--------------------------------------------------------- */
#use-categ .wall-sticker .use-categ-recommend .recommend-block {
  display: block;
}

#use-categ .wall-sticker .use-categ-recommend .recommend-block .recommend ul {
  margin-top: 10px;
}

#use-categ .wall-sticker .use-categ-recommend .text-wrap::after {
  content: "お見積もりはこちら";
}