* {
   box-sizing: border-box
}

html, body {
   margin: 0;
   padding: 0;
   width: 100%;
   font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
   color: #fff;
   background: #001f3f;
   overflow-x: hidden;
}

.hero {
   width: 100%;
   margin: 0;
   display: block;
   background: #001f3f;
   box-sizing: border-box;
   padding: 45px 8%;
   background: linear-gradient( 171deg, #00bfff 0%, #00bfff 50%, #ffd700 50%, #ffd700 100% );
   text-align: center;
   position: relative;
   overflow: hidden;
}

@media (max-width: 768px) {
   .hero {
      width: 100vw;
      margin: 0;
      padding: 0;
   }
}

.foechet {
   position: absolute;
   top: 15px;
   left: 0px;
   width: 200px;
   height: auto;
   z-index: 1000;
}

@media (max-width: 768px) {
   .foechet {
      display: none;
   }
}

.plug {
   position: absolute;
   bottom: 0px;
   right: 15px;
   width: 200px;
   height: auto;
   z-index: 1000;
}

.color-block-overview {
   min-height: 130px;
   background: #fffbc2;
   color: black;
   font-size: 16px;
   font-weight: bold;
   text-align: right;
   position: relative;
}

.sns-links {
   position: absolute;
   left: 15px;
   top: 75%;
   transform: translateY(-50%);
   display: flex;
   gap: 15px;
}

   .sns-links a {
      text-decoration: none;
   }

   .sns-links i {
      font-size: 40px;
   }

   .sns-links .fa-facebook {
      color: #1877F2;
   }

   .sns-links .fa-instagram {
      color: #E4405F;
      font-size: 40px;
      background: linear-gradient(45deg, #fdf497, #fd5949, #d6249f, #285AEB);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
   }


.qr-modal {
   display: none;
   position: fixed;
   z-index: 9999;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.7);
   justify-content: center;
   align-items: center;
}

.qr-content {
   position: relative;
   background: #fff;
   padding: 30px;
   text-align: center;
   border-radius: 15px;
   box-sizing: border-box;
}

   .qr-content p:first-of-type {
      font-size: 22px;
      font-weight: bold;
      margin: 0 0 15px;
      background: linear-gradient( 45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
   }

   .qr-content img {
      width: 250px;
      height: 250px;
      display: block;
   }

.qr-url {
   margin: 15px 0 0;
   font-size: 16px;
}

.qr-close {
   position: absolute;
   top: 5px;
   right: 8px;
   width: 35px;
   height: 35px;
   border: none;
   background: linear-gradient( 45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5 );
   color: white;
   border-radius: 50%;
   font-size: 25px;
   line-height: 35px;
   cursor: pointer;
   padding: 0;
}

.sns-links .fa-line {
   color: #06C755;
}

.hero h1 {
   margin: 0 0 10px;
   font-size: clamp(30px,5vw,52px);
   color: white;
   transform: translateY(20px);
   -webkit-text-stroke: 1px black;
}

@media (max-width: 768px) {
   .hero h1 {
      -webkit-text-stroke: 0;
      text-shadow: none;
   }
}

.hero p {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   font-size: clamp(17px,2.5vw,24px);
   font-weight: bold;
   color: black;
   transform: translateY(10px);
}

.pn {
   font-size: 26px;
   font-weight: bold;
   color: burlywood;
}

ul {
   margin-left: 0;
   padding-left: 0;
   padding: 0;
   font-size: 25px;
   font-weight: bold;
   list-style-position: inside;
   color: burlywood;
   border: 1px solid #ccc;
}

   ul li {
      padding: 10px;
      border-bottom: 1px solid #ccc;
   }

nav {
   background: #001f3f;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   box-shadow: 0 2px 8px #0002;
}

.nav-row {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   width: 100%;
}

.second-row {
   margin-top: 0;
}

nav a {
   padding: 18px 25px;
   color: #fff;
   text-decoration: none;
   font-weight: bold;
}

   nav a:hover {
      background: #ffe45c;
      color: #000;
   }

main {
   max-width: 1100px;
   margin: auto;
   padding: 45px 20px
}

.welcome {
   text-align: center;
   margin-bottom: 35px
}

   .welcome h2 {
      font-size: 28px
   }

   .welcome p {
      font-size: 16px;
      line-height: 1.8;
   }

.color-block-informations {
   background-color: #ffe45c;
   color: #122a4f;
   padding: 6px 20px;
   text-align: left;
}

   .color-block-informations h4 {
      margin-top: 0;
      font-size: 16px;
   }

   .color-block-informations p {
      font-size: 16px;
   }

.other-photo {
   width: 380px;
   height: auto;
}

.description p {
   font-size: 14px;
   font-weight: bold;
   padding: 15px 0;
   border-bottom: 3px solid #00bfff;
}

.cards {
   display: grid;
   grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
   gap: 20px
}

.card {
   background: #8fd3f4;
   border-radius: 12px;
   border: 2px solid #ccc;
   padding: 28px;
   text-decoration: none;
   color: black;
   box-shadow: 0 4px 12px #0002;
   transition: .2s
}

   .card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px #0003
   }

   .card h3 {
      font-size: 23px;
      margin-top: 0
   }

html {
   scroll-behavior: smooth;
}

.estimate-link {
   color: #fff;
}

   .estimate-link:hover {
      color: #fff;
   }

.ggmap {
   width: 100%;
   max-width: 600px;
   height: auto;
   display: block;
   margin: 0 auto;
}

footer {
   text-align: center;
   padding: 25px;
   background: #333;
   color: white;
   margin-top: 40px
}

.page {
   max-width: 900px;
   margin: auto;
   padding: 50px 20px;
   min-height: 55vh
}

   .page h1 {
      border-left: 8px solid #ffe45c;
      padding-left: 15px
   }

   .page p {
      line-height: 1.9;
      font-size: 17px
   }

.form {
   max-width: 700px;
   margin: auto
}

   .form label {
      display: block;
      margin-top: 18px;
      font-weight: bold
   }

   .form input, .form textarea {
      width: 100%;
      padding: 12px;
      margin-top: 7px;
      border: 1px solid #bbb;
      border-radius: 6px;
      font-size: 16px
   }

   .form button {
      margin-top: 25px;
      background: #ffe45c;
      border: 0;
      padding: 14px 28px;
      border-radius: 6px;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer
   }

@media(max-width:600px) {
   .hero {
      min-height: 190px
   }

   .hero-left {
      width: 75%;
      padding: 30px 7%
   }

   .hero-right {
      width: 25%
   }

   nav a {
      padding: 14px 12px;
      font-size: 14px
   }
}

@media(max-width:600px) {
   .hero {
      min-height: 190px
   }

   .hero-left {
      width: 75%;
      padding: 30px 7%
   }

   .hero-right {
      width: 25%
   }

   nav a {
      padding: 14px 12px;
      font-size: 14px
   }
}

.contact-info a {
   color: #ffffff;
   text-decoration: underline;
}

/* ========================================
   工事例ページ
======================================== */

/* 工事例ページのタイトル部分 */
.construction-hero {
   width: 100%;
   box-sizing: border-box;
   padding: 55px 20px 50px;
   text-align: center;
   background: #001f3f;
   color: #ffffff;
}

   .construction-hero h1 {
      margin: 0 0 15px;
      font-size: 38px;
      font-weight: bold;
      letter-spacing: 0.08em;
   }

   .construction-hero p {
      margin: 0;
      font-size: 16px;
   }


/* 工事例一覧 */
.construction-container {
   width: 100%;
   max-width: 1100px;
   margin: 0 auto;
   padding: 60px 20px;
   box-sizing: border-box;
}


/* 工事1件 */
.construction-item {
   margin-bottom: 70px;
   padding-bottom: 55px;
   border-bottom: 2px solid #e6c200;
}


/* 日付 */
.construction-date {
   display: inline-block;
   margin-bottom: 12px;
   padding: 7px 15px;
   background: #f5d000;
   color: #001f3f;
   font-size: 15px;
   font-weight: bold;
   border-radius: 4px;
}


/* 工事タイトル */
.construction-item h2 {
   margin: 0 0 30px;
   color: #001f3f;
   font-size: 28px;
   font-weight: bold;
}


/* 写真 */
.construction-images {
   display: flex;
   gap: 25px;
   margin-bottom: 30px;
}


/* 写真1枚 */
.construction-photo {
   width: 50%;
   text-align: center;
}


   /* 写真 */
   .construction-photo img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 8px;
   }


   /* 施工前・施工後 */
   .construction-photo p {
      margin: 10px 0 0;
      color: #001f3f;
      font-size: 16px;
      font-weight: bold;
   }


