@charset "UTF-8";

.midashi{
	font-size: 6rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	margin-top: 1em;
}
.midashi small{
	display: block;
	font-size: 3rem;
}
.midashi .darkred{
	color: #c51434;
}
h1{
	text-align: center;
	margin-top: 50px;
}
.kaimaku{
	background-image: url("../images/kaimaku/back.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size:cover;
	padding: 20px;
}

.kaimakubox{
	background-color: #FFF;
	border-radius: 20px;
	padding: 20px;	
}
.kaimakubox > div.flex{
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.kaimakubox{
	margin-top: 20px;
}
.kaimakubox > div.flex > div:first-child{
	width: 35%;
}
.kaimakubox > div.flex > div:last-child{
	width: calc(65% - 20px);
}
.kaimaku h2{
	margin: 0;
}
.table{
	display: flex;
	justify-content: space-between;
	background-color: #F9F6D0;
	padding: 10px 20px 20px 20px;
}
.table2{
	display: block;
	background-color: #F9F6D0;
	padding: 30px 20px 10px 20px;
	text-align:center;
	font-weight:700;
	font-size:2rem;
}
.table table{
	width: 100%;
}
.table table td:last-child{
	white-space: nowrap;
	text-align: center;
	width: 3em;
}
.table > div:first-child{
	width: 60%;
}
.table > div:last-child{
	width: calc(40% - 20px);
}
.table h4{
	margin: 0;
}
.kaimaku ul{
	margin: 0;
	padding: 0 0 0 20px;
}
.baton h2{
	margin-top: 50px;
	text-align: center;
	font-size: 4rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.batonbox{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.batonbox > div{
	width: calc(33% - 15px);
	margin-right: 25px;
	margin-top: 20px;
}
.batonbox > div:nth-child(3n){
	margin-right: 0;
}
.batonbox h3{
	background-color: #DB4551;
	color: #FFF;
	margin: 0 0 10px;
	padding: 4px 10px;
	font-size:2rem;
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.batonbox p {
	padding: 4px 4px 4px 10px;
}
.batonbox div {
	padding: 4px 10px 4px 10px;
}
.batonbox small{
	display: block;
	line-height: 1.2;
	padding: 10px;
	background-color: antiquewhite;
	margin: 5px 4px 15px 10px;
	position: relative;
}
.batonbox small:before {
	content: "";
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -8px;
	border: 12px solid transparent;
	border-bottom: 12px solid antiquewhite;
}
.batonbox h4{
	margin: 0;
	margin-top: 10px;
	background-color: #ffccd0;
	padding: 5px;
	line-height: 1;
}
.backyellow{
	background-color: #F9F6D0;
}
.batonbox{
	margin-bottom: 50px;
}
.batonbox .sankaku{
	display:none;
}
.batonbox small .fukidashi{
	display: inline-block;
	width:40px;
	height:auto;
	margin-right:10px;
	vertical-align:middle;
}
.batonbox small span {
	display: inline-block;
	max-width:calc(100% - 50px);
	vertical-align:middle;
}
strong {

}
strong span {
	color:#c51434;
}
/*スマホ*/
@media (max-width: 730px) or ((min-width: 767px) and (max-width: 1100px)) {
	.midashi{
		font-size:3rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		margin-top: 1em;
	}
	.midashi small{
		display: block;
		font-size: 1.5rem;
	}
	h1{
		text-align: center;
		margin-top: 50px;
	}
	.kaimaku{
		background-image: url("../images/kaimaku/back.webp");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size:cover;
		padding: 20px;
	}

	.kaimakubox{
		background-color: #FFF;
		border-radius: 20px;
		padding: 20px;	
	}
	.kaimakubox > div.flex{
		display: block;
		justify-content: space-between;
	}

	.kaimakubox{
		margin-top: 20px;
	}
	.kaimakubox > div.flex > div:first-child{
		width: auto;
	}
	.kaimakubox > div.flex > div:last-child{
		width: auto;
	}
	.kaimaku h2{
		margin: 0;
	}
	.table{
		display: block;
		justify-content: space-between;
		background-color: #F9F6D0;
		padding: 10px;
	}
	.table table{
		width: 100%;
	}
	.table table td:last-child{
		white-space: nowrap;
		text-align: center;
		width: 3em;
	}
	.table > div:first-child{
		width: auto;
	}
	.table > div:last-child{
		width: auto;
	}
	.table h4{
		margin: 0;
		margin-top: 10px;
	}
	.kaimaku ul{
		margin: 0;
		padding: 0 0 0 20px;
	}
	.baton h2{
		margin-top: 50px;
		text-align: center;
		font-size: 2rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
	}
	.batonbox{
		display: block;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.batonbox > div{
		width: auto;
		margin-right: 0;
		margin-top: 20px;
	}
	.batonbox > div:nth-child(3n){
		margin-right: 0;
	}
	.batonbox h3{
		background-color: #DB4551;
		color: #FFF;
		margin: 0 0 10px;
		padding: 10px;

		clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.batonbox small{
		display: block;
		line-height: 1.2;
		padding: 10px;
		background-color: antiquewhite;
		margin: 5px 0 10px;
	}
	.batonbox h4{
		margin: 0;
		margin-top: 10px;
		background-color: #ffccd0;
		padding: 5px;
		line-height: 1;
	}
	.backyellow{
		background-color: #F9F6D0;
	}
	.batonbox{
		margin-bottom: 50px;
	}
	.batonbox .sankaku{
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.batonbox .sankaku img {
		width:80px;
		height:auto;
	}
}

/*追加*/
#body_wrap main{
	background-image: url("../images/back/back1s.webp");
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
}
