/* CSS Document */
.header_nav ul li:nth-child(5){
	background-color: red;
}
.section-1{margin-bottom:50px;}
.section-1 .list{display:flex;flex-wrap: wrap;justify-content: space-between;border-left:1px solid #ddd;border-top:1px solid #ddd;box-sizing: border-box;}
.section-1 .list dl{width:25%;text-align: center;border-right:1px solid #ddd;border-bottom:1px solid #ddd;box-sizing: border-box;padding:30px;}
.section-1 .list dl dt{margin-bottom: 20px;}
.section-1 .list dl dd{}
.section-1 .list dl dd h5{font-size:18px;font-weight: normal;margin-bottom:10px;color:#000;}
.section-1 .list dl dd p{text-indent:0;font-size: 14px;line-height: 2;color:#868686;}
.section-1 .list dl:hover{box-shadow:0 0 20px rgba(0,0,0,.15);}

.section-2{margin-bottom:50px;}
.section-2 .list{display:flex;flex-wrap: wrap;justify-content: space-between;}
.section-2 .list dl{width:47%;display: flex;margin-top:25px;margin-bottom: 25px;}
.section-2 .list dt{margin-right: 30px;}
.section-2 .list dd{display:flex;flex-direction: column;justify-content: center;}
.section-2 .list dd h5{text-align:left;font-size:18px;font-weight: normal;color:#d6251f;margin-bottom:10px;}
.section-2 .list dd span{font-size: 12px;color:#000;}
.section-2 .list dd p{text-indent:0;font-size:14px;color:#868686;text-align: justify;line-height: 2;min-height: 4em;}

