/* CSS Document */
@charset "utf-8";
#header {
	height: 45px;
	overflow: hidden;
	background: #6c747d;
}
.headerWrap {
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	max-width: 966px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #899097;
	border-right: 1px solid #899097;
	justify-content: flex-start;
}
.headerItem1 {
	margin: 15px;
	-webkit-box-flex: 0 0 168px;
	-ms-flex: 0 0 168px;
	flex: 0 0 168px; /*168はロゴサイズ*/
}
.headerItem2 {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 1.25rem 0;
}
.headerItem2 br{
display:none;
}

#navigation {
	background: #fff;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.13);
}
.gnavWrap {
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 */
	width: 100%;
	max-width: 966px;
	/*overflow: hidden;*/
	margin: 0 auto;
	/*justify-content: flex-start;*/
}
.gnavItem {
	width: 100%;
	color: #fff;
	font-size: .74rem;
	line-height: 1.2rem;
	margin: 0;
}
.gnavItem a :hover {
	opacity: 0.5;
}
.gnavItem img {
	display: block;
	/*margin: 15px;*/
	width: 170px;
	height: 56px;
}
.singleWrap {
	width: 100%;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
}
.singleItem {
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	background: #fff;
	/*border: 1px  solid #000; */
	padding: 20px;
}
main {
	width: 93.79%;
	min-height: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	display: block;/* ie11 */
}
#footer {
	background: #f0f0f0;
	color: #222;
	width:100%;
	border-top: solid 1px #fff;
}
.footerWrap {
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 */
	display: flex;
	justify-content: flex-start;
	width: 100%;
	/*max-width: 1200px;*/
	max-width: 966px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.footerItem{
	margin: 30px;
	color: #666;
}
/* ------ max-width: 960px ------ */
@media screen and (max-width: 960px) {
.headWrap{
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 */
	display: flex;
	overflow: hidden;
	margin: 0 auto;
		justify-content: flex-start;
		background: #6c747d;
			/*height: 56px;*/
	}

#navigation{
order: 1;
border: none;
background: #ff0000;
}
	#header{
	order: 2;
	}
	.headerWrap{
	border: none;
	}
	.headerItem1{
	display: none;
	}
.headerItem2 {
	margin-left:10px;
	/*font-size: 1rem;
		line-height: 1.4rem;
	/*border: none;*/
}
.headerItem2 br{
/*display:inline;*/
}
.gnavItem {
	width:130px;
	/*height:44px;*/
	/*background: #ff0000;*/
	
}
.gnavItem img{
	width:100%;
	height: auto;
}

.singleItem {
	width: 100%;
	margin: 0 auto;
	}
	main {
	width: 100%!important;
	margin: 0!important;
	}
	.footerItem{
	margin: 20px;
}

	}

	/* ------ max-width: 560px ------ */
@media screen and (max-width: 560px) {
.headerItem2 {
	margin: 8px 10px 10px 10px;
	font-size: 1.2rem;
		line-height: 1.4rem;
	/*border: none;*/
}
.headerItem2 br{
display:inline;
 }

	.formWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.formTitle {
		text-align: left;
		background-color: #eee;
		min-width: 0;
		word-wrap: break-word;
		width: 100%;
	}
	.formItem {
		width: 100%;
		/*text-align:center;*/
	}
}