/*==========================================================================
section#whois_area
========================================================================== */
section#whois_area .inner {
  padding-top: 5.2083333333vw;
}
section#whois_area .txt-h2 {
  text-decoration: underline;
  -webkit-text-decoration-color: #FED21D;
          text-decoration-color: #FED21D;
  text-underline-offset: 0.8vw;
  text-decoration-thickness: 2px;
  margin-bottom: 2.6041666667vw;
}
section#whois_area .top-box {
  justify-content: space-between;
}
section#whois_area .top-box .img-box {
  order: 2;
  width: 48%;
  height: 44vw;
}
section#whois_area .top-box .img-box img {
  border-radius: 2.6041666667vw;
}
section#whois_area .top-box .txt-box {
  order: 1;
  width: 48%;
}
section#whois_area .top-box .txt-box .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5625vw;
  justify-content: space-between;
}
section#whois_area .top-box .txt-box .items:first-child {
  margin-top: 0;
}
section#whois_area .top-box .txt-box .txt-h3 {
  background: #FED21D;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5vw 1vw;
  border-radius: 0.3vw;
}
section#whois_area .top-box .txt-box .txt-p {
  width: calc(100% - 9.5vw);
}
section#whois_area .top-box .txt-box .list-box {
  width: 100%;
}
section#whois_area .top-box .txt-box .list-box dl {
  margin: 0;
  padding: 1vw 0;
  display: flex;
  border-bottom: solid 1px #D9D9D9;
}
section#whois_area .top-box .txt-box .list-box dl dt, section#whois_area .top-box .txt-box .list-box dl dd {
  padding: 0;
  margin: 0;
  line-height: 1.8em;
}
section#whois_area .top-box .txt-box .list-box dl dt {
  width: 9.5vw;
}
section#whois_area .top-box .txt-box .list-box dl dd {
  width: calc(100% - 9.5vw);
}
section#whois_area .bot-box {
  background: #FBF9F3;
  margin-top: 5.2083333333vw;
  padding-top: 5.2083333333vw;
  padding-bottom: 7.8125vw;
}
section#whois_area .bot-box .list-box {
  width: 68.16%;
  margin: 0 auto;
}
section#whois_area .bot-box .list-box .img-box {
  width: 52%;
  margin-left: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#whois_area .bot-box .list-box .img-box img {
  border-radius: 0.5208333333vw;
}
section#whois_area .bot-box .list-box .txt-box {
  width: 52%;
  background: #ffffff;
  padding: 2.6041666667vw 2.5041666667vw;
  padding-bottom: 5.2083333333vw;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 2.6041666667vw;
  z-index: 1;
  border-radius: 0.7vw;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
section#whois_area .bot-box .list-box .txt-box .txt-h3 {
  border-bottom: solid 2px #FED21D;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
section#whois_area .bot-box .list-box .txt-box .txt-p {
  line-height: 1.8em;
}
section#whois_area .bot-box .list-box li {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 7.03125vw;
}
section#whois_area .bot-box .list-box li:nth-child(2n) .img-box {
  margin-left: 0;
}
section#whois_area .bot-box .list-box li:nth-child(2n) .txt-box {
  left: initial;
  right: 0;
}
section#whois_area .bot-box .list-box li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  section#whois_area .inner {
    padding-top: 70px;
  }
  section#whois_area .txt-h2 {
    font-size: 22px;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    margin-bottom: 50px;
  }
  section#whois_area .top-box {
    justify-content: space-between;
  }
  section#whois_area .top-box .img-box {
    order: 1;
    width: 100%;
    height: 63.3333333333vw;
    margin-bottom: 50px;
  }
  section#whois_area .top-box .img-box img {
    border-radius: 20px;
  }
  section#whois_area .top-box .txt-box {
    order: 2;
    width: 100%;
  }
  section#whois_area .top-box .txt-box .items {
    margin-top: 20px;
  }
  section#whois_area .top-box .txt-box .items:first-child {
    margin-top: 0;
  }
  section#whois_area .top-box .txt-box .txt-h3 {
    font-size: 16px;
    padding: 8px 22.5px;
    border-radius: 5px;
  }
  section#whois_area .top-box .txt-box .txt-p {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  section#whois_area .top-box .txt-box .list-box {
    width: 100%;
  }
  section#whois_area .top-box .txt-box .list-box dl {
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  section#whois_area .top-box .txt-box .list-box dl dt, section#whois_area .top-box .txt-box .list-box dl dd {
    font-size: 16px;
    width: 100%;
  }
  section#whois_area .top-box .txt-box .list-box dl dt {
    margin-bottom: 10px;
    line-height: 1;
  }
  section#whois_area .bot-box {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  section#whois_area .bot-box .list-box {
    width: 100%;
  }
  section#whois_area .bot-box .list-box .img-box {
    order: 1;
    width: 100%;
    margin-left: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  section#whois_area .bot-box .list-box .img-box img {
    border-radius: 0.5208333333vw;
  }
  section#whois_area .bot-box .list-box .txt-box {
    order: 2;
    width: 100%;
    padding: 30px 4%;
    padding-bottom: 100px;
    box-sizing: border-box;
    position: initial;
    left: initial;
    top: initial;
    border-radius: 0;
    box-shadow: initial;
  }
  section#whois_area .bot-box .list-box .txt-box .txt-n {
    font-size: 24px;
  }
  section#whois_area .bot-box .list-box .txt-box .txt-h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 26px;
  }
  section#whois_area .bot-box .list-box .txt-box .txt-p {
    font-size: 16px;
  }
  section#whois_area .bot-box .list-box li {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  section#whois_area .bot-box .list-box li:nth-child(2n) .img-box {
    margin-left: 0;
  }
  section#whois_area .bot-box .list-box li:nth-child(2n) .txt-box {
    left: initial;
    right: 0;
  }
  section#whois_area .bot-box .list-box li:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=profile.css.map */