@charset "UTF-8";
/* CSS Document */
/*===================================================
    土台作成用CSS
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/

/* regular */
@font-face {
    font-family: 'rounded-mplus';
    src:url('../font/rounded-mplus-1c-regular.woff') format('woff'),
        url('../font/rounded-mplus-1c-regular.ttf')  format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* medium */
@font-face {
    font-family: 'rounded-mplus';
    src:url('../font/rounded-mplus-1c-medium.woff') format('woff'),
        url('../font/rounded-mplus-1c-medium.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* bold */
@font-face {
    font-family: 'rounded-mplus';
    src:url('../font/rounded-mplus-1c-bold.woff') format('woff'),
        url('../font/rounded-mplus-1c-bold.ttf')  format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
            box-sizing: border-box;
        -ms-box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

* {
            box-sizing: border-box;
        -ms-box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    width: 100%;
    /*min-width: 680px;*/
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 0.1px;
}

body {
    font-family: HiraKakuPro-W3, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック' ,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    text-align: left;
    color: #444444;
    background-color: #FFF;
    position: relative;
    z-index: 1;
    background: url("../image/1x/bg_main.png");
    background-size: 64px auto;
}

img {
    width: 100%;
}

/* --------------------------------------------------------
    clearfix
-------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* --------------------------------------------------
    リンク
-------------------------------------------------- */
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

a.iconLinkBlank {
    padding-right: 1em;
    background: url("../image/1x/icon_target.png") right center no-repeat;
    background-size: 10px auto;
}

/*//////////////////////////////////////////////////
    Base layout(PC)
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    header
-------------------------------------------------- */
header {
    background: url("../image/1x/bg_header.png") #A9E9FF;
    background-size: 16px auto;
}

/* 下層ページヘッダー共通
-------------------------------------------------- */
header .headBox {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}
    header .headBox h1 {
        width: 180px;
    }


/* --------------------------------------------------
    main
-------------------------------------------------- */
article {
    padding: 40px 10px 0;
    font-family: 'rounded-mplus';
    font-weight: 500;
    text-align: center;
}
    
    .cntnt > section {
        max-width: 680px;
        margin: 0 auto;
        font-size: 12px;
    }

    .cntnt .cntBox {
        margin-bottom: 20px;
        padding: 40px 20px;
        color: #888888;
        border-radius: 4px;
        background: #FFFFFF;
        box-shadow:0px 4px 6px 1px rgba(0,0,0,0.1);
        -moz-box-shadow:0px 4px 6px 1px rgba(0,0,0,0.1);
        -webkit-box-shadow:0px 4px 6px 1px rgba(0,0,0,0.1);
        background: #FFFFFF;
    }
        .cntnt .cntBox h2 {
            margin-bottom: 20px;
            font-size: 20px;
            font-weight: 700;
        }
        .cntnt .cntBox div {
            margin: 30px 0;
            padding: 20px 0;
            color: #444444;
            border-radius: 4px;
            background: #F6F6F6;
        }
            .cntnt .cntBox div .emp {
                margin-bottom: 10px;
                font-size: 16px;
            }
        .cntnt .cntBox div + p {
            margin-bottom: 20px;
        }
        .cntnt .cntBox div + p + p {
            font-size: 14px;
            font-weight: 700;
        }

/* --------------------------------------------------
    footer
-------------------------------------------------- */
footer {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* padding: 5px 22px; */
    font-family: 'rounded-mplus';
    font-weight: 300;
    color: #FFFFFF;
    background: #8CC400;
}
    /* サイトリード文 */
    footer > div.lead {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100%;
        padding: 10px;
        background-color: #FFFFFF;
    }
        footer > div.lead > p {
            text-align: center;
            color: #444444;
            font-size: 11px;
            font-weight: 500;
            line-height: 11px;
        }
    footer  .footWrap {
        overflow: hidden;
        max-width: 1000px;
        margin: 0 auto;
        padding: 5px 22px;
    }
    footer ul {
        float: left;
    }
        footer ul li {
            display: inline-block;
            margin-right: 20px;
        }
    /* コピーライト */
    footer p {
        float: right;
    }
/*===================================================
    Retina対応  
===================================================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and ( min-resolution: 2dppx){

     /* メイン背景 */
    body {
        background: url("../image/2x/bg_main.png");
        background-size: 64px auto;
    }

    /* 外部リンク */
    a.iconLinkBlank {
        background: url("../image/2x/icon_target.png") right center no-repeat;
        background-size: 10px auto;
    }

    /* ヘッダー背景 */
    header {
        background: url("../image/2x/bg_header.png") #A9E9FF;
        background-size: 16px auto;
    }


}


