﻿@charset "UTF-8";
/* Header/Footer only — scoped from assets/css/style.css */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css);

html.autech-news-html { font-size: calc(10vw / 1920.00 * 100); overflow-x: hidden; }
@media screen and (max-width: 768px) {
  html.autech-news-html { font-size: calc(10vw / 375.00 * 100); }
}

body.autech-news { overflow-x: hidden; }

body.autech-news > header a { background-color: transparent; text-decoration: none; color: inherit; }
body.autech-news > header a:hover { text-decoration: underline; }
body.autech-news > footer a { background-color: transparent; text-decoration: none; color: #fff; }
body.autech-news > footer a:hover { color: #fff; text-decoration: underline; }
body.autech-news > header img,
body.autech-news > footer img { max-width: 100%; }
body.autech-news > header ul, body.autech-news > header ol,
body.autech-news > footer ul, body.autech-news > footer ol { margin: 0; padding: 0; list-style: none; }
body.autech-news > header p,
body.autech-news > header h1, body.autech-news > header h2, body.autech-news > header h3,
body.autech-news > header h4, body.autech-news > header h5, body.autech-news > header h6 {
  margin: 0;
  padding: 0; }
body.autech-news > footer p,
body.autech-news > footer h1, body.autech-news > footer h2, body.autech-news > footer h3,
body.autech-news > footer h4, body.autech-news > footer h5, body.autech-news > footer h6 {
  margin: 0; }
body.autech-news > header {
  font-family: "Noto Sans JP","メイリオ","Font Awesome 5 Free",sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.75;
  color: #333; }

/* minimaga の p/a 色を打ち消し、トップ（style.css）と同色に */
body.autech-news > header.pc-device #header-contents #header-contents-time > p {
  color: #333; }

body.autech-news > header.pc-device #header-contents #header-contents-time #time-flexbox #time-type p {
  color: #d31212; }

body.autech-news > header.pc-device #header-contents #header-contents-tel > div p:not(.tel-bg) {
  color: #333; }

body.autech-news > header.pc-device #header-contents #header-contents-tel > div p.tel-bg {
  color: #fff; }

body.autech-news > header.pc-device #header-contents #header-contents-contact p {
  color: #fff; }

body.autech-news > header.pc-device #header-nav nav ul li a {
  color: #333; }
body.autech-news > footer {
  color: #fff;
  font-family: "Noto Sans JP","メイリオ","Font Awesome 5 Free",sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.75; }
body.autech-news > footer p {
  color: #fff;
  padding: 0; }

body.autech-news > header .d_flex,
body.autech-news > footer .d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.autech-news > header .d_grid,
body.autech-news > footer .d_grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 768px) {
  .pc-device {
    display: none; } }

@media screen and (min-width: 769px) {
  .sp-device {
    display: none; } }

@media screen and (min-width: 769px) {
  .img_c {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    .img_c:hover {
      opacity: .8; } }

/* ヘッダー：トップ（style.css）と同じ .container / .inner 指定 */
body.autech-news > header .container {
  width: 100%;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    body.autech-news > header .container {
      padding: 0.5rem 0; } }

body.autech-news > header .inner {
  display: block;
  width: 100%;
  max-width: 97.5%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  body.autech-news > header.pc-device .inner > div:not(:last-child) {
    margin-bottom: 2.5rem; }

/* フッター：余白は .container のみ（トップの footer .container と同一） */
body.autech-news > footer .container {
  width: 100%;
  padding: 5rem 0;
  position: relative; }

body.autech-news > footer .inner {
  display: block;
  width: 100rem;
  max-width: 97.5%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  body.autech-news > footer .inner > div:not(:last-child) {
    margin-bottom: 2.5rem; }

@media screen and (max-width: 768px) {
  body.autech-news > footer .container {
    padding: 3rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  body.autech-news > footer .inner {
    width: 100%;
    max-width: 100%;
    padding: 0; } }

body.autech-news > header {
  background-color: #fff;
  color: #333;
  position: relative;
  padding-top: 1rem; }
  body.autech-news > header::before {
    content: "";
    width: 100%;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d31212; }

body.autech-news > header.pc-device #header-contents {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
body.autech-news > header.pc-device #header-contents > div:not(:last-child) {
    margin-right: 2.5rem; }
body.autech-news > header.pc-device #header-contents > div:first-child {
    margin-right: 0;
    /* margin-right: auto; */ }
body.autech-news > header.pc-device #header-contents #header-contents-logo {
      text-align: left;
    position: relative; }
body.autech-news > header.pc-device #header-contents #header-contents-logo > div img {
      width: 65.5rem;
      height: auto; }
body.autech-news > header.pc-device #header-contents #header-contents-logo a {
      }
body.autech-news > header.pc-device #header-contents #header-contents-logoline {
    position: relative; }
