/* ==========================================================================// */
/* */
/* [知りたいページ用css] */
/* */
/* ==========================================================================// */

.shiritai {
  background: #f4f0ea;
  overflow: hidden;
}
.shiritai__inner {
    padding: 0 0 32px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__inner {
    width: 1120px;
    margin: auto;
    padding: 0 0 64px;
  }
}
.shiritai__heading-area {
    margin: 0 24px 32px;
    padding: 32px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__heading-area {
    margin: 0;
  }
}
.shiritai__heading {
    font-size: 32px;
    line-height: 44px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__heading {
    font-size: 40px;
    line-height: 56px;
  }
}
.shiritai__heading-list {
    margin: 24px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__heading-list {
    margin: 32px 0 0;
  }
}
.shiritai__heading-item {
    display: inline-block;
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #a5acb1;
}
@media print, screen and (min-width: 769px) {
  .shiritai__heading-item {
    margin: 0 0 0 32px;
    padding: 0 0 0 32px;
  }
}
.shiritai__heading-item:first-child {
  margin: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  border: 0;
}
.shiritai__heading-anchor {
    padding: 0 22px 0 0;
    position: relative;
    font-size: 18px;
    line-height: 25px;
}
@media only screen and (max-width: 374px) {
  .shiritai__heading-anchor {
    font-size: 12px;
    line-height: 16px;
  }
}
.shiritai__heading-anchor::before {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shiritai__box {
    margin: 8px 0 0;
    padding: 40px 24px;
    background: #fff;
    border-radius: 32px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__box {
    margin: 32px 0 0;
    padding: 64px 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .shiritai__box--index {
    padding: 48px 64px;
  }
}
.shiritai__box--blue {
      padding: 64px 24px;
      background: #f2f7fa;
}
@media print, screen and (min-width: 769px) {
  .shiritai__box--blue {
    padding: 80px;
  }
}
.shiritai__box--tab {
      margin: 32px 0 0;
      padding: 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__box--tab {
    padding: 0;
  }
}
.shiritai__box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media print, screen and (min-width: 769px) {
  .shiritai__box-head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.shiritai__box-title {
    font-size: 24px;
    line-height: 33px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__box-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.shiritai__box-title-enhance {
    color: #48a63f;
}
.shiritai__box-lead {
    margin: 8px 0 0;
    line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__box-lead {
    font-size: 18px;
  }
}
.shiritai__box-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    margin: 0 0 0 24px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__box-icon {
    width: 64px;
  }
}
@media print, screen and (min-width: 769px) {
  .shiritai__index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .shiritai__index-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 212px;
  }
}
.shiritai__index-inner {
    margin: 40px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__index-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0;
  }
}
.shiritai__index-title-link {
    padding: 0 24px 0 0;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__index-title-link {
    line-height: 32px;
  }
}
.shiritai__index-title-link::before {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shiritai__index-title-enhance {
    font-size: 24px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__index-title-enhance {
    font-size: 32px;
  }
}
.shiritai__index-list {
    margin: 40px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__index-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.shiritai__index-item {
    margin: 24px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__index-item {
    width: 50%;
    margin: 48px 0 0;
  }
}
.shiritai__index-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shiritai__index-link:hover .shiritai__index-text {
        color: #0062b2;
}
.shiritai__index-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    margin: 0 16px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__index-icon {
    width: 48px;
  }
}
.shiritai__index-text {
    font-weight: bold;
    line-height: 25px;
    color: #000;
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
}
@media print, screen and (min-width: 769px) {
  .shiritai__inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.shiritai__inquiry .a-button {
      margin: 24px auto 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__inquiry .a-button {
    width: 400px;
    margin: 0;
  }
}
.shiritai__inquiry .a-button + .a-button {
  margin: 16px auto 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__inquiry .a-button + .a-button {
    margin: 16px 0 0;
  }
}
.shiritai__inquiry-title {
    font-size: 24px;
    line-height: 33px;
    color: #124a7b;
}
@media print, screen and (min-width: 769px) {
  .shiritai__inquiry-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.shiritai__inquiry-lead {
    margin: 16px 0 0;
    line-height: 25px;
    color: #333;
}
@media print, screen and (min-width: 769px) {
  .shiritai__inquiry-lead {
    line-height: 24px;
    color: #000;
  }
}
@media print, screen and (min-width: 769px) {
  .shiritai__inquiry-button {
    width: 400px;
  }
}
.shiritai__inquiry-note {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}
.shiritai__title-area {
    padding: 32px 24px 0;
    position: relative;
}
@media print, screen and (min-width: 769px) {
  .shiritai__title-area {
    padding: 88px 0 0;
  }
}
.shiritai__title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 38px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__title {
    font-size: 32px;
    line-height: 51px;
  }
}
.shiritai__title-enhance {
    font-size: 32px;
    line-height: 51px;
    color: #124a7b;
}
@media print, screen and (min-width: 769px) {
  .shiritai__title-enhance {
    font-size: 48px;
    line-height: 76px;
  }
}
.shiritai__title-image {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__title-image {
    width: 720px;
    right: -80px;
  }
}
.shiritai__title-bottom {
    margin: 64px 24px 0;
    font-size: 24px;
    line-height: 38px;
}
.shiritai__anchor {
    margin: 32px 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 64px 0 40px;
  }
}
.shiritai__anchor-item {
    margin: 4px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__anchor-item {
    width: 250px;
    height: 200px;
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .shiritai__anchor-item--wide {
    width: 540px;
  }
}
.shiritai__anchor-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 48px 20px 24px;
    position: relative;
    background: #fff;
    border-radius: 32px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__anchor-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0;
  }
  .shiritai__anchor-link:hover .shiritai__anchor-text {
          color: #0062b2;
  }
}
.shiritai__anchor-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    margin: 0 16px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__anchor-icon {
    width: 48px;
    margin: 0;
  }
}
.shiritai__anchor-text {
    font-weight: bold;
    line-height: 25px;
    color: #000;
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
}
@media print, screen and (min-width: 769px) {
  .shiritai__anchor-text {
    width: 100%;
    margin: 16px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .shiritai__anchor-arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.shiritai__anchor-arrow::before {
  margin: 0;
  font-weight: normal;
  color: #0062b2;
}
.shiritai__qa {
    margin: 40px 0 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #e7e7e7;
}
.shiritai__qa-q {
    padding: 0 0 0 40px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.shiritai__qa-q::before {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  font-family: "Droid Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  color: #124a7b;
}
.shiritai__qa-a {
    margin: 24px 0 0;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__qa-a {
    margin: 32px 0 0 40px;
  }
}
.shiritai__qa-a::before {
  content: 'A';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  font-weight: bold;
  font-family: "Droid Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  color: #d74c53;
}
.shiritai__qa-a .a-link {
      font-weight: bold;
}
.shiritai__qa-list {
    margin: 24px 0 0 -32px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__qa-list {
    margin: 0 0 0 48px;
  }
}
.shiritai__qa-item {
    display: inline-block;
    margin: 12px 0 0 32px;
    line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__qa-item {
    margin: 16px 0 0 32px;
  }
}
.shiritai__qa-lead {
    margin: 24px 0 0;
    line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__qa-lead {
    margin: 16px 0 0 80px;
  }
}
.shiritai__step {
    margin: 24px 0 0;
    counter-reset: stepnum 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__step {
    margin: 16px 0 0 80px;
  }
}
.shiritai__step-item {
    margin: 16px 0 0;
    padding: 0 0 0 56px;
    text-indent: -56px;
    line-height: 25px;
}
.shiritai__step-item::before {
  counter-increment: stepnum 1;
  content: 'STEP'counter(stepnum);
  margin: 0 8px 0 0;
  font-family: "Droid Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 18px;
  color: #666;
}
.shiritai__faq {
    margin: 40px 0 0;
    padding: 40px 32px;
    background: #fafafa;
    border: 1px solid #5081a5;
    border-radius: 8px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__faq {
    padding: 40px 48px;
  }
}
.shiritai__faq-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.shiritai__faq-lead {
    margin: 16px 0 0;
    line-height: 25px;
}
.shiritai__faq-list {
    margin: 16px 0 0;
    counter-reset: faqnum 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__faq-list {
    margin: 0;
  }
}
.shiritai__faq-item {
    margin: 12px 0 0;
    padding: 0 0 0 18px;
    text-indent: -18px;
    line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__faq-item {
    display: inline-block;
    margin: 16px 32px 0 0;
  }
}
.shiritai__faq-item::before {
  counter-increment: faqnum 1;
  content: counter(faqnum) '.';
  margin: 0 4px 0 0;
  font-family: "Droid Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 18px;
  color: #666;
}
.shiritai__disc {
    margin: 24px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__disc {
    margin: 0 0 0 80px;
  }
}
.shiritai__disc-item {
    margin: 16px 0 0;
    padding: 0 0 0 14px;
    position: relative;
    line-height: 25px;
}
.shiritai__disc-item::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #666;
  border-radius: 50%;
}
.shiritai__service-title {
    margin: 40px 0 0;
    font-size: 20px;
    line-height: 28px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__service-title {
    font-size: 24px;
    line-height: 33px;
  }
}
.shiritai__service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 32px 0 0;
    padding: 0 0 32px;
    border-bottom: 1px solid #e7e7e7;
}
@media print, screen and (min-width: 769px) {
  .shiritai__service-item {
    margin: 40px 0 0;
    padding: 0 40px 40px;
  }
}
.shiritai__service-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    margin: 0 24px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__service-image {
    width: 120px;
    margin: 0 40px 0 0;
  }
}
.shiritai__service-name {
    font-size: 18px;
    line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__service-name {
    font-size: 20px;
    line-height: 28px;
  }
}
.shiritai__service-name-sub {
    display: inline-block;
    margin: 8px 0 0;
}
.shiritai__service-name-sub .a-link {
      margin: 0 32px 0 0;
}
.shiritai__service-lead {
    margin: 8px 0 0;
    line-height: 25px;
}
.shiritai__info {
    margin: 40px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__info {
    margin: 80px 0 0;
  }
}
.shiritai__info-item {
    margin: 32px 0 0;
    padding: 0 0 32px;
    border-bottom: 1px solid #e7e7e7;
}
@media print, screen and (min-width: 769px) {
  .shiritai__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    padding: 0 40px 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .shiritai__info-tag-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px;
  }
}
.shiritai__info-tag {
    display: inline-block;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #5081a5;
    border: 1px solid #5081a5;
    border-radius: 2px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__info-tag {
    font-size: 16px;
  }
}
.shiritai__info-tag--privilege {
      color: #bb8e00;
      border: 1px solid #bb8e00;
}
.shiritai__info-tag--work {
      color: #124a7b;
      border: 1px solid #124a7b;
}
.shiritai__info-tag--data {
      color: #48a63f;
      border: 1px solid #48a63f;
}
.shiritai__info-inner {
    margin: 24px 0 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__info-inner {
    margin: 0;
  }
}
.shiritai__info-name {
    font-size: 18px;
    line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__info-name {
    font-size: 20px;
    line-height: 28px;
  }
}
.shiritai__info-lead {
    margin: 8px 0 0;
    line-height: 25px;
}
.shiritai__info-lead-sub .a-link {
      margin: 0 32px 0 0;
}
.shiritai__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shiritai__tab-item {
    width: 100%;
}
.shiritai__tab-item.is-current .shiritai__tab-link {
        border-bottom: 2px solid #124a7b;
}
.shiritai__tab-item.is-current .shiritai__tab-text {
        font-weight: bold;
        color: #124a7b;
}
.shiritai__tab-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
    border-bottom: 1px solid rgba(80,129,165, 0.15);
}
.shiritai__tab-link:hover {
  border-bottom: 2px solid #124a7b;
}
.shiritai__tab-link:hover .shiritai__tab-text {
        font-weight: bold;
        color: #124a7b;
}
.shiritai__tab-text {
    font-size: 18px;
    color: #666;
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
}
@media print, screen and (min-width: 769px) {
  .shiritai__tab-text {
    font-size: 20px;
  }
}
.shiritai__tab-wrap {
    display: none;
    padding: 40px 24px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__tab-wrap {
    padding: 48px 64px;
  }
}
.shiritai__tab-wrap.is-current {
  display: block;
}
.shiritai__button {
    margin: 32px 24px 0;
}
@media print, screen and (min-width: 769px) {
  .shiritai__button {
    margin: 64px 0 0;
  }
}
.shiritai__button .a-button {
      margin: auto;
}
@media print, screen and (min-width: 769px) {
  .shiritai__button .a-button {
    width: 440px;
  }
}
.shiritai__relation {
    margin: 32px 0 0;
    padding: 64px 0 16px;
    background: #f6f6f6;
}
@media print, screen and (min-width: 769px) {
  .shiritai__relation {
    margin: 0;
    padding: 64px 0 80px;
  }
}
.shiritai__relation-inner {
    margin: 0 16px;
}
@media print, screen and (min-width: 769px) {
  .shiritai__relation-inner {
    width: 1120px;
    margin: auto;
  }
}
.shiritai__relation-head {
    margin: 0 0 32px;
    padding: 12px 0 0;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    color: #124a7b;
}
@media print, screen and (min-width: 769px) {
  .shiritai__relation-head {
    font-size: 24px;
    line-height: 33px;
  }
}
.shiritai__relation-head::before {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #124a7b;
}
.shiritai__relation-head-list {
    margin: 32px 0 16px;
    border-top: 1px solid #e7e7e7;
}
.shiritai__relation-head-item {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}
.shiritai__relation-head-link {
    line-height: 25px;
}
.shiritai__relation-title {
    padding: 24px 0;
    position: relative;
    line-height: 25px;
    border-top: 1px solid #ddd;
    cursor: pointer;
}
.shiritai__relation-title::before, .shiritai__relation-title::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 1px;
  margin: auto 0;
  content: '';
  -webkit-transition: all 0.12s ease-out 0s;
  -o-transition: all 0.12s ease-out 0s;
  transition: all 0.12s ease-out 0s;
  background: #666;
}
.shiritai__relation-title::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
.shiritai__relation-title.is-open::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shiritai__relation-title.is-open::after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  opacity: 0;
}
.shiritai__relation-list {
    margin: 0 0 0 -32px;
}
.shiritai__relation-list--sub {
      padding: 8px 0 16px;
}
.shiritai__relation-list--sub .shiritai__relation-item {
        padding: 0 0 8px;
}
.shiritai__relation-item {
    display: inline-block;
    margin: 0 0 0 32px;
    padding: 0 0 32px;
    line-height: 25px;
}
.shiritai__relation-sub {
    font-weight: normal;
    line-height: 25px;
}
.s-recommend-list {
    margin: 0 0 16px;
}

