/* 削除ボタン */
.delete_button {
    position: absolute;
    right: -9px;
    top: -9px;
}
.delete_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    padding: 0;
    box-sizing: border-box;
    border: solid 1px #a0a0a0;
    border-radius: 50%;
    background-color: #a0a0a0;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
* {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* 項目 */
.work_list {
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
    box-shadow: var(--content-shadow);
}

.work_list_title {
    background-color: #3baeff;
    color: #fff;
    /* ↓ 2026/01/29 */
    /* padding: 10px; */
    padding: 10px 10px 10px 35px;
    /* ↑ 2026/01/29 */
    border-radius: 5px 5px 0px 0px;
}

.sub_title.flex_effect {
    display: flex;
    font-size: 10px;
}

.area_name {padding-right: 10px;}

.work_list_detail {
    padding: 10px;
}

.detail_title {
    color: var(--main-color);
}

.detail_inner {
    padding: 10px 5px 0px;
    font-size: 12px;
}
.detail_inner.multi_job {
    border-bottom: solid 1px var(--border-color);
    padding-bottom: 5px;
}
.detail_inner.multi_job:last-child {
    border-bottom: initial;
    padding-bottom: initial;
}

.job_name {
    padding-bottom: 5px;
}

.job_list.flex_effect {
    display: flex;
    padding-bottom: 4px;
}

.work_ikon_sei {
    border: solid 1px #409EE3;
    border-radius: 5px;
    background-color: #70bcff;
    color: #fff;
    font-size: 10px;
    padding: 4px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work_ikon_baito {
    border: solid 1px #CD9872;
    border-radius: 5px;
    background-color: #ffb576;
    color: #fff;
    font-size: 10px;
    padding: 4px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work_ikon_kei {
    border: solid 1px #893FC3;
    border-radius: 5px;
    background-color: #c871ff;
    color: #fff;
    font-size: 10px;
    padding: 4px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work_list {
    font-weight: bold;
}
.work_type {
    padding: 4px 0px 4px 4px;
}

.money_type_sei {
    padding: 4px 0px;
}
.money_type_baito {
    display: flex;
    padding: 4px 0px;
}

.money_line {
    padding: 0 3px;
}

span.money_num {
    color: #e95353;
}


/* プルダウンメニュー */
.job_select_menu {
    position: relative;
    margin-bottom: 20px;
    border: solid 3px var(--border-color);
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #8b8b8b;
    background-color: #fff;
}
.job_select_menu>span._arrow-down {
    width: 10px;
    height: 10px;
    right: 14px;
    top: 13px;
    transform: translateY(calc(-50% - 2px));
    position: absolute;
    transition: all ease .3s;
}
#menu_button {
    display: none;
}
.job_check {
    display: none;
}

ul.job_select {
    padding: 5px 0px 5px;
}

.job_select_menu_inner {
    border-bottom: solid 1px var(--border-color);
    line-height: 1.25em;
    padding: 10px 0px 10px;
}
.job_select_menu_inner>label {
    padding: 0 10px;
}
.menu-checked {
    background-color: #ffeecf;
}
.select_item_inner {
    position: relative;
    display: flex;
    border: solid 1px var(--border-color);
    border-radius: 15px;
    padding: 2px;
    margin: 2px;
    width: fit-content;
    background-color:#fff
}

.delete_button_check {
    border-radius: 15px;
    border: solid 1px var(--border-color);
    background-color: #a0a0a0;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px 2px;
}

.select_item {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}

.select_item_inner>p {
    font-size: 12px;
    /* font-weight: bold; */
    align-self: center;
    padding: 3px 5px 2px;
}
.close_list {
    display: none;
}


/* 注意書き */
.caution_texts {
    margin-bottom: 20px;
}
.cautionText {
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.25em;
}


/* 応募質問ボタン */
.oubo_button {
    width: 100%;
    box-sizing: border-box;
    padding: 1.25em 0;
    text-align: center;
    background: #909090;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    box-shadow: var(--content-shadow);
}
.situmon_button {
    width: 100%;
    box-sizing: border-box;
    padding: 1.25em 0;
    text-align: center;
    background: var(--main-color);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    box-shadow: var(--content-shadow);
}

.work_list_buttons{
    display: flex;
    gap: 8px;
    padding: 16px 16px ;
    border-top: 1px solid var(--border-color);
}
.work_list_button{
    width: calc(33.333% - 8px*2/3 );
    box-sizing: border-box;
    padding: 1.1em 0;
    text-align: center;
    background: var(--main-color);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    box-shadow: var(--content-shadow);
    font-size: 14px;
}
.work_list_button._green{
    background: #32CD32;
}
.work_list_button._red{
    background: #FD7B78;
}
.work_list_button._blue{
    background: #67CDE5;
}
.work_list_button._gray{
    background: #898989;
}
:root{
    --main-color: #0096ff;
    --text-color: #333333;
    --border-color: #DDDDDD;
    --content-shadow: 2px 2px 6px rgb(0 0 0 /20%);
}
.detail_title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}
.detail_title {
    color: var(--main-color);
}
main {
    padding: 16px;
    background: #ECECEC;
}
span.money_num {
    color: #e95353;
}
.money_type {
    display: flex;
    padding: 4px 0px;
}

.money_line {
    padding: 0 3px;
}
.favorite_buttons {
    display: flex;
    gap: 8px;
    margin: 16px 0;
}
.favorite_button {
    width: 100%;
    box-sizing: border-box;
    padding: 1.25em 0;
    text-align: center;
    background: var(--main-color);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    box-shadow: var(--content-shadow);
}
.favorite_button._gradient{
    background: radial-gradient(#0096ff, #7ccfff);
}
.favorite_button._gradientGray{
    background: radial-gradient(#898989, #9A9A9A);
}
/* --- 電話応募モーダル --- */
#tel-modal {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒い背景 */
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#tel-modal.open {
    display: block; /* openクラスが付いたら表示 */
}

#tel-modal.show {
    opacity: 1; /* showクラスが付いたら完全に表示 */
}

#tel-modal .tel-modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 85%;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

#tel-modal .tel-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #888;
    cursor: pointer;
    font-size: 24px;
}

#tel-modal .tel-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

#tel-modal .tel-list li {
    margin-bottom: 10px;
}

