footer{
	background:#030303;
}

footer a:hover{
    opacity: 0.6;
}

.footer-contents{
    padding: 90px 0 60px;
}

footer .button-area{
    gap: 15px;
    margin: 45px 0 0 0;
}

footer .button-orange{
    width: 190px;
    height: 50px;
	font-size: 14px;
}

footer .button-orange:after{
	background-image: url(https://www.dos-osaka.co.jp/deviceshutter/img/dev_byaji.svg);
    width: 12px;
    height: 9px;
}


.footer-top-middle-link {
    color: #FFF;
 	display: block;
}

.footer-top-right{
	display: flex;
    flex-direction: column;
	color:#fff;
	align-items: flex-start;
}

.inq-image-top{
    height: 28px;
    width: auto;
    max-width: 100%;
    display: block;
    max-height: 100%;
    margin-bottom: 20px;
    margin-top: 8px;
}

.inq-image-bottom{
	height: 29px;
    width: auto;
    max-width: 100%;
    display: block;
    max-height: 100%;
    margin-top: 8px;
}

.button-white {
    background: #FFF;
    width: 350px;
    height: 50px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

.button-white:after {
    position: absolute;
    content: '';
    background-image: url(https://www.dos-osaka.co.jp/deviceshutter/img/dev_byaji.svg);
    width: 12px;
    height: 9px;
    right: 15px;
	background-size: contain;
    background-repeat: no-repeat;
}

.footer-top{
	display: flex;
    justify-content: space-between;
}

.footer-top-middle{
    display: flex;
	gap: 50px;
}


.footer-top-middle-link-group{
	display: flex;
    gap: 10px;
    flex-direction: column;
}


.footer-bottom{
	display: flex;
    justify-content: space-between;
    font-size: 12px;
	margin-top: 150px;
}

.footer-bottom,
.footer-bottom a{
    color: #989898;
}

.footer-bottom-left{
	display: flex;
    gap: 30px;
}

/*レスポンシブ*/


@media (max-width: 1500px) {

.footer-contents{
        width: 1200px !important;
}

}

@media (max-width: 1300px) {
.footer-contents{
	width: 80% !important;
}

.footer-top{
    flex-wrap: wrap;
}

.footer-top-left{
	width:100%;
}

footer .button-area{
    margin: 25px 0 45px;
	justify-content: flex-start;
}

.subpage-top-contents-group{
    flex-direction: column;
}

}

@media (max-width: 900px) {

.footer-top{
	flex-direction: column;
        gap: 40px;
}

.footer-logo{
    width: 270px;
}

footer .button-area{
	margin: 45px 0 0 0;
	flex-wrap: nowrap !important;
}

.footer-top-middle-link{
	font-size: 12px;
}

.footer-top-right{
	align-items: center;
	margin-top: 20px;
}

.footer-top-right p{
	font-size:14px;
}

.inq-image-top{
	height: 26px;
}

.inq-image-bottom{
	height: 27px;
}

.footer-bottom{
	margin-top: 70px;
    flex-direction: column;
    gap: 30px;
}

.footer-bottom-right{
	text-align: right;
}

.footer-bottom-left{
    flex-wrap: wrap;
	gap:15px;
}

footer .button-orange{
    font-size: 12px;
	padding:0 !important;
}

.footer-contents {
        width: auto !important;
    }

}
