.main_textArea {
    font-size: 16px;
    padding-bottom: 20px;
}

.main_textArea p {
    font-size: 16px;
    color: #094;
    font-weight: 500;
}



/*  beginnerページ */

.textArea_discript p {
    display: inline-block;
    color:  #094;
    margin: 0;
    padding: 0;
}

.textArea_discript2 {
    display: inline-block;
    color:  #094;
    margin: 5px;
    padding: 0px;
}

.textArea_discript2 p {
    display: inline-block;
    /* color:  #094; */
    color: #555555;
    margin: 0;
    /* padding: 5px;     */
}

.note {
  margin: 10px 10px;
  color:  #856404;
}

.color_FF9900 {
  color:#FF9900;
  /* color: #E54141;   */
  font-weight: 800;
}

/* AI */
.faq-item {
  background: #f8f9fa;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

/* 質問部分（クリックできる場所） */
summary {
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  list-style: none; /* デフォルトの矢印を消す（ブラウザによる） */
  position: relative;
}

/* 擬似要素でカスタム矢印を表示 */
summary::after {
  content: '\25BC';    
  position: absolute;
  right: 1rem;
  font-size: 0.8rem;
  transition: transform 0.3s;
}

/* &#9660;	&#x25BC; */

/* 開いている時の矢印の向き */
details[open] summary::after {
  transform: rotate(180deg);
}

/* 回答部分 */
.answer {
  padding: 0 1rem 1rem;
  line-height: 1.6;
  border-top: 1px solid #e0e0e0;
  background: #fff;
}

code {
  background: #eee;
  padding: 2px 4px;
  border-radius: 4px;
}


div.beginner_photo {
    /* width: 100%;
    width: 50%; */
    margin: 20px auto;
}

.beginner_photo img, .beginner_discript li img {
    display: block;
    width: 70%;
    margin: 0 auto;
    border-radius: 5px;
    /* border: 5px solid #B2DD3E; */
    height: auto;
}

.main_textArea h2 {
    display: block;
}

main h2:nth-of-type(n+1)::before {
    color: #094;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 5px;
}

.main div > h2:nth-of-type(n+1)::before  {
    content: "\025a0";
    color: #094;
    margin-right: 5px;
}

.main div > h2:nth-of-type(n+1) {
    color: #094;
    margin-right: 5px;
}

ul.beginner_discript li {
  margin: 10px;
  color: #094;

}

ul.beginner_discript li p {
  margin: 5px;
  padding: 0;
  color: #333333;

}
