/* ------------------------------------------
	Layout
--------------------------------------------- */
#pnh {
	background: url(../images/bg_base.jpg) repeat top center;
	color: #5A3E00;
	min-width: 1200px;
	padding-bottom: 1px;
	max-width: 1600px;
    margin: auto;
}

.piaWrap {
	width: 1100px;
	padding: 0 80px 10px 80px;
	margin: auto;
	box-sizing: border-box;
}

.piaWrapL {
	width: 1100px;
	padding: 0 0px;
	margin: auto;
	box-sizing: border-box;
}

.aboutPNHsmall {
	max-width: 940px;
	width: 100%;
	margin: auto;
}

.piaWrap.piaWrapline {
	padding: 0;
	background: url(../../common/images/bg_contents_line.png) repeat-x bottom center;
	background-size: 1100px;
	padding: 0 0 30px 0;
	margin-bottom: 80px;
}

#aboutPNHpage {
	background:
		linear-gradient(to top, #DEEBF2 0%, #DEEBF2 95.5%, transparent 0%, transparent 100%),
		url('../../common/images/bg_main_h.png') top center no-repeat;
	background-size: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
}

#aboutPNHpageBG {
	background: url('../../common/images/bg_page_cloud.png') top center no-repeat;
	background-size: 100%;
}

#aboutPNHpagecloud {
	background:
		linear-gradient(to top, #DEEBF2 0%, #DEEBF2 84%, transparent 0%, transparent 100%),
		url('../../common/images/bg_main_h02.png') top center no-repeat;
	background-size: 100%;
	/* padding-top: 450px; */
	padding-top: 29%;
	padding-bottom: 0px;
	margin-bottom: 100px;
	margin-top: -200px;
}

#aboutPNHpagecloud .aboutPNHpageBG {
	background: url('../../common/images/bg_page_cloud.png') top 130px center no-repeat;
	background-size: 100%;
}

#aboutPNHpage a,
#aboutPNHbgnone a,
#aboutPNHpagecloud a {
	text-decoration: underline;
	color: #5A3E00;
}

#aboutPNHpage a:visited,
#aboutPNHbgnone a:visited,
#aboutPNHpagecloud a:visited {
	color: #5A3E00;
}

#aboutPNHpage figcaption a:visited,
#aboutPNHbgnone figcaption a:visited,
#aboutPNHpagecloud figcaption a:visited {
	color: #333;
}

/* #aboutPNHpage figcaption a:hover,
#aboutPNHbgnone figcaption a:hover,
#aboutPNHpagecloud figcaption a:hover {
	color: #1d69b3;
} */

#pnh .piaDate {
	text-align: right;
	padding-bottom: 20px;
	margin-bottom: 0;
	/* font-family: Arial,
		Helvetica,
		Roboto,
		"メイリオ",
		Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic ProN",
		sans-serif; */
}

@media(max-width: 768px) {

	#pnh {
		min-width: 100%;
		width: 100%;
	}

	.piaWrap.piaWrapline {
		padding: 0;
		background: none;
		padding: 0 0 0px 0;
		margin-bottom: 60px;
	}

	.piaWrapL {
		width: auto;
		padding: 40px 20px 0 20px;
	}

	.aboutPNHsmall {
		padding: 0 20px;
	}

	#aboutPNHpageBG {
		background: url('../../common/images/bg_page_cloud.png') top 10px center repeat-y;
		background-size: 120%;
		padding-top: 70px;
		padding-bottom: 1px;
	}

	#aboutPNHpage {
		background:
			linear-gradient(to top, #DEEBF2 0%, #DEEBF2 98.0%, transparent 0%, transparent 100%),
			url('../../common/images/bg_main_h.png') top center no-repeat;
		background-size: 100%;
		padding-top: 100px;
		padding-bottom: 50px;
		margin-bottom: 40px;
	}

	#aboutPNHpagecloud {
		background:
			linear-gradient(to top, #DEEBF2 0%, #DEEBF2 92%, transparent 0%, transparent 100%),
			url('../../common/images/bg_main_h02.png') top center no-repeat;
		background-size: 100%;
		padding-top: 35%;
		padding-bottom: 0px;
		margin-bottom: 100px;
		margin-top: -100px;
	}

	#aboutPNHpagecloud .aboutPNHpageBG {
		background: url('../../common/images/bg_page_cloud.png') top 100px center no-repeat;
		background-size: 150%;
		padding-bottom: 30px;
	}

	#pnh .piaWrapL.piaDate {
		padding-top: 30px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
}


/* ------------------------------------------
	Page Navi
--------------------------------------------- */

#aboutPNHnav {
	font-family: ZenKakuGothic;
	position: fixed;
	z-index: 4;
	overflow-y: hidden;
	width: 160px;
	height: auto;
	right: 0;
	top: 190px;
	text-align: center;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	height: 400px;
	overflow: auto;
}

#aboutPNHnav #naviSP {
	display: none;
}

#aboutPNHnav dl {
	border-bottom-left-radius: 10px;
}

@media(min-width: 769px) {
	/* スクロール */
	#aboutPNHnav::-webkit-scrollbar {
		width: 3px;
		height: 10px;
	}

	/* スクロールの背景の設定 */
	#aboutPNHnav::-webkit-scrollbar-track {
		border-radius: 2px;
		box-shadow: 0 0 4px #FFF inset;

	}
	/* スクロールのつまみ部分の設定 */
	#aboutPNHnav::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #c1c1c1;
	}
}


