@charset "UTF-8";

.attentionList {
    margin: 15px 0;
    padding-top: 0;
}
.noticeInfo a, .divisionWrap h3 {
    margin: 10px 0;
}
.noticeInfo {
    padding-bottom: 60px;
}
.noticeInfo .division:not(:last-child) {
    padding-bottom: 60px;
    border-bottom: 1px solid #d8d8d8;
}
.num, .num + p {
    font-size: 14px;
}
.num + p {
    margin-bottom: 25px;
    margin-left: 1em;
}
.step1 .num + p {
    margin-bottom: 14px;
}
.postscript > span, .postscript > span + p {
    font-size: 14px;
}
.step2, .step3 {
    margin-top: 40px;
}
.step3 {
    margin-bottom: 25px;
}
.divisionWrap .textLinkAnotherTransition::after {
    left: 0.4em;
}
/** table **/
table.sp {
    display: table;
    width: 100%;
}
td {
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    border: 1px solid #979797;
}
td > span, td a.textLinkArrow {
    margin: auto;
    text-align: center;
}
td > span {
    display: block;
}
.combination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.verticalWriting {
    display: inline-block;
    height: max-content;
    line-height: 1.2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.tableBackground {
    background: #f8f8f8;
}
#modelChange {
    width: 50px;
    margin-top: 30px;
}
.deviceImage {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    vertical-align: middle;
}
#modelChange, #newContract, #transfer {
    display: block;
}
#newContract {
    width: 33px;
    margin-right: 15px;
}
#transfer {
    width: 55px;
}
.plus {
    margin: -5px auto;
}
/** /table **/
.divisionWrap .attentionList {
    margin-bottom: 40px;
}
.step3 + .postscript {
    margin-top: 30px;
}

.underLine {
    text-decoration: underline;
}

@media screen and (max-width:830px) {
    .pc .combination > span, .pc td > .textLinkArrow {
        font-size: 13px;
    }
}
@media screen and (min-width:768px) {
    table.sp {
        display: none;
    }
    .num + p {
        line-height: 1.65;
    }
    .step1 .num + p {
        margin-bottom: 25px;
    }
    .divisionWrap .attentionList {
        margin: auto;
        margin-bottom: 64px;
        padding-top: 64px;
    }
    .step2, .step3 {
        margin-top: 60px;
    }
    .step3 + .postscript {
        margin-top: 54px;
    }
}
@media screen and (min-width:861px) {
    td {
        padding: 10px;
    }
}