@charset "utf-8";

main section {
    border-top: 2px solid var(--color-main);
    padding: 64px 0;
}

main section:first-child {
    border-top: none;
    padding-top: 42px;
}

main section:last-child {
    padding-bottom: 0;
}

.inner {
    width: 1200px;
    margin: 0 auto
}

/* ギガ放題プラスS */
.planList {
    display: flex;
    justify-content: space-between;
}

.planList > li {
    width: 590px;
}

/* 【WiMAX +5G割】 */
.planTable {
    width: 100%;
}

.planTable th,
.planTable td {
    padding: 20px;
    border: 1px solid #888888;
    vertical-align: top;
}

.planTable th {
    width: 300px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    font-weight: bold;
    background-color: #f2f2f2;
    text-align: left;
}

.planTable td {
    width: calc(100% - 300px);
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}


/* モード別エリアと月間データ容量 */
.dataTableList {
    display: flex;
    justify-content: space-between;
}

.dataTableList > li {
    width: 590px;
}

.dataTable {
    text-align: left;
    width: 100%;
}

.dataTable caption {
    font-weight: bold;
    background: #F2F2F2;
    text-align: left;
    padding: 20px 15px;
}

.dataTable_star {
    color: #E40000;
    font-weight: normal;
    margin-left: 5px;
}

.dataTable_note {
    font-weight: normal;
    margin-left: 5px;
}

.dataTable tr {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}

.dataTable tr + tr {
    border-top: 1px solid #DBDBDB;
}

.dataTable th {
    font-weight: bold;
    width: 260px;
}

.dataTable td {
    flex: 1;
    margin-left: 20px;
}

.dataTable a {
    text-decoration: underline;
}

ol.attention_list li:not(.-noMark) {
    counter-increment: attention;
    padding-left: 2.3em;
    text-indent: -2.3em;
}

ol.attention_list li:not(.-noMark)::before {
    content: "※" counter(attention);
    width: 2.3em;
}

.attention_list a {
    text-decoration: underline;
}

.trywimax-btn {
    position: relative;
    padding: 0 35px;
    line-height: 64px;
}

.trywimax-btn .switch_images {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.trywimax-btn .switch_text {
    font-size: 20px;
}

.noteTitle {
    font-weight: bold;
}