@charset "utf-8";
/* CSS Document */

/* pu-toyama.ac.jp/kusuri/
-----------------------------------------------------*/

/* ==============================================
    humanresource
============================================== */
body.humanresource {}

ol.about_program {
	list-style: none;
	counter-reset: item;
	margin: 40px 0;
}
ol.about_program li {
	margin-bottom: 30px;
	padding-left: 45px;
	padding-top: 7px;
	position: relative;
}
ol.about_program li::before {
	display: block;
	position: absolute;
	top: -10px;
	left: 0px;
	counter-increment: item;
	content: counter(item)'.';
	color: #f09232;
	font-size: 2.188em;
}
ol.about_program li strong {
	color: #ff8100;
	font-weight: bold;
}

ul.bosyu li {
	margin-bottom: 30px;
}

ul.pamph_list {
	display: flex;
	list-style: none;
	margin: 30px 20px 0;
	text-align: center;
	justify-content: center;
}
ul.pamph_list li {
	text-align: center;
	margin: 0 30px;
}
ul.pamph_list li p {
	margin-top: 10px;
	line-height: 1.4;
}
ul.pamph_list li a {
	font-weight: bold;
	color: #212121;
}

@media screen and (max-width: 700px) {
	ol.about_program li {
		
	}
	ol.about_program li::before {
		top: 0;
	}
	ul.pamph_list {
		display: block;
	}
	ul.pamph_list li {
		margin-bottom: 20px;
	}
	
	ul.bosyu li span {
		display: block;
		margin-bottom: 5px;
	}
	
}




.pamphlet {
	margin-bottom: 60px !important;
}
.pamphlet p {
	line-height: 1.8;
}



section.program_cotents p {
	text-align: center;
	margin: 0 10px 20px;
}


section.program_cotents ul {
	list-style: none;
}
section.program_cotents li {
	text-align: center;
	margin-bottom: 30px;
}
section.program_cotents li figcaption {
	text-align: center;
	margin-top: 20px;
	color: #505050;
	font-size: 0.938em;
}
section.program_cotents li figcaption::before {
	content: "▲";
}
section.program_cotents li figcaption::after {
	content: "▲";
}

@media screen and (max-width: 700px) {
	section.program_cotents p {
		text-align: left;
	}
}

section.kendai_program p {
	text-align: center;
	margin: 0 10px;
}

section.kendai_program ul {
	margin-left: 20px;
	margin-right: 20px;
}
section.kendai_program li {
	margin-bottom: 30px;
}

.kendai_kougi {
	padding: 5px 0 !important;
}

.kendai_kougi .wrap900 {
	background: url("image/logomark.png") no-repeat 0 0;
	min-height: 130px;
	margin-bottom: 0 !important;
	padding-top: 30px;
}
@media screen and (max-width: 700px) {

}
