@charset "utf-8";

/* スタイルの初期設定 */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header, main, footer {
    padding: 10px;
}

header {
    background-color: #efefef;
}

/* ロゴを中央に配置 */
.logo-container {
    text-align: center;
}

.logo {
    width: 35%;
}

/* フォームを中央に配置 */
.account-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-form {
    display: flex;
    flex-direction: column;
}

.custom-textbox {
    margin-bottom: 10px;
}

/* レスポンシブデザインの設定 */
@media screen and (max-width: 600px) {
    .custom-textbox {
        width: 100%;
    }
}

.textbox-001 {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

.textbox-001::placeholder {
    color: #999;
}

.button-001 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #557de9;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}


.input-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.textbox-001 {
    flex-grow: 1;
    margin-right: 20px; /* You can adjust this value */
}

.button-001 {
    flex-basis: auto;
}

.button-001:hover {
    background-color: #1579c0;
    cursor: pointer;
}

.button-018 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #557de9;
}

.button-018:hover {
    border: 1px solid #557de9;
    background-color: #fff;
}

.button-018:hover path {
    fill: #557de9;
}

.button-006 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #1da1f2;
}

.button-006:hover {
    border: 1px solid #1da1f2;
    background-color: #fff;
}

.button-006:hover path {
    fill: #1da1f2;
}

.heading-031 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #557de9;
    color: #333333;
}

.heading-031::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #557de9;
    content: '';
}

.heading-031::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #557de9;
    content: '';
}
.balloon-002 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin-top: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #e0efff;
    color: #333333;
}

.balloon-002::before {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 15px;
    background-color: #e0efff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

#hashtag_area {
    display: none;
    flex-direction: column;
    gap: 10px;
}

#hashtag_area > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#hashtag_area > div > button {
    margin-left: 10px;
}

#hashtag_area div {
    display: inline-flex;
    align-items: center;
    margin:  0;
    padding: 0.5em;
    border-radius: 20px;
    background-color: #fff;
    font-size: 16px;
}

.delete-icon {
    fill: #aaa;
    cursor: pointer;
    margin-left: 5px;  /* ← SVGの左側に余白を追加 */
}

.hashtag-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    border: 1px solid #ddd;
    margin-bottom: 0.5em;
}
#hashtag_area a {
    color: #333;  /* 文字色を #333に設定 */
}

#hashtag_area a:hover {
    color: #333;  /* マウスオーバー時の色も #333に設定 */
    cursor: pointer;
}

.button-container {
    display: flex;
    justify-content: flex-start;
}

.button-style {
    margin: 10px;
}
#hashtag_container {
    display: none;
}

.hashtag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .hashtag-list div {
    display: inline-block;
    padding-bottom: 2px;
  }
  
  .hashtag-list div::after {
    content: "";
    display: block;
    border-bottom: 1px dashed;
  }
  
  .hashtag-list div a {
    float: right;
  }
  .list-008 {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #557de9;
}

.list-008 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #557de9;
    font-weight: 600;
}


.list-008 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-008 li {
    padding: .3em .3em .3em 0;
}

.list-008 li::marker {
    color: #557de9;
    font-size: 1.1em;
}

.heading-016 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.heading-016::before,
.heading-016::after {
    width: 3px;
    height: 40px;
    background-color: #557de9;
    content: '';
}

.heading-016::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-016::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.hashtag-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hashtag-item p {
    margin: 0;
}

.hashtag-name {
    margin-right: 5px;
    text-decoration: none;
}

.hashtag-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hashtag-link a {
    text-decoration: none;
    border-bottom: none;
}

.delete-icon {
    width: 16px;
    height: 16px;
    fill: #4B4B4B;
    cursor: pointer;
    margin-left: 5px;
}

.heading-099 {
    font-size: large;
    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    background-color: #f2f2f2;
    color: #333333;
}

.timeline {
    width: 100%;
    margin: 0px;
}

.timeline-list {
    padding: 0;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}

.timeline-list-item h2 {
    margin: 0;
    padding: 0;
    font-size: medium;
}

.timeline-list-item .date {
    width: 20%;
    text-align: center;
    padding: 0 5px;
    color: #888888;
    font-weight: bold;
}

.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 0px 10px 20px;
    border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px; //widthの半分の値を指定
    width: 20px;
    height: 20px;
    background-color: #00c2bc;
    border-radius: 10px;
}

.normal_txt{
    font-size: large;
    font-weight: 100;
}