.product_contents_area{
    width: 70%;
    float: right;
}
.search_area{
    width: 30%;
    padding-right: 30px;
    float: left;
}
.product_contents{
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 25px;
}
.p_title{
    font-size: 24px;
    color: #245059;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}
.p_image{
    width: 35%;
    max-width: 230px;
    margin-right: 3%;
    float: left;
}
.p_image img{
    border: 1px solid #ccc;
    border-radius: 20px;
}
.p_table{
    width: 62%;
    float: left;
    text-align: left;
    position: relative;
    line-height: 2.2;
    margin-bottom: 15px;
    font-size: 14px;
    border-collapse: collapse;
    table-layout: fixed;
}
.p_cero{
    position: absolute;
    top: 0;
    right: 0;
}
.p_table th{
    font-weight: bold;
    width: 85px;
    line-height: 1.5;
    padding: 5px 10px 5px 0;
}
.p_table td{
    line-height: 1.5;
    padding: 5px 50px 5px 0;
    word-break: break-all;
}
.p_table table a{
    color: #111;
    word-break: normal;

}
.p_twitter{
    width: 49%;
    margin-right: 2%;
    height: 390px;
    float: left;
    display: block;
    margin-bottom: 15px;
}
.p_twitterlink{
    color: #245059;
    display: inline-block;
    padding-bottom: 16px;
}
.x-twitter-icon {
    width: 16px;
    margin-bottom: 3px;
    margin-right: 5px;
    vertical-align: middle;
}
.p_sitelink{
    padding: 8px 25px;
    margin: 0 20px 10px 0;
    color: #fff!important;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    background: #00bf76;
    border-radius: 15px;
    vertical-align: top;
}
.p_qrlinktext{
    font-size: 11px;
    padding-left: 10px;
    display: inline-block;
    color: #555;
    margin-bottom: 22px;
}
.p_links{
    display: inline-block;
    vertical-align: top;
}
.p_links a{
    display: inline-block;
}
.p_text_sp{
    width: 100%;
    margin: 0 0 15px;
}
.p_text_pc{
    width: 100%;
    margin: 15px 0;
}
.p_text_sp_nosns{
    width: 100%;
    margin-bottom: 15px;
}
.p_text_pc_nosns{
    width: 100%;
    margin-top: 15px;
}
.p_open{
    display:block;
    text-align: center;
    width: 100%;
    border-top: 1px dashed #aaa;
    padding: 15px 0 0;
    cursor:pointer;
    color: #555;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
}
.p_open_sp{
    margin-top: 15px;
}
.p_open i{
    font-weight: normal;
}
.p_open i::before{
    font-size: 14px;
    margin-right: 3px;
    font-weight: bold;
}
.p_opencontents{
    display:none;
}
.p_opencontents_sp{
    padding-top: 20px;
}
.p_youtubecover{
    width: 49%;
    float: left;
}
.youtube_ctrl_twitter{
    width: 100%;
    margin-bottom: 15px;
}
.youtube_ctrl_notwitter{
    width: 49%;
    float: left;
    margin-bottom: 15px;
}
.youtube_ctrl{
    display: -ms-grid;
    display: grid;
}
.youtube_ctrlmodel{
    width: 49%;
}
.p_twitter iframe{
    width: 740px !important;
}
.pagenation_top{
    margin: 20px 0;
}
.search_title {
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    border-left: 5px solid #245059;
    color: #245059;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
.noitemtext{
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px){
    .search_title {
        margin-top: 30px;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////// SearchAndFilter /////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
.spsearchbtn{
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 12px;
    display: none;
    padding: 8px 11px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    background: #245059;
    cursor: pointer;
}
.spsearchbtn i{
    font-size: 10px;
    margin: 1px 3px;
}
.spsearcharea{
    display: none;
    padding-bottom: 30px;
}
.searchandfilter h4{
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    border-left: 5px solid #245059;
    color: #245059;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
.sfcontents{
    margin-bottom: 30px;
}
/* css checkbox01 */
.searchandfilter input[type="checkbox"]{
    /* display: none; プラグインの設定変更に伴い表示させるためコメントアウト*/
}
.checkboxicon{
    position:relative;
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.checkboxicon::before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
    background: #fff;
}
.searchandfilter ul{
    width: 100%;
}
.searchandfilter input[type="checkbox"]:checked + .checkboxicon::after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    bottom: auto;
    left: 5px;
    right: auto;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    border-bottom: 3px solid #00bf76;
    border-right: 3px solid #00bf76;
}
.searchandfilter input[type="submit"]{
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 30px;
    border: none;
    background: #245059 url('/wp_test/wp/wp-content/themes/theme/img/search_icon.png') no-repeat left center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    outline: none;
}
.searchandfilter label{
    font-size: 14px;
}
.sfsearch{
    position: relative;
    width: 100%;
}
.alpha_title {
    margin: 30px 0 5px;
    width: 100%;
    position: relative;
}
.search_areatop{
    margin: 20px 0 30px;
}
.dot_bar {
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .product_contents_area{
        width: 100%;
        float: none;
    }
    .search_area{
        width: 100%;
        padding: 25px 0 0;
        float: none;
        margin-top: 20px;
        border-top: 1px solid #eee;
    }
    .searchandfilter h4{
        margin: 0 0 10px 0;
    }
    .sfcontents{
        margin-bottom: 15px;
    }
    .dot_bar {
        margin-bottom: 10px;
    }
    .no_under{
        margin-bottom: 20px;
    }
    .spsearchbtn{
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .p_twitter,.youtube_ctrl_notwitter,.p_youtubecover,.youtube_ctrlmodel{
        margin-right: 0;
        width: 100%;
        float: none;
    }
    .p_image{
        width: 100%;
        float: none;
        margin: 0 auto;
        max-width: 180px;
    }
    .p_table{
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
    .searchandfilter input[type="checkbox"]{
        margin-right: 0;
    }
}
/* プラグインの設定変更に伴い追加 */
.searchandfilter > div > ul > li  {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .searchandfilter > div > ul > li  {
    margin-bottom: 15px;
  }
}