@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);

@font-face {
    font-family: "icon";
    src: url("/assets/dcms_media/css/fonts-home/icon-c623aa4d.eot");
    src: url("/assets/dcms_media/css/fonts-home/icon-c623aa4d.eot#iefix")format("eot"), url("/assets/dcms_media/css/fonts-home/icon-c2911f71.woff")format("woff"), url("/assets/dcms_media/css/fonts-home/icon-6cbed3fc.ttf")format("truetype"), url("/assets/dcms_media/css/fonts-home/icon-87535afa.svg#icon")format("svg");
    font-style: normal;
    font-display: swipe
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 400;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Regular-302a4bdf.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Regular-f6eac53a.woff")format("woff")
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 500;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Medium-99987da0.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Medium-155ae2a4.woff")format("woff")
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 700;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Bold-9cdb4110.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Bold-097e7c13.woff")format("woff")
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 900;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Heavy-16a5ea23.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Heavy-abb97334.woff")format("woff")
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
icenter,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    line-break: strict
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

area:focus {
    outline: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    line-height: 0;
    vertical-align: bottom
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    background: #fff
}

body {
    color: #1f1f1f;
    font-family: "LIFULL Font", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.-active {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

a:hover {
    text-decoration: none
}

p {
    font-size: 1.6rem;
    line-height: 1.9;
    color: #1f1f1f
}

@media screen and (max-width:768px) {
    p {
        font-size: 1.5rem
    }
}

p.-c {
    text-align: center
}

p.-r {
    text-align: right
}

figure:not([class]) {
    margin: 20px 0
}

@media screen and (max-width:768px) {
    figure:not([class]) {
        margin: 15px 0
    }
}

figure.-c {
    text-align: center
}

figure.-r {
    text-align: right
}

b,
strong {
    font-weight: bold
}

b.-assort,
strong.-assort {
    color: #ed6103
}

sup {
    font-size: 75%;
    vertical-align: top;
    position: relative;
    top: 0
}

sub {
    font-size: 75%;
    vertical-align: bottom;
    position: relative;
    bottom: 0
}

.contents {
    overflow: hidden
}

.contents {
    padding-left: 20px;
    padding-right: 20px
}

.contents__inner {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex_r {
    flex-direction: row-reverse
}

.item-box__txt {
    color: #ed6103;
    font-size: 2.2rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    width: calc(100% - 80px)
}

@media screen and (max-width:992px) {
    .item-box__txt {
        font-size: 1.8rem;
        width: calc(100% - 60px)
    }
}

@media screen and (max-width:768px) {
    .item-box__txt {
        font-size: 1.6rem
    }
}

.item-box__img {
    margin-right: 10px;
    width: 80px
}

@media screen and (max-width:992px) {
    .item-box__img {
        width: 60px
    }
}

@media screen and (max-width:768px) {
    .item-box__img {}
}

.item-box__img.-c {
    text-align: center
}

.item-box__desc a {
    color: #1f1f1f
}

.item-box__desc a:hover {
    text-decoration: none;
    color: #ed6103
}

.item-box__desc>*:last-child {
    margin-bottom: 0
}

.item-box__desc .btn a {
    color: #ed6103
}

.item-box__desc .btn a:hover {
    color: #fff
}

.item-box__bold {
    font-weight: bold
}

.step-box_three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -20px
}

.step-box_three__item {
    width: 33.33333%;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.step-box_three__item+.step-box_three__item::before {
    speak: none;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 30%;
    background: url("/assets/dcms_media/other/arrow_r2-6ea23e53.svg")center center no-repeat;
    background-size: contain
}

@media screen and (max-width:768px) {
    .step-box_three {
        display: inherit
    }

    .step-box_three__item {
        width: 100%
    }

    .step-box_three__item+.step-box_three__item::before {
        left: calc(50% - 10px);
        top: -10px;
        background: url("/assets/dcms_media/other/arrow_b-e625727f.svg")center center no-repeat
    }
}

.step-box_three__inner {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 30px;
    position: relative
}

.step-box_three__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .step-box_three__ttl {
        font-size: 2rem
    }
}

.step-box_three__txt {
    width: 100%;
    line-height: 1.4
}

.step-box_three__step {
    color: #ed6103
}

@media screen and (max-width:768px) {
    .step-box_three__step {
        margin-bottom: 5px
    }
}

.step-box_three__notes {
    font-size: 1.2rem
}

.step-box {
    margin-top: 30px
}

.step-box__item {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative
}

@media screen and (max-width:768px) {
    .step-box__item {
        padding: 30px 20px
    }
}

.step-box__item+.step-box__item {
    margin-top: 40px
}

.step-box__item+.step-box__item::before {
    speak: none;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: -30px;
    background: url("/assets/dcms_media/other/arrow_b-e625727f.svg")center center no-repeat;
    background-size: contain
}

.step-box__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 1.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .step-box__ttl {
        display: block;
        margin-bottom: .5em;
        font-size: 2rem
    }
}

.step-box__step {
    color: #ed6103;
    font-size: 2.8rem;
    margin-right: 1em
}

.col-8 {
    margin: -20px -20px 0 0
}

@media screen and (max-width:768px) {
    .step-box__step {
        display: block;
        font-size: 2rem
    }
}

@media screen and (max-width:768px) {
    .page-header__inner {
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .page-header {
        padding: 0 10px !important;
        margin-bottom: 2em !important
    }
}

.news_title h1 {
    font-size: 3.8rem;
    font-weight: bold
}

@media screen and (max-width:768px) {
    .news_title h1 {
        font-size: 2.6rem
    }
}

.news_title h1:after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background: #ED6103;
    margin: 18px 0 24px 0
}

.news_title time {
    font-size: 1.6rem;
    font-weight: bold
}

.news_h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ED6103
}

.news_h2-book {
    font-size: 2.0rem;
    font-weight: bold;
    color: #ED6103
}

.news_h3 {
    font-size: 2.2rem;
    font-weight: bold
}

.inner_link,
.outer_link {
    color: #ED6103;
    text-decoration: underline;
    font-weight: bold;
    position: relative
}

.inner_link:hover,
.outer_link:hover {
    text-decoration: none
}

.inner_link::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-60%);
    background: url("/assets/dcms_media/other/arrow_r-450d99ed.svg")center center no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.outer_link::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/dcms_media/image/blank-cbb99597.png")center center no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.news_basic em {
    font-weight: bold
}

