@charset "UTF-8";

.-pink{
    color: #E9065D !important;
}

.-fs_16{
    font-size: 16px !important;
}

.main_contents{
    padding-bottom: 1px;
}

dl.js-accordion > dt{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    cursor: pointer;
    color: #585858;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    padding: 20px 0;
    position: relative;
}

dl.js-accordion > dt.open{
    border-bottom: none;
}

dl.js-accordion > dt::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #585858;
    border-right: 1px solid #585858;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

dl.js-accordion > dt.open::before{
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

dl.js-accordion > dd{
    border-bottom: 1px solid #707070;
    color: #585858;
    display: none;
    height: auto;
    opacity: 1;
    padding-bottom: 20px;
}

.sale_top_image {
    background: #C70815;
    position: relative;
    z-index: -2;
}

.sale_top_image h1{
    display: block;
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    z-index: 1;
}

.sale_top_image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background: #AC0512;
    z-index: -1;
}

.bg01{
    background: #D9B74C;
    padding: 40px 0 20px;
}

.bg01 .section_title{
    background: #00398B;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4em;
    padding: 20px 0;
	margin-bottom: 40px;
}

.bg01 .section_title span{
    display: block;
    font-weight: bold;
    margin: 0 auto;
    max-width: 1000px;
}

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

.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;
}

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

.bg02 .icon_list,
.bg02 .status_new,
.bg02 .status_used{
	position: relative;
}

.item_box{
    display: flex;
    justify-content: space-between;
}

.item_image{
    width: 367px;
}

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

.original_price{
    color: #707070;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.original_price span{
    font-weight: bold;
}

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

.item_text{
    width: 510px;
    margin-right: 70px;
    position: relative;
}

.item_text_btnwrap{
    position: absolute;
    bottom: 0;
    left: 0;
}

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

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

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

.item_text p.original_price {
    color: #707070;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-align: right;
    min-height: auto;
}

.price_box_mnp,
.price_box_new,
.price_box_change,
.price_box_wifi{
    margin-top: 20px;
}

.new_change_wrapper{
    display: flex;
    justify-content: space-between;
    
}

.price_box_new{
    width: 340px;
}

.price_box_change{
    overflow: hidden;
    width: 150px;
}


.price_box_mnp {
    background: #E9065D;
    padding: 10px;
}

