/* body {
    font-family: Inter, "Noto Sans JP", sans-serif;
} */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

body {
    font-family: "Noto Sans JP", sans-serif !important;
}



.container {
    max-width: 960px;
}


.row {
    margin-top: 0px;
    margin-bottom: 0px;
}



.c_catch_phrase {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 20px 0;
}


.c_section_1,
.c_section_2,
.c_section_3,
.c_section_4,
.c_section_5 {
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);
    clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);

}


.c_section_1 {
    background-color: #f4fdce;
}

.c_section_2 {
    background-color: #ffffff;
}

.c_section_3 {
    background-color: #d1d8ef;
}

.c_section_4 {
    background-color: #f5ffd6;
}

.c_section_5 {
    background-color: #303030;
}

.section_title {
    background-color: transparent;
    font-weight: bold;
    font-size: 1.8rem;
}



.c_box_1 {
    /* background-color: #c7ffce; */
    /* height: 200px; */
    margin: 10px;
}

.c_box_2 {
    background-color: #fadbfb;
    height: 200px;
    margin: 10px;
    border-radius: 30px;
}

.c_box_3 {
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    /* min-height: 200px; */
    margin: 10px;
    padding: 10px;
}


.c_box_4 {
    background-color: #ffffff;
    border-radius: 10px;
    /* height: 100px; */
    margin-bottom: 40px;
    padding: 10px;
}

.c_box_5 {
    background-color: #ffffff;
    border-radius: 10px;
    /* height: 100px; */
    margin-bottom: 40px;
    padding: 10px;
}


.c_label_1 {
    /* color: #fb94ff; */
    font-weight: bold;
    /* font-size: 1.8rem; */
}





.c_label_2 {
    font-size: 2.0rem;
    font-weight: bold;
}


.c_button_1 {
    background-color: #ed7b50 !important;
    border-radius: 30px;
    /* color: #212529; */
    font-size: 1.2rem;
    padding: 10px 80px;
    box-shadow: 0 0.2rem 0.2rem #ed7b50;
    color: #ffffff !important
}


.c_button_1:hover {
    background-color: #d4714d;
    color: #ffffff;
}


.c_image {
    object-fit: cover;
    /* object-fit: fill; */
    /* object-fit: contain; */
    height: 200px;
    width: 100%;
    /* height: 100%; */
}

.c_icon_image {
    width: 60px;
    /* max-height: 80px; */
    height: 60px;
    object-fit: contain;
}



.c_label_1 {
    /*
    background-color: #e0f1e7;
    color: #008e3c;
    */
    /* color:#fff; */
    padding: 12px;
    margin-bottom: 10px;
    margin-right: 6px;

}


.c_label_3 {

    background-color: #e0f1e7;
    color: #008e3c;
    padding: 8px;
    margin-bottom: 10px;
    margin-right: 6px;
    font-weight: bold;
}


.balloon {
    position: relative;
    padding: 1em;
    min-height: 120px;
}

.balloon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}



.color_m {
    color: #0434d1;
}

.color_w {
    color: #b6022c;
}


.lbl_question:before {
    position: absolute;
    content: "Q";
    color: #008e3c;
    font-size: 1.2rem;
    left: -10px;
    top: -4px;
}

.lbl_question {
    position: relative;
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000;
}

.lbl_answer:before {
    position: absolute;
    content: "A";
    color: #c70000;
    font-size: 1.6rem;
    line-height: 1.6rem;
    left: -10px;
    /* top: -4px; */
}


.lbl_answer {
    position: relative;
    font-weight: bold;
    /* font-size: 1.4rem; */
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000;
}

.c_under_1 {
    border-bottom: 1px solid #e5e5e5;
    /* margin-bottom: 20px;
    padding-bottom: 20px; */
}


.c_section_inner {
    max-width: 1100px;
}



@media screen and (max-width: 700px) {
    section {
        -webkit-clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
        clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
    }

    .c_label_3 {
        padding: 6px;
    }
}
