/* ----------------------------------------
etc
---------------------------------------- */

.etc #content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
}
.etc #wrapper #content .L {
    width: 210px;
}
.etc #wrapper #content .R {
    flex-basis: 1;
    width: 710px;
}
.etc #header-btn {
    padding-right: 10px;
}
.etc h3,
.etc h4 {
    margin: 0;
    padding: 1em;
    color: #333;
}
.etc h3 {
    display: flex;
    align-items: center;
    font-size: 1.5em;
}
.etc h3:after {
    display: inline;
    flex-grow: 1;
    margin-left: 1em;
    content: "";
    border-top: 3px solid #333;
}
.etc h4 {
    font-size: 1.2em;
}
.etc h5 {
    margin: 0;
    padding: .5em 1em 0;
    color: #555;
}
.etc #content p {
    margin: 0;
    padding: 1em;
    line-height: 1.8;
}
.etc #content span.bold {
    font-weight: bold;
}
.etc #content .R p a {
    color: #ff7d99;
    text-decoration: none;
}
.etc #content .R p a:hover {
    text-decoration: underline;
}
.etc #content .R ul {
    padding: 1em;
}
.etc #content .R ul li {
    margin-left: 2.5em;
    padding: .3em 1em .3em 0;
    line-height: 1.8;
    list-style: disc;
}

/* ----------------------------------------
目次
---------------------------------------- */

.agreementList li {
    width: 210px;
    border-bottom: 1px solid #e5e5e5;
}
.agreementList li a {
    display: block;
    padding: 1em;
    color: #888;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    box-sizing: border-box;
}
.agreementList li a:hover {
    color: #333;
    background-color: #f7f7f7;
    transition: all .1s;
}
#agreementpage .agreementList .agree a, #copyrightpage .agreementList .copyright a, #expressionpage .agreementList .expression a, #managementpage .agreementList .management a, #policypage .agreementList .policy a, #privacypage .agreementList .privacy a, #troublepage .agreementList .trouble a {
    color: #ff7d99;
}