#aboutPNHnav dt {
	background-color: #C4D9E4;
	color: #013F72;
	height: 80px;
	line-height: 1.2;
	font-size: 16px;
	position: relative;
}

#aboutPNHnav dt.active {
	background-color: #689BCC;
	color: #FFF;
}

#aboutPNHnav dt::after {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 0;
	border-bottom: 4px dotted #FFF;
}

#aboutPNHnav dt:nth-child(2) {
	border-top-left-radius: 10px;
}

#aboutPNHnav dt.aboutTab {
	padding-top: 0px;
}

#aboutPNHnav dt.aboutTab {
	position: relative;
}

#aboutPNHnav dt.aboutTab::before {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	border-right: solid 2px #013F72;
	border-bottom: solid 2px #013F72;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 18px;
	transform: rotate(45deg);
	transition: transform 0.5s ease-in-out;
cursor: pointer;
}

#aboutPNHnav dt.aboutTab.active:before {
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	transform: rotate(225deg);
	bottom: 14px;
}


#aboutPNHnav dt.aboutTab.active:nth-child(1)::before {
	bottom: 15px;
}

#aboutPNHnav dt.aboutTab:nth-child(3) a{
	padding-top: 10%;
}

#aboutPNHnav dt.aboutTab:nth-child(3)::before {
	bottom: 12px;
}

#aboutPNHnav dt.aboutTab.active:nth-child(3)::before {
	bottom: 8px;
}

#aboutPNHnav dt.aboutTab.active:nth-child(5)::before {
	bottom: 10px;
}

#aboutPNHnav dt a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	text-decoration: none;
	box-sizing: border-box;
	padding-top: 17%;
	color: #013F72;
}

#pnh #aboutPNHnav dt a:visited{
	color: #013F72;
}

#aboutPNHnav dt a:focus-visible{
	display: inline-flex;
	outline: none;
	box-shadow: inset 0 0 0 2px #2660c5;
	position: relative;
	z-index: 2;
}

#aboutPNHnav dd a:focus-visible{
	box-shadow: inset 0 0 0 1px #2660c5;
	position: relative;
	z-index: 2;
}


#aboutPNHnav dt a:visited {
	color: #013F72;
}


#aboutPNHnav dt:first-child {
	border-top-left-radius: 10px;
}

#aboutPNHnav dt:nth-last-child(2) {
	border-bottom-left-radius: 10px;
}

#aboutPNHnav dt:nth-last-child(2):after {
	content: none;
}

#aboutPNHnav dd {
	background: #E5F0F8;
	color: #013F72;
	font-size: 14px;
	height: 60px;
	position: relative;
	line-height: 1.2;
	display: none;
}

#aboutPNHnav dd a {
	height: 60px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
}

#aboutPNHnav dd ul li a::after {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 0;
	border-bottom: 2px solid #1d69b3;
}


#aboutPNHnav dd a:visited {
	color: #013F72;
}

#aboutPNHnav dd.none {
	display: none;
}

#aboutPNHnav dt:last-child+dd {
	border-bottom-left-radius: 10px;
	border: none;
}



@media(max-width: 768px) {
	#aboutPNHnav {
		position: fixed;
		width: 100%;
		height: auto;
		right: 0;
		top: inherit;
		bottom: -365px;
		text-align: center;
		box-shadow: none;
		overflow-y: hidden;
	}

	#aboutPNHnav dl {
		overflow: inherit;
		overflow-y: scroll;
		height: 100%;
		padding-bottom: 40px;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: none;
	}

	
	#aboutPNHnav #naviSP {
		display: block;
		width: 100%;
		height: 40px;
		background: #1D69B3;
		margin-bottom: 0px;
	}

	#aboutPNHnav dt:nth-child(2) {
		border-top-left-radius: 0px;
	}

	#aboutPNHnav #naviSP::before {
		content: "";
		position: absolute;
		width: 55px;
		height: 10px;
		top: 15px;
		right: 0;
		left: 0;
		margin: auto;
		border-top: solid 2px #FFF;
		border-bottom: solid 2px #FFF;
	}

	#aboutPNHnav dt {
		background-color: #C4D9E4;
		background: rgba(255, 255, 255, 0.95);
		color: #013F72;
		height: 65px;
		line-height: 1.2;
		font-size: 20px;
		position: relative;
		border-bottom: solid 1px #013F72;
	}

	#aboutPNHnav dt a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		box-sizing: border-box;
		padding-top: 0%;
		color: #013F72;
	}

	#aboutPNHnav dt:nth-last-child(2) {
		border-bottom-left-radius: 0px;
	}

	#aboutPNHnav dt:nth-child(1) {
		border-top-left-radius: 0px;
	}

	#aboutPNHnav dt.aboutTab {
		padding-top: 0px;
	}

	#aboutPNHnav dt a {
		padding-top: 0%;
	}

	#aboutPNHnav dt.aboutTab.active:nth-child(1)::before {
		bottom: 0px;
	}

	#aboutPNHnav dt.aboutTab:nth-child(3) a{
		padding-top: 0px;
	}

	#aboutPNHnav dt.aboutTab:nth-child(3)::before{
		bottom: 8px;
	}

	#aboutPNHnav dt.aboutTab.active:nth-child(3)::before{
		bottom: 5px;
	}

	#aboutPNHnav dt.aboutTab:nth-child(5) {
		padding-top: 0px;
	}

	#aboutPNHnav dt.aboutTab:nth-child(5)::before {
		bottom: 8px;
	}

	#aboutPNHnav dt br {
		display: none;
	}

	#aboutPNHnav dt.aboutTab::before {
		bottom: 10px;
	}

	#aboutPNHnav dt::after {
		content: none;
	}

	#aboutPNHnav dt.active {
		background: rgba(104, 155, 204, 0.95);
	}

	#aboutPNHnav dt.aboutTab.active:nth-child(5)::before {
		bottom: 5px;
	}

	#aboutPNHnav dt.aboutTab.active:before {
		bottom: 5px;
	}

	#aboutPNHnav dt:last-child {
		border-bottom-left-radius: 0px;

	}

	#aboutPNHnav dd {
		background: rgba(229, 240, 248, 0.95);
		color: #013F72;
		font-size: 20px;
		height: auto;
	}

	#aboutPNHnav dd a {
		height: 100%;
		padding: 20px 0;
	}

	#aboutPNHnav dd .spNone {
		display: none;
	}

	#aboutPNHnav dd::after {
		left: 0%;
		right: 0%;
		bottom: 0;
		border-bottom: 2px solid #1d69b3;
	}

	#aboutPNHnav dd ul li a{
		border-bottom: solid 1px #013F72;
	}
	#aboutPNHnav dd ul li a::after {
		display: none;
	}
	#aboutPNHnav dd ul li:first-child{
		border: none;
	}


}


