@charset "utf-8";

.container01 {
    position: relative;
    overflow: hidden;
}
@media print, screen and (min-width: 768px) {
    .bg_donut_area::after {
        width: 20.8vw;
        max-width: 400px;
        min-width: 300px;
        height: 20.8vw;
        max-height: 400px;
        min-height: 300px;
    }
}
.bg_donut_area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 3.125%;
    background: url('/common_2022/images/bg/img_donut_ill_03.png') no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

.container02 {
    padding: 20px 20px 40px;
    border-radius: 40px;
}

.link_list01 {
    display: flex;
    flex-direction: column;
}

.c_btn_01 .button_01{ 
    min-height: 80px;
}

@media screen and (max-width: 767px) {
    .bg_donut_area::after {
        top: 0px;
        right: -93px;
        width: 200px;
        height: 200px;
    }

    .container02 {
        margin: 0 -25px;
        padding: 25px;
        border-radius: 20px;
    }   

    .c_btn_01 .button_01{ 
        min-width: 200px;
        min-height: 50px;
    }
}

/* phone number area */
.txt_Bg02 {
    position: relative;
    padding-left: 51px;
}
@media screen and (max-width: 767px) {
    .txt_Bg02 {
        padding-left: 27px;
    }
}
.txt_Bg02::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 33px;
    height: 33px;
    background: url('/information/contact/images/icon_02.png') no-repeat left center;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_Bg02::before {
        top: 25%;
        width: 18px;
        height: 18px;
    }
}
.txt_Bg03 {
    position: relative;
    padding-left: 81px;
    font-weight: 600;
    letter-spacing: 5.12px;
    color: #222;
}
@media screen and (max-width: 767px) {
    .txt_Bg03 {
        margin-bottom: 24px;
        padding-left: 56px;
    }
}
.txt_Bg03::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 40px;
    background: url('/information/contact/images/icon_03.png') no-repeat left center;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_Bg03::before {
        width: 49px;
        height: 28px;
    }
}
.txt01 {
    padding: 12px 0;
    letter-spacing: 3px;
}
.subText01 {
    padding-left: 21px;
    font-weight: 400;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
    .subText01 {
        padding-left: 0;
    }

    .txt01 {
        padding: 12px 0;
        letter-spacing: 1px;
    }
}
