.tfx-text-roboto {
    font-family: "Roboto", sans-serif;
}

.tfx-pl-46px {
    padding-left: 46px !important;
}

.tfx-item-title-wrapper {
    margin-bottom: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tfx-item-title-wrapper .tfx-item-title {
    margin-bottom: 0;
}

.tfx-item-title-link {
    font-weight: bold;
    font-size: 1.4rem;
}

.tfx-item-title-link .icon-arrow {
    font-size: 2rem;
    margin-left: 4px;
    top: 3px;
}

.tfx-item-title-link:hover {
    text-decoration: none;
}

.tfx-item-title {
    background: none;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 16px;
    padding: 0;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .tfx-item-title-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tfx-item-title-link {
        margin-left: 16px;
    }
    .tfx-item-title-link:hover span:not([class]) {
        text-decoration: underline;
    }
}

.tfx-item-block {
    margin-top: 56px;
}

.tfx-item-select {
    width: 230px;
}


/* tfx-item-about */

.tfx-item-about {
    padding: 32px 0 40px;
}

.tfx-item-about-content+.tfx-item-about-content {
    margin-top: 56px;
}

.tfx-item-about-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 24px;
}

.tfx-item-content-area {
    padding: 0 16px;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

@media screen and (min-width: 768px) {
    .tfx-item-about-title {
        font-size: 2.4rem;
        margin-bottom: 32px;
    }
    .tfx-item-title {
        font-size: 2.4rem;
    }
    .tfx-tooltip {
        font-size: 2rem;
    }
    .tfx-tooltip.icon-tooltip {
        top: 0;
    }
    .tfx-item {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tfx-item-image-area {
        width: calc(100% - 400px);
        padding-right: 40px;
    }
    .tfx-item-content-area {
        width: 400px;
        padding: 0;
    }
    .tfx-item-block {
        margin-top: 0;
    }
    .tfx-item-block+.tfx-item-block {
        margin-top: 56px;
    }
    .tfx-item-select {
        width: 240px;
    }
    .tfx-item-about-content+.tfx-item-about-content {
        margin-top: 80px;
    }
    .tfx-item-image-area {
        position: relative;
    }
    .tfx-item-image-fixed {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        max-width: 450px;
        margin-left: auto;
    }
    .tfx-item-image-fixed.tfx-is-fixed {
        width: calc(100% - 400px);
        max-width: 960px;
        padding-right: 80px;
        margin: 0 auto;
    }
    .tfx-item-image-fixed.tfx-is-fixed .tfx-item-image-fixed-inner {
        position: fixed;
        width: calc(100% - 440px);
        max-width: 450px;
        top: 110px;
        right: 440px;
        bottom: auto;
    }
    .tfx-item-image-fixed.tfx-is-fixed-end {
        width: calc(100% - 40px);
        position: absolute;
        margin-top: 0;
        bottom: 0;
        right: 40px;
    }
    .tfx-item-image-fixed.tfx-is-fixed-end .tfx-item-image-fixed-inner {
        position: static;
    }
}

@media screen and (min-width: 940px) {
    .tfx-item-image-fixed.tfx-is-fixed {
        padding-right: 0;
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .tfx-item-image-fixed.tfx-is-fixed .tfx-item-image-fixed-inner {
        width: 450px;
        position: relative;
        padding-right: 0;
        top: 0;
        right: auto;
        left: 0;
    }
    .tfx-item-image-area {
        width: 450px;
        padding-right: 0;
    }
    .tfx-item-content-area {
        width: 430px;
        overflow-x: visible;
    }
    .tfx-item-image-fixed.tfx-is-fixed {
        padding-right: 0px;
    }
    .tfx-item-image-fixed.tfx-is-fixed-end {
        padding-right: 0px;
        width: 450px;
        right: auto;
        left: 0;
    }
}


/* tfx-item-table */

.tfx-item-about .tfx-item-table:last-child {
    border-bottom: 1px solid #58778b;
}

.tfx-item-about-content>.tfx-item-table:last-child {
    border-bottom: 1px solid #58778b;
}

.tfx-item-table-thead {
    padding: 16px;
    font-weight: bold;
    background: #dfe4e6;
    text-align: center;
    border-top: 1px solid #58778b;
    border-bottom: 1px solid #58778b;
}

.tfx-item-table-tbody {
    background: #fff;
}

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

.tfx-item-table-tr+.tfx-item-table-tr {
    border-top: 1px solid #58778b;
}

.tfx-item-table-th {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    width: 151px;
    font-weight: bold;
}

.tfx-item-table-th::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 1px;
    height: calc(100% + 1px);
    background: #58778b;
}

.tfx-item-table-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    word-break: break-all;
    width: calc(100% - 151px);
}

.tfx-item-table-tr+.tfx-item-table-tr-child {
    border-top: 1px dashed #ccc;
}

.tfx-item-table-tr-child .tfx-item-table-th {
    padding-left: 24px;
    font-weight: 500;
}

.tfx-item-table-column-cel+.tfx-item-table-column-cel {
    border-top: 1px solid #58778b;
}

.tfx-text-annotation {
    font-size: 1rem;
    position: relative;
    top: -3px;
}

@media screen and (min-width: 768px) {
    .tfx-item-table-column {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tfx-item-table-column-cel {
        width: 50%;
    }
    .tfx-item-table-th {
        padding: 12px 16px;
        width: 201px;
        font-size: 1.5rem;
    }
    .tfx-item-table-td {
        width: calc(100% - 201px);
        font-size: 1.5rem;
        word-break: normal;
    }
    .tfx-item-table-column-cel+.tfx-item-table-column-cel {
        border-top: none;
        border-left: 1px solid #58778b;
    }
    .tfx-item-table-tr-child .tfx-item-table-th {
        padding-left: 40px;
    }
    .tfx-item-table-tr-row2 {
        height: 66px;
    }
    .tfx-item-table-tr-row3 {
        height: 97px;
    }
    .tfx-item-table-tr-row2-881 {
        height: 69px;
    }
    .tfx-item-table-tr-row2-940 {
        height: 69px;
    }
    .tfx-item-table-tr-row-3-2 {
        height: 91px;
    }
    .tfx-item-table-tr-row-800 {
        height: 113px;
    }
    .tfx-is-800 {
        display: block;
    }
}

@media screen and (min-width: 800px) {
    .tfx-is-800 {
        display: none;
    }
    .tfx-item-table-tr-row-800 {
        height: 69px;
    }
}

@media screen and (min-width: 881px) {
    .tfx-is-881 {
        display: none;
    }
}

@media screen and (min-width: 940px) {
    .tfx-item-table-td {
        font-size: 1.6rem;
    }
    .tfx-item-table-tr-row2-940 {
        height: auto;
    }
    .tfx-is-940 {
        display: none;
    }
    .tfx-item-table-tr-row-800 {
        height: 73px;
    }
    .tfx-item-table-tr-row2-881 {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .swiper-slide {
        padding-bottom: 32px;
    }
}

.swiper-slide a {
    display: block;
    text-decoration: none;
}

.swiper-slide img {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 16%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 16%);
}

.swiper-slide a:hover img {
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 36%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 36%);
}

.swiper-pagination {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    background-color: #d8e5ed;
    opacity: 1;
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    background-color: #58778b;
}

.swiper-button-prev,
.swiper-button-next {
    top: 40%;
}

.swiper-button-prev {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #222;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    left: 8px;
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-button-prev:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
}

.swiper-button-prev::before {
    position: absolute;
    top: 6px;
    left: 10px;
    content: "\e907";
    font-family: "icomoon" !important;
    font-size: 2.4rem;
}

.swiper-button-next {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #222;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    right: 8px;
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-button-next:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
}

.swiper-button-next::before {
    content: "\e906";
    font-family: "icomoon" !important;
    font-size: 2.4rem;
    position: absolute;
    top: 6px;
    left: 11px;
}

@media screen and (min-width: 768px) {
    .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .swiper-slide {
        width: calc(33% - 12px);
    }
    .swiper-slide:not(:nth-child(3n)) {
        margin-right: 20px;
    }
}

.tfx-banner-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tfx-recommend-detail {
    margin-top: 20px;
}


/* tfx-plan-review */

.tfx-plan-review {
    padding: 32px 20px;
    background: #fff;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .tfx-plan-review {
        padding: 40px;
        margin-bottom: 40px;
    }
}

