@charset "utf-8";
/* CSS Document */

/*----------------------------------------
	#topSec
----------------------------------------*/
#topSec {
	background-image: url(../images/top-back.jpg);
}
#promise .list dl dt img {
	width: 100%;
}
@media print,screen and (min-width: 769px){
	#promise .list dl dt {
		width: 40px;
	}
}
@media screen and (max-width:768px){
	
}

/*----------------------------------------
	.contSec
----------------------------------------*/

@media print,screen and (min-width: 769px){
	.contSec .textArea {
		margin: 0 0 50px 0;
	}
}
@media screen and (max-width:768px){
	.contSec .textArea {
		margin: 0 0 30px 0;
	}
	.contSec .img-wrap figure {
		margin: 0 0 10px 0;
	}
	.contSec .img-wrap figure:last-child {
		margin-bottom: 0;
	}
}

/*----------------------------------------
	.img-wrap
----------------------------------------*/
.img-wrap {
	
}

@media print,screen and (min-width: 769px){
	.img-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.img-wrap figure {
		width: 350px;
	}

}
@media screen and (max-width:768px){
	
}

/*----------------------------------------
	#promise
----------------------------------------*/
#promise h3 {
	text-align: center;
}
#promise h4 {
	font-weight: normal;
}
#promise .list dl {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
}
#promise .list dl:last-child {
	margin-bottom: 0;
}
#promise .list dl dt,
#promise .list dl dd {
	display: table-cell;
	vertical-align: middle;
}
#promise .list dl dd {
	padding: 0 0 0 15px;
	line-height: 1.5;
}
@media print,screen and (min-width: 769px){
	#promise h3 {
		margin: 0 0 70px 0;
	}
	#promise h4 {
		font-size: 24px;
		font-weight: normal;
	}
	#promise .cont-wrap {
		display: flex;
		flex-wrap: wrap;
		/* align-items: center; */
	}
	#promise .cont-wrap .textSpc {
		order: 2;
		margin: 0 0 0 50px;
		width: 750px;
	}
	#promise .cont-wrap .imgSpc {
		order: 1;
		width: 300px;
	}
	#promise .list {
			margin: 30px 0 0 0;
	}
}
@media screen and (max-width:768px){
	#promise h3 {
		font-size: 22px;
		margin: 0 0 20px 0;
	}
	#promise h4 {
		font-size: 16px;
		margin: 0 0 30px 0;
	}
	#promise .cont-wrap .textSpc {
		margin: 0 0 30px 0;
	}
	#promise .list dl dt {
		width: 40px
	}
	#promise .list dl {
		margin: 0 0 20px 0;
	}

}
