@charset "utf-8";
/* --------------------------------------------------
 Mobile CSS
 
 	/Font-size List/
	10px = 72%		11px = 79%		12px = 86%		13px = 93%
	14px = 100%		15px = 108%		16px = 115%		17px = 122%
	18px = 129%		19px = 136%		20px = 143%		21px = 150%
	22px = 158%		23px = 165%		24px = 172%		25px = 179%

 -------------------------------------------------- */
@media screen and (max-width:1136px){
.footerNav #pagetop {
	background: #99c9e4;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -95px;
	right: 50%;
	margin: -12px -496px 0 0;
	cursor: pointer;
}
}
@media screen and (max-width:768px){
.pc{
	display:none;
}
.tb{
	display:block;
}
.sp{
	display:none;
}

/* COMMON start 
--------------------------------------------------- */

/* Header start */
.headerSubinner {
	width: 98%;
	height: auto;
	margin:0 auto;
	overflow:hidden;
}
.headerMain {
	height: 100px;
}
.headerMaininner{
	width: 98%;
	height: 100px;
	margin:0 auto;
}
.logo{
	float:left;
	width:26%;
}
.logo a{
	width:100%;
	display:block;
}
.logo a img{
	width:100%;
}
.header .tagline{
	max-width:50%;
	line-height:1.2em;
	padding:10px 0;
}


/* Navi start */
.gNavi #gNaviMain{
	width: 100%;
	min-height: 55px;
	margin:0 auto;
	text-align:center;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.gNavi #gNaviMain li{
	float:none;
	display:inline-block;
	line-height:55px;
	text-align:left;
	width:auto;
	position:relative;
	padding:0;
}
.gNavi #gNaviMain li:hover{
	background-color:#006FAD;
}
.gNavi #gNaviMain li.on{
	background:#3493c9 url(/common/img/arw_blue_btm_sp.png) center bottom no-repeat;
	background-size:15px;
}
.gNavi #gNaviMain li#contact{
	display:none;
}
.gNavi #gNaviMain li a{
	width:100%;
	line-height:1;
	display:inline;
	color:#fff;
	letter-spacing:0em;
	border-right:1px solid #cce4f1;
	padding-right:15px;
	padding-left:15px;
}
.gNavi #gNaviMain li#recruit a{
	border-right:none;
}
.gNavi .gNaviInner{
	width: 100%;
	min-height: 55px;
	margin:0 auto;
	padding:10px 0;
	display:none;
	z-index:999999;
}
.gNavi .gNaviInner ul{
	width: 90%;
	margin:0 auto;
}
.gNavi .gNaviInner li{
	width:50%;
	margin-right:0;
	float:left;
}
.gNavi .gNaviInner li a{
	background:url(/common/img/arw_white_right_sp.png) left center no-repeat;
	background-size:6px;
}
.gNavi #gNaviMain li.current{
	background:#2482B8;
}

/* Footer start */
.footContact{
	width:100%;
	height:auto;
	background:#fafafa;
	border-top:2px solid #fff;
}
.footContact .footContactInner{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
}
.footContact .contactTel{
	margin: 0 0 10px 0;
	display:inline-block;
	padding-right:0;
	padding-bottom: 10px;
	border-right:none;
	border-bottom: 2px solid #e2e2e2;
	float: none;
	overflow:auto;
}
.footContact .contactBtn {
	margin: 10px 0 0;
	display:inline-block;
	float: none;
	overflow: visible;
}
.footContact .contactBtn p{
	margin-top: 0;
}
.footContact .contactBtn a{
	padding:8px 60px 6px;
}

