/* ------------------------------------------
	下層ページindexLink
--------------------------------------------- */

.contentsLink {
	background: #C4D9E4;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 55px;
}

.contentsLink .radius {
	border-radius: 10px;
	background: url(../../common/images/bg_contents_net_top01.png) no-repeat top left, #FFF;
	background-size: contain;
	padding: 20px 20px 20px 20px;
	display: flex;
	align-items: center;
}

.contentsWrap{
	display: flex;
}

#pnh p.contentsImg{
	width: 210px;
    margin: 0 30px 0 40px;
    padding: 30px 0 30px 0;
}

.contentTxt{
	width: 730px;
	padding: 30px 0px 30px 0;
}

.pageIndex .contentTxt{
	padding: 30px 0px 10px 0;
}

#pnh .contentsLink .radius h2,
#pnh .contentsLink .radius h3{
	text-align: left;
    font-size: 36px;
    font-size: 1.875em;
    margin-top: 0px;
    margin-bottom: 0px;

    background: url(../../common/images/line_lightblue.png) repeat-x bottom left;
    background-size: 70%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}

#pnh .contentsLink .radius h2 span,
#pnh .contentsLink .radius h3 span{
	color: #1D69B3;
	font-size: 36px;
	font-size: 1.0em;
    display: inline;
    background: none;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 1.2;
}

#pnh .contentsLink .radius h2 span.noWrap,
#pnh .contentsLink .radius h3 span.noWrap{
    color: #5A3E00;
}

#pnh .contentsLink .radius h3 span.sTtl{
	display: inline;
	font-size: 30px;
	color: #5A3E00;
}

#pnh .contentsWrap p.contentTxtD{
	width: auto;
	font-size: 19px;
	font-size: 0.99em;
    letter-spacing: 0px;
	margin: auto;
	padding: 0;
}

#pnh .contentsWrap p.contentTxtD span.note{
	font-size: 12px;
	font-size: 0.6315em;
    color: #333;
    display: block;
	text-indent: -1.6em;
	padding-left: 1.6em;
	padding-top: 5px;
}

#pnh .btnContentsLink{
	width: 464px;
	margin: 0px 0 0 auto;
	padding: 25px 0 0 0;
}

#pnh .btnContentsLink a {
	display: block;
	background: url(../../common/images/link_arrow.png) no-repeat right 15px center, #F9F9F4;
	background-size: 38px;
	width: 464px;
	min-height: 65px;
	padding: 0px 40px 0px 10px;
	color: #003F72;
	line-height: 1.3;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-size: 0.75em;
	border-left: solid 20px #72C7E7;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.btnContentsLink a:visited {
	color: #003F72;
}

/* .btnContentsLink a:hover {
	opacity: 0.7;
} */

.reverse .contentsWrap{
	flex-direction: row-reverse;
}

.reverse .contentTxt{
	width: 730px;
	padding: 20px 0 10px 30px;
}

.pageIndex .reverse .contentTxt{
	padding: 20px 0 10px 30px;
}

#pnh .reverse .btnContentsLink{
	margin-left: inherit;
	margin-right: auto;
}

@media(max-width: 768px){

	.contentsLink {
		padding: 10px;
	}

	.contentsLink .radius {
		padding: 20px 20px 30px 20px;
		display: block;
		background: #FFF;
	}

	.contentsWrap{
		display: block;
	}
	
	#pnh p.contentsImg{
		display: none;
	}
	.contentsLink p.sp img {
		display: block;
		max-width: 200px;
		margin: 0 auto 10px auto;
	}
	
	.contentTxt{
		width: auto;
		padding: 0px 0 0px 0;
		text-align: center;
	}

	.pageIndex .contentTxt{
		padding: 10px 0 0px 0;
	}

	.pageIndex .reverse .contentTxt{
		padding: 10px 0 10px 0px;
	}
	
	#pnh .contentsLink .radius h2,
	#pnh .contentsLink .radius h3{
		text-align: center;
		font-size: 24px;
		font-size: 1.25em;
		background: url(../../common/images/sp/line_lightblue.png) no-repeat bottom center;
		background-size:  270px;
		padding-bottom: 25px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	
	#pnh .contentsLink .radius h2 span,
	#pnh .contentsLink .radius h3 span{
		font-size: 24px;
		font-size: 1em;
		background: none;
		padding-top: 0px;
		margin-top: 0px;
		line-height: 1.4;
	}

	#pnh .contentsLink .radius h3 span.sTtl {
		font-size: 20px;
	}
	
	#pnh .contentsWrap p.contentTxtD{
		width: auto;
		font-size: 16px;
		font-size: 0.835em;
		margin: auto;
		margin-bottom: 0px;
		padding: 0;
		text-align: left;
	}
	
	#pnh .contentsLink p.btnContentsLink{
		width: auto;
		margin-left: auto;
		margin-bottom: 0;
		padding: 20px 0 0 0;
		text-align: left;
	}

	.reverse .contentsWrap{
		flex-direction: row-reverse;
	}
	.reverse .contentTxt{
		width: auto;
		padding: 0px 0 0px 0px;
	}
	#pnh .reverse .btnContentsLink{
		margin-left: inherit;
		margin-right: auto;
	}


	#pnh .btnContentsLink a {
		display: block;
		background-size: 38px;
		width: 100%;
		min-height: 65px;
		padding: 0px 45px 0px 10px;
		color: #003F72;
		line-height: 1.2;

		display: flex;
		align-items: center;
		font-size: 16px;
		font-size: 0.835em;
		margin-bottom: 0px;
		text-align: left;
	}
}

