@media only screen and (min-width: 1201px)  {
	
.holder00{
	width: 100%;
	height: auto;
}

.holder01{
	width: 100%;
	height: 35px;
	background-color: #e9262a;
	clear: both;
}

.holder02{
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	clear: both;
}

.holder02Mobile{
	display: none;	
}
	
.holder03{
	width: 100%;
	height: 25px;
	background-color: #144c98;
	clear: both;
}

.holder04{
	width: 100%;
	height: 500px;
	background-color: #c8c8c8;
	clear: both;
}
	
.holder04Mobile{
	display: none;
}
	
.holder05{
	width: 100%;
	background-color: #ffffff;
	clear: both;
	min-height: calc(100vh - 795px);
}

.holder06{
	width: 100%;
	height: 100px;
	background-color: #e9262a;
	clear: both;
}

.contentWidth{
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*original 01------------------------------------*/

.content01button{
	display: inline-block;
	height: 100%;
	width: auto;
	z-index: 99;
}

.mainButton01{
	display: block;
	width: auto;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.mainButtonTriangle01{
						display: inline-block;
						float: left;
						width: 0px;
						height: 0px;
						border-left: 4px solid transparent;
						border-right: 4px solid transparent;
						border-top: 7px solid #ffffff;
						margin-top: 14px;
						margin-bottom: 14px;
						margin-left: 7px;
					}

.mainButtonText01{
						display: inline-block;
						float: left;
						height: 100%;
						line-height: 35px;
						font-size: 11pt;
						font-weight: 400;
						color: #ffffff;
					}

.subButtonHolder01Left{
		top:35px;
		left: 0px;
	}
	
.subButtonHolder01Right{
		top:35px;
		right: 0px;
	}	
	
.subButton01{
	width: 150px;
	height: auto;
	background-color: #efefef;
	display: none;
	z-index: 99;
}

.subButtonText01Left{
	display: block;
	width: 110px;
	height: 35px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
	font-size: 11pt;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid #dedede;
	z-index: 99;
}
	
.subButtonText01Right{
	display: block;
	width: 110px;
	height: 35px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
	font-size: 11pt;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid #dedede;
	z-index: 99;
	text-align: right;
}

/*hover 01------------------------------------*/

.content01button:hover .mainButton01{
	background-color: #efefef;
}

.content01button:hover .mainButtonTriangle01{
	border-bottom: 7px solid #000000;
	border-top: 0px;
}

.content01button:hover .mainButtonText01{
	color: #000000;
}

.content01button:hover .subButton01{
	display: block;
}

.subButton01:hover{
	background-color: #dedede;
}


/*original 02------------------------------------*/

.logo{
	display: inline-block;
	float: left;
 	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 240px;
}

.logo img{
	height: 100%;
}

.content02button{
	display: inline-block;
	float: left;
	height: 100%;
	width: auto;
	z-index: 98;
}

.mainButton02{
	display: block;
	width: auto;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.mainButtonText02{
						display: inline-block;
						float: left;
						height: 100%;
						line-height: 130px;
						font-size: 13pt;
						font-weight: 700;
						color: #000000;
					}

.subButton02Holder{
	display: none;
}

.subButtonTriangle02{
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid #efefef;
}

.subButton02{
	background-color: #efefef;
	padding: 10px;
}

.subButton02Col{
	display: inline-block;
	float: left;
	width: 215px;
	height: auto;
}

.subButtonText02{
	display: inline-block;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #dedede; 
	font-size: 12pt;
	font-weight: 400;
}

.subButtonText02Button{
	width:100%;
	height: 100%;
}

.subButtonTitle02{
	display: inline-block;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12pt;
	font-weight: 700;
}

.subButtonText02:last-of-type{
	border-bottom: 0px; 
}

.subButton02RowBorder{
	display: inline-block;
	float: left;
	height: 2px;
	background-color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.subButton02ColBorder{
	display: inline-block;
	float: left;
	width: 2px;
	background-color: black;
	margin-left: 10px;
	margin-right: 10px;
}

/*hover 02------------------------------------*/

.mainButtonText02 a{
	color: #000000;
}

.mainButtonText02 a:hover{
	color: #e9262a;
}

.subButtonText02 a{
	width: 100%;
	height: 100%;
}

.subButtonTitle02Hover:hover{
	background-color: #dedede;;
}

.subButtonText02:hover{
	background-color: #dedede;;
}

.content02button:hover .subButton02Holder{
	display: block;
}

.subButtonText02 a{
	color: #000000;
}

.subButtonText02 a:hover{
	color: #000000;
}

.subButtonTitle02Hover a{
	color: #000000;
}

.subButtonTitle02Hover a:hover{
	color: #000000;
}

/*original 03------------------------------------*/

.text03{
	margin-left: 20px;
	font-size: 9pt;
	color: #ffffff;
	line-height: 25px;
}

.text03 a{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

/*original 04------------------------------------*/

.content04{
	width: 1200px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.coverImage04{
	width: 100%;
	display: block;
}

.button04{
	height: 500px;
	width: 1200px;
	top: 0;
	left: 0;
}

.button04Left{
	width: 100px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #c8c8c8;
}

.button04Right{
	width: 100px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #c8c8c8;
}

.triangleLeft{
	margin-left: auto;
	margin-right: auto;
	margin-top: 235px;
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 24px solid #666666;;
}

.triangleRight{
	margin-left: auto;
	margin-right: auto;
	margin-top: 235px;
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 24px solid #666666;
}

.button04Bottom{
	width:100%;
	height: 35px;
	padding-bottom: 20px;
	text-align: center;
	bottom: 0;
}

.button04Circle{
	border: solid 1px #c8c8c8;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
}

.dot{	
	background-color: #666666;
}

/*original 05------------------------------------*/

.content05{
	width:880px;
	height: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}

.contentText05Full{
	display: inline-block;
	float: left;
	width: 100%;
	height: 100%;
	font-size: 11pt;
	font-weight: 400;
}
	
.contentText05Half{
	display: inline-block;
	float: left;
	width: 49%;
	height: auto;
	font-size: 11pt;
	font-weight: 400;
}

.contentText05Half img{
	width: 100%;
	height: auto;
}
	
.contentText05HalfHalf{
	display: inline-block;
	float: left;
	width: 23.5%;
	height: auto;
	font-size: 11pt;
	font-weight: 400;
}	

.contentText05HalfHalf img{
	width: 100%;
	height: auto;
}

.contentDivision05{
	display: inline-block;
	float: left;
	width:100%;
	height: 30px;
}
	
.contentDivision05Horizontal{
	display: inline-block;
	float: left;
	width:2%;
	height: 1px;
}
	
.contentDivision05Last{
	clear: both;
}

.contentButton05Message{
	display: block;
	width: 250px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e9262a;
	text-align: center;
	line-height: 30px;
	font-size: 11pt;
	font-weight: 400;
	border-radius: 15px;
	color: #ffffff;
}
	
.contentMessage05{
	display: inline-block;
	float: left;
	width: 100%;
}
.contentCertificateHolder05{
	display: inline-block;
	float:left;
	width: 100%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contentCertificate05{
	height: 60px;
	display: inline-block;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
}

.contentCertificate05 img{
	text-align: center;
	max-width: 120px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	max-height: 60px;
	object-fit: contain;
}
	
/*original 06------------------------------------*/


.text06{
	display: inline-block;
	float: left;
	width: auto;
	height: 100px;
	line-height: 100px;
	color: #ffffff;
	margin-left: 20px;
	font-size: 11pt;
}

.image06{
	display: inline-block;
	float: right;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.image06 img{
	width: auto;
	height: 100%;
	object-fit: contain;
}

}


