.entry-content{
	color:rgb(50,50,50);
}
.entry-content > div{
	text-align: center;
}
.entry-content img{
	margin-bottom: 45px;
}
.main{
	max-width: 800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 121px;
	margin-bottom: 70px;
	text-align: left;
}
.sub{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width: 90%;
}

.main , .sub{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 3px;
}


.table dl {
	margin: 0;
	width: 100%;
}
.table dl:first-child {
	border-top: solid 1px rgb(129,216,208);
}
.table dt, .table dd {
	margin: 0;
	padding: 0.4375em;
	text-align: left;
}

#table1 , #table2, .table {
	width: 90%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	font-size: 17px;
}

#table1 td , #table2 td, .table dd {
	border-bottom:solid 1px rgb(129,216,208);
	border-right: none;
	padding: 30px;
}
#table1 th , #table2 th, .table dt {
	width: 136px;
	border-bottom:solid 1px rgb(129,216,208);
	border-right: solid 1px rgb(129,216,208);
	border-left: none;
	background-color: rgb(245,251,251);
	color: rgb(50,50,50);
	text-align: center;
	font-weight:normal !important;
}
#table1 tr:last-child > * , #table2 tr:last-child > *{
	border-bottom: solid 1px rgb(129,216,208);
}
#table1 tr:first-child > *  , #table2 tr:first-child > *{
	border-top: solid 1px rgb(129,216,208);
}
#table1 ul{
	margin-bottom: 0px;
	margin-left: 0px;
}
#table1 li{
	list-style:none;
}

#table2{
	margin-bottom: 80px;
}
.circle{
	border-radius: 50%;
	background-color: rgb(129,216,208);
	display: inline-block;
	width: 1rem;
	height :1rem;
	margin-right: 10px;
	margin-top: 5px;
	vertical-align: top;
}
.ward{
	white-space:nowrap;
	display: inline-block;
}
hr{
	width: 90%;
	max-width: 1100px;
	background-color: transparent;
	border-bottom: dashed 1px rgb(129,216,208);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 83px;
	margin-top: 83px;
}

.header_sp{
	display: none;
}

@media screen and (max-width: 550px){
	#table1 td , #table2 td , #table1 th , #table2 th{
		display: block;
		float: left;
	}
	#table1 tr{
		float:none;
		clear: both;
	}
	#table1 td , #table2 td{
		width: 100%;
	}
	#table1 td , #table2 td{
		padding: 15px;
	}

	.table {
	}
}

@media screen and (min-width: 551px){
	.table {
	}
	.table dl {
		display: table;
	}
	.table dt, .table dd {
		display: table-cell;
		vertical-align: middle;
	}
}



@media screen and (max-width: 1108px){
	.header_pc{
		display: none;
	}
	.header_sp{
		display: block;
	}
	.pageheader{
		height: 45vw;
		width: auto ! important;
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.entry-content > p:nth-child(1){
		height: 45vw;
	}
}
