@charset "UTF-8";

.p-choose_head{
    margin-bottom: 90px;
}
.p-choose_head_mes{}
.p-choose_head_come{
    font-size: 14px;
    margin-top: 23px;
    line-height: 1.5;
}
.p-choose_head_come a{
	color: #103ea2;
	text-decoration: underline;
}


.p-choose_pdf{
    background: #eef3fb;
    padding: 44px 4%;
}
.p-choose_pdf a{
	display: block;
	cursor: zoom-in;
}
.p-choose_come{
	font-size: 14px;
	margin-top: 10px;
}
.p-choose_link{
	text-align: center;
	margin-top: 55px;
}

/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media screen and (min-width: 768px) {


	.p-choose_head_come a:hover{
		text-decoration: none;
	}	
}


/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/

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

	.p-choose_head{
    margin-bottom: 40px;
}
	.p-choose_head_mes{}
	.p-choose_head_come{
    font-size: 13px;
}
	.p-choose_head_come a{}


	.p-choose_pdf{
    padding: 17px 5%;
}
	.p-choose_pdf a{}
	.p-choose_come{
    font-size: 12px;
}
	.p-choose_link{
    margin-top: 33px;
}
}

