@charset "utf-8";

/*--------------------------------------
	1.共通部分
	2.HOME
	3.会社概要
	4.技術・サービス
	5.業務実績
	6.対外活動
	7.採用情報
	8.お知らせ
  9.お問い合わせ
  10.検索結果
  11.IEバグFIX

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

/*--------------------------------------
	1.共通部分
--------------------------------------*/
body{
	font-family:"Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

/* デバイス制御 */
@media (min-width: 768px) {
	.spOnly {
		display: none!important;
	}
}
@media (max-width: 767px) {
	.pcOnly {
		display: none!important;
	}
}

/*a-blog cmsのクリア*/
.acms-entry .entry-container, .acms-entry dl, .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6, .acms-entry p {
	margin-right: 0;
	margin-left: 0;
}
/*768px以上*/
@media (min-width: 768px) {
.acms-entry .column-image-left,
.acms-entry .column-video-left {
	padding-left: 0;
}
.acms-entry .column-image-right,
.acms-entry .column-video-right {
	padding-right: 0;
}
.acms-entry .column-image-auto,
.acms-entry .column-image-center,
.acms-entry .column-video-auto,
.acms-entry .column-video-center {
	padding-right: 0;
	padding-left: 0;
}
/*画像キャプションの調整*/
.acms-col-sm-4 p.caption {
	max-width: 300px;
}
.acms-col-sm-3 p.caption {
	max-width: 230px;
}
}
/**/
.column-file-auto, .column-file-auto+.caption {
  margin-left: 0;
  margin-bottom: 5px;
  text-indent: -1.5em;
  padding-left: 2.5em;
}

.entry-column dl {
  margin-bottom: 10px;
}

.entry-column dd {
  margin-bottom: 0;
}
.nav-contact-child,
.entry-column ul.normal{
  list-style: none;
  padding: 0 0 0 10px;
}
.entry-column ul.normal li {
padding-left: 1em;
 position: relative;
}

.entry-column ul.normal li:before {
  font-family: FontAwesome;
  content: '\f111';
  font-size: 10px;
   width: 1em;
 height: 1em;
 position: absolute;
 left: 0;
 top: 0.3em;
  
}

h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	line-height: 1.6;
}
p {
	margin: 0 0 10px 0;
}
.entry-column p.nomargin { margin-bottom: 0;}
.entry-column p.nomarginLeftmargin30 { margin-bottom: 5px; margin-left: 31px; margin-top: 5px; color: #000; }

/**/

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

.list-indent_entry {
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}
.list-indent_entry li {
	width: 100%;
	position: relative;
	padding: 0 0 0 3em;
	margin: 10px 0!important;
	box-sizing: border-box;
}
.list-indent_entry li span {
	width: 3em;
	position: absolute;
	left: 0;
	top: 0;
}

#adminBox{
	margin-bottom: 0;
}

.acms-grid, .acms-grid-r{
	margin:0;
}

.acms-container {
	width: 960px;
	padding:0;
}

.page-title-wrapper{
	height: auto;
	width: 960px;
	margin:0 auto;
	background:none;
	color: #000;
}

.page-title-wrapper a:hover {
  text-decoration: underline;
}

.page-title-filter{
	background: none;
}

.page-title-inner{
	padding:0;
	text-align: center;
	vertical-align: baseline;
	font-family:"Yu Gothic UI Regular","Yu Gothic UI","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif ;
}

.page-title{
	font-size: 32px;
	padding: 35px 0 40px 0;
	margin: 0;
	color: #036EB7;
}

.page-description{
	margin: 0 0 10px 0;
	min-height: 160px;
	font-size: 18px;
	line-height: 30px;
}

.page-title-noback .page-title{
	padding-bottom: 35px;
}

.page-title-noback .page-description{
	padding-bottom: 40px;
	min-height: auto;
}

.acms-list-group{
	border:none;
}

.section-main-img{
	width: 960px;
}

.section-main-img img{
	width: 100%;
}

/*リンク・ボタン*/
a{transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease; }
a img {transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease;}
a,a:link,a:visited,a:hover,a:active,.entry-column a:visited{
	color:#005bac;
	text-decoration: none;
}

a.link-btn-strong,
.entry-column p.link-btn-strong a{
	font-size: 16px;
	color: #fff;
	padding:5px 0;
	width: 280px;
	text-align: center;
	background:#005bac;
	display: block;
	margin:0 auto;
  text-decoration: none;
}

a.link-btn-strong:hover,
.entry-column p.link-btn-strong a:hover{
	background: #004078;
    text-decoration: none;
}

a.link-btn-strong:after,
.entry-column p.link-btn-strong a:after{
	content: "";
	height: 7px;
	width: 7px;
	display: inline-block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	left: 10px;
	bottom: 2px;
}

a.link-btn,
.entry-column p.link-btn a{
	font-size: 16px;
	color: #005bac;
	padding:5px 0;
	border:1px solid #005bac;
	width: 280px;
	text-align: center;
	display: block;
	margin:0 auto;
}

a.link-btn:hover,
.entry-column p.link-btn a:hover{
	background: #ddd;
    text-decoration: none;
}

a.link-btn:after,
.entry-column p.link-btn a:after{
	content: "";
	height: 7px;
	width: 7px;
	display: inline-block;
	border-right: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	left: 10px;
	bottom: 3px;
}

.entry-column td, .entry-column th {
	min-width: 100px; }

.entry-column h3 {
  margin: 30px 0 20px;
}

/*ヘッダー*/
.header{
	height: auto;
	width: 960px;
	font-family: "Yu Gothic UI","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
}

.header-stack .header-logo{
	display: flex;
	vertical-align: middle;
	height: 75px;
	position: relative;
	padding:0;
	align-items: center;
}

.search-form{
	position: relative;
	border:2px solid #aaa;
	width: 200px;
	float: right;
}

input[type=search].search-form-input{
	font-size: 16px;
	border:none;
	width: 200px;
	height: 30px;
	padding-right: 25px;
}

.search-btn{
	background:none;
	border:none;
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	margin:auto;
	font-size: 18px;
}

.header-stack .site-name{
	color: #333;
	font-weight: normal;
	margin:0;
}

#catch-copy{
	display: inline-block;
	color: #005bac;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px;
	height: 1.7em;
}

header .site-name p{
	display: inline-block;
	text-align: left;
	font-size: 12px;
}

.site-logo{
	width: auto;
	margin-right: 10px;
}

.topicpath {
  padding: 20px 0;
}

nav.topicpath{
	background:none;
	margin:0;
}

#header-right{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 34px;
}

#header-global,
#header-contact{
	padding:0 15px;
	height: 34px;
	background:#005bac;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	line-height: 2.1em;
	float: left;
	margin-right: 10px;
}

#header-global:hover, #header-contact:hover{
  text-decoration: none;
  background: #004078;
}

/*header IEバグ*/
@media all and (-ms-high-contrast:none){
  .header-stack .site-name{
    height: 75px;
  }
	.site-logo{
	margin-top: 10px;
	}
  
}
.top-link .swiper-wrapper .swiper-slide {
  margin-left: 0;
}

/*トピックパス*/
ol.topicpath-list{
	font-size: 13px;
	
}

ol.topicpath-list li{
	color:#666;
	font-size: 13px;
}

ol.topicpath-list a{
	text-decoration: underline;
	color:#666;
	font-size: 13px;
}

ol.topicpath-list a:hover{
	text-decoration: none;
}

.topicpath-item{
	padding: 0 10px 0 17px;
	background: url(../images/marker/icon_arrow.png) no-repeat 0 6px;
}

/*グローバルナビ*/
#nav-pc{
	display: block;
	z-index: 4;
}

#nav-pc.acms-admin-module-edit-wrapper:hover:before{
	border-bottom: none;
	bottom: 0;
}

.header-nav{
	background:#005bac;
	margin:0;
	width: 100%;
	display: block;
	height: 46px;
	border-bottom: 4px solid #004078;
	position: relative;
}

#nav-pc ul{
	width: 960px;
	margin:0 auto;
	padding: 0;
	float: none;
	display: table;
	table-layout: fixed;
	text-align: center;
}

#nav-pc ul li{
	border:none;
	margin:0;
	padding:0;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	float: none;
	position: static;
	height: 50px;
}

#nav-pc ul li a{
	border:none;
	/*border-bottom: 4px solid #004078;*/
	color: #fff;
	font-size: 18px;
	/*padding:11px;*/
	line-height: 50px;
	font-weight: bold;
	display: block;
	font-family: "Yu Gothic UI","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
}

#nav-pc ul li.hover a:after{
	content:url(../images/marker/icon_nav_arrow.png);
	position: absolute;
	bottom:-27px;
	right: 0;
	left: 0;
	z-index: 4;
}

.nav-child{
	background:#fff;
	display: none;
	position: absolute;
	z-index: 3;
	width: 100%;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	font-family: "Yu Gothic UI","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
}

.nav-child-inner{
	width: 960px;
	margin:0 auto;
	padding:20px 0 40px 0;
	position: relative;
}

#nav-story{
	background:#005bac;
	text-align: center;
	color: #fff;
	padding:10px;
	width: 200px;
	display: inline-block;
}

#nav-contact-child{
	top:-20px;
	right: 306px;
	width: 421px;
	z-index: 4;
	padding:15px;
}

a#nav-contact-quotation{
	display: block;
	padding:5px;
	border:1px solid #005bac;
	margin:15px 0;
	text-align: center;
}

a#nav-contact-quotation:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 4px;
    position: relative;
    top: -2px;
}

p#nav-contact-title{
	color: #666;
	font-weight: normal;
}

#nav-contact-child ul{
	list-style: none;
	padding: 0;
	margin:15px 0 0 0;
}
#nav-contact-child .acms-col-6 a {
	display: block;
	box-sizing: border-box;
	height: 35px;
	margin: 0 0 20px;
}

#nav-contact-child ul li{
	float: left;
}

