#all_case_tsubo-overlay,
#all_case_tsubo_wrapper,
#all_case_tsubo,
#all_case_category-overlay,
#all_case_category_wrapper,
#all_case_category {
  display: none; }

#all_case_tsubo-overlay,
#all_case_category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10; }

#all_case_tsubo_wrapper,
#all_case_category_wrapper {
  position: fixed;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 96%;
  max-width: 800px;
  height: calc(90% - 50px);
  max-height: calc(90% - 50px);
  padding: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-sizing: border-box; }

span#modalClose,
span#modalClose__1,
span#modalClose__2 {
  background: #988574;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -5px;
  top: -30px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  border: 5px solid #fff; }

span#modalClose::before,
span#modalClose::after,
span#modalClose__1::before,
span#modalClose__1::after,
span#modalClose__2::before,
span#modalClose__2::after {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 66%;
  width: 54%;
  height: 6%;
  margin: -8% 0 0 -42%;
  background: #fff; }

span#modalClose::before,
span#modalClose__1::before,
span#modalClose__2::before {
  transform: rotate(-45deg); }

span#modalClose::after,
span#modalClose__1::after,
span#modalClose__2::after {
  transform: rotate(45deg); }

#all_case_tsubo,
#all_case_category {
  position: fixed;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 92%;
  max-width: 760px;
  height: calc(90% - 100px);
  max-height: calc(90% - 100px);
  overflow-y: auto;
  box-sizing: border-box; }
  #all_case_tsubo a,
  #all_case_category a {
    color: #988574; }
    #all_case_tsubo a:hover,
    #all_case_category a:hover {
      text-decoration: underline; }
  #all_case_tsubo p,
  #all_case_category p {
    margin: 0; }

#all_case_tsubo .part,
#all_case_category .part {
  font-size: 21px;
  font-weight: bold;
  color: #988574;
  line-height: 1;
  margin-bottom: 15px; }

#all_case_tsubo .case_tsubo_part,
#all_case_category .case_category_part {
  margin-bottom: 40px; }

#all_case_tsubo .case_tsubo_list,
#all_case_category .case_category_list {
  display: flex;
  flex-wrap: wrap; }

#all_case_tsubo .case_tsubo a,
#all_case_category .case_category a {
  background: #fcf7f1;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  line-height: 1;
  border: 1px solid #988574;
  border-radius: 5px;
  margin: 0 5px 5px 0; }

/*# sourceMappingURL=all_case_category.css.map */
