@charset "utf-8";


.pop_h1{
	margin-right: -0.5em;
	margin-top: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.pop_box{
	display: block;
	padding: 5% 15px 8%;
	border: 1px solid #ccc;
	text-align: center;
	color: #333!important;
	text-decoration: none!important;
}
.pop_box img{
	max-width: 320px;
}
.pop_tit{
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: bold;
    
}
.pop_note{
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 0.8rem;
	color: #0062A2;
	letter-spacing: 1px;
}
.pop_note span{
	font-weight: bold;
	font-size: 1.5rem;
}
.pop_img{
	margin: 0 8% 15px;
}
.pop_ico{
	margin: 0 23% 15px;
	text-align: center;
}
.pop_ico img{
	max-width: 280px;
}
.pop_note_box{
	display: flex;
	justify-content: center;
}
.pop_col0201{
	width: 30%;
}
.pop_note_color02{
	color: #dd8c00;
}
.fdx100_top{
	display: block!important;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;	
}
.fdx100_top h1{
	width: 100%!important;
	text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.pop_note_box{
		padding: 5px 0;
		display: block;
	}
	.pop_col0201{
		width: 100%;
	}

}





