/* CSS Document */
div.staff_wrap{
  background-color: #fff;
  padding: var(--headerHeight) 0;
}
div.staff_box{
  background-color: #f2f2f5;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.staff_box{
  padding: 1rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="tb-l"] div.staff_box,
body[wc-view-type="tb"] div.staff_box{
  padding: 2rem;
  width: 80vw;
  margin: 0 auto;
}
body[wc-view-type="pc"] div.staff_box{
  width: 750px;
  margin: 0 auto;
  padding: 2rem;
}
div.staff_box div.staff_top{
  display: flex;
  align-items: center;
}
div.staff_box div.staff_top > figure{
}
body[wc-view-type="sp"] div.staff_box div.staff_top > figure{
  width: 135px;
}
body[wc-view-type="tb"] div.staff_box div.staff_top > figure,
body[wc-view-type="tb-l"] div.staff_box div.staff_top > figure{
  width: 180px;
}
body[wc-view-type="pc"] div.staff_box div.staff_top > figure{
  width: 225px;
}
div.staff_box div.staff_top > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.staff_box div.staff_top > figure img{
  width: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] div.staff_box div.staff_top > figure img{
  height: 180px;
}
body[wc-view-type="tb"] div.staff_box div.staff_top > figure img,
body[wc-view-type="tb-l"] div.staff_box div.staff_top > figure img{
  height: 240px;
}
body[wc-view-type="pc"] div.staff_box div.staff_top > figure img{
  height: 300px;
}
div.staff_box div.staff_top > div.name{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] div.staff_box div.staff_top > div.name{
  width: calc(100% - 135px);
}
body[wc-view-type="tb"] div.staff_box div.staff_top > div.name,
body[wc-view-type="tb-l"] div.staff_box div.staff_top > div.name{
  width: calc(100% - 180px);
}
body[wc-view-type="pc"] div.staff_box div.staff_top > div.name{
  width: calc(100% - 225px);
  padding: 2rem;
}
div.staff_box div.staff_top > div.name span.name,
div.staff_box div.staff_top > div.name span.free,
div.staff_box div.staff_top > div.name p.message_title{
  color: #444;
  box-sizing: border-box;
}
div.staff_box div.staff_top > div.name span.name{
  font-size: 1.35rem;
  padding: 0 1rem;
}
body[wc-view-type="tb-l"] div.staff_box div.staff_top > div.name span.name,
body[wc-view-type="tb"] div.staff_box div.staff_top > div.name span.name{
  padding: 0 0 0.5rem 1.5rem;
}
div.staff_box div.staff_top > div.name span.free{
  margin-top: 0.5rem;
  padding: 0 1rem 0.5rem 1rem;
}
body[wc-view-type="tb-l"] div.staff_box div.staff_top > div.name span.free,
body[wc-view-type="tb"] div.staff_box div.staff_top > div.name span.free{
  padding: 0 0 0.5rem 1.5rem;
}
body[wc-view-type="pc"] div.staff_box div.staff_top > div.name span.free{
  border-bottom: 1px solid #ccc;
}
div.staff_box div.staff_top > div.name p.message_title{
  font-size: 1.45rem;
  margin-top: 1rem;
  padding: 0 1rem;
}
div.staff_mid{
  padding: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.staff_mid{
  padding:1rem 0 1rem 0;
}
body[wc-view-type="tb"] div.staff_mid,
body[wc-view-type="tb-l"] div.staff_mid{
  padding:1.5rem 0;
}
div.staff_mid dl{
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,245,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] div.staff_mid dl{
  padding-top: 0.75rem;
}
div.staff_mid dl dt,
div.staff_mid dl dd{
  box-sizing:border-box;
}
div.staff_mid dl dt{
  font-size: 1.18rem;
  padding: 0 0.5rem;
}
body[wc-view-type="sp"] div.staff_mid dl dt{
  font-size: 1.3rem;
  padding: 0 1rem 0.5rem 1rem;
  border-bottom: dashed #ccc 1px;
  box-sizing: border-box;
}
body[wc-view-type="tb"] div.staff_mid dl dt,
body[wc-view-type="tb-l"] div.staff_mid dl dt{
  padding: 0.75rem 0.75rem 0 0.75rem;
}
body[wc-view-type="pc"] div.staff_mid dl dt{
  padding: 1rem;
}
div.staff_mid dl dd{
  padding: 0.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.staff_mid dl dd{
  padding: 0.75rem 1.5rem;
}
body[wc-view-type="tb"] div.staff_mid dl dd,
body[wc-view-type="tb-l"] div.staff_mid dl dd{
  padding:0.5rem 1.5rem 0 1.5rem;
}
body[wc-view-type="pc"] div.staff_mid dl dd{
  padding: 0 1.5rem 1rem 1.5rem;
}
div.staff_mid > p{
}
div.staff_bottom{
  position: relative;
  z-index: 1;
}
body[wc-view-type="pc"] div.staff_bottom{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
div.staff_bottom::before{
  content: "";
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,245,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,245,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,245,1) 100%); 
  position: absolute;
  z-index: -1;
}
body[wc-view-type="sp"] div.staff_bottom::before{
  top: 36px;
}
p.title{
  border-bottom: 1px solid #ccc;
  padding-left: 1rem;
}
body[wc-view-type="sp"] p.title{
  padding-left: 0;
}
p.title > span{
  padding: 0.5rem 1rem;
  border: solid 1px #ccc;
  border-bottom: none;
  box-sizing: border-box;
  display: table;
  background-color: rgba(255,255,255,0.5);
}
div.staff_bottom dl{
  display: flex;
  border-bottom: 1px dashed #ccc;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="sp"] div.staff_bottom dl{
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
body[wc-view-type="tb"] div.staff_bottom dl,
body[wc-view-type="tb-l"] div.staff_bottom dl{
  width: 100%;
}
body[wc-view-type="pc"] div.staff_bottom dl{
  align-items: center;
}
div.staff_bottom dl dt,
div.staff_bottom dl dd{
  box-sizing: border-box;
  padding: 0.75rem 1rem;
}
body[wc-view-type="sp"] div.staff_bottom dl dt{
  border-bottom: 1px dashed #ccc;
  padding: 0.75rem 1rem;
}
body[wc-view-type="tb"] div.staff_bottom dl dt,
body[wc-view-type="tb-l"] div.staff_bottom dl dt{
  width: 180px;
}
body[wc-view-type="pc"] div.staff_bottom dl dt{
  width: 200px;
}
div.staff_bottom dl dd{
}
body[wc-view-type="sp"] div.staff_bottom dl dd{
  width: 100%;
}
body[wc-view-type="tb"] div.staff_bottom dl dd,
body[wc-view-type="tb-l"] div.staff_bottom dl dd{
  width: calc(100% - 180px);
}
body[wc-view-type="pc"] div.staff_bottom dl dd{
  width: calc(100% - 200px);
}