@charset "utf-8";
/* Active LP base: inherit top page styles directly, then apply LP-wide theme overrides. */

@import url("../base/reset.css");
@import url("../base/common.css");
@import url("../components/cta.css");
@import url("../top/top.css");
@import url("../components/footer.css");

h1 {
    color:#F06E14;
}

.top-topics {
    background-color: #F06E14;
}

.heading {
    color:#F06E14;
}

.link-sub {
    background: #fff0c5;
}

.link-sub a {
    color:#F06E14;
}

.link-sub a:hover {
    color:#a34e12;
}

.h2 {
    color:#F06E14;
}

.red {
    color:#F06E14;
}

.button_fixed{
    background-color: #ffffff;
}

.caution a{
    color: #F06E14;
}

.step3 span {
    color:#F06E14;
}

.step-heading {
    color:#F06E14;
}

.faq-title {
    color:#F06E14;
}

.catalog-title {
    color:#F06E14;
}

.catalog-button {
    border: .12rem solid #F06E14;
    color: #F06E14;
}

.catalog-button:hover {
    color:#a34e12;
}

.impression_list_machine p:first-child{
    color: #d22800;
}

.impression_list li div:first-child{
    background-color: #d22800;
}