/* 工事内容 */
.construction-text {
   padding: 25px;
   background: #fff9d6;
   border-left: 6px solid #f5d000;
   box-sizing: border-box;
}


   .construction-text h3 {
      margin: 0 0 12px;
      color: #001f3f;
      font-size: 20px;
   }


   .construction-text p {
      margin: 0;
      color: #333333;
      font-size: 16px;
      line-height: 1.9;
   }


/* フッター */
.site-footer {
   padding: 35px 20px;
   background: #001f3f;
   color: #ffffff;
   text-align: center;
}


   .site-footer p {
      margin: 5px 0;
   }


/* ========================================
   スマートフォン
======================================== */

@media screen and (max-width: 767px) {

   /* タイトル */
   .construction-hero {
      padding: 40px 15px;
   }

      .construction-hero h1 {
         font-size: 30px;
      }

      .construction-hero p {
         font-size: 14px;
         line-height: 1.7;
      }


   /* 一覧 */
   .construction-container {
      padding: 40px 15px;
   }


   /* 工事 */
   .construction-item {
      margin-bottom: 50px;
      padding-bottom: 40px;
   }


   /* 日付 */
   .construction-date {
      font-size: 14px;
      padding: 6px 12px;
   }


   /* タイトル */
   .construction-item h2 {
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 1.5;
   }


   /* 写真を縦並び */
   .construction-images {
      display: block;
   }


   .construction-photo {
      width: 100%;
      margin-bottom: 20px;
   }


      .construction-photo p {
         margin-top: 7px;
         font-size: 14px;
      }


   /* 工事内容 */
   .construction-text {
      padding: 20px;
   }


      .construction-text h3 {
         font-size: 18px;
      }


      .construction-text p {
         font-size: 15px;
         line-height: 1.8;
      }
}


