@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main .secBox {
    margin-bottom: 84px;
}
#main .secBox:last-of-type {
    margin-bottom: 0;
}
#main p {
    margin-bottom: 33px;
    line-height: 2;
    letter-spacing: 0.1em;
}
#main p:last-child {
    margin-bottom: 0;
}
#main .txtList {
    margin-bottom: 32px;
}
#main .txtList:last-child {
    margin-bottom: 32px;
}
#main .secBox:last-of-type .txtList:last-child {
    margin-bottom: 0;
}
#main .txtList li {
    margin-bottom: 34px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 2;
    letter-spacing: 0.1em;
}
#main .txtList li:last-child {
    margin-bottom: 0;
}
#main .txtList li .subList {
    margin-top: 14px;
}
#main .txtList li .subList li {
    margin-bottom: 0;
    padding-left: 1.8em;
    text-indent: -1.8em;
}
#main .txtList li > p {
    padding-left: 0;
    text-indent: 0;
}
#main .text01 {
    text-align: right;
}
#main .text02 {
    margin-bottom: 56px;
}
#main .headLine02 {
    margin-bottom: 14px;
    font-size: 2rem;
    letter-spacing: 0.1em;
}
#main .link {
    text-decoration: underline;
    color: #e60012;
}
#main .link:hover {
    text-decoration: none;
}
@media all and (max-width: 896px) {
    #main .secBox {
        margin-bottom: 20px;
    }
    #main .secBox:last-of-type {
        margin-bottom: 0;
    }
    #main p {
        margin-bottom: 8px;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    #main p:last-child {
        margin-bottom: 0;
    }
    #main .txtList {
        margin-bottom: 0;
    }
    #main .txtList:last-child {
        margin-bottom: 0;
    }
    #main .secBox:last-of-type .txtList:last-child {
        margin-bottom: 0;
    }
    #main .txtList li {
        margin-bottom: 20px;
        padding-left: 1.1em;
        text-indent: -1.1em;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    #main .txtList li:last-child {
        margin-bottom: 0;
    }
    #main .txtList li .subList {
        margin-top: 7px;
    }
    #main .txtList li .subList li {
        margin-bottom: 10px;
        padding-left: 1.6em;
        text-indent: -1.6em;
    }
    #main .txtList li .subList li:last-child {
        margin-bottom: 0;
    }
    #main .text02 {
        margin-bottom: 17px;
    }
    #main .headLine02 {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    #main .link:hover {
        text-decoration: underline;
    }
}