/* CSS Document */
/*コンテンツ*/
p.tokushoho_top_text{
  line-height: 1.8rem;
  margin: 20px 0;
  color: #333;
  padding-right: calc(var(--columnRightDif,0) + 0.5rem) !important;
  padding-left: calc(var(--columnLeftDif,0) + 0.5rem) !important;
}
body[wc-view-type="sp"] p.tokushoho_top_text{
  padding: 0 1.7rem !important;
  width: 100vw;
  box-sizing: border-box;
}
div.tokushoho{
  padding-bottom: calc(var(--headerHeight) / 2);
}
div.tokushoho ul{
  list-style: none;
  list-style-position: outside;
}
body[wc-view-type="sp"] div.tokushoho ul{
  padding: 0 1.2rem;
  width: 100vw;
  box-sizing: border-box;
}
div.tokushoho ul li{
  margin-bottom: 20px;
}
div.tokushoho ul li:last-child{
  margin-bottom: 0;
}
div.tokushoho ul li dt{
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
div.tokushoho ul li dd{
  line-height: 1.8rem;
  padding: 0 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
div.tokushoho ul li dd > p.left_padding{
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  margin-bottom: 5px;
}
div.tokushoho ul li dd > p.text_in_number{
  margin-top: 20px;
}
div.tokushoho ul li dd > p:last-child{
  margin-bottom: 0;
}
div.tokushoho ul li dd > p > span{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
div.tokushoho ul li dd > p.padding_none{
  margin-bottom: 5px;
}
div.tokushoho ul li dd div.tokusho_btn{
  display: table;
}
body[wc-view-type="sp"] div.tokushoho ul li dd div.tokusho_btn{
  margin: 0 auto;
}
div.tokushoho ul li dd div.tokusho_btn.term{
  width: 296px;
  margin: 0 auto;
}
body[wc-view-type="sp"] div.tokushoho ul li dd div.tokusho_btn.term{
  width: 260px;
}
div.tokushoho ul li dd div.tokusho_btn.term:nth-of-type(1){
  margin: 20px auto;
}
div.tokushoho ul li dd div.tokusho_btn a{
  position: relative;  
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--headerBtnSize) + 1rem ) 0 1.5rem;
  text-decoration: none;
  background-color: var(--defaultcolor);
  color: #fff;
  font-weight: 700;
  height: var(--headerBtnSize);
}
div.tokushoho ul li dd div.tokusho_btn a::before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  box-sizing: border-box;
  border: solid 1px #fff;
}
div.tokushoho ul li dd div.tokusho_btn a::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(var(--headerBtnSize) - 6px);
  height: calc(var(--headerBtnSize) - 6px);
  right: 3px;
  top: 3px;
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

