.display_pc {
	display:none;
}

/* ========== レイアウト ========== */
body {
	font-size: 12px;
}
#head {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#eyecatch {
	width: 100%;
	margin: 0 auto;	
}
#content {
	margin: 30px auto 0 auto !important;
	padding:0 28px;
	position: relative;
	z-index: 2;
}

/* ========== ヘッダー ========== */

#logo {
	width: 77px;
	margin:22px 28px 0 28px;
	float:left;
}
#logo img {
	width: 77px;
	height:auto;
}
#btn_menu {
	width:21px;
	float:right;
	margin:12px 28px 0 0;

}

.btn {
	position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;

    z-index: 90;
    background-color: #000;
}
.btn span,
.btn span:before,
.btn span:after {
	content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
	transition: 0.5s;
    position: absolute;
}
.btn span:before {
	bottom: 8px;
}
.btn span:after {
	 top: 8px;
}

#btn_check:checked ~ .btn span {
    background-color: rgba(255, 255, 255, 0);
}
#btn_check:checked ~ .btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#btn_check:checked ~ .btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.btn_hidden {
	display: none;
}



#head_in {
	margin:0 0 10px 0;
}


#menu_sp {
	background:#fff;
	position: fixed;
    width: 100%;
	height: 100%;
    top: 0;
    left: 100%;
    z-index: 80;
	transition: 0.5s;
}

#btn_check {
	display: none;
}

#btn_check:checked ~ #menu_sp {
	left: 0;
}


#menu_sp li {
	border-bottom:1px solid #333;
	padding:20px 28px;
}
#menu_sp li a {
	color:#000;
	display:block;
	background-size:13px 11px;
}
#menu_sp li:last-child {
	margin: 0;
}
/* ========== フッター ========== */
#foot_sp {
	margin-top: 50px;
}

/*
#foot .ftrmenu {
	padding:20px 0;
	border-bottom:1px solid #000;
}
#foot .ftrmenu dt {
	font-weight:bold;
	background-size:11px 13px;
}
#foot .ftrmenu dd ul {
	margin:20px 0 0 0;
}
#foot .ftrmenu dd ul li {
	margin:0 0 10px 0;
	list-style-type: none;
}
#foot .ftrmenu dd ul li:last-child {
	margin:0;
}*/

.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #fff;
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

#acd-check4:checked + .acd-label + .acd-content{
    height: 30px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

#acd-check5:checked + .acd-label + .acd-content{
    height: 160px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


.copyright {
	margin:40px 0 0 0;
	padding:0 0 20px 0;
}

/* ========== 共通スタイル ========== */

#eyecatch img {
	width: 100%;
	height: auto;
}

#content h2 {
	font-size: 1.4em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
	padding-left: 8px;
	margin: 20px 0;
	border-left: 3px solid #C21E3D;
	clear: left;
}
#content h3 {
	font-size: 1.2em;
	margin: 30px 0 5px;
}
#content h3.voice {
	text-indent: -36px;
	font-size: 12px;
	margin-left: 36px;
	margin-top: 20px;	
}
#content h4 {
	margin: 5px 0 10px;
	font-size: 1.1em;
}
#content div#joinus {
	margin: 20px 0;
}
#content div#joinus p {
	float: left;
	margin-bottom: 5px;
}
#content div#joinus p a {
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	display: block;
}
#content p {
	margin-bottom: 15px;
	margin-left: 0px;
	text-indent: 0px;
	clear: left;
}
#content p img {
	margin-top: 20px;
	margin-bottom: 15px;
}
#joinus p {
	margin-left: 0px;
	text-indent: 0px;
}
#content ul {
	margin-left: 15px;
}
#content ul li {
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content ol {
	margin: 0px 0px 35px 40px;
	font-size: 1.0em;
}
#content ol li {
	margin: 5px 0;
	list-style-type: decimal;
}
table {
	width: 100% !important;
	font-size: 12px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table tr th {
	color: #FFF;
	background-color: #000066;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tr td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table#company tr td:first-child,
table#history tr td:first-child {
	width: 30%;
}
table#guide {
	margin-top: 25px !important;
}
table#guide tr td:first-child {
	width: 25% !important;
}

