@charset "UTF-8";

#getable-domain .section,
.section-reason .section {
  padding-bottom: 4rem;
}

/*** ページタイトル (メインビジュアル) ***/

.layout_page-title {
  text-align: center;
  background: url(../images/main-visual.png) no-repeat top center #23b9d0;
  background-size: cover;
}

.page-title {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.2rem;
  text-shadow: 0 1px 0 #adadad;
}

.page-title-search {
  margin: 2rem auto 1.2rem;
}

.page-title-sub {
  color: #3a3a3a;
  font-size: 1.2rem;
  vertical-align: middle;
}

.page-title-sub_btn {
  border: 1px solid #333;
  border-radius: 2rem;
  color: inherit;
  display: block;
  font-size: 1rem;
  margin: 1rem auto 0;
  padding: 0.2rem 0.5rem;
  vertical-align: inherit;
  width: 13.8rem;
}

.page-title-sub_btn:hover {
  background-color: #333;
  color: #fff;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .layout_page-title .page-title {
    font-size: 2.7rem;
  }

  .page-title-sub_btn {
    margin: 0;
    display: inline-block;
  }
}

/*** banner ***/
.banner-wrap {
  display: flex;
  justify-content: space-between;
}

.banner-wrap .banner {
  position: relative;
}

.banner-wrap .banner:hover {
  opacity: 0.7;
}

