/* CSS Document */
#back_to_core {
	margin: 0 auto 50px;
	max-width: 1000px;
	background: #0f0f32;
}
.dflex {
	display: flex;
}
#back_to_core img {
	max-width: 100%;
}
#back_to_core .boxtext01 {
	position: relative;
}
#back_to_core .boxtext01 .txt01 {
	color: #fff;
    position: absolute;
    text-align: center;
    top: 330px;
    width: 100%;
    font-size: 24px;
}
#back_to_core .boxtext02 {
	background: #0f0f32;
    padding-left: 55px;
    padding-top: 50px;
	
}
#back_to_core .boxtext02 p.txt01 {
	    color: #fff;
    font-size: 36px;
    font-weight: bold;
	padding-bottom: 5px;
}
#back_to_core .boxtext02 p.txt02 {
	color: #fff;
    font-size: 19px;
    line-height: 36px;
    padding-bottom: 10px;
}
#back_to_core .boxtext02 p.txt03 {
	color: #fff;
    font-size: 19px;
    line-height: 36px;
    padding-bottom: 15px;
}

#back_to_core .boxtext03 {
	text-align: center;
	padding: 50px 0;
}
#back_to_core .boxtext03 p {
	color: #fff;
    font-size: 19px;
    line-height: 36px;
}
#back_to_core .boxtext03 p.txt01 {
	    color: #fff;
    font-size: 34px;
	padding-bottom: 10px;
}
#back_to_core .boxtext04 {
	position: relative;
}
#back_to_core .boxtext04 .txt01 {
	position: absolute;
    left: 3%;
    top: 55%;
    font-size: 16px;
    font-weight: bold;
	color: #0f0f32;
}
#back_to_core .boxtext04 a.boxtext04_link {
	position: absolute;
    left: 42%;
    top: 83%;
}
#back_to_core .boxtext04 .boxtext04_img {
	    position: absolute;
    right: 24px;
    top: 49px;
}
#back_to_core .boxtext05 {
	position: relative;
}
#back_to_core .boxtext05_des {
	text-align: center;
    position: absolute;
    top: 15%;
    width: 100%;
    font-size: 18px;
	color: #0f0f32;
	font-weight: bold;
	
}
#back_to_core .boxtext05 .txt01 {
	font-size: 32px;
    padding-bottom: 10px;
	color: #0f0f32;
}
#back_to_core .boxtext05 .txt01 span {
	font-weight: bold;
}
#back_to_core .boxtext05 .txt02 {
	font-weight: bold;
}
#back_to_core .boxtext06 {
	position: relative;
}
#back_to_core .boxtext06 .txt {
	position: absolute;
    top: 51%;
    left: 47%;
    font-size: 15px;
	color: #0f0f32;
	font-weight: 600;
}