@charset 'UTF-8';

body {background-color: #fff;}

header .header_nav ul li a {
	/* color: #000; */
	color: #fff;
	font-weight: normal;
}
header .header_nav {
	background-color: #003b90;
	overflow: hidden;
}
/* .dropmenu {
	float: right;
	width: auto;
	padding-right: 40px
} */
nav, .sub-nav {
  background-color: #fff;
}
.dropmenu li {
	width: 33.3%;
	/* width: auto; */
	/* padding-left: 40px; */
}
.dropmenu li a {
	/* color : #000; */
	color: #fff;
	/* background-color: #fff; */
	/* background: #fff; */
	background-color: #003b90;
	/* border-left : none; */
}
.dropmenu li a:hover {
	/* background-color: #fff; */
	background-color: #29569b;
	color: #fff;
}
.dropmenu li:hover > a {
	/* background-color: #fff;
	background: #fff; */
	background-color: #29569b;
	color: #fff;
}
.t-box, .t-box .overlay, .t-box img {
  width: 100%;
  height: auto;
}
.t-box img {
  position: static;
}
.t-box h3 {
  background-color: #39a8f4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.t-box-container {
  margin: 32px 0;
}
.eye-catch.top-main-visual .eye-catch-inner {
  box-sizing: inherit;
}

@media screen and (min-width: 1200px) {
  #professional-blog #eye-index-top.eye-catch.top-main-visual {
    height: 40vw;
    overflow: hidden;
    min-height: 300px;
    max-height: 60vh;
  }

  #professional-blog #eye-index-top.eye-catch.top-main-visual .eye-catch-inner {
    float: none;
    width: 80vw;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    min-width: 700px;
  }

  #professional-blog #eye-index-top.eye-catch.top-main-visual .eye-catch-inner img {
    height: 100%;
    background-size: cover;
    background-position: center 40%;
    border-style: none;
    min-height: 280px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  #professional-blog #eye-index-top.eye-catch.top-main-visual .eye-catch-inner {
    width: 100vw;
  }
}

@media screen and (min-width: 769px) {
	.t-box-rwd-3 {
		width: 300px;
		margin-left: 20px;
	}
	.t-box-rwd-3:first-child {
		margin-left: 0px;
	}
}
@media screen and (max-width:768px) {
	table > tbody > tr:first-child >td:first-child {
		min-width: 70px;
	}
	.container.main-content {
		margin-top: 40px;
	}
	.t-box {
		margin-bottom: 40px;
	}
	.t-table {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	#undefined-sticky-wrapper ul#mobile_nav li.company_pc {
		display: none;
	}
}
@media screen and (min-width: 1537px){
	.eye-catch.top-main-visual .eye-catch-inner img {
		background-position: center !important;
	}
}

