@charset "UTF-8";

/* reset */

button,
[type="button"],
[role="button"] {
  cursor: pointer;
  appearance: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background-color: transparent;
  border-style: none;
  color: inherit;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:focus-visible,
[type="button"]:focus-visible{
  outline: 1px dotted ButtonText;
}
.remy-content * {
  box-sizing: border-box;
}

/* common */

.remy-section {
  padding: 0;
  margin-top: 60px;
}
.remy-section + .remy-section {
  margin-top: 40px;
}
.remy-section_inner {
  padding: 0 10px;
  margin-top: 40px;
}
.padding-box {
  padding-left: 20px;
}
.lineup-ttl {
  display: flex;
  position: relative;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 0.5em;
  padding-left: 10px;
  background: #3d3d3d;
}
.lineup-ttl span {
  display: inline-block;
  background: #cf0f2e;
  font-size: 0.9rem;
  color: #fff;
  padding: 6px 20px;
  border: 0;
}

/* top */
.remy-mv {
  margin-top: 0;
}
.remy-mv img {
  height: auto;
  border: none;
}

.arrow-icon {
  padding-left: 12px;
  position: relative;
}
.arrow-icon::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 4px;
  border: 6px solid transparent;
  border-left: 6px solid #3D3D3D;
}
.arrow-icon + .arrow-icon {
  margin-top: 10px;
}
.arrow-icon + .arrow-icon.no-mt {
  margin-top: 0;
}
.remy-topic_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 16px 34px;
  width: 100%;
  max-width: 314px;
  border-top: 1px solid #B5312E;
  border-bottom: 1px solid #B5312E;
  font-size: 20px;
  position: relative;
  transition: .3s;
}
.remy-topic_btn.is-open::after {
  transform: rotate(180deg);
  top: calc(50% - 5px);
}
.remy-topic_btn:hover {
  opacity: .7;
}
.remy-topic_btn::after {
  content: "";
  width: 17px;
  height: 10px;
  background-image: url(/chemical/img/ico_arw02_pc.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}

.remy-search_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  position: relative;
  background-color: #C51E20;
  border-radius: 4px;
  border: 1px solid #C51E20;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transition: .3s;
  text-decoration: none;
}
.remy-search_btn:hover {
  opacity: .7;
}
.remy-search_btn::after {
  content: "";
  width: 24px;
  height: 20px;
  background-image: url(/common/img/info_ico01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.remy-search_btn > span {
  position: relative;
}
.remy-search_btn > span::before {
  content: "";
  width: 30px;
  height: 40px;
  background-image: url(/chemical/products/functional/adekaremylop/img/ico_search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -40px;
  top: calc(50% - 20px);
}

/* 製品を探す */
.remy-s {
  padding: 24px;
  background: #EAEAEA;
}
.remy-s_bnr {
  margin-top: 0;
  padding-bottom: 40px;
}
.remy-s_bnr img {
  display: block;
  height: auto;
  border: none !important;
}
.remy-s_offbox {
  text-align: right;
}
.remy-s_box + .remy-s_box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: #C4C4C4 1px solid;
}
.remy-s_off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.remy-s_off:hover span {
  text-decoration: underline;
}
.remy-s_off span {
  padding-left: 4px;
  font-size: 14px;
}
.remy-s_ttlbox {
  display: flex;
  align-items: center;
}
.remy-s_ttlbox button {
  padding: 5px 20px;
  background: #fff;
  border-radius: 99em;
  border: 1px solid #fff;
  color: #333333;
  font-size: 13px;
  line-height: 1;
  transition: .2s linear;
}
.remy-s_ttlbox button.is-active {
  background: #c51e20;
  color: #fff;
}
.remy-s_ttlbox button:hover {
  border: 1px solid #c51e20;
}
.remy-s_ttl {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
}
.remy-s_sp-btn {
  display: none;
}
.remy-s_all {
  display: none;
}
.remy-s_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-left: 120px;
}
.remy-s_list label {
  cursor: pointer;
  position: relative;
}
.remy-s_list input {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0, 0, 0, 0);
}
.remy-s_check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  padding: 5px;
  background: #fff;
  border-radius: 99em;
  border: 1px solid #fff;
  color: #333333;
  font-size: 13px;
  line-height: 1;
  transition: .2s;
}
.remy-s_check:hover {
  border: 1px solid #c51e20;
}
.remy-s_list input:checked + span {
  background: #c51e20;
  border: 1px solid #c51e20;
  color: #fff;
}
.remy-result_h2 {
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
}
.result-box.is-hide {
  display: none;
}
.result-box.no-border {
  border-bottom: none;
}
.result-box {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: #c51e20 1px solid;
}
.remy-result_h3 {
  padding-left: 26px;
  color: #c51e20;
  font-size: 16px;
  position: relative;
}
.remy-result_h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 0;
}
.remy-result_txt {
  margin-top: 16px;
  text-align: left;
}
.remy-result_right {
  text-align: right;
  margin-top: 16px;
}
.remy-result_right li + li {
  margin-top: 14px;
}
.remy-result_right a {
  padding-left: 12px;
  position: relative;
}
.remy-result_right a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0px;
  border: 6px solid transparent;
  border-left: 6px solid #3D3D3D;
}

