@charset "UTF-8";

/*民間PHR事業者による健診等情報の取り扱いに関する基本的指針はこちら*/
@media screen and (min-width: 767px) {
	.phr {
		width: 1000px;
		margin: 0 auto;
	}
	.phr .bread {
		font-size: 14px;
	}
	.phr .bread a {
		color: #000;
		padding: 1em 0;
		text-decoration: none;
	}
	.phr .phr_contents {
		width: 900px;
		margin: 80px auto 150px;
	}
	.phr .phr_title {
		font-size: 44px;
		font-weight: 1000;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 80px;
	}
	.phr .second_title {
		font-size: 30px;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 50px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	.phr .link_list {
		margin-bottom: 140px;
	}
	.phr .link_list ul {
		margin: 0px;
		padding: 0px;
	}
	.phr .link_list ul li {
		font-size: 16px;
		list-style-type: none;
		text-decoration: none;
		word-break: break-all;
		margin-bottom: 10px;
	}
	.phr .third_title {
		font-size: 19px;
		text-align: center;
		margin-bottom: 50px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	.phr .link_single {
		font-size: 16px;
	}
}

@media only screen and (max-width: 750px) {
	.phr {
		width: 90%;
		margin: 0px auto;
	}
	.phr .bread {
		font-size: 12px;
	}
	.phr .phr_contents {
		width: auto;
		margin: 30px 0px 100px;
	}
	.phr .phr_title {
		font-size: 30px;
		font-weight: 1000;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 60px;
	}
	.phr .second_title {
		font-size: 23px;
		line-height: 1.4;
		letter-spacing: 2px;
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}
	.phr .link_list {
		margin-bottom: 60px;
	}
	.phr .link_list ul {
		margin: 0px;
		padding: 0px;
	}
	.phr .link_list ul li {
		font-size: 14px;
		list-style-type: none;
		text-decoration: none;
		word-break: break-all;
		margin-bottom: 20px;
	}
	.phr .link_list ul li span {
		display: block;
	}
	.phr .third_title {
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}
	.phr .link_single {
		font-size: 14px;
	}
}

