@charset "utf-8";

.index .box1 {margin-bottom: 50px;}
.index .box1 p {margin-bottom: 15px;}
.index .box1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index .box1 ul li:first-child {flex: 1;}
.index .box1 ul li:last-child {
	width: 400px;
	margin-left: 30px;
}
.index .characteristic {margin-bottom: 30px;}
.index .characteristic li {
	margin-bottom: 10px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.index .characteristic li .fa-check-circle {
	margin-right: 0.5em;
	color: rgba(255,121,0,1);
}
.index .linkBox {
	max-width: 400px;
	margin: 15px auto 0;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.index .linkBox a {
	display: block;
	padding: 10px;
	color: #fff;
	background-image: url(../../img/arrow2.svg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 16px auto;
	background-color: rgba(0,86,150,1);
}
.index .linkBox a:hover {
	text-decoration: none;
	background-color: rgba(0,86,150,0.8);
}

@media only screen and (max-width: 1120px) {
	.index .box1 ul li:last-child {width: 340px;}
}
@media only screen and (max-width: 768px) {
	.index .box1 ul li:first-child {flex: 100%;}
	.index .box1 ul li:last-child {width: 400px; margin: 30px auto 0;}
}
