@charset "UTF-8";

body {
    background-image: url(../images/navTile.png);
    background-repeat: repeat;
    background-size: 16px 16px;
    font-family: "M PLUS 1", 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #181820;
    margin: 0;
    padding: 24px 16px 40px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    max-width: 980px;
    margin: 0 auto 32px;
}

.kuziBlock {
    width: 360px;
}

.exBlock {
    width: 320px;
    background-color: #fff;
    border: 2px solid #000;
    padding: 16px;
    box-sizing: border-box;
}

.exText {
    font-size: 16px;
    line-height: 1.8;
    padding: 12px 0;
    border-bottom: 1px dashed #000;
}

.exText:first-child {
    padding-top: 0;
}

.exText:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.fuku {
    background-color: #fff;
    border: 2px solid #000;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    width: 300px;
    padding: 12px 0;
    margin: 0 auto 16px;
    box-sizing: border-box;
}

.omikuzi {
    background-color: #fff;
    border: 2px solid #000;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    width: 300px;
    min-height: 56px;
    margin: 0 auto 28px;
    cursor: pointer;
    box-sizing: border-box;
}

.textBox {
    background-color: #fff;
    border: 2px solid #000;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    width: 700px;
    max-width: calc(100% - 32px);
    padding: 14px 16px;
    margin: 0 auto;
    box-sizing: border-box;
}

.fuku,
.omikuzi,
.exBlock,
.textBox {
    box-shadow: 4px 4px 0 #000;
}


.messageWindow {
    border:2px double #181820;
    height:350px;
    margin:20px;
    white-space: pre-wrap;
    overflow : hidden scroll;
}