@charset 'UTF-8';

@media only screen and (max-width: 640px) {
/*========================================================

 reset

========================================================*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*========================================================

 基本設定

========================================================*/
* { 
	box-sizing : border-box ;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	word-break: break-all;
}
html { font-size: 62.5%; }
body {
	min-width: 320px;
	font-size: 10px;
	font-size: 1rem;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	position: relative;
  -webkit-text-size-adjust: 100%;
}
img {
	vertical-align: bottom;
}
a:link,
a:visited,
a:hover,
a:active { 
	color: #1470cc;
	text-decoration: none;
}
a:visited { color: #802680; }
.linkRecruitGroup a { color: #435B67 !important; }
/*========================================================

 ページ全体

========================================================*/
.wrapper {
	position: relative;
	overflow: hidden;
}
.wrapper::before {
	content: '';
	min-width: 320px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/mainBg.jpg) repeat-y;
	background-size: 100% auto;
	position: fixed;
	display: block;
	z-index: -1;
}
.mainWrap {
	padding: 10px 10px 0;
}
.mainWrap img {
	width: 100%;
	height: auto;
}
.pagetop {
	bottom: 0;
	right: 10px;
	position: fixed;
	z-index: 9;
}
.pagetop a {
	width: 50px;
	height: 50px;
	display: block;
	background: #dd2217 url(../images/icon01_on.png) no-repeat 50% 50%;
	background-size: 18px 12px;
}
@media only screen and (min-width: 641px) {
	.pagetop {
	bottom: 0;
	left: 90%;
	position: fixed;
	z-index: 9;
}

}
/*========================================================

 Header

========================================================*/
.headerBelt { width: 100%; display: table; position: static; border-top: 0; height: 48px; border-bottom: 0; background: -webkit-gradient( linear, left top, left bottom, from(#F64434), to(#D81C12)); background-image: -webkit-linear-gradient(top, #F64434, #D81C12); background-image: -moz-linear-gradient(top, #F64434, #D81C12); background-image: linear-gradient(top, #F64434, #D81C12); }
.hLogo { width: 100%; text-align: left; overflow: hidden; vertical-align: middle; position: static; display: table-cell; background-color: transparent; padding-left: 10px; }
.pageHeadingWrap { display: table-cell; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 30px; background: -webkit-gradient( linear, left top, left bottom, from(#72726d), to(#64645e)); background-image: -webkit-linear-gradient(top, #72726d, #64645e); background-image: -moz-linear-gradient(top, #72726d, #64645e); background-image: linear-gradient(top, #72726d, #64645e); }
.pageHeadingLeft { display: table-cell; width: 30px; vertical-align: middle; }
.pageHeadingLeft + .pageHeading { padding-right: 30px; padding-left: 0; }
.pageHeadingArrow { position: relative; display: block; height: 30px; padding-left: 25px; }
.pageHeadingArrow:after { position: absolute; top: 50%; left: 10px; width: 6px; height: 6px; margin-top: -5px; content: ''; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-bottom: solid 3px #808080; border-left: solid 3px #808080; background: transparent; }
.pageHeading { display: table-cell; padding: 5px 10px; text-align: center; vertical-align: middle; }
.pageHeadingText { font-size: 14px; font-weight: bold; color: #fff; }
/*========================================================

 footer

========================================================*/
#footer_sp { color: #333; background-color: #fff; }
.footerLink { border-top: 2px solid #999; background: #fff; }
.footerLink li { position: relative; border-bottom: 1px solid #cdcdcd; }
.footerLink li:after { position: absolute; top: 50%; right: 10px; display: block; width: 6px; height: 6px; margin-top: -5px; content: ''; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); border-top: solid 3px #808080; border-right: solid 3px #808080; background-color: transparent; }
.footerLink li a { font-size: 14px; display: block; padding: 15px 40px 15px 45px; color: #767676; }
.copyright { padding: 8px 0; text-align: left; background-color: #fff; }
.linkRecruitGroup { margin: 0 !important; padding: 8px 10px !important; }
.footerSubLink { text-align: center; font-size: 14px; }
.footerSubLink > li { line-height: 1.5; display: inline-block; }
.footerSubLink > li > a { color: #3b92c8; }
.socialButtonList { max-height: 150px; margin-top: 20px; padding: 0 10px 40px; text-align: center; }
.socialButtonList > li { display: inline-block; height: 70px; margin: 0 5px; vertical-align: top; }
.bgWhite {background-color: #fff !important;}
.bdBGray {border-bottom: 1px solid #ccc !important;}
.header-social-buttons {
	padding-bottom: 60px;
}
.header-social-buttons li {
	width: 23.5%;
	float: left;
}
.header-social-buttons li:not(:last-child) {
	margin-right: 2%;
}
/*========================================================

 余白

========================================================*/
/* Margin
------------------------------------------------*/
.marL5 { margin-left: 5px !important; }
.marL5 { margin-right: 5px !important; }
.marT10 { margin-top: 10px !important; }
.marT15 { margin-top: 15px !important; }
.marT20 { margin-top: 20px !important; }
/* Padding
------------------------------------------------*/
.pad10 {padding: 10px !important;}
	
}
