/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Heartfull Inc
Template: welcart_basic
Version: 1.0.0
*/

/* 210510add */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');

.home_list_txt {
  letter-spacing: normal;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .home_list_txt {
    margin: 1em auto 1em;
    font-size: 20px;
  }
}

/* 210519add */
@media screen and (max-width: 768px) {
  #post-86 .about_table tr {
    display: flex;
    flex-direction: column;
  }

  #post-86 .about_table td:nth-child(odd) {
    background-color: #cccccc;
  }
}

/* 210525add */
.search-box input[type="text"] {
  font-size: 12px;
}

#site-navigation ul ul {
  width: max-content;
}