.footerNav ul {
	width: 100%;
	height: auto;
	line-height:1;
	margin:0 auto;
	padding: 0;
	text-align:center;
	display:block;
}
.footerNav ul li{
	line-height:1;
	display:block;
	float:left;
	text-align:left;
	border-right:1px solid #f1f2f3;
	border-bottom:1px solid #f1f2f3;
	width:33%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footerNav ul li:nth-child(3n){
	width:34%;
	border-right:none;
}
.footerNav ul li:first-child{
	border-left:none;
}
.footerNav ul li:nth-child(4),
.footerNav ul li:nth-child(5),
.footerNav ul li:nth-child(6){
	border-bottom:none;
}
.footerNav ul li a{
	display:block;
	width: 100%;
	font-size:100%;
	color:#333333;
	letter-spacing:0.1em;
	padding:15px 0;
	text-decoration:none;
	background:url(/common/img/arw_topicpath_sp.png) center right no-repeat;
	-webkit-background-size:0.5em;
}
.footerNav ul li:last-child{
	border-right:none;
}
.footerNav ul li ul{
	width: 100%;
	height: auto;
	line-height:1.3;
	margin:0 auto;
	text-align:left;
	padding: 0 0 15px;
}
.footerNav ul li ul li{
	line-height:1;
	display:block;
	text-align: center;
	border-bottom:none;
	margin-bottom: 10px;
	padding: 0;
	width:100%;
	float:none;
}
.footerNav ul li ul li:nth-child(3n){
	width:100%;
}
.footerNav ul li ul li:first-child{
	border-left:none;
}
.footerNav ul li ul li:last-child{
	margin-bottom: 0;
}
.footerNav ul li ul li a{
	border-right:none;
	font-size:86%;
	color:#006FAD;
	letter-spacing:0.05em;
	padding:0;
}
.footerNav #pagetop{
	clear:both;
	background:#99c9e4;
	width:100%;
	height:auto;
	position:relative;
	top: auto;
	right:auto;
	margin:0;
	text-align:center;
	cursor:pointer;
	padding:15px 0 20px;
}
.footerNav #pagetop img{
	position:relative;
	top: auto;
	left:auto;
	margin:0 auto;
	width:23px;
	height:auto;
}
.footerCopyright {
	height: auto;
	padding:10px 0;
	background: #006FAD;
}
.footerCopyinner{
	width:100%;
	margin:0 auto;
}
.footerCopyright .footerCopyinner  p {
	float: none;
	font-size: 86%;
	line-height: 1.5;
	margin-top:10px;
}
.footerCopyinner .footLink {
	float: none;
	text-align: center;
}
.footerCopyinner .footLink li {
	line-height: 40px;
	float:none;
	display:inline-block;
}
.footerCopyinner .footLink li a{
	color: #ffffff;
	font-size: 100%;
}
.footerCopyinner .footLink li:first-child{
	margin-left:0;
}
.footerCopyinner .footLink > li:last-child{
	display: block;
}
.footerCopyinner .footLink li .footSnslinks{
	margin: 5px 0;
}
.footerCopyinner .footLink li .footSnslinks li{
	margin-left: 25px;
	display:inline-block;
	float:none;
}
.footerCopyinner .footLink li .footSnslinks li:first-child{
	margin-left: 0;
}
.footerCopyinner .footLink li .footSnslinks li a{
	width: 30px;
	height:30px;
	display:inline-block;
	padding-right:0;
}
.footerCopyinner .footLink li .footSnslinks li img{
	width: 100%;
}
.footContactInner > p{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0;
}



/* CONTENTS start 
--------------------------------------------------- */
.contentsWrap{
	width: 100%;
	margin:0 auto;
}

/* Key Visual */
.kvInner {
	width: 100%;
}
.kvInner p,
.kvInner h1 {
	font-size: 220%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color: #333333;
	letter-spacing:0.1em;
	margin-bottom:15px;
	margin-left:60px;
	padding-top:30px;
	line-height:1;
}
.kvInner p:first-letter,
.kvInner h1:first-letter {
	font-size: 130%;
}
.kvInner p span,
.kvInner h1 span {
	display:block;
	padding-left:0;
	padding-right:30px;
	margin-top:25px;
}

/* topicpath */
.topicpath ul,
.topicpath ol{
	width: 95%;
	margin:15px auto;
}