#nav-contact-child ul li a{
	color: #000;
	font-size: 12px;
	width: 105px;
	display: block;
	/*padding-bottom: 5px;*/
}
#nav-contact-child ul li:last-child a{
	width: 110px;
}
#nav-contact-child ul li a:hover {
	text-decoration: none;
  color: #004078;
}

#nav-contact-child ul li a:before{
	content: "・"
}

#nav-pc ul li a.stay{
	color:#ffea00;
	background:#004078;
	/*font-family: "Yu Gothic UI";*/
	font-size: 18px;
}

#nav-pc ul li.hover a,
#nav-pc ul li:hover a{
	border:none;
	color:#ffea00;
	background:#041233;
	display: block;
	text-decoration: none;
	/*border-bottom: 4px solid #041233;*/
	position: relative;
}

.nav-child-title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	border-bottom:1px solid #bbb;
}

.nav-child-title a{
	color:#193b88;
}

.nav-child-title a:hover{
	margin-left: 10px;
}

.nav-child-title a:after{
	content: "";
	height: 7px;
	width: 7px;
	display: inline-block;
	border-right: 1px solid #193b88;
	border-bottom: 1px solid #193b88;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	position: relative;
	left: 10px;
	bottom: 3px;
}

.nav-child-left{
	float: left;
	width:300px;
}

.nav-child-right{
	overflow: hidden;
}


.nav-child-title a:hover {
	text-decoration: none;
	color: #000;
}


ul.nav-child-list{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count: 2;
	padding:0;
	margin:0;
	display: inline-block;
}

ul.nav-child-list li{
	list-style-type: none;
	width: 305px;
	font-size: 16px;
}

ul.nav-child-list li a{
	color: #000;
	display: block;
}

ul.nav-child-list li a:hover{
	color:#193b88;
	padding-left: 7px;
	color: #193b88;
	text-decoration: none;
	position: relative;
}


ul.nav-child-list li a i{
	padding-right: 8px;
}

#nav-child-office-inner{
	display: inline-block;
	vertical-align: top;
}

a#nav-child-office{
	font-size: 16px;
	display: block;
	color: #000;
}

a#nav-child-office:hover{
	color:#193b88;
	padding-left: 15px;
	color: #193b88;
	text-decoration: none;
	position: relative;
}

a#nav-child-office i{
	padding-right: 8px;
}

#nav-aboutus-child ul.nav-child-list{
	width: 650px;
}

#nav-child-office-inner ul#office-list{
	-moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    width: 250px;
}

ul#office-list li{
	font-size: 12px;
	width: 100px;
}
ul#office-list li:last-child{
	font-size: 12px;
	width: 120px;
}

ul#office-list li a:before{
	content: "・";
}

#contact-child-btnbox{
/*
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
*/
}

a.nav-contact-btn{
	display: block;
	/*font-family: "Yu Gothic UI Regular";*/
	font-size: 14px;
	/*width: 200px;*/
	background:#005bac;
	color: #fff;
	font-weight: normal;
	/*display: inline-block; */
	text-align: center;
}

a.nav-contact-btn2{
	/*font-family: "Yu Gothic UI Regular";*/
	font-size: 14px;
	/*width: 207px;*/
	background:#005bac;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	text-align: center;
}

/*
a.nav-contact-btn,
a.nav-contact-btn2{
	width: 48.3%;
}
*/

a.nav-contact-btn:after, a.nav-contact-btn2:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 0px;
    position: relative;
    top: -2px;
}

a.nav-contact-btn i, a.nav-contact-btn2 i{
	margin-right: 3px;
	padding: 13px 0;
}


/*
a.nav-contact-btn:first-child{
	margin-right: 15px;
}
*/

/*フッター*/
footer.foot-wrapper{
	background:#004078;
	padding-bottom: 0;
	margin-top:100px;
}

footer.foot-wrapper #nav-pc{
	width: auto;
}
footer.foot-wrapper #nav-pc>ul{
	float: none;
}

footer.foot-wrapper #nav-pc>ul li a{
	color: #fff;
}

#footer-nav{
	display: inline-block;
	float: left;
}

#footer-nav ul li.c_1{
	float: left;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}

#footer-nav ul li.c_1 > span{
	margin-right: 60px;
}

#footer-nav ul li.c_1:last-child span{
	margin:0;
}

#footer-nav ul li span{
	margin-right: 15px;
}

#footer-nav ul li a{
	color: #fff;
}

#footer-nav ul li a:hover{
	text-decoration: underline;
}

#footer-nav ul li ul li{
	float: none;
	color: #b8deff;
	font-size: 12px;
	line-height: 1.4;
}

#footer-nav-right-wrapper{
	width: 160px;
	float: right;
}

#footer-nav ul li ul li a{
	color: #b8deff;
}

ul.footer-nav-right{
	list-style: none;
	padding:0;
}

ul.footer-nav-right li, ul.footer-nav-right li a{
	color:#fff;
}

ul.footer-nav-right li a:hover{
	text-decoration: underline;
}

.company-about{
	text-align: center;
	margin : 10px auto 0 auto;
	font-size: 12px;
}
.company-about img{
	margin:0 auto;
}

.copyright{
	background:#000;
	padding:14px 0;
}

p.copyright-text{
	line-height: 1em;
	font-size: 11px;
}

.company-about a, .company-about a:link, .company-about a:visited {
	color: #fff;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
.company-about a:hover {
	text-decoration: none;
}
.beforenewwindow a:before {
	content: "\f08e";
	font-family: FontAwesome;
	color: #b8deff;
}

.scrollTo{
	width: 80px;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 0;
	z-index: 999;
}

.scrollTo img{
	width: 100%;
}

/*見出し*/
.section-title-strong{
	background:#005bac;
	padding: 10px 0 10px 15px;
	color:#fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 24px;
	line-height: 1.6em;
  margin: 0 0 30px 0; 
	
}

.section-title{
	background: #ddd;
	padding: 10px 0 10px 15px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 24px;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 20px;
}

#entry-title{
	padding: 0 0 30px 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction:row;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;

}

#entry-title #entry-category{
	background:#005bac;
	color: #fff;
	width: 50px;
	height: 50px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center; 
	-moz-align-items: center; 
	-webkit-align-items: center; 
	font-size: 12px;
  line-height: 1.2;	
	padding:0 2px;
	margin:0;
	word-break: break-word;
}

#entry-title h2{
	padding: 0 0 0 10px;
	font-size: 26px;
	line-height: 1.7em;
}

#entry-description{
	min-height: auto;
	margin-bottom: 50px;
}

/*一覧ページ共通パーツ*/
.content-list-main a:hover {
	text-decoration: none;
}
.content-list-main p a:hover {
	text-decoration: underline;
}
.content-list-main ul{
	padding:0;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.content-list-main ul li:nth-child(even){
	padding-right: 0;
}

.content-list-main ul li{
	float: left;
	list-style-type: none;
	padding-right: 30px;
}

.content-list-main ul li .content-img,
.content-list-main ul li p{
	width: 380px;
	margin-left: 42px;
	margin-right: 42px;
}

.content-img{
	font-size: 0;
	margin-bottom: 10px;
}

.content-img img{
	width: 100%;
}

/*第二階層　会社情報画像hoverアニメーション　大きいもの*/
.content-list-main ul li a .content-img {
  height: 220px;
  width: 380px;
overflow: hidden;

}
/*768px以下*/
@media (max-width: 767px) {
 /* #top-services ul li a .imgbox { タブレットSPは削除？
  width: 100%;
  height: 100px;
overflow: hidden;*/
}
}

.content-list-main ul li a .content-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.content-list-main ul li a:hover .content-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/**/

/*第二階層　会社情報画像hoverアニメーション　小さいもの*/
#aboutus-list ul li a .content-img {
  height: 173px;
  width: 300px;
overflow: hidden;

}
/*768px以下*/
@media (max-width: 767px) {
 /* #top-services ul li a .imgbox { タブレットSPは削除？
  width: 100%;
  height: 100px;
overflow: hidden;*/
}
}

#aboutus-list ul li a .content-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#aboutus-list ul li a:hover .content-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/**/

.content-title{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
		transition: all 300ms 0s ease; 
	-webkit-transition: all 300ms 0s ease;
	margin: 0 0 10px 0;
}

a:hover .content-title{
	color:#000;
}

.content-copy{
	font-weight: bold;
	color: #000;
	text-align: center;
	margin:0 0 16px 0;
	font-size: 16px;
	line-height: 1.4;
}

.content-text{
	color: #666;
	text-align:center;
	margin:0;
	padding: 0;
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	flex-grow:1;
	line-height: 1.4;
}

ul.list-pager{
	list-style: none;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
	
	font-size: 14px;
	color:#005bac;
	margin-top:20px;
}

ul.list-pager li{
	margin-left: 10px;
}

ul.list-pager li:first-child{
	margin-left: 0;
}

ul.list-pager li.cur{
	border:1px solid #bbb;
}

ul.list-pager li{
	border:1px solid #005bac;
}

ul.list-pager li a{
	height: 30px;
	width: 30px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
}

ul.list-pager li a:hover {
  background: #ddd;
}

ul.list-pager li span{
	height: 30px;
	width: 30px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	background:#bbb;
}

ul.list-pager li.list-pager-prev a,
ul.list-pager li.list-pager-next a{
	width: 90px;
}

ul.list-pager li.list-pager-prev a:before{
	content: "";
	height: 7px;
	width: 7px;
	margin-left: 4px;
	display: inline-block;
	border-right: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: relative;
	bottom: -1px;
	right: 16px;
}

ul.list-pager li.list-pager-next a:after{
	content: "";
	height: 7px;
	width: 7px;
	margin-left: 4px;
	display: inline-block;
	border-right: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	bottom: -1px;
   	left: 16px;
}


/*エントリー共通パーツ*/
.entry{
	border:none;
	font-size: 16px;
}

.entry-column .caption{
	font-size: 16px;
	margin: 20px 0;
	margin-left: -0.5em;
	text-align: center;
}

.entry-column h3{
	
	background: #ddd;
	padding: 10px 0 10px 15px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
}


.entry-column h4{
	
	font-size: 20px;
	border-bottom: 1px solid #333;
	padding-bottom:5px;
}

