@charset "utf-8";


/*---------------------------------------------------------
header
---------------------------------------------------------*/
/*header{
	background-image: url("../img/bg_topmain_sp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}*/

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


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

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


#privacyArea02{
	font-size: 1.2rem;
	background: url(../common/arw02.png) center top no-repeat;
	background-size: 48px 20px;
	-webkit-background-size: 48px 20px;
	-moz-background-size: 48px 20px;
	-ms-background-size: 48px 20px;
	padding-top: 35px;
	padding-bottom: 25px;
}

#privacyArea02 .inr{
	padding: 15px 15px;
	background-color: #F7F7F7;
	border: #EEEEEE solid 8px;
	box-sizing: border-box;
}

#privacyArea02 h2 {
	/*position: relative;*/
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
	/*#privacyArea02 h2::after{
		position: absolute;
		content: "";
		left: calc(50% - 15px);
		bottom: 0;
		width: 30px;
		height: 2px;
		background-color: #00903d;
	}*/

#privacyArea02 a{
    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: #E94709;
    padding-bottom: 10px;
}
    .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;
}*/


/*---------------------------------------------------------
	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;
}