/* mainBlock */
.mainBlock{
	width:95%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

/* sideBlock */
.sideBlock{
	width:95%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.sideTtl{
	width: 100%;
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	display: block;
    text-align: left;
	background: #cae3f1;
	-webkit-box-shadow: 0 2px #a3cbe1;
	-moz-box-shadow: 0 2px #a3cbe1;
	box-shadow: 0 2px #a3cbe1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sideTtl a{
	font-size:129%;
	line-height:1.3;
	color:#333333;
	font-weight:normal;
	display:block;
	line-height: 1.4;
	text-align:left;
	padding: 0;
	letter-spacing:0.15em;
	text-decoration:none;
	background:url(/common/img/arw_side_sp.png) 95% center no-repeat;
	background-size: 10px;
}
.sideList{
	margin:0;
	padding:10px 0;
}

.sideList li{
	background:url(/common/img/arw_sideNavi_sp.png) 20px center no-repeat;
	background-size: 7px;
}
.sideList li a{
	font-size:108%;
}

/* H3 sytle */
.blockTtl{
	width:100%;
	height:auto;
	padding:0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.blockTtl p{
	height:auto;
	padding:20px 0;
}
.blockTtl2{
	width:100%;
	height:auto;
	display:block;
	padding:20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    white-space: normal;
}

/* text box style */
.txtBoxLast{
	margin-bottom:0;
}
.txtBox01{
	margin-bottom:40px;
}


/* img style */
.img01{
	width:auto;
}
.img01 img{
	width:100%;
}
.img02mb40{
	width:auto;
}
.img02mb40 img{
	width:100%;
}


/* table style */
.lineTable01{
	width: 100%;
	margin: 0 auto;
}

/* link style */
.blank{
	padding-right:1.1em;
	background:url(/common/img/arw_blank_blue_sp.png) right center no-repeat;
	background-size:0.9em;
}


/* bannerWrap */
.bannerWrap{
	width: 95%;
	clear:both;
	margin:0 auto;
}
.bannerBlock{
	height:auto;
	padding:30px 0;
}
.bannerBlock li{
	float:left;
	width: 32%;
}
.bannerBlock li:first-child{
	margin-right:2%;
}
.bannerBlock li p {
	display: block;
	vertical-align: middle;
	margin: 10px 0 0;
	text-align:center;
}
.hiringBnr a{
	display:block;
	width: auto;
	height: auto;
	border: solid 4px #aaa;
	margin-right:0;
	padding:10px;
}
.reclogBnr a{
	display:block;
	width: auto;
	height: auto;
	border: solid 4px #7a9aa3;
	margin-right:0;
	padding:10px;
}
.recopBnr a{
	display:block;
	width: auto;
	height: auto;
	border: solid 4px #e58385;
	padding:10px;
}
.bannerBlock li .bnrImg{
	width: auto;
	padding-right:0;
	margin: 0;
	text-align:center;
}
.bannerBlock li .bnrImg{
	width: 80%;
	margin: 0 auto;
	padding-right:0;
}


/* snsBlockfoot */
.snsBlockfoot{
	background:#fff;
	width:100%;
}
.snsBlockfoot ul{
	width:90%;
	margin:0 auto;
	display:table;
}
.snsBlockfoot ul li{
	display:table-cell;
	table-layout:fixed;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.snsBlockfoot ul li a{
	width:60px;
	padding:20px 0;
	height:auto;
	display:block;
	margin:0 auto;
    line-height: 60px;
}
.snsBlockfoot ul li a img{
	width:100%;
    line-height: 60px;
}

/* 書籍案内バナー */
.booksBnrWrap ul li{
	width: 50%;
}
.booksBnrWrap ul li a{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.booksBnrWrap ul li:first-child a{
	border-right:2px solid #f3f3f3;
}
.booksBnrWrap ul li:last-child a{
	border-left:2px solid #f3f3f3;
}
.booksBnrWrap ul li a img{
	width: 100%;
}

}

@media screen and (max-width:640px){
.pc{
	display:none;
}
.tb{
	display:none;
}
.sp{
	display:block;
}


/* COMMON start 
--------------------------------------------------- */

/* Header start */
.header {
	position: fixed;
	top:0;
	z-index:99999;
}
.headerSubinner {
	display:none;
}
.headerMain{
	height: 55px;
}
.headerMaininner{
	width: 95%;
	height:auto;
	padding:10px 0;
	margin:0 auto;
}
.logo{
	float:left;
	width:40%;
	line-height:1;
}
.logo a{
	width:100%;
	display:block;
	padding-top: 5px;
}
.logo a img{
	width:100%;
}
#menuOpen{
	width:10%;
	height:auto;
	float:right;
	margin-top: 5px;
}
#menuOpen img{
	width:100%;
}

.sysTxt{
	width:40%;
	padding:3px 0 0 5%;
	float:left;
	line-height:1.1;
}
.sysTxt a{
	display: block;
	font-size:86%;
	padding-left:16px;
	color:#1098DF;
	line-height:1.3;
	background:url(/common/img/arw_blue01_right_sp.png) left 2px no-repeat;
	background-size:13px;
}

/* Navi start */
.gNavi{
	display:none;
}
.gNavi #gNaviMain{
	width: 100%;
	min-height: 55px;
	margin:0 auto 20px;
	text-align:center;
}
.gNavi .gNaviInner{
	width: 90%;
	margin:0 auto;
	padding:10px 0;
	display:none;
}
.gNavi #gNaviMain li{
	float:left;
	display:block;
	line-height:55px;
	text-align:left;
	width:45%;
	margin:0 2.5%;
	position:relative;
	padding:0;
}
.gNavi #gNaviMain li#contact{
	display:block;
}
.gNavi #gNaviMain li a{
	width:100%;
	line-height:1;
	display:block;
	color:#fff;
	letter-spacing:0em;
	border-right:none;
	border-bottom:1px solid #74A9C7;
	padding:15px 0;
	background:url(/common/img/arw_white_right_sp.png) right center no-repeat;
	background-size:8px;
}
.gNavi #gNaviMain li:last-child{
	float:none;
	clear:both;
	display:block;
	line-height:55px;
	text-align:left;
	width:95%;
	margin:0 auto;
	position:relative;
	padding:0;
}
.gNavi .langEn{
	display:block;
	width:95%;
	margin:10px auto 20px;
}
.gNavi .langEn a{
	color: #333;
	padding:10px 0;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background-size: 9px;
	text-decoration:none;
	text-align: center;
	border-bottom:none;
}
.gNavi #menuClose{
	clear:both;
	padding:15px 0;
	background:#66aed6;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.gNavi .headSnslinks{
	width:100%;
	background:#FFF;
	display:table;
	margin-right: 0;
	line-height:1;
}
.gNavi .headSnslinks li{
	float: none;
	display:table-cell;
	margin-left: 0;
	text-align:center;
	border-right:1px solid #66aed6;
}
.gNavi .headSnslinks li a{
	width: 30px;
	height:30px;
	display:block;
	margin:0 auto;
	padding:5px 0;
}
.gNavi .headSnslinks li img{
	width: 100%;
}
.gNavi .headSnslinks li a:hover{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/* Footer start */
.footContact{
	width:100%;
	height:auto;
}
.footContact .footContactInner{
	width:100%;
	margin:0 auto;
	padding:25px 0 30px;
}
.footContact .contactTel{
	display:block;
	text-align:center;
	width: 90%;
	margin:0 auto;
}
.footContact .contactTel span {
	padding-right:0;
	display:block;
	margin-bottom:5px;
	float: none;
	text-align:center;
}
.footContact .contactTel p {
	display:block;
	font-size: 228%;
	float: none;
}
.footContact .contactBtn {
	margin-left:0;
	display:block;
	width: 90%;
	margin:10px auto 0;
	text-align:center;
}
.footContact .contactBtn span {
	margin-bottom:10px;
	float: none;
	text-align:center;
}
.footContact .contactBtn p {
	float: none;
}
.footerNav ul li{
	width:100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footerNav ul li a{
	display:block;
	width: 100%;
	font-size:100%;
	letter-spacing:0.1em;
	padding:15px 0 15px 30px;
	text-align:left;
	text-decoration:none;
	background: url(/common/img/arw_topicpath_sp.png) 10px center no-repeat;
	background-size:0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footerNav ul li:nth-child(3n),
.footerNav ul li:nth-child(4),
.footerNav ul li:nth-child(5){
	width:100%;
}
.footerNav > ul > li{
	border-top: 2px solid #e6e6e6;
}
.footerNav > ul > li:nth-child(1){
	border-top:none;
}
.footerNav > ul > li > a{
	font-size: 108%;
	padding: 15px 30px 15px 10px;
	background: url(/common/img/tgl_plus_sp.png) 95% center no-repeat;
	background-size: 1em;
}
.footerNav > ul > li > a.on{
	background: url(/common/img/tgl_minus_sp.png) 95% center no-repeat;
	background-size: 1em;
}
.footerNav > ul > li:nth-child(4) > a{
	background: url(/common/img/arw_blue_right_sp.png) 95% center no-repeat;
	background-size: 0.7em;
}
.footerNav ul li ul li {
	margin: 0;
}
.footerNav ul li ul li a{
	font-size: 93%;
	margin: 0;
	padding: 15px 10px 15px 30px;
}
.footerNav > ul > li > ul > li{
	border-top: 1px solid #e6e6e6;
}
.footerNav ul li ul li:nth-child(4),
.footerNav ul li ul li:nth-child(5){
	border-top: 1px solid #e6e6e6;
}
.footerNav ul li ul li:last-child {
	margin: 0;
}
.footerNav ul li ul li ul li a{
	font-size: 93%;
}
.footerNav > ul > li > ul{
	display: none; 
	margin:0 auto;
	padding: 0;
}
.footerNav #pagetop{
	clear:both;
	padding:10px 0 15px;
}
.footerCopyright {
	padding: 0 0 10px;
}
.footerCopyright p {
	line-height: 1.5;
}
.footerCopyinner .footLink li {
	width: 50%;
	height:45px;
	float: left;
	line-height: 45px;
	margin-left: 0;
	display: block;
	border-right: 1px solid #679DBA;
	border-bottom: 1px solid #679DBA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footerCopyinner .footLink li a{
	display: inline;
	margin: 0;
	color: #fff;
	font-size: 79%;
	padding: 0;
	border-right:none;
}
.footerCopyinner .footLink li:first-child{
	margin-left:0;
}
.footerCopyinner .footLink li:nth-child(2n){
	border-right:none;
}
.footerCopyinner .footLink li:last-child{
	float: none;
	clear: both;
	width: 100%;
}
.footerCopyinner .footLink li:last-child a{
	float: none;
	clear: both;
	width: 100%;
	border-right: none;
}
.footerCopyinner .footLink li .footSnslinks{
	width: 100%;
	margin:0;
}
.footerCopyinner .footLink li .footSnslinks li{
	width: 30%;
	margin-left: 0;
	display:block;
	float:left;
	text-align: center;
	border-right:none;
	border-bottom: none;
	line-height: 40px;
}
.footerCopyinner .footLink li .footSnslinks li:first-child{
	margin-left:5%;
}
.footerCopyinner .footLink li .footSnslinks li a{
	width: 50%;
	height:auto;
	display:inline-block;
	padding-right:0;
	border-right:none;
	margin: 0;
	text-align: center;
	float: none;
}
.footerCopyinner .footLink li .footSnslinks li img{
	width: 100%;
}
.footerCopyright .footerCopyinner p {
	float: none;
	clear:both;
	padding-top: 10px;
}

/* CONTENTS start 
--------------------------------------------------- */
.kvWrap{
	padding-top: 55px;
}
/* contact */
.contact{
	float:none;
	background:#fff;
	text-align:center;
	padding:15px 0 20px;
}
.contact .contactTel{
	float:none;
	margin-top:0;
}
.contact .contactTel span {
	font-size: 86%;
	color: #3B3B3B;
}
.contact .contactTel p {
	font-size: 207%;
	text-align:center;
}
.contact .contactTel p a{
	color:#FC9027;
	font-weight: bold;
}
.contact .contactBtn {
	float:none;
	margin:10px auto 0;
	text-align:center;
}
.contact .contactBtn a{
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F97135;
	-webkit-box-shadow: 0 3px #CF5E23;
	-moz-box-shadow: 0 3px #CF5E23;
	box-shadow: 0 3px #CF5E23;
	text-align: center;
	width: 90%;
	height: auto;
	font-size: 129%;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin:0 auto;
	padding:12px 0;
	letter-spacing:0.05em;
}
.contact .contactBtn a:hover{
	text-decoration:none;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

.contact .contactBtn_sys {
	float:none;
	margin:13px auto 0;
	text-align:center;
}
.contact .contactBtn_sys a{
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3498db;
	-webkit-box-shadow: 0 3px #1A7EC2;
	-moz-box-shadow: 0 3px #1A7EC2;
	box-shadow: 0 3px #1A7EC2;
	text-align: center;
	width: 90%;
	height: auto;
	font-size: 108%;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin:0 auto;
	padding:13px 0 13px 20px;
	letter-spacing:0.05em;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .contactBtn_sys a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -8px;
	width: 15px;
	height: 15px;
	background: url(/common/img/arw_white01_right_sp.png) center no-repeat;
	background-size:contain;
}

/* Key Visual */
.kvInner {
	width: 100%;
	height: 130px;
}
.kvInner p,
.kvInner h1 {
	font-size: 200%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color: #333333;
	letter-spacing:0.1em;
	margin-bottom:15px;
	margin-left:20px;
	padding-top:20px;
	line-height:1;
}
.kvInner p:first-letter,
.kvInner h1:first-letter {
	font-size: 130%;
}
.kvInner p span,
.kvInner h1 span{
	display:block;
	padding-left:0;
	margin-top:25px;
}

/* mainBlock */
.mainBlock{
	width:95%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.mainInner{
	margin:0 auto 20px;
	padding: 20px 15px 30px; 
	background:#fff;
}

/* sideBlock */
.sideBlock{
	width:95%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.sideTtl{
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
}
.sideTtl a{
	line-height: 1;
}
.sideList{
	margin:0;
	padding:10px 0;
}

/* H3 sytle */
.blockTtl{
	padding:0 15px;
}
.blockTtl p{
	padding:10px 0;
}
.blockTtl2{
	padding:10px 15px;
}
/* 画像並列 カラム */
.mainInner .imgBox:last-child ul:last-child{
	margin-bottom:0;
}

.imgBox a img,
.imgBox span img,
.imgBox li a img,
.imgBox li span img{
	height:auto;
	width:100%;
}

.img2c.spNofloat li{
	width:100%;
	float:none; 
	margin-right:0;
}

.img4c li{
	width:48%;
	margin-bottom:20px;
}
.img4c li:nth-child(2n){
	margin-right:0;
}

/* 画像が右にある段落 */
.imgR span{
	float:none;
	width:100%;
	max-width:70%;
	margin:0 auto;
}
.imgR span img{
	width:100%;
	margin-bottom:10px;
}
.imgR p{
	padding-right:0;
}

/* 画像が左にある段落 */
.imgL span{
	float:none;
	width:100%;
	max-width:70%;
	margin:0 auto;
}
.imgL span img{
	width:100%;
	margin-bottom:10px;
}
.imgL p{
	padding-left:0;
}


/* table style */
.lineTable01{
	width: 100%;
	margin: 0 auto;
}
.lineTable01 td{
	display:block;
	padding: 0;
	color:#333333;
	line-height:2;
}
.lineTable01 tr td:first-child{
	width: 100%;
	padding: 15px 0 5px;
	border-top: none;
	border-right:none;
	font-weight:bold;
	font-size:108%;
}
.lineTable01 tr td:last-child{
	padding: 0 0 15px;
	border-top: none;
	border-bottom:solid 1px #eeeeee;
}
.lineTable01 tr:first-child td:first-child{
	padding: 0 0 5px;
}
.lineTable01 tr:last-child td:first-child{
	border-bottom: none;
}
.lineTable01 tr:last-child td:last-child{
	border-bottom: none;
	padding: 0;
}

/* bannerWrap */
.bannerWrap{
	width: 95%;
	clear:both;
	margin:0 auto;
}
.bannerBlock{
	height:auto;
	padding:30px 0;
}
.bannerBlock li{
	float:none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bannerBlock li p {
	display: table-cell;
	vertical-align: middle;
	text-align:left;
	margin: 0;
}
.hiringBnr a{
	margin-right:0;
	margin-bottom:15px;
	padding:10px;
}
.reclogBnr a{
	margin-right:0;
	padding:10px;
}
.recopBnr a{
	margin-right:0;
	margin-bottom:15px;
	padding:10px;
}
.bannerBlock li .bnrImg{
	padding-right:10px;
	margin: 0;
	text-align:center;
	width:40%;
}
.bannerBlock li .bnrImg img{
	width:100%;
}

.footerPRLink {
    padding: 0 0 30px;
}
    
/* snsBlockfoot */
.snsBlockfoot ul li a{
	width:45px;
	padding:15px 0;
    line-height: 45px;
}

/* add by HRS */
.ttlCopy02 span {
    font-size: 70% !important;    
}

.hiringLink{
	margin: 30px auto 0;
}
.hiringLink h4{
	line-height:1.5;
}
.hiringLink a{
	width: 100%;
	padding-left:0;
	padding-right:0;
}
.hiringLink a:hover{
	padding-left:0;
	padding-right:0;
}
.linkWrap{
	display: block;
	margin-top: 0;
}
.linkImg{
	display:block;
	padding: 0 0 15px;
	text-align:center;
}
.linkTit{
	display:block;
	padding: 0;
}

/* 書籍案内バナー */
.booksBnrWrap ul li{
	float:none;
	width: 100%;
}
.booksBnrWrap ul li:first-child a{
	border-right:none;
	border-bottom:1px solid #f3f3f3;
}
.booksBnrWrap ul li:last-child a{
	border-left:none;
}
.booksBnrWrap ul li a{
	width: 100%;
}

}