@charset "UTF-8";

/*blockquote*/
blockquote,
q {
    clear: both;
    margin: 0 0;
    padding: 0 20px;
    position: relative;
    border: none;
    background: none;
}
blockquote:before,
q:before {
    content: "“" !important;
    top: 17px !important;
    left: 0 !important;
    line-height: .1em;
}
blockquote:after,
q:after{
    content: "”";
    line-height: .1em;
    right: 0;
    bottom: -10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    font-size: 30px !important;
    font-weight: normal;
    font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif!important;
    color: #999 !important;
    position: absolute;
}
blockquote:before,
q:before{
    top: 12px !important;
}
blockquote:after,
q:after {
    position: relative;
    right: -5px;
    bottom: -23px;
}

/* タイトル部分
----------------------------------------------------*/
.mainTitleBox {
    width: 1150px;
    min-height: 82px;
    margin: 0 auto 15px auto;
    padding: 5px 30px;
    border-top: 2px solid #ff5d00;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .mainTitleBox {
        width: 1150px;
        min-height: 82px;
        margin: 0 auto 15px auto;
        padding: 20px 30px 0 30px;
        border-top: 2px solid #ff5d00;
        border-radius: 0 0 5px 5px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* IE11のみ適用 */
}

.mainTitleBox>h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}

.mainTitleBox>.pagetitle {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}

.mainTitleBox>.titleBox {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}

.btnBox_SP {
    display: none;
}

