@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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif !important;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

* {
  -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:1024px) {
  .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;
  }
}
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:1024px) {
  .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;
  min-height: 100vh;
}

.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 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.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:1024px) {
  header .innerG {
    padding: 12px 20px;
  }
}
@media only screen and (max-width:750px) {
  header .innerG {
    padding: 12px 0;
  }
}
@media only screen and (max-width:360px) {
  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: -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;
}
header .innerG .headerLogoBox .logo {
  margin-bottom: 0;
}
@media only screen and (max-width:1024px) {
  header .innerG .headerLogoBox .logo {
    width: 150px;
  }
}
@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:1024px) {
  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:360px) {
  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:1024px) {
  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:1024px) {
  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:1024px) {
  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:1024px) {
  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 {
  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:1024px) {
  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:1024px) {
  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:360px) {
  header .nav02 ul {
    font-size: 0.785rem;
  }
}
@media only screen and (max-width:1024px) {
  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:1024px) {
  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:1024px) {
  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:1024px) {
  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:1024px) {
  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:1024px) {
  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:1024px) {
  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 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.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: 4px;
  right: 19%;
  font-size: 10px;
}
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 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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:1024px) {
  .container {
    width: 100%;
    padding: 0 25px;
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width:750px) {
  .container {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 60px;
  }
}
.container .mainCol {
  margin: 40px auto;
}
@media only screen and (max-width:1024px) {
  .container .mainCol {
    margin-top: 0;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.container .mainCol .bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
}
@media only screen and (max-width:1024px) {
  .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:1024px) {
  .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 {
  background-size: 8px 8px;
  border: 2px solid #eaeaea;
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width:1024px) {
  .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:1024px) {
  .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:1024px) {
  .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:1024px) {
  .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:360px) {
  .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:1024px) {
  .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:1024px) {
  .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:1024px) {
  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:360px) {
  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:1024px) {
  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:360px) {
  footer .inner .footerBottom .pageTop {
    top: -65px;
  }
}
footer.space {
  margin-bottom: 0;
}

.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;
}
.footer_fix_btn .request_box a:hover {
  text-decoration: none;
}
.footer_fix_btn.layout-type01 .request_box {
  background: -webkit-gradient(linear, left top, right top, from(#ec546a), to(#ff7683));
  background: -o-linear-gradient(left, #ec546a, #ff7683);
  background: linear-gradient(to right, #ec546a, #ff7683);
  text-align: center;
  border-radius: 2em;
  width: 270px;
  margin: auto;
}
.footer_fix_btn.layout-type01 .request_box a {
  display: block;
  padding: 8px 35px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width:750px) {
  .footer_fix_btn.layout-type01 .request_box a {
    font-size: 15px;
  }
}
.footer_fix_btn.layout-type01 .request_box a span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width:750px) {
  .footer_fix_btn.layout-type01 .request_box a span {
    font-size: 13px;
  }
}
.footer_fix_btn.layout-type01 .request_box a:before {
  content: none;
}
.footer_fix_btn.layout-type01 .request_box a:after {
  content: none;
}
.footer_fix_btn.layout-type01 .request_box a:hover {
  color: #fff;
}
.footer_fix_btn.layout-type02 .request_box {
  border: 4px solid #7cdb9c;
  background: #02a83a;
  text-align: center;
  border-radius: 3em;
  width: 270px;
  margin: auto;
}
.footer_fix_btn.layout-type02 .request_box a {
  display: block;
  padding: 8px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width:750px) {
  .footer_fix_btn.layout-type02 .request_box a {
    font-size: 15px;
  }
}
.footer_fix_btn.layout-type02 .request_box a span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width:750px) {
  .footer_fix_btn.layout-type02 .request_box a span {
    font-size: 13px;
  }
}
.footer_fix_btn.layout-type02 .request_box a:before {
  content: none;
}
.footer_fix_btn.layout-type02 .request_box a:after {
  content: none;
}
.footer_fix_btn.layout-type02 .request_box a:hover {
  color: #fff;
}

/*カートボタン*/
.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;
}
@media only screen and (max-width:750px) {
  .request_box a {
    font-size: 15px;
  }
}
.request_box a span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width:750px) {
  .request_box a span {
    font-size: 13px;
  }
}
.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;
}

/*-----------------------------
レイアウトパターン1（シンプルレイアウト）
-----------------------------*/
#wrapper {
  padding-bottom: 100px;
  margin-bottom: 90px;
  position: relative;
}
@media only screen and (max-width:1024px) {
  #wrapper {
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:750px) {
  #wrapper {
    margin-bottom: 0;
  }
}
#wrapper.layout-type01 {
  background-color: #f6f6f6;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 {
    padding: 0 30px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 {
    padding: 0 15px;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type01 {
    padding: 0 10px;
  }
}
#wrapper.layout-type01 header .innerG {
  border: none;
  padding: 15px 0;
  /*カートボタン*/
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 header .innerG {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type01 header .innerG {
    height: auto;
  }
}
#wrapper.layout-type01 header .innerG .maxW {
  max-width: 1080px;
  padding: 0;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 header .innerG .maxW {
    max-width: 100%;
  }
}
#wrapper.layout-type01 header .innerG .maxW.headerLogoBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper.layout-type01 header .innerG .maxW.headerLogoBox img {
  width: 180px;
}
#wrapper.layout-type01 header .innerG .request_box {
  background: -webkit-gradient(linear, left top, right top, from(#ec546a), to(#ff7683));
  background: -o-linear-gradient(left, #ec546a, #ff7683);
  background: linear-gradient(to right, #ec546a, #ff7683);
  text-align: center;
  border-radius: 2em;
  width: 270px;
  margin: 0 0 0 auto;
}
#wrapper.layout-type01 header .innerG .request_box a {
  display: block;
  padding: 8px 35px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
#wrapper.layout-type01 header .innerG .request_box a span {
  display: block;
  font-size: 14px;
}
#wrapper.layout-type01 header .innerG .request_box a:before {
  content: none;
}
#wrapper.layout-type01 header .innerG .request_box a:after {
  content: none;
}
#wrapper.layout-type01 header .innerG .request_box a:hover {
  color: #fff;
  text-decoration: none;
}
#wrapper.layout-type01 footer {
  background-color: #12509d;
  position: absolute;
  bottom: -90px;
  width: 100%;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 footer {
    position: relative;
    margin: 0 -200%;
    padding: 0 200%;
  }
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 footer {
    bottom: inherit !important;
  }
}
#wrapper.layout-type01 footer.space {
  bottom: 0 !important;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 footer.space {
    bottom: inherit !important;
    margin: 0 -200% 95px;
    padding: 0 200%;
  }
}
#wrapper.layout-type01 footer .pageTop {
  position: absolute;
  top: -40px;
  right: 35px;
  width: 61px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 footer .pageTop {
    top: -70px;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type01 footer .pageTop {
    top: -65px;
  }
}
#wrapper.layout-type01 footer .inner {
  width: 1080px;
  margin: 0 auto;
  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;
  padding: 15px 0;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 footer .inner {
    width: 700px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 footer .inner {
    display: block;
    width: 350px;
    position: relative;
    left: -3px;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type01 footer .inner {
    left: -5px;
  }
}
@media only screen and (max-width:320px) {
  #wrapper.layout-type01 footer .inner {
    width: 300px;
    left: 0;
  }
}
#wrapper.layout-type01 footer .inner h2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 footer .inner h2 {
    text-align: center;
    width: 60%;
    margin: 0 auto 10px;
  }
}
#wrapper.layout-type01 footer .inner .footerNav {
  padding: 0;
}
#wrapper.layout-type01 footer .inner .footerNav .maxW {
  max-width: 100%;
  width: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 footer .inner .footerNav .maxW {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#wrapper.layout-type01 footer .inner .footerNav .maxW li {
  position: relative;
  margin-right: 25px;
  padding-left: 10px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 footer .inner .footerNav .maxW li {
    font-size: 12px;
    margin: 0 15px 0 0;
  }
}
#wrapper.layout-type01 footer .inner .footerNav .maxW li:before {
  position: absolute;
  top: 4px;
  left: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 footer .inner .footerNav .maxW li:before {
    top: 5px;
  }
}
#wrapper.layout-type01 footer .inner .footerNav .maxW li:last-child {
  margin-right: 0;
}
#wrapper.layout-type01 footer .copy {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 footer .copy {
    width: 700px;
    margin: auto;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 footer .copy {
    width: 350px;
    margin: auto;
  }
}
#wrapper.layout-type01 .container {
  width: 1080px;
  border-radius: 15px;
  padding: 50px 60px;
  background-color: #fff;
  margin: 0 auto 100px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .container {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container {
    padding: 20px 15px;
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type01 .container {
    padding: 15px;
    margin: 15px auto 40px;
  }
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .container .mainCol {
    width: 100%;
  }
}
#wrapper.layout-type01 .container .mainCol .mainV {
  margin: 0 0 40px 0;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .container .mainCol .mainV {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .mainV {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .list {
    margin: 0;
  }
}
#wrapper.layout-type01 .container .mainCol .form {
  border-radius: 15px;
  background-color: #f5f9ff;
  position: relative;
  text-align: left;
  padding: 40px 45px 45px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .container .mainCol .form {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form {
    padding: 20px 15px 25px;
  }
}
#wrapper.layout-type01 .container .mainCol .form h3 {
  padding-left: 12px;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form h3 {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
#wrapper.layout-type01 .container .mainCol .form h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#12509d), to(#009de6));
  background: -o-linear-gradient(top, #12509d, #009de6);
  background: linear-gradient(to bottom, #12509d, #009de6);
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 3px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form h3:before {
    top: 3px;
    height: 15px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col {
  margin-bottom: 35px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col {
    margin-bottom: 20px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col input {
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  outline: 0;
  width: 100%;
  border: 0;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col input {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 12px;
    -webkit-appearance: none;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item {
  padding: 25px 30px;
  -webkit-box-shadow: 21px 13px 25px -15px #e8f0fc;
          box-shadow: 21px 13px 25px -15px #e8f0fc;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item {
    padding: 15px 15px 10px;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item {
    padding: 10px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item 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;
  width: 100%;
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li {
  margin: 0 1% 0 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li {
    display: block;
    margin: 0 2% 6px 0;
  }
}
@media all and (-ms-high-contrast: none) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li *::-ms-backdrop, #wrapper.layout-type01 .container .mainCol .form .col .item ul li li {
    margin: 0 6px 0 0;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li li:last-child {
  margin: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li li:last-child {
    margin: 0 0 5px 0;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li.box {
  width: 100%;
  margin-bottom: 18px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li.box {
    margin-bottom: 6px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li.box p {
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li.box p {
    font-size: 14px;
    margin-bottom: 5px !important;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li.box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li.box:last-child {
    margin-bottom: 5px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li.box .list {
  margin: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li.box .list {
    margin: 0;
  }
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li label {
  display: inline-block;
  margin-bottom: 0;
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li label input {
  display: none;
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li label input:checked + span {
  background: #12509d;
  color: #fff;
}
#wrapper.layout-type01 .container .mainCol .form .col .item ul li label span {
  position: relative;
  padding: 8px 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #9baebb;
  border-radius: 3px;
  background: rgba(18, 80, 157, 0.1);
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2em;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li label span {
    font-size: 13px;
    padding: 7px 9px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .col .item ul li label {
    top: 35%;
  }
}
#wrapper.layout-type01 .container .mainCol .form .request {
  text-align: center;
}
#wrapper.layout-type01 .container .mainCol .form .request a {
  background-color: #fff;
  border-radius: 5px;
  width: 225px;
  color: #000;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 12px 10px 23px;
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .request a {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 12px 8px 23px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .request a span {
  font-size: 12px;
  display: block;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .request a span {
    font-size: 11px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .request a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .request a:before {
    top: 12px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .request a:after {
  content: "×";
  color: #fff;
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 2;
  font-weight: bold;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .request a:after {
    top: 13px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .request:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px !important;
  }
  #wrapper.layout-type01 .container .mainCol .form .request:first-child a {
    width: 200px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .request:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#wrapper.layout-type01 .container .mainCol .form .request.search button {
  -webkit-box-shadow: 21px 13px 25px -15px #e8f0fc;
          box-shadow: 21px 13px 25px -15px #e8f0fc;
  background: -webkit-gradient(linear, left top, right top, from(#12509d), to(#009de6));
  background: -o-linear-gradient(left, #12509d, #009de6);
  background: linear-gradient(to right, #12509d, #009de6);
}
#wrapper.layout-type01 .container .mainCol .form .request button {
  position: relative;
  background-color: #ec546a;
  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;
  border: none;
  cursor: pointer;
  border-radius: 2em;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .container .mainCol .form .request button {
    line-height: 3.2;
    padding: 0 45px;
    margin: 0 auto;
    font-size: 15px;
  }
}
#wrapper.layout-type01 .container .mainCol .form .request button:before, #wrapper.layout-type01 .container .mainCol .form .request button:after {
  content: none;
}

/*-----------------------------
レイアウトパターン2
-----------------------------*/
#wrapper.layout-type02 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#wrapper.layout-type02 header {
  /*カートボタン*/
}
#wrapper.layout-type02 header .logo img {
  width: 180px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 header .logo img {
    width: 130px;
  }
}
#wrapper.layout-type02 header .request_box {
  border: 4px solid #7cdb9c;
  background: #02a83a;
  text-align: center;
  border-radius: 2em;
  width: 270px;
  margin: 8px 0 5px auto;
}
#wrapper.layout-type02 header .request_box a {
  display: block;
  padding: 8px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
#wrapper.layout-type02 header .request_box a span {
  display: block;
  font-size: 14px;
}
#wrapper.layout-type02 header .request_box a:before {
  content: none;
}
#wrapper.layout-type02 header .request_box a:after {
  content: none;
}
#wrapper.layout-type02 header .request_box a:hover {
  color: #fff;
  text-decoration: none;
}
#wrapper.layout-type02 footer {
  margin-top: 150px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 footer {
    margin-top: 90px;
  }
}
#wrapper.layout-type02 footer.space {
  margin-bottom: 100px;
}
#wrapper.layout-type02 .maxW {
  max-width: 1080px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .maxW {
    max-width: 100%;
  }
}
#wrapper.layout-type02 .topSearch {
  background-color: transparent;
}
#wrapper.layout-type02 .form {
  border-radius: 0;
  position: relative;
  text-align: left;
  padding: 0;
}
#wrapper.layout-type02 .form h3 {
  padding: 10px 18px;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #e9567f;
  color: #fff;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form h3 {
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}
#wrapper.layout-type02 .form h3:before {
  content: none;
}
#wrapper.layout-type02 .form .col {
  margin-bottom: 25px;
  background-color: #f9eef2;
  padding: 0 0 25px;
  border-radius: 0;
  overflow: hidden;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col {
    margin-bottom: 20px;
    padding: 0 0 15px;
  }
}
#wrapper.layout-type02 .form .col input {
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  outline: 0;
  width: 100%;
  border: 0;
  font-size: 15px;
  border: none;
  margin-bottom: 5px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col input {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 12px;
    -webkit-appearance: none;
    height: 40px;
  }
}
#wrapper.layout-type02 .form .col .item {
  padding: 5px 30px 0;
  background-color: transparent;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item {
    padding: 5px 15px 0;
  }
}
#wrapper.layout-type02 .form .col .item 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;
  width: 100%;
}
#wrapper.layout-type02 .form .col .item ul li {
  margin: 0 1% 0 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form .col .item ul li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li {
    display: block;
    margin: 0 2% 6px 0;
  }
}
@media all and (-ms-high-contrast: none) {
  #wrapper.layout-type02 .form .col .item ul li *::-ms-backdrop, #wrapper.layout-type02 .form .col .item ul li li {
    margin: 0 6px 0 0;
  }
}
#wrapper.layout-type02 .form .col .item ul li li:last-child {
  margin: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li li:last-child {
    margin: 0 0 5px 0;
  }
}
#wrapper.layout-type02 .form .col .item ul li.box {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f7e3e9;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li.box {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
}
#wrapper.layout-type02 .form .col .item ul li.box p {
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li.box p {
    font-size: 14px;
    margin-bottom: 5px !important;
  }
}
#wrapper.layout-type02 .form .col .item ul li.box:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li.box:last-child {
    margin-bottom: 5px;
  }
}
#wrapper.layout-type02 .form .col .item ul li.box .list {
  margin: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li.box .list {
    margin: 0;
  }
}
#wrapper.layout-type02 .form .col .item ul li label {
  display: inline-block;
  margin-bottom: 0;
}
#wrapper.layout-type02 .form .col .item ul li label input {
  display: none;
}
#wrapper.layout-type02 .form .col .item ul li label input:checked + span {
  background: #e9567f;
  color: #fff;
}
#wrapper.layout-type02 .form .col .item ul li label span {
  position: relative;
  padding: 8px 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  border-radius: 3px;
  border: none;
  background: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2em;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li label span {
    font-size: 13px;
    padding: 7px 8px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .col .item ul li label {
    top: 35%;
  }
}
#wrapper.layout-type02 .form .request {
  text-align: center;
}
#wrapper.layout-type02 .form .request a {
  background-color: #fff;
  border-radius: 5px;
  width: 225px;
  color: #000;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 12px 10px 23px;
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request a {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 12px 8px 23px;
  }
}
#wrapper.layout-type02 .form .request a span {
  font-size: 12px;
  display: block;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request a span {
    font-size: 11px;
  }
}
#wrapper.layout-type02 .form .request a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request a:before {
    top: 12px;
  }
}
#wrapper.layout-type02 .form .request a:after {
  content: "×";
  color: #fff;
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 2;
  font-weight: bold;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request a:after {
    top: 13px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px !important;
  }
  #wrapper.layout-type02 .form .request:first-child a {
    width: 200px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#wrapper.layout-type02 .form .request.search {
  margin-top: 50px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request.search {
    margin-top: 30px;
  }
}
#wrapper.layout-type02 .form .request.search button {
  border: none;
  background: #e9567f;
}
#wrapper.layout-type02 .form .request button {
  position: relative;
  border: 4px solid #7cdb9c;
  background: #02a83a;
  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;
  cursor: pointer;
  border-radius: 3em;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form .request button {
    line-height: 3.2;
    padding: 0 45px;
    margin: 0 auto;
    font-size: 15px;
  }
}
#wrapper.layout-type02 .form .request button:before, #wrapper.layout-type02 .form .request button:after {
  content: none;
}

