.column_sec {
	background: #F5F5F5;
	padding: 60px 0;
  }
  
  .column_sec .column_sec_wrap {
	background: #fff;
	width: 1024px;
	margin: 0 auto;
	padding: 32px;
	display: flex;
	gap: 56px;
  }
  
  .column_sec .ttl_border_wrap {
	padding: 5px 0;
	border-top: 2px solid #83C2F0;
	border-bottom: 2px solid #83C2F0;
	margin-bottom: 24px;
  }
  
  .column_sec .txt01_wrap {
	width: 436px;
  }
  
  .column_sec .column_ttl {
	font-size: 18px;
	font-weight: 600;
	padding: 14px 0;
	border-top: 1px solid #83C2F0;
	border-bottom: 1px solid #83C2F0;
	text-align: center;
	line-height: 1.4;
  }

.column_sec .column_ttl span{
	display: block;
    font-size: 16px;
    line-height: 1.8;
}
  
  .column_sec .txt01_wrap dl {
	margin-top: 16px;
  }
  
  .column_sec .txt01_wrap dt {
	font-size: 16px;
	color: #53A0D9;
	font-weight: 600;
	margin-bottom: 8px;
  }
  
  .column_sec .txt01_wrap dt::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #83C2F0;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
  }
  
  .column_sec .txt01_wrap dd {
	font-size: 15px;
	font-weight: 400;
  }
  
  .column_sec .txt02_wrap {
	/*background: #E0EFFA;
	padding: 16px;*/
	width: 468px;
	display: flex;
	  flex-direction: column;
	align-items: center;
	gap: 32px;
  }
  
  .column_sec .txt02_wrap .txt02s {
	width: auto;
	background: #E0EFFA;
	padding: 16px;
  }


  
.column_sec .txt02s ul{
	display:flex;
	gap:16px;
	margin-top:56px
}
  
  .column_sec .txt02_wrap dl {
    display: flex;
    flex-direction: column;
	margin-top: 16px;
	background: #E0EFFA;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: 100px 100px;
  }
  
  .column_sec .txt02_wrap dt {
	flex-grow: 1;
	font-size: 16px;
	font-weight: 600;
  }
  
  .column_sec .txt02_wrap dd {
	font-size: 14px;
	font-weight: 400;
  }
  
  .column_sec .txt02_wrap .ilust {
	width: 90px;
  }

.txt03s{
	display:flex;
	gap:10px;
}

.txt03s h4{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 0;
}

.txt03s h4::after{
	    content: "";
    background-color: #E5E5E5;
    height: 1px;
    flex-grow: 1;
    margin-left: 10px;
}

.txt03s dd:last-child{
	text-align:center;
}

.txt03s dl{
	width:calc(100%/3);
}

.txt03s dd:last-child img{
	width:60%;
	margin-top:10px;
}