.entry-column h5{
	font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}

.entry-column a.unit-file{
	color: #000;
}

.entry-category{
	background: #005bac;
	color: #fff;
	padding:10px;
	margin:0;
	float: left;
}

.title-category{
	font-size: 12px;
	margin:0 0 -20px 0;
}

ul.list-tag{
	list-style: none;
	clear:both;
	padding:0;
}

ul.list-tag:after{
	content: "";
 	clear: both;
 	display: block;
}

ul.list-tag li{
	float: left;
	height: 30px;
	padding:0 10px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background: #bbb;
    margin-right: 10px;
}

ul.link-tag{
	list-style:none;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap:wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding:0;
	margin:0 auto 30px auto;
	font-size: 0;
}

ul.link-tag li{
	float: left;
	margin: 0 5px 10px 5px;
}

ul.link-tag li a{
	
	font-size: 14px;
	color: #005bac;
	border:1px solid #005bac;
	display: block;
	padding:5px 15px;
	text-align: center;
	
}

ul.link-tag li a:after{
	content: "";
	height: 7px;
	width: 7px;
	margin-left: 4px;
	display: inline-block;
	border-right: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -1px;
}

ul.link-tag li a:hover{
background: #ddd;
text-decoration: none;
}

ul.link-tag li a span{
	margin-right: 2px;
}

i.fa-file-word-o{
	color: #285395;
}

i.fa-file-pdf-o{
	color: #ff0000;
}

i.fa-file-pdf-o:before{
	background: url(../images/marker/icon-file-back.png) no-repeat;
}

i.fa-file-powerpoint-o{
	color: #d04727;
}

i.fa-file-o{
	color: #7135a4;
}

i.fa-file-excel-o{
	color: #207347;
}

i.fa-file-archive-o{
	color: #000;
}

.column-file-left,
.column-file-right{
	margin:0 0 5px 0;
}

.column-file-center{
	margin: 0;
}

.entry-column tr:nth-child(odd){
	background: none;
}

.gray-box{
	background: #eee;
	padding:15px !important;
	margin-bottom: 30px;
}

.entry-column table{
	border-bottom: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
}

.entry-column td, .entry-column th {
  padding: 12px 20px;
    border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.entry-column tbody{
	border:none;
}

/*--------------------------------------
	2.HOME
--------------------------------------*/
body#top{
/*	background:url(../images/back_top.png) no-repeat center 820px;*/
}

.top-content{
	margin-bottom: 70px;
}

#top-project{
	background:url(../images/president-message-icon.png) no-repeat right 15px bottom 15px,linear-gradient(150deg, #fff 0%, #9bbeff 100%);
	min-height: 350px;
	padding: 20px;
	width: 225px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
}

#top-project-title{
	display: none;
}

#top-project img{
	position: absolute;
	bottom:-15px;
	left:-5px;
}

#top-project-inner{
	padding:0;
	position: relative;
}

#top-project-inner .top-project-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #0059AF;
	margin: 0 0 20px;
}

#top-project-inner p{
	margin:0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

#top-project-inner a{
	width: 100%;
	display: inline-block;
	text-align: left;
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: bold;
}

#top-project-inner a:hover{
	text-decoration: underline;
}

/*スライダー*/

#top-slider{
	margin-bottom: 50px;
}

.swiper-container .swiper-wrapper{
	width: 960px;
}

#slider-side{
	width: 960px;
	margin:0 auto;
	position: relative;
}

#slider-side img{
	
}

#top-slider .slider-button-next{
	width: 50px;
	position: absolute;
	top:115px;
	right: auto;
	left: 960px;
	z-index: 3;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

#top-slider .slider-button-prev{
	width: 50px;
	position: absolute;
	top:115px;
	right: 960px;
	left: auto;
	z-index: 3;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

/* インデックス　グループバナー */
.top-banner-group {
	margin: 20px 0;
}
.top-banner-group .top-banner-group-list {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.top-banner-group .top-banner-group-list li {
	width: calc((100% - 80px) / 5);
	margin: 0 20px 20px 0;
	list-style: none;
	padding: 0;
	float: left;
	transition: .5s;
}
.top-banner-group .top-banner-group-list li:nth-child(5n) {
	margin: 0 0 20px 0;
}
.top-banner-group .top-banner-group-list li:hover {
	opacity: 0.5;
}
.top-banner-group .top-banner-group-list li img {
	width: 100%;
}

/*インデックス　ページヤー*/
.slider-arrow-back{
  fill:#005bac;
  transition :all 0.3s;
  -webkit-transition: all 0.3s;
}
.slider-arrow-line{
  fill:none;
  stroke:#fff;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.42px;
}

#top-slider .slider-button-prev:hover .slider-arrow-back, #top-slider .slider-button-next:hover .slider-arrow-back {
  fill:#004078;
}
#top-slider .slider-button-prev:hover .slider-arrow-line, #top-slider .slider-button-next:hover .slider-arrow-line {
  stroke:#ff0;
}
.link-button-prev, .link-button-next {
    cursor: pointer;
}

#slider-side:before{
	content: "";
	background:rgba(255,255,255,.6);
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	height: 330px;
	width: 960px;
	right: 960px;
	top: 0;
	z-index: 2;
}

#slider-side:after{
	content: "";
	background:rgba(255,255,255,.6);
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	height: 330px;
	width: 960px;
   	left: 960px;
	top: 0;
	z-index: 2;
}

#top-slider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background:#fff;
	border:3px solid #666;

}

#top-slider .swiper-pagination-bullet-active{
	background: #ffea00;
}

#top-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 12.5px;
}
/*IEでずれる*/
@media all and (-ms-high-contrast:none){
  #top-slider .slider-button-prev, #top-slider .slider-button-next {
    top: 90px;
  }
}

/*お知らせ*/
.top-news{
	width: 705px;
	float: left;
	margin-right: 30px;
}

#top-news-header{
	background: #ddd;
	padding: 10px 0 10px 15px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
  margin: 0 0 30px 0;
}

#top-news-header h2{
	font-size: 24px;
	display: inline-block;
	line-height: 1em;
	margin:0;
}

#top-news-header a{
	float: right;
	padding-right: 15px;
	color: #005bac;
	font-weight: bold;
	position: relative;
	top:2px;
}

#top-news-body{
	border-top:1px solid #bbb;
	margin-top:14px;
}

.headline-item a{
	margin-left: 0;
}

dl.acms-dl-horizontal.headline-item{
	margin:0;
	padding:15px 10px;
	border-bottom: 1px solid #bbb;
}

dl.acms-dl-horizontal.headline-item dd{
	padding-left: 200px;
}

.headline-item dt{
	width: 245px;
}

.news-label{
	width: 95px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	background:#0181b0;
	color: #fff;
	margin: 0 15px;
}

.news-label.news-press{
	background: #ff7100;
}
.news-label.news-column{
	background: #489037;
}

#top-news-header a:hover {
  margin-right: -10px;
}
#top-news-header a:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*技術・サービス*/

#top-services ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#top-services ul li{
	background: #fff;
	width: 176px;
	float: left;
	margin:0 20px 20px 0;
  transition: all 300ms 0s ease;
  -webkit-transition: all 300ms 0s ease;
}

#top-services ul li:nth-child(5n){
	margin-right: 0;
}

#top-services ul li a{
	color: #000;
	margin-bottom:10px;
	display: block;
	height: 100%;
	padding: 5px 0;
	box-sizing: border-box;
}

#top-services ul li a:hover {
  text-decoration: none;
  color: #005bac;
}

a.notActiveContents{
	pointer-events: none;
	color: #bbb;
	display: block;
}
a.notActiveContents img {
	opacity: 0.8;
}
.nav-child-list li a.notActiveContents {
	color: #bbb!important;
}

#top-services ul li:hover {
  background: #e7f4ff;
}

.top-service-list img{
	width: 100%;
	border-radius: 50%;
}


.top-service-list p.top-service-title{
	text-align: center;
	font-size: 18px;
	margin:10px 5px;
	font-weight: bold;
}

.top-service-list p.top-service-title + p{
	margin:0 15px;
	font-size: 14px;
}

/*インデックス　技術・サービス画像hoverアニメーション*/
#top-services ul li a .imgbox {
  width: 120px;
  height: 120px;
	overflow: hidden;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
}
/*768px以下*/
@media (max-width: 767px) {
  #top-services ul li a .imgbox {
  	width: 90%;
	overflow: hidden;
}
#top-services ul li a{
	padding: 5px;
	box-sizing: border-box;
}
}

#top-services ul li a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#top-services ul li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/*技術・サービスのサービス*/

#top-service-new{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#top-service-new a:first-child{
	margin:0;
}

#top-service-new a{
	display: inline-block;
  text-decoration: none;
	float: left;
	border:1px solid #ccc;
	width: 223px;
	margin-left: 20px;
	background:#fff;
}

#top-service-new dl{
	display:block;
	margin:0;
	padding:15px;
}

#top-service-new dl dt{
	width: 52px;
	height: 52px;
	vertical-align: middle;
}

#top-service-new dl dt img{
	width: 100%;
	height: 100%;
}

#top-service-new dl dd{
	padding-left: 10px;
	margin:0;
	text-align: center;
	color: #000;
	font-size: 18px;
	display: table-cell;
	height: 52px;
	width: 130px;
	vertical-align: middle;
}

#top-service-new a dl dd {
  color: #000;
}

#top-service-new a:hover dl dd {
  color: #005bac;
}


/*IEだけ下空いているので*/
@media all and (-ms-high-contrast:none){
#top-service-new dl {
  padding: 15px 15px 5px 15px;
}
}

/*アニメーション*/

#top-service-new .button {
  border: 1px solid #ddd;
  padding: 0;
  position: relative;
  
}
.top-recommend dd ul li:before {
      margin-right: 5px;
}

/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #4baaff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change-border01::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}



/*リンク集*/
.top-link{
	position: relative;
}

.top-link-inner{
	overflow: hidden;
}

.top-link .swiper-wrapper .swiper-slide{
	width: auto;
	width: 225px;
}

