@charset "UTF-8";
/*###############################################
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;
}
/*###############################################
common
###############################################*/
label {
	cursor:pointer;
}
a {
	color: #0080B9;
}
a:hover {
	color: #0080B9;
	text-decoration:underline;
}
.clear { 
	clear:both;
}
.centering {
	margin-left:auto;
	margin-right:auto;
}
.r10 {
	margin-right:10px;
}
.tx_right {
	text-align:right;
}
.tx10 {
	font-size:10px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
img.fl {
	margin:0 10px 0 0;
}
img.fr {
	margin:0 0 0 10px;
}
.read {
	padding:5px 5px 10px;
}
.mgt10 { margin-top:10px; }
.mgt20 { margin-top:20px; }
.mgt30 { margin-top:30px; }
.mgt40 { margin-top:40px; }
.mgt50 { margin-top:50px; }
.mgt50 { margin-top:50px; }
.mgt60 { margin-top:60px; }
.mgt70 { margin-top:70px; }
.mgt80 { margin-top:80px; }
.mgt90 { margin-top:90px; }
.mgt100 { margin-top:100px; }
.mgb10 { margin-bottom:10px; }
.mgb20 { margin-bottom:20px; }
p {
	font-size:14px;
	line-height:1.45;
}
p strong,
td strong {
	font-weight:bold;
}
.tal_r {
	text-align:right;
}
.tx_small {
	font-size:10px;
}
.tx_gr {
	color:#999999;
}
.tx_center {
	text-align:center;
}
.bone {
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.clearfix::after {
	content:'';
	display:block;
	clear:both;
}
.pc_bl {
	display:block;
}
.flex {
	display:flex;
	justify-content:space-between;
}
.bd {
	border:1px solid #d1d1d1;
	background-color:#fcfcfc;
	padding:15px 30px;
}
/*###############################################
structure
###############################################*/
body {
	line-height:1.3;
	font: 77%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	color:#0e0e0e;
}
#container {
	width:100%;
	margin:0 auto;
	position:relative;
}
#main {
}
#content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#content p {
	line-height:1.6;
}
/*headding*/
#headding {
	width:100%;
	max-width:1000px;
	height:110px;
	margin:0 auto;

	position:relative;
}
#headding .inr {
}
#headding h1 {
	font-size:12px;
	padding-top:15px;
}
#headding .desc {
	font-size:12px;
	position:absolute;
	left:300px;
	top:30px;
	border-left:1px solid #e8e8e8;
	padding:14px 0 14px 30px;
}
#logo {
	width:259px;
	height:59px;
	position:absolute;
	top:28px;
	left:0;
}
#logo img {
	width:100%;
	height:auto;
}
img {
	vertical-align:bottom;
}
/*menu*/
#mainbar {
	width:100%;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:5px;
}
#mainbar ul {
	margin:0 auto;
	width:1000px;
	width:100%;
	max-width:1000px;
	display:flex;
	justify-content:space-between;
	border-right:1px solid #e8e8e8;
}
#mainbar li {
	width:183px;
	text-align:center;
	border-left:1px solid #e8e8e8;
}
#mainbar li a{
	height:95px;
	padding-top:58px;
	box-sizing:border-box;
	display:block;
	position:relative;
	z-index:20;
	color:#556f87;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#mainbar li a.on,
#mainbar li a:hover {
	background-color:#556f87;
	color:#FFF;
}
#mainbar a.on::after{
	content: "";
	height:0;
	width:0;
	display: inline-block;
	border: 5px solid transparent;
	border-top-color: #556f87;
	position: absolute;
	bottom: -10px;
	left:50%;
	margin-left:-6px;
	z-index:50;
}
#mainbar li a::before {
	content:'';
	width:32px;
	height:32px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;

	position:absolute;
	left:50%;
	margin-left:-16px;
	top:22px;
}
#mainbar li#gnv_top{
	width:78px;
}
#gnv_top a::before{background-position:3px 2px;}
#gnv_guide a::before{background-position:-30px 2px;}
#gnv_contents_market a::before{background-position:-66px 1px;}
#gnv_job_market a::before{background-position:-106px 1px;}
#gnv_zibunnsi_support a::before{background-position:-146px 1px;}
#gnv_contact a::before{background-position:-192px 4px;}

