.localnav{
  display: flex;
}

@media screen and (min-width: 768px){
  .navitem:hover{
    opacity: 0;
  }
}

.content-inner2{
  margin: 0 40px;
}

.casetitle{
  color: #e17500;
  font-size: 27px;
  line-height: 37px;
  height: 37px;
  border-left: 2px #e17500 solid;
  padding-left: 16px;
}
.personstatus{
  color: #595757;
  font-size: 20px;
}
.txt{
  color: #595757;
  /* font-size: 14px; */
}
.story{
  border-top: #434343 1px dotted;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 1ex;
  /* font-size: 14px; */
  color: #595757;
}
.story dt{
  display: flex;
  align-items: center;
  padding-right: 31px;
  border-right: #595757 1px solid;
  flex-shrink: 0;
}
.story dd{
  padding-left: 31px;
  flex-shrink: 1;
}
.story dd ol>li{
  margin-bottom: 1em;
  padding-left: 3em;
  position: relative;
}
.story dd ol>li span{
  width: 3em;
  display: inline-block;
  position: absolute;
  left: 0;
}

.story dd ol>li:last-child{
  margin-bottom: 0;
}
.qatitle{
  display: flex;
  align-items: center;
  color: #e17500;
  font-size: 16px;
}
.qatitle:after{
  content:"";
  display: block;
  flex-grow: 1;
  margin-left: 1ex;
  border-top: #e17500 1px solid;
  position: relative;
  transform: translate(0px, 2px);
}

.qa{
  margin-bottom: 1.5em;
  line-height: calc(26 / 14);
}
.qa dt{
  color: #e17500;
}
.qa dd{
  color: #595757;
  /* font-size: 14px; */
}

.qacloset{
  border-bottom: #e17500 1px solid;
}

.btn_open_more,
.btn_close_more{
  cursor: pointer;
}

.qacloset .btn_open_more{
  display: none;
}
.qacloset.close .btn_close_more{
  display: none;
}
.qacloset.close .btn_open_more{
  display: block;
}

.btn_open_more img{
  vertical-align: middle;
  transform: translate(0,-1px);
  margin-right: 15px;
}
.btn_close_more img{
  vertical-align: middle;
  transform: translate(0,-1px);
  margin-right: 15px;
}

.caseanchor {
  position: relative;
  top: -45px;
}

.banner-rounded{
  width: 100%;
  border-radius: 10px;
  max-width: 720px;
}

@media screen and (max-width: 767px){
  .content-inner2{
    margin: 0 1.75rem;
  }

  .catch img{
    width: calc(477/750 * 100vw);
  }
  .story{
    border-top: #434343 1px dotted;
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 22px;
    margin-top: 1ex;
    color: #595757;
  }
  .story dt{
    display: flex;
    align-items: center;
    padding-right: 0;
    border-right: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
  }
  .story dd{
    padding-left: 0;
    line-height: 1.5;
    
  }
  .story dd ol>li{
    margin-bottom: 0;
  }

  .btn_open_more,
  .btn_close_more{
    padding-left: calc(50% - 12px);
  }

  .caseanchor {
    top: calc(-124/750*100vw);
  }

}