

/*CrushPOW*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.mobile-view {
	text-align: center;
	color: #123d54;
	background: -moz-linear-gradient(
		top,
		#f7faaf 0%,
		#b4ba00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f7faaf),
		to(#b4ba00));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	width: 70%;
	font: bold 5em/100px Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	height: 100px;
}
.closebtn {
	text-align: center;
	color: #123d54;
	background: -moz-linear-gradient(
		top,
		#f7faaf 0%,
		#b4ba00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f7faaf),
		to(#b4ba00));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	width: 29%;
	font: bold 10em/100px Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;
	float: right;
	height: 100px;
}
.closebtn span {
	font-size: 0.3em;
	padding: 0;
	line-height: 100px;
	margin-top: -50px;
	vertical-align: top;
}
#main {
	width: 100% !important;
	margin: 0px;
	padding: 0px;

}

/*HEADER*/

.fixed	{
	position:fixed;
	top:0px;
	z-index: 1000;
}
#menu-wrap {
	position: fixed;
	z-index: 1000;
	width: 100%;
	transition: .3s;
	top: 0;
	float: left;
	height: 85px;
	margin-top: 85px;
	background: url(../images/common/header_bg_top.jpg) repeat-x;
}


#header {
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	position: relative;
	width: 980px;
}
#header2 {
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	position: relative;
	width: 100%;
}
#header-tabarea_bg {
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	border-top: 5px solid #ebca00;
	border-bottom: 1px solid #053975;
	padding-top: 3px;
}
#header-tabarea {
	width: 960px;
	left:50%;
	margin-left: -480px;
}
#header-tabarea .inner {
	/*background:#FFF;*/
	width:960px;
	position:relative;
}
#header h1 {
	float: left;
	margin-top: 64px;
	margin-bottom: 8px;
}
#header2 h1 {
	float: left;
	margin-top: 26px;
	margin-bottom: 6px;
	padding-left:0px;
}
.logo {
	position: relative;
	top: -12px;
	left: 0;
	float: left;
	margin: 0;
}
.header-tab {
	position: absolute;
	top: 33px;
	right: 0px;
	/*width: 550px;*/
}
.header-tab_hd {
	position: absolute;
	top: 35px;
	right: 0px;
	/*width: 550px;*/
}

/*2016.12.26 Nishikawa*/
.header-tab_gp{
	position: absolute;
	top: 11px;
	right: 5px;
}
	.header-tab_gp li{
		display: inline-block;
	}
	.header-tab_gp li.title{
		background:url(../images/common/hnavi00.gif) no-repeat left top;
		height: 16px;
		width: 60px;
	}
		.header-tab_gp li a{
			display: block;
			height: 16px;
		}
		.header-tab_gp li.bt04 a{
			background:url(../images/common/hnavi01.gif) no-repeat left top;
			width: 93px;
		}
		.header-tab_gp li.bt04 a:hover{
			background-position: left -16px;
		}
		.header-tab_gp li.bt05 a{
			background:url(../images/common/hnavi02.gif) no-repeat left top;
			width: 100px;
		}
		.header-tab_gp li.bt05 a:hover{
			background-position: left -16px;
		}
			.header-tab_gp li span{
				display: none;
			}


.header-tab li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
}
.header-tab ul .bt01 a img , .header-tab_hd ul .bt01 a img {
	height: 36px;
	width: 220px;
}
.header-tab ul .bt01 a:hover img , .header-tab_hd ul .bt01 a:hover img {
	height: 36px;
	width: 220px;
}

.header-tab ul .bt02 a img , .header-tab_hd ul .bt02 a img {
	height: 36px;
	width: 165px;
}
.header-tab ul .bt02 a:hover img , .header-tab_hd ul .bt02 a:hover img {
	height: 36px;
	width: 165px;
}

.header-tab ul .bt03 a img , .header-tab_hd ul .bt03 a img {
	height: 36px;
	width: 100px;
}
.header-tab ul .bt03 a:hover img , .header-tab_hd ul .bt03 a:hover img {
	height: 36px;
	width: 100px;
}

