@media screen and (min-width:1266px) {
    body {
        width: 1266px;
        margin: auto !important;
    }
}
@media screen and (max-width:898px) {
	.pc {
        display: none !important;
    }
    .mb {
        display: initial !important;
    }
	.contact-area {
    width: 100% !important;
    background-color: #ffc414 !important;
}
	.hp-form {
    width: 94% !important;
    margin: auto !important;
    background-color: #fff !important;
}
	.trtr {
    width: 100% !important;
    display: block !important;
	padding: 1rem !important;
}
	.thth, .thth2 p {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
}
	.thth2 {
    display: block !important;
    padding-bottom: 3rem !important;
}
	.hp-form-btn input {
    width: 90% !important;
    padding: 2rem 0 !important;
    margin-top: 1rem !important;
    margin-left: 0rem !important;
    font-size: 1.5rem !important;
}
	#company {
    padding-bottom:8rem !important;
}
	#company table {
    width: 80% !important;
	margin:initial !important;
    margin-left: 1rem !important;
}
	#company tr {
    display: block !important;
    width: 100% !important;
}
	#company th {
    padding-top: 1rem;
    width: 100% !important;
    display: block !important;
	margin-bottom: 0.4rem;
}
	#company td {
    width: 100% !important;
    display: block !important;
}
	.flex-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* ポップアップ */
.onetime_popup_title::before,
.onetime_popup_title::after {
    top: 2rem !important;
    right: 4rem !important;
}
.onetime_popup {
    min-width: 420px !important;
}
.onetime_popup_title {
    padding: 0rem !important;
}
.onetime_popup_title h2 {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    margin-bottom: 2rem !important;
    padding-top: 3rem !important;
}
.onetime_popup_title p {
    width: 75% !important;
}
.onetime_popup_title dl {
    width: 75% !important;
}
}