@charset "utf-8";

/*  余白リセット
------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

/*  タップ枠除去（Android）
------------------------------------------------------------ */
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/*  micro clearfix
------------------------------------------------------------ */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/*  基本設定
------------------------------------------------------------ */
html{
	overflow-y:scroll;
	height:100%;
}
body{
/*  min-width: 820px; */ /* for header contents */
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headerContents,#topWrapper,#mainContents,#footerContents {
	width: 100%;
}
html,
body,
.ui-widget,
select,
option,
optgroup {
	font-size: 16px;
	font-weight: 400;
    font-family: "Quicksand","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #5e686e;
	-webkit-text-size-adjust: 100%; /* for sp */
	overflow-wrap: break-word;
	word-wrap: break-word; /* for IE edge */
}
.ui-widget {
	font-size: 100%;
}
div {
	line-height:1.8;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table caption{
	margin-bottom: 8px;
	text-align:left;
	font-weight: bold;
}
table th {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
table td {
	text-align:left;
	vertical-align:top;
}
table td.n {
	text-align:right;
}
a:link {
	text-decoration: none;
	color: #919ba1;
}
a:visited {
	text-decoration: underline;
	color: #919ba1;
}
a:hover{
	text-decoration: underline;
	color: #919ba1;
}
img {
	border: none;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
p{
	text-align: justify;
	text-justify: inter-ideograph;
}
ul {
	list-style-type:none;
}
address{
	font-style:normal;
}
h1 {
	font-size: 2.375rem;/*38px*/
	font-weight: normal;
}
h2 {
	font-size: 2rem;/*32px*/
	font-weight: normal;
}
h3 {
	font-size: 1.75rem;/*28px*/
	font-weight: normal;
}
h4 {
	font-size: 1.25rem;/*20px*/
	font-weight: normal;
}
h5 {
	font-size: 1.125rem;/*18px*/
	font-weight: normal;
}

/*  フォントサイズ
------------------------------------------------------------ */
.font-m {
	font-size: 100%;
}
.font-l {
	font-size: 130%;
}

/*  icon
------------------------------------------------------------ */
[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
	position: relative;
	top: -0.1em; /* 文字位置調整（日本語用） */
	line-height: 1.2;/* 表示調整（WEB-WING用） */
}

/*  画像ポップアップ
------------------------------------------------------------ */
#colorbox img{
	max-height: none;
}

/*  汎用クラス
------------------------------------------------------------ */
div.banner{
	margin-bottom:20px;
	text-align:center;
}
ul.bannerList{
	overflow: hidden;
}

ul.bannerList li {
	float: left;
	margin-right: 2%;
	text-align: center;
	width: 32%;
}
ul.bannerList li:last-child {
	margin-right: 0;
}
img.fl{
	float:left;
	margin:30px;
	margin-top:0;
	margin-left:0;
}
img.fr{
	float:right;
	margin:30px;
	margin-top:0;
	margin-right:0;
}
a.arrow{
	padding-left: 8px;
	background: url("/common/img/h_arrow.gif") no-repeat scroll 0 6px;
}
a.map{
	background: url("/common/img/ico_b_window.gif") no-repeat scroll 0 4px;
	margin-left: 10px;
	padding-left: 13px;
}
a.dtl{
	background: url("/common/img/h_arrow.gif") no-repeat scroll left center;
	display: block;
	font-size: 11px;
	margin: 5px 0 15px;
	padding-left: 10px;
}
a.blank {
	background: url("/common/img/blank.gif") no-repeat scroll left center;
	padding-left: 15px;
}

table.std{
	width: 100%;
	table-layout: fixed;
	margin: 0 0 16px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
table.std th,
table.std td{
	padding: 16px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: middle;
}
table.std th {
	background: #f8f8f8;
	font-weight: normal;
	text-align: left;
}
table.std thead th{
	text-align: center;
}
table.line{
	width: 100%;
	margin: 0 0 32px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #dcdcdc;
}
table.line th,
table.line td{
	padding: 1em;
	border-bottom: 1px solid #dcdcdc;
}
table.line th{
	background:#f8f8f8;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}

table.dot{
	margin: 0 0 16px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.dot th,
table.dot td{
	padding: 16px;
	background: url("/common/img/line_dot.gif") repeat-x center bottom;
	text-align: left;
}
table.dot th{
	white-space: nowrap;
}
.colbox{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.lcol{
    float: left;
    width: 48%;
}
.rcol{
    float: right;
    width: 48%;
}
.red{
	color:#cc0000;
}
.wht{
	color:#fff;
}
span.hidden{
	display: none;
}
img.btn{
	cursor: pointer;
}
.notes{
	background: #f0f5f9;
	border: 1px solid #e2ebf4;
	border-radius: 3px;
	padding: 10px;
	font-size: 0.687rem;/*11px*/
}
p.c{
	text-align: center;
}
p.txt {
    line-height: 3.6;
}
p.back{
	text-align: right;
}
p.back a{
	background: url("/common/img/t_arrow.gif") no-repeat scroll left center;
	padding-left: 15px;
}
a.more {
	color: #333;
	font-weight: bold;
}
span.eng {
	font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
img.pc {
}
img.sp {
	display: none;
}
.mk-blue {
    background: linear-gradient(transparent 50%, #85dcf2 50%);
}

/*  添付ファイルアイコン
------------------------------------------------------------ */
.icostack{
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin-right: 0.3em;
	font-size: 130%;
	vertical-align: middle;
}	
.icon-file-empty {
	position: absolute;
	top: 0; /* 文字位置調整をリセット */
	color: #ccc;
}
.icon-file-type-text, 
.icon-file-type-picture ,
.icon-file-type-pdf, 
.icon-file-type-excel, 
.icon-file-type-word {
	position: absolute;
	top: 0.31em;
	left: 0.21em;
	transform: scale(0.55);
	transform-origin: 0 0;
}
.icon-file-type-text {
	color: #cccccc;
}
.icon-file-type-picture {
	color: #ec851e;
}
.icon-file-type-pdf {
	color: #da2016;
}
.icon-file-type-excel {
	color: #247045;
}
.icon-file-type-word {
	color: #2b5590;
}

/*  背景
------------------------------------------------------------ */
body {
}

/*  プレビュー用
------------------------------------------------------------ */
#previewHeader {
	padding: 10px 0;
	background: #014ea0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

/*  ヘッダー
------------------------------------------------------------ */
#headerWrapper {
	position: relative;
}
#headerWrapper::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
}
#toppage #headerWrapper {
}
#headerContents {
	position: relative;
	overflow: hidden;
	height: 100px;
	max-width: 1200px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 200;
    width: 222px;
}
#logo h1{
	font-size: 100%;
}

/* グローバルナビゲーション
------------------------------------------------------------ */
#gNavArea {
    height: 100px;
    right: 0;
    position: absolute;
}
#gNav {
    display: table;
    float: left;
    table-layout: fixed;
    height: 100%;
}
#gNav li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#gNav li a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 1rem;/*16px*/
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 24px;
    color: #2b353b;
    letter-spacing: 0.06em;
}
#gNav li a:hover,
#gNav li a.active {
	color: #0081cc;
}
#gNav li a:hover:before,
#gNav li.active a:before {
    content: "";
	display: block;
	position: absolute;
	height: 3px;
	background: linear-gradient(to right, #0bbae6 0%, #0081cc 100%);
	width: -webkit-calc(100% - 48px);
	width: -ms-calc(100% - 48px);
	width: calc(100% - 48px);
	bottom: 0;
}
#gNav li li{
	display: inline-block;
	border: none;
}
#gNav li ul li a{
	background: #dcd3b2;
}
#gNavAreaSp{
	display: none !important;
}

