

article,aside,dialog,figure,footer,header,hgroup,nav,section {
    display: block
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #F08336;
    color: #3e4972;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}



input,select {
    vertical-align: middle
}

button,input,select,textarea {
    font-family: Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,BIZ UDPGothic,游ゴシック,Yu Gothic,Meiryo,メイリオ,sans-serif
}

button:-ms-input-placeholder,input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #b0ada1
}

button:placeholder-shown,input:placeholder-shown,select:placeholder-shown,textarea:placeholder-shown {
    color: #b0ada1
}

button::-webkit-input-placeholder,input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #b0ada1
}

* {
    box-sizing: border-box
}

:root {
    --swiper-theme-color: #007aff
}


.t_bg01 {
    background-color: #f5f5f5;
}

.t_bg02 {
    background-color: #fff5ed
}

.l__contents {
    position: relative;
    overflow: hidden
}

.l__common-wrap01 {
    width: 100%
}

.l__common-wrap01--relative {
    position: relative
}

@media print,screen and (min-width: 737px) {
    .l__common-wrap01 {
        min-width:1220px
    }
}

.l__common-wrap01--gray {
    background: #f5f5f5
}

.l__common-wrap01--white {
    background: #fff
}

.l__common-inner01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width: 737px) {
    .l__common-inner01 {
        width:760px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 736px) {
    .l__common-inner01 {
        box-sizing:border-box;
        padding-left: 15px;
        padding-right: 15px
    }

    .l__common-inner01--sp100 {
        padding-left: 0;
        padding-right: 0
    }

    .l__common-inner01--recentPostSlide {
        padding: 0
    }
}

.l__common-column01 {
    display: flex;
    flex-wrap: wrap
}

.l__common-column01__left {
    padding-right: 15px;
    width: 815px
}

@media only screen and (max-width: 736px) {
    .l__common-column01__left {
        padding-right:0;
        width: 100%
    }
}

.l__common-column01__right {
    margin-left: 60px;
    width: calc(100% - 875px)
}

@media only screen and (max-width: 736px) {
    .l__common-column01__right {
        margin-left:0;
        width: 100%
    }
}

.l__full-w {
    width: 100%
}

.l__half-w {
    width: 50%
}


.m__common__title04 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 400;
    color: #262626;
    text-align: center;
    margin-bottom: 70px
}

@media only screen and (max-width: 736px) {
    .m__common__title04 {
        font-size:26px;
        margin-bottom: 40px
    }
}

.m__common__title04:first-letter {
    color: #F08336
}

.m__common__title04.margin0 {
    margin-bottom: 0
}

.m__arrow-link {
    position: relative;
    padding-right: 30px;
    display: inline-block
}

@media only screen and (max-width: 736px) {
    .m__arrow-link {
        padding-right:15px
    }
}

.m__arrow-link:before {
    transition: .2s;
    content: "";
    width: 12px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
    background-size: contain
}

@media only screen and (max-width: 736px) {
    .m__arrow-link:before {
        width:6px;
        height: 9px;
        right: 0
    }
}

@media print,screen and (min-width: 737px) {
    .m__arrow-link:hover:before {
        right:0
    }
}

.m__arrow-link--down:before {
    transform: translateY(-50%) rotate(90deg)
}

@media print,screen and (min-width: 737px) {
    .m__arrow-link--down:hover:before {
        right:5px;
        top: calc(50% + 5px)
    }
}

.m__arrow-link-after:after {
    transition: .2s;
    content: "";
    width: 12px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 10px;
    background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
    background-size: contain
}

@media only screen and (max-width: 736px) {
    .m__arrow-link-after:after {
        width:6px;
        height: 10px;
        margin-top: -2px;
        margin-left: 5px
    }
}

@media print,screen and (min-width: 737px) {
    .m__arrow-link-after:hover:after {
        transform:translateX(5px)
    }
}

.m__button__search01 {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    color: #fff;
    background: #F08336;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: .2s
}

.m__button__search01::-webkit-search-decoration {
    display: none
}

.m__button__search01::focus {
    outline-offset: -2px
}

@media only screen and (max-width: 736px) {
    .m__button__search01 {
        font-size:17px
    }
}

@media print,screen and (min-width: 737px) {
    .m__button__search01:hover {
        opacity:.7
    }
}

.m__button__search01:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background: url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/common/ico_search.svg) 50% no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.m__button__search-wrap {
    margin: 30px 0 40px;
    text-align: center
}

@media print,screen and (min-width: 737px) {
    .m__button__search-wrap:first-child {
        margin-top:0
    }
}

.m__button__search-wrap .m__button__search01 {
    width: 333px;
    height: 52px
}

@media only screen and (max-width: 736px) {
    .m__button__search-wrap .m__button__search01 {
        width:100%;
        height: 62px
    }
}

.m__button__search-wrap .m__button__search01 .ico-plus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    width: 20px;
    height: 20px
}

@media only screen and (max-width: 736px) {
    .m__button__search-wrap .m__button__search01 .ico-plus {
        right:30px
    }
}

.m__button__search-wrap .m__button__search01 .ico-plus:after,.m__button__search-wrap .m__button__search01 .ico-plus:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px
}

.m__button__search-wrap .m__button__search01 .ico-plus:after {
    transform: rotate(90deg)
}


.m__common-frame01 {
    padding: 50px 36px 40px;
    border: 8px solid #f2f1ef;
    position: relative
}

@media only screen and (max-width: 736px) {
    .m__common-frame01 {
        border:3px solid #f2f1ef;
        padding: 0
    }
}

.m__common-frame01:before {
    content: "";
    position: absolute;
    width: 152px;
    height: 8px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #F08336;
    border-radius: 8px
}

@media only screen and (max-width: 736px) {
    .m__common-frame01:before {
        width:70px;
        height: 3px;
        top: -3px
    }
}

.m__common-frame01 .title {
    margin-bottom: 50px;
    text-align: center
}

.m__common-frame01 .title .text {
    display: inline-block;
    font-size: 30px;
    color: #262626;
    font-weight: 400
}

@media only screen and (max-width: 736px) {
    .m__common-frame01 .title .text {
        font-size:20px;
        padding-top: 30px
    }
}

.m__common-frame01 .title .text:first-letter {
    color: #F08336
}

.m__common-frame01 .title .text.ico-keyword {
    margin-left: -70px;
    padding-left: 70px;
    position: relative
}

@media only screen and (max-width: 736px) {
    .m__common-frame01 .title .text.ico-keyword {
        padding-left:40px
    }
}

.m__common-frame01 .title .text.ico-keyword:before {
    content: "";
    width: 37px;
    height: 36px;
    display: block;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/ico_keyword.svg) 50% no-repeat;
    background-size: contain
}

