.what_container {
    margin-bottom: 20px;
}
.what_text-container {
    flex: 1 1 50%;
    padding: 20px;
    box-sizing: border-box;
}

.what_text-container p {
    margin: 10px 0;
}

.what_text-container span {
    font-weight: bold;
}
.attention {
    font-weight: bold;
    color: red;
}
.significance_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.significance_image-container {
    flex: 1 1 50%;
    text-align: center;
    margin-bottom: 20px;
}

.significance_image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.significance_text-container {
    flex: 1 1 50%;
    padding: 20px;
    box-sizing: border-box;
}

.significance_text-container p {
    margin: 10px 0;
}

.significance_text-container span {
    color: red;
}

.situation_container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.situation_item {
    display: flex;
    justify-content: space-between;
}

.card {
    background-color: #ffffff;
    border-left: 10px solid ;
    border-image:linear-gradient(180deg, #005796, #46a8d5);
    border-image-slice: 1;
    margin: 10px;
    padding: 18px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    text-align: left;
}

.card1 {
    background-color: #e7f4f9;
    border-left: 10px solid ;
    border-image:linear-gradient(180deg, #005796, #46a8d5);
    border-image-slice: 1;
    margin: 10px;
    padding: 18px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    text-align: left;
}

.situation_item p {
    margin: 0;
    color: #555;
}

.card1 span {
    color: #eb7d7e;
}

.situation_left .card {
    margin: 10px 10px 30px 10px;
    padding: 20px;
}
.situation_left .card1 {
    margin: 10px 10px 30px 10px;
    padding: 20px;
}
.evaluation_container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.evaluation_card {
    background-color: #ffffff;
    border-left: 5px solid #555;
    margin: 2%;
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    text-align: left;
}

.evaluation_card p {
    margin: 0;
    color: #555;
}

.evaluation_arrow {
    font-size: 60px;
    color: #007acc;
    margin: -15px 0;
}

.evaluation_highlight {
    background-color: #fdfff1;
    padding: 15px;
    border: 1px solid #ccbe00;
    border-radius: 5px;
    max-width: 1000px;
    margin: 0 auto;
}

.evaluation_highlight p {
    color: #007acc;
    font-weight: bold;
    margin: 0;
    font-size: large;
}
.evaluation_highlight span{
    color: #eb7d7e;
    font-weight: bold;
}

.feature_container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.feature_intro {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
    text-align: left;
}
.feature_section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}
.feature_left {
    width: 510px;
    margin: 20px auto;
    padding: 0 50px 20px 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.feature_left h4 {
    text-align: center;
    background-color: #3a3a3a;
    color: white;
    padding: 20px 20PX;
    margin: 0 -50px 20px -50px;
}

.feature_er{
    display: flex;
    justify-content: space-between;
}
.feature_er_left{
    text-align: start;
    list-style: disc;
}
.feature_er_right{
    text-align: start;
    list-style: disc;
}
.feature_center{
    width: 120px;
    margin: auto;
}
.feature_right {
    width: 510px;
    margin: 20px auto;
    padding: 0 50px 20px 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.feature_right h4 {
    text-align: center;
    background: linear-gradient(180deg, #005796, #46a8d5);
    color: white;
    padding: 20px 20PX;
    margin: 0 -50px 20px -50px;
}
.first_feature {
    list-style: disc;
}
.first_feature li{
    text-align: start;
    font-weight: bold;
}
.first_feature li::marker {
    color: #eb7d7e;
    font-size:large;
    font-weight: bold;
}
.second_feature {
    list-style: disc;
    margin-left: 35px;
}
.second_feature li {
    font-weight: 400;
}
.second_feature li::marker {
    color: black;
    font-size: medium;
}
.line-with-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.line-with-text::before,
.line-with-text::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #005bac; /* 青い線 */
}

.line-with-text span {
    color: #005bac; /* 青い文字 */
    font-weight: bold;
    white-space: nowrap;
}

.point_section {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.point-card {
    width: 350px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

.point-header {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #005796, #46a8d5);
    color: white;
    padding: 20px;
    height: 30%;
}

.point-header .point-number {
    font-size: 36px;
    font-weight: bold;
    margin-right: 35px;
}

.point-header .point-title {
    line-height: 1.6;
}
.point-title p {
    text-align: start;
    font-weight: bold;
    font-size: 18px;
}

.point-content {
    line-height: 1.6;
    color: #333;
    text-align: start;
}
.point-content{
    margin: 10px;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
}
.bullet {
    margin-right: 10px;
    color: #eb7d7e;
}
.point-card {
    border: 2px solid #0078d7;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.point_bullet {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.point_highlight {
    background-color: #f1f8ff;
    padding: 15px;
    border: 1px solid #0081cc;
    border-radius: 5px;
    max-width: 1000px;
    margin: 20px auto;
    text-align: start;
}

.point_highlight p {
    text-align: start;
}
.point_highlight span{
    color: #eb7d7e;
    font-weight: bold;
}
.main_pr {
    font-size: large;
    font-weight: bold;
    color: #f18407;
    margin-bottom: 15px;
    text-align: center;
}

.note_container{
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 60px;
}

.note_section{
    margin-bottom: 20px;
}
.note_section-title {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    background: linear-gradient(180deg, #005796, #46a8d5);
    text-align: start;
    color: white;
}

.note_section-content {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border: 2px solid #0078d7;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.note_section-content ul {
    padding-left: 20px;
    list-style: disc;
    text-align: start;
}
.note_section-content li::marker{
    color: #eb7d7e;
    font-size:large;
    font-weight: bold;
}

.flow_container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

.flow_main-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.flow_subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.flow_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.flow_step {
    flex: 1;
    text-align: center;
    padding: 10px;
}

.flow_step-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.flow_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.flow_arrow {
    width: 30px;
    height: 30px;
    background-color: #005bac;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: 0 10px;
    flex-shrink: 0;
}
.difference_container{
    max-width: 950px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 60px;
}

.difference_section{
    margin-bottom: 20px;
}
.difference_section-title {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    background-color: #333;
    text-align: center;
    color: white;
}
.difference_section-title2 {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    background: linear-gradient(180deg, #005796, #46a8d5);
    text-align: center;
    color: white;
}

.difference_section-content {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border: 2px solid #333;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.difference_section-content2 {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border: 2px solid #0078d7;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.difference_section-content ul {
    padding-left: 20px;
    list-style: disc;
    text-align: start;
}
.difference_section-content li::marker{
    color: #333;
    font-size:large;
    font-weight: bold;
}
.difference_section-content2 ul {
    padding-left: 20px;
    list-style: disc;
    text-align: start;
}
.difference_section-content2 li::marker{
    color: #eb7d7e;
    font-size:large;
    font-weight: bold;
}
.defference_arrow{
    width: 80px;
    margin: 0 auto;
}
.defference_highlight {
    background-color: #fdfff1;
    padding: 15px;
    border: 1px solid #ccbe00;
    border-radius: 5px;
    max-width: 900px;
    margin: 10px auto;
    text-align: center;
}

.defference_highlight p {
    color: #007acc;
    font-weight: bold;
    margin: 0;
    font-size: large;
}
.defference_highlight span{
    color: #eb7d7e;
    font-weight: bold;
}
.material_container{
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 60px;
}

.material_section-title {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    background-color: #004683;
    text-align: center;
    color: white;
}
.material_section-content {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border: 2px solid #004683;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.material_section-content ul {
    padding-left: 20px;
    list-style: disc;
    text-align: start;
}
.material_section-content li {
    color: #004683;
    font-weight: bold;
}
.material_section-content li::marker{
    color: #004683;
    font-size:large;
    font-weight: bold;
}
.material_section-content span {
    color: #333;
    font-weight: normal;
}
.measure_container{
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 60px;
}


@media (max-width: 768px) {
    .significance_container {
        flex-direction: column;
    }

    .significance_image-container, .significance_text-container {
        flex: 1 1 100%;
        padding: 0;
    }
    .situation_item{
        flex-direction: column;
    }
    .situation_left .card {
        margin: 10px;
        padding: 20px;
    }
    .situation_left .card1 {
        margin: 10px;
        padding: 20px;
    }

    .card {
        padding: 20px;
    }
    .card1 {
        padding: 20px;
    }
    .evaluation_card, .evaluation_highlight {
        padding: 10px;
    }
    .evaluation_highlight p {
        font-size: 16px;
    }

    .evaluation_arrow {
        font-size: 40px;
    }

    .feature_section{
        flex-direction: column;
    }
    .feature_left{
        width: 100%;
    }
    .feature_right{
        width: 100%;
    }
    .feature_center{
        width: 80px;
    }
    .feature_center img {
        transform: rotate(90deg);
    }
    .point_section {
        flex-direction: column;
        align-items: center;
    }
    .point-card{
        margin-bottom: 10px;
        width: 100%;
    }
    .flow_steps {
        flex-direction: column;
    }

    .flow_arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

}

@media (max-width: 480px) {
    .feature_er {
        flex-direction: column;
    }
    .flow_icon{
        max-width: 50% !important;
    }
}