@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}
body {
    color: #1b1b1b;
    font-family: Noto Sans JP,sans-serif;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
    overflow-x: hidden;
    text-align: justify;
}
.wrapper{
    max-width: 750px;
	width: 100%;
    margin:0 auto;
    letter-spacing: 0.1em;
}

img{
    width: 100%;
}

a{
    color: #1b1b1b;
}
li{
    list-style:none;
}
.center{
    text-align: center;
    display: block;
}
.inquiry{
    line-height: 1.5;
    margin: 2rem auto 4rem;
    padding: 1.5rem 0;
    border-top: dashed 2px;
    border-bottom:dashed 2px;
}
footer {
    max-width: 750px;
    width: 100%;
    margin:0 auto;
    padding: 3rem 0;
    color: #fff;
    background: radial-gradient(#4d4d4d, #000);
    text-align: center;
}
footer ul{
    line-height: 2;
    margin: 2rem 0;
}
footer a{
     color: #fff;
}
footer img{
        width: 8rem;
    margin: 0 auto;
}
footer p{
    font-size: 12px;
}
