@charset "utf-8";
div.container {
    margin-top: 100px;
    width: 375px; 
    background-color: white;
  }

#header {
    position: fixed;
    max-width: 100%;
    top: 0;
    z-index: 100;
 }



h1 {
    margin-left: 20px;
    font-size: 20px;
}

 #samune1 {
    margin-top: 40px;
    height: 200px;
    display: flex;
    background-color: #C1E5F5;
}


.profile {
    margin-top: 20px;
    margin-left: 20px;
    position:relative
}

#interview {
    margin-bottom: 50px;
}

.interviewimg {
    position: absolute;
    margin-top: -40px;
    margin-bottom: 10px;
    margin-left: 200px;
    width: 40%;
}

h3 {
    font-size: 13pt;
}
#prf {
    font-size: 11pt;
}



.qa {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 100px;
    background-color: white;
}

.qa1 {
    margin-top: 50px;
}

#btn {
    margin-top: 50px;
}
a.modorubtn {
    border-radius: 10px;
    background-color: #6FBC23;
    padding: 10px;
    text-decoration: none;
    color: white;
  }

a.modorubtn:hover {
    color: #fff;
    background: #5A951F;
  }






html {
    overflow: auto;
    }
body {
    width: 375px;
    overflow: hidden;
    margin: 0;
    font-family: "YuGothic";
    }