/* ページ全体〜〜〜 */
main {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: left;
    line-height: 1.6;
}

h5,
h6 {
    padding: 0 0 0 20px;
}

section {
    margin: 0 0 60px 0;
}

/* 〜〜〜ページ全体 */



/* 画像からボタンまで〜〜〜 */
section .section-top__image {
    width: 100%;
    margin: 0 auto;
}

.section-top__image img {
    width: 100%;
}

.section-top h6 {
    text-align: center;
}


@media(max-width:480px) {
    section .section-top__image {
        margin: 0 auto;
    }

}

/* 画像からボタンまで〜〜〜 */



/* サイト概要〜〜〜 */
section.section-gaiyou ul {
    margin: 40px 0 0 0;
}

section.section-gaiyou li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: #f2b886;
    word-wrap: break-word;
}

.section-gaiyou li h6.left {
    color: #a15252;
    font-weight: 500;
    width: 130px;
    padding: 5px 10px 5px 20px;
}

.section-gaiyou li h6.right {
    padding: 5px 10px 5px 20px;
    background-color: #ffe1b7;
    width: calc(100% - 130px);
}


/* モバイル〜〜〜 */
@media(max-width:480px) {
    section.section-gaiyou ul {
        margin: 20px 0 0 0;
    }


    .section-gaiyou li h6 {
        font-size: 12px;
    }

    .section-gaiyou li h6.left {
        color: #a15252;
        font-weight: 500;
        width: 100px;
        padding: 5px 0 5px 20px;
    }

    .section-gaiyou li h6.right {
        width: calc(100% - 100px);
    }

}

/* 〜〜〜モバイル */
/* 〜〜〜サイト概要 */



/* 企画書〜〜〜 */
section.section-plan .section-plan__image {
    margin: 0 0 20px 0;
}

section.section-plan .section-plan__image img {
    width: 100%
}

/* 〜〜〜企画書 */


/* その他〜〜〜 */
section.section-other ul {
    padding: 0 0 0 20px;
}

section.section-other ul li {
    margin: 0 0 16px 0;
    line-height: 1.4;
}

/* 〜〜〜その他 */


/* バナーと名刺〜〜〜 */
section.section-link ul {
    text-align: center;
    display: flex;
    gap: 100px;
    margin: 20px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


.section-link__image {
    height: 180px;
}

.section-link__image img {
    height: 100%;
}

@media(max-width:480px) {
    section.section-link ul {
        gap: 40px;
        justify-content: center;
    }
}




/* 〜〜〜バナーと名刺 */