/*
 Theme Name:   Synclet Child
 Template:     synclet
 Version:      1.0.0
 Description:  Syncletテーマの子テーマ
 Author:       あなたの名前
*/
.section-title {
  text-align: center;
  font-size: 1.4rem;
  margin: 3rem 0 1rem;
  color: #3949ab;
}

@media screen and (max-width: 767px) {
  /* コンテンツエリアの調整 */
  body .site-content,
  body .site-main,
  body .entry-content,
  body .content-area,
  body #primary {
    text-align: left !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  
  body .site-content table,
  body .site-main table,
  body .entry-content table,
  body .content-area table,
  body #primary table {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
    overflow-x: auto;
    display: block;
  }
}
