/*
Theme Name:QUADRA child
Theme URI:
Description:WordPressテーマ「QUADRA」の自作子テーマです。
Template:quadra_biz001
Author:Risa Naganuma
Author URI:https://tcd-theme.com/
Version:1.8
*/

.page-id-1013 input.wpcf7-submit{
	width:100%!important;
}
.page-id-1013 img.point-card{
	width:60%;
	margin-top:10px;
}
.wpcf7 form .wpcf7-response-output{
	font-size: 19px;
}

#index_news_ticker .swiper-wrapper {
	display: block;
}

#footer > .inner {
	position: relative;
}

@media screen and (min-width: 1201px) {
	.footer_banner_wrap {
		position: absolute;
		right: 0;
		bottom: 50px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		column-gap: 20px;
	}
	.footer_banner_wrap img {
		width: 400px;
		height: auto;
	}
    .footer_banner_wrap a {
        transition: opacity 0.3s ease;
    }
    .footer_banner_wrap a:hover {
        opacity: 0.6;
    }
}


@media screen and (max-width: 1200px) {
	.footer_banner_wrap {
		position: relative;
		margin-bottom: 50px;
		margin-inline: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 20px;
	}
	.footer_banner_wrap img {
		width: 300px;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.footer_banner_wrap {
		flex-direction: column;
		row-gap: 20px;
		padding: 0 25px;
	}
	.footer_banner_wrap img {
		width: 100%;
		height: auto;
	}
}
