@charset "utf-8";
body {
    color: #666666;
    font-size: 14px;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    background: url('../../images/sp_image/back.png');
}

@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

/* BODY設定
----------------------------------------------- */

html {
    /*background: #fff;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
}

body {
    background: #fff;
    color: #000;
    height: 100%;
    line-height: 1.4;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: 100%
}

body a {
    color: #E51372;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out 0s;
}

body img {
    height: auto;
    max-width: 100%;
}


/* header設定
----------------------------------------------- */

header {
    background-image: url(../../images/sp_image/bg_bodytop.gif), url(../../images/sp_image/bgbody.gif);
    background-repeat: repeat-x, repeat;
    background-position: left top, left top;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

header h1 {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1;
    width: 100%;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
    padding: 10px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header img {
    width: 95%;
    margin: atuo;
    max-width: 480px;
}

a.btn_tel {
    font-size: 1.2rem;
    display: block;
    max-width: 160px;
    margin: 0px auto 10px;
    color: #2d5be0;
    font-weight: bold;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
    text-align: center;
    padding: 3px 3px 3px 25px;
    font-family: Arial, Roboto, Helvetica, “Droid Sans”, “游ゴシック”, YuGothic;
    background: url(../../images/m_tel2.png) no-repeat scroll 10px center #fff;
    background-size: 20px auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ed49a6;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 1);
    text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}


/*ページャー*/

ul.pageNav {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}

ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

ul.pageNav li span {
    background: #ddd none repeat scroll 0 0;
}

ul.pageNav li span,
ul.pageNav li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
}


/***********共通Table***********/

div.rectablein {
    width: 92%;
    padding: 15px;
    background: url('../../images/managerback.png');
}

div.rectablein table {
    background: #ffffff;
    width: 100%;
}

div.rectablein table th {
    width: 30%;
    padding: 15px;
    border-bottom: dotted 1px #272727;
    color: #ff0000;
    font-weight: bold;
}

div.rectablein table td {
    width: 70%;
    padding: 15px;
    border-bottom: dotted 1px;
    font-size: 14px;
}


/* 問い合わせ郡（サイドボタン）設定
----------------------------------------------- */

#side-dock {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    width: 50px;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 99998;
    opacity: 0.8;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #E6E3DE;
    background: #fff;
    -moz-box-shadow: 0px 1px 3px rgba(184, 184, 184, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(184, 184, 184, 0.5);
    box-shadow: 0px 1px 3px rgba(184, 184, 184, 0.5);
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
}

#side-dock li {
    padding: 5px 0 5px 0;
    text-align: center;
}

#side-dock li a span {
    font-size: 0.7rem;
    color: #000;
    display: block;
    font-weight: bold;
}


/* cover設定
----------------------------------------------- */

#cover {
    width: 96%;
    background: url(../../images/sp_image/bg_number.gif) repeat;
    padding: 2%;
    text-align: center;
}

#cover h2 img {
    width: 100%;
    max-width: 1000px;
}


/* wrapper設定
----------------------------------------------- */

#wrapper {
    max-width: 100%;
    padding: 10px;
    /*position: relative;
    background:#fff;
    overflow:hidden;*/
}


/* h3見出し設定
----------------------------------------------- */

h3 {
    position: relative;
    padding-left: 20px;
    font-size: 1.8rem;
    font-family: 'EB Garamond', serif;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 span {
    display: block;
    font-size: 0.9rem;
    color: #2E5CE1;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
}

h3:first-letter {
    color: #E61372;
}


/* パンくず設定
----------------------------------------------- */

ol#breadcrumbs {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ol#breadcrumbs li {
    display: inline;
    list-style-type: none;
    font-size: 0.8rem;
}

ol#breadcrumbs li:before {
    content: " > ";
}

ol#breadcrumbs li:first-child:before {
    content: "";
}

ol#breadcrumbs li a:hover {
    text-decoration: underline;
}


/* footer設定
----------------------------------------------- */

