@charset "UTF-8";
.check-media{
    display:none;
    width:10px;
}
#kininaru {
    display: none;
}
#kininaru.active {
    transform: rotate(0deg);
    transition: all 0.3s ease 0.5s;
    -ms-transform: rotate(0deg);
    -ms-transition: all 0.3s ease 0.5s;
    -webkit-transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0.5s;
}
#kininaru {
    position: fixed;
    right: 0;
    bottom: 66px;
    z-index: 10;
    transform-origin: -50px 150px 0;
    transform: rotateZ(1);
    transform: rotate(90deg);
    transition: all 0.3s ease 0.2s;
    -ms-transform-origin: -50px 150px 0;
    -ms-transform: rotateZ(0);
    -ms-transform: rotate(00deg);
    -ms-transition: all 0.3s ease 0.2s;
    -webkit-transform-origin: -50px 150px 0;
    -webkit-transform: rotateZ(1);
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 0.3s ease 0.2s;
}
.popup {
    position: fixed;
    width: 84%;
    top: 100px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 10px;
    border-radius: .6em;
    background-color: rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    z-index: 10000;
}
@media only screen and (min-width: 550px) {
    .popup {
        width: 450px;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        max-height: 170px;
    }
    p.kentou {
        font-size: 18px;
    }
    p.underreview_text {
        font-size: 13px !important;
        line-height: 1.8em !important;
        padding: 15px 0 !important;
        width: 450px;
        height: 70px;
        vertical-align: middle;
        display: table-cell;
    }
}
.popup a {
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-box-shadow: 0 -3px 0 #eee inset;
    -webkit-box-shadow: 0 -3px 0 #eee inset;
    box-shadow: 0 -3px 0 #eee inset;
    color: #333;
    font-size: 16px;
    display: block;
    margin: 5px 0;
    padding: .6em .5em .7em;
    border: none;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
p.underreview_text {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}
.mask {
    display: none;
    z-index: 3000;
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 130%;
    height: 130vh;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0.92;
}
#fixedMenu {
    display:none;
}
#fixedMenu ul {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    padding: 1px 0 5px;
}
#fixedMenu ul li {
    float: left;
    width: 18%;
    padding: 5px 0;
}
#fixedMenu ul li a {
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    padding: 7px 0;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 0 3px;
}
#fixedMenu ul li.weboubo-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fd7b78; */
    /* box-shadow: 0 5px 0 #F36561; */
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.websitumon-footer-btn a {
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
}
#fixedMenu ul li.tel-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #67cde5; */
    /* box-shadow: 0 5px 0 #58B7CE; */
    background-color: #fd7b78;
    box-shadow: 0 5px 0 #F36561;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.mail-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fe925a; */
    /* box-shadow: 0 5px 0 #E68452; */
    background-color: #67cde5;
    box-shadow: 0 5px 0 #58B7CE;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.sns-footer-btn a {
    background-color: #32CD32;
    box-shadow: 0 5px 0 #32AE32;
}
/* ↓2022/04/21 */
#fixedMenu ul li a {
    padding-top: 3px;
    font-size: 11px;
    height: 44px;
    line-height: 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
}
#fixedMenu ul li.keep-footer-btn a {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 5px 0 #eee;
}
#fixedMenu ul li.sns-footer-btn a,
#fixedMenu ul li.tel-footer-btn a,
#fixedMenu ul li.weboubo-footer-btn a,
#fixedMenu ul li.mail-footer-btn a {
    font-size: 11px;
}
#fixedMenu ul li img {
    position: relative;
    top: 1px;
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li.sns-footer-btn a img,
#fixedMenu ul li.tel-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li.mail-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li.weboubo-footer-btn a img,
#fixedMenu ul li.keep-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li a p {
    line-height: 13px;
}
#fixedMenu ul li.sns-footer-btn a p {
    font-size: 12px;
}
@media screen and (max-width: 340px) {
    #fixedMenu ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        font-size: 10px;
        transform: scale(0.8);
        transform-origin: left;
        white-space: nowrap;
    }
    #fixedMenu ul li.weboubo-footer-btn a {
        font-size: 9px;
    }
}
@media screen and (max-width: 540px) {
    #fixedMenu ul li.keep-footer-btn a {
        font-size: 10px;
    }
}
/* ↑2022/04/21 */
#fixedMenu ul li:first-child:nth-last-child(2), #fixedMenu ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
#fixedMenu ul li:first-child:nth-last-child(3), #fixedMenu ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3%;
}
#fixedMenu ul li:first-child:nth-last-child(4), #fixedMenu ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
#fixedMenu ul li:first-child:nth-last-child(5), #fixedMenu ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
#fixedMenu ul li:first-child:nth-last-child(5) a, #fixedMenu ul li:first-child:nth-last-child(5) ~ li a {
    margin: 0 2px;
}
.oubo .tel {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ff7bad), color-stop(0.00, #ffa5c9));
    background: -webkit-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: -moz-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: -o-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: -ms-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: linear-gradient(to bottom, #ffa5c9 0%, #ff7bad 88%);
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 0 #D1D0D0;
    color: #fff;
    min-height: 45px;
    padding: 4px 0;
    font-size: 13px;
    font-size: 3.8vw;
    position: relative;
    margin-bottom: 7px;
}
.oubo .tel img {
    position: absolute;
    top: 7px;
    top: 2.5vw;
    left: 10px;
    width: 30px;
}
.oubo .tel span {
    font-size: 20px;
    font-size: 5.8vw;
}
.oubo .mail {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ff7bad), color-stop(0.00, #ffa5c9));
    background: -webkit-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: -moz-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: -o-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: -ms-linear-gradient(top, #ffa5c9 0%, #ff7bad 88%);
    background: linear-gradient(to bottom, #ffa5c9 0%, #ff7bad 88%);
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 0 #D1D0D0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-size: 3.8vw;
    position: relative;
    display: inline-block;
    width: 49%;
}
.oubo .mail img {
    position: relative;
    width: 25px;
    top: 4px;
    left: -2px;
}
.oubo .sns {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #43e242), color-stop(0.00, #70f36d));
    background: -webkit-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -moz-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -o-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -ms-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: linear-gradient(to bottom, #70f36d 0%, #43e242 88%);
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 0 #D1D0D0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-size: 3.8vw;
    position: relative;
    display: inline-block;
    width: 49%;
}
.oubo .sns img {
    position: relative;
    width: 25px;
    top: 8px;
    left: -2px;
}
#js-dialog-sns-info.job-modal {
    margin: 0 2%;
    font-family:helvetica,arial,sans-serif;

}
#copy-snsid {
    margin-top: 5px !important;
}
/* screens smaller than 820
***************************************************************************/
@media only screen and (min-width:541px) and (max-width:820px) {
#footer {
    font-size: 10px;
}
/* フッターメニュー */
#gFooterNav{
    display:none;
    height:0;
    padding:0;
    margin:0;
}
.wide img, .wide img, .wide img {
    display:block;
    max-width: 100%;
    height: auto;
}
}
/* screens smaller than 820 end */