/* =========================
   電気工事ページ
========================= */

.denki-hero {
   width: 100%;
   padding: 55px 20px;
   text-align: center;
   background: #001f3f;
   color: #fff;
}

   .denki-hero h1 {
      margin: 0 0 15px;
      font-size: 2.3rem;
      color: #fff;
   }

   .denki-hero p {
      margin: 0;
      font-size: 1.1rem;
      color: #fff;
   }


/* メイン */
.denki-content {
   width: 100%;
   max-width: 1100px;
   margin: 0 auto;
   padding: 50px 20px;
   color: #333;
}


/* 導入部分 */
.denki-intro {
   display: flex;
   align-items: center;
   gap: 40px;
   color: #fff;
   margin-bottom: 70px;
}

.denki-intro-image {
   width: 50%;
}

   .denki-intro-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
   }

.denki-intro-text {
   width: 50%;
   color: #fff;
}

   .denki-intro-text h2,
   .denki-services h2,
   .denki-consult h2,
   .denki-message h2 {
      color: #fff;
      margin-top: 0;
   }

   .denki-intro-text p {
      line-height: 1.9;
      color: #fff;
   }


/* 工事内容 */
.denki-services {
   margin-bottom: 70px;
}

   .denki-services > h2 {
      text-align: center;
      margin-bottom: 35px;
   }

