@charset "UTF-8";

.module_qrity .pg_padding {
	padding: 160px 0 220px;
}
.module_qrity .__point {
	color: #CC6330;
	font-size: 20px;
	font-weight: 700;
}

/*card-01*/
.module_qrity .card-01 {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.module_qrity .card-01 .item-wrap {
    margin: 70px auto 0;
}
.module_qrity .card-01 .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.module_qrity .card-01 .item {
    border-radius: 50%;
    background: #23d7f178;
    width: 10rem;
    height: 10rem;
    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;
    font-size: 20px;
    margin: 20px 40px;
}

/* card-02 */
.module_qrity .card-02 {
    background: #fff;
}
.module_qrity .card-02 .cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 70px auto 0;
}
.module_qrity .card-02 .cont {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.module_qrity .card-02 .cont.item-01 {
    margin-right: 10px;
}
.module_qrity .card-02 .cont.item-02 {
    margin-left: 10px;
}
.module_qrity .card-02 .cont .cont-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 2rem 0;
}
.module_qrity .card-02 .cont.item-01 .cont-title {
    background: #0DA9C0;
}
.module_qrity .card-02 .cont.item-02 .cont-title {
    background: #DF692F;
}
.module_qrity .card-02 .cont .cont-inner {
    border: 1px solid #BABABA;
    border-top: none;
    padding: 80px 30px;
}
.module_qrity .card-02 .cont .cont-img {
    background: #fff;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
}
.module_qrity .card-02 .cont .__point {
    font-size: 20px;
    margin-bottom: 7px;
}
.module_qrity .card-02 .cont.item-01 .__point {
    color: #0da9c0;
}
.module_qrity .card-02 .cont .cont-txt {
    font-size: 15px;
    color: #424242;
}
.module_qrity .card-02 .cont .video-box {
    min-height: 292px;
    margin: 50px auto;
}
.module_qrity .card-02 .cont .cont-chklist {
    text-align: left;
    min-height: 130px;
    max-width: 420px;
    margin: auto;
    font-size: 15px;
}
.module_qrity .card-02 .cont.item-02 .cont-chklist {
    max-width: 300px;
}
.module_qrity .card-02 .cont .cont-chklist li {
    display: inline-block;
    margin: 7px 0;
}
.module_qrity .card-02 .cont .cont-chklist li img {
    margin-right: 7px;
    vertical-align: middle;
    max-width: 25px;
}

