/* CSS Document */
@font-face {}
.header-site {
  right: 0;
  padding-left: 0 !important;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .header-site {
    margin-top: 60px;
  }
}
.header-site .logo {
  margin: 0 !important;
}
@media (max-width: 750px) {
  .header-site .logo {
    width: 81.5px;
    height: 34.5px;
  }
}
.header-site .logo img {
  width: 100%;
}

.inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.txt {
  line-height: 2;
}

.linkbox {
  max-width: 262px;
  margin-top: 80px;
  margin: 50px auto 0;
}

.disc, .decimal, .circle {
  line-height: 2;
}
.disc a, .decimal a, .circle a {
  display: inline;
}

.disc > ul {
  padding-left: 1.5em;
}
.disc > ul > li {
  list-style-type: disc;
}
.disc > ul > li > ul {
  padding-left: 1.5em;
}

.decimal > ol {
  padding-left: 1.5em;
}
.decimal > ol > li {
  list-style-type: decimal;
}
.decimal > ol > li > ul > li > ul {
  padding-left: 1em;
}

section {
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  section {
    padding-bottom: 4em;
  }
}

.kaso-keyvisual {
  background: url(../img/kaso_back.png) no-repeat bottom center/100%;
  height: 25.3em;
  margin-bottom: 7.5em;
}
@media (max-width: 750px) {
  .kaso-keyvisual {
    height: 14.3em;
    margin-bottom: 3em;
  }
}

.h1kv {
  font-size: 2.3em;
  color: #48C0DB;
  font-weight: bold;
  padding-top: 4.2em;
}
@media (max-width: 750px) {
  .h1kv {
    font-size: 1.2em;
    padding-top: 6.23em;
  }
}

.h2default {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .h2default {
    font-size: 1.2em;
  }
}

.title-medium {
  margin-top: 3.6em;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .title-medium {
    margin-top: 2em;
  }
}

.table {
  border-collapse: separate;
  border-spacing: 5px;
  margin-top: 2em;
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
  .table {
    max-width: 200vw;
  }
}
.table th {
  background-image: linear-gradient(#48c0db, #86dd78);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 1em;
}
@media (min-width: 751px) {
  .table th {
    font-size: 1.2em;
  }
}
.table td {
  border: 1px solid #000;
  padding: 2em;
}
@media (max-width: 750px) {
  .table td {
    padding: 1em;
  }
}
.table .center {
  text-align: center;
}
@media (min-width: 751px) {
  .table .center {
    white-space: nowrap;
  }
}