.denki-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
}


/* 工事カード */
.denki-card {
   background: #fff;
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

   .denki-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
   }

.denki-card-text {
   padding: 25px;
}

.denki-card h3 {
   margin-top: 0;
   color: #001f3f;
   font-size: 1.25rem;
}

.denki-card p {
   line-height: 1.8;
}


/* ご相談 */
.denki-consult {
   margin-bottom: 70px;
   padding: 40px;
   background: #fff9d8;
   border-left: 6px solid #f2c500;
   border-radius: 8px;
}

   .denki-consult p {
      line-height: 1.9;
   }

   .denki-consult ul {
      line-height: 2;
      padding-left: 25px;
   }


/* 最後のメッセージ */
.denki-message {
   padding: 45px 30px;
   text-align: center;
   background: #f5f5f5;
   border-radius: 12px;
}

   .denki-message p {
      line-height: 1.9;
   }

.denki-message-strong {
   margin-top: 30px;
   font-weight: bold;
   color: #001f3f;
   font-size: 1.15rem;
}

.list-blue li {
   color: #00aaff;
}

/* =========================
   スマートフォン
========================= */

@media (max-width: 768px) {

   .denki-hero {
      padding: 40px 15px;
   }

      .denki-hero h1 {
         font-size: 1.8rem;
      }

   .denki-content {
      padding: 35px 15px;
   }

   .denki-intro {
      display: block;
   }

   .denki-intro-image,
   .denki-intro-text {
      width: 100%;
   }

   .denki-intro-image {
      margin-bottom: 25px;
   }

   .denki-grid {
      grid-template-columns: 1fr;
   }

   .denki-card img {
      height: auto;
   }

   .denki-consult {
      padding: 25px 20px;
   }

   .denki-message {
      padding: 30px 20px;
   }
}


/* =========================
   水道工事ページ
========================= */

.water-about {
   width: 100%;
   min-height: 100vh;
   margin: 0;
   padding: 60px 20px;
   box-sizing: border-box;
   background-color: #001f3f !important;
   color: #ffffff !important;
}

.water-about-inner {
   width: 100%;
   max-width: 1000px;
   margin: 0 auto;
}

.water-about h1 {
   margin: 0 0 40px;
   text-align: center;
   font-size: 32px;
   font-weight: 700;
   color: #ffffff !important;
}

.water-about p {
   margin: 0 0 28px;
   font-size: 17px;
   line-height: 2;
   letter-spacing: 0.05em;
   color: #ffffff !important;
}

@media (max-width: 768px) {

   .water-about {
      padding: 45px 20px;
      background-color: #001f3f !important;
   }

      .water-about h1 {
         margin-bottom: 30px;
         font-size: 26px;
      }

      .water-about p {
         font-size: 15px;
         line-height: 1.9;
         margin-bottom: 24px;
      }
}


/* =========================================
   お客様へページ
========================================= */

.customers-page {
   width: 100%;
   max-width: 1100px;
   margin: 0 auto;
   padding: 60px 25px 80px;
}


/* -----------------------------------------
   ページイントロ
----------------------------------------- */

.customers-intro {
   text-align: center;
   margin-bottom: 70px;
}

   .customers-intro h1 {
      display: inline-block;
      margin: 0 0 30px;
      padding-bottom: 12px;
      color: #ffffff;
      font-size: 38px;
      border-bottom: 5px solid #ffd400;
   }

   .customers-intro p {
      color: #ffffff;
      font-size: 17px;
      line-height: 2;
      margin: 12px 0;
   }

   .customers-intro .intro-lead {
      font-size: 21px;
      font-weight: bold;
   }


/* -----------------------------------------
   各セクション
----------------------------------------- */