.news_img {
    margin: 0 0 80px 0
}

.news_positive {
    background: #FEF3EC;
    padding: 28px 32px
}

.news_negative {
    background: #F2F2F2;
    padding: 28px 32px
}

.news_negative h2 {
    color: #1f1f1f !important
}

.item-list__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0-20px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-list__column {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

@media screen and (max-width:768px) {
    .item-list__row {
        display: inherit
    }

    .item-list__column {
        width: 100%;
        display: inherit
    }
}

.item-list {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.item-list__ttl {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px 0;
    font-weight: bold
}

.item-list__desc {
    padding: 20px 0
}

.btn a[target="_blank"]::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/dcms_media/image/blank-cbb99597.png")center center no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn a[target="_blank"]:hover::before {
    background: url("/assets/dcms_media/image/blank_on-ca78ef38.png")center center no-repeat
}

.txt-align__center__pc {
    text-align: center
}

@media screen and (max-width:768px) {
    .txt-align__center__pc {
        text-align: left
    }
}

.top-slider {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0
}

@media screen and (max-width:1020px) {
    .top-slider {
        padding: 0 30px
    }
}

@media screen and (max-width:650px) {
    .top-slider {
        padding: 0;
        margin-left: -20px;
        margin-right: -20px
    }
}

.top-slider figure {
    text-align: center
}

.top-slider figure img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0 auto
}

.top-slider a:hover img {
    opacity: .7
}

.top-slider .slick-slide {
    margin: 10px
}

@media screen and (max-width:650px) {
    .top-slider .slick-slide {
        margin: 0
    }
}

.top-slider .slick-slide img {
    width: 100%
}

.top-slider .slick-list {
    position: relative;
    z-index: 0
}

.top-slider .slick-arrow {
    border: none;
    background: #ed6103;
    color: #fff;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: -30px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10
}

@media screen and (max-width:1020px) {
    .top-slider .slick-arrow {
        left: 0
    }
}

@media screen and (max-width:650px) {
    .top-slider .slick-arrow {
        background: rgba(0, 0, 0, .2);
        width: 15vw;
        height: 15vw;
        left: -7.5vw
    }
}