/*メインカラーなど*/
#wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}

.read {
  font-weight: bold;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  margin-top: 18px;
}
@media only screen and (max-width:750px) {
  .read {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.container .mainCol .mainV {
  margin-bottom: 30px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .mainV {
    margin-bottom: 10px;
  }
}
.container .mainCol .mainV img {
  margin-bottom: 15px;
}
.container .mainCol .topContent .topSearch {
  border-radius: 10px;
}
.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:360px) {
  .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: 35px 45px 40px;
  background: #f8f8f8;
  margin-bottom: 35px;
}
@media only screen and (max-width:1024px) {
  .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.suc {
  text-align: center;
  padding: 45px 45px 40px;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch .form.suc {
    padding: 25px 25px 40px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form.suc {
    padding: 25px 15px 15px;
  }
}
.container .mainCol .topContent .topSearch .form h3 {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.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: 6px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form h3:before {
    top: 2px;
  }
}
.container .mainCol .topContent .topSearch .form h3 span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form h3 span {
    font-size: 13px;
  }
}
.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: 4px;
  border-radius: 2em;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch .form h4:before {
    top: 4px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form h4:before {
    top: 3px;
  }
}
@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 h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form h5 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.container .mainCol .topContent .topSearch .form .attention-message {
  color: #ec546a;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .attention-message {
    margin-bottom: 10px;
  }
}
.container .mainCol .topContent .topSearch .form .attention-message.small {
  font-size: 14px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .attention-message.small {
    font-size: 12px;
  }
}
.container .mainCol .topContent .topSearch .form .requestList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .requestList {
    display: block;
    margin-bottom: 25px;
  }
}
.container .mainCol .topContent .topSearch .form .requestList li {
  width: 49.1%;
  background-color: #fff;
  margin: 0 15px 15px 0;
  padding: 18px 20px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch .form .requestList li {
    width: 48.7%;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .requestList li {
    width: 100%;
    margin: 0 0 10px;
    padding: 15px 18px;
  }
}
.container .mainCol .topContent .topSearch .form .requestList li:nth-child(2n) {
  margin: 0 0 15px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .requestList li:nth-child(2n) {
    margin: 0 0 10px;
  }
}
.container .mainCol .topContent .topSearch .form .requestList li a {
  background-color: #e7ebf1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #c6d0dd;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .requestList li a {
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
}
.container .mainCol .topContent .topSearch .form .requestList li .schoolName_rep {
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}
.container .mainCol .topContent .topSearch .form .requestList li .number {
  font-size: 12px;
  color: #a5a5a5;
}
.container .mainCol .topContent .topSearch .form .requestList.cnf {
  margin-bottom: 0;
  background-color: #fff;
  padding: 15px 25px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .requestList.cnf {
    padding: 15px 20px 10px;
  }
}
.container .mainCol .topContent .topSearch .form .requestList.cnf li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .requestList.cnf li {
    padding: 0 0 10px 16px;
    margin-bottom: 10px !important;
  }
}
.container .mainCol .topContent .topSearch .form .requestList.cnf li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.container .mainCol .topContent .topSearch .form .requestList.cnf li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #12509d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .requestList.cnf li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .item-col {
  background-color: #fff;
  padding: 20px 30px 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .item-col {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .item-col .schoolType:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.container .mainCol .topContent .topSearch .form .prefSearch .item-col .check {
  border: 3px solid #e7f2f7;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType, .container .mainCol .topContent .topSearch .form .prefSearch .prefList {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}
@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 .col, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 0;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .col, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .col {
    display: block;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .item:first-child, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .item:first-child {
  margin-right: 20px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .item:first-child, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .item:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .compile, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .compile {
  margin-bottom: 15px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .compile, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .compile {
    margin-bottom: 10px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .compile:last-child, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .compile:last-child {
  margin-bottom: 0;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .error, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .error {
  font-size: 14px;
  color: #ec546a;
  margin-top: 3px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .error, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .error {
    font-size: 12px;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType input, .container .mainCol .topContent .topSearch .form .prefSearch .prefList input {
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  outline: 0;
  width: 100%;
  border: 0;
  font-size: 16px;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@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: 0;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType input[type=radio], .container .mainCol .topContent .topSearch .form .prefSearch .prefList input[type=radio] {
  width: auto;
  height: auto;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType input[type=tel], .container .mainCol .topContent .topSearch .form .prefSearch .prefList input[type=tel] {
  width: 20%;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType input[type=tel], .container .mainCol .topContent .topSearch .form .prefSearch .prefList input[type=tel] {
    width: 100%;
  }
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .radio, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .radio {
  margin-right: 15px;
}
.container .mainCol .topContent .topSearch .form .prefSearch .schoolType .attention, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .attention {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType .attention, .container .mainCol .topContent .topSearch .form .prefSearch .prefList .attention {
    font-size: 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: 0.3s;
  -o-transition: 0.3s;
  transition: 0.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 .schoolType button, .container .mainCol .topContent .topSearch .form .prefSearch .prefList button {
  min-width: 120px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  display: block;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  padding: 6px 10px;
  margin: 10px 0 15px;
  text-align: left;
  font-size: 13px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .form .prefSearch .schoolType button, .container .mainCol .topContent .topSearch .form .prefSearch .prefList button {
    margin: 10px auto 0;
  }
}
.container .mainCol .topContent .topSearch .req-list {
  border: 3px solid #f8f8f8;
  padding: 20px 30px;
  margin: 30px 0 45px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .req-list {
    padding: 15px 20px 5px;
    margin: 20px 0 35px;
  }
}
.container .mainCol .topContent .topSearch .req-list h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .req-list h4 {
    font-size: 16px;
  }
}
.container .mainCol .topContent .topSearch .req-list ul li {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 5px 18px;
  border-bottom: 1px dotted #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .req-list ul li {
    padding: 0 0 6px 16px;
    margin-bottom: 10px !important;
  }
}
.container .mainCol .topContent .topSearch .req-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.container .mainCol .topContent .topSearch .req-list ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #12509d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .req-list ul li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
.container .mainCol .topContent .topSearch .req-list ul li .schoolName_rep {
  font-size: 12px;
  font-weight: normal;
}
.container .mainCol .topContent .topSearch .button-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .button-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container .mainCol .topContent .topSearch .button-box .button {
  width: 250px;
  margin: 0 15px;
  text-align: center;
  background-color: #ec546a;
  border-radius: 5px;
  border: none;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .button-box .button {
    margin: 0 auto 15px;
    width: 100%;
  }
}
.container .mainCol .topContent .topSearch .button-box .button.return {
  background-color: #fff;
  border: none;
  border: 1px solid #ccc;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .button-box .button.return {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
}
.container .mainCol .topContent .topSearch .button-box .button.return a {
  color: #000;
  position: relative;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .button-box .button.return a {
    padding: 8px 12px 8px 25px;
    font-size: 14px;
  }
}
.container .mainCol .topContent .topSearch .button-box .button.return a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #12509d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .button-box .button.return a:before {
    margin-top: -10px;
  }
}
.container .mainCol .topContent .topSearch .button-box .button.return a:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-right: solid 7px #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .button-box .button.return a:after {
    margin-top: -6px;
  }
}
.container .mainCol .topContent .topSearch .button-box .button a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .button-box .button a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.container .mainCol .topContent .topSearch .button-box .button a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
.container .mainCol .topContent .topSearch .button-box .button 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;
}
.container .mainCol .topContent .topSearch input[type=submit] {
  width: 250px;
  position: relative;
  background-color: #ec546a;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: center;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch input[type=submit] {
    line-height: 3.2;
    padding: 0 12% 0 10%;
    margin: 0 auto 15px;
    width: 100%;
  }
}
.container .mainCol .topContent .topSearch input[type=submit]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
.container .mainCol .topContent .topSearch input[type=submit]:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 7px #ec546a;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.container .mainCol .topContent .topSearch ul.button-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch ul.button-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container .mainCol .topContent .topSearch ul.button-box li {
  margin: 0 15px;
  position: relative;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch ul.button-box li {
    margin: 0 10px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch ul.button-box li {
    margin: 0 0 15px;
  }
}
.container .mainCol .topContent .topSearch ul.button-box li input[type=submit], .container .mainCol .topContent .topSearch ul.button-box li input[type=button] {
  display: inline-block;
  width: 250px;
  position: relative;
  background-color: #ec546a;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  border: 0;
  padding: 18px 30px;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch ul.button-box li input[type=submit], .container .mainCol .topContent .topSearch ul.button-box li input[type=button] {
    width: 310px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch ul.button-box li input[type=submit], .container .mainCol .topContent .topSearch ul.button-box li input[type=button] {
    width: 100%;
    font-size: 16px;
    padding: 15px 25px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch ul.button-box li {
    min-width: 100%;
    width: 100%;
  }
}
.container .mainCol .topContent .topSearch ul.button-box li.reset {
  position: relative;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch ul.button-box li.reset {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    width: 60%;
    min-width: 60%;
  }
}
.container .mainCol .topContent .topSearch ul.button-box li.reset:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #12509d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
  z-index: 1;
}
.container .mainCol .topContent .topSearch ul.button-box li.reset:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-right: solid 7px #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  z-index: 2;
}
.container .mainCol .topContent .topSearch ul.button-box li.reset input[type=button] {
  background-color: #fff;
  border: none;
  border: 1px solid #ccc;
  color: #000;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch ul.button-box li.reset input[type=button] {
    padding: 8px 12px 8px 25px;
    font-size: 14px;
  }
}
.container .mainCol .topContent .topSearch .check {
  background-color: #fff;
  padding: 15px 20px 5px;
  margin-top: 10px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .check {
    padding: 12px 15px 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.container .mainCol .topContent .topSearch .check span {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .check span {
    padding-left: 32px;
  }
}
@media only screen and (max-width:360px) {
  .container .mainCol .topContent .topSearch .check span {
    letter-spacing: -0.08em;
  }
}
.container .mainCol .topContent .topSearch .check label {
  margin-bottom: 10px;
}
.container .mainCol .topContent .topSearch input[type=radio], .container .mainCol .topContent .topSearch input[type=checkbox] {
  display: none;
}
.container .mainCol .topContent .topSearch .check label:hover {
  cursor: pointer;
}
.container .mainCol .topContent .topSearch .radio-input + label:hover {
  cursor: pointer;
}
.container .mainCol .topContent .topSearch .radio-input {
  display: none;
}
.container .mainCol .topContent .topSearch .radio-input + label {
  padding-left: 30px;
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .radio-input + label {
    padding-left: 25px;
  }
}
.container .mainCol .topContent .topSearch .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .radio-input + label::before {
    width: 22px;
    height: 22px;
    top: 1px;
  }
}
.container .mainCol .topContent .topSearch .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #12509d;
  border-radius: 50%;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch .radio-input:checked + label::after {
    top: 6px;
    left: 5px;
  }
}
.container .mainCol .topContent .topSearch .radio span {
  margin-right: 20px;
}
.container .mainCol .topContent .topSearch input[type=checkbox] + span::before, .container .mainCol .topContent .topSearch input[type=checkbox] + span::after {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch input[type=checkbox] + span::before, .container .mainCol .topContent .topSearch input[type=checkbox] + span::after {
    top: -2px;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch input[type=checkbox] + span::before, .container .mainCol .topContent .topSearch input[type=checkbox] + span::after {
    top: 0;
  }
}
.container .mainCol .topContent .topSearch label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #ccc solid;
  border-radius: 3px;
}
.container .mainCol .topContent .topSearch label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.container .mainCol .topContent .topSearch label input[type=checkbox]:checked + span::before {
  background-color: #12509d;
}
.container .mainCol .topContent .topSearch label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container .mainCol .topContent .topSearch select {
  padding: 12px 35px 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  font-size: 16px;
  margin-right: 3px;
  color: #000;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch select {
    padding: 10px 30px 10px 12px;
    font-size: 14px;
  }
}
.container .mainCol .topContent .topSearch ::-ms-expand {
  display: none;
}
.container .mainCol .topContent .topSearch label.select {
  position: relative;
  width: 80%;
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch label.select {
    width: 100%;
  }
}
.container .mainCol .topContent .topSearch label.select:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.container .mainCol .topContent .topSearch label.select.short {
  width: 30%;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch label.select.short {
    width: 38%;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch label.select.short {
    width: 100%;
  }
}
.container .mainCol .topContent .topSearch label.select.birth {
  width: 15%;
}
@media only screen and (max-width:1024px) {
  .container .mainCol .topContent .topSearch label.select.birth {
    width: 20%;
  }
}
@media only screen and (max-width:750px) {
  .container .mainCol .topContent .topSearch label.select.birth {
    width: 23.2%;
  }
  .container .mainCol .topContent .topSearch label.select.birth:after {
    right: 10px;
  }
}

.end {
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.link-box {
  text-align: center;
  margin: 40px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
@media only screen and (max-width:750px) {
  .link-box {
    margin: 20px auto 0;
    padding-top: 15px;
  }
}
.link-box img {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width:750px) {
  .link-box img {
    width: 100%;
  }
}

.select2-search--dropdown .select2-search__field {
  padding: 15px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:750px) {
  .select2-search--dropdown .select2-search__field {
    padding: 8px !important;
  }
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px !important;
}
@media only screen and (max-width:1024px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    width: 290px !important;
  }
}
@media only screen and (max-width:320px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    width: 250px !important;
  }
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 500px !important;
}
@media only screen and (max-width:1024px) {
  .select2-container--default .select2-selection--single {
    width: 290px !important;
  }
}
@media only screen and (max-width:320px) {
  .select2-container--default .select2-selection--single {
    width: 250px !important;
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 500px !important;
}
@media only screen and (max-width:1024px) {
  .select2-container {
    width: 290px !important;
  }
}
@media only screen and (max-width:320px) {
  .select2-container {
    width: 250px !important;
  }
}

/*-----------------------------
レイアウトパターン1（シンプルレイアウト）
-----------------------------*/
#wrapper.layout-type01 {
  padding-bottom: 100px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 {
    padding: 0 15px;
  }
}
#wrapper.layout-type01 .mainCol {
  margin: 0;
}
#wrapper.layout-type01 .read {
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
  background-color: #f5f9ff;
  padding: 15px 20px 18px;
  border-radius: 15px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .read {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 12px 18px;
  }
}
#wrapper.layout-type01 .form-col {
  /*請求校確認*/
  /*請求完了*/
}
#wrapper.layout-type01 .form-col .inner {
  background-color: #f5f9ff;
  padding: 40px 45px 45px;
  border-radius: 15px;
  margin-bottom: 35px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner {
    padding: 20px 15px 25px;
  }
}
#wrapper.layout-type01 .form-col .inner h3 {
  padding-left: 12px;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner h3 {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
#wrapper.layout-type01 .form-col .inner h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#12509d), to(#009de6));
  background: -o-linear-gradient(top, #12509d, #009de6);
  background: linear-gradient(to bottom, #12509d, #009de6);
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 3px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner h3:before {
    top: 3px;
    height: 15px;
  }
}
#wrapper.layout-type01 .form-col .inner .requestList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner .requestList {
    display: block;
    margin-bottom: 0;
  }
}
#wrapper.layout-type01 .form-col .inner .requestList li {
  width: 49.1%;
  background-color: #fff;
  margin: 0 15px 15px 0;
  padding: 18px 20px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .form-col .inner .requestList li {
    width: 48.7%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner .requestList li {
    width: 100%;
    margin: 0 0 10px;
    padding: 15px 18px;
  }
}
#wrapper.layout-type01 .form-col .inner .requestList li:nth-child(2n) {
  margin: 0 0 15px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner .requestList li:nth-child(2n) {
    margin: 0 0 10px;
  }
}
#wrapper.layout-type01 .form-col .inner .requestList li a {
  background-color: #e7ebf1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #c6d0dd;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner .requestList li a {
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
}
#wrapper.layout-type01 .form-col .inner .requestList li .schoolName_rep {
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}
#wrapper.layout-type01 .form-col .inner .requestList li .number {
  font-size: 12px;
  color: #a5a5a5;
}
#wrapper.layout-type01 .form-col .inner .requestList.cnf {
  margin-bottom: 0;
  background-color: #fff;
  padding: 15px 25px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner .requestList.cnf {
    padding: 15px 20px 10px;
  }
}
#wrapper.layout-type01 .form-col .inner .requestList.cnf li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner .requestList.cnf li {
    padding: 0 0 10px 16px;
    margin-bottom: 10px !important;
  }
}
#wrapper.layout-type01 .form-col .inner .requestList.cnf li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#wrapper.layout-type01 .form-col .inner .requestList.cnf li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #12509d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .inner .requestList.cnf li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
#wrapper.layout-type01 .form-col.suc {
  text-align: center;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col.suc {
    padding-top: 20px;
  }
}
#wrapper.layout-type01 .form-col .item {
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item {
    display: block;
    padding: 15px 0;
  }
  #wrapper.layout-type01 .form-col .item:first-child {
    padding: 0 0 15px;
  }
}
#wrapper.layout-type01 .form-col .item h2 {
  width: 200px;
  font-weight: bold;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item h2 {
    width: 100%;
    margin-bottom: 8px;
  }
}
#wrapper.layout-type01 .form-col .item .input-col {
  width: calc(100% - 200px);
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item .input-col {
    width: 100%;
  }
}
#wrapper.layout-type01 .form-col .item .input-col.multi {
  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;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item .input-col.multi {
    display: block;
  }
}
#wrapper.layout-type01 .form-col .item .input-col.multi input {
  width: 48.5%;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item .input-col.multi input {
    width: 100%;
    margin-bottom: 5px;
  }
  #wrapper.layout-type01 .form-col .item .input-col.multi input:last-child {
    margin-bottom: 0;
  }
}
#wrapper.layout-type01 .form-col .item input {
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  outline: 0;
  width: 100%;
  border: 0;
  font-size: 16px;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item input {
    margin-bottom: 0;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    height: 40px;
  }
}
#wrapper.layout-type01 .form-col .item input[type=radio] {
  width: auto;
  height: auto;
}
#wrapper.layout-type01 .form-col .item input[type=tel] {
  width: 20%;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .form-col .item input[type=tel] {
    width: 40%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item input[type=tel] {
    width: 100%;
  }
}
#wrapper.layout-type01 .form-col .item .attention {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item .attention {
    font-size: 12px;
  }
}
#wrapper.layout-type01 .form-col .item .attention.mg {
  margin-bottom: 10px;
}
#wrapper.layout-type01 .form-col .item select {
  height: 50px;
  padding: 12px 35px 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item select {
    height: 40px;
    font-size: 14px;
    padding: 10px 35px 10px 12px;
  }
}
#wrapper.layout-type01 .form-col .item ::-ms-expand {
  display: none;
}
#wrapper.layout-type01 .form-col .item label.select {
  position: relative;
  width: 80%;
  font-size: 16px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item label.select {
    width: 100%;
    font-size: 14px;
  }
}
#wrapper.layout-type01 .form-col .item label.select:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#wrapper.layout-type01 .form-col .item label.select.short {
  width: 30%;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .form-col .item label.select.short {
    width: 38%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item label.select.short {
    width: 100%;
  }
}
#wrapper.layout-type01 .form-col .item label.select.birth {
  width: 15%;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .form-col .item label.select.birth {
    width: 20%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item label.select.birth {
    width: 23.2%;
  }
  #wrapper.layout-type01 .form-col .item label.select.birth:after {
    right: 15px;
  }
}
#wrapper.layout-type01 .form-col .item.compile {
  border: none;
  padding: 25px 0 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .item.compile {
    padding: 10px 0 0;
  }
}
#wrapper.layout-type01 .form-col .privacy {
  background-color: #f5f9ff;
  padding: 20px 35px;
  border-radius: 15px;
  margin: 40px auto;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .form-col .privacy {
    margin: 30px auto;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .privacy {
    padding: 15px 20px;
    margin: 20px auto;
  }
}
#wrapper.layout-type01 .form-col .privacy h2 {
  font-weight: bold;
}
#wrapper.layout-type01 .form-col .check {
  background-color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .check {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
#wrapper.layout-type01 .form-col .check span {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  width: 100%;
  padding: 15px 55px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .check span {
    padding: 15px 10px 15px 45px;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type01 .form-col .check span {
    letter-spacing: -0.08em;
  }
}
#wrapper.layout-type01 .form-col input[type=radio], #wrapper.layout-type01 .form-col input[type=checkbox] {
  display: none;
}
#wrapper.layout-type01 .form-col .radio-input {
  display: none;
}
#wrapper.layout-type01 .form-col .radio-input + label {
  padding-left: 30px;
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .radio-input + label {
    display: inline-block;
    background-color: #f7f7f7;
    width: 49%;
    padding: 10px 10px 10px 45px;
  }
  #wrapper.layout-type01 .form-col .radio-input + label:last-child {
    margin-bottom: 0;
  }
}
#wrapper.layout-type01 .form-col .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .radio-input + label::before {
    width: 18px;
    height: 18px;
    top: 11px;
    left: 15px;
  }
}
#wrapper.layout-type01 .form-col .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #12509d;
  border-radius: 50%;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .radio-input:checked + label::after {
    top: 15px;
    left: 19px;
  }
}
#wrapper.layout-type01 .form-col .radio span {
  margin-right: 50px;
}
#wrapper.layout-type01 .form-col input[type=checkbox] + span::before, #wrapper.layout-type01 .form-col input[type=checkbox] + span::after {
  position: absolute;
  top: 16px;
  left: 25px;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .form-col input[type=checkbox] + span::before, #wrapper.layout-type01 .form-col input[type=checkbox] + span::after {
    top: 15px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col input[type=checkbox] + span::before, #wrapper.layout-type01 .form-col input[type=checkbox] + span::after {
    top: 15px;
    left: 15px;
  }
}
#wrapper.layout-type01 .form-col label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #ccc solid;
  border-radius: 3px;
}
#wrapper.layout-type01 .form-col label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
#wrapper.layout-type01 .form-col label input[type=checkbox]:checked + span::before {
  background-color: #12509d;
}
#wrapper.layout-type01 .form-col label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#wrapper.layout-type01 .form-col label:hover {
  cursor: pointer;
}
#wrapper.layout-type01 .form-col .button-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#wrapper.layout-type01 .form-col .button-box .button {
  width: 250px;
  margin: 0 15px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ec546a), to(#ff7683));
  background: -o-linear-gradient(left, #ec546a, #ff7683);
  background: linear-gradient(to right, #ec546a, #ff7683);
  border-radius: 2em;
  border: none;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box .button {
    margin: 0 auto 15px;
    width: 80%;
  }
}
#wrapper.layout-type01 .form-col .button-box .button.return-a {
  background: -webkit-gradient(linear, left top, right top, from(#98b6da), to(#aec4df));
  background: -o-linear-gradient(left, #98b6da, #aec4df);
  background: linear-gradient(to right, #98b6da, #aec4df);
  border: none;
  padding: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box .button.return-a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
}
#wrapper.layout-type01 .form-col .button-box .button.return-a a {
  color: #fff;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box .button.return-a a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
#wrapper.layout-type01 .form-col .button-box .button.return-a a:before {
  content: none;
}
#wrapper.layout-type01 .form-col .button-box .button.return-a a:after {
  content: none;
}
#wrapper.layout-type01 .form-col .button-box .button a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box .button a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#wrapper.layout-type01 .form-col .button-box .button a:before {
  content: none;
}
#wrapper.layout-type01 .form-col .button-box .button a:after {
  content: none;
}
#wrapper.layout-type01 .form-col .button-box input[type=button] {
  margin: 0 15px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box input[type=button] {
    margin: 0;
  }
}
#wrapper.layout-type01 .form-col .button-box .return {
  width: 250px;
  background: -webkit-gradient(linear, left top, right top, from(#98b6da), to(#aec4df));
  background: -o-linear-gradient(left, #98b6da, #aec4df);
  background: linear-gradient(to right, #98b6da, #aec4df);
  font-size: 16px;
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  -webkit-transition: none;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box .return {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    padding: 8px 12px;
    font-size: 14px;
  }
}
#wrapper.layout-type01 .form-col .button-box .submit {
  width: 250px;
  background: -webkit-gradient(linear, left top, right top, from(#ec546a), to(#ff7683));
  background: -o-linear-gradient(left, #ec546a, #ff7683);
  background: linear-gradient(to right, #ec546a, #ff7683);
  border-radius: 2em;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  -webkit-transition: none;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box .submit {
    line-height: 3.2;
    padding: 0 12% 0 10%;
    margin: 0 auto 15px !important;
    width: 80%;
  }
}
#wrapper.layout-type01 .form-col .button-box input[type=submit] {
  width: 250px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ec546a), to(#ff7683));
  background: -o-linear-gradient(left, #ec546a, #ff7683);
  background: linear-gradient(to right, #ec546a, #ff7683);
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: center;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .button-box input[type=submit] {
    line-height: 3.2;
    padding: 0 12% 0 10%;
    margin: 0 auto 15px;
    width: 80%;
  }
}
#wrapper.layout-type01 .form-col .button-box input[type=submit]:before {
  content: none;
}
#wrapper.layout-type01 .form-col .button-box input[type=submit]:after {
  content: none;
}
#wrapper.layout-type01 .form-col .error {
  font-size: 14px;
  color: #ec546a;
  display: block;
  width: 100%;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .form-col .error {
    font-size: 12px;
  }
}
#wrapper.layout-type01 .req-list {
  border: 3px solid #f8f8f8;
  padding: 20px 30px;
  margin: 30px 0 45px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .req-list {
    padding: 15px 25px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .req-list {
    padding: 12px 15px 0;
    margin: 20px 0 35px;
  }
}
#wrapper.layout-type01 .req-list h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type01 .req-list h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .req-list h4 {
    font-size: 14px;
  }
}
#wrapper.layout-type01 .req-list ul li {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 5px 18px;
  border-bottom: 1px dotted #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .req-list ul li {
    padding: 0 0 6px 16px;
    margin-bottom: 10px !important;
  }
}
#wrapper.layout-type01 .req-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#wrapper.layout-type01 .req-list ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #12509d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .req-list ul li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
#wrapper.layout-type01 .req-list ul li .schoolName_rep {
  font-size: 12px;
  font-weight: normal;
}
#wrapper.layout-type01 .req-list ul.cnf {
  margin-bottom: 0;
  background-color: #fff;
  padding: 0 0 8px;
}
#wrapper.layout-type01 .req-list ul.cnf li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .req-list ul.cnf li {
    padding: 0 0 8px 16px;
    margin-bottom: 8px !important;
  }
}
#wrapper.layout-type01 .req-list ul.cnf li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#wrapper.layout-type01 .req-list ul.cnf li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #12509d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type01 .req-list ul.cnf li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

