@charset "utf-8";
.box_note{
  width: 100%;
  padding: 42px 0 25px;
  z-index: 50;
  background-color: #f9f9ed;
}
#main.is_scroll .box_note{
  position: fixed;
  top: 77px;
  left: 0;
  padding: 30px 0;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
}

.box_note ul{
  display: inline-flex;
  gap: 15px;
  width: 100%;
  padding: 14px 20px;
  border: solid 1px #00b097;
  background-color: #fff;
}
.box_note ul li{
  display:flex;
  align-items: center;  
}
.box_note li::before{
  content: '';
  display: block;
  width: 60px;
  height: 24px;
  border-radius: 0 8px 8px 0;
  background-color: #e67c9a;
}
.box_note li:nth-child(n+2){
  margin-left: 30px;
}

.box_note li.cate_48::before{
  background-color: #bfa007;
}
.box_note li.cate_49::before{
  background-color: #5cc4da;
}

@media screen and (max-width :1024px) {

  .box_note{
    padding: 30px 0 10px;
  }  
  #main.is_scroll .box_note{
    top: 60px;
    padding: 10px 0;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
  }    
}
@media screen and (max-width :834px) {

  .box_note ul{
    display: block;
  }
  .box_note li::before{
    width: 50px;
    height: 20px;
    border-radius: 0 4px 4px 0;
  }
  .box_note li:nth-child(n+2){
    margin-top: 12px;
    margin-left: 0;
  }
}

/* main_contents 
-----------------------------------------------------*/
.main_contents{
  padding-top: 17px;
}
@media screen and (max-width :834px) {
  .main_contents{
    padding-top: 20px;
  }
}
/* area_schedule 
-----------------------------------------------------*/
.area_schedule .cmn_ttl01:nth-of-type(n+2) {
  margin-top: 80px;
}

/*mod_date*/
.area_schedule .mod_date{
  margin-bottom: 5px;
  font-weight: 700;
}
.area_schedule .mod_date .date{
  font-size: 24px;
  font-size: 2.4rem;
}
.area_schedule .mod_date .note{
  display: inline-block;
  margin-left: 20px;
  color: #ff5893;
}


/*wrap_cnt*/
.area_schedule .area_step .wrap_cnt{
  padding: 16px 0;
  border: solid 1px #e67c9a;
  background-color: #fff;
  border-radius: 8px;
}
.area_schedule .area_step.cate_48 .wrap_cnt{
  border-color: #bfa007;
}
.area_schedule .area_step.cate_49 .wrap_cnt{
  border-color: #5cc4da;
}

/*area_step*/
.area_schedule .area_step + .area_step{
  margin-top: 50px;
}
.area_schedule .area_step .ttl_step{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  text-align: left;
  min-height: 48px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.273;
}
.area_schedule .area_step button.ttl_step{
  background: #fff url("../img/ico_acd_plus.svg")no-repeat right 20px center;
  background-size: 32px auto;
  transition: all 0.5s ease;  
  padding-right: 60px;
}
.area_schedule .area_step button.ttl_step[aria-expanded="true"]{
  background-image:url("../img/ico_acd_minus.svg");
}
.area_schedule .area_step .ttl_step .step{
  padding: 8px 21px 9px;
  background-color: #e67c9a;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0 8px 8px 0;
}
.area_schedule .area_step .ttl_step .step >span{
  font-size: 24x;
  font-size: 2.4rem;
}
.area_schedule .area_step .ttl_step .ttl{
  margin-left: 20px;
  flex: 1;
}
.area_schedule .area_step .ttl_step .ttl .lead{
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 0.5em;
}

.area_schedule .area_step.cate_48 .ttl_step .step{
  background-color: #bfa007;

}
.area_schedule .area_step.cate_49 .ttl_step .step{
  background-color: #5cc4da;
}

.area_schedule .wrap_cnt > .cnt_details{
  padding: 40px 29px 24px;
}

