@charset "utf-8";

/* ==========================================================================================
769px 以上の指定 印刷含む
========================================================================================== */

.pc-none {
    display: none !important;
}

/* 大枠 */

#basebg {
    background-color: #FFF;
    min-width: 1240px;
}
.wrap {
    padding-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
}
.main {
    width: 100%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
}
.side {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 0;
    position: relative;
}


.mainA{
    background-color: #fbf5fd;
    background-image: url(/images/con_bk.png),url(/images/con_bk.png);
    background-repeat: no-repeat,no-repeat;
    background-position: -38% -1%, 126% 100%;
    padding: 0;
}


/* 大見出し */

.h1bg {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