/*-----------------------------
レイアウトパターン2
-----------------------------*/
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .container {
    width: 92%;
    margin: 20px auto 60px;
  }
  #wrapper.layout-type02 .container .mainCol {
    width: 100%;
  }
}
#wrapper.layout-type02 .read {
  font-weight: bold;
  margin-bottom: 25px;
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .read {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
#wrapper.layout-type02 .form-col {
  /*請求校確認*/
  /*請求完了*/
}
#wrapper.layout-type02 .form-col.detail {
  background-color: #f9eef2;
  padding: 20px 45px 45px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col.detail {
    padding: 5px 35px 35px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col.detail {
    padding: 15px;
  }
}
#wrapper.layout-type02 .form-col .inner {
  background-color: #f9eef2;
  padding: 40px 45px 45px;
  border-radius: 0;
  margin-bottom: 35px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .inner {
    padding: 30px 35px 35px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner {
    padding: 20px 15px 25px;
  }
}
#wrapper.layout-type02 .form-col .inner h3 {
  padding: 10px 18px;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #e9567f;
  color: #fff;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner h3 {
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}
#wrapper.layout-type02 .form-col .inner h3:before {
  content: none;
}
#wrapper.layout-type02 .form-col .inner .requestList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner .requestList {
    display: block;
    margin-bottom: 0;
  }
}
#wrapper.layout-type02 .form-col .inner .requestList li {
  width: 49.1%;
  background-color: #fff;
  margin: 0 15px 15px 0;
  padding: 18px 20px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .inner .requestList li {
    width: 48.7%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner .requestList li {
    width: 100%;
    margin: 0 0 10px;
    padding: 15px 18px;
  }
}
#wrapper.layout-type02 .form-col .inner .requestList li:nth-child(2n) {
  margin: 0 0 15px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner .requestList li:nth-child(2n) {
    margin: 0 0 10px;
  }
}
#wrapper.layout-type02 .form-col .inner .requestList li a {
  background-color: #dfdfdf;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner .requestList li a {
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
}
#wrapper.layout-type02 .form-col .inner .requestList li .schoolName_rep {
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}
#wrapper.layout-type02 .form-col .inner .requestList li .number {
  font-size: 12px;
  color: #a5a5a5;
}
#wrapper.layout-type02 .form-col .inner .requestList.cnf {
  margin-bottom: 0;
  background-color: #fff;
  padding: 15px 25px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner .requestList.cnf {
    padding: 15px 20px 10px;
  }
}
#wrapper.layout-type02 .form-col .inner .requestList.cnf li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner .requestList.cnf li {
    padding: 0 0 10px 16px;
    margin-bottom: 10px !important;
  }
}
#wrapper.layout-type02 .form-col .inner .requestList.cnf li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#wrapper.layout-type02 .form-col .inner .requestList.cnf li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #12509d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .inner .requestList.cnf li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
#wrapper.layout-type02 .form-col.suc {
  margin-top: 80px;
  text-align: center;
  padding: 40px 45px 45px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col.suc {
    padding: 30px 35px 35px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col.suc {
    padding: 20px 15px 25px;
    margin-top: 30px;
  }
}
#wrapper.layout-type02 .form-col .item {
  border-bottom: 1px solid #f7e3e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item {
    display: block;
    padding: 15px 0;
  }
  #wrapper.layout-type02 .form-col .item:first-child {
    padding: 0 0 15px;
  }
}
#wrapper.layout-type02 .form-col .item h2 {
  width: 200px;
  font-weight: bold;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item h2 {
    width: 100%;
    margin-bottom: 8px;
  }
}
#wrapper.layout-type02 .form-col .item .input-col {
  width: calc(100% - 200px);
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item .input-col {
    width: 100%;
  }
}
#wrapper.layout-type02 .form-col .item .input-col.multi {
  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;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item .input-col.multi {
    display: block;
  }
}
#wrapper.layout-type02 .form-col .item .input-col.multi input {
  width: 48.5%;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item .input-col.multi input {
    width: 100%;
    margin-bottom: 5px;
  }
  #wrapper.layout-type02 .form-col .item .input-col.multi input:last-of-type {
    margin-bottom: 0;
  }
}
#wrapper.layout-type02 .form-col .item input {
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  outline: 0;
  width: 100%;
  border: 0;
  font-size: 16px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item input {
    margin-bottom: 0;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    height: 40px;
  }
}
#wrapper.layout-type02 .form-col .item input[type=radio] {
  width: auto;
  height: auto;
}
#wrapper.layout-type02 .form-col .item input[type=tel] {
  width: 20%;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .item input[type=tel] {
    width: 40%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item input[type=tel] {
    width: 100%;
  }
}
#wrapper.layout-type02 .form-col .item .attention {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item .attention {
    font-size: 12px;
  }
}
#wrapper.layout-type02 .form-col .item .attention.mg {
  margin-bottom: 10px;
}
#wrapper.layout-type02 .form-col .item select {
  height: 50px;
  padding: 12px 35px 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border: none;
  background-color: #fff;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item select {
    height: 40px;
    font-size: 14px;
    padding: 10px 35px 10px 12px;
  }
}
#wrapper.layout-type02 .form-col .item ::-ms-expand {
  display: none;
}
#wrapper.layout-type02 .form-col .item label.select {
  position: relative;
  width: 80%;
  font-size: 16px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item label.select {
    width: 100%;
    font-size: 14px;
  }
}
#wrapper.layout-type02 .form-col .item label.select:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#wrapper.layout-type02 .form-col .item label.select.short {
  width: 30%;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .item label.select.short {
    width: 38%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item label.select.short {
    width: 100%;
  }
}
#wrapper.layout-type02 .form-col .item label.select.birth {
  width: 15%;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .item label.select.birth {
    width: 20%;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item label.select.birth {
    width: 23.2%;
  }
  #wrapper.layout-type02 .form-col .item label.select.birth:after {
    right: 15px;
  }
}
#wrapper.layout-type02 .form-col .item.compile {
  border: none;
  padding: 25px 0 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .item.compile {
    padding: 10px 0 0;
  }
}
#wrapper.layout-type02 .form-col .privacy {
  background-color: #fff;
  padding: 20px 35px;
  border-radius: 15px;
  margin: 40px auto;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .privacy {
    margin: 30px auto;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .privacy {
    padding: 15px 20px;
    margin: 20px auto;
  }
}
#wrapper.layout-type02 .form-col .privacy h2 {
  font-weight: bold;
}
#wrapper.layout-type02 .form-col .check {
  background-color: #f8f8f8;
  margin-top: 10px;
  padding: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .check {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
#wrapper.layout-type02 .form-col .check span {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  width: 100%;
  padding: 15px 55px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .check span {
    padding: 15px 10px 15px 45px;
  }
}
@media only screen and (max-width:360px) {
  #wrapper.layout-type02 .form-col .check span {
    letter-spacing: -0.08em;
  }
}
#wrapper.layout-type02 .form-col input[type=radio], #wrapper.layout-type02 .form-col input[type=checkbox] {
  display: none;
}
#wrapper.layout-type02 .form-col .radio-input {
  display: none;
}
#wrapper.layout-type02 .form-col .radio-input + label {
  padding-left: 30px;
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .radio-input + label {
    display: inline-block;
    background-color: #fff;
    width: 49%;
    padding: 10px 10px 10px 45px;
  }
  #wrapper.layout-type02 .form-col .radio-input + label:last-child {
    margin-bottom: 0;
  }
}
#wrapper.layout-type02 .form-col .radio-input + label:hover {
  cursor: pointer;
}
#wrapper.layout-type02 .form-col .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .radio-input + label::before {
    width: 18px;
    height: 18px;
    top: 11px;
    left: 15px;
    border: 1px solid #ccc;
  }
}
#wrapper.layout-type02 .form-col .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #e9567f;
  border-radius: 50%;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .radio-input:checked + label::after {
    top: 15px;
    left: 19px;
  }
}
#wrapper.layout-type02 .form-col .radio span {
  margin-right: 50px;
}
#wrapper.layout-type02 .form-col input[type=checkbox] + span::before, #wrapper.layout-type02 .form-col input[type=checkbox] + span::after {
  position: absolute;
  top: 16px;
  left: 25px;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col input[type=checkbox] + span::before, #wrapper.layout-type02 .form-col input[type=checkbox] + span::after {
    top: 15px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col input[type=checkbox] + span::before, #wrapper.layout-type02 .form-col input[type=checkbox] + span::after {
    top: 15px;
    left: 15px;
  }
}
#wrapper.layout-type02 .form-col label input[type=checkbox] + span::before {
  z-index: 0;
  width: 22px;
  height: 22px;
  border: 1px #ccc solid;
  border-radius: 3px;
  background-color: #fff;
}
#wrapper.layout-type02 .form-col label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
#wrapper.layout-type02 .form-col label input[type=checkbox]:checked + span::before {
  background-color: #12509d;
}
#wrapper.layout-type02 .form-col label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#wrapper.layout-type02 .form-col .check label:hover {
  cursor: pointer;
}
#wrapper.layout-type02 .form-col .button-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#wrapper.layout-type02 .form-col .button-box .button {
  width: 250px;
  margin: 0 15px;
  text-align: center;
  border: 4px solid #7cdb9c;
  background: #02a83a;
  border-radius: 2em;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .button {
    margin: 0 auto 15px;
    width: 80%;
  }
}
#wrapper.layout-type02 .form-col .button-box .button.return-a {
  background: #fff;
  border: none;
  padding: 0;
  border: 1px solid #ccc;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .button.return-a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
}
#wrapper.layout-type02 .form-col .button-box .button.return-a a {
  color: #333;
  position: relative;
  padding: 18px 25px 14px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .button.return-a a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
