@charset "utf-8";
/* CSS Document */
.container {
    max-width: 960px;
    width: 96%;
    margin: 80px auto 0px;
}
#course .inner {
  margin-bottom: 20px;
}
#course a{
  text-decoration: none;
  color:black;
}

#course a:hover{
  text-decoration: underline;
  color:black;
}
#course ul {
  color: #1e366a;
  border-top: solid #1e366a 2px;/*上のボーダー*/
  border-bottom: solid #1e366a 2px;/*上のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
 font-size: 20px;
  margin-left: 0px;
   margin-right: 0px;	
}
#course ul li {
  list-style-type: none!important;
  line-height: 1.5;
  padding: 0.5em 0;
  text-decoration: none;
}
#course .inner p {
  margin-bottom: 24px;
}


.list_anchor{
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.list_anchor::after{
  content: "";
  width: 58%;
}
.list_anchor li{
  width: 18%;
  margin-bottom: 1em;
  color: #1e2182;
}

.list_anchor li a{
  display: block;
  
  background-color: #fff;
  border: 1px solid #1e2182;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
  padding: 16px 0;
  text-align: center;
  color: #1e2182;
  text-decoration: none;
  margin-bottom: 10px;
}
#course .inner span.bold, #price .inner span.bold {
    font-size: 1.25rem;
    font-weight: 700;
}
@media screen and (max-width: 900px) {
 .list_anchor::after{
    content: "";
    width: 30%;
  }
  .list_anchor li{
    width: 30%;
    margin-bottom: 1em;
    color: #ffffff;
  }
 #course .inner {
    margin-bottom: 20px;
  }
#course .inner p {
    margin-bottom: 24px;
  }
#course .inner.course-01 .flex {
    align-items: flex-start;
  }
	
}

@media screen and (max-width: 500px) {
.container {
    max-width: 960px;
    width: 96%;
    margin: 80px auto 0px;
}
	
.list_anchor::after{
    content: "";
    width: 48%;
  }
  .list_anchor li{
    width: 48%;
    margin-bottom: 1em;
  }
#course .inner {
    margin-bottom: 20px;
  }
#course .inner p {
    margin-bottom: 12px;
    font-size: 0.85rem;
  }	
#course .inner.course-01 .flex {
    align-items: flex-start;
  }	
}