@charset "UTF-8";

/*===============================================
●共通
===============================================*/



/*===============================================
●画面の横幅が641px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 641px) {

    #det{
        float:right;
        width:730px;
        padding-bottom:40px;
        background-color:#FFF;
    }

    /* h2 */
    h2{
        width:730px;
        height:40px;
        margin:0px auto 0px auto;
        padding:14px 0px 0px 25px;
        font-size:16px;
        font-weight:bold;
        color:#FFF;
        text-align:left;
        background-color:#069;
    }

    /* det_box */
    .det_box {
        width:700px;
        margin:0px auto;
        font-size:14px;
    }

    .bango {
        margin: 20px 0 0 0;
        text-align:right;
    }

    h3{
        width:700px;
        margin:5px auto 0px auto;
        padding:12px 20px 8px 20px;
        font-size:18px;
        font-weight: bold;
        color:#FFF;
        text-align:left;
        background-color:#8cc63f;
        line-height: 140%;
    }

    .det_box div.sns_wrap {
        width:660px;
        height:35px;
        margin:10px auto 0px auto;
    }

    .det_box div.sns {
        width:180px;
        margin:0px 0px 0px 460px;
    }

    .det_box div.money {
        float:right;
        width:150px;
        margin:0px;
        text-align:right;
    }

    .det_box div.money img{
        height:30px;
    }

    #favorite {
        margin:0px 0px 0px 10px;
    }

    .det_box div.job_contents {
        width:660px;
        margin:20px auto;
        line-height:180%;
    }

    .det_box div.photo-kanren {
        width:660px;
        margin:20px auto;
        line-height:180%;
    }

    .det_box div.det_img {
        width:660px;
        margin:10px auto 0px auto;
    }

    .det_box div.det_img ul li {
        float:left;
        width:210px;
        margin:0px 15px 0px 0px;
    }

    .det_box div.det_img ul li:last-child {
        margin:0px;
    }

    .det_box div.det_img ul li img {
        width:210px;
    }

    .det_box div.det_map {
        width:660px;
        margin:40px auto 0px auto;
    }

    .det_box div.det_map p {
        color:#099;
    }

    .det_box div.det_map p img {
        margin:2px 8px 0px 0px;
    }

    .det_box div#gmap {
        width:660px;
        height:300px;
        margin:10px 0px 0px 0px;
        border: 2px solid Gray;
    }

    .table_job{
        width:100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin-top:0px;
        margin-left:0px;
        margin-right:100px;
        margin-bottom: 10px;
    }

    .table_job th{
        width:120px;
        text-align:center;
        padding:10px 5px 7px 5px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background: #e6f3e7;
        color: #333;
        font-size:14px;
        font-weight:normal;
        line-height:150%;
        letter-spacing:0.1em;
    }

    .table_job th.fb{
        font-weight:bold;
    }

    .table_job td{
        text-align:left;
        padding:10px 5px 7px 5px;
        border-bottom: 1px dotted #666;
        border-right: 1px dotted #666;
        font-size:14px;
        vertical-align: top;
        line-height:150%;
        letter-spacing:0.1em;
    }

    .table_job td.fb{
        font-weight:bold;
    }

    .jpb_img_title {
        margin:20px 0 10px 20px;
        color:#099;
    }

    .jpb_img_title img {
        margin:2px 8px 0px 0px;
    }

    .tanto_msg{
        border:#CCC 1px solid;
    }

    .tanto_msg_title{
        height:30px;
        padding:5px 0px 0px 10px;
        font-size:14px;
        text-align:left;
        background-color:#e6f3e7;
    }

    .tanto_msg_txt{
        padding:20px 10px;
        letter-spacing:0.1em;
        line-height:150%;
    }

    .apply-box{
        width: 660px;
        margin:20px 0 0 20px;
        padding: 0 0 20px 0;
        text-align:left;
        background-color:#FFF;
        border:#FCA575 3px solid;
    }

    .apply-box p.apply-title {
        margin: 0;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #4C4C4C;
        background-color: #FCA575;
    }

    .apply-box p.apply-txt {
        margin: 20px 0 0 0;
        padding: 0 30px;
        color: #BA000E;
    }

    .apply-box p.apply-tel {
        margin: 20px 0 0 0;
        padding: 0 30px;
    }

    .apply-box p.apply-tel a {
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
    }

    .apply-box p.apply-form {
        margin: 20px 0 0 0;
        padding: 0 30px;
    }

    .apply-box p.apply-form a {
        position: relative;
        display: block;
        width: 300px;
        height: 60px;
        padding: 20px 0 0 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #8cc63f;
        border: 1px #008000 solid;
        border-radius: 5px;
        text-decoration: none;
        line-height: 100%;
    }

    .apply-box p.apply-form a:hover {
        background-color: #008000;
    }

    .apply-box p.apply-form a:before{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .apply-box p.apply-atten {
        margin: 20px 0 0 0;
        padding: 0 30px;
        font-size: 16px;
        line-height: 160%;
    }

    #btn_position {
        margin: 30px auto 0 auto;
        text-align: center;
    }

    #btn_position a {
        display: inline-block;
        margin: 0 10px;
    }

    p.modoru{
        display:inline-block!important;
        width:140px!important;
        height:40px!important;
        margin: 0 10px;!important;
        padding:13px 0px 0px 0px!important;
        box-sizing:border-box!important;
        background-color:#F2F2F2!important;
        text-align:center!important;
        line-height:100% !important;
        font-size:14px!important;
        color:#333333!important;
        font-weight:bold!important;
        border: #cccccc 1px solid;
    }

    p.apply-comp01{
        width: 500px;
        margin: 50px auto 0 auto;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    p.apply-comp02{
        width: 500px;
        margin: 30px auto 50px auto;
        font-size: 14px;
        text-align: left;
        line-height: 180%;
    }


    .qr {
        margin: 30px 0 0 0;
        text-align: left;
    }

    .qr p {
        padding: 0 0 0 10px;
    }

    .qr img {
        display: block;
        width: 147px;
    }

}

