@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
上嶋自動車について
---------------------------------------------------------------------------------------------------------------------
*/
.company-page {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 40px 0 0; }
  @media (min-width: 1024px) {
    .company-page {
      padding: 80px 0 0; } }
  .company-page .greeting {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .company-page .greeting {
        display: flex;
        margin-top: 80px; } }
    @media (min-width: 768px) {
      .company-page .greeting .greeting-L {
        width: 60%;
        padding-right: 5%; } }
    .company-page .greeting .greeting-L .logo {
      display: flex;
      align-items: center; }
      .company-page .greeting .greeting-L .logo img {
        width: 80px; }
        @media (min-width: 1024px) {
          .company-page .greeting .greeting-L .logo img {
            width: 120px; } }
        @media (min-width: 1250px) {
          .company-page .greeting .greeting-L .logo img {
            width: 180px; } }
      .company-page .greeting .greeting-L .logo .name {
        margin-left: 10px; }
        @media (min-width: 1024px) {
          .company-page .greeting .greeting-L .logo .name {
            margin-left: 15px; } }
        .company-page .greeting .greeting-L .logo .name h3 {
          font-size: 1.25em; }
          @media (min-width: 1024px) {
            .company-page .greeting .greeting-L .logo .name h3 {
              font-size: 1.5em; } }
        .company-page .greeting .greeting-L .logo .name h4 {
          font-family: 'Montserrat', sans-serif;
          font-weight: 900;
          font-size: 1.0em;
          line-height: 0.8em;
          margin-top: 6px; }
          @media (min-width: 1024px) {
            .company-page .greeting .greeting-L .logo .name h4 {
              font-size: 1.3em; } }
    .company-page .greeting .greeting-L h2 {
      font-family: "M PLUS 1p", serif;
      font-size: 1.45em;
      font-feature-settings: "palt";
      line-height: 1.4em;
      letter-spacing: 0.05em; }
      @media (min-width: 1024px) {
        .company-page .greeting .greeting-L h2 {
          font-size: 2.0em; } }
    .company-page .greeting .greeting-L .philosophy {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        .company-page .greeting .greeting-L .philosophy {
          margin-top: 40px; } }
      .company-page .greeting .greeting-L .philosophy ul {
        margin-top: 10px; }
        @media (min-width: 1024px) {
          .company-page .greeting .greeting-L .philosophy ul {
            margin-top: 15px; } }
        .company-page .greeting .greeting-L .philosophy ul li {
          font-size: 0.85em;
          line-height: 1.4em;
          margin-bottom: 8px; }
          @media (min-width: 1024px) {
            .company-page .greeting .greeting-L .philosophy ul li {
              font-size: 1.0em;
              margin-bottom: 10px; } }
          .company-page .greeting .greeting-L .philosophy ul li .tume {
            font-feature-settings: "palt"; }
    .company-page .greeting .greeting-L .copy {
      margin-top: 50px; }
      .company-page .greeting .greeting-L .copy .txt {
        margin-top: 10px; }
        @media (min-width: 1024px) {
          .company-page .greeting .greeting-L .copy .txt {
            margin-top: 15px; } }
        .company-page .greeting .greeting-L .copy .txt p {
          font-size: 0.85em;
          text-align: justify;
          line-height: 1.6em; }
          @media (min-width: 1024px) {
            .company-page .greeting .greeting-L .copy .txt p {
              font-size: 1.0em; } }
          .company-page .greeting .greeting-L .copy .txt p:first-child {
            margin-bottom: 20px; }
    .company-page .greeting .greeting-R {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .company-page .greeting .greeting-R {
          width: 40%;
          margin-top: 0; } }
      .company-page .greeting .greeting-R .photo img {
        border-radius: 10px; }
      .company-page .greeting .greeting-R .name {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 15px; }
        .company-page .greeting .greeting-R .name ul {
          margin-right: 15px; }
          .company-page .greeting .greeting-R .name ul li {
            font-size: 0.85em; }
            @media (min-width: 1250px) {
              .company-page .greeting .greeting-R .name ul li {
                font-size: 1.125em; } }
        .company-page .greeting .greeting-R .name img {
          width: 120px; }
          @media (min-width: 1250px) {
            .company-page .greeting .greeting-R .name img {
              width: 200px; } }

