@charset "UTF-8";

/*
  HEADLINE
 */

.headline {
  color: #333;
  font-size: 28px;
  margin-bottom: 41px;
  text-align: center;
}

.sub-headline {
  border-bottom: 3px solid #66aae5;
  border-left: none;
  color: #66aae5;
  font-size: 22px;
  margin: 48px auto 20px;
  padding: 0 32px 6px;
  text-align: center;
  width: 136px;                 /* IE/edge */
    width: intrinsic;           /* Safari/WebKit は標準外の名称を使用 */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

/*
  TABLE
 */

.layout_table {
  margin: 0 auto 10px;
  width: 960px;
}

.layout_table th {
  background-color: #66aae5;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  padding: 16px 48px;
  text-align: left;
  width: 275px;
}

.layout_table td {
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 16px 48px;
}

.layout_table.white td {
  background-color: #fff;
}

.layout_table tr:nth-child(2n) td {
  background-color: #e5e9eb;
}

.layout_table li + li {
  margin-top: 14px;
}

/*
  アイコンが3つ並ぶレイアウト
 */

.layout_three-column {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.layout_three-column li {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 300px;
}

.layout_three-column .layout_icon {
  align-items: center;
  display: flex;
  height: 280px;
  justify-content: center;
}

.layout_three-column .three-column_headline {
  font-size: 19px;
  font-weight: bold;
  margin: 20px auto 10px;
  text-align: center;
}

.layout_three-column .three-column_description {
  font-size: 13px;
  line-height: 1.875;
  margin: 0 18px;
  width: 264px;
}

/*
  Note
 */

.note {
  line-height: 1.5;
  font-size: 83.3%;
  color: #888;
}

.notes-number-list,
.notes-list-item {
  color: #888;
}

/*
  HERO
 */

#hero {
  background: linear-gradient(-60deg, #006ad5, #65a7e9);
  color: #fff;
  height: 340px;
  margin: 0;
  overflow: hidden;
}

.hero-backup {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.hero-backup .body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 56px 410px 56px 40px;
  position: relative;
}

.hero-backup .hero-title {
  font-size: 32px;
  margin-left: 76px;
  order: 2;
}

.hero-backup .hero-label {
  align-items: center;
  background-color: #f2e12b;
  border-radius: 50px;
  color: #0059b4;
  display: flex;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  line-height: 1; /* 一部スマホで中央に置くために必要 */
  margin-bottom: 0;
  order: 1;
  width: 280px;
}

.hero-backup .hero-lead {
  font-size: 15px;
  margin: 0 0 0 76px;
  order: 3;
}

.hero-backup .free {
  align-items: center;
  background-color: #f2e12b;
  border-radius: 50%;
  color: #0059b4;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 64px;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 130px;
  width: 64px;
}

.hero-backup::before {
  content: url("../images/hero-backup_staging_bg.png");
  display: block;
  position: absolute;
  right: -95px;
  top: 0;
}

/* バックアップHEROバナー ここまで */

/*
  ページ内リンク MENU
 */

.layout_menu {
  background-color: #65a7e9;
  padding: 0;
}

.layout_menu ul {
  box-sizing: border-box;
  display: flex;
  height: 50px;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0 50px;
  width: 960px;
}

.layout_menu li {
  flex-grow: 1;
}

.layout_menu a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 100%;
  justify-content: center;
  text-decoration: none;
}

.layout_menu a:hover {
  opacity: 0.7;
}

/*
  バックアップ＆ステージングとは？
 */

.layout_whats-backup_staging .lead {
  font-size: 15px;
  line-height: 1.875;
  margin: 20px auto 40px;
  text-align: center;
  width: 640px;
}

/*
  主な特徴
 */

.layout_feature {
  background-color: #f5f4f5;
  padding: 50px 0;
}

/*
  機能・仕様
 */

.layout_function-specification .three-column_headline {
  color: #337ab7;
  margin-bottom: 0;
}

.layout_function-specification .layout_icon {
  height: 200px;
}

.layout_function-specification .three-column_description {
  margin-top: 20px;
}

.specification-example {
  margin: 56px auto;
  width: 700px;
}
.specification-example img {
  height: auto;
  width: 100%;
}

/*
  バックアップ＆ステージングのはじめ方
 */

.layout_use {
  background-color: #e5e9eb;
}

.layout_use > .cb.inner {
  padding: 72px 0 16px;
}

.layout_use .use-box {
  background-color: #fff;
  box-sizing: border-box;
  margin: 24px auto;
  padding: 24px 50px;
  position: relative;
}

.layout_use .use-box:last-child {
  margin-bottom: 0;
}

.use-box .use-box_headline {
  color: #337ab7;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.use-box p {
  margin-bottom: 10px;
}

.use-box .txtLink {
  color: #337ab7;
  font-weight: bold;
  text-decoration: none;
}

.use-box .txtLink:hover {
  text-decoration: underline;
}

.use-btn_link a {
  align-items: center;
  background-color: #2783d2;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  margin: 16px auto 4px;
  padding-right: 12px;
  position: relative;
  text-decoration: none;
  width: 320px;
}

.use-btn_link a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.use-btn_link a .fa {
  position: absolute;
  right: 18px;
  top: 16px;
}

.use-btn_link.pink a {
  background-color: #f27088;
}

.use-btn_link.white a {
  background-color: #fff;
  color: #2783d2;
  border: 1px solid #2783d2;
}

.layout_use > .layout_guide {
  background-color: #fff;
  overflow: hidden;
}

.note-snapup {
  margin: -30px auto 24px;
}

/* --------------------
IE11 hack
-------------------- */
@media all and (-ms-high-contrast: none) {
  .headline {
    /* アンカーリンクで飛んだ時にヘッダーが文字にかぶるのを防ぎます */
    padding-top: 10px;
  }

  .hero-backup .hero-label_strong {
    padding-top: 8px;
  }

  .hero-backup .free {
    box-sizing: border-box;
    padding-top: 8px;
    top: 150px;
  }

  .layout_menu a {
    box-sizing: border-box;
    padding-top: 5px;
  }

  .layout_table td {
    line-height: 1.5;
  }

  .use-box {
    line-height: 1.5;
  }

  .use-btn_link a {
    padding-top: 4px;
  }
}