.customer-section {
   margin-bottom: 80px;
}

   .customer-section h2 {
      position: relative;
      margin: 0 0 15px;
      padding: 18px 20px;
      color: #ffffff;
      background: #003b70;
      border-left: 8px solid #ffd400;
      font-size: 26px;
      line-height: 1.5;
   }

      .customer-section h2 span {
         margin-right: 15px;
         color: #ffd400;
         font-size: 16px;
         font-weight: bold;
      }

.section-lead {
   margin: 0 0 30px;
   color: #ffffff;
   font-size: 16px;
   line-height: 1.8;
}


/* -----------------------------------------
   お困りごとカード
----------------------------------------- */

.trouble-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
}

.trouble-card {
   padding: 28px 20px;
   background: #ffffff;
   border-radius: 10px;
   text-align: center;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

   .trouble-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
   }

.trouble-icon {
   margin-bottom: 15px;
   font-size: 38px;
   color: #005b9f;
}

.trouble-card h3 {
   margin: 10px 0 15px;
   color: #003b70;
   font-size: 20px;
}

.trouble-card p {
   margin: 0;
   color: #333333;
   font-size: 14px;
   line-height: 1.9;
}


/* -----------------------------------------
   対応工事
----------------------------------------- */

.work-box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
}

.work-content {
   padding: 30px 25px;
   background: #ffffff;
   border-top: 6px solid #ffd400;
   border-radius: 8px;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.work-title {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 20px;
}

   .work-title i {
      color: #005b9f;
      font-size: 28px;
   }

   .work-title h3 {
      margin: 0;
      color: #003b70;
      font-size: 21px;
   }

.work-content ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.work-content li {
   position: relative;
   margin-bottom: 10px;
   padding-left: 20px;
   color: #333333;
   font-size: 14px;
   line-height: 1.7;
}

   .work-content li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #005b9f;
      font-weight: bold;
   }


/* -----------------------------------------
   ご相談
----------------------------------------- */

.consultation-box {
   padding: 45px 30px;
   background: #ffd400;
   border-radius: 10px;
   text-align: center;
}

   .consultation-box > i {
      color: #003b70;
      font-size: 48px;
      margin-bottom: 15px;
   }

   .consultation-box h3 {
      margin: 10px 0 20px;
      color: #003b70;
      font-size: 25px;
   }

   .consultation-box p {
      margin: 10px 0;
      color: #222222;
      font-size: 16px;
      line-height: 1.9;
   }


/* -----------------------------------------
   ご依頼の流れ
----------------------------------------- */

.flow-list {
   max-width: 850px;
   margin: 0 auto;
}

