@charset "utf-8";
/*------------------------------------------------------------
	price
------------------------------------------------------------*/
#main {
	font-feature-settings: "palt"; 
	-moz-font-feature-settings: "palt";
}
#main .content {
	width: 965px;
}
#main .sec01 {
	margin-bottom: 123px;
}
#main .sec01 .headLine01 {
	margin-bottom: 56px;
}
#main .sec01 .listUl {
	margin-bottom: 96px;
}
#main .sec01 .listUl li {
	margin: 0 35px;
	padding: 23px 0;
	width: 325px;
	position: relative;
	color: #00456f;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #00456F;
	background-color: #F5F8FA;
}
#main .sec01 .listUl li::before {
	margin-top: -6px;
	position: absolute;
	width: 12px;
	height: 12px;
	right: -44px;
	top: 50%;
	background: url("../img/common/icon05.png") no-repeat right center;
	background-size: 12px 12px;
	content: "";
}
#main .sec01 .listUl li:last-child::before {
	display: none;
}
#main .sec01 .title {
	padding-left: 220px;
	margin-bottom: 43px;
	position: relative;
}
#main .sec01 .title .num {
	position: absolute;
	margin-top: -25px;
	padding: 8px 25px;
	left: 0;
	top: 50%;
	display: inline-block;
	font-size: 2rem;
	letter-spacing: 0.05em;
	color: #00456f;
	font-weight: bold;
	border: 2px solid #00456F;
	background-color: #F5F8FA;
}
#main table {
	margin-bottom: 17px;
	width: 100%;
	border-collapse: collapse;
}
#main th,
#main td {
	padding: 8px 10px 7px;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
	box-sizing: border-box;
	border: 1px solid #808080;
}
#main .sec01 th {
	width: 20%;
	background-color: #f5f8fa;
}
#main .sec01 td:first-child {
	background-color: #f9f9f9;
}
#main .textList li {
	margin-bottom: 4px;
	font-size: 1.5rem;
}
#main .textList li:last-child {
	margin-bottom: 0;
}
#main .sec01 .tax {
	margin-bottom: 91px;
}
#main .sec01 .charge .contents {
	width: 59.6%;
}
#main .sec01 .charge .number {
	width: 23.6%;
}
#main .sec01 .charge .monthly {
	width: 17.8%;
}
#main .sec01 .charge td:first-child {
	background-color: #fff;
	text-align: left;
}
#main .sec01 .charge td .position {
	text-align: center;
	display: block;
}
#main .sec02 {
	margin-bottom: 119px;
}
#main .sec02 .headLine01 {
	margin-bottom: 46px;
}
#main .sec02 th {
	width: 40.7%;
	background-color: #f5f8fa;
}
#main .sec02 th .bold {
	font-weight: bold;
	display: inline-block;
}
#main .sec03 .headLine01 {
	margin-bottom: 46px;
}
#main .sec03 .ttl {
	margin-bottom: 40px;
	text-align: center;
}
#main .sec03 th,
#main .sec03 td {
	text-align: left;
}
#main .sec03 th {
	width: 52.4%;
	background-color: #f5f8fa;
}
#main .sec03 .txt {
	font-size: 1.5rem;
	line-height: 1.75;
}
#main .sec03 .textList {
	margin-left: 15px;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		margin-bottom: 80px;
	}
	#main .sec01 .headLine01 {
		margin-bottom: 50px;
	}
	#main .sec01 .listUl {
		margin-bottom: 90px;
		display: block;
	}
	#main .sec01 .listUl li {
		margin: 0 auto 40px;
		padding: 15px 0;
		width: auto;
		max-width: 320px;
		font-size: 1.8rem;
	}
	#main .sec01 .listUl li::before {
		margin: 0 0 0 -6px;
		right: auto;
		left: 50%;
		bottom: -30px;
		top: auto;
		background-position: center bottom;
	}
	#main .sec01 .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .title {
		padding-left: 0;
		margin-bottom: 35px;
	}
	#main .sec01 .title .num {
		margin-top: -50px;
		padding: 5px 25px;
		top: 0;
		font-size: 1.8rem;
	}
	#main table {
		margin-bottom: 15px;
	}
	#main .textList li {
		font-size: 1.3rem;
	}
	#main .sec02 {
		margin-bottom: 80px;
	}
	#main .sec03 .ttl {
		margin-bottom: 30px;
	}
	#main .sec03 .txt {
		font-size: 1.3rem;
	}
}