@charset "UTF-8";

html{
    font-size: 0.625rem;
    scroll-behavior: smooth;

}
body{
    font-size: 1.6rem;
 
    color: #f2f2f2;
    font-weight: bold;

    background-color: #114477;


}

li{
    list-style: none;

}


ul li + li{margin-top: 30px;}

ul li .area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul li:nth-child(even) .area{
    flex-direction: row-reverse;
}

.ti{text-align: center;}

a{
    text-decoration: none;
    color: #f2f2f2;
    position: absolute;
padding: 20px;
padding-right: 20px;

}

body {
    font-family: Arial, sans-serif;

    margin: 0;
    padding: 20px;
}

/* タイトル */
.ti {
    text-align: center;
    margin-bottom: 30px;
}

/* リスト全体 */
ul {
    list-style: none;
    padding: 0;
}

/* 横並び */
ul li {
    margin-bottom: 30px;
}

/* カード */
.area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
      background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    gap: 20px;
}

/* テキスト */
.area p {
    flex: 1;
    line-height: 1.6;
}

/* 見出し */
.area h2 {
    width: 150px;
    text-align: center;
}

/* 画像 */
.photo img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* 戻るボタン */
.listin {
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
}

.list li a {
    color: #ffffff;
    text-decoration: none;
}

.area p{
    color: black;
}
h2{
    color: black;
}

.area a{
    color:black
}