/* ------------------------------------------
	Page Mainv
--------------------------------------------- */

#piaMainvA {
	background: url(../../common/images/bg_mainv_cloud.png) bottom center / 1500px no-repeat,
		linear-gradient(#DEEBF2 0%, #DEEBF2 50%, transparent 0%, transparent 100%);
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0 90px 0;
}

#piaMainvA .aboutPNH {
	background: url(../../common/images/bg_mainv_window.png) no-repeat top center;
	background-size: contain;
	padding: 40px 0px;
	box-sizing: border-box;
	margin: auto;
	width: 100%;
}

#pnh #piaMainvA h2 {
	color: #1D69B3;
	font-size: 36px;
	font-size: 1.875em;
	background: url(../../common/images/line_blue.png) no-repeat center bottom;
	background-size: 547px;
	line-height: 1.4;
	padding-bottom: 20px;
	padding-top: 30px;
	width: 470px;
	margin: auto;
}

#pnh #piaMainvA h2 span {
	color: #5A3E00;
	font-size: 36px;
	background: none;
	display: inline;
}

#piaMainvA .aboutPNH div {
	display: flex;
	padding: 20px 100px;
}

#piaMainvA .aboutPNH div p:nth-child(1) {
	width: 260px;
}

#piaMainvA .aboutPNH div p:nth-child(1) img {
	width: 260px;
}

#piaMainvA .aboutPNH div p:nth-child(2) {
	width: 430px;
	font-size: 20px;
	font-size: 1.04em;
	padding-left: 30px;
	padding-top: 20px;
	line-height: 1.5;
}

#bgMainv {
	background: url(../../common/images/bg_pagemainv_cloud.png) no-repeat top 0px center;
	background-size: 1480px;
	padding: 0px 0 40px 0;
}

#bgMainv .contentsLink {
	margin-bottom: 100px;
}

/* ------------------------------------------
	Page Mainv SP
--------------------------------------------- */
@media(max-width: 768px) {

	#piaMainvA {
		background: url(../../common/images/sp/bg_mainv_cloud.png) top 80px center / 720px no-repeat,
			linear-gradient(#DEEBF2 0%, #DEEBF2 50%, transparent 50%, transparent 100%);
		background-size: 100%;
		/* padding: 30% 0 20px 0; */
		padding: 0% 0 60px 0;
		margin-bottom: 50px;
		position: relative;
		z-index: 1;
	}

	#piaMainvA .piaWrap {
		padding: 0 0px;
	}


	#piaMainvA .aboutPNH {
		background: url(../../common/images/sp/bg_mainv_window_c.png) repeat-y top center;
		background-size: 100%;
		padding: 0px 40px;
		width: 100%;
		position: relative;

	}

	#piaMainvA .aboutPNH::before {
		content: "";
		width: 100%;
		height: 42.5%;
		display: block;
		position: absolute;
		top: -42.5%;
		left: 0;
		background-color: #1D69B3;
		background: url(../../common/images/sp/bg_mainv_window_a.png) no-repeat bottom center;
		background-size: 100%;
	}


	#piaMainvA .aboutPNH::after {
		content: "";
		width: 100%;
		height: 10%;
		display: block;
		background-color: #1D69B3;
		background: url(../../common/images/sp/bg_mainv_window_b.png) no-repeat top center;
		background-size: 100%;
		position: absolute;
		bottom: -10%;
		left: 0;
		padding-bottom: 16px;
	}

	#pnh #piaMainvA h2 {
		color: #1D69B3;
		font-size: 24px;
		font-size: 1.25em;
		background: url(../../common/images/sp/line_blue.png) no-repeat center bottom;
		background-size: 270px;
		line-height: 1.3;
		padding-bottom: 20px;
		padding-top: 0;
		width: 100%;
		margin: auto;
		position: relative;
		top: -10vmin;
	}

	#pnh #piaMainvA h2 span {
		color: #5A3E00;
		font-size: 24px;
		background: none;
		display: inline;
	}

	#piaMainvA .aboutPNH div {
		display: block;
		padding: 0px 0px;
		text-align: center;
		position: relative;
		top: -20px;
	}

	#piaMainvA .aboutPNH div p:nth-child(1) {
		width: 260px;
		margin: auto;
	}

	#piaMainvA .aboutPNH div p:nth-child(1) img {
		width: 260px;
	}

	#piaMainvA .aboutPNH div p:nth-child(2) {
		width: 100%;
		font-size: 16px;
		font-size: 0.833em;
		padding-left: 0px;
		padding-top: 20px;
		line-height: 1.5;
		text-align: left;
	}

	#bgMainv {
		background: none;
		padding: 0px 0 0 0;
	}

	#bgMainv .contentsLink {
		margin-bottom: 50px;
	}

}



