@charset "utf-8";

/* --------------------------------------------------------- */
/* スマホ用 - sp.css
------------------------------------------------------------ */

/* common */
table th {
	font-size: 1.1rem;
	width: 80px;
	padding: 10px 0;
}
table td {
	padding: 10px;
}

.ideaText{
    position: absolute;
    right: 0.5em;
    padding-top: 5px;
    width: 150px;
}


/* ヘッダー
------------------------------------------------------------ */
#headBox {
	background-color: #FFF;
	position: relative;
	width: 100%;
}
#headBox .inner {
	padding: 10px;
}
#headBox h1 {
	background: url(../common/images/common/img_logo.png) no-repeat left center;
	-webkit-background-size: contain; background-size: contain;
	float: left;
	width: 42%;
	height: 30px;
}
#headBox h1 a {
	display: block;
	width: 100%;
	height: 30px;
}
#headBox li {
	display: none;
}



/* メニュー
------------------------------------------------------------ */
#menuBox {
	background-color: #000066;
}
#menuBox ul {
	display: block;
	width: 100%;
}
#menuBox li {
	font-size: 1.1rem;
	text-align: center;
	width: 25%;
	float: left;
	box-sizing: border-box;
}
#menuBox li+li {
	border-left: solid 1px #f5f5f5;
}
#menuBox li div {
	font-size: 0.8rem;
	display: block;
}
#menuBox li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 10px 0;
}
#menuBox li a div {
	color: #fff;
	height:20px;
}

@media screen and (max-width: 767px) {
	#menuBox li a div{
		line-height: 1.2em;
	}
}

#menuBox .sub{
	display: none!important;
}
/*

#menuBox {
   
	background-color: #000066;
	border-top: solid 1px #1D3C72;
	position: relative;
}
#menuBox>ul {

	border-right: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
}
#menuBox li {
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
#menuBox li+li {

	border-left: solid 1px #f5f5f5;
}
#menuBox li div {
	font-size: 10px;
	display: block;
}
#menuBox li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 44px;
	padding: 13px 0;
}
#menuBox li a div {

	color: #FFF;
}

#menuBox li.on {

	background-color: #193365;
}

#menuBox li a.active {

	color: #707098;
	background-color: #DFE8F7;
}
#menuBox li a.active div {

	color: #707098;
}

#menuBox .sub {
	font-size: 14px;
	text-align: left;

	background-color: rgba(255,255,255,1);
	display: none;
	position: absolute;
	width: 100%;
	padding: 10px 0 10px 0;
	top: 70px;
	left: 0;
	z-index: 66;
}

#menuBox .sub ul{
	display: block;
}
#menuBox .sub p {
	color: #193365;
	padding: 0 20px 10px 20px;
}
#menuBox .sub p a {
	color: #000066;
}
#menuBox .sub ul {
	border: none;
}
#menuBox .sub li {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	border-left: none;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	    max-width: initial;
}
#menuBox .sub li a {
	color: #333;
	background-color: #FFF;
	border: solid 1px #365eab;
	height: auto;
	padding: 10px;
}
#menuBox .sub li a:hover {
	color: #FFF;
	background-color: #1D3C72;
	border: solid 1px #366EBB;
}*/

/* フッター
------------------------------------------------------------ */
#footBox .pagetop {
	background-color: inherit;
}



#footBox .pagetop a {
	font-size: 1.3rem;
	text-align: center;
	color: #000066;
	background: url(../common/images/common/bac_foot.png) no-repeat center center;
	-webkit-background-size: 430px auto; background-size: 430px auto;
	display: block;
	height: 75px;
	padding-top:5px;
}
/*fixed 返回顶部*/

#footBox .pagetop{
	text-indent: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}


.sp-pagetop{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	line-height: 40px;
	z-index: 99;
	display: none;
	border-radius: 5px;
}
.sp-pagetop img{
	float: left;
	margin:8px;
}





#footBox ul {
	border-top: solid 1px #ebebeb
}
#footBox li {
	background: url(../common/images/common/ico_arrow.png) no-repeat 10px center;
	-webkit-background-size: 10px auto; background-size: 10px auto;
	border-bottom: solid 1px #DDD;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 50%;
}
/*#footBox li:nth-child(odd) {
	border-right: dotted 1px #DDD;
}*/
#footBox li a {
	display: block;
	padding-left:25px;
	font-size: 12px;
	padding: 10px 15px 10px 25px;
}
#footBox p {
	background-color: #204060;
}
#footBox small {
	font-size: 1.0rem;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 5px;
}



