@charset "utf-8";

.wf-mplus1p { font-family: "M PLUS 1p"; }
.body {
    margin: 0px;
	padding: 0px;
    font-size: 15px;
}

.logo img {
    position: fixed;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    top: 0;
    width: 100%;
    max-height: 100%;
    padding: 0px;
}

#top {
    background-image: url("image/back.png");
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
    display: block;
	justify-content: center;
    max-width:100%;
    max-height: 100%;
}
h1 {
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    margin-top: 500px;
    color: #ffffff
    

}
h2 {
    font-size: 25px;
    text-align: left;
    color: rgb(143, 143, 143);
}




.textblock {
    text-align: center;
}

.syoukai {
    padding: 58px;
}


.maintitle {
    font-size: 18px;
    text-align: left;
}
.ko1container {
    max-width: 375px;
    margin: 25 auto;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: top;
    margin: 20px;
    gap:10px;
}
.maincontainer {
    margin-top: 15px;
}
.explain {
    margin-bottom: 10px;
}
.line {
    text-align: left;
    padding: 50px;
    display: inline-block;
}
.title {
    color: #58beb9;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -25px;
}
.maintitle {
    background-color: #df6100;
    color: aliceblue;
    font-size: 25px;
    text-align: left;
}


.ko2 {
    margin-top: 30px;
}
.ko2_title {
    margin-top: 22px;
    text-align: center;
}
.honbun {
    padding: 30px;
}




.menu {
    list-style: none;
    background-color: black;
    font-size: 12px;
    color: aliceblue;
padding-top: 30px;   
padding-bottom: 30px; 
}

p {
    font-size:10px;
}

.inktext {
    text-align: center;
    font-size: 8px;
}












