/***** GENERAL CONTAINER ****************************************/
.inquiryform {
    min-height: 500px;
    width: 800px;
    margin: 50px auto 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
    margin-bottom: 24px;
    background: none;
}
.oem_back4 {
    background-image: url('ax/img/oem_back4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    padding-bottom: 100px;
}
.inquiryformtitlearea {
    width: 100%;
    margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.inquiryformtitle {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}
.inquiryformdesc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.highlight {
    color: #C26CA1;
}
.inquiryformlinktooutline {
    font-size: 12px;
    line-height: 18px;
    margin-right: auto;
}
.inquiryformlinktooutline a {
    color: #8A406C;
}
.filepond--root {
    --filepond-panel-background-color: #f9fafb;
    --filepond-drop-label-color: #555;
    --filepond-font-family: "Noto Sans JP", sans-serif;
    border-radius: 8px;
    font-size: 14px;
}
.generalentrycontainer .contentpassagearea {
    margin: 30px auto 30px;
}
/* .generalentryexplanation {
    width: 100%;
} */
.loginsetinfo {
    margin-top: 3px;
    color: #303F9F;
}
.generalentrybox {
    margin-bottom: 5px;
}

/* MEDIA START **********************************************/
@media (max-width: 1500px) {
    .inquiryform {
        margin: 20px auto 0;
        /* padding: 0 10%; */
    }
} /* MEDIA END **********************************************/
/* MEDIA START **********************************************/
@media (max-width: 1200px) {
    .inquiryform {
        margin: 20px auto 0;
        /* padding: 0 2%; */
    }
} /* MEDIA END **********************************************/
/* MEDIA START **********************************************/
@media (max-width: 600px) {
    .oem_back4 {
        background-image: url('ax/img/oem_back4_n.jpg');
    }
    .inquiryform {
        width: 100%;
        margin: 20px auto 0;
        padding: 0 2%;
        min-height: 400px;
    }
    .inquiryformtitle {
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 3px;
    }
    .inquiryformdesc {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
} /* MEDIA END **********************************************/
