@charset 'UTF-8';/*  */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


/* ----------------------------------------------------------Base------------------------------------------------------------*/
html {
    font-size:10px;
}

body {
  font-family:
    "Times New Roman", serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05rem;
    line-height: 1.8; /* 行間を広めに */
    letter-spacing: 0.5px; /* 文字の間隔を少し広げる */
    text-align: justify; /* 両端揃えで読みやすく */
    max-width: 800px; /* 読みやすい幅（新聞コラムに近い） */
    text-align: left;
    text-decoration: none;
    
}
/* ----------------------------------------------font--------------------------------------------------------------------*/
.nomal{
  font-weight: 200;
}
.center{
 text-align: center;
}
.left{
 text-align: left;
}
.right{
  text-align: right;
}
.bold{
 font-weight: bold;
}
 a, p{
     font-size:1.8rem;
    text-decoration: none;
    color:black;
 }
h6{
     font-size:1.5rem;
    }
h1{
    font-size:3rem;
    font-weight:500;
    margin:0vw;
    
  }
h2{
    font-size:2.5rem;
  }
h3{
    font-size:2rem;
  }
h4{
  font-size:2.5rem;
  margin:0vw;
  }
h5{
  font-size:1.8rem;
}
div{
  font-size:1.8rem;
}
ul{
  padding: 0;
}
@media (min-width:600px) {
  a, p {
    font-size: 1.2rem; /* Slightly smaller text */
}
h6 {
    font-size: 1.3rem;
}
h1 {
    font-size: 2.5rem; /* Reduced font size for smaller screen */
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 3.2rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.3rem;
}

    
}
@media (min-width:1080px) {
    
  a, p{
    font-size:1.9rem;
}
h6{
    font-size:1.5rem;
}
h1{
    font-size:3rem;
    font-weight:500;
    margin:0vw;
}
h2{
    font-size:2.5rem;
}
h3{
    font-size:4rem;
}
h4{
    font-size:2.2rem;
    margin:0.5vw;
}
h5{
    font-size:2rem;
}
div{
  font-size:1.9rem;
}
}
/* ----------------------------------------------------------------------------------------------------------------------*/

