@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..600&display=swap');
/* reset
---------------------- */
#Mhsweet{
    color:#583b2d;
    font-size:16px;
    line-height: 1.875;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 50px;
}
#Mhsweet a:hover img{
  opacity:.7;
}
/* contents
---------------------- */
#Mhsweet .lead{
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  padding: 35px 0 50px;
}
#Mhsweet ul{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:40px;
}
#Mhsweet .itemTtl{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: .5em 0 .4em;
}
#Mhsweet .itemTxt{
  font-weight: 500;
}