@charset "utf-8";

body {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
}

.layout_main section:nth-of-type(n+2) {
  margin: 0 auto;
  padding: 56px 0;
}

.layout_main section:nth-child(odd) {
  background-color: #f1fafc;
}

.layout_main p {
  line-height: 1.71;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 599px) {
  .layout_main img {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 600px) {
  .column {
    flex-direction: row;
  }

  .column > .description {
    flex-grow: 1;
  }
}

/*
  HEADLINE
 */

.headline-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.headline {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 32px;
}

.headline::after {
  background-color: #4fbfe6;
  content: "";
  display: block;
  height: 3px;
  margin: 16px auto 0;
  width: 3rem;
}

.headline-upper {
  color: #333;
  font-size: 13px;
  height: 1.23;
  margin-bottom: 8px;
  order: -1;
}

@media (min-width: 600px) {
  .headline {
    font-size: 28px;
  }

  .headline::after {
    margin-top: 24px;
    width: 3.25em;
  }

  .headline-upper {
    font-size: 16px;
    height: 1.68;
  }
}

/*
  BUTTON
 */

.button {
  align-items: center;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 14px;
  height: 48px;
  justify-content: center;
  text-decoration: none;
  width: 176px;
}

.button:hover {
  opacity: 0.7;
}

.button.primary {
  background-color: #2c6bac;
  color: #fff;
}

.button.secondary {
  background-color: #fff;
  border: 2px solid #2c6bac;
  color: #2c6bac;
}

@media (min-width: 600px) {
  .button {
    font-size: 16px;
  }
}

/*
HERO
 */

#hero {
  margin: 0;
}

.layout_hero {
  background-image:
    url("../images/hero_img_left.png"),
    url("../images/hero_img_right.png");
  background-position:
    left 0 center,
    right 0 center;
  background-repeat:
    no-repeat,
    no-repeat;
  color: #1c1c1c;
  display: flex;
  align-items: center;
}

.hero-inner {
  align-items: center;
  background: linear-gradient(90deg, rgba(236, 250, 252, 0), rgba(236, 250, 252, 1) 10%, rgba(236, 250, 252, 1) 15%, rgba(236, 250, 252, 0) 100%);
  display: flex;
  height: 100%;
  padding: 0 100px;
}

.hero-description {
  margin-right: 32px;
}

@media (max-width: 1160px) {
  .layout_hero {
    background-image: url("../images/hero_img_right.png");
    background-position: right 0 center;
    background-repeat: no-repeat;
  }

  .hero-inner {
    padding: 0;
  }
}

@media (max-width: 599px) {
  .hero-inner {
    background: linear-gradient(90deg, rgba(236, 250, 252, 0), rgba(236, 250, 252, 1) 10%, rgba(236, 250, 252, 1) 70%, rgba(236, 250, 252, 0) 100%);
    flex-direction: column;
    padding: 24px 0;
  }

  .hero-description {
    margin-right: 0;
  }

  .hero-banner {
    margin-top: 24px;
  }
}

/* ヒーローイメージ コンテンツブーストバナー ここまで */

.hero-label {
  align-items: center;
  background-color: #fff;
  border: 1px solid #f8a703;
  border-radius: 2rem;
  color: #f80;
  display: flex;
  font-size: 16px;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 250px;
}

.hero-title {
  display: flex;
  margin-bottom: 24px;
}

.hero-title > span {
  font-size: 28px;
  flex-grow: 1;
}

.hero-free {
  align-items: center;
  background-color: #ea4b9f;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 43px;
  justify-content: center;
  margin-right: 16px;
  width: 43px;
}

@media (min-width: 600px) {
  .layout_hero {
    box-sizing: border-box;
    height: 310px;
  }

  .hero-label {
    font-size: 20px;
    height: 40px;
    margin-bottom: 34px;
    width: 320px;
  }

  .hero-title {
    align-items: center;
  }

  .hero-title > span {
    font-size: 32px;
  }

  .hero-free {
    font-size: 20px;
    font-weight: normal;
    height: 64px;
    margin-right: 12px;
    width: 64px;
  }

  .hero-description {
    font-size: 15px;
  }
}

/*
  ANCHOR LINK
 */

.layout_menu {
  background-color: #144166;
}

.anchor-link {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 21px 30px 0;
}

