@charset "UTF-8";

/*
=======================================

	2025.09 リニューアル

=======================================
*/

#pankuzu {
    margin: 0;
    padding: 6px 0;
    background: #f5f4ea;
}

#pankuzu ul {
    width: 68%;
    margin: 0 auto;
}

#pankuzu ul li {
    background: unset;
    padding: 5px 0 5px 5px;
}

.arrow_icon {
    margin-right: 0;
    margin-left: 5px;
}

.srch_area form .arrow_icon {
    margin-right: 10px;
    margin-left: 0;
}

#srch_box {
    margin: 0;
}

.contents_title {
    width: 68%;
    margin: 0 auto;
    padding: 6px 0;
    color: #525252;
    line-height: 50px;
    font-size: 20px;
    border-left: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.job-column {
    background: #f5f4ea;
    padding: 0 0 40px;
}

.detail_header {
    position: relative;
    padding: 0;
    border-bottom: none;
}

.list_photo {
    float: unset;
    margin: 0;
    padding: 0;
}

.list_photo.detail {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.list_body {
    float: unset;
    padding: 0;
    width: 380px;
}

.list_body.detail {
    width: 100%;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}

.list_tb th {
    font-size: 16.5px;
    letter-spacing: 1.1px;
    padding: 30px 0 10px;
    width: 125px;
}

.description .list_tb th {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 30px 0 10px;
    width: unset;
}

.list_tb td {
    vertical-align: top;
    padding: 5px 0 30px 15px;
    width: 100%;
    font-size: 16px;
    border-bottom: 2px solid #f1f1f1;
}

.description .list_tb td {
    line-height: 1.8;
}

.connection-job {
    padding: 35px 0 10px;
    background-color: #f5f4ea;
}

.connection-job h2 {
    width: 68%;
    margin: 0 auto 15px;
    font-size: 16.5px;
    letter-spacing: 1.1px;
}

.connection-job .gray_box.detail {
    width: 68%;
    margin: 0px auto 60px;
    padding: 0;
    border-radius: 8px;
}

.connection-job .gray_box.detail h3 {
    background: #2a9dd3;
    color: #FFFFFF;
    padding: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
}

.connection-job dl.rec_list {
    margin: 0;
    padding: 15px;
    width: calc(100% - 30px);
    float: unset;
    border-bottom: 3px solid #eeeeee;
}

.connection-job dl.rec_list:last-of-type {
    border-bottom: none;
}

.connection-job dl.rec_list dt {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: unset;
    float: unset;
    display: block;
    background: #fff;
}

.connection-job .detail_rec_box .rec_area {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #2a9dd3;
}

.connection-job dl.rec_list dd {
    width: 100%;
    margin: 0;
    padding: 0;
    float: unset;
}

.connection-job .detail_rec_box .rec_title {
    height: auto;
    margin: 8px 0 0;
    overflow: hidden;
    line-height: 1.3;
}

.connection-job .detail_rec_box .rec_title a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.connection-job .detail_rec_box .rec_title a .arrow_icon {
    margin-right: 10px;
}

.pager_box .pager_navi b span {
    color: #2a9dd3;
    font-weight: bold;
    border-bottom: 3px solid #2a9dd3;
    padding: 0;
    margin: 0 8px;
}

.pager_box .pager_navi a {
    margin: 0 8px;
}

.pager_box .pager_navi span.nextprev {
    margin-right: 8px;
}


/***************************************

LINE用

***************************************/

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
    z-index: 2;
}

.modal__content p {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.modal__content a.modal__link {
    float: left;
    display: block;
    margin: 0;
    padding: 0.75em 0;
    position: relative;
    background: #ffa500;
    color: #fff !important;
    z-index: 2;
    width: 75%;
    text-align: center;
    font-size: 16px;
}

.modal__content a.modal__close {
    position: relative;
    z-index: 2;
    float: left;
    display: block;
    margin: 0;
    padding: 0.75em 0;
    text-align: center;
    font-size: 16px;
    background: #666;
    color: #fff !important;
    width: 25%;
}

img.line {
    width: 30px;
}


#line-modal .modal__content {
    position: relative;
    padding: 0 0 20px;
    border-radius: 4px;
}

#line-modal .modal__content b {
    display: flex;
    width: 100%;
    background-color: #4caf50;
    color: #fff;
    box-sizing: border-box;
    font-size: 6vw;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    justify-content: center;
    padding: 5% 7%;
    align-items: center;
}

#line-modal .modal__content p {
    font-size: 13px;
    margin: 10px 0;
    line-height: 21px;
}

.line-modal-class .modal__content p {
    font-size: 13px;
    margin: 10px 0;
    line-height: 21px;
}

#line-modal .modal__content img {
    margin-bottom: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

#line-modal .modal__content ul {
    padding: 0 15px;
    font-size: 3.5vw;
    line-height: 16px;
    list-style: none;
    counter-reset:cp_clist;
}

#line-modal .modal__content ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
}

#line-modal .modal__content ul li:before {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    counter-increment: cp_clist;
    content: counter(cp_clist);
    padding: 3px;
    background: #636363;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    transform: translateY(-50%);
}