.only_up {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mainTitleBox {
        width: 95%;
        min-height: 0;
        margin: 15px auto;
        padding: 15px 20px;
        border-top: 2px solid #ff5d00;
        border-radius: 0 0 5px 5px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
        display: block;
    }

    .mainTitleBox>h1 {
        width: 100%;
        margin: 0;
        font-size: 5vw;
        font-weight: 400;
        color: #333333;
    }

    .mainTitleBox>.pagetitle {
        width: 100%;
        margin: 0;
        font-size: 5vw;
        font-weight: 400;
        color: #333333;
    }

    .btnBox_SP {
        width: 95%;
        margin: 20px auto 10px auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .only_up {
        padding: 15px auto;
        display: block;
    }
}

a.favoriteBtn {
    padding: 10px 20px;
    font-size: 15px;
    color: #000000;
    border: 1px solid #DFDFDF;
}

a.favoriteBtn>mark {
    margin: 0 8px 0 0;
    color: #ffcc00;
    background: none;
}

a.favoriteBtn>span {
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #012d62;
    background: none;
}

a.companyReg {
    margin: 0 0 0 20px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 2.0;
    color: #FFFFFF;
    background: #012d62;
    border-radius: 50px;
}

.mainTitleBox .osusumeCatch {
    margin: -5px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #d84000;
}

@media only screen and (max-width: 768px) {
    a.favoriteBtn {
        width: 47%;
        height: 26px;
        padding: 3px 0;
        font-size: 3.3vw;
        color: #000000;
        border: none;
        background: #ffcc00;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

    a.favoriteBtn>mark {
        margin: 0 8px 0 0;
        color: #FFFFFF;
        background: none;
    }

    a.favoriteBtn>span {
        margin: 0 0 0 10px;
        font-size: 4vw;
        font-weight: 600;
        color: #012d62;
        background: none;
    }

    a.companyReg {
        width: 48%;
        height: 26px;
        margin: 0 0 0 0;
        padding: 3px 0;
        font-size: 3.3vw;
        line-height: 2.0;
        color: #FFFFFF;
        background: #012d62;
        border: none;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.mainTitleBox .osusumeCatch {
    margin: -5px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #d84000;
}

.mainTitleBox .osusumeCatch>span {
    margin: 0 5px;
    padding: 0;
    line-height: 1.3;
    vertical-align: -1px;
    font-size: 46px;
    font-weight: bold;
    color: #000000;
    background: linear-gradient(transparent 85%, #FF5D00 0%);
    background-position: center -5px;
}

.mainTitleBox .fa-chevron-circle-right {
    margin: 0 8px 0 0;
}

.osusumeCatch_sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mainTitleBox .osusumeCatch {
        display: none;
    }

    .osusumeCatch_sp {
        margin: -5px auto;
        font-size: 3.5vw;
        font-weight: 400;
        color: #d84000;
        text-align: center;
        display: block;
    }

    .osusumeCatch_sp span {
        margin: 0 5px;
        padding: 0;
        font-weight: bold;
        line-height: 1.3;
        vertical-align: -1px;
        font-size: 8.5vw;
        color: #000000;
        background: linear-gradient(transparent 85%, #FF5D00 0%);
        background-position: center -4px;
    }
}

.shopSubtTitle {
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopSubtTitle img {
    margin: 0 20px 0 0;
    padding: 0;
}

.shopSubtTitle>h2 {
    width: 100%;
    margin: 15px auto;
    padding: 0 0 10px 0;
    font-size: 26px;
    font-weight: 400;
    color: #4f4231;
    border-bottom: 1px solid #FF8C00;
}

@media only screen and (max-width: 768px) {
    .shopSubtTitle img {
        margin: 0 10px 0 0;
        padding: 0;
    }

    .shopSubtTitle>h2 {
        width: 100%;
        margin: 15px auto;
        padding: 0 0 10px 0;
        font-size: 4.2vw;
        font-weight: 400;
        color: #4f4231;
        border-bottom: 1px solid #FF8C00;
    }
}

/* サーチフォーム部分
----------------------------------------------------*/
.shopSearch_box {
    width: 100%;
    margin: 30px auto;
    padding: 8px 70px;
    font-weight: 400;
    color: #4f4231;
    background: #fff4e7;
    display: flex;
    align-items: center;
}

.shopSearch_box>form {
    width: 100%;
    display: flex;
    align-items: center;
}

.shopSearch_iptxt {
    position: relative;
    width: 260px;
    margin: 0 15px;
}

.shopSearch_iptxt input[type=text] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 0.8em 1em;
    transition: 0.3s;
    border: 1px solid #999999;
    outline: none;
}

@media only screen and (max-width: 768px) {
    .shopSearch_iptxt {
        position: relative;
        width: 40%;
        margin: 0 5px;
    }

    .shopSearch_box {
        width: 95%;
        margin: 10px auto 20px auto;
        padding: 5px 8px;
    }

    .shopSearch_iptxt input[type=text] {
        font: 16px/24px sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 8px 0;
        padding: 0.2em 0.6em;
        transition: 0.3s;
        border: 1px solid #999999;
        outline: none;
    }
}

.shopSearch_iptxt input[type=text]:focus {
    border-color: #d84000;
}

.shopSearch_box span.batsu {
    margin: 0 30px 0 20px;
    font-size: 22px;
    font-weight: 500;
    color: #EACBAE;
}

.shopSearch_box .button {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 20px;
    padding: 13px 50px;
    background: #d84000;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #d84000;
}

.shopSearch_box .button:hover {
    background: #ff5d00;
    border: 2px solid #ff5d00;
}

@media only screen and (max-width: 768px) {
    .shopSearch_box span.batsu {
        margin: 0;
        padding: 0;
        font-size: 22px;
        font-weight: 500;
        color: #EACBAE;
    }

    .shopSearch_box .button {
        font-size: 3.5vw;
        margin: 0 0 0 2%;
        padding: 9px 5px;
    }
}

.shopAreaSearch_box {
    margin: 50px auto;
    padding: 20px 40px;
    background: #f5f5f5;
}
.releaseDay + .shopAreaSearch_box{
    margin: 30px auto 50px;
}
.shopAreaSearch_box .areaSearchTitle {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .shopAreaSearch_box .areaSearchTitle {
        margin: 0 0 15px 0;
        font-size: 20px;
    }
}

.shopAreaSearch_box .areaSearchTitle:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #ff8c00;
}

.shopAreaSearch_box .mapSearch {
    width: 400px;
    height: 385px;
    margin: 30px 0 0 0;
    padding: 22px 0 0 0;
    border: 1px solid #B2DAE5;
    background: #E5F9FD;
    display: flex;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .shopAreaSearch_box {
        margin: 0 auto 50px;
        padding: 20px 0;
        background: #f5f5f5;
    }
    .releaseDay + .shopAreaSearch_box{
        margin: 0px auto 50px;
    }
    .shopAreaSearch_box .mapSearch {
        width: 400px;
        height: 385px;
        margin: 30px auto 0 auto;
        padding: 22px 0 0 0;
        border: 1px solid #B2DAE5;
        background: #E5F9FD;
        display: flex;
        justify-content: center;
        position: relative;
    }
}

@media only screen and (max-width: 375px) {
    .shopAreaSearch_box .mapSearch {
        width: 95%;
        overflow: hidden;
    }
}

.shopAreaSearch_box .searchAreaBox {
    width: 650px;
    margin: 30px 0 0 0;
    padding: 30px 0;
    font-size: 14px;
    border: 1px solid #B2DAE5;
    background: #FFFFFF;
}

.shopAreaSearch_box .searchAreaBox .area {
    width: 92%;
    margin: 0 auto 5px auto;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #EAEAEA;
}

.shopAreaSearch_box .searchAreaBox .area a {
    width: 60px;
    margin: 0 3px 0 0;
    padding: 3px 0;
    color: #000000;
    text-align: center;
    border: 1px #CCCCCC solid;
    transition: .3s;
    display: inline-block;
}

.shopAreaSearch_box .searchAreaBox .area a:hover {
    background: #CBFFD0;
    border: 1px #CBFFD0 solid;
}

.shopAreaSearch_box .searchAreaBox .area a:first-child {
    width: 100px;
    margin: 0 5px 0 0;
    padding: 2px 0;
    background: #CBFFD0;
    border: 1px #CBFFD0 solid;
    border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    .shopAreaSearch_box .searchAreaBox {
        width: 95%;
        margin: 30px auto 0 auto;
        padding: 10px 0 0 0;
        font-size: 3.2vw;
        border: 1px solid #B2DAE5;
        background: #FFFFFF;
    }

    .shopAreaSearch_box .searchAreaBox .area {
        width: 95%;
        margin: 0 auto 5px auto;
        padding: 0 0 5px 0;
        border-bottom: 2px solid #EAEAEA;
    }

    .shopAreaSearch_box .searchAreaBox .area a {
        width: 14.5%;
        margin: 0 3px 3px 0;
        padding: 3px 0;
        color: #000000;
        text-align: center;
        border: 1px #CCCCCC solid;
        transition: .3s;
        display: inline-block;
    }

    .shopAreaSearch_box .searchAreaBox .area a:first-child {
        width: 25%;
        margin: 0 5px 5px 0;
        padding: 2px 0;
        font-size: 3.5vw;
        background: #CBFFD0;
        border: 1px #CBFFD0 solid;
        border-radius: 3px;
    }
}

.shopAreaSearch_box .searchAreaBox .area a:first-child:hover {
    color: #000000;
}

.shopAreaSearch_box .searchAreaBox .area:last-child {
    border-bottom: none;
}

.shopAreaSearch_box .gmapSearch {
    width: 400px;
    margin: 30px 0 0 0;
    padding: 20px 10px;
    background: #E2E2E2;
    display: flex;
}

.shopAreaSearch_box .gmapSearch img {
    width: 49px;
    height: 49px;
    margin: 0 10px 0 0;
}

.shopAreaSearch_box .gmapSearch div>h3 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .shopAreaSearch_box .gmapSearch {
        width: 95%;
        margin: 20px auto 0 auto;
        padding: 10px;
        font-size: 2vw;
        background: #E2E2E2;
        display: flex;
    }

    .shopAreaSearch_box .gmapSearch div>h3 {
        margin: 0;
        color: #000000;
        font-size: 3.5vw;
        font-weight: 400;
    }
}

.shopAreaSearch_box .gmapSearch div>h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #595959;
}

/*業務ジャンルで探す*/
.shopAreaSearch_box .typeSelect {
    padding: 20px 0 15px 0;
}

.shopAreaSearch_box .typeSelect form {
    width: 100%;
    margin: 0 auto;
}

.shopAreaSearch_box .typeList {
    width: auto;
    margin: 20px 0 15px 0;
}

.shopAreaSearch_box .typeList dl {
    margin: 5px 0;
}

.shopAreaSearch_box .typeList dt {
    background: none;
    width: 180px;
    padding: 13px 8px 8px 8px;
    vertical-align: top;
    text-align: right;
    float: left;
    font-weight: 400;
}

.shopAreaSearch_box .typeList dd {
    padding: 10px 0 10px 150px;
    border-bottom: 1px solid #C2C2C2;
}

.shopAreaSearch_box .typeList a {
    color: #000000;
}

.shopAreaSearch_box .typeList a:hover {
    color: #FF8C00;
}

@media only screen and (max-width: 768px) {
    .shopAreaSearch_box .typeList dt {
        background: none;
        width: 95%;
        padding: 4px 8px;
        margin: 0 auto;
        font-weight: 400;
        vertical-align: top;
        text-align: center;
        float: none;
        background-color: #E2E2E2;
    }

    .shopAreaSearch_box .typeList dd {
        width: 95%;
        padding: 2px 0 2px 0;
        margin: 0 auto !important;
        border: none;
    }
}

.shopAreaSearch_box .typeList ul {
    border-left: #f9cb93 solid 3px;
    margin: 3px 0;
    padding: 5px 0;
}

.shopAreaSearch_box .typeList li {
    width: 265px;
    display: inline-block;
    float: left;
    font-size: 14px;
}
.checkBoxButton {
    border-bottom: none;
    padding: 2px 0 2px 20px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .shopAreaSearch_box .typeList ul {
        border-left: none;
        margin: 3px 0;
        padding: 5px 0;
    }

    .shopAreaSearch_box .typeList li {
        width: 50%;
        margin: 0;
        display: inline-block;
        float: left;
        font-size: 4vw;
    }

    .shopAreaSearch_box .typeList li.long {
        width: 100%;
    }

    .shopAreaSearch_box .checkBoxButton {
        border-bottom: none;
        padding: 0;
        line-height: 2.5;
    }
}

.shopAreaSearch_box input.inputButton {
    width: 300px;
    margin: 40px auto 30px auto;
    padding: 13px 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: #d84000;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #d84000;
    display: block;
}

.shopAreaSearch_box input.inputButton:hover {
    background: #ff5d00;
    border: 2px solid #ff5d00;
}

.shopAreaSearch_box .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.shopAreaSearch_box .checkBoxButton a {
    color: #000000;
    padding: 5px 0;
}
.typeCheckbox{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .shopAreaSearch_box .checkBoxButton{
        margin: 5px 0;
    }
    .shopAreaSearch_box .checkBoxButton a{
        line-height: 1.5;
        width: 85%;
        padding: 2.0vw 0;
    }
    .shopAreaSearch_box .typeCheckbox{
        width: 7vw;
        height: 7vw;
    }
}

@media only screen and (max-width: 768px) {
    .DBbanner {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
}

/* 検索左メニュー
----------------------------------------------------*/
.searchLeft_box {
    width: 280px;
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #DFDFDF;
}
.searchLeft_box .checkBoxButton{
    padding: 2px 0;
    
}
.searchLeft_box br{ /*jsで<br>が付与されてしまうためCSSで消す対応*/
    display: none;
}

@media only screen and (max-width: 768px) {
    .searchLeft_box {
        width: 95%;
        margin: 0 auto 20px auto;
        padding: 0;
        border: 1px solid #DFDFDF;
    }
}

.searchLeft_title {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #ff5d00;
    background: linear-gradient(#FFFFFF, #DADADA);
    border-bottom: 3px solid #ff5d00;
}

.searchLeft_box a:link {
    color: #000000;
    text-decoration: none;
}

.searchLeft_box a:visited {
    color: #000000;
    text-decoration: none;
}

.searchLeft_box a:hover {
    color: #46C3D7;
    text-decoration: none;
}

.searchLeft_box>p {
    width: 80%;
    margin: 10px auto;
    line-height: 2.0;
}

.searchLeft_box .left_list {
    width: 100%;
    margin: 10px auto;
    padding: 0 0 0 15px;
    position: relative;
}

.searchLeft_box .left_list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .searchLeft_box>p {
        width: 90%;
        margin: 10px auto;
        font-size: 3.5vw;
        line-height: 2.0;
    }
}

.searchLeft_subTitle {
    width: 95%;
    margin: 8px auto;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 300;
    background: #ffecdb;
}

.addList input.inputButton {
    width: 80%;
    margin: 40px auto 30px auto;
    padding: 10px 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: #d84000;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #d84000;
    display: block;
}

.addList input.inputButton:hover {
    background: #ff5d00;
    border: 2px solid #ff5d00;
}

/* 検索右メニュー
----------------------------------------------------*/
.searchResults {
    width: 850px;
    margin: 0 auto;
    padding: 10px;
}

.searchResults>mark {
    font-size: 20px;
    font-weight: 400;
    color: #da0057;
    background: none;
}

.searchResults a.indexback {
    padding: 0 0 0 1.2em;
    background: url(../img/svg_arrow01.svg) left center no-repeat;
    background-size: 1em;
    float: right;
}

@media only screen and (max-width: 768px) {
    .searchResults {
        width: 95%;
        margin: 0 auto;
        padding: 10px;
    }

    .searchResults a.indexback {
        float: right;
        margin: -30px 0 0 0;
        font-size: 3.5vw;
    }
}

.searchResults > .allcheck {
    margin: 30px 0 0 0;
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #999999;
    border-radius: 5px;
    display: inline-block;
}

.searchResults > a.allfavorite {
    margin: 30px 0 0 10px;
    padding: 5px 20px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .searchResults > .allcheck {
        margin: 30px 0 0 0;
        padding: 5px 15px;
        font-size: 3.5vw;
        border: 1px solid #999999;
        border-radius: 5px;
        display: inline-block;
    }

    .searchResults > a.allfavorite {
        margin: 8px 0 15px 0;
        padding: 5px 20px;
        font-size: 3.5vw;
        color: #000000;
        border: 1px solid #999999;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
    }
}

.searchResults>a.allfavorite:hover {
    padding: 5px 20px;
    font-size: 14px;
    color: #ff8c00;
    border: 1px solid #ff8c00;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.searchResults>a.favorite_allreg {
    margin: 30px 0 0 10px;
    padding: 5px 20px;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid #ff5d00;
    background: linear-gradient(#FFC609, #ff5d00);
    border-radius: 5px;
    display: inline-block;
}

.searchResults>a.favorite_allreg:hover {
    margin: 30px 0 0 10px;
    padding: 5px 20px;
    font-size: 14px;
    color: #FFFFFF;
    background: #ff5d00;
    border-radius: 5px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
.searchResults>a.favorite_allreg {
margin: 8px 0 15px;
padding: 5px 20px;
}
}
.favoritesTitle {
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
    font-size: 22px;
    font-weight: 400;
    border-left: 7px solid #FF5D00;
}

.checkbox-input {
    display: none;
}

.checkbox-parts {
    padding-left: 25px;
    position: relative;
}

.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}

.checkbox-input:checked+.checkbox-parts {
    color: #d84000;
    font-size: 14px;
}
.checkbox-input:checked+.checkbox-parts {
    color: #d84000;
    font-size: 14px;
}
.checkbox-input:checked+.textCheck{
    color: #bf3900;/*線が細いため#d84000だとコントラストがたりないため、あえて少し濃いめの色を使用*/
}

.checkbox-input:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #d84000;
    border-right: 3px solid #d84000;
}

.shopList_box {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 15px;
    background: #f0f0f0;
    font-size: 14px;
}

.shopList_box>.checkBox {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: space-between;
}

.shopList_box>.checkBox>label {
    margin: 0;
    padding: 5px 10px;
}

.shopList_box>.checkBox>p {
    margin: 0;
    padding: 5px 20px;
}

.shopList_box>.checkBox>p>mark {
    margin: 0;
    color: #FFCC00;
    font-weight: 500;
    background: none;
}

.shopList_box>.shopinfo {
    width: 100%;
    margin: 10px auto;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.shopList_box>.shopinfo a:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.shopList_box>.shopinfo:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: .3s;
}

.shopList_box>.shopinfo .mapIcon {
    margin: 0;
    padding: 0 0 0 1.2em;
    background: url(../img/svg_map.svg) left 2px no-repeat;
    background-size: 0.8em;
}

.shopList_box>.shopinfo img {
    width: 180px;
    margin: 0;
    display: block;
}

.shopList_box>.shopinfo div {
    width: 620px;
    margin: 0;
    display: block;
}

.shopList_box>.shopinfo img.searchAreaImg {
    width: 180px;
    margin: 0 0 0 35px;
    display: block;
}

.shopList_box>.shopinfo div.searchArea {
    width: 820px;
    margin: 0 35px 0 0;
    display: block;
}

@media only screen and (max-width: 768px) {
    .shopList_box>.shopinfo {
        width: 100%;
        margin: 10px auto;
        color: #000000;
        display: block;
    }

    .shopList_box>.shopinfo img {
        width: 100%;
        margin: 0 auto;
    }

    .shopList_box>.shopinfo img.searchAreaImg {
        width: 100%;
        max-width: 180px;
        height: auto;
        margin: 0 auto;
    }

    .shopList_box>.shopinfo div {
        width: 100%;
        margin: 20px auto;
        display: block;
    }

    .shopList_box>.shopinfo div.searchArea {
        width: 100%;
        margin: 20px auto;
    }
}

.shopList_box>.shopinfo h2 {
    margin: 0;
    padding: 0;
    color: #012D62;
    font-size: 20px;
    font-weight: 400;
}

.shopList_box>.shopinfo h3 {
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #00749f;
    font-weight: 300;
    font-size: 14px;
}

.shopList_box>.shopinfo .seal:first-of-type {
    margin: 10px 10px 0 0;
}

.shopList_box>.shopinfo .seal {
    margin: 10px 10px 0 20px;
    padding: 2px 15px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    background: #576983;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .shopList_box>.shopinfo h2 {
        font-size: 4vw;
    }

    .shopList_box>.shopinfo h3 {
        padding: 5px 0 10px 0;
    }

    .shopList_box>.shopinfo .seal:first-of-type {
        margin: 10px 7px 3px 0;
    }

    .shopList_box>.shopinfo .seal {
        margin: 10px 7px 3px 10px;
        padding: 2px 10px 3px 10px;
        font-size: 12px;
    }
}

/*ページャー*/
.pager {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.pager ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
}

.pager li {
    display: block;
    min-width: 2.2em;
    margin: 5px;
    padding: 0;
    color: #717171;
    float: left;
    border: 1px solid #cccccc;
    list-style: none;
    cursor: pointer;
}

.pager li a {
    display: block;
    margin: 0;
    padding: 5px 0;
    color: #717171;
}

.pager li:hover {
    border: 1px solid #FF8C00;
    color: #FF8C00;
}

.pager li a:hover {
    color: #FF8C00;
}

.pager li.nextButton,
.pager li.prevButton {
    width: auto;
    padding: 0 10px;
}

.pager li.this {
    border: 1px solid #d84000;
}

.pager li.this a {
    color: #d84000;
}

/* ◯◯から探す
----------------------------------------------------*/
.shopAreaSearch_box ul.area_list {
    width: 98%;
    margin: 20px auto;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.shopAreaSearch_box ul.area_list li {
    min-width: 200px;
    line-height: 1.8;
}

.shopAreaSearch_box ul.area_list li a {
    color: #000000;
}

.shopAreaSearch_box ul.area_list li a:hover {
    color: #FF8C00;
}

.shopAreaSearch_box ul.area_listB li a {
    color: #000000;
}

.shopAreaSearch_box ul.area_listB li a:hover {
    color: #FF8C00;
}
.backlink{
    float: right;
}

.inner{
    width: 100%;
    margin: 0 auto 80px;
    padding: 0;
    line-height: 1.8;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .shopAreaSearch_box ul.area_list {
        width: 90%;
        margin: 20px auto;
        padding: 0;
        font-size: 16px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
    }

    .shopAreaSearch_box ul.area_list li {
        width: 40%;
        min-width: auto;
        margin: 0 3% 0 7%;
        padding: 0;
        line-height: 1.8;
    }

    /*市区町村一覧用*/
    .shopAreaSearch_box ul.listRepair li {
        width: 48%;
        margin: 0 2% 0 0;
    }
    .shopAreaSearch_box ul.listRepair li:nth-child(2n){
        margin: 0;
    }
    .shopAreaSearch_box ul.listRepair li a{
        display: block;
        padding: 15px;
        line-height: 1.1;
    }
    .inner a.backlink {
        display: block;
        padding: 15px 15px 15px 1.2em;
        line-height: 1.1;
    }
    /* テーブルスクロール(本文内)のレイアウト
    .scroll_list {
        overflow-y: scroll;
        max-height: 500px;
    }*/
}

/* ショップページ
----------------------------------------------------*/
.mainTitleBox>.orange {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #FF5D00 !important;
}

.shopinfo_wrapper {
    width: 100%;
    margin: 40px auto;
    padding: 40px 0;
    background: #f1f1f1;
}

.shopinfoPrefwrapper {
    width: 100%;
    margin: 40px auto;
    padding: 10px 0 0 0;
    background: #f1f1f1;
}

@media screen and (max-width: 768px) {
    .mainTitleBox>.orange {
        font-size: 5vw;
    }

    .shopinfo_wrapper {
        width: 100%;
        margin: 20px auto;
        padding: 20px 0;
        background: #f1f1f1;
    }
}

.shopinfo_wrapper>.shopnameBox {
    width: 1150px;
    margin: 0 auto 30px auto;
    padding: 12px 0 12px 35px;
    background: #012d62;
    background-image: linear-gradient(-45deg, #758FA8 20px, transparent 0);
    display: flex;
    align-items: center;
}

.shopinfo_wrapper>.shopnameBox>.shoplogo {
    width: 200px;
    margin: 0 30px 0 0;
    padding: 10px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopinfo_wrapper>.shopnameBox>.shoplogo img {
    width: 80%;
}

.shopinfo_wrapper>.shopnameBox>h1 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .shopinfo_wrapper>.shopnameBox {
        width: 95%;
        margin: 0 auto 15px auto;
        padding: 10px 20px;
        background: #012d62;
        background-image: linear-gradient(-45deg, #758FA8 20px, transparent 0);
        display: block;
    }

    .shopinfo_wrapper>.shopnameBox>.shoplogo {
        width: 30%;
        margin: 0 0 8px 0;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shopinfo_wrapper>.shopnameBox>h1 {
        margin: 0;
        font-size: 5vw;
        font-weight: 400;
        color: #FFFFFF;
    }
}

.shopinfo_wrapper .shopMenu_box {
    width: 1150px;
    margin: 0 auto 30px auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    z-index: 90;
    position: relative;
}

.shopinfo_wrapper .shopMenu_box > a {
    width: 164px;
    display: block;
}

a.shopMenu_anchor {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
	width:0.01%;
}
.anchor {
    display: block;
	width:0.01%;
    padding-top: 90px;
    margin-top: -90px;
}
.shopinfo_wrapper .shopMenu_box>a.menu01 {
    margin: 0 5px 0 0;
    padding: 8px 0 8px 15px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon01.png) 20px center no-repeat;
    background-size: 15px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box>a.menu02 {
    margin: 0 5px 0 0;
    padding: 8px 0 8px 24px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon02.png) 12px center no-repeat;
    background-size: 15px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box>a.menu03 {
    margin: 0 5px 0 0;
    padding: 8px 0 8px 24px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon03.png) 20px center no-repeat;
    background-size: 13px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box>a.menu04 {
    margin: 0 5px 0 0;
    padding: 8px 0 8px 24px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon04.png) 12px center no-repeat;
    background-size: 15px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box>a.menu05 {
    margin: 0 5px 0 0;
    padding: 8px 0 8px 24px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon05.png) 22px center no-repeat;
    background-size: 25px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box>a.menu06 {
    margin: 0 5px 0 0;
    padding: 8px 0 8px 24px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon06.png) 22px center no-repeat;
    background-size: 15px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box>a.menu07 {
    margin: 0 5px 0 0;
    padding: 8px 0 8px 24px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon07.png) 22px center no-repeat;
    background-size: 18px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box>a.menu08 {
    margin: 0 0 0 0;
    padding: 8px 0 8px 24px;
    text-align: center;
    color: #012d62;
    background: #FFFFFF url(../../shop/img/shopMenu_icon08.png) 10px center no-repeat;
    background-size: 22px auto;
    border: 2px solid #012d62;
    transition: .2s;
}

.shopinfo_wrapper .shopMenu_box > a:hover{
    background-color: #FDF1E1;
    border: 2px solid #ff5d00;
}

@media screen and (max-width: 768px) {
    .shopinfo_wrapper .shopMenu_box {
        width: 95%;
        margin: 0 auto 15px auto;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shopinfo_wrapper .shopMenu_box>a.menu01,
    .shopinfo_wrapper .shopMenu_box>a.menu02,
    .shopinfo_wrapper .shopMenu_box>a.menu03,
    .shopinfo_wrapper .shopMenu_box>a.menu04,
    .shopinfo_wrapper .shopMenu_box>a.menu05,
    .shopinfo_wrapper .shopMenu_box>a.menu06,
    .shopinfo_wrapper .shopMenu_box>a.menu07,
    .shopinfo_wrapper .shopMenu_box>a.menu08 {
        width: 32%;
        margin: 0 0 4px 0;
        padding: 8px 0 8px;
        text-align: center;
        font-size: 3.5vw;
        color: #012d62;
        background: #FFFFFF;
        border: 2px solid #012d62;
        transition: .2s;
    }

    .shopinfo_wrapper .shopMenu_box>a.menu01:hover,
    .shopinfo_wrapper .shopMenu_box>a.menu02:hover,
    .shopinfo_wrapper .shopMenu_box>a.menu03:hover,
    .shopinfo_wrapper .shopMenu_box>a.menu04:hover,
    .shopinfo_wrapper .shopMenu_box>a.menu05:hover,
    .shopinfo_wrapper .shopMenu_box>a.menu06:hover,
    .shopinfo_wrapper .shopMenu_box>a.menu07:hover,
    .shopinfo_wrapper .shopMenu_box>a.menu08:hover {
        background-color: #FDF1E1;
        border: 2px solid #ff5d00;
    }
	.container::after{
  content:"";
  display: block;
  width: 32%;
}
}

.shopinfo_left {
    width: 760px;
    margin: 0;
    padding: 0;
}

.shopinfo_left .mainImg {
    width: 100%;
    margin: 0 0 20px 0;
}

.shopinfo_left .shopcopy_box {
    margin: 0 0 20px 0;
    padding: 20px 40px;
    background: #FFFFFF;
}

.shopinfo_left .shopcopy_box>h2 {
    margin: 0 0 20px 0;
    color: #012d62;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .shopinfo_left {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .shopinfo_left .mainImg {
        width: 95%;
        margin: 0 auto 20px auto;
        display: block;
    }

    .shopinfo_left .shopcopy_box {
        width: 95%;
        margin: 0 auto 20px auto;
        padding: 20px;
        font-size: 3.8vw;
        background: #FFFFFF;
    }

    .shopinfo_left .shopcopy_box>h2 {
        margin: 0 0 20px 0;
        color: #012d62;
        font-size: 5vw;
        font-weight: 400;
        line-height: 1.3;
    }
}

.shopData_box {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #DFDFDF;
    background: #FFFFFF;
}

.shopData_title {
    width: 100%;
    margin: 0;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: bolder;
    color: #012d62;
    background:linear-gradient(#fff,#f6f6f6);
    border-bottom: 3px solid #012d62;
}

.shopData {
    width: 92%;
    margin: 20px auto;
}

.shopData dt {
    padding: 13px 0 10px 18px;
    margin: 0 0 2px 0;
    font-weight: bold;
    width: 165px;
    float: left;
}

.shopData dd {
    padding: 13px 0 10px 180px;
    margin: 0 0 8px 0;
    border-top: #c7dadd solid 1px;
    word-break: break-all;
}

.shopData dd:nth-child(2) {
    border-top: none;
}
.shopData.sumikae{
    height:380px;
}
.shopData.sumikae.lazyloaded{
    background-image:url("../img/_sell/only_sumikae1.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    background-size:contain;
}

@media screen and (max-width: 768px) {
    .shopData_box {
        width: 95%;
        margin: 0 auto 20px auto;
        padding: 0;
        border: 1px solid #DFDFDF;
        background: #FFFFFF;
    }

    .shopData_title {
        padding: 10px 20px;
        font-size: 18px;
        letter-spacing: -0.05em;
    }

    .shopData {
        width: 95%;
        margin: 20px auto;
    }

    .shopData dt {
        padding: 10px 0 0 0;
        margin: 0 0 0 0;
        font-size: 4.5vw;
        width: 100%;
        float: none;
    }

    .shopData dd {
        padding: 5px 0 10px 0;
        margin: 0 0 0 0;
        font-size: 4vw;
        border-bottom: #c7dadd solid 1px;
        border-top: none;
    }

    .shopData dd:last-child {
        border-bottom: none;
    }
    .shopData.sumikae{
        height:0;
        padding-top:80%;
    }
    .shopData.sumikae.lazyloaded{
        background-image:url("../img/_sell/only_sumikae1sp.jpg");
    }
}

/* 売却事例情報テーブル
----------------------------------------------------*/
table.saleCase {
    width: 95%;
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 75%;
    text-align: center;
    color: #333333;
    line-height: 1.2;
    border: #012d62 solid 2px;
    box-sizing: border-box;
}

table.saleCase th {
    padding: 7px 2px;
    white-space: nowrap;
    font-weight: 300;
    color: #FFFFFF;
    border: #FFFFFF solid 1px;
    background-color: #012d62;
    box-sizing: border-box;
}

table.saleCase td {
    white-space: nowrap;
    border: #012d62 solid 1px;
    padding: 7px 12px;
    vertical-align: top;
    box-sizing: border-box;
}

table.saleCase td>mark {
    font-weight: 500;
    color: #FF0033;
    background: none;
}

table.saleCase_SP {
    display: none;
}

@media screen and (max-width: 768px) {
    table.saleCase {
        display: none;
    }

    table.saleCase_SP {
        width: 95%;
        margin: 20px auto;
        border-collapse: collapse;
        border-spacing: 0px;
        font-size: 3.5vw;
        text-align: left;
        color: #333333;
        line-height: 1.2;
        border: #012d62 solid 2px;
        display: table;
    }

    table.saleCase_SP th {
        padding: 7px 10px;
        white-space: nowrap;
        font-weight: 300;
        color: #FFFFFF;
        border: #FFFFFF solid 1px;
        background-color: #012d62;
    }

    table.saleCase_SP td {
        border: #012d62 solid 1px;
        padding: 7px;
        vertical-align: top;
    }

    table.saleCase_SP td>mark {
        font-weight: 500;
        color: #FF0033;
        background: none;
    }
}

a.saleCase_more {
    width: 280px;
    margin: 20px auto;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
    background: #012d62;
    display: block;
}

.shopData_googlemap {
    width: 92%;
    height: 300px;
    margin: 30px auto;
    padding: 0;
}

.shopData_googlemap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    a.saleCase_more {
        width: 65%;
        margin: 20px auto;
        padding: 10px 0;
        font-size: 4.5vw;
        color: #FFFFFF;
        text-align: center;
        background: #012d62;
        display: block;
    }

    .shopData_googlemap {
        width: 95%;
        height: 300px;
        margin: 20px auto 30px auto;
        padding: 0;
        border: none;
        clear: both;
    }

    .shopData_googlemap iframe {
        width: 100%;
        height: 100%;
        margin: 0 auto 0 auto;
        vertical-align: bottom;
    }
}

.shopRelation {
    width: 92%;
    margin: 20px auto;
}

.shopRelation dt {
    padding: 13px 0 10px 18px;
    margin: 0 0 2px 0;
    font-weight: 400;
    width: 270px;
    float: left;
    word-break: break-all;
}

.shopRelation dd {
    padding: 13px 0 10px 270px;
    margin: 0 0 8px 0;
    border-top: #c7dadd solid 1px;
}

.shopRelation dd:nth-child(2) {
    border-top: none;
}

.shopRelation a {
    margin: 0 10px 0 0;
    padding: 10px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .shopRelation {
        width: 95%;
        margin: 0 auto;
    }

    .shopRelation dt {
        padding: 10px 0 0 0;
        margin: 0 0 0 0;
        font-size: 4.5vw;
        font-weight: 500;
        width: 100%;
        float: none;
    }

    .shopRelation dd {
        padding: 5px 0 10px 0;
        margin: 0 0 0 0;
        font-size: 4vw;
        border-bottom: #c7dadd solid 1px;
        border-top: none;
    }

    .shopRelation a {
        margin: 0 20px 0 0;
    }

    .shopRelation dd:last-child {
        border-bottom: none;
    }
}

/* 売買実績情報テーブル
----------------------------------------------------*/
.dealingCase {
    width: 100%;
    border-left: solid 1px #cccccc;
    border-top: solid 1px #cccccc;

}

.dealingCase th {
    text-align: center;
    background-color: #E5E5E5;
    border: solid 1px #cccccc;
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;

}

.dealingCase td {
    text-align: center;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 10px;
}

.dealingCase .left {
    text-align: left !important;
}

.dealingCase .priceFormat {
    color: #E65F00;
}

/* 売却事例情報テーブル
----------------------------------------------------*/
.shopinfo_right {
    width: 365px;
    margin: 0;
    padding: 0;
}

.shopinfo_right .contactBox {
    width: 100%;
    margin: 50px auto 50px;
    padding: 10px;
    background: #012d62;
    border-radius: 15px;
    box-shadow: 0 0 8px #012d62;
}

@media screen and (max-width: 768px) {
    .shopinfo_right .contactBox {
        margin: 0 auto 20px;
    }

    .shopinfo_right {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }
    .shopData_box .dealingCase{
        display:block;
        width:100%;
        overflow-x:scroll;
    }
    .shopData_box .dealingCase tbody{
        display:table;
        width:100%;
        min-width:700px;
    }
}

.shopinfo_right .contactBox>h2 {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.shopinfo_right .contactBox>.inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    background: #FFFFFF;
}

.shopinfo_right .contactBox>.inner>h3 {
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
    font-weight: 400;
    background: #F0F0F0;
}

.shopinfo_right .contactBox>.inner>p {
    width: 90%;
    margin: 15px auto;
}

.shopinfo_right .contactBox a.shopContact_btn {
    width: 250px;
    margin: 40px auto 20px auto;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #D84000;
    background-size: 30px auto;
    box-shadow: 2px 2px #A72D00;
    display: block;
    transition: .2s;
}

.shopinfo_right .contactBox a.shopContact_btn:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

.shopinfo_right .contactBox a.favorite {
    margin: 0 auto;
    padding: 5px;
    color: #000000;
    text-align: center;
    display: block;
}

.shopinfo_right .contactBox a.favorite>mark {
    margin: 0;
    color: #FFCC00;
    font-weight: 500;
    background: none;
}

.shopinfo_right .photoGallery {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 10px 10px 25px 10px;
    background: #FFFFFF;
    border-radius: 15px;
}

.shopinfo_right .photoGallery>h2 {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #012d62;
    display: inline-block;
    position: relative;
    text-align: center;
}

.shopinfo_right .photoGallery>h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #012d62;
}

.shopinfo_right .photoGallery img {
    width: 345px;
    height: 345px;
    margin: 30px auto 2px auto;
    padding: 0;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .shopinfo_right .photoGallery img {
        width: 100%;
        height: 345px;
        margin: 50px auto 2px auto;
        padding: 0;
        object-fit: cover;
    }
}

.shopinfo_right .sideSearch {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
    background: #FFFFFF;
    border: 5px solid #045D9B;
}

.shopinfo_right .sideSearch>h2 {
    margin: 20px auto;
    color: #045D9A;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
}

.shopinfo_right .sideSearch select {
    width: 220px;
    height: 40px;
    margin: 0 0 4px 20px;
    padding: 2px 20px;
    font-size: 16px;
    color: #333333;
    background: #ffffff url(../../sell/img/step_arrow.png) right 15px center no-repeat;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 768px) {
    .shopinfo_right .sideSearch select {
        width: 60%;
    }
}

.shopinfo_right .sideSearch ruby {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
    color: #045d9b;
    font-weight: 800;
    line-height: 0;
}

.shopinfo_right .sideSearch ruby rt {
    font-weight: 500;
    letter-spacing: 0.2em;
}

.shopinfo_right .sideSearch ruby.stepNow {
    color: #FF0000 !important;
}

.shopinfo_right .sideSearch>.step1 {
    width: 100%;
    height: 60px;
    margin: 0 0 5px 0;
    padding: 10px 0 10px 0;
    background: #d6eeff;
    display: flex;
    justify-content: center;
}

.shopinfo_right .sideSearch>.step2 {
    width: 100%;
    height: 60px;
    margin: 0 0 5px 0;
    padding: 10px 0 10px 0;
    background: #aedeff;
    display: flex;
    justify-content: center;
}

.shopinfo_right .sideSearch>.step3 {
    width: 100%;
    height: 60px;
    margin: 0 0 5px 0;
    padding: 10px 0 10px 0;
    background: #0b6baf;
    display: flex;
    justify-content: center;
}
.shopinfo_right .sideSearch>.step4 {
    width: 100%;
    height: 60px;
    padding: 10px 0 10px 0;
    background: #024573;
    display: flex;
    justify-content: center;
}

.shopinfo_right .sideSearch>.step3 ruby,
.shopinfo_right .sideSearch>.step4 ruby{
    color: #fff;
}

.shopinfo_right .sideSearch .submitBtn_45{
    width: 95%;
    margin: 10px auto;
    padding: 10px 0;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #FFFF01;
    border-radius: 8px;
	border:none;
    box-shadow: 0 3px 0 #A5A400;
    transition: .1s;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}

.shopinfo_right .sideSearch .submitBtn_45 > p {
    width: 85px;
    margin: 0 10px 0 0;
    padding: 0 0 3px 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    background: #d50000;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
    display: inline-block;
}

.shopinfo_right .sideSearch .submitBtn_45 span {
    width: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: sub;
}

.shopinfo_right .sideSearch .submitBtn_45 > p > b {
    margin: 0 3px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .shopinfo_right .sideSearch .submitBtn_45 {
        width: 95%;
        margin: 10px auto;
        padding: 10px 0;
        color: #000000;
        font-size: 5vw;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        background: #FFFF01;
        border-radius: 8px;
        box-shadow: 0 3px 0 #A5A400;
        transition: .1s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shopinfo_right .sideSearch .submitBtn_45 > p {
        width: auto;
        margin: 0 10px 0 0;
        padding: 0 10px 3px 10px;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 300;
        background: #d50000;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
        display: inline-block;
    }

    .shopinfo_right .sideSearch .submitBtn_45 > p > b {
        margin: 0 3px;
        font-size: 8vw;
        font-weight: 900;
        line-height: 1.4;
    }
}

.shopinfo_right .sideSearch .submitBtn_45:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 1;
}

.shopinfo_right .pmark {
    margin: 30px auto;
    display: block;
}

.contactBtn_bottom {
    width: 100%;
    margin: 50px auto 0;
}

.contactBtn_bottom a.shopContact_btnB {
    width: 380px;
    margin: 40px auto 20px auto;
    padding: 25px 0;
    text-align: center;
    color: #FFFFFF;
    background: #d84000;
    background-size: 30px auto;
    box-shadow: 2px 2px #A72D00;
    display: block;
    transition: .2s;
}

.favorite {
    cursor: pointer;
}

.favorite.on {
    /*opacity:0.2;*/
    cursor: default !important;
}

@media screen and (max-width: 768px) {
    .contactBtn_bottom a.shopContact_btnB {
        width: 90%;
        margin: 40px auto 20px auto;
        padding: 20px 0;
        text-align: center;
        font-size: 4.5vw;
        color: #FFFFFF;
        background: #d84000;
        background-size: 30px auto;
        box-shadow: 2px 2px #A72D00;
        display: block;
        transition: .2s;
    }
}

.contactBtn_bottom a.shopContact_btnB:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

.contactBtn_bottom a.favoriteB {
    margin: 0 auto;
    padding: 5px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    display: block;
}

.contactBtn_bottom a.favoriteB>mark {
    margin: 0;
    color: #FFCC00;
    font-weight: 500;
    background: none;
}

.banner_box {
    margin: 0;
    color: #FFCC00;
    font-weight: 500;
    background: none;
}

.banner_under {
    margin: 40px auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .banner_under {
        width: 95%;
        margin: 40px auto;
        display: block;
    }
}

.spPrefecture_shop {
    display: none;
    width: 0px;
}

@media only screen and (max-width: 768px) {
    .spPrefecture_shop {
        width: 90%;
        margin: 20px auto 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .spPrefecture_shop .countryName {
        width: 30%;
        font-size: 4vw;
        line-height: 2.0;
        text-align: right;
    }

    .spPrefecture_shop select {
        width: 60%;
        margin: 0 0 5px 4%;
        padding: 2px 15px;
        /* font-size: 4vw; */
        font-size: 16px;
        color: #333333;
        background: #ffffff url(../../sell/img/step_arrow.png) right 15px center no-repeat;
        border: 1px solid #CCCCCC;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

.searchResults_col {
    width: 400px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .searchResults_col {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
}

.accordionSP_search {
    display: none;
}

/* スマホ用アコーディオン
----------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .accordionSP_search {
        width: 95%;
        margin: 0 auto;
        display: block;
        opacity: 1;
    }

    .accordionSP_search ul {
        list-style: none;
    }

    /* チェックボックスは非表示 */
    .accordionSP_search-hidden {
        display: none;
    }

    /* Question部分 */
    .accordionSP_search-open {
        display: block;
        padding: 10px;
        background: #f5f5f5;
        cursor: pointer;
        margin: 10px 0 0 0;
        font-weight: 400;
        position: relative;
        opacity: 1;
    }

    /* 開閉状態を示すアイコン+の作成 */
    .accordionSP_search-open::before,
    .accordionSP_search-open::after {
        content: '';
        width: 15px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
    }

    /* 一本は縦にして+を作る */
    .accordionSP_search-open::after {
        transform: translateY(-50%) rotate(90deg);
        transition: .3s;
    }

    /* アコーディオンが開いたら縦棒を横棒にして-にする */
    .accordionSP_search-hidden:checked+.accordionSP_search-open:after {
        transform: translateY(-50%) rotate(0);
    }

    /* Answer部分 */
    .accordionSP_search-close {
        display: block;
        height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
        transition: 0.3s;
        /* 表示速度の設定 */
    }

    /* チェックボックスにチェックが入ったらAnswer部分を表示する */
    .accordionSP_search-hidden:checked+.accordionSP_search-open+.accordionSP_search-close {
        height: auto;
        opacity: 1;
        padding: 0;
        border: 1px solid #f5f5f5;
    }

    .accordionSP_search-close ul.area_list {
        width: 98%;
        margin: 20px auto;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
    }

    .accordionSP_search-close ul.area_list li a {
        color: #000000;
    }

    .accordionSP_search-close ul.area_list li {
        width: 50%;
        min-width: auto;
        margin: 0;
        padding: 0;
        font-size: 3.5vw;
        line-height: 1.8;
    }
}

.searchPref_gmapSearch {
    width: 580px;
    margin: 30px auto;
    padding: 20px 40px;
    background: #E2E2E2;
    display: flex;
}

.searchPref_gmapSearch img {
    width: 49px;
    min-width: 49px;
    height: 49px;
    margin: 0 20px 0 0;
}

.searchPref_gmapSearch h3 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.searchPref_gmapSearch h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #595959;
}

@media only screen and (max-width: 768px) {
    .searchPref_gmapSearch {
        width: 95%;
        margin: 20px auto 0 auto;
        padding: 10px;
        font-size: 2vw;
        background: #E2E2E2;
        display: flex;
    }

    .searchPref_gmapSearch img {
        margin: 0 10px 0 0;
    }

    .searchPref_gmapSearch h3 {
        margin: 0;
        color: #000000;
        font-size: 3.5vw;
        font-weight: 400;
    }
}

/* 地図から探す
----------------------------------------------------*/
.map_api_h3 {
    text-align: center;
}

.map_api {
    width: 100%;
    margin: 20px auto;
    display: block;
    border: 1px solid #E2E2E2;
}

@media only screen and (max-width: 768px) {
    .map_api {
        width: 100%;
        margin: 20px auto 0 auto;
    }
}

/* banner関連
----------------------------------------------------*/
.pcADX_01 {
    margin: 30px auto -20px auto;
    display: block;
    text-align: center;
}

.pcADX_02 {
    margin: 0 auto;
    padding: 0 0 15px 0;
    display: block;
    text-align: center;
}

.pcADX_06 {
    margin: 0 auto 30px auto;
    display: block;
    text-align: center;
}

.pcADX_07 {
    margin: 0 auto 30px auto;
    padding: 0 0 30px 0;
    display: block;
    text-align: center;
}

.underBannerarea {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.shopinfo_right .photoGallery:empty{
    display: none;
}
@media only screen and (max-width: 768px) {
    .pcADX_02 {
        margin: 35px auto 0;
    }
}

/* ウェイティング */
#waiting {
    z-index: 11500;
    position: absolute;
    width: 10%;
    height: 10%;
    top: 45%;
    left: 45%;
}
#waiting .spinner {
    width: 91px;
    height: 91px;
    border: 10px solid #e9e9e9;
    border-top: 10px solid transparent;
    border-radius: 50%;
    animation: waiting_spin .5s linear 0s infinite;
}
@keyframes waiting_spin {
    from {
      transform: rotate(0);
    }
    to{
      transform: rotate(359deg);
    }
  }


#waitingBG {
    z-index: 11500;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: #888888;
    opacity: 0.7;
    display: block;
}

#searchConditions {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#searchConditions p.searchConditionsLabel {
    min-width: 100px;
    margin: 0;
    padding: 3px 0;
    text-align: center;
    background-color: #dddddd;
    display: inline-block;
}

#searchConditions h1.searchResults {
    font-size: 100%;
    font-weight: normal;
    display: inline-block;
}

#searchConditionsAddress {
    padding: 0 0 0 10px;
    font-weight: bold;
}

.searchConditionsGenreLabel {
    padding: 0 0 0 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #searchConditions {
        margin-bottom: 10px;
        display: block;
    }

    #searchConditions p.searchConditionsLabel {
        width: 90px;
        margin-bottom: 0;
        display: block;
    }

    #searchConditions h1.searchResults {
        margin: 0;
        padding: 0;
        display: block;
    }

    #searchConditionsAddress {
        padding: 0 0 0 0;
    }
}

