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

.system section {
	margin-bottom: 3rem;
}
.system section a {
	text-decoration: underline;
}
.system section a[href^="tel"] {
	text-decoration: none;
}
.system section h2 {
	padding: 0.5rem 0.9rem;
	background-color: #fff5fa;
	border-radius: 8px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
}
.system section .inner {
	padding: 1.5rem;
}
.system section p {
	margin-bottom: 1.5rem;
}
.system section p + img {
	margin: 0 0 0 auto;
}
.system section dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
	padding: 1.0rem 0;
  border-bottom: 1px solid #ddd;
}
.system section dl:first-of-type {
	border-top: 1px solid #ddd;
}
.system section dl:last-of-type {
	margin-bottom: 1rem;
}
.system section dl dt {
	padding-left: 0.5rem;
	width: 25%;
	font-weight: bold;
}
.system section dl dd {
	width: 75%;
	padding-right: 0.5rem;
}
.system section iframe {
	width: 100%;
}
.system section h3 {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
.system section h3 + p {
	margin-bottom: 1.5rem;
	font-size: 0.95rem;
}
.system section ul{margin-bottom:2rem;}

.right{margin-left:250px;}

@media only screen and (max-width:480px) {
	.system section h2 {
		font-size: 1.1rem;
		text-align: center;
	}
	.system section .inner {
		padding: 0.8rem;
	}
	.system section dl {
		padding: 1.5rem 0;
	}
	.system section dl:last-of-type {
		margin-bottom: 3rem;
	}
	.system section dl dt {
		padding-left: 0.2rem;
		width: 25%;
	}
	.system section dl dd {
		width: 75%;
	}
	.system section iframe {
		height: 350px;
	}
}








