@charset "utf-8";

.container01 {
    position: relative;
    overflow: hidden;
}
.bg_donut_area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -180px;
    width: 400px;
    height: 400px;
    background: url('/common_2022/images/bg/img_donut_ill_04.png') no-repeat right top;
    background-size: 100%;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .bg_donut_area::after {
        top: 0;
        right: -90px;
        width: 200px;
        height: 200px;
    }
}
.eiyou_wrap {
    position: relative;
    overflow: hidden;
}
.clm2_1 {
    padding: 0 23px 35px;
}
.clm2_1:nth-child(3){
    margin-bottom: 32px;
    border-bottom: 1px solid #ccc;
}
.c_box_inner p em{
    line-height: 1.4;
    color: #551900;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .clm2_1 {
        margin-bottom: 16px;
        padding: 0 0 17px;
    }
}
.p10 {
    padding: 10px 0 0;
}
.txt_Bg01 {
    position: relative;
    padding-left: 50px;
}
@media screen and (max-width: 767px) {
    .txt_Bg01 {
        padding-left: 23px; 
    }
}
@media screen and (max-width: 535px){
    .txt_Bg01 {
        display: block;
        text-align: left;
    }
}
.txt_Bg01::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 33px;
    height: 33px;
    background: url('/m_menu/eiyou/images/icon_01.png') no-repeat left center;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_Bg01::before {
        width: 21px;
        height: 21px;
    }
}
.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('/m_menu/eiyou/images/icon_02.png') no-repeat left center;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_Bg02::before {
        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('/m_menu/eiyou/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;
}
.subText01 {
    padding-left: 21px;
    font-weight: 400;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
    .subText01 {
        padding-left: 0;
    }
}