<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*繧ｿ繧､繝医Ν*/

@media screen and (max-width: 767px) {
    .page-header__title{
        font-size: 1.7rem;
    }
}

/*繧｢繝ｳ繧ｫ繝ｼ繝翫ン*/
.page-nav {
    margin-bottom: 5rem;
    padding: 25px 20px;
    border: 1px solid #ccc
}
.page-nav__title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}
.page-nav__list {
    border-top: 1px solid #ccc;
    counter-reset: number
}
.page-nav__item {
    position: relative;
    border-bottom: 1px dotted #ccc;
    counter-increment: number
}
.page-nav__item::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 1.25rem;
    content: counter(number) "."
}
.page-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 36px;
    padding: 11px calc(15px + 1.25rem);
    font-size: 1.4rem;
    text-decoration: none
}
.page-nav__link::before {
    right: 1.25rem;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background: url('/course/common/images/icon_arrow_down.svg') no-repeat right center;
    background-size: contain;
    display: block;
    position: absolute;
    content: ""
}

@media screen and(min-width:320px) {
    .page-nav__link {
        font-size: 1.2963rem
    }
}

@media screen and(min-width:375px) {
    .page-nav__link {
        font-size: 1.2963rem
    }
}

@media screen and(min-width:568px) {
    .page-nav__link {
        font-size: 1.2069rem
    }
}

@media screen and(min-width:768px) {
    .page-nav__title {
        font-size: 1.81818rem
    }
    .page-nav__link {
        font-size: 1.36364rem
    }
}

/*h4隕句�縺�*/
.point-block__subtitle {
  margin: 1.5rem 0 0;
  font-family: 'NotoSansCJKjp Medium', sans-serif;
  font-size: 1.5rem;
  line-height: 1.44444;
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  .point-block__subtitle {
    font-size: 1.66667rem;
  }
}

@media screen and (min-width: 568px) {
  .point-block__subtitle {
    font-size: 1.55172rem;
  }
}

@media screen and (min-width: 768px) {
  .point-block__subtitle {
    font-size: 1.51515rem;
    line-height: 1.54545;
  }
}

.page-section__lead--left{
	text-align: left;
}

.point-block__text--single{
	padding-left: 0;
}

.page-subsection{
	padding-top: 4rem;
}

.link-box{
	display: block;
	margin: 2rem 0 0;
}

.link-list{

}

.link-list__items{
	cursor: pointer;
}

.link-list__button {
  display: block;
  position: relative;
  padding: 10px 17px 10px 15px;
  font-size: 1.51515rem;
  font-weight: bold;
  line-height: 1.33333;
  background-color: #f2f0eb;
  border-radius: 6px;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  border: 3px double #ccc;
  text-decoration: none;
}

.link-list__button::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(/special/theme/unique/assets/img/icon_link.svg) no-repeat left center;
  background-size: contain;
  content: "";
}


@media screen and (max-width: 767px) {

    .link-list__button {
      padding: 3%;
      font-size: 1.51515rem;
      width: 80%;

    }

}


.card--ranking::after{
    content: "";
    display: block;
    width: 31.70984%;;
    order: 1;
}


</pre></body></html>