#square #container .outer-inner .section-block h4{
	font-size: 18px;
	margin: 35px 0 0;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #00a701 !important;
	padding: 10px 15px;
	background: none;
}

#square #container .outer-inner .section-block h5{
	font-size: 16px;
	border-bottom: 1px solid #00a701 !important;
	padding:0 0 10px;
	margin: 35px 0 0;
}

.box1 {
	padding:0 0 0 15px ;
	text-align: left ;
	margin-top: 20px;
	font-size:14px;
}

.box1_innner {
	padding:0 0 0 15px ;
	text-align: left ;
	color: #00a701;
	font-weight: bold;
	font-size: 16px;
}

.box2 {
	border-radius: 20px ;
	border: 2px solid #ccc ;
	padding: 15px ;
	text-align: center ;
	margin-top: 20px;
}

.box2_innner {
	border-radius: 5px;
	background-color:#172d61;
	padding: 10px;
	margin: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.link-content_s01 li {
	float: left;
	margin: 0 0 10px;
	border: 2px solid #1c1987;
	padding: 15px;
	font-size: 14px;
}

.link-content_s01 li.off{
	border: 2px solid #ccc !important;
}

.l_img img {float: left;}
.link-content_s01 li span {
	margin-top:15px;
	font-size: 12px;
}

.link-content_s01 li a:hover{
	background: #ccc;
	text-decoration: none;
}

.link-content_s01 li:nth-child(2n){
	margin-right: 0px;
}

p{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 0;
	padding: 0;
}


/* アコーディオン */
input {
  display: none;
}
label {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  background: #00a701;
  color: #FFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size:14px;
  font-weight:bold;
  width:90%;
  text-align:center;
  margin-top:20px;
}
label:hover {
  background: #8ff152;
}
.panel {
  height: 0;
  overflow: hidden;
  padding: 0;
}
input:checked + .panel {
  height: auto;
}

.panel .table03 tr td{
	width:7%;
}

.jfa_id01{
	background:#4ed04e !important;
	color:#fff;
}

.jfa_id02{
	background:#18bd18 !important;
	color:#fff;
}

.jfa_id03{
	background:#359256 !important;
	color:#fff;
}

.jfa_id00{
	background:#fd699a !important;
	color:#fff;
}

.jfa_id00_ttl{
	background:#fc4783 !important;
	color:#fff;
}

.txtL {
	text-align: left;
	float: left;
}
.txtR {
  text-align: right;
}
