@charset "UTF-8";
p.subtitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
h1.title-sp br {
    display: none;
}
@media screen and (max-width: 737px) {
    p.subtitle {
        font-size: 12px;
    }
    h1.title-sp {
        font-size: 18px;
    }
    h1.title-sp br {
        display: inline-block;
    }

}
@media screen and (max-width: 737px) {
    .contactTable tbody td {
        text-align: left;
    }
}

/* settlement*/
.settlementTable {
    border: 1px solid #bbb;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 70px;
    transition: opacity .3s;
    border-collapse: separate;
}
@media screen and (max-width: 737px) {
    .settlementTable {
        font-size: 0;
        margin-bottom: 22px;
    }
}

/* thead */
.settlementTable thead th {
    background-color: #f1f1f1;
    color: #333;
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    border-top: none;
/*    border-bottom: 1px solid #bbb; */
}
.settlementTable thead th.border-right {
    border-right: 1px solid #bbb;
}

@media screen and (max-width: 737px) {
    .settlementTable thead th {
        font-size: 11px;
    }
}

.settlementTable thead td {
    font-size: 14px;
}


/* tbody */


.settlementTable tbody th {
    background-color: #f1f1f1;
    font-size: 16px;
    padding-left: 45px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.settlementTable tbody th.subtitle {
    background: #fff;
    padding-left: 0;
    text-align: center;
    border-right: none;
}
@media screen and (max-width: 737px) {
    .settlementTable tbody th {
        font-size: 11px;
        padding-left: 25px;
    }
    .settlementTable tbody th.subtitle {
        width: 100%
    }
}
.settlementTable tbody th.border-top {
    border-top: 2px solid #bbb;
}

.settlementTable tbody td {
    border-top: 1px solid #bbb;
    font-size: 16px;
}
.settlementTable tbody td.border-top {
    border-top: 2px solid #bbb;
}


@media screen and (max-width: 737px) {
    .settlementTable tbody td {
        font-size: 11px;
        text-align: right;
    }
}


.settlementTable tr {
    height: 42px;
}
.settlementTable th {
    box-sizing: border-box;
    width: 294px;
    font-weight: bold;
    padding: 5px 0 5px 0;  /* 28px */
    position: relative;
}

@media screen and (max-width: 737px) {
    .settlementTable tr {
        font-size: 0;
        height: 27px;
    }
    .settlementTable th {
        display: inline-block;
        width: 50%;
    }
}



.settlementTable td {
    box-sizing: border-box;
    width: 294px;       /* 704px */
    padding: 5px 45px;  /* 21px */
    text-align: right;  /**/
}


@media screen and (max-width: 737px) {
    .settlementTable td {
        display: inline-block;
        width: 50%;
    padding: 5px 25px;  /* 21px */
    }
}


/* balance */
.balanceTable {
    border: 1px solid #bbb;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 70px;
    transition: opacity .3s;
    border-collapse: separate;
}
@media screen and (max-width: 737px) {
    .balanceTable {
        font-size: 0;
    }
}

/* tbody */

.balanceTable tbody th {
    background-color: #f1f1f1;
    font-size: 16px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
@media screen and (max-width: 737px) {
    .balanceTable tbody th {
        font-size: 11px;
    }
}
.balanceTable tbody th.col1 {
    width: 167px;
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}
@media screen and (max-width: 737px) {
    .balanceTable tbody tr:first-child th.col1 {
        border-top: none;
    }
    .balanceTable tbody th.col1 {
        width: 33%;
    }
}
.balanceTable tbody th.col2 {
    width: 127px;
    padding-left: 15px;
    text-align: left;
}
@media screen and (max-width: 737px) {
    .balanceTable tbody tr:first-child th.col2 {
        border-top: none;
    }
    .balanceTable tbody th.col2 {
        width: 22%;
    }
}
.balanceTable tbody th.border-top {
    border-top: 2px solid #bbb;
}
.balanceTable tbody th.top-double {
    border-top: 4px double #bbb;
}

.balanceTable tbody td {
    border-top: 1px solid #bbb;
    font-size: 16px;
}
.balanceTable tbody td.border-top {
    border-top: 2px solid #bbb;
}
.balanceTable tbody td.top-double {
    border-top: 4px double #bbb;
}


@media screen and (max-width: 737px) {
    .balanceTable tbody td {
        font-size: 11px;
    }
}



.balanceTable tr {
    height: 42px;
}
.balanceTable th {
    box-sizing: border-box;
    width: 294px;
    font-weight: bold;
    padding: 5px 0 5px 0;  /* 28px */
    position: relative;
}
@media screen and (max-width: 737px) {
    .balanceTable tr {
        font-size: 0;
        height: 27px;
    }
    .balanceTable th {
        display: inline-block;
        width: 45%;
    }
}
.balanceTable td {
    box-sizing: border-box;
    width: 294px;       /* 704px */
    padding: 5px 45px;  /* 21px */
    text-align: right;
}

@media screen and (max-width: 737px) {
    .balanceTable tbody tr:first-child td {
        border-top: none;
    }
    .contactTable .balanceTable td {
        display: inline-block;
        padding: 5px 15px 5px 0;
        width: 45%;
        font-size: 11px;
        text-align: right;
    }
}

/* plan */
.planTable {
    border: 1px solid #bbb;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
    transition: opacity .3s;
    border-collapse: separate;
}
@media screen and (max-width: 737px) {
    .planTable {
        font-size: 0;
        border-collapse:collapse;
    }
}
.planTable br {
    display: none;
}
.planTable br.pc {
    display: inline-block;
}
@media screen and (max-width: 737px) {
    .planTable br {
        display: inline-block;
    }
    .planTable br.pc {
        display: inline-block;
    }
}

/* tbody */

.planTable tbody tr {
    height: 42px;
}
.planTable tbody td {
    box-sizing: border-box;
    font-size: 16px;
    border-top: none;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-spacing: 0;
    width: 294px;
    padding: 5px 10px;
    text-align: left;
}
@media screen and (max-width: 737px) {
    .planTable tbody tr {
        font-size: 0;
        height: 27px;
    }
    .planTable tbody td {
        display: inline-block;
        width: 50%;
        font-size: 11px;
        padding: 5px 5px;
    }
}


.planTable tbody tr:first-child td {
    border-top: none;
    border-bottom: 1px solid #bbb;
    text-align: center;
}

.planTable tbody tr:first-child td:last-child {
    border-left: none;
    border-right: none;
}

.planTable tbody td:first-child {
    width: 147px;
    border-left: none;
    border-right: none;
}
.planTable tbody td:last-child {
    width: 147px;
    border-left: none;
    border-right: none;
}
@media screen and (max-width: 737px) {
    .planTable tbody td:first-child {
        width: 25%;
        text-align: center;
    }
    .planTable tbody td:last-child {
        width: 25%;
    }
}

/* riji */
.rijiTable {
    border: 1px solid #bbb;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 70px;
    transition: opacity .3s;
    border-collapse: separate;
}
@media screen and (max-width: 737px) {
    .rijiTable {
        font-size: 0;
        margin-bottom: 22px;
    }
}

/* thead */
.rijiTable thead th {
    background-color: #f1f1f1;
    color: #333;
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    border-top: none;
/*    border-bottom: 1px solid #bbb; */
}
.rijiTable thead th.border-right {
    border-right: 1px solid #bbb;
}

@media screen and (max-width: 737px) {
    .rijiTable thead th {
        font-size: 11px;
    }
}

.rijiTable thead td {
    font-size: 14px;
}


/* tbody */


.rijiTable tbody th {
    background-color: #f1f1f1;
    font-size: 16px;
    padding-left: 45px;
    border-top: none;
    border-right: 1px solid #bbb;
}
.rijiTable tbody th.subtitle {
    background: #fff;
    padding-left: 0;
    text-align: center;
    border-right: none;
}
@media screen and (max-width: 737px) {
    .rijiTable tbody th {
        font-size: 11px;
        padding-left: 25px;
    }
    .rijiTable tbody th.subtitle {
        width: 100%
    }
}
.rijiTable tbody th.border-top {
    border-top: none;
}

.rijiTable tbody td {
    border-top: none;
    font-size: 16px;
    text-align: left;
}

.rijiTable tbody td ul {
    font-size: 16px;
}

.rijiTable tbody td ul li {
    font-size: 16px;
    float: left;
    width: 48%;
}

.rijiTable tbody td ul li:first-child {
    width: 52%;
}

@media screen and (max-width: 737px) {
    .rijiTable tbody td {
        font-size: 11px;
    }
    .rijiTable tbody td ul {
        font-size: 11px;
    }
    .rijiTable tbody td ul li {
        font-size: 11px;
        width: 100%;
    }
    .rijiTable tbody td ul li:first-child {
        font-size: 11px;
        width: 100%;
    }
}


.rijiTable tr {
    height: 42px;
}
.rijiTable th {
    box-sizing: border-box;
    width: 294px;
    font-weight: bold;
    padding: 5px 0 5px 0;  /* 28px */
    position: relative;
}

@media screen and (max-width: 737px) {
    .rijiTable tr {
        font-size: 0;
        height: 27px;
    }
    .rijiTable th {
        display: inline-block;
        width: 50%;
    }
}



.rijiTable td {
    box-sizing: border-box;
    width: 294px;
    padding: 5px 30px;
    text-align: right;
}


@media screen and (max-width: 737px) {
    .rijiTable td {
        display: inline-block;
        width: 50%;
        padding: 5px 25px;  /* 21px */
    }
    .rijiTable td.kansa {
        display: inline-block;
        width: 100%;
        padding: 5px 25px;  /* 21px */
    }
}

a.pdf-reference:hover {
    text-decoration: underline;
    font-size: 102%;
    font-weight: bold;
    color: #ec2d31;
}
