@charset "utf-8";

#iphone_lp {
    margin: 0 auto 80px;
    width: 1000px;
}

.mv {
    margin: 0 auto 40px;
}

.pickup {
    margin: 0 auto 60px;
}

.price {
    margin: 0 auto 60px;
}

.caution {
    font-size: 14px;
}

.caution > li {
    padding: 0 0 0.3em 1em;
    text-indent: -1em;
}

.pickup_head {
    color: #192B5B;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 40px;
}

.pickup_text {
    margin: 0 auto 20px;
}

.pickup_list {
    align-items: stretch;
    display: flex;
    gap: 20px;
}

.pickup_list > a {
    align-items: stretch;
    display: block;
    color: #333;
    position: relative;
    text-decoration: none;
    width: 25%;
}

.pickup_list li {
    height: 100%;
    padding: 10px 10px 116px;
}

.pickup_list li:hover {
    background: #f0f0f0;
}

.pickup_image {
    height: 194px;
    margin: 0 auto 30px;
    width: 169px;
}

.pickup_image img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.pickup_name {
    font-size: 14px;
    font-weight: bold;
}

.pickup_price {
    bottom: 70px;
    font-size: 14px;
    position: absolute;
    vertical-align: baseline;
}

.pickup_price .-num {
    color: #FF2626;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.05em;
}

.pickup_link {
    border: 1px solid #192B5B;
    border-radius: 4px;
    bottom: 10px;
    color: #192B5B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transform: translateX(-50%);
    width: 150px;
}

.pickup_list li:hover .pickup_link {
    background: #edf3ff;
}

.list {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto 60px;
}

.list_group {
    padding: 0 0 20px;
    width: calc(50% - 20px);
}

.list_head {
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}

.list_detail {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    height: calc(70px * 4 + 40px);
    margin: 40px 0 0;
    width: 100%;
}

.list_detail.-docomo {
    background: url('/cmn/img/iphone/docomo.png') left 5px/auto 20px no-repeat;
}
.list_detail.-au {
    background: url('/cmn/img/iphone/au.png') left 0/auto 20px no-repeat;
}
.list_detail.-softbank {
    background: url('/cmn/img/iphone/softbank.png') left 5px/auto 20px no-repeat;
}
.list_detail.-rakuten {
    background: url('/cmn/img/iphone/rakutenmobile.png') left 5px/auto 20px no-repeat;
}

.list_detail-head {
    height: 40px;
    padding: 14px 0 8px;
    text-align: right;
    width: 160px;
}

.list_detail-name {
    border-top: 1px solid #ddd;
    background: #f6f6f6;
    font-size: 16px;
    padding: 13px 0 13px 20px;
    text-align: left;
}

.list_detail-unused {
    border-top: 1px solid #ddd;
    padding: 13px 0 0 0;
    text-align: right;
    vertical-align: top;
}

.list_detail-unused .-num {
    color: #FF2626;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.05em;
    padding-right: 4px;
}

.list_detail-used {
    border-top: 1px solid #ddd;
    padding: 13px 0 0 0;
    text-align: right;
}

.list_link {
    border: 1px solid #192B5B;
    border-radius: 4px;
    color: #192B5B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 15px auto 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.list_link:hover {
    background: #edf3ff;
}

.banner img {
    display: block;
    margin: 0 auto;
}

#rankBase{
    border: 1px solid #CCC;
    box-sizing: border-box;
    font-size: 14px;
    margin: 40px auto;
    padding: 40px 85px;
    width: 1000px;
}

#rankBase h3 {
    color: #192B5B;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

#rankBase dl{
    font-size: 14px;
}

#rankBase dt{
    line-height: 1.6em;
    margin-top:10px;
}

#rankBase ul{
    text-indent: -1em;
    padding-left: 1em;
}

#rankBase li{
    line-height: 1.6em;
    margin-bottom: 2px;
}
#rankBase li:before{
    content: "・";
}
