body{
    box-sizing: border-box;
    margin: 0;
    font-family: sans-serif;
}

body ul{
    list-style-type: none;
}

header{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #DF8543;
    box-sizing: border-box;
    color: white;
}

header p{
    font-size: 25px;
    font-weight: bold;
}

.header_button{
    color: white;
    text-decoration: none;
}

header div ul{
    display: flex;
    gap: 30px;
}

#web4_M {
    width: 100%;
    height: auto;
    padding:50px;
    padding-bottom: 0px;
    box-sizing: border-box;
    background-color: rgb(237, 226, 212);
}

.M {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 50px;
}

.M_img{
    width: 25%;
    height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#web4_con{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 70px;

}

.circle{
    width: 100%;
    border-radius: 50%;
    background-color: burlywood;
}

.circle_height{
    padding-top: 100%;
    position: relative;
}

#circle_01{
    background-color: rgb(217, 188, 99);
}

#circle_02{
    background-color: rgb(115, 160, 145);
}

#circle_03{
    background-color: rgb(217, 188, 99);
}

#p_img_1{
    position: absolute;
    left:30%;
    top: -20%;
    height: 120%;
}

#p_img_2{
    position: absolute;
    left:0%;
    top: -20%;
    height: 120%;
}

.M_text {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.M_text h2{
    text-shadow: 1px 1px 3px rgb(104, 103, 103);

}

.text_box{
    display: flex;
    flex-direction: column;
    height: 100%;
    border: solid 1px black;
    border-radius: 30px;
    background-color: white;
    padding: 20px;
}

.q_text{
    height: 100%;
    line-height: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.q_text li{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
#webo_M {
    width: 100%;
    padding: 50px;
    padding-top: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
    padding-bottom: 60px;
    background-color: rgb(237, 226, 212);
}

#M_box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.box{
    border: solid 1px rgb(91, 83, 80);
    border-radius: 40px;
    background-color: rgb(226, 209, 191);
    padding: 30px;
    box-sizing: border-box;
}

footer {
    width:100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:10px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #DF8543;
    box-sizing: border-box;
    color: white;
}

footer ul {
    height: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.button{
    background-color: #DF8543;
    border: solid 6px #DF8543;
    border-radius: 5px;
}

.button a{
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 500px){

    header{
        width:100%;
        height:100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding:50px;
        padding-top: 0px;
        margin-top: 0px;
        background-color: #DF8543;
        box-sizing: border-box;
        color: white;
    }

    header div ul{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 10px;
        box-sizing: border-box;
    }

    .M {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        margin-bottom: 50px;
    }

    .M_img{
        width: 70%;
        height: 370px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:90px;
    }

    .M_img p{
        z-index: 1;
        -webkit-text-stroke: 1px white;
        color: black;
        font-size: 23px;
        font-weight: bold;
    }

    #p_img_1{
        position: absolute;
        left:-20%;
        top: -60px;
        height: 390px;
    }
    
    #p_img_2{
        position: absolute;
        left:-20%;
        top: -60px;
        height: 390px;
    }

    #M_SP{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    #M_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 50px;
    }


.M_text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

footer {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding:50px;
    padding-top: 0px;
    margin-top: 0px;
    background-color: #DF8543;
    box-sizing: border-box;
    color: white;
}

footer ul {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box;
    padding: 0px;
}
    
}



