@charset 'UTF-8';

/*------------------------------------------------------------

 reset

------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
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;
}
/*------------------------------------------------------------

 Default

------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body { 
	min-width: 320px;
	color: #333;
	font-size: 10px;
	font-size: 1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
}
ol,ul,li {
	list-style-type: none;
}
a:link{color: #1470CC; text-decoration: none;}
a:visited{color: #802680; text-decoration: none;}
a:active,
a:hover{text-decoration: underline;}
input,
select	{vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

/*------------------------------------------------ 

	Base

----------------------------------------------- */
.wrapper { background: #fff; }

/* 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; }
.topicPath {
    width: 950px;
    margin: 0 auto;
    padding: 10px 0 0;
    /* background-color: #fff; */
}
.topicPath > ol {
    float: left;
    margin: 0 auto;
}
.topicPath > ol > li {
    display: inline;
}
.topicPath > ol > li > a {
    padding-right: 13px;
    background: url(/SYS/cmn/images/common/bg_chevron.gif) no-repeat right center;
}
/* Footer
-------------------------------------------------------------- */
@media only screen and (max-width: 770px) {
/*SP only
--------------------------------------------------*/
#footer { 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; }
.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; }
}
/*------------------------------------------------

clearfix

------------------------------------------------*/
.cf:after {
    content:" ";
    display:block;
    clear:both;
}


/* 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; }
/* Font Size
-------------------------------------------------------- */
.fs12 { font-size: 12px !important; }
.bold { font-weight: bold !important; }
/* Background Color
------------------------------------------------- */
.bgWhite { background-color: #fff !important; }
/* Border
----------------------------------------------------------- */
.bdBGray { border-bottom: 1px solid #ccc !important; }
/* Color
----------------------------------------------------------- */
.red { color: #c00; }