@charset "utf-8";.list_area{width:90%;margin:50px auto;flex-direction:column}.area_east,.area_south,.area_west{width:90%;height:auto;border-radius:14px;margin:0 auto;padding:30px;background-color:#fffbf0}.area_east{border:5px solid #f7dd94}.area_south{border:5px solid #d7f794}.area_west{border:5px solid #fff67e}.heading_item_east{background:#f7eac6;box-shadow:0px 0px 0px 5px #f7eac6}.heading_item_south{background:#e8f7c6;box-shadow:0px 0px 0px 5px #e8f7c6}.heading_item_west{background:#fcf7c6;box-shadow:0px 0px 0px 5px #fcf7c6}.is-show{display:block}.area_list_wrap{width:100%;justify-content:space-around;flex-wrap:wrap;margin-top:30px}.area_list_wrap:after{content:"";width:50%;margin-top:5px 0;color:#f0f8ff}.area_list_wrap li{text-align:center;width:50%;margin:5px 0}.area_item{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:50px;gap:30px}@media screen and (min-width:770px){.area_item{flex-direction:row;width:660px;margin:50px auto;flex-wrap:wrap;justify-content:space-between}}@media screen and (min-width:1024px){.main_inner{width:calc(100% - 60px)}.list_area{width:100%;flex-direction:row-reverse;justify-content:space-between;margin-top:70px}.area_east,.area_south,.area_west{width:300px;height:100%;min-height:300px;margin-right:0;position:sticky;top:120px}.area_item{margin:0 auto}.area_list_wrap{flex-direction:column;align-items:center}.area_list_wrap li{width:100%;margin:8px 0}.area_list_wrap li:nth-child(1){margin-top:0}}@media screen and (min-width:1064px){.main_inner{max-width:1024px;width:100%}}