@charset "UTF-8";
/*===========================================
oban_sale_202312
===========================================*/
/*トップエリア*/

#top-term-area .promotion h2,#bottom-term-area .promotion h2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.promotion h2 a {
  color: #263BC6;
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
}
.promotion h2 a::before {
  border-top: 1px solid #299736;
  border-right: 1px solid #299736;
  content: "";
  display: block;
  height: 5px;
  transform: rotate(45deg);
  width: 5px;
  margin-right: 5px;
}
.promotion i {
  font-family: "FontAwesome";
  font-style: normal;
  margin-right: 2px;
}
.cat-search__box {
  position: relative;
  margin-bottom: 31px;
}
.cat-search__title {
  font-size: 20px;
  margin: 24px 0 5px;
  display: flex;
  position: relative;
  align-items: baseline;
  padding-left: 14px;
}
.cat-search__title::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #299736;
  position: absolute;
  left: 0;
  top: 2px;
}
.cat-search__title-small {
  font-size: 16px;
}
.cat-search__other-m {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 8px;
  color: #299736;
}
.cat-search__other-m-link {
  color: #263BC6;
}
.cat-search__other-m-link::after {
  border-top: 1px solid #299736;
  border-right: 1px solid #299736;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: -10px;
  top: 7px;
  transform: rotate(45deg);
  width: 5px;
}
.cat-search__other-m-link:hover {
  color: #263BC6;
}
.cat-search__other-m-link:visited {
  color: #263BC6;
}
.cat-search__list {
  display: flex;
  margin-bottom: 30px;
}
.cat-search__list--use2 {
  margin-top: 10px;
}
.cat-search__item-text {
  transition: 0.1s ease-in-out;
}
.cat-search__item {
  position: relative;
  top: 0;
  transition: 0.1s ease-in-out;
  width: 158px;
  margin-right: 1%;
}
.cat-search__item--small {
  width: 24.5%;
}
@media screen and (max-width: 750px) {
  .cat-search__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cat-search__item {
    width: 49%;
    margin: 1% 0.5%;
  }
}
@media screen and (max-width: 750px) {
  .cat-search__item .use-item__text {
      font-size: 12px;
      line-height: 120%;
  }
}
.cat-search__item:hover {
  top: 3px;
}
.cat-search__item:hover .cat-search__item-link {
  box-shadow: 0 0 0 #ccc;
  border: solid 2px #299736;
  color: #299736;
  border-radius: 3px;
}
.cat-search__item:hover .use-item__link {
  padding: 10px 0 8px;
}
.cat-search__item:hover .img-origin {
  display: none;
}
.cat-search__item:hover .img-hover {
  display: inline-block;
}
.cat-search__item:active {
  top: 3px;
}
.cat-search__item:active .cat-search__item-link {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.1s ease-in-out;
  border: solid 2px #299736;
}
.cat-search__item-link {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #FAFAFA;
  border-radius: 3px;
  box-shadow: 0 3px 0 #ccc;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.1s ease-in-out;
  color: #666;
  text-decoration: none;
}
.cat-search__item-link:hover {
  color: #666;
  text-decoration: none;
}
.cat-search__item-link:visited {
  color: #666;
  text-decoration: none;
}
.cat-search__logo {
  max-width: 103px;
  margin: 0 auto;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
}
.maker-item__img-box--hp {
  max-width: 120px;
}
.size-item__link {
  height: 46px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
}
.size-item__link--small {
  font-size: 14px;
}
.use-item__link {
  flex-direction: column;
  justify-content: space-between;
}
.use-item {
  text-align: center;
  font-weight: 700;
}
.use-item:last-child {
  margin-right: 0;
}
.use-item {
  height: 105px;
  width: 49%;
}
.use-item__link {
  padding: 10px 0 8px;
}
.use-item__img-box {
  width: 50px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  z-index: -1;
}
.use-item__img {
  max-width: 50px;
  width: 100%;
}
.maker-item__link {
  padding: 13px 0 6px;
  height: 74px;
  text-decoration: none;
  color: #000;
}
.use-item__text { 
  display: block;    
  margin-top: 10px;
}
.cat-search__item:hover .use-item__text { 
  color: #299736;
}
.maker-item__img-box {
  margin: 0 auto;
  text-align: center;
  width: 103px;
}
.maker-item__img {
  width: auto;
  height: 100%;
}
.maker-item__text {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #000;
  margin-top: 7px;
}

