@charset "utf-8";

.licenceTableWr {
    overflow-x: auto;
    width: 100%;
}

.licenceTable {
    width: max-content;
    margin: 0 auto;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}

.licenceTable01 {
    width: 180px;
}

.licenceTable02 {
    width: 270px;
}

.licenceTable03 {
    width: 270px;
}

.licenceTable04 {
    width: 360px;
}

.licenceTable05 {
    width: 540px;
}

.licenceTable06 {
    width: 180px;
}

.licenceTable07 {
    width: 330px;
}

.licenceTableBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background: var(--white);
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}

.licenceTable01.licenceTableTitBlock01 {
    flex-direction: column;
    background: #FFDAE9;
}

.licenceTable01.licenceTableTitBlock02 {
    flex-direction: column;
    background: #ADEFFF;
}

.licenceTableFlTit .licenceTableBlock {
    background: var(--sixth);
}

.licenceTableBlock.bgTertiary {
    background: var(--tertiary);
}

.licenceTableBlock.bgSecondary {
    background: var(--secondary);
}

.licenceTableBlock.bgSixth {
    background: var(--sixth);
}



.licenceFl2Clm .licenceTableBlock {
    width: 50%;
}

.licenceFl2Row {
    display: flex;
    flex-direction: column;
}

.licenceFl2Row>div {
    height: 50%;
}

.licenceTableFlTit .licenceTableBlock p {
    font-weight: 900;
}

.licenceTable .licenceTableBlock p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.licenceTableFl:nth-of-type(n+2) .licenceTable04 p s {
    text-decoration: none;
    font-size: 22px;
}

.licenceTableFl:nth-of-type(n+2) .licenceTable06 p s {
    text-decoration: none;
    font-size: 22px;
}

.licenceTable01.licenceTableTitBlock01 p:first-of-type,
.licenceTable01.licenceTableTitBlock02 p:first-of-type {
    font-size: 13px;
}

.licenceTable01.licenceTableTitBlock01 p:last-of-type,
.licenceTable01.licenceTableTitBlock02 p:last-of-type {
    font-weight: 900;
    font-size: 18px;
}

.licenceTableFl:nth-of-type(n+2) .licenceTable02 p {
    text-align: left;
}

.licenceList {
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}

.licenceListRow {
    font-size: 13px;
}

.licenceListRow>div {
    padding: 10px 5px;
    background: var(--white);
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    text-align: center;
}

.licenceListRow>div:first-of-type {
    background: var(--secondary);
    color: var(--white);
}

.licenceListRow>div:first-of-type {
    background: var(--secondary);
    flex: 1;
}

.licenceListRow2>div:nth-of-type(n+2) {
    width: 60%;
}

.licenceListRow3>div:nth-of-type(n+2) {
    width: 36%;
}

.plus {
    position: relative;
    width: 3px;
    height: 17px;
    background: var(--black);
}

.plus::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 17px;
    background: var(--black);
    top: 7px;
    left: -7px;
}

.licenceImgScrollWr {
    overflow-x: auto;
}

.licenceImgScrollWr img {
    min-width: 600px;
}

.licenceTable .licenceTableBlock .txt22 {
    font-size: 22px;
}

.licenceTit01 {
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
    letter-spacing: .05em;
    line-height: 1.5em;
    text-align: center;
    padding: 10px 15px !important;
    background: var(--black);
}

.inLinkBx01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 825px;
    margin: 0 auto;
}

.inLinkBx01>div {
    width: 100% !important;
}

.inLinkBx01 .inLinkBxL a,
.inLinkBx01 .inLinkBxR a {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    border: 2px solid var(--white);
}

.inLinkBx01 .inLinkBxR a {
    border-radius: 0 8px 8px 0 !important;
}

.inLinkBx01 .inLinkBxL a {
    border-radius: 8px 0 0 8px !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    .licenceListRow {
        font-size: 15px;
    }

    .licenceTit01 {
        font-size: 30px;
    }

    .inLinkBx01 {
        flex-direction: row;
    }

    .inLinkBx01>div {
        width: 50% !important;
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

    .licenceTit01 {
        font-size: 39px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */