@media (max-width:600px){
    
    
 /**************************
    
common
    
****************************/
    
.sp_content{
display:block !important;
}
.pc_content{
display:none !important;
}
    
.ib{
    width: 100%;
}

    iframe{
        height: 300px;
    }
    
/***************************
    
header
    
    *************************/
    header {
    height: 70px;
    }

    header h1 {
    margin: 0;
    max-width: 200px;
    display: inline-block;
    }
    
    header a.login,header a.logout {
    position: absolute;
    display: block;
    width: 110px;
    right: 55px;
    font-size: 11px;
    top: 17px;
    padding: 13px 10px;
    border-radius: 4px;
    text-align: center;
    }
    
    header a.logout {
        padding-top: 15px;
        padding-bottom: 6px;
        top: 25px;
    }
    header h1 img {
        width: 170px;
        margin-top: -1px;
    }

    header .spbtn{
        position: absolute;
        display: block;
        width: 45px;
        height: 45px;
        top: 20px;
        right: 10px;
    }
    
    header a.nowlogin {
    position: absolute;
    display: block;
    width: 110px;
    right: 55px;
    top: 12px;
    font-size: 11px;
    padding: 1px;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
    background: #111;
    text-align: center;
    }

    header .spbtn:before {
    font-family: ionicons;
    content: "\f32a";
    position: absolute;
    font-size: 40px;
    left: 12px;
    line-height: 0.9;
    }
    
    header nav {
    display: block;
    position: absolute;
    right: 140px;
    top: 70px;
    background: #fff;
    width: 100%;
    left: 0;
    display: none;
    }
    
    header nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;border-bottom: 1px solid #888;
    }
    header nav ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0;
    }
    
    header nav ul li a {
    display: block;
    padding: 10px 0 8px;
    text-align: center;
    border-right: none;
    font-size: 13px;
    border-bottom: 1px solid #888;
    }
    
    header nav ul li a img{
        max-height: 20px;
    }
    header nav ul li a i{
        font-size: 24px !important;
    }
    header nav ul li a:hover:after{
        display: none;
    }
    
    header nav ul li a:before{
        display: none;
    }
    
    header nav ul li.main:after{
        display: block;
        font-family: ionicons;
        content: "\f3d1";
        position: absolute;
        top: 25px;
        right: 10px;
        
    }
    
    header nav ul li.main .sub{
        position: relative;
        top: 0;
        
    }
    
    header nav ul li.main .sub .ib{
        padding-top: 8px;
    }
    
    header nav ul li.main .sub .ib a{
        border-bottom: none;
    }
    /****************************
    
    topimg
    
    **************************/

    #topslide {
    width: 100%;
    padding-top: 0px;
    }
    
    .topimg {
    height: 266px;
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 70px;
    overflow: hidden;
    }
    .topimg .sp-slide img{
        border: none;
    }
    #sponcerd {
    padding: 10px 0;
    margin-top: -0px;background-size: 50px 100%,50px 100%,280px;
    }
    
    /******************************
    
    update
    
    *******************************/
    
    .update .ib {
    padding: 0 15px;
    }
    
    .update .ib h2{
        font-size: 36px;
    }
    
    .update .ib h2 span{
        font-size: 14px;
    }   
    .update .ib .upd_box{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 10px 8px;
        font-size: 14px;
    }
    .update .ib .upd_box .news_day{
        width: 70px;
    }
    .update .ib .upd_box .category{
        font-size: 11px;
        width: 90px;
    }
    .update .ib .upd_box .news_txt {
    width: 100%;
    margin-top: 7px;
    }
    .update .ib .upd_box:after {
    top: 25px;
    right: 10px;
    }
    /******************************
    
    intro
    
    **************************/
    
    .intro .ib{
        padding: 25px 15px;
        width: 100%;
    }
    
    .intro h2 {
    text-align: center;
    font-size: 36px;
    margin: 20px 0 30px;
    }
    .intro h2 span{
        font-size: 14px;
    }

    .oubo_bnr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    .oubo_bnr div {
    width: 100%;
    margin-bottom: 15px;
        }
    .oubo_bnr div span {
    display: block;
    padding: 20px 25px 15px;
}
    .oubo_bnr div span i{
        font-size: 15px;
    }
    .oubo_bnr div span p {
    font-size: 20px;
        }

    .oubo_bnr div:nth-child(1) span:before,.oubo_bnr div:nth-child(2) span:before{
        display: none;
    }

    .intro .mov img{
        height: 270px;
    }
    
    .intro .mov:before {
    position: absolute;
    display: block;
    width: 80px;
    height: 100px;
    left: calc(50% - 40px);
    top: 100px;
    content: '';
    background: url(../img/youtube.png) 50% 50% no-repeat;
    -webkit-background-size: ;
    background-size: 80px auto;
    }
    
    .int_txt {
    font-family: 'Yu mincho';
    height: auto;
    margin-bottom: 50px;
            background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0)) 0 0 no-repeat,
    linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)) 0 100% no-repeat,
    linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,0)) 0 0 no-repeat,
    linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,1)) 100% 0 no-repeat,
    url(../img/intbg.jpg) 50% 10% no-repeat;
   background-size: 100% 80px, 100% 60px,150px 100%,50px 100%,110% auto;
    }
    .int_txt span{
        padding-top: 30px;
    }
    .int_txt span,.int_txt p{
        font-size: 19px;font-family: "Sawarabi Mincho";
        font-weight: normal;
    }
    
    .int_txt p br{
        display: none;
    }
    .int_txt {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .int_txt div{
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .int_txt div:nth-child(2){
        width: 100%;
        padding: 0;
    }
    .int_txt div:nth-child(2):before {

    top: 160px;
    }
    /*****************************
    
    新着情報
    
    *******************************/
    
    .top_tile .ib{
        padding: 20px 15px 20px;
    }
    
    .top_tile h2{
        font-size: 36px;
        padding: 10px;    margin: 30px 0;
    }
    .top_tile h2 span{
        font-size: 14px;
    }
    .tile_con{
        justify-content: center;
        margin-top: 35px;
    }
    
    .tile_con div{
        width: 88%;
        margin-right: 0;
    }
    
    .tile_con div h3{
        line-height: 1;
    }
    
    .tile_con div p {
    padding: 0 20px 10px;
    font-size: 13px;margin-top: 5px;
    line-height: 1.7;
    }
    
    .tile_con div img {
    object-fit: cover;
    width: 100%;
    height: 170px;
    }
 
    /*************************
    
    topcontents
    
    ***************************/
    
    .top_content .ib{
        padding: 15px 15px 25px;
    }
    
    .top_content h2{
        font-size: 36px;
    }
    
    .top_content h2 span{
        font-size: 14px;
    }
    
    .tc_con{
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tc_con div {
    width: 88%;
    padding: 20px 10px 20px;
    background: rgba(255,255,255,.8);
    margin-bottom: 15px;
    }
    
    /**************************
    
    media
    
    **************************/
    
    .media .ib {
    padding: 10px 15px 50px;
    }
    
    .media h2{
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .media h2 span{
        font-size: 14px;
    }
    .media .ib ul{
        
    }
    .media .ib ul li span{
        font-size: 11px;
        margin: 0 auto 0;
        display: block;
        text-align: center;
        width: 120px;border: none;padding-bottom: 3px;
        border-bottom: 1px solid  #111;
        margin-bottom: 5px;
    }
    
    .media .ib ul li i{
        display: block;
    }
    
    .content.media_sub .ib ul li i{
        display: block;margin-top: 8px;
        font-size: 14px;
    }
    /***********************************
    
    subpage
    
    ***********************************/
    
    .content{
        padding: 0;
    }
    
    .content .ib{
        width: 100%;
    }
    .head_tit {
    height: 200px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    }
    
    .head_tit h1 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 98px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    z-index: 99;
    }
    .panlist .ib {
    padding: 10px 10px;
    font-size: 11px;
    }
    .content .ib {
    padding: 30px 15px;
    min-height: 600px;
        border: none;
    }
    
    .content .ib h2:nth-of-type(1){
        margin-top: 0;
        padding-top: 0;
    }
    
    .content p{
        padding-left: 0;
    }
    
    .content .ib img {
    max-width: 100%;
    max-height: 280px;
    object-fit: cover;
    }
    .content p.atten {
    padding: 20px;
    background: #f1f1f1;
    }
    
    .content table,.content table tr,.content table th,.content table tbody ,.content table td{
        display: block;
        width: 100% !important;
    }
    .content table th {
    width: 25%;
    padding: 10px 10px;
    border-bottom: none;
    text-align: left;
    background: #f1f1f1;
    }.content table td{
        border-bottom: none;
        padding: 10px 0;
    }
    .content .ib .con_left {
    width: 100%
    }
    .content .ib .sidebar {
    width: 100%;margin-top: 20px;
    }
    .repres,.content p .emp{
        font-family: "Sawarabi Mincho";
        font-weight: normal;
    }
    /********************************
    
    contents
    
    ********************************/
    .cont_con {
        justify-content: center;
    }
    
    .cont_con .cont_box span{
        height: 160px;
    }
    
    .cont_con .cont_box div p{
        font-size: 13px;
    }
    .cont_con .cont_box {
    width: 90%;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
}
    /*******************************
    
    sponcer
    
    ********************************/
    .spo_con{
        margin: 30px 0;
    }
    .spo_con .spo_box {
    width: 49%;
    background: #b2a484;
    padding: 5px;margin-bottom: 15px;
   
}
    
    .spo_con .spo_box a{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .spo_con .spo_box a span {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
}
    .spo_con .spo_box a div {
    width: 100%;
    padding:0 10px;
}
    
    .spo_con .spo_box a div p{
        margin: 10px 0;padding-top: 0;font-size: 18px;
        text-align: center;
    }
    
    .spo_con .spo_box a:after{
        background: #fff;
    }
    
    .spo_con .spo_box a:after {
    position: absolute;
    padding: 10px 10px;
    height: 30px;
    display: block;
    border: 1px solid #b2a484;
    top: calc(50% - 57px);
    right: -1px;
    content: '';
}
    .spo_con .spo_box a:before {
    top: 26px;
    content: "\f3d1";
    font-family: ionicons;
    color: #b2a484;
    font-size: 24px;
    position: absolute;
    right: 4px;
    z-index: 2;
}
    
    div.spo_tit {
    padding: 15px;
    background: #D4AF37;
    font-size: 16px;
    font-weight: bold;
}
    
    .sponcer_con .sponcer_box:first-child{
        margin-top: 0;
    }
    
    .sponcer_con .sponcer_box img {
    margin: 20px auto;
    max-width: 100%;
}
    
    .sponcer_con .sponcer_box span {
    display: block;
    background: #f5eedc;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
}

    .sponcer_con .sponcer_box:after {
    position: absolute;
    width: 240px;
    height: 5px;
    content: '';
    background: #D4AF37;
    bottom: -50px;
    left: calc(50% - 120px);
}
    .page_move div a {
    font-weight: bold;
    position: relative;
    display: block;
    padding: 20px 20px;
    font-size: 14px;
}
    /*******************************
    
    about
    
    ********************************/
    .ab_tit {
    height: 100px;
    background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,0)) 0 0 no-repeat,url(../img/sub01.jpg) 50% 50%;
    -webkit-background-size: cover;
    background-size: 80% 100%,cover;
}
    .about span{
        font-size: 20px;
    }
    
    .about span br{
        display: none;
    }
    
    .about p {
    font-size: 16px;
    font-family: 'Yu mincho','游明朝',serif;
    font-weight: 500;
}
    
    .move_btn{
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .move_btn a{
        width: 49%;
        margin-right: 0;
    }
    
    .telbox{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    
    .telbox a {
    width: 100%;
    padding: 15px;
    border: 1px solid #111;
    border-radius: 4px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
        margin-bottom: 15px;
}
    .telbox a:last-child{
        margin-bottom: 0;
    }
    .conbox
    {
        margin-top: 15px;
    }
    .conbox a{
        font-size: 22px;
    }
    /***************************************
    
    greeting
    
    ***************************************/
    
    .gree_desc div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px;
    flex-wrap: wrap;
}
    
    .gree_desc div:nth-child(1){
        flex-direction: column-reverse;
    }
    .gree_desc div p {
    width: 100%;padding-left: 0;
    margin-top: 0;
    font-size: 15px;
        margin-top: 25px;
}
    .gree_desc div span {
    display: block;
    width: 90%;
        margin: 0 auto;
    height: 320px;
    overflow: hidden;
    }
    
    /*****************************
    
    login
    
    ******************************/
    
    .pop_txt {
    position: fixed;
    background: #fff;
    border-radius: 4px;
    width: 90%;
    height: calc(100% - 80px);
    top: 40px;
    left: 5%;
    overflow: hidden;
    z-index: 9999;
    display: none;
}
    
    .pop_txt .t_img {
    height: 150px;
    background: url(../img/members.jpg) 50% 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
    .pop_txt i {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    top: 10px;
    background: #fff;
    right: 10px;
    cursor: pointer;
}
    .pop_txt i:before {
    font-size: 36px;
    left: 8px;
    position: absolute;
    content: "\f273";
    transform: rotate(45deg);
    font-family: ionicons;
}
    .pop_txt p span {
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    
}
    .pop_txt p{
        padding:5px 10px;
    }
    
    .pop_txt .a_con{
        width: 90%;margin-top: 10px;
    }
    
    .pop_txt .a_con a{
        width: 100%;padding: 13px;
        margin-bottom: 10px;
    }
    
    /*****************************
    
    時給リサーチ
    
    ****************************/
    
    .area_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}.content p.a_d {
    padding: 15px;
    background: #f3efe6;
    font-size: 14px;
    line-height: 1.8;
}
    
    .content .ib table.area_data th {
    background: #f3efe6;
    padding: 15px;
}
    
    .content .ib table.area_data td {
    text-align: left;
    padding: 15px;
}
    
    /****************************
    
    member
    関連
    
    **************************/
    
    .private_remark {

    padding: 15px;

}
    .private_remark i{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .private_remark i a{
        width: 100%;margin-bottom: 15px;
    }
    
    /*******************************
    
    お悩み相談
    
    *******************************/
    .qa_menu{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .qa_menu a {
    width: 100%;
        margin-bottom: 10px;
    }
    .qa .cont_con .cont_box {
    width: 90%;
}
    .content p.q {
    font-size: 16px;
    background: #FCECEA;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    font-weight: bold;
}
    .ans_box{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .ans_box div:nth-child(1) {
    width: 100%;
}
    .ans_box div:nth-child(1) span {
    width: 100px;
    display: block;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px auto;
}
    
    .ans_box em {
    font-size: 16px;
    text-align: center;
    display: block;
        font-weight: bold;
}
    
    .ans_box em i{
        font-size: 18px;
    }
    
    .ans_box div:nth-child(2) {
    width: 100%;
        margin-top: 20px;
}
    
    .ans_box div:nth-child(2) p:before {
    content: '';
    position: absolute;
width: 0;
height: 0;
        top: -15px;
        left: calc(50% - 10px);
border-style: solid;
border-width: 0 10px 15px 10px;
border-color: transparent transparent #f1f1f1 transparent;

}
    /***************************
    
    お悩み回答者
    ****************************/
    .resp_box{
        margin-bottom:30px;
        padding-bottom: 15px;
    }
    
    .resp_box h3{
        margin-top: 0;
    }
    .resp_box div:nth-of-type(1) {
    width: 100%;
    }
    
    .resp_box div:nth-of-type(1) span {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    }
    
    .resp_box div:nth-of-type(2) {
    width: 100%;font-size: 14px;
    }
    
    /*****************************
    
    shop　一覧
    
    ******************************/
    
    .shop_list .shop_box{
        padding: 0 0 10px;
        box-shadow: none;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .shop_img{
        width: 100%;
    }
    .shop_img span{
        height: auto;
    }
    .shop_list .shop_box .shop_img img{
        max-height: 190px;
    }
    
    .shop_data {
    width: 100%;
    padding: 0;
    margin-top:5px;
    }
    
    .shop_data p:last-child{
        display: none;
    }
    
    /********************************
    
    shopdetail
    
    ********************************/
    
    .content.shop_detail h2{
        margin-bottom: 20px;
    }
    
    .content.shop_detail h3 {
        margin: 30px 0 25px;
        line-height: 1.3;
    }
    
    .shop_d_data p span {
    display: inline-block;
    width: 30%;
    font-weight: bold;
    }
    
    .shop_bubbles {
    margin: 0px 0;
    }
    .shop_bubbles div span {
    width: 100%;
    padding: 3px 10px 10px;
        margin-bottom: 5px;
    font-weight: bold;
    text-align: center; 
    }
    
    .shop_bubbles div em {
    width: 100%;
    }
    
    .shop_bubbles div em:before{
    width: 0;
    height: 0;
    top: -15px;
    left: calc(50% - 7px);
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #f6f1e5 transparent;
    }
    .content .shop_d_info table tr:nth-child(2n){
        background: #fff;
    }
    #gmap {
    margin: 20px 0 0px;
    }
    a.oubo {
    margin: 20px auto 30px;
    padding: 12px 10px;
    border-radius: 10px;
    }
    .content .shop_d_img img {
    max-height: 200px;
    }
    
    /*****************************
    
    seminar一覧
    
    *****************************/
    
    .seminar_list .seminar_box{
        padding: 15px;
    }
    
    .seminar_box .semi_img{
        width: 100%;
        height: 180px;
    }
    
    .seminar_box .semi_desc{
        width: 100%;
    }
    .seminar_list .seminar_box h3{
    margin-bottom: 15px !important;
    }
    .seminar_box .semi_desc p{
        margin-top: 15px !important;
        margin-bottom: 0 !important;
        line-height: 1.5 !important;
    }
    .seminar_list .seminar_box span.number {
    padding: 5px 16px;
    top: 73px;
    right: 15px;
    font-size: 12px;

}
    .seminar_box .semi_desc a{
        position: relative;
        width: 100%;
        text-align: center;
        display: block;
        margin: 20px auto 0;
    }
    
    .semi_desc a.semilink:before{
        top: 10px;
    }
    
    /********************************
    
    yoitoki
    
    ******************************/
    
    #content .yoitoki span {
    font-size: 22px;
    }
    
    #content .yoitoki img {
    display: block;
    margin: 30px auto;
    object-fit: cover;
    height: 360px;
    max-height: 360px;
    width: 100%;
    }
    
    #content .yoitoki .yoitoki_insta img {
    display: block;
    width: 50%;
    margin: 0;
    height: 180px;
    }
    /***************************
    
    footer
    
    ******************************/
    footer .ib {
    padding: 15px 15px 100px;
    }
    footer ul{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    footer ul li{
        width: 50%;
    }
    footer ul li a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 12px;
    border-right: none;
        border-bottom: 1px solid  #444;
    }
    footer ul li:last-child a{
        border-bottom: 1px solid  #444;
    }
    footer img.flogo {
    display: block;
    margin: 30px auto 30px;
    width: 200px;
}
    
.pagetop {
    position: fixed;
    bottom: 00px;
    right: 5px;
    z-index: 2;
    display: block;
    width: 62px;
    height: 42px;
    padding: 5px;
    z-index: 999;
    background: #D4AF37;
    cursor: pointer;
}
    .pagetop span:before {
    display: block;
    content: "\f3d8";
    line-height: 1;
    margin-top: -7px;
    font-family: ionicons;
    font-size: 32px;
    text-align: center;
}
    .pagetop span {
    line-height: 1;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
    color: #222;
    font-size: 10px;
}
    
    a.osusume_bnr{
        left: 0;
        width: 100%;
    }    
    a.osusume_bnr img{
        width: 100%;
        display: block;
    }
}
/*600pxここまで*/