@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@400;600&display=swap');
/* ==================================================
見出し1
================================================== */

/* 見出し2
================================================== */

/* 見出し3 */

/* ==================================================

================================================== */
/* アイコンを消す */
a[target="_blank"]:after{
	content: none;
}
/* バナー余白 */
.top_bn img{
	margin-bottom: 1rem;
}
/* 新着情報余白 */
#news{
	margin-bottom: 1rem;
}
.row #news+.button3{
	margin-bottom: 0;
}
/* 想いをつないだ先生方の体験談 */
.senseimidashi{
	background-color: #0a6ab2;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
}
.omoi .col-6{
	-webkit-box-shadow: rgb(31 31 31 / 20%) 0 2px 2px;
	box-shadow: rgb(31 31 31 / 20%) 0 2px 2px;
}