@charset "utf-8";

/**
 *
 *  未定  .sec05
 *
 */

/*--------------------------------------------------------------------------
	未定  .sec05
---------------------------------------------------------------------------*/
	.sec05 {
/*		background: linear-gradient(180deg, #EAEFF2BF, #EAEFF2BF, #EAEFF2, #EAEFF2, #EAEFF2, #EAEFF2BF);*/
		position: relative;
	}
	.sec05 .sec_bg {
		position: absolute;
		-webkit-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
		opacity: 0.2;
	}
	
	.sec05 .title_sec .num {
	}
	.sec05 .title_sec .sub {
	}
	
	/* .previews */
	.sec05 .cont .previews {
/*		background: #EAEFF2BF;*/
	}
	section.sec05 .cont .previews dl {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: center;
		align-items: flex-start;
		padding: 0 60px;
	}
	section.sec05 .cont .previews dl > div {
		width: 40%;
		min-width: 350px;
		padding: 20px;
	}
	section.sec05 .cont .previews .cont_icons {
		width: 100%;
		max-width: 350px;
	}
	section.sec05 .cont .previews dt {
		font-weight: 600;
	}
	section.sec05 .cont .previews dd {
		font-weight: 300;
	}
	
	/* .previews_image */
	.sec05 .cont img.cont_icons {
	}
	
	/* .btn_more */
	.sec05 .cont .btn_more a {
		background: #FFF;
	/*	background: #9C8AE2;*/
	}

/* @pc wide **************************************************/
@media all and (min-width: 1626px){

}

/* @sp **************************************************/
@media all and (max-width: 1100px){

}





