@charset "utf-8";

#employee {
    margin: 0 auto 50px;
    font-family: 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#employee * {
    box-sizing: border-box;
}

#employee .pc {
    display: block !important;
}

#employee .sp {
    display: none !important;
}

#employee a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

#employee .line{
    color:#0097e2;
}

#employee .line:hover{
    color:#0097e2;
}



#employee .main h1 {
    width: 1024px;
    font-size: 34px;
    border-left: #5eb5ee 2px solid;
    padding: 13px 0 9px 15px;
    margin: 25px auto 30px;
    color: #000;
}

#employee .main p,
#employee .main ul,
#employee .main ol,
#employee .main tr,
#employee .main dl {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

#employee .main dt {
    font-weight: bold;
}

#employee .main dl {
    margin: 0 auto 10px;
}

/* ---------------調整--------------- */

#employee .t_20 {
    margin-top: 20px;
}

#employee .txt_s {
    font-size: 14px !important;
}


/* ---------------ぱんくず--------------- */


#employee .pankuzu {
    width: 100%;
    max-width: 1024px;
    margin: 20px auto 0;
    text-align: left;
}

#employee .pankuzu li,
#employee .pankuzu li a {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding: 0 20px 0 0;
}

#employee .pankuzu li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    right: -20px;
    margin: 0 20px;
}

#employee .pankuzu li:last-child:after {
    content: none;
}

#employee .pankuzu li a:hover {
    text-decoration: underline;
}




/* ---------------ナビゲーション--------------- */

#employee .main .link {
    width: 1024px;
    margin: 50px auto 50px;
    border-left: #c4c4c4 1px solid;
    display: flex;
    flex-flow: wrap;
}

#employee .main .link:after,
#employee .main .link:before {
    content: "";
    clear: both;
    display: block;
}

#employee .main .link li {
    width: 24%;
    text-align: center;
    border-right: #c4c4c4 1px solid;
    position: relative;
}

#employee .main .link li:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

#employee .main .link li a {
    color: #333;
}

#employee .main .link li:before {
    border-top: solid 2px #5eb5ee;
    border-right: solid 2px #5eb5ee;
}


/* ---------------h2--------------- */
#employee h2 {
    font-size: 34px;
    color: #333;
    position: relative;
    padding: 120px 0 10px;
    width: 1024px;
    margin: 0 auto;
}

#employee h2.top {
    padding-top: 50px;
}

/* ---------------h3--------------- */
#employee h3 {
    font-size: 24px;
    line-height: 1;
    color: #333;
    width: 1024px;
    margin: 30px auto;
    border-bottom: 1px solid #0097e2;
    border-left: 8px solid #0097e2;
    padding: 8px 0 10px 15px;
    margin-top: 50px;
}


/* ---------------スクエア見出し--------------- */
#employee .sq_tit {
    width: 1024px;
    font-size: 22px;
    margin: 40px auto 20px;
}

#employee .sq_tit:before {
    content: '■';
    color: #5eb5ee;
    margin: 0 10px 0 0;
}

/* ---------------太文字--------------- */
#employee .bold_tit {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
}

#employee .bold {
    font-weight: 600;
}


/* ---------------色文字--------------- */
#employee .color_tit {
    width: 980px;
    margin: 0 auto 15px;
    font-weight: bold;
    color: #359de2;
    font-size: 16px;
}

#employee .bl {
    color: #0097e2 !important;
}

/* ---------------dl dd--------------- */

#employee dl,
dd {
    width: 1024px;
    font-size: 16px;
    line-height: 150%;
}

#employee dt {
    font-weight: 600;
    margin-top: 15px;
}

#employee .wrap_bl_non dl,
dd {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
}

#employee .wrap_bl_non dd {
    padding-left: 20px;
}




/* ---------------テキストのみ--------------- */

#employee .wide_txt {
    width: 1024px;
    text-align: left;
    margin: 0 auto 10px;
}

/* ---------------リストタイプ--------------- */

#employee .txt_list {
    width: 970px;
    text-align: left;
    margin: 0 auto 10px;
}

#employee .txt_list li {
    width: 970px;
    text-align: left;
    margin: 0 auto 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

/* ---------------青枠--------------- */
#employee .wrap_bl {
    width: 100%;
    padding: 3%;
    border: 1px solid #0097e2;
    background-color: #dfe9f5;
    margin-top: 20px;
}