#wrapper.layout-type02 .form-col .button-box .button.return-a a:before {
  content: none;
}
#wrapper.layout-type02 .form-col .button-box .button.return-a a:after {
  content: none;
}
#wrapper.layout-type02 .form-col .button-box .button a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .button a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#wrapper.layout-type02 .form-col .button-box .button a:before {
  content: none;
}
#wrapper.layout-type02 .form-col .button-box .button a:after {
  content: none;
}
#wrapper.layout-type02 .form-col .button-box input[type=button] {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif !important;
  margin: 0 15px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box input[type=button] {
    margin: 0;
  }
}
#wrapper.layout-type02 .form-col .button-box .return {
  width: 250px;
  background: #fff;
  font-size: 16px;
  border-radius: 2em;
  color: #333;
  font-weight: bold;
  padding: 0;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: none;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .return {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    font-size: 14px;
  }
}
#wrapper.layout-type02 .form-col .button-box .return a {
  padding: 18px 15px 14px;
  color: #333;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .return a {
    padding: 8px 12px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .return.pd {
    padding: 8px 12px;
  }
}
#wrapper.layout-type02 .form-col .button-box .submit {
  width: 250px;
  border: 4px solid #7cdb9c;
  background: #02a83a;
  border-radius: 2em;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 15px 25px;
  cursor: pointer;
  -webkit-transition: none;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box .submit {
    line-height: 3.2;
    padding: 0 12% 0 10%;
    margin: 0 auto 15px !important;
    width: 80%;
  }
}
#wrapper.layout-type02 .form-col .button-box input[type=submit] {
  width: 250px;
  position: relative;
  border: 4px solid #7cdb9c;
  background: #02a83a;
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: none;
  text-align: center;
  padding: 15px 25px;
  cursor: pointer;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .button-box input[type=submit] {
    line-height: 3.2;
    padding: 0 12% 0 10%;
    margin: 0 auto 15px;
    width: 80%;
  }
}
#wrapper.layout-type02 .form-col .button-box input[type=submit]:before {
  content: none;
}
#wrapper.layout-type02 .form-col .button-box input[type=submit]:after {
  content: none;
}
#wrapper.layout-type02 .form-col .error {
  font-size: 14px;
  color: #ec546a;
  display: block;
  width: 100%;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .error {
    font-size: 12px;
  }
}
#wrapper.layout-type02 .form-col .req-list {
  border: none;
  background-color: #fff;
  padding: 20px 30px;
  margin: 30px 0 45px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .req-list {
    padding: 15px 25px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .req-list {
    padding: 12px 15px 0;
    margin: 20px 0 35px;
  }
}
#wrapper.layout-type02 .form-col .req-list h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width:1024px) {
  #wrapper.layout-type02 .form-col .req-list h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .req-list h4 {
    font-size: 14px;
  }
}
#wrapper.layout-type02 .form-col .req-list ul li {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 5px 18px;
  border-bottom: 1px dotted #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .req-list ul li {
    padding: 0 0 6px 16px;
    margin-bottom: 10px !important;
  }
}
#wrapper.layout-type02 .form-col .req-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#wrapper.layout-type02 .form-col .req-list ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e9567f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .req-list ul li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
#wrapper.layout-type02 .form-col .req-list ul li .schoolName_rep {
  font-size: 12px;
  font-weight: normal;
}
#wrapper.layout-type02 .form-col .req-list ul.cnf {
  margin-bottom: 0;
  background-color: #fff;
  padding: 0 0 8px;
}
#wrapper.layout-type02 .form-col .req-list ul.cnf li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .req-list ul.cnf li {
    padding: 0 0 8px 16px;
    margin-bottom: 8px !important;
  }
}
#wrapper.layout-type02 .form-col .req-list ul.cnf li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#wrapper.layout-type02 .form-col .req-list ul.cnf li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e9567f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (max-width:750px) {
  #wrapper.layout-type02 .form-col .req-list ul.cnf li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

