@charset "UTF-8";

.module_waterglow {
    line-height: 1.3;
    word-break: keep-all;
}
.module_waterglow .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_waterglow .pg_padding {
	padding: 80px 0 130px;
}
.module_waterglow .__point {
	color: #117BCA;
	font-size: 17px;
	font-weight: 700;
}

/*card-01*/
.module_waterglow .card-01 {
    text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.module_waterglow .card-01 .__title {
    font-size: 30px;
	color: #fff;
	font-family: 'Campton', sans-serif;
	text-align: center;
    font-weight: 700;
}
.module_waterglow .card-01 .__title .__color {
    color: #77c5ff;
}
.module_waterglow .card-01 .item-wrap {
    margin: 35px auto 0;
}
.module_waterglow .card-01 .item-inner {
    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_waterglow .card-01 .item {
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    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: 17px;
    margin: 20px 10px;
    background: #0074cc6b;
}

/* card-02 */
.module_waterglow .card-02 {
    background: #fff;
}
.module_waterglow .card-02 .sub-title {
    margin: 35px auto 0;
    font-size: 17px;
    color: #414242;
    text-align: center;
}
.module_waterglow .card-02 .sub-title .__point {
    font-size: 20px;
}
.module_waterglow .card-02 .sub-title .dotted {
    font-weight: 700;
    position: relative;
    letter-spacing: -5px;
}
.module_waterglow .card-02 .sub-title .dotted:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #117BCA;
}
.module_waterglow .card-02 .cont-wrap {
    margin: 35px auto 0;
    position: relative;
}
.module_waterglow .card-02 .cont {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    width: 270px;
    height: 270px;
    margin: auto;
}
.module_waterglow .card-02 .cont.item-01 {
    border: 2px solid #AFAFAF;
}
.module_waterglow .card-02 .cont.item-02 {
    border: 2px solid #74B6E8;
    margin: 100px auto;
}
.module_waterglow .card-02 .cont.item-03 {
    border: 2px solid #1584D7;
}
.module_waterglow .card-02 .cont img {
    width: 100%;
}
.module_waterglow .card-02 .cont-wrap .icon-left,
.module_waterglow .card-02 .cont-wrap .icon-right {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 50%;
    max-width: 30px;
}
.module_waterglow .card-02 .cont-wrap .icon-left {
    top: 31.5%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.module_waterglow .card-02 .cont-wrap .icon-right{
    bottom: 31.5%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
}

/* card-03 */
.module_waterglow .card-03 {
    background: #F0F9FF;
    padding: 160px 0;
}
.module_waterglow .card-03 .txt-box {
    line-height: 1.5;
    font-size: 17px;
}
.module_waterglow .card-03 .txt-box .__point {
    font-weight: 500;
    color: #168ae1;
}

/* card-04 */
.module_waterglow .card-04 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.module_waterglow .card-04 .cont-wrap {
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
}
.module_waterglow .card-04 .cont {
    margin: 0 2px;
    font-size: 17px;
    overflow: hidden;
}
.module_waterglow .card-04 .cont.item-01 {
    width: 14%;
    border-radius: 10px 0 0 10px;
}
.module_waterglow .card-04 .cont.item-02,
.module_waterglow .card-04 .cont.item-03 {
    width: 43%;
    border-radius: 10px;
}
.module_waterglow .card-04 .cont.item-01 .line-box:nth-of-type(odd),
.module_waterglow .card-04 .cont.item-02 .line-box:nth-of-type(even),
.module_waterglow .card-04 .cont.item-03 .line-box:nth-of-type(even) {
    background: #fff;
}
.module_waterglow .card-04 .cont.item-01 .line-box:nth-of-type(even),
.module_waterglow .card-04 .cont.item-02 .line-box:nth-of-type(odd),
.module_waterglow .card-04 .cont.item-03 .line-box:nth-of-type(odd) {
    background: #FAFAFA;
}
.module_waterglow .card-04 .cont .line-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
}
.module_waterglow .card-04 .cont.item-02 .line-title {
    background: #008BF3;
}
.module_waterglow .card-04 .cont.item-03 .line-title {
    background: #16A5E1;
}

.module_waterglow .card-04 .cont .line-box {
    padding: 20px 0;
    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: 14px;
}
.module_waterglow .card-04 .cont.item-03 .line-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.module_waterglow .card-04 .cont .line-01 {
    min-height: 125px;
}
.module_waterglow .card-04 .cont .line-02,
.module_waterglow .card-04 .cont .line-05 {
    min-height: 100px;
}
.module_waterglow .card-04 .cont.item-03 .line-01 small {
    font-size: 14px;
    line-height: 1.5;
}
.module_waterglow .card-04 .detail-txt {
    margin: 70px auto 0;
    text-align: center;
    font-size: 15px;
}
.module_waterglow .card-04 .detail-txt .__point {
    font-size: 15px;
    color: #168ae1;
    display: inline;
}
.module_waterglow .card-04 .detail-txt b {
    font-weight: 700;
}