/* ------------------------------------------
	Text h2
--------------------------------------------- */

#pnh h2 {
	text-align: center;
	font-size: 36px;
	font-size: 1.85em;
	margin-top: -20px;
	margin-bottom: 80px;
	font-weight: normal;
}

#pnh h2 span {
	font-size: 24px;
	font-size: 0.667em;
	display: block;
	background: url(../../common/images/line_what_title.png) no-repeat top center;
	background-size: 547px;
	padding-top: 25px;
	margin-top: 15px;
	line-height: 1.5;
}

#pnh #aboutPNHpage h2 {
	position: relative;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 70px;
}

#pnh #aboutPNHpage h2 sup {
	font-size: 20px;
	font-size: 0.55em;
	position: relative;
	vertical-align: middle;
	top: -12px;
}

#pnh #aboutPNHpage h2::before {
	content: "";
	position: absolute;
	width: 85px;
	height: 98px;
	right: -30px;
	background: url(../../common/images/img_h2.png) no-repeat top center;
	background-size: contain;
}

#pnh #aboutPNHpage h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: url(../../common/images/line_blue.png) no-repeat bottom center;
	background-size: 540px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

#pnh #aboutPNHbgnone h2 {
	position: relative;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 70px;
}

#pnh #aboutPNHbgnone h2 sup {
	font-size: 22px;
	position: relative;
	top: -0.3em;
}


#pnh #aboutPNHbgnone h2::after {
	content: "";
	position: absolute;
	width: 80%;
	height: 10px;
	background: url(../../common/images/line_blue.png) no-repeat bottom center;
	background-size: 540px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}


#pnh #aboutPNHwrap h3 {
	font-size: 28px;
	font-size: 1.455em;
	color: #003f72;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 40px;
	letter-spacing: -0.5px;
}
  
#pnh #aboutPNHwrap h3 sup {
	font-size: 12px;
	font-size: 0.45em;
	position: relative;
	top: -10px;
}

#pnh #aboutPNHwrap h3.noBtm{
	margin-bottom: 0;
}



@media(max-width: 768px) {
	#pnh h2 {
		text-align: center;
		font-size: 32px;
		font-size: 1.75em;

		margin-top: -20px;
		margin-bottom: 80px;
	}

	#pnh h2 span {
		font-size: 20px;
		font-size: 0.6em;
		display: block;
		background: url(../../common/images/sp/line_blue.png) no-repeat top center;
		background-size: 270px;
		padding-top: 25px;
		margin-top: 15px;
		line-height: 1.5;
	}

	#pnh #aboutPNHpage h2 {
		font-size: 28px;
		font-size: 1.455em;
		margin-bottom: 50px;
	}

	#pnh #aboutPNHpage h2::before {
		width: 55px;
		height: 63px;
		right: -20px;
		top: -60px;
	}

	#pnh #aboutPNHpage h2::after {
		content: "";
		position: absolute;
		width: 80%;
		height: 10px;
		background: url(../../common/images/sp/line_blue.png) no-repeat bottom center;
		background-size: 270px;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
	}

	#pnh #aboutPNHbgnone h2 {
		font-size: 28px;
	}

	#pnh #aboutPNHbgnone h2::after {
		content: "";
		position: absolute;
		width: 80%;
		height: 10px;
		background: url(../../common/images/sp/line_blue.png) no-repeat bottom center;
		background-size: 270px;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
	}

	#pnh #aboutPNHbgnone h2,
	#pnh #aboutPNHpagecloud h2 {
		font-size: 28px;
		font-size: 1.459em;    
	}

	#pnh #aboutPNHbgnone h2 sup,
	#pnh #aboutPNHpagecloud h2 sup {
		font-size: 18px;
		font-size: 0.94em;
		position: relative;
		top: -8px;
	}

	#pnh #aboutPNHwrap h3 {
		font-size: 20px;
		font-size: 1.04em;
	}

}


/* ------------------------------------------
	Page Parts
--------------------------------------------- */
#breadcrumbPNH {
	background: url(../../common/images/bg_base.jpg);
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

#breadcrumbPNH.nocolor {
	background: none;
}

#breadcrumbPNH.nocolor.bgBase {
	background: none;
	background: url(../../common/images/bg_base.jpg);
}

#breadcrumbPNH.noBG{
	margin-bottom: 40px;
}

#breadcrumbPNH.breadcrumbFix{
	position: fixed;
	top: 85px;
	padding-top: 10px;
	background: url(../../common/images/bg_base.jpg);
	z-index: 3;
	max-width: 1600px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}


#breadcrumbPNH .piaWrapL {
	padding: 15px 0 15px 0;
}

#breadcrumbPNH.noBG .piaWrapL{
	margin-bottom: 0;
}

#breadcrumbPNH ul li {
	display: inline;
	color: #5A3E00;
	margin-right: 5px;
}

#breadcrumbPNH ul li a {
	font-size: 16px;
	color: #5A3E00;
	text-decoration: underline;
}

#breadcrumbPNH ul li a:visited{
	color: #5A3E00;
}


