@charset "utf-8";
/*
Theme Name: tp100a
Theme URI:
Description: tp100a
Version: 1.0
Author: TENSHOKU ICHIBA Inc.
Author URI: http://www.1049.cc
*/

/* --------------------------------------------------------------
 * Reset default browser CSS.
 * Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {*/
    /*border: 0;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*vertical-align: baseline;*/
    /*font-family: inherit;*/
    /*font-size: 100%;*/
    /*font-style: inherit;*/
    /*font-weight: inherit;*/
    /*outline: 0;*/
/*}*/

header div, header h1{
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

footer p, footer small, footer span{
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}


/*:focus {*/
    /*outline: 0;*/
/*}*/

/*ol, ul {*/
    /*list-style: none;*/
/*}*/

/*table {*/
    /*border-collapse: collapse;*/
    /*border-spacing: 0;*/
/*}*/

/*caption, th, td {*/
    /*font-weight: normal;*/
/*}*/

/*blockquote:before, blockquote:after, q:before, q:after {*/
    /*content: "";*/
/*}*/

/*blockquote, q {*/
    /*quotes: "" "";*/
/*}*/

/*b, strong {*/
    /*font-weight: bold;*/
/*}*/

/*img {*/
    /*vertical-align: bottom;*/
/*}*/

/*a {*/
    /*text-decoration: none;*/
/*}*/

/*a img {*/
    /*border: 0;*/
/*}*/

/*a:hover,*/
/*a:hover img {*/
    /*transition: all 0.3s;*/
/*}*/

/*article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {*/
    /*display: block;*/
/*}*/

/*body {*/
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
    /*-webkit-text-size-adjust: 100%;*/
/*}*/


/* --------------------------------------------------------------
 * clearfix -micro
-------------------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}


/* **************************************************************
 * レイアウト
************************************************************** */
html,
body {
    height: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 63px;
}

@media print, screen and (min-width: 768px) {
    header {
        height: 116px;
    }
}

#content,
#contents,
.mainvisual {
    margin-top: 58px;
    padding-bottom: 50px;
    padding-left: 8%;
    padding-right: 8%;
}

.gheader_logo,
.content_box {
    height: 100%;
    position: relative;
}

.gheader_logo {
    float: left;
    width: 85%;
}

@media print, screen and (max-width: 767px) {
    .top_header .gheader_logo {
        width: 100%;
    }
}

.content_box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


@media print, screen and (min-width: 768px) {
    .gheader_logo,
    .content_box {
        float: none;
        width: 95%;
    }

    #content,
    #contents,
    .mainvisual {
        margin-top: 50px;
    }
}

@media print, screen and (min-width: 1024px) {
    .gheader_logo,
    .content_box {
        width: 960px;
    }

    #content,
    #contents,
    .mainvisual {
        margin-top: 100px;
    }
}


th, td {
    display: block;
}

@media print, screen and (min-width: 768px) {
    th, td {
        display: table-cell;
    }
}

.no_fixing_contents {
    margin-top: 0 !important;
}



/* **************************************************************
 * ヘッダー
************************************************************** */
.gheader {
    padding: 15px 10px;
    xborder-bottom: solid 1px #cccccc;
    background-color: #fff;
}

.gheader_logo {
    text-align: center;
}

.gheader_logo img {
    width: 231px;
}

.gheader .header_pc_menu {
    display: none;
}

.gheader .header_pc_menu li a {
    color: #333333;
    font-size: 140%;
    font-weight: bold;
}

.gheader .header_pc_menu li a:hover {
    text-decoration: none;
}

.header_sp_menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: solid 1px #ededed;
    background: #ffffff;
}

.sp_menu_last {
    border-bottom: solid 1px #ededed;
}

.header_sp_menu li {
    display: table-cell;
    padding: 3% 2%;
    font-weight: bold;
    text-align: center;
}

.header_sp_menu p {
    display: block;
    padding: 3% 2%;
    font-weight: bold;
    text-align: center;
}

