/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/
.section-01 .container {
  padding: 60px 0;
}
.portfolio-box {
  margin-top: 30px;
}
h3 {
  border-bottom: solid 3px #e6e6e6;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c7002f;
  bottom: -3px;
  width: 10%;
}
.grid-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab_menu {
  margin-bottom: 90px;
}
.tab_menu a {
	padding: 10px;
	display: block;
	text-decoration: none;
}
.tab_menu li {
  cursor: pointer;
  color: #000;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 140px;
  text-align: center;
  margin-right: 60px;
}
.tab_menu li:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 140px;
  height: 4px;
  background-color: #3a3a3a;
}
.tab_menu li:last-child {
  margin-right: 0;
}
.tab_menu li.selected a {
  color: #c7002f;
}
.tab_menu li.selected:before {
  background-color: #c7002f;
}
.tab_menu li:hover {}

.tab_panel ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
.tab_panel ul li {
  width: 26.6%;
  margin-bottom: 80px;
	text-align: center;
}
.tab_panel ul:after {
    content: "";
    display: block;
    width: 26.6%;
    height: 0;
}
.tab_panel ul li span {
	font-size: 12px;
}
.tab_panel ul li a {
	text-decoration: none;
	display: block;
line-height: 1;
}
.tab_panel ul li img {
  width: 100%;
  height: 45px;
  object-fit: contain;
	margin-bottom: 10px;
}
/*.tab_panel ul li:after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
}*/
.tab_panel h3 {
  scroll-margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .section-01 .container {
    position: relative;
    padding: 15px;
  }
  .tab_menu {
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .tab_menu li {
    width: 32%;
    text-align: center;
    margin-right: 0;
	  font-size: 16px;
  }
  .tab_menu li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: inline-block;
    width: 97%;
    height: 4px;
    background-color: #3a3a3a;
  }
  .tab_panel ul {
    padding: 0;
  }
  .tab_panel ul li {
    width: 43%;
    margin-bottom: 45px;
  }
	.tab_panel ul li span {
	font-size: 8px;
}
  h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #c7002f;
    bottom: -3px;
    width: 30%;
  }
	.tab_panel {
		margin-bottom: 60px;
	}
}