.pageTtl{
 background: url(../img/create/page_202603.jpg) no-repeat center center;
 background-size: cover;
}

.pageList1{
 display: flex;
 flex-wrap: wrap;
}
.pageList1 li{
 margin: 10px;
}
.pageList1 a{
 display: flex;
 width: 140px;
 height: 140px;
 border:solid 1px #38E3E2;
 border-radius: 50%;
 justify-content: center;
 align-items: center;
 background: #fff;
 box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.pageList2{
 justify-content: flex-start;
 flex-wrap: wrap;
}
.pageList2 li{
 margin-right: 5%;
 margin-bottom: 30px;
}
.pageList2 li:nth-child(3n){
 margin-right: 0%;
}

.sttl{
 min-height: 4em;
}

/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 768px) {
 #pagelink{
  font-size: 70%;
 }
 .pageList1 li{
  width: 30%;
  margin: 1%;
 }
 .pageList1 a{
  display: flex;
  width: 100%;
  height: 100px;
  border:solid 1px #38E3E2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
 }
 .pageList2 li{
  font-size: 80%;
  width: 49%;
  margin-right: 2%;
 }
 .pageList2 li:nth-child(3n){
  margin-right: 2%;
 }
 .pageList2 li:nth-child(2n){
  margin-right: 0%;
 }
 .pageList2 .p20{
  padding: 10px;
 }
 .pageList2 .p10{
  padding: 5px;
 }
}