@charset "UTF-8";

/*基本幅設定
　最大幅1000ｐｘ　ブレークポイント640ｐｘ
*/

/**/

/*================================================================================*/
/*カード一覧*/
/*================================================================================*/

/*----------------------------------------------------------------*/

/*カード一覧 共通設定*/

/*----------------------------------------------------------------*/


.select-conditions__add.button-link,
.select-conditions__add.more-button,
.search-conditions__add.button-link{
    width: 300px;
    padding: 11px;
    margin: 30px auto 0px;
    font-size: 16px;
}

.select-conditions__add.more-button{
    border: 2px solid #d1d1d1;
    color: #000000;
    z-index: inherit;
}

.select-conditions__add.more-button:before{
    background: #000000;
}

.select-conditions__add.more-button:after{
    background: #000000;
}

.select-conditions__add.button-link,
.search-conditions__add.button-link{
    background-image: url(/nyukai/common/img/icon_search_02.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 21px auto;
}


@media all and (max-width:640px){
    .select-conditions__add.button-link,
    .select-conditions__add.more-button,
    .search-conditions__add.button-link{
        width: 100%;
        padding: 11px;
        margin-top: 20px;
    }
}

/*----------------------------------------------------------------*/

/*card-select*/

/*----------------------------------------------------------------*/

.card-select{
    padding:60px 30px;
}

@media all and (max-width:640px){
    .card-select{
        padding: 0 15px 30px;
    }

}

/*----------------------------------------------------------------*/

/*card-select__heading*/

/*----------------------------------------------------------------*/

.card-select__heading{
    width: calc(100% + 60px);
    padding: 0px 0 31px;
    margin-left: -30px;
    text-align: center;
    font-size: 32px;
    margin-top: -10px;
}

@media all and (max-width:640px){
    .card-select__heading{
        width: 100vw;
        margin-left: -15px;
        margin-bottom: 30px;
        font-size: 24px;
        padding: 23px 0 15px;
        border-bottom: 10px solid #f1f1f1;
        margin-top: -10px;
        
    }
}


/*----------------------------------------------------------------*/

/* 条件をお選びください select-conditions*/

/*----------------------------------------------------------------*/

.select-conditions{
    background: #f1f1f1;
    padding: 34px 30px 30px;
    position: relative;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media all and (max-width:640px){
    .select-conditions{
        padding: 20px 15px 25px;
    }
}

/*-----------------------------------------------*/
.select-conditions h2{
    text-align: center;
    width: 100%;
    font-size: 22px;
}

/*-----------------------------------------------*/

[class^="select-conditions__item-box--"]{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.select-conditions .select-conditions__item-box--Form{
    width: calc(50% - 10px);
}

.select-conditions .select-conditions__item-box--class{
    width: calc(50% - 10px);
}

@media all and (min-width:640.1px){
    .select-conditions .select-conditions__item-box-inner{
        padding: 15px 0 0 5px;
        max-width: 880px;
    }
    .select-conditions .select-conditions__item{
        width: calc(25% - 15px);
        margin-right: 15px;
        margin-top: 0px;
        margin-bottom: 15px;
        border: none;
    }
    .select-conditions .select-conditions__item-box--Form .select-conditions__item{
        width: calc(50% - 15px);
    }
    
    .select-conditions .select-conditions__item-box--class .select-conditions__item{
        width: calc(50% - 15px);
    }
}

@media all and (max-width:640px){
    
    .select-conditions .select-conditions__item{
        border: none;
    }
    
    .select-conditions .select-conditions__item-box-inner{
        padding: 0px;
        background: transparent;
    }
    .select-conditions .select-conditions__item-box--Form{
        width: 100%;
        margin-top: 13px;
    }
    
    .select-conditions .select-conditions__item-box--class{
        width: 100%;
    }
    
}


/*-----------------------------------------------*/

.select-conditions .select-conditions__item-heading{
    border: none;
    margin-bottom: 2px;
    margin-top: 7px;
}

@media all and (max-width:640px){
    .select-conditions .select-conditions__item-heading{
        display: none;
    }
    .select-conditions .select-conditions__item-heading-inner{
        padding-left: 0;
    }
}


/* 選択中のカード selected-conditions*/
/*----------------------------------------------------------------*/

.selected-conditions__inner{
    background: #f1f1f1;
    padding: 30px;
    position: relative;
}

@media all and (max-width:640px){
    .selected-conditions__inner{
        padding: 20px 15px 25px;
    }
}

.selected-conditions h2{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.selected-conditions__inner .label__keyword .remove{
    display: inline-block;
    text-indent: -99999px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    position: relative;
    margin-left: 2px;
    cursor: pointer;
}

.selected-conditions__inner .label__keyword .remove:before{
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: #01472f;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -7px;
}

.selected-conditions__inner .label__keyword .remove:after{
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: #01472f;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -7px;
}



/*----------------------------------------------------------------*/

/* 一覧 select-cardlist*/

/*----------------------------------------------------------------*/

.select-cardlist{
    margin-top: 30px;
    padding-bottom: 30px;
}

@media all and (max-width:640px){
    .select-cardlist{
        margin-top: 9px;
    }

}

/*-----------------------------------------------*/

.select-cardlist__item{
    padding: 30px;
    border: 1px solid #d4d4d4;
    
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    position: relative;
    transition: 0.1s;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
}

.select-cardlist__item:hover{
    outline: 3px solid #0a8664;
    border-color: #0a8664;
    text-decoration: none;
}
/*
.select-cardlist__item:not(.disabled):hover{
    outline: 3px solid #0a8664;
    border-color: #0a8664;
    text-decoration: none;
}
.select-cardlist__item.disabled:hover{
    text-decoration: none;
}
*/
.select-cardlist__item:hover img{
    opacity: 0.7;
}


.select-cardlist__item + .select-cardlist__item{
    margin-top: 15px;
}

@media all and (max-width:640px){
    .select-cardlist__item{
        display: block;
        padding: 25px 15px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    
    .select-cardlist__item:hover{
        border: 1px solid #d4d4d4 !important;
        outline: none !important;
        text-decoration: none;
    }
}


/*-----------------------------------------------*/
.select-cardlist__detail{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: center;
}

.select-cardlist__card-name{
    font-size: 18px;
    font-weight: bold;
    color: #0370c5;
}

.select-cardlist__item:hover .select-cardlist__card-name{
    text-decoration: underline;
}

.select-cardlist__detail > p{
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 11px;
}

.select-cardlist__feature{
    font-size: 0;
}
/*----------------------------------*/
/*カード　比較内 カートリッジ内アイコン*/

.select-cardlist__feature-item{
    font-size: 14px;
    width: 96px;
    height: 96px;
    border: 2px solid #004831;
    border-radius: 5px;
    display: inline-block;
    margin-right: 13px;
    text-align: center;
    line-height: 1;
    font-size: 0;
    vertical-align: middle;
    color: #004831;
    font-family: "Helvetica Neue", "Arial";
}

.select-cardlist__feature-item.featureItem_icon1_0038{
    color: #f58212;
    border: 2px solid #f58212;
}

.select-cardlist__feature-item:last-child{
    margin-right: 0px;
}

.select-cardlist__feature-item:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px;
}

.select-cardlist__feature-item .inner{
    display: inline-block;
    vertical-align: middle;
}

.select-cardlist__feature-item span{
    display: inline-block;
}

.select-cardlist__feature-item .normal{
    font-size: 12px;
    line-height: 1.15;
    display: block;
}
.select-cardlist__feature-item .extra-large__decoration{
    font-size: 16.5px;
    line-height: 19px;
    vertical-align: middle;
    margin: 0 !important;
}
.select-cardlist__feature-item .medium{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
}

.select-cardlist__feature-item .medium + .normal{
    margin-top: 5px;
}

.select-cardlist__feature-item .normal:first-child + .medium{
    margin-top: 5px;
}

.select-cardlist__feature-item .large{
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}

.select-cardlist__feature-item .large + .normal{
    font-size: 11px;
}

.select-cardlist__feature-item .large .normal{
    text-align: right;
}

.select-cardlist__feature-item .extra-large{
    font-size: 55px;
    font-weight: bold;
    margin-top: 2px;
}
.select-cardlist__feature-item .extra-large span{
    display: inline-block;
}
.select-cardlist__feature-item .extra-large + .normal{
    margin-top: -2px;
}

.select-cardlist__feature-item img{
    margin-top: 2px;
    height: auto;
    width: 65%;
    max-height: 60px;
    opacity: 1 !important;
}


@media all and (max-width:640px){
    .select-cardlist__detail{
        border: none;
        padding-top: calc((50% - 43px) * 0.6347);
        margin-top: calc( -1 * (50% - 43px) * 0.6347 + 20px);
    }
    
    .select-cardlist__card-name{
        width: 50%;
        float: right;
        margin-top: calc((50% - 10px) * -0.6347);
        margin-bottom: 13px;
    }
    .select-cardlist__detail > p{
        clear: both;
        text-align: center;
        margin-bottom: 11px;
    }
    
    
    .select-cardlist__feature{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: calc(100% + 10px);
        margin-top: -10px;
        margin-right: -10px;
    }
    
    .select-cardlist__feature-item{
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
        
        width: calc(99.9% / 3 - 10px);
        margin-right: 10px !important;
        margin-top: 10px;
        min-height: 90px;
        height: auto;
        padding: 2px 0;
    }
    
    
    .select-cardlist__feature-item .normal{
        font-size: 3vw;
    }
    .select-cardlist__feature-item .large {
        font-size: 6vw;
    }
    .select-cardlist__feature-item .extra-large{
        font-size: 14vw;
    }
    .select-cardlist__feature-item .medium {
        font-size: 4vw;
    }
    .select-cardlist__feature-item .extra-large .normal{
        font-size: 3vw;
    }
    
    .select-cardlist__feature-item img{
        width: 55%;
    }
}


/*-----------------------------------------------*/
.select-cardlist__image{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
    width: calc(30% - 30px);
    text-align: center;
}


.select-cardlist__image img{
    width: auto;
    max-width: 100%;
    max-height: 114px;
    position: relative;
    left: -15px;
    cursor: pointer;
    transition: 0.2s;
}

@media all and (max-width:640px){
    .select-cardlist__image{
        width: calc(50% - 35px);
        position: relative;
        padding-left: 0;
    }
    
    .select-cardlist__image:before{
        content: "";
        display: inline-block;
        width: 1px;
        padding-top: calc((100% - 24px) * 0.6347);
    }
    
    .select-cardlist__image img{
        height: calc((100%) * 1.58);
        max-width: calc(100%);
        max-height: 100%;
        position: absolute;
        left: 30px;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    
    .select-cardlist__image-box{
        position: absolute;
        left: -12px;
        top: 50%;
        margin-top: -22px;
    }
    
    .select-cardlist__comparison-check input[type="checkbox"] + .checkbox-icon{
        margin: 12px !important;
    }
}


/*-----------------------------------------------*/

.select-cardlist__comparison-check{
    position: relative;
    left: -15px;
    cursor: pointer;
    margin-bottom: -12px;
    transition: 0.2s;
    padding: 7px;
    margin-top: 13px;
}

.select-cardlist__comparison-check .select-cardlist__comparison-design-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    z-index: 1;
}

.select-cardlist__comparison-check:hover .select-cardlist__comparison-design-box{
    border: 2px solid #0a8664;
}

.disabled .select-cardlist__comparison-check:hover .select-cardlist__comparison-design-box{
    border: 2px solid #d5d5d5;
}

.select-cardlist__comparison-check input[type="checkbox"]:checked ~ .select-cardlist__comparison-design-box{
    border: 2px solid #0a8664;
    background: #FAFFE9;
}


.select-cardlist__comparison-check span{
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

.select-cardlist__comparison-check input[type="checkbox"]{
    display: none;
}

.select-cardlist__comparison-check input[type="checkbox"] + .checkbox-icon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.select-cardlist__comparison-check input[type="checkbox"]:not(:checked) + .checkbox-icon{
    background: #d4d4d4;
}

.select-cardlist__comparison-check input[type="checkbox"]:not(:checked) ~ span{
    color: #d4d4d4;
}

.select-cardlist__comparison-check input[type="checkbox"] + .checkbox-icon + span{
    margin-left: 5px;
}

.select-cardlist__comparison-check input[type="checkbox"]:checked + .checkbox-icon{
    background: #0a8664;
    animation: anime1 0.3s ease 1 normal;
}


.select-cardlist__comparison-check:hover input[type="checkbox"]:not([disabled="disabled"]) ~ span,
.select-cardlist__comparison-check input[type="checkbox"]:checked ~ span{
    color: #0a8664;
}



.select-cardlist__comparison-check input[type="checkbox"] + .checkbox-icon:before{
    content: "";
    width: 9px;
    height: 1px;
    background: #ffffff;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 13px;
    left: 9px;
}


.select-cardlist__comparison-check input[type="checkbox"] + .checkbox-icon:after{
    content: "";
    width: 6px;
    height: 1px;
    background: #ffffff;
    transform: rotate(45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 9px;
    left: 5px;
}


@media all and (max-width:640px){
    .select-cardlist__comparison-check{
        display: inline-block;
        left: 0px;
        vertical-align: middle;
        margin: 0;
        padding: 0px;
    }
    
    .select-cardlist__comparison-check .select-cardlist__comparison-design-box{
        display: none;
    }
    
    .select-cardlist__comparison-check input[type="checkbox"] + .checkbox-icon{
        margin-right: 0;
    }
    .checkbox-icon + span{
        display: none;
    }
}
.select-cardlist__item.disabled .select-cardlist__comparison-check,
.select-cardlist__item.disabled .select-cardlist__comparison-check *,
.select-cardlist__item.disabled .select-cardlist__comparison-check .checkbox-icon{
    cursor: default;
}


/*-----------------------------------------------*/
.select-cardlist__link{
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
    width: calc(16% - 15px);
}

.select-cardlist__link .button-link{
    width: 63%;
    font-size: 14px;
    padding: 12px;
    margin: 0 auto;
    position: relative;
    right: -7.5px;
}

@media all and (max-width:640px){
    .select-cardlist__link{
        display: none;
    }
}

/*----------------------------------------------------------------*/

/* チェックして詳細を比較する comparison-info*/

/*----------------------------------------------------------------*/

.comparison-info{
    border: 1px solid #004830;
    padding: 9px;
    color: #004830;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 15px;
    z-index: 2;
}

.comparison-info:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 9.5px 0 9.5px;
    border-color: #004830 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 10px;
}

.comparison-info:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 9.5px 0 9.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -22px;
    left: 10px;
}


@media all and (max-width:640px){
    .comparison-info{
        display: block;
        padding-right: 0px;
    }
}

/*-----------------------------------------------*/
.comparison-info__checkbox-icon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    background: #0a8664;
}

.comparison-info__checkbox-icon:before {
    content: "";
    width: 9px;
    height: 1px;
    background: #ffffff;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 13px;
    left: 9px;
}
.comparison-info__checkbox-icon:after {
    content: "";
    width: 6px;
    height: 1px;
    background: #ffffff;
    transform: rotate(45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 9px;
    left: 5px;
}
/*-----------------------------------------------*/

.comparison-info__close{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    background: #cccccc;
    position: absolute;
    top: -12.5px;
    right: -12.5px;
}

.comparison-info__close:hover{
    opacity: 0.7;
}

.comparison-info__close:before {
    content: "";
    width: 17px;
    height: 1px;
    background: #ffffff;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 18px;
    left: 6px;
}
.comparison-info__close:after {
    content: "";
    width: 17px;
    height: 1px;
    background: #ffffff;
    transform: rotate(45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 5.5px;
    left: 7px;
}

/*----------------------------------------------------------------*/

/* 検索結果 search-conditions*/

/*----------------------------------------------------------------*/

.search-conditions{
    text-align: center;
    font-size: 0;
}

.search-conditions [type="text"],
.search-conditions [type="search"]{
    width: 100%;
    max-width: 539px;
    height: 46px;
    font-size: 18px;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
}

.search-conditions [type="submit"] {
    display: inline-block;
    text-indent: -9999px;
    width: 46px;
    height: 46px;
    background: url(/nyukai/common/img/icon_search.png) no-repeat center center;
    background-size: 80% auto;
    border: none;
    margin-left: -1px;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    border-radius: 0;
}

.search-conditions .search-reset__button{
    background: #808080;
    color: #ffffff;
    padding: 11px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
}


@media all and (max-width:640px){
    .search-conditions [type="text"],
    .search-conditions [type="search"]{
        width: calc(100% - 110px);
        height: 40px;
    }
    
    .search-conditions [type="submit"] {
        width: 40px;
        height: 40px;
    }
    
    .search-conditions .search-reset__button{
        padding: 10px 5px;
        font-size: 12px;
        width: 60px;
    }
}


/*----------------------------------------------------------------*/

/* 比較するカード　comparison-selected*/

/*----------------------------------------------------------------*/
.comparison-selected{
    background: #808080;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 0 20px;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}

@media all and (max-width:640px){
    .comparison-selected{
        min-width: 0px;
        padding: 8px 0 15px;
    }
}

.comparison-selected__item-box-inner{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
    
    max-width: 1000px;
    margin: 0 auto;
}

@media all and (max-width:640px){
    .comparison-selected__item-box{
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
    
    .comparison-selected__item-box-inner{
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.comparison-selected__item{
    height: 94px;
    padding: 15px;
    position: relative;
    width: calc(100% / 6);
}

@media all and (max-width:640px){
    .comparison-selected__item{
        width: calc(100% / 3.3);
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        padding: 15px 10px 10px;
        height: auto;
    }
}

.comparison-selected__item .item-remove{
    width: 27px;
    height: 27px;
    background: #cccccc;
    border-radius: 15px;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    animation: anime_selected_remove 0.6s ease 1 normal;
    transition: 0.2s;
}


@keyframes anime_selected_remove {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.comparison-selected__item .item-remove:hover{
    opacity: 0.5;
}

@media all and (max-width:640px){
    .comparison-selected__item .item-remove{
        top: 0;
        right: -8px;
    }
}

.comparison-selected__item .item-remove:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #004831;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5px;
    margin-top: -8px;
}

.comparison-selected__item .item-remove:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #004831;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -0.5px;
}

.comparison-selected__item img,
.comparison-selected__item .blank{
    max-height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.comparison-selected__item img{
    animation: anime_selected 0.3s ease 1 normal;
    position: relative;
}

@keyframes anime_selected {
    0% {
        top: -100px;
    }
    100% {
        top: 0px;
    }
}

.comparison-selected__item .blank{
    width: 80%;
    background: #666666;
    border-radius: 4%/5%;
}

.comparison-selected__item .blank:before{
    content: "";
    display: inline-block;
    padding-top: 63.0434%;
}

@media all and (max-width:640px){
    .comparison-selected__item img,
    .comparison-selected__item .blank{
        
    }
}
.comparison-selected__execution {
    padding: 0 15px;
    text-align: center;
}

.comparison-selected__execution .button-link{
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
}
@media all and (max-width:640px){
    .comparison-selected__execution .button-link{
        font-size: 16px;
        width: calc(100% - 55px);
    }
}

.select-reset{
    background: #cccccc;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 16px;
    margin-left: 20px;
    position: relative;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.2s;
}
.select-reset:hover{
    opacity: 0.5;
}


.select-reset:before{
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -0.5px;
    background: #004831;
}

.select-reset:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -0.5px;
    background: #004831;
}

@media all and (max-width:640px){
    .select-reset{
        margin-left: 15px;
    }
    
}



/*----------------------------------------------------------------*/

/*ローディング・非活性用スタイル*/

/*----------------------------------------------------------------*/

.select-conditions__item.disabled{
    background:#ccc;
}
.select-conditions__item-box--Form.disabled,
.select-conditions__item-box--class.disabled{
    opacity: 0.5;
}
.actionSlick{
    overflow:hidden;
    max-width:auto;
}
.actionDefaultHidden{
    display:none;
}
.actionDefaultHidden.show{
    display:block;
}
.card-select:after{
    content:"";
    position: fixed;
    background: #fff;
    background-image:url(/static/responsive/img/ajax-loader.gif);
    background-position:center;
    background-repeat:no-repeat;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.card-select.ready:after{
    display:none;
}
.searting-loader{
    content:"";
    position: fixed;
    background: #fff;
    background-image:url(/static/responsive/img/ajax-loader.gif);
    background-position:center;
    background-repeat:no-repeat;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1001;
    opacity:0.5;
}