@charset "utf-8";
/* CSS Document */
section.welcom_title {
  text-align: center;
  padding: 50px;
  margin-bottom: 5em;
}
section.welcom_title h1 {
  line-height: 1.2em;
  /* white-space: nowrap; */
  margin-bottom: 30px;
  font-size: 4rem;
}
section.welcom_title h1:before, section.welcom_title h1:after {
  display: inline-block;
  content: "";
  width: 4rem;
  height: 4rem;
  border-bottom: #000 2px solid;
  margin-bottom: 6px;
}
section.welcom_title h1:before {
  rotate: 45deg;
}
section.welcom_title h1:after {
  rotate: -45deg;
}
section.welcom_title h3 {
  line-height: 1.4em;
  margin-bottom: 30px;
  color: goldenrod;
  font-weight: 600;
}
section.welcom_title p {
  max-width: 80vw;
  margin: 0 auto;
  width: 600px;
}
#itemsearch_welcome {
  background: gold;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 5em 0;
  margin-bottom: 5em;
}
section#itemsearch_welcome .container {
  width: 50%;
}
section.welcome_index dt a {
  color: #000;
}
section.welcome_index dt {
  font-size: 2.2rem;
  line-height: 1.4em;
  margin-bottom: 8px;
}
i.check-box:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #000;
  margin-right: 8px;
}
i.check-box:after {
  content: "";
  width: 10px;
  height: 12px;
  display: inline-block;
  border: 2px solid goldenrod;
  rotate: 45deg;
  position: absolute;
  margin-left: -17px;
  margin-top: -2px;
  border-top: none;
  border-left: none;
}
section.welcome_index dd:after {
  width: 7px;
  height: 10px;
  border: 2px solid #fc0;
  border-left: none;
  border-top: none;
  rotate: 45deg;
  left: -39%;
}
.welcome_index dl {
  width: calc(100% / 4 - 1rem);
  max-width: 300px;
  padding: 1.4vw;
}
section.welcome_index {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
  gap: 1rem;
  flex-wrap: wrap;
}

section.welcome_index dt img {
    padding: 0 20%;
}
section.welcome_item {
  text-align: center;
}
.footer-searchForm {
  margin-top: 30px;
}
span.fs-p-searchForm__inputGroup.fs-p-inputGroup {
  border-radius: 6px;
}
.fs-p-searchForm__button::before {
  font-size: 2em;
}
input.fs-p-searchForm__input.fs-p-inputGroup__input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
button.fs-p-searchForm__button.fs-p-inputGroup__button {
  align-self: center;
  width: 3em;
}
section.welcome_item {
  text-align: center;
  background: #f0f0f0;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* padding: 60px 0; */
  margin-bottom: 60px;
}
.footer-searchForm {
  margin-top: 2em;
}
span.fs-p-searchForm__inputGroup.fs-p-inputGroup {
  border-radius: 6px;
}
.fs-p-searchForm__button::before {
  font-size: 2em;
}
input.fs-p-searchForm__input.fs-p-inputGroup__input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
button.fs-p-searchForm__button.fs-p-inputGroup__button {
  align-self: center;
  width: 3em;
}
section#brand {
  margin-top: 30px;
  margin-bottom: 0;
}
.section .section-title p {
  font-size: 2.4rem;
}
i.check-box {
  display: block;
  position: absolute;
  margin-left: -18px;
}
.welcome_index dd {
  margin-left: 20px;
}
#newitem .tab_item {
  background: none;
}
.welcome_item section#newitem {
  margin-top: 100px;
}
.welcome_item h2.section-title {
  margin-bottom: 10px;
}
section.welcome_discover {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.welcome_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1em;
  margin: 2em auto 5em;
}

.search .welcome_box {
}
.welcome_box dl {
  width: 300px;
  padding: 2em;
  padding-bottom: 1em;
  border-radius: 8px;
  background: gold;
  color: #000;
  text-align: left;
  gap: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.search .welcome_box dl {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search .welcome_box dl dd {
    display: flex;
}

.welcome_box dl dd img {
    padding: 0 10%;
}
.members .welcome_box dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.welcome_box dt {
  font-size: 2rem;
  /* margin-bottom: 20px; */
}
section.welcome_guide {
  background: #f0f0f0;
  text-align: center;
  padding: 60px;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
a.button {
  background: #000;
  padding: 8px 18px 7px 20px;
  border-radius: 4px;
  color: #fff;
  width: 280px;
  margin-top: 20px;
}
a.button:after {
  display: inline-block;
  content: "";
  border: #fff 2px solid;
  width: 6px;
  height: 6px;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 2px;
  margin-left: 8px;
}


@media screen and (max-width: 768px) {

section.welcom_title h1 {
    font-size: 1.4rem;
    margin-bottom: .5em;
}


section.welcom_title {
    padding: 0;
}

section.welcom_title h1:before, section.welcom_title h1:after {
    width: 1.4rem;
    margin-bottom: 0.2rem;
    height: 1rem;
    border-bottom: 1px solid;
}

section.welcom_title h3 {
    font-size: 2.5rem;
    width: 90%;
    margin: 0 auto;
    margin-bottom: .5em;
}

section.welcom_title p {
    max-width: 100%;
}

section.welcome_index dl {
    width: calc(100% / 2 - 1rem);
}

section.welcome_index dl:after {
    border: 1px solid #d3d3d3;
    align-self: stretch;
    order: -1;
}

section.welcome_index dt {
    font-size: 1.6rem;
    text-align: center;
}

.welcome_index dd {
    font-size: 1.3rem;
}

h2 {
    font-size: 2.5rem;
}

section#itemsearch_welcome .container {
    width: 100%;
    padding: 0 4vw;
}


section.welcome_discover.members {
    width: 100%;
    max-width: 100vw;
}

section.welcome_discover {
    max-width: 100%;
}
}