/*  コンテンツ背景
------------------------------------------------------------ */
#shadow {
	overflow: hidden;
	width: 100%;
}
#wrapper {
}

/*  トップイメージ
------------------------------------------------------------ */
#topWrapper{
	margin-bottom: 0;
	text-align: center;
}
#topWrapper img {
	width: 100%;
}

/*  スライドショー
------------------------------------------------------------ */
#slideArea{
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	border: solid 30px #fff;
	border-top: none;
}
.bx-wrapper {
	margin: 0 auto;
}
.bx-has-pager {
	display: none;
}
.bx-wrapper .bx-viewport {
/*	background:; */
	border: medium none;
	box-shadow: none;
	left: 0;
	width: auto !important;
}
.gv_galleryWrap {
	background: none;
	margin: 0 auto;
	padding: 0 !important;
}
.gv_filmstripWrap {
	width: 870px !important;
	left: 37px !important;
	bottom: 3px !important;
	z-index: 100;
}
.gv_navWrap {
	width: 100% !important;
	z-index: 0;
}
.gv_navPause{
	display: none;
}
.gv_navPrev {
	position: absolute;
	left: 0;
	background-image: url(/common/img/prev.jpg) !important;
	width: 17px;
	height: 60px;
}
.gv_navNext {
	position: absolute;
	right: 0;
	background-image: url(/common/img/next.jpg) !important;
	width: 17px;
	height: 60px;
}