/*hover*/
#gnv_top a:hover::before,#gnv_top a.on::before{background-position:3px -38px;}
#gnv_guide a:hover::before,#gnv_guide a.on::before{background-position:-30px -38px;}
#gnv_contents_market a:hover::before,#gnv_contents_market a.on::before{background-position:-66px -39px;}
#gnv_job_market a:hover::before,#gnv_job_market a.on::before{background-position:-106px -39px;}
#gnv_zibunnsi_support a:hover::before,#gnv_zibunnsi_support a.on::before{background-position:-146px -39px;}
#gnv_contact a:hover::before,#gnv_contact a.on::before{background-position:-192px -36px;}


/*pagefoot*/
#pagefoot {
	width:100%;
	padding:24px 0;
	background-color:#556f87;
	position:relative;
}

#pagefoot .inner {
	width:100%;
	max-width:1000px;

	margin:0 auto;
	position:relative;
}
#f_logo {
	margin-bottom:32px;
	text-align:center;
}
#fnv {
	width:100%;
	max-width:780px;
	margin:0 auto;
	text-align:center;
}

#fnv li {
	display:inline-block;
	margin:0 10px 10px;
}
#fnv a {
	font-size:14px;
	color:#FFF;
	text-decoration: none;
}
#fnv a:hover {
	text-decoration: underline;
}
#copy {
	font-size:12px;
	color:#FFF;
	text-align:center;
	margin-top:52px;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 100;
}
#pagetop a {
	display: block;
	width:56px;
	height:56px;
	box-shadow:0 0 8px #CCC;
	background-color:#FFF;
	border:3px solid #556f87;
	border-radius:3px;
	text-indent:-100px;
	text-align:left;
	font-size:10px;
	overflow:hidden;
	opacity:0.8;
	position:relative;
}
#pagetop a::after {
	display:inline-block;
	content:'';
	width:10px;
	height:10px;
	border-top:3px solid #556f87;
	border-left:3px solid #556f87;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-4px;
	margin-left:-4px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#pagetop a:hover {
	opacity:1.0;
}

/*tb_*/
.tb_normal,
.tb_normal th,
.tb_normal td {
	border:1px solid #CCC;
	border-collapse:collapse;
}

.tb_normal th,
.tb_normal td {
	padding:10px;
}
.tb_normal th {
	font-weight:bold;
	font-size:14px;
	color:#333;
	vertical-align:top;
	text-align:left;
	background-color:#f9f9f9;
}

.tb_normal td {
	font-size:14px;
	vertical-align:top;
	background-color:#FFF;
}
.required {
    background-color: #f8b600;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    padding: 2px 5px;
}
#btn_submit {
	margin-top:20px;
	text-align:center;
}
#btn_submit input,
#btn_submit button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #dedede));
	background:-moz-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-webkit-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-o-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-ms-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:linear-gradient(to bottom, #fefefe 5%, #dedede 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede',GradientType=0);

    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    outline: medium none;
    padding: 5px 10px;
    text-shadow: 0 2px 0 #fff;
}
.intable,
.intable th,
.intable td {
	padding:3px;
	margin:0;
	border:0 none;
}
figure img,li img {
	vertical-align:bottom;
}

/*st*/
.st1 {
    font-size: 18px;
}
.st2 {
	font-size:24px;
	position:relative;
/*	margin-top:40px;*/
	margin-bottom:20px;
	color:#333;
	font-weight:lighter;
	font-weight:bold;
	padding-left:24px;
	padding-top:8px;
}
.st2::before,
.st2::after {
	content:'';
	width:6px;
	position:absolute;
	left:0;
}
.st2::before {
	height:50px;
	top:0;
	background-color:#93C3C7;
}
.st2::after {
	height:25px;
	background-color:#556F87;
	top:25px;
	z-index:60;
}


.st3 {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background: linear-gradient(#E1BB58, #DEA557);

	padding:12px 0;

	margin-bottom:15px;
}
.st4 {
	color:#658097;
	font-size:24px;
	position:relative;
	padding-left:28px;
	line-height:24px;
}
.st4 a {
	color:#658097;
	text-decoration:none;
}
.st4 a:hover {
	color:#999;
	text-decoration:underline;
}
.st4::before {
	content:'';
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:#cfd1d4;
	position:absolute;
	left:0;
	top:4px;
}
.st4::after {
	content:'';
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:#fff;
	position:absolute;
	left:3px;
	top:7px;
}
.st5 {
	background-color:#a2cdd1;
	border-radius:5px;
	padding:8px 12px;
	color:#FFF;
	font-size:18px;
	text-align:center;
}
.st5 span.sp2 {
	display:block;
}


/*retina*/
@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){
#mainbar li a::before ,
#screen h1::before{
	background-image:url(../img/sprite@2x.png);
	background-size: 223px 288px;

}



}/*END*/