.header_sp_menu li.coming_soon,
.header_pc_menu li.coming_soon {
    color: #333333;
    font-weight: bold;
    background: url(/web/sougo-career-recruit-newgrads/wp-content/uploads/coming_soon.png) no-repeat center center;
    background-size: 80% auto;
}

.header_sp_menu li.coming_soon span {
    filter: alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
}

.header_sp_menu li.coming_soon {
    font-size: 105%;
}

.header_sp_menu li + li {
    border-left: solid 1px #ededed;
}

.header_sp_menu a {
    color: #333333;
}

li.menu_entry a {
    color: #990000 !important;
}

header .header_sp_menu form {
    padding: 20px 0;
    text-align: center;
}

header .header_pc_menu .search_form {
    display: none;
    margin-top: 10px;
    text-align: right;
}

header .search_form input[type="text"],
.header_sp_menu form input[type="text"] {
    border: solid 1px #cccccc;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
}

header .search_form input[type="submit"],
.header_sp_menu form input[type="submit"] {
    width: 25px;
    height: 25px;
    border: none;
    background: url(/web/sougo-career-recruit-newgrads/wp-content/uploads/search_submit_btn.png) no-repeat left top;
    background-size: 25px auto;
    xoverflow: hidden;
    text-indent: -9999px;
    xwhite-space: nowrap;
    border-radius: 0;
    cursor: pointer;
}


@media print, screen and (min-width: 481px) {
    .header_sp_menu li,
    .header_sp_menu p {
        padding: 2%;
    }

    .header_sp_menu li.coming_soon {
        background-size: contain;
    }
}


@media print, screen and (min-width: 768px) {
    x.top_header .inner,
    x.gheader .inner {
        max-width: 1160px;
        margin: 0 auto;
    }

    .top_header .inner,
    .gheader .inner {
        max-width: initial;
        max-width: auto;
        margin: 0;
    }

    .gheader .company_inner {
        max-width: initial;
        max-width: auto;
        margin: 0;
    }

    .gheader_logo {
        float: left;
        width: 27%;
        padding-top: 0.5%;
        text-align: left;
    }
}

@media print, screen and (min-width: 1024px) {
    .gheader {
        padding: 15px 10px 15px;
        border-bottom: solid 1px #cccccc;
    }

    .top_header {
        border-bottom: none;
    }

    .gheader .inner {
        float: left;
        width: 25%;
    }

    .gheader_logo {
        width: 100%;
    }

    .gheader .header_pc_menu {
        display: block;
        float: right;
        width: 70%;
        padding-top: 0.7%;
        text-align: right;
    }

    .gheader .header_pc_menu li {
        display: inline-block;
        font-weight: bold;
    }

    .gheader .header_pc_menu li + li {
        padding-left: 2%;
    }

    .gheader .header_pc_menu li a {
        font-size: 85%;
    }

    .gheader .header_pc_menu li a:hover {
        color: #95100e;
    }

    .header_pc_menu li.coming_soon {
        font-size: 85%;
    }

    .header_pc_menu li.coming_soon span {
        filter: alpha(opacity=20); -moz-opacity:0.2; opacity:0.2;
    }

    .header_sp_menu,
    .sp_menu_last {
        display: none;
    }
}

@media print, screen and (min-width: 1024px) {
    .gheader_logo {
        xwidth: 20%;
        padding-left: 1%;
    }

    .gheader .header_pc_menu {
        xwidth: 77%;
        width: 74%;
        padding-right: 1%;
    }

    .gheader .header_pc_menu li a {
        font-size: 120%;
    }

    .header_pc_menu li.coming_soon {
        font-size: 120%;
        background-position: right center;
        background-size: contain;
    }

    header .header_pc_menu li.search_form {
        display: block;
    }
}

@media print, screen and (min-width: 1025px) {
    .gheader .header_pc_menu li + li {
        padding-left: 3%;
    }
}

