/*
Theme Name: zousancompany
Author: Hiroshi Ota
Author URI: https://wp.zousanrecords.com/
Description: 企業HP用テーマ
Theme URL: https://wp.zousanrecords.com/
Version: 1.2.6
*/

/* ewCAPCHA */

.grecaptcha-badge {
	display: none !important;
}

/* footer logo */

@media screen and (max-width: 1024px) {

  .company_info .company_logo img {
    height: 50px !important;
  }
}

@media screen and (min-width: 1025px) {

  .company_info .company_logo img {
    height: 80px !important;
  }
}


/* heading */
/*
.heading02,
.entry_cont h2 {
  font-size: 2.2rem !important;
}

.heading03,
.entry_cont h3 {
  font-size: 2.0rem !important;
}

.heading04,
.entry_cont h4 {
  font-size: 1.8rem !important;
}

@media screen and (min-width: 600px) {
  .heading02,
  .entry_cont h2 {
    font-size: 2.4rem !important;
  }

  .heading03,
  .entry_cont h3 {
    font-size: 2.0rem !important;
  }

  .heading04,
  .entry_cont h4 {
    font-size: 1.8rem !important;
  }
}
*/
