/*layout*/
/*------------------------------------------------------------------------------*/
#wrapper {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.inner {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
.tb_sp {
	display: none;
}
.f12 {
	font-size: 12px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
.in_bl {
	display: inline-block;
}
.table {
	display: table;
}
.v_m {
	display: table-cell;
	vertical-align: middle;
}
.font01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*header*/
/*------------------------------------------------------------------------------*/
#header_in:after {
    content:" ";
    display:block;
    clear:both;
}
#top-head {
    position: fixed;
    width: 96%;
	margin: 0 auto;
    z-index: 100;
	height: 140px;
	color: #555;
	background-color: #fff;
}
#top-head a {
	color: #555;
}
#top-head #header_in {
	max-width: 1880px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
header #logo {
	display: flex;
	align-items: center;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
}
header #logo img {
	max-width: 176px;
}
header #logo h1 {
	margin: 5px 0 0 20px;
	font-size: 13px;
}
header #h_menu {
	position: absolute;
	right: 0;
	top: 30px;
	line-height: 1.2;
}
header #h_menu li {
	float: left;
	border-right: 1px solid #DDDDDD;
	margin-right: 20px;
}
header #h_menu li:last-child {
	margin-right: 0;
	border: none;
}
header #h_menu li a {
	padding: 4px 25px 4px 20px;
	display: block;
}
header #h_menu li:nth-child(1) a {
	background: url("../image/common/icon04.png") no-repeat left center;
}
header #h_menu li:nth-child(2) a {
	background: url("../image/common/icon05.png") no-repeat left center;
}
header #h_menu li:nth-child(3) a {
	background: url("../image/common/icon06.png") no-repeat left center;
	padding-right: 0;
}
header #h_menu a:hover {
	color: #0075C4;
}
/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav .sub_menu:after {
    content:" ";
    display:block;
    clear:both;
}
#globalnav{
	position: absolute;
	top: 70px;
	right: 0;
}
#gnav_btn{display:none;}

#globalnav li{
	float: left;
	line-height: 1.4;
	margin-right: 40px;
	font-size: 16px;
}
#globalnav #globalnav06 {
	margin-right: 0;
}
#globalnav li a{
	height: 70px;
	display: block;
    -webkit-transition: all .3s;
	transition: all .3s;
}
#globalnav li a:hover,
#globalnav li.main_current a,
#globalnav li.main_current:hover a {
	color: #0075C4;
}
#globalnav li.main_current li a {
	color: #333!important;
}
#globalnav li.main_current:hover a:hover {
	color: #0075C4!important;
}
#globalnav .mega {
    position:relative;
}
#globalnav .mega:hover a {
    padding-bottom: 10px;
    height: 80px;
}
#globalnav .mega:after,
#globalnav .mega:before,
#globalnav .mega .sub_menu:before,
#globalnav .mega .sub_menu:after {
    position: absolute;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#globalnav .mega:after {
    top: 70px;
	left:50%;
	margin:0 0 0 -7.5px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-bottom:10px solid rgba(255,255,255,.92);
	border-left:10px solid transparent;
}
#globalnav .mega:before {
    top: 75px;
	left:50%;
	margin:0 0 0 -2.5px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-bottom:10px solid #0073C4;
	border-left:10px solid transparent;
}
#globalnav .mega .sub_menu {
    position: absolute;
    top: 80px;
    right: calc(50% - 130px);
    visibility: hidden;
    opacity: 0;
    padding: 15px 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 260px;
}
#globalnav #globalnav06 .sub_menu {
    right: 0;
}
#globalnav .mega .sub_menu:before {
    top: 0;
    left: 0;
    background: rgba(255,255,255,.92);
    z-index: 0;
    width: 100%;
    height: 100%;
}
#globalnav .mega .sub_menu:after {
    top: 5px;
    right: -5px;
    background: #0073C4;
    z-index: -1;
    width: 100%;
    height: 100%;
}
#globalnav .mega:hover:after,
#globalnav .mega:hover:before,
#globalnav .mega:hover .sub_menu,
#globalnav .mega:hover .sub_menu:before,
#globalnav .mega:hover .sub_menu:after {
    visibility: visible;
    opacity: 1;
}
#globalnav .mega .sub_menu li {
	float: none;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 15px;
}
#globalnav .mega .sub_menu li a {
	padding: 10px 0 10px 14px;
	display: block;
	height: auto;
	position: relative;
}
#globalnav .mega .sub_menu li a:after {
    position: absolute;
    content: '';
    background: #0073C4;
    width: 8px;
    height: 8px;
    left: 0;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
}
#globalnav .mega .sub_menu li a:hover {
	color: #0075C4;
}

/* Fixed */
/*------------------------------------------------------------------------------*/
#top-head.fixed:after {
    content:" ";
    display:block;
    clear:both;
}
#top-head.fixed {
	height: 90px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
#top-head.fixed #logo {
	height: 90px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
#globalnav{
    -webkit-transition: all .3s;
	transition: all .3s;
}
#top-head.fixed #h_menu {
	display: none;
}
#top-head.fixed #globalnav {
	top: 32px;
}
#top-head.fixed #globalnav .mega:after {
    top: 60px;
}
#top-head.fixed #globalnav .mega:before {
    top: 65px;
}
#top-head.fixed #globalnav .mega .sub_menu {
    top: 70px;
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer #footer_box01:after,
footer #footer_box02:after,
footer #footer_box03:after {
    content:" ";
    display:block;
    clear:both;
}
footer {
	background-color: #273343;
	color: #fff;
	line-height: 1.2;
}
footer a {
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer_box01 {
	padding: 70px 0 25px;
}
#footer_box01 .flt {
	width: 15%;
	margin-right: 2%;
}
#footer_box01 .flt:last-child {
	margin-right: 0;
}
#footer_box01 li {
	font-weight: bold;
	margin-bottom: 15px;
}
#footer_box01 li ul {
	margin: 15px 0 0 10px;
}
#footer_box01 li li {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer_box02 {
	text-align: right;
}
#footer_box02 li {
	display: inline-block;
	margin-bottom: 5px;
}
#footer_box03 {
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 20px 0;
	font-size: 12px;
	margin-top: 15px;
}
#footer_box03 .flt_pc li {
	display: inline-block;
}
#footer_box03 .flt_pc li:first-child {
	margin-right: 30px;
}

/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	z-index:50;
}
a.pagetop {
	width: 72px;
	height: 72px;
	background: url(../image/common/pagetop.png) no-repeat 0 0;
	background-size: 72px;
	overflow: hidden;
	display:block;
	z-index: 50;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a.pagetop:hover {
	opacity: 0.7;
}