/* ========== コンサルティングサービス ========== */

/* ----- サービス内容 ----- */

div#service_contents h3 {
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 3px 0px 0px 18px;
	margin: 20px 0;
	background-image: url(../img_global/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#service_contents h4 {
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin: 20px 10px 5px 5px;
}
div#service_contents p {
	margin-left: 10px;
}

div#service_contents ul {
	margin: 0px 0px 35px 5px;
	padding: 0px 0px 0px 30px;
}
div#service_contents dl {
	font-size: 1.0em;
	margin-left: 15px;
	margin-bottom: 35px;
}
div#service_contents dl dt {
	fotn-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-top: 10px;
}
div#service_contents dl dd {
	text-indent: -1em;
	margin-left: 3em;
	list-style-type: disc;
}

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

ul#service_nav {
	display: none;
}

/* ============= 採用情報 ============= */

/* ----- よくある質問 ----- */
#content h3.question {
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 3px 0px 0px 18px;
	margin: 20px 0px;
	background-image: url(../../img_global/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content div#question h4 {
	margin-left: 39px;
	text-indent: -24px;
	margin-top: 35px;
}
#content div#question p {
	margin-left: 50px;
	text-indent: -20px;	
}


/* ========== エントリーフォーム ========== */
#mailformpro table tr th {
	width: 25%;
}
#mailformpro table tr th span {
	color: #E600E6;
}
#mailformpro table tr td br {
	clear: left;
}

#mailformpro table.contact tr td label {
	float: left;
}
#mailformpro table.contact tr td input {
	width: 100px !important;
	margin-bottom: 5px;
}
#mailformpro table.contact tr td textarea {
	height: 60px !important;
}
#mailformpro table.school tr td input {
	float: left;
	clear: left;
}
#mailformpro table.school tr td select {
	float: left;
	margin-right: 8px;
}
.entry {
	margin-top: 20px;
}

/* ========== スライダー ========== */
#slider {
	position: absolute;
	top: 0;
	z-index: 1;
	width:1000px;
	margin:0 auto;
	height: 400px;
	overflow: hidden;
	background: url(../img_global/loading.gif) no-repeat center center;
}
#slider ul {
	position: absolute;
	top: 0;
	left: 0;
	padding:0 28px;	
}
#slider li {
	float: left;
}
#slider li img {
	width:320px;
	height:auto;
}
#slider #prev, #slider #next {
	position: absolute;
	top: 64px;
	cursor: pointer;
	background-size:50%;
	width:14px;
	height:26px;
}
#slider #prev {
	left: 10px;
	background: url(../img_global/btn_prev_sp.gif) no-repeat;
}
#slider #next {
	right: 10px;
	background: url(../img_global/btn_next_sp.gif) no-repeat;
}
#slider ul, #slider #next, #slider #prev {
	visibility: hidden;
}


/*若手社員研修バナー*/

#wakate-page{
	width:300px;
	margin-left:28px;
	margin-top:2px;
	padding:1px 0;
	border-top:1px solid #0C3;
	border-bottom:1px solid #0C3;
	}

#wakate-page p{
	color:#0C3;
	margin:10px auto;
	line-height:1.2em;
	font-size:14px;
	width:100%;
	height:100%;
	font-weight:550;
	text-align:center;
	}
	
/*新入社員フォロー研修バナー*/

#follow-page{
	width:300px;
	margin-left:28px;
	margin-top:20px;
	padding:1px 0;
	border-top:1px solid #F69;
	border-bottom:1px solid #F69;
	}

#follow-page p{
	color:#F69;
	margin:10px auto;
	line-height:1.2em;
	font-size:14px;
	width:100%;
	height:100%;
	font-weight:550;
	text-align:center;
	}