body{
	display: flex;          /*                */
	flex-direction: column; /* ヘッターを下に */
	min-height: 100vh;      /*                */
}
body{
	font-family: sans-serif;
	background-size: 100%;
	-webkit-text-size-adjust: 100%; /* 文字が大きくならないように */
	margin: 0;
}

header{
	padding-top: 20px;
	overflow: hidden;
}
#headerbg{
	width: 980px;
	margin: 0 auto;
}

/* 会社名 */
.name_main{
	font-size: 42px;
	margin-left: 6px;
}
.name_main a{
	color: #000099;
	text-decoration: none;
}
.name_main a:hover{color: #000066;}
/* 安心と信頼の */
.main_sab{
	color: #000066;
	margin-top: -80px;
	margin-left: 356px;
}
/* 英語 */
.name_sab{
	font-size: ;
	color: #3399FF;
	margin-top: 20px;
	margin-left: 10px;
}
/* 英語強調 */
.name_sab1{
	color: #0066FF;
}

/* お問い合わせボタン */
.contact_btn{
	font-size: 20px;
	text-align: right;
	margin-top: -30px;
	margin-right: 20px;
}
.contact_btn a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #058BA9;
	padding: 10px 20px;
	border-radius: 5px;
	background-image: linear-gradient(#92CDDB 0%, #058BA9 100%);
	border: 1px solid #058BA9;
	box-shadow: 1px 1px 0 #9DDDED inset;
}

/* メニュー */
.main_menu_set{
	margin-top: 60px;
	background-image: linear-gradient(#80B5FF 0%, #3287FE 100%);
	border-top: 1px solid #3287FE;
	border-bottom: 1px solid #3287FE;
}
.main_menu{
	width: 980px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
	border-right: 1px solid #B3D2FF;
}
.main_menu li {
	display: inline-block;
	font-size: 18px;
	width: 25%;
	text-align: center;
	line-height: 300%;
}
.main_menu li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 50px;
	border-right: 1px solid #3287FE;
	border-left: 1px solid #3287FE;
	box-shadow: 1px 1px 0 #B3D2FF inset;
	box-sizing: border-box;
}
.main_menu li a:hover{
	background: #3287FE;
}
/* ＊＊＊＊＊ヘッダー終了＊＊＊＊＊＊ */


/* メイン */
main{
	width: 980px;
	margin: 0 auto;
	flex: 1; /* メインを伸ばす */
}

/* トップへ */
.foot{
	font-size: 16px;
	text-align: right;
}
.foot a{
	color: #3366FF;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 45px;
}

/* フッター */
footer{
	background: #FFFFFF;
	border-top: solid 1px #97E2FC;
	overflow: hidden;
	margin-top: 60px;
}
#footerbg{width: 980px;
	margin: 0 auto;
}

.foot_logo{
	margin-left: 6px;
}

.foot_menu{
	margin-right: 14px;
	margin-top: -50px;
	text-align: right;
}
.foot_menu ul{ font-size: 0;}
.foot_menu li{ 
	display: inline-block;
	padding: 0px 20px;
	border-right: solid #3399FF 1px;
}
.foot_menu li:first-child{ border-left: solid #3399FF 1px;}
.foot_menu li a{
	color: #3366FF;
	text-decoration: none;
}
.foot_menu li a:hover{
	border-bottom: solid #3366FF 1px;
}

.foot_access{
	color: #444444;
	text-align: center;
	margin-top: 50px;
}

.copyright{
	color: #666666;
	text-align: center;
}

