@charset "utf-8";

html {
    font-size: 100%;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    line-height: 1.7;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* レイアウト */
.center {
    text-align: center;
}

/* 見出し */
.font-english {
    font-family: "Philosopher", sans-serif;
    font-weight: normal;
}

.heading {
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
}

/* スタイル設定 */
@media (min-width: 500px) {
    main {
        width: 80%;
        margin: 0 auto;
    }
}

main h1 {
    border-left: 10px solid #0c7309;
    border-bottom: 2px solid #0c7309;
    padding: 5px 10px;
    margin-bottom: 2%;
    font-size: 190%;
}

main h2 {
    font-size: 140%;
    text-align: center;
    margin-bottom: 1%;
    border-bottom: 2px solid #de90f6;
}

main h3 {
    font-size: 110%;
    text-align: center;
    margin-bottom: 5px;
}

main h6 {
    border-bottom: 2px solid #0c7309;
    font-size: 160%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* テキスト文章のスタイル設定 */
.text {
    text-align: left;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.text p {
    padding-top: 0.2%;
    border-top: 0.2%;
}

.under {
    border-bottom: 1px solid #000;
    margin: 5px 0;
}