@charset "UTF-8";
/*  ----------------------------------------------------------------
 top page css

 	/Font-size List/
	9px = 75%		10px = 83%		11px = 91%		12px = 100%
	13px = 108%		14px = 116%		15px = 125%		16px = 133%
	17px = 141%		18px = 150%		19px = 158%		20px = 166%
	21px = 175%		22px = 183%		23px = 191%		24px = 200%
	25px = 208%		26px = 216%		27px = 225%		28px = 233%

 ------------------------------------------------------------------- */


/* /startup/ */
#wrap #contentWrap{
    overflow: hidden;
}
#wrap #pagetitle.titleStyleStartup{
    width : 100%;
    height: 414px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-bottom: 8px solid #104aa9;
    box-sizing: border-box;
}
#wrap #pagetitle.titleStyleStartup .pagetitleImg{
    width : 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left  : 0;
    margin-bottom: 0;
    z-index: 0;
}
@media screen and (max-width:480px) {
    #wrap #pagetitle.titleStyleStartup .pagetitleImg{
        width : auto;
        height: 100%;
        left: -25%;
    }
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner {
    display: table;
    width : 970px;
    height: 100%;
    position: relative;
    z-index: 10;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner .pagetitleBlock{
    display: table-cell;
    vertical-align: bottom;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner h2,
#wrap #pagetitle.titleStyleStartup #pagetitleInner p{
    color: #ffffff;
    float: none;
    text-align: left;
    width : 970px;
    margin : 0 auto;
    padding: 0;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner h2{
    font-size: 47px;
    letter-spacing: -2px;
    line-height: 1.1;
    padding: 0 0 0 9px;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner p{
    font-size : 14px;
    text-align: left;
    padding: 0 0 30px;
}
#wrap #pagetitle.titleStyleStartup #pagetitleInner p span{
    display: block;
    background: url(/resource/helpful/img/startup/bg_gradation.jpg) no-repeat 50% 0;
    width : 310px;
    height: 20px;
    margin : 16px 0 0;
    padding: 0 24px 0;
    letter-spacing: 3.4px;
    box-sizing: border-box;
}
/* 詳細KV */
#wrap #pagetitle.titleStyleStartup.detail{
    height: 370px;
    border-bottom: 8px solid #104aa9;
    position: relative;
}
#wrap #pagetitle.titleStyleStartup.detail:before{
    content: "";
    display: inline-block;
    width : 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top : 0;
    background: url(/resource/helpful/img/startup/bg_pagetitle_gradation.png) 0 0 repeat-x;
    background-size: auto 100%;
}
#wrap #pagetitle.titleStyleStartup.detail:after{
    content: "";
    display: inline-block;
    width : 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top  : 0;
    background: -moz-linear-gradient(right, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=1 );
}
#wrap #pagetitle.titleStyleStartup.detail .pagetitleImgBlock{
    width : 60%;
    height: 370px;
    position: absolute;
    top  : 0;
    left: auto;
    right: 0;
    bottom: auto;
    margin: 0;
    z-index: 0;
}
#wrap #pagetitle.titleStyleStartup.detail .pagetitleImg{
    width : auto;
    height: 370px;
    left : auto;
    right: 0;
    margin-left: 0;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner {
    width : 1240px;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner:before{
    content: "";
    display: block;
    background: url(/resource/helpful/img/startup/img_pagetitle_detail_over_pc.png) 0 0 no-repeat;
    background-size: auto 100%;
    width : 1240px;
    height: 100%;
    position: absolute;
    top : 0;
    left: 0;
    z-index: 5;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock{
    vertical-align: middle;
    position: relative;
    z-index: 10;
}
#wrap #pagetitle.titleStyleStartup.detail  #pagetitleInner .pagetitleBlock:before{
    content: "";
    display: block;
    width : 10%;
    height: 100%;
    background: -moz-linear-gradient(right, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=1 );
    position: absolute;
    top  : 0;
    right: 0;
    z-index: 4;
}
* html #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock{
    display: inline;
    zoom: 1;
}/*for IE7 */
*:first-child+html #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock{
    display: inline;
    zoom: 1;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner h2,
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p{
    width : 890px;
    margin : 0 auto;
    padding: 0;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner h2{
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 1.5;
    padding: 0 0 24px;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p{
    font-size : 18px;
    text-align: left;
}
#wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p b{
    font-size: 12px;
    font-weight: bold;
}


    #wrap #pagetitle.titleStyleStartup #pagetitleInner {
        width: 100%;
        padding: 0;
    }
    #wrap #pagetitle.titleStyleStartup #pagetitleInner h2,
    #wrap #pagetitle.titleStyleStartup #pagetitleInner p{
        width : 100%;
        margin : 0 auto;
        padding: 0 25px;
    }
    #wrap #pagetitle.titleStyleStartup #pagetitleInner h2{
        font-size: 24px;
        line-height: 1.4;
    }
    #wrap #pagetitle.titleStyleStartup #pagetitleInner p{
        font-size : 15px;
        padding: 0 25px 28px;
    }
    #wrap #pagetitle.titleStyleStartup #pagetitleInner p span{
        background: url(/resource/helpful/img/startup/bg_gradation.jpg) no-repeat 0 0;
        background-size: 231px 24px;
        width : auto;
        height: 24px;
        line-height: 24px;
        margin : 8px 0 0;
        padding: 0 18px 0;
        letter-spacing: 2px;
    }
    /* 詳細KV */
    #wrap #pagetitle.titleStyleStartup.detail{
        height: 442px;
        border-bottom: 7px solid #104aa9;
    }
    #wrap #pagetitle.titleStyleStartup.detail .pagetitleImgBlock{
        width : 100%;
        height: 442px;
        display   : table-cell;
        text-align: center;
        vertical-align: middle;
    }
    #wrap #pagetitle.titleStyleStartup.detail .pagetitleImgBlock:after{
        display: none;
    }
    #wrap #pagetitle.titleStyleStartup.detail .pagetitleImg{
        width :100%;
        height:auto;
        left : auto;
        right: 0;
        top: 0;
        bottom: auto;
        margin-left: 0;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner {
        width : 100%;
        height: 100%;
        padding: 0;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner:before{
        content: "";
        display: block;
        background: url(/resource/helpful/img/startup/img_pagetitle_detail_over_sp.png) 0 100% no-repeat;
        background-size: 100% auto;
        background-blend-mode: color-burn;
        width : 100%;
        height: 100%;
        position: absolute;
        top : 0;
        left: 0;
        z-index: 5;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock{
        display: table-cell;
        vertical-align: bottom;
        padding: 0 0 16px;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner .pagetitleBlock:before{
        display: none;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner h2,
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p{
        width : 100%;
        margin : 0 auto;
        padding: 0 34px;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner h2{
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 1.3;
        padding: 0 34px 20px;
        text-shadow:0px 0px 40px #0942a0;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner h2 br{
        display: none;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p{
        font-size : 13px;
        text-align: left;
    }
    #wrap #pagetitle.titleStyleStartup.detail #pagetitleInner p b{
        font-size: 12px;
        font-weight: bold;
    }

/**/
#wrap #contentWrap #breadcrumbArea{
    background: none;
    width  : 970px;
    margin : 0 auto 50px;
    padding: 10px 0;
}
#wrap #contentWrap #breadcrumbArea .breadcrumbs{
    color: #666666;
    width: 720px;
    float: left;
    background: none;
}
#wrap #contentWrap #breadcrumbArea a{
    color: #1262b2;
    text-decoration: underline;
}
#wrap #contentWrap #breadcrumbArea a:hover{
    text-decoration: none;
}
#wrap #contentWrap #breadcrumbArea .upperLink{
    float: right;
    width: 228px;
    font-size: 0.9em;
    text-align: right;
}


    #wrap #contentWrap #breadcrumbArea{
        overflow: hidden;
        width: 100%;
        margin : 0 0 15px;
        padding: 0 17px;
        position: relative;
    }
    #wrap #contentWrap #breadcrumbArea:after{
        content: "";
        display: inline-block;
        background: url(/resource/helpful/img/startup/txt_breadcrumbs.png) 0 0 no-repeat;
        background-size: 31px 14px;
        width : 31px;
        height: 14px;
        position: absolute;
        top  : 0;
        right: 17px;
    }
    #wrap #contentWrap #breadcrumbArea .breadcrumbs{
        white-space: nowrap;
        overflow-x: scroll;
        width: 100%;
        float: none;
    }
    #wrap #contentWrap #breadcrumbArea .upperLink{
        float: none;
        width: 100%;
        margin-top: 9px;
    }