@media(max-width: 768px){


	#breadcrumbPNH.noBG{
		margin-bottom: 0px;
	}

	#breadcrumbPNH .piaWrapL {
		padding: 0px 10px 10px 10px;
		margin-bottom: 30%;
	}
	

	#breadcrumbPNH ul{
		line-height: 1.2;
	}
	#breadcrumbPNH ul li a {
		font-size: 12px;
	}

	#breadcrumbPNH.breadcrumbFix{
		top: 71px;
		padding-top: 3px;
		background: url(../../common/images/bg_base.jpg);
		z-index: 6;
	}

	#breadcrumbPNH.breadcrumbFix .piaWrapL{
		margin-bottom: 0;
	}


}



#pnh .contentsHead {
	background: url(../../common/images/line_contents.png) no-repeat top center;
	background-size: contain;
	padding: 130px 0px 0 10px;

    text-align: center;
    font-size: 36px;
	font-size: 2.25em;
    margin-top: -20px;
    margin-bottom: 80px;
    font-weight: normal;
}


#aboutPNH {
	background:
		url('../../common/images/bg_cloud01.png'),
		url('../../common/images/bg_cloud02.png'),
		url('../../common/images/bg_cloud03.png'),
		url('../../common/images/bg_cloud04.png');

	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:
		412px,
		530px,
		630px,
		581px;
	background-position:
		top 170px right,
		top 900px left -50px,
		bottom 650px right -0px,
		bottom -150px left -100px;
}



.contentsLink p {
	width: 210px;
	margin: 0 30px 0 40px;
	padding: 40px 0;
}

.contentsLink dl {
	width: 730px;
}

.contentsLink dl dt {
	font-size: 36px;
	font-size: 1.88em;
	background: url(../../common/images/line_lightblue.png) repeat-x bottom left;
	background-size: 70%;
	padding-bottom: 30px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.contentsLink dl dt.dtTitle {
	font-size: 22px;
	color: #003F72;
	background: none;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.contentsLink dl dt span {
	color: #1D69B3;
}

.contentsLink dl dd {
	font-size: 19px;
	letter-spacing: 0px;
	margin-bottom: 1.5em;
}

.contentsLink dl dd:last-child {
	margin-bottom: 0;
}

.contentsLink dl dd:last-child a {
	margin-left: auto;
}

.contentsLink dl dd sup {
	font-size: 12px;
}

.contentsLink dl dd span {
	font-size: 12px;
	color: #333;
	display: block;
	line-height: 2;
}

.contentsLink.reverse .radius {
	background: url(../../common/images/bg_contents_net_top02.png) no-repeat bottom left, #FFF;
	background-size: contain;
	display: flex;
	flex-direction: row-reverse;
}

.contentsLink.reverse .radius dl {
	width: 720px;
}

.contentsLink.reverse .radius .btnContentsLink {
	justify-content: flex-start;
}

.contentsLink.reverse dl dd:last-child a {
	margin-left: 0;
}

.contentsLink:nth-child(4) .radius dl .btnContentsLink a {
	width: 484px;
}

.piaBgIllustPage {
	background: url(../../common/images/bg_illust.jpg) repeat top left;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	clip-path: polygon(23px 0%, 100% 0%, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0% 100%, 0% 23px);
	
	position: relative;
	padding: 35px 50px 10px 50px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	position: relative;
}

.tapeWrap{
	position: relative;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}

.tapeWrap:before {
	content: "";
	position: absolute;
	left: -40px;
	top: -40px;
	width: 60px;
	height: 60px;
	border-bottom: solid 2px #003F72;
	transform: rotate(-45deg);
}

.tapeWrap:after {
	content: "";
	position: absolute;
	bottom: -40px;
	right: -40px;
	width: 60px;
	height: 60px;
	border-top: solid 2px #003F72;
	transform: rotate(-45deg);
}


.piaBgIllustPage:before {
	content: "";
	position: absolute;
	left: -40px;
	top: -40px;
	background: url(../../common/images/bg_base.jpg) repeat top left;
	width: 60px;
	height: 60px;
	border-bottom: solid 2px #003F72;
	transform: rotate(-45deg);
}

.piaBgIllustPage:after {
	content: "";
	position: absolute;
	bottom: -40px;
	right: -40px;
	background: url(../../common/images/bg_base.jpg) repeat top left;
	width: 60px;
	height: 60px;
	border-top: solid 2px #003F72;
	transform: rotate(-45deg);
}

/* .piaBgIllustPage dl {
	background: url(../../common/images/img_doctor.png) no-repeat top left 20px;
	background-size: 135px;
	padding: 40px 0 40px 200px;
}

/* .piaBgIllustPage dt {
	font-size: 20px;
	padding: 3px 0 5px 0;
	position: relative;
	margin-bottom: 5px;
	border-bottom: solid 1px #707070;
} */

/* .piaBgIllustPage dd {
	margin-bottom: 20px;
	font-size: 18px;
} */

/* .piaBgIllustPage dd span {
	font-size: 25px;
} */

.charRight,
.charLeft {
	display: flex;
	align-items: normal;
	font-size: 20px;
	font-size: 1.04em;
	justify-content: flex-end;
	margin-bottom: 20px;

}

#pnh .charRight a,
#pnh .charLeft a{
	color: #5A3E00;
}

.charRight p:nth-child(1) {
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 0;
	padding: 20px 20px 20px 20px;
	margin: 0;
	width: 665px;
	height: 100%;
	margin-bottom: 0;
}

.charRight p:nth-child(1)::after {
	content: "";
	position: absolute;
	background: #FFF;
	right: -37px;
	top: 12px;
	width: 47px;
	height: 40px;
	z-index: 1;
	background: url(../../common/images/img_talk.png) top left no-repeat;
}

.charRight p:nth-child(2) {
	width: 82px;
	margin-left: 47px;
}

.charLeft {
	justify-content: flex-start;
}

.charLeft p:nth-child(1) {
	width: 116px;
	margin-right: 30px;
}

.charLeft p.comment,
.charLeft div.comment {
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 0;
	padding: 20px 20px 20px 20px;
	margin: 0;
	width: 665px;
	height: 100%;
}

.charLeft p.comment::before,
.charLeft div.comment::before {
	content: "";
	position: absolute;
	background: #FFF;
	left: -37px;
	top: 30px;
	width: 47px;
	height: 40px;
	z-index: 0;
	background: url(../../common/images/img_talk.png) top left no-repeat;
	transform: rotate(180deg);
}

.charLeft .textHeading {
	background: #1D69B3;
	border-radius: 12px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	padding: 2px 0 5px 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.charLeft figure {
	margin: 0;
}

.wrapWhite {
	background: #FFF;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}

#pnh .wrapWhite p {
	margin-bottom: 0;
}

#pnh .wrapWhite a {
	text-decoration: underline;
}

.wrapWhiteNS {
	background: #FFF;
	/* border: solid 1px #ccc; */
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 70px;
}

.docProfile {
	background: url(../images/bg_illust.jpg) repeat top center;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 35px 50px 10px 50px;
	display: flex;
	align-items: center;
	width: calc(100% - 0px);
	margin: auto;
	margin-bottom: 60px;
}

.docProfile::before,
.docProfile::after {
	content: "";
	position: absolute;
	background: url(../../common/images/bg_base.jpg) repeat top left;
	width: 60px;
	height: 60px;
	transform: rotate(-45deg);
}

.docProfile::before {
	left: -40px;
	top: -35px;
	border-bottom: solid 2px #003F72;
	transform: rotate(-45deg);
}

.docProfile::after {
	bottom: -40px;
	right: -40px;
	border-top: solid 2px #003F72;
	transform: rotate(-45deg);
}

.docProfile dl {
background: url(../../common/images/img_doctor.png) no-repeat top left 30px;
    background-size: 190px;
    padding: 40px 0 40px 250px;
}

.docProfile dl dt {
	background: none;
	color: #5A3E00;
	font-size: 20px;
	font-size: 1.0em;
	border-bottom: solid 1px #707070;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.docProfile dl dd {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.0em;
	color: #5A3E00;
}

.docProfile dl dd span {
	font-size: 25px;
	font-size: 1.5625em;
}

.fadeInTop,
.fadeInTop2 {
	top: -40px;
	opacity: 0;
	transition: 0.8s ease-in-out;
}

.fadeInTop.fadeInTopActive,
.fadeInTop2.fadeInTopActive {
	top: 0px;
	opacity: 1;
}

#pnh figcaption a,
#pnh .underTxt a{
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#pnh .underTxt a{
	text-decoration: underline;
}

