@import url('https://fonts.googleapis.com\css2?family-Noto+Sans+JP:wght@300;400;500;700&display-swap');

/******* remの基準値 *******/
html { font-size: 10px; }

* {
    font-family: 'Noto Sans JP0', sans-serif;
    color: #26272A;
}
h2 { 
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 8.8rem;
}
h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.1rem;
    margin-bottom: 1.2rem;
}
p{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1rem;
    margin-bottom: 3rem;
}
.wrapper {
    width: 65%;
    margin: 6.6rem auto;
}
.mail { 
    position: relative;
    padding-right: 50px;
    padding-bottom: 2.6rem;
}
.mail::after{
    content: ' ※ メール送信の際は(at)を@に置き換えて下さい';
    font-size: 1rem;
    position: absolute;
    top: 2.0rem;
    left: 0;
}
/******* 個別 *******/
/***** プライバシーポリシー *****/
#privacy_policy p {
    margin-left: 1.6rem;
} 
/*** 目的 ***/
#privacy_policy .purpose {
    margin-left: 1.6rem;
    margin-bottom: 3rem;
}
#privacy_policy .purpose p {
    margin: 0;
}
#privacy_policy .purpose ul {
    margin: 1.2rem 0;
}
#privacy_policy .purpose ul li {
    list-style: none;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1rem;
}
#privacy_policy .purpose ul li::before {
    content: '・';
}
#privacy_policy .contact {
    margin-left: 1.6rem;
    font-size: 1.4rem;
    font-weight: 400;    
}
#privacy_policy .contact tr {
    border: none;
}
#privacy_policy .contact th::after {
    content: '：';
    margin: 0 0.5rem;
}