@media screen and (max-width :834px) {
  .area_schedule .cmn_ttl01:nth-of-type(n+2) {
    margin-top: 40px;
  }

  /*mod_date*/
  .area_schedule .mod_date{
    margin-bottom: 8px;
  }
  .area_schedule .mod_date .date{
    font-size: 19px;
    font-size: 1.9rem;
  }
  .area_schedule .mod_date .note{
    display: block;
    margin-left: 0;
    margin-top: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  /*wrap_cnt*/
  .area_schedule .area_step .wrap_cnt{
    padding: 11px 0;
    border-radius: 4px;
  }
  /*area_step*/
  .area_schedule .area_step + .area_step{
    margin-top: 25px;
  }
  .area_schedule .area_step .ttl_step{
    min-height: 50px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .area_schedule .area_step button.ttl_step{
    background-position:right 15px center;
    background-size: 24px auto;
    padding-right: 45px;
  }
  .area_schedule .area_step .ttl_step .step{
    width: 60px;
    padding: 5px 5px 7px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
  }
  .area_schedule .area_step .ttl_step .step >span{
    display: block;
    font-size: 22x;
    font-size: 2.2rem;
    line-height: 1;
  }
  .area_schedule .area_step .ttl_step .ttl{
    margin-left: 10px;
    font-weight: 500;
  }
  .area_schedule .area_step .ttl_step .ttl .lead{
    display: block;
    font-size: 14x;
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 3px;
  }  
  .area_schedule .wrap_cnt > .cnt_details{
    padding: 15px 15px 14px;
  }  

}
/* tag */
.area_schedule .area_step .tag{
  display: block;
  width: 100%;
  display: inline-flex;
  gap: 8px;
  margin-top: 10px;
}
.area_schedule .area_step .tag > span{
  padding: 4px 19px 5px;
  line-height: 1;
  font-weight: 500;
  background-color: #f2655d;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-radius:6px;
}

.area_schedule .area_step .tag > span.tagid_48,
.area_schedule .area_step .tag > span.tagid_47{
  background-color: #15bcc7;
}
.area_schedule .area_step .tag > span.tagid_49,
.area_schedule .area_step .tag > span.tagid_50,
.area_schedule .area_step .tag > span.tagid_51{
  background-color: #f2718b;
}
.area_schedule .area_step .tag > span.tagid_52,
.area_schedule .area_step .tag > span.tagid_53{
  background-color: #f58345;
}
.area_schedule .area_step .tag > span.tagid_54,
.area_schedule .area_step .tag > span.tagid_55{
  background-color: #3d85c6;
}
.area_schedule .area_step .tag > span.tagid_56{
  background-color: #7fbc5a;
}
.area_schedule .area_step .tag > span.tagid_57,
.area_schedule .area_step .tag > span.tagid_58,
.area_schedule .area_step .tag > span.tagid_59{
  background-color: #9e75b4;
}
.area_schedule .area_step .tag > span.tagid_60{
  background-color: #62c0c7;
}

@media screen and (max-width :834px) {
  .area_schedule .area_step .tag{
    margin-top: 5px;
    gap: 4px;
  }
  .area_schedule .area_step .tag > span{
    padding: 3px 7px;
    font-size: 10px;
    font-size: 1rem;
    border-radius:3px;
  }  
}
/*cnt_details*/
.area_schedule .wrap_acd > dd{
  display: none;
}
.area_schedule .area_step .cnt_details .wrap_acd+.wrap_acd{
  margin-top:20px ;
}
.area_schedule .area_step .cnt_details .ttl_step{
  min-height: inherit;
  padding: 17px 70px 17px 16px;
  background-color: #fae5eb;
  border-radius: 8px;
  font-size: 24px;
  font-size: 2.4rem;  
  font-weight: 500;
}

.area_schedule .area_step .cnt_details .wrap_acd.cate_48 .ttl_step{
  background-color: #f2eccd;
}
.area_schedule .area_step .cnt_details .wrap_acd.cate_49 .ttl_step{
  background-color: #def3f8;
}
.area_schedule .area_step .cnt_details .cnt_acd_details{
  padding: 30px 0;
}


.area_schedule .area_step .cnt_details .cms_text+*{
  margin-top: 20px;
}

@media screen and (max-width :834px) {
  .area_schedule .area_step .cnt_details .wrap_acd+.wrap_acd{
    margin-top:10px ;
  }
  .area_schedule .area_step .cnt_details .ttl_step{
    padding: 10px 45px 10px 15px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;  
  }

  .area_schedule .area_step .cnt_details .cnt_acd_details{
    padding: 20px 0;
  }


  .area_schedule .area_step .cnt_details .cms_text+*{
    margin-top: 20px;
  }  
}


