.info_description{
  margin: 20px;
}

.sup_exp{
  padding: 20px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 1089px){
  .sup_exp{
    padding: 15px 20px;
  }
}

/*--- acMenu2 table1 ---*/
.acMenu2 .table1.table1-1{
  margin: 10px 0;
}

.acMenu2 .table1.table1-1 > dt{
  position: relative;
  text-align: left;
  cursor: pointer;
}

.acMenu2 .table1.table1-1 > dt .tag{
  font-weight: normal;
}

.acMenu2 .table1.table1-1 > dt .btn_acc{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.acMenu2 .table1.table1-1 > dt .btn_acc:after{
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -17%;
  padding: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 12px solid #ffffff;
  content: '';
}

.acMenu2 .table1.table1-1 > dt.active .btn_acc:after{
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -45%;
  padding: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 12px solid #ffffff;
  content: '';
}

.acMenu2 .table1.table1-1 > dt:not(.active){
  border: none;
}

.acMenu2 .table1.table1-1 > dd{
  display: none;
}

@media screen and (min-width: 1090px){
  .acMenu2 .table1.table1-1 > dt{
    padding: 8px 40px 8px 8px;
  }

  .acMenu2 .table1.table1-1 > dt .tag{
    margin-bottom: 0;
  }

  .acMenu2 .table1.table1-1 > dt .btn_acc{
    width: 35px;
  }

  .acMenu2 .table1.table1-1 table{
    width: 100%;
  }

  .acMenu2 .table1-1 table td{
    vertical-align: top;
    width: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 1089px){
  .acMenu2 .table1.table1-1 > dt{
    padding: 8px 50px 8px 8px;
  }

  .acMenu2 .table1.table1-1 > dt small{
    display: inline-block;
    margin-left: 10px;
  }

  .acMenu2 .table1.table1-1 > dt .btn_acc{
    width: 40px;
  }

  .acMenu2 .table1.table1-1 > dt .btn_acc:after{
    right: 12px;
    top: 50%;
    margin-top: -12%;
  }

  .acMenu2 .table1.table1-1 > dt.active .btn_acc:after{
    right: 12px;
    top: 50%;
    margin-top: -35%;
  }
}

@media screen and (max-width: 1089px){
  .acMenu2 .table1-1 table td{
    display: block;
    width: 100%;
    padding: 0;
  }
}
/*--- acMenu2 table1 ---*/

.tag.other{
  width: 100px;
  margin-right: 5px;
  color: #202020;
  font-size: 1rem;
}

.table1 > tbody > tr > td .list_group > span.list_group_txt{
  width: auto;
  max-width: calc(100% - 105px);
}


/*---- table3 ----*/
.table3{
  display: block;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
  display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.table3 dt, .table3 dd{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.table3 dt{
  width: 65%;
  background: #eeeeee;
}

.table3 dd{
  width: 35%;
}

.table3 dt:nth-last-child(2),
.table3 dd:last-child{
  margin-bottom: 0;
  border: none;
}
/*---- /table3 ----*/
/*---- tableDetail ----*/
.tableDetail td{
  vertical-align: middle;
  padding: 5px 1px 6px;
}
/*---- /tableDetail ----*/
/*---- nodata ----*/
.nodata{
  display:block;
  margin:10px;
}
/*---- /nodata ----*/
/*---- table_info ----*/
#table_info{
  margin: 10px 20px;
}
#table_inf td{
  padding:5px;
}
/*---- /table_info ----*/

