/***************************************************
information
  filename : mypage_top.css;
***************************************************/
@media screen and (max-width:800px){
}

.mytop_det #main{
  width: 100%;
}

.mytop_det #contents{
  padding-top: 0;
}

.mytop_Box{
  background: linear-gradient(90deg, var(--app-main-cr1), var(--app-main-cr2));
  padding: 50px 10%;
}
@media screen and (max-width:800px){
  .mytop_Box{
    background: linear-gradient(135deg, var(--app-main-cr1), var(--app-main-cr2));
    padding: 75px 5% 30px;
  }
}


/****************** ニュース ******************/

.mytop_det .mytop_news{
  margin-bottom: 35px;
  width: 100%;
}
@media screen and (max-width:800px){
  .mytop_det .mytop_news .ListBox{
    padding: 0;
    margin-bottom: 0;
  }
}

.mytop_det .mytop_news dl.clmDetail.clear_fix{
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:800px){
  .mytop_det .mytop_news dl.clmDetail.clear_fix{
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.mytop_det .mytop_news .ListTSgle .timeArea{
  align-items: center;
  gap: 3px;
}

.mytop_det .mytop_news p.time{
  color: #fff;
  font-size: 16px;
  padding: 0;
}

.mytop_det .mytop_news p.ico{
  padding-bottom: 3px;
}

.mytop_det .mytop_news p.ico span.BgPnc{
  color: var(--BgPnc-bg);
  background: var(--BgPnc-txt);
}

.mytop_det .mytop_news dd.title_area{
  padding: 5px;
}
@media screen and (max-width:800px){
  .mytop_det .mytop_news dd.title_area{
    padding: 0 0 7px;
  }
}

.mytop_det .mytop_news dd.title_area .ListMainTitle a{
  color: #fff;
  font-size: 18px;
}

.mytop_det .CautTxt{
  color: #fff;
  background: transparent;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}


/****************** 進捗 ******************/

.mytop_det .mytop_progress{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width:800px){
  .mytop_det .mytop_progress{
    flex-direction: column;
  }
}

.mytop_det .mytop_progressBox{
  width: 50%;
}
@media screen and (max-width:800px){
  .mytop_det .mytop_progressBox{
    width: 100%;
  }
}

.mytop_det .mytop_progressTi{
  display: flex;
  color: #fff;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width:800px){
  .mytop_det .mytop_progressTi{
    flex-direction: column;
  }
}

.mytop_det .mytop_progressTi h2{
  font-size: 24px;
}

.mytop_det .mytop_progressTi .deadline{
  font-weight: bold;
}

.mytop_det .mytop_progressGrpBox{
  background: #fff;
  border-radius: 5px;
  padding: 15px 25px;
}

.mytop_det .mytop_progressGrp{
  display: flex;
  align-items: center;
  gap: 15px;
}

.mytop_det .progress-bar {
  width: 100%;
  height: 20px;
  background-color: #EDF0F5;
  border-radius: 5px;
}

.mytop_det .progress {
  height: 100%;
  background-color: #00A8A8;
  border-radius: 5px;
}

.mytop_det .mytop_progressBox p{
  font-size: 17px;
}

.mytop_det .mytop_progressBox .subTi{
  color: #7C7C7C;
  font-weight: bold;
}

.mytop_det .progress-number{
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width:800px){
  .mytop_det .progress-number{
    font-size: 25px;
  }
}


/****************** 教材一覧 ******************/

.mytop_det .con_list_text{
  width: 80%;
  margin: 75px auto;
}
@media screen and (max-width:800px){
  .mytop_det .con_list_text{
    width: 90%;
  }
}

.mytop_det .subCate_list{
  padding: 25px 0;
  margin: 50px auto;
  background: #fff;
  border-radius: 8px;
}

.mytop_det h2.subCateTiInn{
  font-size: 3.0rem;
  background: transparent;
  text-align: left;
  border: none;
  margin-left: 3.5rem;
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width:800px){
  .mytop_det h2.subCateTiInn{
    font-size: 2.5rem;
    margin-left: 3.0rem;
  }
}

.mytop_det h2.subCateTiInn:visited,
.mytop_det h2.subCateTiInn:hover{
  opacity: 0.6;
}

.mytop_det h2.subCateTiInn::before{
  content: "";
  background-image: url(../../images/icon_text.png);
  background-size: 3.0rem;
  display: inline-block;
  width: 3.0rem;
  height: 3.0rem;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform .4s;
}
@media screen and (max-width:800px){
  .mytop_det h2.subCateTiInn::before{
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    left: -1.0rem;
  }
}

.mytop_det h2.subCateTiInn::after{
  content: "";
  border-top: 2px solid var(--app-main-cr1);
  border-left: 2px solid var(--app-main-cr1);
  display: inline-block;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  right: 2.0rem;
  transition: transform .4s;
}
@media screen and (max-width: 540px){
  .mytop_det h2.subCateTiInn::after{
    width: 10px;
    height: 10px;
  }
}

.mytop_det h2.subCateTiInn.is-open::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%;
}

.mytop_det .sec_list{
  padding: 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: .8s;
}

.mytop_det .sec_list.is-open{
  padding-top: 15px;
  opacity: 1;
  height: auto;
  transition: .8s;
}

.mytop_det .sec_list a{
  text-decoration: none;
  color: #0E84D1;
  display: block;
  margin: 0 auto;
  padding: 15px 25px 15px 40px;
  position: relative;
}

.mytop_det .sec_list a:visited,
.mytop_det .sec_list a:hover{
  background: #F9F9F9;
}

.mytop_det .sec_list a::before{
  content: "";
  background-image: url(../../images/icon_secTi.png);
  background-size: 0.7rem;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: transform .4s;
}