.header__logo-wrap{
	max-width:1500px;
	margin: 20px auto 0;
	padding:0 3vw;
}
.sazarekai-header{
    max-width: 1100px;
    margin: 31px auto 0;
    width: 85vw;
}
.sazarekai-header-img{
    width: 215px;
}
.page-title{
    max-width: 1100px;
    margin:0 auto;
    width: 85vw;
    padding-top: 0;
}
.form-address-wrapper.qa-area{
    display: block;
}
.form-address-wrapper .form-input-right input{
    max-width: none;
}
.form-confirm-description{
    line-height: 32px;
}
.form-confirm-wrapper{
    margin-top: 0;
}
.form-address-item.alart-text{
    width:100%;
}
.confrim-multi-line{
    line-height: 1.5;
}
.privacy-radio-areas{
    display: flex;
    flex-direction: column;
    row-gap:20px;
}
.privacy-radio-area{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.privacy-radio-wrapper{
    margin: 0;
    width:400px;
    justify-content: left;
}
.term-table{
    border: 1px solid #515151;
}
.term-table-tr{
    border-bottom: 1px solid #515151;
}
.term-table-tr:last-child{
    border-bottom: none;
}
.term-table-th{
    width:6em;
    text-align: left;
    border-right: 1px solid #515151;
    padding: 0.5em;
}
.term-table-td{
    width:calc(100% - 6em);
    padding: 0.5em;
}
@media (min-width:1500px) {
    .page-title{
        padding: 0;
    }
}
@media (min-width:769px) {
    .form-address-wrapper .any-label ,
    .form-address-wrapper .required-label{
        margin-left: auto;
        min-width: 75px;
    }
    .form-input-right{
        width: calc(100% - 32.63%);
    }
    .answer-column-three{
        width: 100%;
    }
    .form-address-right{
        width: calc(100% - 32.63%);
    }
}
@media (max-width:768px) {
    .form-agree-wrapper p{
        font-size: clamp(0px , 4vw, 13px);
    }
    .page-title{
        width: 90.624vw;
        padding: 0;
    }
    .sazarekai-header-img{
        display: block;
    }   
    .column-three li input{
        width:24vw;
    }
    .privacy-radio-area{
        column-gap: 5px;
    }
    .privacy-radio-wrapper{
        padding: 10px;    
    }
    .form-address-right{
        flex-wrap: wrap;
    }
    .reception-time span{
        font-size: 18px;
    }
    .term-table{
        font-size:14px;
    }
    .service-area-title{
        font-size:14px;
    }
}