/*モーダル*/
#NormalModal_Kiyaku {
  z-index: 15000;
}
#NormalModal_Kiyaku .modal-dialog {
  max-width: 1080px;
}
@media only screen and (max-width:1024px) {
  #NormalModal_Kiyaku .modal-dialog {
    width: 90%;
    margin: 50px auto 0;
  }
}
#NormalModal_Kiyaku .modal-content {
  margin: auto;
  border: none;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  max-height: 80vh;
  overflow: auto;
}
@media only screen and (max-width:1024px) {
  #NormalModal_Kiyaku .modal-content {
    height: 70vh;
  }
}
#NormalModal_Kiyaku .modal-content .modal-body {
  padding: 35px 50px;
  position: relative;
}
@media only screen and (max-width:1024px) {
  #NormalModal_Kiyaku .modal-content .modal-body {
    padding: 30px;
  }
}
@media only screen and (max-width:750px) {
  #NormalModal_Kiyaku .modal-content .modal-body {
    padding: 20px;
  }
}
#NormalModal_Kiyaku .modal-content .modal-body .inner {
  position: relative;
}
#NormalModal_Kiyaku .modal-content .modal-body .inner button {
  position: absolute;
  top: -10px;
  right: -20px;
}
@media only screen and (max-width:750px) {
  #NormalModal_Kiyaku .modal-content .modal-body .inner button {
    right: -10px;
  }
}
#NormalModal_Kiyaku .modal-content .modal-body .inner p {
  margin-bottom: 25px;
}
@media only screen and (max-width:750px) {
  #NormalModal_Kiyaku .modal-content .modal-body .inner p {
    margin-bottom: 15px;
  }
}
#NormalModal_Kiyaku .modal-content .modal-body .inner p.headline {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width:750px) {
  #NormalModal_Kiyaku .modal-content .modal-body .inner p.headline {
    font-size: 16px;
  }
}
#NormalModal_Kiyaku .modal-content .modal-body .inner p.headline-small {
  margin-bottom: 5px;
}
#NormalModal_Kiyaku .modal-content .modal-footer {
  margin-top: 30px;
  text-align: center;
  border: none;
  display: block;
  border-top: 1px solid #ccc;
}
#NormalModal_Kiyaku .modal-content .modal-footer button {
  background-color: #d4d4d4;
  border: none;
  padding: 10px 25px;
  width: 200px;
}
@media only screen and (max-width:1024px) {
  #NormalModal_Kiyaku .modal-content .modal-footer button {
    width: 100px;
  }
}
@media only screen and (max-width:750px) {
  #NormalModal_Kiyaku .modal-content .modal-footer button {
    font-size: 13px;
  }
}