.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: 476px;
  }
  
  .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: 428px;
	display: flex;
	align-items: center;
	gap: 32px;
  }
  
  .column_sec .txt02_wrap .txt02s {
	width: auto;
  }

.column_sec .txt02_wrap .txt02s h3{
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    background: #53A0D9;
    border-radius: 50px;
    text-align: center;
    padding: 4px;
}

  .column_sec .txt02s_wrap{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 10px;
  }
  
  
  .column_sec .txt02_wrap dl {
	width: calc(96% / 2);
	margin-top: 16px;
	  background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: 100px 100px;
    align-items: center;
  }
  
  .column_sec .txt02_wrap dt {
	font-size: 16px;
	font-weight: 600;
  }

  .column_sec .txt02_wrap dt span{
	
	font-size:12px;
  }

  .column_sec .txt02_wrap dl:first-child dt span{
	display:block;
  }
  
  .column_sec .txt02_wrap dd {
	font-size: 14px;
	font-weight: 400;
  }
  
  .column_sec .txt02_wrap .ilust {
	width: 90px;
  }

.txt02s_wrap dd + dd{
	margin:5px auto 0;
	text-align:center;
}

.txt02s_wrap dd + dd img{
	width:70%;
}

.txt02s_wrap dl:nth-child(4) dd + dd img{
	margin-top:10px;
}

.txt02s_wrap dl:nth-child(2) dd + dd img{
	width:50%;
}