/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2026 | 05:50:35 */
.saArea p.catch {
	padding-top:15px;
	font-weight:600;
    line-height: 1.4;
}

.saArea h4 {
    font-size: 20px;
    line-height: 1.4;
	margin-top:40px;
    position: relative;
	color:#E44141;
}

.saArea ul {
  display: flex;       /* 横並びにする */
  flex-wrap: wrap;     /* はみ出た時に折り返す */
  gap: 0px;           /* 要素同士のすき間 */
  list-style: none;    /* 黒丸を消す場合 */
  padding: 0;
}
.saArea ul li {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(http://shirakijuku.com/wp-content/uploads/2026/08/ico_check.svg);
    padding-left: 22px;
    background-position: left center;
    font-size: 16px;
    font-weight: 600;
	margin-right:20px;
}


@media (max-width: 833px) {
	.saArea ul {
  flex-direction: column; /* 縦並びにする */
}
	.saArea ul li {
    background-position: left 2px;
	margin-right:0px;
}
		.saArea p {
			line-height:1.6;
}
}



