@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

ul{
    padding: 0;
    margin: 0;
}
li{
    padding: 0;
    margin: 0;
    list-style-type:none;
}

a:hover {
  text-decoration: none;
}

table{
  border-collapse: collapse;
}

h1{
  margin-bottom: 0;
}

.row_nomgn{
  margin-right: 0px;
margin-left: 0px;
}

.col_nopdn{
padding-right: 0px;
padding-left: 0px;
}

/*----------ヘッダstart----------*/
header{
  background-color: #fff;
}

.submain-title{
  border: solid 1px #365ca5;
}

#over_header_logo{
	width:100%;
	height:100px;
	border:solid 1px #e2e6e8;
}

#around_header_logo{
	width:980px;
	height:100px;
	margin: 0 auto;
}

#header_logo{
	margin-top:20px;
	margin-left:30px;
	float: left;
}

#header_inquirybox{
	width: 200px;
	height:30px;
	float:right;
  margin-right: 20px;
}

#header_inquirybox a{
	display:block;
	width: 200px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	background-color: #4f87f1;
	margin: 40px 0 0;
	font-size:18px;
	border-radius: 5px;
}

/*-----------ヘッダend-----------*/


/*----------フッタstart----------*/
#over_footer{
  width: 100%;
  background-color: #254072;
}

#around_footer{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color:#fff;
}

#footer_counter{
  
}

.footer_copyright{
 
}

#over_main_submenu{
  	width:100%;
    background-color: #e2e6e8;
  padding:50px 0 50px;
}

#around_main_submenu{
  	width:1200px;
  margin: 0 auto;
  
    display: flex;
  justify-content: space-between;
}

.main_submenubox{  
  width:380px;
  height:400px;
}

.main_submenuimg{ 
  text-align: center;
  padding:50px 0;
}

.cr-back-pict{ 
  background-image:url("../images/top/submenu_bg.jpg");
}

.ci-back-pict{ 
  text-align: center;
  padding:50px 0;
  background-image:url("../images/top/ci_back_pict.jpg");
}

.cu-back-pict{ 
  background-image:url("../images/top/cu_back_pict.jpg");
}

.main_submenuimg h4{
  margin-bottom: 0;
}


.main_submenutxt{
  background-color: #365ca5;
}

.main_submenuimg span{
  font-size: 16px;
  color: #fff;
}

.main_submenutxt p{
  font-size:16px;
  color: #fff;
  padding:20px;
}

#over_main_banarsubmenu{
  	width:100%;
    background-color: #fff;
  padding:50px 0 50px;
}

#around_main_banarmenu{
  	width:1200px;
  margin: 0 auto;
  
    display: flex;
  justify-content: space-evenly;
}

.footer_list{


}

.footer_list_link::before{
  content: url( "../images/common/footer_arrow.png");
  position: absolute;
  top:3px;
  left:-25px;
  
}

.footer_list_link{
  line-height: 30px;
  height: 30px;
  display: block;
  margin: 5px 20px;
  position: relative;
  
}

footer{
  width:100%;
}


.footer_group{
  width: 100%;
  display: flex;
	flex-flow: row;
  flex-wrap: wrap;
	justify-content: space-around;
  padding: 0 0;
}

.footer_list a{
 color:#fff;
}

.footer_list a:hover{
 color:#365ca5;
}

.footer_copyright {
  color:#fff;

}

.footer_copyright dt{
  font-size:16px;
  border-bottom: 1px solid #fff;
}
.footer_copyright dd{
  color:#fff;
}

.footer_copyright a{
  color:#fff;
}

.footer_copyright dd{
  margin-bottom:0;
}
.footer_companyname{
  font-size:32px;
  font-weight: 700;

}
/*
.footer_companyname::after{
  content: "～新時代をきりひらく技術と信頼～";
  font-size: 14px;
  font-weight:normal;
  line-height: 24px;
}*/
.footer_address_name1{
  font-size:12px;
}
.footer_address_name2{
   font-size:14px;
}

.around_footer_upper{
  background-color: #3541BD;
}


/*-----------フッタend-----------*/

/*----------200616追記-----------*/

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

/* メインのマーケティングメッセージとサインアップボタン */
.jumbotron {
  background-color: transparent;
}


#Navbar .nav-link {
  color:#fff;
  font-size:1.1rem;
  letter-spacing: 0.2rem;
}

.inquiry-text
{
  color:#fff;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}

.navbar-bgcl{
  background-color: #365ca5;
}

.hover9 {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.hover9::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.hover9:hover {
  cursor: pointer;
}
.hover9:hover::after {
  width: 100%;
}

.footer-bg{
  background-color: #365ca5;
}

@media (min-width: 768px) {
  .navbar-nav .nav-item {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