/* likeBtn */
.snsBtns{
  text-align: right;
  margin: 0 32px 25px;
  font-size: 0;
}
.snsBtns .likeBtn,
.snsBtns .tweetBtn{
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}


/**/
#startupList{
    background: #f2f2f2 url(/resource/helpful/img/startup/bg_startupList_pc.jpg) 50% 0 repeat-y;
    background-size: cover;
    background-attachment: fixed;
    padding: 5px 0 0;
}
#startupList .startupListInner{
    width : 844px;
    margin: 0 auto;
}
#startupList .startupListInner .pagetitle{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2f89bd;
    line-height: 1;
    margin: 0 0 18px;
}
#startupList .startupListInner .pagetitle h3{
    margin: 0 0 -3px;
}
#startupList .startupListInner .pagetitle span{
    font-size: 10px;
}
#startupList .startupListUl{
    margin: 0 -14px 0 14px;
}
#startupList .startupListUl li{
    width : 422px;
    height: 458px;
    float: left;
    margin: 0;
    position: relative;
}
#startupList .startupListUl li:nth-child(2n){
    float: right;
}
#startupList .startupListUl li a{
    display: block;
    background: url(/resource/helpful/img/startup/bg_startupList_li.png) 0 0 repeat;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    height: 100%;
    padding: 0 32px 0 0;
}
#startupList .startupListUl li a:hover{
    background: url(/resource/helpful/img/startup/bg_startupList_li_hover.png) 0 0 repeat;
    color: #666666;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#startupList .startupListUl li img{
    padding: 3px;
}
#startupList .startupListUl li h4{
    padding: 25px 36px 0;
    line-height: 1.6;
}
#startupList .startupListUl .aboutusBlock{
    position: absolute;
    bottom: 35px;
    right : 32px;
    width : 362px;
    height: 100px;
    display: table;
}
#startupList .startupListUl .aboutusBlock .logoArea{
    display: table-cell;
    vertical-align: middle;
    width : 138px;
    height: 100px;
    text-align: center;
    box-sizing: border-box;
}
#startupList .startupListUl .aboutusBlock .logoArea img{
    width :auto;
    height:auto;
    max-width :112px;
    max-height:100px;
}
#startupList .startupListUl .aboutusBlock p{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.4;
    color: #333333;
    padding: 0 26px 0 0;
    box-sizing: border-box;
}
#startupList .startupListUl .aboutusBlock p b{
    font-weight: bold;
    color: #333333;
}
#startupList .startupListUl li a:hover .aboutusBlock p,
#startupList .startupListUl li a:hover .aboutusBlock p b{
    color: #666666;
}
#startupList.top{
    background: none;
    padding: 0 0 20px;
}
#startupList.top .startupSection{
    width : 740px;
    margin: 20px 0 0 -8px;
}
#startupList.top .startupSection .startupListUl{
    width : 740px;
    margin: 0;
    text-align: center;
}
#startupList.top .startupSection .startupListUl li{
    display: inline-block;
    width : 240px;
    height: 277px;
    float: none;
}
#startupList.top .startupSection .startupListUl li a{
    background: url(/resource/helpful/img/startup/bg_startupDetail_li.png) 0 0 no-repeat;
    background-size: 253px auto;
    height: 277px;
    font-size: 12px;
    text-align: left;
}
#startupList.top .startupSection .startupListUl li a:hover {
    background: url(/resource/helpful/img/startup/bg_startupDetail_li_hover.png) 0 0 no-repeat;
    background-size: 253px auto;
}
#startupList.top .startupSection .startupListUl .startupImg {
    width : 230px;
    height: 100px;
    overflow: hidden;
    padding: 3px 0 0 3px;
}
#startupList.top .startupSection .startupListUl li h4 {
    padding: 15px 28px 0;
    line-height: 1.4;
}
#startupList.top .startupSection .topBnrSliderWrapper .startupListUl li{
    float: none;
}
#startupList.top .startupSection .topBnrSliderWrapper .startupListUl li:nth-child(2n){
    float: none;
}
#startupList.top .startupSection .startupListUl .aboutusBlock {
    bottom: 30px;
    right: 10px;
    width: 210px;
    height: 30px;
}
#startupList.top .startupSection .startupListUl .aboutusBlock .logoArea {
    width : 76px;
    height: 50px;
    padding: 0 8px 0;
}
#startupList.top .startupListUl .aboutusBlock .logoArea img {
    max-width : 62px;
    max-height: 60px;
}
#startupList.top .startupSection .startupListUl .aboutusBlock p {
    font-size: 10px;
}
#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderWrapper#startupBnrSlider{
    height: 280px;
}

    #startupList{
        background: #f2f2f2 url(/resource/helpful/img/startup/bg_startupList_sp.jpg) 50% 0 repeat;
        padding: 18px 0 34px;
    }
    #startupList .startupListInner {
        width: 100%;
        margin: 0 auto;
    }
    #startupList .startupListInner .pagetitle {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #2f89bd;
        line-height: 1;
        margin: 0 0 18px;
    }
    #startupList .startupListUl {
        margin : 0;
        padding: 0;
    }
    #startupList .startupListUl li {
        width : 100%;
        height: 360px;
        float: none;
        margin : 0;
        box-sizing: border-box;
    }
    #startupList .startupListUl li:nth-child(2n) {
        float: none;
    }
    #startupList .startupListUl li a {
        background: url(/resource/helpful/img/startup/bg_startupList_li_sp.png) 50% 0 no-repeat;
        background-size: auto 100%;
        font-size: 15px;
        width : 308px;
        height: 100%;
        margin : 0 auto;
        padding: 0;
        position: relative;
    }
    #startupList .startupListUl li a:hover{
        background: url(/resource/helpful/img/startup/bg_startupList_li_sp.png) 50% 0 no-repeat;
        background-size: auto 100%;
    }
    #startupList .startupListUl li .startupImg{
        overflow: hidden;
        width : 308px;
        height: 150px;
        margin: 0 auto;
    }
    #startupList .startupListUl li img {
        width : 100%;
        height: auto;
        padding: 0;
    }
    #startupList .startupListUl li h4 {
        padding: 18px 24px 0 36px;
        line-height: 1.6;
    }
    #startupList .startupListUl .aboutusBlock {
        display: table;
        position: absolute;
        bottom: 26px;
        right : 0;
        width : 100%;
        height: 80px;
        padding: 0 0 0 32px;
        box-sizing: border-box;
    }
    #startupList .startupListUl .aboutusBlock .logoArea {
        width : 85px;
        height: 80px;
        text-align: center;
    }
    #startupList .startupListUl .aboutusBlock p {
        font-size: 12px;
        line-height: 1.2;
        padding: 0 12px 0 12px;
    }
    #startupList.top{
        padding: 0;
    }
    #startupList.top .startupSection.slider{
        width : 100%;
        margin: 0 auto;
    }
    #startupList.top .startupSection .startupListUl {
        width : 100%;
        margin: 3px 0 0;
    }
    #startupList.top .startupSection .startupListUl li{
        height: 350px;
    }
    #startupList.top .startupSection .startupListUl.slick-slider li a{
        font-size: 14px;
    }
    #startupList.top .startupSection .startupListUl li a:hover{
        background: url(/resource/helpful/img/startup/bg_startupDetail_li_sp.png) 0 0 no-repeat;
        background-size: 286px 345px;
    }
    #startupList.top .startupSection .startupListUl li h4{
        padding-top: 20px
    }
    #startupList.top .startupSection .startupListUl .startupImg{
        width : 100%;
        height: 150px;
        overflow: hidden;
        padding: 0;
    }
    #wrap #contentWrap #contentsArea #mainContentsArea #startupList.top .startupSection .topBnrArea .startupListUl .startupImg img{
        width : auto;
        height: 100%;
    }
    #startupList.top .startupSection .startupListUl .aboutusBlock {
        bottom: 15px;
        right: 10px;
        width: 287px;
        height: 80px;
    }
    #startupList.top .startupSection .startupListUl .aboutusBlock .logoArea {
        width: 96px;
        height: 80px;
        padding: 16px 8px 16px;
    }
    #wrap #contentWrap #contentsArea #mainContentsArea #startupList.top .startupSection .topBnrArea .startupListUl .aboutusBlock .logoArea img{
        width : auto;
        height: auto;
        max-width : 94px;
        max-height: 100px;
    }
    #wrap #contentWrap #contentsArea #mainContentsArea #startupList.top .topBnrSliderWrapper#startupBnrSlider{
        height: 370px;
    }