.banner-wrap .banner-term {
  font-size: 1.14rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

.banner-transfer .banner-link,
.banner-temporary-registration .banner-link {
  background-color: #f0f0f0;
  border-radius: 7px;
  box-sizing: border-box;
  color: #404040;
  display: block;
  height: 100%;
  text-align: center;
}

.banner-transfer .banner-link::before,
.banner-temporary-registration .banner-link::before {
  border-radius: 50%;
  color: #fff;
  font-family: FontAwesome;
  font-size: 2rem;
  height: 4rem;
  left: 50%;
  line-height: 4rem;
  margin-left: -2rem;
  position: absolute;
  top: -1rem;
  width: 4rem;
}

.banner-transfer .banner-link::before {
  background-color: #67d7d7;
  content: "\f0d1";
  letter-spacing: 2px;
  transform: scale(-1, 1);
}

.banner-temporary-registration .banner-link::before {
  background-color: #5bc2dc;
  content: "\f1ad";
  letter-spacing: -2px;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .banner-wrap {
    flex-wrap: wrap;
  }

  .banner-wrap .banner {
    width: 100%;
  }

  .banner-wrap .banner:not(:last-child) {
    margin-bottom: 2rem;
  }

  .banner-transfer .banner-link,
  .banner-temporary-registration .banner-link {
    padding: 4rem 1rem 1rem;
    width: 100%;
  }

  .banner-link img {
    width: 100%;
    height: auto;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .banner-transfer,
  .banner-temporary-registration {
    width: 220px;
    height: 150px;
  }

  .banner-transfer .banner-link,
  .banner-temporary-registration .banner-link {
    padding: 4rem 1rem 0;
  }
}

/*** ドメイン ***/

.domain-box {
  position: relative;
  text-align: center;
}

.domain-box-link {
  color: inherit;
  display: block;
  padding: 1rem;
}

.domain-box_name {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.gtld-domain-box .domain-box_name {
  color: #00c8c8;
}

.jpdomain-domain-box .domain-box_name {
  color: #5bc2dc;
}

.domain-box_price {
  font-weight: bold;
  font-size: 1.4rem;
}

.domain-box_button {
  background-color: #f0f0f0;
  border-radius: 14px;
  display: block;
  margin: 1rem 2rem 0;
  padding: 0.5rem 1rem;
}

.gtld-domain-box .domain-box-link:hover .domain-box_button {
  background-color: #7fe3e3;
}

.jpdomain-domain-box .domain-box-link:hover .domain-box_button {
  background-color: #7ccee3;
}

/* 黄色い吹き出し */
.domain-box-balloon {
  position: absolute;
  top: -1rem;
  left: 1rem;
}

.domain-box-balloon span {
  background-color: #f1e30a;
  border-radius: 0.3rem;
  display: inline-block;
  padding: 0.2rem 0.5rem;
}

.domain-box-balloon::before {
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #f1e30a;
  bottom: -0.4rem;
  content: "";
  left: 50%;
  margin-left: -1.5rem;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 赤いNEWマーク */
.domain-box-new {
  background-color: #f45151;
  border-radius: 50%;
  color: #fff;
  right: 1rem;
  line-height: 3.5rem;
  position: absolute;
  text-align: center;
  top: -0.5rem;
  width: 3.5rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .domain-box {
    border: 1px solid #e1e1e4;
    margin: 0 0 1rem;
  }

  .price-button {
    margin: 0 1rem 4rem;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .domain-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .domain-box {
    flex-basis: 13rem;
    margin: 2rem 0;
    padding: 0 2rem;
  }

  .domain-box:not(:nth-child(4n)):not(:last-child) {
    border-right: 1px solid #e1e1e4;
  }

  .domain-box-link {
    padding: 0;
  }

  .jpdomain-domain-wrap::after {
    /* 最後の行を左寄せにする */
    content: "";
    flex-basis: 17rem;
  }

  /* 黄色い吹き出し */
  .domain-box-balloon {
    left: 0;
    text-align: center;
    top: -2.5rem;
    width: 100%;
  }

  /* 赤いNEWマーク */
  .domain-box-new {
    top: -2rem;
  }

  .price-button {
    width: 30rem;
    margin: 0 auto 4rem;
  }
}

/*** 選ぶ理由 ***/

.section-reason {
  background: url(../common/images/background-image_gray-dot.png) repeat 0 0 #fff;
}

.reason-box::before {
  content: "";
  display: inline-block;
}

.reason-number::before {
  background: url(../images/icon-medal.svg) no-repeat top center;
}

.reason-support::before {
  background: url(../images/icon-support.svg) no-repeat top center;
}

.reason-panel::before {
  background: url(../images/icon-panel.svg) no-repeat top center;
}

.reason-head {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .reason-box {
    display: flex;
    margin: 0 0 2rem;
    align-items: center; /* 子要素を縦中央に配置する */
  }

  .reason-box::before {
    background-size: 6rem 5rem;
    height: 5rem;
    margin: 0 1rem 0 0;
    width: 7rem;
  }

  .reason-text {
    flex: 1;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .reason-wrap {
    display: flex;
    justify-content: space-around;
  }

  .reason-box {
    flex-basis: 15rem;
  }

  .reason-box::before {
    height: 6rem;
    margin: 0 auto 1rem;
    width: 100%;
  }

  .reason-head {
    text-align: center;
  }
}

/*** フッター メニュー ***/

.layout_footer-menu {
  background-color: #f3f3f4;
}

.footer-menu {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.footer-menu_link {
  box-sizing: border-box;
  color: #404040;
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}

.footer-menu_link:hover {
  opacity: 0.7;
}

.footer-menu_title {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}

.footer-menu_title::before {
  background-color: #5bc2dc;
  color: #fff;
  border-radius: 50%;
  display: block;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto 1rem;
}

.footer-menu_title.outlink::after {
  font-size: 0.9rem;
  margin: 0 0 0 0.2rem;
}

.footer-menu_description {
  font-size: 1rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .footer-menu {
    justify-content: space-between;
    border-top: 1px solid #ccc;
  }

  .footer-menu_link {
    border-bottom: 1px solid #ccc;
    flex-basis: 50%;
  }

  .footer-menu_link:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .footer-menu {
    justify-content: space-around;
    padding: 3rem 0;
  }

  .footer-menu_title .hidden-if-sph {
    display: inline;
  }

  .footer-menu_link:not(.footer-menu_faq) .footer-menu_title::before {
    font-family: FontAwesome;
  }

  .footer-menu_faq .footer-menu_title::before {
    content: "Q";
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.1;
  }

  .footer-menu_flow .footer-menu_title::before {
    content: "\f101"; /* >>マーク */
  }

  .footer-menu_what .footer-menu_title::before {
    content: "\f128"; /* ?マーク */
  }

  .footer-menu_support .footer-menu_title::before {
    content: "\f013"; /* cogマーク */
  }
}

/*** フッター 取得したドメインと連携できるサービス ***/

.footer-service_title {
  font-size: 2rem;
  flex-basis: 100%;
  margin: 4rem 0 2rem;
  text-align: center;
}

.footer-service-web_title,
.footer-service-ssl_title {
  background-color: #f3f3f4;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
}

.service-web_wrap {
  display: flex;
  justify-content: space-between;
}

.service-web_box {
  font-size: 1rem;
  flex-basis: 47%;
  margin: 0 0 2rem;
}

.service-web_banner {
  margin: 0 auto 0.5rem;
}

.service-web_banner-link:hover {
  opacity: 0.7;
}

.service-web_banner-img {
  height: auto;
  width: 100%;
}

.footer-service-ssl {
  margin: 0 0 2rem;
}

.service-ssl_banner {
  margin: 0 0 1rem;
}

.service-ssl_banner-link:hover {
  opacity: 0.7;
}

.service-ssl_banner-img {
  width: 100%;
  height: auto;
}

.service-ssl_description {
  font-size: 1rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .footer-service-inner {
    padding: 0 1rem;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .footer-service-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
  }

  .footer-service-web {
    flex-basis: 470px;
  }

  .service-web_box {
    flex-basis: 225px; /* バナーの幅サイズに合わせる */
  }

  .footer-service-ssl {
    display: flex;
    flex-grow: 1;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .footer-service-ssl_title {
    flex-basis: 100%;
  }

  .service-ssl_banner,
  .service-ssl_description {
    flex-basis: 470px; /* バナーの幅サイズに合わせる */
  }
}

/*** フッター 検索フォーム ***/

.layout_footer-form {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f7f7;
  padding: 2rem 1rem;
}

.footer-form {
  border-radius: 4px;
  border: 1px solid #c6c6cd;
  display: flex;
}

.footer-form .input-domain {
  border: 0;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
  flex-grow: 1;
  flex-basis: 0; /* 幅を固定させるためにあえて入れておく */
  padding: 0 1rem;
  overflow: hidden;
}

.footer-form .submit {
  background-color: #ededee;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  flex-basis: 5rem;
  height: 2.5rem;
  position: relative;
  right: 0;
  top: 0;
}

.footer-form .submit:hover {
  background-color: #e1e1e4;
}

.footer-form .submit-text {
  font-size: 1rem;
  left: 1.6rem;
  line-height: 2.7rem;
  position: absolute;
  top: 0;
}

.footer-form .submit-input {
  background: 0 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  line-height: 1px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  text-indent: -1000px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .footer-form {
    margin: 0 auto;
    width: 30rem;
  }
}

/*** フッター お問い合わせ ***/

.footer-contacts-area {
  padding: 2rem;
}

.footer-contact:first-child::after {
  background-color: #707070;
  content: "";
  display: block;
  height: 1px;
  margin: 1.5rem auto;
  width: 94%;
}

.footer-contact-head {
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 1.07rem;
}

.footer-contact-button_link {
  display: block;
  background-color: #535356;
  color: #fff;
  font-size: 0.93rem;
  padding: 0.93rem;
  text-align: center;
}

.footer-contact-button_link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.footer-contacts-area .notes {
  color: #585858;
  font-size: 0.92rem;
  margin-top: 1.5rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .footer-contact-head {
    text-align: center;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .footer-contacts-area {
    padding: 2rem 0;
  }

  .footer-contacts {
    display: flex;
  }

  .footer-contact {
    align-items: center;
    display: flex;
  }

  .footer-contact:first-child::after {
    height: 1.57rem;
    margin: 0 2.1rem;
    width: 1px;
  }

  .footer-contact-head {
    font-size: 1.14rem;
    margin: 0 1.5rem 0 0;
  }

  .footer-contact-button_link {
    padding: 0.85rem 2.6rem;
    text-align: center;
  }

  .footer-contacts-area .notes {
    text-align: center;
  }
}