/* screens smaller than 540
***************************************************************************/
@media only screen and (max-width:540px) {
.check-media{
    display:none;
    width:540px;
}
#kininaru, #fixedMenu {
    display: block;
}
#pageTop {
    display: none !important;
    opacity: 0 !important;
}
/* ↓2019/07/01 */
#reviewLink {
    display: none !important;
    opacity: 0 !important;
}
/* ↑2019/07/01 */
#footer {
    font-size: 9px;
}
/* ↓2019/03/14 */
#dataBlock .lcdata{
    display: none;
}
/* ↑2019/03/14 */

/* DX追加分
***************************************************************************/
/* フッターメニュー */
#gFooterNav{
    display:block;
    height:auto;
    padding:10px;
    margin:5px 0;
}
#gFooterNav nav ul{
    padding-left:0;
}
#gFooterNav nav ul li{
    float:left;
    width:50%;
}
#gFooterNav nav ul li:nth-of-type(-n+2) a{
    border-top: 1px dotted #999;
}
#gFooterNav nav ul li a{
    margin: 0 7px;
    padding: 5px 0;
    border-bottom: 1px dotted #999;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#gFooterNav p.shopdata{
    clear:both;
    padding:10px 7px 0;
}
}
/* screens smaller than 540 */

/* ↓2019/03/14 */
#jobdetail #fixedMenu2 {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
#fixedMenu2 {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 100;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
#fixedMenuBtnBox {
    width: 100%;
    height: 66px;
}
#fixedMenuBtnBox ul {
    width: 100%;
    padding: 1px 0 5px;
    overflow: hidden;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
