/*
  プライバシーポリシー
読み込み: header.php（privacy ページ）
  更新: 2026年7月28日
*/

/* privacy ---------------------------------------------- */

#privacy h2 {
    background: #21a564;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    padding: 50px;
    margin: 0 0 60px;
}

#privacy h2 span {
    display: block;
    font-size: .7em;
    margin: 15px 0 0;
}

#privacy h2 span:before,
#privacy h2 span:after {
    display: inline-block;
    content: "";
    width: 3em;
    border-top: 1px solid #fff;
    position: relative;
    bottom: .4em;
}

#privacy h2 span:before {
    margin: 0 1em 0 0;
}

#privacy h2 span:after {
    margin: 0 0 0 1em;
}

#privacy .inner {
    width: 890px;
    max-width: 100%;
    margin: 0 auto;
}

#privacy h3 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 40px;
}

#privacy p {
    margin: 0 0 40px;
    line-height: 1.5;
}

#privacy section h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 20px;
}

#privacy section:nth-of-type(1) h4:before {
    content: "\25A0";
}

#privacy section dl {
    padding: 0 0 20px;
}

#privacy section dl dt {
    margin: 0 0 10px;
}

#privacy section dl dt span:before {
    content: "\FF08";
}

#privacy section dl dt span:after {
    content: "\FF09";
}

#privacy section dl dd {
    padding: 0 0 0 2.6em;
    margin: 0 0 20px;
    line-height: 1.5;
}

#privacy section:nth-of-type(1) div {
    border: 1px solid #000;
    padding: 20px;
    margin: 0 0 80px;
}

#privacy section:nth-of-type(1) div h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
}

#privacy section:nth-of-type(1) div p {
    margin: 0;
}

#privacy section:nth-of-type(2) h4 span {
    display: inline-block;
    margin: 0 .5em 0 0;
}

#privacy section:nth-of-type(2) table {
    margin: 0 0 60px 2em;
}

#privacy section:nth-of-type(2) table tr th,
#privacy section:nth-of-type(2) table tr td {
    border: 1px solid #000;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

#privacy section:nth-of-type(2) table tr td {
    width: 65%;
}

#privacy section:nth-of-type(2) dl {
    padding: 0 0 0 1.2em;
}

#privacy section:nth-of-type(2) p {
    padding: 0 0 0 1.8em;
    margin: 0 0 20px;
}

#privacy section:nth-of-type(2) h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 1em;
    margin: 0 0 15px;
}

#privacy section:nth-of-type(2) h5:before {
    content: "\3010";
}

#privacy section:nth-of-type(2) h5:after {
    content: "\3011";
}

#privacy section:nth-of-type(2) ul {
    padding: 0 0 0 1.2em;
    margin: 0 0 15px;
}

#privacy section:nth-of-type(2) ul li {
    text-indent: -1.2em;
    padding: 0 0 0 1.5em;
    line-height: 1.5;
    margin: 0 0 20px;
}

#privacy section:nth-of-type(2) ul li:before {
    content: "\30FB";
}

#privacy section:nth-of-type(2) ul li ul {
    margin: 15px 0 0 1.2em;
    padding: 0;
}

#privacy section:nth-of-type(2) ul li ul li {
    list-style-type: decimal;
    margin: 0 0 10px;
}

#privacy section:nth-of-type(2) ul li ul li:before {
    content: none;
}

