/*!
Theme Name: dgtr 2020
Theme URI: https://dejitore.com/
Author: SUCCEED Inc.
Author URI: https://succeed-biz.jp/
Version: 0.1b
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tgnr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dgtr 2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
:root {
  --primary: #ff9f13;
  --secondary: #b3936f;
  --default: #313131;
}
body {
  background-color: #fff;
  color: var(--default);
}

a {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
iframe {
  border: none;
}

.row:before {
  display: flex;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
/*.hentry { margin: 0 0 1.5em; } */
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
  letter-spacing: 0.04em;
  line-height: 1.7;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
  leter-spacing: 0.06em;
}
a,
button,
input {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
blockquote {
  font-size: 1.25rem;
  padding: 1.25rem 1.75rem;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
table table {
  background-color: #fff;
}
figcaption {
  padding-top: 0;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: center;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  padding: 0.5rem 1.25rem;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
  color: #fff;
  background-color: #760e13;
  border-color: #760e13;
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
blockquote {
  font-style: italic;
  font-size: 0.87rem;
  border-left: 3px solid rgba(33, 37, 41, 0.25);
  padding: 0.5rem 1.75rem;
  background: rgba(33, 37, 41, 0.05);
}
blockquote p {
  font-size: 1rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.navbar-dark .navbar-nav .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.site-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}
.post-thumbnail {
  margin-top: 1.5em;
  display: inline-block;
}
.card-title.entry-title {
  margin-bottom: 0.25rem;
}
.entry-meta {
  font-size: 0.9rem;
}
.entry-footer {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.comments-link {
  float: right;
  margin: 4px 0px 4px 10px;
  font-size: 90%;
  padding-top: 0.2em;
}
.cat-links .badge,
.tags-links .badge {
  font-size: 90%;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 4px 10px 4px 0;
  padding: 0.4em 0.9em;
}
.cat-links a,
.tags-links a {
  color: #6c757d;
}
.cat-links a:hover,
.tags-links a:hover {
  text-decoration: none;
  color: #212529;
}
.entry-meta a,
.comments-link a,
.edit-link a {
  color: #6c757d;
}
.entry-meta a:hover,
.comments-link a:hover,
.edit-link a:hover {
  text-decoration: none;
  color: var(--primary);
}
.entry-title a:hover {
  color: var(--primary) !important;
}
.content-area.wp-bp-404 .card-body {
  padding: 2.5rem 4rem;
}
.sidebar-1-area .widget,
.footer-widgets .widget {
  margin-bottom: 0;
  padding: 2rem;
}
.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
  padding-left: 0; /*color: #FFF;*/
  margin-bottom: 0;
}
.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: none;
}
.sidebar-1-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-1-area .widget ul li a,
.footer-widgets .widget ul li a {
  color: #313131;
}
.sidebar-1-area .widget ul li a:hover,
.footer-widgets .widget ul li a:hover {
  color: #212529;
  text-decoration: none;
}
.footer-widgets .widget {
  padding: 0.5rem;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  color: #6c757d;
}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  color: #212529;
  text-decoration: none;
}
#calendar_wrap table th,
#calendar_wrap table td {
  padding: 0.25rem;
}
.hentry.card .card-body {
  padding: 1.5rem;
}
select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.entry-title a:hover {
  text-decoration: none;
}
.mt-3r {
  margin-top: 3rem;
}
.wp-bs-4-jumbotron {
  margin-bottom: 0;
}
.wp-bs-4-jumbotron .jumbotron-heading {
  font-weight: 600;
}
.wp-bs-4-jumbotron .container.catchcopy {
  max-width: 40rem;
}
.comments-area {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .media-body {
  overflow: auto;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list > li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 2.5rem 4rem;
}
.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 2rem;
}
.comments-area .comment-list ul.children li {
  padding: 2.5rem 0 0;
}
.comments-area .comment-list .comment-respond {
  padding: 2.5rem 4rem;
}
.comments-area .comments-title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .comment-navigation {
  padding: 1rem 4rem 0;
  border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .wb-comment-form {
  padding: 2.5rem 4rem;
}
.comments-area .wb-cancel-reply {
  margin-left: 2rem;
}
.comments-area .logged-in-as {
  padding-left: 15px;
  font-size: 0.9rem;
}
.comments-area .logged-in-as a {
  color: #6c757d;
}
.comments-area .logged-in-as a:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .wb-comment-notes {
  font-size: 0.9rem;
}
.comments-area .no-comments {
  padding: 1rem 4rem;
}
.comments-area small {
  font-size: 0.9rem;
}
.comments-area p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  margin-right: 1rem;
  color: #6c757d;
}
.comments-area .comment-reply-link:hover,
.comments-area .comment-edit-link:hover {
  color: #212529;
  text-decoration: none;
}
.comments-area .comment-author a:hover {
  text-decoration: none;
  color: #212529;
}
.wp-bp-sticky {
  position: absolute;
  top: 0;
  right: 1rem;
}
.single .post-navigation .nav-links a {
  color: #6c757d;
  margin-bottom: 2rem;
  display: inline-block;
}
.single .post-navigation .nav-links a:hover {
  color: #212529;
  text-decoration: none;
}
.navbar {
  padding: 1rem;
}
#wp-bp-posts-slider {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#wp-bp-posts-slider .carousel-item img {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
#wp-bp-posts-slider .carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 4rem;
}
#wp-bp-posts-slider .carousel-control-prev,
#wp-bp-posts-slider .carousel-control-next {
  width: 10%;
}
.custom-logo-link {
  margin-right: 1rem;
}
.site-title a,
.navbar-dark .navbar-brand,
.site-description {
  color: #fff;
  margin-bottom: 0;
}
.navbar-brand {
  font-size: 1.5rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  opacity: 0.5;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  opacity: 0.75;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  opacity: 1;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
  color: #212529;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #212529;
}
.page-template-full-width .site-footer.mt-4,
.wb-bp-front-page .site-footer.mt-4 {
  margin-top: 0 !important;
}
.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
  display: none;
}
.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
body.custom-background .wp-bp-main-content .col-md-8 {
  background: #f8f9fa;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.site-footer a:hover {
  text-decoration: none;
}
.admin-bar .site-header.sticky-top {
  top: 32px;
}
.site-header {
  border-bottom: 0;
}
.wp-bs-4-jumbotron {
  height: 60vh;
  padding: 0;
  background-size: cover;
  background-position: center !important;
  border-radius: 0;
  position: relative;
}
.wp-bs-4-jumbotron .scrollhorz {
  height: 60vh;
  width: 100%;
  padding: 0;
  background-size: cover !important;
  background-position: 50% !important;
  border-radius: 0;
}
.wp-bs-4-jumbotron .scrollhorz .wp-bp-jumbo-overlay {
  height: 60vh;
  padding: 20vh 0.5rem; /* background: rgba(#212529, 0.7); */
}
@media (min-width: 768px) {
  .wp-bs-4-jumbotron {
    min-height: 800px;
  }
  .wp-bs-4-jumbotron .scrollhorz {
    min-height: 800px;
  }
  .wp-bs-4-jumbotron .scrollhorz .wp-bp-jumbo-overlay {
    /*padding: 27.5vh 2rem;*/ /* background: rgba(#212529, 0.7); */
  }
}
.wp-bs-4-jumbotron .scrollhorz .wp-bp-jumbo-overlay .lead {
  opacity: 0.75;
}
.wp-bs-4-jumbotron .scrollhorz .wp-bp-jumbo-overlay .jumbotron-heading {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.wp-bp-services-section {
  padding: 4rem 0;
}
.wp-bp-main-content {
  padding: 4rem 0;
}
.wp-bp-main-content .post-thumbnail {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.wp-bp-feat-card-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 0.95rem;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .hentry.card .card-body {
    padding: 2.5rem;
  }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: block;
  }
}
/* layout */
.card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
.card .point-1:before {
  content: "";
  background: url(assets/img/icon_point_1.png) no-repeat left bottom;
  background-size: contain;
  padding-left: 40px;
  height: 2.5em;
  display: inline-block;
  float: left;
}
.card .point-2:before {
  content: "";
  background: url(assets/img/icon_point_2.png) no-repeat left bottom;
  background-size: contain;
  padding-left: 40px;
  height: 2.5em;
  display: inline-block;
  float: left;
}
.card .point-3:before {
  content: "";
  background: url(assets/img/icon_point_3.png) no-repeat left bottom;
  background-size: contain;
  padding-left: 40px;
  height: 2.5em;
  display: inline-block;
  float: left;
}
/* width & height */
.w100,
w-100 {
  width: 100%;
}
@media (max-width: 767px) {
  .xs_w-100 {
    width: 100%;
  }
}
.h-5em {
  height: 5em;
}
/* link */
:focus {
  outline-color: transparent;
  outline-style: hidden;
  outline-width: 0;
}
/* background */
.bg-default {
  background-color: #313131;
}
.bg-primary {
  background-color: #ffd8a0 !important;
}
.bg-pattern-primary {
  background: url(assets/img/bg_primary.png) repeat;
}
.bg-worry {
  background: url(assets/img/bg_worry.png) no-repeat center top;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
}
.bg-glay {
  background-color: #e4e4e4;
}
.bg-gold {
  background-color: #b3936f;
}
/* color */
.color-default {
  color: #313131;
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: #b3936f;
}
.color-red {
  color: #ffa2a6;
}
.text-default {
  color: #313131;
}
.text-white .color-primary {
  color: #f9e8cc;
}
.text-gray25 {
  color: #d3d3d3;
}
.text-gray50 {
  color: #808080;
}
.text-gray75 {
  color: #404040;
}
.text-gray90 {
  color: #191919;
}
.text-black {
  color: #000000;
}
/* fonts & text */
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.4rem;
  } /*36px*/
  h2,
  .h2 {
    font-size: 2rem;
  } /*30px*/
  .h25 {
    font-size: 1.8rem;
  } /*27px*/
  h3,
  .h3 {
    font-size: 1.6rem;
  } /*24px*/
  h4,
  .h4 {
    font-size: 1.33rem;
  } /*20px*/
  h5,
  .h5 {
    font-size: 1.13rem;
  } /*17px*/
  h6,
  .h6 {
    font-size: 1rem;
  } /*15px*/
}
.h65 {
  font-size: 0.93rem;
} /*14px*/
.h7 {
  font-size: 0.86rem;
} /*13px*/
.h75 {
  font-size: 0.8rem;
} /*12px*/
.h8 {
  font-size: 0.73rem;
} /*11px*/
.h9 {
  font-size: 0.6rem;
} /*8.5px*/
@media (min-width: 567px) {
  .sm-h1 {
    font-size: 2.4rem;
  } /*36px*/
  .sm-h2 {
    font-size: 2rem;
  } /*30px*/
  .sm-h25 {
    font-size: 1.8rem;
  } /*27px*/
  .sm-h3 {
    font-size: 1.6rem;
  } /*24px*/
  .sm-h4 {
    font-size: 1.33rem;
  } /*20px*/
  .sm-h5 {
    font-size: 1.13rem;
  } /*17px*/
  .sm-h6 {
    font-size: 1rem;
  } /*15px*/
  .sm-h65 {
    font-size: 0.93rem;
  } /*14px*/
  .sm-h7 {
    font-size: 0.86rem;
  } /*13px*/
  .sm-h75 {
    font-size: 0.8rem;
  } /*12px*/
  .sm-h8 {
    font-size: 0.73rem;
  } /*11px*/
  .sm-h9 {
    font-size: 0.6rem;
  } /*8.5px*/
}
@media (min-width: 768px) {
  .md-h1 {
    font-size: 2.4rem;
  } /*36px*/
  .md-h2 {
    font-size: 2rem;
  } /*30px*/
  .md-h25 {
    font-size: 1.8rem;
  } /*27px*/
  .md-h3 {
    font-size: 1.6rem;
  } /*24px*/
  .md-h4 {
    font-size: 1.33rem;
  } /*20px*/
  .md-h5 {
    font-size: 1.13rem;
  } /*17px*/
  .md-h6 {
    font-size: 1rem;
  } /*15px*/
  .md-h65 {
    font-size: 0.93rem;
  } /*14px*/
  .md-h7 {
    font-size: 0.86rem;
  } /*13px*/
  .md-h75 {
    font-size: 0.8rem;
  } /*12px*/
  .md-h8 {
    font-size: 0.73rem;
  } /*11px*/
  .md-h9 {
    font-size: 0.6rem;
  } /*8.5px*/
}
@media (min-width: 992px) {
  .lg-h1 {
    font-size: 2.4rem;
  } /*36px*/
  .lg-h2 {
    font-size: 2rem;
  } /*30px*/
  .lg-h25 {
    font-size: 1.8rem;
  } /*27px*/
  .lg-h3 {
    font-size: 1.6rem;
  } /*24px*/
  .lg-h4 {
    font-size: 1.33rem;
  } /*20px*/
  .lg-h5 {
    font-size: 1.13rem;
  } /*17px*/
  .lg-h6 {
    font-size: 1rem;
  } /*15px*/
  .lg-h65 {
    font-size: 0.93rem;
  } /*14px*/
  .lg-h7 {
    font-size: 0.86rem;
  } /*13px*/
  .lg-h75 {
    font-size: 0.8rem;
  } /*12px*/
  .lg-h8 {
    font-size: 0.73rem;
  } /*11px*/
  .lg-h9 {
    font-size: 0.6rem;
  } /*8.5px*/
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 500;
}

