@charset "UTF-8";
p {
margin-bottom: 1.2em;
}

.huto{
font-weight: bold;
}

.deka{
font-size: x-large;
font-weight: bold;
line-height: 2em;
}

.aka{
color: #B71313;
font-weight: bold;
}

.ao{
color: #0066FF;
font-weight: bold;
text-decoration: underline;
}

.deaka{
font-size: x-large;
color: #B71313;
font-weight: bold;
line-height: 2em;
}

.kasen{
font-weight: bold;
background: linear-gradient(transparent 60%, #FFCCFF 60%);
}


/* ==========================================================================
   テーブル
   ========================================================================== */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.image-container {
    width: 60%;
    margin: 0 auto;
}
.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.title {
    font-size: 18px;
    font-weight: bold;
}
.description {
    font-size: 14px;
    color: #333;
    text-align: left;
}