@charset "UTF-8";

body {
    min-width: 1200px;
}

#main.lp {
    margin-top: 0;
}

#header.simple {
    margin-bottom: 0;
}

.lp_contents.simple {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}

.lp_contents_btn_area.type01 {
    width: 100%;
    background-color: #DEDEDE;
}

.lp_contents_img {
    background: linear-gradient(#fff 0%, #f2f2f2 40%);
    width: 100%;
    text-align: center;
}

.lp_contents_img img {
    width: 100%;
    max-width: 1200px;
}

.lp_contents_btn_area.type01 {
    padding: 20px 0;
}

#footer {
    margin-top: 0;
}