#tel-modal .tel-list li a {
    display: block;
    padding: 12px;
    background-color: #007bff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

#tel-modal .tel-list li a:hover {
    background-color: #0056b3;
}
#js-dialog-sns-info .js-dialog-sns-inner {
    background: #FFF;
    width: 100%;
    border-radius: 10px;
    border: 1px #000;
    display: inline-block;
    max-height: 80%;
    max-height: 80vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#js-dialog-sns-info {
    color: #333;
}

/* -----↓entryBlock----- */
.sns-midashi {
    position: relative;
    padding-left: 35px; /* アイコン分のスペース */
    line-height: 28px; /* アイコンの高さに合わせる */
}

#snsicon-img {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 28px;
}
.btnicon {
    float:left;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #EEEEEE !important;
    background-position: 0px 45%;
    width: 80%;
    height: 30px;
    line-height: 30px;
    padding-left: 0px;
    text-align:center;
    margin-left:10%;
    margin-top:7px;
    outline:none;
    background-color: #888;
    background-repeat: no-repeat;
    background-position: 0px 45%;

}
.entryBlock{
    background-color:#FDE6D8;
    margin-bottom:30px;
    padding:10px 10px;
    border-radius:5px;
    clear: both;
}
.entryBox{
    overflow:hidden;
    margin-bottom:10px;
}
#entryBoxText-sp{
    float:left;
    padding:15px;
    background-color:#fff;
    border-radius:5px;
}
#entryBoxText-sp .sns-midashi{
    position:relative;
    text-align:center;
    font-size:18px;
    font-size:4.7vw;
    margin-bottom:5px;
    font-weight:bold;
    line-height:20px;
    height:22px;
    padding-bottom:4px;
    padding-left:30px;
    border-bottom:1px dotted #ccc;
}
#entryBoxText-sp .sns-midashi #snsicon{
    margin-left:10px;
}
#entryBoxText-sp h4{
    position:relative;
    text-align:center;
    font-size:18px;
    font-size:4.7vw;
    margin-bottom:5px;
    font-weight:bold;
    line-height:20px;
    height:22px;
    padding-bottom:4px;
    padding-left:30px;
    border-bottom:1px dotted #ccc;
}
#entryBoxText-sp h4 span{
    margin-left:10px;
}
#entryBoxText-sp p{
    font-size: 12px;
    font-size: 3.4vw;
    margin: 0;
}
#entryBoxText-sp p#ptitle{
    text-align:center;
    font-size:15px;
}
#entryBoxText-sp p#snsid {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: green;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-user-select: initial;
}
#entryBoxText-sp p#copy-snsid a {
    background-color: #f1efef;
    color: #6a6a6a;
    display: block;
    width: 52%;
    margin: 0 auto;
    height: 21px;
    line-height: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    border: 1.5px solid #b8b8b8;
    box-shadow: 0 1.5px 0 #bfbfbf;
    margin-bottom: 3px;
}
#entryBoxText-sp p#snssetumai {
    text-align: left;
    vertical-align: middle;
}

