@charset "utf-8";
/* CSS Document */
html{
	font-size: 1rem;
}
nav.share4-breadcrumbs,
.mod-mainContentContainer{
	font-size: 0.813rem;
}

#contents h1{
	font-size: 1.219rem;
}
#contents h2.title,
#contents h3{
	font-size: 1.016rem;
}
#contents .title{
	padding-left: 13px;
}
#contents .indexArea{
	border-bottom: none;
}
#contents .indexArea nav > ul {
	border: 1px solid #4472C4;
}
#contents .indexArea nav > ul li{
	margin-right: 0;
}

#contents .indexArea p.left{
	background-color: #4472C4;
	writing-mode: tb-rl;
	letter-spacing: 4px;
	height: auto;
}

#contents .indexArea nav > ul li > ul{
	list-style-type: none;
	padding: 5px 0 5px 1em;
	border: none;
}

#contents section h3{
	border-left: 5px solid #4472C4;
	line-height: 1.3;
	padding: 0.5em 0.5em;
	margin-bottom: 1em;
}

#contents p.lead > span.annotation{
	font-weight: normal;
}

#contents .pct{
	display: flex;
	flex-direction: column;
	margin: 1em 0 1em 5em;
}

#contents .pct.top{
	margin: 1em 0 1em 2em;
}


#contents .pct img{
	display: block;
}

#contents .pct:not(.l_img) img{
	max-width: 500px;
}

#contents .pct > p.cap{
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 0.923em;
}

#contents .boxArea{
	margin: 1.5em 0 1.5em 1em;
	padding: 1em;
	background-color: #FAF5C8;
}

#contents .notice_gray_b > dl dt{
	color: #af003b;
}

#contents .boxArea dl dd,
#contents .notice_gray_b > dl dd{
	margin-left: 0.5em;
}
#contents dl.disc dt,
#contents h4.disc{
	display: list-item;
}

#contents dl.disc dt{
	margin-left: 1.5em;
}
#contents h4.disc{
	margin: 1em 0 1em 2.5em;
	font-size: 0.938rem;
}
#contents ol.program_record{
	list-style-type: none;
	margin-left: 1.5em;
	counter-reset: item;
}
#contents ol.program_record > li{
	margin-bottom: 4em;
}
#contents ol.program_record > li:before{
	counter-increment: item;
	content: counter(item)'.';
	font-weight: bold;
}

#contents ol.program_record > li > p.lead{
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
	vertical-align: top;
}

#contents .wrapper{
	margin-left: 2em;
}

@media (max-width: 640px){
	nav.share4-breadcrumbs,
	.mod-mainContentContainer{
		font-size: 0.875rem;
	}
	#contents h2.title{
		font-size: 1.063rem !important;
	}
	#contents .indexArea nav > ul {
		padding-left: 1em;
	}

	#contents .linkBtn a span.textLink{
		font-size: 0.813rem;
	}
	
	#contents .pct{
		margin: 1em 0;
		width: 100%;
		max-width: 500px;
	}
	#contents .pct:not(.s_img) img{
		width: 100%;
		height: auto;
	}
	
	
	#contents dl.disc{
		margin-left: 0;
	}
	
	#contents ol.program_record {
		margin-left: 1em;
	}
	#contents ol.program_record > li{
		display: table;
	}
	#contents ol.program_record > li:before{
		display: table-cell;
		padding-right: 5px;
	}
	#contents .boxArea {
		margin: 1.5em 0;
	}
	
}