@charset "utf-8";
div.sub > p{
  margin: 1rem 0;
}

@media screen and (min-width: 1090px){
  .section.container{
    min-height: 300px;
  }
}

@media screen and (max-width: 1089px) {
  div.sub .sub{
    padding: 0;
  }
}

/*--- /tab3 ---*/
.tab3_cont{
  width: auto;
}

.tab3_tabs_cont{
  margin: 10px 0;
}

.tab3_tabs{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  float: right;
}

.tab3_tabs li{
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
  text-align: center;
  word-break: break-word;
  cursor: pointer;
}

.tab3_tabs li.current{
  color: #cccccc;
  text-decoration: none;
}

.tab3_tabs li:after,
.tab3_tabs li.current:after{
  color: #202020;
  text-decoration: none;
}

@media screen and (min-width: 1090px){
  .tab3_tabs .button1.current:after{
    width: calc(112px - 1px);
  }

  .tab3_box > div.current > div{
    margin: 20px 10px;
  }
}

@media screen and (max-width: 1089px){
  .tab3_tabs .button1.current:after{
    width: calc(80px - 1px);
  }

  .tab3_box > div.current > div{
    margin: 10px 0;
  }

  .tab3_tabs li:not(:last-child):after{
    margin: 0 16px 0 10px;
  }
}
/*--- /tab3 ---*/

/*--- table .table1 ---*/
table.table1{
  border-collapse: collapse;
}

.table1 > tbody > tr > th{
  width: 100%;
  margin: 0;
  padding: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.table1 > tbody > tr > th small{
  font-weight: normal;
}

.table1 > tbody > tr > td{
  box-sizing: border-box;
}

.table1 > tbody > tr > td .list_group > span{
  display: inline-block;
  vertical-align: middle;
}

.table1 > tbody > tr > td .list_group > span.list_group_txt{
  width: auto;
  max-width: calc(100% - 105px);
}

.table1 > tbody > tr > td .info_list{
  width: 100px;
}

.table1 > tbody > tr:nth-child(n+3){
  border-top: 1px dashed #666666;
}

@media screen and (min-width: 1090px){
  .table1 > tbody > tr > td{
    vertical-align: top;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1089px){
  .table1 > tbody > tr > th,
  .table1 > tbody > tr > td{
    display: block;
    width: 100%;
  }

  .table1 > tbody > tr > td{
    margin: 10px 0;
    padding: 0 10px;
  }
}
/*--- table .table1 ---*/

/*--- 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 ---*/

/*--- table1-3 ---*/
.table1.table1-3 > dd .title{
  min-width: 48px;
  width: auto;
  padding-right: 5px;
}

.table1.table1-3 > dd .txt{
  width: auto;
  padding-left: 5px;
}

.table1.table1-3 > dd a,
.table1.table1-3 > dd a:hover{
  color: #202020;
}

.tag.info i, .tag.info span{
  vertical-align: middle;
}

@media screen and (min-width: 1090px){
  .table1.table1-3{
    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;
    margin: 20px 0;
    }

  .table1.table1-3 > dd{
    display: inline-block;
    width: calc(50% - 3px);
    margin: 0 3px;
  }

  .table1.table1-3 > dd:nth-child(even) {
      margin-left: 0;
  }

  .table1.table1-3 > dd:nth-child(odd) {
      margin-right: 0;
  }

  .table1.table1-3 > dd:nth-child(odd) {
    background: #ffffff;
  }

  .table1.table1-3 > dd:nth-child(2n + 1){
    background: #ffffff;
  }

  .table1.table1-3 > dd:nth-child(4n), .table1.table1-3 > dd:nth-child(4n+1){
    background: #eeeeee;
  }
}
/*--- /table1-3 ---*/


.info_description{
  margin: 20px;
}

.sup_exp{
  padding: 20px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 1089px){
  .sup_exp{
    padding: 15px 20px;
  }
}

.tag.other{
  width: 100px;
  margin-right: 5px;
  color: #202020;
  font-size: 1rem;
}

.container .button_cont .button{
  margin: 0 auto;
}

.list1 .items{
  margin-top: 20px;
}

.items p{
  display: inline;
}

.info_list .list_group{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3px;
  word-break: break-all;;
}

.info_list .list_group span:not(.tag){
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 122px);
}

@media screen and (min-width: 1090px){
  .info_list .list_group{
    width: 50%;
    min-width: 340px;
  }

  .list1 li.info_list span.ann_date{
    display: inline-block;
    margin-right: 1rem;
  }

  .info_txt .tag{
    float: left;
  }
}

@media screen and (max-width: 1089px){
  .info_list .list_group{
    width: 100%;
  }

  .info_list .list_group span{
    display: inline-block;
    vertical-align: top;
  }
  .big_tag{
    vertical-align: top;
  }
  .items p{
      display: block;
  }
}

.sitemap_list dt{
  padding: 10px;
}

.sitemap_list dd{
  padding: 10px 10px;
}

.sitemap_list dd ul li{
  display: inline-block;
  margin: 10px 20px;
}

@media screen and (max-width: 1089px){
  .sitemap_list dd{
    padding: 10px 0;
  }

  .sitemap_list dd ul li{
    display: block;
    margin: 10px 0;
  }
}

h3.menseki_title{
  padding: 10px 10px 0;;
  text-align: center;
}

h3.menseki_title:not(:first-child){
  margin-top: 40px;
}

@media screen and (min-width: 1090px){
  .menseki_cont{
    margin: 40px 20px;
  }
}

@media screen and (max-width: 1089px){
  h3.menseki_title:not(:first-child){
    margin-top: 30px;
  }
}
