@charset "utf-8";



body
{
	background-image: url("./image/main_back_1920b.jpg");	
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;		
	padding: 0;		
}





.ham-btn
{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0 0 0 22px;
	display: flex;
	height: 70px;
	width: 55px;
	align-items: center;			
	z-index: 90;
    background-color: rgb(234,258,253);
}

.ham-btn span,.ham-btn span:before,.ham-btn span:after
{
	content: '';
	display: block;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background-color: #606060;
	position: absolute;
}
.ham-btn span:before
{
	bottom: 8px;
}
.ham-btn span:after
{
	top: 8px;
}

#right_fill
{
	position: fixed;
	top: 0px;
	left: 50px;
	padding: 0 0 0 10px;
	height: 70px;
	width: 100%;
	z-index: 90;
    background-color: rgb(234,258,253);
}

#ham-btn-check:checked ~ .ham-btn span
{
	
	background-color: rgba(255, 255, 255, 0);
}
#ham-btn-check:checked ~ .ham-btn span:before
{
	bottom: 0;
	transform: rotate(45deg);	
}
#ham-btn-check:checked ~ .ham-btn span:after
{
	top: 0;
	transform: rotate(-45deg);	
}
#ham-btn-check:checked ~ .ham-content
{
	left: 0;	
}

#ham-btn-check
{
	display: none;
}

.ham-content
{
	width: 95%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;			
	z-index: 80;			
	background-color: #ffffff;
	transition: all 0.3s;
}

.ham-content ul
{
	padding: 60px 10px 0 10px;
}

.ham-content ul li
{
	border-bottom: solid 1px #606060;
	list-style: none;		
}

.ham-content ul li a
{
	display: block;
	width: 100%;
	font-size: 13pt;
	box-sizing: border-box;
	color: #000000;
	text-decoration: none;		
	padding: 20px 15px 20px 0;
	position: relative;
}


.bkwhite
{
	background-color: rgba(255,255,255,0.90);	
}





.resizer
{
	max-width: 690px;				
				
}
.resizer img
{
	width: 95%;						
}
.resizer_program
{
	max-width: 790px;				
}
.resizer_program img
{
	width: 95%;						
}
.resizer_small_bnr
{
	max-width: 700px;				
}
.resizer_small_bnr img
{
	width: 50%;						
}
.resizer_small_bnr2
{
	max-width: 600px;				
}
.resizer_small_bnr2 img
{
	width: 80%;						
}

.resizer_small_bnr3
{
	max-width: 520px;				
}
.resizer_small_bnr3 img
{
	width: 65%;						
}

.resizer_survey_bnr
{
	max-width: 600px;				
}
.resizer_survey_bnr img
{
	width: 50%;						
}
.resizer_middle_bnr
{
	max-width: 700px;				
}
.resizer_middle_bnr img
{
	width: 75%;						
}

.resizer_middle_bnr2
{
	max-width: 550px;				
}
.resizer_middle_bnr2 img
{
	width: 93%;						
}

.resizer_middle_bnr3
{
	max-width: 650px;				
}
.resizer_middle_bnr3 img
{
	width: 90%;						
}

.resizer_middle_bnr4 img
{
	max-width: 280px;				
}

.side_block_obj img
{
	width: 42%;
	max-width: 250px;				
	padding: 0px 10px;
}

.ncc:visited,.ncc:link
{
	color: #606060;
}

.bnr_info_box
{
	background-color: #ccc;		
	float: left;
	margin: 0 5px;
	height: auto;					
	padding: 10px 10px;
}

.bnr_tbl_border table,tr,td
{
	
	border-collapse: collapse;		
	border: 1px solid #000;			
	padding: 1px 5px;
	font-size: 10pt;
	margin: 0 auto;
}

.hrbar
{

	margin: 0 auto 15px auto;
	width:95%;
	max-width: 950px;				
	height: 3px;
	background-color: #d0d0d0;
	border-radius: 2px;				
}

em
{
	font-style: normal;
	font-weight: bold;
}

.em2
{
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
}

.em2 td
{
	border: 10px;
	font-size: 15pt;

}

.em3
{
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
}

.info_text
{
	margin: 0 auto;
	background-color: #ffffd0;
	padding: 20px 25px;
	border: 2px solid;
	border-radius: 15px;			
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
	font-size: 12pt;
	max-width: 640px;				
}
.info_text2
{
	margin: 0 auto;
	background-color: #f0fff0;
	padding: 20px 25px;
	border: 2px solid;
	border-radius: 15px;			
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
	font-size: 12pt;
	max-width: 570px;				
}
.info_text3
{
	margin: 0 auto;
	background-color: #ffffd0;
	padding: 15px 25px;
	border: 2px solid;
	border-radius: 15px;			
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
	font-size: 12pt;
	max-width: 440px;				
}

.info_text_s
{
	margin: 0 auto;
	background-color: #ffffd0;
	padding: 10px 10px;
	border: 2px solid;
	border-radius: 15px;			
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
	font-size: 12pt;
	max-width: 350px;				
}

.info_gap
{
	padding: 20px;

}




.if_scr_mobile
{
	display: none;
}

@media screen and (max-width: 640px)
{
	
	.if_scr_mobile
	{
		display: block;
	}
	
	.acow-label,.acow-content
	{
		width: 80%;
	}
	.resizer_middle2_bnr img
	{
		max-width: 95%;				
	}
	.resizer_middle3_bnr img
	{
		max-width: 95%;				
	}
	.resizer_middle4_bnr img
	{
		max-width: 95%;				
	}
}

.if_scr_pc
{
	display: none;
}

@media screen and (min-width: 641px)
{
	
	.if_scr_pc
	{
		display: block;
	}
	
	.acow-label,.acow-content
	{
		width: 550px;
	}
	.resizer_middle3_bnr img
	{
		width: 550px;
	}
	.resizer_middle4_bnr img
	{
		width: 400px;
	}
}

@media screen and (max-width: 4000px)
{
	
	.corp_oline,.arc_oline
	{
		width: 600px;
	}
	.arc_size img
	{
		width: 570px;
	}
	.mov_size img
	{
		width: 130px;
	}
	.qalook_size img
	{
		width: 40%;
	}
}

@media screen and (max-width: 600px)
{
	
	.corp_oline,.arc_oline,.arc_size img
	{
		width: 100%;
	}
	.mov_size img
	{
		width: 24%;
	}
	.mov_size_s img
	{
		width: 0%;
	}
	.qalook_size img
	{
		width: 45%;
	}
}




.bkwater
{
	background-color: rgba(120,210,255,0.85);	
	background-color: rgba(040,160,255,0.85);	
}

#sfooter
{
	padding: 40px 50px;
	font-size: 12pt;
	color: #ffffff;
}

#sfooter a
{
	color: #00ffe0;
}

.bkgrey
{
	background-color: rgba(224,224,224,0.85);	
}

#cfooter
{
	padding: 25px 40px;
	font-size: 9pt;
}




.topics_oline,.corp_oline,.arc_oline
{
	border-collapse: collapse;		
	border-style: hidden;			
}
