@charset "utf-8";

body{
	min-width:320px;
	font-size: 13px;
}

a{
	color: #000;
}
/*
a:link {
	color: #0000ff;
	border-bottom: 1px solid;
}
a:visited { color: #0000ff; }
a:hover { color: #0000ff; }
a:active { color:#0000ff;}
*/
.clfix::after {
	content: "";
	clear: both;
	display: block;
	line-height: 0;
}
.fl_l{
	float:left;
}
.fl_r{
	float:right;
}

.pc_none {
	display: none;
}
.sp_none {
	display: block;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}
.now {
	background: #3f81a5 !important;
}

/********************
	header
********************/
header {
	/*width: 51%;*/
	max-width: 980px;
	margin: 10px auto;
}
.ja header .en a {
	color: #b4b4b4;
}
.en header .ja a {
	color: #b4b4b4;
}

.logo {
	width: 16%;
	margin: 0 1%;
}

.img_title {
	width: 47%;
	margin: 10px 0 0 10%;
}
header ul {
	width: 15%;
}
header a {
	font-weight: bold;
}
.rod {
	margin: 0 6%;
}

/********************
	nav
********************/
.pc_menu {
	width: 100%;
	height: 40px;
	background: #005396;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 1%;
}
.pc_menu ul {
	/*width: 100%;*/
	max-width: 980px;
	/*padding: 0 1%;*/
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: right;
	align-items: center;
	background: url(../images/nav_ber.png) no-repeat right center;
}
.pc_menu li {
	width: 140px;
	height: 100%;
	float: left;
	text-align: center;
	background: url(../images/nav_ber.png) no-repeat left center;
}
.pc_menu li:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #3f81a5;
	height: 100%;
}
.pc_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}





.pc_menu .nav_click {
	height: 100%;
	background: #3f81a5 !important;
}
.nav_click {
	background: #3f81a5 !important;
}
.nav_click a {
	color: #fff !important;
}

/* en **************/
.en nav.pc_menu li {
	width: 100%;
	max-width: 500px;
	float: left;
	text-align: center;
	background: url(../images/nav_ber.png) no-repeat left center;
}
.en nav.pc_menu li:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #3f81a5;
}
.en nav.pc_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ie‘Î‰ž **************/
.ie10_0 .pc_menu li {
	table-layout: fixed;
}
.ie9_0 .pc_menu ul {
	table-layout: fixed;
}
.ie9_0 .pc_menu li {
	height: 100%;
	line-height: 400%;
	table-layout: fixed;
}
.ie9_0 .pc_menu li:hover {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	background-color: #3f81a5;
	height: 100%;
}
/********************
	title_ber
********************/
.title_ber {
	width: 100%;
	text-align: center;
	background: #000;
}

/********************
	content
********************/
.content {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.coi_pagetop{
	position: fixed;
	right: 1%;
	bottom: 0;
	margin:0 0 0 -63px;
}
.coi_pagetop a{
	width: 75px;
	height: 100px;
	display: block;
}


/********************
	footer
********************/
footer {
	max-width: 980px;
	margin: 10px auto 0;
	padding: 0 2%;
	text-align: center;
}
footer li {
	width: 19%;
	float: left;
	margin-right: 1%;
}
footer li:last-child {
	margin-right: 0;
}

.copyright {
	margin: 20px 0 20px;
}

@media screen and (min-width: 740px) {
	.sp_menu {
		display: none !important;
	}
}

@media screen and (max-width: 740px) {

	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	
	.wrapper {
		font-size: 13px;
	}
	img {
		width: 98%;
	}

	/********************
		header
	********************/
	header {
		width: 88%;
		margin: 8px auto 15px;
		position: relative;
		text-align: left;
	}
	.logo_area {
		width: 60%;
		margin: 0 auto 6px;
	}
	.logo {
		height: 60%;
		margin: 0 3% 0 0;

	}
	.menu_btn_op {
		position: absolute;
		width: 10%;
		top: 15%;
		right: -4%;
	}
	.img_title {
		width: 100%;
		margin: 0;
	}
	.title_ber_sp img {
		width: 100%;
	}

	/********************
		sp_menu
	********************/
	.sp_menu {
		display: none;
		background: rgba(10,85,120,0.9);
		position: absolute;
		top: 0;
		right: 0;
		width: 73%;
		z-index: 1000;
		color: #fff;
	}
	.sp_menu a {
		color: #fff;
	}
	.sp_lang {
		font-size: 14px;
		margin: 24px 0 20px 14%;
	}
	.sp_lang a {
		font-weight: bold;
	}
	.rod {
		margin: 0 6%;
	}
	.ja .sp_menu .en a {
		color: #00080c;
	}
	.menu_btn_cl {
		position: absolute;
		right: 6.5%;
		width: 9%;
	}

	.menu_title {
		width: 90%;
		font-size: 13px;
		font-weight: bold;
		margin: 0 auto;
	}

	/* en ****************/
	.en .sp_menu .ja a {
		color: #00080c;
	}

	/* menu_area **********/
	.menu_area {
		margin-bottom: 24px;
	}
	.menu_area a {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.menu_area p:first-child {
		border-top: 1px solid #fff;
	}
	.menu_area p {
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
		border-bottom: 1px solid #fff;
	}
	.click {
		padding: 10px 0;
		position: relative;
		border-bottom: 1px solid #fff;
	}

	.click {
		background-image: url(../images/sp/btn_aco_op.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 7%;
	}
	.click.active {
		background-image: url(../images/sp/btn_aco_cl.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 8%;
	}

	.menu_area ul {
		background: #437d98;
		display: none;
	}
	.menu_area li {
		width: 95%;
		margin: 0 auto;
		border-bottom: 1px solid #fff;
	}

	/********************
		pagetop
	********************/
	.coi_pagetop{
		position: fixed;
		right: 1%;
		bottom: 0;
		margin:0 0 0 -63px;
	}
	.coi_pagetop a{
		width: 45px;
		height: 50px;
		display: block;
	}
	.coi_pagetop img {
		width: 70%;
	}

	/********************
		content
	********************/
	.cont_title {
		background: #3f81a5;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		font-size: 15px;
	}

	/********************
		footer
	********************/
	footer {
		width: 100%;
		margin: 10px auto;
		padding: 0;
	}
	.ft_box1 {
		width: 87.5%;
		margin: 0 auto;
	}
	.ft_box1 li {
		width: 32.5%;
		float: left;
		margin-right: 1%;
	}
	.ft_box2 {
		width: 65%;
		margin: 0 auto;
	}
	.ft_box2 li {
		width: 44%;
	}


	.copyright {
		text-align: center;
		margin: 10px 0 10px;
	}

	.main_visual {
		width: 100%;
		margin: 0 auto;
		height: auto;
		background: none;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		position: relative;
	}
	.mv_text {
		position: absolute;
		top: 80px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 980px;
		height: 295px;
	}
}