@charset "utf-8";
/* CSS Document */

/*メニュー
----------------------------------------------*/
nav {
	width: 100%;
	height: 80px;
	background: url(../img/common/bg.png);
}

#menu {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h1 {
	background: url(../img/common/logo.png) no-repeat;
	width: 340px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}



.goto-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 94px;
	z-index: 10;
}

/*=============================
#btn08
=============================*/
#btn08 {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99999;
}

#btn08.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-315deg);
	transform: translateY(20px) rotate(-315deg);
}

#btn08.active span:nth-of-type(2) {
	opacity: 0;
}

#btn08.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(315deg);
	transform: translateY(-20px) rotate(315deg);
}

/*=============================
.btn-trigger
=============================*/

.btn-trigger {
	position: relative;
	width: 50px;
	height: 44px;
	cursor: pointer;
	transform: scale(0.7);
}

.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #0030FF;
	border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
	top: 0;
}

.btn-trigger span:nth-of-type(2) {
	top: 20px;
}

.btn-trigger span:nth-of-type(3) {
	bottom: 0;
}


/*コンテンツ
----------------------------------------------*/
#con {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


/*サブメニュー
----------------------------------------------*/
#subMenu {
	width: 200px;
	background: url(../img/common/line.png) repeat-y;
	padding: 50px 0;
}

#subMenu dt,
#subMenu dd {
	margin-bottom: 15px;
}

#subMenu dt span {
	background: #000;
	color: #FFF;
	display: inline;
	padding: 0 15px;
	border-radius: 3px;
}

#subMenu dd {
	background: #F2F2F2;
	padding: 3px 0;
	letter-spacing: 2px;
}

#subMenu dd a {
	color: #000;
}

#subMenu dd a:hover {
	color: #0030FF;
}

#subMenu dd span {
	font-size: 10px;
}

#now {
	border-bottom: 2px solid #0030FF;
}


/*中身
----------------------------------------------*/
#conIn {
	width: 760px;
	text-align: left;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-size: 28px;
	margin-top: 40px;
}

.cmfb h2 {
	font-size: 35px;
}

.cen {
	text-align: center;
}


/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
対応頑張る！！＼(^o^)／
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/

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

	/*メニュー
	----------------------------------------------*/
	nav {
		width: 100%;
		height: auto;
		padding-bottom: 5px;
	}

	#menu {
		width: 100%;
	}

	h1 {
		width: 70%;
		background-size: 100%;
		height: 80px;
		position: relative;
		margin: auto;
	}

	/*コンテンツ
	----------------------------------------------*/
	#con {
		width: 95%;
		display: block;
	}

	/*サブメニュー
	----------------------------------------------*/
	#subMenu {
		width: 100%;
		text-align: left;
		background: none;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#subMenu dd {
		padding: 3px 10px;
	}

	/*中身
	----------------------------------------------*/
	#conIn {
		width: 100%;
	}

	h2 {
		text-align: center;
		margin-top: 0;
	}

	.goto-top {
		right: 20px;
		bottom: 20px;
		width: 50px;
	}
}
