/* CSS Document */

.rijiBG {
	background: #f8fafb;
	border-radius: 15px;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto 50px;
}
.rijiBG .wrap {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rijiBG .wrap .ph {
	width: 30%;
}
.rijiBG .wrap .text {
	width: 65%;
}
.rijiBG .wrap .text .name {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	line-height: 1.6
}
.rijiBG .wrap .text .name span {
	font-size: clamp(2rem, 2.5vw, 3.5rem);
	margin-left: 10px;
}

.blogbn {
	max-width: 600px;
	margin: 40px auto 10px;
}
.blogbn p {
	text-align: center;
}
.blogbn img {
	border: 5px solid #fff;
	box-sizing: border-box;
	margin-bottom: 5px;
}


.histryBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.histryBOX .item {
	width: 48.5%;
}
.histryBOX .item h4 {
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 3px solid #007fbd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.media h4 {
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 3px solid #007fbd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
ul.hisLIST {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	box-sizing: border-box;

}

ul.hisLIST li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.6;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 5px;
}

ul.hisLIST li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 3px;
	color: #007fbd; /* ← ここで色変更 */
	font-size: 0.8em;
}

.book {
	max-width: 60%;
	margin:40px auto 0;
}







@media screen and (max-width: 834px){
	
.rijiBG {
	background: #f8fafb;
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 auto 25px;
}
.rijiBG .wrap {
	display: flex;
	
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rijiBG .wrap .ph {
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}
.rijiBG .wrap .text {
	width: auto;
}
.rijiBG .wrap .text .name {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	line-height: 1.6;
	text-align: center;
}
.rijiBG .wrap .text .name span {
	font-size: clamp(2.4rem, 2.5vw, 3.5rem);
	margin-left: 10px;
}

.blogbn {
	max-width: 600px;
	margin: 20px auto 10px;
}
.blogbn p {
	text-align: center;
}
.blogbn img {
	border: 5px solid #fff;
	box-sizing: border-box;
	margin-bottom: 5px;
}


.histryBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0px;
}
.histryBOX .item {
	width: auto;
	margin-bottom: 20px;
}
.histryBOX .item h4 {
	font-size: clamp(2rem, 2vw, 2.5rem);
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 3px solid #007fbd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.media h4 {
	font-size: clamp(2rem, 2vw, 2.5rem);
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 3px solid #007fbd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
ul.hisLIST {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	box-sizing: border-box;

}

ul.hisLIST li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.6;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 5px;
}

ul.hisLIST li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 3px;
	color: #007fbd; /* ← ここで色変更 */
	font-size: 0.8em;
}

.book {
	max-width: 100%;
	margin:20px auto 0;
}

	
}