/*
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins & paddings
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
  /* Margins & paddings */
  @page {
    margin: 2cm;
  }
  .entry .entry-header,
  .entry,
  .single .site-main > article > .entry-footer {
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-footer .site-info {
    margin: 0;
  }
  .site-header {
    padding: 0;
  }
  /* Fonts */
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    font: 13pt var(--global--font-secondary, Georgia, "Times New Roman", Times, serif);
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  .has-background-dark * {
    color: #000 !important;
  }
  h1,
  .entry-title,
  .singular .entry-title,
  .page-title {
    font-size: 22pt;
    font-weight: bold;
  }
  h2,
  h3,
  h4,
  .has-regular-font-size,
  .has-large-font-size,
  h2.author-title,
  p.author-bio,
  .comments-title,
  .archive-description {
    font-size: 14pt;
    margin-top: 25px;
  }
  .comment-meta,
  .comment-meta .comment-author .fn {
    font-size: 13pt;
  }
  /* Page breaks */
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table,
  pre,
  figure {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  /* Links */
  a:link,
  a:visited,
  a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  a[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  a:after > img {
    content: "";
  }
  article a[href^="#"]:after {
    content: "";
  }
  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  .entry-title a:after {
    content: "\a< " attr(href) "> ";
    white-space: pre;
    font-size: 14pt;
  }
  .cat-links a:after,
  .tags-links a:after,
  .byline a:after,
  .comment-metadata a:after,
  .wp-block-calendar a:after,
  .wp-block-tag-cloud a:after,
  .page-links a:after {
    content: "";
  }
  /* Visibility */
  .primary-navigation,
  .site-title + .primary-navigation,
  .footer-navigation,
  .entry-footer,
  .post-navigation,
  .navigation.pagination,
  .widget-area,
  .edit-link,
  .more-link,
  .comment-reply,
  .reply,
  .comment .comment-metadata .edit-link,
  .comment-respond,
  #dark-mode-toggler {
    display: none !important;
  }
  .entry .entry-content .wp-block-button .wp-block-button__link,
  .entry .entry-content .button,
  .entry .entry-content .wp-block-file__button {
    color: #000;
    background: none;
  }
}/*# sourceMappingURL=print.css.map */4,
h5 {
  font-size: 18px;
  list-style: 1.4;
  margin-top: 1em;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1em !important;
}

.title {
  font-size: 120%;
  font-weight: bold;
}

.c_btn {
  margin-top: 1em !important;
}

.section {
  border-top: solid 1px #000;
  margin-top: 60px;
  padding-top: 30px;
}

br.sp,
br.pc_tablet {
  display: none;
}

/*===============================================================
   header
===============================================================*/
.header .site_title {
  font-size: 20px;
}
.header .sub_title {
  margin-top: 15px;
}

.hamburger_menu,
.navigation_panel,
.navigation {
  display: none;
}

/*===============================================================
footer
===============================================================*/
.footer {
  display: none;
}

/*===============================================================

    section_kv_slider

===============================================================*/
.section_kv_slider {
  position: relative;
}
.section_kv_slider .kv_content {
  margin-bottom: 0;
}
.section_kv_slider .kv_content .content {
  width: 100%;
  display: block;
}
.section_kv_slider .kv_content .content_inner {
  display: block;
}
.section_kv_slider .kv_content .txt_block {
  display: block;
  flex-direction: column;
  width: 100%;
}
.section_kv_slider .kv_content .txt_block .lead,
.section_kv_slider .kv_content .txt_block .title {
  -webkit-writing-mode: inherit !important;
  -moz-writing-mode: inherit !important;
  -ms-writing-mode: inherit !important;
  -ms-writing-mode: inherit !important;
  writing-mode: inherit !important;
}
.section_kv_slider .kv_content .txt_block .title {
  font-size: 30px;
}
.section_kv_slider .kv_content .txt_block .title span {
  font-weight: bold;
}
.section_kv_slider .kv_content .txt_block .title br {
  display: none;
}
.section_kv_slider .kv_content .txt_block .title .border {
  border: 0;
}
.section_kv_slider .kv_content .txt_block .lead {
  margin: 0;
}
.section_kv_slider .kv_content .txt_block .vertical_full {
  margin-top: -0.5em;
}

/*===============================================================
section_information
===============================================================*/
.section_information .link_list {
  display: none;
}
.section_information .list li {
  margin-top: 20px;
}
.section_information .list span + span {
  padding-left: 1em;
}
.section_information .list .txt {
  display: block;
  width: 100%;
  margin-top: 5px;
}

/*===============================================================
section_contact
===============================================================*/
.section_contact .label {
  font-size: 20px;
  font-weight: bold;
}
.section_contact .campany {
  font-size: 20px;
  margin-top: 50px !important;
  font-weight: bold;
}
.section_contact .tel {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}

/*===============================================================
faq
===============================================================*/
.accordion_header {
  font-weight: bold;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
}

.accordion_body {
  display: block !important;
}

/*===============================================================
section_product_slider
===============================================================*/
.section_product_slider .slide {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}
.section_product_slider .slide img {
  margin-top: 10px !important;
}
.section_product_slider .txt .targetlink {
  margin-top: 0;
}

/*===============================================================
section_about
===============================================================*/
.section_about .block {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #666;
}
.section_about .base_block .item {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}
.section_about .base_block .item .area {
  margin-top: 10px;
}
.section_about .base_block .item .office {
  padding-left: 1em;
}

/*===============================================================
section_entry
===============================================================*/
.section_entry .content_flex_slider {
  display: flex;
  flex-direction: column-reverse;
}
.section_entry .title_xs {
  margin: 0;
}
.section_entry .title_xs .sect {
  padding-left: 15px;
  font-weight: bold;
}
.section_entry .title_xl {
  margin-top: 0;
}

/*===============================================================
    wp-block-table
===============================================================*/
.wp-block-table {
  margin-top: 20px;
}
.wp-block-table table {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.wp-block-table th,
.wp-block-table td {
  border-top: solid 1px #ccc;
  padding: 0.5em 0;
  line-height: 1.6;
}

/*===============================================================
section_service_flow
===============================================================*/
.section_service_flow .flow_block {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}

/*===============================================================
section_page_header
===============================================================*/
.section_page_header .title_lg .title_xs {
  display: block;
  font-size: 50%;
}/*# sourceMappingURL=print.css.map */