/* パンくず
------------------------------------------------------------ */
#crumb {
	display: none;
}



/* ページタイトル
------------------------------------------------------------ */
/* h1 */
#mainBox h1.title {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	position: relative;
	height: 53px;
	padding-top: 37px;
	margin-bottom: 20px;
	overflow: hidden;
}
#mainBox h1.title span {
	font-size: 0.9rem;
	line-height: 1;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}
#mainBox h1.title em {
	display: none;
}

/* h2 */
#mainBox h2.title {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 20px;
}
#mainBox h2.title em {
	font-size: 0.9rem;
	vertical-align: middle;
	color: #000066;
	padding-left: 10px;
}

/* h3 */
#mainBox h3.title {
	font-size: 1.4rem;
	font-weight: normal;
	color: #000066;
	margin-bottom: 10px;
}
#sidebarNav{
	display: none;
}


/* リンクナビ
------------------------------------------------------------ */
#mainBox .link {
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
	background-color: #E5F3F3;
	padding: 10px;
}
#mainBox .link p {
	display: none;
}
#mainBox .link li {
	display: inline-block;
	padding: 0 5px;
	margin: 5px 0;
}
#mainBox .link li+li {
	border-left: solid 1px #FFF;
}
#mainBox .link li a {
	color: #000066;
	display: block;
	padding: 0 5px;
}



/* タブ
------------------------------------------------------------ */
.tab {
	border-bottom: solid 1px #000066;
	display: -webkit-box; display: -moz-box; display: -o-box; display: box;
	margin-bottom: 20px;
}
.tab li {
	text-align: center;
	color: #FFF;
	background-color: #000066;
	border: solid 1px #000066;
	border-bottom: none;
	-webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1; box-flex: 1;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	max-width: 50%;
	padding: 10px;
	margin-right: 10px;
}
.tab li:last-child {
	margin-right: 0;
}
.tab li.active {
	color: #000066;
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
	margin-bottom: -1px;
}
.tab li a {
	color: #FFF;
	display: block;
}
.tab li.active a {
	color: #000066;
}



/* --------------------------------------------------------- */
/* ナビゲーション
------------------------------------------------------------ */
.naviBox h2.title {
	font-size: 1.0rem !important;
	background-color: #EEE;
	padding: 3px 10px;
	margin: -2px 0 0 0 !important;
}
.naviBox .col3+h2.title {
	margin-top: 2px !important;
}
.naviBox ul {
	border-top: solid 1px #DDD;
	padding-top: 2px;
}
.naviBox li {
	border-bottom: solid 1px #DDD;
	position: relative;
	padding-left: 100px;
	margin-bottom: 2px;
	overflow: hidden;
}
.naviBox li span {
	font-size: 1.3rem;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	padding: 0 10px;
}
.naviBox li span em {
	display: none;
}
.naviBox li img {
	position: absolute;
	width: 100px;
	top: 0;
	left: 0;
}

/* 3列 */
.link+ul.col3 {
	border-top: solid 1px #DDD;
	margin-top: 20px;
}


/* --------------------------------------------------------- */
/* 01. サービス案内
------------------------------------------------------------ */
.serviceBox {
	padding: 0 10px;
}
.serviceBox+.naviBox:before {
	font-size: 1.1rem;
	color: #FFF;
	background-color: #000066;
	content: "サービス案内コンテンツ";
	display: block;
	padding: 5px 10px;
}
.serviceBox section {
	padding-bottom: 0 !important;
}
.serviceBox h2 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.4;
	color: #000066;
	margin-bottom: 15px !important;
}
.serviceBox p {
	margin-bottom: 15px;
}
.serviceBox hr {
	display: none;
}

/* 物流品質 */
.serviceBox .panel {
	display: -webkit-box; display: -moz-box; display: -o-box; display: box;
	padding-bottom: 20px;
}
.serviceBox .panel li {
	text-align: center;
	-webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1; box-flex: 1;
	max-width: 50%;
	margin-left: -1px;
}
.serviceBox .panel li:first-child {
	margin-left: 0;
}
#quality01, #quality02, #quality03, #quality04 {
	border-bottom: solid 1px #DDD;
	margin-bottom: 10px;
}
#quality01 h2, #quality02 h2, #quality03 h2, #quality04 h2 {
	font-size: 1.4rem;
	text-align: center;
	padding-top: 60px;
}