#pnh .underTxt a:visited{
	color: #333;
}

/* #pnh .underTxt a:hover{
	color: #1d69b3;
} */


/* SP --------------------------- */
@media(max-width: 768px) {

	#pnh .contentsHead {
		background: url(../../common/images/sp/line_contents.png) no-repeat top center;
		background-size: contain;
		padding: 25% 0 0 0;
		margin-bottom: 30px;
		text-align: center;
		font-size: 32px;
		font-size: 1.66em;
		margin-top: -20px;
		margin-bottom: 80px;
	}

	#aboutPNH {
		background:
			url('../../common/images/bg_cloud01.png'),
			url('../../common/images/bg_cloud02.png'),
			url('../../common/images/bg_cloud03.png'),
			url('../../common/images/bg_cloud04.png');
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-size:
			206px,
			265px,
			315px,
			290px;
		background-position:
			top 5% right,
			top 10% left 20px,
			bottom 50% right -0px,
			bottom 80% left -100px;
	}

	#pnh .contentsLink p {
		width: 100%;
		text-align: center;
		margin: 0 auto 0 auto;
		padding: 10px 0 20px 0;
	}

	.contentsLink p img {
		display: inline;
		max-width: 200px;
	}

	.contentsLink dl {
		width: 100%;
	}

	.contentsLink dl.sp dd {
		text-align: center;
		font-size: 16px;
		color: #003F72;
		margin-bottom: 10px;
	}

	.contentsLink dl dt {
		font-size: 24px;
		background: url(../../common/images/sp/line_lightblue.png) no-repeat bottom center;
		background-size: 270px;
		padding-bottom: 30px;
		margin-bottom: 20px;
		text-align: center;
		display: block;
	}

	.contentsLink dl dd {
		font-size: 16px;
		letter-spacing: 0px;
		margin-bottom: 1.5em;
	}

	.contentsLink dl dd sup {
		font-size: 12px;
	}

	.contentsLink dl dd span {
		font-size: 12px;
		color: #333;
		display: block;
		line-height: 1.3;
	}

	.contentsLink dl dd:last-child {
		margin-bottom: 0em;
	}

	.btnContentsLink {
		display: block;
	}

	.contentsLink.reverse .radius {
		display: block;
	}

	.contentsLink.reverse .radius dl {
		width: 100%;
	}

	.contentsLink.reverse .radius .btnContentsLink {
		justify-content: flex-start;
	}

	.contentsLink:nth-child(4) .radius dl .btnContentsLink a {
		width: 100%;
	}


	/* .contentsLink.pageMainv dl.sp dt {
		font-size: 16px;
		color: #003F72;
		background: none;
		padding-bottom: 0;
		margin-bottom: 10px;
	}

	.contentsLink.pageMainv dl.sp dd {
		font-size: 24px;
		color: #5A3E00;
		line-height: 0.9;
		font-size: 24px;
		background: url(../../common/images/sp/line_lightblue.png) no-repeat bottom center;
		background-size: 270px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.2;
	}

	.contentsLink.pageMainv dl.sp dd span.txtMin {
		display: inline-block;
		font-size: 16px;
		color: #5A3E00;
		line-height: 1.3;

	}

	.contentsLink.pageMainv dl.sp dd span {
		display: inline-block;
		font-size: 24px;
		color: #1D69B3;
	} */

	.piaBgIllustPage {
		background: url(../../common/images/bg_illust.jpg) repeat top center;
		padding: 30px 20px 10px 20px;
		clip-path: polygon(20px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%, 0% 20px);
		margin: 0 15px;
		margin-bottom: 50px;
		display: block;
		align-items: center;
	}

	.piaBgIllustPage:before {
		left: -25px;
		top: -25px;
		background: url(../../common/images/bg_base.jpg) repeat top left;
		width: 40px;
		height: 40px;
	}

	.piaBgIllustPage:after {
		bottom: -25px;
		right: -25px;
		background: url(../../common/images/bg_base.jpg) repeat top left;
		width: 40px;
		height: 40px;
	}

	.tapeWrap{
		position: relative;
		filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
	}
	
	.tapeWrap:before {
		left: -25px;
		top: -25px;
		width: 40px;
		height: 40px;
	}
	
	.tapeWrap:after {
		bottom: -25px;
		right: -25px;
		width: 40px;
		height: 40px;
	}


	.charRight,
	.charLeft {
		align-items: normal;
	}

	.charRight p:nth-child(1) {
		background: #FFF;
		padding: 15px 20px 15px 20px;
		width: calc(100% - 80px);
	}

	.charRight p:nth-child(1)::after {
		content: "";
		position: absolute;
		right: -22px;
		top: 0px;
		width: 47px;
		height: 40px;
		z-index: 0;
		background: url(../../common/images/img_talk.png) top left no-repeat;
	}

	.charRight p.sp {
		width: 80px;
		margin-left: 25px;

	}

	.charLeft {
		justify-content: flex-start;
	}

	.charLeft p.sp {
		width: 80px;
		margin-right: 25px;
	}

	.charLeft p.comment,
	.charLeft div.comment {
		background: #FFF;
		border-radius: 15px;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		position: relative;
		z-index: 0;
		padding: 20px 20px 20px 20px;
		margin: 0;
		width: calc(100% - 80px);
		font-size: 16px;
	}

	.charLeft p.comment::before,
	.charLeft div.comment::before {
		content: "";
		position: absolute;
		background: #FFF;
		left: -22px;
		top: 13px;
		width: 47px;
		height: 40px;
		z-index: 1;
		background: url(../../common/images/img_talk.png) top left no-repeat;
		transform: rotate(180deg);


	}

	.charLeft .textHeading {
		background: #1D69B3;
		border-radius: 20px;
		text-align: center;
		color: #FFF;
		font-size: 24px;
		padding: 2px 0 5px 0;
		display: block;
		margin-bottom: 20px;
	}

	.docProfile {
		background: url(../images/bg_illust.jpg) repeat top center;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		position: relative;
		padding: 35px 20px 10px 20px;
		display: flex;
		align-items: center;
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 20px;
	}

	.docProfile::before,
	.docProfile::after {
		content: "";
		position: absolute;
		width: 42px;
		height: 42px;
	}

	.docProfile::before {
		left: -25px;
		top: -25px;
	}

	.docProfile::after {
		bottom: -25px;
		right: -25px;
	}

	.docProfile dl {
		background: url(../../common/images/img_doctor.png) no-repeat top center;
		width: 100%;
		background-size: 180px;
		padding: 200px 0 0px 0px;
	}

	.docProfile dl dt {
		background: none;
		color: #5A3E00;
		font-size: 16px;
		font-size: 0.8em;
		text-align: left;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.docProfile dl dd {
		margin-bottom: 20px;
		font-size: 16px;
		font-size: 0.8em;
		color: #5A3E00;
	}

	.docProfile dl dd span {
		font-size: 25px;
		font-size: 1.25em;
	}

	#pnh .txtScroll {
		font-size: 18px;
		font-size: 0.94em;
		color: #003f72;
		border-bottom: solid 2px #003f72;
		text-align: center;
		position: relative;
		z-index: 2;
		padding-bottom: 5px;
		margin-bottom: 15px;
		overflow: inherit;
	}

	.txtScroll::after {
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		transform: rotate(45deg);
		background: #deebf2;
		right: 0;
		left: 0;
		bottom: -8px;
		margin: auto;
		border-bottom: solid 2px #003f72;
		border-right: solid 2px #003f72;
		z-index: 1;
	}

	.txtScroll.bgBase::after {
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		transform: rotate(45deg);
		background: url(../../common/images/bg_base.jpg);
	}

	.txtScroll.bgWhite::after {
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		transform: rotate(45deg);
		background: #FFF;
	}

	.txtScroll.bgWhite::after {
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		transform: rotate(45deg);
		background: #FFF;
	}
}

