@charset "UTF-8";
/*------------------------------------------------------------

    メインビジュアル

------------------------------------------------------------*/
.new__config .mv {
    background-color: #eef4fa;
    height: 610px;
    padding: 30px 0;
}
.new__config .mv__catch__1 {
    margin-bottom: 5px;
}
.new__config .mv__catch__2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 2.4px;
}
.new__config .mv__catch__2 span {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.new__config .mv__catch__3 {
    margin-bottom: 5px;
}
.new__config .mv__catch__4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.new__config .mv__catch__4 span {
    background-color: #122a4d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 11px;
    margin-right: 5px;
}
.new__config .mv__catch__5 p {
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 28px;
}
.new__config .mv__catch__5 p+p {
    margin-top: 15px;
}
.new__config .mv__catch__5 .check {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #4eb6d4;
    position: absolute;
    top: 7px;
    left: 0;
    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;
}
.new__config .mv__catch__5 .check::before {
    display: block;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 1.5px solid #4eb6d4;
    border-bottom: 1.5px solid #4eb6d4;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.new__config .mv__catch__5__deco {
    font-size: 2.4rem;
    color: #4eb6d4;
    border-bottom: 1px solid #4eb6d4;
    font-weight: bold;
    padding-bottom: 3px;
}
@media screen and (max-width: 374px) {
    .new__config .mv__catch__2 {
        font-size: 3rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 991px) {
    .new__config .mv__catch__2 span {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 768px) {
    .new__config .mv {
        height: auto;
        padding: 60px 0;
    }
    .new__config .mv__catch__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .new__config .mv__catch__flex_item {
        width: 50%;
    }
    .new__config .mv__catch__flex_item:first-child {
        padding-right: 15px;
        max-width: 700px;
    }
    .new__config .mv__catch__flex_item:last-child {
        padding-left: 15px;
        max-width: 740px;
    }
    .new__config .mv__catch__1 {
        margin-bottom: 20px;
    }
    .new__config .mv__catch__2 {
        margin-bottom: 20px;
    }
    .new__config .mv__catch__5 {
        padding: 20px;
        background-color: #fff;
        max-width: 545px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .mv__catch__2 {
        font-size: 4.3rem;
    }
    .new__config .mv__catch__4 {
        font-size: 2rem;
    }
    .new__config .mv__catch__4 span {
        font-size: 2.4rem;
        padding: 8px 15px;
        margin-right: 10px;
    }
    .new__config .mv__catch__5 p {
        font-size: 2.6rem;
        padding-left: 45px;
    }
    .new__config .mv__catch__5 p+p {
        margin-top: 20px;
    }
    .new__config .mv__catch__5__deco {
        font-size: 3.4rem;
    }
    .new__config .mv__catch__5 .check {
        width: 33px;
        height: 33px;
    }
    .new__config .mv__catch__5 .check::before {
        width: 13px;
        height: 7px;
        top: 3px;
        margin-bottom: 3px;
    }
}
@media screen and (min-width: 1400px) {
    .new__config .mv {
        height: 680px;
    }
    .new__config .mv__catch__1 {
        margin-bottom: 25px;
    }
    .new__config .mv__catch__2 {
        font-size: 5.3rem;
        margin-bottom: 30px;
    }
    .new__config .mv__catch__2 span {
        margin-top: 15px;
    }
    .new__config .mv__catch__4 {
        margin-bottom: 30px;
    }
    .new__config .mv__catch__5 {
        padding: 30px;
    }
    .new__config .mv__catch__5 p+p {
        margin-top: 29px;
    }
}

/*------------------------------------------------------------

    news

------------------------------------------------------------*/
.new__config .new__main .p-news-ticker {
    background-color: #122a4d;
}
.new__config .new__main .p-news-ticker .l-inner {
    max-width: 1560px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
.new__main .p-news-ticker__item-date,
.new__config .new__main .p-news-ticker__item a {
    color: #fff;
    font-size: 1.4rem;
}
.new__config .new__main .p-news-ticker__item a {
    display: inline-block;
}
.new__config .new__main .p-news-ticker__archive-link {
    width: calc(100% - 40px);
    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: 30px;
    border: 1px solid #fff;
    border-radius: 32.5px;
    font-weight: bold;
    color: #fff;
}
.new__config .new__main .p-news-ticker__archive-link::after {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}
@media screen and (max-width: 500px) {
    .new__config .new__main .p-news-ticker__archive-link::after {
        -webkit-transform: scale(.7, .7);
        -ms-transform: scale(.7, .7);
        transform: scale(.7, .7);
    }
}
@media screen and (max-width: 991px) {
    .new__config .new__main .p-news-ticker {
        height: 150px;
    }
    .new__config .new__main .p-news-ticker__item-date {
        margin-bottom: 15px;
    }
    .new__config .new__main .p-news-ticker__archive-link {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 768px) {
    .new__config .new__main .p-news-ticker .l-inner {
        padding: 0 30px;
    }
    .new__config .new__main .p-news-ticker__archive-link {
        width: calc(100% - 60px);
    }
    .new__config .new__main .p-news-ticker__archive-link:hover {
        background-color: #fff;
        color: #122a4d;
    }
}
@media screen and (min-width: 992px) {
    .new__config .new__main .p-news-ticker .l-inner {
        padding: 0 60px;
    }
    .new__config .new__main .p-news-ticker__item a {
        font-size: 1.6rem;
    }
    .new__config .new__main .p-news-ticker__archive-link {
        max-width: 214px;
        height: 37px;
        font-size: 1.4rem;
        right: 60px;
    }
    .new__config .new__main .p-news-ticker__archive-link::after {
        top: 13px;
    }
}
/*------------------------------------------------------------

    MEDIBASEとは？

------------------------------------------------------------*/
.new__config .content__1 {
    position: relative;
}
.new__config .content__1__txt {
    margin-bottom: 20px;
}
.new__config .effect__geometry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .new__config .content__1__img {
        margin-bottom: -65px;
    }
}
@media screen and (min-width: 992px) {
    .new__config .content__bg.content__1 {
        padding-bottom: 55px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .content__bg.content__1 {
        padding-bottom: 40px;
    }
    .new__config .content__1__txt {
        margin-bottom: 40px;
    }
}
/*------------------------------------------------------------

    MEDIBASEを導入する3つのメリット

------------------------------------------------------------*/
.new__config .content__2__box+.content__2__box {
    margin-top: 60px;
}
.new__config .content__2__ttl {
    margin-bottom: 15px;
}
.new__config .content__2__ttl__number {
    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;
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
    border: 2px solid #4eb6d4;
    font-size: 1.8rem;
    color: #4eb6d4;
    border-radius: 100%;
    margin: 0 auto 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.new__config .content__2__ttl>p {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    .new__config .content__2__box>ul>li:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .new__config _::-webkit-full-page-media, _:future, :root .content__2__ttl__number {
        padding-left: 2px;
    }
}
@media screen and (min-width: 768px) {
    .content__2__box>ul,
    .new__config .content__2__box>ul>li {
        margin-top: 0 !important;
    }
    .new__config .content__2__box>ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .new__config .content__2__box .fx-col-50-s:first-child {
        -ms-flex-preferred-size: 47%;
        flex-basis: 48%;
        max-width: 48%;
    }
    .new__config .content__2__box .fx-col-50-s:last-child {
        -ms-flex-preferred-size: 53%;
        flex-basis: 52%;
        max-width: 52%;
    }
    .new__config .content__2__ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .new__config .content__2__ttl__number {
        margin: 0 20px 0 0;
    }
}
@media screen and (min-width: 1400px) {
    .new__config .content__2 .ttl__01 {
        margin-bottom: 65px;
    }
    .new__config .content__2__box+.content__2__box {
        margin-top: 100px;
    }
    .new__config .content__2__ttl__number {
        max-width: 80px;
        max-height: 80px;
        min-width: 80px;
        min-height: 80px;
        font-size: 2.6rem;
    }
    .new__config .content__2__ttl>p {
        font-size: 3rem;
    }
    .new__config .content__2 .txt__box p {
        line-height: 1.9;
    }
}
/*------------------------------------------------------------

    電子カルテと紙カルテの比較 ・ クラウド型と院内設置型の比較

------------------------------------------------------------*/
.new__config .content.content__3 {
    margin-bottom: 90px;
}
.new__config .content__3__txt {
    margin-bottom: 30px;
}
.new__config .new__table .wpsm-comptable-wrap {
    margin: 0;
}
.new__config .wpsm-comptable.tbl__1 th {
    text-align: center;
    font-size: 2.6rem;
    padding: 8px 10px;
}
.new__config .wpsm-comptable.tbl__1 th:first-child {
    background-color: transparent;
}
.wpsm-comptable.tbl__1 th:nth-child(2),
.new__config .wpsm-comptable.tbl__1 th:last-child {
    width: 440px;
}
.new__config .wpsm-comptable.tbl__1 th:nth-child(2) {
    background-color: #4eb6d4;
    border-top: 5px solid #4eb6d4;
    border-left: 5px solid #4eb6d4;
    border-right: 5px solid #4eb6d4;
}
.new__config .wpsm-comptable.tbl__1 th:last-child {
    background-color: #8e989d;
    border-top: 5px solid #8e989d;
    border-left: 5px solid #8e989d;
    border-right: 1px solid #8e989d;
}
.new__config .wpsm-comptable.tbl__1 td {
    padding: 29px 30px;
    background-color: transparent;
    border: none;
    border-top: 1px solid #d8dde5;
    border-left: 1px solid #d8dde5;
    color: #122a4d;
    min-width: auto;
}
.new__config .wpsm-comptable.tbl__1 {
    border-bottom: 1px solid #d8dde5;
    border-collapse: collapse;
}
.new__config .wpsm-comptable.tbl__1 td:first-child {
    background-color: #eeeeee;
    width: 320px;
}
.new__config .wpsm-comptable.tbl__1 td:nth-child(2) {
    border-left: 5px solid #4eb6d4;
    border-right: 5px solid #4eb6d4;
    background-color: #eef4fa;
}
.new__config .wpsm-comptable.tbl__1 td:last-child {
    border-right: 1px solid #d8dde5;
    background-color: #fff;
}
.new__config .wpsm-comptable.tbl__1 tr:last-child td:nth-child(2) {
    border-bottom: 5px solid #4eb6d4;
}
.wpsm-comptable.tbl__1 tr:first-child td:nth-child(2),
.new__config .wpsm-comptable.tbl__1 tr:first-child td:last-child {
    border-top: none;
}
.new__config .wpsm-comptable.tbl__1 td img.table__icon {
    max-width: 30px;
    max-height: 30px;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.new__config .wpsm-comptable.tbl__1 .table__txt {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 5px;
    line-height: 1.6;
}
.new__config .wpsm-comptable.tbl__1 .table__txt__min {
    font-size: 2rem;
    font-weight: bold;
}
@media screen and (max-width: 500px) {
    .new__config .wpsm-comptable.tbl__1 th {
        font-size: 1.6rem;
    }
    .new__config .wpsm-comptable.tbl__1 .table__txt__min {
        font-size: 1rem;
    }
    .new__config .wpsm-comptable.tbl__1 th:nth-child(2) {
        width: 35%;
    }
    .new__config .wpsm-comptable.tbl__1 td {
        padding: 15px;
    }
    .new__config .wpsm-comptable.tbl__1 td:first-child {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .new__config .wpsm-comptable.tbl__1 td img.table__icon {
        max-width: 20px;
        max-height: 20px;
    }
    .new__config .wpsm-comptable.tbl__1 .table__txt {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .content.content__3 {
        margin-bottom: 180px;
    }
    .new__config .content__3__txt {
        margin-bottom: 60px;
    }
    .new__config .wpsm-comptable.tbl__1 td:first-child {
        font-size: 2rem;
    }
}
/*------------------------------------------------------------

    MEDIBASEの機能

------------------------------------------------------------*/
.new__config .content__5>.content__area>ul {
    margin-bottom: 60px;
}
.new__config .content__5__txt {
    margin-bottom: 40px;
}
.new__config .content__5__box img {
    margin: 0 auto 15px;
    display: block;
}
.new__config .content__5__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.new__config .other__features__ttl {
    font-size: 2rem;
    color: #fff;
    background-color: #122a4d;
    height: 45px;
    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;
    font-weight: bold;
}
.new__config .other__features__list {
    background-color: #fff;
    padding: 30px;
}
.new__config .other__features__item {
    line-height: 1;
}
.new__config .other__features__item+.other__features__item {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .new__config .other__features__box+.other__features__box {
        margin-top: 10px;
    }
    .new__config .other__features__box:nth-child(2) {
        display: none;
    }
    .new__config .other__features__box_details+.other__features__box_details {
        margin-top: 10px;
    }
    .new__config .other__features__list .btn__more {
        margin: 20px auto 0;
    }
    .new__config .other__features__list .btn__more .close__txt,
    .new__config .other__features__list .btn__more.active .open__txt {
        display: none;
    }
    .new__config .other__features__list .btn__more.active .close__txt {
        display: block;
    }
    .new__config .other__features__list .btn__more.active::before {
        -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg);
    }
}
@media screen and (min-width: 768px) {
    .new__config .other__features__list .btn__more {
        display: none;
    }
    .new__config .other__features__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .new__config .other__features__box:first-child {
        margin-right: 5px;
    }
    .new__config .other__features__box:nth-child(2) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .new__config .other__features__box_details+.other__features__box_details {
        margin-left: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .content__5__txt {
        margin-bottom: 60px;
    }
    .new__config .content__5__box img {
        margin: 0 auto 25px;
    }
    .new__config .content__5__ttl {
        font-size: 2.4rem;
    }
    .new__config .other__features__ttl {
        height: 75px;
        font-size: 2.6rem;
    }
    .new__config .other__features__list {
        padding: 60px;
    }
    .new__config .other__features__box:first-child {
        margin-right: 60px;
    }
    .new__config .other__features__box_details+.other__features__box_details {
        margin-left: 60px;
    }
    .new__config .other__features__item+.other__features__item {
        margin-top: 15px;
    }
}
@media screen and (min-width: 1400px) {
    .new__config .other__features__box:first-child {
        margin-right: 90px;
    }
    .new__config .other__features__box_details+.other__features__box_details {
        margin-left: 90px;
    }
}
/*------------------------------------------------------------

    料金案内

------------------------------------------------------------*/
.new__config .content__6__txt {
    margin-bottom: 20px;
}
.new__config .content__6__money {
    margin-bottom: 30px;
}
.new__config .content__6__money__txt {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}
.new__config .content__6__money__main {
    color: #ca112b;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -10px;
    text-align: center;
}
.new__config .content__6__money__main span {
    font-size: 7rem;
    font-weight: bold;
}
.new__config .content__6__money__box+.content__6__money__box {
    margin-top: 20px;
}
.new__config .content__6__money__box img {
    margin: 0 auto;
    display: block;
}
.new__config .content__6__money__box:first-child img {
    max-width: 75px;
}
.new__config .content__6__money__box:last-child img {
    max-width: 275px;
}
.new__config .content__6__txt_2 {
    font-size: 2rem;
    font-weight: bold;
    border: 2px solid #4eb6d4;
    height: 50px;
    margin-bottom: 30px;
    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;
}
.new__config .content__6__example {
    border: 1px solid #d8dde5;
    padding: 30px;
    margin-bottom: 30px;
}
.new__config .example__ttl {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}
.new__config .example__store {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.new__config .example__store+p {
    margin-bottom: 10px;
}
.new__config .example__item {
    margin-bottom: 25px;
}
.example__item dt,
.new__config .example__item dd {
    display: block;
    text-align: center;
    padding: 7.5px 10px;
}
.new__config .example__item dt {
    background-color: #122a4d;
    color: #fff;
    font-weight: bold;
}
.new__config .example__item dd {
    background-color: #eef4fa;
}
.new__config .example__table__box+.example__table__box {
    margin-top: 35px;
}
.new__config .example__table__ttl {
    font-size: 1.6rem;
    border-bottom: 1px solid #122a4d;
    margin-bottom: 15px;
}
.new__config .example__table__list {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8dde5;
    margin-bottom: 10px;
}
.new__config .example__table__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.new__config .example__table__list li::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: -1;
    border-top: 1px dotted #d8dde5;
}
.new__config .example__table__list li span {
    background-color: #fff;
}
.new__config .example__table__list li span:first-child {
    padding-right: 10px;
}
.new__config .example__table__list li span:last-child {
    padding-left: 10px;
}
.new__config .example__table__price {
    text-align: right;
    line-height: 1;
}
.new__config .example__table__price span {
    font-weight: bold;
}
.new__config .example__price__1 {
    font-size: 1.6rem;
    margin-right: 20px;
}
.new__config .example__price__2 {
    font-size: 3rem;
}
.new__config .example__price__3 {
    font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
    .new__config .content__6__money {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .new__config .content__6__money__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .new__config .content__6__money__box+.content__6__money__box {
        margin-top: 0;
        margin-left: 70px;
    }
    .new__config .content__6__money__txt {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .new__config .example__table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .new__config .example__table__box {
        width: 50%;
    }
    .new__config .example__table__box+.example__table__box {
        margin-top: 0;
    }
    .new__config .example__table__box:first-child {
        padding-right: 20px;
    }
    .new__config .example__table__box:last-child {
        padding-left: 20px;
    }
}
@media screen and (min-width: 992px) {
    .new__config .example__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .example__item dt,
    .new__config .example__item dd {
        text-align: left;
        padding: 13px 20px;
        width: 100%;
    }
    .new__config .example__item dt {
        max-width: 160px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .content__6__txt {
        margin-bottom: 30px;
    }
    .new__config .content__6__money {
        margin-bottom: 30px;
    }
    .new__config .content__6__money__box:first-child img {
        max-width: 90px;
    }
    .new__config .content__6__money__box:last-child img {
        max-width: 350px;
        margin-bottom: -10px;
    }
    .new__config .content__6__money__txt {
        font-size: 2.4rem;
    }
    .new__config .content__6__money__main span {
        font-size: 9rem;
    }
    .new__config .content__6__example {
        margin-bottom: 60px;
    }
    .new__config .example__ttl {
        font-size: 2.6rem;
    }
    .new__config .example__store {
        font-size: 2.4rem;
    }
    .new__config .example__store+p {
        margin-bottom: 20px;
    }
    .new__config .content__6__txt_2 {
        font-size: 2.8rem;
        height: 54px;
        margin-bottom: 60px;
    }
    .new__config .example__item {
        margin-bottom: 50px;
    }
    .new__config .example__item dt {
        max-width: 190px;
    }
    .new__config .example__item dd:nth-child(2) {
        max-width: 280px;
    }
    .new__config .example__table__list {
        margin-bottom: 15px;
    }
    .new__config .example__table__ttl {
        font-size: 2rem;
        padding-bottom: 5px;
    }
    .new__config .example__table__list li+li {
        margin-top: 5px;
    }
    .new__config .example__price__1 {
        font-size: 1.8rem;
    }
    .new__config .example__price__2 {
        font-size: 3.4rem;
    }
}
@media screen and (min-width: 1400px) {
    .new__config .content__6__example {
        padding: 40px;
    }
}
/*------------------------------------------------------------

    お客様の声

------------------------------------------------------------*/
.new__config .content__7>.content__area {
    margin-bottom: 30px;
}
.new__config .voice__box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0 0px 10px rgba(211, 232, 239, .7);
    box-shadow: 0 0px 10px rgba(211, 232, 239, .7);
}
.new__config .voice__box::before {
    content: "";
    display: inline-block;
    background-image: url('../img/new/content_7/img_voice_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 37px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.new__config .voice__box__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: relative;
}
.new__config .voice__box__main>img {
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    min-height: 70px;
    margin-right: 15px;
}
.new__config .voice__box__message {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 5px;
}
.new__config .voice__box__name {
    display: block;
    font-size: 1.2rem;
    color: #8e989d;
}
.new__config .content__7__slider {
    padding: 0 20px 90px;
}
.new__config .content__7__slider .slick-list {
    padding-bottom: 5px;
}
.new__config .content__7__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.new__config .content__7__slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #4eb6d4;
    color: #fff;
    font-size: 1.7rem;
    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;
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: 0 3px 8px rgba(211, 232, 239, .5);
    box-shadow: 0 3px 8px rgba(211, 232, 239, .5);
}
.new__config .content__7__slider .prev {
    left: 20px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.new__config .content__7__slider .next {
    right: 20px;
}
.new__config .content__7__slider .slick-dots {
    width: auto;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new__config .content__7__slider .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #8e989d;
}
.new__config .content__7__slider .slick-dots li button {
    width: 100%;
    height: 100%;
}
.new__config .content__7__slider .slick-dots li.slick-active {
    background-color: #122a4d;
}
.new__config .content__7__slider .slick-dots li button::before {
    content: none;
}
@media screen and (max-width: 767px) {
    .new__config .voice__box__message {
        margin-top: -7px;
    }
    .new__config .voice__box>p {
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .new__config .content__7__slider {
        padding: 0 0 80px;
    }
    .new__config .content__7__slider .slick-slide .voice__box {
        margin: 0 20px;
    }
    .new__config .voice__box {
        max-width: 580px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .content__7>.content__area {
        margin-bottom: 60px;
    }
    .new__config .voice__box {
        padding: 40px;
    }
    .new__config .voice__box__main {
        margin-bottom: 20px;
    }
    .new__config .voice__box__main>img {
        max-width: 105px;
        min-width: 105px;
        max-height: 105px;
        min-height: 105px;
    }
    .new__config .voice__box__message {
        font-size: 2.4rem;
    }
    .new__config .voice__box__name {
        font-size: 1.6rem;
    }
    .new__config .content__7__slider .slick-arrow {
        z-index: 1;
    }
    .new__config .content__7__slider .slick-dots li {
        width: 15px;
        height: 15px;
        margin-right: 20px;
    }
    .new__config .voice__box::before {
        width: 76px;
        height: 58px;
        top: 40px;
        right: 40px;
    }
}
@media screen and (min-width: 1400px) {
    .new__config .content__7__slider .slick-dots {
        bottom: 0;
    }
    .new__config .content__7__slider .slick-list {
        padding: 0 6% 5px;
    }
    .new__config .content__7__slider .voice__box {
        min-height: 330px;
    }
    .new__config .content__7__slider .prev {
        bottom: auto;
        top: 160px;
        left: 4%;
    }
    .new__config .content__7__slider .next {
        bottom: auto;
        top: 160px;
        right: 4%;
    }
}
@media screen and (min-width: 1600px) {
    .new__config .content__7__slider .slick-list {
        padding: 0 11% 5px;
    }
    .new__config .content__7__slider .prev {
        left: 9%;
    }
    .new__config .content__7__slider .next {
        right: 9%;
    }
}
@media screen and (min-width: 1800px) {
    .new__config .content__7__slider .slick-list {
        padding: 0 18% 5px;
    }
    .new__config .content__7__slider .prev {
        left: 17.5%;
    }
    .new__config .content__7__slider .next {
        right: 17.5%;
    }
}
/*------------------------------------------------------------

    導入までの流れ

------------------------------------------------------------*/
.new__config .content__8__txt__1 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 10px;
}
.new__config .content__8__txt__2 {
    margin-bottom: 20px;
}
.new__config .content__8__box__1 {
    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;
    margin-bottom: 30px;
}
.new__config .content__8__box__1>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new__config .content__8__box__1>p+p {
    margin-left: 30px;
}
.new__config .flow__icon {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    margin-right: 10px;
    border-radius: 100%;
}
.new__config .flow__icon_1 {
    background-color: #122a4d;
}
.new__config .flow__icon_2 {
    background-color: #8e989d;
}
.new__config .flow__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new__config .flow__box__data {
    min-width: 30px;
    max-width: 30px;
    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;
    color: #fff;
    font-size: 1.6rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-right: 30px;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}
.new__config .flow__box:first-child .flow__box__data {
    background-color: #9ed7e7;
}
.new__config .flow__box:nth-child(2) .flow__box__data {
    background-color: #8ccfe3;
}
.new__config .flow__box:nth-child(3) .flow__box__data {
    background-color: #7ac8df;
}
.new__config .flow__box:nth-child(4) .flow__box__data {
    background-color: #68c1da;
}
.new__config .flow__box:last-child .flow__box__data {
    background-color: #4eb6d4;
}
.new__config .flow__box__main {
    margin-bottom: 30px;
}
.new__config .flow__box:last-child .flow__box__main {
    margin-bottom: 0;
}
.new__config .flow__box__main__inner+.flow__box__main__inner {
    margin-top: 30px;
}
.new__config .flow__step {
    color: #fff;
    line-height: 1;
    background-color: #122a4d;
    border-radius: 5px;
    padding: 8px 22px;
    margin-bottom: 5px;
    display: inline-block;
}
.new__config .flow__step.flow__icon_2 {
    background-color: #8e989d;
}
.new__config .flow__ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .new__config .flow__box__main {
        position: relative;
        margin-bottom: 40px;
    }
    .new__config .flow__box__main::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: calc(100% + 40px);
        position: absolute;
        top: 0;
        left: 45px;
        background-color: #eef4fa;
        z-index: -1;
    }
    .new__config .flow__box:last-child .flow__box__main::before {
        content: none;
    }
    .new__config .flow__box__main__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .new__config .flow__step {
        min-width: 100px;
        min-height: 100px;
        max-width: 100px;
        max-height: 100px;
        margin-right: 30px;
        margin-bottom: 0;
        border-radius: 100%;
        font-size: 1.6rem;
        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;
        padding: 0;
        text-align: center;
    }
    .new__config .flow__step .en__font {
        display: block;
        font-size: 2.4rem;
        margin-top: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .content__8__txt__1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .new__config .content__8__txt__2 {
        margin-bottom: 30px;
    }
    .new__config .content__8__box__1 {
        margin-bottom: 40px;
    }
    .new__config .content__8__box__1>p+p {
        margin-left: 40px;
    }
    .new__config .flow__ttl {
        font-size: 2rem;
    }
}
/*------------------------------------------------------------

    よくある質問

------------------------------------------------------------*/
.new__config .q__list {
    margin-bottom: 30px;
}
.new__config .q__txt {
    font-size: 1.8rem;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6;
}
.new__config .a__txt+.q__txt {
    margin-top: 15px;
}
.new__config .q__txt>span {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 15px;
    border-radius: 100%;
    border: 2px solid #4eb6d4;
    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;
    color: #4eb6d4;
    font-weight: bold;
}
.new__config .a__txt {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8dde5;
}
@media screen and (max-width: 767px) {
    .new__config .a__txt {
        line-height: 1.7;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .q__list {
        margin-bottom: 60px;
    }
    .new__config .q__txt {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .new__config .a__txt+.q__txt {
        margin-top: 20px;
    }
    .new__config .q__txt>span {
        margin-right: 20px;
    }
}

/*------------------------------------------------------------

    ブラウザ　対応  IE

------------------------------------------------------------*/
_:-ms-lang(x)::-ms-backdrop, .new__config .mv__catch__5__deco {
    border-bottom: none;
    text-decoration: underline;
}
_:-ms-lang(x)::-ms-backdrop, .new__config .mv__catch__5 .check {
    top: 0;
}
_:-ms-lang(x)::-ms-backdrop, .new__config .wpsm-comptable.tbl__1 td {
    background-clip: padding-box;
}
_:-ms-lang(x)::-ms-backdrop, .new__config .example__table__list li span:first-child {
    margin-right: auto;
}
_:-ms-lang(x)::-ms-backdrop, .new__config .voice__box__main>img {
    width: 70px;
}
_:-ms-lang(x)::-ms-backdrop, .new__config .flow__box__data {
    padding-right: 7px;
}
_:-ms-lang(x)::-ms-backdrop, .new__config .flow__box__data span {
    transform: translate(4px, -17px) rotate(-90deg);
}
_:-ms-lang(x)::-ms-backdrop, .new__config .flow__box__main {
    width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .new__config .q__txt>span {
    min-height: auto;
    height: 40px;
}
@media screen and (min-width: 1200px) {
    _:-ms-lang(x)::-ms-backdrop, .new__config .mv__catch__4 span {
        display: inline-flex;
        align-items: center;
        line-height: 1;
        height: 40px;
        padding-top: 13px;
    }
    _:-ms-lang(x)::-ms-backdrop, .new__config .content__2__ttl__number {
        min-height: auto;
        height: 60px;
    }
    _:-ms-lang(x)::-ms-backdrop, .new__config .example__item dt {
        min-width: 190px;
    }
    _:-ms-lang(x)::-ms-backdrop, .new__config .voice__box__main>img {
        width: 105px;
    }
}
@media screen and (min-width: 1400px) {
    _:-ms-lang(x)::-ms-backdrop, .new__config .content__2__ttl__number {
        height: 80px;
    }
}