@charset "utf-8";
/* CSS Document */

.outline > ul li {
  border-bottom: 1px dashed #00913a;
  padding: 1.5rem 0 .5rem 0;
}
.outline > ul li dl {
  display: flex;
}
.outline > ul li dl dt {
  flex-shrink: 0;
  display: block;
  width: 8rem;
  margin-right: 1rem;
	margin-left: .5rem;
  white-space: nowrap;
	text-align: left;
	font-weight: 700;
}
.outline > ul li dl dd {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .outline ul li dl{
    display:inherit;
  }
  .outline ul li dl dt{
		margin-bottom: .5rem;
		border-left: 5px solid #00913a;
		padding-left: 5px;
  }
  .outline ul li dl dd{
		margin-left: .5rem;
  }
}

.greeting p {
	text-indent: 1rem;
	line-height: 1.8rem;
	text-align: justify;
}
.btn_blue {
	background: rgba(50,173,198,1.00);
	width: 300px;
	padding: 1rem 0;
	font-size: 1.5rem;
	color: #fff;
	border: 5px double #fff;
}
.btn_blue:hover {
	background: rgba(50,173,198,0.80);
	text-decoration: none;
	color: #fff;
	border: 5px double #fff;
}

.btn_blue-outline {
	background: rgba(255,255,255,1.00);
	padding: 1rem;
	font-size: 1rem;
  width: 80%;
	color: rgba(50,173,198,1.00);
	border: 1px solid rgba(50,173,198,0.80);
}
.btn_blue-outline:hover {
	background: rgba(50,173,198,1.00);
	text-decoration: none;
	color: #fff;
	border: 1px solid rgba(50,173,198,0.80);
}

  /* ダウンロードボタン
===============================================================*/
.download_btn li {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
	.download_btn a {
		width: 100%;
	}
}