/* page.php用 */
.entry-content .wp-block-heading {
	font-size: 82px;
	line-height:92px;
	margin-bottom: 36px;
}

.entry-content .wp-block-heading {
  position: relative;
  padding-left: 2%; /* 文字と■の間の余白 */
}

.entry-content .wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 1%;      /* ■の横幅 */
  height: 65%;
  background-color: #ed2b8c;
}

.entry-content p {
	font-size: 36px;
	line-height:46px;
	margin-bottom: 36px;
}

.page-box {
	width: 2560px;
	height: auto;
}
.page-w {
	width: 2200px;
	height: auto;
	margin: 0 auto;
}
.infomation_box{
	width: 2560px;
	height: 1147px;
}
.infomation_img{
	width: 2560px;
}
.infomation_contact_btn {
    top: 28px;
    left: 2181px;
    z-index: 1;
}
.infomation_box2{
	width: 2560px;
	margin-top: -338px;
}
.infomation_box2_1{
	width: 2014px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 30px;
	padding-top: 182px;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 180px;
}
.infomation_border{
	border-bottom: solid 1px #B3B3B3;
}
.infomation_dflex{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: solid 1px #B3B3B3;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.infomation_date{
	margin-left: 93px;
}
.infomation_title{
	margin-top: 0px;
	margin-left: 132px;
}
.infomation_pagination{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
}
.infomation_pagination span{
	width: 84px;
	text-align: center;
}
.infomation_pagination a{
	width: 84px;
	text-align: center;
}
/* singleページ */
.infomation_single_box{
	width: 2194px;
	margin-top: -583px;
	margin-bottom: 244px;
	background-color: #FFFFFF;
	border-radius: 30px;
}
.infomation_single_box1{
	padding-top: 200px;
	padding-left: 183px;
	padding-right: 183px;
}
.infomation_single_date{
	margin-bottom: 46px;
}
.infomation_single_title{
	line-height: 1.5;
	margin-bottom: 96px;
	/* 2025.08.10 S.Yano */
	word-wrap: break-word;
}
.infomation_single_border{
	width: 90px;
	border-bottom: solid 1px #B3B3B3;
	margin-bottom: 90px;
}
.infomation_single_content{
	line-height: 1.5;
	margin-bottom: 184px;
	/* 2025.08.10 S.Yano */
	word-wrap: break-word;
}
.infomation_single_border2{
	width: 2011px;
	border-bottom: solid 1px #B3B3B3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 94px;
}
.infomation_single_flex{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 130px;
}
.infomation_single_box2{
	width: 2011px;
	margin-bottom: 183px;
}
.infomation_single_label{
	margin-bottom: 50px;
}