h3 {
  font-size: 120%;
  margin-bottom: 20px;
}

table.topic {
  clear: both;
  width: 100%;
  border: none;
  border-spacing: 0 7px;
  border-collapse: separate;
  margin-top: 20px;
}
table.topic th,
table.topic td {
  padding: 3px 6px;
  font-size: 90%;
  border: none;
}

table.topic th {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-image: url(../topic_howto/img/th_back.jpg);
  background-repeat: repeat;
  background-position: left center;
  background-color: #8bb0c1;
}
table.topic td {
  border-left: #666 1px dotted;
  padding-left: 10px;
  background-color: #ffffff;
}

table.topic a {
  color: #78410f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

table.museum {
  border: none;
}
table.museum tr {
  margin-bottom: 20px;
}
table.museum th,
table.museum td {
  padding: 3px 6px;
  font-size: 90%;
  border: none;
}

/*----table---*/
table {
  width: 100%;
  font-size: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}
table td {
  text-align: center;
}

.left th,
.left td {
  text-align: left;
}

/*--table陦ｨ--*/
.table {
  border-collapse: separate; /* ボーダーをなしにするために変更 */
  border-spacing: 0; /* セル間のスペースを設定 */
  /* border-collapse: collapse; */
}
.table th,
.table td {
  text-align: left;
  /* border: 1px solid #847148; */
  padding: 3px 6px;
}
.table th {
  background-color: #e5ded0;
}
.table td {
  background-color: #ffffff;
}

/*---Q&A----------*/
.q {
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #e0e3d6;
  border-radius: 10px; /* 角を丸くする */
  margin-top: 20px;
  margin-bottom: 20px;
}
.q p {
  color: #847146;
  padding-top: 30px;
  padding-left: 100px;
  padding-bottom: 10px;
  /* background-image: url(../topic_howto/img/q_header_back.jpg); 削除 */
  /* background-repeat: no-repeat; 削除 */
  position: relative; /* 相対位置を設定 */
}

.q p::before {
  content: "Q"; /* Qを表示 */
  display: inline-block;
  width: 60px; /* 丸の幅 */
  height: 60px; /* 丸の高さ */
  background-color: rgb(205, 205, 137); /* 背景色を黄色に設定 */
  border-radius: 50%; /* 丸くする */
  text-align: center; /* テキストを中央に配置 */
  line-height: 55px; /* テキストを縦中央に配置を調整 */
  font-weight: bold; /* テキストを太字に */
  font-size: 200%;
  color: rgb(118, 145, 120); /* テキストの色を黒に */
  position: absolute; /* 絶対位置を設定 */
  left: 20px; /* 左端に配置 */
  top: 20px; /* 上端に配置 */
}
.a {
  margin-top: 20px;
  padding-left: 70px;
  background-image: url(../topic_howto/img/answer.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

/*---隕句縺-------*/
h4::before {
  content: "●"; /* 文字の先頭に●を追加 */
  margin-right: 8px; /* ●と文字の間にスペースを追加 */
  color: #be7c7c; /* ●の色を文字と同じに設定 */
}
h4 {
  clear: both;
  color: #be7c7c;
  margin: 0;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 120%;
  background-repeat: no-repeat;
  background-position: left center;
}

h5 {
  margin-bottom: 10px;
  font-size: 110%;
}

/*--table陦ｨ--*/
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  border: 1px solid #847148;
  padding: 3px 6px;
  font-size: 90%;
  text-align: left;
}
table th {
  background-color: #e5ded0;
}
table td {
  background-color: #ffffff;
}
table th.sub {
  padding-left: 20px;
  background-color: #eeece8;
}

/*---譁ｹ豕輔繝槭リ繝ｼ---*/
dl {
}
dt,
dd {
  margin: 0;
  padding: 0;
  font-size: 90%;
}
dt {
  font-weight: bold;
}
dd {
}
/*---譁ｹ豕-----*/
.houho {
}
.houho dt,
.houho dd {
}
.houho dt {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 32px;
  background-image: url(/contents/topic_howto/houho_back.jpg);
  background-repeat: no-repeat;
}
.houho dd {
  padding: 5px 10px;
}

/*---繝槭リ繝ｼ---*/
.manners {
}
.manners dt {
  width: 54px;
  height: 54px;
  float: left;
  padding-bottom: 15px;
}
.manners dd {
  width: 635px;
  float: right;
  height: 54px;
  padding-bottom: 15px;
  line-height: 54px;
  font-size: 100%;
}
/*---蛻｡---*/
.bunrui {
  padding: 5px 10px;
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

/*----*/
.red {
  color: #e16464;
  font-weight: bold;
}

.right {
  text-align: right; /* テキストを右寄せ */
}
.topic ol {
  background-color: white; /* 背景色を白に設定 */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.topic div {
  margin-top: 10px;
}
.cation {
  background-color: #c18b8b;
  color: #eeece8;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

/*---黄色の丸の中に?を表示---*/
.yellow-circle-question {
  display: inline-block;
  width: 30px; /* 丸の幅 */
  height: 30px; /* 丸の高さ */
  background-color: yellow; /* 背景色を黄色に設定 */
  border-radius: 50%; /* 丸くする */
  text-align: center; /* テキストを中央に配置 */
  line-height: 30px; /* テキストを縦中央に配置 */
  font-weight: bold; /* テキストを太字に */
  color: black; /* テキストの色を黒に */
}

.yellow-circle-question::before {
  content: "?"; /* ?を表示 */
}

.drfuruta {
  float: right;
}

.drfuruta img,
.drfuruta p {
  text-align: center;
  padding: 0 10px;
}
main {
  line-height: 1.6; /* 行間を広げる */
}

.center {
  margin-top: 20px;
  margin-bottom: 20px;
}
.small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.no17,
.no18,
.no20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.no20 img {
  margin-top: 20px;
  margin-bottom: 20px;
}
