@charset "utf-8";
/* CSS Document */

h3 {
  position: relative;
  padding: .5rem;
  border-bottom: 6px solid #009944;
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
}
h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #7DC59D;
}
h4 {
	padding: .5rem 1rem;
  border-left: 5px solid #009944;
  background: #f4f4f4;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
h5 {
  color: #009944;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
h5 span {
  position: absolute;
  text-align: end;
  top: 0;
  right:0;
  display: block;
  color: #333;
  font-weight: normal;
    font-size: 1.1rem;
}
.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;
}
.program_box {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.coi_box dl,
.program_box dl {
  display: block;
  margin-bottom: 5px;
  margin-left: 1rem;
}
.coi_box dl {
  margin-left: 0;
}
.coi_box dl dt,
.program_box dl dt {
  float: left;
  clear: left;
  width: 3rem;
}
.coi_box dl dd,
.program_box dl dd {
  margin-left: 3rem; 
}
.program_box h6 {
  font-weight: bold;
  font-size: 1.2rem;
  margin:1rem 0; 
}
@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);
}

a.btn_green {
	background:#009944;
	color: #fff;
	width: 400px;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 1rem;
}
a.btn_green:hover,
a.btn_green.disabled {
	opacity: 0.6;
	background: #009944;
	color: #fff;
	text-decoration: none;
}
.table01 {
	width: 90%;
}
.table01 thead th {
	background: #F4F4F4;
	text-align: center;
}
.table01 tbody th {
	background: #F4F4F4;
}
.table01 tbody td {
	text-align: center;
}
@media screen and (max-width: 576px) {
	.table01 {
		font-size: .9rem;
		width: 100%;
	}
  h5 {
    color: #009944;
    font-weight: bold;
    position:inherit;
    margin-bottom: 1rem;
  }
  h5 span {
    position:inherit;
    text-align: start;
    margin-top: 10px;
    display:inherit;
    color: #333;
    font-weight: normal;
  }
  .program_box dl {
    margin-left: 0;
  }
}
  /* ダウンロードボタン
===============================================================*/
.download_btn li {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
	.download_btn a {
		width: 100%;
	}
}

.delred {
    color: #f00;
    text-decoration: line-through;
}
.delred span {
    color: #999;
}