/* block */
.block-head {
    margin: 0 0 45px;
    text-align: center;
}
.block-head h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px;
}
.block-head.w h2 {
    color: #fff;
}
.block-head p {
    font-size: 24px;
    font-weight: 700;
}
.block-head.w p {
    color: #fff;
}
@media screen and (max-width: 968px) {
    .block-head h2 {
        font-size: 38px;
    }
    .block-head p {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 0 0 35px;
    }
    .block-head h2 {
        font-size: 32px;
    }
    .block-head p {
        font-size: 18px;
    }
}

/* bg */
.bg {
    background: #ec6b52;
    border-radius: 60px;
    padding: 120px 0;
}
@media screen and (max-width: 968px) {
    .bg {
        border-radius: 50px;
        padding: 100px 0;
    }
}
@media screen and (max-width: 768px) {
    .bg {
        border-radius: 35px;
        padding: 80px 0;
    }
}

/* blockname */
.mv {
    padding: 45px 0 0;
}
.mv-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
}
.mv-image {
    line-height: 0;
    width: 377px;
}
.mv-text {
    width: calc(100% - 400px)
}
.mv-text h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.8em;
    margin: 0 0 45px;
}
.mv-text h1 .marker {
    line-height: 1.5em;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.mv-text h1 .marker::before {
    background: #f7bdb9;
    border-radius: 50px;
    content: "";
    height: 40%;
    padding: 0 20px 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.mv-text h1 span {
    font-size: 36px;
}
.normal-txt {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px;
}
.red-txt {
    color: #ec6b52;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 35px;
}
.mv-tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv-tag {
    background: url(../images/tel-tag.png) no-repeat;
    background-position: right center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    width: 180px;
}
.mv-tag p {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.mv-tel a {
    color: #ec6b52;
    font-size: 65px;
    font-weight: 700;
    width: calc(100% - 185px);
}
.mv-btn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.mv-btn__item {
    border-radius: 50px;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    height: 80px;
    margin: 35px auto 0;
    overflow: hidden;
    width: 48.5%;
}
.mv-btn__item.document {
    background: #5579f6;
}
.mv-btn__item.application {
    background: #ea3326;
}
.mv-btn__item a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 1168px) {
    .mv-text h1 {
        font-size: 36px;
        margin: 0 0 45px;
    }
    .mv-text h1 .marker::before {
        height: 40%;
        padding: 0 20px 0 10px;
    }
    .mv-text h1 span {
        font-size: 26px;
    }
    .normal-txt {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .red-txt {
        font-size: 26px;
        margin: 0 0 25px;
    }
    .mv-tag {
        height: 68px;
        width: 130px;
    }
    .mv-tag p {
        font-size: 16px;
    }
    .mv-tel a {
        font-size: 42px;
        width: calc(100% - 150px);
    }
    .mv-btn__item a {
        font-size: 18px;
    }
}
@media screen and (max-width: 968px) {
    .mv-inner {
        position: relative;
    }
    .mv-image {
        margin: 45px auto 0;
        width: 90%;
    }
    .mv-text {
        width: 100%;
    }
    .mv-btn {
        gap: 15px;
        margin: auto;
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
    }
    .mv-btn__item {
        margin: 0;
        width: 100%;
    }
}
@media screen and (max-width: 668px) {
    .mv-text h1 {
        font-size: 26px;
        margin: 0 0 45px;
    }
    .mv-text h1 span {
        font-size: 21px;
    }
    .normal-txt {
        font-size: 12px;
    }
    .red-txt {
        font-size: 14px;
    }
    .mv-tag {
        height: 55px;
        width: 100px;
    }
    .mv-tag p {
        font-size: 11px;
    }
    .mv-tel a {
        font-size: 22px;
        width: calc(100% - 110px);
    }
    .mv-btn__item a {
        font-size: 18px;
    }
}

/* about */
.about-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
.about-head__text {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    margin: 25px 0 0;
    padding: 35px;
    text-align: center;
}
.about-head .about-head__text p {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
}
.about-tags {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
}
.about-tag {
    background: #5579f6;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    height: 80px;
    text-align: center;
    width: calc((100% / 3) - 25px);
}
@media screen and (max-width: 968px) {
    .about-head__text {
        padding: 25px;
    }
    .about-head .about-head__text p {
        font-size: 18px;
    }
    .about-tag {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .about-head .about-head__text p {
        font-size: 14px;
    }
    .about-tags {
        gap: 20px;
    }
    .about-tag {
        font-size: 14px;
        height: 50px;
        width: calc(50% - 20px);
    }
}

/* reason */
.reason {
    padding: 85px 0;
}
.reason-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
.reason-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 25px;
}
.reason-card {
    background: #f2f2f2;
    border-radius: 20px;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    overflow: hidden;
    text-align: center;
    width: 48.5%;
}
.reason-card__image {
    line-height: 0;
}
.reason-card__text {
    padding: 25px 0;
}
.reason-card__ttl {
    color: #5579f6;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}
.reason-card__txt {
    font-size: 18px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .reason-card__text {
        padding: 20px 0;
    }
    .reason-card__ttl {
        font-size: 26px;
    }
    .reason-card__txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .reason-cards {
        margin: 0 auto;
        width: 90%;
    }
    .reason-card {
        width: 100%;
    }
    .reason-card__ttl {
        font-size: 24px;
    }
    .reason-card__txt {
        font-size: 14px;
    }
}

/* sectioncont */
.sectioncont {
    background: #fcefef;
    border-radius: 10px;
    padding: 35px;
    text-align: center;
}
.sectioncont p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .sectioncont {
        padding: 25px;
    }
    .sectioncont p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .sectioncont {
        padding: 20px;
    }
    .sectioncont p {
        font-size: 16px;
    }
}

/* work */
.work {
    padding: 0 0 85px;
}
.work-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .work {
        padding: 0 0 65px;
    }
}

/* buyflow */
.buyflow {
    padding: 0 0 85px;
}
.buyflow-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
.buyflow-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 0 65px;
}
.buyflow-item {
    position: relative;
}
.buyflow-item:not(:last-child)::after {
    background: url(../images/triangel-r.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 48px;
    margin: auto;
    position: absolute;
    top: -115px;
    right: -33px;
    bottom: 0;
    width: 24px;
    z-index: 1;
}
.buyflow-item__image {
    line-height: 0;
}
.buyflow-item__text {
    margin: -30px 0 0;
}
.buyflow-item__tag {
    background: #5579f6;
    border-radius: 50px;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(4px 4px 7px rgb(193 193 193 / 55%));
    height: 82px;
    margin: 0 auto 25px;
    width: 90%;
}
.buyflow-item__tag p {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.buyflow-item__text p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 968px) {
    .buyflow-item__tag p {
        font-size: 18px;
    }
    .buyflow-item__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .buyflow {
        padding: 0 0 65px;
    }
    .buyflow-items {
        grid-template-columns: 1fr;
        gap: 70px;
        margin: 0 auto 35px;
        width: 75%;
    }
    .buyflow-item:not(:last-child)::after {
        top: inherit;
        right: 0;
        left: 0;
        bottom: -60px;
        transform: rotate(90deg);
    }
    .buyflow-item__tag {
        height: 65px;
        width: 100%;
    }
}

/* support */
.support-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
}
.support-cards {
    display: grid;
    gap: 15px;
}
.support-card {
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 15px;
    position: relative;
}
.support-card:not(:last-child)::after {
    background: url(../images/triangel-b.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -27px;
    width: 73px;
    z-index: 1;
}
.support-card__image {
    line-height: 0;
    position: relative;
    width: 325px;
}
.support-card__text {
    width: calc(100% - 345px);
}
.support-card__tag {
    background: #5579f6;
    border-radius: 7.5px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 5px 10px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100%;
    max-width: max-content;
}
.support-card__text ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 25px;
}
.support-card__text ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.support-card__text ul li::before {
    background: #ec6b52;
    border-radius: 50px;
    content: "";
    display: block;
    height: 23px;
    margin-right: 10px;
    width: 23px;
}
.support-card__text ul li p {
    font-size: 22px;
    font-weight: 700;
    width: calc(100% - 33px);
}
.support-text {
    margin: 65px 0 0;
    text-align: center;
}
.support-text p {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .support-card__text ul li p {
        font-size: 18px;
    }
    .support-text p {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .support-card__image {
        margin: 0 0 25px;
        width: 100%;
    }
    .support-card__text {
        width: 100%;
    }
    .support-card__text ul {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .support-text p {
        font-size: 26px;
    }
}

/* content */
.content {
    padding: 85px 0;
}
.content-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
.content-head {
    margin: 0 0 65px;
    text-align: center;
}
.content-head h2 {
    color: #ec6b52;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 35px;
}
.content-head p {
    font-size: 24px;
    font-weight: 700;
}
.content-blocks {
    display: grid;
    gap: 45px;
}
.content-block__ttl {
    border-bottom: 3px solid #ec6b52;
    margin: 0 0 35px;
    padding: 0 35px 10px;
}
.content-block__ttl h3 {
    font-size: 24px;
    font-weight: 700;
}
.content-block__images {
    display: grid;
    gap: 20px;
}
.content-block__image {
    filter: drop-shadow(2px 2px 3px rgb(86 86 86 / 55%));
    line-height: 0;
}
.content-block__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.content-block__flex .content-block__image {
    width: 49%;
}
.content-block__image p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 10px 0 0;
}
.content-copy {
    background: #ec6b52;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    margin: 65px 0;
    text-align: center;
    width: 100%;
}
.content-copy p {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
}
.content-bottom {
    margin: 0 0 45px;
    text-align: center;
}
.content-bottom h4 {
    color: #ec6b52;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 35px;
}
.content-bottom p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8em;
}
.content-tel p {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}
.content-tel__btn {
    background: #5579f6;
    border-radius: 3px;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    height: 70px;
    margin: 0 auto 15px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}
.content-tel__btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .content-head h2 {
        font-size: 26px;
    }
    .content-head p {
        font-size: 20px;
    }
    .content-copy {
        height: auto;
        padding: 10px 0;
    }
}
@media screen and (max-width: 768px) {
    .content {
        padding: 65px 0;
    }
    .content-head {
        margin: 0 0 45px;
    }
    .content-head h2 {
        font-size: 21px;
        margin: 0 0 25px;
    }
    .content-head p {
        font-size: 16px;
    }
    .content-block__ttl {
        margin: 0 0 25px;
        padding: 0 25px 10px;
    }
    .content-block__ttl h3 {
        font-size: 18px;
    }
    .content-block__image {
        overflow: hidden;
    }
    .content-block__flex {
        gap: 20px;
    }
    .content-block__flex .content-block__image {
        width: 100%;
    }
    .content-block__image p {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5em;
        margin: 10px 0 0;
    }
    .content-copy p {
        font-size: 21px;
    }
    .content-bottom {
        margin: 0 0 35px;
    }
    .content-bottom h4 {
        font-size: 25px;
        margin: 0 0 25px;
    }
    .content-bottom p {
        font-size: 16px;
    }
    .content-tel p {
        font-size: 14px;
    }
    .content-tel__btn {
        height: 50px;
    }
    .content-tel__btn a {
        font-size: 16px;
    }
    .content-block__scroll {
        overflow-x: auto;
        width: 100%;
    }
    .content-block__scroll img {
        display: block;
        width: 700px;
        max-width: none;
    }
}