.top-link .swiper-wrapper .swiper-slide img{
	width: 100%;
}

.top-link .swiper-wrapper .swiper-slide a:hover img {
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.link-button-prev{
	width: 24px;
	position: absolute;
	left: -34px;
	top:15px;
	bottom: 0;
	margin:auto;
	z-index: 1;
}

.link-button-next{
	width: 24px;
	position: absolute;
	right: -34px;
	top:15px;
	bottom: 0;
	margin:auto;
	z-index: 1;
}
.bottom-slider, .bottom-slider {
  stroke:#bbb;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.5px;
  transition-duration:0.3s;
}

.link-button-prev:hover .bottom-slider, .link-button-next:hover .bottom-slider {
  stroke:#004078;
}

/*おすすめコンテンツ*/
div.osusume {
	margin: 0 -5px;
  padding-top: 10px;
}

dl.top-recommend{
	float: left;
	width: 313px;
	margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 0 5px;
}

dl.top-recommend:first-child,
dl.top-recommend:nth-child(1 + 3n){
	margin-right: 0;
}

dl.top-recommend dt{
	width: 90px;
  height: 90px;
}

dl.top-recommend dt img{
	width: 100%;
}

dl.top-recommend dd{
	padding-left: 75px;
	font-size: 13px;
	line-height: 1.4;
	margin-left: 0;
	padding-left: 100px;
}

.top-recommend h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.top-recommend h6 a{
	position: relative; 
	padding : 0 2em 0 0;
}

.top-recommend h6 a:after{
	content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    border-right: 2px solid #005bac;
    border-bottom: 2px solid #005bac;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	position : relative;
	top : 0px;
	right : 0px;
  transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease;
}

.top-recommend h6 a:hover {
	text-decoration: none;
  margin-left: 10px;
}

.top-recommend dd ul{
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}

.top-recommend dd ul li:before{
	content: "\f111";
	font-family: FontAwesome;
	color: #000;
	font-size: 8px;
	margin-right: 10px;
}
.top-recommend ul.linkList li{
  list-style: none;
}
.top-recommend ul.linkList li:before {
  font-family: FontAwesome;
	content : "\f138";
  margin: 0 5px 0 0;
  display: inline-block;
    transition: all 300ms 0s ease;
  -webkit-transition: all 300ms 0s ease;
}

.top-recommend ul.linkList li:hover:before {
  margin: 0 5px 0 10px;
}



/*--------------------------------------
	3.会社情報
--------------------------------------*/
#aboutus-list a {
	text-decoration: none;
	}
#aboutus-list ul{
	padding:0;
	margin-top:60px;
}

#aboutus-list ul li{
	list-style-type: none;
	margin-bottom: 35px;
	width: 300px;
	float: left;
	margin-right: 30px;
}

#aboutus-list ul li:nth-child(3n){
	margin-right: 0;
}

#aboutus-list ul li .content-title{
	line-height: 1em;
	font-size: 20px;
	margin:12px 0;
}

#aboutus-list ul li img,
#aboutus-list-main ul li img{
	width: 100%
}

#about-office-list{
	border:1px solid #a7a7aa;
	background: url(../images/back_office_list.png) no-repeat 28px center;
	padding:20px 0 20px 215px;
	position: relative;
}

#about-office-list h3{
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 60px;	
	margin: 0;
}

#about-office-list h3 a{
	color: #000;
	font-weight: normal;
	color: #193b88;
}

#about-office-list h3 a:hover{
	text-decoration: none;
	color: #000;
}

#about-office-list #office-list-head{
	width: 170px;
	float: left;
}

#about-office-list #office-list-head a{
	color: #000;
	font-size: 16px;
}

#about-office-list #office-list-head a:hover{
	color: #193b88;
	padding-left: 15px;
	color: #193b88;
	text-decoration: none;
	position: relative;
}

#about-office-list #office-list-head a i{
	padding-right: 8px;
}

#about-office-list p{
	font-size: 12px;
	margin:5px 0 0 0;
}

#about-office-list ul.nav-child-list{
	list-style-type: none;
		-moz-column-count:3;
	-webkit-column-count:3;
	-o-column-count:3;
	column-count: 3;
	margin:0;
}

#about-office-list ul.nav-child-list li{
	width: 170px;
}

#about-office-list ul.nav-child-list li a{
	color: #000;
	display: block;
}

#about-office-list ul.nav-child-list li a:hover{
	color: #193b88;
	padding-left: 15px;
	text-decoration: none;
	position: relative;
}

#nav-services-child .nav-child-inner{
	padding-bottom: 25px;
}

#nav-services-child .nav-child-btn{
	font-size: 16px;
	display: block;
	text-align: center;
	color: #005bac;
	border:1px solid #005bac;
	width: 380px;
	padding:5px 0;
	margin:20px auto 0 auto;
}

#nav-services-child a.nav-child-btn:hover {
  text-decoration: none;
}

#nav-services-child .nav-child-btn:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 4px;
    position: relative;
    top: -2px;
}

hr.space-onlytitle{
	border:none;
	margin-bottom: 144px;
}

hr.no-performance{
	border:none;
	margin-bottom: 60px;
}

/*ボタン*/
#nav-services-child a.nav-child-btn:hover {
  background: #ddd;
  text-decoration: none;
}

#nav-performance-child a.nav-child-btn:hover {
   background: #004078;
  text-decoration: none;
}

a.nav-contact-btn:hover, a.nav-contact-btn2:hover {
     background: #004078;
  text-decoration: none;
}

a#nav-contact-quotation:hover {
  background: #ddd;
  text-decoration: none;
}  


.nav-child-list-new ul.nav-child-list li a{
	color: #888;
}

.nav-child-list-new ul.nav-child-list li a:hover{
	color: #193b88;
}

.icon-arrow-weak svg{
	width: 13.7px;
	padding-right: 8px;
	fill: #888;
	transition: all 300ms 0s ease;
}

#nav-performance-child .nav-child-btn{
	
	font-size: 16px;
	display: block;
	text-align: center;
	color: #fff;
	border:1px solid #005bac;
	background:#005bac;
	width: 380px;
	padding:5px 0;
	margin:20px auto 0 auto;
}

#nav-performance-child .nav-child-btn:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.nav-child-list-new ul.nav-child-list li a:hover .icon-arrow-weak svg{
	fill:#193b88;
}

#nav-services-child ul.nav-child-list,
#nav-performance-child ul.nav-child-list,
#nav-activities-child ul.nav-child-list{
	column-count:auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#nav-services-child ul.nav-child-list li,
#nav-performance-child ul.nav-child-list li,
#nav-activities-child ul.nav-child-list li{
	width: 240px;
}

.office-list{
	list-style: none;
    padding: 0;
    border-top: 1px solid #bbb;
}

.office-list li{
	margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #bbb;
    padding: 0;
}

.office-list li h3{
	
    font-size: 20px;
    margin-top: 0;
    width: 750px;
    font-weight: normal;
}

.office-list li a{
	color: #000;
    transition: background-color .25s ease-out;
    display: block;
    padding: 15px 10px;
    position: relative;
}

.office-list li a:hover{
	background: #eee;
}

.office-list li a p.office-mark{
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 2.1em;
    height: 30px;
    transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease; 
}

.office-list li a p.office-mark i{
	padding-right: 10px;
}
.office-list li a:hover p.office-mark{
  right: 5px;
  color: #005bac;
}

#nav-recruit-child .nav-child-inner{
	padding-bottom: 10px;
}

#nav-recruit-child .nav-child-inner a{
	padding-bottom: 0;
}

#nav-recruit-child ul.nav-child-list li{
	width:475px;
}

.office-info {
  margin: 30px 0;
}


/*--------------------------------------
	メガメニューバグ修正
--------------------------------------*/
#nav-recruit-child p{
	margin:0;
}

#nav-recruit-child .nav-recruit-img{
	text-align:center;
}


#nav-contact-wrap{
	position: relative;
    top:-50px;
	width: 960px;
	margin: 0 auto;
}

/*事業所一覧 - エントリー*/
#office-map-main{
	width: 100% !important;
}

/*歴史*/
dl.story-group{
	
	width: 100%;
	margin:0;
	background:url(../images/back-history-line.jpg) repeat-y 63px;
}

dl.story-group dd.story-title{
	min-height: auto;
	margin:0;
}

dl.story-head{
	height: 80px;
}

dl.story-group dd.story-title h3{
	margin: 0 0 0 40px;
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
}

dl.story-group h4{
	margin:0;
	font-size:20px;
}

dl.story-group dt{
	float:left;
	clear:left;
	width:150px;
}

dl.story-group .story-title-disc{
	width: 20px;
	height: 20px;
	margin:0 55px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background:#999;
}

dl.story-group.story-head:first-child .story-title-disc{
	margin-top:-1px;
}

dl.story-group dt.story-img{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	overflow: hidden;
}

dl.story-group dt.story-img img{
	height: 100%;
	width: auto;
}

dl.story-group dd{
  float:left;
  width: 770px;
  min-height: 130px;
  margin-bottom: 60px;
  line-height: 30px;
}

dl.story-group dd p{
	margin:0;
}

dl.story-group:last-child dd:last-child{
	margin-bottom:0;
}

/*--------------------------------------
	4.技術・サービス
--------------------------------------*/
#services .page-description{
	min-height: auto;
}

h3#flow{
	display: none;
}

ul#flow-figure{
	padding: 0;
	width: 960px;
}

ul#flow-figure li{
	list-style: none;
	float: left;
	position: relative;
	padding-right: 18px;
}

ul#flow-figure li img.flow-arrow{

}

ul#flow-figure li a,
ul#flow-figure li .flow-wrapper{
	position: relative;
	display: block;
	border:1px solid #bbb;
	border-right: none;
	width: 98px;
	padding:10px;
	height: 150px;
	background: #fff;
    transition: all 300ms 0s ease; 
  -webkit-transition: all 300ms 0s ease;

}

ul#flow-figure li .flow-number{
	
	line-height: 1em;
	font-size: 30px;
	text-align: center;
	margin:0;
	color: #005bac;
}

