@charset "UTF-8";
/*==================================================

** syllabus common
==================================================*/
.fGray {
  color: #b4b4c6;
}
.fBlack {
  color: #000000;
}



/*==================================================

** index
==================================================*/
#syllabusSec .prologue {
  margin: 0;
}
#syllabusSec .prologue a {
  color: #5fc3be;
  text-decoration: underline;
}
#syllabusSec .prologue a:hover {
  text-decoration: none;
}
#syllabusSec .infobox, #syllabusSec .ttls, #syllabusSec .anchorlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#syllabusSec .infobox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #b2b2b2;
}
#syllabusSec .infobox .ttls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#syllabusSec .infobox .ttls .ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 20px 0 0;
}
#syllabusSec .infobox .ttls .anchorlist {
  padding: 0 0 0 20px;
  background: url("../images/common/ico_cir_arr_black_right.svg") no-repeat left center;
  background-size: 17px 17px;
}
#syllabusSec .infobox .ttls .anchorlist li:after {
  content: '｜';
}
#syllabusSec .infobox .ttls .anchorlist li a {
  padding: 0 4px;
}
#syllabusSec .infobox .ttls .anchorlist li a:hover {
  color: #5fc3be;
  text-decoration: underline;
}
#syllabusSec .infobox .label {
  font-size: 1.2rem;
}
#syllabusSec #syllabusList .flex {
  margin: 20px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#syllabusSec #syllabusList .flex .ttlbox > :first-child,
#syllabusSec #syllabusList .flex .txtbox > :first-child {
  margin-top: 0;
}
#syllabusSec #syllabusList .flex .ttlbox {
  width: 14%;
}
#syllabusSec #syllabusList .flex .ttlbox h2 {
  line-height: 1;
}
#syllabusSec #syllabusList .flex .txtbox {
  width: 86%;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #b2b2b2;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox + .syllabusbox {
  margin-top: 10px;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linettl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  font-size: 2.0rem;
  font-weight: bold;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail {
  width: calc(100% - 70px);
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail > :first-child {
  margin-top: 0;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .syllabuslist {
  margin: 0;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .syllabuslist > li + li {
  margin-top: 30px;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .syllabuslist > li .ttl {
  font-weight: bold;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .syllabuslist > li .ttl .en {
  display: block;
  font-size: 1.2rem;
  color: #5fc3be;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .syllabuslist > li .linklist {
  margin: 0;
  padding: 0 0 0 20px;
  text-indent:-1em;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .syllabuslist > li .linklist li a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url("../images/common/ico_window.svg") no-repeat left top;
  background-size: contain;
  margin-left: 10px;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .syllabuslist > li .linklist li a:hover {
  text-decoration: underline;
  color: #5fc3be;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .pagetop {
  margin: 30px 0 0;
  text-align: right;
}
#syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .pagetop a {
  padding: 0 0 0 18px;
  background: url("../images/common/ico_cir_arr_black_top.svg") no-repeat left center;
  background-size: 15px 15px;
}
@media screen and (min-width: 768px) {
  #syllabusSec .pagenav {
    margin: 40px 0 0;
  }
  #syllabusSec .pagenav ul li {
    width: 200px;
  }
  #syllabusSec #syllabusList .flex .txtbox .linedetail {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #syllabusSec .pagenav {
    margin: 20px 0 0;
  }
  #syllabusSec .infobox {
    margin: 50px 0 0;
  }
  #syllabusSec .infobox .ttls .ttl {
    margin: 0 10px 0 0;
  }
  #syllabusSec .infobox .ttls .anchorlist {
    display: none;
  }
  #syllabusSec #syllabusList .flex .ttlbox {
    width: 100%;
  }
  #syllabusSec #syllabusList .flex .txtbox {
    width: 100%;
  }
  #syllabusSec #syllabusList .flex .txtbox .syllabusbox {
    margin: 10px 0 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #syllabusSec #syllabusList .flex .txtbox .syllabusbox .linettl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    padding: 0 25px 0 10px;
    background: url("../images/common/ico_arr_black_btm.svg") no-repeat right 15px center;
    background-size: 9px 14px;
    cursor: pointer;
  }
  #syllabusSec #syllabusList .flex .txtbox .syllabusbox .linettl.close {
    background-image: url("../images/common/ico_arr_black_top.svg");
  }
  #syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail {
    display: none;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 30px;
  }
  #syllabusSec #syllabusList .flex .txtbox .syllabusbox .linedetail .pagetop {
    display: none;
  }
}
