@charset "utf-8";
/* CSS Document */
@import url("html5doctor_reset.css");

body{
	font-family: 'Kiwi Maru', serif;
	line-height: 1.5;
    background-color:#fbb03b;
}

.black {
    background-color: black;
    width: 97%;
    height: auto;
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: inherit;
}

.space40 {
    height: 40px;
}

.space10 {
    height: 10px;
}

h1 {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 3px;
}

.sp-mainimg {
    display: none;
}

.greeting {
    color: white;
    text-align: center;
    padding-bottom: 20px;
    font-size: 110%;
}

.box {
    width: 900px;
    margin: 0 auto;
    color: white;
    text-align: center;
}

.small {
    font-size: 80%;
}

.mainimg {
    width: 100%;
}

iframe {
    width: 100%;
}

table {
    text-align: left;
    margin: 15px;
}

td, th {
    padding-bottom: 5px;
    padding-top: 15px;
    padding-left: 15px;
}

tr {
    border-bottom: 1.5px solid white;
    margin-bottom: 20px;
    font-size: 110%;
}


.menu {
    display: flex;
    justify-content: center;
}

.black {
    text-align: center;
}

footer {
    text-align: center;
}

small{
    font-size: 75%;
}