ul#flow-figure li .flow-name-box{
	text-align: center;
	position: absolute;
	top: 120px;
	bottom: 0;
	right: 0;
	left: 0;
	margin:0 10px;
  	display:flex; 
  	display:-moz-flex; 
  	display:-webkit-flex; 
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}

ul#flow-figure li h4{
	font-size: 16px;
	margin: 0;
	width: 100%;
  line-height: 1.2;
}

ul#flow-figure li a h4{
  transition: all 300ms 0s ease; 
  -webkit-transition: all 300ms 0s ease;
}


ul#flow-figure li a h4:after{
	content: "";
	height: 7px;
	width: 7px;
	margin-left: 4px;
	display: inline-block;
	border-right: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top: -2.5px;
}

ul#flow-figure li a:hover h4{
  margin-left: 10px;
}

ul#flow-figure li img.flow-img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
}

ul#flow-figure li img.flow-arrow{
	position: absolute;
	top:0;
	right: 0;
	height: 172px;
	width: 18px;
}

ul#flow-figure li img.flow-arrow-sp{
		display: none;
}

#flow-vertical {
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 30px;
	margin-bottom: 40px;
}
	#flow-vertical dt {
		display: block;
		box-sizing: border-box;
		width: 15%;
		padding-right: 20px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	#flow-vertical dt span.num-rounded {
		display: inline-block;
		box-sizing: border-box;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		vertical-align: middle;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		color: #fff;
		background-color: #000;
		border-radius: 100%;
	}
	#flow-vertical dd {
		display: block;
		box-sizing: border-box;
		width: 85%;
		margin: 0;
		margin-bottom: 10px;
	}
	#flow-vertical dd strong {
		font-weight: bold;
		color: #a80000;
	}
	#flow-vertical dt::after {
		display: block;
		font: normal normal normal 24px/1 FontAwesome;
		content: "\f107";
		text-align: center;
		color: #dddddd;
	}
	#flow-vertical dt.finish::after {
		display: none;
	}

#services-list{
	width: 960px;
}


.about-section{
	background: #ccc;
}

#services-list{
	margin-bottom: 60px;
}

#services-list img{
	width: 100%;
}

#services-list ul{
	border-top:1px solid #bbb;
	padding-top:20px;
	margin-top: 30px;
}

#services-list ul:first-of-type{
	border:none;
	padding-top:0;
	margin-top:0;
}

#services-list ul li:first-child,
#services-list ul li:nth-child(2){
	border:none;
	padding-top:0;
	margin-top:0;
}

#services-list .link-btn-strong{
	margin-top:20px;
}

#services-list .content-add{
	width: 465px;
}

ul#new-service li{
	width: 225px;
	float: left;
	margin-left: 20px;
}

ul#new-service li:first-child{
	margin-left: 0;
}

ul#new-service li img{
	width: 100%;
}

ul#new-service li a p{
	color: #000;
}

.new-service-img{
	background:#d9e7f3;
	position: relative;
	height: 130px;
  transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease;
  margin-bottom: 10px;
}

a:hover .new-service-img{
  background: #b1cce3;
}

.new-service-img img{
	width: 100%;
	height: 100%;
	
}

.new-service-img h4{
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	margin:0;
	position: absolute;
	bottom: 7px;
	right: 0;
	left: 0;
	color: #000;
}

.new-service-img-inner{
	width: 60px;
	height: 60px;
	position: absolute;
	top:-45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
}

ul#new-service li .new-service-btn{
	color: #005bac;
	border: 1px solid #005bac;
	display: block;
	padding:5px 0;
	text-align: center;
	margin:0 10px;
	font-size: 14px;
}

ul#new-service li .new-service-btn:hover {
  background: #ddd;
}

ul#new-service li .new-service-btn:after{
	content: "";
	height: 7px;
	width: 7px;
	margin-left: 4px;
	display: inline-block;
	border-right: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top: -1.5px;
}

/*下階層のindex*/
.services-child-list img{
	width: 100%;
}

.services-child-list{
	margin-top:30px;
	padding-top:35px;
	border-top:1px solid #bbb;
}

.services-child-list:first-of-type{
	border:none;
	margin-top:0;
	padding-top:0;
}
.services-child-list .services-child-box{
	width: 465px;
	padding-left:30px;
	float: left;
}

/*第二階層　技術・サービスhoverアニメーション*/

.services-child-list .services-child-box .services-child-img{
  overflow: hidden;
}

.services-child-list .services-child-box .services-child-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.services-child-list .services-child-box a:hover .services-child-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/**/

.services-child-list .services-child-box:nth-child(odd){
	padding-left: 0;
}

.services-child-list .services-child-box:first-child,
.services-child-list .services-child-box:nth-child(2){
	margin-top:0;
	padding-top:0;
	border:none;
}

.services-child-list .services-child-box .services-child-img{
	font-size: 0;
}

.services-child-list .services-child-box h3{
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 22px;
	color: #005bac;	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.services-child-list .services-child-box a:hover h3{
	color: #000;
}

.services-child-list .services-child-box p{
	text-align: center;
	color: #000;
	margin:0;
}

/*エントリー*/
.link-other{
	
	padding:10px;
	border:1px solid #005bac;
	display: block;
	text-align: center;
	width: 450px;
	margin:0 auto;
	font-size: 20px;
}

.link-other:after{
	content: "";
	height: 7px;
	width: 7px;
	display: inline-block;
	border-right: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	position: relative;
	top: -3px;
}

#link-other-head.link-other{
	margin:30px auto 60px auto;
  background-color:rgba(255,255,255,0.6);
}

a:hover#link-other-head.link-other{
	background: #ddd;
}

#link-other-bottom.link-other{
	background:#005bac;
	color: #fff;
	margin-top:80px;
}
a:hover#link-other-bottom.link-other{
	background:#004078;
}

#link-other-bottom.link-other:after{
	border-color: #fff;
}

.entry-services a#link-other-bottom{
	margin-top:60px;
}

/*開発・販売*/
.sales-item{
	padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #bbb;
}

.sales-item:first-of-type{
	padding-top:0;
	margin-top:0;
	border:none;
}

.sales-item h3{
	font-size: 20px;
    color: #005bac;
    font-weight: normal;
    margin: 0 0 10px 0;
    display: block;
}

.sales-item h3 a:hover {
  color: #000;
}

.sales-item h3:before {
  content: "\f111";
  font-family: fontawesome;
  color: #000;
  padding-right: 5px;
}

.sales-item h4{
	
    font-size: 16px;
    font-weight: bold;
    color: #005bac;
    margin: 0 0 10px 0;
  transition: all 300ms 0s ease; 
  -webkit-transition: all 300ms 0s ease;
}
.sales-item a:hover h4{
  color: #000;
}

.sales-item p{
	color: #000;
}

.sales-item .sales-box-wrap{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.sales-item .sales-box{
	width: 480px;
    float: left;
    margin-top:30px;
}

.sales-item .sales-box:first-child{
	padding-left: 0;
}

.sales-item .sales-box:first-child,
.sales-item .sales-box:nth-child(2){
	margin-top:0;
}

.sales-item a.in-link{
	background: #005bac;
    color: #fff;
    padding: 3px 15px;
    float: right;
}

.sales-item a:hover.in-link {
  background: #004078;
}

.sales-item a.in-link:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    margin-left: 7px;
}

.sales-image{
	width: 30%;
    float: left;
    width: 100px;
    height: 100px;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}

.sales-image img{
	width: 100%;
}

.sales-item{
	
}

.sales-item-txt{
	width: 65%;
    overflow: hidden;
    padding-left: 5%;
}

.sales-item-txt.sales-only-item{
	width: 768px;
}

.sales-item-txt p{
	margin:0;
}

.sales-item-txt > div{
	margin-bottom: 40px;
}

ul.sales-option{
	padding:0;
	list-style: none;
	margin-top:100px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
	font-size: 0;
}

.acms-entry ul.sales-option{
	margin:30px 10px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
}

ul.sales-option li{
	display: inline-block;
	margin: 0 0 0 4%;
	width: 45%;
}

ul.sales-option li:first-child{
	margin-left: 0;
}

ul.sales-option li a{
	display: block;
	
    padding: 10px;
    border: 1px solid #005bac;
    background: #005bac;
    display: block;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
}

ul.sales-option li a:hover {
  background: #004078;
  text-decoration: none;
}

.entry-column ul.sales-option li a{
	color: #fff;
}

ul.sales-option li a:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 5px;
    position: relative;
    top: -3px;
}

li.sales-btn-buy a:before{
	content: "\f07a";
	font-family: FontAwesome;
	font-size: 130%;
	margin-right: 10px;
}

li.sales-btn-quotation a:before{
	content: "\f059";
    font-family: FontAwesome;
    font-size: 130%;
    margin-right: 10px;
}

a.in-link-url{
	display: none;
}

.no-inlink-img img{
	width: 100%;
}

/*注文フォーム*/
body#form ul#flow-figure li{
	position: relative;
    display: block;
    border: 1px solid #bbb;
    border-right: none;
    width: 281px;
    padding: 10px;
    height: 150px;
    background: #fff;
    margin-right: 18px;
    text-align: center;
}

body#form ul#flow-figure li h4{
	position: static;
}

body#form ul#flow-figure li .flow-text{
	position: absolute;
	top:20px;
	bottom:0;
	right: 0;
	left: 0;
	margin:auto;
	display: table;
    vertical-align: middle;
    text-align: center;
    width: 90%;
}

body#form ul#flow-figure li img.flow-arrow{
	position: absolute;
    top: -1px;
    right: -18px;
    height: 172px;
    width: 18px;
}

body#form #entry-category{
	display: none;
}

.contact-box table.contact-form td.form-pay{
	width: 230px;
}

.contact-box table.contact-form td.form-pay a{
	cursor: pointer;
	margin:0 10px;
}

.contact-box table.contact-form td.form-fee{
	text-align: center;
}

.contact-box table.contact-form td.form-number{
	text-align: right;
	width: 200px;
}

