@charset "utf-8";

/*--------------------------------------
kiyaku
----------------------------------------*/
body{
	background-color:#F4F0EC;
}

h1{
	width:100%;
	min-width:1200px;
	text-align:center;
	color: #1A2429;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 40px */
	padding:100px 0;
}

.wrapper{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	position:relative;
	padding-bottom:100px;
}

.contents{
	width:1140px;
	margin:0 auto;
	position:relative;
	border-radius: 20px;
	background: #FFF;
	padding:80px 50px;
}

h2{
	color: #1A2429;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 35.2px */
}

.contents ul{
	margin:20px 0 50px;
}

.contents ul li{
	text-indent: -1em;
	margin-left: 1em;
	color: #1A2429;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	margin-bottom:20px;
}

.contents ul li:last-child{
	margin-bottom:0;
}

.contents ul li:before{
	content:"・";
}

.contents p{
	color: #1A2429;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	margin-bottom:20px;
}

.contents a{
	color: #04B7DF;
	text-decoration:none;
}

@media screen and (max-width:1300px) {
	h1{
		min-width:100%;
	}

	.wrapper{
		min-width:100%;
	}

	.contents{
		width:84%;
		box-sizing:bordre-box;
	}

	h2{
		color: #1A2429;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 35.2px */
	}

	.contents ul{
		margin:20px 0 50px;
	}

	.contents ul li{
		text-indent: -1em;
		margin-left: 1em;
		color: #1A2429;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		margin-bottom:20px;
	}

	.contents ul li:last-child{
		margin-bottom:0;
	}

	.contents ul li:before{
		content:"・";
	}

	.contents p{
		color: #1A2429;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		margin-bottom:20px;
	}

	.contents a{
		color: #04B7DF;
		text-decoration:none;
	}
}


@media screen and (max-width:767px) {
	h1{
		min-width:100%;
		font-size: 10.0vw;
		padding:24vw 0;
	}

	.wrapper{
		min-width:100%;
		padding-bottom:24vw;
	}

	.contents{
		width:90%;
		padding:12% 5%;
		box-sizing:border-box;
	}

	h2{
		font-size: 5.8vw;
	}

	.contents ul{
		margin:7% 0 20%;
	}

	.contents ul li{
		font-size: 4.0vw;
		margin-bottom:7%;
	}

	.contents ul li:last-child{
		margin-bottom:0;
	}

	.contents ul li:before{
		content:"・";
	}

	.contents p{
		font-size: 4.0vw;
		margin:7% 0 2%;
	}

}