@charset "UTF-8"; /**/
/*上部*/
.lPPheader {
    margin-bottom: 50px;
}
.lPPheader span {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-bottom: 20px;
}
/*共通デザイン*/
/* - - - - - - - - - */
.ppContents {
    font-size: 15px;
}
/*ボックス関係*/
.ppItem-list,
.ppItem-txt {
    margin-bottom: 50px;
}
/*テキスト関係*/
.ppContents h2 {
    font-size: 20px;
    padding: 0 0 10px;
    margin-bottom: 15px;
    border-bottom: solid 2px var(--border);
}
.ppContents h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.ppContents p {
    margin-bottom: 10px;
}
.ppContents p a {
    text-decoration: underline;
    color: var(--main-o);
}

/*テーブル*/
.ppTableBox table {
    width: 100%;
    word-break: break-all;
    border-collapse: collapse;
}
.ppTableBox table th,
.ppTableBox table td {
    padding: 10px 20px;
    border: solid 1px var(--border);
    line-height: 1.5;
}

.ppTableBox table th {
    background-color: var(--bk);
}
.ppTableBox table td a {
    display: block;
    text-decoration: underline;
}
/*リスト関係*/
ul.ppIlist-item {
    /*通常リスト*/
    width: 100%;
}

li.ppIlist-itemli {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 35px;
}
li.ppIlist-itemli2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 25px;
}
span.ppIlist-no {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}
ul.ppIlist-inner {
    /*リストの中のリスト*/
    width: 100%;
    font-size: 14px;
}
li.ppIlist-innerli {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
}
span.ppIlist-no2 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}
