@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
    vertical-align: bottom;
}
.wrap {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
}
.tukisamu01 h1 {
    color: darkolivegreen;
    padding: 10px;
    margin: 5px;
    text-align: center;
}
.tukisamu01 h3 {
    color: darkslategray;
    padding: 10px;
    margin: 5px;
    text-align: center;
}
.tukisamu02 img {
    height: 300px;
    border-radius: 45px;
    padding: 0 20px 0 20px;
}

.flex-box {
    justify-content: space-between;
    /* display: flex; */
}
.flex-box img {
    border-radius: 20px;
}
.flex-item01 img {
    width: 80%;
    height: 380px;
    margin: 20px;
}
.flex-item01 h3 {
    padding-top: 10px;
}
.flex-box h3 {
    text-align: center;
    color: darkslategrey;
}
.flex-item02 img {
    width: 80%;
    text-align: center;
    /* padding-left: 30px; */
}
.flex-item02 {
    text-align: center;
}
.flex-item02 h3 {
    margin: 10px;
}
.tizu {
    text-align: center;
}
h1 {
    color: darkslategray;
}
@media (min-width: 768px) {
    .wrap {
        width: 1000px;
        margin: 0 auto;
        background-color: #fff;
    }
    .flex-box {
        justify-content: space-between;
        display: flex;
    }
    .flex-item02 img {
        width: 53%;
    }
    .tukisamu02 img {
        height: 500px;
        border-radius: 45px;
    }
}
