@charset "utf-8";

/**
 *
 *  ENGLISH
 *
 */

/*--------------------------------------------------------------------------
   Main
---------------------------------------------------------------------------*/
.p_ttl-area .page-ttl{
	font-weight:normal;
}


/* @SP */
@media all and (max-width: 767px){
	.page-global #Header .hd_menu ul li.gl_menu-ja{
		float:left;
		width:100%;
	}
}

/* PDFリンク */
.sec a.pdf{
	color: #a9151a;
	text-decoration: none;
	padding-left: 30px;
	background: url(../../../shared/images/ico_pdf_on02.png) no-repeat 15px 50%;
	background-size: 11px 13px;
}
.sec a.pdf:hover{
	text-decoration: underline;
}


.caution02 {
	background: #eeeeee;
	border: none;
	text-align: center;
	padding: 17px;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caution02 p:nth-child(2) {
	margin-left: 40px;
}

@media all and (max-width: 767px){
	.caution02 {
		padding: 17px;
		margin-top: 25px;
		display: block;
	}

	.caution02 p img {
		width: auto;
		height: 20px;
	}

	.caution02 p:nth-child(2) {
		margin-left: 0px;
		margin-top: 5px;
		font-size: 10px;
	}
}