@charset "UFT-8";
@media(min-width:750px){/*PC用*/
    main{
        display:flex;
        
            background-color:rgba(255, 228, 196, 0.523);
            /* height: 48.5rem;
            margin-top:15px;
            margin-bottom:10px; */
            /* position:fixed; */
    width: 100%;
    /* background-color:rgba(255, 228, 196, 0.523); */
    /* height: 38rem; */
    height:37rem;
    margin-top:100px;
    margin-bottom:0px;
        
    }
    .aboutme{
        flex:1;
        .profile_table{
            /* background-color: red; */
            margin-top:10rem;
            caption{font-size:2rem;} 
            th{font-size:1.5rem;}
            /* th{background-color: white;} */
            display:flex; 
    
            justify-content:space-around;
        
        }
        /* float:left; */
        /* background-color: red; */
        /* display:flex;  */
        /* justify-content:space-around;  */
        
        
    }
    .picture{
        /* float:right; */
        flex:1;
        .pic{
            margin-top:10rem;
            padding-left:10rem;
            margin-right:10rem;
            .pic1{
                width:500px
                /* height :auto  */
            }
            /* background-color: red; */
            p{margin-left:10rem}
        }
        /* background-color: blue; */
    
    }
}
@media (max-width:750px){
    main{
        display:block;
        
        background-color:rgba(255, 228, 196, 0.523);
        .profile_table{
            /* background-color: purple; */
            padding-top: 3rem;
            padding-left:1.8rem;
        }
        .pic{
            /* background-color: pink; */
            .pic1{
                /* display:block; */
                /* background-color: red; */
                margin-top:3rem;
                padding-left:3rem;
                    
                /* margin-right:20px; */
                   
                width:300px
                /* height :auto  */
            }
            p{text-align: center;}

        }
            
            
            /* height: 48.5rem;
            margin-top:15px;
            margin-bottom:10px; */
        
    }
    
}




