@charset "utf-8";
/* --------------------------------------------------
**
** hitetsu.css
** version : 0.1
** date : 2015/09/09
**
** -------------------------------------------------- */

/* 画像エリア ---------------------------- */
    .hitetsu #contents .sec p.imgBox {
        margin: 30px -60px;
        padding: 40px 0;
        text-align: center;
        background: #eee;
    }
    .hitetsu  #contents .sec p.last {
        margin: 50px -60px -40px;
    }
    .hitetsu #contents .sec p.imgBox img {
        margin: 0 10px;
    }

/* 自由配置アイコン ---------------------------- */
    .sec p.icon01 {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto 120px auto auto!important;
        padding: 0;
        width: 128px;
        height: 126px;
        opacity: 0.4;
    }
    .sec p.icon02 {
        position: absolute;
        right: 20px;
        bottom: 390px;
        opacity: 0.4;
    }
