@charset "UTF-8";

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

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

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

#use-categ .Alpha p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0;
}

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

#use-categ .use-categ-fv .page-title {
  border-bottom: 2px solid #009900;
  padding: 8px 0 6px 2px;
  line-height: 25px;
  font-size: 20px;
}

#use-categ .content-title {
  background: unset;
  border-left: 2px solid #009900;
  margin: 0px 0px 10px 0px;
}

#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 .use-categ-reason .title {
  font-size: 17px;
  padding: 0;
  text-align: center;
  margin-bottom: 5px;
  background: #009900;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 5px;
}

#use-categ .text-wrap .title,
#use-categ .use-categ-data .tab-body h3,
#use-categ .recommend .title {
  font-size: 17px;
  margin-bottom: 10px;
  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 {
  top: 6px;
  content: "";
  position: absolute;
  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 .HTMLeditor li+li {
  margin-top: 0;
}

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

/*
---------------------------------------------------------
fv
--------------------------------------------------------- */
#use-categ .use-categ.scene .use-categ-fv {
  margin-bottom: 30px;
}

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

#use-categ .use-categ.scene .use-categ-fv img {
  margin-bottom: 10px;
}

/*
---------------------------------------------------------
reason
--------------------------------------------------------- */
#use-categ .use-categ-reason .reason-block {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

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


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


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

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

#use-categ .use-categ-recommend .recommend {
  border: 1px solid #ccc;
}

#use-categ .use-categ-recommend .recommend a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: unset;
  padding: 10px;
}

#use-categ .use-categ-recommend .recommend:hover {
  border: 1px solid #009900;
}

#use-categ .use-categ-recommend .img-wrap {
  flex-shrink: 0;
  width: 100%;
}

#use-categ .use-categ-recommend .img-wrap img {
  object-fit: cover;
  height: 220px !important;
  width: 100%;
}

#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: 10px;
}

/*
---------------------------------------------------------
material
--------------------------------------------------------- */
#use-categ .use-categ-material .material-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

#use-categ .use-categ-material .material {
  display: flex;
  align-items: center;
  gap: 20px;
}

#use-categ .use-categ-material .img-wrap {
  width: 450px;
}

#use-categ .use-categ-material .text-wrap {
  flex: 1;
}

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

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

#use-categ .use-categ-material .price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

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

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

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

/*
---------------------------------------------------------
example
--------------------------------------------------------- */
#use-categ .use-categ-example .example-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}



#use-categ .use-categ-example .example {
  width: calc((100% - 10px) / 2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: unset;
  padding: 10px;
  border: 1px solid #ccc;
}

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

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

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


/*
---------------------------------------------------------
portfolio
--------------------------------------------------------- */
#use-categ .use-categ-portfolio .portfolio-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}

#use-categ .use-categ-portfolio .portfolio-block .portfolio {
  width: calc((100% - 20px) / 3);
}

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

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

/*
---------------------------------------------------------
processing
--------------------------------------------------------- */
#use-categ .use-categ-processing .processing-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

#use-categ .use-categ-processing .processing {
  display: flex;
  align-items: center;
  gap: 20px;
}

#use-categ .use-categ-processing .img-wrap {
  width: calc((100% - 20px) / 2);
}

#use-categ .use-categ-processing .text-wrap {
  flex: 1;
}

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

/*
---------------------------------------------------------
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 18px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

#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: 15px 27px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  border-radius: 10px;
}


#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: 12px;
}

#use-categ .use-categ-data .img-wrap {
  margin: 25px 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: 10px;
}

#use-categ .use-categ-data .link-wrap ul li {
  width: calc((100% - 20px) / 3);
  border: 1px solid #333;
  font-size: 22px;
  line-height: 1.4;
  transform: translateY(0);
  transition: all 0.3s ease;
}

#use-categ .use-categ-data .link-wrap ul li:hover {
  transform: translateY(3px);
}

#use-categ .use-categ-data .link-wrap ul li a {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  align-items: center;
  text-align: left;
  color: #333;
}

#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: 33px auto;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  top: 35px;
  left: 30px;
}

#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: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 35px;
  left: 30px;
}

#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: 33px;
  top: 35px;
  left: 30px;
}

#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;
  top: 48px;
  right: 20px;
}

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

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

#use-categ .use-categ-howto .howto-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 20px;
}

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

#use-categ .use-categ-howto .howto-step {
  display: flex;
  align-items: center;
  gap: 20px;
}

#use-categ .use-categ-howto .howto-step:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#use-categ .use-categ-howto .howto-step .img-wrap {
  width: calc((100% - 20px) / 2);
}

#use-categ .use-categ-howto .howto-step .text-wrap {
  flex: 1;
}

/* TIPS・注意点エリア */
#use-categ .use-categ-howto .howto-tips {
  background: #f7f7f7;
  padding: 25px;
}

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

#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: 20px;
  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: 17px;
}

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

/*
---------------------------------------------------------
faq
--------------------------------------------------------- */
#use-categ .use-categ-faq .faq-wrap {
  padding: 0 20px;
  margin: 0 auto;
}

#use-categ .use-categ-faq .faq {
  margin-top: 35px;
}

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

#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: 36px auto;
  width: 36px;
  height: 36px;
  top: -6px;
  left: 0;
}

#use-categ .use-categ-faq .faq .answer {
  position: relative;
  padding-left: 50px;
  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: 36px auto;
  width: 36px;
  height: 36px;
  top: 13px;
  left: 0;
}

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

#use-categ .use-categ-banner .banner-wrap a {
  width: calc((100% - 10px) / 2);
}

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

#use-categ .use-categ-contact .contact-wrap .tel-wrap,
#use-categ .use-categ-contact .contact-wrap .lot-wrap {
  width: calc((100% - 10px) / 2);
}

#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: 88px 0 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 22px;
  line-height: 1.5;
  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: 48px;
  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: 27px auto;
  width: 27px;
  height: 34px;
  top: 48px;
  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: 17px auto;
  width: 17px;
  height: 17px;
  top: 4px;
  left: -22px;
}

#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;
}


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

#use-categ .ita-bike .use-categ-portfolio .portfolio-block .portfolio {
  position: relative;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

#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 {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 100%;
  height: fit-content;
  padding: 15px;
  background: #333333f0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 5;
  color: #fff;
  pointer-events: none;

}

#use-categ .ita-bike .use-categ-portfolio .portfolio-block .portfolio:hover .text-wrap {
  opacity: 1;
}


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

#use-categ .wall-sticker .use-categ-recommend .recommend a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#use-categ .wall-sticker .use-categ-recommend .recommend a .img-wrap {
  width: 420px;
}

#use-categ .wall-sticker .use-categ-recommend .recommend a .img-wrap img {
  height: 360px !important;
}

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