@charset "utf-8";
/* --------------------------------------------
   task
-------------------------------------------- */
.pdPageTaskBlock{}
.pdPageTaskInner{
  margin: 0 auto;
}
.pdPageTask{
  text-align: center;
}
.pdPageTaskCatch{
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 400;
}
.pdPageTaskCatchNote{
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 400;
}
.pdPageTaskListBlock{}
.pdPageTaskList{
  border: 1px rgba(227,212,191,1.00) solid;
  display: flex;
  flex-wrap: wrap;
}
.pdPageTaskMenu{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 1em;
  text-align: left;
  text-indent: -1em;
}
.pdPageTaskBottomTriangle{
  position: relative;
}
.pdPageTaskBottomTriangle:before{
  border-color: rgba(247,158,36,1.00) transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 0;
}


/* --------------------------------------------
   media query 
   min-width: 751px
   max-width: 750px
-------------------------------------------- */
@media screen and (min-width: 751px) {
/* --------------------------------------------
   task
-------------------------------------------- */
.pdPageTaskBlock{
  margin: 0 0 2.5rem;
  }
.pdPageTaskInner{}
.pdPageTask{}
.pdPageTaskCatch{
  font-size: 1.625rem;
  margin: 0 0 1rem;
  }
.pdPageTaskCatchNote{
  font-size: 1.125rem;
  }
.pdPageTaskListBlock{}
.pdPageTaskList{
  padding: 1.875rem 2.5rem 0.875rem;
  }
.pdPageTaskMenu{
  margin: 0 0 1rem;
  width: 50%;
  }
.pdPageTaskBottomTriangle{
  padding: 1.25rem 0 2.5rem;
  }
.pdPageTaskBottomTriangle:before{}



}

@media screen and (max-width: 750px) {
/* --------------------------------------------
   task
-------------------------------------------- */
.pdPageTaskBlock{
  margin: 0 0 2rem;
  }
.pdPageTaskInner{
  padding: 0 1rem;
  }
.pdPageTask{}
.pdPageTaskCatch{
  font-size: 1.25rem;
  margin: 0 0 0.8rem;
  }
.pdPageTaskCatchNote{
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  }
.pdPageTaskListBlock{}
.pdPageTaskList{
  padding: 1.25rem 1rem;
  }
.pdPageTaskMenu{
  margin: 0 0 0.5rem;
  line-height: 1.75;
  width: 100%;
  }
.pdPageTaskMenu:last-of-type{
  margin: 0;
  }
.pdPageTaskBottomTriangle{
  padding: 1.5rem 0 2rem;
  }
.pdPageTaskBottomTriangle:before{}



}

