footer {
  background-color: #4c5758;
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px; }

footer a {
  color: #FFF; }

footer a:hover {
  color: #FFF; }

footer a.footer-sns-link {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  background: #FFF;
  color: #4c5758;
  text-align: center;
  padding: 0;
  margin: 0; }

footer a.footer-sns-link:hover {
  background: #DDD;
  text-decoration: none; }

footer a.footer-sns-link i {
  line-height: 36px; }

section {
  padding-top: 160px;
  padding-bottom: 160px; }

.section-sub-title {
  font-weight: bold;
  text-align: center;
  padding-left: 8px;
  line-height: 42px;
  color: #666;
  position: relative;
  font-size: 16px;
  padding: 0; }

.section-sub-title img {
  height: 40px;
  line-height: 50px;
  margin-bottom: 10px; }

.section-sub-title::after {
  content: "";
  display: block;
  width: 120px;
  border-bottom: solid 1px #ccc;
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.section-main-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 16px 0 0 0; }

.section-main-description {
  position: relative;
  margin-top: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 32px; }

/*
* Navi
*/
.site-navi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
  background: #fff;
  height: auto;
  z-index: 9999;
  border-bottom: solid 1px #dde9f7; }

.nav-brand {
  float: left; }

.nav-brand img {
  height: 42px;
  width: auto; }

.page-nav-menu {
  float: left; }

.page-nav-menu ul {
  margin: 0;
  padding-left: 20px; }

.page-nav-menu li {
  line-height: 50px; }

.page-nav-menu a {
  line-height: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
  color: #999; }

.page-nav-menu a:hover {
  text-decoration: none;
  color: #2b6dbe; }

.nav-menu {
  float: right; }

.nav-menu ul {
  margin: 0; }

.nav-menu .btn {
  height: 50px;
  line-height: 40px;
  font-size: 14px; }

header {
  margin-top: 70px;
  background-color: #2b6dbe;
  color: #fdfeff; }

.header-signup,
.header-lead {
  padding-top: 60px;
  padding-bottom: 60px; }

.header-lead h1 {
  font-size: 42px;
  line-height: 1.8; }

.header-lead p {
  font-size: 18px;
  line-height: 1.8; }

.header-signup .panel {
  color: #03080e; }

.header-signup label {
  font-weight: normal;
  font-size: 12px; }

a.social-login,
a.social-login:hover,
a.social-login:active,
a.social-login:visited {
  text-decoration: none;
  cursor: pointer;
  padding: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  display: block;
  font-size: 20px; }

a.social-login i {
  line-height: 40px; }

a.social-login-facebook {
  background-color: #3b5998; }

a.social-login-github {
  background-color: #333333; }

a.social-login-google {
  background-color: #db3236; }

.clients-section {
  border-bottom: solid 1px #edf3fb;
  padding-top: 20px;
  padding-bottom: 20px; }

.clients-section h2 {
  text-align: center;
  font-size: 15px;
  color: #999;
  padding: 42px 0px;
  margin-bottom: 24px; }

.client-log {
  padding: 20px 80px; }

.client-log figure {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto; }

.client-log figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%) opacity(80%);
  -o-filter: grayscale(100%) opacity(80%);
  filter: grayscale(100%) opacity(80%); }

.prooflog-point {
  margin-top: 96px; }

.prooflog-point figure {
  width: 164px;
  height: 164px;
  position: relative;
  text-align: center;
  margin: 0 auto; }

.prooflog-point figure::after {
  content: "";
  display: block;
  border: solid 1px #9dbfe9;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff; }

.prooflog-point figure i {
  line-height: 164px;
  font-size: 50px;
  color: #2b6dbe;
  position: relative;
  z-index: 10; }

.prooflog-point h4 {
  font-size: 24px;
  margin: 24px 0 0;
  text-align: center; }

.prooflog-point p {
  margin-top: 18px;
  color: #666;
  line-height: 32px;
  text-align: center; }

.prooflog-pickup:nth-child(2n + 1) {
  background-color: #2b6dbe;
  color: #fff; }

.prooflog-pickup:nth-child(2n) {
  background-color: #dde9f7;
  color: #333; }

.prooflog-pickup h2 {
  margin-top: 0; }

.prooflog-pickup p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 28px; }

.prooflog-pickup-main,
.prooflog-pickup figure {
  padding-top: 40px;
  padding-bottom: 40px; }

.prooflog-pickup figure img {
  width: 100%;
  height: auto; }

.tech-spec {
  background-color: #0e243e;
  color: #fff;
  padding-top: 0; }

.tech-spec .section-main-title {
  margin: 0;
  text-align: center;
  line-height: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.5); }

.tech-spec h3 {
  text-align: center; }

.tech-spec figure {
  padding: 48px 0px 0px; }

.tech-spec figure img {
  width: 100%;
  height: auto;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff; }

.point {
  background-color: #dde9f7; }

.plan-body {
  padding-top: 60px;
  padding-bottom: 60px; }

.plan-head {
  padding: 70px 0px;
  background: #fafafa; }

.plan-item-caption {
  width: 300px; }

.plan-item-desc {
  display: inline-block;
  float: right;
  position: relative;
  margin-right: -6px; }

.plan-item-desc-icon {
  margin: 2px 2px 2px 2px;
  width: 16px;
  height: 16px;
  background: #ddd;
  border-radius: 10px;
  text-align: center;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer; }

.plan-item-desc-icon i {
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }

.plan-item-desc-message {
  display: none;
  top: 0;
  left: 100%;
  margin-left: 0px;
  transition: all 1s ease 0.5s;
  background-color: #fff;
  padding: 10px 20px;
  border: solid 1px #ccc;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: absolute;
  word-wrap: nowrap;
  white-space: nowrap;
  opacity: 0; }

.plan-item-desc:hover .plan-item-desc-message {
  display: block;
  margin-left: 5px;
  opacity: 1; }

.plan-item-name {
  display: inline-block; }

.plan-table {
  font-size: 12px;
  margin-top: 60px; }

ul.plan-table-footnote {
  margin: 20px 0px 20px;
  padding: 0;
  list-style-type: none; }

ul.plan-table-footnote li {
  padding: 0; }

.plan-title {
  font-size: 30px;
  line-height: 60px; }

table.plan-table {
  border-collapse: separate;
  width: 100%;
  color: #47525d;
  line-height: 20px; }

table.plan-table thead td,
table.plan-table thead th {
  padding: 0px 10px; }

table.plan-table tbody td,
table.plan-table tbody th,
table.plan-table tfoot th {
  padding: 10px 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc; }

table.plan-table tfoot th {
  padding-top: 0; }

table.plan-table thead tr:first-child th:first-child {
  border-top-left-radius: 6px; }

table.plan-table tfoot th:first-child {
  border-bottom-left-radius: 6px; }

table.plan-table tbody td:first-child,
table.plan-table tbody th:first-child,
table.plan-table tfoot th:first-child {
  border-left: solid 1px #ccc; }

table.plan-table tbody td {
  text-align: center; }

table.plan-table tbody td em {
  font-size: 12px;
  font-style: normal;
  margin-top: 10px;
  color: #666; }

table.plan-table th.plan-group-caption {
  text-align: center;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-collapse: separate;
  border-bottom-width: 1px;
  color: #47525d;
  font-weight: normal;
  height: 40px; }

table.plan-table th.plan-group-caption:last-child {
  border-right: solid 1px #ccc; }

table.plan-table > thead.plan-summary th {
  border-bottom: none;
  border-left: solid 1px #ccc;
  border-right: none; }

table.plan-table > thead.plan-summary th:last-child {
  border-right: solid 1px #ccc; }

table.plan-table th.plan-name {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  width: 300px; }

table.plan-table th.plan-price {
  font-weight: normal;
  text-align: center; }

table.plan-table th.plan-apply {
  text-align: center;
  vertical-align: top; }

table.plan-table th.plan-apply .btn {
  margin: 10px auto;
  padding: 8px 16px; }

.btn-apply {
  color: #2b6dbe;
  border-color: #2b6dbe;
  background-color: #fff; }

.btn-apply:hover {
  color: #2b6dbe;
  background-color: #edf3fb; }

.btn-apply-main {
  color: #fff;
  border-color: #2b6dbe;
  background-color: #2b6dbe; }

.btn-apply-main:hover {
  color: #fff;
  opacity: 0.8; }

.plan-apply-desc {
  font-weight: normal;
  margin-bottom: 10px; }

table.plan-table td.plan-section-caption {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: left; }

table.plan-table thead + tbody td.plan-section-caption {
  border-top: 1px solid #ccc; }

thead.plan-summary th:nth-child(2),
tfoot th:nth-child(2),
tbody.plan-content td:nth-child(2) {
  background-color: #fff; }

thead.plan-summary th:nth-child(3),
tfoot th:nth-child(3),
tbody.plan-content td:nth-child(3) {
  background-color: #fafafa; }

thead.plan-summary th:nth-child(4),
tfoot th:nth-child(4),
tbody.plan-content td:nth-child(4) {
  background-color: #edf3fb; }

.plan-body.apply-customize {
  background-color: #edf3fb;
  padding-top: 120px;
  padding-bottom: 120px; }

.apply-customize h2 {
  font-size: 22px;
  margin-bottom: 18px; }

.apply-customize .btn {
  font-weight: normal;
  padding: 16px 40px;
  border-radius: 7px; }

.plan-back-select {
  margin-bottom: 12px; }

.challenge {
  background-color: #2b6dbe;
  color: #fff; }

.challenge p {
  margin-top: 48px; }

.challenge .btn {
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center; }
