@charset "UTF-8";
/* Authored Dependencies */
/* Fix&Customize */
@media only screen and (max-width: 767px) {
  .mobilePage .l-all {
    width: 100%;
    min-width: 100%;
  }
  .mobilePage .l-side {
    display: none;
  }
  .mobilePage .l-cont {
    margin-left: 0;
    min-width: 100%;
  }
  .mobilePage header .name {
    display: none;
  }
}

/* Modules */
.lecture_container a {
  display: inline-block;
}

.collectList a {
  text-decoration: none;
  cursor: pointer;
}
.collectList .m-breadcrumb_main li span {
  font-size: 14px;
  line-height: 22px;
  color: #4a4a4a;
}
.collectList .m-breadcrumb_main li:last-child span {
  color: #000000;
  font-weight: 400;
}
.collectList .typeWrap {
  margin-top: 5px;
}
.collectList .typeWrap:after {
  content: "";
  display: block;
  clear: both;
}
.collectList .typeContainer {
  width: calc( 100% - 220px );
  float: left;
}
@media only screen and (max-width: 767px) {
  .collectList .typeContainer {
    width: 100%;
  }
}
.collectList .typeContainer .typeTitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #D8D8D8;
}
@media only screen and (max-width: 767px) {
  .collectList .typeContainer .typeTitle {
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
  }
}
.collectList .typeContainer .typeList {
  margin: 6px auto 24px auto;
  font-size: 0;
}
@media only screen and (max-width: 991px) {
  .collectList .typeContainer .typeList {
    margin: 0px auto 12px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .collectList .typeContainer .typeList {
    margin: 0px auto 12px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.collectList .typeContainer .typeList .item {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc((100% - 132px)/3);
  margin: 10px 66px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .collectList .typeContainer .typeList .item {
    flex: 0 0 calc( 50% - 6px);
    margin-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .collectList .typeContainer .typeList .item:last-child {
    margin-right: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .collectList .typeContainer .typeList .item {
    flex: 0 0 calc( 50% - 6px);
    margin-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .collectList .typeContainer .typeList .item:last-child {
    margin-right: 50%;
  }
}
.collectList .typeContainer .typeList .item::before {
  content: "•";
  margin-right: 4px;
  color: #2fa9af;
}
.collectList .typeContainer .typeList .item a {
  color: #000;
  cursor: pointer;
}
.collectList .typeContainer .typeList .item a:hover {
  color: #2fa9af;
}
.collectList .typeContainer .typeList .item:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .collectList .adv_content {
    margin-top: 16px;
  }
}
.collectList .adv_style_big {
  width: 200px;
  margin-top: 70px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .collectList .adv_item {
    margin-bottom: 20px;
  }
}
.collectList .adv_item img {
  width: 100%;
}
.collectList .paddingHomeEstate.homeEstate {
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .collectList .paddingHomeEstate.homeEstate {
    padding-top: 20px;
  }
}

.keywordsContainer {
  color: #000;
}
.keywordsContainer:before, .keywordsContainer:after {
  content: " ";
  display: table;
}
.keywordsContainer:after {
  clear: both;
}
.keywordsContainer .keywordsTitle {
  padding: 4px 0 7px 0;
  font-size: 26px;
  line-height: 37px;
  font-weight: 600;
  border-bottom: 1px solid #D8D8D8;
}
@media only screen and (max-width: 767px) {
  .keywordsContainer .keywordsTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    padding-bottom: 6px;
  }
}
.keywordsContainer .articleContainer {
  float: left;
  width: calc( 100% - 300px );
}
@media only screen and (max-width: 991px) {
  .keywordsContainer .articleContainer {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .keywordsContainer .articleContainer {
    float: none;
    width: 100%;
  }
}
.keywordsContainer .articleItem {
  margin: 20px 0 3px 0;
  color: #000;
  display: block;
}
.keywordsContainer .articleItem:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .keywordsContainer .articleItem {
    margin: 11px 0 24px 0;
  }
}
.keywordsContainer .articleItem i {
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 12px;
  background: #2FA9AF;
  vertical-align: sub;
}
.keywordsContainer .articleItem img {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: 18px auto 22px auto;
}
@media only screen and (max-width: 767px) {
  .keywordsContainer .articleItem img {
    width: 345px;
    margin: 17px auto;
  }
}
.keywordsContainer .articleItem .articleTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .keywordsContainer .articleItem .articleTitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.keywordsContainer .articleItem .articleContent {
  margin: 13px 0 0px 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .keywordsContainer .articleItem .articleContent {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    margin-left: 0;
  }
}
.keywordsContainer .articleRight {
  width: 270px;
  float: right;
  margin-top: 23px;
  border: 1px solid #D8D8D8;
}
.keywordsContainer .articleRight .keywordsContent {
  padding: 20px 10px;
}
.keywordsContainer .articleRight .rightTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 26px;
  margin-bottom: 9px;
}
.keywordsContainer .stepsContainer {
  margin-left: 3px;
}
.keywordsContainer .stepsContainer .stepsItem {
  display: flex;
  align-item: center;
}
.keywordsContainer .stepsContainer .stepsItem:last-of-type .stepsLine {
  display: none;
}
.keywordsContainer .stepsContainer .stepsItem .stepsLeftWrap {
  flex: 0 0 19px;
  display: flex;
  align-items: center;
  position: relative;
}
.keywordsContainer .stepsContainer .stepsItem .stepsLeftWrap .iconCircular {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 10;
}
.keywordsContainer .stepsContainer .stepsItem .stepsLeftWrap .iconCircularIn {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  background: #E8E8E8;
}
.keywordsContainer .stepsContainer .stepsItem .stepsLeftWrap .stepsLine {
  width: 2px;
  height: 100%;
  background: #E8E8E8;
  margin-left: 5px;
  position: absolute;
  z-index: 1;
  top: 50%;
}
.keywordsContainer .stepsContainer .stepsItem.active .iconCircular {
  background: rgba(47, 169, 175, 0.37);
}
.keywordsContainer .stepsContainer .stepsItem.active .iconCircularIn {
  background: #2fa9af;
}
.keywordsContainer .stepsContainer .stepsItem .stepsRightWrap {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0;
}
.keywordsContainer .stepsContainer .stepsItem .stepsContent {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 4px 1px 5px 5px;
  color: #000;
}
.keywordsContainer .stepsContainer .stepsItem .stepsContent:hover {
  color: #2fa9af;
}
.keywordsContainer .stepsContainer .stepsItem.active .stepsContent {
  background: #2FA9AF;
  color: #fff;
}

.othersKeywords {
  margin-top: 41px;
}
.othersKeywords:before, .othersKeywords:after {
  content: " ";
  display: table;
}
.othersKeywords:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .othersKeywords {
    margin-top: 33px;
  }
}
.othersKeywords .othersKeywordsTitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}
@media only screen and (max-width: 767px) {
  .othersKeywords .othersKeywordsTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    margin-bottom: 6px;
  }
}
.othersKeywords .keywordsList {
  margin-top: 6px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .othersKeywords .keywordsList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.othersKeywords .keywordsList .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-right: 74px;
  width: 176px;
  width: calc((100% - 222px)/4);
}
.othersKeywords .keywordsList .item:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .othersKeywords .keywordsList .item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    flex: 0 0 calc( 50% - 6px);
    margin-right: 0 !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .othersKeywords .keywordsList .item:last-child {
    margin-right: 50%;
  }
}
.othersKeywords .keywordsList .item::before {
  content: "•";
  margin-right: 4px;
  color: #2fa9af;
}
.othersKeywords .keywordsList .item a {
  color: #000;
  cursor: pointer;
}
.othersKeywords .keywordsList .item a:hover {
  color: #2fa9af;
}

.rightFixed {
  position: fixed;
  background: #fff;
  top: 0px;
  right: 80px;
  z-index: 20;
}

.article .articleItem {
  padding-top: 0;
}
.article .articleItem:hover {
  background-color: #fff;
}
.article .articleItem img {
  margin: 20px auto 22px auto;
}
@media only screen and (max-width: 767px) {
  .article .articleItem img {
    width: 345px;
    margin: 13px auto 17px auto;
  }
}