.header-tab ul .bt04 a img , .header-tab_hd ul .bt04 a img {
	height: 36px;
	width: 120px;
}
.header-tab ul .bt04 a:hover img , .header-tab_hd ul .bt04 a:hover img {
	height: 36px;
	width: 120px;
}


.header-tab ul li a {
	color: #333;
	text-decoration: none;
}
.header-tab ul li a:hover {
	color: #103372;
	text-decoration: none;
}
.header-tab_hd li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
}
.header-tab_hd ul li a {
	color: #333;
	text-decoration: none;
}
.header-tab_hd ul li a:hover {
	color: #103372;
	text-decoration: none;
}


.header-top {
	position: absolute;
	right: 0px;
	width: 100%;
}
.header-top .sns {
	float: left;
	padding-top: 4px;
}
.header-top .sns li {
	float: left;
	padding-left: 10px;
}
.header-top .sub_navi {
	float: left;
	padding-left: 580px;
	line-height: 40px;
	width: 390px;
}
.header-top .sub_navi li {
	float: left;
	font-size: 12px;
}
.header-top .sub_navi .mail {
	background: url(../images/common/hd_mail_icon.gif) no-repeat left center;
	padding-left: 17px;
}

.header-top .sub_navi li a {
	color:#000;
}
.header-top .sub_navi li a:hover {
	color:#777;
	text-decoration:none;
}
#gnavi_sup {
}
#gnavi_sup .navi {
	display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.table-ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	color: #EE602E;
}
.table-ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px dotted #EE602E;
	border-left: 1px dotted #EE602E;
	line-height: 35px;
}
.table-ul li a {
	color: #EE602E;
	text-decoration: none;
}
.table-ul li a:hover {
	color: #EE602E;
	text-decoration: underline;
}




#gnavi {
}

.table-ul2 {
	display: table;
	table-layout: auto;
	text-align: center;
	width: 100%;
	color: #FFF;
}
.table-ul2 li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px dotted #FFF;
	border-left: 1px dotted #FFF;
	height: 50px;
}
.table-ul2 li a {
	color: #FFF;
	text-decoration: none;
}
.table-ul2 li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.hd_navi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}


.hd_navi li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.gnavi {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.gnavi li {
    font-size: 15px;
	font-weight: bold;
	height: 50px;
}
.gnavi li a{
    display: block;
	width: calc(100% - 42px);
	height: calc(100% - 20px);
	margin: 10px 0;
	padding: 0 20px;
	border-right: dotted 1px #333;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnavi li:first-child a{
	border-left: dotted 1px #333;
}

.header-top .sub_bt {
	padding-left: 19px;
	float: right;
	width: 475px;
}
.header-top .sub_bt li {
	background: #103372;
	line-height: 40px;
	float: left;
}
.header-top .sub_bt li a {
	color: #FFF;
	text-decoration: none;
	background: url(../images/common/hd_bt_icon.gif) no-repeat left center;
	padding-left: 25px;
	border-right: 1px solid #FFF;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
}

.header-top .sub_bt li.last a {
	color: #FFF;
	text-decoration: none;
	background: url(../images/common/hd_bt_icon.gif) no-repeat left center;
	padding-left: 25px;
	border-right: none;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
}
.header-top .sub_bt li a:hover , .header-top .sub_bt li.last a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}





/*GRAND MENU*/

#grand-menu ul {
	width: 980px;
	background: url(../images/gnavi_bg.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}
#mega-menu li ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
}
#mega-menu li ul {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}



#grand-menu li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 196px;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	display: block;
}
#grand-menu li.title {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 196px;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	display: block;
}
#grand-menu li.title a {
	display: block;
	color:#333;
	font-weight:bold;
}
#grand-menu li a {
	display: block;
	color:#333;
	font-weight:bold;
}
#grand-menu li.st {
	display: block;
	color:#333;
	font-weight:bold;
	border-bottom: 1px dashed #FEF033;	
}
#grand-menu li.sst {
	display: block;
	color: #FFF;
	background: url(../images/mega-menu_arrow.gif) no-repeat 5px center;
	font-size: 12px;
	border-bottom: 1px dashed #FEF033;
}