#modal-sns-text {
    text-align: center;
    color: #ff6600;
    margin-bottom: 10px;
}
#entryBoxText-sp p#ptitle2{
    text-align:center;
    font-size:15px;
    border-top:1px dotted #ccc;
    margin-top:5px;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}
#entryBoxText-sp p#ptel{
    text-align:left;
    font-size:18px;
    padding-left:12px;
    margin-top:10px;
    font-weight: bold;
}
#entryBoxText-sp p#pname{
    text-align:left;
    font-size:12px;
    padding-left:3px;
    margin-top:5px;
}
#entryBoxText-sp .oubo {
    background-color: #fff;
    margin-top:0;
}
#entryBoxText-sp .oubo .sns {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #43e242), color-stop(0.00, #70f36d));
    background: -webkit-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -moz-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -o-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -ms-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: linear-gradient(to bottom, #70f36d 0%, #43e242 88%);
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 0 #D1D0D0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-size: 3.8vw;
    position: relative;
    display: inline-block;
    width: 49%;
}
#entryBoxText-sp .oubo .sns img {
    position: relative;
    width: 25px;
    top: 8px;
    left: -2px;
}
#entryBoxText-sp .oubo .tel img {
    width: 25px;
}
#entryBoxText-sp .oubo .mail img {
    width: 20px;
}
#entryBoxText-sp .oubo .tel {
    min-height: 40px;
}
#entryBoxText-sp .oubo .mail {
    height: 43px;
    line-height: 43px;
}
#entryBoxText-sp .entryList img{
    width: 15px;
    display: inline;
}
#entryBoxText-sp .entryList .btnEntry{
    margin-bottom:10px;
}
#entryBoxText-sp .entryList .btnEntry a{
    height:56px;
    display:block;
    overflow:hidden;
    width:220px;
}
#entryBoxText-sp .entryList .btnQuestion{
    margin-bottom:10px;
}
#entryBoxText-sp .entryList .btnQuestion a{
    height:34px;
    display:block;
    overflow:hidden;
    width:173px;
}
#entryBoxText-sp .inquiryList{
    background-color:#FBF6D0;
    clear:both;
    border-radius:20px;
    padding:10px 20px;
    display: block;
    overflow: hidden;
}
#entryBoxText-sp .inquiryList li{
    float:left;
    margin:0 10px;
    line-height:17px;
}
#entryBoxText-sp .inquiryList li img{
    width: auto;
    display: inline;
}
#entryBoxText-sp .inquiryList li a{
    font-weight:bold;
}
#entryBoxText-sp .inquiryList .tel a{
    font-size:15px;
}
#entryBoxText-sp .inquiryList .tel .tel-text{
    color: #CC0000;
    font-weight:bold;
}
.entryBlock .leadText{
}
/* -----↑entryBlock----- */

/* --- モーダル関連のスタイルをここに集約 --- */
body.modal-open {
    overflow: hidden;
}

#js-dialog-sns-info {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒い背景 */
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#js-dialog-sns-info.open {
    display: flex;
    align-items: center;
    justify-content: center;
}

#js-dialog-sns-info.show {
    opacity: 1;
}

.js-dialog-sns-inner {
    position: relative;
    width: 90%;
    max-width: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 1001;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-height: 80vh;
    overflow-y: auto;
}

#js-dialog-sns-info-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #888;
    cursor: pointer;
    font-size: 24px;
    /* FontAwesomeなどアイコンフォントを使っている場合 */
    /* content: '\f00d'; */
    /* font-family: 'Font Awesome 5 Free'; */
    font-weight: 900;
    background: none;
    border: none;
    padding: 0;
}

