@charset "UTF-8";

.main_contents {
    padding-bottom: 1px;
}

.sale_top_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
    background: center / cover no-repeat #823CD7;
    background-image: url(https://mvno.geo-mobile.jp/v2/img/pc/general/campaign/paidy/mv_bg.png);
}

.sale_top_image h1 {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

.item_bg {
    padding: 50px 0 4px;
    background: #f7f7f7;
}

.item_wrapper {
    width: 1000px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    position: relative;
    padding: 0;
}

.lineup-btnwrap + .item_wrapper {
    margin-top: 44px;
}

.status_used {
    position: absolute;
    top: 0;
    right: 0;
    background: #8cbf21;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.item_box {
    display: flex;
    justify-content: space-between;
    padding: 25px 65px 40px 35px;
    background: #fff;
}

.item_image {
    width: 367px;
}

.item_image img {
    width: 100%;
    height: auto;
}

.item_text {
    width: 510px;
    position: relative;
}

.maker {
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    width: 330px;
}

.item_text h3 {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 12px 0;
}

.item_text p {
    color: #707070;
    font-size: 24px;
    line-height: 1.5em;
    min-height: 4em;
}

.item_text p.original_price {
    font-weight: bold;
    margin: 15px 0 10px;
    text-align: right;
    line-height: 1;
    min-height: auto;
}

.text_del {
    text-decoration: line-through;
}

.original_price span {
    font-weight: bold;
}

.price_table {
    width: 100%;
    font-size: 12px;
}

.price_table caption {
    padding: 11px 0;
    background-color: #823CD7;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: white;
}

.price_table th {
    padding: 15px 0;
    background-color: #ADADAD;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: white;
}

.price_table th:nth-of-type(even) {
    background-color: #999;
}

.price_table th:nth-of-type(1),
.price_table th:nth-of-type(2) {
    width: 129px;
}

.price_table td {
    background-color: white;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.price_table td:nth-of-type(1),
.price_table td:nth-of-type(2) {
    font-weight: bold;
    text-align: center;
    color: #707070;
}

.price_table td ._paidy-promotional-messaging {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.caution_box {
    width: 870px;
    margin: 40px auto 0;
}

.caution_text {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #ff1700;
}

.btn_wrapper {
    width: 660px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_wrapper > a {
    max-width: 320px;
    margin: 0;
}

.production_mode {
    margin: 20px auto;
}

.detail-btn {
    background: #333;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 320px;
    box-shadow: var(--box-shadow-general);
}
.detail-btn::after {
    border-color: #333;
}

.detail-btn:hover {
    color: #333;
    text-decoration: none;
}

.apply-btn {
    background: #823cd7;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin: 0 0 0 20px;
    text-align: center;
    text-decoration: none;
    width: 320px;
    box-shadow: var(--box-shadow-general);
}
.apply-btn::after {
    border-color: #823cd7;
}

.apply-btn:hover {
    color: #823cd7;
}

.apply-btn.nolink-btn {
    background: #999;
    pointer-events: none;
}
.apply-btn.nolink-btn::after {
    border-color: #999;
}

.apply-btn.nolink-btn:hover {
    color: #999;
}

.lineup-btn {
    background: #707070;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    width: 490px;
    box-shadow: var(--box-shadow-general);
}
.lineup-btn::after {
    border-color: #707070;
}

.lineup-btn:hover {
    color: #707070;
    text-decoration: none;
}

.item_caution {
    margin: 20px 0 0;
    color: #707070;
}

.item_caution li {
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 1em;
    text-indent: -1em;
}

.item_caution li a {
    color: #707070;
    text-decoration: underline;
}

/* 機能・仕様 */
.spec_sheet-wrapper {
    padding-top: 80px;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.spec-list_wrapper {
    margin: 0 auto;
    padding: 40px 0;
    width: 1100px;
    background: #fff;
    position: relative;
}

.common-title {
    margin-left: 40px;
}

.spec_sheet-close {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    background: #999;
    text-indent: -9999px;
    top: -10px;
    right: -10px;
}

.spec_sheet-close.-btn {
    border-radius: 4px;
    box-shadow: var(--box-shadow-general);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
    text-indent: 0;
    width: 320px;
    height: 50px;
}
.spec_sheet-close.-btn::after {
    border-color: #999;
}

.spec_sheet-close.-btn:hover {
    color: #999;
    text-decoration: none;
}

.spec_list-scroller {
    overflow: auto;
    padding-bottom: 5px;
}

.spec-list_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
}

.spec-list_table th {
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #707070;
    font-size: 16px;
    line-height: 1.5em;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
    min-width: 320px;
    max-width: 320px;
    width: 320px;
    white-space: nowrap;
}

.spec-list_table td {
    border: 1px solid #ccc;
    color: #707070;
    font-size: 16px;
    line-height: 1.5em;
    padding: 15px 20px;
    vertical-align: middle;
}

.spec-list_table tr td:nth-child(2) {
    box-sizing: border-box;
    min-width: 245px;
    max-width: 245px;
    width: 245px;
}

.spec-list_table tr td:nth-child(3) {
    box-sizing: border-box;
    min-width: 435px;
    max-width: 435px;
    width: 435px;
}

.used_caution-wrapper {
    margin: 0 auto 40px;
    padding: 40px 0;
    width: 1000px;
}

.used_caution {
    margin: 0 auto;
    width: 1000px;
}

.used_caution .common-title {
    margin: 0 auto 20px;
}

.used_caution .detail-subTitle {
    margin: 40px 0 20px;
}

.used_caution p {
    color: #707070;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.used_caution ul {
    color: #707070;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.used_caution li {
    font-weight: 600;
    padding-bottom: 10px;
}

.used_caution ul ul {
    margin-bottom: 0;
}

.used_caution li li {
    font-weight: normal;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.status_a-wrapper,
.status_b-wrapper {
    background: #eee;
    padding: 20px 20px 0;
}

.status_a-wrapper dt {
    background: url("https://mvno.geo-mobile.jp/img/cmn/status_a/a.png") no-repeat;
    background-size: 100%;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px;
    width: 93px;
}

.status_b-wrapper dt {
    background: url("https://mvno.geo-mobile.jp/img/cmn/status_b/b.png") no-repeat;
    background-size: 100%;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px;
    width: 93px;
}

.status_a-wrapper dd,
.status_b-wrapper dd {
    padding-top: 20px;
}

.status_a-wrapper ul,
.status_b-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.status_a-wrapper li,
.status_b-wrapper li {
    padding-bottom: 20px;
    width: 30%;
}

.status_a-wrapper img,
.status_b-wrapper img {
    height: auto;
    width: 100%;
}

.lineup-btnwrap {
    margin-bottom: 40px;
}

.used_caution a {
    font-weight: bold;
}
.battery_caution {
    color: #707070;
    margin-bottom: 40px;
}

.battery_caution strong {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
}

.battery_caution dl {
    margin: 20px 0;
}

.battery_caution dt,
.battery_caution dd {
    display: inline;
}

.battery_caution dd::after {
    content: "\A";
    display: block;
}

.battery_caution div {
    padding: 0 0 1em 1em;
    text-indent: -1em;
}

section.bnr_buy-mobile {
    width: auto;
    margin-top: 40px;
    text-align: center;
}

.precautions {
    width: 1000px;
    padding: 35px 170px;
    margin: 0 auto 40px;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
}

/* キャンペーン注意事項 */
.precautions {
    width: 1000px;
    padding: 35px 170px;
    margin: 0 auto 40px;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
}

.precautions h2 {
    font-size: 24px;
    font-weight: bold;
}

.precautions .campaign_caution {
    font-size: 14px;
    line-height: calc(24/14);
    margin-top: 20px;
}

.precautions .campaign_caution li {
    text-indent: -1em;
    padding-left: 1em;
}

.precautions .campaign_caution li.red {
    color: red;
}

.precautions .campaign_caution li a {
    color: #000;
    font-weight: bold;
}

.precautions .campaign_caution li a:hover {
    text-decoration: underline;
}