body{
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
@media(max-width: 800px) {
    main {
        margin-top: 100px;
    }
    h2 {
        font-size: 18px;
    }
}
@media(max-width: 500px) {
    main {
        margin-top: 50px;
    }
}
/* h */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Noto Sans JP', sans-serif;
    margin: 8px 0;
}
/* a */
a {
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
    color: #000;
}
.a-Block {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    width: 100%;
    height: 100%;
}
button {
    font-family: 'Noto Sans JP', sans-serif;
}
/* ul, li */
.reset-List-Style {
    font-family: 'Noto Sans JP', sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* nav */
nav {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
}
/* img */
.img-Width {
    width: 100%;
}
.reset-Margin {
    margin: 0;
}
.text-Center {
    text-align: center;
}

.flex-Container{
    display: flex;
}
.flex-Container-Pc{
    display: block;
}
@media(min-width:800px) {
    .flex-Container-Pc{
        display: flex;
    }
}
.flex-Wrap-Container {
    display: flex;
    flex-wrap: wrap;
}

.pc {
    display: none;
}
@media(min-width: 800px) {
    .pc{
        display: block;
    }
    .sp {
        display: none;
    }
}


.content-Wrap {
    max-width: 1000px;
    min-width: 300px;
    margin: 0 auto;
}

.orange-Button {
    display: block;
    padding: 10px 0;
    margin: 10px;
    background: linear-gradient(#f90 0,#ff6900 100%);
    border: 3px solid rgb(255 105 0);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -4px #777777;
    margin-top: 20px
}
@media(min-width: 800px){
    .orange-Button {
        box-sizing: border-box;
        font-size: 25px;
        line-height: 40px;
        width: 100%;
    }
}
.link-Style {
    color: #0065c6;
    text-decoration: solid 1px underline;
}
/* header */
.tsukubaito-Logo {
    width: 60%;
}
.header-SiteName {
    position: relative;
}
.header-Btn{
    position: absolute;
    bottom: 0;
    right: 0;
}
.header-Btn li{
    border: 1px solid #c4c2ba;
    border-radius: 5px;
    position: relative;
    margin: 0 5px;
    box-shadow: 1px 1px 3px 1px #dcdcdc;
}
.header-Btn a {
    padding: 10px 25px;
    font-size: 20px;
    line-height: 50px;
    font-weight: normal;
}
.header-Btn a i {
    margin-right: 10px;
}
.header-Btn .fa-history {
    color: #555;
}
.header-Btn .fa-star {
    color: #ffd700;
}
.sp .header-Nav{
    width: 100%;
    background: #fff;
    position: fixed;
    box-shadow: 1px 1px 2px 1px #dcdcdc;
    top: 0;
    left: 0;
    z-index: 1000;
}
.pc .header-Nav-Content {
    background: rgb(255 105 0);
}
.pc .header-Nav-Items {
    max-width: 1000px;
    margin: 0 auto;
}
.pc .header-Nav-Items li {
    flex-grow: 1;
    font-size: 15px;
    border: solid 1px #ccc;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    /* box-shadow: 0px 1px 1px 0px #dcdcdc;
    background: linear-gradient(#fff,#fff,#d2d2d2); */
}
.pc .header-Nav-Items li a{
    color: #fff;
    font-size: 16px;
}
.sp .header-Nav-Items li{
    text-align: center;
    flex-basis: 30%;
    flex-grow: 1;
    font-size: 15px;
    border: solid 1px #eee;
    border-top: none;
    border-bottom: none;
}
@media(min-width: 440px) {
    .sp .header-Nav-Items li{
        font-size: 20px;
    }
}

header .pc {
    padding-bottom: 20px;
}
/* tab */
@media(min-width: 600px) {
    .tab-Top-Img {
        margin: 15px auto;
        display: block;
    }
}
.top-Tab {
    margin-bottom: 20px;
}
.tab-Items-Sp {
    padding: 10px;
}
.tab-Items-Sp p {
    font-weight: bold;
}
.tab-Items-Sp a{
    background: linear-gradient(#ffdec7,#ffaa48);
    width: 90%;
    margin: 0px auto;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    color: #404040;
    border-radius: 20px;
    border: solid 6px #fff;
    box-shadow: 0px 1px 3px 1px #a09b9b;
}
.tab-Items-Sp li:nth-of-type(1) a::before{
    content: '\f002';
    font-family: fontAwesome;
    z-index: 1;
    font-size: 50px;
    color: #f54500cb;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}
.tab-Items-Sp li:nth-of-type(1) a::after{
    content: '\f054';
    font-family: fontAwesome;
    z-index: 1;
    font-size: 45px;
    color: #f54500cb;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
.tab-Items-Sp li:nth-of-type(2) a::before{
    content: '\f206';
    font-family: fontAwesome;
    z-index: 1;
    font-size: 50px;
    color: #f54500cb;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}
.tab-Items-Sp li:nth-of-type(2) a::after{
    content: '\f054';
    font-family: fontAwesome;
    z-index: 1;
    font-size: 45px;
    color: #f54500cb;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
.tab-Items-Sp li:nth-of-type(3) a::before{
    content: '\f128';
    font-family: fontAwesome;
    z-index: 1;
    font-size: 50px;
    color: #f54500cb;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}
.tab-Items-Sp li:nth-of-type(3) a::after{
    content: '\f054';
    font-family: fontAwesome;
    z-index: 1;
    font-size: 45px;
    color: #f54500cb;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

.tab-Items-Pc {
    justify-content: space-around;
}
.tab-Items-Pc li {
    margin: 5px;
}
.font-Big {
    font-size: 35px;
    margin-right: 10px;
    color: #f56500;
    z-index: 100;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 3px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 3px 0 0 #FFF
}
.a-Block .btn-1,
.a-Block .btn-2,
.a-Block .btn-3{
    justify-content: center;
    padding: 5px 0;
}
.a-Block .btn-2 .font-Big{
    display: inline-block;
    font-size: 30px;
    width: 90px;
    line-height: 35px;
}
.a-Block .btn-3 .font-Big{
    font-size: 32px;
}
/* search */
.top-Search {
    margin-bottom: 20px;
}
.top-Search h2{
    margin: 0 0 10px 0;
    padding: 2px 8px;
    border-width: 0 0 5px 0;
    border-color: #18bbf7;
    border-style: solid;
    color: #18bbf7;
    line-height: 140%;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
}
.form-Right {
    margin-left: 20px;
}
.form-Left {
    min-width: 500px;
}
.form-Step {
    margin: 10px 0;
}
.form-Step .job li{
    margin: 3px 5px;
}
.form-Container select,
.form-Container input[type="text"] {
    margin: 5px 0;
    width: 200px;
    height: 40px;
    border: solid 1px #ccc;
    border-radius:5px;
    font-family: 'Noto Sans JP', sans-serif;
}
.form-Item-Title {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 15px;
}
.form-Item-Title-Deco {
    color: #18bbf7;
    margin: 10px;
}
.submit-button {
    width: 100%;
    height: 40px;
    background: #f90;
}
/* マップのスタイル設定 */
.map-Wrap {
    position: relative;
}
.map-Base,
.ichinoya-label,
.sakura-label,
.daigakukaikann-label,
.ama4-label,
.ama2-label,
.kasu4-label,
.kasu3-label,
.hirasuna-label,
.oikoshi-label,
.kasugacampus-label,
.tsukuba-label,
.kenkyu-label{
    position: absolute;
}
.ichinoya-label img,
.sakura-label img,
.daigakukaikann-label img,
.ama4-label img,
.ama2-label img,
.kasu4-label img,
.kasu3-label img,
.hirasuna-label img,
.oikoshi-label img,
.kasugacampus-label img,
.tsukuba-label img,
.kenkyu-label img{
    height: 42px;
    display: block;
}
.map-Wrap label input,
.map-Wrap label img:not(.active) {
    display: none;
}
.ichinoya-label{
    top: 54px;
    left: 150px;
}
.sakura-label{
    top: 45px;
    left: 357px;
}
.daigakukaikann-label{
    top: 145px;
    left: 158px;
}
.ama4-label{
    top: 131px;
    left: 380px;
}
.ama2-label{
    top: 182px;
    left: 380px;
}
.kasu4-label{
    top: 192px;
    left: 157px;
}
.kasu3-label{
    top: 297px;
    left: 72px;
}
.hirasuna-label{
    top: 237px;
    left: 238px;
}
.oikoshi-label{
    top: 286px;
    left: 249px;
}
.kasugacampus-label{
    top: 333px;
    left: 196px;
}
.tsukuba-label{
    top: 390px;
    left: 238px;
}
.kenkyu-label{
    top: 390px;
    left: 14px;
}
.top__show-more {
    display: block;
    height: 60px;
    border: solid 1px #bebebe;
    border-radius: 15px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    background: #fcfcfc;
    box-shadow: 0px 2px 3px 2px #dcdcdc;
    margin: 15px 10px;
}
/* アルバイト一覧 */
/* 共通 */
.content-Title h4 {
    font-size: 13px;
}
.shop-Name {
    color: #fff;
    background: linear-Gradient(#33b5e1, #00a3d9);
    padding: 15px 5px;
    margin: 0;
    font-size: 16px;
}
.btn-Container{
    padding-top: 25px;
}
.btn-Container .btn-Web {
    width: 90%;
}
.btn-Web,
.btn-Call {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(#1593d7 0,#0065c6 100%);
    border: 3px solid #0073cb;
    height: 60px;
    box-shadow: 1px 1px 4px 1px #eeeeee;
    width: 35%;
    line-height: 60px;
    margin: 5px;
    min-width: 120px;
    font-size: 15px;
}
.btn-Web {
    font-weight: bold;
}
@media(max-width:800px){
    .btn-Web::before {
        content: '\f109';
        font-family: fontAwesome;
        font-size: 20px;
        margin-right: 10px;
    }
    .btn-Web-Deco {
        display: none;
    }
    .btn-Text-Deco {
        display: none;
    }
    .btn-Container form{
        display: flex;
        justify-content: center;
    }
}
.btn-Call::before {
    content: '\f095';
    font-family: fontAwesome;
    font-size: 20px;
    margin-right: 5px;
}

.btn-Container .btn-Star {
    background: #fff;
    border: 2px solid #d4d4d4;
    font-size: 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: 1px 1px 4px 1px #eeeeee;
    height: 50px;
    width: 50px;
    font-size: 17px;
}
.btn-Star::before{
    content: '\f005';
    font-family: fontAwesome;
    color: #ffb400;
}
@media(min-width: 800px) {
    .btn-Container {
        position: relative;
        text-align: right;
        margin-right: 20px;
    }
    .btn-Container .btn-Web {
        display: inline-block;
        background: linear-gradient(#f90 0,#ff6900 100%);
        border: 3px solid rgb(255 105 0);
        line-height: 70px ;
        height: 70px;
        font-size: 25px;
        text-align: center;
        width: 330px;
    }
    .btn-Text-Deco {
        display: inline-block;
        font-size: 20px;
        margin-right: 10px;
    }
    .btn-Container .btn-Star{
        width: fit-content;
        padding: 0 20px;
        height: 70px;
        font-size: 25px;
        margin: 5px;
    }
    .btn-Web-Deco {
        font-size: 20px;
        position: absolute;
        left: 67%;
        top: -10px;
    }
    .btn-Call {
        display: none;
    }
}
.shop-Select {
    text-align: right;
    border-top: solid 1px #00a3d9;
}
.shop-Select select{
    border: 1px solid #c4c2ba;
    width: 120px;
    height: 50px;
    margin: 10px 20px;
    font-size: 17px;
    border-radius: 5px;
}
.module-Shop-Info .contents{
    margin: 0 10px;
}
.module-Shop-Info .right-Area .sp{
    font-size: 12px;
    margin: 0 10px;
    flex-grow: 1;
}
.module-Shop-Info .right-Area .sp .th{
    font-size: 12px;
    margin: 0 10px;
    flex-grow: 1;
}
.module-Shop-Info .right-Area .pc{
    font-size: 14px;
    margin: 0 10px;
    flex-basis: 45%;
}
.module-Shop-Info .left-Area{
    flex-basis: 40%;
}
.sp .module-Shop-Info {
    border-bottom: solid 1px #aaa;
    background-image: url(../img/right_arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 60%;
    padding-bottom: 10px;
}
.shop-Name {
    justify-content: space-between;
}
.shop-Tab {
    padding: 5px;
    margin: 5px;
    border: solid 1px #fff;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    height: 15px;
}
@media(min-width:600px) {
    .shop-Tab {
        padding: 5px;
        margin: 5px;
        border: solid 1px #fff;
        border-radius: 5px;
        font-size: 15px;
        font-weight: bold;
        line-height: 25px;
        height: 25px;
    }
}


.module-Shop-Info .right-Area table th,
.module-Shop-Info .right-Area table td {
    border-bottom: solid 1px #E7F2FD;
    padding: 5px 10px;
    text-align: left;
}
.module-Shop-Info .right-Area table th{
    width: 70px;
}
.module-Shop-Info .right-Area table tr:nth-of-type(3) th,
.module-Shop-Info .right-Area table tr:nth-of-type(4) th,
.module-Shop-Info .right-Area table tr:nth-of-type(3) td,
.module-Shop-Info .right-Area table tr:nth-of-type(4) td{
    display: none;
}
.module-Shop-Info .right-Area table tr:nth-of-type(1) th, .module-Shop-Info .right-Area table tr:nth-of-type(2) th{
    vertical-align: top;
}
.module-Shop-Info .right-Area table ul{
    box-sizing: border-box;
    margin: 5px 0;
    padding: 0 0 0 20px;
}
.text-Container {
    padding: 10px 20px;
    line-height: 1.7em;
    background: #eee;
    border-radius: 10px;
}

.module-Shop-Info .right-Area table {
    width: 100%;
    margin: 10px auto 0;
}    
/* PC版 */
@media(min-width:600px){
    .module-Shop-Info .right-Area table {
        width: 90%;
        margin: 20px auto 0;
    }
    .module-Shop-Info .right-Area table tr:nth-of-type(3) th,
    .module-Shop-Info .right-Area table tr:nth-of-type(4) th,
    .module-Shop-Info .right-Area table tr:nth-of-type(3) td,
    .module-Shop-Info .right-Area table tr:nth-of-type(4) td{
        display: table-cell;
    }
    .shop-List .search-Result p {
        font-size: 45px;
        margin: 0;
        padding-left: 20px;
    }
    .shop-List  li{
        margin: 10px;
    }
    .module-Shop-Info {
        margin: 15px 10px;
        background: #fff;
        border: solid 1px #aaa;
        border-radius: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 2px 3px 2px #dcdcdc;
    }
    .module-Shop-Info .contents{
        margin: 0 10px;
    }
    .content-Title h4{
        font-size: 15px;
        padding: 20px;
        margin-bottom: 10px;
        border-bottom: dashed 1px #ccc;
    }
    .module-Shop-Info .right-Area{
        font-size: 17px;
        margin: 0 10px;
        flex-basis: 60%;
    }
    .module-Shop-Info .left-Area{
        flex-basis: 40%;
    }
    .shop-Name {
        border-radius: 5px 5px 0 0;
        font-size: 20px;
    }
    .shop-Img-Pc {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .sec-02 {
        font-size: 15px;
    }
    .btn-Container a:first-of-type{
        font-weight: bold;
        margin-top: 30px;
    }
    .btn-Star i{
        font-size: 30px;
        left: 15%;
    }
}
@media(min-width: 800px) {
    .content-Title h4{
        font-size: 23px;
    }
}
.showmore-Button {
    display: block;
    padding: 10px 0;
    margin: 10px;
    background: linear-gradient(#fff 0,#efefef 100%);
    border: 3px solid #ddd;
    color: #333;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -4px #777777;
    margin-top: 20px;
    font-size: 18px;
}
/* フッター */
.footer-Nav {
    border-top: solid 1px #ccc;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer-Nav li{
    flex-grow: 1;
    width: 49%;
    padding: 10px 0;
    border-top: solid 1px #eee;
    position: relative;
}
.footer-Nav li::after{
    content:'\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-Sec02 {
    background: #eee;
    padding: 10px;
    font-size: 12px;
    color: #999;
}



/* 投稿ページ single.php */
.breadcrumb-List a{
    color: #0065c6;
    margin: 0 5px;
}
.breadcrumb-List li+li::before {
    content: '\f101';
    font-family: FontAwesome;
    text-decoration: none;
}
.shop-Info {
    background: #fff;
    padding: 0;
}
@media(min-width: 800px){
    .shop-Info {
        padding: 30px;
    }
}
.shop-Info .shop-Name {
    margin: 15px 0;
    font-size: 20px;
    padding: 20px;
}
.shop-Sub-Info .right-Container {
    margin: 10px;
}
@media(min-width: 800px){
    .shop-Sub-Info .right-Container {
        width: 60%;
        margin: auto 20px;
    }
}
.shop-Sub-Info .right-Container p{
    font-size: 16px;
}
.shop-Sub-Info h3{
    color: #F34805;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #999;
}
.shop-Main-Info .left-Container{
    flex-basis: 100%;
    margin: 20px
}
.shop-Main-Info .text-Wrap h3 {
    color: #F25111;
    margin-top: 20px;
    font-size: 15px;
}
.shop-Main-Info .text-Wrap p {
    font-size: 13px;
}
.shop-Main-Info .right-Container{
    margin: 10px;
}
.shop-Main-Info .left-Container img{
    width: 100%;
}
.feature-Title {
    padding: 0 10px;
    font-size: 15px;
    color: #1452b8;
    font-weight: bold;
    border-bottom: 2px solid #76ace7;
}
.shop-Main-Info .features li {
    flex-grow: 1;
    font-size: 14px;
    padding-bottom: 8px;
    width: 30%;
    margin: 3px;
    font-weight: bold;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.feature_01 {
    background-image: url(../img/feature_icon_1.png);
}
.feature_02 {
    background-image: url(../img/feature_icon_3.png);
}
.feature_03 {
    background-image: url(../img/feature_icon_3.png);
}
.feature_04 {
    background-image: url(../img/feature_icon_4.png);
}
.feature_05 {
    background-image: url(../img/feature_icon_5.png);
}
.feature_06 {
    background-image: url(../img/feature_icon_6.png);
}
.feature_07 {
    background-image: url(../img/feature_icon_7.png);
}
.feature_08 {
    background-image: url(../img/feature_icon_8.png);
}
.feature_09 {
    background-image: url(../img/feature_icon_9.png);
}
.feature_10 {
    background-image: url(../img/feature_icon_10.png);
}
.feature_11 {
    background-image: url(../img/feature_icon_11.png);
}
.feature_12 {
    background-image: url(../img/feature_icon_12.png);
}
.feature_13 {
    background-image: url(../img/feature_icon_13.png);
}
.feature_14 {
    background-image: url(../img/feature_icon_14.png);
}
.feature_15 {
    background-image: url(../img/feature_icon_15.png);
}
.feature_16 {
    background-image: url(../img/feature_icon_16.png);
}
.feature_17 {
    background-image: url(../img/feature_icon_17.png);
}
.shop-Main-Info .job li{
    font-weight: bold;
}
.shop-Main-Info .time li{
    font-weight: bold;
}
.shop-Main-Info .location li{
    font-weight: bold;
}
.shop-Sub-Info h2{
    margin-top: 30px;
    padding: 5px 8px;
    background: #18bbf7;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
@media(min-width:800px){
    .shop-Sub-Info h2{
        margin: 30px 0;
        padding: 2px 8px;
        border-bottom: solid 4px  #18bbf7;
        color: #18bbf7;
        font-weight: bold;
        font-size: 24px;
        background: #fff;
    }
}
.apeal-Points li{
    margin: 10px 0;
    border: solid 1px #ccc;
    padding: 10px;
}

@media(max-width: 800px){
    .btn-sp-orange {
        background: linear-gradient(#f90 0,#ff6900 100%);
        border: 3px solid rgb(255 105 0);
        height: 60px;
        font-size: 20px;
        color: #Fff;
        border-radius: 5px;
        width: 50%;
    }
    .btn-Container a:first-of-type {
        font-weight: bold;
         margin-top: 0;
    }
    .btn-Web-Deco {
        font-size: 18px;
        transform: translateX(-20px);
    }
    .btn-sp-orange .btn-Text-Deco {
        font-size: 20px;
        margin-right:10px;
    }
    .btn-Container .btn-sp-Star {
        min-width: 60px;
        height: 60px;
        font-size: 20px;
        margin: 5px;
    }
}
.free-Apeal {
    margin: 40px 0;
}
@media(min-width: 800px) {
    .free-Apeal {
        border: solid 8px #f4890a;
        border-radius: 20px;
    }
}
.free-Apeal .sec-01 .contents-Wrap {
    padding: 20px;
    border-bottom: dashed 1px #ccc;
    background: #fffaf0;
}
.shop-Sub-Info .left-Container {
    max-width: 100%;
    width: 100%;
}
.shop-Sub-Info .left-Container img {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}
@media (min-width: 800px) {
    .free-Apeal .sec-01 .left-Container {
        min-width: 45%;
    }    
    .free-Apeal .sec-01 .left-Container img {
        width: 100%;
    }    
    .free-Apeal .sec-01 .right-Container {
        padding: 20px;
    }    
    .shop-Sub-Info .left-Container {
        max-width: 45%;
        width: 45%;
    }
    .shop-Sub-Info .left-Container img {
        margin: 0 auto;
        width: 100%;
    }
}
.free-Apeal .photo-Container img{
    border: solid 1px #ccc;
    width: 100%;
}
.free-Apeal h2 {
    color: #fff;
    border: solid 10px #f4890a;
    background: #f4890a;
    padding-left: 10px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-size: 20px;
}
.free-Apeal .sec-02{
    margin: 20px;
}
.free-Apeal .sec-02 img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    max-width: 100%;
}
.free-Apeal li{
    width: 30%;
    margin: 0 auto;
}

.job-Info h4 {
    padding: 0 10px;
    font-size: 20px;
    color: #1452b8;
    font-weight: bold;
    margin-left: 10px;
} 
.job-Info table,
.apply-Info table {
    color: #404040;
    /* width: %;
    border-collapse: collapse; */
}
.apply-Info h2 ,
.job-Info h2 {
    padding: 0 10px;
}
.job-Info tr,
.apply-Info tr {
    display: inline-grid;
    width: 100vw;
    margin: 10px 0;
}

.job-Info th,
.apply-Info th {
    color: #0065c6;
    width: 100%;
    padding: 0 15px 8px;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}
.job-Info td,
.apply-Info td {
    width: 100%;
    padding: 0 10px 0;
    vertical-align: top;
    font-size: 15px;
    box-sizing: border-box;
}
@media(min-width:800px){
    .job-Info tr,
.apply-Info tr {
    display: table;
    width: 100%;
    margin: 0;
}
    .job-Info th,
    .apply-Info th {
        background: #F0F0F0;;
        color: #404040;
        width: 20%;
        padding: 20px;
        font-size: 18px;
    }
    .job-Info table,
    .apply-Info table {
        display: table;
        color: #404040;
        width: 95%;
        margin-left: 20px;
    }
    .job-Info td,
    .apply-Info td {
        padding: 20px 10px;
        font-size: 16px;
    }
    .job-Info tr,
    .apply-Info tr {
        border-top: solid 1px #999999;
        border-bottom: solid 1px #999999;
    }

}

.recommendation h2,
.history h2 {
    background: #eee;
    padding: 15px;
    font-size: 15px;
}
.recommendation,
.history
{
    margin: 20px 0;
}
.recommendation .alubam ul,
.history .alubam ul
{
    justify-content: flex-start;
}
.recommendation .alubam>ul>li,
.history .alubam>ul>li
{
    margin: 5px;
    width: 25%;
}
.recommendation .alubam .text-Content i,
.history .alubam .text-Content i
{
    color: #f4890a;
    margin-right: 5px;
    font-size: 20px;
}


/* form */

.form-Wrap input[type="input"],
.form-Wrap input[type="text"],
.form-Wrap input[type="email"],
.form-Wrap input[type="tel"]
 {
    height: 30px;
    border-radius: 5px;
    border: solid 1px #000;
    font-size: 18px;
    width: 100%;
}
.form-Wrap select {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}
.form-Title {
    background: #18bbf7;
    color: #fff;
    padding: 10px;
    margin: 20px 0;
    font-size: 18px;
}
@media(min-width:600px){
    .form-Wrap {
        border-radius: 10px;
        box-shadow: 0px 0px 0px 1px #ccc;
    }
    .form-Title {
        border-radius: 10px 10px 0 0;
        line-height: 60px;
        font-size: 24px;
    }
}
.apply-Info {
    margin: 40px 0;
}
.recruitment__salary-supplement {
    margin: 30px 0;
}
.apply-Company{
    margin: 20px 0;
    border: solid 4px #18bbf7 ;
    border-radius: 10px;
}
.apply-Company h2 {
    margin: 0;
    background: #18bbf7;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 18px;
}
.apply-Company-Contents {
    font-size: 13px;
    padding: 0 10px;
}

.CF-Item-Title {
    font-weight: bold;
    margin: 5px 10px 15px;
    display: block;
}
.inquiry__textarea{
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 10px 0 0;
    width: 100%;
    box-sizing: border-box;
}
.inquiry__caption-top {
    color: #404040;
    margin: 20px 30px 0;
}
.inquiry__caption {
    font-size: 16px;
    color: #404040;
}
.form-Contents {
    padding: 20px;
}
.form-Content p{
    margin: 8px;
}
.form-Content {
    border-bottom: solid 1px #ccc;
    padding: 15px 10px;
    font-size: 12px;
    font-size: 16px;
    line-height: 1.5em;
}
.form-Caption {
    margin: 10px 0;
    display: block;
}
.form-Content .wpcf7-list-item {
    display: block;
}
.return-Btn {
    display: block;
    padding: 5px 0;
    background: linear-gradient(#cecece 0,#919191 100%);
    border: 1px solid #777777;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -4px #777777;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
}
.submit-Btn {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    background: linear-gradient(#f90 0,#ff6900 100%);
    border: 2px solid rgb(255 105 0);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -4px #777777;
    margin-top: 10px;
    width: 90%;
}
.apply-form__tos a{
    text-decoration: underline solid #1452b8;
    color: #1452b8;
    margin: 10px 10px;
    display: inline-block;
    width: fit-content;
}
.what-iwai__bg {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
.what-iwai__bg img {
    width: 100%;
}
.for-customer__bg {        
    min-width: 1200px;
    position: relative;
}
.for-customer__btn-container-1 {
    position: absolute;
    top: 1128px;
    width: 100%;
    margin: 0 auto;
}
.for-customer__btn-container-2 {
    position: absolute;
    top: 1860px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(4px);
}
.for-customer__btn-container-3 {
    position: absolute;
    bottom: 1219px;
    width: 100%;
    margin: 0 auto;
}
.for-customer__btn-container-4 {
    position: absolute;
    bottom: 244px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(-2px);
}
.for-customer__img {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.for-customer__btn1 {
    display: block;
    width: 765px;
    height: 138px;
    background-image: url(../img/for-customer/button1.png);
    background-size: 100%;
    margin: 0 auto;
    transform: translateX(-14px);
}
.for-customer__btn2 {
    display: block;
    width: 487px;
    height: 70px;
    background-image: url(../img/for-customer/button2.png);
    background-size: 100%;
    margin: 82px 86px 0 auto;
}
.inquiry-for-customer__main-title {
    display: block;
    margin: 30px auto 0;
    width: 100%;
    padding: 0 10px;
}
.inquiry-for-customer__title  {
    line-height: 50px;
    padding: 10px 30px;
    background: #18bbf7;
    color: #fff;
    margin: 0 0 40px;
}
.inquiry-for-customer__item {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 0 10px;
}
.inquiry-for-customer__content {
    display: block;
    max-width: 1000px;
    min-width: 300px;
    margin: 0 auto;
    border-radius: 30px;
}
@media (min-width:800px){
    .CF-Item-Title {
        font-size: 20px;
    }
    .inquiry-for-customer__item:first-of-type {
        margin: 0;
    }
    .inquiry-for-customer__item:last-of-type {
        margin: 0;
    }
    .inquiry-for-customer__item {
        display: block;
        margin: 40px 0;
        width: 80%;
        padding: 50px 30px
    }
    .inquiry-for-customer__main-title {
        max-width: 1000px;
        margin: 30px auto 0;
    }
    .inquiry-for-customer__title  {
        border-radius: 10px 10px 0 0;
    }
    .inquiry-for-customer__content {
        border-radius: 10px;
        box-shadow: 0px 0px 0px 1px #ccc;
        margin: 50px auto;
        padding: 0 0 30px;
    }
    .inquiry-for-customer__content-last {
        display: block;
        max-width: 1000px;
        min-width: 300px;
        margin: 0 auto;
        border-radius: 30px;
        border-radius: 10px;
        box-shadow: none;
        margin: 50px auto;
        font-size: 20px;
        padding: 20px;
    }
    .inquiry-for-customer__item {
        margin: 40px 10px;
        width: 80%;
        padding: 0 0 0 70px;
    }
    .inquiry-for-customer__item:first-of-type {
        margin: 0 10px;
    }
    .inquiry-for-customer__item:last-of-type {
        margin: 0 10px;
    }
    .inquiry-for-customer__textarea{
        margin: 1em 0  0 1em;
    }
    .inquiry-for-customer__item-title {
        font-size: 20px;
        font-weight: bold;
    }
}

.inquiry-for-customer__supplement {
    font-size: 16px;
    color: #404040;
}
.inquiry-for-customer__last-comment {
    color: #E60000;
    padding: 0 20px;
}
.inquiry-for-customer__input{
    border: solid 1px #1e1e1e;
    box-sizing: border-box;
    padding: 5px;
    display: block;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
}
.inquiry-for-customer__textarea{
    border: solid 1px #1e1e1e;
    margin: 1em 0;
    box-sizing: border-box;
    height: 3em;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
}
.inquiry-for-customer__input::placeholder {
    color: #92929292;
}
.inquiry-for-customer__post-code[type="text"]{
    padding: 5px;
    font-size: 20px;
    width: 100px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px;
}
.inquiry-for-customer__how_to_contact {
    position: relative;
    font-size: 20px;
    margin: 10px 0;
    display: block;
}
.sign-up__main-title {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
    line-height: 3.5em;
    margin: 8px 0 0;
    box-sizing: border-box;
}
.sign-up__title  {
    line-height: 50px;
    padding: 10px 30px;
    background: #18bbf7;
    color: #fff;
    margin: 0 0 40px;
}
.sign-up__item {
    box-sizing: border-box;
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 0 10px;
}
.sign-up__item:first-of-type {
    margin: 0;
}
.sign-up__item:last-of-type {
    margin: 0;
}
.sign-up__content {
    display: block;
    max-width: 1000px;
    min-width: 300px;
    margin: 20px 0;
    border-radius: 30px;
}
.sign-up__item-title {
    font-size: 16px;
    font-weight: bold;
}
.sign-up__supplement {
    font-size: 16px;
    color: #404040;
}
.sign-up__last-comment {
    color: #E60000;
    padding: 0 20px;
}
.sign-up__content-last {
    padding: 0 10px;
}
.sign-up__input{
    border: solid 1px #1e1e1e;
    box-sizing: border-box;
    padding: 5px;
    display: block;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
}
.sign-up__textarea{
    height: 3em;
    width: 100%;
    border-radius: 5px;
    margin: 1em 0  0 1em;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
}
.sign-up__input::placeholder {
    color: #92929292;
}
.sign-up__post-code[type="text"]{
    font-family: 'Noto Sans JP', sans-serif;
    padding: 5px;
    font-size: 20px;
    width: 50px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px;
}
.sign-up__how_to_contact {
    position: relative;
    font-size: 20px;
    margin: 10px 0;
    display: block;
}
.sign-up__content-address {
    margin: 20px 0 0 10px;
}
.sign-up__content-address h5 {
    font-size: 16px;
}
.sign-up__content-addtess p {
    margin: 5px;
}
.sign-up__content_wrap {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
@media (min-width:600px){
    .form-Content {
        font-size: 20px;
    }
    .for-customer__tos {
        font-size: 20px;
    }
    .sign-up__main-title {
        display: block;
        max-width: 1000px;
        margin: 30px auto 0;
        width: 100%;
        font-size: 24px;
        line-height: 3.5em;
    }
    .sign-up__content-address {
        margin: 20px 0 0 45px;
    }
    .sign-up__item {
        display: block;
        margin: 40px 0;
        width: 80%;
        padding: 50px 30px
    }
    .sign-up__title  {
        border-radius: 10px 10px 0 0;
    }
    .sign-up__copy {
        margin: 0 30px;
    }
    .sign-up__content {
        border-radius: 10px;
        box-shadow: 0px 0px 0px 1px #ccc;
        margin: 50px 30px;
        padding: 0 0 30px;
    }
    .sign-up__content-last {
        display: block;
        max-width: 1000px;
        min-width: 300px;
        margin: 0 auto;
        border-radius: 30px;
        border-radius: 10px;
        box-shadow: none;
        margin: 50px auto;
        font-size: 20px;
        padding: 20px;
    }
    .sign-up__item {
        margin: 40px 10px;
        width: 80%;
        padding: 0 0 0 70px;
    }
    .sign-up__item:first-of-type {
        margin: 0 10px;
    }
    .sign-up__item:last-of-type {
        margin: 0 10px;
    }
    .sign-up__item-title {
        font-size: 20px;
    }
    .for-customer__tos {
        font-size: 22px;
    }
    .form-Wrap ul {
        margin: 0 0 0 45px ;
    }
}
.job_name_list {
    list-style: none;
    margin: 0;
}
.form-Wrap .job_name[type="text"] {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    border: none;
    font-size: 20px;
    box-sizing: border-box;
}
.form-Wrap .shop_name textarea{
    font-family: 'Noto Sans JP', sans-serif;
    width: 98%;
    border: none;
    font-size: 20px;
    height: 2.5em;
    line-height: 1em;
    border: none;
    box-sizing: border-box;
}


#copy {
    cursor: pointer;
    color: #1452b8;
    font-size: 20px;
    font-weight: bold;
}
.sign-up__copy {
    display: block;
    max-width: 1000px;
    min-width: 300px;
    margin: 0 auto;
}
.archive__btn-Container {
    padding: 0;
}



.map_button {
    color: #f4890a;
    font-size: 30px;
    padding: 0 10px;
    border: solid 1px #eee;
    border-radius: 10px;
    box-shadow: 0px 3px 1px 0px #eeeeee;
    margin: 0 0 0 10px;
}
.for-customer__tos {
    color: #1452b8;
    font-weight: bold;
}
.what-iwai__btn {
    box-sizing: border-box;
    line-height: 60px;
    width: 95%;
    margin: 30px auto;
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 10px 0;
    background: linear-gradient(#f90 0,#ff6900 100%);
    border: 3px solid rgb(255 105 0);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -4px #777777;
}
.what-iwai__sub-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px 30px;
    background: #eee;
    padding: 30px 10px;
    border-radius: 15px;
}
.form__supplement {
    font-size: 16px;
    color: #404040;
}
.form__textarea {
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 10px 0 0;
    width: 100%;
    height: 8em;
    padding: 10px;
    box-sizing: border-box;
}
.inquiry__about option:nth-of-type(1) {
    text-align: center;
}

/* ツクバイトQA */

.hr_orange img{
    width: 100%;
}
.q0,.q1 {
    text-align: center;
}
.q0 img{
    width: 100%;
}
.rireki img {
    width: 100%;
}
.q_a_content {
    padding: 0 15px;
}
@media (min-width:800px) {
    .q_a_content {
        padding: 0 20px;
    }
}