@media(max-width: 355px){
	#pnh .txtScroll {
		font-size: 16px;
	}
}



/* ------------------------------------------
	common
--------------------------------------------- */

.noScroll {
	overflow: hidden;
}

.txtRight {
	text-align: right;
}

.txtLeft {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

#pnh a.txtLink{
	text-decoration: underline;
}

.indentBase {
	padding-left: 1em;
	text-indent: -1em;
}

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

.spSmall {
	display: none !important;
}

.scrollDis {
	/* display: none; */
	opacity: 0;
}

@media(max-width: 768px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}

@media(max-width: 440px) {
	.spSmall {
		display: block !important;
	}
}


.piaNotes {
	line-height: 1.8;
	color: #333;
	word-wrap: break-word;
	border-top: dotted 4px #FFF;
	padding-top: 20px;
	margin-bottom: 60px;
}

.piaNotes ul li {
	font-size: 12px;
	font-size: 0.75em;
	padding-left: 2em;
	text-indent: -1.7em;
}

.piaNotes ul li .noWrap {
	white-space: normal;
	word-break: break-all;
}


#pnh .btnLinkPNH {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	background: #BD5500;
	text-align: center;
	border-radius: 50px;
}

#pnh .btnLinkPNH a {
	display: block;
	color: #FFF;
	font-size: 30px;
	font-size: 1.25em;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
}