@media only screen and (max-width: 736px) {
    .m__common-frame01 .title .text.ico-keyword:before {
        width:25px;
        height: 25px;
        left: 20px
    }
}

.m__search-category__list01 {
    display: flex;
    flex-wrap: wrap
}

.m__search-category__list01 .card {
    font-size: 20px;
    line-height: 1.5;
    width: 288px;
    color: #262626;
    text-decoration: none;
    position: relative;
    padding: 10px 30px 10px 20px;
    display: flex;
    align-items: center;
    transition: background .2s
}

@media only screen and (max-width: 736px) {
    .m__search-category__list01 .card:last-child {
        border-bottom:1px solid #e7e7e7
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-category__list01 .card {
        min-height:98px;
        border: 4px solid #dcdcdc
    }

    .m__search-category__list01 .card:not(:nth-child(4n)) {
        margin-right: 12px
    }

    .m__search-category__list01 .card:nth-child(n+5) {
        margin-top: 12px
    }

    .m__search-category__list01 .card:hover {
        background: #fff5ed
    }

    .m__search-category__list01 .card:hover:after {
        right: 5px
    }
}

@media only screen and (max-width: 736px) {
    .m__search-category__list01 .card {
        width:100%;
        padding: 25px 20px 25px 0;
        font-size: 16px;
        border-top: 1px solid #e7e7e7
    }
}

.m__search-category__list01 .card:after {
    content: "";
    width: 12px;
    height: 19px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
    background-size: contain;
    transition: right .2s
}

@media only screen and (max-width: 736px) {
    .m__search-category__list01 .card:after {
        width:8px;
        height: 14px;
        right: 0
    }
}

.m__search-category__list01 .number {
    background: #f5f5f5;
    border-radius: 100px;
    color: #F08336;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin: -1px 0 0 5px;
    padding: 3px 10px;
    vertical-align: middle
}

@media only screen and (max-width: 736px) {
    .m__search-category__list01 .number {
        font-size:16px
    }
}

.m__search-category__list02 {
    display: flex;
    flex-wrap: wrap
}

.m__search-category__list02 .card {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-height: 98px;
    width: 288px;
    color: #262626;
    text-decoration: none;
    position: relative;
    padding: 10px 30px 10px 20px;
    display: flex;
    align-items: center;
    transition: background .2s
}

@media print,screen and (min-width: 737px) {
    .m__search-category__list02 .card {
        border:4px solid #dcdcdc
    }

    .m__search-category__list02 .card:not(:nth-child(4n)) {
        margin-right: 12px
    }

    .m__search-category__list02 .card:nth-child(n+5) {
        margin-top: 12px
    }

    .m__search-category__list02 .card:hover {
        background: #fff5ed
    }

    .m__search-category__list02 .card:hover:after {
        right: 5px
    }
}

@media only screen and (max-width: 736px) {
    .m__search-category__list02 .card {
        color:#F08336;
        padding: 10px 20px 10px 10px;
        min-height: 60px;
        border-radius: 3px;
        width: calc(50% - 5px);
        font-size: 17px;
        border: 1px solid #F08336
    }

    .m__search-category__list02 .card:nth-child(2n) {
        margin-left: 10px
    }

    .m__search-category__list02 .card:nth-child(n+3) {
        margin-top: 10px
    }

    .m__search-category__list02 .card .text {
        margin: auto
    }
}

.m__search-category__list02 .card:after {
    content: "";
    width: 12px;
    height: 19px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
    background-size: contain;
    transition: right .2s
}

@media only screen and (max-width: 736px) {
    .m__search-category__list02 .card:after {
        width:8px;
        height: 14px;
        right: 5px
    }
}

.m__search-keyword__search-box {
    display: flex
}

.m__search-keyword__search-box input {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    flex: 1 1;
    background: #f2f1ef;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px 20px
}

.m__search-keyword__search-box input::-webkit-search-decoration {
    display: none
}

.m__search-keyword__search-box input::focus {
    outline-offset: -2px
}

@media only screen and (max-width: 736px) {
    .m__search-keyword__search-box input {
        font-size:16px;
        padding: 10px 15px
    }
}

.m__search-keyword__search-box .m__button__search01 {
    width: 190px;
    margin-left: 20px
}

@media only screen and (max-width: 736px) {
    .m__search-keyword__search-box .m__button__search01 {
        margin-left:10px;
        width: 80px;
        padding: 0 5px
    }

    .m__search-keyword__search-box .m__button__search01:before {
        display: none
    }
}

.m__search-keyword__search-box+.m__search-result__box01 {
    margin-top: 40px
}

@media only screen and (max-width: 736px) {
    .m__search-keyword__search-box+.m__search-result__box01 {
        margin-top:20px
    }
}

.m__search-keyword__text {
    font-size: 14px;
    margin-top: 15px
}

@media only screen and (max-width: 736px) {
    .m__search-keyword__text {
        font-size:13px
    }
}

.m__search-keyword__popular-words {
    display: flex;
    margin-top: 36px
}

@media only screen and (max-width: 736px) {
    .m__search-keyword__popular-words {
        margin-top:30px;
        display: block
    }
}

.m__search-keyword__popular-words .title {
    padding: 6px 30px 6px 6px
}

@media only screen and (max-width: 736px) {
    .m__search-keyword__popular-words .title {
        font-size:18px;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #F08336
    }
}

.m__search-keyword__popular-words .list {
    display: block
}

.m__search-keyword__popular-words .list li {
    display: inline-block;
    margin-right: 15px
}

@media only screen and (max-width: 736px) {
    .m__search-keyword__popular-words .list li {
        margin-right:7px;
        margin-top: 7px
    }
}

.m__search-keyword__popular-words .list li a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 50px;
    background: #f2f1ef;
    transition: .2s
}

.m__search-keyword__popular-words .list li a:hover {
    background: #fff5ed
}

