@charset "UTF-8";

.sec-menu-item h2.txt-or-pattern2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.75rem;
}
.txt-or-pattern2 {
  color: #a1481b;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .sec-menu-item h2.txt-or-pattern2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px){
.footer-info-wrap .footer-info-inner .footer-info-01 .footer-tel-wrap .footer-tel-icon {
    font-size: 7vw;
}
}
@media screen and (max-width: 767px){
.footer-info-wrap .footer-info-inner .footer-info-01 .footer-tel-wrap .footer-tel-number {
    font-size: 7vw;
}
}

@media screen and (max-width: 1600px) and (min-width: 768px){
.sec-menu-list .wrap {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
}
	}