/* 全体 */

body {
  font-size: 1rem;
}

.navbar-brand img{
    height: 40px;
}

footer.site-footer .footer-link li{
  line-height: 1em;
}

footer.site-footer {
  font-size: 10pt;
}

.inner-page .slider-item{
	height: calc(35vh);
	min-height: 320px;
}

.slider-item .slider-text h1{
	font-size: 2.8rem;
}

.inner-page .slider-item .slider-text {
  color: #fff;
  min-height: 400px;
}

.embvideo {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.embvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* home */

#home .navbar-brand{
	display: none;
}

#home-logo{
	width: 50%;
	min-width: 120px;
	max-width: 360px;
}

.solution-section {
  background: lightgray;
}

/* ニュースタイトル */
.news-title {
  font-weight: 300;
}

.news-title strong {
  font-weight: 700;
}

.news-item, .category-header, .year-header{
	border-bottom: 1px solid #ccc;
}

.category-header{
	display: none;
}

/* ソリューション */

.ar-method h4{
    padding: 10px 10px 10px 20px;
    margin-top: 70px;
    position: relative;
    /* border-left: solid 5px #31aae2; */
    position: relative;
    background: #f1f3f4;
}

table.ar-chart{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table.ar-chart tr{
  border-bottom: solid 2px #f8f9fa;
  
}

table.ar-chart tr:last-child{
  border-bottom: none;
}

table.ar-chart th{
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #212529;
  color: white;
  border: solid 2px #fff;
  text-align: center;
  padding: 10px;
  font-size: 0.8rem;
}


table.ar-chart td{
  text-align: center;
  vertical-align: top;
  width: 20%;
  background-color: #fff;
  padding: 10px;
  font-size: 0.8rem;
  
  border: solid 2px #212529;
    
}


/* ポートフォリオ */

/* 会社概要 */
table.company{
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

table.company tr{
  border-bottom: solid 3px #f8f9fa;
}

table.company tr:last-child{
  border-bottom: none;
}

table.company th{
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #212529;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 0.9rem;
}

table.company th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #212529;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.company td{
  text-align: left;
  width: 75%;
  background-color: #fff;
  padding: 10px 20px 10px 30px;
  font-size: 0.9rem;
}

/* チーム */
.team img{
  width: 200px;
  height: 200px;
  
}

/* Tracking */

.tracking-feature h4{
	height: 3em;
}