/* paging */
.pageBox{
    text-align: center;
    margin: 13px 0 80px;
}
.paging li {
	display: inline-block;
	text-align: center;
	color: #999;
}
.paging li a,
.paging li span {
	display: block;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background: #f9f9f9;
	width : 43px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
    text-decoration: none;
}
.paging li a:hover,
.paging li span:hover {
}
.paging li a {
	-webkit-box-shadow: rgba(221,221,218,0.7) 0px 2px 1px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	-moz-box-shadow: rgba(221,221,218,0.7) 0px 2px 1px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	box-shadow: rgba(221,221,218,0.7) 0px 2px 2px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	background: #fff;
}
.paging li span.current {
	font-weight: bold;
	background: #f2f2f2;
	padding: 0;
	color: #999;
}
.paging li.prev {
	margin-right: 4px;
}
.paging li.next {
	margin-left: 4px;
}
.paging li.prev a,
.paging li.next a {
	width: 45px;
}

    .pageBox{
        margin: 4px 0 42px;
        padding: 0 32px;
        box-sizing: border-box;
    }
    .paging li a,
    .paging li span {
    	display: block;
    	border: 1px solid #cccccc;
    	border-radius: 2px;
    	background: #f9f9f9;
    	width : 30px;
    	height: 34px;
    	line-height: 34px;
    	padding: 0;
    	border-radius: 3px;
    	border: 1px solid #d9d9d9;
        text-decoration: none;
    }
    .paging li a {
    	-webkit-box-shadow: rgba(221,221,218,0.7) 0px 2px 1px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    	-moz-box-shadow: rgba(221,221,218,0.7) 0px 2px 1px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    	box-shadow: rgba(221,221,218,0.7) 0px 2px 2px, #fff 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    	background: #fff;
    }
    .paging li span.current {
    	font-weight: bold;
    	background: #f2f2f2;
    	padding: 0;
    	color: #999;
    }
    .paging li.prev {
    	margin-right: 4px;
    }
    .paging li.next {
    	margin-left: 4px;
    }
    .paging li.prev a,
    .paging li.next a {
    	width: 40px;
    }


