@charset "UTF-8";

html{
     background-color: #f9fae0
}
#qs_02, #qs_03, #qs_04, #qs_05, #qs_06, #qs_07{
    background: #f9fae0
}
@media (min-width: 90em) {
#oyatsu-shindan-main .product__marquee{
		top: 25rem
	}
}
.oyatsushindan-question .product__layout{
	row-gap: 0;
    padding: 6rem 9rem;
    grid-template-columns: 2fr 3fr;
	column-gap: 2rem;
	margin-bottom: 3rem
}
.oyatsushindan-buttons .c-button {
    font-family: 'Nunito', sans-serif;
	font-size: 1rem;
	font-weight: 800;
    height: fit-content;
	transition: all .3s ease-in-out;
	transition-property: background-color;
	border-radius: 3rem;
	display: inline-block;
	letter-spacing: .65px;
	line-height: 1;
	padding: 2.2rem 3rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    
}
@media(max-width: 73.99rem) {
	.product-form__buttons .c-button {
		font-size: 0.75rem;
        padding: 2.2rem 1.5rem;
        width: 150px;
	}
}
#qs_07 .product__info-header{
	display: block;
	text-align: center
}
.choice-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	gap: 3rem;
	text-align: center;
    padding: 2.5rem 2rem
}
#qs_07 .product__info-container {
	padding: 6rem 0;
    box-shadow: 0 0 5rem #00000029;
    border-radius: 2rem;
    position: relative;
    z-index: 5;
    margin-bottom: 13rem;
}
#qs_07 .product__info-header{
    border-radius: 1.5rem
}
#qs_07 .c-button{
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    font-weight: 800;
    transition: all .3s ease-in-out;
    transition-property: background-color;
    border-radius: 3rem;
    display: inline-block;
    letter-spacing: .65px;
    line-height: 1;
    padding: 1.5rem 3rem 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 17vw;
    text-transform: uppercase;
    align-content: center
}

#qs_07 .s-button{
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 800;
    background-color: #fff;
    color: #573F1C;
    transition: all .3s ease-in-out;
    transition-property: background-color;
    border-radius: 3rem;
    display: inline-block;
    letter-spacing: .65px;
    line-height: 1;
    padding: 1.5rem 3rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 17vw;
    text-transform: uppercase;
    border: solid 2px #573F1C
}
.oyatsushindan-container-footer{
    margin-top: 3rem
}
.oyatsushindan-footer_container{
    background-color: #573F1C;
    text-align: center;
    padding: 1.5rem 3rem
}
.oyatsushindan-footer_container img{
    width: 100px;
}