@charset "UTF-8";


@media screen and (max-width: 768px) {
.pcOnly {
  display: none !important;
}
.spOnly {
  display: block !important;
}
body  {
  background: none;
  position: relative;
  font-size: 1em;
  line-height: 1.6;
}
#wrapper,
#top #container,
#top #contentsBottom,
#top #news,
#top #group,
#top h2,
#top .whatsnew,
#top .group_co {
  width: 100%;
  overflow: hidden;
}
#footerInner {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
#wrapper {
  position: static;
}


/* header
----------------------------------------------- */
#top  #header {
  margin: 0;
  height: 40px;
  background: #fff;
}
 #header .logo {
  background-image: url(/images/common_new/header_logo.png);
  background-size: 100%;
  width: 180px;
  height: 30px;
  left: 20px;
  top: 4px;
}
 #header .logog {
  display: none;
}
 #spMenuBtn {
  display: block;
  width: 110px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #034EA2;
  color: #fff;
  z-index: 1000;
}
 #spMenuBtn .btnTxt {
  line-height: 40px;
  padding-left: 20px;
  font-size: .8em;
}
 #spMenuBtn .btnHamberger,
 #spMenuBtn .btnHamberger:after,
 #spMenuBtn .btnHamberger:before {
  position:absolute;
  top:0;
  right:25px;
  display:inline-block;
  margin-top:18px;
  width:20px;
  height:3px;
  border-radius:1px;
  background:#fff;
  content:'';
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out
}
 #spMenuBtn .btnHamberger:before {
  top:-8px;
  right:0;
  margin-top:0
}
 #spMenuBtn .btnHamberger:after {
  right:0;
  margin-top:8px
}
 #spMenuBtn.opened .btnHamberger {
  background-color:transparent
}
 #spMenuBtn.opened .btnHamberger:before {
  top:0;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg)
}
 #spMenuBtn.opened .btnHamberger:after {
  top:-8px;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
 #spMenuWrap {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  background: #000;
  z-index: 1000;
}


/* search
----------------------------------------------- */
 #header #search {
  position: static;
  background-color: #034EA2;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 5%;
}
 #header #search .searchBox {
  width: 100%;
  height: 2em !important;
  line-height: 2em;
  font-size: 1.2em;
}
 #header #search input {
  margin: 0;
}


/* nav
----------------------------------------------- */
 #header #nav {
  padding: 0;
}
 #header #nav li {
  float: none;
}
 #header #nav li a {
  display: block;
  border-bottom: 1px solid #fff;
  text-indent: 0;
  padding: 15px 5%;
  height: auto;
  color: #fff!important;
  position: relative;
}

 #header #search li a {
  display: block;
  text-indent: 0;
  height: auto;
  color: #fff!important;
  position: relative;
  padding: 15px 5%;
}

.sizeChange{
	display:none;
}
 #header #nav li a.navCompany,
 #header #nav li a.navCompany:hover,
 #header #nav li a.navIr,
 #header #nav li a.navIr:hover,
 #header #nav li a.navCsr,
 #header #nav li a.navCsr:hover,
 #header #nav li a.navNews,
 #header #nav li a.navNews:hover,
 #header #nav li a.navRecruit,
 #header #nav li a.navRecruit:hover,
 #header #nav li a.navGroup,
 #header #nav li a.navGroup:hover {
  background-image: none;
  width: 90%;
}
 #header #nav li:nth-child(1),
 #header #nav li:nth-child(2),
 #header #nav li:nth-child(3) {
  background-color: #EB8B20;
}
 #header #nav li:nth-child(4),
 #header #nav li:nth-child(5),
 #header #nav li:nth-child(6) {
  background-color: #00A2DA;
}
 #header #nav li a::after,
 #header #subNav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

 #header #search li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

 #header #search li {
 padding: 0 !important;
 }



/* subNav
----------------------------------------------- */
 #header #subNav {
  position: static;
}
 #header #subNav li,
 #header #subNav li.language {
  float: none !important;
  margin: 0;
}
 #header #subNav li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 20px 5%;
  position: relative;
}
 #header #subNav li a.subContact,
 #header #subNav li a.subContact:hover,
 #header #subNav li a.subSitemap,
 #header #subNav li a.subSitemap:hover,
 #header #subNav li a.subLanguage,
 #header #subNav li a.subLanguage:hover {
  background-image: none;
  width: 90%;
  background: #888;
  color: #fff!important;
  font-size: 16px !important;
  line-height: 1;
  text-indent: 0;
  height: auto;
}
 #header #subNav li.last {
  margin: 0;
}

 #header #subNav li.language a {
  border-bottom: none;
}
 #overlay {
  opacity: .7;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}