/* flow */
.flow {
    padding-bottom: 200px;
}
.flow-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
.flow-list {
    position: relative;
}
.flow-list::before {
    background: #fff;
    content: "";
    display: block;
    height: calc(100% - 25px);
    position: absolute;
    left: 25px;
    top: 0;
    width: 2px;
}
.flow-list__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.flow-list__item:not(:last-child) {
    margin: 0 0 35px;
}
.flow-list__item dt {
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    position: relative;
    width: 53px;
    z-index: 1;
}
.flow-list__item dt p {
    color: #ec6b52;
    font-size: 24px;
    font-weight: 700;
}
.flow-list__item dd {
    width: calc(100% - 73px);
}
.flow-list__item dd p {
    color: #fff;
}
.flow-list__ttl {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.flow-list__txt {
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .flow {
        padding-bottom: 160px;
    }
    .flow-list::before {
        height: calc(100% - 50px);
        left: 18px;
        width: 2px;
    }
    .flow-list__item dt {
        height: 40px;
        width: 40px;
    }
    .flow-list__item dt p {
        font-size: 20px;
    }
    .flow-list__item dd {
        width: calc(100% - 55px);
    }
    .flow-list__ttl {
        font-size: 18px;
    }
    .flow-list__txt {
        font-size: 14px;
    }
}

/* voice */
.voice {
    background: #fcefef;
    border-radius: 60px;
    margin: -100px 0 0;
    padding: 100px 0;
}
.voice-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.voice-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.voice-card {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    padding: 15px;
    width: 32.5%;
}
.voice-card__text {
    margin: 0 0 10px;
}
.voice-card__text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
}
.voice-card__user {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.voice-card__image {
    line-height: 0;
    width: 69px;
}
.voice-card__name {
    width: calc(100% - 75px);
}
.voice-card__name p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;   
}
@media screen and (max-width: 968px) {
    .voice {
        border-radius: 50px;
    }
}
@media screen and (max-width: 768px) {
    .voice {
        border-radius: 40px;
        margin: -80px 0 0;
        padding: 65px 0;
    }
    .voice-cards {
        gap: 15px;
        margin: 0 auto;
        width: 90%;
    }
    .voice-card {
        width: 100%;
    }
}

