@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

.page-about-example .page-tle-style .example_h3{
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 1201px), print {
	.page-about-example .page-tle-style .example_h3{
		font-size:0.96em;
	}
}
.page-about-example .page-tle-style .example_h3 .example_h3_left{
	width: 14%;
}
.page-about-example .page-tle-style .example_h3 .example_h3_right{
	width: 86%;
}


.page-about-example .example_box01{
	text-align: center;
	width: 100%;
	max-width: 820px;
	box-sizing: border-box;
	background-color: #f4f3ee;
	border-radius: 12px;
	border: solid 2px #009944;
	margin: 40px auto;
	padding: 35px 5% 45px;
}
.page-about-example .example_box01 .ex{
	text-align: right;
	font-size: 1.45rem;
	opacity: .85;
}
.page-about-example .example_box01 .example_box_title01{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 3.4rem;
	color: #009944;
	margin-bottom: 30px;
}
.page-about-example .example_box01 .example_box_title01 > span{
	display: inline-block;
	position: relative;
	padding: 0 0.5em;
	background: linear-gradient(transparent 60%, #ffffd0 60%);
	line-height: 1.6;
}
/*.page-about-example .example_box01 .example_box_title01 > span::before{
	position: absolute;
	content: " ";
	width: 100%;
	height: 20px;
	background-color: #ffffd0;
	left: 0;
	bottom: 0px;
}*/
.page-about-example .example_box01 .example_box_title01 > span > span{
	position: relative;
}
.page-about-example .example_box01 .example_box_title01 a{
	color: #01bd54;
	text-decoration: underline;
}

.page-about-example .example_box02{
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("/library/dantai/seido_jujitsu/about/img/example/arrow01.png");
	background-size: 70px auto;
	padding-top: 45px;
}
.page-about-example .section2{
	text-align: center;
}
.page-about-example .section2 .section2_text_style01{
	font-size: 2.1rem;
	font-weight: 700;
	margin: 55px 0 40px;
}
.page-about-example .section2 .section2_text_style02{
	margin: 30px 0 40px;
}
.page-about-example .section2 .section2_text_style02 dt{
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 40px;
}
.page-about-example .section2 .section2_text_style02 dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-about-example .section2 .section2_text_style02 dd ul li{
	width: 32%;
	background-color: #f4f3ee;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px;
}
.page-about-example .section2 .section2_text_style03{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("/library/dantai/seido_jujitsu/about/img/example/arrow02.png");
	padding: 70px 0;
}
.page-about-example .section2 .section2_text_style03 dt{
	font-size: 3.0rem;
	margin-bottom: 50px;
}
.page-about-example .section2 .section2_text_style03 dt span{
	font-weight: 700;
	color: #009944;
	background: linear-gradient(transparent 60%, #ffffd0 60%);
}
.page-about-example .section2 .section2_text_style03 dd{
	text-align: left;
	font-weight: 500;
	background-color: #ffffcd;
	padding: 30px 5%;
}



#bottom-content .page-list{justify-content: center;}
#bottom-content .page-list li{margin: 0 20px;}


@media screen and (min-width: 1201px), print {
	.page-about-example .pc_img{display: block;}
	.page-about-example .sp_img{display: none;}
	
	#page.page-about-example  #main-content{padding: 0;}
	.page-about-example .example_box01 .example_box_title01 a:hover{
		text-decoration: none;
		opacity: .7;
	}
}
@media screen and (max-width: 1080px) {
	.page-about-example .pc_img{display: block;}
	.page-about-example .sp_img{display: none;}
	
	#page.page-about-example  #main-content{padding: 0;}
	
	.page-about-example .page-tle-style .example_h3 .example_h3_left{width: 20%;}
	.page-about-example .page-tle-style .example_h3 .example_h3_right{width: 80%;}
	
	.page-about-example .example_box01 .example_box_title01{white-space: nowrap;}
	
	#bottom-content .page-list{justify-content: space-between;}
	#bottom-content .page-list li{margin: 0;}
	
}
@media screen and (max-width: 780px) {
	.page-about-example .pc_img{display: none;}
	.page-about-example .sp_img{display: block;}
	
	#page.page-about-example .top-caption{margin-top: 0;}
	
	.page-about-example .top-caption{
		font-size: 1.6rem!important;
		margin-top: 0;
	}
	.page-about-example .page-tle-style{padding-left: 40px;}
	.page-about-example .page-tle-style .example_h3{line-height: 1.6;}
	.page-about-example .page-tle-style .example_h3 .example_h3_left{width: 100%;}
	.page-about-example .page-tle-style .example_h3 .example_h3_right{width: 100%;}
	
	.page-about-example .example_box01{
		padding: 20px 2% 5px;
		margin-bottom: 20px;
	}
	.page-about-example .example_box01 .example_box_title01{
		font-size: 4vw;
		margin-bottom: 2vw;
	}
	.page-about-example .example_box01 .ex{
		font-size: 0.85rem;
		margin-bottom: 5px;
	}
	.page-about-example .section2 .section2_text_style01{
		margin: 20px 0 30px;
		font-size: 1.45rem;
	}
	.page-about-example .section2 .section2_text_style02 dt{
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
	.page-about-example .section2 .section2_text_style02 dd ul li{
		width: 100%;
		padding: 15px 0;
		margin-bottom: 10px;
		font-size: 1.32rem;
		border-radius: 10px;
	}
	.page-about-example .example_box02{
		background-size: 10% auto;
		padding-top: 30px;
	}
	.page-about-example .section2 .section2_text_style02{
		margin: 20px auto;
	}
	.page-about-example .section2 .section2_text_style03{
		padding: 40px 0;
		background-size: 20% auto;
	}
	.page-about-example .section2 .section2_text_style03 dt{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.page-about-example .section2 .section2_text_style03 dd{
		padding: 20px 7%;
	}
	
	
	
}