@charset "UTF-8";

@charset "UTF-8";
a {
  color: #000;
}

.no-ready {
  cursor: default;
  opacity: 0.7;
}

/*-----------------------------
  main-visual
-----------------------------*/
#top .main-visual_inner {
  background-image: url(../img/top_main-visual_bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
  #top .main-visual_inner {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #top .main-visual_title-box {
    background-image: url(../img/top_main-visual_bg.jpg);
    background-position: right -100px top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.main-visual {
  margin-top: 180px;
  height: 280px;
}

@media screen and (max-width: 768px) {
  .main-visual {
    height: auto;
  }
}

.main-visual_wrapper {
  background: #F9F6F2;
}

.main-visual_inner {
  height: 161px;
  margin: 0 auto;
  position: relative;
  width: 1280px;
}

#top .main-visual_inner {
    height: 240px;
}

@media screen and (max-width: 1280px) {
  .main-visual_inner {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
    .main-visual_inner,
    #top .main-visual_inner {
        background: none;
        height: auto;
    }
}

.main-visual_title {
  background: #A5A19B;
  color: #fff;
  height: 250px;
  left: 0;
  padding: 75px 15px 35px 30px;
  position: absolute;
  top: 24px;
  width: 305px;
}

@media screen and (max-width: 768px) {
  .main-visual_title {
    height: auto;
    padding: 4% 3%;
    position: unset;
    top: 0;
    width: 48%;
  }
}

.main-visual_category {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .main-visual_category {
    font-size: 16px;
  }
}

.main-visual_category::after {
  background: #707070;
  content: '';
  display: block;
  height: 3px;
  margin: 20px 0;
  width: 80px;
}

.main-visual_subcategory {
  font-size: 19px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .main-visual_subcategory {
    font-size: 17px;
  }
}

.main-visual_lead {
  font-size: 15px;
  line-height: 1.6;
  padding: 170px 0 0 357px;
}
#top .main-visual_lead {
    padding: 250px 0 0 320px;
}

@media screen and (max-width: 768px) {
  .main-visual_lead,
    #top .main-visual_lead {
    font-size: 13px;
    padding: 4% 3%;
  }
}

/*-----------------------------
  breadcrumb
-----------------------------*/
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb_inner {
  margin: 0 auto;
  width: 1280px;
}