/* #pnh .btnLinkPNH a:hover {
	opacity: 0.6;
	color: #FFF;
} */

.btnLinkPNH a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #FFF;
	top: 4px;
	bottom: 0;
	margin: auto;
	margin-left: 20px;
}

.btnLinkBlue {
	margin-bottom: 70px;
}

.btnLinkBlue a {
	margin: auto;
	text-align: center;
	text-decoration: none;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 800px;
	min-height: 100px;
	background: #FFF;
	font-size: 25px;
	font-size: 1.0em;
	border-top: solid 5px #1d69b3;
	box-shadow: 10px 10px 0px 0 #9abdd8;
	
}

#pnh .btnLinkBlue a{
	text-decoration: none;
}

/* .btnLinkBlue a:hover {
	color: #003f72;
	opacity: 0.7;
	text-decoration: none;
} */

.piaBgIllust {
	background: url(../images/bg_illust.jpg) repeat top center;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 35px 50px 10px 50px;
	display: flex;
	align-items: center;
	width: calc(100% - 0px);
	margin: auto;
	margin-bottom: 60px;

}

.piaBgIllust:before {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	background: #DEEBF2;
	width: 50px;
	height: 50px;
	border-bottom: solid 2px #003F72;
	transform: rotate(-45deg);

}

.piaBgIllust:after {
	content: "";
	position: absolute;
	bottom: -30px;
	right: -30px;
	background: #DEEBF2;
	width: 50px;
	height: 50px;
	border-top: solid 2px #003F72;
	transform: rotate(-45deg);
}

.piaBgIllust dt {
	background: #003F72;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-size: 1.0em;
	border-radius: 12px;
	padding: 3px 0 5px 0;
	position: relative;
	margin-bottom: 15px;
	transition: 0.3s;
}

.piaBgIllust dt::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #003F72;
	position: absolute;
	bottom: -5px;
	transform: rotate(-45deg);
	left: 0;
	right: 0;
	margin: auto;
}

.piaBgIllust dd {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.0em;
	color: #333;
}

.noWrap {
	white-space: nowrap;
}

.letterSpacing {
	letter-spacing: -0.5px;
}


/* ------------------------------------------
	768 SP　Common
--------------------------------------------- */
@media(max-width: 768px) {


	#pnh .btnLinkPNH {
		text-align: left;
		border-radius: 20px;
		font-size: 1em;
	}

	#pnh .btnLinkPNH a {
		display: block;
		color: #FFF;
		font-size: 22px;
		font-size: 1.1em;
		text-decoration: none;
		padding: 20px 20px 20px 20px;
		position: relative;
		line-height: 1.4;
	}

	#pnh .btnLinkPNH a:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 18px solid #FFF;
		top: 4px;
		bottom: 0;
		right: 10px;
		margin: auto;
		margin-left: 20px;
	}

	.btnLinkBlue {
		margin-bottom: 70px;
	}

	.btnLinkBlue a {
		margin: auto;
		text-align: center;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100px;
		background: #FFF;
		font-size: 18px;
		font-size: 1.125em;
		border-top: solid 5px #1d69b3;
		box-shadow: 10px 10px 0px 0 #9abdd8;
	}
}

#pnh .icoTab{
	color: #333;
}

#pnh .icoTab:visited{
	color: #333;
}

#pnh .icoTab.txtBrown{
	color: #5A3E00;
}

#pnh .icoTab.txtBrown:visited{
	color: #5A3E00;
}



#pnh .icoTab::after{
	content: "";
    padding-right: 19px;
	padding-bottom: 1px;
    background: url(../images/ico_window.svg) no-repeat;
    background-position: center center;
    background-size: 12px;
}

#pnh .icoTab.sizeN::after{
    padding-right: 21px;
    padding-bottom: 9px;
    background-size: 14px;
}
#pnh .icoTab.sizeL::after{
	padding-right: 23px;
    padding-bottom: 5px;
    background-size: 16px;
}
@media(max-width: 768px){
	#pnh .icoTab.sizeL::after{
padding-right: 20px;
		background-size: 12px;
	}
}

#pnh .icoTab.noBtm::after{
	padding-bottom: 0px;
}