@charset "UTF-8";
.module_acuu {
    word-break: keep-all;
}
.module_acuu .minframe {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 860px;
    margin: 0 auto;
}
.module_acuu .pg_padding {
	padding: 80px 0 130px;
}
.module_acuu .__point {
	color: #4472D2;
	font-size: 17px;
	font-weight: 700;
}

/*card-01*/
.module_acuu .card-01 {
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: cover;
}
.module_acuu .card-01 .__title {
	font-size: 40px;
    font-family: 'Campton', Sans-serif;
    color: #fff;
	text-align: center;
}
.module_acuu .card-01 .item-wrap {
    margin-top: 35px;
}
.module_acuu .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;
    text-align: center;

}
.module_acuu .card-01 .item {
    width: 9rem;
    height: 9rem;
    background: #3093f863;
    color: #fff;
    font-size: 17px;
    margin: 20px;
    border-radius: 50%;
    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;
}

/* card-02 */
.module_acuu .card-02 {
    background: #FFFFFF;
}
.module_acuu .card-02 .cont-title {
    background: #4472D2;
    text-align: center;
    padding: 1rem 0;
}
.module_acuu .card-02 .cont-title > span {
    color: #9bbbff;
    font-size: 15px;
    font-style: italic;
}
.module_acuu .card-02 .cont-title > p {
    color: #fff;
    font-size: 20px;
}
.module_acuu .card-02 .cont-wrap {
    margin: 35px auto 0;
}
.module_acuu .card-02 .cont-inner {
    position: relative;
}
.module_acuu .card-02 .cont {
    padding: 70px 0;
}
.module_acuu .card-02 .cont-img img {
    max-height: 250px;
}
.module_acuu .card-02 .cont-inner .__line {
    display: inline-block;
    width: 80%;
    height: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_acuu .card-02 .cont-txt {
    text-align: center;
}
.module_acuu .card-02 .cont .num {
    font-size: 40px;
    color: #8a8a8a;
    font-weight: 700;
    font-family: 'Campton', Sans-serif;
}
.module_acuu .card-02 .cont .sub-title {
    font-style: italic;
    font-size: 15px;
    background: #fff;
    margin-top: -20px;
    position: relative;
    padding: 10px 0;
    color: #424242;
}
.module_acuu .card-02 .cont .sub-title .__orange {
    font-weight: 700;
    color: #f5863c;
    font-size: 17px;
    font-style: normal;
}
.module_acuu .card-02 .cont .sub-title .__point {
    font-style: normal;
}
.module_acuu .card-02 .cont .txt-inner {
    color: #424242;
    font-size: 15px;
    max-width: 400px;
    margin: 10px auto 0;
    padding: 0 5px;
}

/* card-03 */
.module_acuu .card-03 {
    background: #F2F6FF;
}
.module_acuu .card-03 .cont-wrap {
    margin: 35px auto 0;
}
.module_acuu .card-03 .cont-inner:last-child {
    margin-bottom: 0;
}
.module_acuu .card-03 .cont {
    text-align: center;
    margin: 50px auto;
}
.module_acuu .card-03 .cont-wrap .cont-img {
    background: #A1BCF5;
    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;
    margin: auto;
}
.module_acuu .card-03 .cont-wrap .cont-img img {
    max-height: 5rem;
}
.module_acuu .card-03 .cont.item-02 .cont-img img,
.module_acuu .card-03 .cont.item-03 .cont-img img {
    max-height: 6rem;
}
.module_acuu .card-03 .cont.item-04 .cont-img img {
    max-height: 3rem;
}
.module_acuu .card-03 .cont-wrap .__point {
    margin: 20px auto 7px;
}
.module_acuu .card-03 .cont-wrap .cont-txt {
    font-size: 15px;
    color: #424242;
}