@charset "utf-8";
/* CSS Document */

.pagination {
    display: flex;
    justify-content: flex-start;
    /*width: 300px;*/
    font-weight: bold;
}

li.active {
    border-bottom: 1px solid;
    color: #ccc;
}

.sp-button {
    display: none;
}

#clinics-slide {
    margin: 0;
}

#cl-panel1 {
    max-width: 750px;
}
#cl-panel1 section{
    clear: both;
}

.begining-end-txt{
    clear: both;
}

.post-review-btn-wrapper{
    margin-bottom: 30px;
}
.post-review-btn a:before{
    content: "\f044" !important;
}

.cl-review-overview {
    display: block;
    margin-bottom: 1em;
}

.rating-count-link{
    cursor:pointer;
}

/* ビュジュアルエディタにタグ挿入機能を追加 */
.colums_editor_add_bg{
    background-color: #f6e3d5;
    padding:30px 40px;
    border-radius:4px;
    margin-bottom:20px;
}
.colums_editor_add_bg a{
    padding:0px 5px;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #eb7535;/*左線*/
    color: #268169;
    line-height: 1.8em;
    display: inherit;
    margin-bottom: 5px;
}
span.colums_editor_add_title{
    display: inherit;
    text-align: center;
    border-bottom: solid 2px #ffc27d;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
}
span.colums_editor_add_title_green{
    display: inherit;
    text-align: center;
    background-color: #93c036;
    font-size: 18px;
    font-weight: bold;
    line-height: 3em;
    color: #fff;
    margin-bottom:25px;
}
span.colums_editor_add_title_orange{
    display: inherit;
    text-align: center;
    background-color: #eb7535;
    font-size: 18px;
    font-weight: bold;
    line-height: 3em;
    color: #fff;
    margin-bottom:25px;
}
div.colums_editor_add_bg_yellow, div.colums_editor_add_bg_yellow_orange{
    background-color: #fefdd0;
    border: solid #bbbbbb 1px;
    margin: 10px;
    padding-bottom: 15px;
}
.colums_editor_add_bg_yellow a {
    padding: 0px 5px;
    background: transparent;
    border-left: solid 5px #93c036;
    color: #268169;
    line-height: 1.8em;
    display: block;
    width: 85%;
    margin: 10px auto 10px auto;
}
.colums_editor_add_bg_yellow_orange a {
    padding: 0px 5px;
    background: transparent;
    border-left: solid 5px #eb7535;
    color: #268169;
    line-height: 1.8em;
    display: block;
    width: 85%;
    margin: 10px auto 10px auto;
}
.colums_editor_add_bg_yellow a, .colums_editor_add_bg_yellow_orange a {
    height: auto;
    margin: 10px auto 35px auto;
}
div.colums_editor_add_bg_yellow, div.colums_editor_add_bg_yellow_orange{
    padding-bottom: 0px;
}

.cl-intro table{
    max-width: 100% !important;
}

.cl-intro ol li{
    margin-left: 2em;
}
.cl-intro ul li{
    list-style-type: none;
}
.cl-intro ul li:before{
    content: "・";
    margin-left: 9px;
    margin-right: 11px;
}

.cl-intro h3{
    text-align: left;
}
/*.cl-intro table{*/
    /*margin: auto;*/
/*}*/
.cl-intro tr,.cl-intro td,.cl-intro th,.cl-intro dt,.cl-intro dd{
    border: 1px solid #e2e2e6;
    vertical-align: center;
    text-align: left;
    padding: 1em;
}
.cl-intro th,.cl-intro dt{
    background-color: #fffaeb;
}

/*口コミビジュアルエディタ（cl-review-overview）*/
.cl-review-overview table{
    max-width: 100% !important;
}
.cl-review-overview ol li{
    margin-left: 2em;
}
.cl-review-overview ul li{
    list-style-type: none;
}
.cl-review-overview ul li:before{
    content: "・";
    margin-left: 9px;
    margin-right: 11px;
}

.cl-review-overview h3{
    text-align: left;
}
/*.cl-review-overview table{*/
    /*margin: auto;*/
/*}*/
.cl-review-overview tr,.cl-review-overview td,.cl-review-overview th,.cl-review-overview dt,.cl-review-overview dd{
    border: 1px solid #e2e2e6;
    vertical-align: center;
    text-align: left;
    padding: 1em;
}
.cl-review-overview th,.cl-review-overview dt{
    background-color: #fffaeb;
}


/*口コミビジュアルエディタここまで*/

/*ビジュアルエリア修正　ここまで*/

.cl-fee th,.cl-fee td{
    text-align: left !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

span.cl-fee-attention{
    font-size: 12px;
    font-weight: bold;
    color: red;
}

span.cl-fee-attention a{
    text-decoration: underline;
}

/*アンカーリンク修正*/
.cl-anchor-no-link a{
    background-color: #eee !important;
    color: #999;
}



@media (max-width: 780px){
    .cl-list-more div a{
        width: 100%;
        max-width: 335px;
    }
    #cl-link{
        display: block !important;
    }

    .cl-intro table{
        width: 100% !important;
    }

    .cl-review-overview table{
        width: 100% !important;
    }

}
@media (max-width: 320px){

    .cl-review-sc .cl-review-sl, .cl-review-sc .search-revie.search-modal{
        padding: 8px;
    }

}
/*病院詳細のfixedボタン修正ボタン*/
.clnc-viw-orgnl-hp{
    padding: 10px 50px 10px 40px;
    margin: 0 0.5em;
    position: relative;
    text-align: center;
    background: #FFA31C;
    background: -moz-linear-gradient(top,  #FFA31C 1%, #f5a52d 50%, #f89809 53%, #fc8805 100%);
    background: -webkit-linear-gradient(top,  #FFA31C 1%, #f5a52d 50%, #f89809 53%, #fc8805 100%);
    background: linear-gradient(to bottom,  #FFA31C 1%, #f5a52d 50%, #f89809 53%, #fc8805 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA31C', endColorstr='#fc8805',GradientType=0 );
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #f5a52d;
    width: 45%;
}
.clnc-dtl-tab-tgl-btn{
    padding: 10px 50px 10px 40px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #f97754;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #f97754;
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #f97754 !important;
    width: 45%;
}
@media (min-width: 769px) {
    .clnc-dtl-tab-tgl-btn{
        background: #ffffff;
        background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
        background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
        background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );

    }
}