@charset "utf-8";
/*------------------------*
 * common
 *------------------------*/

/*------------------------*
 * sec01
 *------------------------*/
.sec01{

}
.sec01 .p01{
	margin-top: 40px;
}
.sec01 .img02{
	margin-top: 50px;
}
/*------------------------*
 * sec02
 *------------------------*/
.sec02{
	margin-top:75px;
}
/*------------------------*
 * sec03
 *------------------------*/
.sec03 {
    margin-top: 60px;
}

/*------------------------*
 * sec04
 *------------------------*/
.sec04 {
    margin-top: 60px;
}
.sec04 .ul01 {
	margin-top:30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}
.sec04 .ul01 li {
    width: 48%;
    margin: auto;
    margin-top: 50px;
}
.sec04 .ul01 li:nth-of-type(1),
.sec04 .ul01 li:nth-of-type(2) {
    margin-top: 0;
}
.sec04 .img01 {
    display: block;
    margin: auto;
    margin-top: 50px;
}
.sec04 .img02 {
    display: block;
    margin: auto;
}
