@charset "UTF-8";

.sec01_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec01_left {
    width: 30%;
    border: 1px solid var(--i_btn_color);
    color: var(--i_btn_color);
    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;
}

.sec01_right {
    width: 66%
}

@media screen and (max-width: 768px) {
    .sec01_left {
        width: 260px;
        padding: 1rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
    .sec01_right {
        width: 100%;
    }
}




.sec02_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec02_left {
    width: 30%;
    text-align: center;
}

.sec02_right {
    width: 66%
}

.sec02_right .ttl_p {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.sec02_left .top_maru {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.sec02_left .c1 {
    background: #7BBBB8;
    border-radius: 50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    color: #fff;
    width: 80px;
    height: 80px;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
}
.sec02_left .c1:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
}

.sec02_left .c2 {
    background: #7DADC3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    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: relative;
}

.sec02_left .c2:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
}


.sec02_left .c3 {
    background: #3D9ECB;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    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-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 1.2rem;
}

.sec02_left .c3:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
}


.sec02_left .bottom_maru {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sec02_left .c4 {
    background: #DEC58D;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    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: relative;
}

.sec02_left .c4:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
}



.sec02_left .c5 {
    background: #B0C288;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    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: relative;
}

.sec02_left .c5:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
}



@media screen and (max-width: 768px) {
    .sec02_left {
        width: 100%;
        margin-bottom: 1rem;
    }
    .sec02_right {
        width: 100%;
    }
}