@charset "UTF-8";
/*
Theme Name: Driver Naviのテーマ
Description: ドライバーナビは、株式会社朝日通商 が提供するサービスです。
Author: 株式会社 朝日通商
Version: 1.0.0
*/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

select {
  border: 1px solid #707070;
  width: 100%;
  background: url(img/icon-select.svg) calc(100% - 12px) center no-repeat;
  background-size: 10px auto;
  background-color: #fff;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 20px;
}

option {
  color: #000;
}

.ov-wrap {
  max-height: calc(100vh - 72px);
  overflow-y: auto;
}

#menu-switch {
  display: none;
}

.sp-wrap #menu-open {
  display: none;
}

.nav {
  position: fixed;
  right: 0;
  top: 60px;
  padding: 0;
  width: 100%;
}
.nav .wrap {
  display: flex;
  justify-content: flex-end;
}

#menu-switch ~ #menu-open {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

#menu-switch ~ .sp-wrap {
  display: block;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  background-color: #fff;
}

#menu-switch:checked ~ .sp-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  visibility: visible;
  opacity: 1;
}

#menu-close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}

#menu-switch:checked ~ #menu-open {
  display: none;
}

.header {
  padding: 15px 22px;
  transform: translateY(0);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.7);
}

.logo {
  width: 162px;
  height: 30px;
  z-index: 10000;
}
.logo img {
  height: 100%;
  width: auto;
}

.gnav {
  width: 100%;
}
.gnav li {
  border-bottom: 1px solid #707070;
}
.gnav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 22px;
  line-height: 1;
  background: url(img/icon-right.svg) calc(100% - 22px) 50% no-repeat;
  background-size: 8px auto;
  transition: 0.3s;
}
.gnav a:hover {
  background-color: #ededed;
}
.gnav .title {
  display: inline-block;
  width: 104px;
}
.gnav .title-sub {
  color: #999;
  font-size: 11px;
}

.main {
  margin-top: 60px;
  margin-bottom: 110px;
}

.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #000000;
  padding: 4px 14px 8px;
  display: flex;
  justify-content: center;
  color: #fff;
  min-height: 87px;
}

.copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-area {
  display: flex;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  gap: 9%;
  font-size: 18px;
}

.current-status-title {
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  padding: 3px 4px 5px 3px;
  background-color: #B3111F;
  font-size: 12px;
}

.current-status {
  width: 100%;
}

.current-status-date {
  display: inline-block;
}

.current-status-name {
  display: inline-block;
}

.start-name {
  display: inline-block;
}

.current-status-place {
  display: block;
  font-size: 12px;
  padding-top: 6px;
}

.current-status-keika {
  display: inline-block;
}

.start-keika {
  display: inline-block;
}

.num-font {
  font-size: 150%;
  padding: 0 2px;
}

.icon-btn a {
  display: block;
  width: 100%;
  text-align: center;
}

.memo-icon {
  font-size: 18px;
  display: inline-block;
  padding: 4px 6px;
}

.memo-count {
  font-size: 11px;
  display: block;
}

.wrap {
  padding: 0 20px;
}

.post-title {
  padding: 8px 12px;
  border-bottom: 1px solid #000000;
  color: #000;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.title-sub {
  align-items: center;
  font-size: 11px;
  color: #999999;
  margin-left: 10px;
}

.fa-external-link-alt {
  margin-left: 4px;
}

.swpm-post-not-logged-in-msg,
.swpm-pw-reset-widget-form {
  margin: 20px;
  padding: 60px 20px;
  background-color: #F6F6F6;
  line-height: 1.5;
}
.swpm-post-not-logged-in-msg a,
.swpm-pw-reset-widget-form a {
  color: #B3111F;
  text-decoration: underline;
}
.swpm-post-not-logged-in-msg a.swpm-login-link,
.swpm-pw-reset-widget-form a.swpm-login-link {
  color: #fff;
  text-decoration: none;
}

.swpm-login-widget-form .swpm-password-input input,
.swpm-login-widget-form .swpm-username-input input {
  width: 100%;
}

.swpm-login-widget-form .swpm-login-submit input {
  width: 100%;
  margin: 20px auto;
  padding: 18px 30px;
  background-color: #B3111F;
  color: #fff;
  text-align: center;
}

.swpm-login-form-pw-reset-link {
  color: #B3111F;
  text-decoration: underline;
}

.swpm-join-us-link {
  display: none;
}

.swpm-login-link,
.swpm-pw-reset-submit,
.swpm-logged-logout-link {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 18px 30px;
  background-color: #B3111F;
  color: #fff;
  text-align: center;
}

#swpm-login-form,
.swpm-pw-reset-widget-form {
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 20px auto;
  padding: 60px 20px;
  background-color: #F6F6F6;
  line-height: 1.5;
}

