@charset "UTF-8";


/*検索共通*/
.search-domain__input {
  -ms-flex-preferred-size: calc(100% - 180px);
      flex-basis: calc(100% - 180px);
  max-width: calc(100% - 180px);
}
@media only screen and (max-width: 767px) {
  .search-domain__input {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    max-width: 84%;
  }
}

.search-domain__send {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .search-domain__send {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
}

.search-domain, .search-domain__flex {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.search-domain__input, .search-domain__flex__input {
  position: relative;
}
.search-domain__input::after, .search-domain__flex__input::after {
  content: var(--domain-name);
  min-width: 94px;
  height: 30px;
  border: 2px solid #c7ddff;
  border-radius: 8px;
  color: #c7ddff;
  font-size: 1.8rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .search-domain__input::after, .search-domain__flex__input::after {
    min-width: 60px;
    height: 28px;
    right: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-domain input, .search-domain__flex input {
    font-size: 1.2rem;
  }
}

.search-domain__input.longDomain::after, .search-domain__flex.longDomain::after {
  min-width: 150px;
  height: 30px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .search-domain__input.longDomain::after, .search-domain__flex.longDomain::after {
    min-width: 90px;
    font-size: 1.2rem;
  }
}

/*MV*/
.underpage-title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .underpage-title .underpage-title__text .jp {
    margin-right: 0;
  }
  .underpage-title .underpage-title__text .en {
    display: block;
  }
  .underpage-title .underpage-title__text .jp::before, .underpage-title .underpage-title__text .jp::after {
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  .underpage-title .underpage-title__text .jp::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.domain-mv {
  background: #f5f9ff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.domain-mv::after {
  background: #fff;
  content: "";
  height: 90px;
  left: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .domain-mv::after {
    height: 70px;
  }
}
.domain-mv .bread__list {
  padding-top: 18px;
}
.domain-mv__txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  color: #262626;
}
@media only screen and (max-width: 1205px) {
  .domain-mv__txt {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .domain-mv__txt {
    font-size: 1.4rem;
  }
}
.domain-mv__priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
}
@media only screen and (max-width: 1205px) {
  .domain-mv__priceList {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .domain-mv__priceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.domain-mv__priceItem {
  -ms-flex-preferred-size: 31.8518518519%;
      flex-basis: 31.8518518519%;
  max-width: 31.8518518519%;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center;
  color: #262626;
}
@media only screen and (max-width: 1205px) {
  .domain-mv__priceItem {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .domain-mv__priceItem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.domain-mv__priceItem a {
  text-decoration: underline;
}
.domain-mv__priceLabel {
  font-size: 1.6rem;
  line-height: 1.5;
}
.domain-mv__priceNum {
  margin-top: 8px;
  color: #6599ff;
  line-height: 1;
}
.domain-mv__priceNum .num {
  font-family: "Century Gothic", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1205px) {
  .domain-mv__priceNum .num {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .domain-mv__priceNum .num {
    font-size: 3.2rem;
  }
}
.domain-mv__priceNum .yen {
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .domain-mv__priceNum .yen {
    font-size: 1.8rem;
  }
}
.domain-mv__priceNum .note {
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: super;
  margin-left: 2px;
}
.domain-mv__priceCaption {
  margin-top: 8px;
  color: #2d2d2d;
  font-size: 1.4rem;
  line-height: 1.7;
}
.domain-mv__priceCaption .underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.domain-mv__priceCaption.cp {
  text-align: left;
}
.domain-mv__priceCaption.cp .c-red {
  line-height: 1.4;
}

/*詳細情報*/
.two-column__left {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .two-column__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.two-column__right {
  -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .two-column__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.two-column__right .y, .two-column__right .n {
  display: block;
  width: 24px;
  height: 24px;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor, 0 0.5px 0 currentColor, 0 -0.5px 0 currentColor;
}
.two-column__right .y::before {
  content: "\25cb";
  color: #88E32E;
}
.two-column__right .n::before {
  content: "\d7";
  color: #CCCCCC;
}
.two-column__title {
  font-size: 1.6rem;
}

/*選ばれる理由*/
.reason {
  background: #e7f1ff;
}
.reasonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1205px) {
  .reasonList {
    gap: 24px;
  }
}
.reasonItem {
  -ms-flex-preferred-size: 23.3333333333%;
      flex-basis: 23.3333333333%;
  max-width: 23.3333333333%;
  background: white;
  padding: 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1205px) {
  .reasonItem {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .reasonItem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.reasonItem__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.6;
}
.reasonItem__txt {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.reasonItem__txt b {
  font-size: 1.4rem;
}
.reasonItem figure img {
  width: 110px;
}
.reason .note {
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: right;
}

/*ドメイン取得の流れ*/
.flowList {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media only screen and (max-width: 1205px) {
  .flowList {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .flowList {
    padding: 0 24px;
  }
}
.flowItem {
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
}
.flowItem__icon {
  width: 108px;
  height: 108px;
  margin: 0 auto;
  border-radius: 50%;
  background: #F5F9FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flowItem__icon img {
  width: 56px;
  height: auto;
}
.flowItem:nth-of-type(2) .flowItem__icon img {
  width: 48px;
}
.flowItem:nth-of-type(3) .flowItem__icon img {
  width: 64px;
}
.flowItem__ttl {
  margin-top: 16px;
  color: #6599ff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 1205px) {
  .flowItem__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .flowItem__ttl {
    font-size: 1.8rem;
  }
}
.flowItem__txt {
  margin-top: 16px;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1205px) {
  .flowItem__txt {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .flowItem__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.flowArrow {
  width: 24px;
  height: 108px;
  position: relative;
}
@media only screen and (max-width: 1205px) {
  .flowArrow {
    width: 108px;
    height: 24px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.flowArrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #6599ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow .note {
  max-width: 344px;
  font-size: 1.4rem;
  margin-top: 16px;
}
@media only screen and (max-width: 1205px) {
  .flow .note {
    margin: 16px auto 0;
  }
}

/*よくある質問*/
.faq {
  background: #F5F9FF;
}
.faqList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.faqItem {
  border-bottom: 1px solid #dbe7ff;
  padding-bottom: 24px;
  color: #2f334c;
}
.faqItem__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.faqItem__a {
  margin-top: 16px;
}
.faqItem__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  font-family: "Century Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.faqItem__mark--q {
  color: #6599ff;
}
@media only screen and (max-width: 767px) {
  .faqItem__mark {
    font-size: 2rem;
  }
}
.faqItem__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .faqItem__body {
    font-size: 1.6rem;
  }
}
.faqItem__body b {
  font-size: inherit;
}
.faqItem__txt {
  position: relative;
  margin: 0 0 0 28px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .faqItem__txt {
    margin-left: 28px;
    font-size: 1.4rem;
  }
}
.faqItem__txt::before {
  position: absolute;
  top: 0;
  left: -26px;
  color: #ff6699;
  content: "A";
  font-family: "Century Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .faqItem__txt::before {
    top: 4px;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=domaindetail.css.map */