/* consultLinkArea */
.consultLinkArea{
    text-align: center;
}
.consultLinkArea a{
    display: inline-block;
    width : 576px;
    height: 98px;
    background: url(/resource/helpful/img/startup/btn_consult.png) 0 0 no-repeat;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding: 14px 0 0;
    box-sizing: border-box;
    position: relative;
}
.consultLinkArea a:hover{
    background: url(/resource/helpful/img/startup/btn_consult_hover.png) 0 0 no-repeat;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.consultLinkArea a small{
    display: block;
    font-size: 12px;
}

    .consultLinkArea{
        width: 338px;
        margin : 0 auto;
        padding: 0;
    }
    .consultLinkArea a{
        display: inline-block;
        width : 100%;
        height: auto;
        min-height: 83px;
        background: url(/resource/helpful/img/startup/btn_consult_sp.png) no-repeat;
        background-size: 100% auto;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 14px 18px 0 16px;
    }
    .consultLinkArea a small{
        font-size: 10px;
    }


/* jobChangeLinkArea */
.jobChangeLinkArea{
    overflow: hidden;
    margin : 0;
    /* padding: 36px 0 57px; */
}
.jobChangeLinkArea .jobChangeInner{
    background: none;
    padding: 0;
    text-align: center;
}
.jobChangeLinkArea .jobChangeInner h3{
    color:#2f89bd;
    font-size: 16px;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns{
    margin-top: 10px;
    text-align: center;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn{
    display: inline-block;
    width : 242px;
    height: 50px;
    line-height: 40px;
    float: none;
    background: #3189ae;
    background: -moz-linear-gradient(45deg, #3189ae 0%, #7cad94 100%);
    background: -webkit-linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    background: linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3189ae', endColorstr='#7cad94',GradientType=1 );
    padding: 4px;
    box-sizing: border-box;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a{
    display : block;
    position: relative;
    width : 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #333333;
    -ms-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a:hover{
    box-shadow:3px 3px 6px 4px rgba(0,0,0,0.13);
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a:hover:after{
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
}
.jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a b{
    font-size: 16px;
}

    .jobChangeLinkArea{
        background: none;
        /* padding: 20px 0 44px; */
    }
    .jobChangeLinkArea .jobChangeInner .jobChangeBtns{
        overflow: hidden;
        width : 328px;
        margin: 10px auto 0;
    }
    .jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn{
        width : 156px;
        height: 50px;
        line-height: 50px;
        padding: 4px;
        float: left;
    }
    .jobChangeLinkArea .jobChangeInner .jobChangeBtns li:nth-child(2n){
        float: right;
    }
    .jobChangeLinkArea .jobChangeInner .jobChangeBtns .jobChangeBtn a{
        line-height: 40px;
    }


/* startupBottom */
#startupBottom{
    overflow: hidden;
    width : 970px;
    margin: 26px auto 70px;
}
.navUseful{
    padding: 0 0 60px;
}
.navUseful .navUsefulTitle{
    background: #313131;
    color: #ffffff;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: bold;
}
.navUseful ul{
    display: table;
    table-layout: fixed;
    width : 100%;
    height: 77px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.navUseful li{
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
}
.navUseful a{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    width : 138px;
    height: 77px;
    position: relative;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.navUseful a:hover{
    color: #666666;
}
.navUseful a:before{
    content: "";
    display: block;
    width : 7px;
    height: 11px;
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
    position: absolute;
    top  : 32px;
    left : 23px;
}
.navUseful li.typeRedesign a{
    padding-left: 26px;
}
.navUseful li.typeRedesign a:before{
    left : 10px;
}
#startupBottom .navLower{
}
#startupBottom .navLower .hElementLinkStyle01{
    display: block;
    background: #f2f2f2;
    width : 100%;
    margin : 0 0 24px;
    padding: 7px 0 7px 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #1e5799;
    background: -moz-linear-gradient(left, #13284f 0%, #3472a9 100%);
    background: -webkit-linear-gradient(left, #13284f 0%,#3472a9 100%);
    background: linear-gradient(to right, #13284f 0%,#3472a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13284f', endColorstr='#3472a9',GradientType=1 );
    position: relative;
}
#startupBottom .navLower .hElementLinkStyle01 span.headList{
    width: 15px;
    height: 6px;
    background: #d9ad57;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -2px 0 0;
}
#startupBottom .navLower ul{
    overflow: hidden;
    width  : 100%;
    margin : 0 0 26px 0;
    padding: 0 26px;
}
#startupBottom .navLower li{
    float: left;
    width: 136px;
    margin: 0 0 18px;
}
#startupBottom .navLower li a{
    display: inline-block;
    padding: 0 0 0 16px;
    font-size: 10px;
    width: 100%;
    line-height: 1.2;
    position: relative;
}
#startupBottom .navLower li a:before{
    content: "";
    display: inline-block;
    width : 11px;
    height: 11px;
    background: url(/resource/common/img/icon_arrow_blue.png) 0 0 no-repeat;
    position: absolute;
    top : 0;
    left: 0;
}
#startupBottom .navLower li a[target="_blank"]:before{
    content: "";
    display: inline-block;
    background: url(/resource/common/img/sprite_general.webp) no-repeat -493px -39px;
    width : 13px;
    height: 12px;
    position: absolute;
    top  : 50%;
    left : -3px;
    margin: -6px 0 0;
}

    #startupBottom{
        width : 100%;
        margin: 0 0 32px;
    }
    .navUseful{
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }
    .navUseful .navUsefulTitle{
        padding: 12px 26px;
        font-size: 15px;
    }
    .navUseful ul {
        border: none;
        margin: 0 0 -1px;
    }
    .navUseful li {
        display: block;
        border-right: none;
        width : 50%;
        height: 43px;
        line-height: 43px;
        float: left;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .navUseful a {
        display: block;
        font-size: 13px;
        width : 100%;
        height: 100%;
        padding: 0 25px 0 15px;
    }
    .navUseful a br{
        display: none;
    }
    .navUseful a:before {
        width : 7px;
        height: 11px;
        background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top : 50%;
        left: auto;
        right: 10px;
        margin-top: -6px;
    }
    .navUseful li.typeRedesign a{
        padding-left: 15px;
    }
    .navUseful li.typeRedesign a:before{
        left: auto;
    }
    #startupBottom .navLower {
        border-bottom: 1px solid #cccccc;
    }
    #startupBottom .navLower .hElementLinkStyle01{
        margin : 27px 0 0;
        padding: 11px 0 11px 26px;
        font-size: 14px;
    }
    #startupBottom .navLower .hElementLinkStyle01.spAccordionM{
        background-color: #1e5799;
        background-color: -moz-linear-gradient(left, #13284f 0%, #3472a9 100%);
        background-color: -webkit-linear-gradient(left, #13284f 0%,#3472a9 100%);
        background-color: linear-gradient(to right, #13284f 0%,#3472a9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13284f', endColorstr='#3472a9',GradientType=1 );
        background-image: url(/resource/common/img/sp/general_sp_icon_plus.png);
        background-position: 97% center;
        background-repeat: no-repeat;
        background-size: 4%;
    }
    #startupBottom .navLower .hElementLinkStyle01.spAccordionM.spAActive{
        background-image: url(/resource/common/img/sp/general_sp_icon_minus.png);
    }
    #startupBottom .navLower .hElementLinkStyle01 span.headList{
        display: none;
    }
    #startupBottom .navLower ul{
        overflow: hidden;
        width  : 100%;
        margin : 0 0 -1px;
        padding: 0;
    }
    #startupBottom .navLower li{
        float: left;
        width : 50%;
        height: 43px;
        line-height: 43px;
        margin: 0;
        border-bottom: 1px solid #cccccc;
    }
    #startupBottom .navLower li a{
        display: inline-block;
        padding: 8px 16px 0 16px;
        font-size: 12px;
        width: 100%;
        line-height: 1.2;
        position: relative;
    }
    #startupBottom .navLower li a:before{
        width : 7px;
        height: 11px;
        background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top : 50%;
        left: auto;
        right: 10px;
        margin-top: -6px;
    }
    #startupBottom .navLower li a[target="_blank"]:before{
        content: "";
        display: inline-block;
        background: url(/resource/common/img/sprite_general.webp) no-repeat -493px -39px;
        width : 13px;
        height: 12px;
        position: absolute;
        top  : 50%;
        left : auto;
        right: 10px;
        margin: -2px 0 0;
    }



