@charset "UTF-8";
.entrance_area{
	width: 100%;
	margin: 0 auto;
	font-size: 1.1rem;
}
.entrance_area h4{
	width:12em;
	font-size: 1.6rem;
	color: #7F6C5D;
	padding: 0 0 0 50px;
	background-image: url("../images/entrance/h4_bg.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	border:2px solid #2075AF;
	margin: 40px 0 10px;
	font-weight: 400;
	border-radius: 8px;
}
.pdf_link{
	width:90%;
	margin:20px auto;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	
}
.pdf_link a{
	text-decoration: none;
}
.pdf_link_1 {
	width: 48%;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	padding: 30px;
	background-color: rgba(157,219,61,1.00);
	background-image: url("../images/entrance/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 45px;
	border-radius: 12px;
}
.pdf_link_1 a{
	color: #fff;
}
.pdf_link_2 a{
	color: #fff;
}
.pdf_link_1:hover{
	background-size: 35px;
	font-size: 1.9rem;
}
.pdf_link_2:hover{
	background-size: 35px;
	font-size: 1.9rem;
}
.pdf_link_2{
	width: 46%;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	padding: 30px;
	background-color: #FE9D14;
	background-image: url("../images/entrance/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 45px;
	border-radius: 12px;
}
.entrance_area h5{
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #26469A;
	font-weight: 400;
	margin: 20px 0 10px 0;
}

.entrance_col_2{
	color: #26469A;
}
.entry_btn{
	width: 18em;
	font-size: 1.6rem;
	color: #26469A;
	padding: 0 20px;
	background-color: rgba(149,231,233,1.00);
	border-radius: 12px;
	margin:30px 0;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
}
.entry_btn a{
	color: #26469A;
	text-decoration: none;
}
.entry_btn a:hover{
	color: #fff
}
/*------------------uniform-----------------------*/

.uniform_area{
	width: 100%;
	text-align-last: center;
	color: #26469A;
	font-size: 1.4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 40px auto;
}
.uniform_area img{
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.2);
}
.uniform_item{
	width: 47%;
}
@media screen and (max-width:900px){
.entrance_area{
	width: 100%;
	margin: 0 auto;
	font-size: 1.1rem;
}
.entrance_area h4{
	width:12em;
	font-size: 1.6rem;
	color: #7F6C5D;
	padding: 0 0 0 50px;
	background-image: url("../images/entrance/h4_bg.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	border:2px solid #2075AF;
	margin: 40px 0 10px;
	font-weight: 400;
	border-radius: 8px;
}
.pdf_link{
	width:100%;
	margin:20px auto;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.pdf_link_1{
	width: 48%;
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	padding: 20px;
	background-color: rgba(157,219,61,1.00);
	background-image: url("../images/entrance/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 45px;
	border-radius: 12px;
}
.pdf_link_1:hover{
	background-size: 35px;
	font-size: 1.6rem;
}
.pdf_link_2:hover{
	background-size: 35px;
	font-size: 1.6rem;
}
.pdf_link_2{
	width: 46%;
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	padding: 20px;
	background-color: #FE9D14;
	background-image: url("../images/entrance/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 45px;
	border-radius: 12px;
}
.entrance_area h5{
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #26469A;
	font-weight: 400;
	margin: 20px 0 10px 0;
}

.entrance_col_2{
	color: #26469A;
}
.entry_btn{
	width: 18em;
	font-size: 1.6rem;
	color: #26469A;
	padding: 0 20px;
	background-color: rgba(149,231,233,1.00);
	border-radius: 12px;
	margin:30px 0;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
}
.entry_btn a{
	color: #26469A;
	text-decoration: none;
}
.entry_btn a:hover{
	color: #fff
}
/*------------------uniform-----------------------*/

.uniform_area{
	width: 100%;
	text-align-last: center;
	color: #26469A;
	font-size: 1.4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 40px auto;
}
.uniform_area img{
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.2);
}
.uniform_item{
	width: 47%;
}	
}

@media screen and (max-width:480px){
.entrance_area{
	width: 100%;
	margin: 0 auto;
	font-size: 1.1rem;
}
.entrance_area h4{
	width:100%;
	font-size: 1.2rem;
	color: #7F6C5D;
	padding: 0 0 0 30px;
	background-image: url("../images/entrance/h4_bg.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	border:2px solid #2075AF;
	margin: 40px 0 10px;
	font-weight: 400;
	border-radius: 8px;
}
.pdf_link{
	width:100%;
	margin:20px auto;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.pdf_link_1{
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	padding: 20px;
	background-color: rgba(157,219,61,1.00);
	background-image: url("../images/entrance/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 45px;
	border-radius: 12px;
	margin: 10px auto;
}
.pdf_link_1:hover{
	background-size: 35px;
	font-size: 1.6rem;
}
.pdf_link_2:hover{
	background-size: 35px;
	font-size: 1.6rem;
}
.pdf_link_2{
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	padding: 20px;
	background-color: #FE9D14;
	background-image: url("../images/entrance/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 45px;
	border-radius: 12px;
	margin: 10px auto;
}
.entrance_area h5{
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #26469A;
	font-weight: 400;
	margin: 20px 0 10px 0;
}

.entrance_col_2{
	color: #26469A;
}
.entry_btn{
	width: 100%;
	font-size: 1.2rem;
	color: #26469A;
	padding: 3px 20px;
	background-color: rgba(149,231,233,1.00);
	border-radius: 12px;
	margin:30px 0;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
}
.entry_btn a{
	color: #26469A;
	text-decoration: none;
}
.entry_btn a:hover{
	color: #fff
}
/*------------------uniform-----------------------*/

.uniform_area{
	width: 100%;
	text-align-last: center;
	color: #26469A;
	font-size: 1.24rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 40px auto;
}
.uniform_area img{
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.2);
}
.uniform_item{
	width: 90%;
	margin: 
10px auto;
}
}