.contact-form td, .contact-form th{
	border-right: none;
	border-left: none;
}

.form-pay p{
	margin-left: 10px;
}

.remodal{
	font-size: 16px;
}

.remodal-wrapper .remodal-close{
	left: auto;
	right: 0;
}

.remodal h4{
	font-size: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.remodal table{
	border-bottom: 1px solid #dfdfdf;
    border-left: 0;
    border-right: 0;
}

.remodal td, .remodal th{
	padding: 12px 20px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    min-width: 100px;
}

/*カタログダウンロード*/
ul.catalog li {
	margin-bottom: 5px;
	padding-left: 2.7em;
    text-indent: -1.7em;
}

ul.catalog li a{
	color: #000;
	font-size: 16px;
}

/*--------------------------------------
	5.業務実績
--------------------------------------*/
#performance-award{
	background:#e3f6fe;
	border:1px solid #005bac;
	padding:10px 100px 10px 100px;
  margin-bottom:  30px;
	display: block;
	text-align: center;
}

#performance-award h3{
	font-family: "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	font-size: 30px;
	margin:0 0 5px 0;
	color: #004078;
	font-weight: normal;
}

#performance-award p{
	color: #000;
}

a:hover#performance-award {
  background: #b6e2f4;
}

ul.performance-list{
	list-style: none;
	padding-top:70px;
	margin-top:65px;
	border-top: 1px solid #bbb;
}

ul.performance-list:first-of-type{
	padding-top:0;
	margin-top:0;
	border:none;
}

#services-list ul.performance-list li:first-child,
#services-list ul.performance-list li:nth-child(2){
	margin-top:0;
	padding-top: 0;
}

ul.performance-list li img{
	width: 100%;
}

.performance-text{
	font-size: 16px;
}

#performance-list-skill ul{
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
}

#performance-list-skill ul li a{
	font-size: 0;
	float: left;
}

#performance-list-skill ul li{
	width: 225px;
	margin-left: 20px;
}

#performance-list-skill ul li:first-child{
	margin-left:0;
}

#performance-list-skill ul li h4{
	font-size: 20px;
	text-align: center;
	margin:15px 0;
	font-weight: normal;
  transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease; 
}

#performance-list-skill ul li a:hover h4{
  color: #000;
}

#performance-list-skill ul li p{
	color: #000;
	font-size: 14px;
}

#link-other-bottom.link-services{
	margin-top: 60px;
}

/*第二階層　業務実績hoverアニメーション　小さいもの*/
.performance-list li a .content-img-2nd {
  height: 130px;
  width: 225px;
overflow: hidden;

}

.performance-list li a .content-img-2nd img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.performance-list li a:hover .content-img-2nd img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/**/


/*--------------------------------------
	6.対外活動
--------------------------------------*/
#no-category{
	border:5px solid #c5001d;
	padding:15px;
	display: none;
}

#activities-list ul{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#activities-list ul{
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #bbb;
}

#activities-list ul:first-of-type{
	padding-top:0;
	margin-top:0;
	border:none;
}

#activities-list ul li{
	width: 465px;
	float: left;
	padding-left:30px;
	transition: all 300ms 0s ease; 
	-webkit-transition: all 300ms 0s ease;
}

#activities-list ul li:first-child,
#activities-list ul li:nth-child(2){
	margin-top:0;
	padding-top:0;
	border:none;
}

#activities-list ul li:nth-child(odd){
	padding-left: 0;
}

#activities-list ul li h4{
	font-size: 24px;
	color: #005bac;
	font-weight: normal;
	margin:0 0 15px 0;
	display: block;
		transition: all 300ms 0s ease; 
	-webkit-transition: all 300ms 0s ease;
}

#activities-list ul li a:hover h4{
	color: #000;
	 text-decoration: none;
}


#activities-list ul li p{
	color: #666;
	margin:0 0 40px 0;
}

#activities-list ul li a:hover{
	text-decoration: none;
}

#activities-list ul li a.act-btn{
	background: #005bac;
	color: #fff;
	padding:3px 15px;
	float: right;
}

#activities-list ul li a.act-btn:after{
	content: "";
	height: 7px;
	width: 7px;
	display: inline-block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top:-2px;
	margin-left: 7px;
}

#activities-list ul li a:hover.act-btn {
   background: #004078;
  text-decoration: none;
}

.list-title{
	border-bottom: 1px solid #ccc;
}

.act-list-image{
	width: 30%;
	float: left;
	width: 80px;
	height: 80px;
	padding:10px;
	border:1px solid #000;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.act-list-image img{
	width: 100%;
}

.act-list-body{
	width: 65%;
	overflow: hidden;
	padding-left: 5%;
}

.act-list-body p{
	margin:0;
}

/*第二階層*/

.activities-content-list{
	list-style: none;
	padding:0;
	border-top:  1px solid #bbb;
}

.activities-content-list li{
	margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #bbb;
    padding:0;
}

.activities-content-list li a.activities-content-link,
.activities-content-list li .activities-content-item{
	color: #000;
	transition:background-color .25s ease-out;
	display: block;
	padding: 15px 10px;
	position: relative;
}

.activities-content-list li a.activities-content-link:hover{
    background: #eee;
  
}

.activities-content-list li p.activities-content-title{
	
    font-size: 20px;
    margin-top:0;
    width: 750px;
    font-weight: normal;
}

.activities-content-list li .activities-content-item p.activities-content-title{
	width: 100%;
}

.activities-content-list li p.activities-content-detail{
	margin-bottom: 0;
	display: inline;
}

.activities-content-list li p.activities-content-detail a:hover{
	text-decoration: underline;
}

.activities-content-list li a p.activities-content-detail{
	width: 750px;
	display: block;
}

.activities-content-list li p.activities-content-detail + p.activities-content-detail{
	display: block;
	margin:0;
}

.activities-content-list li p.activities-content-day{
	float: right;
	margin:0;
}

.activities-content-list li p.activities-content-mark{
    font-size: 14px;
    color: #005bac;
    border: 1px solid #005bac;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    margin-left: 10px;
    min-width: 100px;
    position: absolute;
    right: 15px;
    top:0;
    bottom: 0;
    margin:auto;
    line-height: 2.1em;
    height: 30px;
}

.activities-content-list li p.activities-content-mark.mark-no-border{
	border:none;
	color: #000;
    transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease; 
}

.activities-content-list li:hover p.activities-content-mark.mark-no-border {
  right: 5px;
  color: #005bac;
}

.activities-content-list li p.activities-content-mark.mark-no-border:after{
	content: none;
}

.activities-content-list li p.activities-content-mark.mark-no-border i{
	padding-right: 10px;
}

.activities-content-list li p.activities-content-mark:after{
	content: "";
    height: 7px;
    width: 7px;
    margin-left: 4px;
    display: inline-block;
    border-right: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: relative;
    bottom: 1px;
}

ul.lecture-list{
	padding:25px 0 0 0 ;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:30px;
	border-top: 1px solid #bbb;
}

ul.lecture-list:first-of-type{
	margin-top:0;
	padding-top:0;
	border:none;
}

ul.lecture-list li:first-child{
	padding-left: 0;
}

ul.lecture-list li{
	width: 225px;
	padding-left: 20px;
	float: left;
}

ul.lecture-list li p.lecture-title{
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #004278;
    margin: 0 0 10px 0;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
	line-height: 1.4;
	text-decoration: none;
}

ul.lecture-list li a:hover p.lecture-title{
    color: #000;
	text-decoration: none;
}

ul.lecture-list li img{
	width: 100%;
}


/*第二階層　レクチャー画像hoverアニメーション*/
ul.lecture-list li a .lecture-img {
  height: 130px;
  width: 225px;
overflow: hidden;
  margin-bottom: 10px;

}
/*768px以下*/
@media (max-width: 767px) {
 /* #top-services ul li a .imgbox { タブレットSPは削除？
  width: 100%;
  height: 100px;
overflow: hidden;*/
}
}

ul.lecture-list li a .lecture-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
ul.lecture-list li a:hover .lecture-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/**/

ul.lecture-list li p{
	line-height: 1.4;
	color: #666;
	text-decoration: none;
}

ul.lecture-list li a:hover p{
	text-decoration: none;
}

ul.lecture-list li a.lecture-btn{
	
    color: #005bac;
    border: 1px solid #005bac;
    display: block;
    padding: 5px 0;
    text-align: center;
    margin: 0 10px;
    font-size: 16px;
}

ul.lecture-list li a.lecture-btn:hover {
  background: #ddd;
  text-decoration: none;
}


ul.lecture-list li a.lecture-btn:after{
	content: "";
    height: 7px;
    width: 7px;
    margin-left: 4px;
    display: inline-block;
    border-right: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: -2.5px;
}

/*--------------------------------------
	7.採用情報
--------------------------------------*/
#box-greet{
	margin-bottom: 90px;
}

h4.greet-title{
	font-size: 24px;
	font-weight: normal;
	font-family: "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	margin:20px 0;
	line-height: 1em;
}

.greet-img{
	width: 300px;
	margin-right: 35px;
	float: left;
}

.greet-text{
	width: 625px;
	overflow: hidden;
}

ul.recruit-list{
	list-style:none;
}

.content-list-main ul.recruit-list li{
	width: 465px;
	padding:0;
}

.content-list-main ul.recruit-list li h3{
	color:#004078;
	font-family: "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
}

ul.recruit-list li img{
	width: 100%;
}

ul.entry-inlink-list{
	padding:0 42px;
}

ul.entry-inlink-list li{
	margin-bottom: 5px;
}

.entry-inlink a.in-link{
	color: #000;
}

.entry-inlink a:hover.in-link{
	margin-left: 10px;
	color: #005bac;
}

.entry-inlink a.in-link i{
	padding-right: 10px
}

a.entry-inlink-url{
	display: none;
}
/*--------------------------------------
	8.お知らせ
--------------------------------------*/
.news-list{
	border-top: 1px solid #bbb;
}

#news-date{
	text-align: right;
}

#news-date p{
	margin:23px 0;
}

.acms-label{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: 5px;
}