/* faq */
.faq {
    padding: 85px 0;
}
.faq-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.faq-item {
    border-bottom: 1px dashed #333;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.faq-item dt p {
    color: #5579f6;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}
.faq-item dd p {
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .faq-item dt p {
        font-size: 18px;
    }
    .faq-item dd p {
        font-size: 14px;
    }
}

/* cta */
.cta {
    background: url(../images/cta-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 85px 0;
}
.cta-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
.cta-head {
    text-align: center;
}
.cta-head h2 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
}
.cta-head h2::before,
.cta-head h2::after {
    background: #fff;
    content: "";
    height: 50px;
    width: 2px;
}
.cta-head h2::before {
    margin-right: 15px;
    transform: rotate(-15deg);
}
.cta-head h2::after {
    margin-left: 15px;
    transform: rotate(15deg);
}
.cta-head p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 0;
}
.cta-btn {
    background: #5579f6;
    border-radius: 50px;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    height: 80px;
    margin: 35px auto 0;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}
.cta-btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .cta-head h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    .cta-head h2 {
        font-size: 26px;
    }
    .cta-head p {
        font-size: 21px;
    }
}
@media screen and (max-width: 568px) {
    .cta-head h2 {
        font-size: 21px;
    }
    .cta-head p {
        font-size: 18px;
    }
    .cta-btn {
        height: 70px;
    }
    .cta-btn a {
        font-size: 18px;
    }
}

/* contact */
.contact {
    padding: 85px 0;
}
.contact-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.contact-list {
    display: grid;
    gap: 25px;
}
.contact-list__item dt {
    margin: 0 0 15px;
}
.contact-list__item dt label {
    font-size: 18px;
    font-weight: 500;
}
.contact-list__item dd input[type="text"],
.contact-list__item dd input[type="email"],
.contact-list__item dd input[type="tel"],
.contact-submit input[type="submit"],
.contact-list__item dd textarea {
    appearance: none;
    -moz-appearance: nonoe;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 10px;
    width: 100%;
}
.contact-list__item dd textarea {
    min-height: 360px;
}
.contact-submit {
    margin: 35px 0 0;
}
.contact-submit input[type="submit"] {
    background: #5579f6;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(5px 5px 0 rgb(0 0 0 / 20%));
    font-size: 24px;
    font-weight: 700;
    height: 80px;
    margin: 35px auto 0;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 768px) {
    .contact-list__item dt label {
        font-size: 16px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