/*  コンテンツフレーム
------------------------------------------------------------ */
#mainContents {
    overflow: hidden;
    margin: 0 auto;
}
#mainContents .container {
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
}
#mainContents .cont_inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    width: 100%;
}
#mainContents h2 {
    position: relative;
    margin: 0 0 40px;
    line-height: 1;
    font-size: 3rem;/*48px*/
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #2b353b;
}
#mainContents h3 {
	color: #2b353b;
    font-weight: 500;
	font-size: 1.5rem;/*24px*/
}

/*  ぱんくずリスト
------------------------------------------------------------ */
#topicPath{
	width: 100%;
	margin-bottom: 64px;
}
#topicPath a{
	text-decoration: underline;
}
#topicPath p {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.875rem;/*14px*/
}

/*  メニューページタイトル
------------------------------------------------------------ */
#mainVisualArea {
    background-size: cover;
    text-align: center;
    height: 240px;
    position: relative;
    margin-bottom: 16px;
}
#mainVisualArea div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
#mainVisualArea div span.eng {
	letter-spacing: 0.06em;
	width: 100%;
	display: block;
	margin: 0 auto;
	font-weight: 700;
    font-size: 3rem;/*48px*/
    color: #2b353b;
}
#mainVisualArea h2 {
	font-size: 1rem;/*16px*/
}

/*  メインエリア
------------------------------------------------------------ */
#mainArea {
}

/*  コンテンツ
------------------------------------------------------------ */
.item {
	clear: both;
	margin: 0 auto;
	padding: 0 0 120px;
}
#toppage .item {
    padding: 0;
}
.item p{
	margin:0 0 16px;
}
.item p.txt {
    margin: 0;
}
.item p.signature {
	text-align:right;
}
.item ul{
	margin:0 0 16px;
}
.item ol {
	margin:0 0 16px;
}
.item ol li {
	list-style: decimal;
	margin-left: 20px;
}
.item dl {
	margin-bottom: 32px;
}
.item dt {
}
.item dd {
}
.item ul.dot,
.item dl.dot{
}
.item ul.dot li,
.item dl.dot dd{
	margin-bottom: 16px;
	padding-bottom: 16px;
	background: url("/common/img/line_dot.gif") repeat-x center bottom;
}
.item dl.dot dt{
	clear: both;
	float: left;
	width: 8.5em;
	padding: 16px;
}
.item dl.dot dd{
	margin: 0;
	padding: 16px 16px 16px 8.5em;
}
.item dl.dot dd a.att{
	display: block;
}
.pagetop {
	text-align: right;
	font-size: 80%;/*12px*/
	color: #115db2;
}
.pagetop span {
	display: inline-block;
	margin-right: 3px;
	transform: scale(0.5);
}