#employee .wrap_bl .tit {
    font-size: 24px;
    color: #0097e2;
}


#employee .wrap_bl_non {
    width: 100%;
    padding: 3%;
    background-color: #dfe9f5;
    margin-top: 20px;
}


/* ---------------横長画像--------------- */
#employee .wide_img {
    width: 1024px;
    text-align: left;
    margin: 0 auto;
}

#employee .wide_img img {
    width: 1024px;
}

#employee .wide_img img.middle {
    width: 800px;
}

/* ---------------画像２カラム--------------- */
#employee .half_img {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

#employee .half_img ul {
    display: flex;
    flex-flow: wrap;
}

#employee .half_img ul li {
    width: 480px;
}

#employee .half_img ul li:first-child {
    margin: 0 40px 0 0;
}

#employee .half_img ul li img {
    width: 100%;
}

/* ---------------画像３カラム--------------- */
#employee .three_img {
    width: 1000px;
    text-align: center;
    margin: 30px auto;
}

#employee .three_img ul {
    display: flex;
    flex-flow: wrap;
}

#employee .three_img ul li {
    width: 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
}

#employee .three_img ul li img {
    width: 100%;
    margin: 0 auto 10px;
}


/* ---------------テキストのみ--------------- */
#employee .txt_img {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
}

#employee .txt_img .txt_area {
    width: 500px;
}

#employee .txt_img .img_area {
    width: 450px;
    margin: 0 0 0 50px;
}

#employee .txt_img .img_area img {
    width: 90%;
    margin: 0 0 10px;
}


/* 背景色つき */
#employee .bg_color {
    background: #f3faff;
    padding: 60px 0;
}

#employee .bg_color .white {
    width: 950px;
    margin: 0 auto;
    padding: 30px 30px 10px;
    box-sizing: border-box;
    background: #fff;
}

#employee #content4 .bg_color .white {
    border: #0097e2 1px solid;
}

#employee .bg_color .white_line {
    border: #0097e2 1px solid;
    width: 910px;
    margin: 0 auto;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #fff;
}

#employee .bg_color .white li {
    padding-left: 1.6em;
    text-indent: -1.6em;
}

/* ラインと背景色 */
#employee .line_area {
    width: 1024px;
    margin: 40px auto 60px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0 30px;
    border-top: 2px solid #5eb5ee;
}

#employee .line_area .line_tit {
    font-size: 24px;
    padding: 30px 20px 20px;
    border-bottom: 1px solid rgb(194, 216, 226);
}

#employee .line_area .line_txt {
    padding: 30px
}

#employee .line_area .half {
    width: 950px;
    margin: 30px auto;
}

/* ラインと青背景色 */
#employee .blueline_area {
    width: 1024px;
    background: #f3faff;
    margin: 40px auto 100px;
    box-sizing: border-box;
    padding: 0 0 30px;
    border-top: 2px solid #5eb5ee;
}

#employee .blueline_area .line_tit {
    font-size: 24px;
    padding: 30px 20px 20px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #c0d1dd;
}

#employee .blueline_area .line_txt {
    padding: 10px 30px
}

#employee .blueline_area .half {
    width: 950px;
    margin: 30px auto;
}


/* 背景色あり */
#employee .bgblue_tit {
    width: 980px;
    margin: 0 auto;
}

#employee .bgblue_tit h4 {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 10px;
    border-radius: 60px;
    background: #359de2;
    margin: 30px 0 20px;
    font-weight: bold;
    color: #fff;
}

#employee .bgblue_tit span {
    width: 20px;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 0 10px 0 0;
    font-weight: bold;
    color: #359de2;
}

#employee .bgblue_tit p {
    width: 920px;
    margin: 0 auto;
}

/* テーブル */
#employee table {
    width: 900px;
    margin: 10px auto 40px;
    background: #fff;
    border: 1FACF3#000 1px solid;
}

#employee table td {
    padding: 20px;
    border: #80c5eb 1px solid;
}

#employee table td.blue {
    background: #5FA7D7;
    color: #fff;
}


/* ---------------虫眼鏡--------------- */
#employee .main figure {
    text-align: right;
}

#employee .main figure img {
    width: 40px !important;
}

/* ---------------back--------------- */
#employee .main .back {
    width: 710px;
    margin: 80px auto 0;
    overflow: hidden;
}

