



.photo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo-list li {
-ms-flex-preferred-size: 47%;
flex-basis: 47%;
padding: 0px 0px 10%;
}
.photo-list li .graphic-img {
overflow: hidden;
border-radius: 4px;
margin-bottom: 0.3em;
}

.details-table {
font-size: calc(100vw / 30);
line-height: 1.3em;
}
.details-table th {
font-weight: normal;
text-align: left;
white-space: nowrap;
display: block;
}
.details-table td {
font-weight: bold;
text-align: left;
color: rgba(15,54,117,1.00);
padding: 0px 0px 0.5em;
display: block;
}


#elementary {

}
#junior-high,
#university {
background-color: rgba(243,245,248,1.00);
}




@media print, screen and (min-width: 375px) {
.photo-list {
}
.photo-list li {
-ms-flex-preferred-size: 47%;
flex-basis: 47%;
padding: 0px 0px 10%;
}
.photo-list li .graphic-img {
border-radius: 5px;
}

.details-table {
font-size: 12.5px;
line-height: 1.3em;
}

}


@media print, screen and (min-width: 768px) {

.photo-list {
}
.photo-list li {
-ms-flex-preferred-size: 47%;
flex-basis: 47%;
padding: 0px 0px 6%;
}
.photo-list li .graphic-img {
border-radius: 7px;
margin-bottom: 0.3em;
}

.details-table {
font-size: 15px;
line-height: 1.3em;
}
.details-table th {
display: table-cell;
padding: 0.15em 0px;
}
.details-table td {
display: table-cell;
padding: 0.15em 0px;
}

}


@media print, screen and (min-width: 960px) {
.photo-list::before {
  content:"";
  display: block;
  width:31%;
  order:1;
}
.photo-list li {
-ms-flex-preferred-size: 31%;
flex-basis: 31%;
padding: 0px 0px 6%;
}
.photo-list li .graphic-img {
border-radius: 6px;
margin-bottom: 0.3em;
}

.details-table {
font-size: 14px;
line-height: 1.3em;
}

}


@media print, screen and (min-width: 1200px) {

}


@media print, screen and (min-width: 1400px) {

.photo-list {
}
.photo-list li {
-ms-flex-preferred-size: calc(720px / 2);
flex-basis: calc(720px / 2);
padding: 0px 0px 6%;
}
.photo-list li .graphic-img {
border-radius: 8px;
margin-bottom: 0.3em;
}

.details-table {
font-size: 16px;
line-height: 1.3em;
}

}
















.page-in-link {
}
.page-in-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  font-size: calc(100vw / 25);
  line-height: 1.4em;
}
.page-in-list > li {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}
.page-in-list > li a {
border-bottom: 1px solid rgba(170,170,170,1.00);
padding: 0.5em 0.5em 0.5em 20px;
position: relative;
display: block;
}
.page-in-list > li:nth-child(1) a,
.page-in-list > li:nth-child(2) a {
border-top: 1px solid rgba(170,170,170,1.00);
}
.page-in-list > li a::before {
content: "";
display: block;
width: 12px;
height: 12px;
position: absolute;
left: 0px;
top: calc(50% - 6px);
background-image: url(../../../../img/common/icon_arrow_bottom_blue.svg);
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
}
.page-in-list > li a::after {
content: "";
background-color: rgba(15,54,117,1.00);
width: 0%;
height: 1px;
position: absolute;
left: 0px;
bottom: -1px;
transition: all 0.4s;
}
.page-in-list > li a:hover::after {
width: 100%;
}


@media print, screen and (min-width: 375px) {
.page-in-list {
  font-size: 14.5px;
  line-height: 1.4em;
}

}


@media print, screen and (min-width: 768px) {
.page-in-link {
}
.page-in-list {
display: table;
font-size: 14.5px;
line-height: 1.4em;
text-align: center;
margin: 0px auto;
}
.page-in-list > li {
display: inline-block;
padding: 0px 0.8em;
border-right: 1px solid rgba(170,170,170,1.00);
margin-bottom: 0.5em;
}
.page-in-list > li:first-child {
border-left: 1px solid rgba(170,170,170,1.00);
}
.page-in-list > li a {
border: none;
}
.page-in-list > li a {
padding: 0.3em 0.2em 0.3em 20px;
}
.page-in-list > li:nth-child(1) a,
.page-in-list > li:nth-child(2) a {
border: none;
}

}


@media print, screen and (min-width: 960px) {

.page-in-list {
font-size: 15px;
line-height: 1.4em;
}

}

@media print, screen and (min-width: 1200px) {

.page-in-list {
font-size: 16px;
line-height: 1.4em;
}

}

@media print, screen and (min-width: 1400px) {

}

