.swpm-username-input input,
.swpm-password-input input,
.swpm-pw-reset-email-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 5px 0 30px;
  background: #fff !important;
  border: 2px solid #000000;
  padding: 16px 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.swpm-remember-checkbox input {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
}

.swpm-rember-label {
  vertical-align: bottom;
  padding-left: 5px;
}

.swpm-login-widget-logged > div {
  margin-bottom: 20px;
}

.swpm-edit-profile-link {
  display: none;
}

.tab-list {
  margin: 0 20px;
  padding-top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.tab-menu-item {
  display: block;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  border: 2px solid #B3111F;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  color: #666666;
  margin: 0 6px;
  line-height: 1;
}
.tab-menu-item.current {
  background-color: #B3111F;
  color: #fff;
}

.content-timeline {
  background-color: #F6F6F6;
  border-top: 2px solid #B3111F;
  padding: 30px 20px 70px;
  min-height: calc(100vh - 160px);
}

form.timeline,
form.memo {
  max-width: 440px;
  margin: 0 auto;
}

.section-title {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-title .item-description {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}

.section-title-wrap {
  padding: 10px 0 0;
  margin-bottom: 20px;
  position: relative;
}

.section-title-border {
  color: #000;
  font-size: 15px;
  border-left: 3px solid #B3111F;
  padding: 2px 7px 6px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.btn-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1%;
}
.btn-wrap .option-item {
  width: 40%;
}
.btn-wrap input[type=radio] {
  display: none;
}
.btn-wrap label,
.btn-wrap a {
  display: inline-block;
  padding: 10px 16px;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  border: 2px solid #666666;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 14px;
  width: 100%;
  text-align: center;
}
.btn-wrap input[type=radio]:checked ~ label,
.btn-wrap a:active {
  border: 2px solid #B3111F;
  background-color: #B3111F;
  color: #fff;
}
.btn-wrap .option-item.hidden {
  display: none;
}
.btn-wrap .option-item.disabled label,
.btn-wrap .option-item.disabled a {
  color: #666;
  background-color: #ddd;
}

.btn-status {
  display: inline-block;
  padding: 10px 16px;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  border: 2px solid #666666;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.btn-status.current {
  border: 2px solid #B3111F;
  background-color: #B3111F;
  color: #fff;
}

#timeline_memo {
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 2px solid #666666;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.5;
}

#memo_content {
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 2px solid #666666;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.5;
  height: 120px;
}

.btn-submit {
  width: 100%;
  margin: 30px auto 20px;
  padding: 18px 30px;
  background-color: #B3111F;
  color: #fff;
  text-align: center;
}
.btn-submit.disabled {
  background-color: #555555;
  color: #fff;
  opacity: 0.3;
}

.basic-table {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 30px;
  position: relative;
}
.basic-table th, .basic-table td {
  font-size: 12px;
  border: 1px solid #707070;
  padding: 10px 5px;
  line-height: 1.3;
}
.basic-table th {
  background-color: #F6F6F6;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 10px 5px;
}
.basic-table td {
  background-color: #fff;
}
.basic-table td span {
  display: block;
}
.basic-table a {
  color: #B35411;
}
.basic-table .memo {
  position: absolute;
  right: 10px;
  bottom: -30px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: left;
}

.basic-table-date {
  width: 74px;
  text-align: center;
  vertical-align: middle;
}

.basic-table-place {
  width: auto;
  text-align: left;
  vertical-align: middle;
}

.basic-table-status {
  min-width: 36px;
  width: auto;
  text-align: center;
  vertical-align: middle;
}

.basic-table-icon {
  width: 36px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.basic-table-type {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

.btn-memo {
  color: #B35411;
}

.btn-memo ~ .memo {
  display: none;
}

.btn-memo.active ~ .memo {
  display: block;
}

.content-memo {
  padding: 30px 20px;
  width: 100%;
  margin: 20px auto;
  max-width: 440px;
}
.content-memo textarea {
  width: 100%;
  min-height: 200px;
}

.content-search {
  padding: 0 20px;
  width: 100%;
  margin: 20px auto;
  max-width: 640px;
}
.content-search p {
  line-height: 1.5;
}

.form-search {
  display: flex;
  justify-content: space-between;
  border: solid 2px #707070;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 20px;
}

#s-text {
  width: calc(100% - 30px);
}

.btn-search {
  width: 26px;
  padding: 0 1px;
}

.fa-search {
  color: #B3111F;
  font-size: 24px;
}

.volume {
  margin: 0 0 10px;
  font-size: 12px;
  color: #555555;
}

.side-scrolling {
  margin: 0 0 20px;
  width: 100%;
  overflow-x: auto;
}
.side-scrolling::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.side-scrolling::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #D8D8D8;
}
.side-scrolling::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #999999;
}

