@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300);
.font01{ font-family: 'Yanone Kaffeesatz', sans-serif;}

body, h1, h2, h3, h4, h5, h6, pre, ul , ol , li, dl, dt, dd, p, img {
	margin:0;
	padding:0;
}
body {
	font-size:1em;
font-family:'游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	color:#333;
	background-color:#FFF;
}
body, div, p, span, ul, ol, ol, dl, dt, dd, table, tr, th, td, img, header, footer, small{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#fancybox-wrap,
#fancybox-wrap div{
	box-sizing: content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
a:link {
	color:#333;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#666;
	text-decoration:none;
	outline:none;
}
#contents p {
	line-height:1.5em;
}
ul, ol {
	list-style-type:none;
}
ul li, ol li, dl {
	line-height:170%;
}
a:focus {
  outline: none;
}
img{ vertical-align:bottom;}

.image img{
	width:100%;
}

/*--------選択時の色---------*/

::selection { background-color:#666; color: #FFF; /* Safari */ }
::-moz-selection { background-color: #666; color: #FFF; /* Firefox */ }

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	min-height:1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/
br.clear_noie,
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}
br.clear_all {
	clear:both;
	line-height:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie  {
	display:block!important;
	content: " ";
}
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#pagetop{ opacity:0;}

#pagetop a{
	background:url(../cmn_img/scrollup.png) left top no-repeat;
	background : url(../cmn_img/scrollup.png) left top no-repeat\9; /* IE8 and below */
	*background : url(../cmn_img/scrollup.png) left top no-repeat; /* IE7 and below */
	_background : url(../cmn_img/scrollup.png) left top no-repeat; /* IE6 */
	background-size:cover !important;
	display:block;
	height:60px;
	width:60px;
	z-index:9999;
	position:fixed;
	right:20px;
	bottom:20px;
	opacity:0.7;
}
#pagetop a:hover{
	opacity:1;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
/*-- header --*/
#header {
	width:100%;
	border-top:3px solid #c00000;
	border-bottom:1px solid #ccc;
	background:#FFF;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}
#header .menu_btn{
	display:none;
}
#header .headerInr{
	width:100%;
	padding:20px;
	overflow:hidden;
}
#header h1{
	font-size:0.85em;
	line-height:1.2em;
	padding:6px 20px 4px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}
#header .headerInr .header_logo{
	float:left;
	max-width:293px;
}
#header .headerInr .header_logo img{
	width:100%;
	max-width:293px;
}
/*-------*/
#header .headerBtns{
	width:320px;
	float:right;
	overflow:hidden;
}
.headerBtns p{
	text-align:center;
}
.headerBtns p a{
	display:block;
	padding:10px 0;
	color:#FFF;
	font-weight:bold;
}
.headerBtns p a .icon{
	width:20px;
}
.headerBtns .contactBtn{
	width:55%;
	float:left;
	background:#c00000;
}
.headerBtns .langBtn{
	width:42%;
	float:right;
	background:#0071be;
}
.headerBtns{
	width:320px;
	float:left;
	overflow:hidden;
}
/*-- gNav --*/
#gNav{
	float:left;
	margin-left:40px;
	width:calc(100% - 653px);
	width:-webkit-calc(100% - 653px);
	padding-top:10px;
}
#gNav ul{
	overflow:hidden;
}
#gNav ul li{
	float:left;
	margin-right:25px;
	padding-left:15px;
	background:url(../cmn_img/arrow_03_red_right.png) left 8px no-repeat;
	background-size:9px 9px;
}
#gNav ul li a{
	color:#c00000;
	font-weight:bold;
	font-size:1.16em;
}

/*-- mainTitle --*/
#mainTitle {
	background:#eaeaea;
	text-align:center;
	padding:140px 0 26px;
}
#mainTitle .inner{
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:50px;
}
#mainTitle .inner .jp{
	font-size:2.14em;
	color:#c00000;
	margin-bottom:2px;
}
#mainTitle .inner .en{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	letter-spacing:1px;
	text-transform:uppercase;
}
#mainTitle .inner span{
	display:block;
	line-height:1.2em;
	font-weight:normal;
}

