.how_to_use_content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.how_to_use_box{
    margin-top: min(1.200svw, 15px);
    margin-bottom: min(1.200svw, 15px);
    background-color: white;
    width: min(96.000svw, 1200px);
    border-radius: min(2.000svw, 25px);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.how_to_use_title{
    font-size: min(1.92svw,24px);
    margin-top: min(4.800svw, 60px);
    margin-bottom: min(1.0624svw,13.28px);
}

.how_to_use_publication_detail{
    margin-left: min(4.800svw, 60px);
    margin-right: min(4.800svw, 60px);
    width: min(86.4svw, 1080px);
    font-size: min(1.28svw,16px);
    text-align: right;
    border-top: 1px solid #d5d5d5;
    padding-top: min(1.0624svw,13.28px);
    margin-bottom: min(1.0624svw,13.28px);
}

.how_to_use_list{
    margin-top: min(1.28svw,16px); /* サイトの説明ページでは how_to_use_content を複数使うため、margin-top を追加 */
    margin-bottom: min(1.28svw,16px); /* サイトの説明ページでは how_to_use_content を複数使うため、margin-bottom を追加 */
    margin-left: min(4.800svw, 60px);
    margin-right: min(4.800svw, 60px);
    width: min(86.4svw, 1080px);
}

.how_to_use_index{
    margin-top: min(0.640svw, 8px);
    font-size: min(1.28svw,16px);
}

.how_to_use_item{
    margin-top: min(0.640svw, 8px);
    font-size: min(1.28svw,16px);
    width: min(85.12svw, 1064px);
    transform: translateX(min(1.28svw,16px));
}

.how_to_use_closing{
    font-size: min(1.28svw,16px);
    margin-left: min(4.800svw, 60px);
    margin-right: min(4.800svw, 60px);
    width: min(86.4svw, 1080px);
    text-align: right;
    padding-top: min(1.0624svw,13.28px);
    margin-bottom: min(4.800svw, 60px);
}

@media screen and (max-width: 480px) {
    .how_to_use_box{
        border-radius:min(4.5svw, 50px);
    }
    .how_to_use_title{
        font-size: min(3.84svw,24px);
        margin-top: min(2.1248svw,13.28px);
        margin-bottom: min(2.1248svw,13.28px);
    }
    .how_to_use_publication_detail{
        width: min(88svw, 576px);
        font-size: min(3.84svw, 24px);
        padding-top: min(2.1248svw,13.28px);
        margin-bottom: min(2.1248svw,13.28px);
    }
    .how_to_use_list {
        width: min(88svw, 550px);
    }
    .how_to_use_index{
        font-size: min(3.84svw, 24px);
    }
    .how_to_use_item {
        font-size: min(3.84svw, 24px);
        width: min(85.44svw, 534px);
        transform: translateX(min(2.56svw,16px));
    }
    .how_to_use_closing{
        font-size: min(3.84svw, 24px);
        width: min(88svw, 576px);
        text-align: right;
        padding-top: min(2.1248svw,13.28px);
        padding-bottom: min(2.1248svw,13.28px);
        margin-bottom: min(2.1248svw,13.28px);
    }
}

/* 追加したCSS ここから */

/* アンカー要素の色について ここから */
.how_to_use_content a {
    color: black; /* 文字色を黒に設定 */
}

.how_to_use_content a:hover {
    background-color: #fff7e1; /* ホバー時の背景色 */
}
/* アンカー要素の色について ここまで */

/* 見出しについて ここから */
.highlighted_heading_large {
    color: white;
    background-color: black;
    padding: 0.2em;
    font-size: 1.25em;
}

.highlighted_heading_small {
    font-size: 1.25em;
    padding: 0.2em;
}

.highlighted_heading_small::before {
    content: "◦";
}
/* 見出しについて ここまで */

/* テーブルについて ここから */
table > tbody > tr > td:first-child,
table > thead > tr > th:first-child {
    width: 20%;
}

table > thead > tr > th {
	text-align: left;
	border-bottom: 1px solid;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
	padding: 5px 10px;
}

table > tbody > tr + tr > td {
	border-top: 1px solid;
}
/* テーブルについて ここまで */

/* 追加したCSS ここまで */
