/* 全体 */
* {
    /* box-sizing: border-box; */
    /* color: rgb(119, 102, 102); */
    /* color: rgb(100, 78, 52); */
    font-family:
    /* "HG丸ｺﾞｼｯｸM-PRO", */
    /* "Hiragino Maru Gothic ProN", */
    /* "Yu Gothic", */
    /* "Meiryo", */
    sans-serif;
    line-height: 1.5;
}


body{
    margin: 0px;
    /* background-color: rgb(203, 189, 215); */
}
h2 {
     text-align: center;
     margin-bottom: 50px;
    /* background-color:#d4a1df */
}
h3 {
     text-align: center;
     margin-bottom: 50px;
    /* background-color:#d4a1df */
}

main{
    margin: 20px auto 50px auto;
    max-width: 700px;
    /* background-color: aliceblue; */
}

h4{
    text-align: left;
    /* background-color: antiquewhite; */
    border-bottom: 2px solid #999;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: clamp(18px, 1.8vw, 22px);
}
p{
    text-align: left;
    /* background-color: rgb(219, 195, 237); */
    margin: auto;
    font-size: clamp(16px, 1.8vw, 20px);
}
/* .Area{
    text-align: center;
    margin: 50px;
} */

img{
    height: 1em;
    /* text-align: left; */
    /* display: block; */
}
/* table{
    width: 100%;
    border: 1px solid #999;

}
th,td{
    border: 1px solid #999;
    text-align: left;
    padding: 10px;
}

th{
    width: 0;
    white-space: nowrap;
    background-color: antiquewhite;
} */


@media  (max-width: 768px) {

    main{
    /* background-color: rgb(219, 131, 198); */
    margin: 20px;
    }
}



