@charset "UTF-8";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  font-family: -apple-system, YuGothic, BlinkMacSystemFont, Roboto, “Segoe UI”, “Helvetica Neue”, HelveticaNeue, “Yu Gothic Medium”, “Yu Gothic”, Verdana, Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

p, ul, ol, dd {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  height: auto; }

ul {
  list-style: none; }

/*-- PC版表示 --*/
.pc-topics {
  display: block; }

.phone-topics {
  display: none; }

.text-h {
  line-height: 2rem; }

.logo {
  width: 239px;
  height: 47px; }

.text-color {
  color: #707070; }

.schedule-color {
  color: #B20017; }

.border-bt, #news-content li {
  border-bottom: solid 1px #707070; }

.pc-content-width {
  max-width: 1000px; }

.gray-frame {
  border: solid 1px #707070;
  background-color: #dbdbdb; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.pages-text-formatting {
  padding-left: 1.75rem; }

/* front-page and 投稿ページ(news) */
#news-content #title {
  padding: 1.375rem 0 0.875rem 0; }

#news-content #news {
  border: solid 1px #707070;
  padding-bottom: 0.875rem; }
  #news-content #news a {
    text-decoration: none;
    color: #000000; }

#news-content .news-info {
  display: flex;
  padding: 1.25rem 0 1rem 0;
  margin: 0 1.625rem 1rem 1.625rem; }

#news-content .news-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  width: 115px;
  height: 30px;
  border: solid 1px #707070;
  border-radius: 15px; }

#news-content .news-updated {
  font-size: 20px;
  padding: 0 0.875rem; }

#news-content .news-text {
  font-size: 20px;
  padding: 0 1.75rem; }

#youtubelink-content #youtube-link {
  border: solid 1px #707070;
  max-width: 812px;
  margin-bottom: 2rem; }

#youtubelink-content #back-color {
  background-color: #212121;
  width: 46.2%;
  height: 224px; }

#youtubelink-content #youtube-photo {
  border-radius: 40px; }

#youtubelink-content #click-here {
  width: 53.8%;
  height: 224px; }

#youtubelink-content #youtube-logo {
  width: 97px;
  height: 37px;
  margin: 0.625rem 0.25rem; }

#youtubelink-content #click-title {
  font-size: 41px;
  color: #212121;
  padding: 2.25rem 0.25rem; }

#youtubelink-content #click-title-small {
  font-size: 36px; }

#trial-content #trial-accepting {
  margin: 2.125rem 0; }

#trial-content #trial-text {
  font-size: 33px;
  padding: 3.125rem 0 3.125rem 4rem;
  color: #000; }

#trial-content #trial-text {
  font-size: 33px;
  padding: 3.125rem 0 3.125rem 4rem;
  color: #000; }

.wrap-usage-banner a {
  display: block;
  position: relative;
  margin: 0 -1px -1px 0;
  width: 250px;
  height: 250px;
  background: #B4B494;
  opacity: .76; }
  .wrap-usage-banner a img {
    position: absolute;
    width: 44px;
    top: 1rem;
    right: 1rem; }
  .wrap-usage-banner a .package-text {
    font-size: 24px;
    color: #fff;
    line-height: 1; }
    .wrap-usage-banner a .package-text .big-text {
      font-size: 72px;
      display: inline-block; }
  .wrap-usage-banner a.banner-task-management .package-text {
    font-size: 48px; }
    .wrap-usage-banner a.banner-task-management .package-text .big-text {
      margin-top: .5rem; }
  .wrap-usage-banner a.banner-task2-management .package-text {
    font-size: 46px; }
    .wrap-usage-banner a.banner-task2-management .package-text .big-text {
      margin-top: 1rem;
      font-size: 58px; }
  .wrap-usage-banner a.banner-schedule-management .package-text {
    font-size: 40px;
    text-align: left !important; }
    .wrap-usage-banner a.banner-schedule-management .package-text .big-text {
      margin-top: 1rem; }
  .wrap-usage-banner a.banner-print-management .package-text {
    font-size: 60px;
    text-align: left !important; }
    .wrap-usage-banner a.banner-print-management .package-text .big-text {
      margin-top: 1rem; }

footer {
  padding: 2.1875rem 1.25rem 1.375rem 1.25rem;
  border-top: solid 1px #707070; }
  footer #site-footer {
    padding-bottom: 12.5rem; }
  footer #footer-menu {
    list-style: none;
    overflow: hidden; }
    footer #footer-menu li {
      text-align: center;
      float: left;
      padding: 1rem 1.25rem; }
      footer #footer-menu li a {
        text-decoration: none;
        color: #000000;
        font-size: 20px; }
  footer #copyright {
    font-size: 12px; }

@media (max-width: 767.98px) {
  .pc-topics {
    display: none; }
  .phone-topics {
    display: block; }
  header #site-header {
    padding: 1.8125rem 0;
    border-bottom: solid 1px #707070; }
  header #trial-page {
    float: right;
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #000; }
  header #header-menu {
    list-style: none;
    overflow: hidden;
    border: solid 1px #707070;
    margin: -1px 0; }
    header #header-menu ul {
      margin: 0;
      padding: 0 2.625rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      header #header-menu ul li {
        text-align: center;
        box-sizing: border-box;
        margin: 0;
        flex: 1 0 auto;
        padding: 0.75rem 0; }
        header #header-menu ul li a {
          text-decoration: none;
          color: #000;
          font-size: 20px; } }