footer {
    width: 100%;
    /*background:url(../../images/sp_image/bgbody.gif) repeat;*/
    background: #272727;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}

.con_list {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.5rem;
    font-size: 1.2rem;
    color: #ffffff;
    margin: 15px 0 10px;
    font-weight: bold;
}

.con_list:before,
.con_list:after {
    content: "◆";
}


/*フッターナビ*/

footer nav {
    width: 98%;
    margin: auto;
}

footer nav ul {
    overflow: hidden;
}

footer nav ul li {
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
}

.sub {
    width: 33.3%;
}

@media screen and (min-width: 310px) {
    footer nav ul li {
        width: 48%;
        float: left;
        padding: 5px;
        background: #ffffff;
        border: solid 1px #ff0000;
        border-radius: 0.8em;
    }
}


/*フッターコンタクト*/

footer nav.contact ul {
    overflow: hidden;
}

footer nav.contact ul li {
    float: left;
    width: 33%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    border: none;
}

a.btn {
    font-size: 1rem;
    display: block;
    color: #000;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
    text-align: center;
    padding: 6px;
    background: -moz-linear-gradient( top, #ffffff 0%, #f5f5f5 50%, #e8e5e8 50%, #f3f3f3);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #f5f5f5), color-stop(0.50, #e8e5e8), to(#f3f3f3));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ed49a6;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 1);
    text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

footer nav.contact ul li img {
    display: block;
    width: auto;
    margin: auto;
}


/*フッターリンク*/

.footer_link {
    margin: 20px auto;
}

.footer_link_list li {
    margin: 10px auto;
}


/*フッターロゴ*/

.foot_logo {
    margin: 15px auto 0px;
    text-align: center;
}

.foot_logo img {
    max-width: 480px;
    width: 90%;
}

.foot_logo span {
    display: block;
    font-size: 0.9rem;
}

.foot_copy {
    font-size: 0.8rem;
    color: #E51372;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}


/*フッターコピーライト*/

.foot_cr {
    background: #ca0425;
    color: #fff;
    padding: 15px 0px;
    font-size: 0.7rem;
}


/* 写メ面接バナ設定
----------------------------------------------- */

.gotoentry {
    background-image: url(../../images/sp_image/smart_entry.png), url(../../images/sp_image/bg_frame.jpg);
    background-repeat: no-repeat, repeat;
    background-position: 2px center, left top;
    background-size: 50px auto, auto;
    border: 2px dotted #E51372;
    /*width:620px;*/
    margin: 10px auto;
    text-align: center;
    width: 98%;
}

.gotoentry .copy {
    font-size: 1.3rem;
    font-weight: bold;
    color: #E51372;
    text-shadow: 3px 2px 0px #fff, -1px -2px 0px #fff, 3px -3px 0px #fff;
}

.gotoentry .copy span {
    display: block;
    font-size: 0.8rem;
    color: #000;
    text-shadow: none;
}

.gotoentry a {
    display: block;
    padding: 7px 3px;
    color: #F64089;
}

@media screen and (min-width: 480px) {
    .gotoentry {
        max-width: 500px;
    }
}

a.btn {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 50%, #e8e5e8 50%, #f3f3f3) repeat scroll 0 0;
    border: 2px solid #ff0000;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(255, 255, 255, 1) inset;
    color: #000;
    display: block;
    font-size: 1rem;
    padding: 6px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
}


/* トップページ　home
----------------------------------------------- */

div.topcom h3 {
    padding: 0;
    margin: 0 auto 15px auto;
    text-align: center;
}

div.topcom p {
    padding: 10px;
    margin: 0 auto 15px auto;
}

div.toprecinfo div.recinfoin {
    padding: 20px;
    border-bottom: dotted 1px;
}

div.toprecinfo div.recinfoin2 {
    padding: 20px;
    border-bottom: dotted 1px;
}

div.recinfoin p.date {
    font-size: 14px;
    color: #1e1e1e;
}

div.recinfoin p.title {
    font-size: 18px;
    color: #0000ff;
}


/* 求人情報ページ　recruit
----------------------------------------------- */

div.recinfo p.date {
    color: #929292;
    font-size: 10px;
}

div.recinfo p.title {
    color: #1a049c;
    font-size: 20px;
    padding: 10px;
}

div.recinfo p.comment {
    font-size: 14px;
    padding: 10px;
}

#wordlist {
    background: rgba(0, 0, 0, 0) url("../../images/managerback.png") repeat scroll 0 0;
    margin: 20px 0 40px 15px;
    padding: 5px;
    width: 90%;
}

#wordlist dl {
    background-color: #efefef;
    font-size: 1.1rem;
}

#wordlist dt {
    background-color: #efefef;
    border-top: 1px dotted #bbb;
    font-weight: bold;
    padding: 2% 1% 1.5%;
    text-align: center;
    width: 96%;
}

#wordlist dd {
    background-color: #ffffff;
    border-top: 1px dotted #bbb;
    padding: 2% 1% 1.5%;
}

#wordlist dd ul {
    overflow: hidden;
}

#wordlist dd ul li {
    float: left;
    margin: 0 20px 10px 0;
}

