@charset "utf-8";
.c-img {
	margin-bottom: 60px;
}
.c-img img {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	display: block;
}

.ml button {
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	border: 2px solid #2F3A69;
	border-radius: 24px;
	display: block;
	position: relative;
	transition: all .3s ease-out;
}
.ml button:hover {
	background-color: #2F3A69;
	cursor: pointer;
}
.ml button::after {
	width: 6px;
	height: 6px;
	content: '';
	border-right: 2px solid #2F3A69;
	border-bottom: 2px solid #2F3A69;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-49%) rotate(-45deg);
}
.ml button:hover::after {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.ml button a {
	padding: 11px 48px 9px 28px;
	color: #2F3A69;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.ml button a:hover {
	color: #FFF;
}
.ml a:hover {
	text-decoration: none;
}

.ml-snap {
	box-sizing: border-box;
}
.ml-snap-100 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ml-snap-100 > div {
	width: 100%;
}

.ml-top {
	padding: 70px 0 90px;
}
.ml-top .ml-top-head {
	margin-bottom: 30px;
	font-size: 23px;
	line-height: 1.5;
}
.ml-top .ml-top-video {
	max-width: 768px;
	width: 68.27%;
	margin: 0 auto;
}
.ml-top .ml-top-video iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}


.ml-about {
	background-color: #409EE8;
	color: #FFF;
}
.ml-about .ml-about-inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 86px;
	position: relative;
}
.ml-about .ml-about-bg {
	position: absolute;
}
.ml-about .ml-about-bg-1 {
	width: 150px;
	aspect-ratio: 30 / 29;
	background: url(../img/about_icon_1.png) no-repeat center/cover;
	top: 40px;
	left: calc((112 / 1440) * 100%);
	animation: bgAnim 3s linear infinite;
}
.ml-about .ml-about-bg-2 {
	width: 94px;
	aspect-ratio: 47 / 43;
	background: url(../img/about_icon_2.png) no-repeat center/cover;
	top: 218px;
	left: calc((100 / 1440) * 100%);
	animation: bgAnim 3s linear .7s infinite;
}
.ml-about .ml-about-bg-3 {
	width: 128px;
	aspect-ratio: 8 / 7;
	background: url(../img/about_icon_3.png) no-repeat center/cover;
	top: 280px;
	left: calc((204 / 1440) * 100%);
	animation: bgAnim 3s linear reverse infinite;
}
.ml-about .ml-about-bg-4 {
	width: 118px;
	aspect-ratio: 59 / 72;
	background: url(../img/about_icon_4.png) no-repeat center/cover;
	top: 426px;
	left: calc((142 / 1440) * 100%);
	animation: bgAnim 3s linear .7s reverse infinite;
}
.ml-about .ml-about-bg-5 {
	width: 154px;
	aspect-ratio: 77 / 68;
	background: url(../img/about_icon_5.png) no-repeat center/cover;
	top: 32px;
	right: calc((188 / 1440) * 100%);
	animation: bgAnim 3s linear .1s reverse infinite;
}
.ml-about .ml-about-bg-6 {
	width: 120px;
	aspect-ratio: 3 / 2;
	background: url(../img/about_icon_6.png) no-repeat center/cover;
	top: 196px;
	right: calc((134 / 1440) * 100%);
	animation: bgAnim 3s linear .1s infinite;
}
.ml-about .ml-about-bg-7 {
	width: 136px;
	aspect-ratio: 17 / 15;
	background: url(../img/about_icon_7.png) no-repeat center/cover;
	top: 316px;
	right: calc((100 / 1440) * 100%);
	animation: bgAnim 3s linear reverse infinite;
}
.ml-about .ml-about-bg-8 {
	width: 144px;
	aspect-ratio: 9 / 7;
	background: url(../img/about_icon_8.png) no-repeat center/cover;
	top: 450px;
	right: calc((174 / 1440) * 100%);
	animation: bgAnim 3s linear infinite;
}
@keyframes bgAnim {
	0%, 9.9%, 90%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}
	10%, 29.9% {
		transform: translate(5px, 0) rotate(5deg);
	}
	30%, 49.9% {
		transform: translate(2px, -5px) rotate(2deg);
	}
	50%, 69.9% {
		transform: translate(-3px, -1px) rotate(-3deg);
	}
	70%, 89.9% {
		transform: translate(-1px, 3px) rotate(3deg);
	}
}
.ml-about h2 {
	margin-bottom: 18px;
	font-size: 36px;
}
.ml-about p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.75;
}
.ml-about img {
	max-width: 550px;
	width: 80%;
}
.ml-about button {
	margin-top: 40px;
	border-color: #FFF;
}
.ml-about button:hover {
	background-color: #FFF;
}
.ml-about button::after {
	border-color: #FFF;
}
.ml-about button:hover::after {
	border-right: 2px solid #409EE8;
	border-bottom: 2px solid #409EE8;
}
.ml-about button a {
	color: #FFF;
}
.ml-about button a:hover {
	color: #409EE8;
}


