@charset "utf-8";

.wish01 .flex {
  display: flex !important;
  flex-wrap: initial !important;
  justify-content: space-between !important;
}
[name="month01"],
[name="month02"],
[name="month03"] {
  font-size: 14px;
  width: 40vw !important;
  padding: 3% 2% !important;
  margin: 0;
  height: auto !important;
}
.wish01 .select-cover {
  font-size: initial;
  width: 47%;
}

@media screen and (max-width: 767px) {
}

@media screen and (min-width:768px) {
	.wish01 .flex {
	}
	[name="month01"],
	[name="month02"],
	[name="month03"] {
	  font-size: initial;
	  width: 47% !important;
	  padding: 20px !important;
	}
	.wish01 .select-cover {
	  font-size: initial;
	  width: 47%;
	}
}