.promotion_cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px 20px 20px;
  margin: 30px 0;
}
.promotion_cv__img {
  width: 231px;
}
.promotion_cv__txt {
  width: 670px;
}
.promotion_cv__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 5px;
}
.promotion_cv__contact {
  width: 327px;
  margin-bottom: 2%;
}
.promotion_cv__contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  background: #FF801E;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #CA4E00;
  position: relative;
}
.promotion_cv__contact-btn:hover {
  box-shadow: none;
  top: 3px;
}
.promotion_cv__contact-btn:visited {
  color: #ffffff;
}
.promotion_cv__tel a {
  text-decoration: none;
}
.promotion_cv__tel {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  font-weight: bold;
  width: 327px;
  height: 63px;
  border-radius: 5px;
  border: #CCCCCC 3px solid;
  box-sizing: border-box;
}
.promotion_cv__tel-free {
  font-size: 14px;
  font-weight: bold;
  background: #F32815;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 5px;
}
.promotion_cv__time {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .promotion_cv {
    padding: 20px;
    display: block;
  }
  .promotion_cv__img {
    width: 100%;
  }
  .promotion_cv__txt {
    width: 100%;
  }
  .promotion_cv__btn {
    display: block;
  }
  .promotion_cv__contact {
    width: 100%;
    margin-bottom: 2%;
  }
  .promotion_cv__tel {
    width: 100%;
  }
}

.pickup-post {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 40px;
}
.pickup-post .lineup {
  width: 22%;
}
@media screen and (max-width: 750px) {
  .pickup-post {
    flex-wrap: wrap;
  }
  .pickup-post .lineup {
    width: 100%;
    padding: 20px;
    border-bottom: #ccc 3px solid;
  }
}
.pickup-post .list-unit__item-name-link {
  display: flex;
  align-items: center;
  line-height: 1;
}
.pickup-post .list-unit__item-name__img {
  margin-right: 5px;
}
.pickup-post__price {
  display: flex;
}
.pickup-post .list-unit__spec-title {
  background-color: #EAF5EB;
  white-space: nowrap;
  padding: 0 10px;
}
.uv_latex {
  border: #FF0000 3px solid;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  margin: 30px 0 60px;
}
.uv_latex__list {
  padding: 10px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.uv_latex__item {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .uv_latex__list {
    padding: 1.5% 6%;
  }
  .uv_latex__item {
    width: 100%;
  }
}
.uv_latex__item-wide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uv_latex__item .list-unit__img {
  max-height: 183px;
}
.uv_latex__item-wide .list-unit__img {
  max-height: 224px;
}
.uv_latex__spec {
  max-width: 600px;
}
.uv_latex__name {
  margin: 5px 0;
}
.uv_latex__name .list-unit__item-name-link {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 22px;
}
.uv_latex__name .list-unit__item-name-link img {
  margin-right: 5px;
}
.uv_latex__text {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px;
}
.uv_latex__price {
  display: flex;
}
.uv_latex__price-title {
  background: #EAF5EB;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.uv_latex__price-content {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
.uv_latex__price-content img {
  vertical-align: text-bottom;
  margin: 0 8px;
}
.uv_latex__price-price2 b {
  color: #FF0000;
  font-size: 26px;
}
.uv_latex__item .list-unit__button-estimate ,.uv_latex__item .list-unit__button-detail {
  flex-basis: 49%;
  font-size: 16px;
}
.uv_latex__item .list-unit__estimate-link {
  height: 65px;
  line-height: 65px;
}
.uv_latex__item .list-unit__detail-link {
  height: 65px;
  line-height: 60px;
  font-weight: bold;
}
.promotion .list-unit__detail-link {
  text-align: center;
  padding-left: 5px;
}


.replacement {
  background: #F0F0F0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
}
.replacement__free {
  color: #FF1300;
  font-size: 33px;
  margin: 0 5px;
}
.replacement__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 40px;
  box-sizing: border-box;
  border: #707070 1px solid;
  border-radius: 20px;
  background: #3B3B3B;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.replacement__link:hover {
  background: #888;
  color: #fff;
}
.replacement__link:visited {
  color: #fff;
}
.replacement_conditions {
  margin: 10px 0 40px;
}
.replacement_conditions h3 {
  color: #299736;
}
.replacement_conditions__list {
  padding: 0 30px;
  font-size: 18px;
}
.replacement_conditions__item {
  margin: 10px 0 20px;
}
.replacement_conditions__item span {
  color: #FA0000;
}
@media screen and (max-width: 750px) {
  .replacement {
    flex-wrap: wrap;
  }

}