@media screen and (max-width: 640px) {
  .remy-section {
    margin-top: 30px;
  }
  .remy-section + .remy-section {
    margin-top: 30px;
  }
  .remy-section_inner {
    padding: 0 10px;
    margin-top: 20px;
  }
  .lineup-ttl {
    padding-left: 5px;
  }
  .lineup-ttl span {
    font-size: 0.857rem;
    padding: 4px 20px;
  }

  .remy-topic_list li::before {
    border: 5px solid transparent;
    border-left: 5px solid #3D3D3D;
  }
  .remy-topic_btn {
    padding: 16px;
    margin-top: 20px;
    font-size: 14px;
  }
  .remy-topic_btn:hover {
    opacity: 1;
  }
  .remy-search_btn {
    width: 100%;
    padding: 16px;
    font-size: 14px;
  }
  .remy-search_btn:hover {
    opacity: 1;
  }
  .remy-search_btn::after {
    width: 18px;
    height: 14px;
    top: calc(50% - 7px);
  }
  .remy-search_btn > span::before {
    width: 20px;
    height: 26px;
    left: -35px;
    top: calc(50% - 13px);
  }

  /* 製品を探す */
  .remy-s {
    padding: 20px 10px;
  }
  .remy-s_bnr {
    padding-bottom: 20px;
  }
  .remy-s_box {
    margin-top: 10px;
  }
  .remy-s_box + .remy-s_box {
    margin-top: 0;
    border: none;
    padding: 0;
  }
  .remy-s_box.s-func {
    border-bottom: 2px solid #C4C4C4;
  }
  .remy-s_ttlbox {
    display: none;
  }
  .remy-s_spbox {
    border-top: 2px solid #C4C4C4;
  }
  .remy-s_sp-btn {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    position: relative;
  }
  .remy-s_sp-btn::before,.remy-s_sp-btn::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #c51e20;
    position: absolute;
    top: calc(50% - 1px);
    right: 16px;
    transition: .3s;
  }
  .remy-s_sp-btn::after {
    transform: rotate(90deg);
  }
  .remy-s_sp-btn.is-open::after {
    transform: rotate(180deg);
  }
  .remy-s_listbox {
    display: none;
    padding: 20px 10px;
    border-top: 1px solid #C4C4C4;
  }
  .remy-s_all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 93px;
    padding: 6px;
    background: #fff;
    border-radius: 99em;
    color: #333333;
    font-size: 12px;
    line-height: 1;
  }
  .remy-s_check {
    min-width: 93px;
    padding: 5px;
    font-size: 12px;
  }
  .remy-s_check:hover {
    border: none;
  }
  .remy-s_list {
    margin-top: 8px;
    margin-left: 0;
  }
  .remy-result_h2 {
    font-size: 14px;
  }
  .remy-result_h3 {
    padding-left: 17px;
    font-size: 12px;
  }
  .remy-result_h3::before {
    width: 12px;
    height: 12px;
  }
}