@charset "UTF-8";
/* CSS Document */
.link,.mondai{
  max-width: 1080px;
  width: 100%;
  margin: 30px auto 70px auto;
  padding: 0 20px;
}

.list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list ul li {
  border-right: 1px solid rgb(122, 122, 122);
  margin-bottom: 10px;
  text-decoration: none;
  color: #00479D;
  padding: 10px 20px;
}

.list li:hover{
  color: #92B4CD;
  opacity: 1;
}


.naiyou{
  padding: 50px 0 30px 0;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.5rem;
}

.mondai h3{
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.5rem;
  background-color: #00479D;
  color: #fff;
  border-radius: 5px;
  padding: 5px 5px  5px 25px  ;
  position: relative;
  margin: 30px 0;
}
.mondai h3:after {
  position: absolute;
  content: "";
  top: 48%;
    left: 10px;
  transform: translateY(-50%);
  width: 5px;
  height: 25px;
  background-color: #fff;
}
.day{
  max-width: 326px;
  width: 100%;
  text-align: center;
  margin: 10px;
}

h4{
  background-color: #4A9E8F;
  color: #fff;padding: 10px ;
  border-radius: 5px 5px 0 0 ;
}
.set a{
  padding: 10px 30px;
  display: block;
  font-weight: 600;
  color: #00479D;
}
.set{
  border: 1px solid #4A9E8F;
	padding: 10px;
	margin-bottom: 20px;

}
.set p{
  background-color: #fff;

}
.day-wrap{
  display: flex;
  flex-wrap:wrap;
  justify-content: stretch;
}

.day-wrap .none{
  text-decoration: none;
  color: black;
  pointer-events: none;
}

@media(max-width:768px){
  .link-list{
    display: block;
  }
  .link ul {
    margin: 0 auto;
}
.day-wrap{
  justify-content: center;
}

}
@media(max-width:499px){
  .list ul{
    justify-content: space-between;
  }
}

.panel {
  display: none;
}
.panel.active {
  display: block;
}