#grand-menu li ul .st  a{
	font-weight: bolder;
	color: #FFF000;
	text-decoration: none;
}
#grand-menu li ul .st a:hover {
	font-weight: bolder;
	color: #FFF000;
	text-decoration: underline;
}
#grand-menu li ul .sst a {
	color: #FFFFFF;
	text-decoration: none;
}
#grand-menu li ul .sst a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#grand-menu li.title a:hover {
	text-decoration: none;
	background: #FC0;
	border-bottom: 2px solid #000;
}
#grand-menu li a:hover {
	text-decoration: none;
	/*background: #FC0;
	border-bottom: 2px solid #000;*/
}
/*GRAND MENU*/



/*FOOTER*/
#footer {
	clear: both;
	text-align: left;
	min-width:1020px;
	width:100%;
}
.bottom-menu {
	font-size: 12px;
	background-color: #a0a0a0;
	clear: both;
	min-width:1020px;
	width:100%;
}
.bottom-menu ul {
	margin-right: auto;
	margin-left: auto;
}
.bottom-menu li {
	float: left;
	list-style-type: none;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 1em;
	padding-left: 1em;
}
.bottom-menu li a {
	color: #000;
}
.bottom-menu li a:hover {
	
}
.front-border {
	border-left-style: solid;
	border-left-width: 1px;
}
.footer-bigmenu-wrap {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	min-width: 980px;
	width: 100%;
	padding-top: 40px;
}

.footerbig-menu-block h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-left: 0.7em solid #919191;
	padding-left: 3px;
}
.footerbig-menu-block h2 a {
	color: #000;
}
.footerbig-menu-block li {
	list-style-position: inside;
	margin-bottom: 0.5em;
	text-indent: -1em;
	line-height: 14px;
}

/*POPTIPS*/
div#tipDiv {
    color:#000; padding:4px;
	width: 255px;
	margin-left: -100px;
	z-index: 5;
}
.poptipsmenu {
	border: 1px solid #c3006a;
	background-image: url(../images/emwhite.png);
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
}
/*
.poptipsmenu:before {
	content: url(../images/grandmenu_upper.png);
	margin-top: -20px;
	display: inline-block;
	margin-left: 50px;
}
*/
.poptipsmenu ul {
	margin: 0;
	padding: 10px;
}
.poptipsmenu li {
	list-style-position: inside;
	font-size: 14px;
	padding-bottom: 0.4em;
	border-bottom: 1px dotted #c3006a;
	padding-top: 0.4em;
	color: #c3006a;
	list-style-type: none;
}
.poptipsmenu li a {
	color: #c3006a;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.poptipsmenu li a:hover {
	color: #ffffff;
	background-color: #c3006a;
	display: inline-block;
}
ul.sub-pop {
	margin: 0 0 10px 1em;
	padding: 0;
}
ul.sub-pop li {
	font-size: 10px;
	border-bottom-style: none;
	margin-bottom: -5px;
}
/*POPTIPS*/

/*各人向けタブ*/
.person-tab-wrap {
}
.person-tab-block {
	position: absolute;
	top: 40px;
	right: 0px;
}
.person-tab-block ul {
	overflow: hidden;
}
.person-tab-block li {
	list-style-type: none;
	float: left;
}

.person-tab-block li a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
.person-tab-block li a:hover {
	color: #919191;
}
.person-tab-bar {
	background-color: #000;
	width: 100%;
	height: 10px;
}
.inner-line {
	border-top-width: 3px;
	border-top-style: solid;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
#footer .footer-bottom .f_logo {
	margin-bottom: 10px;
}
/*各人向けタブ*/

.footer-bigmenu-wrap .pagetop  {
	position: absolute;
	right: 0px;
	top: -35px;
}
#footer .pagetop {
	background: url(../images/common/pagetop_bg.jpg) repeat-x center bottom;
}
#footer .pagetop .innar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .pagetop .innar a {
	float: right;
}



