body {
    margin: 0;
    background: #fff;
    padding-top: 0px;
}

html[lang="ja"] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a:link,
a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    -moz-outline-style: none !important;
    text-decoration: none !important;
    color: inherit !important;
}

.main-container {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    overflow: visible;
}

.wide-container {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    overflow: visible;
}


/* セクションタイトルのスタイル */

.red-title-container .section-header {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.red-title-container .section-header .icon {
    width: 12px;
    height: 12px;
    background-color: red;
    margin-right: 10px;
}

.red-title-container .section-header .title {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.red-title-container .section-subtitle {
    font-size: 3.6em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}

.red-title-container .section-description {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 40px;
}


/**フォントカラーブラック */

.color-black {
    color: #000 !important;
}

.color-white {
    color: #fff;
}

@media (max-width: 600px) {
    .wide-container {
        padding: 10px;
    }
    .red-title-container .section-subtitle {
        font-size: 2.4em;
    }
    .red-title-container .section-description {
        font-size: 1em;
    }
}