@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");

body {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.03em;
      }

   
    
.profile { 
    margin-left: 100px;
    margin-right: 100px;
    color: #000000;
    line-height: 200%;
}


h1 img{
    max-width: 500px;
    height: auto;
    margin-left: 60px;
    margin-top: 21.4px;
}

.profile {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;    
}

.back a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none; 
    margin-left: 100px;     
}

.back {
    margin-top: 100px;
}
    
a {
    color: #000000; 
    transition: .1s;    
}

a:hover{
    opacity:0.5 ;
}

.sns {
       display:flex;
    margin-left: -60px;
}

.sns li {
    list-style: none;
    margin-top:70;
    margin-left:20px;
}


.sns li img{
    max-width:15px;
    margin-top:6;
    transition: .1s;
}


/* スマホ用 */

@media only screen and (max-width: 767px){
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 30px;
      }

.profile { 
    font-size: 0.65rem;
    margin-left: 24px;
    margin-right: 20px;    
}    
    
.back a {
    font-size: 0.8rem;
    text-decoration: none; 
    margin-left: 24px; 
}    

h1 {
    margin-left: -62px;
    margin-top: -21.4px;
}    
    
img{
    width: 339.5px;
} 
    
}     