.entry-title {
  letter-spacing: 0.06em;
  text-shadow: 0 0 0.3em #fff, 0 0 0.6em #fff, 0 0 1em #fff;
}
.entry-title.text-white {
  text-shadow: none;
}
.font-en {
  font-family: sporty-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fw100,
.fw-100 {
  font-weight: 100;
}
.fw200,
.fw-200 {
  font-weight: 200;
}
.fw300,
.fw-300 {
  font-weight: 300;
}
.fw400,
.fw-400 {
  font-weight: 400;
}
.fw500,
.fw-500 {
  font-weight: 500;
}
.fw700,
.fw-700 {
  font-weight: 700;
}

.nowrap {
  /*white-space: nowrap;*/
  word-break: keep-all;
}
.nowrap wbr::before {
  content: "\200B";
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  /*font-weight: 300;*/
  margin: 2em 0;
  letter-spacing: 0.1em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  /*font-weight: 300;*/
  margin: 1em 0;
  letter-spacing: 0.1em;
}
.lh-60 {
  line-height: 0.6;
}
.lh-80 {
  line-height: 0.8;
}
.lh-100 {
  line-height: 1;
}
.lh-110 {
  line-height: 1.1;
}
.lh-120 {
  line-height: 1.2;
}
.lh-125 {
  line-height: 1.25;
}
.lh-130 {
  line-height: 1.3;
}
.lh-150 {
  line-height: 1.5;
}
.lh-175 {
  line-height: 1.75;
}
.lh-180 {
  line-height: 1.8;
}
.lh-200 {
  line-height: 2;
}
.disabled {
  color: #ccc !important;
}

.title-lg {
  background: var(--primary);
  color: var(--default);
  padding: 0.5em;
  width: 100%;
  text-align: center;
}

.title-md {
  border-left: solid 5px var(--primary);
  color: var(--default);
  padding-left: 0.5em;
}

.catch:before {
  content: "「";
  font-weight: 700;
  font-size: 3em;
  color: var(--primary);
  position: absolute;
  top: -1rem;
  left: -7rem;
}

.catch:after {
  content: "」";
  font-weight: 700;
  font-size: 3em;
  color: var(--primary);
  position: absolute;
  bottom: -0.5rem;
  right: -7rem;
}

/* border */
.border-primary {
  border: solid 1px;
  border-color: var(--primary) !important;
  padding: 30px;
}
.border-4 {
  border-width: 4px;
}
/* button */
.btn {
  letter-spacing: 0.06em;
}
.btn-default {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled):active,
.btn-outline-default:hover,
.btn-outline-default:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary.off {
  color: var(--primary);
  background-color: #fff;
  border-color: #fff;
}
.btn-primary a,
a.btn-primary {
  color: #fff !important;
}
.btn-outline-primary {
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
}
.btn-outline-primary a,
a.btn-outline-primary {
  color: var(--primary) !important;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary a:hover,
a:hover.btn-outline-primary {
  color: #fff !important;
}
.btn-primary.off:hover,
.btn-primary.off:not(:disabled):not(.disabled):active,
.btn-outline-primary.off:hover,
.btn-outline-primary.off:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ffe8e9;
  border-color: #ffe8e9;
}
.btn-secondary {
  color: #fff;
  background-color: #b3936f;
  border-color: #b3936f;
}
.btn-secondary.off {
  color: #b3936f;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary a,
a.btn-secondary {
  color: #fff !important;
}
.btn-outline-secondary {
  color: #b3936f;
  background-color: #fff;
  border-color: #b3936f;
}
.btn-outline-secondary a,
a.btn-outline-secondary {
  color: #b3936f !important;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #a0794d;
  border-color: #a0794d;
}
.btn-secondary.off:hover,
.btn-secondary.off:not(:disabled):not(.disabled):active,
.btn-outline-secondary.off:hover,
.btn-outline-secondary.off:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #fff6e9;
  border-color: #fff6e9;
}
.btn-rounded {
  border-radius: 30px;
  padding-right: 1em;
  padding-left: 1em;
}
btn.simplefavorite-button {
  letter-spacing: 0.06em;
  padding: 0.25rem 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
  border-radius: 30px;
  color: var(--primary);
  background-color: transparent;
  background-image: none;
  border-color: var(--primary);
}
.buttons .btn-sm {
  padding: 0.75em 0;
  margin: 15px 0 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .buttons .btn-sm {
    padding: 0.3em 1em;
    margin: 0 0 0 10px;
    width: auto;
  }
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  line-height: 1.24;
}
.wp-block-button__link {
  background-color: transparent;
  border-radius: inherit;
  cursor: pointer;
  display: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
button.simplefavorite-button {
  background: transparent;
  border: none;
  color: #b3936f;
}
.btn-justify {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.simplefavorite-button {
  padding: 0.3em 1em;
}
/* badge */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  /*font-size: 75%;*/
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
ul.company-feature .badge {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.25rem;
  border: solid 1px #555;
  background: #fff;
  color: #313131;
}
ul.company-feature .badge a {
  color: #313131;
}
.badge-primary {
  color: #fff;
  background-color: var(--primary);
  font-weight: 300;
  font-size: inherit;
}
.badge-secondary {
  color: #fff;
  background-color: #313131;
  font-weight: 300;
  font-size: inherit;
}
/* arrow */
.arrow-right {
  background: url(assets/img/arrow_right.png) no-repeat;
  background-size: 0.8em 0.8em;
  background-position: right 0.4em;
  padding-right: 2em;
}
.arrow-right.btn-outline-primary {
  background-position: right 10px center;
}
.arrow-left {
  background: url(assets/img/arrow_right.png) no-repeat;
  background-size: 0.8em 0.8em;
  background-position: left 0.4em;
  padding-left: 2em;
}
/* card */
@media (max-width: 767px) {
  .card-body {
    padding: 0.5rem;
  }
}
/* image */
figure.img-fluid {
}
figure.img-fluid > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* title */

.icon-free:after {
  content: "無料";
  display: block;
  float: right;
  background: #b3936f;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 23px 5px 10px;
  border-radius: 35px;
  width: 60px;
  height: 60px;
  top: -10px;
  right: 11px;
  position: absolute;
}
.icon-fee-charging:after {
  content: "有料";
  display: block;
  float: right;
  background: var(--primary);
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 23px 5px 10px;
  border-radius: 35px;
  width: 60px;
  height: 60px;
  top: -10px;
  right: 11px;
  position: absolute;
}
@media (min-width: 768px) {
  .icon-free:after {
    content: "無料";
    display: block;
    float: right;
    background: #b3936f;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 19px 5px 10px;
    border-radius: 35px;
    width: 47px;
    height: 47px;
    top: -4px;
    left: 5.5em;
    position: absolute;
  }
  .icon-fee-charging:after {
    content: "有料";
    display: block;
    float: right;
    background: var(--primary);
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 19px 5px 10px;
    border-radius: 35px;
    width: 47px;
    height: 47px;
    top: -4px;
    left: 5.5em;
    position: absolute;
  }
}
/* table */
table.table {
  border-bottom: 1px solid #dee2e6;
}
table.table th {
  font-weight: 400;
}
/* cards */
.card.border-none {
  border: none;
}
/* header */
.site-branding-text {
  padding: 1rem;
  margin: 0 auto 0 0;
}
@media (min-width: 768px) {
  .site-branding-text {
    padding: 0;
  }
}
@media (min-width: 993px) {
  .site-branding-text {
    margin: 0;
  }
}
.site-title {
  width: 100%;
  height: 41px;
  overflow-x: hidden;
}
.site-title img {
  height: 36px;
}
@media (min-width: 768px) {
  .site-title {
    width: 250px;
    height: 44px;
    overflow-x: hidden;
    transition: all 0.3s;
    transform: scale(1);
  }
  .site-title img {
    height: 42px;
    width: auto;
    max-width: 500px;
  }
}
@media (max-width: 990px) {
  .buttons {
    margin: -15px 15px 15px;
  }
  .buttons .form-inline {
    display: flex;
  }
  .buttons .form-inline button:first-child {
    flex: 1 0 100%;
  }
  .buttons .form-inline button:nth-child(2) {
    flex: 1 0 47%;
    margin-right: 1.5%;
  }
  .buttons .form-inline button:nth-child(3) {
    flex: 1 0 47%;
    margin-left: 1.5%;
  }
  .menu-footer-3-container ul#menu-footer-3 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 0;
    font-size: 0.65em;
  }
  .menu-footer-3-container ul#menu-footer-3 li {
    list-style: none;
    border-right: solid 1px #ccc;
    flex: 1 0 33.3333%;
    text-align: center;
    margin-bottom: 1em;
  }
  .menu-footer-3-container ul#menu-footer-3 li:nth-child(3n) {
    border-right: none;
  }
  .menu-footer-3-container ul#menu-footer-3 li a {
    color: #313131;
  }
}