/* マンション詳細
----------------------------------------------------*/
.sellFormAttention {
    width: 700px;
    margin: 0 auto;
    padding: 0 0 0 50px;
}

.sellFormAttention:first-of-type {
    margin: 20px auto 0 auto;
}

.sellFormAttention img {
    height: 16px;
    width: 16px;
    margin: 0 0.5em 0 0;
}

.sellFormAttention img {
    height: 16px;
    width: 16px;
    margin: 0 0.5em 0 0;
}

@media screen and (max-width: 768px) {
    .sellFormAttention {
        width: 95%;
        margin: 0 auto;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    .sellFormAttention:first-of-type {
        margin: 10px auto 0 auto;
    }
}

.ms_title {
    margin: 0;
    padding: 3px 0;
    font-size: 26px;
    font-weight: 600;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .ms_title {
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 0;
        font-size: 4.5vw;
        font-weight: 600;
        text-align: left;
        line-height: 1.2;
        background: #4591DC;
    }
}

.msBtnBox {
    width: 850px;
    margin: 60px auto;
    display: flex;
    justify-content: space-around;
}

.msBtnBox a.shopContact_btn01 {
    width: 400px;
    margin: 0 auto 0 auto;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #ca0000;
    background-size: 30px auto;
    box-shadow: 2px 2px #A72D00;
    display: block;
    transition: .2s;
}

.msBtnBox a.shopContact_btn01:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

.msBtnBox a.shopContact_btn02 {
    width: 400px;
    margin: 0 auto 0 auto;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #ff4500;
    background-size: 30px auto;
    box-shadow: 2px 2px #A72D00;
    display: block;
    transition: .2s;
}

.msBtnBox a.shopContact_btn02:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

@media screen and (max-width: 768px) {
    .msBtnBox {
        width: 100%;
        margin: 20px auto;
        display: block;
    }

    .msBtnBox a.shopContact_btn01 {
        width: 85%;
        margin: 0 auto 20px auto;
    }

    .msBtnBox a.shopContact_btn02 {
        width: 85%;
    }
}

#apalogPhoto {
    width: 85%;
    margin: 20px auto -40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*地図表示部分START*/
#apalogPhoto div#panorama {
    border: #AAAAAA solid 1px;
    border-radius: 0;
    width: 480px;
    height: 350px;
    float: right;
}

