* {
    margin: 0;
    padding: 0;
}



.top-img img {
    width: 100%;
    margin: 0;
}
/* 共通：各セクション */
.sec-wrap {
    padding: 20px;
 /*   max-width: 800px; */
    margin: 0 auto;
}

/* 共通：概要＞お問い合わせ、大会スケジュール、持ち物 */
dl {
    margin-top: 20px;
}
dl dt::before {
    content: "■";
}
dd {
    text-indent: 0em;
    padding-left: 1em;
}

/* 共通：「※事前の記入が～～」「※チーム名プレート」 */
.bikou {
    text-indent: -1em;
    padding-left: 1em;
}

/* 共通：セクションタイトル */
.section_title {
    color: white;
    background-color: black;
    padding: 7px;
    text-align: center;
    font-size: 20px;
}

/* 共通：リンク */
a {
    color: red;
}

/* 概要部分 =============================== */
.outline .title {
    background-color: yellow;
    text-align: center;
    padding: 7px;
    border-top: 1px solid black;
    border-bottom: 2px solid black;
    margin-top: -10px;

}
.outline h1 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 20px;
}

.outline h1::before,
.outline h1::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: black;
}

.outline h1::before {
    left: 0;
}
.outline h1::after {
    right: 0;
}

dd.attention {
    color: #da9500;
}

/* 持ち物============================================================ */
/* 登録用紙ＤＬ */
.form_dl {
    text-align: center;
}

/* 受付～試合フロー===========================================- */
.game_flow p:first-of-type {
    text-indent: -3em;
    padding-left: 3em;
}
.game_flow .teams {
    border: 1px solid black;
    padding: 10px 20px;
    margin: 10px 0;
}
/* 参加にあたって============================================== */
.cautions_list {
    padding: 15px 0 15px 20px;
}
.cautions_list li {
    margin-bottom: 8px;
}

/* 会場へのアクセス============================================== */
.map iframe{
    width: 100%;
}
.map {
    padding: 30px;
}
.directions {
    list-style: none;
}


@media screen and (min-width: 678px) {
    /* 共通：セクションタイトル */
    .section_title,
    .outline h1   {
        font-size: 30px;
    }
}