@charset "utf-8";
/* CSS Document */

.cmnFeatureArea01{
	padding-top: 80px;
	padding-bottom: 80px;
	color: #0d2e9b;
	background: #efefef;
}
.cmnFeatureArea01 .wrap {
    max-width: 1050px;
    width: 1050px;
    margin: 0 auto;
}
.cmnFeatureArea01 .wrap h2{
    font-size: 40px;
    font-weight: var(--font-weight-B);
    margin-bottom: 16px;
    line-height: 1;
}
.cmnFeatureArea01 .wrap p{
    font-size: 16px;
    color: #333;
    margin-bottom: 24px;
    line-height: 1;
}
.cmnFeatureArea01 .wrap .contentsList{
    width: 1050px;
    margin: 24px auto 0 auto;
    color: #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cmnFeatureArea01 .wrap .contentsList .cont01{
    width: 525px;
}
.cmnFeatureArea01 .wrap .contentsList .cont01 p{
    font-size: 14px;
    color: #333;
    margin-top: 16px;
    line-height: 1;
}
.cmnFeatureArea01 .wrap .contentsList .cont01 img{
    width: 525px;
    height: auto;
}
.cmnFeatureArea01 .wrap .contentsList .cont02{
    width: 525px;
    height: 264px;
    background: #FFFFFF;
    display: block;
}



@media print, screen and (max-width: 900px) {
    .cmnFeatureArea01{
        padding-top: 40px;
        padding-bottom: 32px;
        color: #0d2e9b;
        background: #efefef;
    }
    .cmnFeatureArea01 .wrap {
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .cmnFeatureArea01 .wrap h2{
        font-size: 24px;
        font-weight: var(--font-weight-B);
        margin-bottom: 16px;
        line-height: 1.4;
    }
    .cmnFeatureArea01 .wrap p{
        font-size: 14px;
        color: #333;
        margin-bottom: 24px;
        line-height: 1.4;
    }
    .cmnFeatureArea01 .wrap .contentsList{
        width: 100%;
        margin: 24px auto 0 auto;
        color: #333;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .cmnFeatureArea01 .wrap .contentsList .cont01{
        width: 100%;
    }
    .cmnFeatureArea01 .wrap .contentsList .cont01 p{
        font-size: 14px;
        color: #333;
        margin-top: 16px;
        line-height: 1;
    }
    .cmnFeatureArea01 .wrap .contentsList .cont01 img{
        width: 100%;
        height: auto;
    }
    .cmnFeatureArea01 .wrap .contentsList .cont02{
        display: none;
    }
}