#apalogPhoto div#gmap {
    border: #AAAAAA solid 1px;
    border-radius: 0;
    box-sizing: border-box;
    width: 480px;
    height: 350px;
    float: left;
}

#apalogPhoto div#gmap.fullSize {
    width: 515px;
    float: none;
}

.apalogMansionContentLeft #address,
.apalogMansionContentLeft #lat,
.apalogMansionContentLeft #lng,
.apalogMansionContentLeft #yaw,
.apalogMansionContentLeft #pitch {
    display: none;
}

@media screen and (max-width: 768px) {
    #apalogPhoto {
        width: 95%;
        margin: 20px auto 20px auto;
        display: block;
    }

    #apalogPhoto div#panorama {
        width: 100%;
        height: 300px;
        margin: 10px 0 10px 0;
        float: none;
    }

    #apalogPhoto div#gmap {
        width: 100%;
        height: 300px;
        float: none;
    }

    #btnMap {
        clear: both;
        margin: 0 0 20px 0;
    }
}

/*地図表示部分END*/
.msSellBtnBox {
    width: 1150px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

a.msSellBtn01 {
    width: 350px;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    background-size: 30px auto;
    border: 2px solid #FF8C00;
    box-shadow: 3px 3px #CCC;
    transition: .2s;
}

a.msSellBtn01:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

a.msSellBtn01>p {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    color: #FF5D00;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #FF8C00;
}

@media screen and (max-width: 768px) {
    .msSellBtnBox {
        width: 95%;
        margin: 30px auto;
        display: block;
    }

    a.msSellBtn01 {
        width: 100%;
        margin: 0 auto 10px auto;
        display: block;
    }

    a.msSellBtn01>p {
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
        color: #FF5D00;
        font-size: 18px;
        border-bottom: 1px solid #FF8C00;
    }
}

.ms_pMark {
    padding: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
}

.ms_pMark>div>h2 {
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 400;
}

.ms_pMark img {
    width: 90px;
    margin: 0 20px 0 0;
    align-self: flex-start;
}

.msMark {
    font-size: 20px;
    font-weight: 400;
    color: #da0057;
    background: none;
}

@media screen and (max-width: 768px) {
    .ms_pMark {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0 0 0;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-self: flex-start;
    }

    .ms_pMark>div>h2 {
        margin: 0 0 0 0;
        font-size: 15px;
        font-weight: 400;
    }

    .ms_pMark img {
        width: 90px;
        height: auto;
        margin: 0 10px 0 0;
        align-self: flex-start;
    }
}

.sellHead {
    width: 50%;
    margin: 40px 0 0 0;
    padding: 0 0 0 170px;
    background: #f1f1f1 url(../img/ms_satei.jpg) left top no-repeat;
    background-size: contain;
}

.sellHead>h4 {
    margin: 10px 0 5px 0;
    color: #ee3333;
    font-size: 20px;
    font-weight: bold;
}

.kuchikomiImg {
    width: 100%;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .sellHead {
        width: 100%;
        height: 47px;
        font-size: 12px;
        margin: 15px 0 0 0;
        padding: 0 0 0 90px;
        background: #f1f1f1 url(../img/ms_satei.jpg) left top no-repeat;
        background-size: 80px auto;
    }

    .sellHead>h4 {
        margin: 0;
        padding: 5px 0 0 0;
        color: #ee3333;
        font-size: 15px;
        font-weight: bold;
    }
}

.msLogin {
    width: 48%;
    margin: 0;
    padding: 10px 20px;
    color: #000000;
    background: #EEEEEE;
}

.msLogin>h3 {
    margin: 10px auto;
    padding: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #CCC;
}

.msLogin p {
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .msLogin {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .msLogin>h3 {
        font-size: 20px;
    }

    .msLogin p {
        text-align: center;
        padding: 10px;
    }
}

a.msLoginBtn01 {
    width: 350px;
    margin: 0 auto 20px auto;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    background: #245ed2;
    border: 1px solid #245ed2;
    transition: .2s;
    display: block;
}

a.msLoginBtn01:hover {
    color: #245ed2;
    background: #FFFFFF;
}

a.msLoginBtn02 {
    width: 350px;
    margin: 0 auto 20px auto;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    background: #FF8C00;
    border: 1px solid #FF8C00;
    transition: .2s;
    display: block;
}

a.msLoginBtn02:hover {
    color: #FF8C00;
    background: #FFFFFF;
}

@media screen and (max-width: 768px) {
    a.msLoginBtn01 {
        width: 90%;
    }

    a.msLoginBtn02 {
        width: 90%;
    }
}

.kuchikomi_wrapper {
    width: 47%;
    margin: 0 7px 14px 7px;
    padding: 20px;
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
}

a.kuchikomi_wrapper {
    text-decoration: none;
    color: #000; !important;
    display: inline-block;
    margin: 0.5em 0;
}
.kuchikomi_wrapper .shop_title {
    color: #0067ac;
}

a.kuchikomi_wrapper:hover {
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
    transition: .3s;
}

.kuchikomi_wrapper .fukidashi {
    margin: 0;
    position: 0;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.kuchikomi_wrapper .fukidashi img {
    margin: 0 10px 0 0;
}

.kuchikomi_wrapper h3 {
    margin: 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}

.kuchikomi_wrapper h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    color: #d23030;
}

@media screen and (max-width: 768px) {
    .kuchikomi_wrapper {
        width: 100%;
        padding: 15px;
    }

    .kuchikomi_wrapper .fukidashi {
        font-size: 20px;
    }

    .kuchikomi_wrapper h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .kuchikomi_wrapper h4 {
        font-size: 16px;
        line-height: 1.2;
    }

    td .mz {
        width: 90%
    }
}

.kuchikomi_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: #D2D4D6 solid 1px;
    font-size: 16px;
    line-height: 2.0;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}

.kuchikomi_table th {
    width: 25%;
    font-weight: normal;
    white-space: nowrap;
    border-top: #D2D4D6 solid 1px;
    background-color: #EEEEEE;
    padding: 7px 12px 0 20px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}

.kuchikomi_table td {
    border-top: #D2D4D6 solid 1px;
    background: #FFFFFF;
    padding: 7px 20px;
    vertical-align: top;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .kuchikomi_table {
        width: 100%;
        margin: 5px auto;
        font-size: 90%;
    }

    .kuchikomi_table th {
        width: 100%;
        padding: 7px;
        display: block;
        border-top: none;
    }

    .kuchikomi_table td {
        width: 100%;
        font-size: 90%;
        padding: 7px;
        display: block;
    }
}

.kuchikomi_type {
    width: auto;
    margin: 0 15px 0 0 !important;
    background-color: #ff8c00;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 10px 0 0;
    display: inline-block;
}


/*くちこみ/START */
.nomalReview {
    background-color: #FDF1F1;
    padding: 15px;
    padding: 10px 30px 20px 30px;
}

.nomalReview h3 {
    padding: 5px 0 3px 150px;
    font-size: 14px;
    line-height: 1.6em;
    height: 40px;
    margin-bottom: 0 !important;
    background: url(https://www.lvnmatch.jp/wp-content/themes/lvnmatch/assets/img/review.png) no-repeat 40px 0;
}

.nomalReview h3 span.date {
    clear: both;
    display: block;
}

.nomalReview h3 span.userName {
    color: #DE1F26;
    font-weight: bold;
    font-size: 16px;
}

.buttonBox {
    float: right;
    margin: 10px 0 20px;
}

.buttonBox a {
    box-sizing: border-box;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 3px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    background-color: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #b20000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%, #b20000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #b20000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b20000', GradientType=0);
    border: none;
    color: #ffffff;
    font-weight: bold;
}
.buttonBox a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/*マンションの情報テーブル*/
table.apalogMansionNomalReview {
    border: #AAAAAA solid 1px;
    width: 100%;
    margin: 0 auto;
}

table.apalogMansionNomalReview tr.midashi th {
    border-bottom: #AAAAAA dotted 1px;
    border-right: #AAAAAA solid 1px;
    text-align: right;
    padding: 5px;
    width: 170px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #D31D25;
    color: #FFF;
}

table.apalogMansionNomalReview th {
    border-bottom: #AAAAAA dotted 1px;
    border-right: #AAAAAA solid 1px;
    text-align: right;
    padding: 10px 10px 0 10px;
    width: 190px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #E9E9E9;
}

table.apalogMansionNomalReview tr.demerit td {
    border-bottom: #AAAAAA dotted 1px;
    border-right: #AAAAAA solid 1px;
    padding: 7px 5px 7px 10px;
    background-color: #E9E9E9;
    font-size: 14px;
}

table.apalogMansionNomalReview td {
    border-bottom: #AAAAAA dotted 1px;
    border-right: #AAAAAA solid 1px;
    padding: 7px 5px 7px 10px;
    background-color: #FFF;
    font-size: 14px;
}

table.apalogMansionNomalReview td.meritDemerit {
    width: 120px;
    text-align: center;
}

.nomalReview .reviewTxt {
    background-color: #FFF;
    padding: 20px 25px 0;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
}

.nomalReview .reviewTxt h4 {
    padding: 2px 0 0 0;
    margin: 0 0 5px 0;
    border-bottom: #AAAAAA dotted 1px;
    color: #D21D25;
    font-weight: bold;
    font-size: 1.1em;
}

.nomalReview .reviewTxt h4:before {
    content: '\ea3e';
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    color: #ffffff;
    font-size: 12px;
    font-family: lvn;
    text-align: center;
    line-height: 20px;
    background-color: #D21D25;
    border-radius: 50%;
}

.nomalReview .reviewTxt p {
    padding: 0 0 20px 20px;
}

/* イメージキャラクタ
さん問い合わせボタン */
#fixBtn a:link,
#fixBtn a:visited,
#fixBtn a:active {
    width: 378px;
    height: 164px;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    bottom: 20px;
    background: url("../img/InquiryBtn_sakashita.png") no-repeat center top;
    transition: 0.3s;
}

#fixBtn a:hover {
    background: url("../img/InquiryBtn_sakashita_hover.png") no-repeat center top;
    opacity: 1;
}
#fixBtn{
    position: relative;
    white-space: nowrap;
}
#fixBtn a{
    right: 5em;
    overflow: hidden;
    text-indent: 100%;
}