/* card-03 */
.module_qrity .card-03 {
    background: #f8f8f8;
}
.module_qrity .card-03 .sub-title {
    text-align: center;
    margin: 70px auto 0;
}
.module_qrity .card-03 .sub-title > span {
    font-size: 17px;
    font-weight: 700;
    color: #0DA9C0;
    font-family: 'Campton', Sans-serif;
    margin-bottom: 10px;
}
.module_qrity .card-03 .sub-title > p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.module_qrity .card-03 .sub-title > p b {
    color: #424242;
}
.module_qrity .card-03 .sub-title > p .__point {
    color: #0DA9C0;
    font-size: 22px;
}
.module_qrity .card-03 .cont-wrap {
    margin: 70px auto 0;
    position: relative;
}
.module_qrity .card-03 .cont-wrap .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.module_qrity .card-03 .cont-wrap .cont.item-01 {
    margin-bottom: 20%;
}
.module_qrity .card-03 .cont-wrap .cont .__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.module_qrity .card-03 .cont-wrap .cont .img-txt {
    display: block;
    background: -o-linear-gradient(45deg, #0DA9C0, #0A91A5);
    background: linear-gradient(45deg, #0DA9C0, #0A91A5);
    border-radius: 35px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
    height: 57px;
    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_qrity .card-03 .cont-wrap .cont .__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
}
.module_qrity .card-03 .cont-wrap .cont .cont-title {
    background: #0DA9C0;
    padding: 1.5rem 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}
.module_qrity .card-03 .cont-wrap .cont .cont-detail {
    padding: 82px 0;
    border: 1px solid #BABABA;
    border-top: none;
    font-size: 17px;
    line-height: 1.5;
}
.module_qrity .card-03 .cont-wrap .cont .cont-detail b {
    font-weight: 700;
}
.module_qrity .card-03 .cont-wrap .cont .cont-detail .__point {
    font-size: 17px;
    color: #e62235;
}
.module_qrity .card-03 .cont-wrap .cont-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_qrity .card-03 .item-effect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 150px;
    line-height: 1.5;
}
.module_qrity .card-03 .item-effect .cont-arrow {
    position: absolute;
    top: 50%;
    left: 41%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_qrity .card-03 .item-effect .__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_qrity .card-03 .item-effect .__left figure {
    border-radius: 50%;
    background: #EAEAEA;
    -webkit-box-shadow: 5px 5px 7px #00000014;
            box-shadow: 5px 5px 7px #00000014;
    margin-right: 20px;
}
.module_qrity .card-03 .item-effect .__left div {
    border-radius: 50%;
    background: #F4F4F4;
    width: 193px;
    height: 193px;
    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;
    color: #424242;
    text-align: center;
    -webkit-box-shadow: 5px 5px 7px #00000014;
            box-shadow: 5px 5px 7px #00000014;
    font-weight: 700;
    font-size: 20px;
}
.module_qrity .card-03 .item-effect .__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_qrity .card-03 .item-effect .__right div {
    border-radius: 50%;
    background: #0DA9C0;
    width: 193px;
    height: 193px;
    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;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 5px 5px 7px #00000014;
            box-shadow: 5px 5px 7px #00000014;
    font-weight: 700;
    font-size: 20px;
    margin: 0 10px;
}

/* card-04 */
.module_qrity .card-04 {
    background: #E0F1F3;
}
.module_qrity .card-04 .sub-title {
    text-align: center;
    margin: 70px auto 0;
}
.module_qrity .card-04 .sub-title > span {
    font-size: 17px;
    font-weight: 700;
    color: #CC6330;
    font-family: 'Campton', Sans-serif;
    margin-bottom: 10px;
}
.module_qrity .card-04 .sub-title > p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.module_qrity .card-04 .sub-title > p b {
    color: #424242;
}
.module_qrity .card-04 .sub-title > p .__point {
    font-size: 22px;
}
.module_qrity .card-04 .cont-wrap {
    margin: 70px auto 0;
}
.module_qrity .card-04 .cont .cont-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    padding: 2rem 0;
}
.module_qrity .card-04 .cont .cont-title > small {
    font-weight: 300;
    font-size: 15px;
}
.module_qrity .card-04 .cont.item-01 {
    margin-bottom: 70px;
}
.module_qrity .card-04 .cont.item-01 .cont-title {
    background: #DF692F;
}
.module_qrity .card-04 .cont.item-01 .__point {
    color: #DF692F;
}
.module_qrity .card-04 .cont.item-02 .cont-title {
    background: #CC3F30;
}
.module_qrity .card-04 .cont.item-02 .__point,
.module_qrity .card-04 .cont.item-03 .__point,
.module_qrity .card-04 .cont.item-04 .__point {
    color: #cc3f30;
}
.module_qrity .card-04 .cont.item-03 {
    margin: 10px 0;
}
.module_qrity .card-04 .cont .cont-inner {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_qrity .card-04 .cont .cont-img img {
    vertical-align: bottom;
}
.module_qrity .card-04 .cont .cont-txt {
    margin-left: 50px;
}
.module_qrity .card-04 .cont .cont-txt > p {
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.5;
}
.module_qrity .card-04 .cont .cont-txt > p > b {
    font-weight: 700;
    color: #424242;
}
.module_qrity .card-04 .cont .cont-txt > p .__point {
    font-size: 17px;
}
.module_qrity .card-04 .item-effect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 150px;
    line-height: 1.5;
}
.module_qrity .card-04 .item-effect .cont-arrow {
    position: absolute;
    top: 50%;
    left: 41%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_qrity .card-04 .item-effect .__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_qrity .card-04 .item-effect .__left figure {
    border-radius: 50%;
    background: #EAEAEA;
    -webkit-box-shadow: 5px 5px 7px #00000014;
            box-shadow: 5px 5px 7px #00000014;
    margin-right: 20px;
}
.module_qrity .card-04 .item-effect .__left div {
    border-radius: 50%;
    background: #F4F4F4;
    width: 193px;
    height: 193px;
    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;
    color: #424242;
    text-align: center;
    -webkit-box-shadow: 5px 5px 7px #00000014;
            box-shadow: 5px 5px 7px #00000014;
    font-weight: 700;
    font-size: 20px;
}
.module_qrity .card-04 .item-effect .__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_qrity .card-04 .item-effect .__right div {
    border-radius: 50%;
    background: #DF692F;
    width: 193px;
    height: 193px;
    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;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 5px 5px 7px #00000014;
            box-shadow: 5px 5px 7px #00000014;
    font-weight: 700;
    font-size: 20px;
    margin: 0 10px;
}

/* card-05 */
.module_qrity .card-05 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 160px 0;
}
.module_qrity .card-05 .title .__point {
    font-size: 22px;
    margin-bottom: 20px;
    color: #df692f;
}
.module_qrity .card-05 .title > p {
    font-size: 17px;
    color: #101010;
    line-height: 1.5;
}
.module_qrity .card-05 .title > p > b {
    font-weight: 700;
}

/* card-06 */
.module_qrity .card-06 {
    background: #fff;
}
.module_qrity .card-06 .cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px auto 0;
}
.module_qrity .card-06 .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin: 0 10px;
}
.module_qrity .card-06 .cont .cont-img {
    width: 193px;
    height: 193px;
    border-radius: 50%;
    background: #FDFDFD;
    -webkit-box-shadow: 5px 5px 7px #00000014;
            box-shadow: 5px 5px 7px #00000014;
    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 auto 50px;
}
.module_qrity .card-06 .cont .cont-txt {
    border: 1px solid #BABABA;
    border-top: none;
    display: table;
    width: 100%;
    height: 120px;
}
.module_qrity .card-06 .cont .cont-num {
    background: #0DA9C0;
    display: block;
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-size: 17px;
}
.module_qrity .card-06 .cont .cont-txt p {
    font-size: 17px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}
.module_qrity .card-06 .cont .cont-txt p b {
    font-weight: 700;
}