@charset "utf-8";
@import url("page.css");
/* CSS Document */

#title {
	width: 100%;
}

#title h2 {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.subtit {
	font-size: 20px;
	font-weight: 600;
	color: #135966;
	text-align: center;
	margin: 30px auto;
	width: 96%;
}

#point {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.ptbox {
	display: block;
	margin: 0 0 40px;
	width: 100%;
}

.ptbox img {
	height: auto;
	width: 100%;
}

.ptbox dt {
	margin: 0;
}
.ptbox dd {
	margin: 20px 0 40px;
	padding: 0 5px;
	box-sizing: border-box;
}
.ptbox dd ul li {
	margin-left: 1.5em;
	list-style: disc;
}
@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/point/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 488px;
	width: 1100px;
}

.subtit {
	font-size: 35px;
	color: #0CA5B2;
	text-align: left;
	margin: 60px auto;
	width: 925px;
}

#point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stertch;
	margin: 0 auto;
	width: 924px;
}

.ptbox {
	display: flex;
	margin: 0 0 40px;
	width: 436px;
}

.pt01 {
	background-image: url(../images/point/point01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 191px;
	width: 436px;
}

.pt02 {
	background-image: url(../images/point/point02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 191px;
	width: 436px;
}

.pt03 {
	background-image: url(../images/point/point03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 158px;
	width: 436px;
}

.pt04 {
	background-image: url(../images/point/point04.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 158px;
	width: 436px;
}
}