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


/****************** 共通 ******************/
.mypageBox {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.mypageBox .systemFotmTitle{
  font-size: 3.0rem;
  border: none;
  margin-top: 4.0rem;
  margin-bottom: 4.0rem;
  padding: 0;
}
@media screen and (max-width:800px){
  .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;
}
@media screen and (max-width:800px){
  .work_history .workhistoryBox .htibrd{
    padding: 20px 20px;
  }
}

.work_history .workhistoryBox .htibrd.active{
  border-bottom: 1px #cdcdcd solid;
}

.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{
  padding: 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: .8s;
}

.work_history .workhistoryBox.active .work_ans{
  padding-top: 15px;
  opacity: 1;
  height: auto;
  transition: .8s;
}

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

.work_history .mgt10{
  background: none;
  padding: 8px 32px;
  width: 100%;
}

.work_history .mgt10 p{
  background: #f0f0f0;
  padding: 2.0rem 1.5rem;
}

.work_history .mgt10 p.chpd{
  background: none;
}

.work_history .mgt10 tr{
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}

.work_history .mgt10 tr:last-child{
  border-bottom: none;
}

.work_history .mgt10 th{
  width: 35%;
}

.work_history .mgt10 td{
  width: 65%;
}

.work_history .mgt10 td img{
  width: 75%;
}

.work_history .mgt10 td p.chpd{
  padding: 0;
}

.work_history .workhistoryBox{
  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 .workhistoryBox h2{
  padding: 10px 0 10px 30px;
  font-size: 1.6rem;
}

.work_history .ordDetBox{
  border: none;
  box-shadow: initial;
  padding: 10px 32px 0px;
  margin-top: 0;
}


/****************** テスト回答一覧 ******************/

.test_history_det .mypageBoxDet{
  background: none;
  margin: 0;
  padding: 0;
}

.test_history_det .copy_block{
  padding-left: 260px;
}
@media screen and (max-width:800px){
  .test_history_det .copy_block{
    padding-left: 0;
  }
}

.test_history_det .FlexListInn.endState{
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 24px 16px;
  position: relative;
  margin: 16px auto;
}

.test_history_det section.extractBtArea,
.test_history_det .FlexItemData p:nth-child(2),
.test_history_det .FlexItemData p:nth-child(4),
.test_history_det .FlexItemData p:nth-child(5),
.test_history_det .FlexListInn .FlexItem:last-child{
  display: none;
}

.test_history_det .FlexListInn.endState: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(9px);
  position: absolute;
  top: 50%;
  right: 16px;
  transition: transform .4s;
}

.test_history_report #wrapper{
   background: transparent;
}

.test_history_report #headerSub.headerSubWork.clear_fix {
  background: linear-gradient(90deg, var(--app-bg-cr1), var(--app-bg-cr2));
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.test_history_report #headerSub.headerSubWork.clear_fix a {
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 150px;
}

.test_history_report #headerSub.headerSubWork.clear_fix a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(-135deg);
}

.test_history_report .ClmblckArea.ptWdW.clear_fix{
  width: 750px;
}
@media screen and (max-width:890px){
  .test_history_report .ClmblckArea.ptWdW.clear_fix{
    width: 100%;
  }
}

.test_history_report .mypageBox .systemFotmTitle{
  text-align: center;
}

.test_history_report .examSubTiArea{
  margin-bottom: 24px;
}

.test_history_report .examSubTi{
  background: #f2f2f2;
  padding: 5px 0px 5px 7px;
}

.test_history_report .examBox .examAnc{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.test_history_report .examBoxAncSection .examAnc .ScoreIcoDet {
  font-size: 30px;
  margin-right: 0;
  font-weight: bold;
}

.test_history_report .examBoxAncSection .examAnc .ScoreIcoDet.PassIcoDet {
  color: #0E84D1;
}

.test_history_report .examBoxAncSection .examAnc .ScoreIcoDet.failureIcoDet {
  color: #EC3C67;
}



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

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

.conlike_det .mypageBox .systemFotmTitle::after{
  position: absolute; 
  content: "";
  background-image: url(../../images/template/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;
}