body.autech-news > header.pc-device #header-contents #header-contents-logoline > div img {
        padding-right: 100px;
      height: auto; }
body.autech-news > header.pc-device #header-contents #header-contents-logoline a {
      }
body.autech-news > header.pc-device #header-contents #header-contents-time {
    white-space: nowrap; }
body.autech-news > header.pc-device #header-contents #header-contents-time > p {
      font-weight: 700;
      border-bottom: .1rem solid #666; }
body.autech-news > header.pc-device #header-contents #header-contents-time #time-flexbox {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
body.autech-news > header.pc-device #header-contents #header-contents-time #time-flexbox > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #d31212; }
body.autech-news > header.pc-device #header-contents #header-contents-time #time-flexbox > div:first-child p {
          text-align: center;
          padding: 0 1rem;
          background-color: #d31212;
          color: #fff;
          border-radius: 1rem;
          font-size: 80%; }
body.autech-news > header.pc-device #header-contents #header-contents-time #time-flexbox #time-type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        font-weight: 700; }
body.autech-news > header.pc-device #header-contents #header-contents-tel {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center; }
body.autech-news > header.pc-device #header-contents #header-contents-tel > div {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
body.autech-news > header.pc-device #header-contents #header-contents-tel > div p.tel-bg {
        width: 15.5rem;
        display: block;
        background-color: #d31212;
        color: white;
        border-radius: 0.5rem;
        text-align: center;
        line-height: 2; }
body.autech-news > header.pc-device #header-contents #header-contents-tel > div p:not(.tel-bg) {
        font-size: 120%;
        font-weight: 700; }
body.autech-news > header.pc-device #header-contents #header-contents-tel > div p:not(:last-child) {
        margin-right: 1rem; }
body.autech-news > header.pc-device #header-contents #header-contents-contact {
    white-space: nowrap;
    position: relative;
    background-color: #d31212;
    color: white;
    width: 20rem;
    text-align: center;
    padding: 1rem 0;
    border-radius: 0.5rem;
    font-size: 120%;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
body.autech-news > header.pc-device #header-contents #header-contents-contact a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
body.autech-news > header.pc-device #header-contents #header-contents-contact:hover {
      opacity: .7; }

body.autech-news > header.pc-device #header-nav {
  font-size: 120%; }
body.autech-news > header.pc-device #header-nav nav {
    width: 100rem; }
body.autech-news > header.pc-device #header-nav nav ul {
      text-align: center; }
body.autech-news > header.pc-device #header-nav nav ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-left: .1rem solid #999; }
body.autech-news > header.pc-device #header-nav nav ul li:last-child {
          border-right: .1rem solid #999; }

body.autech-news > header.sp-device {
  width: 100%;
  min-height: 0;
  height: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1rem 0 0;
  background: #fff;
  color: #222; }
body.autech-news > header.sp-device img {
    height: auto; }
body.autech-news > header.sp-device .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
body.autech-news > header.sp-device #header-contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
body.autech-news > header.sp-device #header-contents > *:not(:last-child) {
      margin-right: 0;
      width: auto; }
body.autech-news > header.sp-device #header-contents > a:first-child {
      -ms-grid-column: 1;
      grid-column: 1;
      justify-self: start;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
body.autech-news > header.sp-device #header-contents .line-sp {
      -ms-grid-column: 2;
      grid-column: 2;
      justify-self: center; }
body.autech-news > header.sp-device #header-contents > a:first-child img {
      max-width: 14rem;
      width: auto; }
body.autech-news > header.sp-device #header-contents .line-sp img,
body.autech-news > header.sp-device #header-contents .line_sp img {
      max-width: 4.5rem;
      width: auto;
      height: auto; }
body.autech-news > header.sp-device #header-contents #header-drawer {
      -ms-grid-column: 3;
      grid-column: 3;
      justify-self: end;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
body.autech-news > header.sp-device #header-contents #header-drawer .menu-checkbox {
      display: none; }
