@charset "utf-8";


*[id^=L] {
  margin-top: -360px;
  padding-top: 360px;
}
@media screen and (max-width: 767px){
  *[id^=L] {
    margin-top: 0;
    padding-top: 0;
  }
}

#container #breadcrumbs{
  margin-bottom: 0;
}

.edit-area{
  padding: 38px 0 50px;
}
@media screen and (max-width: 767px){
  .edit-area{
    padding: 10px 0 20px;
  }
}

/* .edit-area.material */
.edit-area.material{
  padding-top: 80px;
}
@media screen and (max-width: 767px){
  .edit-area.material{
    padding-top: 40px;
  }
}
.edit-area.material .large-btn{
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .edit-area.material .large-btn{
    margin-bottom: 20px;
  }
}

.edit-area.material .large-btn .cover{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  transition: ease .25s background,ease .25s border;
}
@media screen and (min-width: 1025px){
  .edit-area.material .large-btn .cover:hover{
    background: #FAFAFA;
    border-color: #333;
  }
}
@media screen and (max-width: 767px){
  .edit-area.material .large-btn .cover{
    padding: 20px;
    font-size: 1.8rem;
  }
}



.edit-area.material .large-btn .cover:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-width: 767px){
  .edit-area.material .large-btn .cover:after{
    right: 28px;
  }
}

.edit-area.material .large-btn .cover:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #29C5A0;
}
@media screen and (max-width: 767px){
  .edit-area.material .large-btn .cover:before{
    right: 20px;
  }
}


.edit-area.material .hdl05{
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px){
  .edit-area.material .hdl05{
    margin: 30px 0 15px;
  }
}


.edit-area .material-list{
}
@media screen and (max-width: 1080px){
  .edit-area .material-list{
  }
}

.edit-area .material-list > li{
  margin-bottom: 10px;
}
.edit-area .material-list > li a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  transition: ease .25s background,ease .25s border;
}
@media screen and (min-width: 1025px){
  .edit-area .material-list > li a:hover{
    background: #FAFAFA;
    border-color: #333;
  }
}
@media screen and (max-width: 767px){
  .edit-area .material-list > li a{
    padding: 10px;
  }
}


.edit-area .material-list > li a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-width: 767px){
  .edit-area .material-list > li a:after{
    right: 18px;
  }
}

.edit-area .material-list > li a:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #29C5A0;
}
@media screen and (max-width: 767px){
  .edit-area .material-list > li a:before{
    right: 10px;
  }
}


.edit-area .material-list .number{
  margin-right: 20px;
  width: 70px;
  height: 70px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  background-color: #29C5A0;
  border-radius: 35px;
}
@media screen and (max-width: 767px){
  .edit-area .material-list .number{
    margin-right: 10px;
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}
.edit-area .material-list .title{
  font-size: 2rem;
  text-align: center;
  line-height: 140%;
}
@media screen and (max-width: 767px){
  .edit-area .material-list .title{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px){
  .edit-area .material-list .title{
    font-size: 1.3rem;
  }
}


.edit-area .material-list .number,
.edit-area .material-list .title{
  pointer-events: none;
}