@charset "utf-8";

#tech .img{
    padding: 2em 0;
}
#tech .min_img{
    max-width: 800px;
    margin: 0 auto;
}
#tech .img img{
    margin: 0 auto;
}
#tech .circle .red{
    color: #CD1920;
}
#tech .circle .purple{
    color: #9E4294;
}
#tech .circle .green{
    color: #A4C99F;
}
#tech .circle .gray{
    color: #868F95;
}
#tech .tech_list{
    padding-bottom: 2em;
    margin-left: 2em;
}
#tech .tech_list.indent_01{
    text-indent: -1em;
}
#tech .tech_list.indent_02{
    padding-left: 3em;
    text-indent: -1.9em;
}
#tech .tech_list.indent_03{
    padding-left: 2.2em;
    text-indent: -2em;
}
#tech .dry_etching_table .em{
    background-color: #F7B3BC;
}
#tech .tech_dry_etching .figure_column{
    vertical-align: bottom;
}
#tech .tech_dry_etching .figure_column .figure{
    display: flex;
    gap: .5em;
}
#tech .tech_dry_etching .etching .etching_column{
    display: flex;
    gap: 1em;
    padding-bottom: 2em;
    max-width: 400px;
}
#tech .tech_dry_etching .etching .em{
    color: #E60020;
}
@media screen and (max-width: 1024px) {

}

/*****SP*****/
@media screen and (max-width: 767px) {
    #tech{
    }
}