#quality01 img, #quality02 img, #quality03 img, #quality04 img {
	float: right;
	width: 150px;
	padding: 0 0 10px 10px;
}
#quality03 h3, #quality04 h3 {
	font-size: 1.4rem;
	font-weight: normal;
	color: #3D6ADE;
	margin-bottom: 10px;
}
#quality03 ul, #quality04 ul {
	background-color: #E7ECF9;
	padding: 10px;
}
#quality03 li, #quality04 li {
	text-indent: -1em;
	padding: 2px;
	margin-left: 1em;
}
#quality03 li:before, #quality04 li:before {
	content: "・";
}
#quality03 ul {
	margin-bottom: 20px;
}
#quality03 li {
	display: inline-block;
	min-width: 43%;
}
#quality04 {
	border-bottom: none;
}
#quality04 ul {
	margin-bottom: 10px;
}



/* --------------------------------------------------------- */
/* 02. 事例紹介
------------------------------------------------------------ */
/* クライアント情報 */
.caseBox .client {
	padding: 0 10px;
}
.caseBox .client a {
	text-decoration: underline;
	color: #000066;
}
.caseBox .client .profile h1 {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.caseBox .client .profile dt {
	color: #999;
}
.caseBox .client .profile dd {
	padding-bottom: 5px;
}
.caseBox .client .profile .name {
	font-size: 1.3rem;
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.caseBox .client .photo {
	padding: 10px 0 20px 0;
}

/* 導入結果 */
.caseBox .result {
	background-color: #F3F3F3;
	padding: 10px;
	margin-bottom: 20px;
}
.caseBox .result h2 {
	font-size: 1.4rem;
	line-height: 40px;
	border-bottom: solid 1px #DDD;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	position: absolute;
	width: 100%;
	padding: 0 10px;
	top: 0;
	left: 0;
}
.caseBox .result .before h2 {
	border-left: solid 4px #FE8E3A;
}
.caseBox .result .after h2 {
	border-left: solid 4px #000066;
}
.caseBox .result div p {
	margin: 5px 0;
}
.caseBox .result div li {
	position: relative;
	padding-left: 1.2em;
	margin: 5px 0;
}
.caseBox .result div li:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.caseBox .result .before, .caseBox .result .after {
	background-color: #FFF;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	padding: 50px 15px 10px 15px;
}
.caseBox .result .before li:before {
	color: #FE8E3A;
}
.caseBox .result .after li:before {
	color: #000066;
}
.caseBox .result .arrow {
	background: url(../case/images/ico_result.png) no-repeat center center;
	-webkit-background-size: 12px auto; background-size: 12px auto;
	-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);
	content: "";
	height: 24px;
}

/* 質問 */
.caseBox .question {
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 15px 10px;
	margin-top: -1px;
}
.caseBox .result+.question {
	border-top: none;
	padding-top: 5px;
}
.caseBox .question h2 {
	font-size: 1.4rem;
	line-height: 1.4;
	padding-bottom: 10px;
}
.caseBox .question h2 span {
	color: #000066;
	display: block;
	padding-bottom: 5px;
}
.caseBox .question .rFlt {
	width: 150px;
	padding: 0 0 10px 10px;
}
.caseBox .question .lFlt {
	width: 150px;
	padding: 0 10px 10px 0;
}




/* --------------------------------------------------------- */
/* 03. 拠点一覧
------------------------------------------------------------ */
.officeBox+.naviBox {
	margin-top: 20px;
}
.officeBox+.naviBox:before {
	font-size: 1.1rem;
	color: #FFF;
	background-color: #000066;
	content: "拠点一覧コンテンツ";
	display: block;
	padding: 5px 10px;
}
.officeBox h2 {
	padding: 0 10px;
}

/* センター概要 */
.officeBox .center {
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 10px;
	margin-top: -1px;
}
.officeBox .center h2 {
	font-size: 1.4rem;
	font-weight: normal;
	color: #000066;
	padding: 5px 0;
}
.officeBox .center h2 em {
	display: none;
}
.officeBox .center img {
	padding: 10px 0;
}
.officeBox .center .more a {
	text-align: center;
	color: #000066;
	background-color: #E5F3F3;
	display: block;
	padding: 5px 10px;
}
.officeBox .center .more a:after {
	content: ">";
}

/* CSC */
.officeBox .center04 .inner dl {
	font-size: 1.1rem;
	background-color: #F7F7F7;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
}
.officeBox .center04 .inner dt {
	color: #000066;
	padding-top: 5px;
}

/* 3列表示 */
.officeBox .col3 li {
	border-top: solid 1px #DDD;
	padding: 10px;
}
.officeBox .col3 li img {
	padding-bottom: 5px;
}
.officeBox .col3 li .name {
	font-size: 1.4rem;
	color: #000066;
	padding-bottom: 5px;
}
.officeBox .col3 li .map {
	text-align: center;
	background-color: #E5F3F3;
	margin-top: 10px;
}
.officeBox .col3 li .map a {
	color: #000066;
	display: block;
	padding: 5px;
}

/* リスト表示 */
.officeBox .list {
	border-bottom: solid 1px #DDD;
	padding: 15px 10px;
}
.officeBox section+section .list {
	border-bottom: none;
}
.officeBox .list h2 {
	padding: 0;
	margin-bottom: 10px !important;
}
.officeBox section+section h2 {
	padding-top: 20px;
	margin-bottom: 0 !important;
}
.officeBox .list h3 {
	font-size: 1.4rem;
	font-weight: normal;
	padding-bottom: 10px;
}
.officeBox .list li {
	display: inline-block;
	min-width: 45%;
	padding-right: 10px;
}



/* --------------------------------------------------------- */
/* 04. 会社情報
------------------------------------------------------------ */
.companyBox {
	padding: 0 10px;
}
.companyBox+.naviBox {
	margin-top: 20px;
}
.companyBox+.naviBox:before {
	font-size: 1.1rem;
	color: #FFF;
	background-color: #000066;
	content: "会社情報コンテンツ";
	display: block;
	padding: 5px 10px;
}
.companyBox hr {
	display: none;
}
.companyBox table {
	border-bottom: solid 1px #DDD;
}
.companyBox th span {
	float: right;
}
.companyBox td dl+dl {
	border-top: dotted 1px #DDD;
	padding-top: 10px;
	margin-top: 10px;
}
.companyBox td dd.map {
	padding-top: 5px;
}
.companyBox td dd.map iframe {
	width: 100%;
	height: 200px;
}
.companyBox td dd.map span {
	font-size: 1.1rem;
	display: block;
}

/* 代表メッセージ */
.companyBox .greeting .lead {
	font-size: 1.6rem;
	line-height: 1.4;
	color: #000066;
	margin-bottom: 15px;
}
.companyBox .greeting img {
	width: 90%;
	margin: 0 0 10px 10px;
}

/* 企業理念 */
.companyBox .philosophy {
	text-align: center;
	padding-top: 20px;
}
.companyBox .philosophy h3 {
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
.companyBox .philosophy img {
	vertical-align: baseline;
}
.companyBox .philosophy li {
	border-top: solid 1px #DDD;
}
.companyBox .philosophy .concept {
	border-top: solid 1px #DDD;
	padding-bottom: 10px;
}
.companyBox .philosophy .concept .inner {
	font-size: 1.1rem;
	text-align: left;
	color: #666;
	border-top: solid 1px #DDD;
	padding: 30px 20px;
}
.companyBox .philosophy .concept .inner:first-child {
	border-top: none;
}
.companyBox .philosophy .concept .inner h4 {
	font-size: 1.4rem;
	color: #000066;
	padding: 30px 0 10px 0;
}
.companyBox .philosophy .concept .inner ul {
	font-size: 1.0rem;
	color: #111;
	border: none;
	padding-top: 10px;
}
.companyBox .philosophy .concept .inner li {
	border: none;
}
.companyBox .philosophy .concept .inner li span.green {
	color: #000066;
}
.companyBox .philosophy .concept .inner li span.gray {
	color: #726C69;
}

/* 事業内容 */
.companyBox .relate {
	margin-bottom: 0 !important;
}


/* --------------------------------------------------------- */
/* 00. パートナー
------------------------------------------------------------ */
.partnerBox .col3+h2.title {
	font-size: 1.4rem !important;
	background-color: inherit;
	padding-bottom: 10px;
	margin-top: 20px !important;
}
.partnerBox table {
	border-bottom: solid 1px #DDD;
	width: auto;
	margin: 0 10px;
}
.partnerBox table a {
	text-decoration: underline;
	color: #000066;
}

p.keisen{
color:#000066;
font-weight:bold;
text-align: center;
display: block;
margin: 20px 0 0 0px;
}



/* --------------------------------------------------------- */
/* 00. 新着情報
------------------------------------------------------------ */
/* 一覧 */
.newsBox section {
	border-bottom: solid 1px #DDD;
	padding: 10px;
}
.newsBox section a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 0;
}
.newsBox section a:after {
	color: #000066;
	content: ">";
	position: absolute;
	top: 45%;
	right: 0;
}
.newsBox h2.title {
	font-size: 1.3rem !important;
	margin-bottom: 10px !important;
}
.newsBox h2.title span {
	font-size: 1.1rem;
	color: #FFF;
	background-color: #000066;
	display: inline-block;
	vertical-align: middle;
	border-radius: 30px;
	padding: 3px 6px;
	margin-right: 6px;
}
.newsBox section p {
	font-size: 1.1rem;
	height: 3em;
	overflow: hidden;
}

/* 詳細 */
.newsBox article {
	padding: 0 10px;
}
.newsBox article h1 {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.newsBox article .date {
	text-align: right;
	color: #999;
	border-top: solid 1px #DDD;
	padding: 10px 0;
	margin-bottom: 5px;
}
.newsBox article .entry a {
	text-decoration: underline;
	color: #000066;
}

/* ページャー */
.pager {
	text-align: center;
	color: #000066;
	border: none !important;
	margin-top: 20px;
}
.pager li {
	border: none;
	display: inline-block;
	vertical-align: middle;
	min-width: 20px;
	padding: 0;
	margin: 2px;
}
.pager li a {
	border: solid 1px #DDD;
	display: block;
	padding: 5px 10px;
}
.pager li.prev a, .pager li.next a {
	color: #FFF;
	background-color: #000066;
	border: solid 1px #000066;
}



/* --------------------------------------------------------- */
/* 00. お問い合わせ
------------------------------------------------------------ */
.contactBox {
	padding: 0 10px;
}
.contactBox p a {
	text-decoration: underline;
	color: #000066;
}
.contactBox table {
	margin-top: 10px;
}
.contactBox th span {
	font-size: 1.0rem;
	color: #F87E7E;
	float: right;
}
.contactBox th span:before {
	content: "※";
}
.contactBox td.post input[type="text"] {
	max-width: 30%;
	margin: 0 5px;
}
.contactBox td li {
	margin: 5px 0;
}
.contactBox td select {
	width: auto;
}
.contactBox td select+input {
	margin-top: 5px;
}
.contactBox .action {
	text-align: center;
	margin: 10px 0;
}
.contactBox .action li {
	display: inline-block;
	margin: 0 5px;
}
.contactBox .action li a {
	color: #FFF;
	background-color: #000066;
	border: solid 1px #1D3C72;
	display: block;
	padding: 10px;
}
.contactBox .action li.whiteBtn a {
	color: #999;
	background-color: #FFF;
	border: solid 1px #DDD;
}

/* TEL */
.contactBox .tab li span {
	display: none;
}
.contactBox .tabBox {
	padding-bottom: 20px;
}



/* --------------------------------------------------------- */
/* 00. FAQ
------------------------------------------------------------ */
.faqBox {
	border-bottom: solid 1px #DDD;
	margin: 0 10px;
}
.faqBox section section {
	padding-bottom: 20px;
}
.faqBox hr {
	margin-top: 5px;
	margin-bottom: 20px;
}
.faqBox a {
	text-decoration: underline;
	color: #000066;
}
.faqBox h2 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.4;
	color: #000066;
	margin-bottom: 15px;
}
.faqBox h3 {
	font-size: 1.4rem;
	font-weight: normal;
	border-left: solid 3px #000066;
	padding-left: 7px;
	margin-left: -10px;
	margin-bottom: 10px;
}



/* --------------------------------------------------------- */
/* 00. その他
------------------------------------------------------------ */
.siteBox {
	padding: 0 10px;
}
.siteBox section {
	padding-bottom: 20px;
}
.siteBox section:last-child {
	padding-bottom: 0;
}
.siteBox h2.title {
	border-left: solid 3px #000066;
	padding-left: 7px;
	margin-left: -10px;
}
.siteBox p+ol, .siteBox p+ul, .siteBox ul+ul {
	margin-top: 10px;
}

/* サイトマップ */
.siteBox ul.sitemap {
	font-size: 1.3rem;
}
.siteBox ul.sitemap a {
	display: block;
}
.siteBox ul.sitemap p {
	font-size: 1.1rem;
	color: #888;
	background-color: #EEE;
	display: inline-block;
	padding: 3px 5px;
	margin-top: 10px;
}
.siteBox ul.sitemap ul {
	font-size: 1.2rem;
	margin-top: 10px;
	margin-left: 1em;
}
.siteBox ul.sitemap li {
	background: url(../common/images/common/ico_arrow.png) no-repeat left 5px;
	-webkit-background-size: 10px auto; background-size: 10px auto;
	padding: 0 10px 10px 18px;
}
.siteBox ul.sitemap ul li {
	background: none;
	padding-left: 0;
}
.siteBox ul.sitemap ul li a:before {
	content: "・";
	margin-left: -1em;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* テキスト超過 */
.newsBox h2.title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* テキスト隠し */
#headBox h1,
#headBox p {
	text-indent: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

/* clearfix */
#footBox ul:after,
.naviBox li:after,
.serviceBox section:after,
.caseBox .client:after,
.caseBox .question:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mb30{
	margin-bottom:10px;
	}

	#QualificationsLeft{
	float: left;
	width: 90%;
	margin-left: 5%;
}
#QualificationsRight{
	float: right;
	width: 90%;
	margin-right: 5%;
}
#QualificationsLeft img,#QualificationsRight img{
	float: left;
	margin-right: 10px;
}
#QualificationsLeft img{
	width: 70px;
}
#QualificationsRight img{
	float: right;
	width: 50px;
}
#QualificationsLeft p,#QualificationsRight p{
	font-size: 12px;
	color: #626262;
}