/*-- breadChumbs --*/
#breadChumbs {
	padding:10px 15px;
	border-bottom:1px solid #ccc;
}
#breadChumbs p{
	font-size:0.85em;
}

/*-- contents --*/
#contents {
	padding:50px 0 120px;
}
#contents .two_column{
	overflow:hidden;
	max-width:1200px;
	width:93%;
	margin:0 auto;
}
/*-- main --*/
#main{
	float:left;
	width:calc(100% - 300px);
	width:-webkit-calc(100% - 300px);
}
/*-- side --*/
#side{
	background:#eaeaea;
	float:right;
	width:240px;
	padding:20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#side.separate{
	background:none;
	padding:0;
}
#side.separate .inner{
	background:#eaeaea;
	padding:20px 0 5px;
}

#side .side_head{
	text-align:center;
	line-height:1em;
	font-weight:lighter;
	padding-bottom:15px;
	/*margin-bottom:20px;*/
	text-transform:uppercase;
	border-bottom:1px solid #c00000;
}
#side .side_head span{
	display:block;
}
#side .side_head span.jp{
	font-size:1.38em;
	color:#c00000;
	margin-bottom:5px;
	line-height: 1.2;
}
#side .side_head span.en{
	font-size:0.85em;
}
#side .sideList{
	padding:20px 20px;
}
#side .sideList ul{
	padding:0 0 0 20px;
}
#side .sideList li{
	line-height:1.3em;
	border-bottom:1px dotted #aaa;
	margin-bottom:10px;
}
#side .sideList li a{
	display:block;
	margin-bottom:10px;
	background:url(../cmn_img/arrow_03_red_right.png) left 4px no-repeat;
	background-size:9px;
	padding-left:15px;
}
#side .sideList li a.current{ font-weight:bold;}
#side .sideList li ul li{
	border-bottom:none;
}
#side .sideList li ul li a{
	display:block;
	margin-bottom:0;
	background:url(../cmn_img/arrow_02_black_right.png) left 6px no-repeat;
	background-size:4px 6px;
	padding-left:10px;
	font-size:0.9em;
}

/*-- footer --*/
#footer {
	width:100%;
	background:#eaeaea;
}
#footer .footer01,
#footer .footer_bottom{
	overflow:hidden;
	max-width:1200px;
	width:93%;
	margin:0 auto;
	padding:20px 0;
}
#footer .footer01{
	border-bottom:#aaa dotted 1px;
}
#footer .footer01 .bnr_btn{
	float: left;
	padding-left: 30px;
	max-width: 300px;
}
#footer .footer01 .bnr_btn a{
	display: block;
}
#footer .footer01 .bnr_btn a img{
	display: block;
	width: auto;
	height: 41px;
}
#footer .footer01 .utilityMenu{
	float:right;
	text-align:right;
	padding-top:10px;
}
#footer .footer01 .utilityMenu li{
	display:inline-block;
	background:url(../cmn_img/arrow_02_black_right.png) left 8px no-repeat;
	background-size:3px 6px;
	padding-left:10px;
	margin-left:20px;
}
#footer .footer_bottom{
	display:table;
}
#footer .footer02{
	width:35%;
	display:table-cell;
	border-right:1px dotted #aaa;
	padding-right:20px;
}
#footer .footer03{
	width:65%;
	display:table-cell;
	padding-left:20px;
}
#footer .footer02 .footerLogo{
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	border-bottom:#aaa dotted 1px;
	text-align:center;
}
#footer .footer02 .footerLogo img{
	width:70%;
	max-width:293px;
}
#footer .footer02 .companyInfo li{
	padding:15px 0;
	border-bottom:#aaa dotted 1px;
}
#footer .footer02 .companyInfo li .tx01{
	font-weight:bold;
	margin-bottom:5px;
}
#footer .footer02 .companyInfo li .tx02{
	font-size:0.85em;
	line-height:1.3em;
}
#footer .footer02 .companyInfo li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
#footer .footer03 .footerSitemapBox{
	margin-bottom:10px;
	line-height:1.3em;
}
#footer .footer03 .footerSitemapBox .title{
	font-weight:bold;
	background:url(../cmn_img/arrow_02_black_right.png) left 8px no-repeat;
	background-size:3px 6px;
	padding-left:10px;
}
#footer .footer03 .footerSitemapBox ul {
	padding:5px 0 0 15px;
}
#footer .footer03 .footerSitemapBox ul li{
	display:inline-block;
	background:url(../cmn_img/arrow_02_black_right.png) left 6px no-repeat;
	background-size:3px 6px;
	padding-left:10px;
	margin-right:15px;
	font-size:0.85em;
}
/*------------*/
#footer address{
	padding:10px 0;
	text-align:center;
	color:#FFF;
	background:#c00000;
	text-decoration:none;
	font-style:normal;
}

