@charset "utf-8";
/* CSS Document */
/*@media (min-width: 1200px) {
ul.navbar-nav li.list03 a{
  color: #009d80 !important;
}
ul.navbar-nav li.list03 a::after{
    opacity: 1;
    bottom: -8px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);      
}   
}*/
h2.green_bk {
  margin-bottom: 0px;
}
.education .pBox {
  padding: 10px 20px 10px;
  background-color: #dff4f4;
  border-left: 7px solid #00b2b2;
  margin: 5px 0 30px;
  position: relative;
  z-index: 1;
}
.education .pBox::before {
  position: absolute;
  content: " ";
  display: block;
  border: 2px solid #fff;
  bottom: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  z-index: 2;
}
.education .pBox p {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  /* ##################################################################### */
  /*	スマートフォン縦
/* ##################################################################### */
}
@media (min-width: 768px) {
  /* ##################################################################### */
  /*	スマートフォン横
/* ##################################################################### */
  /* ##################################################################### */
  /*	タブレット
/* ##################################################################### */
  p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  /* ##################################################################### */
  /*	タブレット
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
}
@media (min-width: 1200px) {
  /* ##################################################################### */
  /*	PC　コンピュータ
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
}