/* ヘッダースマホメニュー
---------------------------------------------------- */
.slicknav_menu {
	display: none;
}
#s-menu {
	display: none;
}
header#s-header {
	border-top: none;
}
#s-header {
	position: fixed;
	top: 2px;
	left: 15px;
	z-index: 998;
}
#s-header h1 {
	font-size: 11px;
	margin: 5px 0 0;
	display: none;
}
#s-header .header-logo {
	padding-top: 10px;
	width: 100%;
}

/* スマホ用
---------------------------------------------------- */
@media print, screen and (max-width: 1051px) {

	.sp {
	    display: block;
	}

	.tb {
	    display: none;
	}

	.pc {
	    display: none !important;
	}

	.slicknav_menu {
		display: block;
	}
	
	.top-padding{
		padding-top:54px;
	}
	/* サイトTOP */
	.headlineText {
		display: none;
	}

	/* サイトTOPインバウンド */

	.header-contact {
	    background: #fff;
	    float: none;
	    padding: 0px 0 10px;
	    margin: 0 auto;
	    text-align: center;
	    overflow: hidden;
	}

	.header-contact .InquiryTel {
	    float: none;
	    margin-top: 0;
	}

	.header-contact .HeaderInquiryTel02 a
	, .footer-contact .HeaderInquiryTel02 a{
		color: #fb8f26;
	}

	.header-contact .InquiryTelRight {
	    float: none;
	    margin-top: 0;
	}

	.header-contact .HeaderInquiryButtonDL
	, .header-contact .HeaderInquiryButtonForm {
		width: 90%;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.header-contact .HeaderInquiryButtonDL {
		margin-bottom: 10px;
	}

	/* サイトTOP フッタインバウンド */
	.footer-contact {
	    float: none;
	    padding: 0px 0 0px;
	    margin-top: 10px;
	    text-align: center;
	}

	.InquiryTel {
	    float: none;	
	}
	
	/* ニュースリリース */
	
	.top-box dl dd.txt {
		padding-top: 5px;
	}
	
	/* フッタースマホメニュー */

	#pc-footerSitemap {
		display: none;
	}

	#footerBanner {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	#s-footerSitemap {
		display: block;
	}
	
	.footer-copyright{
		background:#009933;
		color:#fff;
	}
	
	.footer-copyright a{
		color:#fff;
	}
	
	.s-footernav ul li {
		border-top: 2px solid #e6e6e6;
	}
	
	.s-footernav .toTop {
		background:#009933;
		text-align:center;
		margin: 0;
	}
	
	.s-footernav .toTop a{
		color:#fff;
		display:block;
	}
	
	.s-footernav ul li:first-child {
		border-top: none;
	}
	
	.s-footernav ul li a{
		display:block;
	  	font-size: 16px;
	    padding: 15px 30px 15px 20px;
	    color: #333;
	}
	
	.footer-copyinner {
	    margin: 0 auto;
	    width: 100%;
	}
	
	.foot-link {
	    float: none;
	    text-align: center;
	}
	
	.footer-copyinner .footLink li {
	    display: block;
	    float: left;
	    line-height: 46px;
	    margin-left: 10px;
	}
	
	.footer-copyinner .foot-link li:first-child {
	    margin-left: 0;
	}
	
	.footer-copyinner .foot-link > li:last-child {
	    display: block;
	}


/* 
	.footer-copyinner .foot-link li:last-child {
	    clear: both;
	    float: none;
	    width: 100%;
	}

 */	 

	.footer-copyinner .foot-link li:last-child {
            display: none;
	    clear: both;
	    float: none;
	    width: 100%;
	}
	
	.footer-copyinner .foot-link li {
	    border-bottom: 1px solid #fff;
	    border-right: 1px solid #fff;
	    box-sizing: border-box;
	    display: block;
	    float: left;
	    height: 45px;
	    line-height: 45px;
	    margin-left: 0;
	    width: 50%;
	    font-size: 80% !important;
	}
	
	#footerSitemap {

	    padding: 0px;
	}
	
	#footerBottom p{
		font-size:12px !important;
	}
	
	#footerBottom {
	    border-top: none;
		padding: 7px 0;
	}
	
	.clearfix {
		margin: 0;
	}

	.top-box {
		overflow: hidden;
	}


        /* 拠点 */
	.access-map {
		width: 100%;
		margin-top: 30px;
	}

	/* サイドメニュー */
	#sidebar {
		margin-top: 40px;
	}
	
	/* 採用情報 */
	.recruitCareer
	, .recruitSboxL
	, .recruitSboxR {
		text-align: left;
	}

	.row2 {
	    margin-left: -5px;
	    margin-right: -5px;
	}

	.exp-box .col-sm-3, .exp-box .col-xs-6, .whitepaper-box .col-sm-3, .whitepaper-box .col-xs-6, .designworks-box .col-sm-3, .designworks-box .col-sm-3 {
	    padding-left: 5px;
	    padding-right: 5px;
	}


	/* ホワイトペーパー */

	.btn-danger, .magazine-main .wysija-submit {
		padding-top: 10px;
		padding-bottom: 6px;
	}
	.headline1 img{
		width:100%;
	}
	.cvicon {
    	padding-left: 18px;
    	font-size: 24px !important;
    	display: inline-block;
    	color: #888;
    	vertical-align: middle;
	}
}
@media print, screen and (max-width: 320px) {
	.cvicon {
    	padding-left: 10px;
    	font-size: 24px !important;
}