/**/
#startupList .companyInformation{
    overflow: hidden;
    width : 886px;
    margin: 0 auto 100px;
}
#startupList .companyInformation a{
	text-decoration:underline;
	color:#1262b2;
}
#startupList .companyInformation .address{
    width: 430px;
    float: left;
    background: #f9f9f9;
    padding: 38px 38px 25px;
    box-sizing: border-box;
}
#startupList .companyInformation .address img{
    display: block;
    width : auto;
    height: 158px;
    margin: 0 auto 30px;
}
#startupList .companyInformation figcaption{
    font-size: 12px;
}
#startupList .companyInformation figcaption th{
    width: 66px;
    font-weight: normal;
    text-align: left;
}
#startupList .companyInformation .career{
    width: 422px;
    float: right;
    color: #333333;
    margin: 40px 0 0;
}
#startupList .companyInformation .career dt{
    font-size: 18px;
    font-weight: bold;
    padding: 0 16px 10px;
}
#startupList .companyInformation .career dt span{
    display: block;
    font-size: 12px;
}
#startupList .companyInformation .career dt:before{
    content: "経　　歴";
    display: block;
    width : 100%;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    margin : 0 0 20px;
    padding: 0 20px 0;
    background: url(/resource/helpful/img/startup/bg_gradation.jpg) no-repeat 50% 0;
    background-size: cover;
    font-size: 12px;
}
#startupList .companyInformation .career dd{
    font-size: 11px;
    padding: 0 16px;
    line-height: 1.8;
}
#startupList .companyInformation .career .update{
	text-align: right;
	font-size: 10px;
	padding: 10px 0 0;
}

    #startupList .companyInformation{
        width : 100%;
        margin : 0 0 65px;
        padding: 0 32px;
    }
    #startupList .companyInformation .address,
    #startupList .companyInformation .career{
        width: 100%;
        float: none;
    }
    #startupList .companyInformation .address{
        padding: 15px 22px 17px;
    }
    #startupList .companyInformation .address img{
        width : 137px;
        height: auto;
        margin: 0 auto 18px;
    }
    #startupList .companyInformation figcaption{
        font-size: 12px;
    }
    #startupList .companyInformation figcaption th{
        width: 48px;
    }
    #startupList .companyInformation .career{
        margin: 20px 0 0;
    }
    #startupList .companyInformation .career dt{
        font-size: 14px;
        padding: 0 0 10px;
    }
    #startupList .companyInformation .career dt span{
        font-size: 12px;
    }
    #startupList .companyInformation .career dt:before{
        width : auto;
        height: 25px;
        line-height: 25px;
        margin : 0 0 14px;
        padding: 0 17px 0;
        font-size: 12px;
    }
    #startupList .companyInformation .career dd{
        font-size: 12px;
        padding: 0 0;
        line-height: 1.6;
    }


