@charset "utf-8";


html {
    /* モバイルの自動テキスト拡大を抑制 */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


body {
    font-family: "Shippori Mincho B1", serif;

}

ul {
    padding: 0;
}

ul li{
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    padding: 0;
}

body {
    line-height: 1.6;
    color: #333;
}

section h2 {
    font-weight: inherit;
}