/*===============================================
●画面の横幅が640px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 640px) {

    /* 共通 */
    body {
        background:none;
    }

    #det{
        width: 100%;
        margin:0 auto 40px auto;
    }

    /* h2 */
    h2{
        width:100%;
        height:40px;
        margin:10px auto 0px auto;
        padding:14px 0px 0px 25px;
        font-size:16px;
        font-weight:bold;
        color:#FFF;
        text-align:left;
        background-color:#069;
    }

    /* det_box */
    #det_box {
        width:100%;
        margin:0px auto;
        font-size:14px;
    }

    .bango {
        margin: 20px 0 0 0;
        text-align:right;
    }

    h3{
        width:100%;
        margin:5px auto 10px auto;
        padding:12px 10px 8px 10px;
        font-size:16px;
        font-weight:bold;
        color:#FFF;
        text-align:left;
        background-color:#8cc63f;
        line-height: 140%;
    }

    .det_box div.sns_wrap {
        width:94%;
        margin:10px auto 0px auto;
    }

    .det_box div.sns {
        width:100%;
        text-align:right;
    }

    .det_box div.money {
        width:100%;
        margin:10px auto 0px auto;
        text-align:right;
    }

    .det_box div.money img {
        height:30px;
    }

    #favorite {
        margin:0px 0px 0px 10px;
    }

    .det_box div.job_contents {
        width:100%;
        margin:20px auto;
        line-height:180%;
    }

    .det_box div.photo-kanren {
        width:100%;
        margin:20px auto;
        line-height:180%;
    }

    .det_box div.det_img {
        width:100%;
        margin:10px auto 0px auto;
    }

    .det_box div.det_img ul li {
        width:100%;
        margin:0px 0px 20px 0px;
    }

    .det_box div.det_img ul li:last-child {
        margin:0px;
    }

    .det_box div.det_img ul li img {
        width:100%;
    }

    .det_box div.det_map {
        width:100%;
        margin:40px auto 0px auto;
    }

    .det_box div.det_map p {
        color:#099;
    }

    .det_box div.det_map p img {
        margin:2px 8px 0px 0px;
    }

    .det_box div#gmap {
        width:100%;
        height:200px;
        margin:10px 0px 0px 0px;
        border: 2px solid Gray;
    }

    .table_job{
        width:100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin-top:0px;
        margin-left:0px;
        margin-right:100px;
        margin-bottom: 10px;
    }

    .table_job th{
        width:90px;
        text-align:center;
        padding:10px 5px 7px 5px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background: #e6f3e7;
        color: #333;
        font-size:14px;
        font-weight:normal;
        line-height:150%;
        letter-spacing:0.1em;
    }

    .table_job th.fb{
        font-weight:bold;
    }

    .table_job td{
        text-align:left;
        padding:10px 5px 7px 5px;
        border-bottom: 1px dotted #666;
        border-right: 1px dotted #666;
        font-size:14px;
        vertical-align: top;
        line-height:150%;
        letter-spacing:0.1em;
    }

    .table_job td.fb{
        font-weight:bold;
    }

    .jpb_img_title {
        margin:20px 0 10px 0px;
        color:#099;
    }

    .jpb_img_title img {
        margin:2px 8px 0px 0px;
    }


    .tanto_msg{
        border:#CCC 1px solid;
    }

    .tanto_msg_title{
        height:30px;
        padding:5px 0px 0px 10px;
        font-size:14px;
        text-align:left;
        background-color:#e6f3e7;
    }

    .tanto_msg_txt{
        padding:10px;
        letter-spacing:0.1em;
        line-height:150%;
    }


    .apply-box{
        width: 100%;
        margin:20px auto;
        padding: 0 0 20px 0;
        text-align:left;
        background-color:#FFF;
        border:#FCA575 1px solid;
    }

    .apply-box p.apply-title {
        margin: 0;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold;
        color: #4C4C4C;
        background-color: #FCA575;
    }

    .apply-box p.apply-txt {
        margin: 20px 0 0 0;
        padding: 0 20px;
        color: #BA000E;
    }

    .apply-box p.apply-tel {
        margin: 20px 0 0 0;
        padding: 0 20px;
    }

    .apply-box p.apply-tel a {
        font-size: 21px;
        font-weight: bold;
        text-decoration: none;
    }

    .apply-box p.apply-form {
        margin: 20px 0 0 0;
        padding: 0 20px;
    }

    .apply-box p.apply-form a {
        position: relative;
        display: block;
        width: 100%;
        max-width: 260px;
        height: 50px;
        padding: 17px 0 0 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #8cc63f;
        border: 1px #008000 solid;
        border-radius: 5px;
        text-decoration: none;
        line-height: 100%;
    }

    .apply-box p.apply-form a:before{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .apply-box p.apply-atten {
        margin: 20px 0 0 0;
        padding: 0 20px;
        font-size: 14px;
        line-height: 160%;
    }

    #btn_position {
        margin: 30px auto 0 auto;
        text-align: center;
    }

    p.btn140{
        width:30% !important;
        margin:0px 5px !important;
    }

    p.modoru{
        display:inline-block!important;
        width:30% !important;
        height:40px!important;
        margin:0px 5px !important;
        padding:14px 0px 0px 0px!important;
        box-sizing:border-box!important;
        font-size:12px!important;
        background-color: #F2F2F2 !important;
        text-align:center!important;
        line-height:100%!important;
        font-size:14px!important;
        color: #333333 !important;
        font-weight:bold!important;
        border: #cccccc 1px solid !important;
    }

}