.m__search-conditions .table {
    width: 100%
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions .table {
        margin:-13px 0
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions .table {
        display:block
    }

    .m__search-conditions .table tbody,.m__search-conditions .table td,.m__search-conditions .table th,.m__search-conditions .table tr {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions .table tr+tr {
        margin-top:20px
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions .table th {
        font-size:22px;
        font-weight: 400;
        padding: 20px 30px 20px 0;
        text-align: left;
        vertical-align: top;
        width: 1px;
        white-space: nowrap
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions .table th {
        border-left:3px solid #F08336;
        font-size: 15px;
        margin-bottom: 10px;
        padding: 5px 0 5px 10px;
        text-align: left
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions .table td {
        padding:13px 0;
        vertical-align: top
    }
}

.m__search-conditions__fixed .m__searches-index__button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100
}

.m__search-conditions__fixed .m__searches-index__button .m__button__search-wrap {
    margin-top: 0
}

.m__search-conditions__button {
    text-align: center
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions__button {
        margin-top:40px
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__button {
        padding-top:15px
    }
}

.m__search-conditions__button .m__button__search01 {
    width: 450px;
    height: 80px
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__button .m__button__search01 {
        width:100%;
        height: 62px
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions__button .m__button__search01:before {
        content:none
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__button .m__button__search01:before {
        width:28px;
        height: 28px;
        left: 20px
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions__button .m__button__search01 .text {
        position:relative
    }

    .m__search-conditions__button .m__button__search01 .text:before {
        content: "";
        width: 36px;
        height: 36px;
        display: block;
        background: url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/common/ico_search.svg) 50% no-repeat;
        background-size: contain;
        position: absolute;
        left: -49px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.m__search-conditions__button .m__button__search-wrap {
    margin-bottom: 0
}

.m__search-conditions input[type=date],.m__search-conditions input[type=text] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    background: #f2f1ef;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px 20px;
    width: 100%
}

.m__search-conditions input[type=date]::-webkit-search-decoration,.m__search-conditions input[type=text]::-webkit-search-decoration {
    display: none
}

.m__search-conditions input[type=date]::focus,.m__search-conditions input[type=text]::focus {
    outline-offset: -2px
}

@media only screen and (max-width: 736px) {
    .m__search-conditions input[type=date],.m__search-conditions input[type=text] {
        font-size:16px;
        padding: 10px
    }
}

.m__search-conditions__checkbox {
    font-size: 0;
    margin: 0 -15px -15px 0
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__checkbox {
        margin:0 -10px -10px 0
    }
}

.m__search-conditions__checkbox .item {
    margin: 0 15px 15px 0;
    display: inline-block;
    vertical-align: top
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__checkbox .item {
        margin:0 10px 10px 0
    }
}

.m__search-conditions__checkbox input {
    display: none
}

.m__search-conditions__checkbox input:checked+.text {
    background-image: url(../img/ico_check_orange.svg);
    background-color: #fff5ed
}

.m__search-conditions__checkbox .text {
    background: url(../img/ico_check_gray.svg) no-repeat left 10px center/18px 14px #fff;
    border-radius: 100px;
    border: 1px solid #F08336;
    cursor: pointer;
    color: #F08336;
    display: inline-block;
    font-size: 18px;
    padding: 5px 0 5px 20px;
    text-align: center;
    font-size: 18px;
    transition: background-color .2s
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__checkbox .text {
        font-size:14px;
        padding: 9px 0 9px 20px;
        width: 100%
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions__checkbox .text:hover {
        background-color:#fff5ed
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__checkbox--width01 .item {
        width:calc(33.3333% - 10px)
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions__checkbox--width01 .text {
        width:13px
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__checkbox--width02 .item {
        width:calc(49.99995% - 10px)
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions__checkbox--width02 .text {
        width:16.8rem
    }
}

.m__search-conditions__date {
    display: flex;
    align-items: center
}

.m__search-conditions__date input[type=date],.m__search-conditions__date input[type=text] {
    background-image: url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/common/ico_calendar02.svg);
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 30px 27px;
    padding-right: 62px
}

@media print,screen and (min-width: 737px) {
    .m__search-conditions__date input[type=date],.m__search-conditions__date input[type=text] {
        width:306px
    }
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__date input[type=date],.m__search-conditions__date input[type=text] {
        background-position:right 8px center;
        background-size: 21px 20px;
        padding-right: 30px;
        flex: 1 1;
        min-height: 46px
    }
}

.m__search-conditions__date .text {
    font-size: 18px;
    font-weight: 400;
    margin: 0 18px;
    white-space: nowrap
}

@media only screen and (max-width: 736px) {
    .m__search-conditions__date .text {
        font-size:13px;
        margin: 0 5px
    }
}

.m__search-common-list01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px
}

@media only screen and (max-width: 736px) {
    .m__search-common-list01 {
        margin-top:-20px
    }

    .m__search-common-list01.js__sp-list01--2rows:not(.is-active).accordion {
        max-height: 85px;
        overflow: hidden
    }

    .m__search-common-list01.js__sp-list01--2rows:not(.is-active).is-open {
        max-height: 100%
    }
}

.m__search-common-list01 li {
    font-size: 16px
}

@media print,screen and (min-width: 737px) {
    .m__search-common-list01 li {
        margin-top:15px
    }
}

@media only screen and (max-width: 736px) {
    .m__search-common-list01 li {
        margin-top:10px
    }
}

.m__search-common-list01 li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #aaa
}

@media only screen and (max-width: 736px) {
    .m__search-common-list01 li:not(:last-child) {
        padding-right:13px;
        margin-right: 13px
    }
}

.m__search-category__sidelist {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.m__search-category__sidelist .card {
    letter-spacing: -.02em;
    color: #262626;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 737px) {
    .m__search-category__sidelist .card {
        margin:0;
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 0
    }

    .m__search-category__sidelist .card+.card {
        margin-top: 10px
    }

    .m__search-category__sidelist .card:hover .text {
        text-decoration: none
    }
}

@media only screen and (max-width: 736px) {
    .m__search-category__sidelist .card {
        width:100%;
        padding: 25px 20px 25px 0;
        letter-spacing: -.05em;
        font-size: 16px;
        border-top: 1px solid #e7e7e7
    }

    .m__search-category__sidelist .card:last-child {
        border-bottom: 1px solid #e7e7e7
    }

    .m__search-category__sidelist .card:after {
        content: "";
        width: 7px;
        height: 12px;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
        background-size: contain
    }
}

@media print,screen and (min-width: 737px) {
    .m__search-category__sidelist .text {
        color:#F08336;
        text-decoration: underline;
        text-underline-offset: 2px
    }
}

.m__search-category__sidelist .number {
    background: #f5f5f5;
    border-radius: 100px;
    color: #F08336;
    display: inline-block;
    line-height: 1;
    margin: -1px 0 0 5px;
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 16px
}

.m__search-result-total {
    margin-bottom: 25px
}

.m__search-result-total mark {
    color: #F08336;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    vertical-align: baseline;
    background-color: transparent;
    padding-right: 1px
}

@media only screen and (max-width: 736px) {
    .m__search-result-total mark {
        font-size:17px
    }
}

.m__search-result-notfound .text {
    margin-bottom: 40px
}

.m__search-result-notfound .m__event-box__entry {
    border: none
}

.m__search-experience-list01 {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.m__search-experience-list01 li {
    width: 380px;
    margin-right: 25px
}

.m__search-experience-list01 li:nth-child(3n) {
    margin-right: 0
}

.m__search-experience-list01 li .thumb img {
    max-width: 100%
}

.m__search-experience-list01 li p {
    margin-top: 10px
}

@media only screen and (max-width: 736px) {
    .m__search-experience-list01 {
        display:block
    }

    .m__search-experience-list01 li {
        width: 100%;
        border-top: 1px solid #cdcdcd
    }

    .m__search-experience-list01 li:last-child {
        border-bottom: 1px solid #cdcdcd
    }

    .m__search-experience-list01 li a {
        display: flex;
        color: #262626;
        text-decoration: none;
        line-height: 1.4;
        padding: 15px 10px 15px 0;
        position: relative
    }

    .m__search-experience-list01 li a:after {
        content: "";
        width: 6px;
        height: 12px;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
        background-size: 6px 12px
    }

    .m__search-experience-list01 li a .thumb {
        width: 115px
    }

    .m__search-experience-list01 li a .thumb img {
        max-width: 100%
    }

    .m__search-experience-list01 li a p {
        flex: 1 1;
        margin-top: 0;
        margin-left: 15px;
        font-size: 14px
    }
}

.m__form__select01 {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background: #f2f1ef;
    border: 1px solid #dcdcdc;
    color: #262626;
    height: 54px
}

@media only screen and (max-width: 736px) {
    .m__form__select01 {
        height:44px
    }
}

.m__form__select01:after {
    content: "";
    display: block;
    width: 26px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #aaa url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/common/arrow_bottom01.svg) 50% no-repeat;
    background-size: 15px 9px;
    border-radius: 0 5px 5px 0;
    pointer-events: none
}

.m__form__select01 select {
    color: #666;
    font-size: 18px;
    padding: 14px 40px 15px 14px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.m__form__select01 select::-ms-expand {
    display: none
}

@media only screen and (max-width: 736px) {
    .m__form__select01 select {
        line-height:1;
        font-size: 16px;
        padding: 12px 40px 12px 14px
    }
}

@media (-ms-high-contrast:none) {
    .m__form__select01 select {
        margin-top: 3px
    }
}


.m__common__tabwrap {
    margin-top: 58px
}

.m__common__tabwrap .tab-ul {
    border-bottom: 2px solid #F08336;
    cursor: pointer;
    display: flex;
    padding: 0 15px;
    margin-left: -15px;
    width: calc(100% + 30px)
}

.m__common__tabwrap .tab-ul li {
    background: #f5f5f5;
    border: 1px solid #F08336;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 20px 15px 18px;
    width: 100%;
    text-align: center
}

.m__common__tabwrap .tab-ul li+li {
    margin-left: 10px
}

@media only screen and (max-width: 736px) {
    .m__common__tabwrap .tab-ul li+li {
        margin-left:4px
    }
}

.m__common__tabwrap .tab-ul li .text {
    color: #F08336;
    font-size: 20px
}

@media only screen and (max-width: 736px) {
    .m__common__tabwrap .tab-ul li .text {
        font-size:16px
    }
}

.m__common__tabwrap .tab-ul li.current {
    background: #F08336
}

@media only screen and (max-width: 736px) {
    .m__common__tabwrap .tab-ul li.current {
        padding:22px 15px 21px
    }
}

.m__common__tabwrap .tab-ul li.current .text {
    color: #fff
}

@media only screen and (max-width: 736px) {
    .m__common__tabwrap .tab-ul li {
        width:auto;
        padding: 18px 15px 15px
    }
}

@media only screen and (max-width: 736px) {
    .m__common__tabwrap .tab-ul {
        overflow-x:auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .m__common__tabwrap .tab-ul::-webkit-scrollbar {
        display: none
    }
}

.m__common__tabwrap .tab-target {
    display: none;
    transition: 0.2s;
}

.m__common__tabwrap .tab-target.is-active {
    display: block;
    animation: fadeIn .4s forwards
}

@media only screen and (max-width: 736px) {
    .m__common__tabwrap .tab-target .sp-scroll {
        overflow-x:auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 6px
    }

    .m__common__tabwrap .tab-target .sp-scroll::-webkit-scrollbar {
        width: 100%;
        height: 10px
    }

    .m__common__tabwrap .tab-target .sp-scroll::-webkit-scrollbar-track {
        background: #e7e7e7;
        border-radius: 100px
    }

    .m__common__tabwrap .tab-target .sp-scroll::-webkit-scrollbar-thumb {
        background: #bfbfbf;
        border-radius: 100px
    }
}

@media only screen and (max-width: 736px) {
    .m__common__tabwrap {
        margin-top:43px
    }
}

.m__common__table,.m__common__table02 {
    margin: 40px auto;
    width: 100%
}

@media only screen and (max-width: 736px) {
    .m__common__table,.m__common__table02 {
        margin:0 auto
    }
}

.m__common__table02 td,.m__common__table02 th,.m__common__table td,.m__common__table th {
    border: 1px solid #F08336;
    font-size: 20px;
    padding: 15px 10px;
    vertical-align: middle;
    line-height: 1.4;
    text-align: center;
    max-width: 138px
}

@media print,screen and (min-width: 737px) {
    .m__common__table02 td,.m__common__table02 th,.m__common__table td,.m__common__table th {
        min-height:70px
    }
}

@media only screen and (max-width: 736px) {
    .m__common__table02 td,.m__common__table02 th,.m__common__table td,.m__common__table th {
        font-size:16px;
        padding: 12px 10px;
        max-width: none
    }
}

.m__common__table02 th,.m__common__table th {
    background: #f5f5f5;
    color: #F08336;
    font-weight: 700
}

.m__common__table02 th.row,.m__common__table th.row {
    letter-spacing: .2em;
    max-width: 38px;
    line-height: 1.1
}

@media only screen and (max-width: 736px) {
    .m__common__table02 th.row,.m__common__table th.row {
        max-width:35px;
        white-space: normal
    }
}

.m__common__table02 th.middle,.m__common__table th.middle {
    max-width: 99px
}

@media only screen and (max-width: 736px) {
    .m__common__table02 th.middle,.m__common__table th.middle {
        max-width:none
    }
}

.m__common__table02 td a,.m__common__table td a {
    color: #F08336;
    display: block;
    text-decoration: underline
}

@media print,screen and (min-width: 737px) {
    .m__common__table02 td a:hover,.m__common__table td a:hover {
        text-decoration:none
    }
}

.m__common__table02 .btn-link,.m__common__table .btn-link {
    border: 1px solid #F08336;
    border-radius: 4px;
    color: #F08336;
    display: block;
    font-size: 16px;
    padding: 10px 18px 10px 7px;
    text-decoration: none;
    position: relative;
    margin: 10px auto 0;
    letter-spacing: 0;
    font-weight: 400
}

.m__common__table02 .btn-link:before,.m__common__table .btn-link:before {
    content: "";
    width: 9px;
    height: 15px;
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
    background-size: contain;
    transition: .2s
}

@media only screen and (max-width: 736px) {
    .m__common__table02 .btn-link:before,.m__common__table .btn-link:before {
        width:8px;
        height: 12px;
        right: 5px
    }
}

@media print,screen and (min-width: 737px) {
    .m__common__table02 .btn-link:hover:before,.m__common__table .btn-link:hover:before {
        right:3px;
        transition: .2s
    }
}

@media only screen and (max-width: 736px) {
    .m__common__table02 .btn-link,.m__common__table .btn-link {
        border-radius:3px;
        font-size: 14px;
        padding: 8px 22px 8px 10px;
        margin-top: 10px
    }
}

.m__common__table02 tr:first-child th {
    border-top: 1px solid #F08336
}

.m__common__table02 tr:first-child th:nth-child(n+2) {
    border-bottom: 1px solid #F08336
}

.m__common__table02 tr:first-child th:last-child {
    border-right: 1px solid #F08336
}

.m__common__table02 th {
    background: #F08336;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400
}

.m__common__table02 .btn-link {
    background: #f5f5f5
}


@media only screen and (max-width: 736px) {
    .js__accordion-list01 .title {
        position:relative
    }

    .js__accordion-list01 .title:after {
        transition: .2s;
        content: "";
        width: 7px;
        height: 14px;
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
        background-size: contain
    }

    .js__accordion-list01 .list {
        display: none
    }

    .js__accordion-list01 .title.is-active:after {
        transform: translateY(-50%) rotate(-90deg)
    }

    .js__accordion-list01 .list.is-open {
        display: block
    }
}

.js__favorite-trigger .off {
    display: block
}

.js__favorite-trigger.is-active .off,.js__favorite-trigger .on {
    display: none
}

.js__favorite-trigger.is-active .on {
    display: block
}

.m__more-button-sp {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #F08336;
    color: #F08336;
    width: 100%;
    font-size: 17px;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    display: none
}

.m__more-button-sp:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 19px;
    height: 19px;
    background: url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/common/ico_more.svg) 50% no-repeat;
    background-size: contain
}

@media only screen and (max-width: 736px) {
    .m__more-button-sp {
        margin-top:0
    }

    .m__more-button-sp.display {
        display: block
    }
}

@media only screen and (max-width: 736px) {
    .js__sp-list01--3+.m__more-button-sp {
        margin-top:20px
    }

    .js__sp-list01--3+.m__more-button-sp:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #dcdcdc
    }

    .js__sp-list01--3.is-active+.m__more-button-sp,.js__sp-list01--3:not(.is-active) .rows:nth-child(n+4) {
        display: none
    }
}

.m__top__simple-search {
    position: relative;
    z-index: 2;
    width: 1190px;
    margin-top: -114px;
    padding: 33px 30px 35px;
    background: #fff;
    border: 8px solid #f5f5f5
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search {
        width:calc(100% - 20px);
        margin: 20px 10px 40px;
        padding: 13px 11px 15px;
        border-width: 4px
    }
}

.m__top__simple-search .flex {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .flex {
        display:block
    }
}

.m__top__simple-search .flex .title {
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: center;
    color: #F08336;
    font-weight: 700
}

.m__top__simple-search .flex .title span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 5px;
    background: #fff
}

.m__top__simple-search .flex .title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #F08336
}

.m__top__simple-search .flex .m__search-keyword__search-box {
    border: 1px solid #dcdcdc;
    border-radius: 5px
}

.m__top__simple-search .flex .m__search-keyword__search-box input {
    flex: auto 1;
    width: 414px;
    height: 64px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: none
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .flex .m__search-keyword__search-box input {
        height:45px;
        background: #f2f1ef;
        font-size: 14px
    }
}

.m__top__simple-search .flex .m__search-keyword__search-box .m__button__search01 {
    width: 113px;
    height: 64px;
    margin: 0;
    padding-left: 33px;
    border-radius: 0 5px 5px 0;
    background: url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/common/ico_search.svg) 20px no-repeat,#F08336
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .flex .m__search-keyword__search-box .m__button__search01 {
        width:45px;
        height: 45px;
        text-indent: -9999px;
        background: url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/common/ico_search.svg) 50% no-repeat,#F08336;
        background-size: 23px 23px
    }
}

.m__top__simple-search .flex .m__search-keyword__search-box .m__button__search01:before {
    content: none;
    width: 28px;
    height: 28px;
    left: 13px
}

.m__top__simple-search .button-list {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .button-list {
        margin-bottom:15px
    }
}

.m__top__simple-search .button-list li {
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    box-shadow: 0 2px 8px rgba(38,38,38,.5);
    cursor: pointer;
    transition: .2s;
    border-radius: 5px
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .button-list li {
        width:calc(50% - 5px);
        height: auto;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(38,38,38,.5)
    }

    .m__top__simple-search .button-list li img {
        width: 100%
    }
}

@media only screen and (max-width: 340px) {
    .m__top__simple-search .button-list li {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.m__top__simple-search .button-list li+li {
    margin-left: 18px
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .button-list li+li {
        margin-left:10px
    }
}

.m__top__simple-search .button-list li:hover {
    opacity: .7
}

.m__top__simple-search .button-list li span {
    vertical-align: baseline
}

.m__top__simple-search .button-list li.button-area {
    width: 266px
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .button-list li.button-area {
        width:calc(50% - 5px)
    }
}

.m__top__simple-search .button-list li.button-address {
    width: 283px
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search .button-list li.button-address {
        width:calc(50% - 5px)
    }
}

.m__top__simple-search .title-keyword {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 13px;
    background: url(../img/ico_keyword.svg) no-repeat 0;
    background-size: 22px 22px
}

.m__top__simple-search .keyword-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 14px;
    background: #f5f5f5
}

.m__top__simple-search .keyword-box dt {
    margin-right: 45px
}

.m__top__simple-search .keyword-box dd ul {
    display: flex
}

.m__top__simple-search .keyword-box dd ul li {
    margin-right: 14px;
    text-align: center
}

.m__top__simple-search .keyword-box dd ul li a {
    display: inline-block;
    min-width: 83px;
    padding: 3px 16px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: .2s
}

.m__top__simple-search .keyword-box dd ul li a:hover {
    background: #fff5ed
}

.m__top__area-search {
    width: calc(100% - 80px);
    height: calc(100vh - 435px);
    margin: 0 auto;
    overflow-y: scroll
}

@media only screen and (max-width: 736px) {
    .m__top__area-search {
        width:100%;
        height: auto;
        padding-top: 65px
    }
}

.m__top__area-search dl {
    display: flex;
    margin-bottom: 15px
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl {
        display:block;
        margin-bottom: 0
    }
}

.m__top__area-search dl dt {
    width: 138px;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 22px
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl dt {
        position:relative;
        width: 100%;
        padding: 15px;
        font-size: 15px;
        border-bottom: 1px solid #dcdcdc
    }

    .m__top__area-search dl dt:after {
        content: "";
        width: 7px;
        height: 12px;
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
        background-size: contain
    }

    .m__top__area-search dl dt.is-active:after {
        transform: translateY(-50%) rotate(-90deg)
    }
}

.m__top__area-search dl dd {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl dd {
        display:none;
        font-size: 15px
    }

    .m__top__area-search dl dd.is-open {
        display: block
    }
}

.m__top__area-search dl dd a {
    display: block;
    padding: 4px 13px;
    text-align: center;
    text-decoration: none;
    color: #F08336;
    border: 1px solid #F08336;
    border-radius: 5px;
    transition: .2s
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl dd a {
        position:relative;
        padding: 15px 15px 15px 25px;
        text-align: left;
        border: none;
        border-radius: 0
    }
}

@media print,screen and (min-width: 737px) {
    .m__top__area-search dl dd a:hover {
        background:#fff5ed
    }
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl dd a:before {
        content:"";
        width: 7px;
        height: 12px;
        display: block;
        background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.m__top__area-search dl dd .all-area {
    width: 180px;
    flex-shrink: 0;
    padding: 4px 0;
    margin-right: 15px
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl dd .all-area {
        width:100%;
        padding: 15px 15px 15px 25px;
        margin-right: 0
    }
}

.m__top__area-search dl dd ul {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl dd ul {
        display:block;
        border-bottom: 1px solid #dcdcdc
    }
}

.m__top__area-search dl dd ul li {
    margin: 0 15px 15px 0
}

@media only screen and (max-width: 736px) {
    .m__top__area-search dl dd ul li {
        margin:0;
        border-top: 1px solid #dcdcdc
    }
}


.m__top__home-search {
    padding: 30px 0;
    background: #fff
}

.m__top__home-search .m__top__title {
    margin-bottom: 45px
}

.m__top__home-search .m__common__tabwrap {
    display: flex;
    width: 760px;
    margin: 0 auto
}

.m__top__home-search .tab-ul {
    display: block;
    width: 280px;
    margin: 0;
    padding: 0;
    border-bottom: none
}

.m__top__home-search .tab-ul li {
    background: #fff5ed;
    border: 2px solid #F08336;
    border-right: none;
    border-radius: 5px 0 0 5px;
    text-align: left;
    transition: 0.2s;
}

.m__top__home-search .tab-ul li+li {
    margin: 10px 0 0
}

.m__top__home-search .tab-ul li a {
    display: block;
    text-decoration: none
}

.m__top__home-search .tab-ul li.current {
    background: #fff;
    position: relative;
    z-index: 5
}

.m__top__home-search .tab-ul li.current:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 7px rgba(68,63,68,.3)
}

.m__top__home-search .tab-ul li.current:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -11px;
    width: 12px;
    height: calc(100% + 4px);
    background: #fff
}

.m__top__home-search .tab-ul li:first-child.current:after {
    border-top: 2px solid #F08336
}

.m__top__home-search .tab-ul li:last-child {
    width: 322px
}

.local-title-wrap{
    padding: 0px 0px 25px;
}


.m__top__home-search .tab-ul li .title.ico {
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    color: #F08336
}
.local-title{
    position: relative;
    padding-left: 50px;
    font-size: 18px;
}

.m__top__home-search .tab-ul li .title.ico:before {
    content: "";
    display: block;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translate(-50%,-50%)
}
.local-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translate(-50%,-50%)
}

.m__top__home-search .tab-ul li .title.ico-area:before {
    width: 44px;
    height: 44px;
    background: url(../img/ico_area.svg) 50% no-repeat; 
    background-size: contain
}
.local-title.ico-area:before {
    width: 38px;
    height: 38px;
    background: url(../img/ico_area.svg) 50% no-repeat; 
    background-size: contain
}



.m__top__home-search .tab-ul li .title.ico-fee:before {
    width: 41px;
    height: 44px;
    background: url(../img/ico_fee.svg) 50% no-repeat;
    background-size: 41px 44px
}

.m__top__home-search .tab-ul li .title.ico-condition:before {
    width: 36px;
    height: 46px;
    background: url(../img/ico_condition.svg) 50% no-repeat;
    background-size: 36px 44px
}

.m__top__home-search .tab-ul li .title.ico-home:before {
    width: 50px;
    height: 40px;
    background: url(../img/ico_home.svg) 50% no-repeat;
    background-size: contain
}

.m__top__home-search .tab-ul li .title.ico-other:before {
    width: 46px;
    height: 40px;
    background: url(../img/ico_other.svg) 50% no-repeat;
    background-size: contain
}

.m__top__home-search .tab-target-wrap {
    width: 760px;
    position: relative;
    /* margin-left: -3px; */
    border: 2px solid #F08336;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgba(68,63,68,.3)
}

.m__top__home-search .tab-target {
    padding: 20px 34px 15px
}

.m__top__home-search .tab-target:first-of-type {
    background:url(https://kaigo.benesse-style-care.co.jp/resources/images/kaigo/top/home_search_japan.jpg)  top 25px right 25px / 300px auto no-repeat
}

.m__top__home-search .title03 {
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

.m__top__home-search .title03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #F08336
}

.m__top__home-search .title03--popular {
    margin: 22px 0 10px!important;
    padding: 2px 0 0 40px
}

.m__top__home-search .title03--popular:before {
    width: 32px;
    height: 29px;
    background: url(../img/ico_popular.svg) no-repeat;
    background-size: 32px 29px
}

.m__top__home-search .title04 {
    margin-top: 25px;
    padding-bottom: 8px;
    font-weight: 400
}

.m__top__home-search .m__search-conditions__checkbox+.m__search-conditions__checkbox {
    margin: 15px 0 0
}

.m__top__home-search .m__search-conditions__checkbox+.title03 {
    margin-top: 33px
}

@media print,screen and (min-width: 737px) {
    .m__top__home-search .m__search-conditions__checkbox .item:last-child {
        margin-right:0
    }
}

.m__top__home-search .m__search-conditions__checkbox .text {
    min-width: 160px;
    padding: 5px 21px 5px 42px
}

.m__top__home-search .select-box-inner {
    display: flex;
    align-items: center
}

.m__top__home-search .select-box-inner label {
    min-width: 4em;
    margin-right: 30px
}

.m__top__home-search .m__form__select01 {
    width: 250px;
    margin-right: 60px
}

.m__top__home-search .tab-area .title03 {
    margin-bottom: 8px
}

.m__top__home-search .tab-area .area-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px
}


.m__top__home-search .tab-area .area-list.w500 {
    width: 500px;
}

.m__top__home-search .tab-area .area-list li {
    margin-right: 14px;
    margin-bottom: 14px;
}

.m__top__home-search .tab-area .area-list li a {
    display: block;
    width: 123px;
    padding: 3px 5px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #F08336;
    color: #F08336;
    text-decoration: none;
    text-align: center;
    background: #fff;
    transition: .2s
}

.m__top__home-search .tab-area .area-list li a:hover {
    background: #fff5ed
}

.m__top__home-search .tab-area .popular-area-list {
    display: flex
}

.m__top__home-search .tab-area .popular-area-list li {
    margin-right: 10px
}

.m__top__home-search .tab-area .popular-area-list li a {
    padding: 6px 17px;
    background: #f2f1ef;
    text-decoration: none;
    font-size: 15px;
    border-radius: 50px
}

.m__top__home-search .tab-area .popular-area-list li a:hover {
    background: #fff5ed
}

.m__top__home-search .tab-fee .select-box--width02:first-of-type {
    margin-bottom: 47px
}

.m__top__home-search .tab-condition .m__search-conditions:first-of-type {
    margin-bottom: 30px
}

.m__top__home-search .tab-condition .m__search-conditions:first-of-type .m__search-conditions__checkbox .text {
    min-width: 150px
}

.m__top__home-search .tab-home .m__arrow-link {
    color: #F08336;
    position: absolute;
    top: 30px;
    right: 30px
}

.m__top__home-search .m__button__search01 {
    display: block;
    width: 450px;
    height: 80px;
    font-size: 20px;
    margin: 40px auto 15px
}

.m__top__home-search .m__button__search01:before {
    width: 28px;
    height: 28px;
    left: 30px
}

.m__top__home-search .flex {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
    padding: 0
}

.m__top__home-search .search-box {
    width: 760px;
    padding: 20px 30px 20px;
    border: 2px solid #F08336;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgba(68,63,68,.3)
}

.m__top__home-search .search-box .title {
    margin-bottom: 10px;
    padding-left: 46px;
    font-size: 18px;
    font-weight: 400
}

.m__top__home-search .search-box .title.ico-address {
    background: url(../img/ico_place.svg) no-repeat center left 8px;
    background-size: 29px 29px
}

.m__top__home-search .search-box .title.ico-keyword {
    background: url(../img/ico_keyword.svg) no-repeat center left 8px;
    background-size: 28px 28px
}

.m__top__home-search .m__search-keyword__search-box {
    justify-content: space-between
}

.m__top__home-search .m__search-keyword__search-box input {
    flex: auto 0;
    width: 570px;
    height: 40px;
    background: #fff;
    font-size: 18px
}

.m__top__home-search .m__search-keyword__search-box .m__button__search01 {
    width: 100px;
    height: 40px;
    margin: 0;
    padding-left: 35px
}

.m__top__home-search .m__search-keyword__search-box .m__button__search01:before {
    left: 14px;
    width: 22px;
    height: 24px;
}

.m__top__checkbox.m__search-conditions__checkbox .text {
    padding: 5px 27px 5px 53px
}















.m__modal__search .modal-inner {
    height: auto !important
}

.m__modal__search .m__search-keyword__search-box {
    display: block;
    margin-bottom: 40px;
    border: none;
    border-radius: 0
}

.m__top~.m__modal__search .m__search-keyword__search-box .input-wrap {
    padding: 32px 40px;
    margin-bottom: 40px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-keyword__search-box .input-wrap {
        padding: 20px 15px 16px;
        margin-bottom: 0;
        border: none
    }
}

.m__top~.m__modal__search .m__search-keyword__search-box .input-wrap input {
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdc;
    border-radius: 5px
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-keyword__search-box .input-wrap input {
        background: #fff;
        font-size: 14px
    }
}

.m__top~.m__modal__search .m__search-keyword__search-box .m__button__search01 {
    display: block;
    width: 450px;
    height: 80px;
    margin: 0 auto
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-keyword__search-box .m__button__search01 {
        width: 240px;
        height: 62px;
        padding: 0 15px !important;
        font-size: 16px
    }
}

.m__top~.m__modal__search .m__search-keyword__search-box .m__button__search01:before {
    width: 28px;
    height: 28px;
    left: 30px
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-keyword__search-box .m__button__search01:before {
        display: block;
        left: 21px
    }
}

.m__top~.m__modal__search#modal01 .m__search-content {
    padding-bottom: 50px
}

@media only screen and (max-width:736px) {
    .m__modal__search#modal01 .m__search-content {
        padding-bottom: 120px
    }
}

.m__top~.m__modal__search#modal01 .m__modal__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc
}

@media only screen and (max-width:736px) {
    .m__modal__search#modal01 .m__modal__title {
        width: 100%;
        height: 65px;
        padding-bottom: 0;
        margin-bottom: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        background: #fff
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search#modal01 .modal-close-btn {
        position: fixed;
            z-index: 3;
        
    }
}



.m__modal__title {
    text-align: center
}

@media print, screen and (min-width:737px) {
    .m__modal__title {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:736px) {
    .m__modal__title {
        position: relative;
        padding-right: 50px;
        border-bottom: 1px solid #dcdcdc
    }

    .m__modal__title:after {
        content: "";
        background: #dcdcdc;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50px
    }
}

.m__modal__title .text {
    display: inline-block;
    font-size: 30px;
    color: #262626;
    font-weight: 400
}

@media only screen and (max-width:736px) {
    .m__modal__title .text {
        font-size: 18px;
        padding: 16px 0 14px
    }
}

.m__modal__title .text span {
    font-size: 26px;
    vertical-align: baseline
}

@media only screen and (max-width:736px) {
    .m__modal__title .text span {
        font-size: 14px
    }
}
/* 
.m__modal__title .text:first-letter {
    color: #365e95
} */

.m__modal__title .text.ico-keyword {
    margin-left: -70px;
    padding-left: 70px;
    position: relative
}

@media only screen and (max-width:736px) {
    .m__modal__title .text.ico-keyword {
        padding-left: 40px;
        margin-left: 0
    }
}

.m__modal__title .text.ico-keyword:before {
    content: "";
    width: 37px;
    height: 36px;
    display: block;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ico_keyword.svg) 50% no-repeat;
    background-size: contain
}

@media only screen and (max-width:736px) {
    .m__modal__title .text.ico-keyword:before {
        width: 25px;
        height: 25px;
        left: 20px
    }
}

.m__modal__title .text.ico-search {
    margin-left: -70px;
    padding-left: 70px;
    position: relative
}

@media only screen and (max-width:736px) {
    .m__modal__title .text.ico-search {
        padding-left: 40px;
        margin-left: 0
    }
}

.m__modal__title .text.ico-search:before {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/resources/images/kaigo/common/ico_search_blue01.svg) 50% no-repeat;
    background-size: contain
}

@media only screen and (max-width:736px) {
    .m__modal__title .text.ico-search:before {
        width: 25px;
        height: 25px;
        left: 20px
    }
}

.m__modal__title .text.ico-area {
    margin-left: -70px;
    padding-left: 70px;
    position: relative
}

@media only screen and (max-width:736px) {
    .m__modal__title .text.ico-area {
        padding-left: 40px;
        margin-left: 0
    }
}

.m__modal__title .text.ico-area:before {
    content: "";
    width: 41px;
    height: 40px;
    display: block;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ico_place.svg) 50% / 30px auto no-repeat;
    background-size: contain
}

@media only screen and (max-width:736px) {
    .m__modal__title .text.ico-area:before {
        width: 30px;
        height: 30px;
        left: 20px
    }
}

.m__modal__title .text.ico-area.ico-area-map:before {
    background: url(../img/ico_area.svg) 50% / 30px auto no-repeat;
}

.m__modal__search {
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .8);
    transition: opacity .5s;
    visibility: hidden
}