.navbar-brand {
  display: inline-block;
  padding: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-toggler {
  padding: 1rem;
  position: absolute;
  top: 10px;
  right: 15px;
}
.navbar {
  padding: 0;
}
@media (min-width: 768px) {
  .navbar {
    padding: 1rem;
  }
}
.navbar-nav {
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .navbar-nav {
    padding: inherit;
  }
}
/*.navbar-light {
    background: rgba(255,255,255,0.85);
}*/
/*@media (min-width: 768px) {*/
.navbar-light {
  background: #fff;
}
/*} */

.navbar-light .navbar-nav .nav-link {
  color: #313131;
  font-size: 0.9rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--primary);
}
@media (max-width: 990px) {
  .navbar-collapse.collapse.show {
    background: rgba(255, 255, 255, 0.9);
  }
}

.navbar-collapse.in {
  display: block;
  height: calc(100vh - 73px);
  background: rgba(255, 255, 255, 0.9);
}

/*.wb-bp-front-page .wp-bs-4-jumbotron {
    background-image: url(https://tgnr.jp/wp-content/themes/tgnr201910/assets/img/default-cover-img.jpg);
}*/
.wp-bp-jumbo-overlay {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.jumbotron-catch {
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
.container-fluid.cover {
  /*height:30vh;*/
  min-height: 30vw;
  background-size: cover !important;
  background-position: center !important;
}
.container-fluid.cover.mega {
  height: 50vw;
  max-height: 700px;
}
@media (max-width: 768px) {
  .container-fluid.cover.voices {
    height: auto;
    max-height: none;
  }
  .container-fluid.cover.voices .coverphoto {
    height: 35vh;
  }
  .container-fluid.cover.voices .entry-header {
    margin-top: 0;
  }
}
.container-fluid.cover .entry-header {
  margin-top: 26vw;
}
.container-fluid.cover .entry-header h1 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .container-fluid.cover .entry-header {
    margin-top: 10vw;
  }
  .container-fluid.cover .entry-header h1 {
    font-size: 2.5rem;
  }
}
.to-advisor.text-white {
  text-shadow: 0px 0px 10px #000000, 0px 0px 4px #000000;
}
.to-advisor.text-black,
.to-advisor.text-gray90 {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 4px #ffffff;
}
.temp-free {
  width: 40%;
  position: absolute;
  right: -2vw;
  top: -4vw;
}
/* navigation */

.navbar-toggler {
  padding: 0.75rem 0.5rem 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0.25rem;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  margin: 3px 0 0 13px;
}
.animated-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon span {
  background: #fff;
}
.animated-icon span:nth-child(1) {
  top: 0px;
}
.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
  top: 10px;
}
.animated-icon span:nth-child(4) {
  top: 20px;
}
.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.menu-main-container ul {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.menu-main-container ul li {
  padding: 0.5rem 0;
  border-bottom: solid 1px #eee;
  text-align: center;
  margin: 0.5rem 1rem;
}

.menu-main-container ul li a {
  color: var(--default);
}

@media (min-width: 578px) {
  .menu-main-container {
    margin: 0 0 0 auto;
  }

  .menu-main-container ul {
    display: flex;
  }

  .menu-main-container ul li {
    margin-right: 1em;
    border-bottom: none;
  }
}

@media (max-width: 991.99px) {
  .nav-item.text-size {
    position: fixed;
    z-index: 1000;
    top: 10px;
    right: 0px;
    border-bottom: 0;
    margin-right: 10px;
    width: 50px;
    float: right;
  }
  .nav-item.text-size a:focus {
    outline: none;
  }
  .nav-item.text-size.show {
    background: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
}
.dropdown .dropdown-toggle.text-size img {
  width: 20px;
}
.dropdown-menu.text-size {
  background: #fff;
  width: 130px;
  min-width: 130px;
  float: right;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.dropdown-menu.text-size .dropdown-item {
  width: auto;
}
.dropdown-menu.text-size .dropdown-item:hover {
  background: transparent;
}
.dropdown-menu.text-size .d-flex {
  align-items: center;
}
.dropdown-menu.text-size .dropdown-item button {
  border: none;
  border-radius: 3px;
  background: #fff;
}
.dropdown-menu.text-size .dropdown-item button:hover,
.dropdown-menu.text-size .dropdown-item button.select {
  background: var(--primary);
  color: #fff;
}
.btn-text-s {
  font-size: 0.8rem;
}
.btn-text-m {
  font-size: 1rem;
}
.btn-text-l {
  font-size: 1.2rem;
}
/* infiniteslide */
.infiniteslide_wrap {
  width: 100%;
  overflow: hidden;
}
/*top page */
@media (max-width: 767px) {
  .tgnr-catch > .row {
    background-image: initial !important;
    background-color: transparent !important;
  }
}
.news-update {
  background: url(assets/img/bg_news_update.png) repeat-x center 26px;
  background-size: 40px;
}
.news-topics {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.7) 70%,
      rgba(255, 255, 255, 0.7) 100%
    ),
    url(assets/img/bg_news_topics.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.m-and-a-checkup {
  background: url(assets/img/bg_red.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
}
.news-list {
  background: #fffaf2;
}
.news-update dl dt,
.news-update dl dd {
  background: #fff;
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .news-update dl dt,
  .news-update dl dd {
    padding: 0 10px;
  }
}
/* receivingcompany */
article.receivingcompany {
  border-bottom: solid 1px #ccc;
  padding-bottom: 1.5rem;
}
article.receivingcompany:not(.search-result) {
  border-bottom: none;
  padding-bottom: 0;
}
.receivingcompany-text-block {
  margin-left: -50vw;
}
@media (min-width: 768px) {
  .receivingcompany-text-block {
    margin-left: -100px;
  }
}
.nav-tabs {
  display: flex;
  justify-content: space-around;
}
.nav-tabs .nav-item {
  flex: 1 0 auto;
  text-align: center;
}
.nav-tabs .nav-item .nav-link {
  font-size: 0.8rem;
  border: none;
  border-radius: 0;
  padding: 1em 0;
  border-radius: 0;
  letter-spacing: 0;
  background: #fff6e9;
}
@media (min-width: 768px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
}
.nav-tabs .nav-item .nav-link.active {
  background: #fff;
}
.table.profile th {
  width: 7em;
}
.strategy-temp {
  width: 100%;
  height: 155vh;
  max-height: 1330px;
  background: url(assets/img/strategy_temp.png) no-repeat center top;
  background-size: contain;
  justify-content: center;
  align-items: center;
}
.strategy-temp-inner {
  flex: 1 0 80%;
}
@media (min-width: 768px) {
  .column-2 {
    columns: 2;
  }
}
/* faq */
li.faq-q a,
li.faq-a a,
.faq-q a,
.faq-a a {
  color: #313131;
}
.faq-q:before {
  content: "Q";
  font-family: gill-sans-nova, sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  background: var(--primary);
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.6em;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
  line-height: 1;
  float: left;
}
.faq-a:before {
  content: "A";
  background: #fff;
  color: var(--primary);
  font-family: gill-sans-nova, sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  border: solid 1px var(--primary);
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.6em;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
  line-height: 1;
  float: left;
}
.faq-q p,
.faq-a p {
  padding-left: 2em;
}
.faq-cat.list-group-item {
  border: none;
  border-radius: 0px;
}
.faq-cat.list-group-horizontal {
  flex-wrap: wrap;
}
.faq-cat.list-group-horizontal .list-group-item {
  border: none;
  border-radius: 0px;
  padding: 0 1em 0 0;
  margin: 0 1em 0.5em 0;
  border-right: solid 1px #ccc;
}

@media (min-width: 768px) {
  .faq-cat.list-group-horizontal .list-group-item {
    width: 50%;
    /*border-left: solid 1px #CCC;*/
    padding: 1em;
  }
}
@media (min-width: 992px) {
  .faq-cat.list-group-horizontal .list-group-item {
    width: 25%;
  }
}
.faq-cat.list-group-horizontal .list-group-item:last-child {
  /*border-right: solid 1px #CCC;*/
}
/* news */
/*a[target="_blank"]:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f08e";
  font-weight: 300;
  padding-left: .5em;
}*/
/*a[href^="http"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f0c1";
  font-weight: 300;
  padding-right: .5em;
  font-size: 1.25em;
}*/
/*a[href^="https://dejiore.com"]:before, a.no-link-icon:before {
  padding-right: 0;
  content: "";
  display: none;
}*/
/*a[href$=".pdf"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 300;
  font-size: 1.5em;
  padding-right: .5em;
  color: var(--primary);
}*/
/* user registration*/
#main.site-main > .error {
  display: none;
}
.form-submit > input.submit {
  width: 100%;
}
.wppb-form-field > span {
  display: block;
  clear: both;
  margin-left: 30%;
  font-size: 0.7rem;
  font-style: normal !important;
}
/* infinite scroll */
.alm-listing .alm-reveal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* favorite */
.favorites-list {
  list-style: none;
  width: 100%;
  padding-left: 0;
}
.favorites-list p {
  margin-bottom: 0;
}
form#select_user_to_edit_form {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
.wppb-user-forms {
  width: 100%;
}
/* gform */
.gform_wrapper ul li.gfield {
  margin-top: 2rem;
  padding-top: 0;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-family: gill-sans-nova, sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 1rem !important;
}
.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 16px 0 0;
  clear: both;
  display: flex;
  justify-content: space-between;
}

body .gform_wrapper ul li.gfield {
  padding-top: 1em;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  border-top: solid 1px #ccc;
}

body .gform_wrapper ul li.gfield.macheckup-question:nth-child(2n) {
  background: #faf2f2;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 1em;
  width: 100% !important;
  margin: 0 0.5em 1em !important;
}
.ginput_container {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
    margin: 2rem;
  }
}

/* wp pagenavi */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  border: solid 1px;
  border-radius: 4px;
}
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  border: solid 1px;
  border-radius: 4px;
}
.wp-pagenavi span.pages {
  display: none;
}
/* footer */
footer#colophon {
  background: var(--primary);
  background-size: 70px;
  color: #fff;
}
footer ul.menu {
  padding-left: 0;
}
.site-info img {
  height: auto;
  max-width: 120px;
  margin: 0 auto 10px;
  display: block;
}
.footer-widgets {
  font-size: 0.8rem;
}
.site-footer a {
  color: #fff !important;
}
.site-footer a:hover {
  color: #fff6e9 !important;
}
@media print {
  .container-fluid.cover {
    height: 40mm;
    min-height: 40mm;
    background-size: cover !important;
    background-position: center !important;
  }
  .container-fluid.cover .entry-header {
    margin-top: 5mm;
  }
  .nav-tabs {
    display: none;
  }
  footer {
    display: none;
  }
}
.macheckup-question {
  font-size: 16px;
  font-weight: 400;
}
.macheckup-question:before {
  font-family: gill-sans-nova, sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 400;
  padding-right: 0.5em !important;
}

