@charset "utf-8";
/* CSS Document */

/* よしだ歯科医院|青森県三沢市CSS【求人募集TOP】ページ用CSS
----------------------------------------------------------------------------------------------------*/


/*2025_09_25CO.item__content h3 {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 5px 0;
	color: #225534;
}

.item__content p {
	font-size: 19px;
    line-height: 28px;
    margin: 0 0 10px 0;
	color: #225534;
}
*/

/*2025_09_25CO .item__content ul {
	margin: 0 0 10px 0;
}*/


/*【list-style-type】リスト表示のマーク一覧と設定方法【番号・記号・色・種類】 _ SIMS-CODE.html https://shimizu-create.com/2023/04/691/、https://www.tagindex.com/stylesheet/list/list_style_type.html*/
.ul01{
  list-style-type: circle;
}

.ul02{
  list-style-type: disc;
}

/*【※※注意※※】別途、.ul00は、comonで使用出来るようsample2-4-01.css内に　歯科衛生士募集ページ【上部にある院長の新写真で使用】で使用記載(2025/12/01)*/


.item__content li {
    /**2025_09_25CO font-size: 20px;*/
	font-size: 19px;
    margin: 0 0 0 20px;
	color: #225534;
}


/*【CSS_html】liの点や数字の色、大きさを変える方法【__marker】.html https://csshtml.work/marker/ */
.item__content li::marker{
    /*2025_09_08CO color: red;*/
}