body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;

}


h1 {
    background-color: #f03957;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px; /* h1要素の高さを指定 */
    margin-bottom: 30px;
    background-size: 80px; /* 画像の幅を指定 */
    padding: 15px;
}


section {
    
    background-color: #f8f8f8;
    border: 1px solid #fdd190;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

p {
    margin-left: 40px;
    margin-right: 40px;
}

.catch{
    background :#ffffff;
    text-align: center;
}

h2 {
    color: #000000;
    padding-left: 20px;
    background-color: #fcd83a;
    margin-bottom: 15px;
    border-radius: 20px;
}

h3 {
    margin-left: 20px;
    margin-top: 30px;
}

.highlight-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    
    background-color: #7ec5ff;
    border-radius: 5px;
}


.section img {
   margin-top: 20px;
}


footer {
    margin-top: 80px;
    position: relative;
}

img{
    margin-left: 30px;
    border-radius: 2%; /* 丸い形状にするための設定 */
}


.clickable-image {
    margin-left: 30px;
    transition: transform 0.3s ease;
}


.clickable-image:hover {
transform: scale(2.5); /* クリック時の拡大サイズ */
cursor: pointer;
}


#cards {
    flex-wrap: wrap; 
    display: flex;
    justify-content: center;
  }

.setumei-card {

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    border: 2px solid #1b1b1b;
    border-radius: 5px;
    font-weight: bold;
    width: 200px;

  }