
/*////////////////////////////////////
standard
////////////////////////////////////*/

@media screen and (min-width: 768px) {

#standard_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#standard_place{
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#standard_title {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 50px;
}

#standard_item_area {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.standard_item {
	position: relative;
	width: 49%;
	background: #FFF;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 400;
}


}

@media screen and (min-width: 0px) and (max-width: 767px) {
#standard_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#standard_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#standard_title {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 50px;
}

#standard_item_area {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.standard_item {
	position: relative;
	width: 100%;
	background: #FFF;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 400;
}

}






/*////////////////////////////////////

////////////////////////////////////*/

@media screen and (min-width: 768px) {



}

@media screen and (min-width: 0px) and (max-width: 767px) {

}