.m__modal__search.is-open {
    z-index: 1001;
    opacity: 1;
    visibility: visible
}

.m__modal__search.is-open .modal-inner {
    opacity: 1
}

.m__modal__search .modal-inner {
    background: #fff;
    opacity: 0;
    transition: opacity .3s .3s;
    position: absolute
}

@media print, screen and (min-width:737px) {
    .m__modal__search .modal-inner {
        width: 1190px;
        left: 50%;
        top: calc(50% + 30px);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search .modal-inner {
        overflow-y: auto;
        max-height: 100vh;
        top: 0;
        left: 0;
        width: 100vw
    }
}

.m__modal__search #modal-close-btn, .m__modal__search .modal-close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -90px;
    text-align: center;
    z-index: 1
}

@media only screen and (max-width:736px) {
    .m__modal__search #modal-close-btn, .m__modal__search .modal-close-btn {
        right: 0;
        top: -15px
    }
}

.m__modal__search #modal-close-btn .icon, .m__modal__search .modal-close-btn .icon {
    width: 50px;
    height: 50px;
    z-index: 20;
}

.m__modal__search #modal-close-btn .icon:after, .m__modal__search #modal-close-btn .icon:before, .m__modal__search .modal-close-btn .icon:after, .m__modal__search .modal-close-btn .icon:before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%
}

