@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
}

img {
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
}

.kerning {
  letter-spacing: -.5em;
}

.kerning *:not(.kerning) {
  letter-spacing: normal;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

.header {
  padding: 2% 0 0;
}

.header h1 {
  width: 50%;
  margin: 0 auto 3%;
}

.keyvisual {
  height: 0;
  padding-top: 39%;
  position: relative;
  text-align: center;
  background: url('../images/key-back.png') 0 bottom no-repeat;
  background-size: 100%;
}

.keyvisual img {
  left: 32em;
  right: 0;
  top: 3rem;
  width: 50vw;
  margin: auto;
  position: absolute;
}

.btns {
  text-align: center;
  margin: 5rem auto 0;
}

.btns .btn {
  color: #fff;
  margin: 0 1em;
  padding: 10px;
  font-size: 3.5vw;
  border-radius: 10px;
  text-decoration: none;
  width: calc(50% - 2em);
  text-shadow: 1px 1px 4px #111;
}

.btns .btn:hover {
  opacity: 0.8;
}

.btns .traial {
  background: #eb4343;
}

.btns .paid {
  background: rgb(230, 145, 32);
}

.btns .note {
  color: #000;
  margin: 0.5em 0 0;
  font-size: 1.2rem;
}

.catch_copy {
  padding: 1rem 0;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #e4e4e4;
  /* background-color: #e4e4e4; */
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", sans-serif;
}

.catch_copy .period {
  font-size: 4.5rem;
}

.catch_copy .free {
  color: red;
  font-size: 6rem;
}

h2 {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  background: #006d3c;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", sans-serif;
}

.points > h2 {
  margin-top: 0;
  padding: 1rem 0;
}

h3 {
  font-size: 5rem;
  text-align: center;
}

.contents {
  padding: 0 0 10rem;
}

.content {
  color: #006d3c;
  font-size: 4rem;
}

.content .number {
  font-size: 5rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.content .sub {
  color: #000;
  font-size: 1.6rem;
  margin: 0 0 0 6rem;
  font-weight: normal;
}

.content .point {
  padding: 3rem 0;
  line-height: 1.2;
  font-weight: bold;
  background-size: 10%;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #000;
  background-position: right center;
}

.content .point:last-child {
  border: none;
  padding-bottom: 0;
}

.points .point:last-child {
  margin: 3rem 0 0;
}

.content .delivery {
  background-image: url("../images/time.png");
}

.content .browser {
  background-image: url("../images/browser.png");
}

.content .backnumber {
  background-image: url("../images/backnumber.png");
}

.content .backnumber-cloud {
  background-image: url("../images/backnumber-cloud.png");
}

.content .backnumber-search {
  background-image: url("../images/backnumber-search.png");
}

.content .search {
  background-image: url("../images/search.png");
}

.content .device {
  background-image: url("../images/device.png");
}

.content .wall {
  background-image: url("../images/wall.gif");
}

.content .mail {
  background-size: 9%;
  background-image: url("../images/mail.png");
}

.content .print {
  background-size: 9%;
  background-image: url("../images/background-printer.png");
}

.movie {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
}

.movie iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.introductions {
  text-align: center;
}

.introductions h3 {
  padding: 8rem 0 5rem;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-image: url("../images/paper01.png"),
                    url("../images/paper02.png");
}


.introductions .title {
  font-size: 3.5rem;
  margin: 3rem 0 2rem;
  background: #006d3c;
}

.introductions .introduction {
  color: #fff;
  margin: 0 3rem;
  line-height: 1.4;
  font-size: 2.4rem;
  padding: 0 5rem 5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/background-paper.png");
}

.introductions .introduction img {
  width: 90%;
}


.introductions .strongpoint {
  margin: 5rem 0 0;
  font-weight: bold;
  text-align: left;
}

.newspapers .newspaper {
  width: 48%;
  margin-left: 4%;
}

.newspapers .newspaper:last-child {
  margin-left: 0;
}

table {
  width: 100%;
  margin: 5rem 0 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table#requirement {
  font-size: 122%;
  line-height: 1.4;
  text-align: center;
  border-top: #999 1px solid;
  border-left: #999 1px solid;
}

table#requirement th {
  font-weight: bold;
  padding: 10px 5px;
  vertical-align: middle;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
}

table#requirement th.pc {
  color: #fff;
  width: 21%;
  background-color: #6fa18a;
}