#line-modal .modal__content a {
    background-color: #4caf50;
    width: 220px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    line-height: 49px;
    border-radius: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}

#line-modal .modal__content .batsu {
    position: absolute;
    top: -23px;
    right: -14px;
    font-size: 100%;/*ボタンの大きさ*/
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 1.3em;
    cursor: pointer;
    transition: .2s;
    margin: 0;
    padding: 0;
}

#line-modal .modal__content .batsu:before,
#line-modal .modal__content .batsu:after {
    background: #9e9e9e;
    width: 2px;
    top: calc(50% - 8px);
    left: 26%;
    height: 70%;
    content: "";
}

#line-modal .modal__content .batsu:before {
    transform: rotateZ(45deg)translate(1px, 0px);
}

#line-modal .modal__content .batsu:after {
    transform: rotateZ(-45deg)translate(0px, 1px);
}

#line-modal .modal__content .batsu:after {
    left: 8%;
}

.line-modal-class .modal__content {
    position: relative;
    padding: 0 0 20px;
    border-radius: 4px;
}

.line-modal-class .modal__content b {
    display: flex;
    width: 100%;
    background-color: #4caf50;
    color: #fff;
    box-sizing: border-box;
    font-size: 2vw;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    justify-content: center;
    padding: 5% 7%;
    align-items: center;
}

.line-modal-class .modal__content > p {
    font-size: 13px;
    margin: 10px 0;
    line-height: 21px;
}

.line-modal-class .modal__content img {
    margin-bottom: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.line-modal-class .modal__content ul {
    padding: 0 15px;
    font-size: 1vw;
    line-height: 16px;
    list-style: none;
    counter-reset:cp_clist;
}

.line-modal-class .modal__content ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
}

.line-modal-class .modal__content ul li:before {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    counter-increment: cp_clist;
    content: counter(cp_clist);
    padding: 3px;
    background: #636363;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    transform: translateY(-50%);
}

.line-modal-class .modal__content a {
    background-color: #4caf50;
    width: 220px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    line-height: 49px;
    border-radius: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}
.line-modal-class .modal__content a:hover {
    color: #fff!important;
}

.line-modal-class .modal__content .batsu {
    position: absolute;
    top: -23px;
    right: -14px;
    font-size: 100%;/*ボタンの大きさ*/
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 1.3em;
    cursor: pointer;
    transition: .2s;
    margin: 0;
    padding: 0;
}

.line-modal-class .modal__content .batsu:before,
.line-modal-class .modal__content .batsu:after {
    background: #9e9e9e;
    width: 70%;
    top: calc(50% - 8px);
    left: 26%;
}

.line-modal-class .modal__content .batsu:after {
    left: 8%;
}


#line-modal .modal__content .line-swipe, .line-modal-class .modal__content .line-swipe {
    background-color: gray;
    color: #fff;
    width: 35px;
    height: 36px;
    position: absolute;
    right: -15px;
    top: 40%;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

#line-modal .modal__content .line-swipe2, .line-modal-class .modal__content .line-swipe2 {
    background-color: gray;
    color: #fff;
    width: 35px;
    height: 36px;
    position: absolute;
    left: -15px;
    top: 40%;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

#line-page {
    height: 62vh;
    overflow-y: scroll;
}

.line-page {
    height: 62vh;
    overflow-y: scroll;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.line-page-shop {
    background-color: #64C1C8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0px;
    width: 100%;
    margin-top: 30px;
}

.line-page-shop span {
    max-width: 90%;
    font-size: 15px;
    font-weight: 600;
}

.line-page-copy-temple {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.line-page-yellow-frame {
    border: #ffa500 solid 3px;
    width: 80%;
    padding: 8px;
    border-radius: 20px;
}

#line-modal .modal__content .line-page-copy-head, .line-modal-class .modal__content .line-page-copy-head {
    margin: 25px 25px 10px;
    font-weight: 700;
}

.flex-inframe-text {
    display: flex;
    justify-content: left;
    margin-bottom: 3px;
    font-size: 15px;
    align-items: center;
    font-weight: 700;
}

#line-modal .modal__content a.turn-off-button, .modal__content a.turn-off-button {
    pointer-events: none;
    background-color: #9e9e9e;
}

.line-modal-class .modal__content a.turn-off-button, .modal__content a.turn-off-button {
    pointer-events: none;
    background-color: #9e9e9e;
}

.line-modal-class .ui-link:visited, #line-modal-class .ui-link:visited {
    color: #fff;
}

[id*="line-modal"] .modal__content .batsu:before,
[id*="line-modal"] .modal__content .batsu:after {
    background: #9e9e9e;
    width: 2px;
    top: calc(50% - 8px);
    left: 26%;
    height: 70%;
    content: "";
}

[id*="line-modal"] .modal__content .batsu:before {
    transform: rotateZ(45deg)translate(1px, 0px);
}

[id*="line-modal"] .modal__content .batsu:after {
    transform: rotateZ(-45deg)translate(0px, 1px);
}
