@charset "utf-8";
/* 冒頭でimport */
@import url('https://fonts.googleapis.com/css?family=Raleway:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');
/* フォントを指定したいところで */



logo img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover; /* 画像のトリミング */
}

logotohome img{
    border-radius: 70%;
    width: 70px;
    height: 70px;
    margin-left: 1em;
    margin-top: 0.5em;
    object-fit: cover; /* 画像のトリミング */
}



/* ========== common ========== */
html, body {
	font-size: 16px;
	/* font-family: sans-serif; */
    font-family: 'Kiwi Maru', serif;
	color: #232323;
    margin-left: 15px;
    margin-bottom: 40px;
	background: #ffffff;
}
a {
    color:#F8485E;
}

h1{
    text-indent: 0em;
}
h2{
    margin-left: 1em;
    margin-top: 1em;
}
h3{
    margin-left: 2em;
}
h4{
    margin-left: 2.5em;
}
p,div,ul,ol{
    margin-left: 3em;
}
div.top{
    background-color: #000000;
    width: 100%;
    margin: 0px;
    padding: 0%;
}
span.blackback{
    text-indent: 3em;
    background: #393939;
    color: #efefef;
}
code{
    color: #393939;
}
.under1 {
    border-bottom: solid 2px red;
}
.under2 {
    border-bottom: solid 5px #87CEFA;
}