.scroll-table {
  min-width: 600px;
  width: 600px;
  margin: 0 auto 10px;
  position: relative;
}
.scroll-table th, .scroll-table td {
  font-size: 12px;
  border: 1px solid #707070;
  padding: 10px 5px;
  line-height: 1.3;
  color: #000;
}
.scroll-table th {
  background-color: #F6F6F6;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 10px 2px;
}
.scroll-table td {
  background-color: #fff;
}
.scroll-table a {
  color: #B35411;
  font-size: 12px;
}
.scroll-table a i {
  font-size: 16px;
}

.search-result-table th:nth-child(1),
.search-result-table td:nth-child(1) {
  width: 200px;
}
.search-result-table th:nth-child(2),
.search-result-table td:nth-child(2) {
  text-align: center;
  width: 50px;
}
.search-result-table th:nth-child(3),
.search-result-table td:nth-child(3) {
  text-align: center;
  width: 50px;
}

.wp-pagenavi {
  margin: 0 0 20px;
  width: 100%;
  font-size: 16px;
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .current,
.wp-pagenavi .extend {
  padding: 0 20px 0 0;
  color: #666666;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  padding: 0 20px 0 0;
  color: #B35411;
  border: none;
}

.content-direction {
  padding: 0 20px;
  width: 100%;
  margin: 20px auto;
  max-width: 840px;
}

.btn-function {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 15px;
  color: #fff;
  background-color: #B3111F;
  padding: 4px 14px 6px;
  border-radius: 8px;
}
.btn-function:hover {
  background-color: #666666;
}

.root-table {
  width: 800px;
}
.root-table th, .root-table td {
  text-align: center;
  vertical-align: middle;
}
.root-table th:nth-child(1),
.root-table td:nth-child(1),
.root-table th:nth-child(6),
.root-table td:nth-child(6),
.root-table th:nth-child(7),
.root-table td:nth-child(7) {
  min-width: auto;
  width: 50px;
}
.root-table th:nth-child(2),
.root-table td:nth-child(2),
.root-table th:nth-child(3),
.root-table td:nth-child(3),
.root-table th:nth-child(4),
.root-table td:nth-child(4) {
  width: 60px;
}
.root-table td:nth-child(5) {
  width: 140px;
  text-align: left;
}
.root-table td:nth-child(8) {
  width: 220px;
  text-align: left;
}

.baggage-info-table {
  width: 100%;
  max-width: 640px;
  margin: 20px auto 0;
  position: relative;
}
.baggage-info-table th, .baggage-info-table td {
  font-size: 12px;
  border: 1px solid #707070;
  padding: 10px 5px;
  line-height: 1.3;
}
.baggage-info-table th {
  background-color: #F6F6F6;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 10px 5px;
  width: 120px;
}
.baggage-info-table td {
  background-color: #fff;
}
.baggage-info-table a {
  color: #B35411;
}

.baggage-arrival-departure-table {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  margin-top: -1px;
}
.baggage-arrival-departure-table th, .baggage-arrival-departure-table td {
  font-size: 12px;
  border: 1px solid #707070;
  padding: 10px 5px;
  line-height: 1.3;
}
.baggage-arrival-departure-table th {
  background-color: #F6F6F6;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 10px 5px;
  width: 76px;
}
.baggage-arrival-departure-table td {
  background-color: #fff;
}
.baggage-arrival-departure-table a {
  color: #B35411;
}
.baggage-arrival-departure-table .point-title {
  width: 30px;
}

.wp-video {
  max-width: 100%;
}

.wp-video-shortcode {
  max-width: 100%;
}

.manual-wrap {
  padding: 0 6px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.manual-wrap > div {
  margin: 0 auto;
}

.pdfemb-viewer {
  width: 100%;
}

.pagenavi-wrap .wp-pagenavi span.current {
  font-weight: normal;
  border: none;
}

#debug {
  color: #999;
  text-align: center;
}

.content-page {
  padding: 0 20px;
  width: 100%;
  margin: 20px auto;
  max-width: 840px;
}
.content-page h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: 15px;
  border-left: 3px solid #B3111F;
  padding: 2px 7px 6px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.content-page p {
  font-size: 14px;
  margin-bottom: 14px;
  color: #333;
  line-height: 1.5;
}
.content-page ul, .content-page ol {
  list-style: initial;
  margin-left: 20px;
  margin-bottom: 20px;
}
.content-page li {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.5;
}

.wp-block-buttons {
  margin: 0 0 20px;
  text-align: center;
}

a.wp-block-button__link {
  font-size: 14px;
}

.wp-block-table {
  margin: 0 0 20px;
}
.wp-block-table table {
  font-size: 14px;
}
.wp-block-table tr:nth-of-type(1) {
  background-color: #D8D8D8;
  text-align: center;
}
.wp-block-table td {
  padding: 12px 6px;
  border: 1px solid #666;
  min-width: 30px;
  line-height: 1.4;
}
.wp-block-table a {
  color: #B3111F;
}

html #wpadminbar {
  z-index: 999999;
}/*# sourceMappingURL=style.css.map */