/* 閉じるボタンのスタイル調整（必要に応じて） */
#js-dialog-sns-info-close {
    /* 既存のスタイルが競合している場合、ここで上書き調整 */
    top: 10px;
    right: 10px;
    left: auto; /* leftの指定を解除 */
}

.favoriteCount {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0 10px;
}
.favoriteCount-inner {
    display: inline-block;
    text-align: left;
}
.favoriteCount span {
    display: block;
    text-align: left;
}
.favoriteCount span {
    display: inline;
    text-align: left;
}

body.modal-open {
    overflow: hidden;
}

#js-dialog-sns-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

#js-dialog-sns-info.open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-dialog-sns-inner {
    position: relative;
    width: 90%;
    max-width: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 1001;
}


/* --- SNSモーダル内部のスタイル調整 --- */
.js-dialog-sns-inner {
    text-align: center;
    font-size: 14px; /* モーダル内の基準フォントサイズを設定 */
}

.js-dialog-sns-inner .sns-midashi {
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

.js-dialog-sns-inner #modal-shop-name {
    font-size: 16px;
    margin-bottom: 5px;
}

.js-dialog-sns-inner #modal-sns-id {
    font-size: 26px;
    font-weight: bold;
    color: green;
    margin-top: 3px;
    margin-bottom: 8px;
}

.js-dialog-sns-inner #copy-snsid a {
    background-color: #f1efef;
    color: #6a6a6a;
    display: inline-block;
    width: auto;
    padding: 8px 25px;
    margin: 0 auto 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    border: 1.5px solid #b8b8b8;
    box-shadow: 0 1.5px 0 #bfbfbf;
    text-decoration: none;
}

.js-dialog-sns-inner #snssetumai,
.js-dialog-sns-inner p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.js-dialog-sns-inner #ptitle2 {
    font-size: 16px;
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 15px;
}

.js-dialog-sns-inner .oubo a {
    text-decoration: none;
    color: #007bff;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.js-dialog-sns-inner #btn-dialog-sns-info-close.btnicon {
    float: none;
    display: block;
    width: 90%;
    height: 44px;
    line-height: 44px;
    margin: 20px auto 0;
    font-size: 16px;
}
#modal-contact-buttons a .tel,
#modal-contact-buttons a .mail {
    display: block;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

#modal-contact-buttons a .tel {
    background-color: #59c4d4; /* 水色 */
    margin-bottom: 10px;
}

#modal-contact-buttons a .mail {
    background-color: #f08b5d; /* オレンジ色 */
}

#modal-contact-buttons a .tel p,
#modal-contact-buttons a .mail p {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-contact-buttons a .tel .tel-number {
    font-size: 1.2em;
}

#modal-contact-buttons a .tel .tel-reception {
    font-size: 0.9em;
}

#modal-contact-buttons img {
    width: 20px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}

/* ↓ 2025/12/08 */
/* 見出しパーツ */
div.hdg-02-container h2.hdg-02-11 {
    font-size: 15px;
    font-weight: bold;
}
/* ↑ 2025/12/08 */

/* ↓ 2026/01/29 */
.footer-bottom-modal {
    display: none;
    position: fixed;
    z-index: 100;
    height: 80px;
    bottom: 0px;
    background-color: #fff;
    width: 100vw;
    left: 0;
    right: 0;
    margin-left: calc(50% - 50vw);
    align-items: center;
}

.footer-bottom-modal.is-active {
    display: block;
}

p.setumei-text {
    font-size: 10px;
    padding: 10px 10px 0;
}

.modal-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

a.modal-link-button {
    display: flex;
    width: calc(100% / 2 - 0px);
    box-sizing: border-box;
    background-color: #877b7a;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 40px;
}
.footer-on-off-button::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
.footer-on-off-button {
    position: absolute;
    top: 15px;
    left: 7px;
    width: 20px;
    height: 20px;
    background-color: #ececec;
    border: initial;
    border-radius: 3px;
    margin: 0 10px 0 0;
    z-index: 1;
    display: grid;
    place-items: center;
}
.footer-on-off-button.is-active {
    background-color: #ffb157;
}
span.check-mark {
    position: relative;
}
span.check-mark:after {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(-45deg);
}
.js-footer-check-input {
    display: none;
}
ul#home {
    padding-bottom: 80px;
}
/* ↑ 2026/01/29 */