#voice .slick-track {
	margin: 0 auto;
	transform: none !important;
}
.table-pattern1 {
    width: 65%;
    border-collapse: collapse;
    margin: 0 auto;
}
.table-pattern1 th {
    background: #fa45ae;
    color: white;
    padding: 16px;
    text-align: left;
    font-weight: 600;
    width: 30%;
}
.table-pattern1 td {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    color: #555;
}
.table-pattern1 tr:last-child td {
    border-bottom: none;
}
.table-pattern1 tr:nth-child(even) td {
    background: #f9f9f9;
}
.table-pattern1 tr:hover td {
    background: #ffeaf6;
    transition: background 0.3s ease;
}
.flow_text {
	font-weight: 400 !important;
	text-align: left;
	width: fit-content;
	margin: 1em auto 0;
}
.mb2.a_service_list_txt {
	padding-top: 1em;
	border-top: 1px solid #ffffff5e;
}
.apple_sikumi_flex {
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 70%;
	margin: 2em auto 0;
}
.apple_sikumi_flex_item.apple_sikumi_flex_item1 {
	width: 40%;
}
.apple_sikumi_flex_item.apple_sikumi_flex_item2 {
	width: 55%;
}
.apple_sikumi_flex_item.apple_sikumi_flex_item2 span {
	font-size: 1.3em;
	display: block;
	font-weight: bold;
	color: #f4009c;
}
.apple_sikumi_flex_item.apple_sikumi_flex_item2 p {
	text-align: left;
	width: 95%;
	margin: 2em auto 0;
	border: 5px dotted;
	padding: 1.3em;
}
.apppffflle {
	display: flex;
	gap: 10px;
}
.apppffflle2 img {
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
}
.mb2.a_service_list_txt.a_service_list_txt2 {
	margin-bottom: 0 !important;
}
.row {
	display: flex;
	align-items: center;
	margin: 2em auto;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 2em;
}
.col-md-3.formTitle {
	width: 20%;
}
.col-md-9.formArea input, .col-md-9.formArea select, .col-md-9.formArea  textarea {
	padding: 10px;
	font-size: 1em;
}
.col-md-9.formArea input {
	border: 1px solid #b7b7b7;
}
.col-md-9.formArea textarea {
	height: 150px;
	border: 1px solid #e9e9ed;
}
.comit-thanks {
	background-color: #fff;
	padding: 1em 3em;
	margin: 2em auto 0;
    box-shadow: 5px 5px 5px 5px #e6e6e6;
}
.form-group.hyouStr.mr-15 {
	text-align: center;
}

.red-a {
	background-color: #cb1c1c;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
	margin-right: 1em;
}

#footer {
	padding: 3rem 2rem 10rem;
}

@media screen and (max-width: 620px) {
.apppffflle {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.apppffflle2 {
	width: 45%;
}
.apple_sikumi_flex {
	display: block;
	width: 90%;
}
.apple_sikumi_flex_item.apple_sikumi_flex_item1 {
	width: 100%;
}
.apple_sikumi_flex_item.apple_sikumi_flex_item2 {
	width: 100%;
	display: none;
}
.a_service_list > li {
	padding: 6rem 2rem 3rem;
}
.service_list > li {
	background-color: #fff;
	padding: 5rem 3rem;
}
.flow_list_box {
	width: 30rem;
	margin: 0 3em;
}
.row {
	display: block;
}
.comit-thanks {
	padding: 1em 2em;
}
.col-md-3.formTitle {
	width: 100%;
	margin-bottom: 1em;
}
.col-md-9.formArea #price {
	width: 70% !important;
}
.a_service_title_txt .ropa {
	margin-top: 1em;
}
.mr40 {
	display: block;
	margin: 10px auto;
}

.cvvvff25:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
}


@media screen and (min-width: 620px) {
.cvvvff25::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 44%;
	margin-top: -6px;
}
}

.cvvvff25 {
	display: inline-block;
	width: 100%;
	background: #4D9BC1;
	border: 2px solid #4D9BC1;
	padding: 1em 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition-duration: 0.3s;
	position: fixed;
	bottom: 0;
}

.cvvvff25:hover {
  background: #fff;
  color: #4D9BC1;
}

.cvvvff25:hover:before {
  border-top: 2px solid #4D9BC1;
  border-right: 2px solid #4D9BC1;
}





.pattern-container {
	margin: 0 auto 4em;
	width: fit-content;
}
.pattern4 {
	background: linear-gradient(135deg, #ff4757 0%, #ee5a6f 100%);
	padding: 16px 20px;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}
.pattern4 .text {
	font-size: 1.8em;
	font-weight: 700;
	color: #ffffff;
	animation: bounce-pulse 1.2s ease-in-out infinite;
	display: inline-block;
}
.pattern4 p {
	color: #fff;
	font-weight: 500;
	margin-top: 5px;
}
@keyframes bounce-pulse {
0%, 100% {
transform: scale(1);opacity: 1;
}
50% {
	transform: scale(0.95);
	opacity: 0.7;
}
}

@media screen and (max-width: 620px) {
.pattern4 .text {
	font-size: 6.5vw;
}
}