@media(max-width: 399px) {
	#pnh .btnContentsLink a {
		background: url(../../common/images/link_arrow.png) no-repeat right 10px center, #F9F9F4;
		background-size: 26px;
		padding: 0px 30px 0px 10px;
		/* font-size: 14px; */

	}
}

@media(max-width: 369px) {
	.btnContentsLink a {
		font-size: 14px;
		letter-spacing: -1px;
	}
}

@media(max-width: 350px) {
	.btnContentsLink a {
		font-size: 13px;
		
	}
}


/* ------------------------------------------
	下層ページ　Mainv
--------------------------------------------- */

#pnh .contentsLink .radius .subTitle{
	width: 100%;
	font-size: 22px;
	font-size: 1.15em;
    color: #003F72;
    background: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.2;
}

@media(max-width: 768px){
	#pnh .contentsLink .radius .subTitle{
		font-size: 16px;
		font-size: 0.835em;
		color: #003F72;
		background: none;
		padding-bottom: 0;
		margin-bottom: 10px;
	}

}



/* ------------------------------------------
	目次
--------------------------------------------- */

#pagelink {
	background: url(../../common/images/bg_illust.jpg) repeat top left;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 20px 10px 10px 10px;
	margin-bottom: 70px;
}

#pagelink a {
	transition: 0.5s;
}

/* #pagelink a:hover {
	color: #1D69B3;
} */

#pagelink:before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(../../common/images/bg_base.jpg) repeat top left;
	width: 60px;
	height: 60px;
	border-bottom: solid 2px #003F72;
	transform: rotate(-45deg);
}

#pagelink:after {
	content: "";
	position: absolute;
	bottom: -35px;
	right: -35px;
	background: url(../../common/images/bg_base.jpg) repeat top left;
	width: 60px;
	height: 60px;
	border-top: solid 2px #003F72;
	transform: rotate(-45deg);
}

#pagelink ul {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
}

#pagelink ul li {
	text-align: center;
	font-size: 20px;
	font-size: 1.04em;
	min-height: 160px;
	background: url(../../common/images/line_dotted.png) repeat-y top right;
	background-size: 16px;
	padding: 0 55px 10px 0px;
	margin: 0 0px;
}

#pagelink ul li:nth-child(1) {
	display: flex;
	align-items: center;
	padding: 0 30px 10px 0px;
}

#pagelink ul li span {
	display: block;
	font-size: 28px;
}

#pagelink ul li a {
	text-decoration: underline;
}

#pagelink ul li a:visited{
	color: #5A3E00;
}


@media(max-width: 768px){
	#pagelink {
		padding: 20px 20px 20px 20px;
		margin-bottom: 60px;
	}

	#pagelink:before {
		left: -30px;
		top: -30px;
		width: 50px;
		height: 50px;
		border-bottom: solid 2px #003F72;

	}

	#pagelink:after {
		bottom: -30px;
		right: -30px;
		width: 50px;
		height: 50px;
	}

	#pagelink ul {
		display: block;
	}

	#pagelink ul li {
		text-align: left;
		font-size: 20px;
		font-size: 1.04em;
		height: auto;
		min-height: inherit;
		background: url(../../common/images/line_dotted.png) repeat-x bottom -10px left;
		background-size: 16px;
		padding: 5px 0px 25px 0px;
		margin: 0 0px;
		text-indent: -0.7em;
		padding-left: 1em;
	}


	#pagelink ul li:nth-child(1) {
		width: 100%;
		display: block;
		text-align: center;
		background: none;
		padding: 10px 0 10px 0;
		text-indent: 0;
	}

	#pagelink ul li:last-child {
		background: none;
	}

	#pagelink ul li span {
		display: inline-block;
		font-size: 28px;
		padding-right: 10px;
		padding-left: 5px;
	}

	#pagelink ul li br {
		display: none;
	}

	#pagelink ul li a {
		text-decoration: underline;
		padding-bottom: 20px;

	}


}

/* ------------------------------------------
	下層見出し
--------------------------------------------- */

#pnh p.textHeading {
	background: #1D69B3;
	border-radius: 12px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-size: 1.25em;
	padding: 7px 0 8px 0;
	line-height: 1.1;
	margin-bottom: 20px;
}

@media(max-width: 768px){
	#pnh p.textHeading {
		font-size: 20px;
		font-size: 1.04em;
		padding: 7px 10px 8px 10px;
	}
}




/* ------------------------------------------
	下層ページ リンクリスト
--------------------------------------------- */

#bottomLink {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	justify-content: space-between;
}

#bottomLink li {
	flex-basis: calc(50% - 20px);
	line-height: 1.2;
	position: relative;
	margin-bottom: 0px;
	border-bottom: solid 1px #666;
}

#bottomLink li a {
	background: url(../../common/images/ico_arrow.png) no-repeat right center;
	background-size: 16px;
	height: 60px;
	display: block;
	color: #013F72;
	display: flex;
	align-items: center;
	padding-left: 0px;
	text-decoration: none;
}

#bottomLink li a:visited{
	color: #013F72;
}

/* #bottomLink li a:hover {
	color: #FFF;
	opacity: 0.9;
} */


@media(max-width: 768px){
	#bottomLink {
		display: block;
		margin-bottom: 60px;
	}
	
	#bottomLink li {
		width: 100%;
		margin-bottom: 0px;
	}

	#bottomLink li a {
		height: 60px;
		display: flex;
		align-items: center;
		/* padding-left: 15px; */
		font-size: 16px;
		font-size: 0.835em;
	}
}

/* ------------------------------------------
	下層hover
--------------------------------------------- */

/* #aboutPNHwrap a:hover{
	color: #1D69B3;
} */