.top-slider .slick-arrow::before {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    top: 50%;
    position: absolute;
    left: 6px;
    z-index: 10;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width:650px) {
    .top-slider .slick-arrow::before {
        color: #1f1f1f;
        left: 10vw;
        font-size: 3vw
    }
}

.top-slider .slick-arrow:hover {
    opacity: .7
}

.top-slider .slick-arrow.slick-next {
    left: auto;
    right: -30px
}

@media screen and (max-width:1020px) {
    .top-slider .slick-arrow.slick-next {
        left: auto;
        right: 0
    }
}

@media screen and (max-width:650px) {
    .top-slider .slick-arrow.slick-next {
        z-index: 10;
        right: -7.5vw
    }
}

.top-slider .slick-arrow.slick-next::before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    left: auto;
    right: 6px
}

@media screen and (max-width:650px) {
    .top-slider .slick-arrow.slick-next::before {
        right: 10vw
    }
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    cursor: pointer
}

.slick-dots li button {
    cursor: pointer;
    border: none;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: #ddd;
    padding: 0;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none
}

.slick-dots li button:hover {
    opacity: .7
}

.slick-dots li.slick-active button {
    background: #ed6103
}

.page-anchor {
    padding: 0 0 40px 0
}

.page-anchor ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0-16px 0
}

.page-anchor ul li {
    width: 16.66%;
    margin: 0 0 16px 0
}

@media screen and (max-width:768px) {
    .page-anchor ul {
        padding: 16px 0 0
    }

    .page-anchor ul li {
        width: 33.33%;
        margin: 0 0 16px 0
    }
}

.page-anchor ul li a {
    color: #333;
    font-weight: bold;
    text-decoration: none
}

.page-anchor ul li a:hover {
    text-decoration: underline
}

.page-anchor ul li a::after {
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    margin: 0 0 .3em .5em;
    border-right: 1px solid #ed6103;
    border-bottom: 1px solid #ed6103;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.back_g {
    width: 100%;
    padding: 0 20px;
    background: #F9F9F9
}

.anker {
    display: flex;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 40px auto
}

.anker li a {
    font-weight: bold;
    margin: 0 57px 0 0;
    padding: 0 57px 0 0;
    display: block;
    color: #1f1f1f;
    text-decoration: none;
    border-right: 1px solid #BBBBBB
}

.anker li a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url("/dcms_media/image/news/anker.svg");
    background-size: cover;
    margin: 0 0 3px 8px
}

.anker li:first-of-type a {
    padding: 0 57px 0 30px
}

.anker li:last-of-type a {
    padding: 0;
    margin: 0;
    border: none
}

@media screen and (max-width:768px) {
    .anker {
        margin: 40px 0-32px 0;
        padding: 0 0 40px 0
    }

    .anker li {
        width: 50%;
        margin: 0 0 32px 0
    }

    .anker li a {
        margin: 0;
        padding: 0 0 0 20px
    }

    .anker li:first-of-type a {
        padding: 0 0 0 20px
    }

    .anker li:nth-of-type(2) {
        border: none
    }

    .anker li:last-of-type a {
        padding: 0 0 0 20px;
        margin: 0
    }
}

details.faq {
    background: #fff;
    border-radius: 4px;
    padding: 30px
}

summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px !important;
    font-weight: bold !important;
    cursor: pointer;
    outline: none
}

summary::-webkit-details-marker {
    display: none
}

summary span {
    position: relative;
    padding: 0 0 0 50px
}

summary span::before {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    top: -0.3em;
    left: 0;
    display: inline-block;
    background: url("/dcms_media/image/news/icon_q.svg");
    background-size: cover
}

@media screen and (max-width:768px) {
    details.faq {
        padding: 20px
    }

    summary {
        font-size: 20px !important
    }

    summary span {
        padding: 0 0 0 40px
    }

    summary span::before {
        width: 30px;
        height: 30px;
        top: 0
    }
}

.plus {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 5px
}

.plus:before,
.plus:after {
    display: block;
    content: "";
    background-color: #ED6104;
    position: absolute;
    width: 32px;
    height: 5px;
    top: 13px;
    left: 0
}

.plus:before {
    width: 5px;
    height: 32px;
    top: 0;
    left: 13px;
    opacity: 1;
    transition: .5s
}

details[open] .plus:before {
    opacity: 0
}

