@charset "utf-8";




.pack_hinji ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0!important;
	padding: 0!important;
}

.pack_hinji ul li {
	text-align: center;
	list-style: none;
}

.pack_hinji ul li:nth-child(1) {
	-webkit-order: 3;
	order: 3;
}

.pack_hinji ul li:nth-child(2) {
	-webkit-order: 1;
	order: 1;
	margin-bottom: 20px;
	padding: 20px;
}

.pack_hinji ul li:nth-child(3) {
	-webkit-order: 2;
	order: 2;
	margin-bottom: 40px;
}

.pack_hinji ul li h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pack_hinji .bg-text {
	color: #fff;
	background-color: #009dda;
	position: relative;
}

.pack_hinji .bg-text img {
    position: absolute;
    width: 40%;
    right: 1%;
    bottom: px;
    top: 10%;
}

.pack_hinji .bg-text span {
    display: block;
    margin: 0;
    padding: 20px;
    width: 60%;
}

@media handheld, only screen and (min-width:480px) {

.pack_hinji .bg-text img {
    position: absolute;
    width: 18%;
    left: 2%;
    bottom: px;
    top: 0;
}
.pack_hinji .bg-text span {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 65%;
}
}
@media handheld, only screen and (min-width:768px) {
	.pack_hinji ul {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
	}

	.pack_hinji ul li:nth-child(1) {
		width: 50%;
		margin-bottom: 0;
		-webkit-order: 2;
		order: 2;
	}

	.pack_hinji ul li:nth-child(2) {
		width: 100%;
	}

	.pack_hinji ul li:nth-child(3) {
		width: 50%;
		margin-bottom: 0;
		-webkit-order: 3;
		order: 3;
	}
	
	.pack_hinji .bg-text img {
    position: absolute;
    width: 18%;
    left: 2%;
    bottom: px;
    top: -30px;
}


}

@media handheld, only screen and (min-width:1200px) {
	.pack_hinji ul {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.pack_hinji ul li:nth-child(1) {
		-webkit-order: 1;
		order: 1;
		margin-bottom: -100px;
	}

	.pack_hinji ul li:nth-child(2) {
		-webkit-order: 2;
		order: 2;
		margin-bottom: 20px;
		padding: 20px;
	}

	.pack_hinji ul li:nth-child(3) {
		-webkit-order: 3;
		order: 3;
		margin-bottom: 40px;
	}

	.pack_hinji .bg-text span {
		width: 40%;
		padding: 20px 20px;
	}
}