/* トップページ */
#main-visual-content #main-visual {
  width: 1200px;
  max-height: 500px;
  padding: 3.25rem 8.125rem; }

#main-visual-content #catch-copy {
  font-size: 40px;
  padding: 0.25rem 0 16.625rem 0; }

#main-visual-content .row {
  margin: 0; }

/* 使い方の流れ(テンプレート) */
#usage-flow .content-blank {
  padding: 1.2rem 4.75rem; }
  #usage-flow .content-blank p {
    font-size: 18px; }

/* 料金(テンプレート) */
#usage-fees {
  margin-bottom: 5.25rem; }
  #usage-fees #monthly {
    font-size: 40px;
    padding: 3.375rem 4rem; }

#payment-method .methods {
  padding: 2.125rem 0;
  margin-left: 2.5rem; }

#payment-method br {
  display: block;
  content: "";
  margin: 10px 0; }

/* 使い方ムービー(テンプレート) */
#usage-movie .video-frame {
  padding: 4.325rem 0; }

#usage-movie .embedded-video {
  position: relative;
  width: 70%; }
  #usage-movie .embedded-video:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  #usage-movie .embedded-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* Q&A(テンプレート) */
#qa .answer {
  margin-left: 2.875rem;
  padding: 1.75rem 3.5rem; }

/* 無料お試し申込 */
/* お問い合わせ */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
#trial .field,
#contact .field {
  display: block;
  width: 100%;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  vertical-align: middle;
  line-height: 2rem; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus,
  #trial .field:focus,
  #contact .field:focus {
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  border-bottom: solid 1px #707070;
  border-radius: 0; }

.second-paragraph input[type="text"]::placeholder,
.second-paragraph input[type="tel"]::placeholder {
  color: #A4A4A4; }

.second-paragraph input[type="text"], .second-paragraph input[type="tel"] {
  line-height: 1rem;
  padding: 0.25rem 0 0.75rem 0; }

.second-paragraph .sub-form-title {
  font-size: 12px; }

textarea {
  max-width: 100%;
  height: 10rem;
  line-height: 1.5em;
  box-shadow: 0 1px 1px 1px #BCBCBC;
  padding: 1rem;
  margin: 2rem 0;
  overflow: auto; }

@media (max-width: 500px) {
  #trial #field td,
  #trial #field th,
  #contact #field td,
  #contact #field th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; } }

#trial #field th,
#contact #field th {
  text-align: left;
  font-size: 0.9rem;
  font-weight: normal;
  width: 20%;
  text-transform: uppercase;
  padding: 3rem 0; }

#trial .verticallist .wpcf7-list-item,
#contact .verticallist .wpcf7-list-item {
  display: block; }

input,
select,
textarea {
  letter-spacing: 1px;
  max-width: 100%;
  resize: none; }

#trial .submit-btn,
#contact .submit-btn {
  display: block;
  background: #3C71C8;
  color: #fff;
  font-size: 18px;
  border-radius: 5px; }

#trial .clear-btn,
#contact .clear-btn {
  display: block;
  background: #FB8C00;
  color: #fff;
  font-size: 18px;
  border-radius: 5px; }

.form_btn {
  text-align: center;
  display: flex;
  justify-content: center; }

.form_btn .btn {
  display: flex;
  margin: 0 1rem; }

/* news(テンプレート) */
#news-content .news-page {
  margin: 0 6.25rem !important; }

/* 取扱会社(テンプレート) */
#company-information table {
  width: auto;
  margin: 4.25rem auto; }
  #company-information table th {
    text-align: left;
    padding: 1.375rem 4.375rem; }
    #company-information table th td {
      text-align: left;
      padding: 0 4.375rem; }

/* 顧客管理(テンプレート) */
#customer-management .screen-introduction {
  padding: 2.25rem 0; }

#customer-management .useful-function-text {
  color: #DD0000;
  font-size: 24px;
  padding: 1.125rem 0 0.75rem 0; }

#customer-management .useful-function {
  border: 2px solid #ED0000; }

#page-link .page-link-content {
  border: solid 1px #707070;
  border-radius: 36px;
  padding: 1.2rem;
  margin: 10rem 0 1.5rem 0;
  max-width: 510px; }

#page-link .page-link-text {
  font-size: 24px; }

/* 投稿(single) */
#news-content #news-single-menu a {
  color: #707070 !important; }

#news-content #news-single-menu p {
  font-size: 20px;
  padding: 4rem 12.5rem 5rem 12.5rem; }

#news-link .news-link-content {
  border: solid 1px #707070;
  border-radius: 11px;
  padding: 0.75rem 1.375rem;
  margin: 5.75rem 0;
  max-width: 170px; }

#news-link .news-link-text {
  color: #000;
  font-size: 24px; }