.anchor-link a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.anchor-link a:hover {
  opacity: 0.7;
}

@media (max-width: 599px) {
  .anchor-link li {
    margin-bottom: 21px;
  }

  .anchor-link li::before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 16px;
    vertical-align: middle;
    width: 1px;
  }

  .anchor-link li:first-child::before {
    content: none;
  }
}

@media (min-width: 600px) {
  .anchor-link {
    justify-content: space-around;
    height: 48px;
    margin: 0 auto;
    padding: 0 50px;
    width: 960px;
  }

  .anchor-link a {
    font-size: 18px;
    line-height: 1.33;
  }
}

/*
  コンテンツブーストとは？
 */

/* 3つの特徴 */

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

.features-item {
  width: 30%;
}

.features-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 160px;
  justify-content: center;
  margin: 0 auto;
  width: 160px;
}

.features-icon img {
  height: 56px;
  width: auto;
}

.features-headline {
  font-size: 18px;
  margin-top: 24px;
  text-align: center;
}

.features-text {
  margin-top: 24px;
}

@media (max-width: 599px) {
  .features {
    display: block;
  }

  .features-item {
    margin-top: 40px;
    width: 100%;
  }

  .features-item:first-of-type {
    margin-top: 0;
  }
}

/* CDNとは？ */

.cdn {
  border: 1px solid #c6e0e9;
  margin: 40px 0 0;
  padding: 40px;
}

.cdn-headline {
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  display: flex;
}

.cdn-headline::after {
  background-color: #4fbfe6;
  content: '';
  display: block;
  margin-top: 16px;
  height: 3px;
  width: 32px;
}

.cdn-illustration {
  background-color: #fff;
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 599px) {
  .cdn {
    padding: 24px;
  }

  .cdn-illustration img {
    width: 80%;
  }

  .cdn-description p {
    margin-top: 24px;
  }
}

@media (min-width: 600px) {
  .dn-illustration {
    width: 296px;
  }

  .cdn {
    align-items: flex-start;
  }

  .cdn-headline {
    font-size: 18px;
  }

  .cdn-description {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    width: 576px;
  }

  .cdn-description p {
    margin-top: 24px;
  }

  .cdn-illustration {
    margin: 0 0 0 40px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }
}

/* こんな方におすすめ */

.recommended {
  background: #fff;
  display: block;
  margin-top: 40px;
  padding: 40px;
}

.recommended-headline {
  font-size: 22px;
  text-align: center;
}

.recommended-list {
  align-items: center;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 16px;
}

.recommended-item {
  display: flex;
  line-height: 24px;
  margin-left: 2%;
  margin-top: 16px;
  width: 48%;
}

.recommended-item::before {
  color: #f80;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 24px;
  margin-right: 8px;
}

.recommended-item:nth-child(odd) {
  margin-right: 2%;
  margin-left: 0;
}

@media (max-width: 599px) {
  .recommended-list {
    display: block;
  }

  .recommended-item {
    width: 100%;
  }

  .recommended-item {
    margin-right: 0;
    margin-left: 0;
  }

  .recommended-item:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
}

/*
  ご利用方法
 */

.how-to_trial,
.how-to_free {
  display: flex;
  flex-direction: column;
}

.how-to_free a {
  text-decoration: none;
}

.how-to_img {
  border: 1px solid #bfc2c4;
  margin-bottom: 16px;
  order: -1;
  position: relative;
}

.how-to_img:hover {
  opacity: 0.7;
}

.how-to_icon {
  align-items: center;
  background: #f80;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  line-height: 24px;
  position: absolute;
  right: -16px;
  top: -16px;
  width: 80px;
}

.how-to_headline {
  margin-bottom: 16px;
}

.how-to-button {
  padding-top: 20px;
  margin-top: auto;
  text-align: center;
}

.how-to-button .button {
  height: 44px;
  width: 200px;
}

.how-to_trial {
  margin-bottom: 56px;
}

@media (min-width: 600px) {
  .how-to_trial,
  .how-to_free {
    margin: 0;
    width: 462px;
  }

  .how-to_headline {
    font-size: 18px;
  }

  .how-to-button .button {
    width: 240px;
  }
}

/*
  料金
 */

.spec-table {
  border-collapse: collapse;
  -webkit-text-size-adjust: 100%;
}