/*
---------------------------------------------------------------------------------------------------------------------
沿革・会社概要
---------------------------------------------------------------------------------------------------------------------
*/
#overview {
  margin: 100px auto 80px; }
  @media (min-width: 1024px) {
    #overview {
      margin: 100px auto 100px; } }

#history {
  margin: auto;
  padding-bottom: 140px; }
  @media (min-width: 1024px) {
    #history {
      padding-bottom: 200px; } }

#history, #overview {
  max-width: 1200px;
  width: 90%; }
  #history .history-in, #overview .history-in {
    max-width: 900px;
    margin: 20px auto 0; }
    @media (min-width: 1024px) {
      #history .history-in, #overview .history-in {
        margin: 40px auto 0; } }
    #history .history-in h3, #overview .history-in h3 {
      font-size: 1.125em;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        #history .history-in h3, #overview .history-in h3 {
          font-size: 1.25em; } }
    #history .history-in table, #overview .history-in table {
      border-top: 2px solid #000;
      width: 100%; }
      #history .history-in table tr th, #history .history-in table tr td, #overview .history-in table tr th, #overview .history-in table tr td {
        display: block; }
        @media (min-width: 768px) {
          #history .history-in table tr th, #history .history-in table tr td, #overview .history-in table tr th, #overview .history-in table tr td {
            display: table-cell; } }
      #history .history-in table tr th, #overview .history-in table tr th {
        font-size: 1.0em;
        line-height: 1.4em;
        font-weight: 700;
        text-align: left;
        vertical-align: top;
        width: 100px;
        padding: 10px 0 0 0; }
        @media (min-width: 768px) {
          #history .history-in table tr th, #overview .history-in table tr th {
            font-size: 1.125em;
            border-bottom: 1px dotted #000;
            width: 160px;
            padding: 20px 0; } }
      #history .history-in table tr td, #overview .history-in table tr td {
        font-size: 0.85em;
        line-height: 1.8em;
        padding: 0 0 15px 0;
        border-bottom: 1px dotted #000;
        color: #000; }
        @media (min-width: 768px) {
          #history .history-in table tr td, #overview .history-in table tr td {
            font-size: 1.0em;
            padding: 20px 0; } }
        #history .history-in table tr td .place, #overview .history-in table tr td .place {
          margin-top: 5px; }
          @media (min-width: 768px) {
            #history .history-in table tr td .place, #overview .history-in table tr td .place {
              margin-top: 0; } }
          #history .history-in table tr td .place:first-child, #overview .history-in table tr td .place {
            margin-bottom: 20px; }
          #history .history-in table tr td .place h4, #overview .history-in table tr td .place h4 {
            font-size: 1.0em;
            font-weight: 700;
            margin-bottom: 5px; }
            @media (min-width: 1024px) {
              #history .history-in table tr td .place h4, #overview .history-in table tr td .place h4 {
                font-size: 1.125em; } }
          #history .history-in table tr td .place .place-in, #overview .history-in table tr td .place .place-in {
            display: flex; }
            #history .history-in table tr td .place .place-in ol li, #overview .history-in table tr td .place .place-in ol li {
              line-height: 1.4em; }
            #history .history-in table tr td .place .place-in ol:first-child, #overview .history-in table tr td .place .place-in ol:first-child {
              width: 50px; }
              #history .history-in table tr td .place .place-in ol:first-child li:last-child, #overview .history-in table tr td .place .place-in ol:first-child li:last-child {
                letter-spacing: 0.06em; }
