/*
** case
*/

/*----------------------------------
  top common items
------------------------------------*/

html{color: #323232;}
header{}
header .g-nav{}

header .g-nav .right-col .document{border: #3397ac 2px solid; background-color: #FFF;}
header .g-nav .right-col .document a{color: #3397ac;}
header .g-nav .right-col .ico-document{content: url(../img/common/doc-green.svg);margin: 4px 0;}
header .ico-.document:before{color: #3397ac;}
header .ico-add-document:before{color: #3397ac;padding: 5px;}

.sheet .wrp{
  width: 1200px;
  margin: 0 auto;
}

.sheet .region{
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sheet .prefecture{
  display: none;
}

.sheet .prefecture div{
  line-height: 30px;
  padding: 10px;
}

#list-east{display: none;}
#list-tohoku{display: none;}
#list-west{display: none;}
.sheet .region div{
  background-color: #a88e5a;
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  transition-duration: 0.3s;
  cursor: pointer;
}

.sheet .region div:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

h2{
  color: #413d3c;
  font-family: 'こぶりなゴシック W6 JIS2004';
  font-size: 26px;
  text-align: center;
  position: relative;
  padding: 70px;
  letter-spacing: 2px;
}

h2 img{
  display: inline-block;
  width: 23px;
  margin-right: 5px;
  vertical-align: bottom;
}
table{
  display: none;
  width: 1000px;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  font-family: yu gothic;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 24px;
}
table.-show{display: block !important;}
table thead tr:first-child{color: #fff;}
table thead tr th{
  box-sizing: border-box;
  padding: 20px 0;
  line-height: 0;
  cursor:pointer;
  position: relative;
  background-color: #a88e5a;
  border: 1px solid #ccc;
  transition-duration: 0.3s;
}
table thead tr th:hover{
  background-color: #a88e5a;
  color: black;
  transition-duration: 0.3s;
}
table thead tr th:before{
  content: url(../img/case/ico-sort.svg);
  display: inline-block;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
table thead tr th:first-child{width: 25px;}
table thead tr th:nth-child(2){width: 80px;}
table thead tr th:nth-child(3){width: 80px;}
table thead tr th:nth-child(4){width: 80px;}
table thead tr th:nth-child(5){width: 80px;}
table thead tr th:nth-child(6){width: 80px;}
table thead tr th:nth-child(7){width: 40px;}
table thead tr th:nth-child(8){width: 120px;}
table thead tr th:last-child{width: auto;}
table td:last-child{text-align: left;}
table td{border: 1px solid #ccc; padding: 30px 5px;vertical-align: middle;}

@media (max-width: 599px){
  table{
    table-layout: fixed;
    font-size: 14px;
    margin: 0 0 30px 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
  }
  table thead tr th{
    box-sizing: border-box;
    line-height: normal;
  }
  table td{
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .sheet .wrp{
    width: 100%;
    overflow: scroll;
  }
  table thead tr th:before{
    position: relative;
    left: 0;
  }
  .sheet .region{
    width: 90%;
    overflow: unset;
    justify-content: space-around;
  }
  .sheet .region div{
    width: 19%;
    padding: 19px 0;
    font-size: 12px;
  }
  .sheet .region br{
    display: block;
  }

}