#pagetitle{
	background:url('../images/trainees/bg_h2.webp') no-repeat top center;
	background-size:cover;
}
#pagetitle h2{
	width:100%;
}
#pagetitle small{
	font-size:18px;
	display:block;
	padding:5px 0 0;
}
main section{
	max-width:960px;
	margin:0 auto;
}
main article{
	max-width:880px;
	margin:0 auto 90px;
}
#section1 h2{
	font-size:48px;
	text-align:center;
	margin:0 auto 40px;
}
.pdf_link{
	display:flex;
	gap:80px;
	list-style:none;
	padding:40px 0;
}
.pdf_link li{
	width:calc((100% - 80px) / 2);
	flex:none;	
}
.pdf_link li a{
	display:block;
	font-size:22px;
	color:#5c4d48;
	text-decoration:none;
	padding:0 0 0 70px;
	line-height:70px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	background:#fff url('../images/trainees/link_pdf.svg') no-repeat center center;
}
.banner_link{
	display:flex;
	gap:80px;
	list-style:none;
	padding:0px 0;
}
.banner_link li{
	width:calc((100% - 80px) / 2);
	flex:none;	
}
.banner_link li a{
	display:block;
	font-size:22px;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 90px;
	line-height:140px;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
	border-radius:10px;
}
.banner_link li:nth-child(1) a{
	background:url('../images/trainees/banner_hoiku.png') no-repeat;
}
.banner_link li:nth-child(2) a{
	background:url('../images/trainees/banner_fukushi.png') no-repeat;
}
#section2 h3{
	line-height: 70px;
    color: #fff;
    padding: 0 0 0 40px;
    font-size: 30px;
    margin: 0 auto 35px;
    background: url(../images/fukushikaigoka/fukushikaigoka_midashi1.svg) no-repeat top center;
}
#section2 ol{
	padding:20px 20px 20px 40px;
	border:2px solid #59b7b7;
	border-radius:20px;
}
#section2 ol li{
	margin-bottom:20px;
}
#section2 ol li::marker{
	color:#59b7b7;
}
#section2 ol.purple{
	border:2px solid #91286d;
}
#section2 ol.purple li::marker{
	color:#91286d;
}
#section2 table{
	border:2px solid #59b7b7;
}
#section2 th,
#section2 td{
	border:2px dotted #59b7b7;
	padding:10px 20px;
}
#section2 th{
	white-space:nowrap;
	background:#e7f7f7;
}
#section2 ul{
	padding:0 0 0 20px;
}
.photo_comment{
	display:flex;
	gap:40px;
}
.photo_comment figure{
	width:280px;
	flex:none;
}
.photo_comment .comment{
	width:calc(100% - 280px);
}
.photo_comment .comment h5{
	font-size:20px;
	margin-bottom:20px;
}
.photo_comment .comment dl{
	margin-bottom:20px;
}
.photo_comment .comment dt{
	font-weight:bold;
	color:#91286d;
}