#fixBtn.fixBtnNoContract a:link,
#fixBtn.fixBtnNoContract a:visited,
#fixBtn.fixBtnNoContract a:active {
    background: url("../img/inquiry_btn_chatform.png") no-repeat center top;

}

#fixBtn.fixBtnNoContract a:hover {
    background: url("../img/inquiry_btn_chatform_hover.png") no-repeat center top;
    opacity: 1;
}

/* 会社詳細口コミ */
.reviewBox .reviewColumn {
    padding: 15px;
    border-top: 1px solid #d5d5d5;
}
.reviewBox .objectInfo .objectCity, .reviewBox .objectInfo .objectType {
    margin: 0px;
    font-size: 14px;
    background: url(../img/historyIcon.gif) no-repeat 5px 7px;
    padding: 4px 0 3px 23px;
    border-bottom: #D5D5D5 solid 1px;
    font-weight: bold;
}
.reviewBox .review {
    line-height: 1.5em;
}
.reviewBox .answererInfo {
    margin: 0;
    text-align: right;
}
.reviewBox .answererInfo .answerDate {
    text-align: right;
    font-size: 0.8em;
    line-height: 22px;
}

.onlyShop_catch {
  width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .onlyShop_catch {
      width: 100%;
    }
}

.pcADX_01 { /*height: 90px;*/ }
.pcADX_02, .pcADX_06, .pcADX_07, .underBannerarea { /*height: 280px !important;*/ }

