@charset "UTF-8";

#contents_wrap {
	padding: 30px 10px 120px;
}

header#global_header .first_txt {
	max-width: 100%;
	font-size: 0.7em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
}

header#global_header h1 {
    z-index: 1;
    font-size: 3em!important;
}

.img_box01 b {
	font-size: 1.6em;
}

@media screen and (max-width: 1000px){
	header#global_header p {
		margin-bottom: 0px;
	}	
}

@media screen and (min-width: 835px){
	.col_02{
		display: flex!important;
	}
	#header .inner{
		z-index: 9999;
	}	
}

@media screen and (max-width: 834px){
	header#global_header .first_txt {
		position: relative;
		z-index: 9999;
	}
	#mainArea2 {
	    padding-top: 42px;
	}
	.header_container .col_01 {
	    padding-top: 20px;
	    position: relative;
	    z-index: 999;
	}				
}

@media screen and (max-width: 640px){
	header#global_header .first_txt {
	font-size: 0.65em;
	}
	header#global_header h1 {
	    z-index: 1;
	    font-size: 2.5em!important;
	}
	.header_container .col_01 {
	    padding-top: 10px;
	}
	#mainArea2 {
	    padding-top: 50px;
	}			
}