.gfield {
  display: flex;
  flex-wrap: wrap;
}

.gfield:before {
  display: inline;
  margin-top: 1rem !important;
  font-size: 30px;
  font-family: sporty-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--primary);
}

.gfield.q01:before {
  content: "Q01" !important;
}
.gfield.q02:before {
  content: "Q02" !important;
}
.gfield.q03:before {
  content: "Q03" !important;
}
.gfield.q04:before {
  content: "Q04" !important;
}
.gfield.q05:before {
  content: "Q05" !important;
}
.gfield.q06:before {
  content: "Q06" !important;
}
.gfield.q07:before {
  content: "Q07" !important;
}
.gfield.q08:before {
  content: "Q08" !important;
}
.gfield.q09:before {
  content: "Q09" !important;
}
.gfield.q10:before {
  content: "Q10" !important;
}
.gfield.q11:before {
  content: "Q11" !important;
}
.gfield.q12:before {
  content: "Q12" !important;
}
.gfield.q13:before {
  content: "Q13" !important;
}
.gfield.q14:before {
  content: "Q14" !important;
}
.gfield.q15:before {
  content: "Q15" !important;
}
.gfield.q16:before {
  content: "Q16" !important;
}
.gfield.q17:before {
  content: "Q17" !important;
}
.gfield.q18:before {
  content: "Q18" !important;
}
.gfield.q19:before {
  content: "Q19" !important;
}
.gfield.q20:before {
  content: "Q20" !important;
}

