@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
	background-image: url(../../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

@media screen and (max-width: 1015px) {
	.wrapper {
		background-position: right top;
	}
}


p {
	margin-bottom: 30px;
}

.icon_ulc li {
	background-image: url(../common/images/icon_check.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
	padding-left: 25px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6D9;
	padding-top: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}