.ml-use {
	padding: 84px 0 72px;
	background-color: #F5F5F5;
}
.ml-use h2 {
	margin-bottom: 18px;
	font-size: 36px;
}
.ml-use p {
	margin-bottom: 40px;
	font-size: 16px;
}
.ml-use .ml-use-video {
	max-width: 640px;
	width: 74.2%;
	margin: 0 auto;
	display: block;
}
.ml-use button {
	margin-top: 46px;
	margin-bottom: 70px;
}
.ml-use img {
	max-width: 690px;
	width: 90%;
}


.ml-example {
	padding: 100px 0 60px;
}
.ml-example h2 {
	margin-bottom: 18px;
	font-size: 36px;
}
.ml-example p {
	margin-bottom: 50px;
	font-size: 16px;
}
.ml-example .ml-example-box {
	display: flex;
	justify-content: center;
}
.ml-example .ml-example-box div {
	width: 420px;
	margin: 0 15px;
}
.ml-example .ml-example-box img {
	width: 100%;
	border-radius: 20px;
}
.ml-example .ml-example-box h3 {
	margin-top: 20px;
	font-size: 23px;
	line-height: 1.5;
}
.ml-example button {
	margin-top: 54px;
}


.ml-license {
	padding: 60px 0 80px;
}
.ml-license h2 {
	margin-bottom: 18px;
	font-size: 36px;
}
.ml-license > div > p {
	margin-bottom: 40px;
	font-size: 16px;
}
.ml-license .ml-license-box {
	max-width: 650px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
}
.ml-license .ml-license-item.ml-license-item-basic {
	max-width: 650px;
	width: 100%;
	margin: 0 auto 14px;
	box-sizing: border-box;
}
.ml-license .ml-license-item.ml-license-item-user,
.ml-license .ml-license-item.ml-license-item-check {
	width: calc(50% - 10px);
	box-sizing: border-box;
}
.ml-license .ml-license-item h3 {
	padding: 8px;
	color: #FFF;
	font-size: 20px;
}
.ml-license .ml-license-item h4 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-size: 23px;
}
.ml-license .ml-license-item p {
	margin: 0 38px 30px;
	font-size: 15px;
	text-align: left;
}
.ml-license .ml-license-item.ml-license-item-basic p {
	text-align: center;
}
.ml-license .ml-license-item ul {
	margin: 0 28px 34px;
}
.ml-license .ml-license-item ul li {
	text-align: center;
}
.ml-license .ml-license-item ul li:nth-child(2n+1) {
	padding: 3px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.ml-license .ml-license-item ul li:nth-child(2n) {
	padding: 5px 0;
	font-size: 20px;
}
.ml-license .ml-license-item.ml-license-item-basic,
.ml-license .ml-license-item.ml-license-item-basic ul {
	border: 2px solid #86C689;
}
.ml-license .ml-license-item.ml-license-item-user,
.ml-license .ml-license-item.ml-license-item-user ul {
	border: 2px solid #6BABDC;
}
.ml-license .ml-license-item.ml-license-item-check,
.ml-license .ml-license-item.ml-license-item-check ul {
	border: 2px solid #D37354;
}
.ml-license .ml-license-item.ml-license-item-basic h3,
.ml-license .ml-license-item.ml-license-item-basic ul li:nth-child(2n+1) {
	background-color: #86C689;
}
.ml-license .ml-license-item.ml-license-item-user h3,
.ml-license .ml-license-item.ml-license-item-user ul li:nth-child(2n+1) {
	background-color: #6BABDC;
}
.ml-license .ml-license-item.ml-license-item-check h3,
.ml-license .ml-license-item.ml-license-item-check ul li:nth-child(2n+1) {
	background-color: #D37354;
}

.ml-license .ml-license-add {
	max-width: 650px;
	margin: 0 auto 20px;
}
.ml-license .ml-license-add img {
	width: 40px;
	margin-bottom: 14px;
}

.ml-license .ml-license-item .ml-license-basic {
	width: 100%;
	max-width: 345px;
	margin: 0 auto 30px;
	background: url(../img/speech_SP.png) no-repeat center/cover;
	box-sizing: border-box;
	aspect-ratio: 46 / 151;
}
.ml-license .ml-license-item .ml-license-basic h5 {
	width: 83.72%;
	margin: 0 auto 9px;
	font-size: 18px;
}
.ml-license .ml-license-item .ml-license-basic img {
	max-width: 300px;
	width: 100%;
}
.ml-license .ml-license-item .ml-license-basic p {
	margin: 10px 22px;
}

.ml-download {
	padding: 80px 0;
	position: relative;
}
.ml-download .ml-download-bg {
	width: 100%;
	height: 100%;
	background-color: #86C689;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ml-download .ml-download-bg div {
	width: 100%;
	height: 100%;
	background: url(../img/download_bg.png) no-repeat center/cover;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ml-download h2 {
	margin-bottom: 18px;
	font-size: 36px;
}
.ml-download p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.75;
}
.ml-download .ml-download-box {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 100px;
}
.ml-download .ml-download-box img {
	width: 100%;
	max-width: 260px;
	margin-bottom: 10px;
}
.ml-download .ml-download-box button {
	background-color: #FFF;
}
.ml-download .ml-download-box button:hover {
	background-color: #2F3A69;
}


.ml-environment {
	padding: 70px 0;
	background-color: #FAFAFA;
}
.ml-environment h2 {
	margin-bottom: 18px;
	font-size: 36px;
}
.ml-environment p {
	margin-bottom: 40px;
	font-size: 16px;
}
.ml-environment img {
	max-width: 600px;
	width: 100%;
}
.ml-environment button {
	margin-top: 30px;
}


.ml-service {
	padding: 90px 0 80px;
}
.ml-service h2 {
	margin-bottom: 68px;
	font-size: 36px;
}
.ml-service .ml-service-box {
	max-width: 800px;
	margin: 0 auto 58px;
	padding: 43px 53px 30px;
	box-sizing: border-box;
	position: relative;
}
.ml-service .ml-service-box.ml-service-box--b {
	border: 4px solid #48B3CB;
}
.ml-service .ml-service-box.ml-service-box--y {
	border: 4px solid #F3C950;
}
.ml-service .ml-service-box.ml-service-box--g {
	border: 4px solid #86C689;
}
.ml-service .ml-service-box .ml-service-box-head {
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 5px;
	border-radius: 36px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ml-service .ml-service-box.ml-service-box--b .ml-service-box-head {
	background-color: #48B3CB;
}
.ml-service .ml-service-box.ml-service-box--y .ml-service-box-head {
	background-color: #F3C950;
}
.ml-service .ml-service-box.ml-service-box--g .ml-service-box-head {
	background-color: #86C689;
}

.ml-service .ml-service-box .ml-service-box-title {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 1.75;
}
.ml-service .ml-service-box .ml-service-box-flex {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.ml-service .ml-service-box .ml-service-box-img {
	width: 224px;
	margin: 0 auto;
	display: block;
}
.ml-service .ml-service-box .ml-service-box-inner {
	width: calc(100% - 224px - 20px - 4px);
	text-align: center;
}
.ml-service .ml-service-box.ml-service-box--b .ml-service-box-inner {
	border: 2px solid #48B3CB;
}
.ml-service .ml-service-box.ml-service-box--y .ml-service-box-inner {
	border: 2px solid #F3C950;
}
.ml-service .ml-service-box.ml-service-box--g .ml-service-box-inner {
	border: 2px solid #86C689;
}
.ml-service .ml-service-box .ml-service-box-inner .ml-service-box-inner-head {
	padding: 10px 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.ml-service .ml-service-box.ml-service-box--b .ml-service-box-inner .ml-service-box-inner-head {
	background-color: #48B3CB;
}
.ml-service .ml-service-box.ml-service-box--y .ml-service-box-inner .ml-service-box-inner-head {
	background-color: #F3C950;
}
.ml-service .ml-service-box.ml-service-box--g .ml-service-box-inner .ml-service-box-inner-head {
	background-color: #86C689;
}
.ml-service .ml-service-box .ml-service-box-inner .ml-service-box-inner-tag {
	max-width: 130px;
	width: 100%;
	margin: 20px auto 10px;
	padding: 8px 0;
	background-color: #E54410;
	border-radius: 24px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
}
.ml-service .ml-service-box .ml-service-box-inner .ml-service-box-inner-price {
	margin-bottom: 26px;
	font-size: 18px;
}
.ml-service .ml-service-box.ml-service-box--b button,
.ml-service .ml-service-box.ml-service-box--b button::after {
	border-color: #48B3CB;
}
.ml-service .ml-service-box.ml-service-box--b button:hover {
	background-color: #48B3CB;
}
.ml-service .ml-service-box.ml-service-box--b button a {
	color: #48B3CB;
}
.ml-service .ml-service-box.ml-service-box--b button a:hover {
	color: #FFF;
}
.ml-service .ml-service-box.ml-service-box--y button,
.ml-service .ml-service-box.ml-service-box--y button::after {
	border-color: #F3C950;
}
.ml-service .ml-service-box.ml-service-box--y button:hover {
	background-color: #F3C950;
}
.ml-service .ml-service-box.ml-service-box--y button a {
	color: #F3C950;
}
.ml-service .ml-service-box.ml-service-box--y button a:hover {
	color: #FFF;
}
.ml-service .ml-service-box.ml-service-box--g button,
.ml-service .ml-service-box.ml-service-box--g button::after {
	border-color: #86C689;
}
.ml-service .ml-service-box.ml-service-box--g button:hover {
	background-color: #86C689;
}
.ml-service .ml-service-box.ml-service-box--g button a {
	color: #86C689;
}
.ml-service .ml-service-box.ml-service-box--g button a:hover {
	color: #FFF;
}
.ml-service .ml-service-box button:hover::after {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.ml-service .ml-service-support {
	margin-top: 60px;
}
.ml-service .ml-service-support .ml-service-support-head {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.ml-service .ml-service-support .ml-service-support-box {
	text-align: center;
}
.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-title {
	margin-bottom: 10px;
	padding: 15px 70px;
	background-color: #409EE8;
	border-radius: 30px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 17px 20px;
}
.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-img {
	width: 224px;
	display: block;
}
.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-inner {
	width: calc(100% - 224px - 20px);
}
.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-inner .ml-service-support-box-inner-text {
	font-size: 16px;
	text-align: left;
}

@media screen and (min-width:1081px) {
	.ml-sp1080 {
		display: none;
	}
}
@media screen and (max-width:1080px) {
	.ml-pc1080 {
		display: none;
	}

	.ml-about .ml-about-inner {
		padding: 180px 0 184px;
	}
	.ml-about .ml-about-bg-1 {
		width: calc((56 / 375) * 100%);
		top: 28px;
		left: 15%;
	}
	.ml-about .ml-about-bg-2 {
		width: calc((33 / 375) * 100%);
		top: 84px;
		left: 38%;
	}
	.ml-about .ml-about-bg-3 {
		width: calc((33 / 375) * 100%);
		top: 30px;
		left: inherit;
		right: 38%;
	}
	.ml-about .ml-about-bg-4 {
		width: calc((42 / 375) * 100%);
		top: 56px;
		left: inherit;
		right: 15%;
	}
	.ml-about .ml-about-bg-5 {
		width: calc((61 / 375) * 100%);
		top: inherit;
		bottom: 36px;
		right: inherit;
		left: 15%;
	}
	.ml-about .ml-about-bg-6 {
		width: calc((47 / 375) * 100%);
		top: inherit;
		bottom: 81px;
		right: inherit;
		left: 38%;
	}
	.ml-about .ml-about-bg-7 {
		width: calc((51 / 375) * 100%);
		top: inherit;
		bottom: 72px;
		right: 15%;
	}
	.ml-about .ml-about-bg-8 {
		width: calc((41 / 375) * 100%);
		top: inherit;
		bottom: 28px;
		right: 32%;
	}
}

@media screen and (min-width:768px) {
	.ml-sp767 {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.ml-pc767 {
		display: none;
	}

	.ml-license .ml-license-basic p {
		line-height: 1.5;
	}
}
@media screen and (max-width:750px) {
	.ml-service .ml-service-box .ml-service-box-inner {
		width: 100%;
	}
}
@media screen and (min-width:721px) {
	.ml-sp720 {
		display: none;
	}
}
@media screen and (min-width:601px) {
	.ml-sp600, .ml img.ml-sp600 {
		display: none;
	}
}
@media screen and (max-width:600px) {
	.ml-pc600, .ml img.ml-pc600 {
		display: none;
	}
	.ml button {
		font-size: 18px;
	}
	.ml button::after {
		width: 7px;
		height: 7px;
		right: 60px;
	}
	.ml button a {
		padding: 11px 88px 9px 63px;
	}

	.ml-top {
		padding: 42px 15px;
	}
	.ml-top .ml-top-head {
		margin-bottom: 18px;
		font-size: 20px;
	}
	.ml-top .ml-top-video {
		width: 74.2%;
	}
	.ml-about .ml-about-inner {
		width: calc(100% - 4% * 2);
		padding: 180px 4% 184px;
	}
	.ml-about h2 {
		margin-bottom: 15px;
		font-size: 26px;
	}
	.ml-about p {
		margin-bottom: 20px;
		line-height: 1.5;
		text-align: left;
	}
	.ml-about img {
		width: 86.96%;
	}
	.ml-about button {
		margin-top: 30px;
	}
	.ml-about .ml-about-bg-1 {
		width: calc((84 / 375) * 100%);
		top: 28px;
		left: 5%;
	}
	.ml-about .ml-about-bg-2 {
		width: calc((50 / 375) * 100%);
		top: 84px;
		left: 33%;
	}
	.ml-about .ml-about-bg-3 {
		width: calc((50 / 375) * 100%);
		top: 30px;
		left: inherit;
		right: 33%;
	}
	.ml-about .ml-about-bg-4 {
		width: calc((63 / 375) * 100%);
		top: 56px;
		left: inherit;
		right: 5%;
	}
	.ml-about .ml-about-bg-5 {
		width: calc((91 / 375) * 100%);
		top: inherit;
		bottom: 36px;
		right: inherit;
		left: 5%;
	}
	.ml-about .ml-about-bg-6 {
		width: calc((71 / 375) * 100%);
		top: inherit;
		bottom: 81px;
		right: inherit;
		left: 33%;
	}
	.ml-about .ml-about-bg-7 {
		width: calc((77 / 375) * 100%);
		top: inherit;
		bottom: 72px;
		right: 5%;
	}
	.ml-about .ml-about-bg-8 {
		width: calc((62 / 375) * 100%);
		top: inherit;
		bottom: 28px;
		right: 27%;
	}

	.ml-use {
		padding: 42px 4%;
	}
	.ml-use h2 {
		font-size: 24.5px;
	}
	.ml-use p {
		margin-bottom: 20px;
		text-align: left;
	}
	.ml-use .ml-use-video div {
		width: 74.2%;
	}
	.ml-use img {
		width: 100%;
	}
	.ml-use button {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.ml-example {
		padding: 62px 4% 30px;
	}
	.ml-example h2 {
		font-size: 24.5px;
	}
	.ml-example p {
		margin-bottom: 30px;
		text-align: left;
	}
	.ml-example .ml-example-box {
		display: block;
	}
	.ml-example .ml-example-box div {
		width: 100%;
		margin: 0 0 38px;
	}
	.ml-example .ml-example-box h3 {
		margin-top: 13px;
		font-size: 22px;
	}
	.ml-example button {
		margin-top: 49px;
	}

	.ml-license {
		padding: 58px 4% 80px;
	}
	.ml-license h2 {
		font-size: 26px;
	}
	.ml-license > div > p {
		margin-bottom: 30px;
		text-align: left;
	}
	.ml-license .ml-license-item.ml-license-item-basic,
	.ml-license .ml-license-item.ml-license-item-user,
	.ml-license .ml-license-item.ml-license-item-check {
		width: 94%;
	}
	.ml-license .ml-license-item.ml-license-item-basic p {
		text-align: left;
	}

	.ml-download {
		padding: 80px 4% 70px;
	}
	.ml-download h2 {
		font-size: 26px;
	}
	.ml-download p {
		margin-bottom: 30px;
		text-align: left;
	}
	.ml-download .ml-download-box {
		gap: 50px;
	}

	.ml-environment {
		padding: 62px 4% 60px;
	}
	.ml-environment h2 {
		font-size: 26px;
	}
	.ml-environment img {
		max-width: 345px;
	}
	.ml-environment p {
		margin-bottom: 30px;
		text-align: left;
	}

	.ml-service {
		padding: 62px 4% 43px;
	}
	.ml-service h2 {
		margin-bottom: 55px;
		font-size: 26px;
	}
	.ml-service .ml-service-box {
		padding: 46px 15px 30px;
	}
	.ml-service .ml-service-box .ml-service-box-head {
		width: 90%;
		font-size: 20px;
	}
	.ml-service .ml-service-box .ml-service-box-title {
		margin-bottom: 10px;
	}
	.ml-service .ml-service-box .ml-service-box-img {
		width: 280px;
	}
	.ml-service .ml-service-box .ml-service-box-inner .ml-service-box-inner-head {
		padding: 8px 20px;
	}
	.ml-service .ml-service-box .ml-service-box-inner .ml-service-box-inner-tag {
		margin: 16px auto 10px;
	}
	.ml-service .ml-service-box .ml-service-box-inner .ml-service-box-inner-price {
		margin-bottom: 18px;
	}

	.ml-service .ml-service-support .ml-service-support-head {
		margin-bottom: 20px;
	}
	.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-title {
		margin-bottom: 30px;
		padding: 15px 42px;
		font-size: 20px;
	}
	.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-img {
		width: 280px;
	}
	.ml-service .ml-service-support .ml-service-support-box .ml-service-support-box-inner {
		width: 100%;
	}
}
@media screen and (max-width:410px) {
	.ml-license .ml-license-add p {
		text-align: left;
	}
}