#header #subNav li.language{
  position: inherit;
}



/* container
----------------------------------------------- */
#top #container {
  margin-top: 20px;
}


/* right
----------------------------------------------- */
#top #right {
  width: 100%;
  float: none;
  overflow: hidden;
  border-bottom: 1px solid #bbb;
}


/* left
----------------------------------------------- */
#top  #left {
  width: 96%;
  padding: 0 2%;
  float: none;
  margin-top: 20px;
}
#top  h2 {
  border-bottom-style: dotted;
  word-break: break-word;
}
#top  .whatsnew tbody,
#top  .whatsnew tr,
#top  .whatsnew th,
#top  .whatsnew td,
#top  .group_co tr,
#top  .group_co th,
#top  .group_co td,
#top  .group_co span {
  display: block;
  width: 100%;
  border-bottom: none;
}
#top  .whatsnew tr,
#top  .group_co tr {
  border-top: 1px dotted #ccc;
  width: 100%;
}
#top  .whatsnew tr:first-child,
#top  .group_co tr:first-child {
  border: none;
}
#top  .whatsnew tr:last-child,
#top  .group_co tr:last-child {
  border-bottom: 1px dotted #ccc;
}
#top  .whatsnew th,
#top  .group_co th {
  padding-bottom: 5px;
  font-size: 1em;
}
#top  .whatsnew td,
#top  .group_co td {
  padding-top: 0;
  font-size: .9em;
}
#top  #contentsBottom {
  text-align: center;
  padding-top: 0;
}


/* contentsBottom
----------------------------------------------- */
 #contentsBottom p.attentionImg a {
  max-width: 599px;
  width: 90%;
  background: none;
  padding: 0;
  margin: 0 auto;
}
 #contentsBottom p.topAnc {
  font-size: .9em;
}
 #contentsBottom p.topAnc a {
  background-position: top center;
  padding: 10px 0 0;
}


/* footer
----------------------------------------------- */
 #footer {
  height: auto;
  overflow: hidden;
  padding: 15px 0;
}
 #footer ul {
  position: relative;
  top: auto;
}
 #footer li {
  float: none;
  display: block;
  text-align: left;
  font-size: .9em;
  margin-top: 5px;
}
 #footer .logo {
  position: relative;
  display: block;
  float: right;
  top: auto;
}
#header #search .searchBox{
	float:none;
}



/* ����Ū�ʥ����ƥ���
----------------------------------------------- */
#top #kumamotojishin {
	width:92%;
}
#top #kumamotojishin .txt {
	display:block;
	line-height:1.5;
	text-align:left;
	margin-top:0.35em;
}
#top #kumamotojishin .txt .none {
	display:none;
}
#top #kumamotojishin .txt .inbl {
	display:inline;
}





/* ------------------------------------------------------------------------
	daikyoGroupContentsIndex
------------------------------------------------------------------------ */
/* toToggle
---------------------------------------------------- */
/* mainVisual
--------------------------------- */
.mainVisual ul {
	width:100%;
	max-width:none;
	margin-top:0;
	border-top:1px solid #034ea2;
}
.mainVisual .toVisual img {
	width:100%;
}

/* toList
--------------------------------- */
.toToggle {
	min-width:0;
}
.toToggle .toList {
	max-width:none;
	padding:0 10px;
}
.toToggle .toList li {
	float:left;
	width:24.4%;
	margin-left:0.8%;
	line-height:1.1;
	font-size:0.8125em;	/* =13px */
	letter-spacing:normal;
	border-radius:3px 3px 0 0;
}
.toToggle .toList li:first-child {
	margin-left:0;
}
.toToggle .toList li:before {
	border-top-width:3px;
}
.toToggle .toList li .toLiTxt {
	padding:0.9em 0 0.8em;
}

