@charset "UTF-8";

.mainSec {
    position: relative;
    z-index: 1;
}

.mainSec_title {
}

.mainSec_title > b {
}

.mainSec_title > small {
}

.mainSec_caution {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 0;
}

.mainSec_caution > a {
    color: #FF483B;
}

.mainSec_cols {
}

.mainSec_cols:after {
    content: "";
    display: block;
    clear: both;
}

.mainSec_col {
    width: 49%;
}

.mainSec_col-left {
    float: left;
}

.price {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.price b {
    font-weight: 100;
}

.attention_txt {
    margin-top: 10px;
}

.price_title {
    margin-bottom: 3px;
    padding-left: 4px;
}

.price_notes {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 5px;
}

.price_dList {
    border-bottom: 1px solid #000;
    padding: 6px 4px;
}

.price_dList .-hidden {
    visibility: hidden;
}

.price_dList:after {
    content: "";
    display: block;
    clear: both;
}

.price_dList > dt {
    float: left;
}

.price_dList > dd {
    float: right;
}

.price_costTbl {
    display: table;
    width: auto;
}

.price_costTbl_col {
    display: table-cell;
    vertical-align: middle;
}

.price_costTbl_col-left {
    text-align: right;
    min-width: 5em;
}

.price_costTbl_col-center {
    text-align: right;
    min-width: 1.7em;
}

.price_costTbl_col-right {
    min-width: 6em;
    text-align: right;
}

.price_caution {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin: 5px 0 0;
    position: relative;
    left: 4px;
}

.mainSec_col-right {
    float: right;
}

.imgLength {
}

.imgLength-bottom {
}

.imgLength-top {
    display: none;
}

.imgLength > img {
    width: 425px;
    height: auto;
}

.cautions {
    list-style: none;
}

.cautions > li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.cautions > li:first-child {
}

.cautions > li:nth-child(2n) {
}

.cautions > li > img {
}

.nominate {
    margin-top: 80px;
}

.nominate_ttl {
    font-size: 20px;
    border-bottom: 3px solid #000;
}

.nominate_lead {
    margin-top: 30px;
}

.nominate_item {
    margin-top: 30px;
}

.nominate_item_price {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.nominate_item_price .-hidden {
    visibility: hidden;
}

.nominate_item_cnt {
    margin-top: 10px;
}

.nominate_item_staff {
}

.nominate_item_staff.-mt {
    margin-top: 1em;
}

.nominate_item_staff:after {
    content: "";
    display: block;
    clear: both;
}

.nominate_item_staff.-dib {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}

.nominate_item_staff dt,
.nominate_item_staff dd {
}

.nominate_item_staff dt {
    font-weight: bold;
    float: left;
}

.nominate_item_staff dd {
    margin-left: 6em;
}

.nominate_item_memo {
    display: inline-block;
    vertical-align: middle;
}

.nominate_item_staff dd span {
    display: inline-block;
    font-size: 14px;
}

.nominate_item_staff dd span.-shop {
    margin-right: 1em;
    min-width: 6em;
}

.nominate_item_staff dd span.-post {
}
.card_img{
    display: flex;
    margin-top: 10px;
}

.mgn {
    margin-top: 10px;
}

.nominate_item.br_top {
    border-top: solid 1px #000;
    padding-top: 20px;

}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
    .mainSec {
    }

    .mainSec_title {
    }

    .mainSec_title > b {
    }

    .mainSec_title > small {
    }

    .mainSec_caution {
        font-size: 12px;
    }

    .mainSec_cols {
    }

    .mainSec_cols:after {
    }

    .mainSec_col {
    }

    .mainSec_col-left {
    }

    .price {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .price_title {
        font-size: 16px;
    }

    .price_notes {
        text-align: right;
        font-size: 10px;
    }

    .price_dList {
    }

    .price_dList:after {
    }

    .price_dList > dt {
    }

    .price_dList > dd {
    }

    .price_costTbl {
    }

    .price_costTbl_col {

        /*min-width: 0;*/
    }

    .price_costTbl_col-left {
    }

    .price_costTbl_col-center {
        min-width: 1.1em;
    }

    .price_costTbl_col-right {
        min-width: 5.5em;
    }

    .price_caution {
    }

    .mainSec_col-right {
    }

    .imgLength {
    }

    .imgLength-bottom {
    }

    .imgLength-top {
    }

    .imgLength > img {
    }

    .cautions {
        font-size: 12px;
    }

    .cautions > li {
    }

    .cautions > li:first-child {
    }

    .cautions > li:nth-child(2n) {
    }

    .cautions > li > img {
    }

}

/* スマホ設定 */
@media screen and (max-width:699px) {
    .mainSec {
    }

    .mainSec_title {
        margin-bottom: 10px;
    }

    .mainSec_title > b {
    }

    .mainSec_title > small {
    }

    .mainSec_caution {
        top: 4px;        /*position: static;
                                text-indent: -1em;
                                padding-left: 1em;
                                font-size: 11px;*/
    }

    .mainSec_cols {
    }

    .mainSec_cols:after {
    }

    .mainSec_col {
        width: 100%;
        float: none;
    }

    .mainSec_col-left {
    }

    .price {
        margin-bottom: 15px;
    }

    .price_title {
        font-size: 14px;
        border-bottom-width: 2px;
    }

    .price_notes {
    }

    .price_dList {
    }

    .price_dList:after {
    }

    .price_dList > dt {
    }

    .price_dList > dd {
    }

    .price_costTbl {
        margin-left: auto;
    }

    .price_costTbl_col {
    }

    .price_costTbl_col-left {
    }

    .price_costTbl_col-center {
    }

    .price_costTbl_col-right {
    }

    .price_caution {
        font-size: 11px;
    }

    .mainSec_col-right {
    }

    .imgLength {
    }

    .imgLength-bottom {
        display: block;
        /* display: none; */
    }

    .imgLength-top {
        display: block;
        text-align: center;
        margin: 25px 0;
    }

    .imgLength > img {
    }

    .cautions {
        font-size: 11px;
    }

    .cautions > li {
    }

    .cautions > li:first-child {
    }

    .cautions > li:nth-child(2n) {
    }

    .cautions > li > img {
    }

    .nominate {
        margin-top: 40px;
    }

    .nominate_ttl {
        font-size: 18px;
    }

    .nominate_lead {
        font-size: 11px;
        margin-top: 15px;
    }

    .nominate_item {
        margin-top: 15px;
    }

    .nominate_item_price {
        font-size: 16px;
    }

    .nominate_item_cnt {
        font-size: 11px;
    }

    .nominate_item_staff dd span {
        font-size: 11px;
    }

}