.gnav_sp_btn {
    display: none;
}


@media print, screen and (max-width: 1023px) {
    .gnav_sp_box {
        display: none;
    }

    .gnav_sp_btn,
    .gnav_sp_btn span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }
    .gnav_sp_btn {
        position: relative;
        float: right;
        width: 30px;
        height: 19px;
        margin-right: 3%;
    }
    .gnav_sp_btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #333;
        border-radius: 3px;
    }
    .gnav_sp_btn span:nth-of-type(1) {
        top: 0;
    }
    .gnav_sp_btn span:nth-of-type(2) {
        top: 8px;
    }
    .gnav_sp_btn span:nth-of-type(3) {
        bottom: 0;
    }

    .gnav_sp_btn:after {
        position: absolute;
        left: 0;
        bottom: -20px;
        content: 'MENU';
        display: block;
        width: 100%;
        color: #333;
        font-size: 11px;
        text-decoration: none;
        text-align: center;
        transition: all .4s;
    }
    .gnav_sp_btn.active:after {
        content: 'CLOSE';
        bottom: -20px;
    }
    .gnav_sp_btn.active span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .gnav_sp_btn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .gnav_sp_btn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }

    #header .inner { position: relative; }

}

@media print, screen and (max-width: 767px) {
    .gnav_sp_btn {
        margin-right: 0;
    }
}


/* **************************************************************
 * メインビジュアル
************************************************************** */
.mainvisual {
    position: relative;
    padding-top: 1%;
    background-color: #ffffff;
}

@media screen and (max-device-width: 320px) {
    .mainvisual {
        padding-top: 0;
    }
}

.mainvisual {
    overflow: hidden;
}

.mainvisual img {
    width: 100%;
    height: auto;
}

.mainvisual .news {
    position: absolute;
    bottom: 10px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
}

.mainvisual .news dl {
    max-width: 900px;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainvisual .news dl dt,
.mainvisual .news dl dd {
    display: inline-block;
    vertical-align: middle;
}

.mainvisual .news dl dt {
    margin-right: 0.5em;
}

.mainvisual .news dl dt span {
    margin-right: 0.5em;
    font-weight: bold;
}

.mainvisual .news dl dd {
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media print, screen and (min-width: 768px) {
    .mainvisual {
        padding-top: 0;
    }

    .mainvisual .news {
        bottom: 20px;
    }

    .mainvisual .news dl {
        font-size: 100%;
    }

    .mainvisual .news dl dd {
        width: auto;
    }
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 90px;
    padding: 0;
    *zoom: 1;
}

@media only screen and (min-width: 1200px) {
    .bx-wrapper {
        top: -15%;
    }
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}



/* **************************************************************
 * フッター
************************************************************** */
#pagetop {
    margin: 0 0 50px;
    text-align: center;
}

@media print, screen and (min-width: 768px) {
    #pagetop {
        margin: 50px 0;
    }
}


.copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 80%;
}



.footer_box {
    padding: 10px;
    background: #000000;
    color: #a1a1a1;
}

.footer_wrapper {
    position: relative;
    margin: 0 10px;
    padding: 20px 0;
    background: #1a1a1a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_wrapper ul {
    text-align: center;
}

.footer_wrapper ul li {
    display: inline-block;
    padding: 0 3%;
}

.footer_wrapper ul li a {
    color: #a1a1a1;
}

ul.recruit_site_banner_sp {
    margin-bottom: 60px;
}

ul.recruit_site_banner_pc {
    display: none;
}

.footer_wrapper ul.recruit_site_banner_sp li {
    display: block;
}

ul.recruit_site_banner_sp li + li {
    margin-top: 10px;
}

.footer_wrapper ul.top_menu li {
    padding: 0 1.5%;
}

.footer_wrapper ul.bottom_menu {
    margin-top: 20px;
}

.footer_wrapper ul.bottom_menu li {
    padding: 0;
}

.footer_wrapper ul.bottom_menu li span {
    margin: 0 0.5em;
}