#employee .main .back li a {
    width: 300px;
    display: block;
    background: #8BA0AD;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    float: left;
    position: relative;
}

#employee .main .back li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 28px;
    left: 0px;
    margin: 0 20px;
}

#employee .main .back li:first-child a {
    margin: 0 30px 0 0;
}

#employee .main .back a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: 0.5s;
}

#employee .wrap:after,
#employee .wrap:before {
    content: "";
    clear: both;
    display: block;
}

/* ---------------page--------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}

#page-top a {
    background: #359de2;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    font-size: 13px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    transition: 0.6s;
    text-decoration: none;
    opacity: 0.6;
    color: #fff;
}



/* ------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------ */


@media only screen and (max-width: 767px) {

    #employee {
        width: 100%;
    }

    #employee .pc {
        display: none !important;
    }

    #employee .sp {
        display: block !important;
    }

    #employee .main {
        width: 100%;
        margin: 0 auto;
    }

    #employee .main h1 {
        width: 90%;
        line-height: 38px;
        margin: 25px auto 20px;
        padding: 4px 0 4px 15px;
        box-sizing: border-box;
    }

    #employee .main p,
    #employee .main ul,
    #employee .main ol,
    #employee .main tr,
    #employee .main dl {
        font-size: 16px;
        line-height: 1.8;
    }

    /* ---------------ナビゲーション--------------- */

    #employee .main .link {
        width: 100%;
        margin: 30px auto 50px;
        display: block;
        border-left: none;
        border-top: #c4c4c4 1px solid;
    }

    #employee .main .link li {
        width: 100%;
        text-align: left;
        border-right: none;
        border-bottom: #c4c4c4 1px solid;
        position: relative;
    }

    #employee .main .link li a {
        display: block;
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
    }

    #employee .main .link li:before {
        top: 50%;
        left: 92%;
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -moz-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        -o-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }

    /* ---------------h2--------------- */
    #employee h2 {
        font-size: 28px;
        line-height: 38px;
        width: 90%;
        padding: 50px 0 0;
    }


    #employee h2#content1:after,
    #employee h2#content2:after,
    #employee h2#content3:after,
    #employee h2#content4:after {
        width: 90%;
    }

    /* ---------------h3--------------- */
    #employee h3 {
        font-size: 20px;
        line-height: 150%;
        width: 90%;
    }


    /* ---------------スクエア見出し--------------- */
    #employee .sq_tit {
        width: 86%;
        font-size: 20px;
        line-height: 32px;
        margin: 40px auto 20px;
        padding-left: 1.4em;
        text-indent: -1.4em;
    }

    /* ---------------太文字--------------- */
    #employee .bold_tit {
        width: 90%;
    }

    /* ---------------色文字--------------- */
    #employee .color_tit {
        width: 90%;
        line-height: 26px;
        margin: 0 auto 15px;
    }

    /* ---------------dl dd--------------- */

    #employee dl,
    dd {
        width: 100%;
        font-size: 16px;
        line-height: 150%;
    }

    #employee dt {
        font-weight: 600;
        margin-top: 30px;
    }

    #employee .wrap_bl_non dl,
    dd {
        width: 100%;
        font-size: 16px;
        line-height: 150%;
    }

    #employee .wrap_bl_non dd {
        padding-left: 20px;
    }

    /* ---------------テキストのみ--------------- */

    #employee .wide_txt {
        width: 90%;
        margin: 0 auto 10px;
    }

    /* ---------------リストタイプ--------------- */

    #employee .txt_list {
        width: 90%;
        margin: 0 auto 10px;
        padding: 0;
    }

    #employee .txt_list li {
        width: 90%;
        margin: 0 auto;
        padding-left: 1.2em;
        text-indent: -1.2em;
    }

    /* ---------------青枠--------------- */
    #employee .wrap_bl {
        width: 100%;
        padding: 8%;
        border: 1px solid #0097e2;
        background-color: #dfe9f5;
        margin-top: 20px;
    }

    #employee .wrap_bl .tit {
        font-size: 20px;
        margin-bottom: 15px;
    }


    #employee .wrap_bl_non {
        width: 100%;
        padding: 3%;
        background-color: #dfe9f5;
        margin-top: 20px;
    }


    /* ---------------横長画像--------------- */
    #employee .wide_img {
        width: 90%;
    }

    #employee .wide_img img {
        width: 100%;
    }

    #employee .wide_img img.middle {
        width: 90%;
    }

    /* ---------------画像２カラム--------------- */
    #employee .half_img {
        width: 90%;
    }

    #employee .half_img ul {
        display: block;
    }

    #employee .half_img ul li {
        width: 100%;
    }

    #employee .half_img ul li:first-child {
        margin: 0 0 10px;
    }

    #employee .half_img ul li img {
        width: 90%;
    }

    /* ---------------画像３カラム--------------- */
    #employee .three_img {
        width: 90%;
        text-align: center;
        margin: 30px auto;
    }

    #employee .three_img ul {
        display: block;
    }

    #employee .three_img ul li {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
    }

    #employee .three_img ul li img {
        width: 100%;
        margin: 0 auto 10px;
    }


    /* ---------------テキストのみ--------------- */
    #employee .txt_img {
        width: 90%;
        margin: 0 auto 10px;
        display: block;
    }

    #employee .txt_img .txt_area {
        width: 100%;
    }

    #employee .txt_img .img_area {
        width: 100%;
        margin: 20px 0 0;
    }

    #employee .txt_img .img_area img {
        width: 100%;
        margin: 0 0 10px;
    }


    /* 背景色つき */
    #employee .bg_color {
        padding: 10px;
    }

    #employee .bg_color .white {
        width: 100%;
        padding: 30px;
    }


    #employee .bg_color .white_line {
        width: 90%;
        padding: 20px 30px;
    }

    #employee .bg_color .white li {
        padding-left: 1.6em;
        text-indent: -1.6em;
    }

    /* ラインと背景色 */
    #employee .line_area {
        width: 90%;
        margin: 40px auto 60px;
    }

    #employee .line_area .line_tit {
        font-size: 20px;
        line-height: 32px;
        padding: 30px 20px 20px;
    }

    #employee .line_area .line_txt {
        padding: 30px
    }

    #employee .line_area .half {
        width: 90%;
        margin: 30px auto;
    }

    /* ラインと青背景色 */
    #employee .blueline_area {
        width: 90%;
    }

    #employee .blueline_area .line_tit {
        font-size: 20px;
        line-height: 32px;
        padding: 20px 20px 20px;
    }

    #employee .blueline_area .line_txt {
        padding: 10px 30px
    }

    #employee .blueline_area .half {
        width: 90%;
        margin: 30px auto;
    }


    /* 背景色あり */
    #employee .bgblue_tit {
        width: 90%;
        margin: 0 auto;

    }

    #employee .bgblue_tit h4 {
        font-size: 16px;
        line-height: 1.6;
        padding: 10px 10px;
        border-radius: 60px;
        margin: 30px 0 20px;
        padding: 10px 2.4em 10px 3.4em;
        text-indent: -2.4em;
        border-radius: 10px;
    }

    #employee .bgblue_tit span {
        width: 20px;
        background: #ffffff;
        padding: 4px 10px;
        border-radius: 20px;
        margin: 0 10px 0 0;
        font-weight: bold;
        color: #359de2;
    }

    #employee .bgblue_tit p {
        width: 90%;
        margin: 0 auto;
    }

    /* テーブル */
    #employee table {
        width: 90%;
        display: block;
        margin: 20px auto;
    }

    #employee table td {
        padding: 4px 20px;
        display: block;
    }



    /* --戻るボタン-- */
    #employee .main .back {
        width: 100%;
        margin: 50px auto 0;
    }

    #employee .main .back li {
        margin: 0 0 30px;
    }

    #employee .main .back li a {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    #employee .main .back li:first-child a {
        margin: 0 auto;
    }


    /* ---------------page--------------- */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 12px;
    }

    #page-top a {
        background: #359de2;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 20px 0;
        font-size: 13px;
        text-align: center;
        display: block;
        border-radius: 5px;
    }

    #page-top a:hover {
        transition: 0.6s;
        text-decoration: none;
        opacity: 0.6;
        color: #fff;
    }

    /* パンクズ */
    #employee .pankuzu {
        width: 100%;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        word-break: keep-all;
        white-space: nowrap;
        padding: 12px 10px;
        margin: 0 auto;
        border-bottom: 1px solid #ddd;
    }

    #employee .pankuzu a,
    #employee .pankuzu li {
        font-size: 14px;

    }
}