.box {
    display: flex;
    flex-direction: column-reverse;
}

.box:nth-child(even) {
    flex-direction: column-reverse;
}

.pic {
    width: 100%;
    margin: 5% 0%;
}

.box:nth-child(even) .pic {
    margin-left: 0%;
}

.back {
    background-image: url(../images/mumei.png);
}

.name {
    font-size: 150%;
}

h1 {
    font-size: 300%;
}

h2 {
    margin :3% 0%;
    font-size: 170%;
}

.text {
    font-size: 70%;
    margin: 0% 0% 5% 0%;
}

.right {
    text-align: center;
}

.left {
    text-align: center;
}

.add {
    width: 90%;
    margin: 5%;
}

.lets {
    padding: 0;
}

.megu {
    padding: 5% 0%;
}

.yomiso_top {
    height: 50px;
}
