#p-modal__Item {
    width: 100%;
    max-width: 95%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    padding-right: 3%;
    padding-left: 3%;
}
#p-modal__Item .c-title {
    border-top: 2px solid #0071bd;
    border-bottom: 2px solid #0071bd;
    margin-bottom: 40px;
    text-align: left;
    padding: 2% 1% 2%;
}
#p-modal__Item .c-title h2 {
    text-align: left;
    margin-bottom: 40px;
}
.modal_Price {
    text-align: right;
}
.c-modal__Item {
    margin-bottom: 0;
}
.c-modal__Item__detail {
    width: 100%;
    border-top: solid 1px #cccccc;
}
.c-modal__Item__detail th,
.c-modal__Item__detail td {
    padding: 6px;
    border-bottom: solid 1px #cccccc;
}
.c-modal__Item__detail th {
    width: 20%;
}
.c-modal__Item__detail td {
    width: 40%;
}
.c-detail_Txt {
    background-color: #f9f8ea;
    padding: 3%;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.c-bagItem {
    position: absolute;
    right: 0;
    top: 52%;
}
.c-situation {
    width: 100%;
    margin-bottom: 20px;
}
.c-situation dt {
    width: 10%;
}
.c-situation dd {
    width: 90%;
    margin-bottom: 2%;
}
.c-modal__Item__img {
    border-radius: 25px;
    overflow: hidden;
    width: 52%;
    max-width: 100%;
    /* margin-bottom: 30px; */
}
.c-modal__Table {
    width: 44%;
}

@media screen and (max-width: 768px) {
    .c-modal_Inner {
        width: 80%;
        margin: 0 auto;
    }
    #p-modal__Item {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .c-modal__Item {
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }
    .c-title {
        padding: 3% 3% 3%;
        width: 90%;
        margin-left: auto;
        margin-right: auto; 
    }
    .c-detail_Txt {
        padding: 3%;
        margin-bottom: 30px;
        position: relative;
    }
    .c-bagItem {
        right: -23px;
        top: 73%;
        width: 20%;
    }
    .c-situation {
        width: 100%;
        margin-bottom: 0;
    }
    .c-situation dt {
        width: 20%;
    }
    .c-situation dd {
        width: 70%;
    }
    #p-modal__Item .c-title h2 {
        margin-bottom: 10px;
    }
    #p-modal__Item .c-title {
        margin-bottom: 30px;
    }
    .c-modal__Item__img {
        width: 100%;
        margin-bottom: 30px;
    }
    .c-modal__Table {
        width: 100%;
    }
}

/* 既存coloerbox調整用 */
#colorbox, #cboxContent, #cboxLoadedContent {
    background: #fff!important;
    padding: 0!important;
}
#cboxOverlay {
    background: #000!important;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
#cboxWrapper::after{
    content: "";
    border-radius: 30px;
}
#cboxClose {
    background: url(/purchase/images/modal_closeBtn.png) no-repeat 0 0!important;
    z-index: 5!important;
    top: -50px !important;
    right: -20px !important;
    width:47px!important;
    height:47px!important;
    text-indent:-9999px!important;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    border-radius: 30px !important;
}
#cboxPrevious,#cboxNext {
    display: none!important;
}
#cboxWrapper,#colorbox {
    overflow: visible!important;
}
#cboxContent {
    background: #fff!important;
}
#cboxLoadedContent {
    background: #fff!important;
}
@media screen and (max-width: 768px) {
    #cboxContent {
        margin-top: 0px!important;
    }
    #cboxClose {
        right: -10px !important;
        top: -19px !important;
    }
}

/* anchor start */
.c-linkArea {
    justify-content: space-around;
    margin: 10px auto 30px auto;
    max-width: 100%;
    width: 100%;
}
.c-linkArea.c-linkArea_block02 {
    width: 80%;
}
.c-linkArea .c-Btn__block {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.2;
    margin: auto;
    width: 50%;
}
.c-linkArea.c-linkArea_block02 .c-Btn__block {
    width: auto;
}
.c-linkArea .c-noLink__Btn {
    background-color: #fff;
    border: 2px solid #0071bd;
    color: #0071bd;
    padding: 15px 50px 15px 50px;
}
.c-linkArea .c-Btn__block .c-goTtx__Item01 {
    margin-left: 15px;
}
.c-linkArea .c-Btn__block a {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .c-linkArea {
        display: block;
        width: 90%;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .c-linkArea.c-linkArea_block02 {
        width: 100%;
    }
    .c-linkArea .c-Btn__block {
        margin-bottom: 5%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        align-items: center;
    }
    .c-linkArea .c-Btn__block .c-goTtx__Item01 {
        margin-left: 10px
    }
    .c-linkArea__innerTxt {
        width: 100%;
    }
}
/* anchor end */