.tfx-plan-option {
    padding-top: 40px;
}

.tfx-plan-option-content {
    padding: 32px 10px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

.tfx-plan-option-title {
    text-align: center;
    margin-bottom: 12px;
}

.tfx-plan-option-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.5rem;
}

.tfx-plan-option-plus {
    font-size: 2.4rem;
}

.tfx-plan-option-price {
    color: #b31d36;
}

.tfx-plan-option-price-1 {
    font-size: 2.6rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.tfx-plan-option-price-2 {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.tfx-plan-option-price-3 {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
}

.tfx-plan-option-price-4 {
    font-size: 1.8rem;
}

.tfx-plan-option-name {
    margin-bottom: 0;
}

.tfx-plan-option-name-head {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
}

.tfx-plan-option-name-text {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

.tfx-plan-option-name-text .tfx-price-attention {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: -10px;
}

@media screen and (min-width: 375px) {
    .tfx-plan-option-content {
        padding: 32px 20px;
    }
    .tfx-plan-option-price-1 {
        font-size: 2.8rem;
    }
    .tfx-plan-option-price-2 {
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 768px) {
    .tfx-plan-option {
        padding-top: 94px;
    }
    .tfx-plan-option {
        position: relative;
    }
    .tfx-plan-option-content {
        width: 100%;
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .tfx-plan-option-plus {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 5.6rem;
    }
    .tfx-plan-option-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-left: 32px;
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    .tfx-plan-option-title .tfx-is-pc {
        white-space: nowrap;
    }
    .tfx-plan-option-name-head {
        text-align: left;
        font-size: 1.4rem;
    }
    .tfx-plan-option-subtitle {
        margin-left: 8px;
    }
    .tfx-plan-option-price-1 {
        font-size: 3.6rem;
    }
    .tfx-plan-option-price-2 {
        font-size: 4.8rem;
    }
    .tfx-plan-option-price-3 {
        font-size: 3.2rem;
    }
    .tfx-plan-option-price-4 {
        font-size: 2.4rem;
    }
}

.tfx-price-attention {
    position: relative;
    font-size: 1rem;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: -5px;
    font-weight: normal;
}

.tfx-form-policy {
    margin-top: 40px;
}

.tfx-price-table-modal-link {
    cursor: pointer;
}


/* tfx-item-price-table */

.tfx-item-price-table {
    overflow-x: auto;
    width: 100%;
    padding: 0;
    background: #fff;
    min-height: 525px;
}

.tfx-item-price-table table {
    width: 960px;
    border-bottom: 1px solid #58778b;
    table-layout: fixed;
}

.tfx-item-price-table tr {
    border-top: 1px solid #58778b;
}

.tfx-item-price-table th {
    font-size: 1.4rem;
    text-align: center;
    border-right: 1px solid #58778b;
}

.tfx-item-price-table th span:not([class]) {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
}

.tfx-item-price-table thead th:last-child {
    border-right: none;
}

.tfx-item-price-table thead th:first-child {
    width: 140px;
    font-size: 1.4rem;
}

.tfx-item-price-table td {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #58778b;
    white-space: nowrap;
}

.tfx-item-price-table tr td:first-child {
    text-align: left;
    width: 140px;
    font-size: 1.4rem;
}

.tfx-item-price-table tr td:last-child {
    border-right: none;
}

.tfx-item-price-table thead {
    background: #dfe4e6;
}

.tfx-item-price-table tbody {
    background: #fff;
}

.tfx-item-price-table-child {
    background: #f8f8f8;
}

.tfx-item-price-table th,
.tfx-item-price-table td {
    width: 200px;
    padding: 12px 16px;
}

.tfx-price-table-modal-link {
    text-align: center;
}

.tfx-price-table-modal-link img {
    width: 146px;
}

.tfx-item-price-table-total td {
    font-weight: bold;
}

.tfx-item-price-table .tfx-item-price-table-child+.tfx-item-price-table-child {
    border-top: 1px dashed #58778b;
}

.tfx-item-price-table-child td {
    font-weight: normal;
}

.tfx-item-price-table-child td:first-child {
    padding-left: 16px;
    padding-right: 8px;
}

.tfx-item-price-table-total-bar {
    position: relative;
}

.tfx-item-price-table-total-bar::before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 147px;
    border-right: 1px solid #58778b;
    background: #fff;
    top: 48px;
    left: 0;
}

.tfx-item-price-table .tfx-item-price-table-blue {
    background: #d8e5ed;
}

.tfx-item-price-table-blue td {
    font-size: 2rem;
    color: #b31d36;
    padding-top: 18px;
    padding-bottom: 18px;
}

.tfx-item-price-table-blue td span {
    font-size: 1.8rem;
    margin-right: 2px;
}

.tfx-item-price-table .tfx-color-red {
    background: #FFF5F4;
}

@media screen and (min-width: 768px) {
    .tfx-item-price-table {
        background: #eff4f7;
        padding: 16px;
    }
    .tfx-item-price-table table {
        table-layout: auto;
    }
    .tfx-item-price-table th,
    .tfx-item-price-table td {
        width: 190px;
    }
    .tfx-item-price-table thead th:first-child {
        width: 200px;
    }
    .tfx-item-price-table td {
        font-size: 1.6rem;
    }
    .tfx-item-price-table tr td:first-child {
        width: 200px;
        font-size: 1.6rem;
        padding-left: 32px;
    }
    .tfx-item-price-table-total-bar::before {
        width: 16px;
    }
    .tfx-item-price-table-blue td {
        font-size: 2.4rem;
    }
    .tfx-item-price-table-blue td span {
        font-size: 2rem;
    }
}

@media screen and (min-width: 960px) {
    /* tfx-item-price-table */
    .tfx-item-price-table {
        overflow-x: visible;
        width: auto;
        padding: 0;
    }
}

.tfx-item-price {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
}

.tfx-item-price span {
    font-size: 2.8rem;
    margin-left: 4px;
}

@media screen and (min-width: 768px) {
    .tfx-item-price {
        font-size: 3.2rem;
    }
    .tfx-item-price span {
        font-size: 3.6rem;
    }
}

.tfx-item-about-option-item+.tfx-item-about-option-item {
    border-bottom: 1px solid #58778B;
}

.tfx-item-about-option-cel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #58778B;
    background: #fff;
    margin-bottom: 0;
}

.tfx-item-about-option-cel-title {
    font-weight: bold;
    color: #222;
    width: 70px;
    border-right: 1px solid #58778B;
    padding: 12px 16px;
}

.tfx-item-about-option-cel-text {
    width: calc(100% - 70px);
    padding: 12px 16px;
    margin-bottom: 0;
}

.tfx-item-about-option {
    margin-top: 24px;
}

@media screen and (min-width: 768px) {
    .tfx-item-about-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .tfx-item-about-option-item {
        width: calc(50% - 12px);
    }
    .tfx-item-about-option-item+.tfx-item-about-option-item {
        margin-left: 24px;
    }
    .tfx-item-about-option-item {
        border-bottom: 1px solid #58778B;
    }
    .tfx-item-about-option-cel-title {
        width: 110px;
    }
}

.tfx-empty-text {
    font-weight: bold;
    color: #D83A3A;
    margin-bottom: 0;
    margin-top: 8px;
}

.tfx-item-price-table-child-before-td {
    position: relative;
}

.tfx-item-price-table-child-before {
    display: block;
    position: absolute;
    width: 32px;
    height: 94px;
    background: #fff;
    border-right: 1px solid #58778B;
    font-weight: bold;
    top: 0;
    left: 0;
    line-height: 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;
}

.tfx-radio-service-price-num {
    font-size: 1.8rem;
}

.tfx-section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tfx-tab {
    padding-bottom: 80px;
}

.tfx-tab-col4 .nav>li {
    width: calc(25%);
}

.tfx-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
}

.tfx-tab .nav-pills .nav-link {
    font-size: 1.5rem;
}

.tfx-tab .nav>li:nth-child(n + 4) {
    border-top: 0;
}

.tfx-recommend-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 350px) {
    .nav-pills .nav-link {
        padding: 10px 0;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        padding: 10px 0;
    }
}

@media screen and (min-width: 768px) {
    .tfx-item-price-table-child-before {
        height: 97px;
    }
}

@media screen and (min-width: 959px) {
    .tfx-tab {
        padding-bottom: 0;
    }
    .tfx-tab .nav-pills .nav-link {
        font-size: 1.6rem;
    }
    .tfx-tab .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 2rem;
    }
}


