@charset "utf-8";
.ml-license {
	padding: 60px 0;
}
.ml-license .ml-license-box {
	max-width: 650px;
	margin: 0 auto 20px;
	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 50px;
	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-detail {
	max-width: 810px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 30px 20px 28px;
	border: 3px solid #80B880;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}
.ml-license .ml-license-detail::before {
	width: 34px;
	height: 35px;
	content: '';
	background-color: #80B880;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.ml-license .ml-license-detail::after {
	width: 28px;
	height: 29px;
	content: '';
	background-color: #FFF;
	position: absolute;
	top: -29px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.ml-license .ml-license-detail .ml-license-detail-head {
	margin-bottom: 25px;
	color: #E54410;
	font-size: 22px;
	font-weight: bold;
}
.ml-license .ml-license-detail .ml-license-detail-img1,
.ml-license .ml-license-detail .ml-license-detail-img2 {
	max-width: 610px;
	width: 100%;
	display: block;
}
.ml-license .ml-license-detail .ml-license-detail-text {
	margin: 10px 0;
	font-size: 16px;
}

.ml-license .ml-license-remark {
	margin-left: 7%;
}
.ml-license .ml-license-remark .ml-license-remark-text {
	font-size: 13px;
	text-align: left;
}

.ml-top {
	padding: 50px 15px;
}
.ml-top .ml-top-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ml-top .ml-top-box .ml-top-box-inner {
	margin: 0 auto 20px;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.ml-top .ml-top-btn {
	margin-right: 20px;
	padding: 5px 30px 4px;
	background-color: #FFF;
	border: 2px solid #E54410;
	border-radius: 32px;
	color: #E54410;
	font-weight: bold;
	display: inline-block;
	transition: all .3s ease-out;
}
.ml-top .ml-top-btn:hover {
	background-color: #E54410;
	color: #FFF;
	cursor: pointer;
}
.ml-top .ml-top-box .ml-top-btn span {
	font-size: 20px;
}

.ml-case {
	margin-bottom: 10px;
	padding: 0 15px;
}
.ml-case .ml-case-box {
	margin-bottom: 80px;
}
.ml-case .ml-case-box:last-child {
	margin-bottom: 0;
}
.ml-case .ml-case-box .ml-case-name {
	width: 702px;
	margin: 0 auto 12px;
	color: #E54410;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.ml-case .ml-case-box .ml-case-name span {
	font-size: 30px;
}
.ml-case .ml-case-box img.ml-case-ask {
	max-width: 702px;
	width: 100%;
	margin-bottom: 12px;
}
.ml-case .ml-case-box img.ml-case-arrow {
	width: 43px;
	margin-bottom: 13px;
}
.ml-case .ml-case-box h3 {
	margin-bottom: 10px;
	font-size: 23px;
}
.ml-case .ml-case-box h3 span {
	text-decoration: underline #F3C950 .5em;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}
.ml-case .ml-case-box .ml-case-text {
	margin-bottom: 20px;
	font-size: 16px;
}
.ml-case .ml-case-box img.ml-case-case {
	max-width: 702px;
	width: 100%;
	margin-bottom: 22px;
}
.ml-case .ml-case-box .ml-case-plan {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.ml-case .ml-case-box .ml-case-plan div {
	margin: 0 8px;
}
.ml-case .ml-case-box .ml-case-plan div p {
	width: fit-content;
	margin: 0 auto 6px;
	font-size: 16px;
	position: relative;
}
.ml-case .ml-case-box .ml-case-plan div p::before,
.ml-case .ml-case-box .ml-case-plan div p::after {
	width: 20px;
	height: 2px;
	content: '';
	background-color: #231815;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ml-case .ml-case-box .ml-case-plan div p::before {
	left: -18px;
	transform: rotate(60deg);
}
.ml-case .ml-case-box .ml-case-plan div p::after {
	right: -18px;
	transform: rotate(-60deg);
}
.ml-case .ml-case-box .ml-case-plan div h4 {
	width: fit-content;
	margin: 0 auto 10px;
	padding: 6px 45px;
	border-radius: 28px;
	color: #FFF;
	font-size: 20px;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-basic h4 {
	background-color: #86C689;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-user h4 {
	background-color: #6BABDC;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-check h4 {
	background-color: #D37354;
}
.ml-case .ml-case-box .ml-case-plan div table {
	width: 380px;
	margin: 0 auto;
	text-align: center;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-check table {
	width: 420px;
}
.ml-case .ml-case-box .ml-case-plan div table thead tr th {
	width: 50%;
	padding: 5px 0 2px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-basic table thead tr th {
	background-color: #86C689;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-user table thead tr th {
	background-color: #6BABDC;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-check table thead tr th {
	width: 33.33%;
	background-color: #D37354;
}
.ml-case .ml-case-box .ml-case-plan div table thead tr th:first-child {
	border-right: 1px solid #FFF;
}
.ml-case .ml-case-box .ml-case-plan div table thead tr th:last-child {
	border-left: 1px solid #FFF;
}
.ml-case .ml-case-box .ml-case-plan div table tbody tr td {
	width: 50%;
	padding: 8px 0 6px;
	font-size: 20px;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-basic table tbody tr td {
	border: 1px solid #86C689;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-user table tbody tr td {
	border: 1px solid #6BABDC;
}
.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-check table tbody tr td {
	width: 33.33%;
	border: 1px solid #D37354;
}
.ml-case .ml-case-box .ml-case-plus {
	width: 24px;
	margin: 0;
	padding-bottom: 14px;
}

.ml-simulator {
	width: fit-content;
	margin: 40px auto 20px;
	padding: 60px 38px 64px;
	border: 4px solid #E54410;
	border-radius: 30px;
}
.ml-simulator .ml-simulator-slot {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ml-simulator > .ml-simulator-slot {
	justify-content: flex-start;
}
.ml-simulator .ml-simulator-slot .ml-slot-tag {
	margin-right: 10px;
}
.ml-simulator .ml-simulator-slot .ml-slot-btn {
	width: 34px;
	height: 34px;
	background-color: #F5F5F5;
	border: 1px solid #000;
	color: #646464;
	font-size: 20px;
	user-select: none;
}
.ml-simulator .ml-simulator-slot .ml-slot-btn:hover {
	cursor: pointer;
}
.ml-simulator .ml-simulator-slot .ml-slot-btn-substract {
	border-right: none;
}
.ml-simulator .ml-simulator-slot .ml-slot-btn-add {
	border-left: none;
}
.ml-simulator .ml-simulator-slot input {
	width: 60px;
	height: 34px;
	padding: 0;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.ml-simulator .ml-simulator-box {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.ml-simulator .ml-simulator-box img.ml-case-plus {
	width: 24px;
	margin: 0 10px;
	padding-bottom: 69px;
}
.ml-simulator .ml-simulator-box .ml-simulator-item {
	width: 260px;
}
.ml-simulator .ml-simulator-box .ml-simulator-item > p {
	width: fit-content;
	margin: 0 auto 10px;
	position: relative;
}
.ml-simulator .ml-simulator-box .ml-simulator-item > p::before,
.ml-simulator .ml-simulator-box .ml-simulator-item > p::after {
	width: 20px;
	height: 2px;
	content: '';
	background-color: #231815;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ml-simulator .ml-simulator-box .ml-simulator-item > p::before {
	left: -18px;
	transform: rotate(60deg);
}
.ml-simulator .ml-simulator-box .ml-simulator-item > p::after {
	right: -18px;
	transform: rotate(-60deg);
}
.ml-simulator .ml-simulator-box .ml-simulator-item .ml-simulator-img {
	max-width: 226px;
	width: 91.1%;
	margin: 0 auto 20px;
	aspect-ratio: 113 / 40;
	position: relative;
}
.ml-simulator .ml-simulator-box .ml-simulator-basic .ml-simulator-img {
	background: url(../img/simulator_img_1.png) no-repeat center/cover;
}
.ml-simulator .ml-simulator-box .ml-simulator-user .ml-simulator-img {
	background: url(../img/simulator_img_2.png) no-repeat center/cover;
}
.ml-simulator .ml-simulator-box .ml-simulator-check .ml-simulator-img {
	background: url(../img/simulator_img_3.png) no-repeat center/cover;
}
.ml-simulator .ml-simulator-box .ml-simulator-item .ml-simulator-img p {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 18.8%;
	transform: translate(50%, -50%);
}
.ml-simulator .ml-simulator-box .ml-simulator-item table {
	width: 91.1%;
	margin: 0 auto;
}
.ml-simulator .ml-simulator-box .ml-simulator-item table tr th {
	padding: 2px 0 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.ml-simulator .ml-simulator-box .ml-simulator-basic table tr th {
	background-color: #86C689;
	border: 2px solid #86C689;
}
.ml-simulator .ml-simulator-box .ml-simulator-user table tr th {
	background-color: #6BABDC;
	border: 2px solid #6BABDC;
}
.ml-simulator .ml-simulator-box .ml-simulator-check table tr th {
	background-color: #D37354;
	border: 2px solid #D37354;
}
.ml-simulator .ml-simulator-box .ml-simulator-item table tr td {
	padding: 8px 0 6px;
	font-size: 20px;
	text-align: center;
}
.ml-simulator .ml-simulator-box .ml-simulator-basic table tr td {
	border: 2px solid #86C689;
}
.ml-simulator .ml-simulator-box .ml-simulator-user table tr td {
	border: 2px solid #6BABDC;
}
.ml-simulator .ml-simulator-box .ml-simulator-check table tr td {
	border: 2px solid #D37354;
}
.ml-simulator .ml-simulator-sum table {
	width: calc(260px * 2 + 260px * 0.911 + 44px * 2);
	margin: 0 auto;
}
.ml-simulator .ml-simulator-sum table tr th {
	padding: 3px 0 1px;
	background-color: #2F3A69;
	border: 2px solid #2F3A69;
	color: #FFF;
	font-size: 18px;
}
.ml-simulator .ml-simulator-sum table tr td {
	padding: 8px 0 6px;
	border: 2px solid #2F3A69;
	font-size: 20px;
	text-align: center;
}


@media screen and (max-width:1000px) {
	.ml-pc1000,
	img.ml-pc1000 {
		display: none;
	}

	.ml-simulator > .ml-simulator-slot {
		justify-content: center;
	}
	.ml-simulator .ml-simulator-box {
		display: block;
	}
	.ml-simulator .ml-simulator-box .ml-simulator-item {
		width: 100%;
		margin: 0 auto 42px;
	}
	.ml-simulator .ml-simulator-box .ml-simulator-item table {
		width: 100%;
	}
	.ml-simulator .ml-simulator-sum table {
		width: 100%;
	}
}
@media screen and (max-width:900px) {
	.ml-case .ml-case-box .ml-case-plan {
		display: block;
	}
	.ml-case .ml-case-box .ml-case-plan div {
		margin: 0 auto;
	}
	.ml-case .ml-case-box .ml-case-plus {
		margin: 8px auto 10px;
		padding-bottom: 0;
	}
}
@media screen and (max-width:767px) {
	.ml-license .ml-license-basic p {
		line-height: 1.5;
	}
	.ml-license .ml-license-remark {
		margin: 0;
	}
}
@media screen and (min-width:601px) {
	.ml-sp600,
	img.ml-sp600 {
		display: none;
	}
}
@media screen and (max-width:600px) {
	.ml-pc600,
	img.ml-pc600 {
		display: none;
	}

	.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-license .ml-license-detail {
		padding: 26px 20px 10px;
	}
	.ml-license .ml-license-detail .ml-license-detail-head {
		margin: 0 auto 13px;
		font-size: 18px;
	}
	.ml-license .ml-license-detail .ml-license-detail-img1,
	.ml-license .ml-license-detail .ml-license-detail-img2 {
		width: 96%;
	}
	.ml-license .ml-license-detail .ml-license-detail-text {
		text-align: left;
	}

	.ml-top .ml-top-box .ml-top-box-inner {
		display: block;
	}
	.ml-top .ml-top-box .ml-top-box-inner p:first-child {
		margin-bottom: 10px;
	}
	.ml-top .ml-top-box .ml-top-box-inner p:last-child {
		text-align: left;
	}
	.ml-top .ml-top-btn,
	.ml-top .ml-top-btn span {
		font-size: 16px;
	}
	.ml-top .ml-top-btn {
		padding: 8px 30px 7px;
	}

	.ml-case {
		margin-bottom: 20px;
	}
	.ml-case .ml-case-box {
		margin-bottom: 50px;
	}
	.ml-case .ml-case-box .ml-case-name {
		margin: 0 auto 8px;
	}
	.ml-case .ml-case-box img.ml-case-ask,
	.ml-case .ml-case-box img.ml-case-case {
		max-width: 345px;
	}
	.ml-case .ml-case-box img.ml-case-ask {
		margin-bottom: 10px;
	}
	.ml-case .ml-case-box .ml-case-text {
		margin-bottom: 10px;
		text-align: left;
	}
	.ml-case .ml-case-box .ml-case-plan div table {
		width: 300px;
	}
	.ml-case .ml-case-box .ml-case-plan div.ml-case-plan-check table {
		width: 330px;
	}
	.ml-case .ml-case-box .ml-case-plan div table tbody tr td {
		font-size: 17px;
	}

	.ml-simulator {
		margin: 30px 15px 50px;
		padding: 48px 22px;
	}
	.ml-simulator .ml-simulator-slot {
		margin-bottom: 20px;
	}
	.ml-simulator > .ml-simulator-slot {
		margin-bottom: 44px;
	}
	.ml-simulator .ml-simulator-slot input {
		width: 80px;
		height: 50px;
		font-size: 22px;
	}
	.ml-simulator .ml-simulator-slot .ml-slot-btn {
		width: 50px;
		height: 50px;
		font-size: 28px;
	}
}
@media screen and (max-width:410px) {
	.ml-license .ml-license-add p {
		text-align: left;
	}
}