@charset "utf-8";
	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.sarvice ol{
	list-style: none;
	margin: 0;
	padding: 0;

}
.sarvice li{

	box-sizing: border-box;
	padding: 10px;
	border: solid 4px #cb7a00;
	background-color: #cb7a00;
	color: #FFF;
	border-radius: 10px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	line-height: 1.2;
}
.sarvice li small{
	display: block;
	font-size: 14px;
}
.sarvice li span{
	position: absolute;
	top:-10px;
	left: -5px;
	background-color: #cb0000;
	color: #FFF;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 20px;
	padding: 5px 10px;
	line-height: 1;
	transform: rotate(-10deg);
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.nagare ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nagare li{
	position: relative;
	border: solid 2px #1E51A2;
	padding: 10px;
	background-color: rgb(254, 255, 233);
	margin-bottom: 20px;
	padding-top: 30px;
}
.nagare li:first-child{
	margin-left: 0;
}
.nagare li strong{
	display: block;
	color: #1E51A2;
	border-bottom: solid 2px #1E51A2;
	font-weight: 600;
	padding-bottom: 5px;
	line-height: 1;
	white-space: nowrap;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.nagare li::after{
	position: absolute;
	display: block;
	width: 100%;
	bottom: -25px;
	font-size: 25px;
	left:0px;
	content: "▼";
	place-content: center;
	color: #4d91ff;
	margin: 0;
	transform: scaleY(0.6);
	text-align: center;
	box-sizing: border-box;
}
.nagare li:last-child:after{
	display: none;
}
.nagare li div{
	position: absolute;
	top: -1em;
	left: 0em;
	width: 100%;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
}
.nagare li div span{
	text-align: center;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	font-size: 24px;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	background-color: #1E51A2;
	color: #FFF;
	box-sizing: border-box;
	border-radius: 50%;
}

.contact{
	text-align: center;
	margin-bottom: 50px;
}
.contact div{
	border: solid 1px #AAA;
	padding: 10px;
	text-align: left;
}
.contact table,
.contact tbody,
.contact thead,
.contact tr,
.contact th,
.contact td{
	display: block;
	text-align: center;
}
.contact th{
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	background-color: #888;
	color: #FFF;
	padding: 5px;
}
.contact td{
	padding: 5px 0;
}

.contact .phone{
	display: block;
	margin-top: -2px;
}
.contact strong{
	font-size: 18px;
	display: block;
	text-align: center;
}
.contact p{
	margin-top: 0;
	background-color: #1E51A2;
	color: #FFF;
	text-align: center;
}