.spec-table th,
.spec-table td {
  border: 1px solid #ccc;
  padding: 8px;
}

.spec-table th {
  background-color: #e5e5e5;
  font-weight: normal;
  text-align: left;
  word-break: keep-all;
}

.spec-table td {
  background-color: #fff;
}

.pricing-list {
  margin: 8px 0 8px 1.5em;
}

.pricing-note {
  display: flex;
  margin-top: 16px;
}

.pricing-note::before {
  content: '※';
}

.spec-table .list {
  margin-left: 16px;
}

.layout_spec .note {
  display: flex;
  font-size: 13px;
  margin-top: 8px;
}

.layout_spec .note::before {
  content: '※';
}

.spec-setting {
  background: #e7f1fc;
  text-align: center;
  padding: 24px;
  margin-top: 56px;
}

.spec-setting .new {
  margin: 0;
}

.spec-setting .existing {
  margin-top: 32px;
}

.spec-button {
  margin-top: 17px;
}

.spec-button .button {
  width: 100%;
}

@media (max-width: 599px) {
  .spec-table_wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .spec-table {
    width: 800px;
  }
}

@media (min-width: 600px) {
  .spec-table {
    margin: 0 auto;
  }

  .spec-table + .note-wrap {
    margin: 8px auto 0;
  }

  .spec-table th,
  .spec-table td {
    border: 1px solid #ccc;
    padding: 16px 24px;
  }

  .spec-setting {
    background-color: #e7f1fc;
    margin-top: 56px;
    padding: 40px 88px;
  }

  .spec-setting .new,
  .spec-setting .existing {
    margin: 0;
    width: 352px;
  }
}

/*
　よくある質問
 */

.faq .q,
.faq .a {
  background: #f1fafc;
}

.faq .q {
  color: #333;
  font-weight: bold;
  padding: 16px 24px;
  margin-top: 24px;
}

.faq .a {
  padding: 0 24px 24px;
}

.faq .q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .a a {
  color: #2c6bac;
  text-decoration: none;
}

.faq .q > .toggle {
  border: 1px solid #888;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 1px;
  position: relative;
  transition: all 300ms 0s ease;
  display: none;
}

.faq .q > .toggle::before,
.faq .q > .toggle::after {
  background: #888;
  content: '';
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
}

.faq .q > .toggle::before {
  height: 1px;
  transform: translate(-50%, -50%);
  transition: all 300ms 0s ease;
  width: 12px;
}

.faq .q > .toggle::after {
  height: 12px;
  transform: translate(-50%, -50%);
  transition: all 300ms 0s ease;
  width: 1px;
}

.faq .q.opened > .toggle::after {
  height: 0;
  width: 0;
}

.faq .q:hover > .toggle {
  border: 1px solid #4ebfe6;
}

.faq .q:hover > .toggle::before,
.faq .q:hover > .toggle::after {
  background: #4ebfe6;
}

.faq .a-list {
  padding-left: 1.5em;
  margin: 16px 0;
}

.faq .text {
  width: calc(100% - 36px);
}

.faq .text .heading {
  font-size: 14px;
  margin: 16px 0 8px;
}

.faq .icon {
  color: #4ebfe6;
  font-weight: bold;
  font-size: 22px;
}

.faq-support {
  margin-top: 48px;
  text-align: center;
}

.faq-button .button {
  height: 44px;
  margin-top: 16px;
  width: 200px;
}

.layout_main .copyright {
  margin: 16px auto;
}

@media (min-width: 600px) {
  .faq {
    margin: 0 auto;
  }

  .faq .q {
    font-size: 16px;
  }

  .faq-support {
    margin-top: 40px;
  }

  .faq-button .button {
    width: 240px;
  }
}

/* --------------------
IE11 hack
スペースの調整
-------------------- */
@media all and (-ms-high-contrast: none) {
  .hero-label {
    padding-top: 7px;
  }

  .hero-free {
    box-sizing: border-box;
    padding-top: 7px;
  }

  .how-to_icon > span {
    margin-top: 5px;
  }

  .hero-title > span {
    margin-top: 7px;
  }

  .anchor-link a {
    display: inline-block;
    margin-top: 6px;
  }

  .button {
    padding-top: 6px;
  }

  .font-button-item {
    padding-top: 5px;
  }

  .example-image .example span {
    height: 135px;
    line-height: 99px;
  }
}