@charset "UTF-8";

.module_revlite {
    line-height: 1.2;
    word-break: keep-all;
}
.module_revlite .White {
    color: #fff;
}
.module_revlite ._flexbox {
    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;
}
.module_revlite .minframe {
    padding-left: 20px;
    padding-right: 20px;
}

/* card_01 */
.module_revlite .card_01 {
    padding: 170px 0 70px 0;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.module_revlite .card_01 ._logo img {
    max-height: 40px;
}
.module_revlite .card_01 ._flexbox ._itemList {
    border-radius: 21px;
    border: 1px solid #FF8362;
    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;
    margin: 0 5px 20px;
    padding: 0.8rem 20px;
    width: 100%;
    white-space: nowrap;
    min-width: 100px;
}
.module_revlite .card_01 ._cont {
    margin-top: 3.5rem;
}
.module_revlite .card_01 ._bg {
    position: absolute;
    top: -122px;
    right: -31px;
}
.module_revlite .card_01 ._bg img {
    max-height: 500px;
}

/* card_02 */
.module_revlite .card_02 {
    background-color: #EFEFEF;
    padding: 80px 0 130px;
}
.module_revlite .card_02 ._contbox {
    background-color: #F8F8F8;
    position: relative;
    margin-top: 35px;
    border: 1px solid #aca6a6;
    padding: 80px 20px 50px;
}
.module_revlite .card_02 ._contbox h4 {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #731c1c;
    padding: 1.1rem 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.module_revlite .card_02 ._cont {
    line-height: 1.3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    max-width: 400px;
    margin: 10px auto;
}
.module_revlite .card_02 ._cont > div {
    width: 50%;
    text-align: center;
}
.module_revlite .card_02 ._cont > div:first-child {
    margin-right: 10px;
}
.module_revlite .card_02 ._cont > div:last-child {
    margin-left: 10px;
}
.module_revlite .card_02 ._flexbox ._itemList {
    margin: 10px 0 20px 0;
}
.module_revlite .card_02 ._flexbox ._itemList img {
    max-width: 122px;
}
.module_revlite .card_02 .item_inner._flexbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.module_revlite .card_02 .item_inner {
    width: 50%;
    position: relative;
}
.module_revlite .card_02 .item_inner .item {
    font-size: 1rem;
    position: relative;
    min-height: 154px;
    padding-top: 33%;
}
.module_revlite .card_02 ._bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.module_revlite .card_02 ._bg img {
    width: 100%;
    max-height: 499px;
    max-width: 200px;
    min-height: 500px;
}
.module_revlite .card_02 .item_inner .item span {
    color: #631717;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.module_revlite .card_02 .sub_txt {
    font-size: 1rem;
    font-weight: lighter;
    border-top: 1px solid #989898;
    margin: 60px auto 0;
    padding-top: 35px;
}

/* card_03 */
.module_revlite .card_03 {
    background-color: #fff;
    padding: 80px 0 130px;
}
.module_revlite .card_03 ._contbox {
    margin-top: 35px;
}
.module_revlite .card_03 ._cont {
    background-color: #F9F9F9;
    border-radius: 22.5px;
    padding: 40px 10px;
}
.module_revlite .card_03 ._cont:first-child {
    -webkit-box-shadow: 0px 15px 7px -6px #0000001a;
            box-shadow: 0px 15px 7px -6px #0000001a;
    position: relative;
    z-index: 10;
}
.module_revlite .card_03 ._cont:last-child {
    margin-top: -40px;
    padding-top: 90px;
}
.module_revlite .card_03 ._cont figure img {
    max-height: 288px;
    width: 229px;
}
.module_revlite .card_03 .item {
    background-color: #731C1C;
    border-radius: 31px;
    font-size: 26px;
    color: #fff;
    position: relative;
    font-size: 15px;
   text-align: center;
    padding: 1.3rem 0 1rem 0;
    width: 80%;
    margin: 30px auto;
}
.module_revlite .card_03 .item span {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    color: #731C1C;
    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;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: bold;
}
.module_revlite .card_03 .item_cont {
    margin: 0 auto;
    max-width: 298px;
    font-weight: lighter;
    font-size: 14px;
    text-align: center;
}
.module_revlite .card_03 .item_tail {
    margin: 20px auto 0;
    max-width: 298px;
    color: #727272;
    font-size: 14px;
    text-align: center;
}

/* card_04 */
.module_revlite .card_04 {
    padding: 80px 0 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.module_revlite .card_04 ._cont {
    margin-top: 35px;
}
.module_revlite .card_04 .item {
    position: relative;
    width: 100%;
    min-height: 350px;
    max-width: 350px;
    margin: 25px auto;
}
.module_revlite .card_04 .item_bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.module_revlite .card_04 .item_bg img {
    width: 100%;
    min-height: 320px;
    max-height: 350px;
}
.module_revlite .card_04 .item_inner {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}


.module_revlite .card_04 .item .item_inner figure {
    border-radius: 16px;
    overflow: hidden;
    width: 171px;
    height: 103px;
    margin: auto;
}
.module_revlite .card_04 .item .item_inner figure img {
    width: 100%;
}
.module_revlite .card_04 .item:nth-of-type(1) .item_inner figure {
    background-color: #f3f3f3;
    position: relative;
}
.module_revlite .card_04 .item:nth-of-type(1) .item_inner figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 96px;
}
.module_revlite .card_04 .item_txt {
    text-align: center;
}
.module_revlite .card_04 .item_txt h3 {
    font-size: 15px;
    color: #731C1C;
    font-weight: bold;
    margin: 1.5rem auto 0.5rem;
    max-width: 290px;
}
.module_revlite .card_04 .item_txt p {
    font-weight: lighter;
    color: #363535;
    font-size: 14px;
    min-height: 90px;
    max-width: 308px;
    margin: 0 auto;
}