#startupList .startupSection{
    clear: both;
    width : 886px;
    margin: 0 auto 87px;
}
#startupList .startupSection .startupSectionTitle{
    font-size: 28px;
    font-weight: bold;
    color: #2e88bc;
    margin: 0 0 40px;
}
#startupList .startupSection p{
    font-size: 15px;
    padding: 0 0 0 104px;
}
#startupList .startupSection figure{
    float: right;
    margin: 48px -180px 16px 64px;
    background: url(/resource/helpful/img/startup/bg_startup_img.png) no-repeat 58px 0;
}
#startupList .startupSection figure img{
    padding: 46px 48px 0 0;
    min-width: 555px;
}
#startupList .startupSection:nth-child(2n+1) figure{
    float: left;
    margin: 48px 64px 46px -180px;
    background: url(/resource/helpful/img/startup/bg_startup_img.png) no-repeat 0 0;
}
#startupList .startupSection:nth-child(2n+1) figure img{
    padding: 46px 0 0 48px;
}
#startupList .startupSection figcaption{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 0;
}
#startupList .startupSection:nth-child(2n+1) figcaption{
    text-align: right;
    padding-right: 34px;
}
#startupList .startupSection .freeHTML{
    clear: both;
    overflow: hidden;
    background: url(/resource/helpful/img/startup/bg_freeHTML.png) no-repeat 0 0;
    width: 100%;
    /* min-height: 440px; */
    display: table;
    margin : 62px 0 0;
    padding: 0 42px 0 74px;
    box-sizing: border-box;
}
#startupList .startupSection .freeHTML .freeTxt{
    display: table-cell;
    vertical-align: middle;
    padding: 74px 66px 12px 0;
}
#startupList .startupSection .freeHTML h5{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: url(/resource/helpful/img/startup/line_freeHTML.gif) repeat-x 0 0;
    padding: 22px 0 0;
}
#startupList .startupSection .freeHTML p{
    font-size: 12px;
    padding: 17px 0 40px 0;
    line-height: 2.2;
}
#startupList .startupSection .freeHTML figure{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    float: none;
    width: 360px;
    padding: 40px 0;
    background: none;
}
#startupList .startupSection .freeHTML figure img{
    min-width: 360px;
    width : 100%;
    height: auto;
    padding: 0;
}

