@charset "UTF-8";
/* CSS Document */

.price {
	width: 100%;
	position: relative;
}

.price_inner {
	width: 85%;
	max-width: 1000px;
	margin: 120px auto 140px;
}

.price_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;  /* Safari etc. */
	-ms-flex-wrap    : wrap;  /* IE10        */
}

.price_item {
	width: 210px;
	border: solid 2px #0D3563;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}


.price_item > img {
	width: 100%;
	height: 140px;
}

.price_item_a {
	height: 280px;
}

.price_discript{
	padding-top: 25px;
}


.price_item_b {
	height: 90px;
	padding-top: 30px;
}

.price_item h3 {
	margin-bottom: 10px;
}

.quote {
	margin-top: 50px;
	text-align: center;
	font-size: 2.5rem;
}

.worker {
	width: 15%;
	position: absolute;
	bottom: -10%;
	right: 5%;
	overflow: hidden;
}


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


.price_inner {
	width: 95%;
	margin: 50px auto 100px;
}

.price_list {
	justify-content: center;
	margin: 50px auto 0 -20px;
}

.price_item {
	width: 230px;
	margin-left: 20px;
}

.price_item > img {
	height: 150px;
}

.price_item_a {
	height: 275px;
}

.price_discript{
	padding-top: 20px;
}


.price_item_b {
	height: 85px;
	padding-top: 25px;
}

.quote {
	margin-top: 0;
	font-size: 2rem;
}

.worker {
	width: 18%;
	bottom: -5%;
	right: 5%;
}

}


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

.price_item {
	margin-bottom: 30px;
	font-size: 1.4rem;
}

.price_item > img {
	height: 150px;
}

.price_item_a {
	height: 250px;
}

.price_discript{
	padding-top: 15px;
}


.price_item_b {
	height: 70px;
	padding-top: 25px;
}

.quote {
	font-size: 1.6rem;
}

.worker {
	width: 23%;
	bottom: -4%;
	right: 0%;
}

}
