@charset "UTF-8";
@font-face {
  font-family: "icon";
  src: url("/assets/font/icon.eot");
  src: url("/assets/font/icon.eot?#iefix") format("eot"), url("/assets/font/icon.woff") format("woff"), url("/assets/font/icon.ttf") format("truetype"), url("/assets/font/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.plan .target dd::before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.plan .target dd::before {
  content: "\F511";
  line-height: 100%;
  pointer-events: none;
}

section {
  margin: 0 auto;
  padding-bottom: 100px;
  background: transparent 50%;
  background-size: cover;
}

h1 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.user .header {
  padding-bottom: 0;
  position: absolute;
  z-index: 1;
}

.user section {
  padding-top: 130px;
  min-height: 750px;
}

.user section form {
  margin: 0 auto;
  width: 450px;
}

.user section input {
  border-color: #fff;
}

.user section input::-webkit-input-placeholder {
  color: #fff;
}

.user section input::-moz-placeholder {
  color: #fff;
}

.user section input:-ms-input-placeholder {
  color: #fff;
}

.user section input::placeholder {
  color: #fff;
}

.user section input::-webkit-input-placeholder {
  color: #fff;
}

.user section input:-ms-input-placeholder {
  color: #fff;
}

.user section input:focus::-webkit-input-placeholder {
  color: #ccc;
}

.user section input:focus::-moz-placeholder {
  color: #ccc;
}

.user section input:focus:-ms-input-placeholder {
  color: #ccc;
}

.user section input:focus::placeholder {
  color: #ccc;
}

.user section input:focus::-webkit-input-placeholder {
  color: #ccc;
}

.user section input:focus:-ms-input-placeholder {
  color: #ccc;
}

.user section .pageBtns .btn {
  margin-left: 0;
  margin-right: 0;
}

.login section input {
  margin-bottom: 40px;
}

.login section .remind {
  margin-top: 10px;
  text-align: center;
}

.login section .errElMsg {
  margin-top: -40px;
  margin-bottom: 40px;
}

.register section .lead {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}

.register section input {
  margin-bottom: 40px;
}

.register section .notice {
  margin: 25px 0;
}

.register section .notice a {
  text-decoration: underline;
}

.register section .errElMsg {
  margin-top: -40px;
  margin-bottom: 40px;
}

.template section {
  width: 600px;
}

.template section .block {
  margin-top: 40px;
}

.template section a:not(.btn) {
  text-decoration: underline;
}

.template section a:not(.btn):hover {
  text-decoration: none;
}

.template section strong {
  color: #ff9800;
}

.template section hr {
  margin-top: 40px;
  border: 0;
  border-top: 1px solid #000;
  height: 0;
}

.template section h2 {
  margin-bottom: 5px;
  font-size: 14px;
}

.template section h3 {
  margin-bottom: 5px;
}

.template section p:nth-child(n+2) {
  margin-top: .5em;
}

.template section ul:not(.remarks) {
  padding-left: 20px;
  list-style: disc;
}

.template section ul.remarks {
  margin-top: .5em;
}

.template section ul.remarks li {
  margin-left: 1em;
  text-indent: -1em;
}

.template section ul.remarks li::before {
  content: "※";
}

.template section ul {
  margin-bottom: 1em;
}

.template section li:nth-child(n+2) {
  margin-top: 5px;
}

.template section .column {
  padding: 10px;
  background-color: #ebebeb;
}

.template section .column-orange {
  background-color: #ff9800;
}

.template section .column-orange, .template section .column-orange a {
  color: #fff;
}

.template section .image {
  border: 1px solid #000;
}

.plan section {
  width: 600px;
}

.plan section section {
  padding-bottom: 0;
}

.plan .pageBtns .btn {
  width: 400px;
}

.plan .pageBtns.toTop {
  padding-top: 40px;
  border-top: 1px solid #000;
}

.plan .pageBtns.toTop .btn {
  width: auto;
}

.plan .lead {
  font-size: 14px;
}

.plan .desc {
  margin-bottom: 2em;
}

.plan .target {
  margin: 40px 0;
  padding: 30px 0;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
}

.plan .target dt {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

.plan .target dd {
  margin-bottom: 3px;
  margin-left: 2em;
  text-indent: -1em;
}

.plan .target dd::before {
  margin-right: 3px;
  font-size: 24px;
  vertical-align: middle;
}

.plan .block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.plan .ttl {
  margin-bottom: 30px;
  font-size: 14px;
}

.plan .lineup {
  margin-bottom: 1.5em;
  padding-left: 20px;
  list-style: disc;
}

.plan .lineup li {
  margin-bottom: .3em;
}

.plan .lineup li ul {
  margin-top: .3em;
}

.plan .lineup li li {
  margin-bottom: 0;
  margin-left: 1em;
}

.plan .flow li {
  margin-bottom: 1.5em;
}

.plan .flow-arrow li:not(:last-child)::after {
  content: "↓";
  display: block;
}

.plan .screenshot {
  width: 100%;
}

.plan_basic .main {
  padding: 25px;
  background-color: #ebebeb;
  text-align: center;
}

.plan_basic .main_label {
  padding: 3px 10px;
  background-color: #e91e63;
  color: #fff;
  display: inline-block;
}

.plan_basic .main_label strong {
  font-weight: normal;
}

.plan_basic .main_price {
  margin-top: 20px;
}

.plan_basic .main_price strong {
  margin-right: 5px;
  font-size: 30px;
}

.plan_basic table {
  margin: 0 -4px 15px -4px;
  width: 608px;
  table-layout: fixed;
  border-spacing: 4px;
}

.plan_basic th, .plan_basic td {
  padding: 15px 0;
  text-align: center;
}

.plan_basic tr:nth-child(even) th, .plan_basic tr:nth-child(even) td {
  background-color: #ebebeb;
}

.plan_basic .pageBtns .btn {
  width: 390px;
}

.plan_basic .note {
  text-indent: -2em;
  margin-left: 2em;
}

.plan_index section section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.plan_index h2 {
  margin-bottom: 35px;
  padding: 12px;
  background-color: #ff9800;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.plan_index h3 {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}

.plan_index p {
  margin-bottom: 30px;
}

.plan_index .btn {
  padding: 8px 10px;
  border-width: 2px;
}

.plan_index .target {
  margin: 0 0 25px;
  padding: 0;
  border: 0;
}

.plan_index .target dt {
  margin-bottom: 10px;
  font-size: 12px;
}

.plan_index ul {
  margin-bottom: 20px;
}

.plan_index li {
  margin-bottom: 10px;
}

.plan_business-enterprise .price > li {
  margin-bottom: 1.5em;
}

.plan_business-enterprise .price ul {
  margin-top: 5px;
}

.faq section {
  width: 600px;
}

.faq section section {
  padding-bottom: 0;
  width: auto;
}

.faq section section:nth-of-type(n+2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.faq section h2 {
  margin-bottom: 25px;
  font-size: 14px;
}

.faq section p {
  margin-bottom: 1em;
}

.faq section .list > dt {
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
}

.faq section .list > dt::before {
  content: "Q : ";
  position: absolute;
  left: 0;
  top: 0;
}

.faq section .list > dd {
  margin-bottom: 30px;
  padding-left: 30px;
}

.faq section .info > dt {
  margin-top: 1em;
}

.faq section .info > dt::before {
  content: "【";
}

.faq section .info > dt::after {
  content: "】";
}

.faq section .guide li {
  margin-bottom: 1em;
}

.faq section .state {
  margin: 1em 0 1em 2em;
  overflow: hidden;
}

.faq section .state dt {
  margin-right: 5px;
  clear: left;
  float: left;
  font-weight: bold;
}

.faq section .state dt::after {
  content: "：";
}

.faq section .disc {
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: disc;
}

.faq section .screenshot {
  margin: 30px 0 30px -30px;
  border: 1px solid #000;
}

.domain section .screenshot {
  margin: 30px 0 15px 0;
}

.domain section + .note {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #000;
}

.inquiry section {
  width: 600px;
  font-size: 14px;
  text-align: center;
}

.inquiry section .lead {
  margin-bottom: 40px;
}

.inquiry section label {
  margin-bottom: 35px;
  display: block;
}

.inquiry section input, .inquiry section textarea {
  margin: 13px 0 15px;
}

.doc section {
  width: 700px;
}

.doc section .lead {
  margin-bottom: 3em;
}

.doc section ul {
  list-style: none;
}

.doc section .list li {
  margin-bottom: .5em;
}

.doc section .list > li {
  margin-bottom: 3em;
}

.doc section .list_lv2, .doc section .list_lv3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.doc section .list_lv3 {
  margin-left: 2em;
}

.doc section .list b {
  margin-bottom: .5em;
  display: block;
}

@media (max-width: 600px) {
  section {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
  }
  .user section {
    min-height: 0;
  }
  .user section form {
    width: auto;
  }
  .template section {
    width: auto;
  }
  .template section .block {
    margin-top: 30px;
  }
  .template section .image {
    width: 100%;
    height: auto;
  }
  .plan section {
    width: auto;
  }
  .plan section table {
    width: 100%;
  }
  .plan section th, .plan section td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .plan_index .btn {
    display: block;
  }
  .faq section {
    width: auto;
  }
  .faq section section {
    padding-left: 0;
    padding-right: 0;
  }
  .faq section section:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .faq section h2 {
    margin-bottom: 20px;
  }
  .faq section .list > dt {
    padding-left: 30px;
  }
  .faq section .list > dd {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .faq section .state {
    margin-left: 1em;
  }
  .faq section .screenshot {
    margin: 20px 0 20px -15px;
    border: 1px solid #000;
    width: 100%;
  }
  .domain section .screenshot {
    margin: 20px 0;
  }
  .inquiry section {
    width: auto;
  }
  .doc section {
    width: auto;
  }
  .doc section .list > li {
    margin-bottom: 2em;
  }
  .doc section .list_lv3 {
    margin-left: 1.5em;
  }
}
