@charset "utf-8";
/* CSS Document */

.mv{
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover;
  height: 400px;
}
.underlayer section.width100{
  width: 100%;
}
.guidance img{
  width: 100%;
}
.guidance_lead {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2em;
}
.institution_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.institution_list li{
  width: 31%;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.institution_list li:last-child{
  border: none;
}
.institution .institution_list li:nth-last-child(-n+3){
  margin-bottom: 0;
}
.institution_list li img{
  width: 100%;
}
.institution_list li a{
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.institution_list li a::before {
    content: "";
    background-image: url(../img/magnifying_glass.svg);
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.institution_list li .institution_ttl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #01356D;
}
.institution_exp{
  margin-bottom: 40px;
}
.souvenir_subheading{
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #01356D;
  font-weight: bold;
}
.souvenir .bold{
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
}
@media screen and (min-width: 0px) and (max-width: 880px) {
}
@media screen and (min-width: 0px) and (max-width: 640px) {
.guidance_lead {
    font-size: 2.0rem;
}
.institution_list {
    display: block;
    margin-bottom: 30px;
}
.institution_list li {
    width: 90%;
    margin: 0 auto 20px;
}
.institution .institution_list li:nth-last-child(-n+3) {
    margin-bottom: 20px;
}
.institution_list li:last-child {
      margin-bottom: 0;
}
.institution_list li .state_ttl {
    font-size: 1.6rem;
}

}
