@charset "UTF-8";

.human-block .nl-1-nest li{
  margin-left: 0;
}
.tab-1 .tab-box .tab{
  position: relative;
  line-height: 1.4;
}
.human-block .tab-1 .tab-box .tab:after{
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
}
.human-block .tab-1 .tab-box {
  border-bottom: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.human-block .tab-1 .tab-box .tab:nth-child(1):after,
.human-block .tab-1 .tab-box .tab:nth-child(1){
  border-bottom: 2px solid #e6002d;
}
.human-block .tab-1 .tab-box .tab:nth-child(2):after,
.human-block .tab-1 .tab-box .tab:nth-child(2){
  border-bottom: 2px solid #1CA118;
}
.human-block .tab-1 .tab-box .tab:nth-child(3):after,
.human-block .tab-1 .tab-box .tab:nth-child(3){
  border-bottom: 2px solid #FA9600;
}

.human-block .tab-1 .tab-box .tab {
  border-radius: 8px 8px 0 0;
}
.human-block .tab-1 .tab-box .tab::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.human-block .tab-1 .tab-box .tab:nth-child(1):before {
  border-top: 15px solid #d9002c;
}
.human-block .tab-1 .tab-box .tab:nth-child(2):before {
  border-top: 15px solid #1CA118;
}
.human-block .tab-1 .tab-box .tab:nth-child(3):before {
  border-top: 15px solid #FA9600;
}

.human-block .tab-1 .tab-box .tab.on::before,
.human-block .tab-1 .tab-box .tab:hover::before  {
  content: none;
}
.human-block .tab-1 .tab-box .tab:hover {
   background: #f6f6f6;
  border-bottom: 2px solid transparent;
}

.human-block .tab-1 .tab-box .tab.on {
  background: #f6f6f6;
  border-bottom: 2px solid transparent;
}

.anc-1-pc2-sp2.mod {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.anc-1-pc2-sp2.mod .anc-1 {
    width: 46%;
}
.clr-gray {
  color: #666;
}

@media print, screen and (min-width: 768px) {
}

@media only screen and (max-width:767.98px) {
  .human-block .tab-1 .tab-box .tab{
    min-height: 51px;
    padding: .6em;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .anc-1-pc2-sp2 .anc-1{
    width: 100%;
  }
  .mod_s_mb08e-sp{
    margin-bottom: 0.8em!important;
  }
  .mod_sp_auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mod_sp_mw_690 {
    max-width: 690px !important;
  }
  .mod_sp_mw_376 {
    max-width: 376px !important;
  }
}