#footer .footer-bigmenu-wrap .area1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 40px;
}
#footer .footer-bigmenu-wrap .area2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer-bigmenu-wrap .box1 {
	float: left;
	width: 210px;
}
.footer-bigmenu-wrap .box2 {
	float: left;
	width: 150px;
}
.footer-bigmenu-wrap .box3 {
	float: left;
	width: 230px;
}
.footer-bigmenu-wrap .box4 {
	float: left;
	width: 230px;
}
.footer-bigmenu-wrap .box5 {
	float: right;
	width: 140px;
}
.footer-bigmenu-wrap .st {
	margin-bottom: 5px;
	padding-left: 18px;
	font-size: 14px;
	background: url(../images/common/ft_sm_point01.jpg) no-repeat left 4px;
	background-size: 12px 12px;
}
.footer-bigmenu-wrap .st2 {
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
	background: url(../images/common/ft_sm_point02.jpg) no-repeat left 6px;
	background-size: 5px 6px;
}

.footer-bigmenu-wrap .st a {
	font-weight: bold;
	color: #333;
}
.footer-bigmenu-wrap .st a:hover {
	text-decoration:underline;
}
.footer-bigmenu-wrap .st2 a {
	font-weight: bold;
	color: #333;
}
.footer-bigmenu-wrap .st2 a:hover {
	text-decoration:underline;
}

.footer-bigmenu-wrap ul li {
	margin-bottom: 0px;
}
.footer-bigmenu-wrap ul .m {
	margin-bottom: 20px !important;
}

.footer-bigmenu-wrap ul li a {
	color: #333;
	font-size:13px;
}
.footer-bigmenu-wrap ul li a:hover {
	text-decoration:underline;
}

.footer-bigmenu-wrap .bt {
	position: absolute;
	right: 0px;
}
.footer-bigmenu-wrap .bt div {
	margin-bottom: 10px;
}
.footer-bottom .innar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.footer-bottom .innar .fb_center{
	width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
}
.footer-bottom .innar .fb_center .icon03 {
	position: relative;
	top: 10px;
	background: url(../images/common/ft_icon03.png) no-repeat left center;
	background-size: 22px 22px;
	margin: 0 auto;
	padding-left:25px;
}

.footer-bottom .innar .fb_left{
	float: left;
	width: 530px;
}
.footer-bottom .innar .fb_left div {
}
.footer-bottom .innar .fb_right {
	float: right;
	width: 360px;
	padding-top: 15px;
	line-height: 25px;
}
.footer-bottom .innar .fb_right ul .icon01 {
	background: url(../images/common/ft_icon01.png) no-repeat left center;
	background-size: 22px 22px;
	width: 80px;
	float: left;
	padding-left: 30px;
	font-weight: normal;
}
.footer-bottom .innar .fb_right ul .icon02 {
	background: url(../images/common/ft_icon02.png) no-repeat left center;
	background-size: 22px 22px;
	width: 100px;
	float: left;
	padding-left: 30px;
	font-weight: normal;
}
.footer-bottom .innar .fb_right ul .icon03 {
	background: url(../images/common/ft_icon03.png) no-repeat left center;
	background-size: 22px 22px;
	width: 100px;
	float: left;
	padding-left: 20px;
	font-weight: normal;
}
.footer-bottom .innar .fb_right ul li a {
	color: #333;
	text-decoration: none;
}
.footer-bottom .innar .fb_right ul li a:hover {
	color: #333;
	text-decoration: underline;
}
.footer-bottom2 {
	padding-top: 20px;
	padding-bottom: 30px;
	background: #FFF;
}
.footer-bottom2 .innar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footer-bottom2 .innar .fb2_left {
	float: left;
	width: 420px;
}
.footer-bottom2 .innar .fb2_left a  {
	color: #333;
	text-decoration: none;
}
.footer-bottom2 .innar .fb2_left a:hover {
	color: #333;
	text-decoration: underline;
}


.footer-bottom2 .innar .copyright {
	float: right;
	width: 500px;
	text-align: right;
}






















.slidemenu {
	display:none;
}
.fac_header {
	position: fixed;
	z-index: 1000;
	background: #FFF;
	width: 100%;
}
#footer .page_sp .pageback_sp {
	float: left;
	width: 50%;
}

#footer .page_sp .pagetop_sp {
	float: right;
	width: 50%;
}
#footer .page_sp .pagetop_top_sp {
	width: 100%;
	background: #F06021;
	text-align: center;
}
#footer .page_sp .pagetop_top_sp img {
	width: 50%;
}