.price_box_mnp dt,
.price_box_wifi dt{
    background: #E9005D;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.price_box_new dt,
.price_box_change dt{
    background: #999;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.price_box_mnp dd,
.price_box_wifi dd{
    background: #F7F7F7;
    height: 80px;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


dl.price_box_mnp dd.mnp {
    border: 5px solid #000;
}

.price_box_new dd{
    background: #F7F7F7;
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_box_change dd {
    background: #F7F7F7;
    height: 170px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.price_box_mnp dd + dd,
.price_box_wifi dd + dd,
.price_box_new dd + dd,
.price_box_change dd + dd{
    margin-top: 10px;
}

.price_box_mnp dd div,
.price_box_new dd div,
.price_box_change dd div,
.price_box_wifi dd div{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}


dl.price_box_mnp dd.mnp div {
    background: #000;
    height: 100%;
    width: 110px;
    color: #fff;
    display: flex;
    align-items: center;
}



.price_box_mnp .normal_price,
.price_box_new dd .normal_price,
.price_box_change dd .normal_price,
.price_box_wifi dd .normal_price{
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
}

.price_box_mnp dd strong,
.price_box_wifi dd strong{
    display: block;
    font-size: 56px;
    font-weight: bold;
    line-height: 80px;
    color: #E9005D;
}

.price_box_mnp dd.new strong,.price_box_mnp dd.fromau strong{
    font-size: 40px;
}

.price_box_mnp dd.new div,.price_box_mnp dd.fromau div{
    padding: 0 0 0 10px;
}

.price_box_mnp dd.mnp div{
    padding: 0 0 0 5px;
}

.price_box_new dd strong,
.price_box_change dd strong{
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    color: #707070;
}

.price_box_mnp dd strong .yen,
.price_box_wifi dd strong .yen{
    font-size: 40px;
    font-weight: bold;
    vertical-align: bottom;
}

.price_box_new dd strong .yen,
.price_box_change dd strong .yen{
    font-size: 24px;
    font-weight: bold;
    vertical-align: bottom;
}

p.caution_text{
    margin: 20px auto 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #FF1700;
    width: 660px;
}

p.caution_text a{
    color: #FF1700;
    font-weight: bold;
    text-decoration: underline;
}

.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;
}

.notice_mode{
    padding: 20px 0 1px;
}

.production_mode{
    margin: 20px auto;
}

.item_wrapper .production_mode:last-child{
    margin: 40px auto 10px;
}

a.detail-btn{
    background: #707070;
    border-radius: 5px;
    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: #333 0 4px 0;
}

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

a.apply-btn{
    background: #E9005D;
    border-radius: 5px;
    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: #AA0044 0 4px 0;
}

a.lineup-btn{
    background: #707070;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width: 500px;
    box-shadow: #333 0 4px 0;
}

.item_caution{
    width: 660px;
    margin: 20px auto 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;
}

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

.reference_mark,
.reference_mark_note{
    list-style: decimal;
    max-width: 660px;
    margin: 0 auto;
}

.reference_mark li,
.reference_mark_note li{
    color: #707070;
    font-size: 16px;
    list-style: decimal;
    margin-left: 2.5em;
    padding-left: 0.8em;
    position: relative;
    vertical-align: top;
}

.reference_mark li::before{
    content: '※';
    position: absolute;
    left: -2.4em;
    top: 0;
}

.reference_mark_note li::before{
    content: '注';
    position: absolute;
    left: -2.4em;
    top: 0;
}

ul.r-indent{
    list-style: none;
    max-width: 660px;
    margin: 0 auto;
}

ul.r-indent li,
p.r-indent{
    padding-left: 1em;
    text-indent: -1em;
    color: #707070;
    font-size: 16px;
    vertical-align: top;
}

.black_wrapper{
    background: #000;
    position: relative;
    padding: 80px 0 40px;
}

.model_change-title{
    position: absolute;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 64px;
    display: block;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.model_change-price{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.model_change-price li{
    width: 237px;
}

.blue_round{
    display: block;
    background: #2000FF;
    border-radius: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}

.model_change-price dl{
    margin-top: 20px;
}

.model_change-price dt{
    background: #eee;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #707070;
    text-align: center;
}

.model_change-price dd{
    display: flex;
    justify-content: space-between;
}

.model_change-price dd span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #707070;
}

.model_change-price .normal_price{
    text-decoration: line-through;
}

.model_change-price dd.special_price{
    position: relative;
    display: block;
    text-align: right;
    font-size: 60px;
    line-height: 1.5em;
    color: #C81908;
}

.model_change-price dd.special_price div{
    position: relative;
    z-index: 100;
}

.model_change-price dd.special_price::after{
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background: #FFEC24;
    bottom: 10px;
    left: 0;
    position: absolute;
    z-index: 10;
}

.iphonese_caution{
    width: 660px;
    margin: 20px auto 0;
    color: #707070;
}

.iphonese_caution dt{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}

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

/* 機能・仕様 */
.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::before{
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 8px;
    position: absolute;
    top: 22px;
    transform: rotate(45deg);
    width: 30px;
}

.spec_sheet-close::after{
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 8px;
    position: absolute;
    top: 22px;
    transform: rotate(-45deg);
    width: 30px;
}

.spec_sheet-close.-btn{
    border-radius: 5px;
    box-shadow: 0 4px #666;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin: 40px auto 0;
    position: initial;
    text-align: center;
    text-indent: 0;
    width: 320px;
    height: 50px;
}

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

.spec_list-scroller{
    overflow: auto;
}

.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('/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('/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%;
}

.caution{
    border: 2px solid #f00;
    color: #f00;
    font-weight: bold;
    margin: 40px 0;
    padding: 20px;
    text-align: center;
}

.used_caution-wrapper .common-btn{
    margin: 0 auto;
}

.bottom_bnr{
    background: url("/img/pc/campaign/new_life/bottom.png") no-repeat;
    display:block;
    height: 240px;
    margin: 0 auto 40px;
    text-indent:-9999px;
    width: 750px;
}

/* add */

.sale_catch{
    background: #FFEA3C;
    color: #03408E;
    font-size: 24px;
    line-height: 1.46em;
    padding-top: 40px;
    text-align: center;
}

.sale_catch h2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sim_detail{
    color: #707070;
    margin: 20px auto 0;
    max-width: 820px;
}

.sim_detail h3{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 20px;
}

.sim_detail img{
    display: block;
    margin: 20px auto;
}

.sim_detail img.img_e_money{
    margin: 40px auto 10px;
}

.sim_detail p a{
    color: #707070;
    text-decoration: underline;
}

.sim_detail p.r-indent{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.sim_detail .item_caution{
    margin-bottom: 10px;
    width: 100%;
}

.sim_detail dd .item_caution li{
    color: #585858;
    font-size: 16px;
    line-height: 1.6em;
}

.sim_detail .js-accordion{
    margin: 10px auto 40px;
}

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

.lineup-btnwrap + .bnr_wrapper {
    text-align: center;
    margin: -40px auto 40px;
}

.item_text_btnwrap{
    padding-bottom: 45px;
}

