@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
ul{
list-style:none}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
.gridContainer {
	width:100%;
	padding:0;
	margin:auto;
	clear:none;
}

#div1 {
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}

.pc { display: none;}
.sp { display: block;}


/*****************************
spmenu
******************************/

/*sp*/
@media only screen and (max-width: 768px) {

.spMenu { /*position: fixed; top: 10px; right: 15px; z-index: 100;*/}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 34px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  /*border-radius: 4px;*/
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-22px) rotate(45deg);
  transform: translateY(-22px) rotate(45deg);
}


.header-inner { position: fixed; z-index: 10000; top: 0; left: 0; width: 100%; height: 100%; padding: 0; background: rgba(255,255,255,1.0); }

.spMenuInner { position: fixed; top: 20px; right: 15px; z-index: 100;}

/*.header-inner .bg { width: 50%; height: 100%; display: table-cell;}*/
.header-inner nav { width: 100%; height: 100%; display: inline-block; vertical-align: middle; padding: 15% 0 0 50px; box-sizing: border-box; position: relative;}
.header-inner nav::after { position: absolute; content: ''; width: 100%; height: 100%; bottom: 0px; left: 0; z-index: -1;
background-color: #FFFFFF;
background-image:linear-gradient(-45deg, #D6D6D6 5%, #FFFFFF 5%, #FFFFFF 50%, #D6D6D6 50%, #D6D6D6 55%, #FFFFFF 55%, #FFFFFF);
-webkit-background-size: 8px 8px;
}
.header-inner nav ul { list-style: none;}
.header-inner nav ul li { margin: 0 0 10px;}
.header-inner nav ul li a { font-size: 20px; color: #000; text-decoration: none; position: relative;}


.header-inner { overflow: scroll; box-sizing: border-box;}
.header-inner a,
.header-inner a:visited { color: #000; text-decoration: none;}

.header-inner .hed { text-align: center; padding: 5px 0 15px;}
.header-inner .hed p { font-size: 10px;}
.header-inner .hed .logo {}
.header-inner .hed .hedLogo { width: 100px;}
.header-inner .hed .hedLogo01 { fill: #000;}
.header-inner .hed .hedLogoTxt01 { fill: #000;}

.header-inner .main { text-align: center;}
.header-inner .main p { font-size: 16px; margin: 0 0 10px;}
.header-inner .main p span { display: block; font-size: 10px; margin: 5px 0 0;}
.header-inner .main p a { color: #000; text-decoration: none;}
.header-inner .main .box01 { border-top: solid 1px #000; padding: 3% 0; width: 80%; margin: 30px auto 10px;}
.header-inner .main .box01 ul {  padding: 3% 0 0; width: auto; margin: 0 0 0; list-style: none;}
.header-inner .main .box01 .hachikita_global_menu{color: #0e6cae;}
.header-inner .main .box01 .hachi_global_menu{color: #e63a55;}
    
.header-inner .main .box01 ul li { padding: 0 0 0; width: 50%; float: left; margin: 0 0 5px; position: relative; font-size: 14px; text-align: center;}
.header-inner .main .box01 ul li::before { content: "\f0da"; font-family: "FontAwesome"; display: inline-block; margin-right:5px;}
.header-inner .main .box01 ul li a { color: #000; text-decoration: none;}
.header-inner .main .box02 { border-top: solid 1px #000; padding: 3% 0; width: 80%; margin: 30px auto;}
.header-inner .main .box02 p { padding: 0 0 0; margin: 0 0 5px; font-size: 14px; text-align: center;}
.header-inner .main .box02 p a { color: #000; text-decoration: none;}
.header-inner .main .box02 p a::before { content: "\f0da"; font-family: "FontAwesome"; display: inline-block; margin-right:5px;}


.header-inner .fot { text-align: center; padding: 0 0 20px;}
.header-inner .fot div { display: inline-block;}
.header-inner .fot .tel { font-size: 16px; margin-right: 20px;}
.header-inner .fot .mail { font-size: 12px;}
.header-inner .fot p { font-size: 12px;}
.header-inner .fot a { color: #000; text-decoration: none;}




/*****************************
com
******************************/

.pushy a { font-size: 14px;}

#scroll-wrap {
	display:none;
}

.com_contents {
	width:100%;
	margin:0 auto;
	position:relative;
}

.sub_tit_area {
	padding: 20px 0;
	text-align: center;
}

.sub_tit_txt::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 10%;
}

.sub_tit_txt::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 10%;
}

.com_tit_txt {
	background-color: rgba(0, 0, 0, 0);
    border-bottom: 3px solid #abd5ff;
    color: #4080c2;
    font-size:1em;
    font-weight: bold;
    line-height: 1.3em;
	margin:0 auto 10px;
	padding-bottom:4px;
    text-align: left;
}

.com_tit_txt02 {
    font-size:1em;
    font-weight: bold;
	margin-bottom:20px;
    text-align: left;
}


.sub_tit_txt {
	color: #111111;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.table_tag01 {
	width:100%;
	margin:0 auto 40px;
	padding:0;
}

.table_tag01 th {
	width:20%;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #dd2144;
	display:table-cell;
	color:#dd2144;
}

.table_tag01 td {
	width: auto;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #dd2144;
	display:table-cell;
}


.table_tag02 {
	width:100%;
	margin:0 auto 40px;
	padding:0;
}

.table_tag02 th {
	width:20%;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0e6cae;
	display:table-cell;
	color:#0e6cae;
}

.table_tag02 td {
	width: auto;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0e6cae;
	display:table-cell;
}

.table_tag03 {
	width:98%;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-collapse: collapse;
	border-left: 0;
	border-spacing: 0;
	background:#FFF;
	margin:0 auto 30px;
}


.table_tag03 th {
	width: auto;
	background:none;
	padding:3px;
	vertical-align:top;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color:#de2242;
	text-align:left;
	white-space:nowrap;
}

.table_tag03 td {
	padding:3px;
	vertical-align:top;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	white-space:nowrap;
}



.btn01 {
	width:300px;
	background-color: rgba(231,73,100,0.70);
	padding:1% 2%;
	text-align:center;
	margin:0 auto;
	border-radius: 6px;
}

.btn01 a {
	display:block;
	color:#FFFFFF;
}

.btn02 {
	width:300px;
	background-color: rgba(68,170,222,0.70);
	padding:1% 2%;
	text-align:center;
	margin:0 auto;
	border-radius: 6px;
}

.btn02 a {
	display:block;
	color:#FFFFFF;
}

.page_title {
	font-size: 1.4em;
    line-height: 1.2;
	color:#FFFFFF;
	padding-top:100px;
	text-shadow: 1px 1px 3px #000;  
}

.com_list_btn {
	width:650px;
	margin:40px auto;
	padding:0;
	list-style-type:none;
}

.com_list_btn li {
	width:280px;
	padding:1% 2%;
	text-align:center;
	margin-right:30px;
	border-radius: 6px;
	float:left;
}

.com_list_btn li:last-child {
	margin-right:0;
}

.com_list_btn01 {
	background-color: rgba(231,73,100,0.70);
}

.com_list_btn02 {
	background-color: rgba(68,170,222,0.70);
}

.com_list_btn01 a,
.com_list_btn02 a {
	display:block;
	color:#FFFFFF;
}

.com_btn01 {
	width:80%;
	margin:0 auto;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #dd2144;
	text-align:center;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding:0.5%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50d0d+0,dd2144+50,db576f+100 */

background: #a50d0d; /* Old browsers */

background: -moz-linear-gradient(top,  #a50d0d 0%, #dd2144 50%, #db576f 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #a50d0d 0%,#dd2144 50%,#db576f 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #a50d0d 0%,#dd2144 50%,#db576f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50d0d', endColorstr='#db576f',GradientType=0 ); /* IE6-9 */


}

.com_btn01 a {
	display:block;
	color:#FFFFFF !important;
}


.com_btn02 {
	width:80%;
	margin:0 auto;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #0a77d5;
	text-align:center;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding:0.5%;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */

	background: #d0e4f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}

.com_btn02 a {
	display:block;
	color:#FFFFFF !important;
}

.scroll-box {
	width:96%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; 
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}

/*============================
Hachi
============================*/
.hachi_com_tit {
	background:#dd2144;
	padding:1% 1%;
	font-size:1.2em;
	color:#FFFFFF;
}

.hachi_com_tit span {
	font-size:0.6em !important;
	margin-left:10px;
}

.hachi_com_tit02 {
	background:#dd2144;
	padding:1% 1%;
	font-size:1em;
	color:#FFFFFF;
	margin:0 auto 20px;
}

.hachi_table_tag {
	width:100%;
	margin:0 auto 30px;
	font-size:0.8em;
	border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.hachi_table_tag th {
	background: #dd2144;
	padding:5px;
	color:#FFFFFF;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.hachi_table_tag td {
	padding:5px;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}


/*============================
Hachikita
============================*/
.hachikita_com_tit {
	background:#0e6cae;
	padding:1% 1%;
	font-size:1.2em;
	color:#FFFFFF;
}

.hachikita_com_tit span {
	font-size:0.6em !important;
	margin-left:10px;
}

.hachikita_com_tit02 {
	background:#0e6cae;
	padding:1% 1%;
	font-size:1em;
	color:#FFFFFF;
	margin:0 auto 20px;
}

.hachikita_table_tag {
	width:100%;
	margin:0 auto 30px;
	font-size:0.8em;
	border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.hachikita_table_tag th {
	background: #0e6cae;
	padding:5px;
	color:#FFFFFF;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.hachikita_table_tag td {
	padding:5px;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}




/*============================
header
============================*/
header {
	width:100%;
	margin:auto;
	position:relative;
	z-index:100;
}

.header_hachi {
	width: 100%;
    background: #fff;
    position: relative;
    padding: 0 0 5px;
    display: flex;
    height: 50px;
}

.header_hachi::after {
	background: #e63a55;
	position: absolute;
	top: 45px;
	content: '';
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.header_hachikita {
	width:100%;
	background: #fff;
	position:relative;
	padding: 0 0 5px;
    display: flex;
}



.logo_img {
width: 30%;
margin: 6px 0 0 10px;
}

.heder_r {
	width:100%;
	float:none;
	margin:auto;
	padding:0;
	position:relative;
}

.seo_hachi,
.seo_hachikita {
	display:none;
}

.heder_r_inner {
	display:block;
	width:100%;
	float:none;
	margin:0 auto;
}

.heder_r_inner ul {
	display:none;
}

.sns_search {
	width:100%;
	float:none;
	margin:0;
	text-align:center;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}


.g_navi {
	display:none;
}

.sp_list {
	display:block;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin: auto;
	padding: 5px 5px 0 0;
	list-style-type:none;
	position:relative;
    justify-content: end;
    box-sizing: border-box;
}

.sp_list li {
	width:35px;
	height:35px;
	margin:0 3px 0 0;
	padding:3px;
	text-align:center;
	font-weight:bold;
	font-size:5px;
	line-height:1.2;
    border-radius: 20px;
    background: #eee;
}
    
.sp_list li.spMenu03 {background: #0e6cae;}
.sp_list li.spMenu03 a{color: #fff;}
.sp_list li.spMenu02 {background: #e63a55;}
.sp_list li.spMenu02 a{color: #fff;}
.sp_list li.spMenu01 a{padding-top: 3px;}
.sp_list li.spMenu04 a{padding-top: 4px;}
    

.sp_list li a {
	color: #333;
	display: block;
	text-align: center;
	width:25px;
	height:30px;
    margin: 0 auto;
}

.sp_list li i {
	font-size:20px;
	line-height:1em;
}



/*============================
footer
============================*/
footer {
	width: 100%;
	margin:auto;
    background:  #000333;
}

.bg_fot02 {
	width:100%;
	background: #000333;
	padding:50px 0;
}

.bg_fot02 ul {
	width:90%;
	margin:0 auto 0;
	padding:0;
	list-style-type:none;
}

.bg_fot02 ul li {
	width: 49%;
	float: left;
	margin-right:2%;
	margin-bottom: 2%;
	padding: 0px;
}

.bg_fot02 ul li:nth-child(2n+2) {
	margin-right:0;
}

.bg_fot {
	width: 100%;
	margin:auto;
	padding:25px 0;
    background: url("../hachikita/images/index/foot_bg.png") no-repeat center; background-size: cover;
    padding-top: 50px;
}

.sitemao_list {
	display:none;
}

.address {
	width:80%;
	margin:50px auto 0;
}

.address h5 {
	margin:0 auto 10px;
	text-align: center;
}

.address p {
	color:#666666;
	font-size:0.8em;
	text-align:center;
}

.copy {
	font-size:0.6em;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px auto;
	text-align: center;
    line-height: 1.5;
    background: #fff;
}

}

/*PC*/
@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;
	padding:0;
	margin:auto;
	clear:none;
}

#div1 {
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}

.pc { display: block;}
.sp { display: none;}

/*****************************
com
******************************/
#scroll-wrap {
	display:block;
	position:relative;
    top: 280px;
    z-index:300;
}

#scrolltop {
	margin: 0;
	position: absolute;
	width: 173px;
	right: 15px;
}

#scrolltop img {
	opacity:0.8;
}

.sc-close {
	width: 11px;
    height: 11px;
	top:0px;
    right:10px;
    position:absolute;
	z-index:100;
}

.com_contents {
	width: 1060px;
	margin:0 auto;
	position:relative;
}

.sub_tit_area {
	padding: 50px 0;
	text-align: center;
}

.sub_tit_txt::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 25%;
}

.sub_tit_txt::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 25%;
}

.com_tit_txt {
	background-color: rgba(0, 0, 0, 0);
    border-bottom: 3px solid #abd5ff;
    color: #4080c2;
    font-size:1.4em;
    font-weight: bold;
    line-height: 1.3em;
	margin:0 auto 20px;
	padding-bottom:10px;
    text-align: left;
}

.com_tit_txt02 {
    font-size:1.2em;
    font-weight: bold;
	margin-bottom:20px;
    text-align: left;
}


.sub_tit_txt {
	color: #111111;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.table_tag01 {
	width:100%;
	margin:0 auto 40px;
	padding:0;
}

.table_tag01 th {
	width:20%;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #dd2144;
	display:table-cell;
	color:#dd2144;
}

.table_tag01 td {
	width: auto;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #dd2144;
	display:table-cell;
}


.table_tag02 {
	width:100%;
	margin:0 auto 40px;
	padding:0;
}

.table_tag02 th {
	width:20%;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0e6cae;
	display:table-cell;
	color:#0e6cae;
}

.table_tag02 td {
	width: auto;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0e6cae;
	display:table-cell;
}

.table_tag03 {
	width:98%;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-collapse: collapse;
	border-left: 0;
	border-spacing: 0;
	background:#FFF;
	margin:0 auto 30px;
}


.table_tag03 th {
	width: auto;
	background:none;
	padding:3px;
	vertical-align:top;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color:#de2242;
	text-align:left;
	white-space:nowrap;
}

.table_tag03 td {
	padding:3px;
	vertical-align:top;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	white-space:nowrap;
}


.btn01 {
	width:300px;
	background-color: rgba(231,73,100,0.70);
	padding:1% 2%;
	text-align:center;
	margin:0 auto;
	border-radius: 6px;
}

.btn01 a {
	display:block;
	color:#FFFFFF;
}

.btn02 {
	width:300px;
	background-color: rgba(68,170,222,0.70);
	padding:1% 2%;
	text-align:center;
	margin:0 auto;
	border-radius: 6px;
}

.btn02 a {
	display:block;
	color:#FFFFFF;
}

.page_title {
	font-size: 3em;
    line-height: 1.2;
	color:#FFFFFF;
	padding-top:180px;
	text-shadow: 1px 1px 3px #000;  
}

.com_list_btn {
	width:650px;
	margin:40px auto;
	padding:0;
	list-style-type:none;
}

.com_list_btn li {
	width:280px;
	padding:1% 2%;
	text-align:center;
	margin-right:30px;
	border-radius: 6px;
	float:left;
}

.com_list_btn li:last-child {
	margin-right:0;
}

.com_list_btn01 {
	background-color: rgba(231,73,100,0.70);
}

.com_list_btn02 {
	background-color: rgba(68,170,222,0.70);
}

.com_list_btn01 a,
.com_list_btn02 a {
	display:block;
	color:#FFFFFF;
}

.com_btn01 {
	width:260px;
	margin:0 auto;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #dd2144;
	text-align:center;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:0.5%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50d0d+0,dd2144+50,db576f+100 */

background: #a50d0d; /* Old browsers */

background: -moz-linear-gradient(top,  #a50d0d 0%, #dd2144 50%, #db576f 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #a50d0d 0%,#dd2144 50%,#db576f 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #a50d0d 0%,#dd2144 50%,#db576f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50d0d', endColorstr='#db576f',GradientType=0 ); /* IE6-9 */


}

.com_btn01 a {
	display:block;
	color:#FFFFFF !important;
}

.com_btn02 {
	width:400px;
	margin:0 auto;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #0a77d5;
	text-align:center;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:0.5%;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */

	background: #d0e4f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}

.com_btn02 a {
	display:block;
	color:#FFFFFF !important;
}


.scroll-box {
	width:100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}



/*============================
Hachi
============================*/
.hachi_com_tit {
	background:#dd2144;
	padding:1% 1%;
	font-size:1.6em;
	color:#FFFFFF;
}

.hachi_com_tit span {
	font-size:0.6em !important;
	margin-left:10px;
}

.hachi_com_tit02 {
	background:#dd2144;
	padding:1% 1%;
	font-size:1.4em;
	color:#FFFFFF;
	margin:0 auto 30px;
}


.hachi_table_tag {
	width:100%;
	margin:0 auto 30px;
	font-size:1em;
	border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.hachi_table_tag th {
	background: #dd2144;
	padding:5px;
	color:#FFFFFF;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.hachi_table_tag td {
	padding:5px;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}


/*============================
Hachikita
============================*/
.hachikita_com_tit {
	background:#0e6cae;
	padding:1% 1%;
	font-size:1.6em;
	color:#FFFFFF;
}

.hachikita_com_tit span {
	font-size:0.6em !important;
	margin-left:10px;
}

.hachikita_com_tit02 {
	background:#0e6cae;
	padding:1% 1%;
	font-size:1.4em;
	color:#FFFFFF;
	margin:0 auto 30px;
}


.hachikita_table_tag {
	width:100%;
	margin:0 auto 30px;
	font-size:1em;
	border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.hachikita_table_tag th {
	background: #0e6cae;
	padding:5px;
	color:#FFFFFF;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.hachikita_table_tag td {
	padding:5px;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

/*============================
header
============================*/
header {
	width: 100%;
    margin: auto;
    position: relative;
    z-index: 100;
    height: 115px;
    background: #fff;
}

.header_hachi {
	position: relative;
    margin: 0 auto;
    min-width: 1400px;
    padding: 0 3%;
    box-sizing: border-box;
}

.header_hachi::after {
	background: #e63a55;
	position: absolute;
	top: 45px;
	content: '';
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.header_hachikita {
	position: relative;
    margin: 0 auto;
    min-width: 1400px;
    padding: 0 3%;
    box-sizing: border-box;
}




.logo_img {
width: 200px;
    margin: 30px auto 0;
    padding: 0;
    float: left;
}

.heder_r {
	width:920px;
	float:right;
	margin:auto;
	padding:0;
}

.seo_hachi {
	display:block;
	font-size:0.8em;
	color:#dd2144;
	white-space:nowrap;
	float:left;
	margin:10px 0 0;
}



.heder_r_inner {
	display: block;
	width: 520px;
	float: right;
	margin: 0 auto;
	height: 49px;
}

.heder_r_inner ul {
	display: block;
	float: right;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}
    
.heder_r_inner .language{background: #000;
    padding: 7px;
    color: #fff;
    font-size: 12px;
    border: solid 1px #000;
    letter-spacing: 1px;}

.heder_r_inner ul li {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 25px;
	float: left;
}

.heder_r_inner ul li a {
	color:#505050;
}

.heder_r_inner ul li:last-child {
	margin-right:0;
}

.sns_search {
	width:250px;
	float:right;
	margin:10px 0 0;
	line-height: 31px;
}

.fb_iframe_widget { height: 22px;}
.fb_iframe_widget > span {
  /*vertical-align: baseline !important;*/
}


.g_navi {
	/*display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;*/
	display: table;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}

.g_navi li {
	/*margin-right:58px;
	float: left;
	font-weight:bold;
	font-size:1em;
	text-align:center;*/
	
	display: table-cell;
	height: 63px;
	padding: 0 5px;
	vertical-align: middle;

}

.g_navi li a {
	display: block;
	font-size: 0.8em;
	text-align: center;
}
.g_navi li a p {
	text-align: center;
	margin: 0 auto;
}

.g_navi li:before {
	color: #fff;
	/*padding-top: 2px;*/
}

.g_navi li a {
	color: #333;
	text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
}
.g_navi li a:hover {
	background: rgba( 0,0,0,0.4);
	border-radius: 5px;
}


.sp_list {
	display:none;
}


/*============================
footer
============================*/
footer {
	width: 100%;
	margin:auto;
    background: #000333;
    min-width: 1400px;
}

.bg_fot02 {
	width:100%;
	background: #000333;;
	padding:25px 0;
    min-width: 1400px;
}

.bg_fot02 ul {
	width:1060px;
	margin:80px auto;
	padding:0;
	list-style-type:none;
}

.bg_fot02 ul li {
	width: 250px;
	float: left;
	margin-right:20px;
	margin-bottom: 20px;
	padding: 0px;
}

.bg_fot02 ul li:nth-child(4n+4) {
	margin-right:0;
}

.bg_fot {
	background: url("../hachikita/images/index/foot_bg.png") no-repeat center;
    background-size: cover;
	width: 100%;
	margin: 0 auto -2px;
    padding: 130px 0 50px;
}

.sitemao_list {
	display:block;
	width:18%;
	float:left;
	list-style-type:none;
}

.sitemao_list li {
	font-size:0.8em;
}

.sitemao_list li a {
	display:block;
	color:#666666;
}

.address {
	width:250px;
	float:right;
	margin:auto;
}

.address h5 {
	margin:0 auto 10px;
	text-align:left;
}

.address p {
	color:#666666;
	font-size:0.8em;
	text-align:left;
}

.copy {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px auto;
	text-align: center;
    background: #fff;
}


}