@media only screen and (max-width:736px) {
    .m__modal__search #modal-close-btn .icon:after, .m__modal__search #modal-close-btn .icon:before, .m__modal__search .modal-close-btn .icon:after, .m__modal__search .modal-close-btn .icon:before {
        background: #262626;
        height: 2px;
        width: 30px
    }
}

.m__modal__search #modal-close-btn .icon:before, .m__modal__search .modal-close-btn .icon:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.m__modal__search #modal-close-btn .icon:after, .m__modal__search .modal-close-btn .icon:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.m__modal__search #modal-close-btn span, .m__modal__search .modal-close-btn span {
    font-size: 10px;
    display: inline-block;
    margin-top: 0
}

@media print, screen and (min-width:737px) {
    .m__modal__search #modal-close-btn span, .m__modal__search .modal-close-btn span {
        color: #fff
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search #modal-close-btn span, .m__modal__search .modal-close-btn span {
        font-size: 10px
    }
}

@media print, screen and (min-width:737px) {
    .m__modal__search .m__search-content {
        max-height: calc(100vh - 230px);
        overflow-y: auto;
        padding-top: 40px
    }
}

.m__modal__search .m__search-content .m__search-keyword__search-box {
    display: block
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-content .m__search-keyword__search-box {
        height: calc(100vh - 63px);
        background: #f5f5f5
    }
}

