@charset "utf-8";


.content-inbody {
	width: 100%;
}

.content-inbody .box {
	color: #FFF;
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 100px;
}

.content-inbody .list-txt ul {
	display: flex;
	flex-wrap: wrap;
}

.content-inbody .list-txt li {
	width: 50%;
}

.content-inbody .list-txt li:first-child {
	margin-right: 5%;
	width: 45%;
}



.box-message .box-txt {
	position: relative;
	margin-right: 55%;
	min-height: 400px;
	margin-bottom: 80px;
}

.box-message img {
	position: absolute;
	top:100px;
	right: 0;
	max-width: 600px;
	width: 50%;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 30px;
	/*mask-image: url("../img/mask.svg");
	mask-position: 50% 50%;
	mask-size: 50%;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("../img/mask.svg");
	-webkit-mask-position: 50% 50%;
	-webkit-mask-size: 50%;
	-webkit-mask-repeat: no-repeat;*/
}
/*
.box-form {
	margin-bottom: 0 !important;
}

.btn-form {
	left: calc( 50% - 190px );
}*/

@media(max-width:1000px){
	.content-inbody .box h2 br {
	  display: none;
	}
	.box-message .box-txt {
	  margin: 0 0 80px 0 !important;
	  min-height: inherit;
	}
	.box-message .box img {
	  position: relative;
	  width: 100%;
	  max-width: 100%;
	}
	.content-inbody .box-txt p {
	  width: 100%;
	}
	.content-inbody .list-txt ul {
	  display: block;
	}
	.content-inbody .list-txt li,
	.content-inbody .list-txt li:first-child {
	  margin-right: 0;
	  width: 100%;
	}
	.box-message img {
	  position: relative;
	  width: 100%;
	  max-width: 100%;
	}
}

@media(max-width:768px){
	.box-message img {
		top:0px;
	}
}

@media(max-width:600px){
	.content-inbody .box {
		margin-bottom: 50px;
	}
	.content-inbody .list-txt ul {
	  margin-bottom: 80px;
	}
	.box-message .box-txt {
		margin: 0 0 40px 0 !important;
	}
}

