@charset "utf-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
      }

.details  {
    margin-top: 50px;
    text-align:center
}

.item {
    margin-top: 50px;
}
    
.details .item .details_text { 
    font-size: 0.8rem;
    margin-top: 80px;
}



h2 {
    margin-top: 100px;
    margin-bottom: 80px;
    text-align:center
      }

h2 a {
    font-size: 1.2rem;
    font-weight: normal;
    transition: .1s;
    color: #000000;
    text-decoration: none; 
}


h2 a:hover{
	opacity: 0.5;
}




/* スマホ　600px以下 */
@media only screen and (max-width: 600px){
  img{
    width: 88.5%;
    align-items:center;  
  }

.details .item .details_text { 
    font-size: 0.6rem;
    margin-top: 70px;
} 
    
.item {
    margin-top: 30px;
}    

h2 a{
     font-size: 0.8rem;
}    
    
}
/* pc　600px以上 */
@media only screen and (min-width: 600px){
  img{
    max-width: 850px;  
  }
}

/* ipad　600px以上 1400以下 */
@media only screen and (min-width: 600px)and (max-width: 1400px){
  img{
    max-width: 750px;  
  }
}