/* css for PC web pages */

/* header box */
@media screen and (min-width: 767px) {
  /* show hide layout */
  .head-pc {
    display: block;
  }
  .head-mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .copyright-mobile {
    display: none;
  }
  /* header content */
  #top-header-box {
    width: 100%;
  }
  #page-header-box {
    width: 100%;
    min-height: 100px;
  }
  #top-header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background-color: white;
    z-index: 10002;
  }
  #header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background-color: white;
    z-index: 10002;
  }
  /* top-left, top-box, top-right flex */
  .head-left-box {
    flex-basis: auto;
  }
  .top-header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
  }
  .header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    height: 100px;
  }
  /* logo and menu */
  .head-center-box {
    /* z-index: 10000; */
    width: 100%;
    height: 115px;
    max-width: 1200px;
    flex-basis: 1200px;
  }
  .head-right-box {
    flex-basis: auto;
  }
  .head-pc {
    display: flex;
    width: 100%;
  }
  .head-logo-box {
    min-width: 240px;
    text-align: left;
    padding-top: 33px;
    padding-left: 40px;
  }
  .head-logo {
    max-width: 200px;
    z-index: 10001;
  }
  .head-mid-box {
    width: calc(100% - 740px);
  }
  .head-menu-box {
   width: 100%;
  }
  /* with .language div */
  /* .language {
    text-align: right;
    padding: 30px 22px 0 0;
    font-size: 18px;
  }
  .menu-box {
    display: flex;
    flex-direction: row-reverse;
    margin: 15px 0 0 0;
  } */
  /* without ".language" div */
  .menu-box {
    display: flex;
    flex-direction: row-reverse;
    margin: 70px 0 0 0;
  }
  .menu-item {
    text-align: center;
    padding: 5px 22px;
    letter-spacing: 0.1em;
  }
  .menu-item a {
    color: #333;
    font-weight: 600;
  }
  .menu-selected {
    color: darkmagenta !important;
    text-decoration: underline;
  }
  /* hide mobile menu */
  nav {
    display: none;
  }
  /* footer */
  footer {
    width: 100%;
    text-align: center;
    margin: 100px auto 0;
    padding: 10px 0 35px;
    background-color: #004B65;
  }
  .footer-logo-box {
    width: 100%;
    padding: 40px 0;
  }
  .footer-logo-box img {
    width: 200px;
    margin: 0 auto;
  }
  .footer-menu-box {
    margin: 0 auto 30px;
  }
  .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-menu li {
    color: white;
    font-size: 14px;
    padding: 0 20px !important;
    text-align: center;
    min-width: 100px;
  }
  .footer-menu a {
    color: white !important;
  }
   /* footer */
  footer {
    width: 100%;
    text-align: center;
    margin: 100px auto 0;
    padding: 10px 0 35px;
    background-color: #004B65;
  }
  .footer-logo-box {
    width: 100%;
    padding: 40px 0;
  }
  .footer-logo-box img {
    width: 200px;
    margin: 0 auto;
  }
  .footer-menu-box {
    display: block;
    margin: 0 auto 30px;
  }
  .footer-menu-box-mobile {
    display: none;
  }
  .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-menu li {
    color: white;
    font-size: 14px;
    padding: 0 20px !important;
    text-align: center;
    min-width: 100px;
  }
  .footer-menu a {
    color: white !important;
  }
  .border {
    border-left: 1px solid #ccc;
  }
  .border-both {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .copyright {
    width: 100%;
    color: white;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4em;
  }
  /* top main content */
  .top-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
    text-align: center;
  }
  .top-text-box {
    background-image: url("../img/top-page-image.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-top: 55px;
  }
  .top-text-img {
    max-width: 620px;
    padding-top: 280px;
    margin: 0 auto;
  }
  .top-text-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 7px 0;
  }
  .top-text-box span {
    display: inline-block;
    padding: 8px 0;
  }
  .top-company-message {
    display: block;
  }
  .top-company-message-mobile {
    display: none;
  }
  .top-company-message{
    display: block;
    width: 100%;
    padding: 50px 20px 0 20px;
  }
  .top-company-message p {
    color: black;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
    border-left: 10px solid #069;
    padding: 15px 0 15px 15px;
  }
  .top-company-message span {
    display: inline-block;
  }
  .top-message-box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .top-message-mobile {
    display: none;
  }
  .top-message h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #000080;
    font-weight: 200;
    font-size: 42px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 70px;
  }
  .japan-cars {
    width: 100%;
  }
  .jc-content {
    margin: 10px 0 50px 0;
    display: flex;
  }
  .jc-content img {
    max-width: 35%;
    margin: 0 0 0 20px;
  }
  .jc-text span {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .jc-text {
    margin: 0 20px 0 40px;
  }
  .jc-text h4 {
    color: #333;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
  }
  .jc-text p {
    font-size: 18px;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    margin: 10px 0 10px 0;
  }
  /* bottom margin */
  .bottom-margin {
    width: 100%;
    height: 100px;
  }
  /* company main content */
  .company-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .company-top-box {
    background-image: url("../img/company-top-image.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-top: 55px;
  }
  .company-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 322px;
  }
  .summary-box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .summary-title {
    padding: 50px 0 10px 20px;
  }
  .summary-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0 5px;
  }
  .summary-table {
    margin: 0 20px;
    padding-top: 2px;
    border-top: 2px solid #004B65;
  }
  .summary-table ul {
    padding-left: 0 !important;
  }
  .summary-table ul > li {
    list-style: none !important;
    border-bottom: 1px solid #ccc;
  }
  .summary-table dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }
  .summary-table dt {
    width: 240px;
    padding: 20px;
  }
  .summary-table dd {
    width: 75%;
    padding: 20px 0 20px 20px;
    line-height: 1.6em;
  }
  .summary-table ol {
    list-style-type: disc !important;
    margin-left: -3px;
  }
  .summary-table ol > li {
    list-style-type: disc !important;
    line-height: 2.4em;
  }
  .summary-table span {
    font-size: 18px;
  }
  .summary-table em {
    display: inline-block;
    font-style: normal;
  }
  .contact-box {
    max-width: 1100px;
    margin: 0 auto 150px;
  }
  .contact-title {
    padding: 50px 0 10px 20px;
  }
  .contact-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0 5px;
  }
  .contact-content {
    margin: 0 20px;
    padding-top: 2px;
    border-top: 2px solid #004B65;
  }
  .contact-content p {
    font-size: 1.2em;
    padding: 20px;
  }
  .contact-content a {
    font-size: 26px;
    padding: 20px;
  }
  /* business main content */
  .business-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .business-top-box {
    background-image: url("../img/business-top-image.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-top: 55px;
  }
  .business-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 322px;
  }
  .global-box {
    max-width: 1100px;
    margin: 0 auto 50px;
  }
  .global-title {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
  }
  .global-title-mobile {
    display: none;
  }
  .global-title h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #000080;
    font-weight: 200;
    font-size: 42px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 50px;
  }
  .global-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 0 40px 0;
  }
  .global-data {
    width: 50%;
    margin: 0 20px;
    flex: 1;
  }
  .global-data img {
    width: 100%;
    display: none;
  }
  .global-data h4 {
    color: #333;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    margin: 20px 0 10px;
    padding: 5px 0;
  }
  .global-data span {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .global-data p {
    font-size: 18px;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    margin: 10px 0 10px 0;
  }
  .quarity-box {
    max-width: 1060px;
    margin: 0 auto 30px;
  }
  .quarity-title {
    max-width: 1100px;
    margin: 0 auto;
  }
  .quarity-title h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #000080;
    font-weight: 200;
    font-size: 42px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  .quarity-img-pc {
    display: block;
  }
  .quarity-img-mobile {
    display: none;
  }
  .quarity-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 0 40px 0;
  }
  .quarity-content p {
    font-size: 18px;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    margin: 20px 80px;
  }
  .company-color {
    color: #004B65;
  }
  .color-japan-car {
    color: darkred;
    font-weight: 700;
  }
  .color-abroad-car {
    color: darkblue;
    font-weight: 700;
  }
  .color-country {
    color: blueviolet;
    font-weight: 700;
  }
  /* export main content */
  .export-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .export-top-box {
    background-image: url("../img/export-top-image.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-top: 55px;
  }
  .export-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 322px;
  }
  .process-box {
    max-width: 1100px;
    margin: 0 auto 50px;
  }
  .process-title {
    max-width: 1100px;
    margin: 0 auto;
  }
  .process-title h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #000080;
    font-weight: 200;
    font-size: 42px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 50px;
  }
  .process-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 0 50px 0;
  }
  .process-data {
    display: flex;
    margin: 0 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    justify-content: center;
    align-items: center;
  }
  .process-data h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 400px;
    padding: 20px 0;
    background-image: url("../img/down-triangle.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .process-data span {
    font-size: 1em;
    color: #000080;font-weight: 700;
  }
  .process-data p {
    font-size: 18px;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    padding: 25px 0 25px 20px;
  }
  .network-box {
    max-width: 1100px;
    margin: 0 auto 50px;
  }
  .network-title {
    max-width: 1100px;
    margin: 0 auto;
  }
  .network-title h3 {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: #000080;
    font-weight: 200;
    font-size: 42px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  .network-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 0 40px 0;
  }
  .network-img-pc {
    display: block;
  }
  .network-img-mobile {
    display: none;
  }
  .network-content p {
    font-size: 18px;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    margin: 20px 80px;
  }
  /* privacy main content */
  .privacy-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .privacy-text {
    max-width: 1000px;
    margin: 140px auto;
    padding: 0 40px;
  }
  .privacy-text h1 {
    font-size: 26px;
    text-align: center;
    padding: 25px 0;
  }
  .en-font {
    font-family: "Arial, Helvetica, sans-serif";
  }
  .privacy-text h3 {
    font-size: 18px;
    padding: 40px 0 10px 0;
    font-weight: 700;
    margin-left: -10px;
  }
  .privacy-text h4 {
    font-size: 16px;
    padding: 25px 0 10px 0;
    font-weight: 700;
  }
  .privacy-text h5 {
    font-size: 16px;
    padding: 15px 0 5px 0;
  }
  .privacy-text p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .privacy-text ul {
    padding: 0 0 0 15px;
    margin: 0;
  }
  .indent {
    padding: 10px 0 10px 25px;
  }
  .indent2 {
    padding: 10px 0 10px 10px;
  }
  .indent2 ul>li {
    list-style: none !important;
  }
  .indent3 {
    padding: 5px 0 10px 10px;
  }
  .align-right {
    text-align: right;
    margin: 50px 0;
    line-height: 1.8em;
  }
  .privacy-text table {
    border: 1px solid #C9C9C9;
    padding: 16px;
    border-collapse: collapse;
    margin: 20px 0;
  }
  .privacy-text th {
    border: 1px solid #C9C9C9;
    background-color: #F8F8F8;
    font-weight: 400;
    padding: 16px;
    max-width: 250px;
  }
  .privacy-text td {
    border: 1px solid #C9C9C9;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
  }
  .privacy-text td span {
    font-size: 30px;
  }
  .tel {
    letter-spacing: 0.1em;
  }
  body.stop-scrolling {
    overflow: auto!important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1014px) {
  .global-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 0 40px 0;
    padding: 0 20px;
  }
  .process-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 0 50px 0;
    padding: 0 20px;
  }
  .summary-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
 .summary-table dt {
    width: 240px;
    padding: 20px 20px 0 20px;
  }
  .summary-table dd {
    width: 75%;
    padding: 20px 0 20px 50px;
    line-height: 1.6em;
  }
  .contact-box {
    max-width: 1100px;
    margin: 0 auto 150px;
    padding: 0 20px;
  }
}