#news-date .acms-label{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:#0181b0;
	color:#fff;
	font-size: 12px;
	width: 95px;
	display: inline-block;
	text-align: center;
	margin-left: 7px;
}

#news-date .acms-label.news-press{
	background:#ff7100;
}
#news-date .acms-label.news-column{
	background:#489037;
}

#news-date .acms-label.acms-label-warning{
	width: 50px;
	background:#ab903b;
}

#news-date time{
	font-size:14px;
}

/*--------------------------------------
	9.お問い合わせ
--------------------------------------*/
ul.slash{
	padding:0;
}

ul.slash li{
	display: inline;
	float: left;
}

ul.slash li:before{
	content:"/";
}

ul.slash li:first-child:before{
	content:none;
}

.acms-form input[type=date], .acms-form input[type=datetime-local], .acms-form input[type=datetime], .acms-form input[type=email], .acms-form input[type=month], .acms-form input[type=number], .acms-form input[type=password], .acms-form input[type=search], .acms-form input[type=tel], .acms-form input[type=text], .acms-form input[type=time], .acms-form input[type=url], .acms-form input[type=week],
table.contact-form textarea{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding:8px;
}

table.contact-form th{
	font-weight: normal;
}

table.contact-form .label-required{
	font-family: "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:#900808;
	font-weight: normal;
	padding:1px 13px;
}

.contact-box table.contact-form{
	border-right: none;
	border-left: none;
	border-color: #bbb;
}

.contact-box table.contact-form th{
	border-color: #bbb;
	padding:12px 0 7px 7px;
	width: 268px;
}

.contact-box table.contact-form td{
	border-color: #bbb;
	padding:12px 0 7px 7px;
}
.contact-box table.contact-form td.note {
	border: 0;
}
.contact-box table.contact-form td.note div {
	padding: 15px;
	background-color: #d9e7f3;
	font-size: 13px;
	line-height: 1.5;
}

.contact-box table.contact-form tr.form-privacy td{
	padding:12px 0 15px 7px;
}

.contact-box table.contact-form tr.form-privacy td p{
	margin:0;
}

.contact-box table.contact-form tr.form-privacy td a:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 6px;
    position: relative;
    top: -2px;
}

.contact-box table.contact-form tr.form-privacy td label{
	margin-top: 10px;
}

.contact-box table.contact-form select{
	font-size: 16px;
	font-family: "Yu Gothic UI","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color:transparent;
	background: url(../images/marker/arrow_select.jpg) right 5px bottom 50% no-repeat;
	padding: 6px 10px;
	width: 200px;
	position: relative;
    top: 1px;
}

.form-btn-next{
	display: inline-block;
	position: relative;
}

.form-btn-next input,
.form-btn-return input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.form-btn-next input{
  	font-family: "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
    width: 200px;
    text-align: center;
    background: #005bac;
    display: block;
    margin: 0 auto;
    border:none;
  transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease; 
}

.form-btn-next input:hover {
background: #004078;

}

.form-btn-next:after{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 47px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-btn-send{
	width: auto;
}

.form-btn-back{
	font-family: "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
    width: 100px;
    text-align: center;
    background: #bbb;
    display: block;
    margin-right:27px;
    border:none;
   transition: all 300ms 0s ease; -webkit-transition: all 300ms 0s ease; 
}

.form-btn-back:hover {
  background: #666;
}

.form-btn-box{
	margin-bottom: 0;
}

.entry-column table{
	margin-bottom: 40px;
}

/*--------------------------------------
	10.検索結果
--------------------------------------*/
.search-result-box{
	margin-bottom: 50px;
}

.search-result-title{
	margin:0;

	padding-left: 0.9em;
	text-indent: -0.8em;
	margin-left: -2px;
}

.search-result-title a{
	font-size: 20px;
	color:#004078 ;
}

.search-result-title a:hover{
	margin-left: 10px;
}

.search-result-title a:before{
	font-family: FontAwesome;
	content:"\f138";
	color: #000;
	font-size: 12px;
	padding-right: 5px;
	position: relative;
	top:-3px;
}

.search-result-url{
	margin:0 15px;
	line-height: 1.2em;
	word-break: break-all;
}

.search-result-url a{
	color: #000;
	font-size: 12px;
}

.search-result-url a:hover{
	text-decoration: underline;
}

.search-result-text{
	margin:3px 15px 0 15px;
	line-height: 26px;
	color: #666;
}


/*--------------------------------------
	IEバグFIX　CSSハック
--------------------------------------*/
/*IE*/
@media all and (-ms-high-contrast:none){

 /*IEで文字の下に隙間が出るバグ　トップニュースタイトルリンクの位置*/ 
  #top-news-header a{
  padding-top: 8px;
  }
  
/*IEで文字の下に隙間が出るバグ　トップニュースアイコン*/
	.news-label, .news-press{
	padding: 4px 0 0;
	} 
  
 /*IEで文字の下に隙間が出るバグ　フォームの隙間*/ 
 .contact-box table.contact-form select{
		top:-1px;
		padding:2px 10px;
	}
  
  /*IEでトップバナーリンクの前へ　次へ　の矢印*/
  .link-button-prev, .link-button-next {
    top: 5px;
  }
  
 /*IEでSVGアイコン　Gナビ*/ 
	.nav-child-list-new ul.nav-child-list li a{
		height: 13.7px;
	}
  
  .icon-arrow-weak{
  position: relative;
  }
  
    .icon-arrow-weak svg{
  position: absolute;
      top: 3px;
  }
  
span.service-list-icn-text {
    padding-left: 20px;
  }
  
/*タイトル周り　H2*/
  #top-news-header h2 {
    padding: 6px 0 2px 0;
  }
  h2.section-title, h2.section-title-strong {
    padding: 16px 0 6px 15px;
  }
  
  h3.section-title ,h3.section-title-strong {
    padding: 16px 0 6px 15px;
  }
  
  ul.link-tag li a {
    padding: 5px 15px 0px 15px;
  }
  
  .entry-column h3 {
    padding: 10px 0 5px 15px;
  }
  
  .link-other {
    padding: 10px 10px 4px 10px;
  }
  ul.lecture-list li a.lecture-btn{
    padding: 5px 0 0 0;
  }
  
  /*ページヤー検索とかニュース*/
  ul.list-pager li span, ul.list-pager li.list-pager-next, ul.list-pager li.list-pager-prev {
    font-family: "メイリオ", Meiryo;
  }
  
  /*ボタン*/
  a.link-btn-strong, .entry-column p.link-btn-strong a {
    padding: 8px 0 2px;
  }
  ul#new-service li .new-service-btn {
    padding: 8px 0 2px;
  }

  /*沿革の見出しのずれ*/
  dl.story-group dd.story-title h3{
  	padding-top:0.1em;
  }

  /*購入申し込み＞ご購入の流れ*/
  body#form ul#flow-figure li .flow-text{
  	display: block;
  }

  body#form ul#flow-figure li:first-child .flow-text{
  	margin-top:50px;
  }

  body#form ul#flow-figure li:nth-child(2) .flow-text{
  	margin-top: 25px;
  }

  body#form ul#flow-figure li:last-child .flow-text{
  	margin-top:60px;
  }
  
}

/*--------------------------------------
	EdgeバグFIX　CSSハック
--------------------------------------*/


	/*購入申し込み＞ご購入の流れ*/
  _:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li .flow-text{
  	display: block;
  }

  _:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li:first-child .flow-text{
  	margin-top:50px;
  }

  _:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li:nth-child(2) .flow-text{
  	margin-top: 25px;
  }

  _:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li:last-child .flow-text{
  	margin-top:60px;
  }

/*--------------------------------------
	firefoxバグFIX　CSSハック
--------------------------------------*/

@-moz-document url-prefix() {
	/*購入申し込み＞ご購入の流れ*/
  body#form ul#flow-figure li .flow-text{
  	display: block;
  }

  body#form ul#flow-figure li:first-child .flow-text{
  	margin-top:50px;
  }

  body#form ul#flow-figure li:nth-child(2) .flow-text{
  	margin-top: 25px;
  }

  body#form ul#flow-figure li:last-child .flow-text{
  	margin-top:60px;
  }
}

/*Youtubeの設定を調整*/
.acms-entry-unit-full [class*=column-video-],
.acms-entry-unit-full [class*=column-youtube-] {
	width: 100%!important;
}

/*4カラムのテキストの調整*/
.acms-entry .acms-col-sm-3 > p,
.acms-entry .acms-col-sm-4 > p,
.acms-entry .acms-col-sm-6 > p {
	padding:0 10px;
}


/* 201904 改修 */
.companyprofile-detailblock {
	width: 100%;
	margin: 0 0 30px;
	display: flex;
}
.companyprofile-detailblock_left {
	display: flex;
	width: 240px;
	align-items: center;
}
.companyprofile-detailblock_left img {
	width: 100%;
}
.companyprofile-detailblock_right {
	width: 720px;
	padding: 0 0 0 40px;
	box-sizing: border-box;
}
.companyprofile-detailblock_title {
	width: 100%;
	padding: 5px 25px 5px 10px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	font-size: 24px!important;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin: 0 0 10px!important;
}
.companyprofile-detailblock_title.color-01 {
	background-color: #75B438;
}
.companyprofile-detailblock_title.color-02 {
	background-color: #3BAA8B;
}
.companyprofile-detailblock_title.color-03 {
	background-color: #20939F;
}
.companyprofile-detailblock_title.color-04 {
	background-color: #2B6C9E;
}


.bg-blug-section {
	width: 80%;
	margin: 10px auto 30px;
	background-color: rgba(5,89,174,0.2);
	padding: 20px;
	box-sizing: border-box;
}
.bg-blue-head01 {
	text-align: center;
	margin: 0 0 10px!important;
	font-size: 24px!important;
	font-weight: bold;
	color: #000;
}
.bg-blue-head02 {
	text-align: center;
	margin: 0 0 10px!important;
	font-size: 28px!important;
	font-weight: bold;
	color: #0558AE;
}