/* toContainer
--------------------------------- */
.toToggle .toContainer {
	max-width:none;
	background:#1473b7;
}
.toToggle .toInner {
	max-width:none;
	line-height:1.3;
}
.toToggle .toInner li {
	display:block;
	float:none;
	width:94%;
	margin:0 3% !important;	/* ɬ�� */
	padding:0.5em 0;
	border-top:1px solid #5b9dcd;
}
.toToggle .toInner li:first-child {
	border-top:0;
}
.toToggle .toInner li a {
	display:block;
	padding:0.25em 0.25em 0.25em 18px;
	background-image:url(../../images/index/arrow02.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	color:#fff;
	font-weight:bold;
}
.toToggle .toInner li a:visited {
	color:#e7bcff !important;
}

/* hover */
.toToggle .toInner li a:hover:before {
	opacity:0.35 !important;
}
.toToggle .toInner li .spOnly,
.toToggle .toInner li .linkName {
	position:relative;
	z-index:10;
}

/* spOnly */
.toToggle .toInner li .spOnly .sp_subelementTtl {
	display:block;
	color:#edca7e;
	font-weight:bold;
	margin-bottom:0.35em;
}
.toToggle .toInner li .spOnly .sp_subelementTtl:before {
	content:"��";
	font-weight:bold;
	margin-right:0.15em;
}
.toToggle .toInner li .spOnly .detailDesc {
	display:block;
	text-indent:-0.5em;
	margin-top:0.2em;
}

/*main01_btn*/
.toToggle .inner_01 .main01_btn {
	width:92%;
	margin:0 auto;
	text-align:center;
}

.toToggle .inner_01 .main01_btn p img {
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.toToggle .inner_01 .main01_btn p img:hover  {
	opacity:0.8;
}
.toToggle .inner_01 .main01_btn a {
	display:block;
	width:100%;
	max-width:488px;
	margin:0 auto;
	margin-top:20px;
}
.toToggle .inner_01 .main01_btn img {
	width:auto;
	max-width:100%;
	height:auto;
}
.toToggle .toInner li:last-child {/*main01_btn������*/
	border-bottom:1px solid #5b9dcd;
}




/* businessDaikyoBanner
---------------------------------------------------- */
.businessDaikyoBanner {
	width:92%;
	text-align:center;
}
.businessDaikyoBanner a {
	display:block;
	width:100%;
	max-width:488px;
	margin:0 auto;
}
.businessDaikyoBanner img {
	width:auto;
	max-width:100%;
	height:auto;
}





/* toToggle
----------------------------------------------- */
/*
.toToggle {margin-top:20px;}
.toToggle,
.toToggle .toList {min-width:0;}
.toToggle .toList {width:100%;margin:0 auto;display:table;}
.toToggle .toList li {height:auto;float:none;padding:0 0 10px;display:table-cell;vertical-align:top;font-size:.9em;}
.toToggle .toList li .toLiTxt {width:95%;margin:0 auto;height:auto;text-indent:0;line-height:1.2;font-size:.9em;background:none !important;}
.toToggle li .select .toLiTxt,
.toToggle li .toLiTxt:hover {background:none !important;}
.toToggle .btn_individual span,
.toToggle .btn_corporation span,
.toToggle .btn_association span,
.toToggle .btn_shareholder span {width:90%;margin:0 auto;}
.toToggle .toInner {width:90%;margin:20px auto;}
.toToggle .toInner .secLeft,
.toToggle .toInner .secRight {float:none;width:100%;}
.toToggle .toInner .secLeft {margin-bottom:0;text-align:center;text-indent:0;background:none;height:auto;}
.toToggle .toInner .secRight .txt_m {margin-top:10px;}
.toToggle .toInner .secRight .sec_t {margin-top:20px;}
.toToggle .toInner .secRight .list_co {margin-bottom:0;}
.toToggle .toClose {display:none;}
.wideslider {padding-bottom:25px;}
.pagination {display:none;}
*/



}
@media screen and (max-width: 400px) {



/* ------------------------------------------------------------------------
	daikyoGroupContentsIndex
------------------------------------------------------------------------ */
/* toToggle
---------------------------------------------------- */
/* toList
--------------------------------- */
.toToggle .toList li {
	position:relative;
	display:table;
	height:4em;
}
.toToggle .toList li .toLiTxt {
	display:table-cell;
	width:100%;
	vertical-align:middle;
	padding:0.2em 0.5em 0;
}
.toToggle .toList li:before {
	position:absolute;
	top:0;
	left:20%;
	width:60%;
	max-width:none;
	border-top-width:4px;
}



}