#fixedMenuBtnBox ul li {
    float: left;
    width: 18%;
    padding: 5px 0;
}
#fixedMenuBtnBox ul li a {
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    /* ↓2022/04/21 */
    /* padding: 7px 0; */
    padding: 2px 0px 0px 0px;
    /* ↑2022/04/21 */
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
}
#fixedMenuBtnBox ul li.anonymous-footer-btn a {
    background-color: #fd7b78;
    box-shadow: 0 5px 0 #f36561;
}
#fixedMenuBtnBox ul li.weboubo-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fd7b78; */
    /* box-shadow: 0 5px 0 #F36561; */
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.websitumon-footer-btn a {
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
}
#fixedMenuBtnBox ul li.tel-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #67cde5; */
    /* box-shadow: 0 5px 0 #58B7CE; */
    background-color: #fd7b78;
    box-shadow: 0 5px 0 #F36561;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.mail-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fe925a; */
    /* box-shadow: 0 5px 0 #E68452; */
    background-color: #67cde5;
    box-shadow: 0 5px 0 #58B7CE;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.sns-footer-btn a {
    background-color: #32CD32;
    box-shadow: 0 5px 0 #32AE32;
}
/* ↓2022/04/21 */
#fixedMenuBtnBox ul li a {
    padding-top: 3px;
    font-size: 11px;
    height: 44px;
    line-height: 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
}
#fixedMenuBtnBox ul li.keep-footer-btn a {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 5px 0 #eee;
}
#fixedMenuBtnBox ul li.sns-footer-btn a,
#fixedMenuBtnBox ul li.tel-footer-btn a,
#fixedMenuBtnBox ul li.weboubo-footer-btn a,
#fixedMenuBtnBox ul li.mail-footer-btn a {
    font-size: 11px;
}
#fixedMenuBtnBox ul li img {
    position: relative;
    top: 1px;
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenuBtnBox ul li.sns-footer-btn a img,
#fixedMenuBtnBox ul li.tel-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenuBtnBox ul li.mail-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenuBtnBox ul li.weboubo-footer-btn a img,
#fixedMenuBtnBox ul li.keep-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenuBtnBox ul li a p {
    line-height: 13px;
}
#fixedMenuBtnBox ul li.sns-footer-btn a p {
    font-size: 12px;
}
@media screen and (max-width: 340px) {
    #fixedMenuBtnBox ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        font-size: 10px;
        transform: scale(0.8);
        transform-origin: left;
        white-space: nowrap;
    }
    #fixedMenuBtnBox ul li.weboubo-footer-btn a {
        font-size: 9px;
    }
    #fixedMenuBtnBox ul li.keep-footer-btn a {
        font-size: 9px;
    }
}
@media screen and (max-width: 540px) {
    #fixedMenuBtnBox ul li.keep-footer-btn a {
        font-size: 10px;
    }
}
/* ↑2022/04/21 */
#fixedMenuBtnBox ul li:first-child:nth-last-child(2), #fixedMenuBtnBox ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(3), #fixedMenuBtnBox ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(4), #fixedMenuBtnBox ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(5), #fixedMenuBtnBox ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(5) a, #fixedMenuBtnBox ul li:first-child:nth-last-child(5) ~ li a {
    margin: 0 2px;
}
#limitedComment {
    width: 100%;
    height: auto;
    padding: 3px 0 0;
    overflow: hidden;
}
#limitedComment .commentBase {
    margin: 0 auto 3px;
    padding: 2px 1px;
    width: 97%;
    background-color: #fff;
    border-radius: 5px;
}
#limitedComment .commentBlock {
    margin: 0 auto;
    padding: 3px 4px;
    width: 96%;
    border: 1px solid #F6A5B7;
    border-radius: 5px;
}
#limitedComment .commentBlock .titleBlock {
    position: relative;
}
#limitedComment .commentBlock .titleBox {
    height: 18px;
}
#limitedComment .commentBlock .titleBox i {
    position: relative;
    top: 0;
    left: 2px;
    color: #F6A5B7;
    font-size: 14px;
}
#limitedComment .commentBlock .titleBox span {
    margin-left: 8px;
    color: #F6A5B7;
    font-size: 12px;
    font-weight: bold;
}
#limitedComment .commentBlock .buttonBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 18px;
}
#limitedComment .commentBlock .buttonBox a i {
    color: #F6A5B7;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#limitedComment .commentBlock .buttonBox a.close i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