#wordlist dd ul li a {
    color: #000;
}

#recinfoMain::before {
    background-color: #f64089;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 3rem;
}

#recinfoMain section {
    overflow: hidden;
}

#recinfoMain section h4 {
    border-bottom: 1px dotted #ddd;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
}

#tag_list li {
    float: left;
    margin-right: 10px;
}

#recinfoMain section h5 {
    color: #e61372;
    font-size: 1.5rem;
}

#recinfoMain section h6 {
    font-size: 1.0rem;
    margin: 10px 0;
}

#recinfoMain section .day {
    font-size: 0.9rem;
    text-align: right;
}

ul#recinfolist li::before {
    background-color: #f64089;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 3rem;
}

ul#recinfolist li {
    background: rgba(0, 0, 0, 0) url("../../images/arrow.png") no-repeat scroll 98% center;
    border-bottom: 1px solid #dddddd;
    border-top: 4px solid #dddddd;
    margin-bottom: 10px;
    position: relative;
}

ul#recinfolist li a {
    color: #000;
}

ul#recinfolist li a {
    display: block;
    padding: 7px 0;
}

ul#recinfolist li h4 {
    color: #e61372;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2px;
    overflow: hidden;
    padding: 3px 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
}

ul#recinfolist li h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
}


/* 求人情報ページ2　recruit
----------------------------------------------- */

#recinfoMain section {
    overflow: hidden;
}

#recinfoMain section h4 {
    border-bottom: 1px dotted #ddd;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
}

#recinfoMain section .day {
    font-size: 0.9rem;
    text-align: right;
}

#pnlist {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

#pnlist p.prev {
    background: rgba(0, 0, 0, 0) url("../../images/prev.png") no-repeat scroll left center;
    float: left;
}

#pnlist p {
    box-sizing: border-box;
    font-size: 0.9rem;
    width: 50%;
}

#pnlist p.next {
    background: rgba(0, 0, 0, 0) url("../../images/next.png") no-repeat scroll left center;
    float: right;
}

#pnlist p a {
    display: block;
    overflow: hidden;
    padding-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*#######################先輩の声#######################*/


/*voice*/

ul#voicelist li::before {
    background-color: #f64089;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 3rem;
}

ul#voicelist li {
    background: rgba(0, 0, 0, 0) url("../../images/arrow.png") no-repeat scroll 98% center;
    border-bottom: 1px solid #dddddd;
    border-top: 4px solid #dddddd;
    margin-bottom: 10px;
    position: relative;
}

ul#voicelist li a {
    display: block;
    padding: 7px 0;
}

ul#voicelist li .photo {
    float: left;
    height: 75px;
    margin: 0 10px 5px 0;
    overflow: hidden;
    width: 75px;
}

ul#voicelist li .photo img {
    height: auto;
}

ul#voicelist li a h4 {
    color: #000;
}

ul#voicelist li h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 0 5px;
}

ul#voicelist li h4 span {
    display: block;
    font-size: 1rem;
}

ul#voicelist li h5 {
    color: #e61372;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#voiceMain::before {
    background-color: #f64089;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 3rem;
}

#voiceMain {
    border-bottom: 1px solid #dddddd;
    border-top: 4px solid #dddddd;
    margin-bottom: 10px;
    padding: 7px 0;
    position: relative;
}

#voiceMain section .photo {
    height: 250px;
    width: 200px;
}

#voiceMain section .photo {
    border: 5px solid #fee7ed;
    float: right;
    height: 150px;
    margin: 5px 0 5px 10px;
    overflow: hidden;
    width: 120px;
}

#voiceMain section .photo img {
    height: auto;
}

#voiceMain section h4 {
    border-bottom: 1px dotted #ddd;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
}

#voiceMain section h5 {
    color: #e61372;
    font-size: 1.2rem;
}

#voiceMain section h6 {
    margin: 10px 0;
}


/*#######################お問い合わせ#######################*/


/*contact*/

#entry {
    background: rgba(0, 0, 0, 0) url("../../images/bg_frame.jpg") repeat scroll 0 0;
    margin: 20px 0 40px;
    padding: 10px;
}

#entry div p.msg {
    font-size: 1.6rem;
}

#entry ul {
    overflow: hidden;
    width: 100%;
}

#entry li.ent_mail {
    float: left;
    width: 96%;
}

#entry li.ent_mail {
    border: 1px solid #f64089;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 1% 0.5%;
    padding: 15px;
    position: relative;
    text-align: center;
}

