/* banner */

.gallery {
    background-image: url("../img/toppage/bg-thumbnail.png");
    background-size: auto 100%;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.slider-for .slick-slide.slick-current img {
    width: 100%;
    margin: auto;
    height: 100%;
    opacity: 1;
    object-fit: cover;
}

.slider-for .slick-slide img {
    height: 100%;
}
.slider-for .slick-slide .title {
    text-align: center;
    font-size: 26px;
    color: #3d9aef;
}
.slider-for .slick-slide .title-small {
    text-align: center;
    font-size: 20px;
    color: #3d9aef;
}
.slider-for .slick-slide img {
    width: 100%;
}
.slider-for .slick-slide .item-content img {
    margin-bottom: 35px;
}

.slider-for .slick-slide .item-point img {
    height: 22px;
    width: 22px;
    margin: 0;
    margin-right: 28px;
}
.slider-for .slick-slide .item-point {
    display: flex;
    font-size: 18px;
    color: #6f6f6f;
}
.slider-for .slick-slide .item-point ul {
    list-style: none;
    height: 56px;
    color: #7a7e83;
    font-weight: bold;
    font-family: "sourcesan bold", sans-serif;
}

.slider-nav.slider {
    max-width: 772px;
    margin: auto;
    display: flex;
}

.slider-nav .slick-slide img {
    height: 70px;
    width: auto;
    opacity: 0.7;
}

.slider-nav button.slick-arrow {
    color: transparent;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    border: 0;
    background-color: transparent;
    width: 21px;
    height: 70px;
    background-position: center;
    padding: 0;
}

.slider-nav button.slick-arrow:focus,
.slider-nav button.slick-arrow:hover,
.slider-nav button.slick-arrow:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.slider-nav button.slick-arrow.slick-prev {
    background-image: url("../img/icons/arrow-left-orange.png");
    margin-right: 10px;
}

.slider-nav button.slick-arrow.slick-next {
    background-image: url("../img/icons/arrow-right-orange.png");
    margin-left: 10px;
}

.slider-nav .slick-current.slick-slide img {
    opacity: 1;
}
/* bg title */
.bg-title {
    background-color: #7bbfff;
}
.bg-title .bg-container {
    max-width: 788px;
    margin: auto;
    padding: 55px 15px;
    text-align: center;
    color: #ffffff;
}
.bg-title .title {
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
}
.bg-title .btn {
    margin: auto;
    font-size: 40px;
    font-weight: bold;
    margin: auto;
    font-size: 40px;
    margin-top: 35px;
    min-width: 565px;
    font-weight: bold;
    height: 75px;
    border-radius: 37px;
    font-family: "sourcesan bold", sans-serif;
}
.bg-title.option {
    background-color: #c4e6ff;
}
.bg-question {
    max-width: 905px;
    margin: auto;
    text-align: center;
    padding: 115px 0;
}
.btn.load-more {
    width: 250px;
    height: 50px;
    background-color: #7bbfff;
    border: none;
    border-radius: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    line-height: 21px;
    box-shadow: 0px 3px 2px 0px rgb(105 114 148 / 50%);
    margin: auto;
    font-weight: bold;
    margin-top: 50px;
    font-family: "sourcesan bold", sans-serif;
}
.b-title {
    color: #6f6f6f;
    font-weight: bold;
    margin-bottom: 115px;
}
.bg-title.option .list-option {
    display: flex;
    justify-content: space-between;
}
.bg-title.option .bg-container {
    max-width: 1118px;
    padding: 115px 15px;
}
.bg-question p {
    padding: 20px 45px 20px 20px;
    margin-bottom: 0;
}
.bg-question .acc-content {
    border: 1px solid #6f6f6f;
    border-radius: 20px;
    margin-bottom: 22px;
}
.bg-question .accordion:focus {
    outline: none;
}
.bg-question .accordion.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #6f6f6f;
}
.bg-question .accordion {
    position: relative;
}
.bg-question .accordion,
.bg-question .panel {
    padding: 5px 20px;
    border-radius: 20px;
    text-align: left;
    background-color: #efefef;
    color: #6f6f6f;
}
.bg-question .panel > div,
.bg-question .accordion > div {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.bg-question .panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bg-question .accordion:after {
    content: "";
    background-image: url(../img/icons/arrow-down.png);
    position: absolute;
    margin-left: 5px;
    right: 17px;
    top: 43%;
    width: 36px;
    height: 22px;
}
.bg-question .accordion.active:after {
    content: "";
    background-image: url(../img/icons/arrow-up.png);
    width: 36px;
    height: 22px;
}

.bg-question .accordion span {
    color: #3d9aef;
    font-size: 52px;
    border-right: 1px solid #6f6f6f;
    padding-right: 15px;
    width: 55px;
    font-weight: bold;
}
.bg-question .panel span {
    color: #eb6877;
    font-size: 52px;
    padding-right: 15px;
    min-width: 55px;
    font-weight: bold;
}
.bg-question .panel p {
    border-left: 1px solid #6f6f6f;
}
.label-title {
    font-size: 50px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    color: #6f6f6f;
    margin-bottom: 65px;
}
.title-box {
    font-size: 30px;
    color: #6f6f6f;
    font-weight: bold;
}
.box {
    border: 4px solid #7bbfff;
    border-radius: 20px;
    width: calc(100% / 3);
    background-color: #ffffff;
    padding: 45px 35px 30px 35px;
}
.box:nth-child(2) {
    margin: 0 20px;
}

/* Q&A */
.accordion {
    background-color: #ffffff;
    color: #6f6f6f;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
/* news */

.news {
    background: #efefef;
}

.news .news-container {
    max-width: 1118px;
    margin: auto;
    padding: 100px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-label {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.news .news-title {
    letter-spacing: 0.08em;
    text-align: left;
    line-height: 27px;
    color: #6f6f6f;
    font-weight: normal;
    width: 350px;
    font-family: "sourcesan regular";
}

.news .news-table {
    width: calc(100% - 400px);
    border-top: 1px solid #6f6f6f;
    border-bottom: 1px solid #6f6f6f;
}
.news .news-table a:last-child .news-table-row {
    border-bottom: none;
}

.news span {
    color: #6fa6d8;
    font-size: 18px;
    padding: 0 3px;
}
.news .news-table-row {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #6f6f6f;
    padding: 25px 10px 25px 20px;
    line-height: 21px;
    color: #232632;
    font-size: 12px;
}
.news-content {
    display: flex;
    align-items: baseline;
}

.news .news-table-col-left {
    flex-basis: 100%;
    display: flex;
    align-items: center;
}

.news .news-table-col-left.baseline {
    align-items: baseline;
}

.news .news-table-col-right {
    flex-basis: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news .news-table-new {
    background: #6fa6d8;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 0px 7px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.news .btn-blue {
    background: #398ff2;
    border: 2px solid #5c5043;
    border-radius: 18px;
    max-width: 141px;
    min-height: 40px;
    box-shadow: 0px 3px 2px 0px rgba(105, 114, 148, 0.5);
    margin: auto;
}

/* monitor */

.monitor {
    background-color: #fff;
}

.monitor .monitor-container {
    width: 100%;
    margin: auto;
    padding: 115px 15px;
    max-width: 1084px;
}

.monitor .monitor-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 69px;
}
.monitor .monitor-item:last-child {
    margin-bottom: 0;
}
.monitor .monitor-item:last-child img {
    margin-right: 40px;
}
.monitor .monitor-item-content {
    width: 50%;
    padding: 50px 25px 0 55px;
}
.monitor-item.second .monitor-item-content {
    padding-left: 0;
    padding-right: 65px;
}

.monitor .monitor-item-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #3d9aef;
    z-index: 10;
    margin-bottom: 35px;
    letter-spacing: 5px;

    /* text-decoration: underline;
    text-decoration-line: underline;
    -webkit-text-decoration: underline;
    text-decoration-color: #a7e1df;
    -webkit-text-decoration-color: #a7e1df;
    text-underline-offset: -15px;
    -webkit-text-underline-offset: -15px;
    text-decoration-thickness: 15px;
    -webkit-text-decoration-thickness: 15px;
    text-underline-position: under; */
}
.monitor .monitor-item-title span {
    background: url(../img/line.png) 90% 135% no-repeat;
    background-size: contain;
    line-height: 1.6;
}

.monitor .monitor-item-title img {
    margin-top: -6px;
}

.monitor .monitor-item-description {
    display: flex;
    align-items: center;
    color: #6f6f6f;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
}

.monitor .monitor-item-border {
    width: 43px;
    height: 1px;
    background: #000;
    margin: 0 20px;
}

.monitor .monitor-item-description-last {
    margin-top: 15px;
}

.monitor .monitor-item-border-list {
    position: relative;
    height: 100%;
}

.monitor .monitor-item-border-list .monitor-item-border {
    width: 56px;
}

.monitor .monitor-item-border-first {
    position: absolute;
    transform: rotate(-15.52deg);
    top: -18px;
    left: 0;
    width: 56px;
}

.monitor .monitor-item-border-last {
    position: absolute;
    transform: rotate(17.47deg);
    top: 18px;
    left: 0;
    width: 56px;
}

.monitor .monitor-item-description-last ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.monitor .monitor-item-description-2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-align: center;
}
.img_1 {
    max-width: 1118px;
    position: relative;
    padding: 0 15px;
    margin: 50px auto 0 auto;
}
.about__slide img {
    width: auto;
}
.img_absolute {
    position: absolute;
    bottom: -145px;
    right: 0;
}
.img_2 {
    background: url(../img/toppage/bg_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 115px;
    width: 100%;
    margin-top: 30px;
}

/* survey types */

.svtypes {
    background-color: #7bbfff;
}

.svtypes .svtypes-container {
    margin: auto;
    padding: 115px 0;
    max-width: 100%;
}

.svtypes .svtypes-title {
    margin-bottom: 100px;
    text-align: center;
    color: #ffffff;
}

.svtypes .svtypes-descript {
    margin-bottom: 40px;
    text-align: center;
}

.svtypes .svtypes-row {
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
    margin-bottom: 32px;
}

.svtypes .svtypes-item {
    flex-basis: calc((100% / 3) - 23px);
    max-width: calc((100% / 3) - 23px);
    min-height: 460px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.svtypes .svtypes-item-content {
    background: #efefef;
    border-radius: 12px;
    padding: 25px 25px 30px;
    width: 96%;
    margin: 0 5px;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.svtypes .svtypes-item-img-main {
    width: 100%;
    margin-bottom: 12px;
}

.svtypes .svtypes-item-content .title-small {
    text-align: center;
    margin-bottom: 35px;
}

.svtypes .svtypes-item-descript {
    font-size: 18px;
    line-height: 21px;
    color: #6f6f6f;
    margin-bottom: 16px;
    min-height: 65px;
    text-align: justify;
    font-family: "Kozuka Gothic Pr6N";
}

.svtypes .svtypes-item-price {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #444955;
}

.svtypes .svtypes-item-price span {
    color: #3a91ee;
}

.svtypes .svtypes-item-price img {
    margin-top: -2px;
}

.svtypes .svtypes-descript-bottom {
    margin-bottom: 20px;
    text-align: center;
}

.svtypes .btn-sv-more {
    background: #398ff2;
    border: 2px solid #5c5043;
    border-radius: 18px;
    max-width: 192px;
    min-height: 48px;
    box-shadow: 0px 3px 2px 0px rgba(105, 114, 148, 0.5);
    margin: auto;
}

.svtypes .btn-sv-more img {
    margin-left: 33px;
}

.svtypes .svtypes-item-description-top {
    margin-bottom: 10px;
}

/* change point */

.change-point {
    width: 100%;
    padding: 100px 15px 100px 15px;
    margin: auto;
    max-width: 1120px;
}

.change-point .cp-title {
    text-align: center;
    margin-bottom: 15px;
}

.change-point .cp-descript {
    text-align: center;
    margin-bottom: 45px;
}

.change-point .cp-exchange {
    background: #fffbf3;
    border: 2px solid #49548a;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    max-height: 146px;
}

.change-point .cp-exchange-content {
    margin-left: 35px;
}

.change-point .cp-exchange-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.change-point .cp-exchange-number {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #f6a700;
    margin-left: 14px;
}

.change-point .cp-exchange-point {
    display: flex;
    align-items: center;
}

.change-point .cp-descript-bottom {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 60px;
}

.change-point .cp-descript-bottom span {
    color: #d02727;
}

.change-point .btn-cp-more {
    background: #398ff2;
    border-radius: 24px;
    max-width: 246px;
    min-height: 48px;
    box-shadow: 0px 3px 2px 0px rgba(57, 143, 242, 0.2);
    margin: auto;
}

.change-point .cp-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-point .change-point-text {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    margin-top: 105px;
    margin-bottom: 20px;
}

.change-point .cp-title {
    text-align: center;
    margin-bottom: 110px;
    padding-top: 150px;
}
.change-point .title {
    color: #3d9aef;
}
.change-point p {
    font-size: 18px;
    color: #6f6f6f;
    margin-bottom: 30px;
}
.block-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}
.block-content + .block-content {
    margin-bottom: 0;
}
.block-content .content-left {
    width: 60%;
    padding-right: 100px;
    padding-top: 5px;
}
.block-content .content-right {
    width: 40%;
}
.block-content + .block-content .content-right {
    margin-top: 20px;
}
.change-point h2 {
    line-height: 50px;
    margin-bottom: 20px;
}
.color-blue {
    color: #3d9aef;
}
.m-0 {
    margin-bottom: 0 !important;
}
.font-bold {
    font-weight: bold;
}
.change-point a {
    color: #fff !important;
    background-color: #13b5b1;
    font-size: 20px;
    font-weight: bold;
    max-width: 260px;
    border-radius: 21px;
    box-shadow: 1px 2px 1px #ccc;
    border: none;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change-point .content-item {
    margin-bottom: 70px;
}

.change-point .content-item:last-child {
    margin-bottom: 0;
}

.change-point a:focus {
    outline: none;
}

/* general */

.btn {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn:hover {
    color: #fff;
    opacity: 0.8;
}

.title {
    color: #398ff2;
    font-weight: 600;
    font-family: "sourcesan bold", sans-serif;
}

.title-small {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #398ff2;
    font-family: "sourcesan bold", sans-serif;
}

.title-yellow {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #fb9e4d;
}

.description {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #484038;
}

.load-post {
    max-height: 500px;
    overflow-y: scroll;
}

.modal-thankyou .modal-content {
    border-radius: 12px;
    padding: 20px 0 20px;
}

.modal-thankyou .modal-content img {
    margin-bottom: 30px;
}

.modal-thankyou button.close {
    text-align: right;
    padding-right: 30px;
    font-size: 30px;
}

.modal-description {
    font-weight: bold;
    line-height: 24px;
    color: #2a2e43;
}

.cp-content {
    border-radius: 30px;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    max-width: 1118px;
    margin: auto;
    padding: 0px 15px;
    text-align: center;
}

.cp-content-bottom {
    border: 5px solid #49548a;
    border-radius: 30px;
    padding: 25px 18px 29px 34px;
    font-size: 14px;
    line-height: 22px;
    color: #444955;
}

.cp-content a {
    color: #000000;
    text-decoration: underline;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}
.content-img {
    width: 50%;
}
@media screen and (max-width: 1550px) and (min-width: 1400px) {
    .svtypes .svtypes-item-content .title-small {
        font-size: 16px;
    }
    .slider-for .slick-slide .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .content-img {
        width: 100%;
        text-align: center;
    }
    .img_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .img_absolute {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    .img_2 {
        display: none;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

/* responsive */

@media screen and (max-width: 767px) {
    .svtypes .svtypes-item-content {
        max-height: unset;
        width: auto;
        margin: 0 60px;
    }
    .slider-nav.slider {
        max-width: 340px;
        height: 100%;
    }
    .gallery {
        height: 51px;
    }
    .slider-nav .slick-slide img {
        height: 35px;
        width: 95%;
    }
    .slider-nav .slick-list {
        margin-top: 10px;
    }
    .news .news-container {
        padding: 100px 35px;
    }
    .news .news-title {
        margin-bottom: 3px;
    }
    .news .news-table-row {
        padding: 16px 0 14px 0;
        flex-wrap: wrap;
        border-bottom: 1px solid #dddee2;
        height: auto;
    }
    .news .news-table-col-left {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .news .news-table-col-right {
        flex-basis: 100%;
    }
    .news .news-table a:last-child .news-table-row {
        border-bottom: 0;
    }
    .news-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-content > span {
        margin-bottom: 5px;
    }
    .news .news-table {
        margin-bottom: 25px;
    }
    .monitor .monitor-title {
        /* font-size: 28px; */
        /* margin-bottom: 42px; */
    }
    .monitor .monitor-container {
        flex-wrap: wrap;
        padding: 115px 35px;
    }
    .monitor .monitor-left-img-content {
        padding: 24px 16px 0;
    }
    .monitor .monitor-left {
        flex-basis: 100%;
    }
    .monitor .monitor-left-descript {
        letter-spacing: -0.05em;
    }
    .monitor .monitor-right {
        margin-left: 0;
        flex-basis: 100%;
    }
    .svtypes .svtypes-descript {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .svtypes .svtypes-row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .svtypes .svtypes-item {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .svtypes .svtypes-item-content {
        padding: 14px 12px auto;
    }
    .change-point .cp-title {
        /* font-size: 28px; */
        text-shadow: none;
    }
    .change-point .cp-descript {
        font-size: 12px;
    }
    .img-change-point {
        margin-bottom: 32px;
        width: 95%;
    }
    .change-point .cp-exchange img {
        max-width: 32%;
    }
    .monitor .monitor-item-content {
        padding: 0;
        width: 100%;
        margin-top: 50px;
    }
    .monitor-item.second .monitor-item-content {
        padding-right: 0;
    }
    .monitor .monitor-item-description {
        font-size: 16px;
        align-items: flex-start;
        margin-bottom: 32px;
    }
    .monitor .monitor-item-description strong {
        min-width: 90px;
    }
    .monitor .monitor-item-border {
        margin: 15px 14px 0 7px;
        width: 75px;
    }
    .monitor .monitor-item-title {
        /* font-size: 16px;
        font-weight: bold; */
    }
    .monitor .monitor-item-title img {
        margin-top: -2px;
        width: 55px;
    }
    .monitor-item-description-last.monitor-item-description strong {
        margin-top: 50px;
        min-width: 70px;
    }
    .monitor .monitor-item-border-list .monitor-item-border:last-child {
        width: 69px;
        bottom: 73px;
        top: unset;
        transform: rotate(-140deg);
        margin: 0;
    }
    .monitor .monitor-item-border-list {
        height: 180px;
    }
    .monitor .monitor-item-description-last ul li {
        margin-bottom: 16px;
    }
    .monitor .monitor-item-border-list .monitor-item-border:first-child {
        transform: rotate(156deg);
        width: 64px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 3px;
        top: 30px;
    }
    .monitor .monitor-item-border-list .monitor-item-border:nth-child(2) {
        margin-top: 64px;
    }
    .cp-content {
        text-align: left;
    }
    .cp-content-bottom {
        padding: 25px 15px;
    }
}
@media screen and (max-width: 1270px) {
    .img-point img {
        width: 100%;
    }
    .monitor .monitor-container {
        padding: 100px 40px;
        max-width: unset;
    }
    .svtypes .svtypes-container {
        padding: 100px 0;
    }
    .svtypes .svtypes-title {
        margin-bottom: 95px;
    }
    .slider-for .slick-slide .title-small {
        font-size: 16px;
    }
    .svtypes .svtypes-item-content {
        padding: 25px 15px 30px;
    }
    .slider-for .slick-slide .title {
        font-size: 24px;
    }
    .change-point {
        padding: 100px 0;
        max-width: unset;
    }
    .block-content {
        padding: 0 30px;
    }
    .block-content .content-left {
        padding-right: 50px;
    }
    .block-content .content-right {
        width: 45%;
    }
    .bg-title.option .bg-container {
        padding: 115px 30px;
        max-width: unset;
        width: 100%;
    }
    .title-box {
        font-size: 26px;
    }
    .box img {
        height: 120px;
    }
    .news .news-container {
        padding: 100px 30px;
        max-width: unset;
        width: 100%;
    }
}
@media screen and (max-width: 1090px) {
    .monitor .monitor-item-title {
        font-size: 28px;
        line-height: 40px;
    }
    .monitor-item img {
        height: 300px;
    }
    .box {
        padding: 40px 20px 25px 20px;
    }
    .img_1 {
        padding: 50px 30px 0 30px;
        max-width: unset;
        margin: 0;
    }
    .img_1 img {
        height: 285px;
    }
    .img_absolute img {
        height: 485px;
    }
    .news .news-container {
        padding: 100px 20px;
    }
    .footer-containter {
        padding: 50px 20px 25px 20px;
    }
    .bg-question {
        max-width: unset;
        padding: 115px 20px;
    }
    .bg-title.option .bg-container {
        padding: 115px 20px;
    }
    .block-content {
        padding: 0 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .slider-nav.slider {
        max-width: 95%;
    }
    .slider-nav .slick-slide img {
        height: 65px;
    }
    .svtypes .svtypes-item-descript {
        min-height: 105px;
        font-size: 14px;
    }
    .svtypes .svtypes-item {
        min-height: 425px;
    }
    .slider-for .slick-slide .title-small {
        font-size: 14px;
    }
    .slider-for .slick-slide .title {
        font-size: 20px;
    }
    .svtypes .svtypes-item-content {
        min-height: 550px;
    }
    .slider-for .slick-slide .item-point ul {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    img {
        width: 100%;
    }
    .box img {
        width: auto;
    }
    .btn.btn-register {
        min-width: unset;
        width: 100%;
    }
    .news .news-table {
        width: 100%;
        margin-top: 70px;
    }

    .about__slide img {
        padding: 50px 35px 0 35px;
    }
    .img_absolute img {
        width: 100%;
    }
    .monitor .monitor-item {
        flex-direction: column;
        align-items: center;
    }
    .monitor .monitor-item:last-child img {
        margin: 0;
    }
    .monitor-item img {
        width: auto;
    }
    .block-content {
        display: flex;
        flex-direction: column;
        padding: 0 60px;
    }
    .block-content .content-left,
    .block-content .content-right {
        width: 100%;
        padding: 0;
    }
    .first-block .content-left {
        order: 2;
        margin-top: 80px;
    }
    .bg-title.option .list-option,
    .news .news-container {
        flex-direction: column;
    }
    .monitor-item:nth-child(2n) .monitor-item-content {
        order: 2;
    }
    .bg-title .bg-container {
        padding: 30px 60px;
    }
    .bg-title .btn {
        margin-top: 25px;
    }
    .change-point {
        padding: 50px 0 100px 0;
    }
    .block-content + .block-content .content-right {
        margin-top: 80px;
    }
    .change-point a {
        margin: auto;
    }
    .bg-title.option .list-option {
        align-items: center;
        padding: 0 100px;
    }
    .box,
    .box:nth-child(2) {
        margin-bottom: 100px;
        width: 100%;
    }
    .bg-question {
        max-width: unset;
        padding: 115px 35px;
    }
    .bg-question p {
        padding: 20px 40px 20px 20px;
    }
    .bg-question .accordion,
    .bg-question .panel {
        border-radius: 10px;
    }
    .bg-question .acc-content {
        border-radius: 10px;
    }
    .news .news-title {
        font-family: "sourcesan bold", sans-serif;
    }
    .news span {
        color: #13b5b1;
    }
}
@media screen and (max-width: 600px) {
    .img_1 {
        padding-top: 0;
    }
    .monitor-item img {
        height: auto;
        width: 100%;
    }
    .about__slide img {
        padding-top: 30px;
        width: 100%;
    }
    .bg-title .bg-container {
        padding: 25px 30px;
    }
    .btn.btn-register {
        margin-top: 25px;
        font-size: 26px;
        height: 50px;
    }
    .bg-title .title {
        font-size: 20px;
    }
    .monitor .monitor-container {
        padding: 65px 25px;
    }
    .label-title {
        font-size: 28px;
    }
    .monitor .monitor-item-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .monitor .monitor-item-description {
        font-size: 14px;
        line-height: 20px;
    }
    .monitor .monitor-item-content {
        margin-top: 40px;
    }
    .svtypes .svtypes-container {
        padding: 65px 0;
    }
    .svtypes .svtypes-title {
        margin-bottom: 60px;
    }
    .svtypes .svtypes-item-content {
        margin: 0 30px;
    }
    .slick-next,
    .slick-prev {
        width: 40px;
        height: 40px;
        top: 49%;
    }
    .slider-for .slick-slide .title-small {
        font-size: 18px;
    }
    .change-point .cp-title {
        margin-bottom: 65px;
        padding: 70px 20px 0 20px;
        margin-bottom: 50px;
    }
    .block-content {
        padding: 0 35px;
    }
    .change-point h2 {
        line-height: 32px;
    }
    .change-point p {
        font-size: 16px;
    }
    .block-content {
        margin-bottom: 40px;
    }
    .bg-title.option .list-option {
        padding: 0 50px;
    }
    .title-box {
        font-size: 24px;
    }
    .box {
        padding: 30px 20px;
    }
    .bg-title.option .bg-container {
        padding: 65px 0;
    }
    .b-title {
        margin-bottom: 65px;
    }
    .box,
    .box:nth-child(2) {
        margin-bottom: 50px;
    }
    .box img {
        width: auto;
        height: 100px;
    }
    .bg-question {
        padding: 65px 35px;
    }
    .bg-question .accordion span {
        font-size: 45px;
    }
    .bg-question p {
        font-size: 16px;
        line-height: 1.3;
        padding: 10px 35px 10px 15px;
    }
    .bg-question .accordion::after,
    .bg-question .accordion.active:after {
        width: 25px;
        background-size: contain;
        height: 15px;
    }
    .bg-question .panel span {
        min-width: 48px;
    }
    .news .news-container {
        padding: 65px 35px;
    }

    .svtypes .svtypes-item-content {
        min-height: 550px;
        padding: 20px 15px 20px;
    }
    .body-container .side-menu.show {
        overflow: hidden;
    }
    .about__slide img {
        padding-top: 30px;
        height: auto;
    }
    .img_absolute img {
        height: auto;
    }
    .slick-next {
        right: 5px;
    }
    .slick-prev {
        left: 5px;
    }
}
@media screen and (max-width: 450px) {
    .monitor .monitor-item-title {
        font-size: 26px;
        letter-spacing: 3px;
    }
    .about__slide img {
        padding-top: 30px;
        height: auto;
    }
    .monitor .monitor-container {
        padding: 50px 30px;
    }
    .img_absolute img {
        padding: 20px 0 0 0;
        height: auto;
    }

    .label-title {
        margin-bottom: 50px;
    }
    .monitor .monitor-item {
        margin-bottom: 40px;
    }
    .svtypes .svtypes-container {
        padding: 50px 0;
    }
    .change-point .cp-title {
        padding-top: 50px;
    }
    .block-content {
        padding: 0 30px;
    }
    .first-block .content-left {
        margin-top: 50px;
    }
    .block-content + .block-content .content-right {
        margin-top: 50px;
    }
    .change-point .content-item {
        margin-bottom: 50px;
    }
    .change-point {
        padding-bottom: 80px;
    }
    .bg-title.option .list-option {
        padding: 0px 45px;
    }
    .bg-title.option .bg-container {
        padding: 50px 0;
    }
    .b-title {
        margin-bottom: 50px;
    }
    .box,
    .box:nth-child(2) {
        margin-bottom: 40px;
    }
    .bg-question {
        padding: 50px 20px;
    }
    .news .news-container {
        padding: 50px 20px;
    }
    .news .news-table {
        margin-top: 45px;
    }
    .news .news-table {
        margin-bottom: 10px;
    }
    .btn.btn-register {
        margin-top: 10px;
    }
    .bg-title .bg-container {
        padding: 15px 30px 20px 30px;
    }
    .monitor .monitor-item-content {
        margin-top: 30px;
    }
    .monitor .monitor-item-description {
        margin-bottom: 0;
    }
    .monitor .monitor-item-title span {
        background: url(../img/line.png) 90% 138% no-repeat;
        background-size: contain;
        line-height: 1.4;
    }
    .slider-for .slick-slide .title-small {
        font-size: 16px;
    }
}
