@charset "utf-8";
h2 {
  background: #005bd1 url(/search_school/images/back_h2_list.png) no-repeat 10px 50%;
  text-indent: 30px;
}
.searchBox {
  background-color: #e6f1ff;
  margin: 30px 10px 60px;
  padding: 20px 10px;
}
.searchBox h2 {
  background: none;
  padding: 0;
  margin: 0;
  text-indent: inherit;
  font-size: 28px;
  color: #ff003c;
  line-height: 1.25em;
  margin-bottom: 40px;
}
.searchBox h2 strong {
  font-weight: normal;
}
.searchBox select {
  width: 100%;
  background-color: #ffffff;
  background-image: url("/search_school/images/list_form_down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
  border: #0198e7 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 32px;
  color: #484848;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  appearance: none;
}
.searchBox select option {
  padding: 5px;
}
.searchBox input[type="submit"] {
  width: 10em;
  border: none;
  font-size: 32px;
  color: #ffffff;
  background-color: #005bd1;
  position: relative;
  left: 50%;
  margin-left: -5em;
  padding: 10px 0;
}
/*--------------------------------------------*/
.scBox {
  /*background:#f2f2f2 url(/common/images/btnArrorRight.png) no-repeat 98% 50%;*/
  background: #f2f2f2;
  padding: 20px 10px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scBox h2 {
  background: none;
  padding: 0;
  margin: 0;
  text-indent: inherit;
  font-size: 40px;
  color: #000000;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.dataBox {
  /*margin-right:3%;*/
}
.dataBox img {
  max-width: 280px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
p.area {
  font-size: 24px;
  color: #888;
  line-height: 1.25em;
  margin-bottom: 15px;
}
p.gakubu {
  font-size: 28px;
  color: #484848;
  line-height: 1.25em;
  margin-bottom: 20px;
}
p.price {
  font-size: 28px;
  color: #484848;
  line-height: 1.25em;
  margin-bottom: 20px;
  text-align: right;
}
ul.iconMenu {
  height: auto;
  overflow: hidden;
  clear: left;
}
ul.iconMenu li {
  background-color: #d9ebfc;
  font-size: 20px;
  color: #484848;
  line-height: 1.0em;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 2px;
  display: inline-block;
  float: left;
}
.buttonBox {
  margin-top: 40px;
}
.buttonBox ul {
  height: auto;
  overflow: hidden;
  clear: right;
}
.buttonBox li {
  float: right;
}
.buttonBox li a {
  display: block;
}
.buttonBox li:nth-child(2) {
  margin-right: 20px;
}
p.error{
font-size: 24px;
color: #FF0004;
font-weight: bold;
margin: 0 5px;
}
p.error a{
width: 5em;
background-color: #eeeeee;
border: solid 1px #cccccc;
color: #484848;
line-height: 1;
font-weight: normal;
text-align: center;
padding: 10px;
margin: 0 auto 10px;
display: block;
}
p.error a::before{
  font-family: 'Font Awesome 5 Free';
  content: "\f104";
  font-weight: 900;
  margin-right: 3px;
  }
.pageLinkBox {
  height: auto;
  overflow: hidden;
  margin: 40px 10px;
  text-align: center;
}
.pageLinkBox p {
  font-size: 24px;
  color: #484848;
  line-height: 1.25em;
  margin-bottom: 40px;
}
.pageLinkBox ul {
  /*width:504px;*/
  margin: 0 auto;
}
.pageLinkBox ul li {
  width: 52px;
  height: 52px;
  font-size: 32px;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  /*float:left;*/
  display: inline-block;
  margin: 0 10px;
}
.pageLinkBox ul li span {
  background-color: #7fade8;
  display: block;
}
.pageLinkBox ul li a {
  background-color: #005bd1;
  color: #ffffff;
  display: block;
}
.requestDataBox {
  clear: left;
  margin: 0 10px 20px;
}
.requestDataBox ul li {
  font-size: 24px;
  color: #484848;
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  h2 {
    background-position: 5px 50%;
    background-size: 15px 13px;
    -moz-background-size: 15px 13px;
    -webkit-background-size: 15px 13px;
    text-indent: 15px;
  }
  .searchBox {
    margin: 15px 5px 30px;
    padding: 10px 5px;
  }
  .searchBox h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .searchBox select {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .searchBox input[type="submit"] {
    font-size: 16px;
    padding: 5px 0;
  }
  .scBox {
    background-size: 9px 8px;
    -moz-background-size: 9px 8px;
    -webkit-background-size: 9px 8px;
    padding: 10px 5px;
    margin-bottom: 5px;
  }
  .scBox h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .dataBox img {
    max-width: 140px;
    max-height: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  p.area {
    font-size: 12px;
    margin-bottom: 10px;
  }
  p.gakubu,p.price  {
    font-size: 14px;
    margin-bottom: 10px;
  }
  ul.iconMenu li {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .buttonBox {
    margin-top: 20px;
  }
  .buttonBox li:nth-child(2) {
    margin-right: 10px;
  }
  .buttonBox li img {
    /*width: 177px;*/
    width: 165px;
  }
  p.error{
  font-size: 14px;
  }
  .pageLinkBox {
    margin: 20px 5px;
  }
  .pageLinkBox p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .pageLinkBox ul {
    width: 350px;
  }
  .pageLinkBox ul li {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .pageLinkBox ul li img {
    width: 9px 8px;
    -moz-width: 9px 8px;
    -webkit-width: 9px 8px;
  }
  .requestDataBox {
    margin: 0 5px 10px;
  }
  .requestDataBox ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }
}