@charset "utf-8";

/*----------------------------------------

基本設定

----------------------------------------*/
* { box-sizing: border-box; }
img { vertical-align: bottom; }
a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }
small{font-size: 14px;}
.sp{display: none;}
#coming h1{margin: 60px auto 30px; width: 381px;}
#coming div{text-align: center; padding: 20px 0; }
#coming p {text-align: center; padding: 20px 0 80px; }

@media only screen and (max-width: 640px) {
	.pc{display: none;}
	.sp{display: block;}
	
	/*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*/
	.copyright {text-align: left; background-color: #FFFFFF;padding: 0;}
	.footerLogo {margin: 8px 10px 0 10px;}
	.linkRecruitGroup {
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size: 10px; font-weight: bold; text-decoration: underline; margin: 8px 10px 8px 10px;}
	.linkRecruitGroup a {color: #435B67;}
	#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%;}
	
}