@charset "UTF-8";
/* 
------------------------------------------------------------------------------
修正用共通CSS（原則修正時は既存CSSファイルを編集せずuniq.cssで上書きしてください）
------------------------------------------------------------------------------

/*--------------------------20251030------------------------------*/
.under-materials .proof__text-box,
.under-materials .mechanism2 .proof__text-box {
    width: 100%;
}
/*--------------------------20251114------------------------------*/
@media screen and (max-width: 1450px) {
    .under-materials__lead--functionality--list {
        flex-wrap: wrap;
        gap: 1rem;
    }
}
.under-materials .anotation span {
    font-style: italic;
}
@media screen and (max-width: 1370px) {
    .under-business02 .check-item__title,
    .under-business .check-list {
        flex-direction: column;
        gap: 0.5rem 0;
    }
}
.under-materials .mechanism2 .mechanism__proof-box2 .proof__text-box {
    width: 53%;
}
.under-materials .mechanism2 .mechanism__proof-box2 .picture-box {
    margin-bottom: 0rem;
}
.under-materials .mechanism2 .mechanism__proof-box2 .picture-box img{
    width: 100%;
	display: block;
	object-fit: cover;
	height: auto;
}
@media screen and (max-width: 835px) {
    .under-materials .mechanism2 .mechanism__proof-box2 .proof__text-box {
        width: 100%;
    }
}
.company-profile__dd a {
	pointer-events: none;
}

@media screen and (max-width: 835px) {
	.company-profile__dd a {
		pointer-events: auto;
	}
}

/*--------------------------20251118------------------------------*/
@media screen and (max-width: 1450px) and (min-width: 835px) {
	.under-materials__lead--functionality--title {
		width: 30%;
	}
	.under-materials__lead--functionality--title span {
        display: block;
    }
	.under-materials__lead--functionality--list {
		width: 70%;
	}
}
.footer__lower-box {
    border-top: 1px solid #49494b;
    padding: 4.2rem 0;
	
}
.footer__banners {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__banner {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 2rem 0;
}
.footer__banner--text {
    font-size: 1.4rem;
    font-weight: 400;
}

@media screen and (max-width: 835px) {
	.footer__banners {
		flex-direction: column;
		gap: 3rem 0;
	}
	.footer__banner {
		width: 100%;
	}
}
