@charset "UTF-8";
/*
==========================================================
リセット
==========================================================
*/

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;
	vertical-align: baseline;
	font-family: inherit;
}
/* 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;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}


/*
==========================================================
共通
==========================================================
*/

body {
	font-family: "FOT-筑紫ゴシック Pr5 R",sans-serif;
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
}
h2 {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size:  18px;
}
h2:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 80px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
/*	background-color: #90d5f0;*/
	background-color: #2163d2;
	border-radius: 2px;
}
.sub {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.inner {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.sizing {
	height: auto;
	width: 100%;
}
.hd {
	display: none;
}
img {
	height: auto;
	width: 100%;
}
section {
	display: block;
}
.no_content {
	margin-bottom: 100px;
	display: block;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}

/*
==========================================================
ヘッダー
==========================================================
*/

header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 55px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	z-index: 1001;
	 -webkit-box-shadow: 0px 1px 2px #808080;
  -moz-box-shadow: 0px 1px 2px #808080;
  box-shadow: 0px 1px 2px #808080;
}

@media screen and (min-width:641px) {
header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 90px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	z-index: 1001;
	 -webkit-box-shadow: 0px 1px 2px #808080;
  -moz-box-shadow: 0px 1px 2px #808080;
  box-shadow: 0px 1px 2px #808080;
}
}

header .logo {
	width: 40%;
	position: absolute;
	left: 5px;
	top: 8px;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
}
header #side {
	width: 45%;
	position: absolute;
	right: 0px;
	top: 0px;
}
header #side li {
	float: left;
	width: 33.3%;
	box-sizing:border-box;
	padding-right: 1%;
	padding-top: 0px;
}

header #side li.noline {
	border-left-style: none;
	width: 16%;
	float: right;
	margin: 0px;
	padding: 0px;
}

header #side a img {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}



/*
==========================================================
フッター
==========================================================
*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
}
.banner_recruit {
	text-align: center;
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

footer {
	text-align: center;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	margin: 0px;
}
footer .pc {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
footer .footerlogo {
	margin-right: auto;
	margin-left: auto;
	width: 45%;
	margin-top: 85px;
	margin-bottom: 20px;
}
footer address {
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	font-style: normal;
}
footer address span {
	font-size: 120%;
}
footer .footerlogo img {
	height: auto;
	width: 100%;
}
footer #contact {
	margin-bottom: 30px;
}
footer #contact .inner ul{
	width: 95%;
	margin: 0 auto;
}
footer #contact .inner ul li {
	margin-bottom: 7%;
}
footer #contact .inner ul li p{
	color: #090057;
	font-size:12px;
	width: 95%;
	margin: 0 auto 5px;
}
footer #contact .inner ul li a{
	background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #090057;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}
footer #contact .inner ul li a:before{
	content:"";
	background: #090057;
	border-radius: 100px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0,-50%);
}
footer #contact .inner ul li a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 9px;
	transform: translate(0,-50%);
}
footer #contact .inner ul li a span{
	padding: 0 0 0 30px;
	position: relative;
}
footer #contact .inner ul li a span:before{
	content:"";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);

}
footer #contact .inner ul li.footTel a span:before{
	background: url(/sp/images/icon_tel.svg);
	background-size:100%;
	background-repeat: no-repeat;
	width: 25px;
	height: 40px;
	left:0;
}

footer #contact .inner ul li.footMail a span:before{
	background: url(/sp/images/icon_mail.svg);
	background-size:100%;
	background-repeat: no-repeat;
	width: 25px;
	height: 18px;
	left:-3px;
}
#footermenu table {
	width: 100%;
	border-collapse:collapse;
	font-size: 90%;
	margin-bottom: 30px;
}
#footermenu td {
	display: table-cell;
	width: 50%;
	padding: 12px;
	border: 1px solid #CCC;
}
#footermenu table tr td a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
footer ul.banner {
	display: table;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
footer ul.banner li {
	text-align: center;
	display: table-cell;
	width: 50%;
}
footer ul.banner img {
	height: auto;
	width: 95%;
}
footer ul.banner02{
	display: flex;
	justify-content: center;
}
footer ul.banner02 li{
	width: 48%;
}
footer .pclink {
	margin-bottom: 30px;
	padding-top: 20px;
}
footer #com {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
footer #com .logo {
	width: 50%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
footer .copyright {
	font-size: 70%;
	color: #666;
}

/*
==========================================================
フッター固定ボタン
==========================================================
*/
#footerbtn {
	margin: 0px;
	width: 100%;
	z-index: 999;
	position: fixed;
	bottom: -100px;
	left: 0;
	height: auto;
	padding: 0px;
}
#footerbtn ul {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
}
#footerbtn ul li {
	float: left;
	width: 50%;
	box-sizing :border-box;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footerbtn p {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 120%;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}
