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

.cate2 .bottom_box h3{
	background-image: url("https://moments-moveforlife.jp/system_panel/uploads/images/land_cate2_bg.png");
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.flow_a .circle{
	background-color: #E8417E;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

