/* toppage */
.container .mainCol .mainV {
  margin: 20px 0 30px 0;
}
@media only screen and (max-width:980px) {
  .container .mainCol .mainV {
    margin-top: 0;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV {
    margin: 0 0 20px 0;
  }
}
.container .mainCol .mainV .bnrarea {
  background: #efefef;
  margin: 10px 0 20px;
  padding: 10px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV .bnrarea {
    background: none;
    padding: 0;
  }
}
.container .mainCol .mainV .bnrarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .mainCol .mainV .bnrarea ul li {
  width: 49%;
  margin-bottom: 10px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV .bnrarea ul li {
    width: 100%;
  }
}
.container .mainCol .mainV .bnrarea ul li:nth-child(even) {
  margin-left: 2%;
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV .bnrarea ul li:nth-child(even) {
    margin-left: 0;
  }
}
.container .mainCol .mainV .bnrarea ul li:nth-last-child(2), .container .mainCol .mainV .bnrarea ul li:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV .bnrarea ul li:nth-last-child(2), .container .mainCol .mainV .bnrarea ul li:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV .bnrarea ul li:last-child {
    margin-bottom: 0;
  }
}
.container .mainCol .mainV .bnrarea p {
  text-align: center;
}
.container .mainCol .mainV .bnrarea p img {
  -webkit-box-shadow: 0px 10px 10px -12px #212121;
          box-shadow: 0px 10px 10px -12px #212121;
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV h2 {
    font-size: 0.928rem;
  }
}
.container .mainCol .topContent .inner {
  margin-bottom: 30px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .inner {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:980px) {
  .container .mainCol .topContent .inner {
    margin-left: 0;
  }
}
.container .mainCol .topContent .inner h2 {
  font-size: 1.071rem;
  font-weight: bold;
  line-height: 1.4;
  color: #386300;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .inner h2 {
    font-size: 1.142rem;
  }
}
.container .mainCol .topContent .inner p {
  margin-top: 15px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .inner p {
    margin-top: 10px;
  }
}
.container .mainCol .topContent .topSearch {
  background: #fbf8ec;
  border-radius: 10px;
}
.container .mainCol .topContent .topSearch .head {
  background: #8bc63d;
  border-radius: 10px 10px 0 0;
  padding: 15px 4% 10px;
  position: relative;
}
@media only screen and (max-width:980px) {
  .container .mainCol .topContent .topSearch .head {
    padding: 15px 6% 10px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .head {
    padding: 12px 5% 8px;
  }
}
.container .mainCol .topContent .topSearch .head .img {
  position: absolute;
  top: -185%;
  left: -2%;
  width: 174px;
  height: 176px;
}
.container .mainCol .topContent .topSearch .head .txt {
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .head .txt {
    line-height: 1.4;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 0.785rem;
  }
}
@media only screen and (max-width:330px) {
  .container .mainCol .topContent .topSearch .head .txt {
    font-size: 0.785rem;
  }
}
.container .mainCol .topContent .topSearch .head h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 1.428rem;
  position: relative;
  padding-left: 12%;
}
@media only screen and (max-width:980px) {
  .container .mainCol .topContent .topSearch .head h2 {
    font-size: 1.285rem;
    padding-left: 14%;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .head h2 {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-left: 0;
  }
}
@media only screen and (max-width:330px) {
  .container .mainCol .topContent .topSearch .head h2 {
    font-size: 1.285rem;
  }
}
.container .mainCol .topContent .topSearch .head h2:before {
  content: "";
  display: inline-block;
  width: 76px;
  height: 29px;
  background-image: url(../img/top/top_img_02.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .head h2:before {
    display: none;
  }
}
@media only screen and (max-width:980px) {
  .container .mainCol .topContent .topSearch .head h2:before {
    left: -4%;
  }
}
.container .mainCol .topContent .topSearch .head .bgImg {
  width: 182px;
  height: 116px;
  position: absolute;
  top: -10%;
  right: -1%;
}
@media only screen and (max-width:980px) {
  .container .mainCol .topContent .topSearch .head .bgImg {
    width: 10%;
    top: -10%;
    right: 1%;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .head .bgImg {
    width: 56px;
    top: -12%;
    right: 5%;
  }
}
.container .mainCol .topContent .topSearch .form {
  padding: 15px 4% 40px;
}
.container .mainCol .topContent .topSearch .form h3 {
  color: #386300;
  font-weight: bold;
  font-size: 1.142rem;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form h3 {
    font-size: 1.071rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width:330px) {
  .container .mainCol .topContent .topSearch .form h3 {
    font-size: 1.142rem;
  }
}
.container .mainCol .topContent .topSearch .form h3:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 35px;
  background-image: url(../img/top/ico_top_01.png);
  background-size: contain;
  background-position: left center;
  position: absolute;
  left: 0;
  top: -2px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form h3:before {
    top: 5px;
  }
}
.container .mainCol .topContent .topSearch .form h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #54431a;
  background-color: #efe9ce;
  padding: 5px 15px;
  margin-bottom: 15px;
}
@media all and (-ms-high-contrast: none) {
  .container .mainCol .topContent .topSearch .form *::-ms-backdrop, .container .mainCol .topContent .topSearch .form h4 {
    padding-left: 15px;
    width: 645px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType, .container .mainCol .topContent .topSearch .form .prefSearch .prefList {
  width: 100%;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType li, .container .mainCol .topContent .topSearch .form .prefSearch .prefList li {
  margin: 0 1% 0 0;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType li, .container .mainCol .topContent .topSearch .form .prefSearch .prefList li {
    margin: 0 2% 5px 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType *::-ms-backdrop, .container .mainCol .topContent .topSearch .form .prefSearch .schoolType li, .container .mainCol .topContent .topSearch .form .prefSearch .prefList *::-ms-backdrop, .container .mainCol .topContent .topSearch .form .prefSearch .prefList li {
    margin: 0 6px 0 0;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType li:last-child, .container .mainCol .topContent .topSearch .form .prefSearch .prefList li:last-child {
  margin: 0;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType li:last-child, .container .mainCol .topContent .topSearch .form .prefSearch .prefList li:last-child {
    margin: 0 0 5px 0;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType, .container .mainCol .topContent .topSearch .form .prefSearch .prefList {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType, .container .mainCol .topContent .topSearch .form .prefSearch .prefList {
    margin-bottom: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType *::-ms-backdrop, .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .list, .container .mainCol .topContent .topSearch .form .prefSearch .prefList *::-ms-backdrop, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .list {
    width: 645px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType input, .container .mainCol .topContent .topSearch .form .prefSearch .prefList input {
  height: 50px;
  padding: 0 3%;
  border-radius: 0;
  outline: 0;
  width: 100%;
  border: 0;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType input, .container .mainCol .topContent .topSearch .form .prefSearch .prefList input {
    margin-bottom: 5px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box {
  width: 100%;
  margin-bottom: 5px;
}
@media all and (-ms-high-contrast: none) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box *::-ms-backdrop, .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box .list, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box *::-ms-backdrop, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box .list {
    width: 645px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box p, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box p {
  font-size: 0.857rem;
  font-weight: bold;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box p, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box p {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box:last-child, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box:last-child, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box:last-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .box .list, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .box .list {
    margin-bottom: 5px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul .block, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul .block {
  margin-bottom: 20px;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li {
    margin-bottom: 5px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label {
  display: inline-block;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label input, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label input {
  display: none;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label input:checked + span, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label input:checked + span {
  background: #85bc3e;
  color: #fff;
  border: 1px solid #85bc3e;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label span, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label span {
  position: relative;
  padding: 8px 10px 8px 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #444;
  border-radius: 3px;
  border: 1px solid #d3caa0;
  display: inline-block;
  line-height: 1;
  font-size: 0.736rem;
  cursor: pointer;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label span, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label span {
    font-size: 13px;
    padding: 8px 8px 8px 20px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label span.none, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label span.none {
  border: 1px solid #f4f0e0;
  background-color: #f4f0e0;
  color: #d0c8aa;
  padding: 8px 10px;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label span.none:before, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label span.none:before {
  content: none;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label span:before, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label span:before {
  content: "";
  display: block;
  left: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #d3caa0;
  position: absolute;
  top: 28%;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label input:checked + span:before, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label input:checked + span:before {
  border: 1px solid #85bc3e;
  background: #fff;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label input:checked + span:after, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 7px;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #85bc3e;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType ul li label, .container .mainCol .topContent .topSearch .form .prefSearch .prefList ul li label {
    top: 35%;
  }
}
.container .mainCol .topContent .topSearch .request {
  text-align: center;
}
.container .mainCol .topContent .topSearch .request button {
  position: relative;
  background-color: #ff8b2d;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 3.5;
  -webkit-transition: none;
  transition: none;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px 0 20px;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .request button {
    line-height: 2.5;
    padding: 0 12% 0 10%;
    margin: 0 auto;
  }
}
.container .mainCol .topContent .topSearch .request button:before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.container .mainCol .topContent .topSearch .request button:hover {
  opacity: 0.8;
}