/* 2018.11.28 黄色背景セクションに動画追加 */
#startupList .startupSection .freeHTML_video{
    overflow: hidden;
    background: url(/resource/helpful/img/startup/bg_freeHTML.png) no-repeat 0 0;
    width: 100%;
    padding-top: 40px;
}
#startupList .startupSection .freeHTML_video h5{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: url(/resource/helpful/img/startup/line_freeHTML.gif) repeat-x 0 0;
    padding: 22px 0 0;
}
#startupList .startupSection .freeHTML_video video {
    margin-top: 15px;
}

#startupList .startupSection .startupListUl{
    width : 1020px;
    margin: 0 0 0 -47px;
}
#startupList .startupSection .startupListUl li{
    width : 335px;
    height: 350px;
    float: left;
    margin: 0;
    position: relative;
    display: inline-block;
}
#startupList .startupSection .startupListUl li:nth-child(2n) {
    float: left;
}
#startupList .startupSection .startupListUl li a{
    background: url(/resource/helpful/img/startup/bg_startupDetail_li.png) 0 0 no-repeat;
    font-size : 16px;
    height: 350px;
    padding: 0;
}
#startupList .startupSection .startupListUl li a:hover{
    background: url(/resource/helpful/img/startup/bg_startupDetail_li_hover.png) 0 0 no-repeat;
}
#startupList .startupSection .startupListUl .startupImg {
    width : 308px;
    height: 150px;
    overflow: hidden;
    padding: 3px 0 0 3px;
}
#startupList .startupSection .startupListUl li img {
    width : 100%;
    height: auto;
    padding: 0;
}
#startupList .startupSection .startupListUl li h4 {
    padding: 15px 28px 0;
    line-height: 1.4;
}
#startupList .startupSection .startupListUl .aboutusBlock {
    bottom: 15px;
    right : 27px;
    width : 287px;
    height: 50px;
}
#startupList .startupSection .startupListUl .aboutusBlock .logoArea {
    width : 96px;
    height: 50px;
    padding: 16px 8px 16px;
}
#startupList .startupSection .startupListUl .aboutusBlock p {
    font-size: 12px;
    line-height: 1.4;
    color: #666666;
    padding: 0 10px 0 0;
}

    #startupList .startupSection{
        display: flex;
        flex-wrap: wrap;
        width : 100%;
        margin: 0 auto 60px;
    }
    #startupList .startupSection.slider{
        display: block;
    }
    #startupList .startupSection .startupSectionTitle{
        width: 100%;
        font-size: 16px;
        margin : 0 0 44px;
        padding: 0 53px;
        order: 1;
    }
    #startupList .startupSection p{
        width: 100%;
        font-size: 13px;
        padding: 0 32px;
        order: 2;
    }
    #startupList .startupSection figure{
        width: 100%;
        padding: 0 20px 45px;
        order: 3;
    }
    #startupList .startupSection:nth-child(2n+1) figure{
        margin: 0;
    }
    #startupList .startupSection figure,
    #startupList .startupSection:nth-child(2n+1) figure{
        float: none;
        margin : 57px 20px 0;
        padding: 0 0;
        background: url(/resource/helpful/img/startup/bg_startup_img.png) no-repeat right 0;
        background-size: 302px auto;
    }
    #startupList .startupSection:nth-child(2n+1) figure{
        margin : 57px 0 0;
        padding: 0 30px 0 20px;
        background: url(/resource/helpful/img/startup/bg_startup_img.png) no-repeat left 0;
        background-size: 314px auto;
    }
    #startupList .startupSection figcaption{
        font-size: 13px;
    }
    #startupList .startupSection:nth-child(2n+1) figcaption{
    }
    #startupList .startupSection figcaption,
    #startupList .startupSection:nth-child(2n+1) figcaption{
        text-align: center;
        padding: 10px 0 0;
    }
    #startupList .startupSection figure img{
        width : 100%;
        min-width: 280px;
        height: auto;
        padding: 26px 24px 0 0;
    }
    #startupList .startupSection:nth-child(2n+1) figure img{
        padding: 26px 0 0 8px;
    }
    #startupList .startupSection .freeHTML{
        display: block;
        background: url(/resource/helpful/img/startup/bg_freeHTML_sp.png) no-repeat 100% 0;
        background-size: 100% auto;
        width: 100%;
        margin : 68px 0 -10px 0;
        padding: 0 30px 30px 53px;
        order: 4;
    }
    #startupList .startupSection .freeHTML .freeTxt{
        display: block;
        padding: 40px 0 0 0;
    }
    #startupList .startupSection .freeHTML h5{
        font-size: 14px;
        background: url(/resource/helpful/img/startup/line_freeHTML.gif) repeat-x 0 0;
        padding: 16px 0 0;
    }
    #startupList .startupSection .freeHTML p{
        font-size: 12px;
        padding: 10px 0 0 0;
        line-height: 1.6;
    }
    #startupList .startupSection .freeHTML figure{
        display: block;
        margin : 16px 0 0;
        padding: 0 36px;
        float: none;
        width: auto;
        background: none;
    }
    #startupList .startupSection .freeHTML figure img,
    #startupList .startupSection:nth-child(2n+1) .freeHTML figure img{
        padding: 0;
        min-width: 220px;
    }
    #startupList .startupSection .startupListUl{
        width : 100%;
        margin: 0;
    }
    #startupList .startupSection .startupListUl li{
        width : 271px;
        height: 350px;
        float: left;
        margin: 0;
        position: relative;
    }
    #startupList .startupSection .startupListUl li:nth-child(2n) {
        float: left;
    }
    #startupList .startupSection .startupListUl li a{
        background: url(/resource/helpful/img/startup/bg_startupDetail_li.png) 0 0 no-repeat;
        font-size : 16px;
        height: 100%;
        padding: 3px 24px 3px 3px;
    }
    #startupList .startupSection .startupListUl li a:hover{
        background: url(/resource/helpful/img/startup/bg_startupDetail_li_hover.png) 0 0 no-repeat;
    }
    #startupList .startupSection .startupListUl .startupImg {
        width : 100%;
        height: 150px;
        overflow: hidden;
        padding: 0;
    }
    #startupList .startupSection .startupListUl li img {
        width : 100%;
        height: auto;
        padding: 0;
    }
    #startupList .startupSection .startupListUl li h4 {
        padding: 15px 28px 0;
        line-height: 1.4;
    }
    #startupList .startupSection .startupListUl .aboutusBlock {
        bottom: 15px;
        right : 10px;
        width : 287px;
        height: 80px;
    }
    #startupList .startupSection .startupListUl .aboutusBlock .logoArea {
        width : 96px;
        height: 80px;
        padding: 16px 8px 16px;
    }
    #startupList .startupSection .startupListUl .aboutusBlock .logoArea img {
        width : auto;
        height: 100%;
    }
    #startupList .startupSection .startupListUl .aboutusBlock p {
        font-size: 12px;
        line-height: 1.4;
        color: #666666;
        padding: 0 10px 0 0;
    }
    #startupList .startupSection .topBnrArea {
        position: relative;
    }
    #startupList .startupSection .startupListUl.slick-slider li{
        margin: 0 2px;
    }
    #startupList .startupSection .startupListUl.slick-slider li a{
        background: url(/resource/helpful/img/startup/bg_startupDetail_li_sp.png) 0 0 no-repeat;
        background-size: 286px 345px;
        width : 286px;
        height: 100%;
        font-size : 16px;
        padding: 3px 14px 3px 3px;
    }
    #startupList .startupSection .startupListUl .slick-dots {
        bottom: -20px;
    }
    #startupList .startupSection .startupListUl .slick-dots li {
        width : auto;
        height: auto;
        float: none;
    }
    #startupList .startupSection .startupListUl .slick-dots li button {
        width : 20px;
        height: 20px;
        padding: 0;
    }
    #startupList .startupSection .startupListUl .slick-dots li button:before {
        font-size: 12px;
        line-height: 14px;
        width : 12px;
        height: 12px;
        opacity: .25;
        color: #ffffff;
        border: 2px solid #c9c9c9;
        border-radius: 20px;
        opacity: 1;
    }
    #startupList .startupSection .startupListUl .slick-dots li.slick-active button:before{
        color: #2a58b6;
    }


