﻿/* お問い合わせ
	============================================================ */

  #contact {
    padding-bottom: 80px;
  }
  
  #contact p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  
  #contact p.caption {
    font-size: 0.9rem;
  }
  
  #contact > h2 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
  }
  
  #contact > h3,
  #contact > .blue_title {
    color: #0072CE;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    position: relative;
    padding: 0 10px;
    margin-bottom: 0;
  }
  
  p.blue_title {}
  
  #contact > p.caption {
    font-size: 1rem;
    color: #929399;
    line-height: 1.5em;
    text-align: left;
  }
  
   /* .お問い合わせボタン
   ---------------------------------------*/
  #contact {
    width: 100%;
    max-width: 764px;
    margin: 0 auto;
    text-align: center;
  }
  
  a.chat_btn {
    width: 800px;
    max-width: 490px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: #0072CE;
    border-radius: .6rem;
    border: 0;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  a.chat_btn:before {
    content: '';
    width: 43px;
    height: 39px;
    margin-right: 1rem;
    display: inline-block;
    background-image: url(../img/ico_caht.svg);
  
  }
  
  @media screen and (max-width: 750px) {
    a.chat_btn {
      width: 100%;
      font-size: 1.4rem;
      color: #fff;
    }
  }