@charset "utf-8";


/*===============================================

 #container

=================================================*/

#container {
}

/*===============================================

 section 

=================================================*/

/*-----------------------------------------------
 .figureWrap
-------------------------------------------------*/
.figureWrap {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}

/*-----------------------------------------------
 .dlWrap
-------------------------------------------------*/
.dlWrap {
    margin-top: 80px;
}
.dlWrap dl {
    display: flex;
	margin-top:20px;
	padding-bottom:20px;
    border-bottom: 1px solid #dcdcdc;
}
.dlWrap dl:nth-of-type(1) {
    margin-top: 0;
}
.dlWrap dt {
    position:relative;
	width:120px;
    line-height: 1.4;
    font-weight: bold;
}
.dlWrap dd {
    line-height: 1.4;
}

