@charset "UTF-8";
/*
Theme Name: UKC Theme
Description: UKC Theme
Author: OST
Author URI: http://ukc.ss-ds.ostecch.jp/ 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.only-pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .only-pc {
    display: block;
  }
}

.under-tbl {
  display: block;
}

@media screen and (min-width: 1025px) {
  .under-tbl {
    display: none;
  }
}

.over-sp {
  display: block;
}

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

.only-sp {
  display: none;
}

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

.no-display {
  display: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
}

body ul, body ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body a {
  text-decoration: none;
}

.button {
  background: -webkit-linear-gradient(45deg, #00a0e7 0%, #014099 100%);
  background: linear-gradient(45deg, #00a0e7 0%, #014099 100%);
  -webkit-box-shadow: 0px 0px 24px 12px rgba(67, 49, 0, 0.1);
          box-shadow: 0px 0px 24px 12px rgba(67, 49, 0, 0.1);
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 1.125rem 0;
  text-align: center;
  min-width: 140px;
  width: 140px;
}

@media screen and (max-width: 1024px) {
  .button {
    border-radius: 5px;
  }
}

.button:hover {
  background: -webkit-linear-gradient(45deg, #014099 0%, #00a0e7 100%);
  background: linear-gradient(45deg, #014099 0%, #00a0e7 100%);
}

header, .slider-area, .lead-contents-wrap {
  background-color: #fbfaf3;
}

header #header-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1240px;
  padding: 10px 0;
}

header #header-in #header-l {
  z-index: 999;
}

header #header-in .openbtn {
  display: none;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  header #header-in .openbtn {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 25px;
    width: 30px;
  }
  header #header-in .openbtn > [class^="openbtn-"] {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    letter-spacing: -0.01em;
    padding-top: 24px;
    text-align: center;
  }
  header #header-in .openbtn > .openbtn-menu {
    display: block;
  }
  header #header-in .openbtn > .openbtn-close {
    display: none;
  }
  header #header-in .openbtn.active > .openbtn-menu {
    display: none;
  }
  header #header-in .openbtn.active > .openbtn-close {
    display: block;
  }
  header #header-in .openbtn > span {
    display: block;
    height: 2px;
    left: 2px;
    position: absolute;
    -webkit-transition: top .4s, left .4s, width .4s;
    transition: top .4s, left .4s, width .4s;
    width: 27px;
  }
  header #header-in .openbtn > span:nth-of-type(1) {
    background-color: #e72626;
    top: 0;
  }
  header #header-in .openbtn > span:nth-of-type(2) {
    background-color: #f18d0e;
    top: 5px;
  }
  header #header-in .openbtn > span:nth-of-type(3) {
    background-color: #00a25c;
    top: 10px;
  }
  header #header-in .openbtn > span:nth-of-type(4) {
    background-color: #0486cc;
    top: 15px;
  }
  header #header-in .openbtn.active > span {
    width: 13.5px;
  }
  header #header-in .openbtn.active > span:nth-of-type(1) {
    top: 6px;
    left: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #header-in .openbtn.active > span:nth-of-type(2) {
    top: 15px;
    left: 13px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #header-in .openbtn.active > span:nth-of-type(3) {
    top: 22px;
    left: 4px;
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
  header #header-in .openbtn.active > span:nth-of-type(4) {
    top: 12px;
    left: 13px;
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

@media screen and (min-width: 1025px) {
  header #header-in #header-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header #header-in #header-r #inquiry-btn {
    margin-left: 10px;
    min-height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #inquiry-btn {
    width: 310px;
  }
}

header #header-in #header-r #inquiry-btn > .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #inquiry-btn > .button {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r {
    display: none;
  }
  header #header-in #header-r.active {
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    left: 0;
    padding: 90px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
  }
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #gnav {
    width: 310px;
  }
}

header #header-in #header-r #gnav #gnav-u {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  header #header-in #header-r #gnav #gnav-u {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #gnav #gnav-u {
    display: block;
  }
}

header #header-in #header-r #gnav #gnav-u #gnav-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

@media screen and (min-width: 1025px) {
  header #header-in #header-r #gnav #gnav-u #gnav-sns {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
    margin-right: 26px;
  }
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #gnav #gnav-u #gnav-sns {
    margin: 20px 0;
  }
}

header #header-in #header-r #gnav #gnav-u #gnav-sns > li {
  margin-left: 20px;
}

header #header-in #header-r #gnav #gnav-u #gnav-sns > li:first-of-type {
  margin-left: 0;
}

header #header-in #header-r #gnav #gnav-u #gnav-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #gnav #gnav-u #gnav-login {
    margin-bottom: 30px;
  }
}

header #header-in #header-r #gnav #gnav-u #gnav-login > li a {
  border: solid 2px transparent;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  min-width: 115px;
  padding: 8px 0;
  text-align: center;
  width: 115px;
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #gnav #gnav-u #gnav-login > li a {
    width: 145px;
  }
}

header #header-in #header-r #gnav #gnav-u #gnav-login > li:nth-of-type(1) a {
  background-color: #fff;
  border-color: #00a0e8;
  color: #00a0e8;
  margin-right: 10px;
}

header #header-in #header-r #gnav #gnav-u #gnav-login > li:nth-of-type(1) a:hover {
  background-color: #00a0e8;
  color: #fff;
}

header #header-in #header-r #gnav #gnav-u #gnav-login > li:nth-of-type(2) a {
  background-color: #3a3c3a;
  border-color: #3a3c3a;
  color: #fff;
}

header #header-in #header-r #gnav #gnav-u #gnav-login > li:nth-of-type(2) a:hover {
  background-color: #fff;
  color: #3a3c3a;
}

header #header-in #header-r #gnav #gnav-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  header #header-in #header-r #gnav #gnav-b {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header #header-in #header-r #gnav #gnav-b > li {
    margin-bottom: 24px;
    text-align: center;
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  header #header-in #header-r #gnav #gnav-b {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 10px;
  }
  header #header-in #header-r #gnav #gnav-b > li {
    margin-left: 12px;
  }
  header #header-in #header-r #gnav #gnav-b > li:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width: 1121px) {
  header #header-in #header-r #gnav #gnav-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header #header-in #header-r #gnav #gnav-b > li {
    margin-left: 38px;
  }
  header #header-in #header-r #gnav #gnav-b > li:first-of-type {
    margin-left: 0;
  }
}

main {
  margin-bottom: 200px;
}

@media screen and (max-width: 1024px) {
  main {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  main > .mv h1 img {
    min-width: 100%;
  }
}

main > .mv h1 .h1-text {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  left: calc((100% - 1240px) / 2);
  letter-spacing: 0.075em;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1240px;
}

@media screen and (max-width: 1296px) {
  main > .mv h1 .h1-text {
    left: 2.5%;
    width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  main > .mv h1 .h1-text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 480px) {
  main > .mv h1 .h1-text {
    font-size: 24px;
    font-size: 1.5rem;
    left: 0;
    text-align: center;
    top: 0;
    height: 50%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  main > .mv h1 .h1-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

main > .mv h1 .h1-text .link-application {
  background: -webkit-gradient(linear, left top, right top, from(#00a0e8), to(#004199));
  background: -webkit-linear-gradient(left, #00a0e8 0%, #004199 100%);
  background: linear-gradient(to right, #00a0e8 0%, #004199 100%);
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 48px;
  padding: 2px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media screen and (max-width: 768px) {
  main > .mv h1 .h1-text .link-application {
    margin-left: 24px;
  }
}

@media screen and (max-width: 480px) {
  main > .mv h1 .h1-text .link-application {
    margin-left: 1.0rem;
  }
}

@media screen and (max-width: 360px) {
  main > .mv h1 .h1-text .link-application {
    margin-left: 0;
  }
}

main > .mv h1 .h1-text .link-application span {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  letter-spacing: 0;
  padding: 16px 10px;
}

@media screen and (max-width: 768px) {
  main > .mv h1 .h1-text .link-application span {
    padding: 6px 10px;
  }
}

@media screen and (max-width: 480px) {
  main > .mv h1 .h1-text .link-application span {
    padding: 4px;
  }
}

main > .mv h1 .h1-text .link-application span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #09a3e9 #09a3e9 transparent transparent;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  margin-left: 18px;
}

@media screen and (max-width: 480px) {
  main > .mv h1 .h1-text .link-application span::after {
    margin-left: 8px;
  }
}

main > .mv h1 .h1-text .link-application span:hover {
  background: -webkit-gradient(linear, left top, right top, from(#00a0e8), to(#004199));
  background: -webkit-linear-gradient(left, #00a0e8 0%, #004199 100%);
  background: linear-gradient(to right, #00a0e8 0%, #004199 100%);
  color: #fff;
}

main > .mv h1 .h1-text .link-application span:hover::after {
  border-color: #fff #fff transparent transparent;
}

main > section {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  main > section {
    padding: 0 5.72%;
  }
}

main > section:last-of-type > .section-inner {
  padding: 80px 0 200px;
}

main > section > .section-inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 80px 0 70px;
}

main > section > .section-inner > [class^="course-logo"] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  height: 103px;
  margin: 0 auto 24px;
  padding-top: 16px;
  width: 231px;
}

main > section > .section-inner > .course-logo {
  background-repeat: no-repeat;
  background-size: contain;
}

main > section > .section-inner > .course-logo_red {
  background-image: url("common/images/list-links-bg01.png");
}

main > section > .section-inner > .course-logo_green {
  background-image: url("common/images/list-links-bg02.png");
}

main > section > .section-inner > .course-logo_blue {
  background-image: url("common/images/list-links-bg03.png");
}

main > section > .section-inner > .course-logo_orange {
  background-image: url("common/images/list-links-bg04.png");
}

main > section > .section-inner > .section-inner-top-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
}

main > section > .section-inner > h2 {
  color: #004ea2;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
  text-align: center;
}

main > section > .section-inner h3 {
  color: #004ea2;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
  text-align: center;
}

main > section > .section-inner section .explanation {
  margin: 60px auto 115px;
}

main > section > .section-inner section .explanation h4 {
  background-color: #004ea2;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  padding: 0.5rem 1.0rem;
  text-align: center;
}

main > section > .section-inner section .explanation h5 {
  color: #004ea2;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 auto 24px;
  text-align: center;
}

main > section > .section-inner section:last-of-type .explanation {
  margin-bottom: 40px;
}

main > section > .section-inner .section-text p {
  margin-bottom: 1.0rem;
}

main > section > .section-inner .section-text p:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .section-text.lead-text p {
  line-height: 2.25;
  text-align: center;
}

main > section > .section-inner .section-text.privacy-text {
  margin-bottom: 3.75rem;
}

main > section > .section-inner .list-notes {
  margin-top: 0.5rem;
}

main > section > .section-inner .list-notes > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

main > section > .section-inner .list-notes > li::before {
  content: "※ ";
}

main > section > .section-inner .lineup {
  margin-top: 55px;
}

main > section > .section-inner .lineup h4 {
  color: #004ea2;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

main > section > .section-inner .lineup .lineup-lead {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner .lineup .lineup-lead {
    text-align: left;
  }
}

main > section > .section-inner .lineup .list-lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}

main > section > .section-inner .lineup .list-lineup.cols-3 > li {
  width: 31.875%;
}

main > section > .section-inner .lineup .list-lineup.cols-4 > li {
  width: 23.45%;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner .lineup .list-lineup {
    display: block;
  }
  main > section > .section-inner .lineup .list-lineup.cols-3 > li, main > section > .section-inner .lineup .list-lineup.cols-4 > li {
    width: 100%;
  }
}

main > section > .section-inner .lineup .list-lineup > li {
  padding: 40px 10px 24px;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner .lineup .list-lineup > li {
    margin-bottom: 60px;
  }
  main > section > .section-inner .lineup .list-lineup > li:last-of-type {
    margin-bottom: 35px;
  }
}

main > section > .section-inner .lineup .list-lineup > li .lineup-logo {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  padding: 16px 14px;
  height: 2.0em;
  width: 2.0em;
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
}

main > section > .section-inner .lineup .list-lineup > li h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

main > section > .section-inner .lineup .list-lineup > li h4 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 10pox;
}

main > section > .section-inner .lineup .list-lineup > li .lineup-text {
  color: #3a3c3a;
}

main > section > .section-inner .lineup .list-lineup > li .lineup-notes {
  margin-top: 6px;
}

main > section > .section-inner .lineup .list-lineup > li .lineup-notes > li {
  font-size: 12px;
  font-size: 0.75rem;
}

main > section > .section-inner .lineup .list-lineup > li .lineup-notes > li::before {
  content: "※";
}

main > section > .section-inner .lineup .list-lineup > li .lineup-materials {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 6px;
}

main > section > .section-inner .lineup .list-lineup > li .softwares {
  margin: 30px 0 0;
}

main > section > .section-inner .lineup .list-lineup > li .softwares h5 {
  margin: 0 0 12px;
  text-align: center;
}

main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares > li {
  margin-bottom: 16px;
}

main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares > li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares > li {
    margin-bottom: 0;
  }
  main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares > li:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares > li {
    margin: 0 auto 15px;
  }
  main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares > li:not(:last-of-type) {
    margin-right: auto;
  }
}

main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares-2 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares-2 > li::before {
  content: "・";
}

main > section > .section-inner .lineup .list-lineup > li .softwares .list-softwares-2 > li > img {
  margin-right: 0.5em;
}

main > section > .section-inner .lineup .list-lineup.yamabuki > li {
  background-color: #fbfaf3;
}

main > section > .section-inner .lineup .list-lineup.yamabuki > li .lineup-logo {
  background-color: #b49032;
}

main > section > .section-inner .lineup .list-lineup.yamabuki > li h4 {
  color: #b49032;
}

main > section > .section-inner .lineup .list-lineup.yamabuki > li h4 span {
  color: #b49032;
}

main > section > .section-inner .lineup .list-lineup.koinezu > li {
  background-color: #fff;
}

main > section > .section-inner .lineup .list-lineup.koinezu > li .lineup-logo {
  background-color: #5e328b;
}

main > section > .section-inner .lineup .list-lineup.koinezu > li h4 {
  color: #5e328b;
}

main > section > .section-inner .lineup .list-lineup.koinezu > li h4 span {
  color: #5e328b;
}

main > section > .section-inner .lineup .list-lineup.greenish-blue > li {
  background-color: #fbfaf3;
}

main > section > .section-inner .lineup .list-lineup.greenish-blue > li .lineup-logo {
  background-color: #00b9ef;
}

main > section > .section-inner .lineup .list-lineup.greenish-blue > li h4 {
  color: #00b9ef;
}

main > section > .section-inner .lineup .list-lineup.greenish-blue > li h4 span {
  color: #00b9ef;
}

main > section > .section-inner .lineup .list-lineup.akamurasaki > li {
  background-color: #fff;
}

main > section > .section-inner .lineup .list-lineup.akamurasaki > li .lineup-logo {
  background-color: #eb6ea5;
}

main > section > .section-inner .lineup .list-lineup.akamurasaki > li h4 {
  color: #eb6ea5;
}

main > section > .section-inner .lineup .list-lineup.akamurasaki > li h4 span {
  color: #eb6ea5;
}

main > section > .section-inner .lineup > .softwares {
  margin-top: 20px;
  padding: 12px 0 28px;
}

main > section > .section-inner .lineup > .softwares h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-align: center;
}

main > section > .section-inner .lineup > .softwares .list-softwares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .lineup > .softwares .list-softwares {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main > section > .section-inner .lineup > .softwares .list-softwares > li {
  margin: 0 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner .lineup > .softwares .list-softwares > li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .lineup > .softwares .list-softwares > li {
    margin: 0 auto 15px;
  }
  main > section > .section-inner .lineup > .softwares .list-softwares > li:last-of-type {
    margin-bottom: 0;
  }
}

main > section > .section-inner .listup {
  margin: 50px auto 40px;
  padding: 30px;
}

main > section > .section-inner .listup.yamabuki {
  background-color: #fbfaf3;
}

main > section > .section-inner .listup.white {
  background-color: #fff;
}

main > section > .section-inner .listup > h3 {
  border-bottom: solid 1px #004ea2;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.0rem;
}

main > section > .section-inner .listup .list-listup > li {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: 0.875em;
  padding: 0 5px 0.875em calc(5px + 1.2em);
  text-indent: -1.2em;
}

main > section > .section-inner .listup .list-listup > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .listup .list-listup > li::before {
  background-color: #00479d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.0em;
  margin-right: 0.25em;
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
  width: 1.0em;
}

main > section > .section-inner .listup .excursus {
  margin-top: 1.5rem;
}

main > section > .section-inner .charges {
  margin-top: 55px;
}

main > section > .section-inner .charges h4 {
  border-bottom: solid 1px #004ea2;
  color: #004ea2;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  main > section > .section-inner > .links-contents {
    margin: 0 -35px;
  }
}

main > section > .section-inner > .links-contents > .list-links-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner > .links-contents > .list-links-contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

main > section > .section-inner > .links-contents > .list-links-contents > li {
  height: 103px;
  min-height: 103px;
  min-width: 231px;
  width: 231px;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner > .links-contents > .list-links-contents > li {
    background-size: contain;
    height: auto;
    min-height: auto;
    min-width: auto;
    width: 48%;
  }
}

main > section > .section-inner > .links-contents > .list-links-contents > li:nth-of-type(4n+1) {
  background-image: url("common/images/list-links-bg01.png");
  background-repeat: no-repeat;
}

main > section > .section-inner > .links-contents > .list-links-contents > li:nth-of-type(4n+2) {
  background-image: url("common/images/list-links-bg02.png");
  background-repeat: no-repeat;
}

main > section > .section-inner > .links-contents > .list-links-contents > li:nth-of-type(4n+3) {
  background-image: url("common/images/list-links-bg03.png");
  background-repeat: no-repeat;
}

main > section > .section-inner > .links-contents > .list-links-contents > li:nth-of-type(4n) {
  background-image: url("common/images/list-links-bg04.png");
  background-repeat: no-repeat;
}

main > section > .section-inner > .links-contents > .list-links-contents > li > a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  height: 100%;
  padding-top: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner > .links-contents > .list-links-contents > li > a {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  main > section > .section-inner > .links-contents > .list-links-contents > li > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 375px) {
  main > section > .section-inner > .links-contents > .list-links-contents > li > a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

main > section > .section-inner > .links-contents > .list-links-contents > li > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg) translate(5px, -2px);
          transform: rotate(45deg) translate(5px, -2px);
}

main > section > .section-inner > .position-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  main > section > .section-inner > .position-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main > section > .section-inner > .position-info > figure {
  margin-right: 25px;
  min-width: 215px;
  width: 215px;
}

@media screen and (max-width: 480px) {
  main > section > .section-inner > .position-info > figure {
    margin: 0 0 25px;
  }
}

main > section > .section-inner > .position-info > .position-info-text .position, main > section > .section-inner > .position-info > .position-info-text .name-kana, main > section > .section-inner > .position-info > .position-info-text .career p {
  font-size: 12px;
  font-size: 0.75rem;
}

main > section > .section-inner > .position-info > .position-info-text .name-alpha {
  font-size: 24px;
  font-size: 1.5rem;
}

main > section > .section-inner > .position-info > .position-info-text .signature {
  margin: 25px 0;
}

main > section > .section-inner > .position-info > .position-info-text .career {
  border-top: solid 1px #ccc;
  padding-top: 1.0em;
}

main > section > .section-inner .list-anchor-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-anchor-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto 110px;
  }
}

main > section > .section-inner .list-anchor-links > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

@media screen and (min-width: 1025px) {
  main > section > .section-inner .list-anchor-links > li {
    margin-right: 4.2%;
    width: 20.85%;
  }
  main > section > .section-inner .list-anchor-links > li:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  main > section > .section-inner .list-anchor-links > li {
    margin-bottom: 24px;
    margin-right: 6%;
    width: 47%;
  }
  main > section > .section-inner .list-anchor-links > li:nth-of-type(even) {
    margin-right: 0;
  }
  main > section > .section-inner .list-anchor-links > li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-anchor-links > li {
    margin-bottom: 24px;
    width: 100%;
  }
  main > section > .section-inner .list-anchor-links > li:last-of-type {
    margin-bottom: 0;
  }
}

main > section > .section-inner .list-anchor-links > li > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding-bottom: 10px;
  width: 100%;
}

main > section > .section-inner .list-anchor-links > li > a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #00a0e8 #00a0e8 transparent transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 5px;
}

main > section > .section-inner .list-anchor-links > li > a::after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e8), to(#004299));
  background: -webkit-linear-gradient(left, #00a0e8 0%, #004299 100%);
  background: linear-gradient(to right, #00a0e8 0%, #004299 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
}

main > section > .section-inner .dlist-faq > dt {
  background-color: #004ea2;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 0.5rem 10px 0.5rem 3px;
}

main > section > .section-inner .dlist-faq > dt::before {
  background-color: #fff;
  border-radius: 50%;
  color: #004ea2;
  content: "Q";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 1.875rem;
  width: 1.875rem;
  min-width: 1.875rem;
  margin-right: 1.0rem;
}

main > section > .section-inner .dlist-faq > dd {
  margin-bottom: 35px;
}

main > section > .section-inner .dlist-faq > dd:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .dlist-faq > dd > *:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 3px;
}

main > section > .section-inner .dlist-faq > dd > *:first-child::before {
  background-color: #004ea2;
  border-radius: 50%;
  color: #fff;
  content: "A";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 1.875rem;
  width: 1.875rem;
  min-width: 1.875rem;
  margin-right: 1.0rem;
}

main > section > .section-inner .dlist-faq > dd > *:not(:first-child) {
  margin-left: calc(3px + 1.875rem + 1.0rem);
}

main > section > .section-inner .dlist-faq > dd > *:not(:last-child) {
  margin-bottom: 1.0rem;
}

main > section > .section-inner .dlist-faq > dd > *:first-child {
  margin-bottom: 0.25rem;
}

main > section > .section-inner .dlist-faq > dd .dlist-faq-list-notes > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

main > section > .section-inner .dlist-faq > dd .dlist-faq-list-notes > li::before {
  content: "※ ";
}

main > section > .section-inner .dlist-faq > dd .dlist-faq-list-num {
  counter-reset: number;
  margin-bottom: 1.0rem;
  margin-left: calc(3px + 1.875rem + 1.0rem + 1.7em);
  text-indent: -1.7em;
}

main > section > .section-inner .dlist-faq > dd .dlist-faq-list-num > li {
  counter-increment: number;
  margin-bottom: 1.0rem;
}

main > section > .section-inner .dlist-faq > dd .dlist-faq-list-num > li::before {
  content: "(" counter(number) ")";
  margin-right: 0.5rem;
}

main > section > .section-inner .dlist-faq > dd .dlist-faq-list-num > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-h-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 45px auto 0;
  width: 96.875%;
}

@media screen and (min-width: 1025px) {
  main > section > .section-inner .list-h-links > li {
    margin-right: 30px;
    width: 21.875%;
  }
  main > section > .section-inner .list-h-links > li:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  main > section > .section-inner .list-h-links > li {
    margin-bottom: 18px;
    margin-right: 3%;
    width: 47%;
  }
  main > section > .section-inner .list-h-links > li:nth-of-type(even) {
    margin-right: 0;
  }
  main > section > .section-inner .list-h-links > li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-h-links > li {
    margin-bottom: 18px;
    width: 100%;
  }
  main > section > .section-inner .list-h-links > li:last-of-type {
    margin-bottom: 0;
  }
}

main > section > .section-inner .list-h-links > li > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 1.125rem 1.125rem 1.125rem 0;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

main > section > .section-inner .list-h-links > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e8), to(#004299));
  background: -webkit-linear-gradient(left, #00a0e8 0%, #004299 100%);
  background: linear-gradient(to right, #00a0e8 0%, #004299 100%);
  border-radius: 5px;
  z-index: -1;
}

main > section > .section-inner .list-h-links > li > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #00a0e8 #00a0e8 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3.5px);
  right: calc(1.125rem - 3.5px);
}

main > section > .section-inner .list-h-links > li > a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#00a0e8), to(#004299));
  background: -webkit-linear-gradient(left, #00a0e8 0%, #004299 100%);
  background: linear-gradient(to right, #00a0e8 0%, #004299 100%);
  color: #fff;
}

main > section > .section-inner .list-h-links > li > a:hover::after {
  border-color: #fff #fff transparent transparent;
}

@media screen and (max-width: 1024px) {
  main > section > .section-inner .scroll-box {
    overflow-x: scroll;
    width: 100%;
  }
}

main > section > .section-inner table.table-01, main > section > .section-inner table.table-02 {
  border-collapse: collapse;
}

main > section > .section-inner table.table-01 tr:first-of-type th, main > section > .section-inner table.table-01 tr:first-of-type td, main > section > .section-inner table.table-02 tr:first-of-type th, main > section > .section-inner table.table-02 tr:first-of-type td {
  border-top-width: 1px;
}

main > section > .section-inner table.table-01 tr:first-of-type th, main > section > .section-inner table.table-02 tr:first-of-type th {
  border-top-color: #7b7e86;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner table.table-01 tr:first-of-type td, main > section > .section-inner table.table-02 tr:first-of-type td {
    border-top-width: 0;
  }
}

main > section > .section-inner table.table-01 tr:last-of-type th, main > section > .section-inner table.table-02 tr:last-of-type th {
  border-bottom-width: 1px;
  border-bottom-color: #7b7e86;
}

main > section > .section-inner table.table-01 th, main > section > .section-inner table.table-01 td, main > section > .section-inner table.table-02 th, main > section > .section-inner table.table-02 td {
  background-clip: padding-box;
  border-style: solid;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.875em 1.0em;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner table.table-01 th, main > section > .section-inner table.table-01 td, main > section > .section-inner table.table-02 th, main > section > .section-inner table.table-02 td {
    display: block;
  }
}

main > section > .section-inner table.table-01 th, main > section > .section-inner table.table-02 th {
  background-color: #7b7e86;
  border-width: 0 0 1px 0;
  color: #fff;
  font-weight: bold;
  border-color: #fff #7b7e86;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner table.table-01 th, main > section > .section-inner table.table-02 th {
    border-width: 0 1px 1px 1px;
  }
}

main > section > .section-inner table.table-01 th.nowrap, main > section > .section-inner table.table-02 th.nowrap {
  white-space: nowrap;
}
main > section > .section-inner table.table-01 td, main > section > .section-inner table.table-02 td {
  background-color: #fff;
  border-color: #7b7e86;
  border-width: 0 1px 1px 0;
  color: #3a3c3a;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner table.table-01 td, main > section > .section-inner table.table-02 td {
    border-width: 0 1px 1px 1px;
  }
}

main > section > .section-inner table.table-02 th {
  font-weight: normal;
  text-align: center;
}

main > section > .section-inner table.table-of-charges {
  border-collapse: collapse;
  width: 100%;
}

main > section > .section-inner table.table-of-charges thead th {
  background-color: #7b7e86;
  color: #fff;
  font-weight: bold;
}

main > section > .section-inner table.table-of-charges thead th span {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

main > section > .section-inner table.table-of-charges th, main > section > .section-inner table.table-of-charges td {
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: #7b7e86 #fff #fff #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}

main > section > .section-inner table.table-of-charges td {
  background-color: #fff;
  border-color: #7b7e86;
  border-width: 0 1px 1px 0;
  color: #3a3c3a;
}

main > section > .section-inner table.table-of-charges tbody tr:last-of-type th {
  border-bottom: solid 1px #7b7e86;
}

main > section > .section-inner table.table-of-charges.yamabuki tbody th {
  background-color: #b49032;
  color: #fff;
}

main > section > .section-inner table.table-of-charges.yamabuki tbody tr:nth-last-of-type(2) th {
  border-bottom: solid 1px #b49032;
}

main > section > .section-inner table.table-of-charges.purple tbody th {
  background-color: #5e328b;
  color: #fff;
}

main > section > .section-inner table.table-of-charges.purple tbody tr:nth-last-of-type(2) th {
  border-bottom: solid 1px #5e328b;
}

main > section > .section-inner table.table-of-charges.greenish-blue tbody th {
  background-color: #00b9ef;
  color: #fff;
}

main > section > .section-inner table.table-of-charges.greenish-blue tbody tr:nth-last-of-type(2) th {
  border-bottom: solid 1px #00b9ef;
}

main > section > .section-inner .date-of-revision {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 24px;
  text-align: right;
}

main > section > .section-inner .list-privacy {
  counter-reset: number;
}

main > section > .section-inner .list-privacy > li {
  counter-increment: number;
  margin-bottom: 3.75rem;
}

main > section > .section-inner .list-privacy > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-privacy > li > dl dt {
  border-bottom: solid 1px #004ea2;
  color: #004ea2;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 1.1667em;
  padding-bottom: 8px;
}

main > section > .section-inner .list-privacy > li > dl dt::before {
  content: counter(number) ". ";
}

main > section > .section-inner .list-privacy > li > dl dd strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}

main > section > .section-inner .list-privacy > li > dl dd:not(:first-of-type) {
  margin-top: 1.25rem;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-num {
  counter-reset: number;
  margin-bottom: 1.0rem;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-num > li {
  counter-increment: number;
  margin-bottom: 1.0rem;
  margin-left: 1.7em;
  text-indent: -1.7em;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-num > li::before {
  content: "(" counter(number) ")";
  margin-right: 0.5rem;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-num > li > * {
  margin-left: 1.7em;
  text-indent: 0;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-num > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-num > li:last-of-type > ul > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list {
  margin-top: 1.125rem;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list > li {
  margin-bottom: 0.5rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list > li:last-of-type {
  margin-bottom: 2.125rem;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list > li::before {
  content: "・ ";
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-kana {
  counter-reset: kana;
  margin-top: 1.125rem;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-kana > li {
  counter-increment: kana;
  margin-bottom: 0.5rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-kana > li:last-of-type {
  margin-bottom: 2.125rem;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-list-kana > li::before {
  content: counter(kana, katakana) "）";
}

main > section > .section-inner .list-privacy > li > dl dd table {
  margin: 40px auto 0;
  max-width: 88.55%;
}

main > section > .section-inner .list-privacy > li > dl dd .dd-contact {
  border-left: solid 3px #7b7e86;
  margin-top: 1.0rem;
  padding-left: 15px;
}

main > section > .section-inner .list-news > li {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  padding: 1.0rem 1.5rem 1rem 0.75rem;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-news > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

main > section > .section-inner .list-news > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-news > li .date-and-class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-news > li .date-and-class {
    margin-bottom: 0.5rem;
  }
}

main > section > .section-inner .list-news > li .date {
  color: #014099;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  width: 7.0em;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-news > li .date {
    text-align: left;
  }
}

main > section > .section-inner .list-news > li .classification {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  width: 12.0em;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-news > li .classification {
    width: 10.0em;
  }
}

main > section > .section-inner .list-news > li .classification a {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  width: 8.5em;
}

main > section > .section-inner .list-news > li .classification a:hover {
  opacity: 0.7;
}

main > section > .section-inner .list-news > li .classification.pressrelease a {
  background-color: #014099;
}

main > section > .section-inner .list-news > li .classification.information a {
  background-color: #00a158;
}

main > section > .section-inner .list-news > li .classification.important a {
  background-color: #e72423;
}

main > section > .section-inner .list-news > li .classification.pressrelease-2 a {
  background-color: #f1880a;
}

main > section > .section-inner .list-news > li .classification.others a {
  background-color: #7b7e86;
}

main > section > .section-inner .list-news > li .list-news-text {
  width: calc(100% - 17.0em);
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .list-news > li .list-news-text {
    width: 100%;
  }
}

main > section > .section-inner .list-news > li .list-news-text a:hover {
  text-decoration: underline;
}

main > section > .section-inner .news-details .date {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.0rem;
}

main > section > .section-inner .news-details h2 {
  border-bottom: solid 1px #004ea2;
  color: #004ea2;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 0.5rem;
}

main > section > .section-inner .news-details .section-text {
  margin-bottom: 45px;
}

main > section > .section-inner .news-details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}

main > section > .section-inner .news-details h3::before {
  content: "■ ";
}

main > section > .section-inner .news-details .list-news-page-link {
  margin-top: 1.625rem;
}

main > section > .section-inner .news-details .list-news-page-link > li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #00a0e8 #00a0e8 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
  top: 8px;
  position: absolute;
}

main > section > .section-inner .news-details .list-news-page-link > li a {
  color: #014099;
  display: inline-block;
  padding-left: 20px;
}

main > section > .section-inner .news-details .list-news-page-link > li a:hover {
  text-decoration: underline;
}

main > section > .section-inner .list-news-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main > section > .section-inner .list-news-pager > li {
  margin-right: 10px;
}

main > section > .section-inner .list-news-pager > li:nth-of-type(1), main > section > .section-inner .list-news-pager > li:nth-last-of-type(2) {
  margin-right: 14px;
}

main > section > .section-inner .list-news-pager > li:last-of-type {
  margin-right: 0;
}

main > section > .section-inner .list-news-pager > li > a {
  display: block;
}

main > section > .section-inner .list-news-pager > li:not(.prev):not(.next) a {
  border: solid 2px #ccc;
  border-radius: 5px;
  color: #7b7e86;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5em 1.0em;
}

main > section > .section-inner .list-news-pager > li:not(.prev):not(.next) a.here, main > section > .section-inner .list-news-pager > li:not(.prev):not(.next) a:hover {
  background-color: #00a0e9;
  border-color: #00a0e9;
  color: #fff;
}

main > section > .section-inner .list-news-pager > li.prev a {
  display: block;
  height: 7px;
  width: 7px;
}

main > section > .section-inner .list-news-pager > li.prev a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #00a0e8 #00a0e8 transparent transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  position: absolute;
}

main > section > .section-inner .list-news-pager > li.next a {
  display: block;
  height: 7px;
  width: 7px;
}

main > section > .section-inner .list-news-pager > li.next a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #00a0e8 #00a0e8 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}

main > section > .section-inner .list-news-pager-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main > section > .section-inner .list-news-pager-2 > li {
  margin-right: 10px;
}

main > section > .section-inner .list-news-pager-2 > li:last-of-type {
  margin-right: 0;
}

main > section > .section-inner .list-news-pager-2 > li > a {
  border: solid 1px #ccc;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 10px 14px;
}

main > section > .section-inner .list-news-pager-2 > li > a:hover {
  background-color: #00a0e8;
  color: #fff;
}

main > section > .section-inner .list-news-pager-2 > li:first-of-type a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #00a0e8 #00a0e8 transparent transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-right: 10px;
}

main > section > .section-inner .list-news-pager-2 > li:first-of-type a:hover::before {
  border-color: #fff #fff transparent transparent;
}

main > section > .section-inner .list-news-pager-2 > li:nth-of-type(2) a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #00a0e8 #00a0e8 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
}

main > section > .section-inner .list-news-pager-2 > li:nth-of-type(2) a:hover::after {
  border-color: #fff #fff transparent transparent;
}

main > section > .section-inner .form-table {
  margin-bottom: 28px;
  width: 100%;
}

main > section > .section-inner .form-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 16px;
}

main > section > .section-inner .form-table tr:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  main > section > .section-inner .form-table tr {
    display: block;
  }
}

main > section > .section-inner .form-table th {
  background-color: #efefef;
  font-weight: normal;
  text-align: left;
  padding: 8px;
  width: 320px;
  min-width: 320px;
}

@media screen and (max-width: 896px) {
  main > section > .section-inner .form-table th {
    display: block;
    min-width: auto;
    width: 100%;
  }
}

main > section > .section-inner .form-table th > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

main > section > .section-inner .form-table th .required {
  background-color: #f1880a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 14px;
}

main > section > .section-inner .form-table td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  width: 100%;
  max-width: 640px;
}

@media screen and (max-width: 896px) {
  main > section > .section-inner .form-table td {
    display: block;
    margin-top: 10px;
    max-width: none;
    min-width: auto;
    padding: 0;
    width: 100%;
  }
}

main > section > .section-inner .form-table td > div {
  width: 100%;
}

main > section > .section-inner .form-table td > div > div {
  width: 100%;
}

main > section > .section-inner .form-table td input {
  border: solid 1px #ccc;
}

main > section > .section-inner .form-table td input[name*="lastname"], main > section > .section-inner .form-table td input[name*="firstname"] {
  width: 200px;
}

@media screen and (max-width: 500px) {
  main > section > .section-inner .form-table td input[name*="lastname"], main > section > .section-inner .form-table td input[name*="firstname"] {
    width: 100%;
  }
}

main > section > .section-inner .form-table td input[name*="lastname"] {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  main > section > .section-inner .form-table td input[name*="lastname"] {
    margin: 0 0 10px;
  }
}

main > section > .section-inner .form-table td input[name="postcode_1"] {
  width: 100px;
}

main > section > .section-inner .form-table td input[name="postcode_2"] {
  width: 120px;
}

main > section > .section-inner .form-table td input[name="address"] {
  margin-top: 16px;
  width: 100%;
}

main > section > .section-inner .form-table td input[name="affiliation"], main > section > .section-inner .form-table td input[name*="mailaddress"] {
  width: 100%;
}

main > section > .section-inner .form-table td input[name="tel_1"] {
  width: 100px;
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .form-table td input[name="tel_1"] {
    width: 50px;
  }
}

main > section > .section-inner .form-table td input[name="tel_2"], main > section > .section-inner .form-table td input[name="tel_3"] {
  width: 120px;
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .form-table td input[name="tel_2"], main > section > .section-inner .form-table td input[name="tel_3"] {
    width: 60px;
  }
}

main > section > .section-inner .form-table td select[name="prefectures"] {
  width: 160px;
}

main > section > .section-inner .form-table td textarea[name="inquiry"] {
  width: 100%;
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .form-table td textarea[name="inquiry"] {
    min-height: 200px;
  }
}

main > section > .section-inner .form-table td .table-notes {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
}

main > section > .section-inner .form-agreement {
  border: solid 1px #ccc;
  margin: 0 auto 28px;
  max-width: 700px;
  padding: 26px 36px;
  width: 73%;
}

@media screen and (max-width: 768px) {
  main > section > .section-inner .form-agreement {
    width: 100%;
  }
}

main > section > .section-inner .form-agreement .form-agreement-box {
  width: 600px;                /* 横幅を200pxに指定 */
  height: 200px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}