.footer_wrapper ul.bottom_menu li.group_site a {
    padding-right: 20px;
    background: url(/web/sougo-career-recruit-newgrads/wp-content/uploads/external_link_lightgrey.png) no-repeat right center;
}

.sp_pagetop {
    text-align: right;
}

.sp_pagetop img {
    width: 20%;
    height: auto;
    margin: 0 10px 10px 0;
}

.footer_wrapper .pc_pagetop {
    display: none;
}

.sp_copy {
    text-align: left;
    margin-left: 10px;
}

.pc_copy {
    display: none;
}

@media print, screen and (min-width: 768px) {
    .footer_wrapper {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0;
        padding: 30px 0 50px;
    }

    x.footer_wrapper p,
    .footer_wrapper ul {
        display: table-cell;
    }

    x.footer_wrapper p {
        width: 38%;
    }

    .footer_wrapper ul {
        xwidth: 60%;
        text-align: left;
    }

    .footer_wrapper ul.top_menu {
        width: 35%;
    }

    .footer_wrapper ul.recruit_site_banner_pc {
        width: 55%;
        padding-left: 3%;
    }

    .footer_wrapper ul.recruit_site_banner_pc li {
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 0;
        height: 39px;
    }

    .footer_wrapper ul.recruit_site_banner_pc li img {
        width: auto;
        height: 100%;
    }

    .footer_wrapper ul.bottom_menu {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .footer_wrapper ul.bottom_menu li {
        text-align: center;
    }

    .footer_wrapper ul.bottom_menu li span {
        margin: 0 1em;
    }

    ul.recruit_site_banner_sp {
        display: none;
    }

    .footer_wrapper .pc_pagetop {
        display: block;
        position: absolute;
        top: 30px;
        right: 20px;
        width: 160px;
        height: 120px;
        background: url(/web/sougo-career-recruit-newgrads/wp-content/uploads/page_top_btn.png) no-repeat right top;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }

    .copyright {
        font-size: 70%;
    }

    .sp_pagetop {
        display: none;
    }

    .sp_copy {
        display: none;
    }

    .pc_copy {
        display: block;
    }
}

@media print, screen and (min-width: 1024px) {
    .copyright {
        font-size: 90%;
    }
}

@media print, screen and (min-width: 1200px) {
    .footer_wrapper ul.recruit_site_banner_pc {
        width: 65%;
        padding-left: 5%;
    }

    .footer_wrapper .pc_pagetop {
        top: 0;
    }
}



/* **************************************************************
 * 検索結果
************************************************************** */
.search_box a {
    color: #95100e;
}

.search_box .search_results {
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px 5px 10px 15px;
    text-align: left;
    color: #fff;
    background-color: #95100e;
    font-weight: bold;
}

.search_box dl {
    padding: 30px 5%;
    border: solid 1px #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search_box dl dt {
    font-size: 16px;
}

.search_box dl dd {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #cccccc;
}

.search_box dl dd:last-child {
    border-bottom: none;
}

@media print, screen and (min-width: 768px) {
    .top_contents .search_box {
        padding: 50px 10% !important;
    }
}

@media print, screen and (min-width: 1024px) {
    .search_box .search_results {
        margin-top: 30px;
        font-size: 160%;
    }

    .search_box dl {
        padding: 60px 5%;
    }
}




/* **************************************************************
 * ベース
************************************************************** */
body {
    line-height: 1.7;
    color: #fff;
    background: #000000;
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

#black_bg_body {
    background: #000000;
}

.page_body {
    color: #333333;
    background: #ffffff;
}

a {
    color: #fff;
}

@media print, screen and (min-width: 1024px) {
    a:hover {
        text-decoration: underline;
        opacity: 0.7;
    }

    a:hover img {
        opacity: 0.7;
    }

    .ie8 a:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
}


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


.sp_block {
    display: block !important;
    margin: 0 !important;
}

.pc_block {
    display: inline !important;
}

@media print, screen and (min-width: 768px) {
    .sp_block {
        display: inline !important;
    }

    .pc_block {
        display: block !important;
        margin: 0 !important;
    }
}


.sp_hide {
    display: none;
}

@media print, screen and (min-width: 768px) {
    .sp_hide {
        display: block;
    }
}


.tablet_hide {
    display: block;
}

@media print, screen and (min-width: 768px) {
    .tablet_hide {
        display: none;
    }
}


.pc_hide {
    display: block;
}

@media print, screen and (min-width: 768px) {
    .pc_hide {
        display: block;
    }
}

@media print, screen and (min-width: 1024px) {
    .pc_hide {
        display: none;
    }
}

@media print, screen and (min-width: 768px) {
    .alignleft {
        float: left;
    }
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

@media print, screen and (min-width: 768px) {
    .alignright {
        float: right;
    }
}

.page_mainimg img {
    width: 100%;
    height: auto;
}

.news_box {
    padding-top: 40px !important;
    background: #ffffff;
}

.news_box .page_mainimg {
    display: none;
}

.breadcrumb ol {
    margin-right: auto;
    margin-left: auto;
}

.column_box .breadcrumb ol {
    width: 90%;
}

.news_box .breadcrumb ol {
    width: 100%;
}

.breadcrumb li a {
    color: #333333;
}

.breadcrumb li br {
    display: none;
}

.breadcrumb {
    display: none;
    padding: 10px 0;
    font-size: 13px;
}

.breadcrumb ol {
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    margin-left: 10px;
}

.breadcrumb li:first-child {
    margin-left: 0;
}

.breadcrumb li:before {
    content: '>';
    margin-right: 10px;
}

.breadcrumb li:first-child:before {
    content: none;
}

.bold_text {
    font-weight: bold;
}

#btn-entry {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 100;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
}

#btn-entry a {
    background-color: rgba(149,16,14,0.7);
    text-decoration: none;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

.snsBox {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 90;
    margin: 0;

    x-webkit-border-radius: 70px;
    x-moz-border-radius: 70px;
    xborder-radius: 70px;
    xbackground-color: rgba(0,0,0,0.5);
    xcolor: #333333;
    xpadding: 15px;
    xtext-align: center;
    xfont-size: 120%;
    xtransition: background-color 0.5s ease-in;
    x-webkit-transition: background-color 0.5s ease-in;
}

.snsBox ul {
    margin: 0;
}

.snsBox li {
    margin: 0;
    position: relative;
}

.snsBox li a {
    display: block;
}

.snsBox li a:hover {
    text-decoration: none;
}

.snsWindow {
    display: none;
    position: fixed;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 600;
    xwidth: 192px;
    xheight: 305px;
    margin: auto;
}

.snsWindow ul {
    margin: 0 auto;
    width: 192px;
    text-align: center;
}

.snsWindow ul {
    width: 192px;
}

.snsWindow ul li {
    margin: 20px 0 0 0;
    width: 40px;
    font-size: initial;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.snsWindow ul li:first-child {
    margin-left: 0;
}

.snsWindow ul li + li {
    margin-left: 30px;
}

.snsWindow ul li.col2 {
    margin-left: 33px;
}

.snsWindow ul li img{
    width: 46px;
    height: auto;
}

.snsWindow ul li a:hover img {
    opacity: 1;
}

.snsWindow ul li a span {
    margin-top: 9px;
    display: block!important;
    font-size: 74%;
    color: #FFF;
}

.snsWindow ul li a img {
    opacity: 1;
}

.snsWindow .ttl:first-child{
    margin-top: 0px;
    margin-bottom: 0px;
}

.snsWindow .ttl {
    margin-top: 48px;
    text-align: center;
    font-size: 128%;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 5px;
}

.snsOverlay {
    position: fixed;
    background: rgba(0, 10, 20, 0.85);
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    display: none;
}

.snsOverlay .close {
    position: absolute;
    xtop: 20px;
    top: 100px;
    right: 20px;
    width: 28px;
    height: 28px;
}

.snsOverlay .close img:hover{
    opacity: 1;
}



@media print, screen and (min-width: 768px) {
    .breadcrumb {
        font-size: 14px;
    }

    .column_box .breadcrumb ol {
        width: 95%;
    }

    .news_box .breadcrumb ol {
        width: 100%;
    }

    #btn-entry,
    #btn-sns {
        display: none !important;
    }
}

@media print, screen and (min-width: 1024px) {
    .breadcrumb {
        display: block;
        padding: 10px 0 30px;
    }
}




/* **************************************************************
 * CAREER TYPE診断 結果ページ
************************************************************** */
.shindan_contents {
    /*margin-top: 0 !important;*/
    padding-top: 50px;
    background-color: #95100e;
}

.dx_result_box {
    padding: 50px 10px;
    color: #ffffff;
}

.dx_result_box,
.dx_result_box * {
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dx_result_box h2 {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 4% 20px;
    line-height: 1.4;
    text-align: center;
}

.dx_result_box h2 .common_text {
    position: absolute;
    top: 10%;
    left: 4%;
    color: #333333;
}

.dx_result_box h2 .type {
    font-size: 25px;
    font-weight: bold;
}

#dx_innovator h2 {
    background-color: #dee3ec;
}

#dx_innovator h2 .type {
    color: #0e4a95;
}

