.actionplanPDF{
	border: #CBCBCB solid 1px;
	padding: 1em 2em;
}
.actionplanPDF a{
	display: flex;
	color: #A63374;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5em;
}
.actionplanPDF a:hover{
	text-decoration: none;
}
.actionplanPDF p{
	width: 24px;
	min-width: 24px;
	margin-right: 1em;
}

.GetAdobe{
	display: flex;
	align-items: center;
}
.GetAdobe img{
	max-width: 159px;
	display: block;
	margin-right: 2em;
	transition: 0.2s;
}
.GetAdobe img:hover{
	opacity: 0.7;
}
.GetAdobe .f12px{
	line-height: 1.5em;
}


@media screen and (max-width:959px){

	

}



/* スマホ
------------------------------------------------*/
@media screen and (max-width:767px){
	
	
	.actionplan.index #underlayerPageTitleAreaIn {
		position: inherit;
		border-radius: 0;
		text-align: center;
		padding: 59px 0;
	}
	.actionplan.index #underlayerPageTitleAreaIn h2 {
		width: 100%;
		font-size: 2.142rem;
		padding: 25px 0;
		border-radius: 0;
	}
	.actionplan.index #underlayerPageTitleAreaIn h2 span {
		display: block;
		font-size: 1.285rem;
	}
	
	.actionplanPDF{
		padding: 5%;
	}

	.GetAdobe{
		flex-direction: column;
		margin-top: 10%;
	}
	.GetAdobe .f12px{
		margin-top: 5%;
	}
	.GetAdobe img{
		margin: 0;
	}

	
}