#startupList .summaryLinkArea{
    margin: -57px 0 125px;
    text-align: center;
}
#startupList .summaryLinkArea li{
    display: inline-block;
    width : 332px;
    height: 46px;
    line-height: 40px;
    float: none;
    background: #3189ae;
    background: -moz-linear-gradient(45deg, #3189ae 0%, #7cad94 100%);
    background: -webkit-linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    background: linear-gradient(45deg, #3189ae 0%,#7cad94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3189ae', endColorstr='#7cad94',GradientType=1 );
    padding: 4px;
    box-sizing: border-box;
}
#startupList .summaryLinkArea li a{
    display : block;
    position: relative;
    width : 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    -ms-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}
#startupList .summaryLinkArea li a:after{
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
}
#startupList .summaryLinkArea li a:hover{
    box-shadow:3px 3px 6px 4px rgba(0,0,0,0.13);
}
#startupList .summaryLinkArea li a:hover:after{
    background: url(/resource/common/img/icon_arrow_blue.png) no-repeat;
}

    #startupList .summaryLinkArea{
        margin : 26px 0 30px;
        padding: 0 30px;
    }
    #startupList .summaryLinkArea li{
        width : 100%;
        height: 50px;
        line-height: 40px;
    }
.jobChangeLinkArea--bg {
    background: #ebebeb;
}