@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700|Roboto:700&display=swap");
.l-search-pr-contents__inner{
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-l-search-pr-linktext{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    color: #005EB8;
    text-decoration: none;
    position: relative;
}
.c-l-search-pr-linktext:hover{
    opacity: .7;
    transition: opacity .3s;
}
.c-search-pr__links{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.c-search-pr__link-item{
    margin-right: 16px;
}
.c-search-pr__link-item:last-child{
    margin-right: 0;
}
.c-search-pr__link{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    color: #333;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}
.c-search-pr__link:hover{
    opacity: .7;
    transition: opacity .3s;
}
.c-search-pr__link:after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/assets/img/arrow_button_gray_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 4px;
}

.p-search-pr-header{
    background: #F0F0F0;
    padding: 32px 0;
}
.p-search-pr-header__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-search-pr-header__title{
    font-size: 2.4rem;
    line-height: 1.16;
    letter-spacing: .1rem;
    margin-bottom: 4px;
}
.p-search-pr-header__subtitle{
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .04rem;
}
.p-search-pr-header__link{
    display: flex;
    align-items: center;
}
.p-search-pr-header__link::before{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/mm/system_assets/search_product/assets/img/icon_help.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 4px;
}

/* 検索ボックス */
.p-search-pr-input{
    padding: 40px 0;
    width:100%;
}
.p-search-pr-input__form{
    width:100%;
}
.p-search-pr-input__box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* margin-bottom: 16px; */
    width:100%;
}
.p-search-pr-input__suggest-wrap{
    margin-bottom: 16px;
}
.p-search-pr-input__textbox{
    max-width: 460px;
    width:100%;
    margin-right:24px;
    display: flex;
    position: relative;
}
.p-search-pr-input__text{
    max-width: 420px;
    width:100%;
    border: none;
    border-radius: 0;
    background: #f5f5f5;
    height: 40px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
}
.p-search-pr-input__text:focus{
    outline: none;
}
.p-search-pr-input__btn{
    appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    width:40px;
    height:40px;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    background: #005EB8;
    background-image: url(/mm/system_assets/search_product/assets/img/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    flex-shrink: 0;
    padding-block: 0;
    padding-inline: 0;
}
    
.p-search-pr-input__btn:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-input__suggestchkbox{
    display: none;
}
.p-search-pr-input__suggestchk-labeltext{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .08rem;
    position: relative;
}
.p-search-pr-input__suggestchk-labeltext:hover{
    cursor: pointer;
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-input__suggestchk-labeltext::before{
    content: "";
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
    margin-right: 4px;
}
.p-search-pr-input__suggestchkbox:checked + .p-search-pr-input__suggestchk-labeltext::before{
    background-color: #005EB8;
    border-color: #005EB8;
}
.p-search-pr-input__suggestchkbox:checked + .p-search-pr-input__suggestchk-labeltext::after{
    content: "";
    position: absolute;
    box-sizing: border-box;
    left: 4px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 16px;
    height: 8px;
    border-left: #FFFFFF solid 3px;
    border-bottom: #FFFFFF solid 3px;
}



.p-search-pr-input__searchtype{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.p-search-pr-input__searchtype-label{
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.p-search-pr-input__searchtype-label:last-child{
    margin-right:0;
}
.p-search-pr-input__searchtype-radio{
    display: none;
}
.p-search-pr-input__searchtype-labeltext{
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .08rem;
}
.p-search-pr-input__searchtype-labeltext:hover{
    cursor: pointer;
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-input__searchtype-chk{
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
    margin-right: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-search-pr-input__searchtype-radio:checked + .p-search-pr-input__searchtype-chk{
    border: 1px solid #005EB8;
}
.p-search-pr-input__searchtype-radio:checked + .p-search-pr-input__searchtype-chk::before{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #005EB8;
    border-radius: 50%;
}


/* カテゴリの一致 */
.p-search-pr-category{
    width:100%;
    margin-bottom: 40px;
}
.p-search-pr-category__title{
    width:100%;
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: .08rem;
    margin-bottom: 8px;
    color: #333;
}
.p-search-pr-category__result{
    border-top: 2px solid #D9D9D9;
    padding-top:16px;
}
.p-search-pr-category__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:8px;
}
.p-search-pr-category__list:last-child{
    margin-bottom:0;
}
.p-search-pr-category__list-item{
    display: flex;
    align-items: center;
}
.p-search-pr-category__list-link{
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
}
.p-search-pr-category__list-separater{
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #333;
}
.p-search-pr-category__list-item:last-child .p-search-pr-category__list-separater{
    display: none;
}

/* 検索結果 */
.p-search-pr-result__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:8px;
}
.p-search-pr-result__titlebox{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .08rem;
}
.p-search-pr-result__title{
    margin-right: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .08rem;
    font-weight: 700;
    color: #333;
}
.p-search-pr-result__link{
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .08rem;
}
.p-search-pr-result__list{
    width: 100%;
    border-top: 2px solid #D9D9D9;
    margin-bottom: 88px;
}
.p-search-pr-result__item{
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
}
.p-search-pr-result__item:hover{
    background: rgb(204, 223, 241);
    transition: background .3s;
}
.p-search-pr-result__item-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-search-pr-result__item-box{
    width: calc(100% - 328px);
    padding-left: 66px;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
}
.p-search-pr-result__item-head{
    position: relative;
}
.p-search-pr-result__item-img{
    position: absolute;
    display: block;
    top:0;
    left: -66px;
    width: 50px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}
.p-search-pr-result__item-info{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
}
.p-search-pr-result__item-description{
    margin-bottom: 8px;
}
.p-search-pr-result__item-subtitle{
    color: #005EB8;
}
.p-search-pr-result__item-name{
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
    margin-bottom: 8px;
    font-weight: 700;
    color: #333;
}
.p-search-pr-result__item-name-link{
    color: #005EB8;
    text-decoration: none;
}
.p-search-pr-result__item-name-link:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-result__item-btn{
    width: 312px;
    height: 56px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:16px;
    background: #fff;
}
.p-search-pr-result__item-btn:hover{
    background: #F7F7F7;
    transition: background .3s;
}
.p-search-pr-result__item-btn::before{
    content: "";
    width: 80px;
    height: 12px;
    background-image: url(/assets/img/common/common_ico_i-web.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 4px;
}
.p-search-pr-result__item-mycatalog{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.p-search-pr-result__item-mycatalog:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-result__item-mycatalog::before{
    content: "";
    width: 80px;
    height: 12px;
    background-image: url(/assets/img/common/common_ico_i-web.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 4px;
    /* display: block;
    margin-bottom:2px; */
}
.p-search-pr-result__item-mycatalog_txt{
    display: flex;
    align-items: center;
}
.p-search-pr-result__item-mycatalog_txt::after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/assets/img/arrow_button_gray_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 4px;
}

.p-search-pr-result__item-note{
    color: #E50000;
    margin-bottom: 8px;
}

.p-search-pr-result__item.is-item-disabled{
    background: #E6E6E6;
    border-bottom: 1px solid #fff;
}
.p-search-pr-result__item.is-item-disabled:hover{
    /* background: #E6E6E6;
    transition: none; */
    background: rgb(204, 223, 241);
    transition: background .3s;
}

.p-search-pr-result__footer{
    text-align: center;
    margin-bottom: 48px;
}
.p-search-pr-result__footer-text{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    margin-bottom: 24px;
}
.p-search-pr-result__footer-text:last-child{
    margin-bottom: 0;
}
.p-search-pr-result__pagenation{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-search-pr-result__pagenation-item{
    margin: 0 8px;
}
.p-search-pr-result__pagenation-item:first-child{
    margin-left:0;
}
.p-search-pr-result__pagenation-item:last-child{
    margin-right:0;
}
.p-search-pr-result__pagenation-link{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.p-search-pr-result__pagenation-link:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-result__pagenation-link.is-pagenation-current{
    font-weight: 700;
    color: #333;
    cursor:default;
}
.p-search-pr-result__pagenation-link.is-pagenation-current:hover{
    opacity: 1;
    transition: none;
}
.p-search-pr-result__pagenation-prev > .p-search-pr-result__pagenation-link::before{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/assets/img/arrow_button_gray_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 4px;
    transform: rotate(180deg);
}
.p-search-pr-result__pagenation-next > .p-search-pr-result__pagenation-link::after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/assets/img/arrow_button_gray_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 4px;
}

.p-search-pr-moreinfo{
    margin-bottom: 80px;
}
.p-search-pr-moreinfo__box{
    background: #F5F5F5;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
}

.p-search-pr-moreinfo__boxtitle{
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
    margin-bottom: 16px;
    font-weight: 700;
    color: #333;
}
.p-search-pr-moreinfo__textlink{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    color: #333;
    text-decoration: none;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.p-search-pr-moreinfo__textlink:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-moreinfo__textlink::after{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/mm/system_assets/search_product/assets/img/icon_open-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 4px;
}
.p-search-pr-moreinfo__banner-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.p-search-pr-moreinfo__banner-list-item{
    width:254px;
    height: 54px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    margin-right: 16px;
}
.p-search-pr-moreinfo__banner-list-item:last-child{
    margin-right: 0;
}
.p-search-pr-moreinfo__banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}
.p-search-pr-moreinfo__banner:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-moreinfo__banner-title{
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .08rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-search-pr-moreinfo__banner-title::before{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/mm/system_assets/search_product/assets/img/icon_banner01.svg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 4px;
    margin-top: 2px;
}
.p-search-pr-moreinfo__banner-text{
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .04rem;
}


/* ヒット0件の場合 */
.p-search-pr-message{
    width: 100%;
    border-top: 2px solid #D9D9D9;
    padding-top: 40px;
    padding-bottom: 48px;
}
.p-search-pr-message__maintext{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    margin-bottom: 40px;
}
.p-search-pr-message__blk{
    margin-bottom: 24px;
}
.p-search-pr-message__blk:last-child{
    margin-bottom: 0;
}
.p-search-pr-message__blk_title{
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
    margin-bottom: 16px;
}
.p-search-pr-message__blk_list-item{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    margin-bottom: 4px;
}
.p-search-pr-message__blk_list-item:last-child{
    margin-bottom: 0;
}
.p-search-pr-message__blk_linklist-item{
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .08rem;
    margin-bottom: 8px;
}
.p-search-pr-message__blk_linklist-title{
    font-weight: 700;
    display: inline-block;
    margin-right: 16px;
}
.p-search-pr-message__blk_linklist-link{
    color: #005EB8;
    text-decoration: none;
}
.p-search-pr-message__blk_linklist-link:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-message__blk_text{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
}
.p-search-pr-message__blk_textlink-members{
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .08rem;
    color: #005EB8;
    text-decoration: none;
}
.p-search-pr-message__blk_textlink-members:hover{
    opacity: .7;
    transition: opacity .3s;
}
.p-search-pr-message__blk_textlink-icon{
    width: 80px;
    margin-left: 8px;
}

#suggest-list_search-pr{
    margin-top: 48px;
}

@media screen and (max-width: 768px) {
    .l-search-pr-contents__inner{
        padding: 0 20px;
    }
    .c-search-pr__link-item{
        margin-bottom: 16px;
        /* margin-right: 0;
        width: calc(100% / 3); */
    }
    .is-sp-hidden{
        display: none;
    }

    .p-search-pr-input__suggestchk,
    .p-search-pr-input__suggestchk-label{
        display: inline-block;
    }
    .p-search-pr-input__suggestchk-labeltext::before {
        width: 18px;
        height: 18px;
    }
    .p-search-pr-input__suggestchkbox:checked + .p-search-pr-input__suggestchk-labeltext::after{
        width: 12px;
        height: 6px;
        left: 3px;
        top: 7px;
    }
    .p-search-pr-input__box{
        display: block;
    }
    .p-search-pr-input__textbox{
        margin-bottom: 16px;
    }
    .p-search-pr-input__text{
        font-size: 1.6rem;
        line-height: 1.375;
        letter-spacing: .08rem;
    }
    .p-search-pr-input__suggestchk-labeltext{
        font-size: 1.4rem;
        line-height: 1.57;
        letter-spacing: .06rem;
    }
    .p-search-pr-input__searchtype{
        flex-wrap: wrap;
    }
    .p-search-pr-input__searchtype-label{
        margin-bottom: 16px;
    }
    .p-search-pr-input__searchtype-labeltext{
        font-size: 1.4rem;
        line-height: 1.57;
        letter-spacing: .06rem;
    }
    .p-search-pr-input__searchtype-chk{
        width: 18px;
        height: 18px;
    }
    .p-search-pr-input__searchtype-radio:checked + .p-search-pr-input__searchtype-chk::before {
        width: 12px;
        height: 12px;
    }

    /* カテゴリの一致 */
    .p-search-pr-category__list-link {
        font-size: 1.6rem;
        line-height: 1.375;
        letter-spacing: .08rem;
    }
    .p-search-pr-result__text{
        font-size: 1.1rem;
        line-height: 1.45;
        letter-spacing: .04rem;
    }

    /* 検索結果 */
    .p-search-pr-result__item-inner{
        display: block;
    }
    .p-search-pr-result__item-box{
        width: 100%;
        padding-left: 0;
    }
    .p-search-pr-result__item-head{
        display: flex;
        margin-bottom: 16px;
    }
    .p-search-pr-result__item-img{
        position: static;
        margin-right: 16px;
    }
    .p-search-pr-result__item-description{
        margin-bottom: 16px;
    }
    .p-search-pr-result__item-btn{
        max-width: 312px;
        height: 44px;
        margin-left: 0;
        margin: 0 auto;
    }

    .p-search-pr-moreinfo__box .c-search-pr__link-item{
        width: 100%;
    }

    .p-search-pr-moreinfo__textlink{
        display: inline-block;
        position: relative;
    }
    .p-search-pr-moreinfo__textlink::after{
        display: inline-block;
        position: relative;
        top:2px;
        left: 0;
        margin-left: 4px;
    }

    /* バナーエリア */
    .p-search-pr-moreinfo__banner-list{
        display: block;
    }
    .p-search-pr-moreinfo__banner-list-item{
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .p-search-pr-moreinfo__banner-list-item:last-child{
        margin-bottom: 0;
    }

    .p-search-pr-message__blk_linklist-item{
        margin-bottom: 16px;
    }
    .p-search-pr-message__blk_linklist-title{
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
}