.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1370px;
}

.container-lg {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1630px;
}

.container-fluid {
  padding: 0 15px;
}

.wrapper {
  padding-top: 60px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .wrapper {
    padding-top: 48px;
  }
}

.contact-button {
  margin: 0 auto 45px;
  position: relative;
  max-width: 750px;
}

@media only screen and (max-width: 800px) {
  .contact-button {
    margin: 0 auto;
  }
}

.contact-button-title {
  color: #0050a0;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .contact-button-title {
    font-size: 18px;
  }
}

.contact-button-title:before, .contact-button-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .contact-button-title:before, .contact-button-title:after {
    content: none;
  }
}

.contact-button-title:before {
  background-color: #0050a0;
  height: 1px;
  top: 50%;
  transform: translate(0, -50%);
}

.contact-button-title:after {
  border-left: solid 1px #0050a0;
  border-right: solid 1px #0050a0;
  box-sizing: border-box;
  bottom: 0;
  height: 22px;
}

.contact-button-title > span {
  background-color: #e6fafa;
  display: inline-block;
  padding: 0 55px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .contact-button-title > span {
    padding: 0 30px;
  }
}

.contact-button-title > span:before, .contact-button-title > span:after {
  background-color: #0050a0;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}

@media only screen and (max-width: 800px) {
  .contact-button-title > span:before, .contact-button-title > span:after {
    height: 14px;
  }
}

.contact-button-title > span:before {
  left: 0;
}

.contact-button-title > span:after {
  right: 0;
}

.contact-button-content {
  border-bottom: solid 1px #0050a0;
  border-left: solid 1px #0050a0;
  border-right: solid 1px #0050a0;
  padding: 50px 0 0;
}

@media only screen and (max-width: 800px) {
  .contact-button-content {
    border: none;
    margin: 30px 0 0;
    padding: 0;
  }
}

.contact-button-content a {
  background-color: white;
  border: solid 1px #0050a0;
  border-radius: 45px;
  color: #0050a0;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 auto -45px;
  padding: 30px 15px;
  position: relative;
  text-align: center;
  max-width: 450px;
}

@media only screen and (max-width: 800px) {
  .contact-button-content a {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 15px;
  }
}

.contact-button-content a:hover {
  background-color: #0050a0;
  color: white;
}

.contact-button-icon {
  margin: 0 0 0 20px;
  display: inline-block;
  height: 26px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .contact-button-icon {
    height: 20px;
    margin: 0 0 0 10px;
  }
}

.contact-button-icon:before {
  border: solid 1px #0050a0;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
}

@media only screen and (max-width: 800px) {
  .contact-button-icon:before {
    height: 18px;
    width: 18px;
  }
}

.contact-button-icon:after {
  border-top: solid 1px #0050a0;
  border-right: solid 1px #0050a0;
  content: '';
  display: block;
  height: 5.41667px;
  left: 47.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5.41667px;
}

.contact-button-content a:hover .contact-button-icon:before {
  border-color: white;
}

.contact-button-content a:hover .contact-button-icon:after {
  border-color: white;
}

.contact__section-wrapper01-submit input[type="submit"] {
  background: url(/assets/img/common/arrow01-blue.png) no-repeat right 30px center;
  background-size: 24px auto;
  position: relative;
}

.contact__section-wrapper01-submit input[type="submit"]:hover {
  background-image: url(/assets/img/common/arrow01-white.png);
}

.contact__section-wrapper01-submit input[type="submit"] {
  -webkit-appearance: none;
          appearance: none;
  background-color: white;
  border: solid 1px #0050a0;
  border-radius: 45px;
  color: #0050a0;
  display: block;
  font-size: 28px;
  font-weight: 700;
  padding: 23px 50px;
  transition-duration: 300ms;
  transition-property: background-color, color;
  transition-timing-function: ease;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .contact__section-wrapper01-submit input[type="submit"] {
    font-size: 20px;
    padding: 20px 30px;
  }
}

.contact__section-wrapper01-submit input[type="submit"]:hover, .contact__section-wrapper01-submit input[type="submit"]:focus {
  background-color: #0050a0;
  color: white;
  cursor: pointer;
  outline: none;
}

.contact__section-wrapper01-submit input[type="submit"][name="submitBack"] {
  background-color: white;
  border: solid 1px #0050a0;
  margin: 40px 0 0;
}

.contact__section-wrapper01-submit input[type="submit"][name="submitBack"]:hover, .contact__section-wrapper01-submit input[type="submit"][name="submitBack"]:focus {
  background-color: #0050a0;
  color: white;
  cursor: pointer;
}

.contact__section-wrapper02-box,
.contact__section-wrapper02-radio {
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .contact__section-wrapper02-box,
  .contact__section-wrapper02-radio {
    font-size: 16px;
  }
}

.ina-contact {
  margin: 0 auto 100px;
  max-width: 1920px;
}

@media only screen and (max-width: 800px) {
  .ina-contact {
    margin: 0 0 50px;
  }
}

.ina-contact-row {
  display: flex;
  flex-wrap: wrap;
}

.ina-contact-col {
  width: 25%;
}

@media only screen and (max-width: 450px) {
  .ina-contact-col {
    width: 50%;
  }
}

.ina-contact-col img {
  width: 100%;
}

.lecture {
  background-color: #e6fafa;
  padding: 120px 0 145px;
}

@media only screen and (max-width: 800px) {
  .lecture {
    padding: 60px 0 95px;
  }
}

.lecture-title {
  color: #0050a0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
}

@media only screen and (max-width: 800px) {
  .lecture-title {
    font-size: 28px;
  }
}

.lecture-title span {
  display: inline-block;
  padding: 0 80px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .lecture-title span {
    padding: 0 40px;
  }
}

.lecture-title span:before, .lecture-title span:after {
  background-color: #0050a0;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

@media only screen and (max-width: 800px) {
  .lecture-title span:before, .lecture-title span:after {
    height: 15px;
    width: 15px;
  }
}

.lecture-title span:before {
  left: 0;
}

.lecture-title span:after {
  right: 0;
}

@media only screen and (max-width: 800px) {
  .lecture-title {
    margin: 0 0 30px;
  }
}

.page-concept .contents {
  margin-bottom: 0;
}

.page-header {
  background-color: #e6fafa;
  padding: 100px 0;
}

@media only screen and (max-width: 800px) {
  .page-header {
    padding: 50px 0;
  }
}

.page-main {
  display: block;
}

.page-section {
  padding: 100px 0;
}

@media only screen and (max-width: 800px) {
  .page-section {
    padding: 50px 0;
  }
}

.page-section-header {
  margin: 0 0 110px;
}

@media only screen and (max-width: 800px) {
  .page-section-header {
    margin: 0 0 60px;
  }
}

.page-section-title {
  color: #0050a0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .page-section-title {
    font-size: 20px;
  }
}

.page-section-title > span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.page-section-title > span:before, .page-section-title > span:after {
  background-color: #0050a0;
  content: '';
  display: block;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}

@media only screen and (max-width: 800px) {
  .page-section-title > span:before, .page-section-title > span:after {
    height: 20px;
  }
}

.page-section-title > span:before {
  left: 0;
}

.page-section-title > span:after {
  right: 0;
}

.page-summary {
  color: #3c3c3c;
  font-size: 20px;
  margin: 50px 0;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .page-summary {
    font-size: 16px;
    line-height: 1.75;
    margin: 30px 0;
    text-align: left;
  }
}

.page-summary p {
  margin: 0 0 1.5em;
}

.page-title {
  color: #0050a0;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
}

.page-title:lang(ja) {
  font-family: "Noto Sans Japanese", "sans-serif";
}

@media only screen and (max-width: 800px) {
  .page-title {
    font-size: 24px;
  }
}

.page-title:before {
  content: '';
  display: block;
}

.page-title:before {
  background-color: #0050a0;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  width: 200px;
}

@media only screen and (max-width: 800px) {
  .page-title:before {
    width: 100px;
  }
}

.post-cat {
  display: flex;
  margin: 0 auto 0 0;
  padding: 0 0 0 15px;
}

@media only screen and (max-width: 800px) {
  .post-cat {
    padding: 0 0 0 5px;
  }
}

.post-cat li {
  padding: 0 0 0 5px;
}

.post-cat li a {
  background-color: #0050a0;
  border-radius: 10px;
  color: white;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  transition-property: background-color, color;
  transition-duration: .3s;
  transition-timing-function: ease;
  min-width: 80px;
}

@media only screen and (max-width: 800px) {
  .post-cat li a {
    font-size: 12px;
    min-width: 60px;
  }
}

.post-cat li a:hover {
  background-color: #0076ed;
}

.category-ina .post-cat li a {
  background-color: #00376D;
}

.category-ina .post-cat li a:hover {
  background-color: #005eba;
}

.post-main {
  font-size: 18px;
}

@media only screen and (max-width: 800px) {
  .post-main {
    font-size: 16px;
    line-height: 1.75;
  }
}

.post-main p {
  margin: 1.5em 0;
}

.post-main h1,
.post-main h2,
.post-main h3,
.post-main h4,
.post-main h5,
.post-main h6 {
  font-weight: 700;
  margin: 2em 0 1.5em;
}

.post-main h1 {
  font-size: 32px;
}

.post-main h2 {
  font-size: 24px;
}

.post-main h3 {
  font-size: 18px;
}

.post-main h4 {
  font-size: 16px;
}

.post-main h4 {
  font-size: 16px;
}

.post-main h5 {
  font-size: 13px;
}

.post-main h6 {
  font-size: 10px;
}

.post-main ul,
.post-main ol {
  margin: 40px 0;
}

.post-main ol {
  padding: 0 0 0 25px;
}

.post-main ol li {
  list-style: decimal;
}

.post-main ul {
  padding: 0 0 0 20px;
}

.post-main ul li {
  list-style: disc;
}

.post-meta {
  align-items: flex-end;
  display: flex;
  margin: 0 0 50px;
}

@media only screen and (max-width: 800px) {
  .post-meta {
    margin: 0 0 30px;
  }
}

.post-nav {
  border-top: solid 1px #3c3c3c;
  margin: 65px 0 0;
  padding: 30px 0 0;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .post-nav {
    margin: 40px 0 0;
    padding: 15px 0 0;
  }
}

.post-nav a {
  font-size: 16px;
  display: block;
  padding: 20px;
  line-height: 20px;
}

@media only screen and (max-width: 800px) {
  .post-nav a {
    font-size: 14px;
    line-height: 16px;
  }
}

.post-nav a:hover {
  color: #0050a0;
}

.category-ina .post-nav a:hover {
  color: #00376D;
}

.post-nav a i {
  display: inline-block;
  height: 20px;
  position: relative;
  margin: 0 10px 0 0;
  transform: rotate(180deg);
  vertical-align: top;
}

@media only screen and (max-width: 800px) {
  .post-nav a i {
    height: 16px;
    margin: 0 0 0 10px;
  }
}

.post-nav a i:before {
  border: solid 1px #3c3c3c;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

@media only screen and (max-width: 800px) {
  .post-nav a i:before {
    height: 14px;
    width: 14px;
  }
}

.post-nav a i:after {
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  content: '';
  display: block;
  height: 4.16667px;
  left: 47.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4.16667px;
}

@media only screen and (max-width: 800px) {
  .post-nav a i {
    margin: 0 10px 0 0;
  }
}

.post-nav a:hover i {
  display: inline-block;
  height: 20px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .post-nav a:hover i {
    height: 16px;
    margin: 0 0 0 10px;
  }
}

.post-nav a:hover i:before {
  border: solid 1px #0050a0;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

@media only screen and (max-width: 800px) {
  .post-nav a:hover i:before {
    height: 14px;
    width: 14px;
  }
}

.post-nav a:hover i:after {
  border-top: solid 1px #0050a0;
  border-right: solid 1px #0050a0;
  content: '';
  display: block;
  height: 4.16667px;
  left: 47.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4.16667px;
}

.category-ina .post-nav a:hover i {
  display: inline-block;
  height: 20px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .category-ina .post-nav a:hover i {
    height: 16px;
    margin: 0 0 0 10px;
  }
}

.category-ina .post-nav a:hover i:before {
  border: solid 1px #00376D;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

@media only screen and (max-width: 800px) {
  .category-ina .post-nav a:hover i:before {
    height: 14px;
    width: 14px;
  }
}

.category-ina .post-nav a:hover i:after {
  border-top: solid 1px #00376D;
  border-right: solid 1px #00376D;
  content: '';
  display: block;
  height: 4.16667px;
  left: 47.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4.16667px;
}

.post-pubdate {
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .post-pubdate {
    font-size: 12px;
  }
}

.post-sns {
  display: flex;
  margin: 0 0 0 auto;
}

.post-sns li {
  padding: 0 0 0 15px;
}

.post-sns li a {
  display: block;
}

.post-sns li a img {
  height: 30px;
  width: 30px;
}

.post-title {
  font-size: 30px;
  margin: 0 0 40px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .post-title {
    font-size: 20px;
    padding: 0 0 15px;
  }
}

.post-title:after {
  background-color: #3c3c3c;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100px;
}

@media only screen and (max-width: 800px) {
  .post-title:after {
    width: 50px;
  }
}

.programs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -100px;
}

@media only screen and (max-width: 800px) {
  .programs {
    margin: 0 0 0 -50px;
  }
}

.programs-item {
  box-sizing: border-box;
  margin: 0 0 80px;
  padding: 0 0 0 100px;
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .programs-item {
    margin: 0 0 40px;
    padding: 0 0 0 50px;
  }
}

@media only screen and (max-width: 600px) {
  .programs-item {
    width: 100%;
  }
}

.programs-item-image {
  margin: 0 0 55px;
}

@media only screen and (max-width: 800px) {
  .programs-item-image {
    margin: 0 0 20px;
  }
}

.programs-item-image img {
  vertical-align: top;
}

.programs-item-header {
  align-items: center;
  border-bottom: solid 1px #0050a0;
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  padding: 0 0 30px;
}

@media only screen and (max-width: 800px) {
  .programs-item-header {
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
}

.programs-item-icon {
  height: 90px;
  width: 90px;
}

@media only screen and (max-width: 800px) {
  .programs-item-icon {
    height: 45px;
    width: 45px;
  }
}

.programs-item-title {
  color: #0050a0;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0 30px;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .programs-item-title {
    font-size: 18px;
    margin: 0 0 0 15px;
  }
}

.programs-item-title > span {
  color: #80a7cf;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .programs-item-title > span {
    font-size: 14px;
  }
}

.programs-item-content {
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) {
  .programs-item-content {
    font-size: 16px;
  }
}

.programs-item-link {
  text-align: center;
}

.programs-item-link a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin: 30px 0 0;
  padding: 20px 15px;
  position: relative;
  vertical-align: middle;
}

@media only screen and (max-width: 800px) {
  .programs-item-link a {
    font-size: 14px;
    line-height: 16px;
  }
}

.programs-item-link i {
  display: inline-block;
  height: 20px;
  position: relative;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 800px) {
  .programs-item-link i {
    height: 16px;
    margin: 0 0 0 10px;
  }
}

.programs-item-link i:before {
  border: solid 1px #3c3c3c;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

@media only screen and (max-width: 800px) {
  .programs-item-link i:before {
    height: 14px;
    width: 14px;
  }
}

.programs-item-link i:after {
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  content: '';
  display: block;
  height: 4.16667px;
  left: 47.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4.16667px;
}

.programs-item-link a:hover i:before {
  border-color: #0050a0;
}

.programs-item-link a:hover i:after {
  border-top-color: #0050a0;
  border-right-color: #0050a0;
}

.schedule {
  background-color: #e6fafa;
  padding: 100px 0;
}

@media only screen and (max-width: 800px) {
  .schedule {
    padding: 50px 0;
  }
}

.schedule-content {
  margin: 0 auto;
  overflow-x: scroll;
  position: relative;
  max-width: 800px;
}

.schedule-content-inner {
  position: relative;
  min-width: 386px;
}

.schedule-content-inner:before {
  content: '';
  display: block;
  padding: 75% 0 0;
}

@media only screen and (max-width: 800px) {
  .schedule-content-inner:before {
    padding: 100% 0 0;
  }
}

.schedule-content iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
}

.schedule-summary {
  color: #0050a0;
  font-size: 18px;
  margin: 15px 0 50px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .schedule-summary {
    font-size: 16px;
    margin: 10px 0 30px;
  }
}

.schedule-title {
  background-color: #0050a0;
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 2px 10px;
}

@media only screen and (max-width: 800px) {
  .schedule-title {
    font-size: 20px;
  }
}

.stepup-nav {
  background-color: #e6fafa;
  padding: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .stepup-nav {
    padding: 50px 0;
  }
}

.stepup-nav a {
  background-color: white;
  border: solid 1px #0050a0;
  border-radius: 45px;
  box-sizing: border-box;
  color: #0050a0;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 31px 15px;
  text-align: center;
  width: 450px;
}

@media only screen and (max-width: 800px) {
  .stepup-nav a {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    width: auto;
  }
}

.stepup-nav a:hover {
  background-color: #0050a0;
  color: white;
}

.stepup-nav a i {
  display: inline-block;
  height: 24px;
  position: relative;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 800px) {
  .stepup-nav a i {
    height: 20px;
    margin: 0 0 0 10px;
  }
}

.stepup-nav a i:before {
  border: solid 1px #0050a0;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 22px;
  vertical-align: top;
  width: 22px;
}

@media only screen and (max-width: 800px) {
  .stepup-nav a i:before {
    height: 18px;
    width: 18px;
  }
}

.stepup-nav a i:after {
  border-top: solid 1px #0050a0;
  border-right: solid 1px #0050a0;
  content: '';
  display: block;
  height: 5px;
  left: 47.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
}

.stepup-nav a:hover i:before {
  border-color: white;
}

.stepup-nav a:hover i:after {
  border-top-color: white;
  border-right-color: white;
}

.stepup-top {
  align-items: center;
  background-color: #e6fafa;
  padding: 100px 0 0;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .stepup-top {
    padding: 50px 0 0;
  }
}

.stepup-top:last-child {
  padding-bottom: 100px;
}

@media only screen and (max-width: 800px) {
  .stepup-top:last-child {
    padding-bottom: 50px;
  }
}

.stepup-top-image {
  left: calc(50% - 40px);
  position: absolute;
  right: 0;
  top: 275px;
  height: calc(100% - 275px);
}

@media only screen and (max-width: 800px) {
  .stepup-top-image {
    height: auto;
    position: static;
  }
}

.reverse .stepup-top-image {
  left: 0;
  right: calc(50% - 40px);
  text-align: right;
}

.stepup-top-image img {
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  max-height: 100%;
}

.stepup-top-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .stepup-top-content {
    right: auto;
    margin: -30px 0 0;
    padding: 20px 15px;
    width: auto;
  }
}

