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

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


 

#top {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 11pt;
    writing-mode: vertical-rl; 
    position:relative
    
}

#topimage {
    margin-left: 0;
    max-width: 375px;
}

h1 {
    margin-top: 40px;
    position: absolute;
    top: 30px;;
    left:0;
    text-shadow:0 0 20px white,0 0 20px white,0 0 20px white;
    color: #6FBC23;
}

#mainSetumei {
    margin: 39px;
    text-align: center;
    font-size: 11pt;
    line-height: 50px;
}

.zyuuyoutext {
    color: #6FBC23;
}


#sikakusyoukai {
    background-color: #FFFBC9;
}


#sikakuSetumei {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 11pt;
    line-height: 25px;
}

#mainimage {
    margin-left: 0;
    max-width: 100%;
}

h2 {
    text-align: center;
    color: #6FBC23;
}

a.sikakusyousai {
    border-radius: 10px;
    background-color: #D1B863;
    padding: 10px;
    text-decoration: none;
    color: white;
  }

a.sikakusyousai:hover {
    color: #fff;
    background: #A08732;
  }


#mainContent {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.qa {
    margin-top: 30px;
}

.question {
    padding-top: 20px;
    display: flex;
    font-size: 11pt;
}

.questionimage {
    width: 30%;
}

p.qatext {
    width: 200px;
    padding-left: 20px;
    font-size: 11pt;
}

.answer {
    padding-top: 15px;
    display: flex;
}

.answerimage {
    width: 30%;
}

a.qasyousai {
    padding-right: 20px;
    border-radius: 10px;
    background-color: #D1B863;
    padding: 10px;
    text-decoration: none;
    color: white;
  }

a.qasyousai:hover {
    color: #fff;
    background: #A08732;
  }

.btn {
    padding-top: 30px;
    text-align:  center;
}
  

#gakuseiInterview {
    margin: 20px;
    margin-bottom: 100px;
}


#samune1 {
    position: relative;
    margin-top: 20px;
    display: flex;
    background-color: #C1E5F5;
    border-radius: 30px;
}
#samune1  a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.syousaibtn {
    text-align: right;
    margin-right: 20px;
    text-decoration:underline;
}
#samune2 {
    margin-top: 20px;
    display: flex;
    background-color: #E9F5B8;
    border-radius: 30px;
}
#samune3 {
    margin-top: 20px;
    display: flex;
    background-color: #F5CFC1;
    border-radius: 30px;
}




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

.interview {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 35%;
}

h3 {
    font-size: 13pt;
}



#kihonzyouhou {
    display: flex;
}

#nid {
    margin-left: 20px;
    margin-bottom: 70px;
}

#sns {
    display: flex;
    margin-top: 20px;
    margin-left: 60px;
    
}

.snsrogo {
    width: 40px;
    margin: 10px;
}

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