/*  画像フレーム
------------------------------------------------------------ */
.item .frame {
    position: relative;
    border: 1px solid #dcdcdc;
    text-align: center;
}
.item .frame::before {
    content: "";
    display: block;
    padding-top: 66%;
}
.item .frame span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*  ページトップへ
------------------------------------------------------------ */
#gotoTop {
    position: fixed;
    bottom: 102px;
    right: 15px;
    z-index: 100;
	display: none;
}
#gotoTop a {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	background: #0081cc;
	border-radius: 50%;
}
#gotoTop a:before {
    display: block;
    position: absolute;
	top: 37px;
	left: 31px;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    content: "";
}

/*  フッター
------------------------------------------------------------ */
#footerWrapper {
	clear:both;
	overflow:hidden;
	width: 100%;
	background: #f5f8fa;
}
#footerWrapper .cont_inner {
	overflow: hidden;
	margin: 100px auto;
	max-width: 1200px;
}
#footerWrapper a:link ,
#footerWrapper a:visited,
#footerWrapper a:hover{
	color: #333;
}
#footerWrapper a{
	text-decoration: none;
}
#footerWrapper a:hover{
	text-decoration: underline;
}
#footerLogo {
	width: 155px;
	padding-left: 25px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

/*  フッターリンク、コピーライト
------------------------------------------------------------ */
#footerContents {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0;
	background: linear-gradient(to right, #0bbae6 0%, #0081cc 100%);
	font-size: 0.812rem;/*13px*/
}
#footerContents div{
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 32px auto;
}
#f_link{
	overflow:hidden;
	float: left;
}
#f_link li{
	display: inline-flex;
    margin-right: 8px;
}
#f_link li a:link,
#f_link li a:visited,
#f_link li a:hover {
    color: #fff;
    font-size: 0.75rem;/*12px*/
}
#f_link li:after {
    content: " | ";
    color: #fff;
	margin-left: 8px;
    font-size: 0.75rem;/*12px*/
}
#f_link li:last-child:after {
	display: none;
}
#copyright {
	float: right;
	color: #fff;
    font-size: 0.75rem;/*12px*/
}

/*  404ページ
------------------------------------------------------------ */
#notfound .item p{
}
#notfound .item strong{
	font-size: 20px;
}

/*  エラーメッセージ（フロント用）
------------------------------------------------------------ */
#error_area{
	text-align: center;
	padding-top: 100px;
	height: 250px;
}
#error_area p{
	text-align: center;
}

/*  セキュリティーポリシー
------------------------------------------------------------ */
#policy .item dl{
}
#policy .item dt{
	font-weight: 500;
	color: #2b353b;
}
#policy .item dd{
	margin-bottom: 16px;
}

/*  青枠ボタン（基本）
------------------------------------------------------------ */
.bgBtn {
    clear: both;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
}
.bgBtn a {
    display: block;
    opacity: 1;
    background: #fff;
    color: #0081cc;
    border: 1px solid #0081cc;
    font-size: 1.125rem;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    transition: 0.5s;
}
.bgBtn a:hover {
    opacity: 0.7;
    text-decoration: none;
    background: #0081cc;
    color: #fff;
}
.bgBtn span{
    padding: 8px;
}

