@charset "UTF-8";
/*=============================
　common → 共通★骨組み
　style → 共通★修飾
■pagename* → 各ページ
　2020.12.21........... ver0.1
=============================*/
.contact-box .container {
  width: 840px;
}
p {
  text-align: inherit;
}
#contact .ttl_txt02 .ttl_img {
  width: 70px;
}
.page_title {
  letter-spacing: .2em;
}
.form-control {
  background-color: #ced4da;
}
form button {
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  background-color: inherit !important;
}
@media (max-width: 575px) {
  .page_title {
    font-size: 2.5rem;
    letter-spacing: .4em;
  }
  #home main > section:first-child {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}


#page-title .ttl_txt01 {
    font-size: 1.2rem!important;
    width: 6em!important;
    margin: auto!important;
}
@media (min-width: 576px) {
  #page-title .ttl_txt01 {
     font-size: 1.5rem!important; 
    margin: auto!important;
  } 
}

