@charset "utf-8";
/*【修正注意】サポートページ全ページで使用(レスポンシブ対応)*/

/* レスポンシブ対応ページ全体で使用するcss */
/* ヘッダーエリア、グローバルメニュー用 */

/*★★★★★コンテンツ全体★★★★★*/
/*ヘッダー*/
.header {
	padding: 15px 0
}
.header:after {
	content: "";
	display: block;
	clear: both
}
.logo {
	float: left;
	width:16%
}
.h_menu {
	float: left;
	width:84%
}
.h_menu ul {
	margin: 0;
	padding: 0;
	text-align: right
}
.h_menu li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom:10px
}
.h_menu li a {
	text-decoration: none;
}
.h_menu li a:hover {
	text-decoration: underline
}
/*ヘッダーここまで*/

/*グローバルメニュー*/
nav#g_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center
}
nav#g_menu li {
	margin: 0;
	list-style-type: none
}
nav#g_menu li a {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	padding: 2px;
	height: 30px;
	font-size: 12px;
	text-decoration: none
}
nav#g_menu .menu1 {
	background-color: #f2f2f2
}
nav#g_menu .menu2 {
	background-color: #dfe4e7
}
nav#g_menu .menu1 a:hover {
	color: #08107b;
	background-color: #dfe4e7
}
nav#g_menu .menu2 a:hover {
	color: #08107b;
	background-color: #c5c7c9
}
nav#g_menu ul:after {
	content: "";
	display: block;
	clear: both
}

/*グローバルメニューのボタンレイアウト*/
/*メニュー横幅*/
.m1,.m4 {
	float: left;
	width: 12%;
	display: table
}
.m2 {
	float: left;
	width: 21.3%;
	display: table
}
.m3 {
	float: left;
	width: 21%;
	display: table
}
.m5 {
	float: left;
	width: 11.5%;
	display: table
}
.m6 {
	float: left;
	width: 18%;
	display: table
}
.m7 {
	float: left;
	width: 15.3%;
	display: table
}

/*グローバルメニューデザイン*/
.l1{
	border: #CCC 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

/* ↓後日公開予定ファイルと同時に削除↓ */
.l2,.l3{
	border: #CCC 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
/*ここまで*/

.sup {
	background-color: #dfe4e7
}

/*トグルメニュー*/
.menubtn {
	display: block;
	position: absolute; /* bodyに対しての絶対位置指定 */
	font-size: 12px;
	padding: 2px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	text-align: center;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	z-index: 3;
}
.menubtn span {
	display: block;
	position: absolute;    /* .menubtnに対して */
	text-indent: -9999px;
	width: 30px;
	border-bottom: solid 3px #eee;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 4px;
}
.menubtn span:nth-child(1) {
	top: 8px;
}
.menubtn span:nth-child(2) {
	top: 18.5px;
}
.menubtn span:nth-child(3) {
	top: 29px;
}
.menubtn span:nth-child(4) {
	border: none;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	top: 25px;
}
.menubtn:hover {
	background-color: #CCC
}
.menubtn:focus {
	outline: none
}

/*タップ後の動作*/
/* 最初のspanをマイナス45度に */
.menubtn.active span:nth-child(1) {
	top: 18px;
	left: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
/* 2番目と3番目のspanを45度に */
.menubtn.active span:nth-child(2), .menubtn.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
/*トグルメニューここまで*/
/*グローバルメニューここまで*/
/*★★★★★コンテンツ全体ここまで★★★★★*/

/*↓↓↓レスポンシブ対応↓↓↓*/
/*★★★★★横幅が最小で930px時★★★★★*/
@media (min-width:930px) {
/*ヘッダー*/
.sp_logo{
	display:none
}

/*トグルボタン*/
.menubtn {
	display: none
}

/*ナビゲーション*/
#g_menu {
	display: block !important
}

.h_menu2 {
	display: none;
}
.img_s_6{
	margin-bottom: -3px;
	}
#logo1{display:none;}

}

/*★★★★★横幅が最小で768px時★★★★★*/
@media (min-width:768px) {
/*ヘッダー*/
.sp_logo{
	display:none
}

/*トグルボタン*/
.menubtn {
	display: none
}

/*ナビゲーション*/
#g_menu, .att {
	display: block !important
}

.h_menu2 {
	display: none;
}
.img_s_6{
	margin-top:3px;
	}
#logo1{display:none;}

}

/*★★★★★横幅が600px～767px時★★★★★*/
@media (min-width:600px) and (max-width:767px) {
/*ヘッダーメニューのボタン横幅*/
.m1, .m2, .m6 {
	float: none;
	display: table;
	width: 100%
}
.m3, .m4 {
	float: left;
	display: table;
	width: 33.3%
}
.m5, .m7 {
	float: left;
	display: table;
	width: 25%
}
.nav li a {
	padding: 3px 10px;
	font-size: 12px
}
.logo img {
	margin-left: 10px
}

/*ヘッダー(タブレット表示)*/
.sp_logo{
	text-align:right
}
.sp_logo img{
	margin-right:55px
}

/*トグルボタン*/
#g_menu {
	display: none;
	margin-bottom: 20px
}
#g_menu li a {
	height: 28px;
	font-size: 12px
}
.break {
	clear: both
}

/*ヘッダーメニュー*/
.h_menu {
	display: none
}

/*ナビゲーション*/
.att {
	display: block !important
}

.h_menu2{
	text-align:right; margin-right:50px;
	}

#logo2{display:none;}

}

/*★★★★★横幅が最大で599px時★★★★★*/
@media (max-width:599px) {
/*ヘッダー*/
.header {
	padding: 3px 0;
}
.header img {
	max-width: 100%;
	height: auto
}
.h_menu {
	display: none
}
#g_menu, .b {
	display: none;
	margin-bottom: 20px
}
#g_menu li a {
	height: 26px;
	padding: 3px 5px;
	font-size: 12px;
	text-align: center
}
.logo {
	width: auto
}
.logo img {
	margin: 10px 0 0 5px;
	max-width: 100%;
	height: auto
}

/*ヘッダー(スマホ表示)*/
.sp_logo{
	text-align:right;
	margin-top: 10px;
}

.sp_logo img{
	margin-right:55px;
	max-width: 100%;
	height: auto
}

/*ヘッダーメニュー横幅*/
.m1, .m2, .m6 {
	float: none;
	display: table;
	width: 100%
}
.m3, .m4, .m5, .m7 {
	float: left;
	display: table;
	width: 50%
}

#img2 {
    margin-top: 15px;
	margin-right:6px;
}
.h_menu2{
	text-align:right; 
	margin-right:50px;
	margin-bottom:15px;
	}

#logo1{margin: 10px 0 -18px 5px;}
#logo2{display:none;}


}