#limitedComment .commentMain {
    display: none;
    height: auto;
    line-height: 17px;
    font-size: 12px;
}
/* ↑2019/03/14 */
/* ↓2022/04/12 */
#fixedKininaru {
    bottom: 8px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9;
    display: none;
}
#fixedKininaru div {
    background-color: rgba(120, 120, 120, 0.8);
    font-weight: bold;
    width: 80%;
    line-height: 24px;
    border-radius: 4px;
    margin: 0 auto;
    padding: 3px 0px;
}
#fixedKininaru  div p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: initial;
    margin-bottom: initial;
}
@media only screen and (min-width: 541px) {
    /* 541px以上 */
    #fixedKininaru {
        display: none!important;
    }
}
/* ↑2022/04/12 */
/* ↓2019/07/01 */
#sp_reviewLink {
    display: none;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
@media only screen and (max-width:540px) {
#sp_reviewLink {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
#sp_reviewLink .reviewBase {
    position: relative;
    width: 96%;
    left: 4px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
}
#sp_reviewLink .reviewBase a:hover {
    text-decoration: none;
}
#sp_reviewLink .reviewBlock {
    margin: 0 auto;
    height: 35px;
    text-align: center;
}
#sp_reviewLink .reviewBlock .reviewIcon img{
    display: inline;
    position: relative;
    top: 5px;
    width: 25px;
}
#sp_reviewLink .reviewBlock .reviewText img{
    display: inline;
    position: relative;
    top: 5px;
    width: 90px;
}
#sp_reviewLink .reviewBlock .reviewCnt {
    font-size: 13px;
    color: #4c4848;
    font-weight: bold;
}
}
/* ↑2019/07/01 */

/* -----footer balloon----- */
div#fixedKininaru {
    z-index: 101;
}
#fixedMenu,
#fixedMenu ul {
        overflow: visible;
}
#fixedMenu2,
#fixedMenuBtnBox ul {
        overflow: visible;
}
.application-balloon{
    position: absolute;
    bottom: 100%;
    background: #FFF;
    z-index: 1;
    border: 2px solid;
    padding: 6px 16px 4px;
    font-size: 11px;
    border-radius: 8px;
    color: #FE8583;
    font-weight: bold;
    opacity: 0;
    transition: all ease .2s;
    line-height: 1.5em;
}
.application-balloon.is-visible{
    opacity: 1;
}
.application-balloon:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(45deg);
    bottom: -6px;
}
.application-balloon-close{
    position: absolute;
    top: -6px;
    right: -6px;
    border: 2px solid #999999;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FFF;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
}
.application-balloon-close:before,.application-balloon-close:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
}
.application-balloon-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.application-balloon-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.web-oubo {
    margin-top: 10px;
}
/* ↓2023/11/17 */
.searchlink_box {
    display: none;
    margin: auto;
    width: 95%;
}
@media only screen and (max-width:820px) {
.searchlink_box {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
    border-top: 0 !important;
}
.searchlink_box .searchlink_wrap {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.searchlink_box #biz_wrap {
    line-height: 1;
    display: flex;
    border:0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.searchlink_box #biz_wrap .biz_content {
    border: 0;
}
.searchlink_box #biz_wrap .biz_title {
    margin-bottom: 0 !important;
}
/* ↑2023/11/17 */