#footerbtn p a {
	height: 100%;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	display: block;
}

#footerbtn .searchbt {
	background-color: rgba(0,0,0,0.7);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 12px;
	padding-left: 12px;
	overflow: hidden;
}

#footerbtn .searchbt a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#research_area {
	width: 60%;
	float: left;
	background-color: #E86934;
}

#research_joken {
	width: 35%;
	float: right;
	background-color: #90BE31;
}



#footerbtn .stockbt {
	background-color: rgba(0,0,0,0.7);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 12px;
	padding-left: 12px;
	overflow: hidden;
}

#footerbtn .stockbt a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footerbtn .stock {
	width: 48%;
	float: left;
	background-color: #666699;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footerbtn .demand {
	width: 48%;
	float: right;
	background-color: #C8373C;
}



/*
==========================================================
コンテンツトップイメージ
==========================================================
*/

#topImage {
	width: 100%;
	margin-bottom: 20px;
	background-image: url("../images/mainimage.jpg");
	background-size:cover;
/*	height: 200px;*/
	min-height: 260px;
	background-repeat: no-repeat;
/*	background-position: center -30px;*/
	font-family: "FOT-筑紫ゴシック Pro B",sans-serif;
	-webkit-text-size-adjust: 100%;
	text-shadow:  2px  2px 10px #fff ,
               -2px  2px 10px #fff ,
                2px -2px 10px #fff ,
               -2px -2px 10px #fff;
	margin-top: 56px;
}
#topImage section h1 {
	font-size: 24px;
	line-height: 1.5em;
	padding-right: 12px;
	padding-left: 12px;
	font-family: "FOT-筑紫ゴシック Pro B",sans-serif;
}
#topImage section h1 span {
	font-size: 36px;
	font-family: "FOT-筑紫ゴシック Pro B",sans-serif;
}
#topImage section .p1 {
	padding-top: 140px;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	font-family: "FOT-筑紫ゴシック Pro B",sans-serif;
}
#topImage section .p2 {
	font-size: 24px;
	text-align: right;
	font-family: "FOT-筑紫ゴシック Pro B",sans-serif;
}

#topImage h1{
	font-size: 16px;
	line-height: 1.5em;
	font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
	font-weight: 400;
	padding-top: 20px;
}

#topImage h1 span{
	font-size: 20px;
	font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
	font-weight: 600;
}

#topImage .p1{
	padding-top: 40px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

#topImage .p2{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}



/*
==========================================================
会員メリット
==========================================================
*/

#member {
}

#member .box1 {
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#member .box2 {
	padding-bottom: 15px;
	text-align: center;
}
#member p {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0px;
}
#member .bt {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}






/*
==========================================================
プライバシーポリシー
==========================================================
*/

#pp {
}
#pp p {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	padding-bottom: 15px;
}

#pp .section_title {
	margin-top: 20px;
	background-color: #eee;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

#pp ol {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#pp ol li {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 5px;
	color: #000;
}
#pp address {
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	padding-left: 0px;
	color: #000;
	padding-bottom: 20px;
}
#header {
	position: fixed;
}

/*=========================
赤ボタン100%
=========================*/
.bt_red {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 10%;
	margin-bottom: 30px;
}
.bt_red .css_btn_class {
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 60px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #B81200;
	color: #fff;
	display: inline-block;
	border: none;
	font-weight: bold;
	padding-top: 0px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(220,22,25,1.00)), color-stop( 100%, rgba(133,0,2,1.00)));
	background-image: -webkit-linear-gradient(270deg, rgba(220,22,25,1.00) 0%, rgba(133,0,2,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(220,22,25,1.00) 0%, rgba(133,0,2,1.00) 100%);
}

/*=========================
グレー罫線ボタン100%
=========================*/
.bt_gary {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0%;
	margin-bottom: 20px;
}
.bt_gary .css_btn_class {
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 60px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #666;
	display: inline-block;
	border: 1px solid #666666;
	font-weight: bold;
	padding-top: 0px;
	background-color: #FFFFFF;
}