#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 {
	text-align: left ;
	margin-top: 20px;
	font-size:14px;
}

.box1_innner {
	border-radius: 5px ;
	padding: 5px 0 5px 10px ;
	color: #00a701;
	font-weight: bold;
	font-size: 18px;
}

.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;
}

#square #container .outer-inner .section-block ul {
  margin-top: 20px;
}

.link-content_s01 li {
	width: 375px;
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #1c1987;
	padding: 15px;
	font-size: 14px;
}

.link-content_s01 li.off{
	border: 2px solid #ccc !important;
}

.l_box { display: table;}
.l_img,.l_txt {
  display: table-cell;
  vertical-align: top;
}

.l_img img {margin-right:15px;}
.link-content_s01 li span {
	display:block;
	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: 0;
}

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;*/
  background: #fff;
  color: #052667;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size:20px;
  font-weight:bold;
  width:100%;  
  margin-top:20px;
}
label:hover {
  /*background: #8ff152;*/
  background: #fff;
}
.panel {
  height: 0;
  overflow: hidden;
  padding: 0;
}
input:checked + .panel {
  height: auto;
}

.panel .table03 tr td{
	width:50px;
}

.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;
}

h3 {
	background: #052667;
	font-size: 26px;
	font-weight: 700;
	padding: 10px;
	line-height: 1;
	color: #fff;
}
.title {
	border: solid 1px #222;
	padding: 0.3em;
	display: block;
	color: #222;
	font-size: 20px;
	text-align: center;
	margin: 30px 0 20px 0;
}
.title_01 {		
	color: #222;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.arrow {
	text-align: center;
}
.flexcontainer{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
 .flexitem3{
	width: 32%;
	text-align: center;
  }
.flexitem3 img{
	width: 270px;
}