@media screen and (max-width: 1280px) {
  .breadcrumb_inner {
    width: auto;
  }
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.breadcrumb .breadcrumb_item {
  font-size: 13px;
}

.breadcrumb_item--top::after {
  content: '＞';
  display: inline-block;
  font-size: 13px;
  margin: 0 10px;
}

/*-----------------------------
  list page
-----------------------------*/
.main-contents {
  background-image: url("../../list/img/main-contents_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}

@media screen and (max-width: 768px) {
  .main-contents {
    padding: 30px 0;
  }
}

/* about */
.about {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 30px;
  }
}

.title-block {
  margin-bottom: 25px;
  text-align: center;
}

.title-block_title {
  font-size: 20px;
  font-weight: bold;
}

.title-block_title::after {
  background: #3D9DD8;
  content: "";
  display: block;
  height: 3px;
  margin: 15px auto;
  width: 100px;
}

.title-block_subtitle {
  color: #A5A19B;
  font-size: 14px;
  font-weight: bold;
}

.about-contents {
  background: #fff;
/*  -webkit-box-shadow: 0px 0px 15px -5px #A5A19B;*/
/*  box-shadow: 0px 0px 15px -5px #A5A19B;*/
  margin: 0 auto;
  padding: 0px 0px 40px;
  width: 1280px;
}

@media screen and (max-width: 1280px) {
  .about-contents {
    margin: 0 4%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .about-contents {
    padding: 0% 4% 4% 4%;
  }
}

.about-visual {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-visual {
    display: none;
  }
}

.about-visual img {
  max-width: 100%;
}

.about-target_title {
  background: #D2EAFD;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px 15px 18px;
}
.about-target_title.add {
    width: 600px;
    padding: 12px 0 10px;
    margin: 28px auto 0 auto;
    background: #f36;
    color: white;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .about-target_title.add {
        width: 100%;
        font-size: 15px;
        line-height: 1.2;
    }
}

.target-contents_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}

.target-contents_title span {
  color: #CC0066;
  font-weight: bold;
}

.target-contents_text {
  font-size: 15px;
    text-align: center;
  line-height: 1.6;
}

.target-contents_text span {
  color: #CC0066;
}

.target-contents_lists {
  background: #F1F1F1;
  margin: 15px 0;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .target-contents_lists {
    padding: 15px;
  }
}

.target-contents_item {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.target-contents_item::before {
  color: #3D9DD8;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}

.target-contents_item:not(:last-child) {
  margin-bottom: 3px;
}

.target-contents_item--title {
  padding: 0 0 5px;
  text-indent: 0;
}

.target-contents_item--title::before {
  display: none;
}

/*-----------------------------
  page-anchor
-----------------------------*/
.page-anchor {
  background-image: url("../img/page-anchor_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 30px;
}

@media screen and (max-width: 768px) {
  .page-anchor {
    padding: 30px 0 20px;
  }
}

.page-anchor_inner {
  margin: 0 auto;
  width: 1180px;
}

@media screen and (max-width: 1280px) {
  .page-anchor_inner {
    width: auto;
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .page-anchor_inner {
    width: auto;
  }
}

.page-anchor_title {
  color: #373737;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .page-anchor_title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.page-anchor_subtitle {
    padding: 6px 12px;
    border-bottom: 1px dotted #007f5b;
    margin: 4px 0 12px 0;
    color: #007f5b;
    font-size: 16px;
    font-weight: bold;
}

.anchor-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .anchor-lists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.anchor-lists_item {
  background: #fff;
  -webkit-box-shadow: 2px 1px 2px rgba(102, 102, 102, 0.4);
  box-shadow: 2px 1px 2px rgba(102, 102, 102, 0.4);
  margin: 0 4% 20px 0;
  padding: 4px 0;
  position: relative;
  width: calc((100% - 12%) / 4);
}

@media screen and (max-width: 768px) {
  .anchor-lists_item {
    margin: 0 0 3% 0;
    padding: 0;
    width: 48%;
  }
}

.anchor-lists_item:nth-of-type(4n) {
  margin-right: 0;
}

.anchor-lists_item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  min-height: 50px;
  padding: 0 30px 0 12px;
}

@media screen and (max-width: 768px) {
  .anchor-lists_item a {
    font-size: 11px;
    padding: 0 25px 0 8px;
  }
}

.anchor-lists_item a::before {
  background: #3D9DD8;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}

.anchor-lists_item a::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  content: "\f078";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  right: 7px;
  top: 0;
  z-index: 10;
}

/*-----------------------------
  training
-----------------------------*/
.training {
  padding-top: 60px;
}

@media screen and (max-width: 1280px) {
  .training {
    padding-top: 30px;
  }
}

.training_section {
  margin-bottom: 30px;
}

.training-header_category {
  background: #A5A19B;
  padding: 18px 0 15px;
}

@media screen and (max-width: 768px) {
  .training-header_category {
    font-size: 15px;
  }
}

.training-header_category-inner, .training-header_lead-inner {
  margin: 0 auto;
  width: 1180px;
}

@media screen and (max-width: 1280px) {
  .training-header_category-inner, .training-header_lead-inner {
    padding: 0 4%;
    width: auto;
  }
}

.training-header_category-inner {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .training-header_category-inner {
    font-size: 15px;
  }
}

.training-header_lead {
  background: #F5F2EC;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .training-header_lead {
    padding: 15px 0;
  }
}

.training-header_lead-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .training-header_lead-inner {
    display: block;
  }
}

.training-header_title {
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .training-header_title {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
}

.training-header_title span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.training-header_text {
  border-left: 2px solid #663300;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 60px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .training-header_text {
    border-left: none;
    border-top: 2px solid #663300;
    font-size: 13px;
    padding: 10px 0 0 0;
  }
}

.seminar-header {
  margin: 0 auto;
  width: 1180px;
}

@media screen and (max-width: 1280px) {
  .seminar-header {
    padding: 0 4%;
    width: auto;
  }
}

.seminar-header_title {
  border-bottom: 3px solid #A5A19B;
  font-size: 20px;
  margin: 30px 0 18px;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .seminar-header_title {
    font-size: 15px;
    font-size: 4vw;
    padding-bottom: 6px;
  }
}

.seminar-header_title::before {
  background: #3D9DD8;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 104px;
}

.seminar-header_lecture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .seminar-header_lecture {
    display: block;
  }
}

.seminar-header_lecture-name {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .seminar-header_lecture-name {
    font-size: 12px;
  }
}

.seminar-header_lecture-name span {
  font-size: 14px;
  margin-left: 28px;
}

@media screen and (max-width: 768px) {
  .seminar-header_lecture-name span {
    font-size: 11px;
    display: block;
    margin: 10px 0 0 0;
  }
}

.seminar-header_report {
/*  display: none;*/
}

@media screen and (max-width: 768px) {
  .seminar-header_report {
    margin-top: 4%;
  }
}

.seminar-header_report a {
  background: #213EB2;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 9px 12px 0 0;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .seminar-header_report a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0;
    width: auto;
  }
}

.seminar-header_report a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
}

