@charset "utf-8";
/***************************************************
information
  filename : mypage_list.css;
***************************************************/
@media screen and (max-width:896px){
}


/****************** 共通 ******************/

.mypageBox .systemFotmTitle{
  font-size: 3.0rem;
  border: none;
  margin-top: 4.0rem;
  margin-bottom: 4.0rem;
}
@media screen and (max-width:896px){
  .mypageBox .systemFotmTitle{
    font-size: 2.5rem;
  }
}

.ptLayoutInn,
.ClmblckArea.ptWdW{
  width: 100%;
}

.ClmblckArea.ClmRL .mainClnS{
  clear: both;
  width: 100%;
}

.work_history .workhistoryBox,
.conlike_det .postList li{
  border: none;
  position: relative;
  margin: 20px 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.08);
}


/****************** ワーク回答一覧 ******************/

.work_history .work_history_form{
  max-width: 750px;
  margin-left: 0;
}
@media screen and (max-width:800px){
  .work_history .work_history_form{
    width: 100%;
    margin-left: auto;
  }

}

.work_history .workhistoryBox .htibrd{
  border: none;
  position: relative;
  width: 100%;
  padding: 20px 32px;
}

.work_history .workhistoryBox .htibrd::after{
  content: "";
  border-top: 2px solid var(--app-main-cr1);
  border-left: 2px solid var(--app-main-cr1);
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(-135deg) translateY(15px);
  position: absolute;
  right: 50px;
  top: 50%;
  transition: transform .4s;
}


.work_history .workhistoryBox.active .htibrd::after{
  border-top: none;
  border-left: none;
  border-bottom: 2px solid var(--app-main-cr1);
  border-right: 2px solid var(--app-main-cr1);
  top: 60%;
}

.work_history .workhistoryBox h2{
  padding: 10px 0;
  font-size: 1.6rem;
}

.work_history .work_ans{
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .8s;
}

.work_history .workhistoryBox.active .work_ans{
  height: auto;
  opacity: 1;
  border-top: 1px solid #cdcdcd;
  transition: .8s;
}

.work_history .ordDetTi{
  display: flex;
  color: #acacac;
  gap: 15px;
  margin: auto 32px;
}

.work_history .mgt10{
  margin: 20px 32px;
}

.work_history .mgt10 tr{
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
}

.work_history .mgt10 th{
  padding: 10px 16px;
  background: #f2f2f2;
  border-radius: 8px;;
}

.work_history .mgt10 td{
  padding: 1rem 0 0.5rem 0.8rem;
}

.work_history .mgt10 td p.chpd{
  padding-top: 1.0rem;
}

.work_history .ordDetBox{
  border: none;
  /* border-top: 1px #cdcdcd solid; */
  box-shadow: initial;
}


/****************** ブックマーク一覧 ******************/

.conlike_det .mypageBox .systemFotmTitle{
  position: relative;
  margin-left: 40px;
}

.conlike_det .mypageBox .systemFotmTitle::after{
  position: absolute;
  content: "";
  background-image: url(../../images/icon_like.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform .4s;
}

.conlike_det .mypageBoxDet{
  background: transparent;
}

.conlike_det .postList{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.conlike_det .postList li{
  background: #fff;
  border-bottom: none;
  width: 100%;
}
@media screen and (max-width:800px){
  .conlike_det .postList li{
    padding: 15px 10px;
  }
}

.conlike_det .postText{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}
@media screen and (max-width:800px){
  .conlike_det .postText{
    flex-direction: column;
    align-items: flex-start;
  }
}

.conlike_det .postTtl{
  min-width: initial;
}

@media screen and (max-width:800px){
  .conlike_det .postBt{
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }
}

.conlike_det .postBt .editBt.read a{
  background: var(--app-main-cr1);
  color: #fff;
  border: 1px solid var(--app-main-cr1);
  text-decoration: none;
}

.conlike_det .postBt .editBt.delete a{
  background: #fff;
  color: var(--app-main-cr1);
  border: 1px solid var(--app-main-cr1);
  text-decoration: none;
}