#dx_specialist h2 {
    background-color: #ece4de;
}

#dx_specialist h2 .type {
    color: #95540e;
}

#dx_performer h2 {
    background-color: #e8deec;
}

#dx_performer h2 .type {
    color: #770e95;
}

#dx_promoter h2 {
    background-color: #deece3;
}

#dx_promoter h2 .type {
    color: #0e954a;
}

.dx_result_box .type_overview_text {
    margin-bottom: 50px;
}

.dx_senior_box {
    padding: 30px 20px 0;
    background-color: #ffffff;
    color: #333333;
}

.dx_senior_box h3 {
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.dx_senior_box h3:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 125px;
    height: 2px;
    margin: auto;
}

#dx_innovator .dx_senior_box h3:after {
    background-color: #0e4a95;
}

#dx_specialist .dx_senior_box h3:after {
    background-color: #95540e;
}

#dx_performer .dx_senior_box h3:after {
    background-color: #770e95;
}

#dx_promoter .dx_senior_box h3:after {
    background-color: #0e954a;
}

.dx_senior_box .senior {
    padding-bottom: 30px;
}

.dx_senior_box .senior .img {
    float: left;
    width: 37%;
}

.dx_senior_box .senior .text {
    float: right;
    width: 60%;
}

.dx_senior_box .senior .text dt {
    font-size: 16px;
    font-weight: bold;
}