/*-- mmenu--*/
.mm-navbar.mm-hasbtns{
	padding:0;
	background:#ccc;
}
.mm-navbar.mm-hasbtns .mm-title img{
	width:auto;
	height:40px;
}
.mm-listview li{
	padding-left:10px;
}
.mm-listview li a{
	padding:12px 10px;
	display:block;
}
.mm-menu.mm-theme-white{
	background:#eaeaea;
}
.mm-listview li.slideMenuLogo a{
	background:none;
	text-align:center;
}
.mm-listview li.slideMenuLogo a img{ width:80%;}

.mm-listview li.li01 a{	background:url(../cmn_img/icon_mainTitle_news.png) left 12px no-repeat;}
.mm-listview li.li02 a{	background:url(../cmn_img/icon_mainTitle_channel.png) left 12px no-repeat;}
.mm-listview li.li03 a{	background:url(../cmn_img/icon_mainTitle_recruit.png) left 12px no-repeat;}
.mm-listview li.li04 a{	background:url(../cmn_img/icon_mainTitle_company.png) left 12px no-repeat;}
.mm-listview li.li05 a{	background:url(../cmn_img/icon_mainTitle_ir.png) left 12px no-repeat;}
.mm-listview li.li01 a,
.mm-listview li.li02 a,
.mm-listview li.li03 a,
.mm-listview li.li04 a,
.mm-listview li.li05 a{
	background-size:20px;
	padding-left:30px;
	font-weight:bold;
	color:#c00000;
}
.mm-listview li.li01,
.mm-listview li.li02,
.mm-listview li.li03,
.mm-listview li.li04,
.mm-listview li.li05{
	margin:0 15px;
}

.mm-listview > li.slideMenuBtns:not(.mm-divider)::after{
	border:none !important;
}

.mm-listview > li.slideMenuBtns{
	margin:20px 20px 0 15px;
}
.mm-listview > li.slideMenuBtns a{
	display:block;
	padding:10px;
	background:url(../cmn_img/arrow_01_white_right.png) 96% center no-repeat;
	background-size:5px 8px;
	margin-bottom:15px;
	color:#FFF;
	font-weight:bold;
}
.mm-listview > li.slideMenuBtns a.contact{ background-color:#c00000;}
.mm-listview > li.slideMenuBtns a.lang{ background-color:#0071be;}

.mm-listview > li.slideMenuBtns a img{
	margin-top:-3px;
	vertical-align:middle;
	margin-right:10px;
}

/*------------------*/

.menu_btn a{
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
		font-size:10px;
		font-weight:bold;
}
.panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin: -1px 0 0 -15px;
  background: #c00000;
  transition: .2s;
		border-radius:10px;
}
.panel-btn-icon:before, .panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  background: #c00000;
  transition: .3s;
		border-radius:10px;
}
.panel-btn-icon:before{
  margin-top: -12px;
}
.panel-btn-icon:after{
  margin-top: 9px;
}
.mm-opened .menu_btn a span{
  background: transparent;
}
.mm-opened .menu_btn a span:before, .mm-opened .menu_btn a span:after{
  margin-top: 0;
}
.mm-opened .menu_btn a span:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mm-opened .menu_btn a span:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
