.entry-title {
    font-size: 20px;
}

.page-title {
    font-size: 44px;
    font-weight: normal;
}

/* メニューを中央揃えにするためのスタイル */
.menu {
  display: flex;             /* フレックスボックスレイアウトを使用 */
  justify-content: right;   /* メニューアイテムを中央に配置 */
  list-style: none;          /* リストの点や番号を非表示に */
  padding: 0;                /* リストのパディングを削除 */
  margin: 0;                 /* リストのマージンを削除 */
 font-size: 14px;
}

/* メニューアイテム間の余白を設定 */
.menu-item {
  margin-right: 15px; /* 各メニューアイテムの間隔を15pxに設定 */
}
/* 最後のメニューアイテムの右側に余白を追加しない */
.menu-item:last-child {
  margin-right: 0;
}
/* メニューを中央揃えにするためのスタイル */
.site-info {
  display: flex;             /* フレックスボックスレイアウトを使用 */
  justify-content: right;   /* メニューアイテムを中央に配置 */
  list-style: none;          /* リストの点や番号を非表示に */
  padding: 0;                /* リストのパディングを削除 */
  margin: 0;                 /* リストのマージンを削除 */
  font-size: 14px;
}
.ymd-site-info {
  display: flex;             /* フレックスボックスレイアウトを使用 */
  justify-content: right;   /* メニューアイテムを中央に配置 */
  list-style: none;          /* リストの点や番号を非表示に */
  padding: 0;                /* リストのパディングを削除 */
  margin: 0;                 /* リストのマージンを削除 */
  font-size: 12px;
}
.ymd-select{
  font-family: 'Consolas', 'Courier New', monospace;
}
.ymd-answer{
    margin-left: 1rem;
}
.ymd-explanation{
    margin-left: 1rem;
}
.ymd-usage{
  margin-left: 1rem;
}
.ymd-codelang{
    margin-left: 2rem;
    margin-bottom: 5px;
}
.ymd-qa-code{
  margin-left: 1rem;
  padding: 10px 20px;
  font-family: 'Consolas', 'Courier New', monospace;
  line-height: 140%;
}
.ymd-usage-code{
  font-family: 'Consolas', 'Courier New', monospace;
  margin-left: 1rem;
  padding:  10px 20px;
  line-height: 140%;
}
.site-header{
  background-color:	whitesmoke;
  /*width: 3000px;*/
  /*height: 200px;*/
  /*color: white;*/
}
.site-footer{
  background-color:	whitesmoke;
  height: 80px;
  /*color: white;*/
}
#header-menu{
  font-weight: bold;
  font-family: 'Consolas', 'Courier New', monospace;
}
#footer-menu{
  font-weight: bold;
  font-family: 'Consolas', 'Courier New', monospace;
}
.ymd-return{
  font-size: 14px;
  border-radius: 15px;
}
.ymd-header-img{
  width: 100%;
  display: block;
}
.ymd-sample-qa{
  /*border: 1px solid #000000;*/
  padding: 20px;
  margin: 20px;

}
.ymd-sample-title{
  font-size: 24px;

}
.ymd-container {
  position: relative;
  width: 100%;
  height: auto;
}

.ymd-text-overlay {
  position: absolute;
  top: 22%;
  right: 0;
  /*transform: translate(-50%, -50%);*/
  color: black;
  font-size: 2.4vw;
  font-family: -apple-system, BlinkMacSystemFont, "Meiryo UI", "Segoe UI", 
                Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  /*background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明にする */
  /*padding: 10px;
  border-radius: 8px;*/
}
  .ymd-text-overlay2 {
  position: absolute;
  top: 40%;
  right: 0;
  /*transform: translate(-50%, -50%);*/
  color: black;
  font-size: 2vw;
  font-family: -apple-system, BlinkMacSystemFont, "Meiryo UI", "Segoe UI", 
                Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  /*background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明にする */
  /*padding: 10px;
  border-radius: 8px;*/
}