#entry li.ent_mail .inquiry {
    color: #f64089;
    font-size: 1.3rem;
    font-weight: bold;
}

#entry li.ent_mail .qr {
    font-size: 1rem;
    margin: 10px auto 0;
    overflow: hidden;
    text-align: left;
}

#entry li.ent_mail .btn {
    border: 1px solid #f64089;
    margin: 10px auto 0;
    text-align: center;
}

#entry li.ent_mail .btn a {
    box-shadow: 4px 4px #f64089;
    color: #000;
    display: block;
    padding: 7px 3px;
}

#entry li.ent_line {
    float: left;
    width: 96%;
}

#entry li.ent_line {
    border: 1px solid #00c300;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 1% 0.5%;
    padding: 15px;
    position: relative;
    text-align: center;
}

#entry li.ent_line .inquiry {
    color: #00c300;
    font-size: 1.3rem;
    font-weight: bold;
}

#form {
    background: rgba(0, 0, 0, 0) url("../../images/bg_frame.jpg") repeat scroll 0 0;
    margin: 20px 0 40px;
    padding: 10px;
}

#form div {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
}

#form div p.title {
    border-bottom: 1px solid #fba8c9;
    color: #f64089;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 8px 0;
    text-align: center;
}

p.caution {
    font-size: 0.8rem;
    margin-bottom: 20px;
    text-align: center;
}

.submit .button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #fff, #f3f3f3) repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    color: #333;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    line-height: 24px;
    margin: 5px;
    padding: 3px 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

.check {
    display: none;
    min-height: 33px;
}

#form dt {
    clear: left;
    color: #2e5ce1;
    float: left;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 2%;
    text-align: center;
    width: 27%;
}

#form dd {
    border-top: 1px dotted #bbb;
    padding: 2% 2% 2% 31%;
}


/* フランチャイズ加盟大募集　franchise
----------------------------------------------- */

div.rectablein p {
    background: #ffffff;
    width: 90%;
    font-size: 14px;
    padding: 5%;
    margin: 0 auto;
}

div.rectablein p.fh3 {
    background: #ffffff;
    width: 90%;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
    margin: 0 auto;
}

div.rectablein table.franchise_table {
    background: #ffffff;
    width: 100%;
    border: solid 1px #000000;
    border-collapse: collapse;
    text-align: left;
}

div.rectablein table.franchise_table th {
    width: auto;
    padding: 0 5px;
    border: solid 1px #000000;
    font-weight: bold;
    font-size: 9px;
    color: #000000;
}

div.rectablein table.franchise_table th.top_tn {
    width: 35%;
}

div.rectablein table.franchise_table td {
    width: auto;
    padding: 0 5px;
    border: solid 1px #000000;
    font-size: 9px;
}

div.rectablein table.franchise_table .sum {
    background: #f9e88e;
}

div.rectablein p.arrow {
    text-align: center;
}

div.rectablein table.franchise_table .strong {
    background: #fa860e;
}

div.rectablein #form {
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
}


/* LINE GROUP加盟店募集　member
----------------------------------------------- */

div.rectablein p {
    background: #ffffff;
    width: 90%;
    font-size: 14px;
    padding: 5%;
    margin: 0 auto;
}

div.rectablein p.fh3 {
    background: #ffffff;
    width: 90%;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
    margin: 0 auto;
}

div.rectablein table.member_table {
    background: #ffffff;
    width: 100%;
    border: solid 1px #000000;
    border-collapse: collapse;
    text-align: left;
}

div.rectablein table.member_table th {
    width: auto;
    padding: 0 5px;
    border: solid 1px #000000;
    font-weight: bold;
    font-size: 9px;
    color: #000000;
}

div.rectablein table.member_table th.top_tn {
    width: 35%;
}

div.rectablein table.member_table td {
    width: auto;
    padding: 0 5px;
    border: solid 1px #000000;
    font-size: 9px;
}


/*recruit_li*/

.recruit_li ul {
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666666;
}

.recruit_li ul li {
    display: block;
    list-style: none;
    text-align: left;
    background: #ffffff;
}

.recruit_li ul li a {
    display: block;
    color: #333333;
    position: relative;
    padding: 9px 10px;
}

.recruit_li ul li:first-child a {
    border-top: 1px solid #666666;
}

.recruit_li ul li:not(:last-child) a {
    border-bottom: 1px solid #666666;
}

.recruit_li ul li a:after {
    display: inline-block;
    content: "＞";
    position: absolute;
    top: 30%;
    right: 10px;
    font-size: 0.8rem;
}