/*ses*/
.service #introduction,.service #feature{
	width: auto;
	padding:18px 0 8px 0;
}
.service #feature dl{
	width: 100%;
}
.service #feature dl:nth-child(2){
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;;
	border-top: 0;
	border-bottom: 0;

}
/*ict*/
.ict-top{
	width: 100%;
	min-height: 500px;
	text-align: center;
}
.ict-top .item{
	width: 90%;
	height: auto;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	margin: 15px auto;
}
.ict-top .item img{
	margin: 0 auto;
	width: 154px;
	margin-left: 45px;
}
.ict-top .item h2{
	padding: 0!important;
	float: right;
	font-size: 14px!important;
	color: #333!important;
	margin-top:10px;
}
.ict-top .item p{
	text-align: left;
	font-size: 12px;
	display: inline-block;
}
/*adv*/
.service #adv{
	width: auto;
	padding: 20px;
	border-top: 1px solid #ccc;
}
.service #adv dl{
	width: 100%
}
.adv_top_sp{
	margin-top: 0!important;
}
.service #adv dl+dl{
	border-left:1px solid #cacaca!important;
	border-right:1px solid #cacaca;;
	border-top: 0;

}
/*jobpush*/
.jobpush .item01, .jobpush .item03{
	margin: 0 -10px;
}
.jobpush .item01 .itemInfo + img, .jobpush .item03 .itemInfo + img{
	width: 90%;
}
.jobpush ,.jobpush #introduction,.jobpush #feature{
    width: auto;
}
.jobpush .info .app{
	width: 80%;
	margin-left: 10%;
}
.jobpush .info .jpinfo{
	width: 87%;
    margin-right: 2%;
    padding: 11px;
    margin-top: 10px;
}