/* tfx-item-tab */

.tfx-item-tab {
    margin-bottom: 56px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.tfx-item-tab-item {
    width: 25%;
    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: 80px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    font-size: 1.5rem;
    font-weight: bold;
}

.tfx-item-tab-cel1 {
    border-radius: 8px 0 0 8px;
}

.tfx-item-tab-cel2 {
    margin-left: 25%;
}

@media screen and (min-width: 768px) {
    .tfx-item-tab-item {
        height: auto;
        padding: 12px 0;
        font-size: 2rem;
    }
}

.tfx-radio-plan .custom-control-label {
    padding-left: 54px;
}

.tfx-item-radio-price {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.tfx-clor-red {
    color: #B31D36;
}

.tfx-item-radio-price-center {
    font-family: "Roboto", sans-serif;
    color: #CCC;
    white-space: nowrap;
}

.tfx-item-radio-price-center .tfx-item-radio-price-right-num-1 {
    font-size: 1.2rem;
}

.tfx-item-radio-price-center .tfx-item-radio-price-right-num-2 {
    font-size: 1.4rem;
    position: relative;
    margin: 0 4px;
}

.tfx-item-radio-price-center .tfx-item-radio-price-right-num-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tfx-item-radio-price-left {
    text-align: center;
}

@media screen and (min-width: 375px) {
    .tfx-item-radio-price-center .tfx-item-radio-price-right-num-1 {
        font-size: 1.5rem;
    }
    .tfx-item-radio-price-center .tfx-item-radio-price-right-num-2 {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .tfx-item-radio-price-left {
        text-align: left;
    }
    .tfx-item-radio-price-center .tfx-item-radio-price-right-num-1 {
        font-size: 1.6rem;
    }
    .tfx-item-radio-price-center .tfx-item-radio-price-right-num-2 {
        font-size: 2rem;
        margin: 0 8px 0 2px;
    }
    .tfx-item-radio-price-center .tfx-item-radio-price-right-num-1 {
        margin-right: 0;
    }
}

.tfx-item-price-table-wrapper .tfx-item-price-table table {
    margin-left: auto;
    margin-right: auto;
}

.tfx-item-about-list {
    margin-bottom: 0;
}

.tfx-item-about-list+.tfx-item-about-list {
    margin-top: 8px;
}

.tfx-item-about-list>li+li {
    margin-top: 8px;
}

.tfx-item-price-table-wrapper-2 .tfx-item-price-table {
    min-height: 390px;
}

@media screen and (min-width: 768px) {
    .tfx-item-price-table-wrapper-2 .tfx-item-price-table {
        height: auto;
    }
    .tfx-item-about-list-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tfx-item-about-list {
        width: calc(100% / 3);
    }
    .tfx-item-about-list+.tfx-item-about-list {
        margin-top: 0;
    }
}

.tfx-item-content-radio-1 .custom-control-label {
    min-height: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tfx-item-content-radio-1 .tfx-item-radio-price {
    width: 100%;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .tfx-item-content-radio-1 .custom-control-label {
        min-height: 134px;
    }
    .tfx-radio-plan .custom-control-label {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .tfx-item-radio-title {
        width: 100%;
    }
    .tfx-item-radio-subtext {
        width: 100%;
    }
}

.tfx-item-set {
    font-size: 1.4rem;
}

.tfx-item-set-bold {
    font-weight: bold;
    font-size: 1.5rem;
}

.tfx-item-set-price-1 {
    font-size: 1.5rem;
}

.tfx-item-set-price-2 {
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .tfx-item-set-bold {
        font-size: 1.6rem;
    }
    .tfx-item-set-price-1 {
        font-size: 1.6rem;
    }
    .tfx-item-set-price-2 {
        font-size: 2rem;
    }
}

.nav.tfx-tab-list {
    display: none;
}

.card {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .tfx-tab-contents-wrapper {
        height: auto;
    }
    .tfx-tab-item {
        opacity: 1;
        visibility: visible;
    }
    .tfx-tab-item-cover {
        display: block;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (min-width: 768px) {
    .nav.tfx-tab-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tfx-tab-contents .collapse:not(.show) {
        display: block !important;
    }
    .tfx-item-about-content .collapse:not(.show) {
        display: block !important;
    }
    .card-header {
        display: none;
    }
    .accordion>.card:first-of-type {
        border: none;
        border-radius: 0;
        background: none;
    }
    .card {
        margin-bottom: 0;
    }
    .card-body {
        padding: 0;
    }
}

.tfx-cart-modal-left {
    text-align: center;
    padding: 20px 0;
}

.tfx-cart-modal-inner .tfx-cart-modal-title {
    font-size: 2rem;
    font-weight: bold;
}

.tfx-cart-modal-inner .tfx-btn-content {
    margin-top: 20px;
}

.tfx-cart-modal-right {
    position: relative;
    margin-top: 24px;
    text-align: center;
    padding: 30px 16px 16px;
    border: 1px solid #ccc;
}

.tfx-cart-modal-right-title-wrapper {
    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: 0 0 16px;
}

.tfx-cart-modal-right-balloon {
    position: absolute;
    top: -16px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    background: #58778b;
    padding: 6px 16px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.5rem;
}

.tfx-cart-modal-right-balloon:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #58778b transparent transparent transparent;
}

.tfx-cart-modal-right img {
    width: 29px;
}

.tfx-cart-modal-right p {
    font-size: 1.5rem;
}

.tfx-cart-modal-right .tfx-cart-modal-title {
    margin-bottom: 0;
    margin-left: 4px;
}

.tfx-cart-modal-right-about {
    background: #EFF4F7;
    padding: 8px 6px;
    width: 100%;
    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;
}

.tfx-cart-modal-right-about-title {
    margin-right: 6px;
    font-size: 1.4rem;
}

.tfx-cart-modal-right-about-content-1 {
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
}

.tfx-cart-modal-right-about-content-2 {
    font-weight: bold;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 375px) {
    .tfx-cart-modal-right-about {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .tfx-is-small {
        display: none;
    }
    .tfx-cart-modal-right-about-content-1 {
        font-size: 2.4rem;
    }
    .tfx-cart-modal-right-about-content-2 {
        font-size: 2.8rem;
    }
    .tfx-cart-modal-right-about-content-3 {
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        top: -3px;
    }
}

@media screen and (min-width: 768px) {
    .tfx-cart-modal-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tfx-cart-modal-left {
        width: 50%;
        padding: 32px 24px;
    }
    .tfx-cart-modal-right img {
        width: 39px;
    }
    .tfx-cart-modal-inner .tfx-cart-modal-title {
        font-size: 2.4rem;
        margin-left: 8px;
    }
    .tfx-cart-modal-inner .tfx-btn-content {
        margin-top: 32px;
    }
    .tfx-cart-modal-right {
        width: 50%;
        margin-top: 0;
        padding: 36px 16px 32px;
    }
    .tfx-cart-modal-right p {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .tfx-cart-modal-right-balloon {
        font-size: 1.6rem;
        padding: 8px 20px;
        top: -20px;
    }
    .tfx-cart-modal-right-inner {
        width: 320px;
        margin: 0 auto;
    }
    .tfx-cart-modal-right-about {
        padding: 4px 0 5px;
    }
    .tfx-cart-modal-right-about-content-1 {
        font-size: 3.2rem;
    }
    .tfx-cart-modal-right-about-content-2 {
        font-size: 3.6rem;
    }
    .tfx-cart-modal-right-about-title {
        margin-right: 8px;
    }
    .tfx-cart-modal-right-about-content-3 {
        font-size: 2rem;
    }
    #modal-cart .modal-body {
        padding-top: 60px;
    }
}

.tfx-item-service {
    border: 4px solid #58778B;
    position: relative;
    margin-top: 56px;
    padding: 20px 16px;
}

.tfx-item-service-balloon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
    background: #D8E5ED;
    font-weight: bold;
    text-align: center;
}

.tfx-item-service-balloon span {
    position: absolute;
    width: 100%;
    top: 14px;
    left: 0;
    font-size: 1.4rem;
}

.tfx-item-service p {
    margin-bottom: 0;
}

.tfx-item-service .tfx-item-service-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 12px;
    font-weight: bold;
}

.tfx-item-service .tfx-item-service-title img {
    width: 32px;
    margin-right: 9px;
}

.tfx-item-service .tfx-item-service-content {
    margin-bottom: 16px;
}

.tfx-item-service-link {
    font-weight: bold;
    font-size: 1.4rem;
}

.tfx-item-service-link:hover {
    text-decoration: none;
}

.tfx-item-service-link .icon-arrow {
    font-size: 2rem;
    top: 3px;
}

@media screen and (min-width: 768px) {
    .tfx-item-service .tfx-item-service-title {
        font-size: 2rem;
    }
    .tfx-item-service-link:hover .tfx-item-service-link-text {
        text-decoration: underline;
    }
    .tfx-item-service {
        padding: 20px;
    }
}