@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/admission/assets/font/fontawesomeV5free/all.min.css");
/* ----------------------------------------------------
    department
---------------------------------------------------- */
#d-group {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 90%;
  line-height: 2.5em;
  font-size: 2rem;
  background-color: #EEE;
  position: relative;
}

#d-group:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-left: 10px;
  position: absolute;
  top: .2em;
  right: 30px;
}

/*-----cony----*/
#d-group2 {
  display: block;
  margin: 10px auto 130px;
  text-align: center;
  width: 90%;
  line-height: 2.5em;
  font-size: 2rem;
  background-color: #EEE;
  position: relative;
}

#d-group2:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-left: 10px;
  position: absolute;
  top: .2em;
  right: 30px;
}
/*-----cony-end----*/

@media screen and (max-width: 768px) {
  #d-group {
    background-color: #FFF;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  #d-group:after {
    top: .1em;
  }
/*-----cony----*/
  #d-group2 {
    background-color: #FFF;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  #d-group2:after {
    top: .1em;
  }

/*-----cony-end----*/
}



#department .contents_box {
  width: 100%;
}

#department .box {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 125px;
}

#department .box .img_area {
  position: relative;
  max-width: 517px;
  width: 43.08333%;
  z-index: 5;
}

#department .box .txt_area {
  position: relative;
  max-width: none;
  width: 60%;
  margin: 0 0 0px -50px;
  background-size: auto auto;
  background-color: #eff7f7;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.6) 5px, rgba(255, 255, 255, 0.6) 6px), repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.6) 5px, rgba(255, 255, 255, 0.6) 6px);
  padding: 35px 35px 35px 75px;
  top: 35px;
}

#department .box .txt_area .ttl_box {
  margin-bottom: 20px;
}

#department .box .txt_area .ttl_box .txt {
  display: block;
  margin-bottom: 20px;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #339999;
}

#department .box .txt_area .ttl_box .ttl {
  font-weight: bold;
  font-size: 3.0rem;
  line-height: 1.2;
}

#department .box .txt_area .txt_box p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.375;
}

#department .box .txt_area .sub_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 29px;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  border: 2px Solid #339999;
  border-width: 1px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}

#department .box .txt_area .license_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#department .box .txt_area .license_list li {
  margin-right: 1em;
  font-size: 1.3rem;
  line-height: 1.6;
}

#department .box .txt_area .license_list li:last-of-type {
  width: 100%;
}

#department .box .txt_area .license_list li span {
  color: #339999;
}

#department .box .txt_area .moreBtn {
  display: block;
  border: 1px Solid black;
  box-shadow: 4px 4px 0 0 #b2b2b2;
  background: #fff;
  margin-left: auto;
  line-height: 32px;
  color: #000;
}

#department .box .txt_area .moreBtn:hover {
  box-shadow: none;
}

#department #dept02 .txt_area {
  background-color: #f2f9f3;
}

#department #dept02 .txt_area .ttl_box .txt {
  color: #008713;
}

#department #dept02 .txt_area .sub_ttl {
  border: 2px Solid #008713;
}

#department #dept02 .txt_area .license_list li span {
  color: #008713;
}

#department #dept03 .txt_area {
  background-color: #fef8ef;
}

#department #dept03 .txt_area .ttl_box .txt {
  color: #F29518;
}

#department #dept03 .txt_area .sub_ttl {
  border: 2px Solid #f29518;
}

#department #dept03 .txt_area .license_list li span {
  color: #f29518;
}

#department #dept04 .txt_area {
  background-color: #eaf5fa;
}

#department #dept04 .txt_area .ttl_box .txt {
  color: #3399CC;
}

#department #dept04 .txt_area .sub_ttl {
  border: 2px Solid #3399cc;
}

#department #dept04 .txt_area .license_list li span {
  color: #3399CC;
}

#department #dept05 .txt_area {
  background-color: #f8f2f8;
}

#department #dept05 .txt_area .ttl_box .txt {
  color: #9F4197;
}

#department #dept05 .txt_area .sub_ttl {
  border: 1px Solid #9f4197;
}

#department #dept05 .txt_area .license_list li span {
  color: #9F4197;
}

#department #dept06 {
  margin-bottom: 35px;
}

#department #dept06 .txt_area {
  background-color: #fff5fa;
}

#department #dept06 .txt_area .ttl_box .txt {
  color: #FF99CC;
}

#department #dept06 .txt_area .sub_ttl {
  border: 2px Solid #ff99cc;
}

#department #dept06 .txt_area .license_list li span {
  color: #FF99CC;
}

@media screen and (max-width: 960px) {
  #department .contents_box {
    width: 100%;
  }
  #department .box {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 125px;
  }
  #department .box .img_area {
    margin: 0 auto 0 0;
    padding: 0;
    width: 90%;
    z-index: 5;
  }
  #department .box .txt_area {
    position: relative;
    max-width: 696px;
    width: 90%;
    margin: -50px 0 0px auto;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.3) 6px), repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.3) 6px);
    padding: 75px 35px 35px 75px;
    top: 0px;
  }
}

@media screen and (max-width: 768px) {
  #department .contents_box {
    width: 100%;
  }
  #department .box {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
  }
  #department .box .img_area {
    margin: 0 auto 0 0;
    padding: 0;
    width: 96%;
    z-index: 5;
  }
  #department .box .txt_area {
    position: relative;
    max-width: 696px;
    width: 96%;
    margin: -30px 0 0px auto;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.3) 6px), repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.3) 6px);
    padding: 40px 20px 35px 20px;
    top: 0px;
  }
  #department .box .txt_area .ttl_box {
    margin-bottom: 20px;
  }
  #department .box .txt_area .ttl_box .txt {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  #department .box .txt_area .ttl_box .ttl {
    font-size: 2.0rem;
  }
  #department .box .txt_area .txt_box p {
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 1.615;
  }
  #department .box .txt_area .sub_ttl {
    width: 215px;
    height: 29px;
    margin-bottom: 15px;
    border-width: 1px;
    font-size: 1.3rem;
    line-height: 1.375;
    font-weight: 500;
  }
  #department .box .txt_area .license_list {
    margin-bottom: 15px;
  }
  #department .box .txt_area .license_list li {
    margin-right: 1em;
    font-size: 1.0rem;
    line-height: 1.6;
  }
  #department .box .txt_area .license_list li:last-of-type {
    width: auto;
  }
  #department .box .txt_area .moreBtn {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=department.css.map */