.seminar-contents {
  background-image: url("../img/training_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.seminar-contents_inner {
  margin: 0 auto;
  padding: 10px 0 40px;
  width: 1180px;
}

@media screen and (max-width: 1280px) {
  .seminar-contents_inner {
    padding: 6% 4%;
    width: auto;
  }
}

.seminar-contents_subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
    padding: 2px 8px;
    background: rgba(255,255,255,0.7);
    border-left: 4px solid #3D9DD8;
}

.seminar-contents_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .seminar-contents_lists {
    display: block;
  }
}

.seminar-contents_notice {
  font-size: 24px;
  padding: 30px 0 10px;
}

@media screen and (max-width: 768px) {
  .seminar-contents_notice {
    font-size: 20px;
    padding: 10px 0;
  }
}

.seminar-item {
  background: #fff;
  -webkit-box-shadow: 1px 1px 0 #a5958f;
  box-shadow: 1px 1px 0 #a5958f;
  display: block;
  margin: 30px 4% 0 0;
  min-height: 160px;
  padding: 11px 10px;
  position: relative;
  width: calc((100% - 12%) / 4);
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .seminar-item {
    width: calc((100% - 8%) / 3);
  }
}

@media screen and (max-width: 768px) {
  .seminar-item {
    margin: 6% 0 0;
    min-height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .seminar-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.seminar-item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  .seminar-item:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .seminar-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.seminar-item:nth-child(1) .seminar-item_title::before {
  content: "01";
}

.seminar-item:nth-child(2) .seminar-item_title::before {
  content: "02";
}

.seminar-item:nth-child(3) .seminar-item_title::before {
  content: "03";
}

.seminar-item:nth-child(4) .seminar-item_title::before {
  content: "04";
}

.seminar-item:nth-child(5) .seminar-item_title::before {
  content: "05";
}

.seminar-item:nth-child(6) .seminar-item_title::before {
  content: "06";
}

.seminar-item:nth-child(7) .seminar-item_title::before {
  content: "07";
}

.seminar-item:nth-child(8) .seminar-item_title::before {
  content: "08";
}

.seminar-item:nth-child(9) .seminar-item_title::before {
  content: "09";
}

.seminar-item:nth-child(50) .seminar-item_title::before {
  content: "50";
}

.seminar-item:nth-child(49) .seminar-item_title::before {
  content: "49";
}

.seminar-item:nth-child(48) .seminar-item_title::before {
  content: "48";
}

.seminar-item:nth-child(47) .seminar-item_title::before {
  content: "47";
}

.seminar-item:nth-child(46) .seminar-item_title::before {
  content: "46";
}

.seminar-item:nth-child(45) .seminar-item_title::before {
  content: "45";
}

.seminar-item:nth-child(44) .seminar-item_title::before {
  content: "44";
}

.seminar-item:nth-child(43) .seminar-item_title::before {
  content: "43";
}

.seminar-item:nth-child(42) .seminar-item_title::before {
  content: "42";
}

.seminar-item:nth-child(41) .seminar-item_title::before {
  content: "41";
}

.seminar-item:nth-child(40) .seminar-item_title::before {
  content: "40";
}

.seminar-item:nth-child(39) .seminar-item_title::before {
  content: "39";
}

.seminar-item:nth-child(38) .seminar-item_title::before {
  content: "38";
}

.seminar-item:nth-child(37) .seminar-item_title::before {
  content: "37";
}

.seminar-item:nth-child(36) .seminar-item_title::before {
  content: "36";
}

.seminar-item:nth-child(35) .seminar-item_title::before {
  content: "35";
}

.seminar-item:nth-child(34) .seminar-item_title::before {
  content: "34";
}

.seminar-item:nth-child(33) .seminar-item_title::before {
  content: "33";
}

.seminar-item:nth-child(32) .seminar-item_title::before {
  content: "32";
}

.seminar-item:nth-child(31) .seminar-item_title::before {
  content: "31";
}

.seminar-item:nth-child(30) .seminar-item_title::before {
  content: "30";
}

.seminar-item:nth-child(29) .seminar-item_title::before {
  content: "29";
}

.seminar-item:nth-child(28) .seminar-item_title::before {
  content: "28";
}

.seminar-item:nth-child(27) .seminar-item_title::before {
  content: "27";
}

.seminar-item:nth-child(26) .seminar-item_title::before {
  content: "26";
}

.seminar-item:nth-child(25) .seminar-item_title::before {
  content: "25";
}

.seminar-item:nth-child(24) .seminar-item_title::before {
  content: "24";
}

.seminar-item:nth-child(23) .seminar-item_title::before {
  content: "23";
}

.seminar-item:nth-child(22) .seminar-item_title::before {
  content: "22";
}

.seminar-item:nth-child(21) .seminar-item_title::before {
  content: "21";
}

.seminar-item:nth-child(20) .seminar-item_title::before {
  content: "20";
}

.seminar-item:nth-child(19) .seminar-item_title::before {
  content: "19";
}

.seminar-item:nth-child(18) .seminar-item_title::before {
  content: "18";
}

.seminar-item:nth-child(17) .seminar-item_title::before {
  content: "17";
}

.seminar-item:nth-child(16) .seminar-item_title::before {
  content: "16";
}

.seminar-item:nth-child(15) .seminar-item_title::before {
  content: "15";
}

.seminar-item:nth-child(14) .seminar-item_title::before {
  content: "14";
}

.seminar-item:nth-child(13) .seminar-item_title::before {
  content: "13";
}

.seminar-item:nth-child(12) .seminar-item_title::before {
  content: "12";
}

.seminar-item:nth-child(11) .seminar-item_title::before {
  content: "11";
}

.seminar-item:nth-child(10) .seminar-item_title::before {
  content: "10";
}

.seminar-item_title {
  font-size: 14px;
  font-weight: bold;
  height: 31px;
  line-height: 1.2;
  margin: 10px 0 15px;
}

@media screen and (max-width: 768px) {
  .seminar-item_title {
    height: auto;
    margin: 0 0 4%;
    line-height: 1.2;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.seminar-item_title::before {
  position: absolute;
  z-index: -1;
  right: -4px;
  top: -23px;
  color: rgba(76, 135, 199, 0.5);
  font-family: 'Anton', sans-serif;
  font-size: 41px;
  font-weight: normal;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .seminar-item_title::before {
    top: -16%;
    font-size: 39px;
    font-size: 10.4vw;
  }
}

.seminar-item_main {
  margin-bottom: 30px;
}

.seminar-item_term {
  color: #3D9DD8;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .seminar-item_term {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.seminar-item_description {
  position: relative;
}

@media screen and (max-width: 768px) {
  .seminar-item_description {
    position: unset;
  }
}

.seminar-item_item {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .seminar-item_item {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.seminar-item_item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.seminar-item_time {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -19px;
}

@media screen and (max-width: 768px) {
  .seminar-item_time {
    margin-top: 12%;
    right: 4%;
    top: 0;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.seminar-item_time::before {
  background-position: left top;
  background-image: url("../img/seminar-item_time_bg.gif");
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: -19px;
  position: absolute;
  top: -3px;
  width: 16px;
}

.seminar-item_date {
  bottom: 14px;
  font-size: 11px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .seminar-item_date {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.seminar-item_movie {
  bottom: 7px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .seminar-item_movie {
    width: 40%;
  }
}

.seminar-item_movie-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #464646;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-left: 15px;
  width: 89px;
}

@media screen and (max-width: 768px) {
  .seminar-item_movie-link {
    height: auto;
    padding: 6% 0;
    width: auto;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.seminar-item_movie-link::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 12px;
  top: 0;
  height: 0;
  margin: auto;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  width: 0;
}

.spNav-item.sub a {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

/*# sourceMappingURL=maps/index.css.map */