#dx_innovator .dx_senior_box .senior .text dt {
    color: #0e4a95;
}

#dx_specialist .dx_senior_box .senior .text dt {
    color: #95540e;
}

#dx_performer .dx_senior_box .senior .text dt {
    color: #770e95;
}

#dx_promoter .dx_senior_box .senior .text dt {
    color: #0e954a;
}

.dx_senior_box .senior .text dd {
    font-size: 10px;
}

.dx_senior_box .senior .text dd span {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 10px;
    font-weight: bold;
}

.dx_senior_box .link_btn {
    display: none;
    clear: both;
    padding-top: 15px;
}

.dx_senior_box .link_btn a {
    display: inline-block;
    width: 48%;
    padding: 10px;
    background-color: #95100e;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
}

.dx_senior_box .link_btn a + a {
    margin-left: 2%;
}

.dx_senior_box .senior .text .link_btn a:hover {
    text-decoration: none;
}

.page_bottom_link_btn {
    margin-top: 30px;
    text-align: center;
}

.page_bottom_link_btn a {
    position: relative;
    display: block;
    padding: 20px 10px;
    background-color: #ca8887;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.page_bottom_link_btn a + a {
    display: none;
    margin-top: 20px;
}

.page_bottom_link_btn a:hover {
    text-decoration: none;
}

