@charset "UTF-8";

.flex {
	display: flex;
}
.flex.evenly {
	justify-content: space-evenly;
}

.mt40 {
	margin-top: 40px;
}

.fagoods-logo {
    margin: -23px 0 0 0;
    display: block;
    width: 20%;
}

.subject .mee_list_temp li {
	margin-bottom: 10px;
}
.subject {
    margin-top: -20px;
}
.subject .mee_table_temp {
    margin-bottom: 40px;
}

.client-contact {
    margin-bottom: 10px;
    line-height: normal;
}

.mee_table_temp.specification table tr th {
    background-color: #fff;
    color: #000;
}
.mee_table_temp table tr th.bg-blue,
.mee_table_temp table tr td.bg-blue {
    background-color: #DDEBF7;
    color: #000;
}

.mee_table_temp.config img {
    display: block;
}
.mee_table_temp.config img.w30 {
    width: 30%;
}

@media print, screen and (max-width: 767px) {
    .flex.evenly img {
        width: 100%;
    }
    .flex {
        display: block;
    }
    .word-wrap {
        word-wrap: break-word;
    }
    .pc-only {
        display: none;
    }
}