@charset "UTF-8";
html, body, article, aside, details, figcaption, figure, footer, header, nain, nav, section, div, p, pre, blockquote, hr, address, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a, abbr, acronym, b, big, cite, code, del, dfn, em, i, ins, kbd, mark, q, ruby, s, samp, small, span, strike, strong, sub, sup, time, tt, u, var, audio, canvas, embed, iframe, img, object, video, details, menu, summary, button, fieldset, form, input, label, legend, output, optgroup, option, select, textarea {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

code, kbd, pre, samp, button, input, select, textarea {
  font-size: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-size: 1.4rem;
}

ul, ol {
  list-style: none;
}

pre {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins, mark {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
}

small {
  font-size: 100%;
  font-size: 1.4rem;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=file] {
  border: 1px solid #d6d6d6;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
  font-size: 14px;
}

.mainContents .search__inner {
  margin-top: 60px;
}
.mainContents .forms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 820px) {
  .mainContents .forms {
    row-gap: 30px;
  }
}
.mainContents .forms__item {
  width: 420px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .mainContents .forms__item {
    width: 330px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .forms__item {
    width: 100%;
  }
}
.mainContents .forms .selectWrap {
  position: relative;
}
.mainContents .forms .selectWrap::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 18px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 445px) {
  .mainContents .forms .selectWrap::after {
    width: 10px;
    height: 10px;
  }
}
.mainContents .forms__item p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .mainContents .forms__item p {
    font-size: 18px;
  }
}
.mainContents .forms .required {
  width: fit-content;
  font-size: 18px;
  color: #fff;
  background-color: #e60012;
  display: inline-block;
  border-radius: 20px;
  padding: 2px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .mainContents .forms .required {
    font-size: 16px;
    padding: 2px 8px;
    border-radius: 20px;
  }
}
.mainContents .forms__item select {
  border: solid 2px #848484;
  width: 100%;
  font-size: 18px;
  padding: 20px;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .mainContents .forms__item select {
    font-size: 16px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .forms__item select {
    padding: 16px 15px;
  }
}
.mainContents .resultBtn {
  border: solid 2px #E60012;
  border-radius: 10px;
  width: 400px;
  overflow: hidden;
  margin: 40px auto 120px auto;
  font-family: inherit;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .mainContents .resultBtn {
    width: 342px;
    border-radius: 10px;
    margin: 30px auto 60px auto;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .resultBtn {
    width: 100%;
    margin: 30px auto 100px auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainContents .resultBtn:hover {
    opacity: 1;
    color: #fff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .mainContents .resultBtn:hover {
    color: #000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainContents .resultBtn:hover::before {
    width: 460px;
  }
  .mainContents .resultBtn:hover::after {
    background-image: url("/shared/images/icon-header-hover-02.svg");
    background-color: #fff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .mainContents .resultBtn:hover::after {
    background-image: url("/shared/images/icon-header-02.svg");
    background-color: #E60012;
  }
}
.mainContents .resultBtn::after {
  content: "";
  display: block;
  background-color: #E60012;
  width: 110px;
  height: 110px;
  border-radius: 290px;
  position: absolute;
  right: -35px;
  top: -15px;
  background-image: url("/shared/images/icon-header-02.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 55px center;
}
@media screen and (max-width: 768px) {
  .mainContents .resultBtn::after {
    top: -18px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .resultBtn::after {
    width: 100px;
    height: 78px;
    top: -10px;
    right: -43px;
    background-position: right 55px center;
  }
}
.mainContents .resultBtn::before {
  content: "";
  display: block;
  background-color: #E60012;
  width: 110px;
  height: 110px;
  border-radius: 290px;
  position: absolute;
  right: -35px;
  top: -15px;
  background-image: url("/shared/images/icon-header-02.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 55px center;
  z-index: -2;
  transition: 0.3s width;
}
@media screen and (max-width: 768px) {
  .mainContents .resultBtn::before {
    display: none;
  }
}
.mainContents .resultBtn input {
  display: block;
  font-size: 25px;
  font-weight: 700;
  background-color: transparent;
  padding: 22px 0 22px 22px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .mainContents .resultBtn input:hover {
    color: #fff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 820px) {
  .mainContents .resultBtn input:hover {
    color: #000;
  }
}
@media screen and (max-width: 1200px) {
  .mainContents .resultBtn input {
    color: #000;
  }
}
@media screen and (max-width: 1024px) {
  .mainContents .resultBtn input {
    color: #000;
  }
}
@media screen and (max-width: 820px) {
  .mainContents .resultBtn input {
    font-size: 20px;
    color: #000;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .resultBtn input {
    font-size: 19px;
    color: #000;
    padding: 16px 0 16px 15px;
  }
}
.mainContents.result .kvSec {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
  border-bottom: 7px solid #c80000;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec {
    height: 300px;
    border-bottom: 5px solid #c80000;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.result .kvSec {
    height: 294px;
  }
}
.mainContents.result .kvSec::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #960000;
}
.mainContents.result .kvSec.greenBg {
  background-color: #ebfff0;
}
.mainContents.result .kvSec.yellowBg {
  background-color: #fff9e3;
}
.mainContents.result .kvSec.purpleBg {
  background-color: #f7e6ff;
}
.mainContents.result .kvSec.emeraldBg {
  background-color: #d8fff8;
}
.mainContents.result .kvSec.blueBg {
  background-color: #e5faff;
}
.mainContents.result .kvSec .kvSec__inner {
  padding-top: 76px;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__inner {
    padding-top: 46px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.result .kvSec .kvSec__inner {
    padding-top: 10px;
  }
}
.mainContents.result .kvSec .kvSec__img {
  width: 1920px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  margin: auto;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__img {
    width: 820px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.result .kvSec .kvSec__img {
    width: 100%;
  }
}
.mainContents.result .kvSec .kvSec__ttl {
  background-color: #fff;
  width: fit-content;
  border-radius: 10px;
  padding: 4px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__ttl {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.result .kvSec .kvSec__ttl {
    padding: 4px 20px 4px 8px !important;
  }
}
.mainContents.result .kvSec .kvSec__ttl.pr {
  padding-right: 40px;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__ttl.pr {
    padding-right: 28px;
  }
}
.mainContents.result .kvSec .kvSec__category {
  color: #ffebe1;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.15;
  font-family: Arial, "Noto Sans JP";
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__category {
    font-size: 35px;
    line-height: 1.1428571429;
  }
}
.mainContents.result .kvSec .kvSec__txt {
  color: #e60012;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2222222222;
  margin-top: -42px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__txt {
    font-size: 25px;
    line-height: 1.44;
    margin-top: -24px;
  }
}
.mainContents.result .kvSec .kvSec__txt::after {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  height: 72px;
  pointer-events: none;
  background-image: url("/images/parts-ttl-01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  right: -20px;
  top: -20px;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__txt::after {
    width: 50px;
    height: 47px;
    top: -13px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.result .kvSec .kvSec__txt::after {
    background-image: url("/images/parts-ttl-sp-01.svg");
    width: 58px;
    height: 38px;
    top: -10px;
  }
}
.mainContents.result .kvSec .kvSec__ttl {
  padding: 6px 16px;
}
.mainContents.result .kvSec .kvSec__txt {
  margin-top: -36px;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__txt {
    margin-top: -27px;
  }
}
.mainContents.result .kvSec .kvSec__txt::after {
  right: -24px;
  top: -27px;
}
@media screen and (max-width: 820px) {
  .mainContents.result .kvSec .kvSec__txt::after {
    right: -18px;
    top: -13px;
  }
}
.mainContents .searchConditions {
  background-color: #fff5f5;
  padding: 40px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mainContents .searchConditions {
    margin-top: -30px;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.mainContents .searchConditions .conditionsTitle {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .mainContents .searchConditions .conditionsTitle {
    font-size: 20px;
  }
}
.mainContents .searchConditions .conditionList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 445px) {
  .mainContents .searchConditions .conditionList {
    row-gap: 20px;
  }
}
.mainContents .searchConditions .conditionList p {
  font-size: 20px;
  width: 48%;
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 820px) {
  .mainContents .searchConditions .conditionList p {
    font-size: 18px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .searchConditions .conditionList p {
    font-size: 17px;
    width: 100%;
  }
}
.mainContents .searchConditions .conditionList p span {
  display: block;
  width: calc(100% - 140px);
}
@media screen and (max-width: 820px) {
  .mainContents .searchConditions .conditionList p span {
    width: calc(100% - 120px);
  }
}
.mainContents .searchConditions .conditionList .heading {
  font-size: 22px;
  width: 140px;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .mainContents .searchConditions .conditionList .heading {
    font-size: 19px;
    width: 120px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .searchConditions .conditionList .heading {
    font-size: 18px;
  }
}
.mainContents .anotherSearch {
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .mainContents .anotherSearch {
    margin-bottom: 100px;
  }
}
.mainContents .anotherSearch p {
  font-size: 25px;
  border: solid 2px #E60012;
  border-radius: 10px;
  width: 400px;
  margin: 0 auto;
  font-weight: 700;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 820px) {
  .mainContents .anotherSearch p {
    font-size: 20px;
    width: 342px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .anotherSearch p {
    font-size: 19px;
    width: 100%;
    padding: 0;
  }
}
.mainContents .anotherSearch p a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 22px 0 22px 22px;
  transition: 0.3s opacity;
  z-index: 1;
}
@media screen and (max-width: 445px) {
  .mainContents .anotherSearch p a {
    padding: 16px 0 16px 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainContents .anotherSearch p a:hover {
    opacity: 1;
    color: #fff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .mainContents .anotherSearch p a:hover {
    color: #000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainContents .anotherSearch p a:hover::before {
    width: 460px;
  }
  .mainContents .anotherSearch p a:hover::after {
    background-image: url("/shared/images/icon-header-hover-02.svg");
    background-color: #fff;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .mainContents .anotherSearch p a:hover::after {
    background-image: url("/shared/images/icon-header-02.svg");
    background-color: #E60012;
  }
}
.mainContents .anotherSearch p a::before {
  content: "";
  display: block;
  background-color: #E60012;
  width: 110px;
  height: 110px;
  border-radius: 290px;
  position: absolute;
  right: -35px;
  top: -15px;
  background-image: url("/shared/images/icon-header-02.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 55px center;
  z-index: -2;
  transition: 0.3s width;
}
@media screen and (max-width: 768px) {
  .mainContents .anotherSearch p a::before {
    display: none;
  }
}
.mainContents .anotherSearch p a::after {
  content: "";
  display: block;
  background-color: #E60012;
  width: 110px;
  height: 110px;
  border-radius: 290px;
  position: absolute;
  right: -35px;
  top: -15px;
  background-image: url("/shared/images/icon-header-02.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 55px center;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .mainContents .anotherSearch p a::after {
    top: -18px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .anotherSearch p a::after {
    width: 100px;
    height: 78px;
    top: -10px;
    right: -43px;
    background-position: right 55px center;
  }
}
.mainContents .searchBttom {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mainContents .searchBttom {
    background-color: #fff;
  }
}
.mainContents .resultNumber {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mainContents .resultNumber {
    font-size: 20px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .resultNumber {
    font-size: 19px;
  }
}
.mainContents .search__result {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 30px;
}
@media screen and (max-width: 820px) {
  .mainContents .search__result {
    column-gap: 18px;
    row-gap: 18px;
  }
}
.mainContents .search__result .resultItem {
  width: 463px;
  background-color: #fffaf5;
}
@media screen and (max-width: 820px) {
  .mainContents .search__result .resultItem {
    width: 345px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .search__result .resultItem {
    width: 100%;
  }
}
.mainContents .search__result .resultItem__inner {
  padding: 30px;
}
@media screen and (max-width: 820px) {
  .mainContents .search__result .resultItem__inner {
    padding: 20px;
  }
}
.mainContents .search__result .resultItem__inner .link {
  margin-left: auto;
  padding-right: 27px;
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 20px;
  text-decoration: none;
  color: #323232;
  background-image: url("/shared/images/icon-link-red-01.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}
@media screen and (max-width: 820px) {
  .mainContents .search__result .resultItem__inner .link {
    font-size: 18px;
  }
}
.mainContents .search__result .resultItem .itemLogo {
  width: 206px;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .mainContents .search__result .resultItem .itemLogo {
    width: 160px;
    margin-bottom: 10px;
  }
}
.mainContents .search__result .resultItem .itemText {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 820px) {
  .mainContents .search__result .resultItem .itemText {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .search__result .resultItem .itemText {
    font-size: 17px;
    line-height: 1.7058823529;
  }
}
.mainContents .search__result .resultItem .itemOptions {
  font-size: 18px;
  line-height: 1.8888888889;
  background-color: #fff;
  margin-top: 15px;
  padding: 8px 20px;
}
@media screen and (max-width: 820px) {
  .mainContents .search__result .resultItem .itemOptions {
    font-size: 16px;
    line-height: 2.125;
    padding: 8px 20px;
  }
}
.mainContents .search__result .resultItem .itemOptions span {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .mainContents .search__result .resultItem .itemOptions span {
    margin-right: 12px;
  }
}
.mainContents .search__moreBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 8px 0 10px 0;
  margin-top: 15px;
  border: 2px solid #E60012;
  background: #fff;
  display: none;
}
@media screen and (max-width: 445px) {
  .mainContents .search__moreBtn {
    padding: 8px 0 8px 0;
  }
}
.mainContents .search__moreBtn__text {
  font-size: 18px;
}
.mainContents .search__moreBtn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  margin-top: 3px;
  margin-left: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 445px) {
  .mainContents .search__moreBtn__icon {
    margin-left: 10px;
  }
}
.mainContents .is-more-itemText {
  height: 100px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .mainContents .is-more-itemText {
    height: 80px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .is-more-itemText {
    height: 85px;
  }
}
.mainContents .is-active-more-icon .search__moreBtn__icon {
  transform: rotate(180deg);
  transition: 0.3s;
}
.mainContents .search_noresults {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mainContents .search_noresults {
    margin-bottom: 20px;
  }
}
.mainContents .search_noresults h2 {
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .mainContents .search_noresults h2 {
    font-size: 20px;
  }
}
.course {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 10px;
}