.dx_top_back_btn {
    margin-top: 60px;
    text-align: center;
}

.dx_top_back_btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    background-color: #ffffff;
    color: #95100e;
    font-size: 18px;
    line-height: 1.4;
}

.dx_top_back_btn a:hover {
    text-decoration: none;
}

.page_bottom_link_btn a:before,
.dx_top_back_btn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    vertical-align: middle;
}

.page_bottom_link_btn a:before {
    border-color: transparent transparent transparent #ffffff;
}

.dx_top_back_btn a:before {
    border-color: transparent transparent transparent #95100e;
}


@media print, screen and (min-width: 481px) {
    .dx_senior_box .senior .text dd,
    .dx_senior_box .senior .text dd span {
        font-size: 13px;
    }

    .dx_senior_box .link_btn a {
        font-size: 13px;
    }
}


@media print, screen and (min-width: 768px) {
    .dx_result_box {
        padding: 100px 10px;
    }

    .dx_result_box .inner {
        max-width: 960px;
        margin: 0 auto;
    }

    .dx_result_box h2 {
        margin-bottom: 60px;
        padding: 60px 4% 30px;
    }

    .dx_result_box h2 .common_text {
        font-size: 26px;
    }

    .dx_result_box h2 .type {
        font-size: 50px;
    }

    .dx_result_box .type_overview_text {
        margin-bottom: 100px;
        padding-right: 10%;
        padding-left: 10%;
        font-size: 24px;
    }

    .dx_senior_box {
        padding-top: 60px;
    }

    .dx_senior_box h3 {
        margin-bottom: 70px;
        font-size: 36px;
    }

    .dx_senior_box h3:after {
        width: 250px;
        height: 4px;
    }

    .dx_senior_box .senior {
        padding-bottom: 60px;
    }

    .dx_senior_box .senior .img {
        width: 27%;
    }

    .dx_senior_box .senior .text {
        width: 70%;
    }

    .dx_senior_box .senior .text dt {
        font-size: 32px;
    }

    .dx_senior_box .senior .text dd,
    .dx_senior_box .senior .text dd span {
        font-size: 20px;
    }

    .dx_senior_box .link_btn {
        margin-top: 30px;
        padding-top: 0;
    }

    .dx_senior_box .link_btn a {
        padding: 20px 10px;
        font-size: 18px;
    }

    .dx_senior_box .link_btn a br {
        display: none;
    }

    .page_bottom_link_btn {
        margin-top: 60px;
        letter-spacing: -0.4em;
    }

    .page_bottom_link_btn a {
        display: inline-block;
        xwidth: 48%;
        width: 70%;
        margin: 0 auto;
        padding: 30px 10px;
        letter-spacing: normal;
    }

    .page_bottom_link_btn a + a {
        margin-top: 0;
        margin-left: 4%;
    }

    .dx_top_back_btn {
        width: 70%;
        margin: 120px auto 0;
    }

    .dx_top_back_btn a {
        padding: 30px 10px;
    }

    .page_bottom_link_btn a:before,
    .dx_top_back_btn a:before {
        border-width: 8px 0 8px 14px;
    }
}


@media print, screen and (min-width: 1024px) {
    .dx_result_box {
        padding-right: 0;
        padding-left: 0;
    }

    .dx_senior_box {
        padding-right: 100px;
        padding-left: 100px;
    }

    .dx_senior_box .link_btn {
        border-spacing: 20px 0;
    }

    .page_bottom_link_btn a,
    .dx_top_back_btn a {
        font-size: 30px;
    }
}



/* **************************************************************
 * CAREER TYPE診断 質問ページ
************************************************************** */

@media (max-width: 768px) {
    #contents {
        margin-top: 30px;
    }
}

footer small{
    font-size: 13px;
}