.to-contact-btn {
	width: 70%;
	font-size: 18px;
	margin: 20px auto 20px;
	display: block;
	padding: 10px 10px 10px 80px;
	background-color: #0558AE;
	color: #fff!important;
	text-decoration: none;
	transition: .2s;
	text-align: center;
	background-image: url(../images/to-contact-btn-bg.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 40px;
	font-weight: bold;
	box-sizing: border-box;
}
.to-contact-btn:hover {
	opacity: 0.8;
	text-decoration: none!important;
}

.grid-type-p1 {
	width: 70%;
	margin: 10px auto 20px;
	text-align: center;
	overflow: hidden;	
}
.grid-type-p2 {
	width: 90%;
	margin: 10px auto 20px;
	text-align: center;
	overflow: hidden;
}
.grid-type-p3,.grid-type-p4 {
	width: 100%;
	margin: 10px 0 20px;
	text-align: center;
	overflow: hidden;
}
.grid-type-p1 img,.grid-type-p2 img,.grid-type-p3 img,.grid-type-p4 img {
	width: 100%;
	display: block;
	vertical-align: bottom;
}
.grid-caption {
	margin: 5px 0!important;
	text-align: center;
}
.grid-caption span {
	font-size: 12px;
}
.grid-type-p1 .grid-child-1 {
	width: 100%;
}
.grid-type-p2 .grid-child-2 {
	width: 40%;
	float: left;
}
.grid-type-p2 .grid-child-2:last-child {
	float: right;
}
.grid-type-p3 .grid-child-3 {
	width: 30%;
	float: left;
	margin: 0 5% 0 0;
}
.grid-type-p3 .grid-child-3:last-child {
	margin: 0;
}
.grid-type-p4 .grid-child-4 {
	width: 22%;
	float: left;
	margin: 0 4% 0 0;
}
.grid-type-p4 .grid-child-4:last-child {
	margin: 0;
}

.grid-imgtext-block {
	width: 100%;
	margin: 10px auto 20px;
	overflow: hidden;
}
.grid-imgtext-img {
	float: left;
	width: 370px;
	margin: 0 20px 0 0;
}
.grid-imgtext-img img {
	width: 100%;
}
.grid-imgtext-text {
	float: right;
	width: 570px;
}

.grid-imgtext-table {
	border: none;
	word-wrap: break-word;
	table-layout: fixed;
}
.grid-imgtext-table tr {
	border-bottom: 1px solid #707070;
}
.grid-imgtext-table tr:first-child {
	border-top: 1px solid #707070;
}
.grid-imgtext-table tr td {
	border: none;
}
.wind-top-list-wrap_all {
	width: 100%;
	display: flex;
	overflow: hidden;
}
.wind-top-list-wrap {
	width: 476px;
	margin: 0 8px 0 0!important;
}
.wind-top-list-wrap:nth-child(2) {
	margin: 0;
}
.wind-top-list {
	display: flex;
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    height: 100%;
}
.wind-top-list > li {
	width: 234px;
	margin: 0 8px 0 0!important;
}
.wind-top-list > li:last-child {
	margin: 0!important;
}
.wind-top-list > li img {
	width: 100%;
}
.wind-top-list_head {
	height: 350px;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 90px;
	background-color: #F7F7F7;
}
.list-top_head {
	height: 50px;
	padding: 10px;
	margin: 0!important;
	box-sizing: border-box;
	color: #0558AF;
	font-weight: bold;
}
.top-title_list {
	padding: 0!important;
	margin: 0!important;
	list-style: none;
	font-size: 18px;
}
.top-title_list > li {
	color: #000;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 18px!important;
}
.top-title_list > li:before {
	content: "●";
	position: absolute;
	font-size: 10px;
	color: #000;
	left: 5px;
	top: 5px;
}
.bottom-arrow-img_left img {
	position: absolute;
	left: 10px;
	bottom: 30px;
	width: 460px!important;
	z-index: 1;
}
.bottom-arrow-img_right img {
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 280px!important;
    z-index: 1;
}

.wind-top-list_bottom .bottom-arrow-img_left img {
	width: 520px!important;
}

.wind-top-list_bottom {
	display: flex;
	flex-direction: column;
	height: 46%;
	background-color: #D7E9FC;
	box-sizing: border-box;
	padding: 0 5px 90px 5px;
	position: relative;
}
.list-bottom_head {
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 20px!important;
	font-weight: bold;
	margin: 0!important;
}
.bottom-link_list {
	padding: 0!important;
	margin: 0!important;
	list-style: none;
}
.bottom-link_list > li {
	color: #005bac;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 18px!important;
}
.bottom-link_list > li:before {
	content: "●";
	position: absolute;
	font-size: 10px;
	color: #005bac;
	left: 5px;
	top: 5px;
}

.bottom-link_list > li.title {
	color: #005bac;
	font-weight: bold;
	position: relative;
	padding: 20px 0 0 3px;
	font-size: 18px!important;
}
.bottom-link_list > li.title:before {
	content: "";
}

.bottom-link_list > li.color-black {
	color: #000;
}
.bottom-link_list > li.color-black:before {
	content: "●";
	color: #000;
}

.bottom-link_list > li a {
	color: #0558AF!important;
}
.bottom-link_list > li a:before {
	content: "●";
	position: absolute;
	font-size: 10px;
	color: #0558AF!important;
	left: 5px;
	top: 5px;
}
.bottom-link_list > li a:after {
	content: url(../images/list-link-arrow.png);
	display: inline-block;
	margin: 0 0 0 5px;
}

/* seminarForm */

/* -- セミナーヘッド -- */
.br-sp {
	display: none;
}
.seminar_end-wrap {
	margin: 30px 0;
}
.seminar_end-wrap p {
	text-align: center;
	font-size: 18px;
	margin: 0;
}
.seminar_head-wrap {
	width: 960px;
	margin: 0 auto 30px;
}
.seminar_head-wrap .seminar_text-date {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.seminar_form-left-img {
	width: 100%;
	margin: 80px auto 0;
	text-align: center;
}
.seminar_form-left-img img {
	width: 60%;
}
.seminar_form-anchor-wrap {
	display: none;
}

.seminar_form-wrap {
	width: 100%;
}
.seminar_form-wrap.wrap-flex {
	display: flex;
	justify-content: space-between;
}
.seminar_form-left {
	width: 49%;
}
.seminar_form-right {
	width: 49%;
}
.seminar_detail strong {
	font-size: 24px;
	font-weight: bold;
}
.seminar_req-text {
	margin: 0 0 5px!important;
}
.contact-box table.seminar-form {
	border-bottom: none;
}
.contact-box table.seminar-form td {
	padding: 5px 0;
	box-sizing: border-box;
	border: none;
	color: #222;
}
.contact-box table.seminar-form td label {
	color: #222;
}
.seminar_title-wrap {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
}
.seminar_title-wrap .label-required {
	float: none;
	margin: 0 0 0 10px;
}
.contact-box table.seminar-form .acms-admin-form-checkbox:hover {
	cursor: auto;
}
.seminar_2box-wrap {
	display: flex;
	justify-content: space-between;
}
.seminar_2box-item {
	width: 49.5%;
}
.contact-box table.seminar-form td .acms-admin-text-error {
	margin: 0;
}
.seminar_privacy-box {
	width: 100%;
	height: 200px;
	border: 1px solid rgba(0,0,0,.2);
	margin: 10px 0 0;
	padding: 20px 10px;
	box-sizing: border-box;
	overflow-y: auto;
}
.seminar_privacy-box p {
	margin: 0;
}
.seminar_privacy-link {
	font-weight: bold;
	text-decoration: underline!important;
}
.seminar_privacy-link:hover {
	text-decoration: none!important;
}

.seminar_btn-wrap {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.seminar_form-btn-hoverwrap {
	width: 49%;
	transition: .2s;
}
.seminar_btn-typeA {
	width: 49%;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #0558AE;
	border: none;
	box-shadow: none;
	transition: .2s;
}
.seminar_btn-typeB {
	width: 49%;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #bbb;
	border: none;
	box-shadow: none;
	transition: .2s;
}

.seminar_form-btn-hoverwrap .seminar_btn-typeA {
	width: 100%;
}

.seminar_form-btn-hoverwrap:hover input,.seminar_btn-typeB:hover {
	opacity: 0.7;
}
.seminar_btn-typeA:focus,.seminar_btn-typeB:focus,.seminar_btn-typeA:active,.seminar_btn-typeB:active {
	border: none!important;
	border-radius: 0!important;
	outline: 0!important;
}

.seminar_btn-wrap.typeFlex {
	justify-content: space-between;
}
.seminar_btn-typeA-flex {
	width: 47%;
	max-width: 100%;
}
.seminar_btn-typeA-flex .seminar_btn-typeA {
	width: 100%;
	margin: 0;
}
.seminar_btn-wrap.typeFlex .seminar_btn-typeB {
	width: 47%;
}

.seminar_btn-wrap.typeFlex .seminar_form-btn-hoverwrap {
	width: 100%;
}

.type-confirm {
	width: 635px;
	margin: 0 auto;
}
.confirm-message {
	font-size: 18px;
	color: #222;
	margin: 0 0 20px;
}
.seminar-form.step-confirm .confirm-2p td {
	width: 50%;
}
.seminar-form.step-confirm td p {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}

.seminar_complete-wrap {
	width: 635px;
	margin: 0 auto;
	font-size: 16px;
}

.sus-square-head-wrapper {
    display: block;
    overflow: hidden;
}
.sus-square-head {
    position: relative;
    padding: 15px 8px!important;
    color: #fff!important;
    text-align: center!important;
    width: 530px;
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px!important;
    margin: 40px auto 20px!important;
}
.sus-square-head::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 600px;
    height: 100%;
    background: #2449A4;
    transform: skew(-25deg) translateX(-50%);
    content: '';
    z-index: -1;
}

.sus-square-head.-w350 {
    width: 280px;
}
.sus-square-head.-w350::before {
    width: 350px;
}
.sus-square-head.-w800 {
    width: 730px;
}
.sus-square-head.-w800::before {
    width: 800px;
}