.jobpush .item .itemInfo .title{
	left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.jobpush .item .itemInfo .title img{
	width: 50px;
	height: 50px;
	float: none;
}
.jobpush .item .itemInfo .title .top{
	background-color: transparent;
    font-size: 16px;
    position: absolute;
    top: 10px;
}
.jobpush .item .itemInfo .title .bt{
	position: static;
	background-color: transparent;
	color: #333;
}
.jobpush .item02 .imgl, .jobpush .item02 .imgr,.jobpush .item04 .jobpushJp,.jobpush .item04 .jobpushCo{
	width: 100%;
}
.jobpush .item04 .jobpushJp{
	margin-bottom: 15px;
}
.jobpush .item .itemInfo{
	padding: 5px;
	border: none;
	padding-top: 70px;
}
.jobpush .item .itemInfo p.text{
	padding-left:0px;
}
.jobpush .tip01,.jobpush .tip03{
	width: 63%
}
.jobpush .tip02,.jobpush .tip04{
	width: 50%
}
.jobpush .jobpush_title{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin: 0
}
.jobpush .item01, .jobpush .item02, .jobpush .item03{
	padding-left: 0;
	padding-right: 0;
}
.iseiq-tel,.iseiq-email{
	display: block;
}
.gekkyubintop ul li{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.gekkyubintop ul li p{
	font-size: 12px;
}
.gekkyubinfiimgr{
	text-align: center;
}
.gekkyubinfimg{
	float: left;
}
.gekkyubinftl,.gekkyubinftr{
	display: inline-block;
	width: 100%;
}
.gekkyubinftl p,.gekkyubinftr p{
	font-size: 13px;
}
.gekkyubinftl h4,.gekkyubinftr h4{
	border-bottom: 1px solid #515151
}
.gekkyubinftr{
	float: right;
}
.pluginsItemBox{
	padding: 50px 20px 10px 20px;
	background-color: #e8e8e8;
}
.pluginsItemBox .item{
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.plugins-top-img{
	margin-bottom: 10px;
}
.plugins #introduction {
	padding:18px 0 8px 0;
    margin: 0 auto;
    width: auto;
    text-align: left;
}
.plugins #feature {
    border-top: solid 3px #8faadc;
    margin: 0 auto;
    margin-bottom: 15px;
    width: auto;
}

.plugins #feature h2 {
    text-align: center;
    padding: 50px 0 50px 0;
    color: #db2222;
    font-size: 24px;
}
.pluginsItemBox2{
padding: 20px;
}
.pluginsItemBox2 img{
  width: 240px;
}
.pluginsItemBox2 .item{
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.pluginsItemBox2 .item:last-child{
	margin-right: 0
}
.pluginsItemBox2 .item p{
	line-height: 1.4!important;
	margin-top: 10px;
}
.pluginsfi{
	text-align: center;
}
.plugins .plugins-top-text ul{
	list-style: disc;
	padding-left: 20px;
}

/*yfc_nav*/
.yfc_nav{
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}
.yfc_nav ul li{
	height: 50px;
	padding-left: 80px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ddd;

}	
.yfc_nav ul li a{
	display: block;
    float: left;
    width: 100%;
}
.yfc_nav ul li img{
	position: absolute;
	left: 0;
	top: 0;
	height:50px!important;
	width: 70px;
	margin-right: 10px;
	box-shadow: 0px 1px 4px #aaaaae;
}
.yfc_nav ul li p{
	color: #333;
	font-size: 12px;
	height: 50px;
	padding-right: 10px;
	line-height: 1.4;
	vertical-align: middle;
    display: table-cell;
    word-wrap:break-word 
}

.yfc_nav_box{
	padding: 0
}
.globalImgItem{
	width: 100%;
	height: 200px;
	float: left;
	text-align: center;
	margin-bottom: 15px;

}
.globalImgItem:first-child{
	margin-top: 10px;
}
.globalImgItem p{
	font-size: 14px;
	margin-top: 5px;

}
.globalImgItem img{
	width: 260px;
}
.globalText{
	padding: 15px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.globalTitle{
	padding: 15px 10px;
	margin-bottom: 20px;
}
.shareBox{
	display: none!important;
	top: 30px;
	right: 5px!important;
}
.shareBox a{
	font-size: 12px;

}
.policy{
	width: 100%!important;
}
.spTitle{
	font-size: 1.0rem !important;
	background-color: #EEE;
	padding: 3px 10px;
	margin: -2px 0 0 0 !important;
}
.service #feature h2{
	font-size: 16px;
	padding: 10px 0;
}
#introduction{
	padding: 5px!important;
}
#introduction p{
	font-size: 1.4rem;
}
.service #feature{
	border-top: 1px solid #ccc;
	padding: 5px;
}
.service #feature dl dt{
	padding: 10px 0 0 0;
}
.service #feature dl dd{
	padding: 0 10px 10px 10px;
}
.service #feature h2{
	font-size: 1.4rem;
}
.ses_title_sp{
	font-size: 1.3rem;
}
.ses_img_sp{
	height: auto!important;
}
.fz12{
	font-size: 12px!important;
}

