@charset "utf-8";
/* CSS Document */

#contents {
	display: flex;
	flex-direction: column;
	max-width: 950px;
	min-height: 35vh;
	margin: 100px auto 60px;
}
#contents a:link,
#contents a:visited,
#contents a:hover,
#contents a:active {
	color: #000;
	border-bottom:#666 1px solid;
}
#contents .tar {
	text-align: right!important;
}
#contents > h2 {
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
}
#contents > p {
	font-size: 16px;
	line-height: 160%;
	margin: 10px 0;
}
#contents > p.date {
	font-size: 16px;
	text-align: right;
	margin-bottom: 16px;
}
#contents > div.inquiry {
	max-width: 500px;
	font-size: 15px;
	line-height: 160%;
	border: #666 1px solid;
	margin: 40px auto 0;
	padding: 16px;
}
#contents > div.inquiry > h6 {
	text-align: center;
	margin-bottom: 8px;
}
#contents > dl.details {
	width: auto;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
}
#contents > dl.details > dt {
	width: 10%;
	line-height: 160%;
}
#contents > dl.details > dd {
	width: 90%;
	line-height: 160%;
}
#contents > ul {
	max-width: 800px;
	margin: 20px 0;
}
#contents > ul > li {
	text-indent:-1em;
	padding-left:1em;
	line-height: 160%;
}
#contents > ul.notes > li {
	font-size: 14px;
	text-indent:-1em;
	padding-left:1em;
	line-height: 140%;
}
#footer {
	margin-top: auto;
}
	@media only screen and (max-width: 700px) {
		#contents {
			display: flex;
			flex-direction: column;
			width: 90%;
			max-width: 90%;
			min-height: 75vh;
			margin: 50px auto 30px;
		}
		#contents > h2 {
			font-size: 5.5vw;
		}
		#contents > p {
		}
		#contents > p.date {
		}
		#contents > div.inquiry {
			width: 100%;
			max-width: 100%;
		}
		#contents > div.inquiry > h6 {
		}

		#contents > dl.details {
			width: 100%;
			max-width: 100%;
		}
		#contents > dl.details > dt {
			width: 20%;
		}
		#contents > dl.details > dd {
			width: 80%;
		}
		#contents > ul {
			width: 100%;
			max-width: 100%;
		}
		#contents > ul > li {
		}
		#contents > ul.notes > li {

		}
	}
	@media only screen and (min-width: 700px){
		#contents a.tel {
			pointer-events: none;
			color: #000;
			border:none;
		}
	}
	@media only screen and (max-width: 700px) {
		#contents a.tel {
			color: #000;
			border-bottom:#666 1px solid;
		}
	}