/*  VISION（ビジョン）
------------------------------------------------------------ */
#vision.item {
	overflow: hidden;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-image: url(/common/img/bg_vision.jpg);
}
#vision .container{
    max-width: 1200px;
}
#mainContents #vision h2 {
    color: #fff;
    margin: 0 0 16px;
}
#vision span.subTit {
	font-weight: 600;
	margin-bottom: 40px;
	display: block;
	color: rgba(255,255,255,.6);
	letter-spacing: 0.06em;
	font-size: 1.125rem;/*18px*/

}
/*  SERVICE（WEB-WINGができること）
------------------------------------------------------------ */
#service.item {
	overflow: hidden;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-image: url(/common/img/bg_serv.jpg);
}
#service .container{
    max-width: 1200px;
}
#mainContents #service h2 {
    margin: 0 0 16px;
}
#mainContents #service p.subTxt {
    margin: 0 0 40px;
}
.item ul.servList {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.item ul.servList li {
	width: 48%;
	margin-right: 4%;
	background: linear-gradient(to right, #0bbae6 0%, #0081cc 100%);
	padding: 1px;
	max-width: calc(100% - 2px);
	margin-bottom: 48px;
}
.item ul.servList li:nth-of-type(2n){
    margin-right: 0;
}
.item ul.servList li:nth-of-type(n+3){
	margin-bottom: 0;
}
/* Productでも使用(.bg_wht) */
.bg_wht{
	text-align: center;
	display: block;
	max-width: 100%;
	min-height: calc(100% - 0px);
	background: #fff;
}
.serv_box {
    text-align: center;
	padding: 32px;
    display: flex;
    flex-direction: column;
	height: 100%;
}
.serv_box span.serv_ico {
    display: block;
    margin: 24px 0;
    text-align: center;
}
.serv_box span.serv_ico img {
    width: 160px;
}
.serv_box p {
    text-align: center;
    margin: 0;
}

/*  PHILOSOPHY（企業理念）
------------------------------------------------------------ */
#philosophy.item{
    background: #f5f8fa;
}
#philosophy .container{
    max-width: 1200px;
}
#mainContents #philosophy h2 {
    margin: 0 0 16px;
}
#philosophy span.subTit {
	font-weight: 500;
	margin-bottom: 40px;
	display: block;
	font-size: 1.125rem;/*18px*/
}

/*  PRODUCTS
------------------------------------------------------------ */
#products.item {
/*    background: #f0f8fa; */
    background: #0081cc20;
}
#products .container{
    max-width: 1200px;
}
#mainContents #products h2 {
    margin: 0 0 16px;
}
#mainContents #products p.subTxt {
    margin: 0 0 40px;
}
.item ul.prdList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
}
.item ul.prdList li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
    transition: 0.5s;
}
.item ul.prdList li:last-child{
    margin-right: 0;
}
.item ul.prdList li a{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.item ul.prdList li a:hover {
    text-decoration: none;
    background: rgba(51,51,51,0.6);
}
.item ul.prdList li a:link ,
.item ul.prdList li a:visited {
    color: #5e686e;
}
.prd_box {
    text-align: center;
	padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}
.prd_box .prd_ico {
    display: block;
    width: 100%;
    margin: 24px auto;
    padding: 0 24px;
    position: relative;
}
.prd_box .prd_ico img{
    opacity: 1;
}
.item ul.prdList li a:hover .prd_box .prd_ico img{
    opacity: 0.6;
}
.prd_box .frame {
    border: none;
}
.prd_box .frame:before {
    padding-top: 126.17%;
/*    background: rgba(51,51,51,1); */
}
.prd_box p {
    margin: 0 0 32px;
}
#products .bgBtn{
    display: block;
    max-width: 200px;
    background: #fff;
    color: #0081cc;
    border: 1px solid #0081cc;
    font-size: 1.125rem;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    opacity: 1;
}
#products ul.prdList li a:hover .bgBtn{
    text-decoration: none;
    background: #0081cc;
    color: #fff;
}

#products .bgBtn.arw:after{
    display: block;
    position: absolute;
    top: 1.5em;
	right: 8px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #0081cc;
    border-top: 2px solid #0081cc;
    transform: rotate(45deg);
    content: "";
}
#products ul.prdList li a:hover .bgBtn.arw:after{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

/*  ABOUT（会社概要）
------------------------------------------------------------ */
#about .container{
    max-width: 1200px;
}
#about table.line{
	border-top: 1px solid #e9eff2;
	margin: 0;
}
#about table.line th,
#about table.line td{
	padding: 2em;
	border-bottom: 1px solid #e9eff2;
}
#about table.line th{
	width: 30%;
	white-space: normal;
	background: none;
}
