@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #282828;
  font-size: 16px; }
  @media only screen and (max-width: 900px) {
    body {
      line-height: 1.5;
      font-size: 14px; } }

@media only screen and (min-width: 1000px) {
  body {
    font-family: "Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #b81c2b;
  text-decoration: underline; }

img {
  max-width: 100%; }

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1; }

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a, span {
  display: inline-block; }

/*メインカラーなど*/
@media only screen and (min-width: 1000px) {
  .pc-none {
    display: none !important; }
  .sp-only {
    display: none !important; }
  .sp-only-not-tablet {
    display: none !important; }
  .tablet-none {
    display: block !important; }
  .pc-tablet-only {
    display: block !important; }
  .tablet-only {
    display: none !important; } }

@media only screen and (max-width: 980px) {
  .sp-only {
    display: block !important; }
  .pc-only {
    display: none !important; }
  .sp-only-not-tablet {
    display: none !important; }
  .tablet-none {
    display: none !important; }
  .pc-tablet-only {
    display: block !important; }
  .tablet-only {
    display: block !important; } }

@media only screen and (max-width: 750px) {
  .pc-only {
    display: none !important; }
  .sp-none {
    display: block !important; }
  .sp-only-not-tablet {
    display: block !important; }
  .tablet-none {
    display: block !important; }
  .pc-tablet-only {
    display: none !important; }
  .tablet-only {
    display: none !important; } }

/* 全ページ共通 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.8; }
  @media only screen and (max-width: 900px) {
    body {
      line-height: 1.5;
      font-size: 14px; } }

h1, h2, h3, h4 {
  font-weight: normal; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

img {
  width: 100%;
  vertical-align: bottom;
  pointer-events: none; }

.maxW {
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 980px) {
    .maxW {
      width: 100%; } }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* header */
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative; }

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1; }

header .innerG {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }
  @media only screen and (max-width: 750px) {
    header .innerG {
      padding: 12px 0; } }
  @media only screen and (max-width: 330px) {
    header .innerG {
      height: 13vh; } }
  header .innerG h1, header .innerG li {
    color: #000;
    font-size: 0.642rem; }
  header .innerG .headline {
    padding: 3px 0 0; }
    header .innerG .headline h1 {
      text-align: left; }
  header .innerG .headerLogoBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      header .innerG .headerLogoBox .logo {
        width: 45%;
        margin-left: 3%; } }