.flow-item {
   display: flex;
   align-items: center;
   gap: 25px;
   padding: 25px;
   background: #ffffff;
   border-radius: 10px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.flow-number {
   flex-shrink: 0;
   width: 100px;
   padding: 12px 5px;
   background: #003b70;
   color: #ffd400;
   border-radius: 6px;
   text-align: center;
   font-size: 15px;
   font-weight: bold;
}

.flow-text h3 {
   margin: 0 0 8px;
   color: #003b70;
   font-size: 20px;
}

.flow-text p {
   margin: 0;
   color: #333333;
   font-size: 14px;
   line-height: 1.8;
}

.flow-arrow {
   padding: 10px 0;
   text-align: center;
   color: #ffd400;
   font-size: 22px;
}


/* -----------------------------------------
   お見積り
----------------------------------------- */

.estimate-box {
   padding: 50px 30px;
   background: #ffffff;
   border-radius: 10px;
   text-align: center;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

   .estimate-box > i {
      color: #005b9f;
      font-size: 45px;
      margin-bottom: 15px;
   }

   .estimate-box h3 {
      margin: 10px 0 20px;
      color: #003b70;
      font-size: 24px;
   }

   .estimate-box p {
      margin: 8px 0;
      color: #333333;
      font-size: 15px;
      line-height: 1.8;
   }

.estimate-button {
   display: inline-block;
   margin-top: 25px;
   padding: 16px 35px;
   background: #ffd400;
   color: #003b70;
   border-radius: 50px;
   text-decoration: none;
   font-weight: bold;
   font-size: 17px;
   transition: 0.3s;
}

   .estimate-button:hover {
      background: #003b70;
      color: #ffffff;
   }

   .estimate-button i {
      margin-right: 8px;
   }


/* =========================
   お問い合わせページ
========================= */

.contact-page {
   padding: 60px 20px;
   background: #001f3f;
   color: #ffffff;
}

.contact-container {
   max-width: 900px;
   margin: 0 auto;
}

/* ページタイトル */
.contact-title {
   text-align: center;
   font-size: 32px;
   margin-bottom: 50px;
   color: #ffffff;
   font-weight: bold;
}

   .contact-title::after {
      content: "";
      display: block;
      width: 70px;
      height: 4px;
      background: #ffd700;
      margin: 15px auto 0;
   }


/* 会社情報 */
.contact-info {
   background: #001f3f;
   color: #ffffff;
   padding: 35px;
   margin-bottom: 40px;
   border: 1px solid rgba(255,255,255,0.3);
   border-radius: 8px;
}

   .contact-info h2 {
      margin-top: 0;
      margin-bottom: 25px;
      font-size: 24px;
      color: #ffd700;
   }

   .contact-info p {
      margin: 12px 0;
      line-height: 1.8;
   }

   .contact-info a {
      color: #ffffff;
      text-decoration: underline;
   }


/* フォーム */
.contact-form {
   background: #001f3f;
   color: #ffffff;
   padding: 40px;
   border: 1px solid rgba(255,255,255,0.3);
   border-radius: 8px;
}

   .contact-form h2 {
      margin-top: 0;
      margin-bottom: 30px;
      color: #ffffff;
      font-size: 26px;
      text-align: center;
   }


/* 各入力項目 */
.contact-form-group {
   margin-bottom: 25px;
}

   .contact-form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      color: #ffffff;
   }


/* 必須 */
.required {
   display: inline-block;
   margin-left: 8px;
   padding: 2px 8px;
   background: #e60000;
   color: #ffffff;
   font-size: 12px;
   border-radius: 3px;
}


/* 任意 */
.optional {
   display: inline-block;
   margin-left: 8px;
   padding: 2px 8px;
   background: #777777;
   color: #ffffff;
   font-size: 12px;
   border-radius: 3px;
}


/* 入力欄 */
.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
   width: 100%;
   padding: 12px;
   border: 1px solid #cccccc;
   border-radius: 4px;
   font-size: 16px;
   font-family: inherit;
   background: #ffffff;
   color: #000000;
}

.contact-form-group textarea {
   min-height: 160px;
   resize: vertical;
}


   /* 入力欄フォーカス */
   .contact-form-group input:focus,
   .contact-form-group select:focus,
   .contact-form-group textarea:focus {
      outline: none;
      border-color: #ffd700;
      box-shadow: 0 0 0 2px rgba(255,215,0,0.25);
   }


/* 注意書き */
.contact-note {
   margin-top: 20px;
   font-size: 14px;
   line-height: 1.8;
   color: #ffffff;
}


/* 送信ボタン */
.contact-submit {
   display: block;
   width: 100%;
   padding: 16px;
   border: none;
   border-radius: 5px;
   background: #ffd700;
   color: #001f3f;
   font-size: 18px;
   font-weight: bold;
   cursor: pointer;
   transition: 0.3s;
}

   .contact-submit:hover {
      background: #ffffff;
      color: #001f3f;
   }


/* =========================
   スマートフォン対応
========================= */

@media screen and (max-width: 768px) {

   .contact-page {
      padding: 40px 15px;
   }

   .contact-title {
      font-size: 26px;
      margin-bottom: 35px;
   }

   .contact-info {
      padding: 25px 20px;
   }

      .contact-info h2 {
         font-size: 21px;
      }

   .contact-form {
      padding: 25px 20px;
   }

      .contact-form h2 {
         font-size: 22px;
      }

   .contact-submit {
      font-size: 17px;
      padding: 15px;
   }
}