.gfield_label {
  font-weight: 400 !important;
  padding: 1em 0 0 1em;
  width: 78%;
}

.ginput_container {
  width: 94%;
  margin: 0 3%;
}

.noUi-touch-area {
  height: 100%;
  /* border-radius: 50px; */
  background: var(--primary);
  border: 1px solid var(--primary);
}

.noUi-tooltip {
  display: none;
}

.min-val-relation,
.max-val-relation {
  font-size: 0.75rem;
  margin: 0.75rem 0;
}

.slider-display::before {
  content: "やや当てはまる";
  position: absolute;
  bottom: -27px;
  left: calc(50% - 3.3em);
  font-size: 0.75rem;
}

/* smartphone display cancel */
@media (max-width: 767px) {
  .container.cancel-xs {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .card.cancel-xs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    background: initial;
    border-radius: 0;
  }
  .card-body.cancel-xs {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .floating-banner {
    width: 270px;
    height: 253px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
    z-index: 10000;
    display: none;
  }
  .floating-banner p.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
  }
}
.content-overlay {
  width: 0;
  height: 0;
  display: none;
  transition: 0.4s;
}
.content-overlay.open {
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
}
.question {
  width: 100%;
  min-height: 115px;
  display: inline-block;
  position: relative;
  padding: 17px 13px;
  border-radius: 5px;
  background: #fff;
}
.question:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 35px;
  border: 12px solid transparent;
  border-top: 30px solid #fff;
}
@media (min-width: 576px) {
  .question:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 65px;
    left: -33px;
    bottom: initial;
    border: 12px solid transparent;
    border-right: 30px solid #fff;
  }
}
.answer {
  width: 100%;
  min-height: 115px;
  display: inline-block;
  position: relative;
  margin: 5px;
  padding: 17px 13px;
  border-radius: 5px;
  background: #ffa2a6;
}
.answer:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  right: 35px;
  border: 12px solid transparent;
  border-top: 30px solid #ffa2a6;
}
/* xsサイズでの表記 */
@media (min-width: 576px) {
  .answer:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 65px;
    right: -33px;
    bottom: initial;
    border: 12px solid transparent;
    border-left: 30px solid #ffa2a6;
  }
}
.answer p,
.question p {
  margin: 0;
  padding: 0;
}
.answer blockquote,
.question blockquote {
  background: #fff;
  font-style: normal;
  border-left: none;
  padding: 0.5rem;
  border-radius: 5px;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

/* デジトレ診断結果印刷用ここから（OEMで追加） */
.table-page-consultaion-print-detailoem {
  width: 99%;
}
.table-page-consultaion-print-detailoem .clear_btn input[type="button"] {
  padding: 0.5rem 0.7rem;
}
.table-page-consultaion-print-detailoem td {
  vertical-align: middle;
  font-weight: bold;
  padding: 2px;
}
.table-page-consultaion-print-detailoem tr:nth-of-type(even) {
  background-color: #d6d6d6;
  color: black;
}
.table-page-consultaion-print-detailoem tr:not(:first-of-type) td {
  padding: 5px !important;
}
.table-page-consultaion-print-detailoem tr:first-of-type {
  background-color: #000000;
  color: #fafafa;
  font-weight: bold;
}

.table-page-consultaion-print-detailoem tr:first-of-type td:nth-last-of-type(1) {
  background-color: #000000;
  color:#fafafa;
}

.table-page-consultaion-print-detailoem tr td:nth-last-of-type(1) {
  width: 68px;
  text-align: center;
  font-weight: bold;
}
.table-page-consultaion-print-detailoem tr td:nth-last-of-type(2) {
  width: 68px;
  text-align: center;
  font-weight: bold;
}
.table-page-consultaion-print-detailoem tr td:nth-last-of-type(3) {
  width: 68px;
  text-align: center;
  font-weight: bold;
}
.table-page-consultaion-print-detailoem tr td:first-of-type {
  width: 40px;
  text-align: center;
}

/* デジトレ診断結果印刷用ここから */
.table-page-consultaion-print-detail {
  width: 99%;
}
.table-page-consultaion-print-detail .clear_btn input[type="button"] {
  padding: 0.5rem 0.7rem;
}
.table-page-consultaion-print-detail td {
  vertical-align: middle;
  font-weight: bold;
  padding: 2px;
}
.table-page-consultaion-print-detail tr:nth-of-type(even) {
  background-color: #d6d6d6;
  color: black;
}
.table-page-consultaion-print-detail tr.select_row {
  background-color: #FFC000;
}
.table-page-consultaion-print-detail tr:not(:first-of-type) td {
  padding: 5px !important;
}
.table-page-consultaion-print-detail tr:first-of-type {
  background-color: #000000;
  color: #fafafa;
  font-weight: bold;
}

.table-page-consultaion-print-detail tr:first-of-type td:nth-last-of-type(1) {
  background-color: #FFC000;
  color:#000000;
}

.table-page-consultaion-print-detail tr td:nth-last-of-type(1) {
  width: 68px;
  text-align: center;
  font-weight: bold;
}
.table-page-consultaion-print-detail tr td:nth-last-of-type(2) {
  width: 68px;
  text-align: center;
  font-weight: bold;
}
.table-page-consultaion-print-detail tr td:nth-last-of-type(3) {
  width: 68px;
  text-align: center;
  font-weight: bold;
}
.table-page-consultaion-print-detail tr td:nth-last-of-type(4) {
  width: 68px;
  text-align: center;
  font-weight: bold;
}
.table-page-consultaion-print-detail tr td:first-of-type {
  width: 40px;
  text-align: center;
}
.table-page-consultaion-print-score {
  border: none !important;
}
.table-page-consultaion-print-score tr td:first-of-type {
  text-align: right;
}
.table-page-consultaion-print-score tr td:nth-of-type(2) {
  text-align: right;
  font-weight: bold;
  padding-right: 8px;
}
.table-page-consultaion-print-score tr td:nth-of-type(3) {
  text-align: left;
  margin: 0 5px;
}
.table-page-consultaion-print-score td {
  border: none;
  padding: 4px;
}
.bg-img-rightBottom {
  background-position: right 30px bottom 40px;
  background-repeat: no-repeat;
  background-size: 22%;

  /* background-attachment: fixed; */
}
.table-page-consultaion-print-examples-efforts td {
  border: 1px solid black;
  border-right: none;
  border-left: none;
  vertical-align: middle;
  padding: 2px;
}
.table-page-consultaion-print-examples-efforts tr:first-of-type {
  text-align: center;
  font-weight: bold;
  border: none;
}
.table-page-consultaion-print-examples-efforts tr:first-of-type td {
  border: none;
}
.table-page-consultaion-print-examples-efforts-yellow {
  background-color: #ffc000;
  width: 42px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.table-page-consultaion-print-examples-efforts-yellow + td {
  width: 50px;
  border-right: 1px solid black;
}
.table-page-consultaion-print-examples-efforts tr td:nth-last-of-type(3) {
  width: 200px;
}
.table-page-consultaion-print-examples-efforts tr td:nth-last-of-type(4) {
  width: 28px;
  text-align: center;
  font-size: 0.8em;
  padding: 2px 3px;
}
.score_detail table th,
.score_detail table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #000;
  text-align:center;
}
.score_detail table th {
  width: 50%;
  line-height: 1.2;
  font-size: 0.8em;
}
.score_detail table td {
  font-size: 1.8em;
  font-weight: 500;
}
.score_detail table td.worst2 {
  background-color: #FC8488;
}
.score_detail table td.category_min {
  background-color: #FEBFC1;
}
.score_detail table tr:nth-of-type(1) th {
  background-color: #ffc000;
}
.score_detail table tr:nth-of-type(3) th {
  background-color: #FFECD5;
}
.checkit {
  width: 297mm !important;
  height: auto !important;
  margin: 0 auto;
  padding-bottom: 20px;
}
.pdf-dl-btn-area {
  width: 297mm !important;
  margin: 0 auto;
  padding: 20px 30px 60px;
  background-color: #FD8E12;
}
.pdf-dl-btn-area h3 {
  /* padding-top: 20px; */
  color: #fff;
}
.pdf-dl-btn-area h3 span {
  padding: 10px 30px;
  border-bottom: 3px solid #fff;
}
.pdf-dl-btn-area .card {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 1rem;
}
.pdf-dl-btn-area .card .card-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #FD8E12;
  color: #FD8E12;
}
.pdf-dl-btn-area .card.full-size .card-title {
  margin-left: 105px;
  margin-bottom: 60px;
}
.pdf-dl-btn-area .card.full-size .card-title h4 {
  margin: 0;
}
.pdf-dl-btn-area .card.full-size .card-title p {
  margin: 0;;
  font-size: 0.8rem;
  color: #000;
}
.pdf-dl-btn-area .card .card-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.pdf-dl-btn-area .card.full-size ul {
  padding-left: 10px;
}
.pdf-dl-btn-area .card.full-size li {
  list-style-type: none;
  line-height: 1.7;
}
.pdf-dl-btn-area .card a {
  color: #000;
  text-decoration: underline;
}
.pdf-dl-btn-area .card.half-size a {
  font-size: 1.6rem;
}