table#requirement th.os {
  background-color: #ebebeb;
  color: #333;
}

table#requirement td {
  padding: 10px 5px;
  vertical-align: middle;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
}

ul.chu {
  font-size: 85%;
  line-height: 1.4;
  margin-top: 10px;
  text-align: left;
  margin-left: 2.2em;
}

ul.chu li {
  text-indent: -2em;
}

table.price {
  font-size: 122%;
  line-height: 1.4;
  text-align: center;
  border-top: #006d3c 1px solid;
  border-left: #006d3c 1px solid;
}

table.price th {
  width: 50%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 10px 5px;
  background: #006d3c;
  vertical-align: middle;
  border-right: #006d3c 1px solid;
  border-bottom: #006d3c 1px solid;
}

table.price th:nth-of-type(1) {
  border-right: #fff 1px solid;
}

table.price td {
  font-size: 2.2rem;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px 10px 5%;
  border-right: #006d3c 1px solid;
  border-bottom: #006d3c 1px solid;
}

table.price .note {
  line-height: 1.5;
  font-size: 1.6rem;
}

table.use {
  font-size: 122%;
  line-height: 1.4;
  text-align: center;
  border-top: #006d3c 1px solid;
  border-left: #006d3c 1px solid;
}

table.use th {
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 10px 5px;
  vertical-align: middle;
  border-right: #006d3c 1px solid;
  border-bottom: #006d3c 1px solid;
}

table.use .conditions {
  border-bottom: #fff 1px solid;
}

table.use th:nth-of-type(2),
table.use td:nth-of-type(2) {
  color: #fff;
  background: #006d3c;
}

table.use .perspective {
  border-bottom: #006d3c 1px solid;
}

table.use th:nth-of-type(3) {
  border-right: #006d3c 1px solid;
}

table.use td {
  padding: 10px 5px;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-right: #006d3c 1px solid;
  border-bottom: #006d3c 1px solid;
}

.footer {
  background: #f1f1f1;
}

.footer .container {
  padding: 2% 0 1%;
  position: relative;
  text-align: center;
}

.footer .page_top {
  right: 0;
  bottom: 0;
  position: absolute;
}

.view {
  opacity: 0;
  transition: 0.7s;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}

.inview {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


@media screen and (min-width: 1024px) {
  .btns .btn {
    font-size: 3.5rem;
  }

  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}



@media screen and (max-width: 768px) {
  .catch_copy .target,
  .catch_copy .possible {
    display: block;
  }

  .catch_copy .free {
    line-height: 1;
  }
}


@media screen and (max-width: 640px) {
  html {
    font-size: 50%;
  }

  .keyvisual img {
    width: 90vw;
    left: 0;
    right: 0;
  }

  .content .point {
    background: none;
  }

  .content .sub {
    margin-top: 1rem;
  }

  .introductions h3 {
    padding: 5rem 0 5rem;
  }

  .introductions .introduction {
    margin: 0;
    width: 100%;
    padding: 0 0 5rem;
  }

  .introductions .introduction img {
    width: 70%;
  }

  .newspapers .newspaper {
    width: 100%;
    margin: 0 0 5%;
  }

  .newspapers .newspaper > img {
    width: 40%;
    float: left;
    margin-right: 20px;
  }

  table.price td {
    padding: 10px 5px;
  }
}


@media screen and (max-width: 479px) {
  .btns .btn {
    width: 85%;
    padding: 15px;
    font-size: 5vw;
  }

  .btns .btn:not(:first-of-type) {
    margin-top: 1.5em;
  }

  table.price {
    border-left: none;
  }

  table.price th {
    width: 100%;
    display: block;
  }

  table.price th:nth-of-type(1) {
    margin: 0 0 1em;
    border-right: none;
  }
}
