@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: 150px;
}

.box-message img {
	position: absolute;
	top:60px;
	right: 0;
	max-width: 600px;
	width: 50%;
	margin-bottom: 40px;
	border-radius: 30px;
}

.box-rule {
	margin-bottom: 60px !important;
}

.list-rule {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 60px;
}

.list-rule li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 80px;
	position: relative;
	padding-top: 120px;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 50px 20px 10px;
}

.list-rule li:last-child {
	margin-right: 0;
}

.list-rule li::after {
	position: absolute;
	text-align: left;
	display: block;
	width: 100%;
	font-size: 60px;
	top:-62px;
}

.list-rule li:nth-of-type(1)::after {content: '01';}
.list-rule li:nth-of-type(2)::after {content: '02';}
.list-rule li:nth-of-type(3)::after {content: '03';}
.list-rule li:nth-of-type(4)::after {content: '04';}


.list-rule h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.list-rule h3 small {
	display: block;
    font-size: 13px;
}

@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%;
	}
	
	.box-message img {
	  position: relative;
	  width: 100%;
	  max-width: 100%;
	}
	.list-rule li {
		margin-right: 10%;
		width: 45%;
	}
	.list-rule li:nth-child(even){
		margin-right: 0;
	}
}


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

@media(max-width:600px){
	.content-inbody .box {
		margin-bottom: 50px;
	}
	.box-message .box-txt {
		margin: 0 0 40px 0 !important;
	}
	.list-rule li {
		width: 100%;
		margin-right: 0 !important;
	}
	.list-rule li:last-child {
		margin-bottom: 20px;
}
}

