@charset "UTF-8";

.kankyo {
    min-height: auto!important;
}
.kankyo .env_info {
    font-family: Mplus1p;
}
.kankyo .Recommend {
    display: flex;
    justify-content: space-between;
}
.kankyo .Windows h2 .icon-windows {
    background: url(/cdn/pc/images/other/kankyo/ico_system_windows.svg) no-repeat;
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.kankyo .Recommend .par-table02 th {
    width: 178px;
    padding: 15px;
}
.kankyo .Recommend .par-table02 td {
    text-align: left;
    padding: 15px;
    font-family: Mplus1p;
}
.kankyo .Windows,
.kankyo .Macintosh{
    width: 580px;
}
.kankyo .Windows .windows-ttl,
.kankyo .Macintosh .mac-ttl {
    position: relative;
    padding-left: 50px;
}
.kankyo .Macintosh h2 .icon-mac {
    background: url(/cdn/pc/images/other/kankyo/ico_system_mac.svg) no-repeat;
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 20px;
    height: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.kankyo .notice{
    color: #777777;
    text-align: right;
    font-family: Mplus1p;
}