@charset "UTF-8";

/* --------------------------------------------  
	 main_visual
--------------------------------------------  */
#main_visual h1 {
	margin: 0;
	text-indent: -9999px;
}

@media screen and (min-width: 641px), print { /*pc*/
	#main_visual {
		height: 520px;
		margin-bottom: 40px;
		position: relative;
	}
	
	#main_visual .main_visual_inner {
		width: 1400px;
		margin: 0 auto 0 -700px;
		overflow: hidden;
		position: absolute;
		left: 50%;
	}

	#main_visual h1 {
		width: 1400px;
		min-height: 520px;
		margin: 0 auto;
		background: #fff url(../images/top_main.jpg) no-repeat top left;
		overflow: visible;
		box-sizing: border-box;
	}
	
	#main_visual .global_change {
		text-indent: -9999px;
		width: 112px;
		height: 18px;
		position: absolute;
		top: 21px;
		right: 230px;
	}
	
	#main_visual .global_change a {
		display: block;
		background: url(../cmn/images/header/btn_japanese.png) no-repeat;
		background-size: contain;
	}
	
	#main_visual .global_change a:hover {
		opacity: 0.7;
	}

	#globalHeader {	
		height: 70px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

} @media screen and (max-width: 640px){
	#main_visual {
		width: 100%;
		min-height: 325px;
		background: url(../images/sp_bg_top_main.jpg) center center;
		background-size: cover;
		position: relative;
	}
	
	#main_visual .main_visual_inner:before {
		content: "";
		width: 100%;
		height: 5px;
		background: url(../cmn/images/pattern/border.png) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#main_visual h1 {
		width: 255px;
		height: 94px;
		background: url(../images/sp_top_main.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	.global_change {
		margin: 0 -10px 14px; 
		box-sizing: border-box;
	}
	
	.global_change a {
		display: block;
		width: 100%;
		padding: 18px 0 16px 55px;
		font-size: 16px;
		font-weight: bold;
		border: 1px solid #1aab6a;
		background: url(../cmn/images/header/icon_global.png) no-repeat;
		background-size: 20px 20px;
		background-position: 22px 20px;
		box-sizing: border-box;
	}
	

}



/* --------------------------------------------  
	 link_menu
--------------------------------------------  */
.link_menu:after {
	content: "";
	display: block;
	clear: both;
}

.link_menu li {
	position: relative;
}

.link_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

@media screen and (min-width: 641px), print { /*pc*/
	.link_menu {
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: 20px;
	}

	.link_menu li {
		float: left;
		width: 306px;
		height: 140px;
		margin: 0 15px 30px;
		background: #fff url(../images/btn_usual.png) no-repeat;
		background-size: cover;
	}
	
	.link_menu li:hover {
		background: #f3fcf7 url(../images/btn_usual_hover.png) no-repeat;
	}
	
	.link_menu li .link_menu_head {
		float: left;
		padding-top: 60px;
		padding-left: 38px;
		font-size: 16px;
		font-weight: bold;
	}
	.link_menu li:first-child .link_menu_head {
		padding-top: 46px;
	}
	
	.link_menu li .link_menu_note {
		float: left;
		width: 273px;
		padding-top: 28px;
		padding-left: 37px;
		font-size: 16px;
		line-height: 1.5;
	}
	
} @media screen and (max-width: 640px){
	.link_menu {
		margin: 0 -20px 21px;
	}
	
	.link_menu li {
		position: relative;
	}
	
	.link_menu li a {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	
	.link_menu li a:before {
		content: "";
		display: block;
		width: 12px;
		height: 20px;
		background: url(../cmn/images/icon/icon_arrow.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 25px;
	}
		
	.link_menu li:nth-child(odd) {
		background: #fff;
	}
	
	.link_menu li:nth-child(even) {
		background: #edf5f1;
	}
	
	.link_menu li .link_menu_head {
		margin-right: 60px;
		margin-left: 21px;
	}
	
	.link_menu li .link_menu_head {
		padding-top: 20px;
		padding-bottom: 14px;
		margin-bottom: 3px;
		font-size: 16px;
		font-weight: bold;
	}
}


/* --------------------------------------------  
	 news
--------------------------------------------  */
.news_block {
}

.news_block:after {
	content: "";
	display: block;
	clear: both;
}

.news_block .news_contents dt {
	color: #999999;
}


@media screen and (min-width: 641px), print { /*pc*/
	.news_block {
		width: 978px;
		margin: 0 auto 58px;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		position: relative;
	}
	
	.news_block .news_block_head {
		float: left;
		padding: 27px 0 20px 49px;
		margin: 0;
		font-size: 18px;
		font-weight: bold;
	}
	
	.news_block .news_contents {
		float: left;
		margin-top: 29px;
		margin-left: 55px;
		position: relative;
	}

	.news_block .news_contents dt,
	.news_block .news_contents dd {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.news_block .news_contents dt {
		width: 85px;
		position: absolute;
		left: 0;
	}
	
	.news_block .news_contents dd {
		width: 700px;
		margin-left: 100px;
	}
	
} @media screen and (max-width: 640px){

	.news_block {
		padding: 13px 22px 12px;
		margin: 0 0 21px;
		border: 2px solid #cccccc;
	}

	.news_block .news_block_head {
		margin: 0 0 6px;
		font-size: 16px;
	}

	.news_block .news_contents {
		margin: 0;
		line-height: 1.7;
	}

	.news_block .news_contents dt {
		margin-bottom: 0;
	}
	
	.news_block .news_contents dd {
		margin-left: 0;
		margin-bottom: 5px;
	}
	
}





