/* ↓ エリア */
.pickup-area-title.pickup-area-item {
    color: #FFF;
    background-color: #e72b4d;
    font-weight: bold;
}
.pickup-area-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fafafa;
    font-size: 12px;
    padding: 4px 10px;
    border-bottom: 1px solid #c2c2b6;
    box-sizing: border-box;
}
.pickup-area-item {
    margin: 4px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #e72b4d;
    border-radius: 4px;
}
a.pickup-arealink {
    color: #e72b4d;
}
.middle-check-item {
    position: relative;
    padding-left: 32px;
    display: flex;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
}
.smal-area-list+.middle-check-item {
    border-top: 1px solid #c2c2b6;
}
.middle-check-item .name, .smal-check-item .name {
    padding-left: 8px;
    box-sizing: border-box;
}
.smal-area-list{
    padding: 0 12px;
    background-color: #fafafa;
}
.smal-area-list.close, .childlist.close{
    display: none;
}
.smal-check-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #c2c2b6;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 20px;
}
.smal-check-item:not(:first-child) {
    padding-top: 8px;
}
/* ↑ エリア */
/* ↓ 職種 */
.panelbase * {
    color: #343532;
    font-size: 14px;
}
.panelbox .content .clone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #c2c2b6;
    box-sizing: border-box;
}
.modal-icon {
    width: 22px;
    margin-right: 4px;
}
.return_arrow {
    position: absolute;
    top: 10px;
    left: 0;
    padding-left: 10px;
    cursor: pointer;
}
.return_arrow i {
    color: #c2c2b6;
    font-size: 35px;
}
.toggle_list.paramlist .child li .check_all .param_cb .name {
    display: none;
}
.toggle_list.paramlist {
    padding: 0px 10px 65px;
    font-size: 16px;
}
.toggle_list.paramlist.job_list {
    padding: 0px 10px 28px;
}
.modal-job-text{
    display: block;
    padding: 0 20px 120px;
    line-height: 1.5;
    color: #343532;
    font-size: 15px;
}
.toggle_list.paramlist > .pydtoggle {
    padding: 0 30px 0 10px;
    cursor: pointer;
}
.toggle_list.paramlist > li > i , .middle-check-item > i {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #e72b4d;
    font-size: 23px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.toggle_list.paramlist > .is-selected > i , .middle-check-item.is-selected > i {
    transform: translateY(-50%) rotateX(180deg);
    -webkit-transform: translateY(-50%) rotateX(180deg);
}

.custom-arrow-icon {
    position: absolute;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: #e72b4d;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}
.custom-arrow-icon::before {
    content: '';
    width: 8px;
    height: 8px;
    aspect-ratio: 1;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    transition: all 0.3s ease 0s;
}
.toggle_list.paramlist > .is-selected > .custom-arrow-icon::before, 
.middle-check-item.is-selected > .custom-arrow-icon::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 60%;
}

.toggle_list.paramlist > .childlist {
    height: auto;
}
.toggle_list.paramlist > li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #c2c2b6;
}
.toggle_list.paramlist .child.list2 > li {
    width: calc(50% - 4px);
}
.toggle_list.paramlist .child.list2 li:nth-of-type(2) {
    width: 100%;
}
.check .param_cb::before, .check_all .param_cb::before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #c2c2b6;
    border-radius: 3px;
    content: '';
    background-color: #fff;
    box-sizing: border-box;
}
.toggle_list.paramlist .child.list2 li:nth-of-type(2) .list_inner {
    width: auto;
}
.list2 {
    margin-top: 10px;
    font-size: 0;
}
.list2.child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list2 li {
    display: inline-block;
    position: relative;
    padding: 0 1px 0 1px;
    width: 50%;
    min-height: 36px;
    line-height: 36px;
    box-sizing: border-box;
}
.list2 .hide {
    display: none;
}
.list2 li:first-child:nth-last-child(1), .list2 li:first-child:nth-last-child(1) ~ li {
    width: 100%;
}
.list2 li .check, .list2 li .check_all {
    max-width: 100%;
    vertical-align: top;
}
.list2 li .param_cb, .list2 li .param_rb {
    position: relative;
    width: 100%;
    line-height: 15px;
    font-size: 14px;
    color: #343532;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.list2 li .param_cb .name, .list2 li .param_rb .name {
    width: calc(100% - 29px);
}
.toggle_list.paramlist .child.list2 > li:nth-child(odd) {
    padding-left:8px;
}
.toggle_list.paramlist .child.list2 > li:nth-child(even) {
    padding-right:8px;
}
.list2 .strong span {
    font-weight: bold;
}
.paramlist li {
    position: relative;
    min-height: 50px;
    color: #343532;
    box-sizing: border-box;
}
.paramlist > li .list_item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
}
.pref-item .js-itemName{
    padding-left: 8px;
}
.paramlist > li .list_inner {
    width: 100%;
    height: auto;
    line-height: 18px;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
}
.list2.paramlist > li .list_inner, .toggle_list.paramlist .child.list2 li:nth-of-type(n+3) .list_inner {
    padding-top: 0;
    height: 50px;
    vertical-align: top;
}
.list1.paramlist {
    padding: 0 10px 5px;
}
.list2.paramlist {
    margin-top: 0;
    padding: 20px 20px 5px;
}
.list2.paramlist li {
    padding: 0 1px 0 0;
}
.list2.paramlist li:nth-of-type(2n) {
    padding: 0 0 0 1px;
}
.check.is-selected .param_cb::before, .check_all.is-selected .param_cb::before {
    border: 1px solid #e72b4d;
    background-color: #e72b4d;
}
.check.is-selected .param_cb::after, .check_all.is-selected .param_cb::after {
    display: block;
    position: absolute;
    top: 44%;
    left: 7px;
    border-left: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    width: 10px;
    height: 6px;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translateY(-50%);
}
/* ↑ 職種 */
/* ↓ 2023/11/02 簡単検索追加 */
.search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 8px 0;
}
.search-options {
    width: 100%;
}
.search-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
/* .search-option:last-child {
    border-top: none;
} */
.option-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.search-option-text {
    flex: 1;
    margin-right: 8px;
}
.search-option-label {
    font-size: 14px;
    color: #333;
}
.search-option-value {
    font-size: 14px;
    color: #333;
    margin-top: 4px;
}
.selected-value {
    color: #e72b4d;
}
.right-arrow-icon {
    width: 16px;
    height: 16px;
}
.easy-search-btn {
    background-color: #e72b4d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    width: 80%;
    padding: 8px;
    margin-top: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.easy-search-btn img{
    height: 15px;
}
/* ↓ モーダル */
body._fixed {
    position: fixed;
    width: 100%;
}
.modal-container{
    display: none;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 0;
}
.modal-container.is-open{
    display: block;
}
.modal-wrap {
    display: none;
    /* position: fixed; */
    width: 100%;
    height: max-content;
    /* top: 0; */
    /* left: 0; */
    /* background: #fff; */
    /* z-index: 9999; */
    /* overflow: auto; */
}
.modal-wrap.is-open{
    display: block;
}
.modal-header {
    position: relative;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.modal-header.fixed {
    position: fixed;
    top: 0;
}
.modal-header-text {
    color: #343532;
    font-size: 16px;
    font-weight: bold;
}
.modal-body {
    padding-bottom: 60px;
    font-size: 16px;
}
.modal-content {
    border-bottom: 1px solid #c2c2b6;
    padding: 16px 16px 8px;
}
.modal-content-wrap.gary {
    background-color: #f3f3f3;
}
.modal-content-wrap.gary .modal-content {
    border-bottom: none;
}
.modal-content-title {
    color: #7b7b7b;
    font-weight: bold;
}
.modal-check-list {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.modal-check-item {
    width: 50%;
    padding: 8px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.modal-check-item.hide {
    display: none;
}
span.item-name {
    display: inline-block;
    width: calc(100% - 22px);
    padding-left: 8px;
    box-sizing: border-box;
}
.modal-sub-list{
    position: relative;
    background-color: #FFF4F6;
    display: flex;
    align-items: center;
    margin-top: 8px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.modal-sub-list.hide {
    display: none;
}
.modal-sub-item .item-name {
    color: #B9BABF;
    font-weight: bold;
    padding: 0 15px 0 8px;
    display: inline;
    vertical-align: middle;
}
.modal-footer-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -4px 8px -2px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}
.count-text {
    font-size: 14px;
    color: #666;
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.shop_count {
    font-size: 22px;
    color: #E72B4D;
    font-weight: bold;
    margin: 0 4px;
}
.modal-button {
    background-color: #E72B4D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 40px;
    color: #FFF;
    font-weight: bold;
    border-radius: 16px;
    cursor: pointer;
}
.modal-delete-button {
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 40px;
    color: #E72B4D;
    font-weight: bold;
    border-radius: 16px;
    cursor: pointer;
    margin-left: 8px;
    border: 2px solid #E72B4D;
    box-sizing: border-box;
}
.modal-sub-item{
    display: flex;
    align-items: center;
    width: 100%;
}
.modal-sub-modal-info {
    text-overflow: ellipsis;
    width: calc(100% - 36px);
    overflow: hidden;
    white-space: nowrap;
    color: #B9BABF;
}
.item-detail {
    color: #999;
    font-size: 14px;
    display: inline;
    vertical-align: middle;
}
/* ↑ モーダル */
/* ↓ サブモーダル */
.sub-modal-wrap {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    background-color: #FFF;
    padding: 0;
}
.sub-modal-wrap.is-open {
    display: block;
}
.sub-modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #c2c2b6;
    box-sizing: border-box;
    font-size: 16px;
}
.sub-modal-header-back {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #c2c2b6;
    width: 1em;
    height: 0.5em;
    background: currentColor;
    left: 0;
    transform: translateX(11px);
    margin-left: 8px;
    font-size: 20px;
    cursor: pointer;
}
.sub-modal-header-back::before {
    content: '';
    width: 1em;
    height: 1em;
    border: 0.4em solid currentColor;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -0.5em;
    box-sizing: border-box;
}
.modal-close-icon {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #343532;
    gap: 2px;
    margin-left: 4px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.modal-close-icon img{
    width: 18px;
    height: 18px;
}
.sub-modal-header-text {
    color: #343532;
    font-size: 14px;
    font-weight: bold;
}
.sub-modal-check-list._col1 {
    padding: 0px 8px 4px;
}
.sub-modal-check-list._col1 .sub-modal-check-item {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 8px;
    border-bottom: 1px solid #c2c2b6;
    cursor: pointer;
}
.sub-modal-check-list._col1 .sub-modal-check-item .item-text-info{
    width: calc(100% - 22px);
}
.sub-modal-check-list._col1 .sub-modal-check-item .sub-modal-img ~ .item-text-info{
    width: calc(100% - 80px);
}
.item-name {
    color: #343532;
    font-size: 14px;
    padding-right: 2px;
}
.item-text-info .item-name {
    margin-bottom: 8px;
}
._col1 .sub-modal-check-item .item-name{
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-text-info .item-text {
    color: #585855;
    font-size: 12px;
}
.sub-modal-img {
    float: left;
    padding-right: 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-modal-img img {
    margin: auto;
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
}
.sub-modal-check-list._col2 {
    padding: 20px 20px 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
}
.sub-modal-check-list._col2 .sub-modal-check-item {
    width: calc(50% - 8px);
    display: flex;
    align-items: center;
    cursor: pointer;
}
/* ↑ サブモーダル */
/* ↓ アイコン */
.icon-redio {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    aspect-ratio: 1;
    font-size: 14px;
    color: #343532;
    box-sizing: border-box;
}
.list_item .icon-redio {
    
}
.icon-redio::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #c2c2b6;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    content: '';
    background-color: #fff;
}
.is-selected .icon-redio::before {
    border: 2px solid #e72b4d;
}
.is-selected .icon-redio::after {
    display: block;
    position: absolute;
    content: '';
    background-color: #e72b4d;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%) scale(0.6);
}
.icon-checkbox {
    display: inline-block;
    position: relative;
    width: 22px;
    aspect-ratio: 1;
    font-size: 14px;
    color: #343532;
    box-sizing: border-box;
}
.icon-checkbox::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #c2c2b6;
    border-radius: 3px;
    content: '';
    background-color: #fff;
    box-sizing: border-box;
}
.is-selected .icon-checkbox::before {
    border: 1px solid #e72b4d;
    background-color: #e72b4d;
}
.is-selected .icon-checkbox::after {
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    margin-top: 4px;
    border-left: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    width: 10px;
    height: 6px;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.icon-arrow {
    position: absolute;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: #e72b4d;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.icon-arrow::before {
    content: '';
    width: 8px;
    aspect-ratio: 1;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    left: 3px;
}
/* ↑ アイコン */
/* ↑ 2023/11/02 簡単検索追加 */