/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
body, h1, h2, h3, h4, h5, h6, .navbar-custom { 
  font-family: Arial,Helvetica,"Sawarabi Gothic",Meiryo,"メイリオ","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",YuGothic,"游ゴシック",sans-serif;
}
h1.title.text-5xl.mb-4 {
  margin-bottom: 4rem;
}
.sidebar-container {
  color: #404040;
  font-size: 14px;
}

/* コンテンツページのタイトルを中央揃え */
.content h1,h2 {
  text-align: center;
}

.home h2 {
  text-align: left;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  /* padding-bottom: 56.25%; */
}

.iframe {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}