@charset "utf-8";

#Regulations {
    width: 90%;
    max-width:960px;
    margin: auto;
    padding: 200px 0 120px;
    color: var(--Color5);
}
#Regulations h2 {
    margin-bottom: 3vw;
    color: var(--Color4);
}
#Regulations h3 {
    color: var(--Color4);
    margin-top: 2vw;
}
#Regulations p,
#Regulations ul li {
    font-size: 0.875rem;
}
#Regulations p {
    margin-top: .5em;
    text-indent: -1em;
    padding-left: 1em;
}
#Regulations ul li {
    text-indent: -1em;
    padding-left: 2em;
    padding-right: 1em;
    margin-top: .5em;
}
.reg_h3 {
    margin-bottom: 2vw;
    text-align: center;
}
.reg_ph {
    text-indent: 0;
    padding-left: 0;
    font-size: 1rem;
    margin-bottom: 2vw;
}


/* --------------------- */
/* 1280*/
/* --------------------- */
@media screen and (max-width: 1280px) {


}


/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

#Regulations {
    padding: 20vw 0 12vw;
}
#Regulations h2 {
    font-size: clamp(1.125rem, 0.711rem + 0.86vw, 1.25rem);
}
#Regulations h3 {
    font-size: clamp(0.875rem, 0.461rem + 0.86vw, 1rem);
}
#Regulations p,
#Regulations ul li {
    font-size: clamp(0.75rem, 0.336rem + 0.86vw, 0.875rem);
}
.reg_ph {
    font-size: clamp(0.875rem, 0.461rem + 0.86vw, 1rem);
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

#Regulations {
    padding: 26vw 0 16vw;
}
#Regulations h2 {
    font-size: clamp(1.125rem, 0.965rem + 0.85vw, 1.375rem);
}
#Regulations h3 {
    font-size: clamp(0.875rem, 0.715rem + 0.85vw, 1.125rem);
}
#Regulations p,
#Regulations ul li {
    font-size: clamp(0.75rem, 0.59rem + 0.85vw, 1rem);
}
.reg_ph {
    font-size: clamp(0.875rem, 0.715rem + 0.85vw, 1.125rem);
}

}