.pdf-dl-btn-area .card.full-size a {
  font-size: 1.3rem;
}

.pdf-dl-btn-area .card.card-left {
  background: #fff url(assets/img/binder-chk.png) no-repeat 1.25rem 1.25rem;
  background-size: 23%;
}
.pdf-dl-btn-area .card.card-right {
  background: #fff url(assets/img/supplementary_explanation.png) no-repeat 1.25rem 1.25rem;
  background-size: 23%;
}
.pdf-dl-btn-area .card.full-size .card-body {
  background: url(assets/img/commentary.png) no-repeat 1.25rem 1.25rem;
  background-size: 9%;
}


  /* .table-page-consultaion-print-examples-efforts tr td span {
  writing-mode: vertical-lr;
} */
/* .print-wrapper {
  visibility: hidden;
} */
.A4 {
  width: 297mm !important;
  height: auto !important;
  border-bottom: 1px dashed black;
  margin: 0 auto;
  padding-bottom: 20px;
}
.copyright {
  display: none;
}
/* 改ページなどの印刷用設定ここから */
@media print {
  body {
    /* font-size: 10pt; */
    -webkit-print-color-adjust: exact; /* chromeで印刷時に背景色が正しく出るための設定 */
    /* color: pink; */
  }
  .new-page {
    page-break-before: always;
    size: A4 landscape;
  }
  .display-wrapper {
    display: none;
  }
  /* .print-wrapper {
    visibility: initial;
  } */
  .copyright {
    display: initial;
  }
  .A4 {
    width: initial;
    height: initial;
    border-bottom: none;
    margin: initial;
    padding-bottom: initial;
  }
  .table-page-consultaion-print-detail tr:nth-of-type(even) {
    background-color: #d6d6d6;
    color: black;
  }
  .table-page-consultaion-print-detail tr:nth-of-type(odd) {
    background-color: #ffffff;
    color: black;
  }
  .table-page-consultaion-print-detail tr:first-of-type {
    background-color: #000000;
    color: #fafafa;
    font-weight: bold;
  }
  .table-page-consultaion-print-detail tr td:nth-last-of-type(1) {
    display: none;
  }
  .table-page-consultaion-print-detailoem tr:nth-of-type(even) {
    background-color: #d6d6d6;
    color: black;
  }
  .table-page-consultaion-print-detailoem tr:nth-of-type(odd) {
    background-color: #ffffff;
    color: black;
  }
  .table-page-consultaion-print-detailoem tr:first-of-type {
    background-color: #000000;
    color: #fafafa;
    font-weight: bold;
  }

　.checkit {
    display: none;
  }
  .clear_btn {
    display: none;
  }
  .pdf-dl-btn-area {
    display: none;
  }
  @page {
    margin: 0;
  }
}

/* 改ページなどの印刷用設定ここまで */

/* デジトレ診断結果印刷用ここまで */
.top-yellow-frame {
  border: 5px solid #ffc000;
  border-radius: 4%;
  width: 90%;
}
.top-yellow-frame-title {
  position: absolute;
  top: -40px;
  left: -30px;
  background-color: #ffc000;
}
.category-yellow-frame {
  border: 4px solid #ffc000;
  border-radius: 4px;
  width: 90%;
}
.category-yellow-frame-title {
  position: absolute;
  top: -20px;
  left: -30px;
  background-color: #ffc000;
}

/* デジトレ力別診断結果のページ */
.img-responsive {
  /* display: block; */
  object-fit: cover;
  width: 120px;
  height: 130px;
  padding: 0;

/* 
}
.wp-block-table table {
  table-layout: fixed;
}
*/