@media screen and (max-width:768px) {
    .plus {
        display: inline-block;
        position: relative;
        width: 22px;
        height: 22px;
        margin: 0 4px
    }

    .plus:before,
    .plus:after {
        display: block;
        content: "";
        background-color: #ED6104;
        position: absolute;
        width: 22px;
        height: 4px;
        top: 9px;
        left: 0
    }

    .plus:before {
        width: 4px;
        height: 22px;
        top: 0;
        left: 9px;
        opacity: 1;
        transition: .5s
    }
}

.anser {
    margin: 45px 0 0 0;
    transition: .5s
}

.anser p {
    position: relative;
    padding: 0 0 0 50px
}

.anser p:first-of-type::before {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    top: -0.3em;
    left: 0;
    display: inline-block;
    background: url("/dcms_media/image/news/icon_a.svg");
    background-size: cover
}

.anser h3,
.anser h4 {
    padding-left: 50px
}

@media screen and (max-width:768px) {
    .anser {
        margin: 24px 0 0 0
    }

    .anser p {
        position: relative;
        padding: 0 0 0 40px
    }

    .anser p:first-of-type::before {
        width: 30px;
        height: 30px;
        top: -0.3em
    }

    .anser h3,
    .anser h4 {
        padding-left: 40px !important
    }
}

details[open].faq .anser {
    animation: fadein .5s ease
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.page-header+.full-width {
    margin-top: -2em
}

.box-style {
    background: url("/assets/dcms_media/image/seminar_img_info-48bf5589.jpg")right bottom #f9f9f9 no-repeat;
    background-size: contain;
    padding: 30px 45% 30px 70px
}

@media screen and (max-width:992px) {
    .box-style {
        padding: 20px 49% 20px 20px
    }
}

@media screen and (max-width:768px) {
    .box-style {
        margin-left: -20px;
        margin-right: -20px;
        padding-right: 20px;
        padding-top: 30px;
        background-image: url("/assets/dcms_media/image/seminar_img_info_sp-5700d3dc.jpg");
        padding-bottom: 45vw
    }
}

.box-style.-no-img {
    padding: 30px;
    background: #F9F9F9
}

@media screen and (max-width:768px) {
    .box-style.-no-img {
        padding: 30px 20px
    }
}

.box-style.-radius {
    border-radius: 4px
}

.box-style.-orange {
    background: #FFF6F0;
    padding: 30px
}

@media screen and (max-width:768px) {
    .box-style.-orange {
        padding: 20px
    }
}

.consultation_box {
    background: #fff;
    border-radius: 4px;
    padding: 34px
}

.consultation_box a.item-box-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #1f1f1f;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    cursor: pointer;
    position: relative
}

.consultation_box .item-box-link:hover {
    opacity: .6
}

.consultation_img img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.consultation_box h3,
.recommend_box h3 {
    font-size: 1.8rem;
    font-weight: bold
}

.consultation_box p {
    font-size: 1.5rem;
    line-height: 1.75em;
    padding-bottom: 40px
}

.consultation_box .star {
    display: flex;
    gap: 2px
}

.link-more {
    position: absolute;
    display: inline-block;
    margin: 1em 1em 0 0;
    font-weight: bold;
    color: #ED6103;
    text-align: right;
    width: 95%;
    bottom: 0
}

.link-more::after {
    position: absolute;
    top: 0.35em;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 0 0 0 0.5em;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #ED6103;
    transform: rotate(45deg);
    content: ""
}

.article-anchor-wrap {
    background-color: #f9f9f9;
    padding: 28px 32px;
    border-radius: 4px
}

@media screen and (max-width:768px) {
    .anchor-link.article-anchor {
        padding: 20px
    }
}

.anchor-link.article-anchor {
    padding: 0;
    margin-left: 5px
}

@media screen and (max-width:768px) {
    .anchor-link.article-anchor {
        font-size: 1.5rem
    }
}

.anchor-link.article-anchor .anchor-link__item {
    padding-left: 1em !important
}

.anchor-link.article-anchor .anchor-link__item a {
    color: #1f1f1f
}

.anchor-link.article-anchor .anchor-link__item a::before {
    background: #ed6103;
    content: "";
    border-radius: 100%;
    display: block;
    width: 0.4em;
    height: 0.4em;
    left: 0;
    top: 1.2em;
    position: absolute
}

.news_h2.fz-s {
    font-size: 2.2rem
}