.zuBG h4 {
	
}

.zuBG h4 {
	 font-family: "Shippori Mincho B1", serif;
  margin-bottom: 0px;
	font-size: clamp(1.8rem, 2.5vw, 3rem);
	text-align: center;
	font-weight: 600;
	 position: relative;
  display: inline-block;
	padding: 10px 55px 10px;
}

.zuBG h4:before, .zuBG h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #081428;
}
.zuBG h4:before {
  left:0;
}
.zuBG h4:after {
  right: 0;
}

.zuBG h4 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#c60405;
}

.zuBG p {
	color:#081428 !important;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}




.rinenBOX  {
	margin-bottom: 40px;
}
.rinen  {
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(2rem, 3vw, 3.6rem);
	text-align: center;
	margin-bottom: 20px;
}
.rinenNM {
	display: flex;
	max-width: 95%;
	margin: auto;
	margin-bottom: 20px;
}
.rinenNM .num {
	width: 8%;
	padding: 8px 10px;
	box-sizing: border-box;
	color:#fff;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.6rem, 2.2vw, 2.5rem);
	background: #081428;
}
.rinenNM .TIT {
	width: 92%;
	background: #023c99;
	padding: 8px 20px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.6rem, 2.2vw, 2.5rem);
}
.rinenBOX p  {
	text-align: left;
	max-width: 95%;
	margin: auto;
}

.Message p {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.lastMes {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.8rem, 2.6vw, 3.2rem);
	font-weight: 600;
	line-height: 1.6;
	margin: 30px 0 0;
}


@media screen and (max-width: 768px) {

.zuBG h4 {
	
}

.zuBG h4 {
	 font-family: "Shippori Mincho B1", serif;
  margin-bottom: 0px;
	font-size: clamp(1.8rem, 2.5vw, 3rem);
	text-align: center;
	font-weight: 600;
	 position: relative;
  display: inline-block;
	padding: 10px 55px 10px;
}

.zuBG h4:before, .zuBG h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
}
.zuBG h4:before {
  left:0;
}
.zuBG h4:after {
  right: 0;
}

.zuBG h4 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.zuBG p {
	text-align: left;
	margin: 20px 0 10px 0;
	padding: 0 10px;
}
	
.rinenBOX  {
	margin-bottom: 40px;
}
.rinen  {
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(2rem, 3vw, 3.6rem);
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.6;
}
.rinenNM {
	display: flex;
	flex-direction: column;
	max-width: 95%;
	margin: auto;
	margin-bottom: 10px;
}
.rinenNM .num {
	width: auto;
	padding: 2px 10px;
	box-sizing: border-box;
	color:#fff;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.6rem, 2.2vw, 2.5rem);
}
.rinenNM .TIT {
	width: auto;
	padding: 8px 20px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.8rem, 2.2vw, 2.5rem);
	line-height: 1.5;
	text-align: center;
}
.rinenBOX p  {
	text-align: left;
	max-width: 95%;
	margin: auto;
	margin-bottom: 15px;
	font-size: 1.4rem;
}

.Message p {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.lastMes {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.7rem, 2.6vw, 3.2rem);
	font-weight: 600;
	line-height: 1.6;
	margin: 15px 0 0;
}
}