.welcart-items-container {
    width: 100%;
    margin-bottom: 30px;
}

.welcart-items-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.welcart-items-list article {
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.columns-4 article {
    width: 25%;
}

.columns-3 article {
    width: 33.333%;
}

.columns-2 article {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .columns-4 article,
    .columns-3 article {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .columns-4 article,
    .columns-3 article,
    .columns-2 article {
        width: 100%;
    }
}

.item_box {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.itemimg {
    margin-bottom: 10px;
    text-align: center;
}

.itemimg img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.itemprice {
    font-weight: bold;
    color: #ff8921;
    margin-bottom: 5px;
}

.itemname {
    margin-bottom: 10px;
    line-height: 1.4;
}

.itemname a {
    color: #333;
    text-decoration: none;
}

.item_cv {
    margin-top: auto;
}

.item_cv a {
    display: block;
    background: #4787c8;
    color: white;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.3s;
}
.item .pc {
  margin-top: 10em;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container article {
  width: 30%;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container article {
	width: 30%;
  height: 35em;
	margin-bottom: 2em;
  margin-right: 3em;
	background-color: #fff;
	box-shadow: 5px 3px 3px #c4c4c4;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container article img {
  width: 50%;
  margin-top: 1em;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container article .itemprice {
	font-size: 2.5em;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container article a {
	font-size: 1.5em;
}

ol.flow_area li {
  position: relative;
  counter-increment: number;
}
ol.flow_area li::before {
  content: counter(number);
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  background-color: #4787c8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}
.flow_area_item {
	width: 30%;
	border: 3px solid #4787c8;
	border-radius: 10px;
	padding: 20px 20px 10px;
	box-shadow: 2px 2px 7px #4787c8;
}
.flow_area_item_img {
	width: 60%;
	margin: 1em auto;
}
.string.flow_string {
	font-size: 3em;
	font-weight: bold;
}
.flow_area_item_title {
	font-size: 2.5em;
	font-weight: bold;
}
.flow_area_item_text {
	font-size: 1.5em;
}
.container {
  max-width: 800px;
  margin: 0 auto;
}
.accordion {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.accordion-header {
  background-color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #000;
  font-size: 1.8em;
}
.accordion-header:hover {
  background-color: #f9f9f9;
}
.accordion-icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.4s ease;
}
.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  background-color: #666;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.accordion-icon::before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.accordion-icon::after {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}
.accordion.active .accordion-icon::before {
  transform: rotate(90deg);
  opacity: 0;
}
.accordion.active .accordion-header {
  border-bottom-color: transparent;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.accordion.active .accordion-content {
  max-height: 500px;
  padding: 20px;
  opacity: 1;
  border-top: 1px solid #eaeaea;
  color: #000;
}
.accordion-content p {
	margin-bottom: 5px;
	font-size: 1.6em;
	font-weight: 500;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}
.nav_menu_ul li a {
  padding-bottom: 1em;
}
.s-box {
	margin: 5em 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#head-s-text {
	width: 50%;
  height: 36px;
	border: 3px solid #4787c8;
	border-radius: 35px 0 0 35px;
}
#head-s-submit {
	height: 36px;
	background-color: #4787c8;
	padding: 7px 14px 7px 7px;
	border-radius: 0 15px 15px 0;
}
ol.flow_area {
  font-size: 1em;
  list-style: none;
}



@media (min-width: 650px) {
.nav_menu_ul img {
  width: 25%;
}
ol.flow_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
}

@media (max-width: 650px) {
.nav_menu_ul img {
  width: 75%;
}
ol.flow_area {
  font-size: 1em !important;
  list-style: none;
  margin-top: 5em !important;
}
.unitPart .wrapButton .button {
  font-size: 2em !important;
}
.flow_area_item {
	width: 90%;
  margin-bottom: 3em;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container {
  justify-content: space-around;
}
.fixedWidth.panel-group.item_area25 .welcart-products-container article {
  width: 45%;
  margin-right: 0;
}
}