/*事業所関連会社*/
.offices_list {
width: 90%;
margin: 30px auto;
padding:20px 30px;
color: #000000;
display: flex;
justify-content: space-between;
align-items: flex-start;
position: relative;
overflow: hidden;
border: 1px solid #DFDFDF;
}
.offices_list:last-of-type {
margin:20px auto 50px auto;
}
.offices_list .mapIcon {
margin: 0;
padding: 0 0 0 1.2em;
background: url(../img/svg_map.svg) left 2px no-repeat;
background-size: 0.8em;
}
.offices_list div {
width: 100%;
margin: 0;
display: block;
}
@media only screen and (max-width: 768px) {
.offices_list {
width: 90%;
margin: 10px auto;
padding:20px;
}
.offices_list .mapIcon {
padding: 0 0 10px 1.2em;
}
.offices_list div {
width: 100%;
margin: 0 auto;
display: block;
}
}
.offices_list h2 {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
color: #012D62;
font-size: 20px;
font-weight: bold;
border-bottom: 1px solid #00749f;
}
.offices_list .seal:first-of-type {
margin: 10px 10px 0 0;
}
.offices_list .seal {
margin: 10px 10px 0 20px;
padding: 2px 15px;
color: #FFFFFF;
font-weight: 300;
font-size: 14px;
background: #576983;
display: inline-block;
}
@media only screen and (max-width: 768px) {
.offices_list h2 {
font-size: 18px;
}
.offices_list .seal:first-of-type {
margin: 8px 10px 3px 0;
}
.offices_list .seal {
margin: 0 10px 0 0;
padding: 2px 10px 3px 10px;
font-size: 12px;
display: inline-block;
}
}
.president_prof{
width:90%;
margin:20px auto;
display:flex;
justify-content: space-between;
flex-direction:row-reverse;
align-items: center;
}
.president_prof > .pName_box{
width:100%;
margin:0;
padding:0 20px 20px 20px;
border-bottom: 1px solid #00749f;
}
.president_prof > .pName_box .position{
margin:0;
padding: 0 0 10px 0;
font-size:20px;
color:#00749f;
}
.president_prof > .pName_box .pName{
margin:0;
font-size:26px;
}
.president_prof img{
width:300px;
height:auto;
margin:0 0 0 40px;
}
.president_greeting{
width:90%;
margin:30px auto;
/*background: url(../img/bgDot.gif) repeat;*/
line-height: 27px;
}
.president_greeting .pTtl{
margin:0;
padding: 0 0 10px 0;
color:#00749f;
font-size:16px;
}
@media only screen and (max-width: 768px) {
.president_prof{
width:92%;
margin:20px auto;
display:block;
}
.president_prof > .pName_box{
width:100%;
margin:0;
padding:0 10px 20px 10px;
border-bottom: 2px solid #00749f;
}
.president_prof > .pName_box .position{
margin:0;
padding: 0 0 10px 0;
font-size:16px;
color:#002C61;
}
.president_prof > .pName_box .pName{
margin:0;
font-size:20px;
}
.president_prof img{
width:90%;
height:auto;
margin:0 auto 20px auto;
display:block;
}
.president_greeting{
width:92%;
margin:40px auto;
}
}