.m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap {
    padding: 30px 40px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap input {
    width: 100%;
    background: #fff
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap {
        padding: 20px 15px 0;
        border: 0
    }

    .m__modal__search .m__search-content .m__search-keyword__search-box .input-wrap input {
        padding: 12px 15px
    }
}

.m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap {
    text-align: center;
    padding: 50px 0 40px
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap {
        padding: 15px 0 0
    }
}

.m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button {
    width: 450px;
    font-size: 20px;
    padding: 25px 0
}

.m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button:before {
    left: 35px;
    width: 28px;
    height: 28px
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button {
        width: 240px;
        font-size: 16px
    }

    .m__modal__search .m__search-content .m__search-keyword__search-box .button-wrap button:before {
        display: block
    }
}

.m__modal__search .m__search-conditions {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

@media print, screen and (min-width:737px) {
    .m__modal__search .m__search-conditions {
        padding: 30px 34px 30px 42px
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-conditions {
        background: #f5f5f5;
        padding: 20px 15px 120px
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-conditions .table th {
        line-height: 1.5
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-conditions .m__form__select01 {
        width: 100%
    }

    .m__modal__search .m__search-conditions .m__form__select01 select {
        background: #fff
    }
}

@media print, screen and (min-width:737px) {
    .m__modal__search .m__search-conditions__button {
        padding: 20px 0;
        background: #f7f6f4;
        margin-top: 0
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-conditions__button {
        padding: 15px 15px 20px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff
    }
}

@media only screen and (max-width:736px) {
    .m__modal__search .m__search-conditions input[type=date], .m__modal__search .m__search-conditions input[type=text] {
        background-color: #fff
    }
}

body.modal-open {
    overflow: hidden
}

body.modal-open .l__contents {
    overflow: visible
}



@media only screen and (max-width:736px) {
    .spNone {
        display: none !important
    }
}

@media print, screen and (min-width:737px) {
    .pcNone {
        display: none !important
    }
}

.m_bold {
    font-weight: 700 !important
}

.m_center {
    text-align: center
}

.m_right {
    text-align: right
}

@media only screen and (max-width: 736px) {
    .m__top__simple-search{
        margin: auto;
      }
}