@charset "utf-8";

body {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic","Myriad Pro", Helvetica, Arial, sans-serif;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-image: linear-gradient(#ffe083 2px, transparent 2px),
    linear-gradient(to right, #ffe083 2px, #fdf2cf 2px);
    background-size: 40px 40px;
}

.big-title {
    text-align: center;
}

.first_column {
    padding-right: 0.5em;
}

.split-wrap {
    display: flex;
    padding-top: 50px;
}

.split-title01 {
    width: 50%;
    text-align: center;
}

.split-title01 img {
    max-width: 70%;
    border-radius: 1em;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
}

.split-title02 {
    width: 50%;
    text-align: center;
}

.split-title02 img {
    width: 70%;
    border-radius: 1em;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
    .split-wrap {
        display: block;
    }
    .split-title01 {
        width: 100%;
        text-align: center;
    }
    
    .split-title01 img {
        max-width: 70%;
        border-radius: 1em;
    }
    
    .split-title02 {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    
    .split-title02 img {
        width: 70%;
        border-radius: 1em;
    }

    .first_column {
        display: inline-block;
    }
    
    .second_column {
        display: inline-block;
    }
}