header .nav01 {
  background: #f1f0f0; }
  header .nav01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.857rem;
    padding: 10px 0;
    width: 100%; }
    @media only screen and (max-width: 980px) {
      header .nav01 ul {
        display: block;
        padding: 0;
        font-size: 1.142rem;
        font-weight: bold; } }
    @media only screen and (max-width: 750px) {
      header .nav01 ul {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 0.928rem;
        font-weight: bold; } }
    @media only screen and (max-width: 330px) {
      header .nav01 ul {
        font-size: 0.857rem; } }
    header .nav01 ul li {
      width: 33%;
      border-right: 1px solid #c6c6c6; }
      @media only screen and (max-width: 750px) {
        header .nav01 ul li {
          border-right: none; } }
    header .nav01 ul li:first-child {
      border-left: 1px solid #c6c6c6; }
      @media only screen and (max-width: 750px) {
        header .nav01 ul li:first-child {
          border-left: none; } }
    header .nav01 ul li a {
      color: #333;
      text-decoration: none;
      font-weight: bold;
      width: 100%;
      text-align: center;
      padding: 5px 0; }
      @media only screen and (max-width: 980px) {
        header .nav01 ul li a {
          text-align: left;
          display: block;
          margin: 0 auto;
          text-decoration: none;
          padding: 15px 0 15px 5%; } }
      @media only screen and (max-width: 750px) {
        header .nav01 ul li a {
          text-align: left;
          display: block;
          margin: 0 auto;
          text-decoration: none;
          padding: 15px 0 15px 5%; } }
    header .nav01 ul li a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 980px) {
      header .nav01 ul .nav01Menu01 {
        width: 100%;
        border-bottom: 1px solid #CCC; } }
    @media only screen and (max-width: 750px) {
      header .nav01 ul .nav01Menu01 {
        width: 100%;
        border-bottom: 1px solid #CCC; } }
    @media only screen and (max-width: 980px) {
      header .nav01 ul .nav01Menu02, header .nav01 ul .nav01Menu03 {
        width: 100%;
        border-bottom: 1px solid #CCC; } }
    @media only screen and (max-width: 750px) {
      header .nav01 ul .nav01Menu02, header .nav01 ul .nav01Menu03 {
        width: 100%;
        border-bottom: 1px solid #CCC; } }
    @media only screen and (max-width: 980px) {
      header .nav01 ul .nav01Menu03 {
        border-bottom: none; } }
    @media only screen and (max-width: 750px) {
      header .nav01 ul .nav01Menu03 {
        border-bottom: none; } }
    header .nav01 ul .nav01Menu01 :before, header .nav01 ul .nav01Menu02 :before, header .nav01 ul .nav01Menu03 :before {
      content: '';
      display: inline-block;
      background-size: contain;
      vertical-align: -8px;
      margin-right: 4%;
      width: 26px;
      height: 26px; }
      @media only screen and (max-width: 750px) {
        header .nav01 ul .nav01Menu01 :before, header .nav01 ul .nav01Menu02 :before, header .nav01 ul .nav01Menu03 :before {
          vertical-align: -6px;
          width: 22px;
          height: 22px; } }
    header .nav01 ul .nav01Menu01 :before {
      background-image: url(../img/common/ico-header01.png); }
    header .nav01 ul .nav01Menu02 :before {
      background-image: url(../img/common/ico-header02.png); }
    header .nav01 ul .nav01Menu03 :before {
      background-image: url(../img/common/ico-header03.png); }

header .nav02 {
  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  background-size: 8px 8px;
  background-color: #e4f7c8;
  /*
		background-color: #e2f9c0;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,
								color-stop(.25, #efffd8), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, #efffd8),
								color-stop(.75, #efffd8), color-stop(.75, transparent),
								to(transparent));
		background-image: -webkit-linear-gradient(-45deg, #efffd8 25%, transparent 25%,
							transparent 50%, #efffd8 50%, #efffd8 75%,
							transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, #efffd8 25%, transparent 25%,
							transparent 50%, #efffd8 50%, #efffd8 75%,
							transparent 75%, transparent);
		background-image: -ms-linear-gradient(-45deg, #efffd8 25%, transparent 25%,
							transparent 50%, #efffd8 50%, #efffd8 75%,
							transparent 75%, transparent);
		background-image: -o-linear-gradient(-45deg, #efffd8 25%, transparent 25%,
							transparent 50%, #efffd8 50%, #efffd8 75%,
							transparent 75%, transparent);
		background-image: linear-gradient(-45deg, #efffd8 25%, transparent 25%,
							transparent 50%, #efffd8 50%, #efffd8 75%,
							transparent 75%, transparent);
		*/
  -webkit-shadow: 2px 2px 4px inset rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px inset rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px inset rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 980px) {
    header .nav02 {
      -webkit-box-shadow: 0px 2px 4px inset rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 4px inset rgba(0, 0, 0, 0.2); } }
  @media only screen and (max-width: 750px) {
    header .nav02 {
      -webkit-box-shadow: 0px 2px 4px inset rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 4px inset rgba(0, 0, 0, 0.2); } }
  header .nav02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.785rem;
    padding: 14px 0;
    font-weight: bold; }
    @media only screen and (max-width: 980px) {
      header .nav02 ul {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 1.142rem;
        font-weight: bold; } }
    @media only screen and (max-width: 750px) {
      header .nav02 ul {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 0.928rem;
        font-weight: bold; } }
    @media only screen and (max-width: 330px) {
      header .nav02 ul {
        font-size: 0.785rem; } }
    @media only screen and (max-width: 980px) {
      header .nav02 ul li {
        border-bottom: 1px solid #93bf57;
        position: relative; } }
    @media only screen and (max-width: 750px) {
      header .nav02 ul li {
        border-bottom: 1px solid #93bf57;
        position: relative; } }
    @media only screen and (max-width: 980px) {
      header .nav02 ul li:last-child {
        border-bottom: none; } }
    @media only screen and (max-width: 750px) {
      header .nav02 ul li:last-child {
        border-bottom: none; } }
    header .nav02 ul li a {
      display: inline;
      text-decoration: none; }
      @media only screen and (max-width: 980px) {
        header .nav02 ul li a {
          display: block;
          width: 100%;
          margin: 0 auto;
          text-decoration: none;
          padding: 15px 0 15px 12%; } }
      @media only screen and (max-width: 750px) {
        header .nav02 ul li a {
          display: block;
          width: 100%;
          margin: 0 auto;
          text-decoration: none;
          padding: 15px 0 15px 14.5%; } }
    header .nav02 ul li a:hover {
      text-decoration: underline; }
    header .nav02 ul li:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 2px;
      border: transparent solid 4px;
      border-left-color: #386300; }
      @media only screen and (max-width: 980px) {
        header .nav02 ul li:before {
          position: absolute;
          top: 40%;
          left: 7%; } }
      @media only screen and (max-width: 750px) {
        header .nav02 ul li:before {
          position: absolute;
          top: 40%;
          left: 7%; } }

@media only screen and (max-width: 980px) {
  header .nav03 ul {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.142rem;
    font-weight: bold; } }

@media only screen and (max-width: 750px) {
  header .nav03 ul {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.928rem;
    font-weight: bold; } }

@media only screen and (max-width: 980px) {
  header .nav03 ul li {
    border-bottom: 1px solid #fff;
    position: relative; } }

header .nav03 ul li a {
  color: #FFF;
  display: inline;
  text-decoration: underline; }
  @media only screen and (max-width: 980px) {
    header .nav03 ul li a {
      display: block;
      width: 100%;
      margin: 0 auto;
      text-decoration: none;
      padding: 15px 5% 15px; } }

header .spNav .spNavTrigger {
  display: inline-block;
  width: 53px;
  height: 61px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 100;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0; }
  header .spNav .spNavTrigger .spNavTriggerTit {
    font-weight: bold;
    color: #12509d;
    position: absolute;
    bottom: 2px;
    right: 14%;
    font-size: 0.785rem; }

header .spNav .spNavTrigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 19%;
  width: 63%;
  height: 3px;
  background-color: #12509d; }

header .spNav .spNavTrigger.active {
  background-color: transparent; }
  header .spNav .spNavTrigger.active .spNavTriggerTit {
    color: #fff; }

header .spNav .spNavTrigger.active span {
  background-color: #fff; }

header .spNav .spNavTrigger span:nth-of-type(1) {
  top: 10px; }

header .spNav .spNavTrigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }

header .spNav .spNavTrigger span:nth-of-type(2) {
  top: 21px; }

header .spNav .spNavTrigger.active span:nth-of-type(2) {
  opacity: 0; }

header .spNav .spNavTrigger span:nth-of-type(3) {
  bottom: 26px; }

header .spNav .spNavTrigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

header .spNav nav {
  width: 100%;
  height: 100vh;
  padding-top: 13vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(18, 80, 157, 0.9);
  border-radius: 0; }

header .spNav nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

header .spNav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 100%;
  margin: 0 auto 60px; }
  @media only screen and (max-width: 980px) {
    .container {
      width: 98%;
      margin: 20px auto 40px; } }
  @media only screen and (max-width: 750px) {
    .container {
      margin: 20px auto 60px; } }
  .container .mainCol {
    margin: 40px auto; }
    @media only screen and (max-width: 980px) {
      .container .mainCol {
        margin-top: 0; } }
    @media only screen and (max-width: 750px) {
      .container .mainCol {
        float: none;
        width: 95%;
        margin: 0 auto; } }
    .container .mainCol .bread {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 25px; }
      @media only screen and (max-width: 980px) {
        .container .mainCol .bread {
          width: 100%; } }
      @media only screen and (max-width: 750px) {
        .container .mainCol .bread {
          display: block;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          margin: 0 0 10px; } }
      .container .mainCol .bread li {
        position: relative;
        font-size: 0.714rem; }
        @media only screen and (max-width: 750px) {
          .container .mainCol .bread li {
            display: inline; } }
        .container .mainCol .bread li a {
          text-decoration: underline; }
          .container .mainCol .bread li a:hover {
            text-decoration: none; }
        .container .mainCol .bread li + li {
          margin-left: 20px; }
          @media only screen and (max-width: 750px) {
            .container .mainCol .bread li + li {
              margin-left: 15px; } }
          .container .mainCol .bread li + li:before {
            content: "";
            position: absolute;
            top: 6px;
            left: -11px;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-left: 4px solid #386300; }
            @media only screen and (max-width: 750px) {
              .container .mainCol .bread li + li:before {
                top: 2px;
                left: -12px; } }
          .container .mainCol .bread li + li:after {
            content: "";
            position: absolute;
            top: 6px;
            left: -12px;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-left: 4px solid #fff; }
            @media only screen and (max-width: 750px) {
              .container .mainCol .bread li + li:after {
                top: 2px;
                left: -13px; } }
    .container .mainCol .title01 {
      border-top: 1px dotted #ccc;
      border-bottom: 1px dotted #ccc;
      padding: 12px 0;
      line-height: 1.5;
      font-weight: bold;
      font-size: 1.571rem; }
      @media only screen and (max-width: 750px) {
        .container .mainCol .title01 {
          line-height: 1.3;
          font-size: 1.5rem; } }
    .container .mainCol .title02 {
      background: #f5f5f5;
      padding: 9px 13px;
      font-weight: bold;
      font-size: 1.285rem; }
      @media only screen and (max-width: 750px) {
        .container .mainCol .title02 {
          padding: 10px 12px;
          line-height: 1.2;
          font-size: 1.142rem; } }
    .container .mainCol .title03 {
      border-bottom: 3px solid #95ce4c;
      padding: 0 0 3px 2px;
      font-weight: bold;
      font-size: 1.071rem; }
      @media only screen and (max-width: 750px) {
        .container .mainCol .title03 {
          padding: 0 0 6px 2px;
          line-height: 1.2; } }
    .container .mainCol .title04 {
      position: relative;
      padding: 0 0 0 13px;
      font-weight: bold;
      font-size: 0.928rem;
      color: #2e8500; }
      .container .mainCol .title04:before {
        content: "";
        display: block;
        background: #2e8500;
        position: absolute;
        top: 5px;
        left: 0;
        width: 6px;
        height: 15px; }
    .container .mainCol .txtLink01 {
      display: inline-block;
      margin-top: 3px;
      text-decoration: underline;
      font-size: 0.785rem; }
      .container .mainCol .txtLink01:hover {
        text-decoration: none; }
      .container .mainCol .txtLink01:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 2px;
        border: transparent solid 4px;
        border-left-color: #fd7100; }
  .container .sideCol {
    float: right;
    width: 27%;
    margin: 40px auto; }
    @media only screen and (max-width: 980px) {
      .container .sideCol {
        margin-top: 0; } }
    @media only screen and (max-width: 750px) {
      .container .sideCol {
        float: none;
        width: 95%;
        margin: 30px auto 40px; } }
    .container .sideCol .inner {
      -webkit-background-size: 8px 8px;
      -moz-background-size: 8px 8px;
      background-size: 8px 8px;
      border: 2px solid #eaeaea;
      padding: 25px;
      margin-bottom: 20px;
      position: relative;
      z-index: 0; }
      @media only screen and (max-width: 980px) {
        .container .sideCol .inner {
          padding: 15px; } }
      @media only screen and (max-width: 750px) {
        .container .sideCol .inner {
          padding: 20px 20px 25px; } }
      .container .sideCol .inner h3 {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.4;
        color: #386300;
        border-bottom: 1px solid #eaeaea;
        padding: 0 0 5px 10%;
        position: relative; }
        @media only screen and (max-width: 980px) {
          .container .sideCol .inner h3 {
            padding: 0 0 5px 20%; } }
        @media only screen and (max-width: 750px) {
          .container .sideCol .inner h3 {
            font-size: 1.142rem;
            padding: 0 0 5px 14%; } }
      .container .sideCol .inner h3:before {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
        background-image: url(../img/common/ico_side_01.png);
        background-size: contain;
        position: absolute;
        left: -10px;
        top: 20%; }
        @media only screen and (max-width: 980px) {
          .container .sideCol .inner h3:before {
            left: 0; } }
      .container .sideCol .inner h3:after {
        content: '';
        display: inline-block;
        width: 51px;
        height: 47px;
        background-image: url(../img/common/img_side_01.png);
        background-size: contain;
        position: absolute;
        right: -5%;
        top: -60%; }
        @media only screen and (max-width: 980px) {
          .container .sideCol .inner h3:after {
            display: none; } }
        @media only screen and (max-width: 750px) {
          .container .sideCol .inner h3:after {
            /* display: inline-block;
					right: -2%;
					top: -10%; */ } }
        @media only screen and (max-width: 330px) {
          .container .sideCol .inner h3:after {
            /* right: -5%;
					top: -40%; */ } }
      .container .sideCol .inner p {
        font-size: 14px;
        margin-top: 10px; }
    @media only screen and (max-width: 750px) {
      .container .sideCol .sidebnrarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px; } }
    .container .sideCol .sidebnrarea li {
      margin-bottom: 10px; }
      @media only screen and (max-width: 750px) {
        .container .sideCol .sidebnrarea li {
          width: 48%; } }
      .container .sideCol .sidebnrarea li a {
        width: 100%; }
    @media only screen and (max-width: 750px) {
      .container .sideCol .sidebnrarea li:first-child {
        width: 100%; } }
    .container .sideCol .btmbnrarea {
      background: #efefef;
      padding: 25px 5% 15px;
      position: relative; }
      .container .sideCol .btmbnrarea .tit {
        border: 1px solid #c6c6c6;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0.714rem;
        padding: 0 2%;
        line-height: 1.5;
        color: #636363; }
    .container .sideCol .requestBox {
      border: 2px solid #95ce4c;
      margin-bottom: 20px; }
      .container .sideCol .requestBox h2 {
        background: #95ce4c;
        border: 2px solid #FFF;
        border-bottom: none;
        color: #FFF;
        font-weight: bold;
        font-size: 1rem;
        padding: 10px 25px; }
        @media only screen and (max-width: 750px) {
          .container .sideCol .requestBox h2 {
            font-size: 1.142rem; } }
        .container .sideCol .requestBox h2 span {
          margin-left: 2%; }
          @media only screen and (max-width: 750px) {
            .container .sideCol .requestBox h2 span {
              margin-left: 4%; } }
      .container .sideCol .requestBox .requestList {
        padding: 15px 20px;
        font-size: 0.785rem;
        max-height: 400px;
        overflow-y: scroll; }
        @media only screen and (max-width: 980px) {
          .container .sideCol .requestBox .requestList {
            max-height: 350px; } }
        @media only screen and (max-width: 750px) {
          .container .sideCol .requestBox .requestList {
            max-height: 320px;
            font-size: 14px; } }
        .container .sideCol .requestBox .requestList li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid #c6c6c6;
          padding: 10px 0; }
          .container .sideCol .requestBox .requestList li .schoolName {
            width: 78%;
            position: relative;
            padding-left: 5%;
            line-height: 1.5; }
          .container .sideCol .requestBox .requestList li .schoolName:before {
            position: absolute;
            top: 6px;
            left: 0;
            margin-top: -1%;
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            margin-right: 2px;
            border: transparent solid 4px;
            border-left-color: #386300; }
            @media only screen and (max-width: 750px) {
              .container .sideCol .requestBox .requestList li .schoolName:before {
                top: 9px; } }
          .container .sideCol .requestBox .requestList li .delete {
            width: 20%;
            height: 100%;
            padding: 3px 0 2px;
            background-color: #f1f0f0;
            border-radius: 3px;
            font-size: 0.785rem;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            text-align: center;
            border: none;
            cursor: pointer;
            float: right;
            position: relative; }
            .container .sideCol .requestBox .requestList li .delete a {
              color: #a7a7a7; }
          .container .sideCol .requestBox .requestList li .delete:hover {
            opacity: 0.8; }
        .container .sideCol .requestBox .requestList li:first-child {
          padding-top: 0; }
        .container .sideCol .requestBox .requestList li:last-child {
          border-bottom: none;
          padding-bottom: 0; }
      .container .sideCol .requestBox .requestList::-webkit-scrollbar {
        width: 10px; }
      .container .sideCol .requestBox .requestList::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #f2f2f2; }
      .container .sideCol .requestBox .requestList::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #95ce4c; }
      .container .sideCol .requestBox .btn {
        font-size: 0.857rem;
        width: 60%;
        margin: 0 auto 18px;
        background-color: #ff8b2d;
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        text-align: center;
        border: none;
        cursor: pointer;
        position: relative; }
        @media only screen and (max-width: 980px) {
          .container .sideCol .requestBox .btn {
            width: 70%; } }
        @media only screen and (max-width: 750px) {
          .container .sideCol .requestBox .btn {
            font-size: 0.928rem;
            width: 60%; } }
        .container .sideCol .requestBox .btn input[type="submit"] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          padding: 0;
          border: none;
          outline: none;
          background: transparent;
          color: #fff;
          font-size: 0.857rem;
          font-weight: bold;
          padding: 10px 0;
          width: 100%;
          cursor: pointer; }
          @media only screen and (max-width: 750px) {
            .container .sideCol .requestBox .btn input[type="submit"] {
              font-size: 0.928rem; } }
      .container .sideCol .requestBox .btn a {
        color: #fff;
        width: 100%;
        padding: 8px 0 5px; }
      .container .sideCol .requestBox .btn:hover {
        opacity: 0.8; }

/* footer */
footer .inner .footerNav {
  background-color: #12509d;
  padding: 3px 0; }
  @media only screen and (max-width: 980px) {
    footer .inner .footerNav {
      padding: 0 15px; } }
  @media only screen and (max-width: 750px) {
    footer .inner .footerNav {
      padding: 0; } }
  footer .inner .footerNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 8px 0;
    font-weight: bold; }
    @media only screen and (max-width: 750px) {
      footer .inner .footerNav ul {
        padding: 5px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 330px) {
      footer .inner .footerNav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%; } }
    footer .inner .footerNav ul li {
      font-size: 0.785rem;
      margin-right: 3%; }
      @media only screen and (max-width: 750px) {
        footer .inner .footerNav ul li {
          font-size: 0.785rem;
          margin: 0 3%; } }
    footer .inner .footerNav ul li:last-child {
      margin-right: 0; }
    footer .inner .footerNav ul li a {
      color: #FFF; }
    footer .inner .footerNav ul li a:hover {
      text-decoration: underline; }
    footer .inner .footerNav ul li:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 2px;
      border: transparent solid 4px;
      border-left-color: #FFF; }
      @media only screen and (max-width: 750px) {
        footer .inner .footerNav ul li:before {
          margin-right: 1px; } }

footer .inner .footerBottom {
  margin: 10px auto;
  position: relative; }
  @media only screen and (max-width: 980px) {
    footer .inner .footerBottom {
      padding: 0 15px; } }
  @media only screen and (max-width: 750px) {
    footer .inner .footerBottom {
      width: 90%;
      margin: 10px auto;
      padding: 0; } }
  footer .inner .footerBottom .txt {
    font-size: 0.714rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 750px) {
      footer .inner .footerBottom .txt {
        font-size: 0.714rem;
        line-height: 1.4;
        margin-bottom: 5px; } }
  footer .inner .footerBottom .copy {
    font-size: 0.571rem;
    text-align: right; }
    @media only screen and (max-width: 750px) {
      footer .inner .footerBottom .copy {
        margin-top: 5px;
        text-align: center; } }
  footer .inner .footerBottom h2 {
    width: 157px; }
    @media only screen and (max-width: 750px) {
      footer .inner .footerBottom h2 {
        margin: 0 auto;
        width: 40%; } }
  footer .inner .footerBottom .pageTop {
    position: absolute;
    top: -90px;
    right: 0;
    width: 61px; }
    @media only screen and (max-width: 750px) {
      footer .inner .footerBottom .pageTop {
        top: -70px; } }
    @media only screen and (max-width: 330px) {
      footer .inner .footerBottom .pageTop {
        top: -65px; } }

.footer_fix_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #f8f8f8;
  border-top: 2px solid #ffffff; }
  .footer_fix_btn .request_box {
    margin: auto; }

/*カートボタン*/
.request_box {
  background-color: #ec546a;
  text-align: center;
  border-radius: 5px;
  width: 270px; }
  .request_box a {
    display: block;
    padding: 8px 35px 8px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    position: relative; }
    .request_box a span {
      display: block;
      font-size: 14px; }
    .request_box a:before {
      content: '';
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -9px; }
    .request_box a:after {
      content: '';
      width: 0;
      height: 0;
      border: solid 5px transparent;
      border-left: solid 7px #ec546a;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -4px; }
    .request_box a:hover {
      color: #fff; }

/* サブページ共通 */
/*メインカラーなど*/
.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-left: 25%;
  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: #f8f8f8;
  border-radius: 10px;
  /*.request button:before{
					position: absolute;
					display: block;
					content: "";
					top: 50%;
					right: 3%;
					width: 0;
					height: 0;
					margin-top: -5px;
					border: 5px solid transparent;
					border-left: 5px solid #fff;
				}*/ }
  .container .mainCol .topContent .topSearch .head {
    background: #12509d;
    padding: 15px 20px 10px;
    position: relative; }
    @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-size: 14px;
      line-height: 1.3; }
      @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: 20px;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .container .mainCol .topContent .topSearch .head h2 {
          padding-left: 0;
          font-size: 16px;
          line-height: 1.2;
          margin-left: 0; } }
  .container .mainCol .topContent .topSearch .form {
    padding: 25px 45px 40px; }
    @media only screen and (max-width: 980px) {
      .container .mainCol .topContent .topSearch .form {
        padding: 25px 25px 40px; } }
    @media only screen and (max-width: 750px) {
      .container .mainCol .topContent .topSearch .form {
        padding: 25px 15px 15px; } }
    .container .mainCol .topContent .topSearch .form h3 {
      font-weight: bold;
      font-size: 18px;
      position: relative;
      padding-left: 40px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 750px) {
        .container .mainCol .topContent .topSearch .form h3 {
          font-size: 16px;
          line-height: 1.3; } }
    .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: -8px; } }
    .container .mainCol .topContent .topSearch .form h4 {
      font-size: 18px;
      font-weight: bold;
      position: relative;
      padding-left: 12px;
      margin-bottom: 8px; }
      @media only screen and (max-width: 750px) {
        .container .mainCol .topContent .topSearch .form h4 {
          font-size: 16px; } }
      .container .mainCol .topContent .topSearch .form h4:before {
        content: '';
        width: 5px;
        height: 18px;
        background-color: #009de6;
        position: absolute;
        left: 0;
        top: 7px;
        border-radius: 2em; }
        @media only screen and (max-width: 980px) {
          .container .mainCol .topContent .topSearch .form h4:before {
            top: 4px; } }
        @media only screen and (max-width: 750px) {
          .container .mainCol .topContent .topSearch .form h4:before {
            top: 2px; } }
    @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 20px;
        border-radius: 0;
        outline: 0;
        width: 100%;
        border: 0;
        font-size: 16px;
        border: 1px solid #e1e1e1; }
        @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;
            font-size: 14px;
            padding: 0 12px; } }
      .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: 16px;
          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: #12509d;
              color: #fff;
              border: 1px solid #12509d; }
            .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;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              color: #444;
              border-radius: 3px;
              border: 1px solid #ccc;
              display: inline-block;
              line-height: 1;
              font-size: 16px;
              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; } }
              .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 #e7ebf1;
                background-color: #e7ebf1;
                color: #c6d0dd;
                padding: 8px 10px;
                pointer-events: none; }
                .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; }
            @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 .form .prefSearch .item {
      background-color: #fff;
      padding: 20px 20px 10px; }
      @media only screen and (max-width: 750px) {
        .container .mainCol .topContent .topSearch .form .prefSearch .item {
          padding: 15px 15px 10px; } }
  .container .mainCol .topContent .topSearch .request {
    text-align: center; }
  .container .mainCol .topContent .topSearch .request button {
    position: relative;
    background-color: #69a7d3;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 3.5;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0 auto;
    text-align: center;
    padding: 0 45px 0 20px;
    border: none;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .container .mainCol .topContent .topSearch .request button {
        line-height: 3.2;
        padding: 0 45px 0 20px;
        margin: 0 auto; } }
  .container .mainCol .topContent .topSearch .request button:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px; }
  .container .mainCol .topContent .topSearch .request button:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 7px #69a7d3;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px; }
