/* css for Mobile web pages */
/* for old iPone SE */

@media screen and (max-width: 767px) {
  /* show hide */
  .head-pc {
    display: none;
  }
  .head-mobile {
    display: block;
  }
  .copyright {
    display: none;
  }
  .copyright-mobile {
    display: block;
  }
  
  /* header content */
  /* header box for top page only */
  #top-header-box {
    width: 100%;
  }
  .top-header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    background-color: #004B65;
    z-index: 10002;
  }
  /* header content */
  #header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    background-color: #004B65;
    z-index: 10002;
  }
  .head-mobile-top {
    display: block;
    display: flex;
    justify-content: space-around;
    height: 55px;
  }
  .head-mark-logo {
    width: 100%;
    margin: 16px 20px 0;
  }
  .head-logo {
    width: 110px;
  }
  .menu-iocn-box {
    position: relative;
    width: 100%;
  }
  .menu-icon {
    height: 24px;
  }
  .menu-icon-box img {
    position: absolute;
    top: 16px;
    right: 18px;
    height: 32px;
  }
  nav {
    display: none;
    padding-top: 10px;
    background-color: #004B65;
  }
  nav .menu {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #0B4154;
  }
  nav .menu a {
    display: block;
    color:white;
    font-size: 16px;
    width: 100%;
  }
  .menu-top-border {
    border-top: 1px solid #0B4154;
  }
  /* bottom margin */
  .bottom-margin {
    width: 100%;
    height: 100px;
  }

  /* footer */
   footer {
    width: 100%;
    text-align: center;
    margin: 100px auto 0;
    padding: 10px 0 65px;
    background-color: #004B65;
  }
  .footer-logo-box {
    width: 100%;
    padding: 40px 0 35px;
  }
  .footer-logo-box img {
    width: 180px;
    margin: 0 auto;
  }
  .footer-menu-box {
    display: none;
  }
  .footer-menu-box-mobile {
    display: block;
    margin: 0 auto 30px;
  }
  .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 !important;
  }
  .footer-menu li {
    color: white;
    font-size: 12px;
    padding: 0 10px !important;
    text-align: center;
    min-width: 90px;
  }
  .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-mobile {
    width: 100%;
    color: white;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    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-mobile.jpg");
    background-size: cover;
    width: 100%;
    height: 280px;
    margin-top: 55px;
  }
  .top-text-img {
    max-width: 320px;
    padding-top: 115px;
    margin: 0 auto;
  }
  .top-text-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 2px 0;
  }
  .top-text-box span {
    display: inline-block;
    padding: 5px 0;
  }
  .top-text-box p {
    display: none;
  }
  .top-company-message {
    display: none;
  }
  .top-company-message-mobile {
    display: block;
  }
  .top-company-message-mobile {
    display: block;
    width: 100%;
    padding: 27px;
  }
  .top-company-message-mobile p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    border-left: 3px solid #069;
    padding-left: 10px;
  }
  .top-company-message-mobile span {
    display: block;
  }
  .top-message-box {
    max-width: 1100px;
    margin: 0 0 10px 0;
  }
  .top-message h3 {
    display: none;
  }
  .top-message-mobile {
    display: flex;
    text-align: conter;
  }
  .top-message-mobile h3 {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    color: #000080;
    font-weight: 200;
    font-size: 28px;
    line-height: 1.4em;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 10px;
  }
  .top-message-mobile span {
   display: inline-block; 
  }
  .japan-cars {
    width: 100%;
  }
  .jc-content {
    margin: 30px 27px;
  }
  .jc-content img {
    max-width: 100%;
  }
  .jc-text span {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .jc-text {
    margin: 15px 0 50px;
  }
  .jc-text h4 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }
  .jc-text p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    margin: 13px 0 10px 0;
  }
  /* bottom margin */
  .bottom-margin {
    width: 100%;
    height: 100px;
  }
  /* 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-mobile.jpg");
    background-size: cover;
    width: 100%;
    height: 280px;
    margin-top: 55px;
  }
  .company-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 125px;
  }
  .summary-box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .summary-title {
    padding: 50px 27px 10px 27px;
  }
  .summary-title h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0 5px;
  }
  .summary-table {
    margin: 0 27px;
    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 0 0 10px;
  }
  .summary-table dd {
    width: 95%;
    padding: 15px 0 15px 30px;
    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: 1.5em;
    padding: 5px 0;
  }
  .summary-table span {
    font-size: 16px;
  }
  .summary-table em {
    display: inline-block;
    font-style: normal;
  }
  .contact-box {
    max-width: 1100px;
    margin: 0 auto 120px;
  }
  .contact-title {
    padding: 40px 27px 10px 27px;
  }
  .contact-title h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0 5px;
  }
  .contact-content {
    margin: 0 27px;
    padding-top: 2px;
    border-top: 2px solid #004B65;
  }
  .contact-content p {
    font-size: 16px;
    padding: 20px 0;
  }
  .contact-content a {
    display: block;
    font-size: 1.4em;
    padding: 5px 0 20px 0;
    text-align: center;
  }
  /* 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-mobile.jpg");
    background-size: cover;
    width: 100%;
    height: 280px;
    margin-top: 55px;
  }
  .business-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 125px;
  }
  .global-box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .global-title {
    display: none;
  }
  .global-title-mobile {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
  }
  .global-title-mobile h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #000080;
    font-weight: 200;
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 10px;
  }
  .global-title-mobile span {
   display: inline-block; 
  }
  .global-content {
    max-width: 1100px;
  }
  .global-data {
    margin: 10px 27px 25px;
  }
  .global-data img {
    width: 100%;
    display: none;
  }
  .global-data h4 {
    color: #333;
    font-size: 20px;
    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: 16px;
    line-height: 1.6em;
    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: 26px;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  .quarity-title span {
    display: inline-block;
  }
  .quarity-img-pc {
    display: none;
  }
  .quarity-img-mobile {
    display: block;
  }
  .quarity-content {
    max-width: 1100px;
  }
  .quarity-content p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    padding: 20px 27px 10px;
  }
  .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-mobile.jpg");
    background-size: cover;
    width: 100%;
    height: 280px;
    margin-top: 55px;
  }
  .export-top-box h1 {
    font-family: "BIZ UDGothic";
    display: block;
    color: white;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 125px;
  }
  .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: 28px;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 30px;
  }
  .process-content {
    max-width: 1100px;
    margin: 0 0 30px 0;
  }
  .process-data {
    margin: 0 27px;
    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;
    padding: 20px 0;
    background-image: url("../img/down-triangle.svg");
    background-size: 370px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .process-data span {
    font-size: 1em;
    color: #000080;font-weight: 700;
  }
  .process-data p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    padding: 10px 0 30px 0;
  }
  .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: 28px;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  .network-title  span {
    display: inline-block; 
   }
  .network-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
  }
  .network-img-pc {
    display: none;
  }
  .network-img-mobile {
    display: block;
  }
  .network-content p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    margin: 20px 27px;
  }
  /* privacy main content */
  .privacy-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
  }
  .privacy-text {
    max-width: 1000px;
    margin: 100px auto 120px;
    padding: 0 25px;
  }
  .privacy-text h1 {
    font-size: 25px;
    text-align: center;
    padding: 25px 0;
  }
  .en-font {
    font-family: "Arial, Helvetica, sans-serif";
  }
  .privacy-text h3 {
    font-size: 17px;
    padding: 10px 0;
    font-weight: 700;
    line-height: 1.5em;
  }
  .privacy-text h4 {
    font-size: 15px;
    padding: 25px 0 10px 0;
    font-weight: 700;
  }
  .privacy-text h5 {
    font-size: 14px;
    padding: 15px 0 5px 0;
  }
  .privacy-text p {
    font-size: 14px;
    margin: 0 0 25px 0;
  }
  .privacy-text ul {
    padding: 0 0 0 14px;
    margin: 0;
  }
  .indent {
    font-size: 14px;
    padding: 10px 0 10px 25px;
  }
  .indent2 {
    font-size: 14px;
    padding: 10px 0 10px 10px;
  }
  .indent2 ul>li {
    list-style: none !important;
  }
  .indent3 {
    font-size: 14px;
    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: 14px;
    border-collapse: collapse;
    margin: 20px 0;
  }
  .privacy-text th {
    font-size: 14px;
    border: 1px solid #C9C9C9;
    background-color: #F8F8F8;
    font-weight: 400;
    padding: 14px;
    max-width: 250px;
  }
  .privacy-text td {
    font-size: 14px;
    border: 1px solid #C9C9C9;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
  }
  .privacy-text td span {
    font-size: 30px;
  }
  .tel {
    letter-spacing: 0.1em;
  }
  /* sweetalert2 */
  .alert-title {
    font-size: 1.4em;
  }
  .alert-icon {
    width: 70%;
  }
  #swal2-title {
    font-size: 1.2em !important;
  }
}