@charset "utf-8";



/*---------------------------------------------------------
メイン
---------------------------------------------------------*/
/* detailArea */
#detailArea{
    background-color: #fee291;
	padding-top: 25px;
    padding-bottom: 25px;
}


#privacyArea{
	color: #FFF;
	font-size: 1.2rem;
	background-color: #201513;
	padding-bottom: 15px;
}

#privacyArea a{
	color: #FFF;
    text-decoration: underline;
}

/* cvList */
.cvList li {
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item01{
    /*margin-top: -20px;*/
    text-align: center;
    background-color: #F5C07F;
    padding-bottom: 25px;
}
    .item01 img{
        width: 96%;
    }

/*.item02{
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.allfreebox{
    border-bottom: #000000 dotted 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.onsenArea{
    position: relative;
    text-align: center;
    background-color: #fdc852;
    padding: 15px 10px 15px 110px;
}
    .onsenArea::before{
        position: absolute;
        content: "";
        bottom: 0;
        left: 5px;
        width: calc(227px / 2);
        height: calc(202px / 2);
        background-image: url("../img/img_kanban.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }


/*---------------------------------------------------------
	end
---------------------------------------------------------*/
#top.top-end{
    position: relative;
}

#top.top-end::before{
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;/*表示領域外にもグレー背景が敷かれるように*/
    background-image: url(../img/end_bg_dot.png);
    background-repeat: repeat;
    background-size: 2px auto;
    background-position: left top;
}

/*画像の表示領域の範囲を作る*/
#top.top-end .end-text-wrapper{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#top.top-end .end-text-wrapper .end-text{
    max-width: 640px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
}