/*
:root {
    --ct-33-white-color: #fff;
    --ct-33-light-black: #212121;
    --ct-33-black-color: #000000;
    --ct-33-orange-color: #fe6021;
    --ct-33-grey-color: #d9d9d9;
    --ct-33-light-grey: #E5E5E5;
}
*/
.ct-33-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ct-33 * {
    box-sizing: border-box;
}

.ct-33 img {
    max-width: 100%;
}

.ct-33 p,
.ct-33 h1,
.ct-33 ul {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .ct-33-lists {
        display: block;
    }
}

.ct-33-list {
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .ct-33-list:nth-child(1) {
        width: calc((100%/12)*calc(1*4));
    }
}

@media screen and (max-width: 767px) {
    .ct-33-list:nth-child(1) {
        width: calc(100%);
    }
}

@media (min-width: 768px) {
    .ct-33-list:nth-child(2) {
        width: calc((100%/12)*calc(2*4));
    }
}

@media screen and (max-width: 767px) {
    .ct-33-list:nth-child(2) {
        width: calc(100%);
    }
}

.ct-33-list:first-child img {
    border: 1px solid #e4e2e2;
    -webkit-box-shadow: 2px 2px 5px #CCCCCC;
    box-shadow: 2px 2px 5px #CCCCCC;
}

.ct-33-slider {
    position: relative;
}

.ct-33-thumico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ct-33-thumico>div {
    width: 23.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    font-size: 0;
    background: var(--ct-33-grey-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ct-33-thumico>div:hover .ct-33-large,
.ct-33-thumico>div:visited .ct-33-large {
    opacity: 1;
    visibility: visible;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
}

.ct-33-thumico img {
    margin: auto;
background: white;
}

.ct-33-small {
    cursor: pointer;
}

.ct-33-large {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-out 200ms;
    transition: ease-out 200ms;
    width: 100%;
    min-height: 78.5%;
    background: var(--ct-33-grey-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ct-33-txt {
    max-width: 420px;
}

.ct-33 p {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
}

.ct-33 h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin: 10px 0 25px;
    color: var(--ct-33-light-black);
}

.ct-33 ul {
    margin-bottom: 25px;
    list-style: inherit;
    padding-left: 20px;
}

.ct-33 li {
    list-style: none;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.ct-33-head {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--ct-33-orange-color);
    margin-bottom: 15px;
}

.ct-33-tables {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
}

.ct-33-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.ct-33-table {
    width: 100%;
    margin: 10px auto 10px;
}

.ct-33-table tr {
    font-size: 0;
}

.ct-33-table th {
    background: var(--ct-33-light-grey);
    color: var(--ct-33-black-color);
    border: 1px solid var(--ct-33-grey-color);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 7px;
}

.ct-33-table td {
    border: 1px solid var(--ct-33-grey-color);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 7px;
    color: var(--ct-33-black-color);
    text-align: center;
}

.ct-33-table tr:nth-child(even) {
    background: var(--ct-33-light-grey);
}

@media (min-width: 768px) {
    .ct-33-list:nth-child(1) {
        -ms-flex-preferred-size: 444px;
        flex-basis: 444px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}


/*# sourceMappingURL=style.css.map */