.reverse .stepup-top-content {
  left: -60px;
  margin: 0 0 0 auto;
  right: auto;
}

@media only screen and (max-width: 800px) {
  .reverse .stepup-top-content {
    left: auto;
    margin: -30px 0 0;
  }
}

.stepup-top-header {
  align-items: center;
  display: flex;
  margin: 0 0 30px;
}

@media only screen and (max-width: 800px) {
  .stepup-top-header {
    margin: 0 0 20px;
  }
}

.stepup-top-header img {
  height: 90px;
  margin: 0 30px 0 0;
  width: 82px;
}

@media only screen and (max-width: 800px) {
  .stepup-top-header img {
    height: 45px;
    margin: 0 20px 0 0;
    width: 41px;
  }
}

.stepup-top-title {
  color: #0050a0;
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .stepup-top-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 400px) {
  .stepup-top-title {
    font-size: 20px;
  }
}

.stepup-top-title small {
  color: #80a7cf;
  display: block;
  font-size: 20px;
}

@media only screen and (max-width: 800px) {
  .stepup-top-title small {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .stepup-top-title small {
    font-size: 14px;
  }
}

.stepup-top-text {
  padding: 0 50px;
}

@media only screen and (max-width: 800px) {
  .stepup-top-text {
    padding: 0 5px;
  }
}

.stepup-top-text p {
  font-size: 20px;
  line-height: 1.7;
}

@media only screen and (max-width: 800px) {
  .stepup-top-text p {
    font-size: 16px;
  }
}

.stepup-top-text p:not(:last-child) {
  margin: 0 0 1.5em;
}

.stepup-top-text p a {
  color: #0050a0;
}

.stepup-top-text p a:hover {
  color: #0076ed;
}

.stepup-top-text table {
    border-collapse:  collapse;
	font-size: 18px;
}

@media only screen and (max-width: 800px) {
  .stepup-top-text table {
    font-size: 15px;
  }
}

.stepup-top-text　th,td {
    border: solid 1px;
	padding: 10px;
}

.stepup-td-title {
	text-align: center;
}

.stepup-td {
	width: 100px;
}

@media only screen and (max-width: 400px) {
  .stepup-td {
    width: 76px;
	padding: 6px;
  }
}

.text-right {
	text-align: right;
}

.stepup-top-program {
  border-top: solid 1px #0050a0;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  margin: 55px 50px 0;
  padding: 40px 0 0;
}

@media only screen and (max-width: 800px) {
  .stepup-top-program {
    font-size: 14px;
    margin: 30px 0 0;
    padding: 20px 0 0;
  }
}

.stepup-top-program p:not(:last-child) {
  margin: 0 0 1.5em;
}

.support-content {
  margin: 0 0 100px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .support-content {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 600px) {
  .support-content {
    width: 100%;
  }
}

.support-content-image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .support-content-image {
    margin: 0 0 40px;
    position: static;
    right: auto;
  }
}

@media only screen and (max-width: 800px) {
  .support-content-image {
    padding: 0 15px;
    margin: 0 0 20px;
  }
}

.support-content-image img {
  left: 50%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
}

@media only screen and (max-width: 1200px) {
  .support-content-image img {
    min-height: 0;
    position: static;
    transform: none;
    min-width: 0;
    width: 100%;
  }
}

.support-content-body {
  padding: 0 0 0 calc(50% + 100px);
}

@media only screen and (max-width: 1200px) {
  .support-content-body {
    padding: 0;
  }
}

.support-content-header {
  align-items: center;
  border-bottom: solid 1px #0050a0;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
  padding: 0 0 20px;
}

@media only screen and (max-width: 800px) {
  .support-content-header {
    margin: 0 0 15px;
  }
}

.support-content-icon {
  height: 120px;
  margin: 0 30px 0 0;
  width: 120px;
}

@media only screen and (max-width: 800px) {
  .support-content-icon {
    height: 60px;
    margin: 0 15px 0 0;
    width: 60px;
  }
}

.support-content-title {
  color: #0050a0;
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .support-content-title {
    font-size: 18px;
  }
}

.support-content-title > small {
  color: #80a7cf;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .support-content-title > small {
    font-size: 14px;
  }
}