main > section > .section-inner .form-agreement h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

main > section > .section-inner .form-agreement p a {
  color: #004ea2;
}

main > section > .section-inner .form-agreement .form-agreement-label {
  margin: 2.0rem auto 0;
  text-align: center;
}

main > section > .section-inner .form-agreement .form-agreement-label label {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 6.0em;
}

@media screen and (min-width: 481px) {
  main > section > .section-inner .form-button-area {
    text-align: center;
  }
  main > section > .section-inner .form-button-area > *:not(:first-of-type) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 480px) {
  main > section > .section-inner .form-button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main > section > .section-inner .form-button-area > *:not(:first-of-type) {
    margin-top: 20px;
  }
}

main > section > .section-inner .form-button {
  background: -webkit-gradient(linear, left top, right top, from(#00a0e8), to(#004198));
  background: -webkit-linear-gradient(left, #00a0e8 0%, #004198 100%);
  background: linear-gradient(to right, #00a0e8 0%, #004198 100%);
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 24px 0;
  width: 160px;
}

main > section > .section-inner .form-button:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#004198), to(#00a0e8));
  background: -webkit-linear-gradient(left, #004198 0%, #00a0e8 100%);
  background: linear-gradient(to right, #004198 0%, #00a0e8 100%);
}

main > section > .section-inner .form-button.silver {
  background: #efefef;
  border: solid 2px #bbbdc3;
  color: #7b7e86;
  padding: 22px 0;
  width: 160px;
}

main > section > .section-inner .form-button.silver:hover {
  background-color: #7b7e86;
  color: #fff;
}0

/* 20220921 */

main > section > .section-inner .work4ukc > dt {
  background-color: #004ea2;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 0.5rem 10px 0.5rem 3px;
}

body:not(#top) main {
  margin-bottom: 0;
}

body:not(#top) main > section:first-of-type {
  background-color: #fbfaf3;
}

body:not(#top) main.striped > section:nth-of-type(odd) {
  background-color: #fbfaf3;
}

body:not(#top) main.striped > section:nth-of-type(even) > .section-inner .lineup .softwares {
  background-color: #fbfaf3;
}

body:not(#top) main.leaf > section > .section-inner {
  padding: 80px 0 70px;
}

body:not(#top) main.leaf > section > .section-inner:not(:first-child) {
  padding-top: 0;
}

body:not(#top) main.leaf > section > .section-inner > .section-inner {
  margin: 30px auto 0;
  padding: 0 6.25%;
}

body:not(#top) main.leaf h3 {
  border-bottom: solid 1px #004ea2;
  padding-bottom: 10px;
  text-align: left;
}

body:not(#top) main.leaf h4, body:not(#top) main.leaf h5 {
  font-weight: normal;
  margin-bottom: 0.5em;
}

body:not(#top) main.leaf h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

body:not(#top) main.leaf h5 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  body:not(#top) main.leaf h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 480px) {
  body:not(#top) main.leaf h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body:not(#top) main.leaf h3, body:not(#top) main.leaf h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

body:not(#top) main.leaf .list-ul {
  margin-bottom: 1.0rem;
}

body:not(#top) main.leaf .list-ul > li {
  margin-left: 1.75em;
  text-indent: -1.75em;
}

body:not(#top) main.leaf .list-ul > li::before {
  content: "・";
  margin-right: 0.75em;
}

body:not(#top) main.leaf .list-ol {
  counter-reset: ol-counter;
  margin-bottom: 1.0rem;
}

body:not(#top) main.leaf .list-ol > li {
  counter-increment: ol-counter;
  margin-left: 2.0em;
  text-indent: -2.0em;
}

body:not(#top) main.leaf .list-ol > li::before {
  content: "(" counter(ol-counter) ")";
  margin-right: 0.75em;
}

main > section > .section-inner .work4ukc > dd {
  margin-bottom: 35px;
}

main > section > .section-inner .work4ukc > dd:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .work4ukc > dd > *:first-child {
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  */
  padding: 0.5rem 3px;
}

main > section > .section-inner .work4ukc > dd > *:not(:first-child) {
  margin-left: calc(3px + 1.875rem + 1.0rem);
}

main > section > .section-inner .work4ukc > dd > *:not(:last-child) {
  margin-bottom: 1.0rem;
}

main > section > .section-inner .work4ukc > dd > *:first-child {
  margin-bottom: 0.25rem;
}

main > section > .section-inner .work4ukc > dd .work4ukc-list-notes > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

main > section > .section-inner .work4ukc > dd .work4ukc-list-notes > li::before {
  content: "● ";
}

main > section > .section-inner .work4ukc > dd .work4ukc-list-num {
  counter-reset: number;
  margin-bottom: 1.0rem;
  margin-left: calc(3px + 1.875rem + 1.0rem + 1.7em);
  text-indent: -1.7em;
}

main > section > .section-inner .work4ukc > dd .work4ukc-list-num > li {
  counter-increment: number;
  margin-bottom: 1.0rem;
}

main > section > .section-inner .work4ukc > dd .work4ukc-list-num > li::before {
  content: "(" counter(number) ")";
  margin-right: 0.5rem;
}

main > section > .section-inner .work4ukc > dd .work4ukc-list-num > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-termofuse {
  counter-reset: number;
}

/*
main > section > .section-inner .list-termofuse > li {
  counter-increment: number;
  margin-bottom: 3.75rem;
}

main > section > .section-inner .list-termofuse > li:last-of-type {
  margin-bottom: 0;
}
*/

main > section > .section-inner .list-termofuse > li > dl dt {
  /*border-bottom: solid 1px #004ea2;
  color: #004ea2;*/
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 1.1667em;
  padding-bottom: 8px;
}

/*
main > section > .section-inner .list-termofuse > li > dl dt::before {
  content: counter(number) ". ";
}
*/

main > section > .section-inner .list-termofuse > li > dl dd strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}

main > section > .section-inner .list-termofuse > li > dl dd:not(:first-of-type) {
  margin-top: 1.25rem;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-num {
  counter-reset: number;
  margin-bottom: 1.0rem;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-num > li {
  counter-increment: number;
  margin-bottom: 1.0rem;
  margin-left: 1.7em;
  text-indent: -1.7em;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-num > li::before {
  content: "(" counter(number) ")";
  margin-right: 0.5rem;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-num > li > * {
  margin-left: 1.7em;
  text-indent: 0;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-num > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-num > li:last-of-type > ul > li:last-of-type {
  margin-bottom: 0;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list {
  margin-top: 1.125rem;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list > li {
  margin-bottom: 0.5rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list > li:last-of-type {
  margin-bottom: 2.125rem;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list > li::before {
  content: "・ ";
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-kana {
  counter-reset: kana;
  margin-top: 1.125rem;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-kana > li {
  counter-increment: kana;
  margin-bottom: 0.5rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-kana > li:last-of-type {
  margin-bottom: 2.125rem;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-list-kana > li::before {
  content: counter(kana, katakana) "）";
}

main > section > .section-inner .list-termofuse > li > dl dd table {
  margin: 40px auto 0;
  max-width: 88.55%;
}

main > section > .section-inner .list-termofuse > li > dl dd .dd-contact {
  border-left: solid 3px #7b7e86;
  margin-top: 1.0rem;
  padding-left: 15px;
}



/*20220921 end*/


body:not(#top) main {
  margin-bottom: 0;
}

body:not(#top) main > section:first-of-type {
  background-color: #fbfaf3;
}

body:not(#top) main.striped > section:nth-of-type(odd) {
  background-color: #fbfaf3;
}

body:not(#top) main.striped > section:nth-of-type(even) > .section-inner .lineup .softwares {
  background-color: #fbfaf3;
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(#00a0e8), to(#004198));
  background: -webkit-linear-gradient(left, #00a0e8 0%, #004198 100%);
  background: linear-gradient(to right, #00a0e8 0%, #004198 100%);
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  footer {
    margin-bottom: 100px;
  }
}

footer > .fnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0;
}

@media screen and (max-width: 1024px) {
  footer > .fnav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

footer > .fnav > li {
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  footer > .fnav > li {
    margin-bottom: 18px;
    margin-right: 0;
    text-align: center;
    width: 48%;
  }
  footer > .fnav > li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

footer > .fnav > li:last-of-type {
  margin-right: 0;
}

footer > .fnav > li a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.pageTop {
  bottom: 60px;
  height: 60px;
  margin: 0 auto;
  position: fixed;
  width: 40px;
}

@media screen and (min-width: 1241px) {
  .pageTop {
    left: calc(50% - 620px);
  }
}

@media screen and (min-width: 1025px) {
  .pageTop {
    right: 1vw;
    left: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .pageTop {
    right: 20px;
  }
}

.pageTop > a {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 999;
}

@media screen and (min-width: 1377px) {
  .pageTop > a {
    bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .pageTop > a {
    bottom: 20px;
  }
}

#float-links {
  background-color: rgba(241, 136, 10, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 1000;
}

#float-links > li > a {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  min-height: 60px;
  height: 60px;
  min-width: 350px;
  width: 350px;
  background-color: #fff;
  color: #f1880a;
}

@media screen and (max-width: 1024px) {
  #float-links > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 145px;
    width: 145px;
  }
}

#float-links > li:nth-of-type(1) a {
  margin-right: 20px;
}

@media screen and (max-width: 360px) {
  #float-links > li:nth-of-type(1) a {
    margin-right: 5px;
  }
}

#float-links > li:nth-of-type(2) a::before {
  background-image: url("common/images/icon_btn-download.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 12px;
  width: 20px;
}
