@charset "UTF-8";
/*====================================
	common set
	Date of 2015.01.16
====================================*/
/*--------------------------------------

CSS 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: inherit;
	font-size: 100%;
	vertical-align: baseline;

}

html {
	line-height: 1.7em;
	font-size: 95%;

}

p {
	line-height: 1.8em;
}


ol, ul {
	list-style: none;

}

table {
	border-collapse: collapse;
	border-spacing: 0;

}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;

}

q, blockquote {
	quotes: none;

}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;

}

a img {
	border: none;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;

}


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

container

--------------------------------------*/
body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	color:#333333;

}

.wrapper {
	/* ％に直す */
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.clearfix {
	zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.mb15 {
	margin-bottom: 15px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb55 {
	margin-bottom: 55px;
}
a {
	color: #37619A;
}
a:hover {
	color: #7F509B;
}
img {
	max-width: 100%;
	height: auto;
}


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

header

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

#header {
	border-top: 5px solid #0B1A36;
	padding-top: 10px;
}
#headLogoWrap {
	margin: 0 0 15px 8px;
	height: 75px;
}
#companyLogo {
	float: left;
	margin-right: 15px;
	width: 54px;
}
#headLogoWrap h1 {
	color: #000;
	text-decoration: none;
	font-weight: 900;
	font-size: 175%;
	display: inline-block;
	margin-top: 35px;
}
#headLogoWrap span {
	font-size: 115%;
}
.headWrapper {
	display: none;
}
#headMenu > li {
	width: 100%;
	border-bottom: 1px solid #B5B5B6;
	background: #AFBCC2;
}
#headMenu > li > a {
	font-size: 115%;
	text-indent: 2.5em;
	display: block;
	padding: 12px 0;
	text-decoration: none;
	color: #221814;
}
.close > a {
    cursor:pointer;	
	background: url(../images/parent_plus.png) 97% center no-repeat;
}
.open > a {
    cursor:pointer;	
	background: url(../images/parent_minus.png) 97% center no-repeat;
}
.childMenu {
    display:none;
	background: #E6E9E5;
}
.childMenu li a {
	font-size: 105%;
	display: block;
	padding: 12px 0 12px 17px;
	border-bottom: 1px solid #B5B5B6;
	text-decoration: none;
	color: #221814;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.childMenu li a:before {
	content: "\f054";
    font-family: FontAwesome;
	color: #AFBCC2;
	margin-right: 15px;
}
#headPrimaryMenu {
	display: none;
}

/*-----ここからtoggle関連-----*/
#toggle {
	margin-bottom: 10px;
}
#toggle a {
	width: 50px;
	height: 100%;
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
#menu-triggerWrapper{
	display:block;
	background: #586480;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 22px;
	height: 17px;
	margin-top: 15px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #FFF;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-315deg);
	-moz-transform: translateY(7px) rotate(-315deg);
	transform: translateY(7px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(315deg);
	-moz-transform: translateY(-7px) rotate(315deg);
	transform: translateY(-7px) rotate(315deg);
}
.menuText {
	color: #000;
	text-align: center;
	font-size: 80%;
    line-height: 1.5em;
    font-weight: 600;
}
/*-----ここまでtoggle関連-----*/

#subNavi {
	background: #DCDDDD;
	margin-bottom: 30px;
	padding: 5px 15px 0 15px;
}
#subNavi li {
	width: 50%;
	float: left;
	margin-bottom: 5px;
	font-size: 95%;
}
#subNavi li a {
	text-decoration: none;
	color: #221814;
	display: block;
}
.fa-home, .fa-envelope, .fa-industry, .fa-cog {
	padding-right: 5px;
}

/* 769px */
@media print, screen and (min-width: 769px){

#header {
	padding-top: 0;
	position: relative;
}
#headLogoWrap {
	margin: 10px 0 20px 0;
}
#companyLogo {
	width: 63px;
	margin-right: 18px;
}
#headLogoWrap h1 {
	/*margin-top: 52px;*/
	position: absolute;
	top: 23px;
}
.headWrapper {
	display: block;
}
#headPrimaryMenu {
	display: block;
	float: right;
}
#headPrimaryMenu li {
	display: inline-block;
	margin-right: 8px;
}
#headPrimaryMenu li a {
	color: #000;
	text-decoration: none;
	font-size: 85%;
}
#headPrimaryMenu li a:hover {
	color: #4171B4;
}
#headPrimaryMenu li a:before {
	content: "\f0da";
    font-family: FontAwesome;
	color: #546082;
	padding-right: 3px;
}
#headMenu {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 12px;
}
#headMenu > li {
	width: 16.666666666667%;
	float:left;
	border-bottom: none;
	border-left: 1px solid #333;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #FFF;
}
#headMenu > li > a {
	border-bottom: none;
	font-size: 90%;
	text-indent: 0;
	text-align: center;
	padding: 0;
}
#headMenu > li:last-child {
	border-right: 1px solid #333;
}
.close > a {
	background: none;
}
.parentMenu {
	position: relative;
}
.childMenu {
	background: rgba(218, 219, 219, 0.97);
	padding: 15px 0 5px 0;
	z-index: 100;
	position: absolute;
	width: 100%;
	opacity: 0.95;
}
.hmWorks .childMenu {
	width: 130%;
}
.childMenu li a {
	padding: 6px 0 6px 25px;
	opacity: 0.95;
	border-bottom: none;
	font-size: 80%;
}
.childMenu li a:hover {
	color: #14488F;
}
.childMenu li a:before {
	content: "";
	margin: 0;
}
#headMenu .cssAnim {
	background-color: #FFF;
	background-image: none;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
}
#headMenu .bgColor {	
	background-color: #DCDDDD;
}
.headMenuOn {
	background-color: #DCDDDD;
}
#subNavi ul {
	text-align: center;
}
#subNavi li {
    width: auto;
	padding-right: 35px;
	display: inline-block;
	float: none;
	font-size: 88%;
}
#subNavi li a:hover {
	color: #14488F;
}
#toggle{
	display: none;
}
.pcNone {
	display: none;
}
}

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

