@charset "utf-8";
/* CSS Document */
h3{
	background-image: url("../../img/common/ue.png");
	background-repeat: no-repeat;
	padding: 15% 0;
    background-size: contain;
	margin: 0 auto 5%;
}
@media screen and (max-width: 460px){
	h3{font-size: 23px;
	}
}
/*============================================================================
	section
=============================================================================*/
.sec_2 ul{
	background: #fff7d4;
	padding: 5%;
	border-radius: 7px;
	margin-bottom: 30px;
}
.sec_2 li:first-child{
	color: #fff;
	background: #f36d00;
	line-height: 1.75;
	padding: 8px 2.5%;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}


@media screen and (max-width: 460px){
	.sec_2 ul{font-size: 12px;}
	.sec_2 li:first-child{
		font-size: 16px;
		padding: 2% 3%;
		margin-bottom: 3%;
	}
	.sec_2 li:nth-child(2){;
		margin-bottom: 3%;
		font-size: 16px;
	}
}
