/***********************************************************************
 * #Contents .pageTbl
 ********************************************************************* */
  #Contents .pageTbl th ,
  #Contents .pageTbl td {
    padding: 15px;
    border: 1px solid #d9d9d9;
  }
  #Contents .pageTbl th:first-child ,
  #Contents .pageTbl td:first-child {
    border-left: none;
  }
  #Contents .pageTbl th:last-child ,
  #Contents .pageTbl td:last-child {
    border-right: none;
  }
  #Contents .pageTbl th {
    background: #f7f7f7;
  }
@media print, screen and (min-width: 768px) {
#Contents .pageTbl {
	margin: 20px 0;
}
}
@media only screen and (max-width: 767px) {
#Contents .pageTbl {
	margin: 15px 0;
}
}

#Contents .sublinkList{
  margin-top: 0;
}
#Contents .sublinkList > li a {
  display: block;
}
#Contents .sublinkList > li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#Contents .sublinkList > li .listInner {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  #Contents .sublinkList > li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #Contents .sublinkList > li .listInner {
    padding: 10px 40px;
  }
  
  #Contents .sublinkList{
  margin-bottom:20px;
}
}
@media only screen and (max-width: 767px) {
  #Contents .sublinkList{
    margin-top: 25px;
  }
  #Contents .sublinkList > li {
    margin-top: 15px;
  }
  #Contents .sublinkList > li:first-child {
    margin-top: 0;
  }
  #Contents .sublinkList > li .listInner {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
.komeIndent {
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.noteHeadingIn {
	font-weight: normal;
	color: #333;
	font-size: 0.75em;
	padding-left: 0.5em;
}
.flowList > li {
	position: relative;
}
.flowList > li:last-child {
	margin-bottom: 0;
}
.flowList > li::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.flowList > li:last-child::before {
	content: none;
}
.flowList > li .numBlock {
	color: #3d7e48;
	text-align: center;
}
.flowList > li .numBlock .num {
	font-size: 3em;
}
.decimalList {
	list-style-type: decimal;
	padding-left: 1.25em;
}
.decimalList > li {
	margin-bottom: 0.25em;
}
.decimalList > li:last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
.flowList > li {
	border: 10px solid #dedede;
	padding: 30px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}
.flowList > li::before {
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #3d7e48;
	bottom: -50px;
}
.flowList > li .numBlock {
	width: 370px;
}
.flowList > li .txtBlock {
	width: calc(100% - 370px);
}
.flowList > li .numBlock p {
	font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.flowList > li {
	border: 5px solid #dedede;
	padding: 10px;
	margin-bottom: 30px;
}
.flowList > li::before {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #3d7e48;
	bottom: -30px;
}
.flowList > li .numBlock {
	margin-bottom: 1em;
}
.flowList > li .numBlock p {
	font-size: 1.4rem;
}
}