.menu-container .content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.menu-container {
	background: #373a47;
}

.menu-container .content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.menu-container .content {
	position: relative;
	background: #b4bad2;
	height: 100%;
}

.menu-container .content::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

/* Menu Button */
.menu-container .menu-button {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	font-size: 1.5em;
	color: #373a47;
	background: transparent;
}

.menu-container .menu-button span {
	display: none;
}

.menu-container .menu-button:hover {
	opacity: 0.6;
}

/* Menu */
.menu-container .menu-wrap {
	position: fixed;
	z-index: 999;
	background: #ebedf4;
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	width: 0;
	height: 0;
	font-size: 1.5em;
	bottom: 1em;
	left: 1em;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

@media screen and (max-width: 50em) {
	.menu-container .menu-button {
		margin: 0.25em;
	}
	.menu-container .menu-wrap {
		bottom: 0.25em;
		left: 0.25em;
	}
}

.menu-container .menu {
	height: 100%;
	opacity: 0;
	font-size: 12px;
	color: #64697d;
	text-align: right;
}

.menu-container .profile {
	display: inline-block;
	line-height: 42px;
	font-weight: 700;
	padding: 1em;
}

.menu-container .profile img {
	float: right;
	border-radius: 50%;
	margin-left: 10px;
}

.menu-container .link-list {
	padding: 1.35em 0;
	margin: 0 0.75em;
	border-bottom: 1px solid rgba(125,129,148,0.2);
}

.menu-container .link-list a {
	display: block;
	margin: 0.25em 0;
	color: #7d8194;
	padding:0px 0.5em;
}
.menu-container .link-list a.on{
	color: #2c2cfc
}
.menu-container .link-list a:hover,
.menu-container .link-list a:focus {
	color: #64697d;
}
.menu-container .link-list a.on:hover,
.menu-container .link-list a.on:focus{
	color: #2c2cfc
}
.menu-container .link-list a span {
	margin-left: 10px;
	font-weight: 400;
	vertical-align: middle;
}

.menu-container .icon-list {
	position: absolute;
	right: 1em;
	bottom: 0.9em;
}

.menu-container .icon-list a {
	font-size: 1.5em;
	margin-left: 0.25em;
	color: rgba(125,129,148,0.5);
}

/* Shown menu */
.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.show-menu .menu-wrap {
	width: 250px;
	
	-webkit-animation: anim-jelly 0.8s linear forwards;
	animation: anim-jelly 0.8s linear forwards;
}

.show-menu .menu {
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

/* Generated with Bounce.js. Edit at http://goo.gl/PJ93gs */

@-webkit-keyframes anim-jelly { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.333333% { -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.666667% { -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.333333% { -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% { -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20% { -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.333333% { -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.666667% { -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  30% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% { -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.666667% { -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  40% { -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.333333% { -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  46.666667% { -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  53.333333% { -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.666667% { -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60% { -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.333333% { -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% { -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.333333% { -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.666667% { -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80% { -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% { -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  86.666667% { -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.333333% { -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96.666667% { -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);} 
}

@keyframes anim-jelly { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.333333% { -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.666667% { -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.333333% { -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% { -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20% { -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.333333% { -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.666667% { -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  30% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% { -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.666667% { -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  40% { -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.333333% { -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  46.666667% { -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  53.333333% { -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.666667% { -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60% { -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.333333% { -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% { -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.333333% { -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.666667% { -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80% { -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% { -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  86.666667% { -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.333333% { -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96.666667% { -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);} 
}
.vision_sp{
	width: 40%!important;
}
.profile_sp *,.history_sp *,.contactBox *,.news_sp *{
	font-size: 1.2rem!important
}
#feature{
	border-top: 1px solid #ccc!important;
}
.service #adv dl dt{
	padding:10px 0;
}
.service #adv dl dd{
	padding: 10px 30px;
}
.service #adv dl{
	min-height: 390px;
}
.fontSize12{
	font-size: 1.2rem!important;
}
.fontSize13{
	font-size: 1.3rem!important;
}
.fontSize14{
	font-size: 1.4rem!important;
}
.fontSize16{
	font-size: 1.6rem!important;
}
.heightAuto{
	height: auto!important;
}
.webmail{
	width: 100%!important;
	float: left!important;
	background: unset!important;
	text-align: center!important;
	
}
.webmail a{
	color: #ccc;
}
.webmail a:focus{
	outline: none;
}
#orgRightMore{
    position: absolute;
    top: 10%;
    right: 5px;
    -webkit-animation:rightmore 2s ease infinite;
-moz-animation:rightmore 2s ease infinite;
}
@-webkit-keyframes rightmore{
0%,100%{-webkit-transform:translateX(0);}
10%,30%,50%,70%, 90%{-webkit-transform:translateX(-8px);}
20%,40%,60%,80%{-webkit-transform:translateX(0);}
}
@-moz-keyframes rightmore{
0%,100%{-moz-transform:translateX(0);}
10%,30%,50%,70%, 90%{-moz-transform:translateX(-8px);}
20%,40%,60%,80%{-moz-transform:translateX(0);}
}
.com_contribution_img{
	margin-bottom: 10px;
}
.c-message{
	height: auto;
	line-height: 1.7;
	right: 10%;
    left: 10%;
    margin-left: 0!important
}
.c-message--icon{
	height: 100%

}.contribution {
	//display: flex
}
.contribution .contribution_title {
    flex: 0 0 100%;
    font-weight: normal;
    font-size: medium;
    padding-left: 28px;
    background-size: 15px 15px;
    background-image: url(../images/contentgrp_mark.png);
    background-repeat: no-repeat;
    background-position: 11px 4px;
    margin-top: 10px;
}
.contribution .contribution_body {
	flex: 0 0 100%;
    padding: 12px;
    text-align: center;
}

.contribution .contribution_body img {
	width: 256px;
	height: 160px!important;
}
