@charset "utf-8";

.header{
    background-color: #f5f5f5;
}
.container{
    background-color: #f5f5f5;
}
.section_inquire{
    padding: 40px 0 ;
}
.title_header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.q_img{
    width: 45px;
    height: 40px;
    margin-right: 20px;
}
.topic__title_inquire{
    font-size: 3.2rem;
}
.q_sentence{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
}
.form{
    margin-top: 24px;
    max-width: 700px;
    width: 100%;
    margin: 24px auto 0 ;
}
.form__parts{
    display: flex;
    margin-top: 32px;
}
.form__parts:first-of-type{
    margin-top: 0 ;
}
.form__category{
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 40px;
    width: 200px;
    flex-shrink: 0;
}
.form__category::before{
    display: inline-block;
    content: "必須";
    width:42px;
    height: 23px;
    text-align: center;
    background-color:#d546da ;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 5px;
}
.form__parts textarea{
    height: 180px;
}

.group{
    margin-top: -5px;
}
input[type="text"],
input[type="email"],
select,
textarea{
    border: 1px solid #cccccc;
    background-color: white;
    width: 300px;
    margin-top: 5px;
    padding: 4px 8px;
    border-radius: 3px;
}
.add_sentence{
    display: block;
    margin: 40px auto;
    text-align:center ;
    font-size: 1.6rem;
}
.policy{
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px auto;
}   

.policy__link{
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
}

.policy input[type="checkbox"]{
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #333
}
.policy input[type="checkbox"]:checked{
    background-image:url(../../images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.policy span{
    text-decoration: underline black;
}
