#wrapperTop {
	margin: 10% auto;
}
#test_outer {
	margin: 1.5% auto 0 ;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	align-self: center;
	width: 98vw;
	height: 90vh;
	background: transparent;
}
#test_main {
	width: 90%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	align-self: center;
	border: 1px solid #bbbbbb;
	background: transparent;
}
#topMain{
	width: 100%;
	text-align: center;
}
#company {
	display: flex;
	justify-content: center;
	list-style: none;
	font-size: 5vw;
	background: rgba(0,0,0,0.5);
	width: 90%;
}
#company a {
	text-decoration: none;
	color: #fff;
}
#company i {
	color: #fff;
}
#company li {
margin: 0 4%;
}
#topMenu {
	display: flex;
	list-style: none;
	justify-content: center;
}
#topMenu a {
	text-decoration: none;
    color: #080808;
    font-size: 1vw;
}
#topMainText h2 {
	text-align: center;
	font-size: 3vw;
	margin-bottom: 5%;
	color: #FDF7F5;
	margin: 0 auto;
	width: 65%;
	height:30%;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
	margin-top: -3%;
	background: radial-gradient(closest-side at 50% 65%,#E65226,rgba(0,0,0,0));
}
#topMainText h1 {
	font-size: 5vw;
	color: rgba(224,22,1,0.8);
	padding-bottom:3%;
}
#topMainText p {
	display: none;
	font-size: 1vw;
	margin-bottom: 2.5%;
	color: #202020;
}
#topMainTextMobile h2 {
	display: none;
}
.topNav {
	display: flex;
	justify-content: center;
	margin-top: 8%;
	background: rgba(0,0,0,0.5);
	margin: 8% 18% 0 18% ;
	width: 100%;
}
.topNav a {
	text-decoration: none;
    color: #fff;
    font-size: 1vw;
    letter-spacing: 1px;
    padding: 0 2%;
}

.topNav a {
	display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.topNav a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: rgba(224,22,1,0.98);
}

#main_nav_box {
	margin-bottom: 5%;
	display: block;
}

#company a {
	font-size: 1.2vw;
	padding: 0 .3em;
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(46,204,113,0.5) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
}
#company a:hover {
	background-position: 0 100%;
	color: #fff;
}
#mobileMenuBox {
	display: none;
}


#link_box {
	display: flex;
	justify-content: center;
	width: 100%;
}
.link {
	width: 25%;
	border: solid thin #fff;
	text-align: center;
	margin: 0 5%;

}
.link a {
	font-size: 2vw;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 5%;
	text-decoration: none;
}
.link p {
	color: #fff;
	padding: 2% 0;
}
.rod1 {
	color: #fff;
}
#top_text {
	color: #ff7f50;
	margin: 0 50% 5% 5%;
	font-size: 4vw;

}
#test_main {
	display: flex;
	flex-direction: column;
}
.link a:hover{
color:#E48E00;
}



@media(max-width: 414px){
	#topMainText h2{
		display: none;
	}
	#topMainTextMobile h2 {
	    display: block;
		font-size: 30px;
		color: #fff;
		text-align: center;
		margin: -5% 0 3% 0;
}
	#topMainText p {
		display: block;
		font-size: 11px;
		color: #fdf5e6;
		text-align: center;
		margin-bottom: 8%;
	}
	#main_nav_box {
		display: none;
	}
	.topNav{
		flex-direction: column;
		margin-bottom: 6%;
	}
	.topNav a span {
		font-size: 15px;
		font-weight: normal;
	}
	.topNav a {
		margin: 3% 0 0 0;
	    color: #ffe4b5;
	    font-size: 12px;
	}
	.rod {
		display: none;
	}
	 #company {
	 	margin:12% 5% 0;
	 	flex-direction: column;
}
#company a {
	 	font-size: 13px;
	 	font-weight: normal;
}
#company i {
		font-size: 13px;
}
#company li {
	text-align: left;
}
#topMainText h1 {
		display: none;
}
#topMainTextMobile {
	margin-top: 3%;
}

#topMain {
	margin: 0 auto;
	justify-content: center;
}
.mobileMenu:first-child {
	margin: 0 auto;
	width: 100%;
}

#mobileMenuBox {
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mobileMenu {
	width: 43%;
	margin: 2% auto;
}
.mobileMenuIcon {
	font-size: 35px;
}
.mobileMenuIcon a {
	color: #fff;
}
.mobileMenuText {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}
#wrapperTop {
	margin-top: 10%;
}
#link_box {
	display: flex;
	flex-direction: column;
	width: 90%;
}
.link {
	width: 90%;
	margin:5% auto;
	padding: 3%;
	border-radius: 2px;
}
.link a {
	font-size: 20px;

}
.link p {
	font-size: 15px;
}
.rod1 {

}
#top_text {
	margin: 5% auto 20%;
	font-size: 30px;

}
#test_main {
	display: flex;
	flex-direction: column;
}

}