.support-content-text {
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) {
  .support-content-text {
    font-size: 16px;
  }
}

.support-content-link {
  margin: 30px 0 0;
  text-align: center;
}

.support-content-link a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 15px;
  vertical-align: middle;
}

@media only screen and (max-width: 800px) {
  .support-content-link a {
    font-size: 14px;
    line-height: 14px;
    padding: 20px 15px;
  }
}

.support-content-link a:hover {
  color: #0050a0;
}

.support-content-link a i {
  display: inline-block;
  height: 20px;
  position: relative;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 800px) {
  .support-content-link a i {
    height: 16px;
    margin: 0 0 0 10px;
  }
}

.support-content-link a i:before {
  border: solid 1px #3c3c3c;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

@media only screen and (max-width: 800px) {
  .support-content-link a i:before {
    height: 14px;
    width: 14px;
  }
}

.support-content-link a i:after {
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  content: '';
  display: block;
  height: 4.16667px;
  left: 47.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4.16667px;
}

.support-content-link a:hover i:before {
  border-color: #0050a0;
}

.support-content-link a:hover i:after {
  border-top-color: #0050a0;
  border-right-color: #0050a0;
}

.support-title {
  border-color: #0050a0;
  border-style: solid;
  border-width: 30px 0;
  color: #0050a0;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 80px;
  padding: 37.5px 15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {
  .support-title {
    border-width: 15px 0;
    font-size: 20px;
    padding: 20px 15px;
  }
}

.support-title:before, .support-title:after {
  background-color: white;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  width: 20px;
}

@media only screen and (max-width: 800px) {
  .support-title:before, .support-title:after {
    height: 15px;
    width: 10px;
  }
}

.support-title:before {
  left: 30px;
  top: -30px;
}

@media only screen and (max-width: 800px) {
  .support-title:before {
    left: 15px;
    top: -15px;
  }
}

.support-title:after {
  right: 30px;
  bottom: -30px;
}

@media only screen and (max-width: 800px) {
  .support-title:after {
    bottom: -15px;
    right: 15px;
  }
}

.voice {
  background-color: #e6fafa;
  padding: 0 0 100px;
}

@media only screen and (max-width: 800px) {
  .voice {
    padding: 0 0 50px;
  }
}

.voice-content {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .voice-content {
    display: block;
  }
}

.voice-content-item {
  box-sizing: border-box;
  padding: 0 80px;
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .voice-content-item {
    padding: 0 0 40px;
    width: auto;
  }
}

.voice-content-item:nth-child(even) {
  border-left: solid 1px #3c3c3c;
}

@media only screen and (max-width: 800px) {
  .voice-content-item:nth-child(even) {
    border-left: none;
  }
}

@media only screen and (max-width: 800px) {
  .voice-content-item:not(:first-child) {
    border-top: solid 1px #3c3c3c;
    padding: 40px 0 40px;
  }
}

.voice-content-item:last-child {
  padding-bottom: 0;
}

.voice-content-item-full {
  border-top: solid 1px #3c3c3c;
  margin: 35px 0 0;
  padding: 30px 15px 0;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .voice-content-item-full {
    margin: 0;
  }
}

.voice-content-title {
  color: #0050a0;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 35px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .voice-content-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 400px) {
  .voice-content-title {
    text-align: left;
  }
}

.voice-content-item p {
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 400px) {
  .voice-content-item p {
    text-align: left;
  }
}

.voice-title {
  color: #0050a0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 75px;
}

@media only screen and (max-width: 800px) {
  .voice-title {
    font-size: 28px;
  }
}

.voice-title span {
  display: inline-block;
  padding: 0 80px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .voice-title span {
    padding: 0 40px;
  }
}

.voice-title span:before, .voice-title span:after {
  background-color: #0050a0;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

@media only screen and (max-width: 800px) {
  .voice-title span:before, .voice-title span:after {
    height: 15px;
    width: 15px;
  }
}

.voice-title span:before {
  left: 0;
}

.voice-title span:after {
  right: 0;
}

@media only screen and (max-width: 800px) {
  .voice-title {
    margin: 0 0 30px;
  }
}
