@charset "UTF-8";

@media screen and (max-width: 1400px) {
  .header_box{
    flex-direction: column;
    margin: 20px 0;
    height: auto;
  }
  .header_box .group{
    margin-top: 25px;
  }
}

#g_navi .menu>li:nth-child(3)>a,
#g_navi .menu>li:nth-child(4)>a,
#g_navi .menu>li:nth-child(5)>a{
  color: #A91F39;
}

.header_box .group_name{
  background: #A91F39;
  color: #fff;
  font-size: 1.3rem;
  padding: 2px 10px;
  margin-left: 185px;
  width: 395px;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
}

.header_box .group_name::before{
  content: "";
  width: 16px;
  height: 6px;
  background: #A91F39;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0 0,100% 0, 50% 100%);
}

.dealings_table03 {
    max-width: 900px;
    width: 100%;
    border-collapse: collapse;
}

.dealings_table03 tbody td,
.dealings_table03 tbody th {
    padding: 15px 20px;
    border: 1px solid #CCC;
    background: #FFF;
    line-height: 1.8;
    vertical-align: middle;
}

.dealings_table03 tbody th {
    width: 40%;
    padding: 15px 0;
    border: 1px solid #CCC;
    background: #F2F2F2;
    color: #A91F39;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
}

.dealings_table03 tbody td {
    width: 38%;
}

.dealings_table03 tbody .w20 {
    width: 24%;
}

.h3_subhead02{
  margin-bottom: 10px !important;
}
.h3_subhead02 h3{
  color: #fff;
  font-size: 2rem;
  background: #A91F39;
  padding: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .h3_subhead02 h3{
    color: #fff;
    font-size: 1.7rem;
    background: #A91F39;
    padding: 8px 20px;
    margin-bottom: 0 !important;
  }

  .dealings_table03 tbody td,
  .dealings_table03 tbody th {
      padding: 10px;
  }

  .header_box .group_name{
    display: none;
  }
}