mainWrapper

--------------------------------------*/
#mainWrapper {
    min-height: 540px;
}
.contentsMargin {
	padding: 0 15px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mainWrapperHead {
	background: #EFEFEF;
	padding: 15px 15px;
}
.cBox01 {
	margin-bottom: 70px;
}
.pageTitle {
	font-size: 140%;
	margin-bottom: 15px;
	color: #221814;
	text-align: center;
	line-height: 1.4em;
}
.worksCategoryTitle {
	font-size: 110%;
	margin-bottom: 15px;
	color: #221814;
	text-align: center;
	line-height: 1.4em;
}
.worksCategoryTitle a {
	font-size: 85%;
}
.pageSubTitle{
	font-size: 115%;
	line-height: 1.6em;
	margin-bottom:20px;
	color: #58647F;
	border-top: 1px solid #92ABCA;
	border-bottom: 1px solid #92ABCA;
	padding: 4px 0;
}
.pageSubTitle:before {
	content: "\f04d";
    font-family: FontAwesome;
	color: #BB1225;
	padding-right: 15px;
}
.cTitle{
	font-size: 120%;
	margin-bottom:20px;
}
.cSubTitle{
	font-size: 105%;
	margin-bottom:20px;
}
.spNone {
	display: none;
}

/* 769px～ */
@media print, screen and (min-width: 769px){

.cBox02{
	margin-left: 80px;
}
.contentsMargin {
	padding: 0;
}
.mainWrapperHead {
	padding: 15px 0;
}
.centerBox {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}
.pageTitle {
	font-size: 155%;
	margin-bottom:20px;
}
.worksCategoryTitle {
	font-size: 140%;
}
.worksCategoryTitle a {
	font-size: 85%;
}
.pageSubTitle {
	padding-left: 80px;
}
.spNone {
	display: block;
}

}

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

footer

--------------------------------------*/
#footer {
	/*margin: 50px 0 0 0;*/
}
.footInquiry {
	padding: 0 15px;
}
.mailInquiry a {
	background: #04548C;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 135%;
	padding: 9px 0;
	margin-bottom: 8px;
}
.mailInquiry span {
	display: inline-block;
}
.mailInquiry a:hover {
	opacity: 0.8;
}
.mailInquiry a:before {
	content: "\f003";
    font-family: FontAwesome;
	font-size: 165%;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.telInquiry {
	margin-bottom: 8px;
}
.telInquiry dt {
	color: #2B3D53;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.telInquiry dd {
	color: #336392;
	font-weight: 900;
	font-size: 145%;
	text-decoration: none;
}
.telInquiry dd span {
	margin-left: 8px;
	color: #336392;
	font-weight: 900;
	font-size: 145%;
	text-decoration: none;
}
.footAddress {
	padding: 0 15px;
	color: #4B4847;
}
.footAddress dt a {
	font-size: 140%;
	font-weight: 900;
	line-height: 1.5em;
	text-decoration: none;
	color: #4B4847;
}
.footAddress dd {
	line-height: 1.3em;
	margin-bottom: 6px;
}
#footMenuBg {
	padding: 4px 15px 24px 15px;
	background: #EFEEEF;
	border-top: 3px solid #8F8F8F;
}
#footMenu {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#footMenu li {
	float: left;
	padding-right: 25px;
	font-size: 83%;
	margin-bottom: 4px;
}
#footMenu li a {
	text-decoration: none;
	color: #221814;
}
#footMenu li a:hover {
	color: #14488F;
}
#footMenu li a:before {
	content: "\f0da";
    font-family: FontAwesome;
	color: #545F80;
	padding-right: 5px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index:3;
}
.pagetop a{
	width: 51px;
	height: 51px;
	display:block;
	overflow:hidden;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/pagetop_btn.png) 0 0 no-repeat;
}
.pagetop a:hover {
	opacity: 0.7;
}
.copy {
	background: #717071;
	color: #FFF;
	padding: 0 15px;
	font-size: 75%;
}
.copy span {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

/* ～330px */
@media print, screen and (max-width: 330px){
.telInquiry dd span {
	font-size: 135%;
}
}

/* 769px～ */
@media print, screen and (min-width: 769px){

.footInquiry {
	margin: 0 auto 45px;
	width: 730px;
	padding: 0;
}
.mailInquiry a {
	width: 325px;
	float: left;
	padding: 12px 0;
	margin-bottom: 0;
}
.telInquiry {
	float: left;
	width: 380px;
	margin: -12px 0 0 25px;
}
.telInquiry dt {
	font-size: 105%;
	line-height: 1.8em
}
.telInquiry dd {
	margin: 0;
	font-size: 175%;
	pointer-events: none;
	-ms-pointer-events: none;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
}
.footAddress {
	padding: 0;
}
.footAddress dt, .footAddress dd{
	display: inline-block;
}
.footAddress dt a {
	font-size: 170%;
	margin-right: 5px;
}
.brSp {
	display: none;
}
.pagetop {
	bottom: 40px;
	right: 50px;
}
.copy {
	padding: 0;
}

}

@media print {
#container, #mainWrapper {
	width: 1000px;
}
/* 印刷時に画面と変更するスタイルを定義 */
}