@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 */

/* ==================================================
サービスページ
================================================== */
/* ボタンのデコレーションを消す */
.button_deco_none>a{
	cursor: default;
}
.button_deco_none>a:hover{
	opacity: 1;
}
/* 挿絵 */
.point .col-md-4,.point .col-12 {
    position: relative;
    background-color: #0361AE;
    border: 10px solid #F5F6F8;
    padding: 3%;
    border-radius: 20px;
    margin-bottom: 1em;
}
/* パターン1 */
.point .border_style{
	position: relative;
    background-color: #96bfde;
    border: 10px solid #F5F6F8;
    padding: 3%;
    border-radius: 20px;
    margin-bottom: 1em;
}
/* パターン2 */
/* .point .border_style{
	position: relative;
    background-color: #fff;
    border: 10px solid #0361AE;
    padding: 3%;
    border-radius: 20px;
    margin-bottom: 1em;
} */

.point .col-12 .number,.point .col-md-4 .number {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.point .col-12 img.number,.point .col-md-4 img.number {
    width: 60px;
}
.point p{
	font-weight: 600;
	margin-bottom: 1em;
	text-align: center;
	color: white;
	font-size: 24px;
	line-height: 1.4
}
.point .border_style p{
	color: #203666;
	/* color: #fff; */
}
.point p img{
	width: 160px;
	margin: 1em
}
