@charset "UTF-8";

/*** ページタイトル（メインビジュアル） ***/
.page-title .small {
  margin: 0 0 0 1rem;
  font-size: 1.7rem;
}

/** スマホ 幅が 599px 以下 **/
@media screen and (max-width: 599px) {
  .page-title .small {
    display: block;
    margin: 0.5rem 0 0;
    font-size: 1.4rem;
  }
}

/*** セクション：検索前 ***/
.section-whois-search_before {
  display: block;
}

/*** whois検索BOX ***/

/** PC 幅が 600px 以上 **/
@media screen and (min-width: 600px) {
  .section-searchbox_whois {
    margin: 0 0 2rem;
    padding: 3rem;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
}

/** スマホ 幅が 599px 以下 **/
@media screen and (max-width: 599px) {
  .section-searchbox_whois {
    margin: 0 -1rem 2rem;
    background: #f6f6f6;
    width: 100%;
    padding: 2rem 1rem;
  }

  .section-whois-search_after .section-searchbox_whois {
    background: transparent;
  }
}

.section-searchbox_whois-form.is-done {
  position: relative;
}

.section-searchbox_whois-form.is-done::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat rgba(255, 255, 255, 0.5) url(img/bg_loading.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/** フォームwrap **/
.section-searchbox_whois-form {
  display: flex;
  margin: 0 9.5rem;
}

/** テキストボックス **/
.section-searchbox_whois-input_textbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.3rem;
  flex-grow: 1;
  padding: 0 1rem;
  overflow: hidden;
  outline: 0;
}

.err {
  background: #fdd;
  animation: vibration 0.1s ease 0s 3 normal;
}

/** submitボタン **/
.section-searchbox_whois-submit {
  height: 3.5rem;
  flex-basis: 6rem;
  padding-left: 1rem;
}

.section-searchbox_whois-input_submit {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  background: #5bc2dc;
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

.section-searchbox_whois-input_submit:hover {
  background-color: #3a9eb7;
}

/** スマホ 幅が 599px 以下 **/
@media screen and (max-width: 599px) {
  .section-searchbox_whois-form {
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .section-searchbox_whois-input_textbox {
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
  }

  .section-searchbox_whois-input_submit {
    border: 0;
    border-radius: 0 4px 4px 0;
  }

  .section-searchbox_whois-submit {
    padding-left: 0;
  }
}

.error-message_above,
.error-message_below {
  background: #fdd;
  padding: 1rem 1.4rem;
  margin: 0 9.5rem 0.7rem;
  border-radius: 4px;
}

.error-message_below {
  margin: 0.7rem 9.5rem 0;
}

/** スマホ 幅が 599px 以下 **/
@media screen and (max-width: 599px) {
  .error-message_above,
  .error-message_below {
    margin-left: 0;
    margin-right: 0;
  }
}

/*** サブセクションコラムテキスト ***/
.sub-section p,
.sub-section-unorderlist {
  margin: 0 0 0 2rem;
}

.sub-section-unorderlist li {
  list-style: square;
}

.unorderlist_related-link li {
  list-style: none;
}

/*** セクション：検索結果 ***/
.section-whois-search_after {
  display: block;
}

.section-searchbox_whois {
  position: relative;
}

aside.howto-read-whois {
  display: block;
}

aside.howto-read-whois a,
.article-search-result td a {
  color: #00a1c9;
}

.article-search-result td a:hover {
  text-decoration: underline;
}

/** PC 幅が 600px 以上 **/
@media screen and (min-width: 600px) {
  aside.howto-read-whois {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
  }

  aside.howto-read-whois a:hover {
    text-decoration: underline;
  }
}

/** スマホ 幅が 599px 以下 **/
@media screen and (max-width: 599px) {
  aside.howto-read-whois {
    position: relative;
    top: -40px;
    text-align: center;
  }
}

.article-search-result table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto 2rem;
}

.article-search-result tr {
  border-bottom: 1px solid #ccc;
}

.article-search-result th {
  width: 29rem;
  padding: 0;
  background: #fff;
  border: 0;
  border-left: 5px solid #5bc2dc;
  color: #444;
  font-weight: normal;
  text-align: left;
}

.article-search-result th span {
  display: block;
  padding: 0 0 1rem 1rem;
  position: relative;
}

.article-search-result th span::after {
  content: attr(data-ruby);
  position: absolute;
  bottom: 0;
  left: 1rem;
  color: #999;
  font-size: 0.75rem;
  font-weight: normal;
}

.article-search-result td {
  width: 30rem;
  background: #fff;
  border: 0;
  color: #444;
  word-break: break-all;
}

/** スマホ 幅が 599px 以下 **/
@media screen and (max-width: 599px) {
  .article-search-result table,
  .article-search-result tr,
  .article-search-result th,
  .article-search-result td {
    display: block;
  }

  .article-search-result tr {
    border: 0;
  }

  .article-search-result th {
    width: inherit;
    padding: 0.5rem 0;
  }

  .article-search-result td {
    width: inherit;
    margin: 1.5rem;
    margin-right: 0;
    padding: 0;
    border-bottom: 1px solid #bbb;
  }
}

.nodata {
  color: #bbb;
}

#whois-resultdetail {
  margin: 2rem 0 4rem;
}

#whois-resultdetail .resultdetail-text {
  background: #f3f3f3;
  border: 2px solid #f9f9f9;
  border-radius: 4px;
  padding: 3rem;
  font-size: 0.85rem;
  line-height: 1.6rem;
  overflow-x: auto;
}

.resultdetail-button button {
  display: block;
  width: 200px;
  margin: 2rem auto;
  padding: 1.3rem 0 3.2rem;
  position: relative;
  border: 0;
  border-radius: 4px;
  color: #65c2de;
  font-size: 1.4rem;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

.resultdetail-button button:hover {
  background: #eee;
}

.resultdetail-button button::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-right: 4px solid #65c2de;
  border-bottom: 4px solid #65c2de;
  transform: rotate(45deg);
  bottom: 1.7rem;
}

.resultdetail-button.is-open .resultdetail-button_open {
  display: none;
}

.resultdetail-button.is-close .resultdetail-button_close {
  display: none;
}

.resultdetail-button .resultdetail-button_close {
  padding: 3.2rem 0 1.3rem;
}

.resultdetail-button .resultdetail-button_close::after {
  transform: rotate(225deg);
  top: 0.2rem;
}

/*** フッターのドメイン検索を非表示 ***/
.layout_footer-search {
  display: none;
}

@keyframes vibration {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(6px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}