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

table.topic {
  clear: both;
  width: 100%;
  border: none;
  border-spacing: 0 7px;
  border-collapse: separate;
}
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: #c18b8b;
}
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;
}

/*---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;
  min-height: 130px;
}
.q p {
  color: #847146;
  padding-top: 30px;
  padding-left: 100px;
  padding-bottom: 10px;
  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: 35px; /* 上端に配置 */
}
.a {
  margin-top: 40px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: top left;
}

/*---隕句縺-------*/
h3 {
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold; /* 太字に変更 */
  position: relative; /* 相対位置を設定 */
  padding-left: 10px; /* ●の分だけ左に余白を追加 */
}

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 {
  margin-top: 20px;
}
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: 14px;
}
.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: "?"; /* ?を表示 */
}

/* ベン図 */
.venn-diagram {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

.circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: rgb(79, 57, 57);
}

.circle1 {
  background-color: #f4c2c2;
  top: 0;
  left: 75px;
}

.circle2 {
  background-color: #c2f4c2;
  top: 100px;
  left: 10;
}

.circle3 {
  background-color: #f4f4c2;
  top: 100px;
  left: 140px;
}

.fukurou {
  margin-left: 20px;
  margin-bottom: 20px;
}

.what {
  float: right;
  width: 230px;
  /* padding-top: 10px; */
  text-align: center;
}

.float-right {
  float: right; /* 右側に浮かせる */
  margin-right: 10px; /* 画像とテキストの間に余白を追加 */
}

main {
  line-height: 1.6; /* 行間を広げる */
}

.topic {
  margin-top: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

table {
  margin-top: 20px;
}
