.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.pc-ib {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pc-ib {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

header {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#001B96));
  background: linear-gradient(to right, #000000 0%, #001B96 100%);
  width: 100%;
  height: 34px;
}

#footer {
  background: #2952CA;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px;
}
@media screen and (max-width: 640px) {
  main {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

dl {
  margin-top: 40px;
  margin-bottom: 1em;
}
dl dt {
  color: #2952CA;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-bottom: 3px solid #2952CA;
  padding-bottom: 10px;
}
dl dt:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #2952CA;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl dd {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  dl dt {
    font-size: 20px;
  }
  dl dt:before {
    width: 18px;
    height: 18px;
  }
  dl dd {
    font-size: 14px;
  }
}
dl ul {
  padding-left: 0;
}
dl ul li {
  text-indent: -2em;
  padding-left: 2em;
  list-style: none;
}
dl ul li + li {
  margin-top: 1em;
}
dl ul li a {
  text-decoration: underline;
  color: #2952CA;
  display: inline-block;
  padding-left: 2em;
}
dl ul li a:hover {
  text-decoration: none;
}

.wrapper {
  background-color: #fff;
  max-width: 1100px;
  width: 100%;
  padding: 0 60px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .wrapper {
    margin-top: 20px;
    padding: 0px;
  }
}

.inner {
  max-width: 940px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.banner {
  margin-bottom: 20px;
}

.btn-default {
  border-radius: 32px !important;
}

.go-submit {
  border-radius: 32px !important;
}