body.autech-news > header.sp-device #header-contents #header-drawer .menu-button {
      font-size: 150%; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 4;
      width: 80%;
      max-width: 100%;
      height: 100%;
      -webkit-transform: translateX(110%);
              transform: translateX(110%);
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      background-color: #222;
      -webkit-box-shadow: -0.1rem 0 0.6rem rgba(0, 0, 0, 0.1);
              box-shadow: -0.1rem 0 0.6rem rgba(0, 0, 0, 0.1);
      padding: 1em; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents > div:not(:last-child) {
        margin-bottom: 2.5rem; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li {
        border-bottom: .1rem solid white; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li:not(:last-child) {
          margin-bottom: 1em; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a {
          display: block;
          color: #fff; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a:hover,
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a:active,
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul li a:focus {
            color: white; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul.li-haken-case {
        padding-left: 2em;
        margin-bottom: 1em; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul.li-haken-case li {
          position: relative; }
body.autech-news > header.sp-device #header-contents #header-drawer #drawer-contents #drawer-contents-nav nav ul.li-haken-case li::before {
            position: absolute;
            left: -1.5em;
            content: "\2517"; }
body.autech-news > header.sp-device #header-contents #header-drawer .menu-checkbox:checked ~ #drawer-contents {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
body.autech-news > header.sp-device #header-contents #header-drawer .menu-background {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5); }
body.autech-news > header.sp-device #header-contents #header-drawer .menu-checkbox:checked ~ .menu-background {
      display: block; }


body.autech-news > footer {
  background-color: #222;
  max-width: 100%;
  overflow-x: hidden; }
body.autech-news > footer #footer-nav {
    font-size: 120%; }
body.autech-news > footer #footer-nav nav {
      width: 100%; }
body.autech-news > footer #footer-nav nav ul {
        text-align: center; }
body.autech-news > footer #footer-nav nav ul li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-left: .1rem solid #999; }
body.autech-news > footer #footer-nav nav ul li:last-child {
            border-right: .1rem solid #999; }
body.autech-news > footer #footer-access {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr minmax(0, 363px);
    grid-template-columns: auto 1fr minmax(0, 363px);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem; }
body.autech-news > footer #footer-access > div:first-child {
      -ms-grid-column: 1;
      grid-column: 1;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: 100%;
      justify-self: start;
      min-width: 0; }
body.autech-news > footer #footer-access > div:first-child p {
      margin: 0;
      padding: 0; }
body.autech-news > footer #footer-access > div:nth-child(2) {
      -ms-grid-column: 2;
      grid-column: 2;
      min-width: 0;
      justify-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
body.autech-news > footer #footer-access > div:nth-child(3) {
      min-width: 0; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
body.autech-news > footer #footer-access {
        -ms-grid-columns: auto 1fr minmax(0, min(363px, 32vw));
        grid-template-columns: auto 1fr minmax(0, min(363px, 32vw));
        gap: 1rem; } }
body.autech-news > footer #footer-access > div:nth-child(2) img {
      width: auto;
      max-width: none;
      display: block; }
    @media screen and (max-width: 768px) {
body.autech-news > footer #footer-access {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
body.autech-news > footer #footer-access > div {
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
body.autech-news > footer #footer-access > div:nth-child(2) {
        width: auto;
        -ms-flex-item-align: center;
            align-self: center; }
body.autech-news > footer #footer-access > div:not(:last-child) {
          margin-bottom: 2rem; } }
body.autech-news > footer #footer-access .just {
    letter-spacing: 0.2px; }
body.autech-news > footer #footer-access .footer-calendar {
      -ms-grid-column: 3;
      grid-column: 3;
      width: 100%;
      max-width: 363px;
      min-width: 0;
      aspect-ratio: 363 / 290;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      justify-self: end;
      position: relative;
      container-type: inline-size; }
body.autech-news > footer #footer-access .footer-calendar iframe {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 363px !important;
        height: 290px !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: none !important;
        border: 0;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transform: scale(calc(100cqw / 363px));
                transform: scale(calc(100cqw / 363px)); }
      @media screen and (max-width: 768px) {
body.autech-news > footer #footer-access .footer-calendar {
          -ms-grid-column: auto;
          grid-column: auto;
          margin: 0 auto;
          justify-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
body.autech-news > footer #footer-access .footer-calendar iframe {
          left: 50%;
          -webkit-transform-origin: 50% 0;
                  transform-origin: 50% 0;
          -webkit-transform: translateX(-50%) scale(calc(100cqw / 363px));
                  transform: translateX(-50%) scale(calc(100cqw / 363px)); } }
body.autech-news > footer #footer-copyright {
    text-align: center;
    font-size: 80%; }

